@vercel/sdk 1.11.1 → 1.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (194) hide show
  1. package/README.md +45 -52
  2. package/bin/mcp-server.js +1830 -1660
  3. package/bin/mcp-server.js.map +36 -36
  4. package/docs/sdks/integrations/README.md +83 -0
  5. package/docs/sdks/vercel/README.md +0 -74
  6. package/esm/__tests__/accessgroups.test.js +1 -3
  7. package/esm/__tests__/accessgroups.test.js.map +1 -1
  8. package/esm/__tests__/checks.test.js +1 -1
  9. package/esm/__tests__/checks.test.js.map +1 -1
  10. package/esm/__tests__/integrations.test.js +28 -1
  11. package/esm/__tests__/integrations.test.js.map +1 -1
  12. package/esm/__tests__/rollingrelease.test.js +1 -1
  13. package/esm/__tests__/vercel.test.js +3 -27
  14. package/esm/__tests__/vercel.test.js.map +1 -1
  15. package/esm/funcs/deploymentsUploadFile.js +0 -1
  16. package/esm/funcs/deploymentsUploadFile.js.map +1 -1
  17. package/esm/funcs/domainsGetDomainTransfer.js +2 -2
  18. package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
  19. package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
  20. package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
  21. package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
  22. package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
  23. package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
  24. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
  25. package/esm/lib/config.d.ts +3 -3
  26. package/esm/lib/config.js +3 -3
  27. package/esm/mcp-server/mcp-server.js +1 -1
  28. package/esm/mcp-server/server.d.ts.map +1 -1
  29. package/esm/mcp-server/server.js +3 -3
  30. package/esm/mcp-server/server.js.map +1 -1
  31. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
  32. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
  33. package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
  34. package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
  35. package/esm/models/approverollingreleasestageop.d.ts +15 -0
  36. package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
  37. package/esm/models/approverollingreleasestageop.js +6 -0
  38. package/esm/models/approverollingreleasestageop.js.map +1 -1
  39. package/esm/models/canceldeploymentop.d.ts +9 -6
  40. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  41. package/esm/models/canceldeploymentop.js +3 -2
  42. package/esm/models/canceldeploymentop.js.map +1 -1
  43. package/esm/models/completerollingreleaseop.d.ts +15 -0
  44. package/esm/models/completerollingreleaseop.d.ts.map +1 -1
  45. package/esm/models/completerollingreleaseop.js +6 -0
  46. package/esm/models/completerollingreleaseop.js.map +1 -1
  47. package/esm/models/createdeploymentop.d.ts +12 -6
  48. package/esm/models/createdeploymentop.d.ts.map +1 -1
  49. package/esm/models/createdeploymentop.js +4 -2
  50. package/esm/models/createdeploymentop.js.map +1 -1
  51. package/esm/models/createintegrationstoredirectop.d.ts +276 -246
  52. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  53. package/esm/models/createintegrationstoredirectop.js +318 -296
  54. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  55. package/esm/models/createprojectenvop.d.ts +6 -6
  56. package/esm/models/createprojectenvop.js +2 -2
  57. package/esm/models/createprojectenvop.js.map +1 -1
  58. package/esm/models/createprojectop.d.ts +173 -164
  59. package/esm/models/createprojectop.d.ts.map +1 -1
  60. package/esm/models/createprojectop.js +158 -156
  61. package/esm/models/createprojectop.js.map +1 -1
  62. package/esm/models/editprojectenvop.d.ts +3 -3
  63. package/esm/models/editprojectenvop.js +1 -1
  64. package/esm/models/editprojectenvop.js.map +1 -1
  65. package/esm/models/getbillingplansop.d.ts +257 -0
  66. package/esm/models/getbillingplansop.d.ts.map +1 -0
  67. package/esm/models/getbillingplansop.js +244 -0
  68. package/esm/models/getbillingplansop.js.map +1 -0
  69. package/esm/models/getconfigurationproductsop.d.ts +330 -330
  70. package/esm/models/getconfigurationproductsop.js +408 -408
  71. package/esm/models/getdeploymentop.d.ts +9 -6
  72. package/esm/models/getdeploymentop.d.ts.map +1 -1
  73. package/esm/models/getdeploymentop.js +3 -2
  74. package/esm/models/getdeploymentop.js.map +1 -1
  75. package/esm/models/getdeploymentsop.d.ts +3 -0
  76. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  77. package/esm/models/getdeploymentsop.js +1 -0
  78. package/esm/models/getdeploymentsop.js.map +1 -1
  79. package/esm/models/getdomaintransferop.d.ts +99 -25
  80. package/esm/models/getdomaintransferop.d.ts.map +1 -1
  81. package/esm/models/getdomaintransferop.js +101 -25
  82. package/esm/models/getdomaintransferop.js.map +1 -1
  83. package/esm/models/getprojectsop.d.ts +8 -2
  84. package/esm/models/getprojectsop.d.ts.map +1 -1
  85. package/esm/models/getprojectsop.js +3 -2
  86. package/esm/models/getprojectsop.js.map +1 -1
  87. package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
  88. package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
  89. package/esm/models/getrollingreleaseconfigop.js +2 -0
  90. package/esm/models/getrollingreleaseconfigop.js.map +1 -1
  91. package/esm/models/getrollingreleaseop.d.ts +15 -0
  92. package/esm/models/getrollingreleaseop.d.ts.map +1 -1
  93. package/esm/models/getrollingreleaseop.js +6 -0
  94. package/esm/models/getrollingreleaseop.js.map +1 -1
  95. package/esm/models/getwebhooksop.d.ts +3 -0
  96. package/esm/models/getwebhooksop.d.ts.map +1 -1
  97. package/esm/models/getwebhooksop.js +1 -0
  98. package/esm/models/getwebhooksop.js.map +1 -1
  99. package/esm/models/importresourceop.d.ts +15 -15
  100. package/esm/models/importresourceop.d.ts.map +1 -1
  101. package/esm/models/importresourceop.js +17 -15
  102. package/esm/models/importresourceop.js.map +1 -1
  103. package/esm/models/patchteamop.d.ts +12 -0
  104. package/esm/models/patchteamop.d.ts.map +1 -1
  105. package/esm/models/patchteamop.js +4 -0
  106. package/esm/models/patchteamop.js.map +1 -1
  107. package/esm/models/removeprojectenvop.d.ts +9 -9
  108. package/esm/models/removeprojectenvop.js +3 -3
  109. package/esm/models/removeprojectenvop.js.map +1 -1
  110. package/esm/models/updateprojectdatacacheop.d.ts +8 -2
  111. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  112. package/esm/models/updateprojectdatacacheop.js +3 -2
  113. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  114. package/esm/models/updateprojectop.d.ts +173 -164
  115. package/esm/models/updateprojectop.d.ts.map +1 -1
  116. package/esm/models/updateprojectop.js +158 -156
  117. package/esm/models/updateprojectop.js.map +1 -1
  118. package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
  119. package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
  120. package/esm/models/updaterollingreleaseconfigop.js +2 -0
  121. package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
  122. package/esm/models/uploadfileop.d.ts +0 -5
  123. package/esm/models/uploadfileop.d.ts.map +1 -1
  124. package/esm/models/uploadfileop.js +0 -4
  125. package/esm/models/uploadfileop.js.map +1 -1
  126. package/esm/models/userevent.d.ts +960 -770
  127. package/esm/models/userevent.d.ts.map +1 -1
  128. package/esm/models/userevent.js +1102 -974
  129. package/esm/models/userevent.js.map +1 -1
  130. package/esm/sdk/integrations.d.ts +8 -0
  131. package/esm/sdk/integrations.d.ts.map +1 -1
  132. package/esm/sdk/integrations.js +10 -0
  133. package/esm/sdk/integrations.js.map +1 -1
  134. package/esm/sdk/sdk.d.ts +1 -3
  135. package/esm/sdk/sdk.d.ts.map +1 -1
  136. package/esm/sdk/sdk.js +0 -5
  137. package/esm/sdk/sdk.js.map +1 -1
  138. package/examples/package-lock.json +1 -1
  139. package/jsr.json +1 -1
  140. package/package.json +1 -1
  141. package/src/__tests__/accessgroups.test.ts +1 -3
  142. package/src/__tests__/checks.test.ts +1 -1
  143. package/src/__tests__/integrations.test.ts +32 -1
  144. package/src/__tests__/rollingrelease.test.ts +1 -1
  145. package/src/__tests__/vercel.test.ts +4 -33
  146. package/src/funcs/deploymentsUploadFile.ts +0 -5
  147. package/src/funcs/domainsGetDomainTransfer.ts +2 -2
  148. package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
  149. package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
  150. package/src/lib/config.ts +3 -3
  151. package/src/mcp-server/mcp-server.ts +1 -1
  152. package/src/mcp-server/server.ts +3 -5
  153. package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
  154. package/src/models/approverollingreleasestageop.ts +21 -0
  155. package/src/models/canceldeploymentop.ts +5 -4
  156. package/src/models/completerollingreleaseop.ts +21 -0
  157. package/src/models/createdeploymentop.ts +6 -4
  158. package/src/models/createintegrationstoredirectop.ts +544 -507
  159. package/src/models/createprojectenvop.ts +2 -2
  160. package/src/models/createprojectop.ts +347 -342
  161. package/src/models/editprojectenvop.ts +1 -1
  162. package/src/models/getbillingplansop.ts +508 -0
  163. package/src/models/getconfigurationproductsop.ts +703 -703
  164. package/src/models/getdeploymentop.ts +5 -4
  165. package/src/models/getdeploymentsop.ts +1 -0
  166. package/src/models/getdomaintransferop.ts +203 -39
  167. package/src/models/getprojectsop.ts +8 -4
  168. package/src/models/getrollingreleaseconfigop.ts +7 -0
  169. package/src/models/getrollingreleaseop.ts +21 -0
  170. package/src/models/getwebhooksop.ts +1 -0
  171. package/src/models/importresourceop.ts +27 -29
  172. package/src/models/patchteamop.ts +4 -0
  173. package/src/models/removeprojectenvop.ts +3 -3
  174. package/src/models/updateprojectdatacacheop.ts +8 -4
  175. package/src/models/updateprojectop.ts +347 -342
  176. package/src/models/updaterollingreleaseconfigop.ts +7 -0
  177. package/src/models/uploadfileop.ts +0 -9
  178. package/src/models/userevent.ts +2219 -1917
  179. package/src/sdk/integrations.ts +22 -0
  180. package/src/sdk/sdk.ts +1 -23
  181. package/vercel-spec.json +1401 -1170
  182. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -14
  183. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  184. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  185. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
  186. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  187. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
  188. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  189. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
  190. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
  191. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
  192. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
  193. package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
  194. package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
@@ -124,6 +124,7 @@ export const CreateIntegrationStoreDirectFramework = {
124
124
  Nitro: "nitro",
125
125
  Hono: "hono",
126
126
  Express: "express",
127
+ H3: "h3",
127
128
  Xmcp: "xmcp",
128
129
  } as const;
129
130
  export type CreateIntegrationStoreDirectFramework = ClosedEnum<
@@ -183,6 +184,15 @@ export type CreateIntegrationStoreDirectStatus = ClosedEnum<
183
184
  typeof CreateIntegrationStoreDirectStatus
