@@ -97,7 +97,7 @@ public struct Client: APIProtocol {
9797 switch chosenContentType {
9898 case " application/json " :
9999 body = try await converter. getResponseBodyAsJSON (
100- Components . Schemas. ArrayOfMetadataAPNSTokens . self,
100+ Components . Schemas. ArrayOfAPNSTokenResponses . self,
101101 from: responseBody,
102102 transforming: { value in
103103 . json( value)
@@ -230,7 +230,7 @@ public struct Client: APIProtocol {
230230 switch chosenContentType {
231231 case " application/json " :
232232 body = try await converter. getResponseBodyAsJSON (
233- Components . Schemas. MetadataAPNSToken . self,
233+ Components . Schemas. APNSTokenResponse . self,
234234 from: responseBody,
235235 transforming: { value in
236236 . json( value)
@@ -373,7 +373,7 @@ public struct Client: APIProtocol {
373373 switch chosenContentType {
374374 case " application/json " :
375375 body = try await converter. getResponseBodyAsJSON (
376- Components . Schemas. ArrayOfMetadataExpoTokens . self,
376+ Components . Schemas. ArrayOfExpoTokenResponses . self,
377377 from: responseBody,
378378 transforming: { value in
379379 . json( value)
@@ -506,7 +506,7 @@ public struct Client: APIProtocol {
506506 switch chosenContentType {
507507 case " application/json " :
508508 body = try await converter. getResponseBodyAsJSON (
509- Components . Schemas. MetadataExpoToken . self,
509+ Components . Schemas. ExpoTokenResponse . self,
510510 from: responseBody,
511511 transforming: { value in
512512 . json( value)
@@ -649,7 +649,7 @@ public struct Client: APIProtocol {
649649 switch chosenContentType {
650650 case " application/json " :
651651 body = try await converter. getResponseBodyAsJSON (
652- Components . Schemas. ArrayOfMetadataFCMTokens . self,
652+ Components . Schemas. ArrayOfFCMTokenResponses . self,
653653 from: responseBody,
654654 transforming: { value in
655655 . json( value)
@@ -782,7 +782,7 @@ public struct Client: APIProtocol {
782782 switch chosenContentType {
783783 case " application/json " :
784784 body = try await converter. getResponseBodyAsJSON (
785- Components . Schemas. MetadataFCMToken . self,
785+ Components . Schemas. FCMTokenResponse . self,
786786 from: responseBody,
787787 transforming: { value in
788788 . json( value)
@@ -925,7 +925,7 @@ public struct Client: APIProtocol {
925925 switch chosenContentType {
926926 case " application/json " :
927927 body = try await converter. getResponseBodyAsJSON (
928- Components . Schemas. ArrayOfMetadataSlackTokens . self,
928+ Components . Schemas. ArrayOfSlackTokenResponses . self,
929929 from: responseBody,
930930 transforming: { value in
931931 . json( value)
@@ -1058,7 +1058,7 @@ public struct Client: APIProtocol {
10581058 switch chosenContentType {
10591059 case " application/json " :
10601060 body = try await converter. getResponseBodyAsJSON (
1061- Components . Schemas. MetadataSlackToken . self,
1061+ Components . Schemas. SlackTokenResponse . self,
10621062 from: responseBody,
10631063 transforming: { value in
10641064 . json( value)
@@ -1201,7 +1201,7 @@ public struct Client: APIProtocol {
12011201 switch chosenContentType {
12021202 case " application/json " :
12031203 body = try await converter. getResponseBodyAsJSON (
1204- Components . Schemas. ArrayOfMetadataTeamsTokens . self,
1204+ Components . Schemas. ArrayOfTeamsTokenResponses . self,
12051205 from: responseBody,
12061206 transforming: { value in
12071207 . json( value)
@@ -1334,7 +1334,7 @@ public struct Client: APIProtocol {
13341334 switch chosenContentType {
13351335 case " application/json " :
13361336 body = try await converter. getResponseBodyAsJSON (
1337- Components . Schemas. MetadataTeamsToken . self,
1337+ Components . Schemas. TeamsTokenResponse . self,
13381338 from: responseBody,
13391339 transforming: { value in
13401340 . json( value)
@@ -1477,7 +1477,7 @@ public struct Client: APIProtocol {
14771477 switch chosenContentType {
14781478 case " application/json " :
14791479 body = try await converter. getResponseBodyAsJSON (
1480- Components . Schemas. ArrayOfMetadataWebPushTokens . self,
1480+ Components . Schemas. ArrayOfWebPushTokenResponses . self,
14811481 from: responseBody,
14821482 transforming: { value in
14831483 . json( value)
@@ -1610,7 +1610,7 @@ public struct Client: APIProtocol {
16101610 switch chosenContentType {
16111611 case " application/json " :
16121612 body = try await converter. getResponseBodyAsJSON (
1613- Components . Schemas. MetadataWebPushToken . self,
1613+ Components . Schemas. WebPushTokenResponse . self,
16141614 from: responseBody,
16151615 transforming: { value in
16161616 . json( value)
0 commit comments