184
185
  >;
185
186
 
187
+ export const CreateIntegrationStoreDirectOwnership = {
188
+ Owned: "owned",
189
+ Linked: "linked",
190
+ Sandbox: "sandbox",
191
+ } as const;
192
+ export type CreateIntegrationStoreDirectOwnership = ClosedEnum<
193
+ typeof CreateIntegrationStoreDirectOwnership
194
+ >;
195
+
186
196
  export type CreateIntegrationStoreDirectMetadata =
187
197
  | string
188
198
  | number
@@ -207,12 +217,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
207
217
  typeof CreateIntegrationStoreDirectIntegrationsType
208
218
  >;
209
219
 
210
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838 =
220
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823 =
211
221
  {};
212
222
 
213
223
  export type CreateIntegrationStoreDirectPropertiesValue = {
214
- atBRANDAt7838:
215
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838;
224
+ atBRANDAt7823:
225
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823;
216
226
  };
217
227
 
218
228
  export const CreateIntegrationStoreDirectDisabled3 = {
@@ -281,10 +291,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
281
291
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
282
292
  >;
283
293
 
284
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838 = {};
294
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823 = {};
285
295
 
286
296
  export type CreateIntegrationStoreDirectUiOptionsValue = {
287
- atBRANDAt7838: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838;
297
+ atBRANDAt7823: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823;
288
298
  };
289
299
 
290
300
  export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
@@ -335,10 +345,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
335
345
  | undefined;
336
346
  };
337
347
 
338
- export type UiOptionsAtBRANDAt7838 = {};
348
+ export type UiOptionsAtBRANDAt7823 = {};
339
349
 
340
350
  export type CreateIntegrationStoreDirectUiOptions2 = {
341
- atBRANDAt7838: UiOptionsAtBRANDAt7838;
351
+ atBRANDAt7823: UiOptionsAtBRANDAt7823;
342
352
  };
343
353
 
344
354
  export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
@@ -401,31 +411,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
401
411
  | CreateIntegrationStoreDirectUiOptions2
402
412
  | CreateIntegrationStoreDirectUiOptions3;
403
413
 
404
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838 =
414
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823 =
405
415
  {};
406
416
 
407
417
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
408
418
  {
409
- atBRANDAt7838:
410
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838;
419
+ atBRANDAt7823:
420
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823;
411
421
  };
412
422
 
413
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838 =
423
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823 =
414
424
  {};
415
425
 
416
426
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
417
427
  {
418
- atBRANDAt7838:
419
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838;
428
+ atBRANDAt7823:
429
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823;
420
430
  };
421
431
 
422
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838 =
432
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823 =
423
433
  {};
424
434
 
425
435
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
426
436
  {
427
- atBRANDAt7838:
428
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838;
437
+ atBRANDAt7823:
438
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823;
429
439
  };
430
440
 
431
441
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
@@ -568,31 +578,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
568
578
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType
569
579
  >;
570
580
 
571
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838 =
581
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823 =
572
582
  {};
573
583
 
574
584
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
575
585
  {
576
- atBRANDAt7838:
577
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838;
586
+ atBRANDAt7823:
587
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823;
578
588
  };
579
589
 
580
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838 =
590
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823 =
581
591
  {};
582
592
 
583
593
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
584
594
  {
585
- atBRANDAt7838:
586
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838;
595
+ atBRANDAt7823:
596
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823;
587
597
  };
588
598
 
589
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838 =
599
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823 =
590
600
  {};
591
601
 
592
602
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
593
603
  {
594
- atBRANDAt7838:
595
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838;
604
+ atBRANDAt7823:
605
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823;
596
606
  };
597
607
 
598
608
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
@@ -847,28 +857,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
847
857
  | undefined;
848
858
  };
849
859
 
850
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838 =
860
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823 =
851
861
  {};
852
862
 
853
863
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
854
- atBRANDAt7838:
855
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838;
864
+ atBRANDAt7823:
865
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823;
856
866
  };
857
867
 
858
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838 =
868
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823 =
859
869
  {};
860
870
 
861
871
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
862
- atBRANDAt7838:
863
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838;
872
+ atBRANDAt7823:
873
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823;
864
874
  };
865
875
 
866
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838 =
876
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823 =
867
877
  {};
868
878
 
869
879
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
870
- atBRANDAt7838:
871
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838;
880
+ atBRANDAt7823:
881
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823;
872
882
  };
873
883
 
874
884
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
@@ -1371,24 +1381,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
1371
1381
  typeof CreateIntegrationStoreDirectPropertiesUiControl
1372
1382
  >;
1373
1383
 
1374
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838 =
1384
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823 =
1375
1385
  {};
1376
1386
 
1377
1387
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
1378
- atBRANDAt7838:
1379
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838;
1388
+ atBRANDAt7823:
1389
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823;
1380
1390
  };
1381
1391
 
1382
- export type PropertiesAtBRANDAt7838 = {};
1392
+ export type PropertiesAtBRANDAt7823 = {};
1383
1393
 
1384
1394
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
1385
- atBRANDAt7838: PropertiesAtBRANDAt7838;
1395
+ atBRANDAt7823: PropertiesAtBRANDAt7823;
1386
1396
  };
1387
1397
 
1388
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7838 = {};
1398
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7823 = {};
1389
1399
 
1390
1400
  export type CreateIntegrationStoreDirectPropertiesPattern = {
1391
- atBRANDAt7838: CreateIntegrationStoreDirectPropertiesAtBRANDAt7838;
1401
+ atBRANDAt7823: CreateIntegrationStoreDirectPropertiesAtBRANDAt7823;
1392
1402
  };
1393
1403
 
1394
1404
  export const CreateIntegrationStoreDirectUiReadOnly3 = {
@@ -1525,8 +1535,8 @@ export const Tags = {
1525
1535
  Redis: "redis",
1526
1536
  Postgres: "postgres",
1527
1537
  Blob: "blob",
1528
- Checks: "checks",
1529
1538
  Experimentation: "experimentation",
1539
+ Checks: "checks",
1530
1540
  Storage: "storage",
1531
1541
  Ai: "ai",
1532
1542
  Observability: "observability",
@@ -1581,7 +1591,6 @@ export const ProjectConnectionScopes = {
1581
1591
  ReadWriteLogDrain: "read-write:log-drain",
1582
1592
  ReadWriteProjectEnvVars: "read-write:project-env-vars",
1583
1593
  ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass",
1584
- ReadWriteTraceDrain: "read-write:trace-drain",
1585
1594
  } as const;
1586
1595
  export type ProjectConnectionScopes = ClosedEnum<
1587
1596
  typeof ProjectConnectionScopes
@@ -1617,10 +1626,10 @@ export type Guides = {
1617
1626
  steps: Array<Steps>;
1618
1627
  };
1619
1628
 
1620
- export type AtBRANDAt7838 = {};
1629
+ export type AtBRANDAt7823 = {};
1621
1630
 
1622
1631
  export type CreateIntegrationStoreDirectValue = {
1623
- atBRANDAt7838: AtBRANDAt7838;
1632
+ atBRANDAt7823: AtBRANDAt7823;
1624
1633
  };
1625
1634
 
1626
1635
  export const Disabled3 = {
@@ -1755,6 +1764,7 @@ export type CreateIntegrationStoreDirectStore = {
1755
1764
  totalConnectedProjects?: number | undefined;
1756
1765
  usageQuotaExceeded: boolean;
1757
1766
  status: CreateIntegrationStoreDirectStatus | null;
1767
+ ownership?: CreateIntegrationStoreDirectOwnership | undefined;
1758
1768
  metadata?: {
1759
1769
  [k: string]: string | number | boolean | Array<string> | Array<number>;
1760
1770
  } | undefined;
@@ -2319,6 +2329,30 @@ export namespace CreateIntegrationStoreDirectStatus$ {
2319
2329
  CreateIntegrationStoreDirectStatus$outboundSchema;
2320
2330
  }
2321
2331
 
2332
+ /** @internal */
2333
+ export const CreateIntegrationStoreDirectOwnership$inboundSchema:
2334
+ z.ZodNativeEnum<typeof CreateIntegrationStoreDirectOwnership> = z.nativeEnum(
2335
+ CreateIntegrationStoreDirectOwnership,
2336
+ );
2337
+
2338
+ /** @internal */
2339
+ export const CreateIntegrationStoreDirectOwnership$outboundSchema:
2340
+ z.ZodNativeEnum<typeof CreateIntegrationStoreDirectOwnership> =
2341
+ CreateIntegrationStoreDirectOwnership$inboundSchema;
2342
+
2343
+ /**
2344
+ * @internal
2345
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2346
+ */
2347
+ export namespace CreateIntegrationStoreDirectOwnership$ {
2348
+ /** @deprecated use `CreateIntegrationStoreDirectOwnership$inboundSchema` instead. */
2349
+ export const inboundSchema =
2350
+ CreateIntegrationStoreDirectOwnership$inboundSchema;
2351
+ /** @deprecated use `CreateIntegrationStoreDirectOwnership$outboundSchema` instead. */
2352
+ export const outboundSchema =
2353
+ CreateIntegrationStoreDirectOwnership$outboundSchema;
2354
+ }
2355
+
2322
2356
  /** @internal */
2323
2357
  export const CreateIntegrationStoreDirectMetadata$inboundSchema: z.ZodType<
2324
2358
  CreateIntegrationStoreDirectMetadata,
@@ -2434,65 +2468,65 @@ export namespace CreateIntegrationStoreDirectIntegrationsType$ {
2434
2468
  }
2435
2469
 
2436
2470
  /** @internal */
2437
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema:
2471
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema:
2438
2472
  z.ZodType<
2439
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838,
2473
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823,
2440
2474
  z.ZodTypeDef,
2441
2475
  unknown
2442
2476
  > = z.object({});
2443
2477
 
2444
2478
  /** @internal */
2445
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound =
2479
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound =
2446
2480
  {};
2447
2481
 
2448
2482
  /** @internal */
2449
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema:
2483
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema:
2450
2484
  z.ZodType<
2451
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound,
2485
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound,
2452
2486
  z.ZodTypeDef,
2453
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838
2487
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823
2454
2488
  > = z.object({});
2455
2489
 
2456
2490
  /**
2457
2491
  * @internal
2458
2492
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2459
2493
  */
2460
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$ {
2461
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema` instead. */
2494
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$ {
2495
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema` instead. */
2462
2496
  export const inboundSchema =
2463
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema;
2464
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema` instead. */
2497
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema;
2498
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema` instead. */
2465
2499
  export const outboundSchema =
2466
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema;
2467
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound` instead. */
2500
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema;
2501
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound` instead. */
2468
2502
  export type Outbound =
2469
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound;
2503
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound;
2470
2504
  }
2471
2505
 
2472
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838ToJSON(
2473
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838:
2474
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838,
2506
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823ToJSON(
2507
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823:
2508
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823,
2475
2509
  ): string {
2476
2510
  return JSON.stringify(
2477
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema
2511
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema
2478
2512
  .parse(
2479
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838,
2513
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823,
2480
2514
  ),
2481
2515
  );
2482
2516
  }
2483
2517
 
2484
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838FromJSON(
2518
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823FromJSON(
2485
2519
  jsonString: string,
2486
2520
  ): SafeParseResult<
2487
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838,
2521
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823,
2488
2522
  SDKValidationError
2489
2523
  > {
2490
2524
  return safeParse(
2491
2525
  jsonString,
2492
2526
  (x) =>
2493
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema
2527
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema
2494
2528
  .parse(JSON.parse(x)),
2495
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838' from JSON`,
2529
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823' from JSON`,
2496
2530
  );
2497
2531
  }
2498
2532
 
@@ -2503,19 +2537,19 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
2503
2537
  z.ZodTypeDef,
2504
2538
  unknown
2505
2539
  > = z.object({
2506
- "__@BRAND@7838": z.lazy(() =>
2507
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema
2540
+ "__@BRAND@7823": z.lazy(() =>
2541
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema
2508
2542
  ),
2509
2543
  }).transform((v) => {
2510
2544
  return remap$(v, {
2511
- "__@BRAND@7838": "atBRANDAt7838",
2545
+ "__@BRAND@7823": "atBRANDAt7823",
2512
2546
  });
2513
2547
  });
2514
2548
 
2515
2549
  /** @internal */
2516
2550
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
2517
- "__@BRAND@7838":
2518
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound;
2551
+ "__@BRAND@7823":
2552
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound;
2519
2553
  };
2520
2554
 
2521
2555
  /** @internal */
@@ -2525,12 +2559,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
2525
2559
  z.ZodTypeDef,
2526
2560
  CreateIntegrationStoreDirectPropertiesValue
2527
2561
  > = z.object({
2528
- atBRANDAt7838: z.lazy(() =>
2529
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema
2562
+ atBRANDAt7823: z.lazy(() =>
2563
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema
2530
2564
  ),
2531
2565
  }).transform((v) => {
2532
2566
  return remap$(v, {
2533
- atBRANDAt7838: "__@BRAND@7838",
2567
+ atBRANDAt7823: "__@BRAND@7823",
2534
2568
  });
2535
2569
  });
2536
2570
 
@@ -3042,64 +3076,64 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
3042
3076
  }
3043
3077
 
3044
3078
  /** @internal */
3045
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema:
3079
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema:
3046
3080
  z.ZodType<
3047
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838,
3081
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823,
3048
3082
  z.ZodTypeDef,
3049
3083
  unknown
3050
3084
  > = z.object({});
3051
3085
 
3052
3086
  /** @internal */
3053
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound = {};
3087
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound = {};
3054
3088
 
3055
3089
  /** @internal */
3056
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema:
3090
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema:
3057
3091
  z.ZodType<
3058
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound,
3092
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound,
3059
3093
  z.ZodTypeDef,
3060
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838
3094
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823
3061
3095
  > = z.object({});
3062
3096
 
3063
3097
  /**
3064
3098
  * @internal
3065
3099
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3066
3100
  */
3067
- export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$ {
3068
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema` instead. */
3101
+ export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$ {
3102
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema` instead. */
3069
3103
  export const inboundSchema =
3070
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema;
3071
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema` instead. */
3104
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema;
3105
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema` instead. */
3072
3106
  export const outboundSchema =
3073
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema;
3074
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound` instead. */
3107
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema;
3108
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound` instead. */
3075
3109
  export type Outbound =
3076
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound;
3110
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound;
3077
3111
  }
3078
3112
 
3079
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt7838ToJSON(
3080
- createIntegrationStoreDirectUiOptionsAtBRANDAt7838:
3081
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838,
3113
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7823ToJSON(
3114
+ createIntegrationStoreDirectUiOptionsAtBRANDAt7823:
3115
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823,
3082
3116
  ): string {
3083
3117
  return JSON.stringify(
3084
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema.parse(
3085
- createIntegrationStoreDirectUiOptionsAtBRANDAt7838,
3118
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema.parse(
3119
+ createIntegrationStoreDirectUiOptionsAtBRANDAt7823,
3086
3120
  ),
3087
3121
  );
3088
3122
  }
3089
3123
 
3090
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt7838FromJSON(
3124
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7823FromJSON(
3091
3125
  jsonString: string,
3092
3126
  ): SafeParseResult<
3093
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838,
3127
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823,
3094
3128
  SDKValidationError
3095
3129
  > {
3096
3130
  return safeParse(
3097
3131
  jsonString,
3098
3132
  (x) =>
3099
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema.parse(
3133
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema.parse(
3100
3134
  JSON.parse(x),
3101
3135
  ),
3102
- `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838' from JSON`,
3136
+ `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823' from JSON`,
3103
3137
  );
3104
3138
  }
3105
3139
 
@@ -3107,18 +3141,18 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7838FromJSON(
3107
3141
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
3108
3142
  z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
3109
3143
  z.object({
3110
- "__@BRAND@7838": z.lazy(() =>
3111
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema
3144
+ "__@BRAND@7823": z.lazy(() =>
3145
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema
3112
3146
  ),
3113
3147
  }).transform((v) => {
3114
3148
  return remap$(v, {
3115
- "__@BRAND@7838": "atBRANDAt7838",
3149
+ "__@BRAND@7823": "atBRANDAt7823",
3116
3150
  });
3117
3151
  });
3118
3152
 
3119
3153
  /** @internal */
3120
3154
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
3121
- "__@BRAND@7838": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound;
3155
+ "__@BRAND@7823": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound;
3122
3156
  };
3123
3157
 
3124
3158
  /** @internal */
@@ -3128,12 +3162,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
3128
3162
  z.ZodTypeDef,
3129
3163
  CreateIntegrationStoreDirectUiOptionsValue
3130
3164
  > = z.object({
3131
- atBRANDAt7838: z.lazy(() =>
3132
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema
3165
+ atBRANDAt7823: z.lazy(() =>
3166
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema
3133
3167
  ),
3134
3168
  }).transform((v) => {
3135
3169
  return remap$(v, {
3136
- atBRANDAt7838: "__@BRAND@7838",
3170
+ atBRANDAt7823: "__@BRAND@7823",
3137
3171
  });
3138
3172
  });
3139
3173
 
@@ -3617,50 +3651,50 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
3617
3651
  }
3618
3652
 
3619
3653
  /** @internal */
3620
- export const UiOptionsAtBRANDAt7838$inboundSchema: z.ZodType<
3621
- UiOptionsAtBRANDAt7838,
3654
+ export const UiOptionsAtBRANDAt7823$inboundSchema: z.ZodType<
3655
+ UiOptionsAtBRANDAt7823,
3622
3656
  z.ZodTypeDef,
3623
3657
  unknown
3624
3658
  > = z.object({});
3625
3659
 
3626
3660
  /** @internal */
3627
- export type UiOptionsAtBRANDAt7838$Outbound = {};
3661
+ export type UiOptionsAtBRANDAt7823$Outbound = {};
3628
3662
 
3629
3663
  /** @internal */
3630
- export const UiOptionsAtBRANDAt7838$outboundSchema: z.ZodType<
3631
- UiOptionsAtBRANDAt7838$Outbound,
3664
+ export const UiOptionsAtBRANDAt7823$outboundSchema: z.ZodType<
3665
+ UiOptionsAtBRANDAt7823$Outbound,
3632
3666
  z.ZodTypeDef,
3633
- UiOptionsAtBRANDAt7838
3667
+ UiOptionsAtBRANDAt7823
3634
3668
  > = z.object({});
3635
3669
 
3636
3670
  /**
3637
3671
  * @internal
3638
3672
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3639
3673
  */
3640
- export namespace UiOptionsAtBRANDAt7838$ {
3641
- /** @deprecated use `UiOptionsAtBRANDAt7838$inboundSchema` instead. */
3642
- export const inboundSchema = UiOptionsAtBRANDAt7838$inboundSchema;
3643
- /** @deprecated use `UiOptionsAtBRANDAt7838$outboundSchema` instead. */
3644
- export const outboundSchema = UiOptionsAtBRANDAt7838$outboundSchema;
3645
- /** @deprecated use `UiOptionsAtBRANDAt7838$Outbound` instead. */
3646
- export type Outbound = UiOptionsAtBRANDAt7838$Outbound;
3674
+ export namespace UiOptionsAtBRANDAt7823$ {
3675
+ /** @deprecated use `UiOptionsAtBRANDAt7823$inboundSchema` instead. */
3676
+ export const inboundSchema = UiOptionsAtBRANDAt7823$inboundSchema;
3677
+ /** @deprecated use `UiOptionsAtBRANDAt7823$outboundSchema` instead. */
3678
+ export const outboundSchema = UiOptionsAtBRANDAt7823$outboundSchema;
3679
+ /** @deprecated use `UiOptionsAtBRANDAt7823$Outbound` instead. */
3680
+ export type Outbound = UiOptionsAtBRANDAt7823$Outbound;
3647
3681
  }
3648
3682
 
3649
- export function uiOptionsAtBRANDAt7838ToJSON(
3650
- uiOptionsAtBRANDAt7838: UiOptionsAtBRANDAt7838,
3683
+ export function uiOptionsAtBRANDAt7823ToJSON(
3684
+ uiOptionsAtBRANDAt7823: UiOptionsAtBRANDAt7823,
3651
3685
  ): string {
3652
3686
  return JSON.stringify(
3653
- UiOptionsAtBRANDAt7838$outboundSchema.parse(uiOptionsAtBRANDAt7838),
3687
+ UiOptionsAtBRANDAt7823$outboundSchema.parse(uiOptionsAtBRANDAt7823),
3654
3688
  );
3655
3689
  }
3656
3690
 
3657
- export function uiOptionsAtBRANDAt7838FromJSON(
3691
+ export function uiOptionsAtBRANDAt7823FromJSON(
3658
3692
  jsonString: string,
3659
- ): SafeParseResult<UiOptionsAtBRANDAt7838, SDKValidationError> {
3693
+ ): SafeParseResult<UiOptionsAtBRANDAt7823, SDKValidationError> {
3660
3694
  return safeParse(
3661
3695
  jsonString,
3662
- (x) => UiOptionsAtBRANDAt7838$inboundSchema.parse(JSON.parse(x)),
3663
- `Failed to parse 'UiOptionsAtBRANDAt7838' from JSON`,
3696
+ (x) => UiOptionsAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)),
3697
+ `Failed to parse 'UiOptionsAtBRANDAt7823' from JSON`,
3664
3698
  );
3665
3699
  }
3666
3700
 
@@ -3670,16 +3704,16 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
3670
3704
  z.ZodTypeDef,
3671
3705
  unknown
3672
3706
  > = z.object({
3673
- "__@BRAND@7838": z.lazy(() => UiOptionsAtBRANDAt7838$inboundSchema),
3707
+ "__@BRAND@7823": z.lazy(() => UiOptionsAtBRANDAt7823$inboundSchema),
3674
3708
  }).transform((v) => {
3675
3709
  return remap$(v, {
3676
- "__@BRAND@7838": "atBRANDAt7838",
3710
+ "__@BRAND@7823": "atBRANDAt7823",
3677
3711
  });
3678
3712
  });
3679
3713
 
3680
3714
  /** @internal */
3681
3715
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
3682
- "__@BRAND@7838": UiOptionsAtBRANDAt7838$Outbound;
3716
+ "__@BRAND@7823": UiOptionsAtBRANDAt7823$Outbound;
3683
3717
  };
3684
3718
 
3685
3719
  /** @internal */
@@ -3688,10 +3722,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
3688
3722
  z.ZodTypeDef,
3689
3723
  CreateIntegrationStoreDirectUiOptions2
3690
3724
  > = z.object({
3691
- atBRANDAt7838: z.lazy(() => UiOptionsAtBRANDAt7838$outboundSchema),
3725
+ atBRANDAt7823: z.lazy(() => UiOptionsAtBRANDAt7823$outboundSchema),
3692
3726
  }).transform((v) => {
3693
3727
  return remap$(v, {
3694
- atBRANDAt7838: "__@BRAND@7838",
3728
+ atBRANDAt7823: "__@BRAND@7823",
3695
3729
  });
3696
3730
  });
3697
3731
 
@@ -4253,65 +4287,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
4253
4287
  }
4254
4288
 
4255
4289
  /** @internal */
4256
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema:
4290
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema:
4257
4291
  z.ZodType<
4258
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838,
4292
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823,
4259
4293
  z.ZodTypeDef,
4260
4294
  unknown
4261
4295
  > = z.object({});
4262
4296
 
4263
4297
  /** @internal */
4264
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound =
4298
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound =
4265
4299
  {};
4266
4300
 
4267
4301
  /** @internal */
4268
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema:
4302
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema:
4269
4303
  z.ZodType<
4270
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound,
4304
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound,
4271
4305
  z.ZodTypeDef,
4272
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838
4306
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823
4273
4307
  > = z.object({});
4274
4308
 
4275
4309
  /**
4276
4310
  * @internal
4277
4311
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4278
4312
  */
4279
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$ {
4280
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema` instead. */
4313
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$ {
4314
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema` instead. */
4281
4315
  export const inboundSchema =
4282
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema;
4283
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema` instead. */
4316
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema;
4317
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema` instead. */
4284
4318
  export const outboundSchema =
4285
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema;
4286
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound` instead. */
4319
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema;
4320
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound` instead. */
4287
4321
  export type Outbound =
4288
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound;
4322
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound;
4289
4323
  }
4290
4324
 
4291
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838ToJSON(
4292
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838:
4293
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838,
4325
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823ToJSON(
4326
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823:
4327
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823,
4294
4328
  ): string {
4295
4329
  return JSON.stringify(
4296
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema
4330
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema
4297
4331
  .parse(
4298
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838,
4332
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823,
4299
4333
  ),
4300
4334
  );
4301
4335
  }
4302
4336
 
4303
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838FromJSON(
4337
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823FromJSON(
4304
4338
  jsonString: string,
4305
4339
  ): SafeParseResult<
4306
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838,
4340
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823,
4307
4341
  SDKValidationError
4308
4342
  > {
4309
4343
  return safeParse(
4310
4344
  jsonString,
4311
4345
  (x) =>
4312
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema
4346
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema
4313
4347
  .parse(JSON.parse(x)),
4314
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838' from JSON`,
4348
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823' from JSON`,
4315
4349
  );
4316
4350
  }
4317
4351
 
@@ -4322,20 +4356,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
4322
4356
  z.ZodTypeDef,
4323
4357
  unknown
4324
4358
  > = z.object({
4325
- "__@BRAND@7838": z.lazy(() =>
4326
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema
4359
+ "__@BRAND@7823": z.lazy(() =>
4360
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema
4327
4361
  ),
4328
4362
  }).transform((v) => {
4329
4363
  return remap$(v, {
4330
- "__@BRAND@7838": "atBRANDAt7838",
4364
+ "__@BRAND@7823": "atBRANDAt7823",
4331
4365
  });
4332
4366
  });
4333
4367
 
4334
4368
  /** @internal */
4335
4369
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
4336
4370
  {
4337
- "__@BRAND@7838":
4338
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound;
4371
+ "__@BRAND@7823":
4372
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound;
4339
4373
  };
4340
4374
 
4341
4375
  /** @internal */
@@ -4345,12 +4379,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
4345
4379
  z.ZodTypeDef,
4346
4380
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
4347
4381
  > = z.object({
4348
- atBRANDAt7838: z.lazy(() =>
4349
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema
4382
+ atBRANDAt7823: z.lazy(() =>
4383
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema
4350
4384
  ),
4351
4385
  }).transform((v) => {
4352
4386
  return remap$(v, {
4353
- atBRANDAt7838: "__@BRAND@7838",
4387
+ atBRANDAt7823: "__@BRAND@7823",
4354
4388
  });
4355
4389
  });
4356
4390
 
@@ -4398,65 +4432,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
4398
4432
  }
4399
4433
 
4400
4434
  /** @internal */
4401
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema:
4435
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema:
4402
4436
  z.ZodType<
4403
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838,
4437
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823,
4404
4438
  z.ZodTypeDef,
4405
4439
  unknown
4406
4440
  > = z.object({});
4407
4441
 
4408
4442
  /** @internal */
4409
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound =
4443
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound =
4410
4444
  {};
4411
4445
 
4412
4446
  /** @internal */
4413
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema:
4447
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema:
4414
4448
  z.ZodType<
4415
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound,
4449
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound,
4416
4450
  z.ZodTypeDef,
4417
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838
4451
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823
4418
4452
  > = z.object({});
4419
4453
 
4420
4454
  /**
4421
4455
  * @internal
4422
4456
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4423
4457
  */
4424
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$ {
4425
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema` instead. */
4458
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$ {
4459
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema` instead. */
4426
4460
  export const inboundSchema =
4427
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema;
4428
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema` instead. */
4461
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema;
4462
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema` instead. */
4429
4463
  export const outboundSchema =
4430
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema;
4431
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound` instead. */
4464
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema;
4465
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound` instead. */
4432
4466
  export type Outbound =
4433
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound;
4467
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound;
4434
4468
  }
4435
4469
 
4436
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838ToJSON(
4437
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838:
4438
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838,
4470
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823ToJSON(
4471
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823:
4472
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823,
4439
4473
  ): string {
4440
4474
  return JSON.stringify(
4441
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema
4475
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema
4442
4476
  .parse(
4443
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838,
4477
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823,
4444
4478
  ),
4445
4479
  );
4446
4480
  }
4447
4481
 
4448
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838FromJSON(
4482
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823FromJSON(
4449
4483
  jsonString: string,
4450
4484
  ): SafeParseResult<
4451
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838,
4485
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823,
4452
4486
  SDKValidationError
4453
4487
  > {
4454
4488
  return safeParse(
4455
4489
  jsonString,
4456
4490
  (x) =>
4457
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema
4491
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema
4458
4492
  .parse(JSON.parse(x)),
4459
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838' from JSON`,
4493
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823' from JSON`,
4460
4494
  );
4461
4495
  }
4462
4496
 
@@ -4467,20 +4501,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
4467
4501
  z.ZodTypeDef,
4468
4502
  unknown
4469
4503
  > = z.object({
4470
- "__@BRAND@7838": z.lazy(() =>
4471
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema
4504
+ "__@BRAND@7823": z.lazy(() =>
4505
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema
4472
4506
  ),
4473
4507
  }).transform((v) => {
4474
4508
  return remap$(v, {
4475
- "__@BRAND@7838": "atBRANDAt7838",
4509
+ "__@BRAND@7823": "atBRANDAt7823",
4476
4510
  });
4477
4511
  });
4478
4512
 
4479
4513
  /** @internal */
4480
4514
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
4481
4515
  {
4482
- "__@BRAND@7838":
4483
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound;
4516
+ "__@BRAND@7823":
4517
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound;
4484
4518
  };
4485
4519
 
4486
4520
  /** @internal */
@@ -4490,12 +4524,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
4490
4524
  z.ZodTypeDef,
4491
4525
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
4492
4526
  > = z.object({
4493
- atBRANDAt7838: z.lazy(() =>
4494
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema
4527
+ atBRANDAt7823: z.lazy(() =>
4528
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema
4495
4529
  ),
4496
4530
  }).transform((v) => {
4497
4531
  return remap$(v, {
4498
- atBRANDAt7838: "__@BRAND@7838",
4532
+ atBRANDAt7823: "__@BRAND@7823",
4499
4533
  });
4500
4534
  });
4501
4535
 
@@ -4543,65 +4577,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
4543
4577
  }
4544
4578
 
4545
4579
  /** @internal */
4546
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema:
4580
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema:
4547
4581
  z.ZodType<
4548
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838,
4582
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823,
4549
4583
  z.ZodTypeDef,
4550
4584
  unknown
4551
4585
  > = z.object({});
4552
4586
 
4553
4587
  /** @internal */
4554
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound =
4588
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound =
4555
4589
  {};
4556
4590
 
4557
4591
  /** @internal */
4558
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema:
4592
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema:
4559
4593
  z.ZodType<
4560
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound,
4594
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound,
4561
4595
  z.ZodTypeDef,
4562
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838
4596
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823
4563
4597
  > = z.object({});
4564
4598
 
4565
4599
  /**
4566
4600
  * @internal
4567
4601
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4568
4602
  */
4569
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$ {
4570
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema` instead. */
4603
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$ {
4604
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema` instead. */
4571
4605
  export const inboundSchema =
4572
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema;
4573
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema` instead. */
4606
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema;
4607
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema` instead. */
4574
4608
  export const outboundSchema =
4575
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema;
4576
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound` instead. */
4609
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema;
4610
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound` instead. */
4577
4611
  export type Outbound =
4578
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound;
4612
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound;
4579
4613
  }
4580
4614
 
4581
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838ToJSON(
4582
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838:
4583
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838,
4615
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823ToJSON(
4616
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823:
4617
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823,
4584
4618
  ): string {
4585
4619
  return JSON.stringify(
4586
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema
4620
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema
4587
4621
  .parse(
4588
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838,
4622
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823,
4589
4623
  ),
4590
4624
  );
4591
4625
  }
4592
4626
 
4593
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838FromJSON(
4627
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823FromJSON(
4594
4628
  jsonString: string,
4595
4629
  ): SafeParseResult<
4596
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838,
4630
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823,
4597
4631
  SDKValidationError
4598
4632
  > {
4599
4633
  return safeParse(
4600
4634
  jsonString,
4601
4635
  (x) =>
4602
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema
4636
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema
4603
4637
  .parse(JSON.parse(x)),
4604
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838' from JSON`,
4638
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823' from JSON`,
4605
4639
  );
4606
4640
  }
4607
4641
 
@@ -4612,20 +4646,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
4612
4646
  z.ZodTypeDef,
4613
4647
  unknown
4614
4648
  > = z.object({
4615
- "__@BRAND@7838": z.lazy(() =>
4616
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema
4649
+ "__@BRAND@7823": z.lazy(() =>
4650
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema
4617
4651
  ),
4618
4652
  }).transform((v) => {
4619
4653
  return remap$(v, {
4620
- "__@BRAND@7838": "atBRANDAt7838",
4654
+ "__@BRAND@7823": "atBRANDAt7823",
4621
4655
  });
4622
4656
  });
4623
4657
 
4624
4658
  /** @internal */
4625
4659
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
4626
4660
  {
4627
- "__@BRAND@7838":
4628
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound;
4661
+ "__@BRAND@7823":
4662
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound;
4629
4663
  };
4630
4664
 
4631
4665
  /** @internal */
@@ -4635,12 +4669,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
4635
4669
  z.ZodTypeDef,
4636
4670
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
4637
4671
  > = z.object({
4638
- atBRANDAt7838: z.lazy(() =>
4639
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema
4672
+ atBRANDAt7823: z.lazy(() =>
4673
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema
4640
4674
  ),
4641
4675
  }).transform((v) => {
4642
4676
  return remap$(v, {
4643
- atBRANDAt7838: "__@BRAND@7838",
4677
+ atBRANDAt7823: "__@BRAND@7823",
4644
4678
  });
4645
4679
  });
4646
4680
 
@@ -5715,65 +5749,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
5715
5749
  }
5716
5750
 
5717
5751
  /** @internal */
5718
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema:
5752
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema:
5719
5753
  z.ZodType<
5720
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838,
5754
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823,
5721
5755
  z.ZodTypeDef,
5722
5756
  unknown
5723
5757
  > = z.object({});
5724
5758
 
5725
5759
  /** @internal */
5726
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound =
5760
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound =
5727
5761
  {};
5728
5762
 
5729
5763
  /** @internal */
5730
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema:
5764
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema:
5731
5765
  z.ZodType<
5732
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound,
5766
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound,
5733
5767
  z.ZodTypeDef,
5734
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838
5768
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823
5735
5769
  > = z.object({});
5736
5770
 
5737
5771
  /**
5738
5772
  * @internal
5739
5773
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5740
5774
  */
5741
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$ {
5742
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema` instead. */
5775
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$ {
5776
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema` instead. */
5743
5777
  export const inboundSchema =
5744
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema;
5745
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema` instead. */
5778
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema;
5779
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema` instead. */
5746
5780
  export const outboundSchema =
5747
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema;
5748
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound` instead. */
5781
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema;
5782
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound` instead. */
5749
5783
  export type Outbound =
5750
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound;
5784
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound;
5751
5785
  }
5752
5786
 
5753
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838ToJSON(
5754
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838:
5755
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838,
5787
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823ToJSON(
5788
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823:
5789
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823,
5756
5790
  ): string {
5757
5791
  return JSON.stringify(
5758
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema
5792
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema
5759
5793
  .parse(
5760
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838,
5794
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823,
5761
5795
  ),
5762
5796
  );
5763
5797
  }
5764
5798
 
5765
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838FromJSON(
5799
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823FromJSON(
5766
5800
  jsonString: string,
5767
5801
  ): SafeParseResult<
5768
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838,
5802
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823,
5769
5803
  SDKValidationError
5770
5804
  > {
5771
5805
  return safeParse(
5772
5806
  jsonString,
5773
5807
  (x) =>
5774
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema
5808
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema
5775
5809
  .parse(JSON.parse(x)),
5776
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838' from JSON`,
5810
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823' from JSON`,
5777
5811
  );
5778
5812
  }
5779
5813
 
@@ -5784,20 +5818,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
5784
5818
  z.ZodTypeDef,
5785
5819
  unknown
5786
5820
  > = z.object({
5787
- "__@BRAND@7838": z.lazy(() =>
5788
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema
5821
+ "__@BRAND@7823": z.lazy(() =>
5822
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema
5789
5823
  ),
5790
5824
  }).transform((v) => {
5791
5825
  return remap$(v, {
5792
- "__@BRAND@7838": "atBRANDAt7838",
5826
+ "__@BRAND@7823": "atBRANDAt7823",
5793
5827
  });
5794
5828
  });
5795
5829
 
5796
5830
  /** @internal */
5797
5831
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
5798
5832
  {
5799
- "__@BRAND@7838":
5800
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound;
5833
+ "__@BRAND@7823":
5834
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound;
5801
5835
  };
5802
5836
 
5803
5837
  /** @internal */
@@ -5807,12 +5841,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
5807
5841
  z.ZodTypeDef,
5808
5842
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
5809
5843
  > = z.object({
5810
- atBRANDAt7838: z.lazy(() =>
5811
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema
5844
+ atBRANDAt7823: z.lazy(() =>
5845
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema
5812
5846
  ),
5813
5847
  }).transform((v) => {
5814
5848
  return remap$(v, {
5815
- atBRANDAt7838: "__@BRAND@7838",
5849
+ atBRANDAt7823: "__@BRAND@7823",
5816
5850
  });
5817
5851
  });
5818
5852
 
@@ -5860,65 +5894,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
5860
5894
  }
5861
5895
 
5862
5896
  /** @internal */
5863
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema:
5897
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema:
5864
5898
  z.ZodType<
5865
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838,
5899
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823,
5866
5900
  z.ZodTypeDef,
5867
5901
  unknown
5868
5902
  > = z.object({});
5869
5903
 
5870
5904
  /** @internal */
5871
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound =
5905
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound =
5872
5906
  {};
5873
5907
 
5874
5908
  /** @internal */
5875
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema:
5909
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema:
5876
5910
  z.ZodType<
5877
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound,
5911
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound,
5878
5912
  z.ZodTypeDef,
5879
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838
5913
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823
5880
5914
  > = z.object({});
5881
5915
 
5882
5916
  /**
5883
5917
  * @internal
5884
5918
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5885
5919
  */
5886
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$ {
5887
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema` instead. */
5920
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$ {
5921
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema` instead. */
5888
5922
  export const inboundSchema =
5889
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema;
5890
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema` instead. */
5923
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema;
5924
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema` instead. */
5891
5925
  export const outboundSchema =
5892
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema;
5893
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound` instead. */
5926
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema;
5927
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound` instead. */
5894
5928
  export type Outbound =
5895
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound;
5929
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound;
5896
5930
  }
5897
5931
 
5898
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838ToJSON(
5899
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838:
5900
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838,
5932
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823ToJSON(
5933
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823:
5934
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823,
5901
5935
  ): string {
5902
5936
  return JSON.stringify(
5903
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema
5937
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema
5904
5938
  .parse(
5905
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838,
5939
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823,
5906
5940
  ),
5907
5941
  );
5908
5942
  }
5909
5943
 
5910
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838FromJSON(
5944
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823FromJSON(
5911
5945
  jsonString: string,
5912
5946
  ): SafeParseResult<
5913
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838,
5947
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823,
5914
5948
  SDKValidationError
5915
5949
  > {
5916
5950
  return safeParse(
5917
5951
  jsonString,
5918
5952
  (x) =>
5919
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema
5953
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema
5920
5954
  .parse(JSON.parse(x)),
5921
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838' from JSON`,
5955
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823' from JSON`,
5922
5956
  );
5923
5957
  }
5924
5958
 
@@ -5929,20 +5963,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
5929
5963
  z.ZodTypeDef,
5930
5964
  unknown
5931
5965
  > = z.object({
5932
- "__@BRAND@7838": z.lazy(() =>
5933
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema
5966
+ "__@BRAND@7823": z.lazy(() =>
5967
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema
5934
5968
  ),
5935
5969
  }).transform((v) => {
5936
5970
  return remap$(v, {
5937
- "__@BRAND@7838": "atBRANDAt7838",
5971
+ "__@BRAND@7823": "atBRANDAt7823",
5938
5972
  });
5939
5973
  });
5940
5974
 
5941
5975
  /** @internal */
5942
5976
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
5943
5977
  {
5944
- "__@BRAND@7838":
5945
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound;
5978
+ "__@BRAND@7823":
5979
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound;
5946
5980
  };
5947
5981
 
5948
5982
  /** @internal */
@@ -5952,12 +5986,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
5952
5986
  z.ZodTypeDef,
5953
5987
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
5954
5988
  > = z.object({
5955
- atBRANDAt7838: z.lazy(() =>
5956
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema
5989
+ atBRANDAt7823: z.lazy(() =>
5990
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema
5957
5991
  ),
5958
5992
  }).transform((v) => {
5959
5993
  return remap$(v, {
5960
- atBRANDAt7838: "__@BRAND@7838",
5994
+ atBRANDAt7823: "__@BRAND@7823",
5961
5995
  });
5962
5996
  });
5963
5997
 
@@ -6005,65 +6039,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
6005
6039
  }
6006
6040
 
6007
6041
  /** @internal */
6008
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema:
6042
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema:
6009
6043
  z.ZodType<
6010
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838,
6044
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823,
6011
6045
  z.ZodTypeDef,
6012
6046
  unknown
6013
6047
  > = z.object({});
6014
6048
 
6015
6049
  /** @internal */
6016
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound =
6050
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound =
6017
6051
  {};
6018
6052
 
6019
6053
  /** @internal */
6020
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema:
6054
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema:
6021
6055
  z.ZodType<
6022
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound,
6056
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound,
6023
6057
  z.ZodTypeDef,
6024
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838
6058
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823
6025
6059
  > = z.object({});
6026
6060
 
6027
6061
  /**
6028
6062
  * @internal
6029
6063
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6030
6064
  */
6031
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$ {
6032
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema` instead. */
6065
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$ {
6066
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema` instead. */
6033
6067
  export const inboundSchema =
6034
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema;
6035
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema` instead. */
6068
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema;
6069
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema` instead. */
6036
6070
  export const outboundSchema =
6037
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema;
6038
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound` instead. */
6071
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema;
6072
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound` instead. */
6039
6073
  export type Outbound =
6040
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound;
6074
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound;
6041
6075
  }
6042
6076
 
6043
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838ToJSON(
6044
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838:
6045
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838,
6077
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823ToJSON(
6078
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823:
6079
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823,
6046
6080
  ): string {
6047
6081
  return JSON.stringify(
6048
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema
6082
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema
6049
6083
  .parse(
6050
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838,
6084
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823,
6051
6085
  ),
6052
6086
  );
6053
6087
  }
6054
6088
 
6055
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838FromJSON(
6089
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823FromJSON(
6056
6090
  jsonString: string,
6057
6091
  ): SafeParseResult<
6058
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838,
6092
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823,
6059
6093
  SDKValidationError
6060
6094
  > {
6061
6095
  return safeParse(
6062
6096
  jsonString,
6063
6097
  (x) =>
6064
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema
6098
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema
6065
6099
  .parse(JSON.parse(x)),
6066
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838' from JSON`,
6100
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823' from JSON`,
6067
6101
  );
6068
6102
  }
6069
6103
 
@@ -6074,20 +6108,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
6074
6108
  z.ZodTypeDef,
6075
6109
  unknown
6076
6110
  > = z.object({
6077
- "__@BRAND@7838": z.lazy(() =>
6078
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema
6111
+ "__@BRAND@7823": z.lazy(() =>
6112
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema
6079
6113
  ),
6080
6114
  }).transform((v) => {
6081
6115
  return remap$(v, {
6082
- "__@BRAND@7838": "atBRANDAt7838",
6116
+ "__@BRAND@7823": "atBRANDAt7823",
6083
6117
  });
6084
6118
  });
6085
6119
 
6086
6120
  /** @internal */
6087
6121
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
6088
6122
  {
6089
- "__@BRAND@7838":
6090
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound;
6123
+ "__@BRAND@7823":
6124
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound;
6091
6125
  };
6092
6126
 
6093
6127
  /** @internal */
@@ -6097,12 +6131,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
6097
6131
  z.ZodTypeDef,
6098
6132
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
6099
6133
  > = z.object({
6100
- atBRANDAt7838: z.lazy(() =>
6101
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema
6134
+ atBRANDAt7823: z.lazy(() =>
6135
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema
6102
6136
  ),
6103
6137
  }).transform((v) => {
6104
6138
  return remap$(v, {
6105
- atBRANDAt7838: "__@BRAND@7838",
6139
+ atBRANDAt7823: "__@BRAND@7823",
6106
6140
  });
6107
6141
  });
6108
6142
 
@@ -8173,63 +8207,63 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
8173
8207
  }
8174
8208
 
8175
8209
  /** @internal */
8176
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema:
8210
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema:
8177
8211
  z.ZodType<
8178
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838,
8212
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823,
8179
8213
  z.ZodTypeDef,
8180
8214
  unknown
8181
8215
  > = z.object({});
8182
8216
 
8183
8217
  /** @internal */
8184
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound =
8218
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound =
8185
8219
  {};
8186
8220
 
8187
8221
  /** @internal */
8188
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema:
8222
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema:
8189
8223
  z.ZodType<
8190
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound,
8224
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound,
8191
8225
  z.ZodTypeDef,
8192
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838
8226
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823
8193
8227
  > = z.object({});
8194
8228
 
8195
8229
  /**
8196
8230
  * @internal
8197
8231
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8198
8232
  */
8199
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$ {
8200
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema` instead. */
8233
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$ {
8234
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema` instead. */
8201
8235
  export const inboundSchema =
8202
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema;
8203
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema` instead. */
8236
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema;
8237
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema` instead. */
8204
8238
  export const outboundSchema =
8205
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema;
8206
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound` instead. */
8239
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema;
8240
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound` instead. */
8207
8241
  export type Outbound =
8208
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound;
8242
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound;
8209
8243
  }
8210
8244
 
8211
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838ToJSON(
8212
- createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838:
8213
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838,
8245
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823ToJSON(
8246
+ createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823:
8247
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823,
8214
8248
  ): string {
8215
8249
  return JSON.stringify(
8216
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema
8217
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838),
8250
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema
8251
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823),
8218
8252
  );
8219
8253
  }
8220
8254
 
8221
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838FromJSON(
8255
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823FromJSON(
8222
8256
  jsonString: string,
8223
8257
  ): SafeParseResult<
8224
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838,
8258
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823,
8225
8259
  SDKValidationError
8226
8260
  > {
8227
8261
  return safeParse(
8228
8262
  jsonString,
8229
8263
  (x) =>
8230
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema
8264
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema
8231
8265
  .parse(JSON.parse(x)),
8232
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838' from JSON`,
8266
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823' from JSON`,
8233
8267
  );
8234
8268
  }
8235
8269
 
@@ -8240,20 +8274,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
8240
8274
  z.ZodTypeDef,
8241
8275
  unknown
8242
8276
  > = z.object({
8243
- "__@BRAND@7838": z.lazy(() =>
8244
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema
8277
+ "__@BRAND@7823": z.lazy(() =>
8278
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema
8245
8279
  ),
8246
8280
  }).transform((v) => {
8247
8281
  return remap$(v, {
8248
- "__@BRAND@7838": "atBRANDAt7838",
8282
+ "__@BRAND@7823": "atBRANDAt7823",
8249
8283
  });
8250
8284
  });
8251
8285
 
8252
8286
  /** @internal */
8253
8287
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
8254
8288
  {
8255
- "__@BRAND@7838":
8256
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound;
8289
+ "__@BRAND@7823":
8290
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound;
8257
8291
  };
8258
8292
 
8259
8293
  /** @internal */
@@ -8263,12 +8297,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
8263
8297
  z.ZodTypeDef,
8264
8298
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
8265
8299
  > = z.object({
8266
- atBRANDAt7838: z.lazy(() =>
8267
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema
8300
+ atBRANDAt7823: z.lazy(() =>
8301
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema
8268
8302
  ),
8269
8303
  }).transform((v) => {
8270
8304
  return remap$(v, {
8271
- atBRANDAt7838: "__@BRAND@7838",
8305
+ atBRANDAt7823: "__@BRAND@7823",
8272
8306
  });
8273
8307
  });
8274
8308
 
@@ -8314,65 +8348,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
8314
8348
  }
8315
8349
 
8316
8350
  /** @internal */
8317
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema:
8351
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema:
8318
8352
  z.ZodType<
8319
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838,
8353
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823,
8320
8354
  z.ZodTypeDef,
8321
8355
  unknown
8322
8356
  > = z.object({});
8323
8357
 
8324
8358
  /** @internal */
8325
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound =
8359
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound =
8326
8360
  {};
8327
8361
 
8328
8362
  /** @internal */
8329
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema:
8363
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema:
8330
8364
  z.ZodType<
8331
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound,
8365
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound,
8332
8366
  z.ZodTypeDef,
8333
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838
8367
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823
8334
8368
  > = z.object({});
8335
8369
 
8336
8370
  /**
8337
8371
  * @internal
8338
8372
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8339
8373
  */
8340
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$ {
8341
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema` instead. */
8374
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$ {
8375
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema` instead. */
8342
8376
  export const inboundSchema =
8343
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema;
8344
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema` instead. */
8377
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema;
8378
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema` instead. */
8345
8379
  export const outboundSchema =
8346
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema;
8347
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound` instead. */
8380
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema;
8381
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound` instead. */
8348
8382
  export type Outbound =
8349
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound;
8383
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound;
8350
8384
  }
8351
8385
 
8352
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838ToJSON(
8353
- createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838:
8354
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838,
8386
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823ToJSON(
8387
+ createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823:
8388
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823,
8355
8389
  ): string {
8356
8390
  return JSON.stringify(
8357
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema
8391
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema
8358
8392
  .parse(
8359
- createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838,
8393
+ createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823,
8360
8394
  ),
8361
8395
  );
8362
8396
  }
8363
8397
 
8364
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838FromJSON(
8398
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823FromJSON(
8365
8399
  jsonString: string,
8366
8400
  ): SafeParseResult<
8367
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838,
8401
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823,
8368
8402
  SDKValidationError
8369
8403
  > {
8370
8404
  return safeParse(
8371
8405
  jsonString,
8372
8406
  (x) =>
8373
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema
8407
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema
8374
8408
  .parse(JSON.parse(x)),
8375
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838' from JSON`,
8409
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823' from JSON`,
8376
8410
  );
8377
8411
  }
8378
8412
 
@@ -8383,20 +8417,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
8383
8417
  z.ZodTypeDef,
8384
8418
  unknown
8385
8419
  > = z.object({
8386
- "__@BRAND@7838": z.lazy(() =>
8387
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema
8420
+ "__@BRAND@7823": z.lazy(() =>
8421
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema
8388
8422
  ),
8389
8423
  }).transform((v) => {
8390
8424
  return remap$(v, {
8391
- "__@BRAND@7838": "atBRANDAt7838",
8425
+ "__@BRAND@7823": "atBRANDAt7823",
8392
8426
  });
8393
8427
  });
8394
8428
 
8395
8429
  /** @internal */
8396
8430
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
8397
8431
  {
8398
- "__@BRAND@7838":
8399
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound;
8432
+ "__@BRAND@7823":
8433
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound;
8400
8434
  };
8401
8435
 
8402
8436
  /** @internal */
@@ -8406,12 +8440,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
8406
8440
  z.ZodTypeDef,
8407
8441
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
8408
8442
  > = z.object({
8409
- atBRANDAt7838: z.lazy(() =>
8410
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema
8443
+ atBRANDAt7823: z.lazy(() =>
8444
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema
8411
8445
  ),
8412
8446
  }).transform((v) => {
8413
8447
  return remap$(v, {
8414
- atBRANDAt7838: "__@BRAND@7838",
8448
+ atBRANDAt7823: "__@BRAND@7823",
8415
8449
  });
8416
8450
  });
8417
8451
 
@@ -8457,65 +8491,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
8457
8491
  }
8458
8492
 
8459
8493
  /** @internal */
8460
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema:
8494
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema:
8461
8495
  z.ZodType<
8462
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838,
8496
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823,
8463
8497
  z.ZodTypeDef,
8464
8498
  unknown
8465
8499
  > = z.object({});
8466
8500
 
8467
8501
  /** @internal */
8468
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound =
8502
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound =
8469
8503
  {};
8470
8504
 
8471
8505
  /** @internal */
8472
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema:
8506
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema:
8473
8507
  z.ZodType<
8474
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound,
8508
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound,
8475
8509
  z.ZodTypeDef,
8476
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838
8510
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823
8477
8511
  > = z.object({});
8478
8512
 
8479
8513
  /**
8480
8514
  * @internal
8481
8515
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8482
8516
  */
8483
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$ {
8484
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema` instead. */
8517
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$ {
8518
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema` instead. */
8485
8519
  export const inboundSchema =
8486
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema;
8487
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema` instead. */
8520
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema;
8521
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema` instead. */
8488
8522
  export const outboundSchema =
8489
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema;
8490
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound` instead. */
8523
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema;
8524
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound` instead. */
8491
8525
  export type Outbound =
8492
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound;
8526
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound;
8493
8527
  }
8494
8528
 
8495
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838ToJSON(
8496
- createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838:
8497
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838,
8529
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823ToJSON(
8530
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823:
8531
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823,
8498
8532
  ): string {
8499
8533
  return JSON.stringify(
8500
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema
8534
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema
8501
8535
  .parse(
8502
- createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838,
8536
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823,
8503
8537
  ),
8504
8538
  );
8505
8539
  }
8506
8540
 
8507
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838FromJSON(
8541
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823FromJSON(
8508
8542
  jsonString: string,
8509
8543
  ): SafeParseResult<
8510
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838,
8544
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823,
8511
8545
  SDKValidationError
8512
8546
  > {
8513
8547
  return safeParse(
8514
8548
  jsonString,
8515
8549
  (x) =>
8516
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema
8550
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema
8517
8551
  .parse(JSON.parse(x)),
8518
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838' from JSON`,
8552
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823' from JSON`,
8519
8553
  );
8520
8554
  }
8521
8555
 
@@ -8526,20 +8560,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
8526
8560
  z.ZodTypeDef,
8527
8561
  unknown
8528
8562
  > = z.object({
8529
- "__@BRAND@7838": z.lazy(() =>
8530
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema
8563
+ "__@BRAND@7823": z.lazy(() =>
8564
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema
8531
8565
  ),
8532
8566
  }).transform((v) => {
8533
8567
  return remap$(v, {
8534
- "__@BRAND@7838": "atBRANDAt7838",
8568
+ "__@BRAND@7823": "atBRANDAt7823",
8535
8569
  });
8536
8570
  });
8537
8571
 
8538
8572
  /** @internal */
8539
8573
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
8540
8574
  {
8541
- "__@BRAND@7838":
8542
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound;
8575
+ "__@BRAND@7823":
8576
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound;
8543
8577
  };
8544
8578
 
8545
8579
  /** @internal */
@@ -8549,12 +8583,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
8549
8583
  z.ZodTypeDef,
8550
8584
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern
8551
8585
  > = z.object({
8552
- atBRANDAt7838: z.lazy(() =>
8553
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema
8586
+ atBRANDAt7823: z.lazy(() =>
8587
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema
8554
8588
  ),
8555
8589
  }).transform((v) => {
8556
8590
  return remap$(v, {
8557
- atBRANDAt7838: "__@BRAND@7838",
8591
+ atBRANDAt7823: "__@BRAND@7823",
8558
8592
  });
8559
8593
  });
8560
8594
 
@@ -12617,65 +12651,65 @@ export namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
12617
12651
  }
12618
12652
 
12619
12653
  /** @internal */
12620
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema:
12654
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema:
12621
12655
  z.ZodType<
12622
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838,
12656
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823,
12623
12657
  z.ZodTypeDef,
12624
12658
  unknown
12625
12659
  > = z.object({});
12626
12660
 
12627
12661
  /** @internal */
12628
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound =
12662
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound =
12629
12663
  {};
12630
12664
 
12631
12665
  /** @internal */
12632
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema:
12666
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema:
12633
12667
  z.ZodType<
12634
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound,
12668
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound,
12635
12669
  z.ZodTypeDef,
12636
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838
12670
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823
12637
12671
  > = z.object({});
12638
12672
 
12639
12673
  /**
12640
12674
  * @internal
12641
12675
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
12642
12676
  */
12643
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$ {
12644
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema` instead. */
12677
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$ {
12678
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema` instead. */
12645
12679
  export const inboundSchema =
12646
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema;
12647
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema` instead. */
12680
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema;
12681
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema` instead. */
12648
12682
  export const outboundSchema =
12649
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema;
12650
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound` instead. */
12683
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema;
12684
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound` instead. */
12651
12685
  export type Outbound =
12652
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound;
12686
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound;
12653
12687
  }
12654
12688
 
12655
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838ToJSON(
12656
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838:
12657
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838,
12689
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823ToJSON(
12690
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823:
12691
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823,
12658
12692
  ): string {
12659
12693
  return JSON.stringify(
12660
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema
12694
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema
12661
12695
  .parse(
12662
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838,
12696
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823,
12663
12697
  ),
12664
12698
  );
12665
12699
  }
12666
12700
 
12667
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838FromJSON(
12701
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823FromJSON(
12668
12702
  jsonString: string,
12669
12703
  ): SafeParseResult<
12670
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838,
12704
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823,
12671
12705
  SDKValidationError
12672
12706
  > {
12673
12707
  return safeParse(
12674
12708
  jsonString,
12675
12709
  (x) =>
12676
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema
12710
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema
12677
12711
  .parse(JSON.parse(x)),
12678
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838' from JSON`,
12712
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823' from JSON`,
12679
12713
  );
12680
12714
  }
12681
12715
 
@@ -12686,19 +12720,19 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
12686
12720
  z.ZodTypeDef,
12687
12721
  unknown
12688
12722
  > = z.object({
12689
- "__@BRAND@7838": z.lazy(() =>
12690
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema
12723
+ "__@BRAND@7823": z.lazy(() =>
12724
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema
12691
12725
  ),
12692
12726
  }).transform((v) => {
12693
12727
  return remap$(v, {
12694
- "__@BRAND@7838": "atBRANDAt7838",
12728
+ "__@BRAND@7823": "atBRANDAt7823",
12695
12729
  });
12696
12730
  });
12697
12731
 
12698
12732
  /** @internal */
12699
12733
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
12700
- "__@BRAND@7838":
12701
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound;
12734
+ "__@BRAND@7823":
12735
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound;
12702
12736
  };
12703
12737
 
12704
12738
  /** @internal */
@@ -12708,12 +12742,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
12708
12742
  z.ZodTypeDef,
12709
12743
  CreateIntegrationStoreDirectPropertiesMaxLength
12710
12744
  > = z.object({
12711
- atBRANDAt7838: z.lazy(() =>
12712
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema
12745
+ atBRANDAt7823: z.lazy(() =>
12746
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema
12713
12747
  ),
12714
12748
  }).transform((v) => {
12715
12749
  return remap$(v, {
12716
- atBRANDAt7838: "__@BRAND@7838",
12750
+ atBRANDAt7823: "__@BRAND@7823",
12717
12751
  });
12718
12752
  });
12719
12753
 
@@ -12761,50 +12795,50 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
12761
12795
  }
12762
12796
 
12763
12797
  /** @internal */
12764
- export const PropertiesAtBRANDAt7838$inboundSchema: z.ZodType<
12765
- PropertiesAtBRANDAt7838,
12798
+ export const PropertiesAtBRANDAt7823$inboundSchema: z.ZodType<
12799
+ PropertiesAtBRANDAt7823,
12766
12800
  z.ZodTypeDef,
12767
12801
  unknown
12768
12802
  > = z.object({});
12769
12803
 
12770
12804
  /** @internal */
12771
- export type PropertiesAtBRANDAt7838$Outbound = {};
12805
+ export type PropertiesAtBRANDAt7823$Outbound = {};
12772
12806
 
12773
12807
  /** @internal */
12774
- export const PropertiesAtBRANDAt7838$outboundSchema: z.ZodType<
12775
- PropertiesAtBRANDAt7838$Outbound,
12808
+ export const PropertiesAtBRANDAt7823$outboundSchema: z.ZodType<
12809
+ PropertiesAtBRANDAt7823$Outbound,
12776
12810
  z.ZodTypeDef,
12777
- PropertiesAtBRANDAt7838
12811
+ PropertiesAtBRANDAt7823
12778
12812
  > = z.object({});
12779
12813
 
12780
12814
  /**
12781
12815
  * @internal
12782
12816
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
12783
12817
  */
12784
- export namespace PropertiesAtBRANDAt7838$ {
12785
- /** @deprecated use `PropertiesAtBRANDAt7838$inboundSchema` instead. */
12786
- export const inboundSchema = PropertiesAtBRANDAt7838$inboundSchema;
12787
- /** @deprecated use `PropertiesAtBRANDAt7838$outboundSchema` instead. */
12788
- export const outboundSchema = PropertiesAtBRANDAt7838$outboundSchema;
12789
- /** @deprecated use `PropertiesAtBRANDAt7838$Outbound` instead. */
12790
- export type Outbound = PropertiesAtBRANDAt7838$Outbound;
12818
+ export namespace PropertiesAtBRANDAt7823$ {
12819
+ /** @deprecated use `PropertiesAtBRANDAt7823$inboundSchema` instead. */
12820
+ export const inboundSchema = PropertiesAtBRANDAt7823$inboundSchema;
12821
+ /** @deprecated use `PropertiesAtBRANDAt7823$outboundSchema` instead. */
12822
+ export const outboundSchema = PropertiesAtBRANDAt7823$outboundSchema;
12823
+ /** @deprecated use `PropertiesAtBRANDAt7823$Outbound` instead. */
12824
+ export type Outbound = PropertiesAtBRANDAt7823$Outbound;
12791
12825
  }
12792
12826
 
12793
- export function propertiesAtBRANDAt7838ToJSON(
12794
- propertiesAtBRANDAt7838: PropertiesAtBRANDAt7838,
12827
+ export function propertiesAtBRANDAt7823ToJSON(
12828
+ propertiesAtBRANDAt7823: PropertiesAtBRANDAt7823,
12795
12829
  ): string {
12796
12830
  return JSON.stringify(
12797
- PropertiesAtBRANDAt7838$outboundSchema.parse(propertiesAtBRANDAt7838),
12831
+ PropertiesAtBRANDAt7823$outboundSchema.parse(propertiesAtBRANDAt7823),
12798
12832
  );
12799
12833
  }
12800
12834
 
12801
- export function propertiesAtBRANDAt7838FromJSON(
12835
+ export function propertiesAtBRANDAt7823FromJSON(
12802
12836
  jsonString: string,
12803
- ): SafeParseResult<PropertiesAtBRANDAt7838, SDKValidationError> {
12837
+ ): SafeParseResult<PropertiesAtBRANDAt7823, SDKValidationError> {
12804
12838
  return safeParse(
12805
12839
  jsonString,
12806
- (x) => PropertiesAtBRANDAt7838$inboundSchema.parse(JSON.parse(x)),
12807
- `Failed to parse 'PropertiesAtBRANDAt7838' from JSON`,
12840
+ (x) => PropertiesAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)),
12841
+ `Failed to parse 'PropertiesAtBRANDAt7823' from JSON`,
12808
12842
  );
12809
12843
  }
12810
12844
 
@@ -12815,16 +12849,16 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
12815
12849
  z.ZodTypeDef,
12816
12850
  unknown
12817
12851
  > = z.object({
12818
- "__@BRAND@7838": z.lazy(() => PropertiesAtBRANDAt7838$inboundSchema),
12852
+ "__@BRAND@7823": z.lazy(() => PropertiesAtBRANDAt7823$inboundSchema),
12819
12853
  }).transform((v) => {
12820
12854
  return remap$(v, {
12821
- "__@BRAND@7838": "atBRANDAt7838",
12855
+ "__@BRAND@7823": "atBRANDAt7823",
12822
12856
  });
12823
12857
  });
12824
12858
 
12825
12859
  /** @internal */
12826
12860
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
12827
- "__@BRAND@7838": PropertiesAtBRANDAt7838$Outbound;
12861
+ "__@BRAND@7823": PropertiesAtBRANDAt7823$Outbound;
12828
12862
  };
12829
12863
 
12830
12864
  /** @internal */
@@ -12834,10 +12868,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
12834
12868
  z.ZodTypeDef,
12835
12869
  CreateIntegrationStoreDirectPropertiesMinLength
12836
12870
  > = z.object({
12837
- atBRANDAt7838: z.lazy(() => PropertiesAtBRANDAt7838$outboundSchema),
12871
+ atBRANDAt7823: z.lazy(() => PropertiesAtBRANDAt7823$outboundSchema),
12838
12872
  }).transform((v) => {
12839
12873
  return remap$(v, {
12840
- atBRANDAt7838: "__@BRAND@7838",
12874
+ atBRANDAt7823: "__@BRAND@7823",
12841
12875
  });
12842
12876
  });
12843
12877
 
@@ -12885,64 +12919,64 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
12885
12919
  }
12886
12920
 
12887
12921
  /** @internal */
12888
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema:
12922
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema:
12889
12923
  z.ZodType<
12890
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7838,
12924
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823,
12891
12925
  z.ZodTypeDef,
12892
12926
  unknown
12893
12927
  > = z.object({});
12894
12928
 
12895
12929
  /** @internal */
12896
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound = {};
12930
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound = {};
12897
12931
 
12898
12932
  /** @internal */
12899
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema:
12933
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema:
12900
12934
  z.ZodType<
12901
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound,
12935
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound,
12902
12936
  z.ZodTypeDef,
12903
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7838
12937
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823
12904
12938
  > = z.object({});
12905
12939
 
12906
12940
  /**
12907
12941
  * @internal
12908
12942
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
12909
12943
  */
12910
- export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$ {
12911
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema` instead. */
12944
+ export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$ {
12945
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema` instead. */
12912
12946
  export const inboundSchema =
12913
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema;
12914
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema` instead. */
12947
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema;
12948
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema` instead. */
12915
12949
  export const outboundSchema =
12916
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema;
12917
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound` instead. */
12950
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema;
12951
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound` instead. */
12918
12952
  export type Outbound =
12919
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound;
12953
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound;
12920
12954
  }
12921
12955
 
12922
- export function createIntegrationStoreDirectPropertiesAtBRANDAt7838ToJSON(
12923
- createIntegrationStoreDirectPropertiesAtBRANDAt7838:
12924
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7838,
12956
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt7823ToJSON(
12957
+ createIntegrationStoreDirectPropertiesAtBRANDAt7823:
12958
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823,
12925
12959
  ): string {
12926
12960
  return JSON.stringify(
12927
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema.parse(
12928
- createIntegrationStoreDirectPropertiesAtBRANDAt7838,
12961
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema.parse(
12962
+ createIntegrationStoreDirectPropertiesAtBRANDAt7823,
12929
12963
  ),
12930
12964
  );
12931
12965
  }
12932
12966
 
12933
- export function createIntegrationStoreDirectPropertiesAtBRANDAt7838FromJSON(
12967
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt7823FromJSON(
12934
12968
  jsonString: string,
12935
12969
  ): SafeParseResult<
12936
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7838,
12970
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823,
12937
12971
  SDKValidationError
12938
12972
  > {
12939
12973
  return safeParse(
12940
12974
  jsonString,
12941
12975
  (x) =>
12942
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema.parse(
12976
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema.parse(
12943
12977
  JSON.parse(x),
12944
12978
  ),
12945
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7838' from JSON`,
12979
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7823' from JSON`,
12946
12980
  );
12947
12981
  }
12948
12982
 
@@ -12953,18 +12987,18 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
12953
12987
  z.ZodTypeDef,
12954
12988
  unknown
12955
12989
  > = z.object({
12956
- "__@BRAND@7838": z.lazy(() =>
12957
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema
12990
+ "__@BRAND@7823": z.lazy(() =>
12991
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema
12958
12992
  ),
12959
12993
  }).transform((v) => {
12960
12994
  return remap$(v, {
12961
- "__@BRAND@7838": "atBRANDAt7838",
12995
+ "__@BRAND@7823": "atBRANDAt7823",
12962
12996
  });
12963
12997
  });
12964
12998
 
12965
12999
  /** @internal */
12966
13000
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
12967
- "__@BRAND@7838": CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound;
13001
+ "__@BRAND@7823": CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound;
12968
13002
  };
12969
13003
 
12970
13004
  /** @internal */
@@ -12974,12 +13008,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
12974
13008
  z.ZodTypeDef,
12975
13009
  CreateIntegrationStoreDirectPropertiesPattern
12976
13010
  > = z.object({
12977
- atBRANDAt7838: z.lazy(() =>
12978
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema
13011
+ atBRANDAt7823: z.lazy(() =>
13012
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema
12979
13013
  ),
12980
13014
  }).transform((v) => {
12981
13015
  return remap$(v, {
12982
- atBRANDAt7838: "__@BRAND@7838",
13016
+ atBRANDAt7823: "__@BRAND@7823",
12983
13017
  });
12984
13018
  });
12985
13019
 
@@ -14419,46 +14453,46 @@ export function guidesFromJSON(
14419
14453
  }
14420
14454
 
14421
14455
  /** @internal */
14422
- export const AtBRANDAt7838$inboundSchema: z.ZodType<
14423
- AtBRANDAt7838,
14456
+ export const AtBRANDAt7823$inboundSchema: z.ZodType<
14457
+ AtBRANDAt7823,
14424
14458
  z.ZodTypeDef,
14425
14459
  unknown
14426
14460
  > = z.object({});
14427
14461
 
14428
14462
  /** @internal */
14429
- export type AtBRANDAt7838$Outbound = {};
14463
+ export type AtBRANDAt7823$Outbound = {};
14430
14464
 
14431
14465
  /** @internal */
14432
- export const AtBRANDAt7838$outboundSchema: z.ZodType<
14433
- AtBRANDAt7838$Outbound,
14466
+ export const AtBRANDAt7823$outboundSchema: z.ZodType<
14467
+ AtBRANDAt7823$Outbound,
14434
14468
  z.ZodTypeDef,
14435
- AtBRANDAt7838
14469
+ AtBRANDAt7823
14436
14470
  > = z.object({});
14437
14471
 
14438
14472
  /**
14439
14473
  * @internal
14440
14474
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14441
14475
  */
14442
- export namespace AtBRANDAt7838$ {
14443
- /** @deprecated use `AtBRANDAt7838$inboundSchema` instead. */
14444
- export const inboundSchema = AtBRANDAt7838$inboundSchema;
14445
- /** @deprecated use `AtBRANDAt7838$outboundSchema` instead. */
14446
- export const outboundSchema = AtBRANDAt7838$outboundSchema;
14447
- /** @deprecated use `AtBRANDAt7838$Outbound` instead. */
14448
- export type Outbound = AtBRANDAt7838$Outbound;
14476
+ export namespace AtBRANDAt7823$ {
14477
+ /** @deprecated use `AtBRANDAt7823$inboundSchema` instead. */
14478
+ export const inboundSchema = AtBRANDAt7823$inboundSchema;
14479
+ /** @deprecated use `AtBRANDAt7823$outboundSchema` instead. */
14480
+ export const outboundSchema = AtBRANDAt7823$outboundSchema;
14481
+ /** @deprecated use `AtBRANDAt7823$Outbound` instead. */
14482
+ export type Outbound = AtBRANDAt7823$Outbound;
14449
14483
  }
14450
14484
 
14451
- export function atBRANDAt7838ToJSON(atBRANDAt7838: AtBRANDAt7838): string {
14452
- return JSON.stringify(AtBRANDAt7838$outboundSchema.parse(atBRANDAt7838));
14485
+ export function atBRANDAt7823ToJSON(atBRANDAt7823: AtBRANDAt7823): string {
14486
+ return JSON.stringify(AtBRANDAt7823$outboundSchema.parse(atBRANDAt7823));
14453
14487
  }
14454
14488
 
14455
- export function atBRANDAt7838FromJSON(
14489
+ export function atBRANDAt7823FromJSON(
14456
14490
  jsonString: string,
14457
- ): SafeParseResult<AtBRANDAt7838, SDKValidationError> {
14491
+ ): SafeParseResult<AtBRANDAt7823, SDKValidationError> {
14458
14492
  return safeParse(
14459
14493
  jsonString,
14460
- (x) => AtBRANDAt7838$inboundSchema.parse(JSON.parse(x)),
14461
- `Failed to parse 'AtBRANDAt7838' from JSON`,
14494
+ (x) => AtBRANDAt7823$inboundSchema.parse(JSON.parse(x)),
14495
+ `Failed to parse 'AtBRANDAt7823' from JSON`,
14462
14496
  );
14463
14497
  }
14464
14498
 
@@ -14468,16 +14502,16 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
14468
14502
  z.ZodTypeDef,
14469
14503
  unknown
14470
14504
  > = z.object({
14471
- "__@BRAND@7838": z.lazy(() => AtBRANDAt7838$inboundSchema),
14505
+ "__@BRAND@7823": z.lazy(() => AtBRANDAt7823$inboundSchema),
14472
14506
  }).transform((v) => {
14473
14507
  return remap$(v, {
14474
- "__@BRAND@7838": "atBRANDAt7838",
14508
+ "__@BRAND@7823": "atBRANDAt7823",
14475
14509
  });
14476
14510
  });
14477
14511
 
14478
14512
  /** @internal */
14479
14513
  export type CreateIntegrationStoreDirectValue$Outbound = {
14480
- "__@BRAND@7838": AtBRANDAt7838$Outbound;
14514
+ "__@BRAND@7823": AtBRANDAt7823$Outbound;
14481
14515
  };
14482
14516
 
14483
14517
  /** @internal */
@@ -14486,10 +14520,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
14486
14520
  z.ZodTypeDef,
14487
14521
  CreateIntegrationStoreDirectValue
14488
14522
  > = z.object({
14489
- atBRANDAt7838: z.lazy(() => AtBRANDAt7838$outboundSchema),
14523
+ atBRANDAt7823: z.lazy(() => AtBRANDAt7823$outboundSchema),
14490
14524
  }).transform((v) => {
14491
14525
  return remap$(v, {
14492
- atBRANDAt7838: "__@BRAND@7838",
14526
+ atBRANDAt7823: "__@BRAND@7823",
14493
14527
  });
14494
14528
  });
14495
14529
 
@@ -15555,6 +15589,7 @@ export const CreateIntegrationStoreDirectStore$inboundSchema: z.ZodType<
15555
15589
  totalConnectedProjects: z.number().optional(),
15556
15590
  usageQuotaExceeded: z.boolean(),
15557
15591
  status: z.nullable(CreateIntegrationStoreDirectStatus$inboundSchema),
15592
+ ownership: CreateIntegrationStoreDirectOwnership$inboundSchema.optional(),
15558
15593
  metadata: z.record(
15559
15594
  z.union([
15560
15595
  z.string(),
@@ -15588,6 +15623,7 @@ export type CreateIntegrationStoreDirectStore$Outbound = {
15588
15623
  totalConnectedProjects?: number | undefined;
15589
15624
  usageQuotaExceeded: boolean;
15590
15625
  status: string | null;
15626
+ ownership?: string | undefined;
15591
15627
  metadata?: {
15592
15628
  [k: string]: string | number | boolean | Array<string> | Array<number>;
15593
15629
  } | undefined;
@@ -15612,6 +15648,7 @@ export const CreateIntegrationStoreDirectStore$outboundSchema: z.ZodType<
15612
15648
  totalConnectedProjects: z.number().optional(),
15613
15649
  usageQuotaExceeded: z.boolean(),
15614
15650
  status: z.nullable(CreateIntegrationStoreDirectStatus$outboundSchema),
15651
+ ownership: CreateIntegrationStoreDirectOwnership$outboundSchema.optional(),
15615
15652
  metadata: z.record(
15616
15653
  z.union([
15617
15654
  z.string(),