@vercel/sdk 1.11.2 → 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 (169) hide show
  1. package/README.md +45 -52
  2. package/bin/mcp-server.js +926 -870
  3. package/bin/mcp-server.js.map +29 -29
  4. package/docs/sdks/integrations/README.md +83 -0
  5. package/docs/sdks/vercel/README.md +0 -74
  6. package/esm/__tests__/checks.test.js +1 -1
  7. package/esm/__tests__/checks.test.js.map +1 -1
  8. package/esm/__tests__/domains.test.js +3 -12
  9. package/esm/__tests__/domains.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 +2 -6
  13. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +1 -11
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/__tests__/vercel.test.js +3 -27
  17. package/esm/__tests__/vercel.test.js.map +1 -1
  18. package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
  19. package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
  20. package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
  21. package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
  22. package/esm/lib/config.d.ts +2 -2
  23. package/esm/lib/config.js +2 -2
  24. package/esm/mcp-server/mcp-server.js +1 -1
  25. package/esm/mcp-server/server.d.ts.map +1 -1
  26. package/esm/mcp-server/server.js +3 -3
  27. package/esm/mcp-server/server.js.map +1 -1
  28. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
  29. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
  30. package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
  31. package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
  32. package/esm/models/approverollingreleasestageop.d.ts +15 -0
  33. package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
  34. package/esm/models/approverollingreleasestageop.js +6 -0
  35. package/esm/models/approverollingreleasestageop.js.map +1 -1
  36. package/esm/models/canceldeploymentop.d.ts +3 -0
  37. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  38. package/esm/models/canceldeploymentop.js +1 -0
  39. package/esm/models/canceldeploymentop.js.map +1 -1
  40. package/esm/models/completerollingreleaseop.d.ts +15 -0
  41. package/esm/models/completerollingreleaseop.d.ts.map +1 -1
  42. package/esm/models/completerollingreleaseop.js +6 -0
  43. package/esm/models/completerollingreleaseop.js.map +1 -1
  44. package/esm/models/createdeploymentop.d.ts +41 -35
  45. package/esm/models/createdeploymentop.d.ts.map +1 -1
  46. package/esm/models/createdeploymentop.js +15 -13
  47. package/esm/models/createdeploymentop.js.map +1 -1
  48. package/esm/models/createintegrationstoredirectop.d.ts +243 -240
  49. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  50. package/esm/models/createintegrationstoredirectop.js +295 -294
  51. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  52. package/esm/models/createprojectenvop.d.ts +6 -6
  53. package/esm/models/createprojectenvop.js +2 -2
  54. package/esm/models/createprojectenvop.js.map +1 -1
  55. package/esm/models/createprojectop.d.ts +11 -0
  56. package/esm/models/createprojectop.d.ts.map +1 -1
  57. package/esm/models/createprojectop.js +4 -0
  58. package/esm/models/createprojectop.js.map +1 -1
  59. package/esm/models/editprojectenvop.d.ts +3 -3
  60. package/esm/models/editprojectenvop.js +1 -1
  61. package/esm/models/editprojectenvop.js.map +1 -1
  62. package/esm/models/getbillingplansop.d.ts +257 -0
  63. package/esm/models/getbillingplansop.d.ts.map +1 -0
  64. package/esm/models/getbillingplansop.js +244 -0
  65. package/esm/models/getbillingplansop.js.map +1 -0
  66. package/esm/models/getconfigurationproductsop.d.ts +330 -330
  67. package/esm/models/getconfigurationproductsop.js +408 -408
  68. package/esm/models/getdeploymentop.d.ts +3 -0
  69. package/esm/models/getdeploymentop.d.ts.map +1 -1
  70. package/esm/models/getdeploymentop.js +1 -0
  71. package/esm/models/getdeploymentop.js.map +1 -1
  72. package/esm/models/getdeploymentsop.d.ts +3 -0
  73. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  74. package/esm/models/getdeploymentsop.js +1 -0
  75. package/esm/models/getdeploymentsop.js.map +1 -1
  76. package/esm/models/getprojectsop.d.ts +8 -0
  77. package/esm/models/getprojectsop.d.ts.map +1 -1
  78. package/esm/models/getprojectsop.js +3 -0
  79. package/esm/models/getprojectsop.js.map +1 -1
  80. package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
  81. package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
  82. package/esm/models/getrollingreleaseconfigop.js +2 -0
  83. package/esm/models/getrollingreleaseconfigop.js.map +1 -1
  84. package/esm/models/getrollingreleaseop.d.ts +15 -0
  85. package/esm/models/getrollingreleaseop.d.ts.map +1 -1
  86. package/esm/models/getrollingreleaseop.js +6 -0
  87. package/esm/models/getrollingreleaseop.js.map +1 -1
  88. package/esm/models/getwebhooksop.d.ts +3 -0
  89. package/esm/models/getwebhooksop.d.ts.map +1 -1
  90. package/esm/models/getwebhooksop.js +1 -0
  91. package/esm/models/getwebhooksop.js.map +1 -1
  92. package/esm/models/importresourceop.d.ts +15 -15
  93. package/esm/models/importresourceop.d.ts.map +1 -1
  94. package/esm/models/importresourceop.js +17 -15
  95. package/esm/models/importresourceop.js.map +1 -1
  96. package/esm/models/removeprojectenvop.d.ts +9 -9
  97. package/esm/models/removeprojectenvop.js +3 -3
  98. package/esm/models/removeprojectenvop.js.map +1 -1
  99. package/esm/models/updateprojectdatacacheop.d.ts +8 -0
  100. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  101. package/esm/models/updateprojectdatacacheop.js +3 -0
  102. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  103. package/esm/models/updateprojectop.d.ts +173 -162
  104. package/esm/models/updateprojectop.d.ts.map +1 -1
  105. package/esm/models/updateprojectop.js +158 -154
  106. package/esm/models/updateprojectop.js.map +1 -1
  107. package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
  108. package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
  109. package/esm/models/updaterollingreleaseconfigop.js +2 -0
  110. package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
  111. package/esm/sdk/integrations.d.ts +8 -0
  112. package/esm/sdk/integrations.d.ts.map +1 -1
  113. package/esm/sdk/integrations.js +10 -0
  114. package/esm/sdk/integrations.js.map +1 -1
  115. package/esm/sdk/sdk.d.ts +1 -3
  116. package/esm/sdk/sdk.d.ts.map +1 -1
  117. package/esm/sdk/sdk.js +0 -5
  118. package/esm/sdk/sdk.js.map +1 -1
  119. package/examples/package-lock.json +1 -1
  120. package/jsr.json +1 -1
  121. package/package.json +1 -1
  122. package/src/__tests__/checks.test.ts +1 -1
  123. package/src/__tests__/domains.test.ts +3 -12
  124. package/src/__tests__/integrations.test.ts +32 -1
  125. package/src/__tests__/rollingrelease.test.ts +2 -6
  126. package/src/__tests__/security.test.ts +1 -11
  127. package/src/__tests__/vercel.test.ts +4 -33
  128. package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
  129. package/src/lib/config.ts +2 -2
  130. package/src/mcp-server/mcp-server.ts +1 -1
  131. package/src/mcp-server/server.ts +3 -5
  132. package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
  133. package/src/models/approverollingreleasestageop.ts +21 -0
  134. package/src/models/canceldeploymentop.ts +1 -0
  135. package/src/models/completerollingreleaseop.ts +21 -0
  136. package/src/models/createdeploymentop.ts +17 -15
  137. package/src/models/createintegrationstoredirectop.ts +506 -505
  138. package/src/models/createprojectenvop.ts +2 -2
  139. package/src/models/createprojectop.ts +9 -0
  140. package/src/models/editprojectenvop.ts +1 -1
  141. package/src/models/getbillingplansop.ts +508 -0
  142. package/src/models/getconfigurationproductsop.ts +703 -703
  143. package/src/models/getdeploymentop.ts +1 -0
  144. package/src/models/getdeploymentsop.ts +1 -0
  145. package/src/models/getprojectsop.ts +8 -0
  146. package/src/models/getrollingreleaseconfigop.ts +7 -0
  147. package/src/models/getrollingreleaseop.ts +21 -0
  148. package/src/models/getwebhooksop.ts +1 -0
  149. package/src/models/importresourceop.ts +27 -29
  150. package/src/models/removeprojectenvop.ts +3 -3
  151. package/src/models/updateprojectdatacacheop.ts +8 -0
  152. package/src/models/updateprojectop.ts +347 -338
  153. package/src/models/updaterollingreleaseconfigop.ts +7 -0
  154. package/src/sdk/integrations.ts +22 -0
  155. package/src/sdk/sdk.ts +1 -23
  156. package/vercel-spec.json +715 -594
  157. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -14
  158. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  159. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  160. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
  161. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  162. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
  163. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  164. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
  165. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
  166. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
  167. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
  168. package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
  169. 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<
@@ -216,12 +217,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
216
217
  typeof CreateIntegrationStoreDirectIntegrationsType
217
218
  >;
218
219
 
219
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820 =
220
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823 =
220
221
  {};
221
222
 
222
223
  export type CreateIntegrationStoreDirectPropertiesValue = {
223
- atBRANDAt7820:
224
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820;
224
+ atBRANDAt7823:
225
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823;
225
226
  };
226
227
 
227
228
  export const CreateIntegrationStoreDirectDisabled3 = {
@@ -290,10 +291,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
290
291
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
291
292
  >;
292
293
 
293
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820 = {};
294
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823 = {};
294
295
 
295
296
  export type CreateIntegrationStoreDirectUiOptionsValue = {
296
- atBRANDAt7820: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820;
297
+ atBRANDAt7823: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823;
297
298
  };
298
299
 
299
300
  export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
@@ -344,10 +345,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
344
345
  | undefined;
345
346
  };
346
347
 
347
- export type UiOptionsAtBRANDAt7820 = {};
348
+ export type UiOptionsAtBRANDAt7823 = {};
348
349
 
349
350
  export type CreateIntegrationStoreDirectUiOptions2 = {
350
- atBRANDAt7820: UiOptionsAtBRANDAt7820;
351
+ atBRANDAt7823: UiOptionsAtBRANDAt7823;
351
352
  };
352
353
 
353
354
  export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
@@ -410,31 +411,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
410
411
  | CreateIntegrationStoreDirectUiOptions2
411
412
  | CreateIntegrationStoreDirectUiOptions3;
412
413
 
413
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820 =
414
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823 =
414
415
  {};
415
416
 
416
417
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
417
418
  {
418
- atBRANDAt7820:
419
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820;
419
+ atBRANDAt7823:
420
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823;
420
421
  };
421
422
 
422
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820 =
423
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823 =
423
424
  {};
424
425
 
425
426
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
426
427
  {
427
- atBRANDAt7820:
428
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820;
428
+ atBRANDAt7823:
429
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823;
429
430
  };
430
431
 
431
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820 =
432
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823 =
432
433
  {};
433
434
 
434
435
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
435
436
  {
436
- atBRANDAt7820:
437
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820;
437
+ atBRANDAt7823:
438
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823;
438
439
  };
439
440
 
440
441
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
@@ -577,31 +578,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
577
578
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType
578
579
  >;
579
580
 
580
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820 =
581
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823 =
581
582
  {};
582
583
 
583
584
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
584
585
  {
585
- atBRANDAt7820:
586
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820;
586
+ atBRANDAt7823:
587
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823;
587
588
  };
588
589
 
589
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820 =
590
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823 =
590
591
  {};
591
592
 
592
593
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
593
594
  {
594
- atBRANDAt7820:
595
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820;
595
+ atBRANDAt7823:
596
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823;
596
597
  };
597
598
 
598
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820 =
599
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823 =
599
600
  {};
600
601
 
601
602
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
602
603
  {
603
- atBRANDAt7820:
604
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820;
604
+ atBRANDAt7823:
605
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823;
605
606
  };
606
607
 
607
608
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
@@ -856,28 +857,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
856
857
  | undefined;
857
858
  };
858
859
 
859
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820 =
860
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823 =
860
861
  {};
861
862
 
862
863
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
863
- atBRANDAt7820:
864
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820;
864
+ atBRANDAt7823:
865
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823;
865
866
  };
866
867
 
867
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820 =
868
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823 =
868
869
  {};
869
870
 
870
871
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
871
- atBRANDAt7820:
872
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820;
872
+ atBRANDAt7823:
873
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823;
873
874
  };
874
875
 
875
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820 =
876
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823 =
876
877
  {};
877
878
 
878
879
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
879
- atBRANDAt7820:
880
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820;
880
+ atBRANDAt7823:
881
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823;
881
882
  };
882
883
 
883
884
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
@@ -1380,24 +1381,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
1380
1381
  typeof CreateIntegrationStoreDirectPropertiesUiControl
1381
1382
  >;
1382
1383
 
1383
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820 =
1384
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823 =
1384
1385
  {};
1385
1386
 
1386
1387
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
1387
- atBRANDAt7820:
1388
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820;
1388
+ atBRANDAt7823:
1389
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823;
1389
1390
  };
1390
1391
 
1391
- export type PropertiesAtBRANDAt7820 = {};
1392
+ export type PropertiesAtBRANDAt7823 = {};
1392
1393
 
1393
1394
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
1394
- atBRANDAt7820: PropertiesAtBRANDAt7820;
1395
+ atBRANDAt7823: PropertiesAtBRANDAt7823;
1395
1396
  };
1396
1397
 
1397
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7820 = {};
1398
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7823 = {};
1398
1399
 
1399
1400
  export type CreateIntegrationStoreDirectPropertiesPattern = {
1400
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesAtBRANDAt7820;
1401
+ atBRANDAt7823: CreateIntegrationStoreDirectPropertiesAtBRANDAt7823;
1401
1402
  };
1402
1403
 
1403
1404
  export const CreateIntegrationStoreDirectUiReadOnly3 = {
@@ -1625,10 +1626,10 @@ export type Guides = {
1625
1626
  steps: Array<Steps>;
1626
1627
  };
1627
1628
 
1628
- export type AtBRANDAt7820 = {};
1629
+ export type AtBRANDAt7823 = {};
1629
1630
 
1630
1631
  export type CreateIntegrationStoreDirectValue = {
1631
- atBRANDAt7820: AtBRANDAt7820;
1632
+ atBRANDAt7823: AtBRANDAt7823;
1632
1633
  };
1633
1634
 
1634
1635
  export const Disabled3 = {
@@ -2467,65 +2468,65 @@ export namespace CreateIntegrationStoreDirectIntegrationsType$ {
2467
2468
  }
2468
2469
 
2469
2470
  /** @internal */
2470
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema:
2471
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema:
2471
2472
  z.ZodType<
2472
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820,
2473
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823,
2473
2474
  z.ZodTypeDef,
2474
2475
  unknown
2475
2476
  > = z.object({});
2476
2477
 
2477
2478
  /** @internal */
2478
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound =
2479
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound =
2479
2480
  {};
2480
2481
 
2481
2482
  /** @internal */
2482
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema:
2483
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema:
2483
2484
  z.ZodType<
2484
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound,
2485
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound,
2485
2486
  z.ZodTypeDef,
2486
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820
2487
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823
2487
2488
  > = z.object({});
2488
2489
 
2489
2490
  /**
2490
2491
  * @internal
2491
2492
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2492
2493
  */
2493
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$ {
2494
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema` instead. */
2494
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$ {
2495
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema` instead. */
2495
2496
  export const inboundSchema =
2496
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema;
2497
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema` instead. */
2497
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema;
2498
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema` instead. */
2498
2499
  export const outboundSchema =
2499
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema;
2500
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound` instead. */
2500
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema;
2501
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound` instead. */
2501
2502
  export type Outbound =
2502
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound;
2503
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound;
2503
2504
  }
2504
2505
 
2505
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820ToJSON(
2506
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820:
2507
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820,
2506
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823ToJSON(
2507
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823:
2508
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823,
2508
2509
  ): string {
2509
2510
  return JSON.stringify(
2510
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema
2511
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema
2511
2512
  .parse(
2512
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820,
2513
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823,
2513
2514
  ),
2514
2515
  );
2515
2516
  }
2516
2517
 
2517
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820FromJSON(
2518
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823FromJSON(
2518
2519
  jsonString: string,
2519
2520
  ): SafeParseResult<
2520
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820,
2521
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823,
2521
2522
  SDKValidationError
2522
2523
  > {
2523
2524
  return safeParse(
2524
2525
  jsonString,
2525
2526
  (x) =>
2526
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema
2527
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema
2527
2528
  .parse(JSON.parse(x)),
2528
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820' from JSON`,
2529
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823' from JSON`,
2529
2530
  );
2530
2531
  }
2531
2532
 
@@ -2536,19 +2537,19 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
2536
2537
  z.ZodTypeDef,
2537
2538
  unknown
2538
2539
  > = z.object({
2539
- "__@BRAND@7820": z.lazy(() =>
2540
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema
2540
+ "__@BRAND@7823": z.lazy(() =>
2541
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema
2541
2542
  ),
2542
2543
  }).transform((v) => {
2543
2544
  return remap$(v, {
2544
- "__@BRAND@7820": "atBRANDAt7820",
2545
+ "__@BRAND@7823": "atBRANDAt7823",
2545
2546
  });
2546
2547
  });
2547
2548
 
2548
2549
  /** @internal */
2549
2550
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
2550
- "__@BRAND@7820":
2551
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound;
2551
+ "__@BRAND@7823":
2552
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound;
2552
2553
  };
2553
2554
 
2554
2555
  /** @internal */
@@ -2558,12 +2559,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
2558
2559
  z.ZodTypeDef,
2559
2560
  CreateIntegrationStoreDirectPropertiesValue
2560
2561
  > = z.object({
2561
- atBRANDAt7820: z.lazy(() =>
2562
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema
2562
+ atBRANDAt7823: z.lazy(() =>
2563
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema
2563
2564
  ),
2564
2565
  }).transform((v) => {
2565
2566
  return remap$(v, {
2566
- atBRANDAt7820: "__@BRAND@7820",
2567
+ atBRANDAt7823: "__@BRAND@7823",
2567
2568
  });
2568
2569
  });
2569
2570
 
@@ -3075,64 +3076,64 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
3075
3076
  }
3076
3077
 
3077
3078
  /** @internal */
3078
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema:
3079
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema:
3079
3080
  z.ZodType<
3080
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820,
3081
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823,
3081
3082
  z.ZodTypeDef,
3082
3083
  unknown
3083
3084
  > = z.object({});
3084
3085
 
3085
3086
  /** @internal */
3086
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound = {};
3087
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound = {};
3087
3088
 
3088
3089
  /** @internal */
3089
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema:
3090
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema:
3090
3091
  z.ZodType<
3091
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound,
3092
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound,
3092
3093
  z.ZodTypeDef,
3093
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820
3094
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823
3094
3095
  > = z.object({});
3095
3096
 
3096
3097
  /**
3097
3098
  * @internal
3098
3099
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3099
3100
  */
3100
- export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$ {
3101
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema` instead. */
3101
+ export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$ {
3102
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema` instead. */
3102
3103
  export const inboundSchema =
3103
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema;
3104
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema` instead. */
3104
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema;
3105
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema` instead. */
3105
3106
  export const outboundSchema =
3106
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema;
3107
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound` instead. */
3107
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema;
3108
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound` instead. */
3108
3109
  export type Outbound =
3109
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound;
3110
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound;
3110
3111
  }
3111
3112
 
3112
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt7820ToJSON(
3113
- createIntegrationStoreDirectUiOptionsAtBRANDAt7820:
3114
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820,
3113
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7823ToJSON(
3114
+ createIntegrationStoreDirectUiOptionsAtBRANDAt7823:
3115
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823,
3115
3116
  ): string {
3116
3117
  return JSON.stringify(
3117
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema.parse(
3118
- createIntegrationStoreDirectUiOptionsAtBRANDAt7820,
3118
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema.parse(
3119
+ createIntegrationStoreDirectUiOptionsAtBRANDAt7823,
3119
3120
  ),
3120
3121
  );
3121
3122
  }
3122
3123
 
3123
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt7820FromJSON(
3124
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7823FromJSON(
3124
3125
  jsonString: string,
3125
3126
  ): SafeParseResult<
3126
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820,
3127
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823,
3127
3128
  SDKValidationError
3128
3129
  > {
3129
3130
  return safeParse(
3130
3131
  jsonString,
3131
3132
  (x) =>
3132
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema.parse(
3133
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema.parse(
3133
3134
  JSON.parse(x),
3134
3135
  ),
3135
- `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820' from JSON`,
3136
+ `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823' from JSON`,
3136
3137
  );
3137
3138
  }
3138
3139
 
@@ -3140,18 +3141,18 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7820FromJSON(
3140
3141
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
3141
3142
  z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
3142
3143
  z.object({
3143
- "__@BRAND@7820": z.lazy(() =>
3144
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema
3144
+ "__@BRAND@7823": z.lazy(() =>
3145
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema
3145
3146
  ),
3146
3147
  }).transform((v) => {
3147
3148
  return remap$(v, {
3148
- "__@BRAND@7820": "atBRANDAt7820",
3149
+ "__@BRAND@7823": "atBRANDAt7823",
3149
3150
  });
3150
3151
  });
3151
3152
 
3152
3153
  /** @internal */
3153
3154
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
3154
- "__@BRAND@7820": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound;
3155
+ "__@BRAND@7823": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound;
3155
3156
  };
3156
3157
 
3157
3158
  /** @internal */
@@ -3161,12 +3162,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
3161
3162
  z.ZodTypeDef,
3162
3163
  CreateIntegrationStoreDirectUiOptionsValue
3163
3164
  > = z.object({
3164
- atBRANDAt7820: z.lazy(() =>
3165
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema
3165
+ atBRANDAt7823: z.lazy(() =>
3166
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema
3166
3167
  ),
3167
3168
  }).transform((v) => {
3168
3169
  return remap$(v, {
3169
- atBRANDAt7820: "__@BRAND@7820",
3170
+ atBRANDAt7823: "__@BRAND@7823",
3170
3171
  });
3171
3172
  });
3172
3173
 
@@ -3650,50 +3651,50 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
3650
3651
  }
3651
3652
 
3652
3653
  /** @internal */
3653
- export const UiOptionsAtBRANDAt7820$inboundSchema: z.ZodType<
3654
- UiOptionsAtBRANDAt7820,
3654
+ export const UiOptionsAtBRANDAt7823$inboundSchema: z.ZodType<
3655
+ UiOptionsAtBRANDAt7823,
3655
3656
  z.ZodTypeDef,
3656
3657
  unknown
3657
3658
  > = z.object({});
3658
3659
 
3659
3660
  /** @internal */
3660
- export type UiOptionsAtBRANDAt7820$Outbound = {};
3661
+ export type UiOptionsAtBRANDAt7823$Outbound = {};
3661
3662
 
3662
3663
  /** @internal */
3663
- export const UiOptionsAtBRANDAt7820$outboundSchema: z.ZodType<
3664
- UiOptionsAtBRANDAt7820$Outbound,
3664
+ export const UiOptionsAtBRANDAt7823$outboundSchema: z.ZodType<
3665
+ UiOptionsAtBRANDAt7823$Outbound,
3665
3666
  z.ZodTypeDef,
3666
- UiOptionsAtBRANDAt7820
3667
+ UiOptionsAtBRANDAt7823
3667
3668
  > = z.object({});
3668
3669
 
3669
3670
  /**
3670
3671
  * @internal
3671
3672
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3672
3673
  */
3673
- export namespace UiOptionsAtBRANDAt7820$ {
3674
- /** @deprecated use `UiOptionsAtBRANDAt7820$inboundSchema` instead. */
3675
- export const inboundSchema = UiOptionsAtBRANDAt7820$inboundSchema;
3676
- /** @deprecated use `UiOptionsAtBRANDAt7820$outboundSchema` instead. */
3677
- export const outboundSchema = UiOptionsAtBRANDAt7820$outboundSchema;
3678
- /** @deprecated use `UiOptionsAtBRANDAt7820$Outbound` instead. */
3679
- export type Outbound = UiOptionsAtBRANDAt7820$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;
3680
3681
  }
3681
3682
 
3682
- export function uiOptionsAtBRANDAt7820ToJSON(
3683
- uiOptionsAtBRANDAt7820: UiOptionsAtBRANDAt7820,
3683
+ export function uiOptionsAtBRANDAt7823ToJSON(
3684
+ uiOptionsAtBRANDAt7823: UiOptionsAtBRANDAt7823,
3684
3685
  ): string {
3685
3686
  return JSON.stringify(
3686
- UiOptionsAtBRANDAt7820$outboundSchema.parse(uiOptionsAtBRANDAt7820),
3687
+ UiOptionsAtBRANDAt7823$outboundSchema.parse(uiOptionsAtBRANDAt7823),
3687
3688
  );
3688
3689
  }
3689
3690
 
3690
- export function uiOptionsAtBRANDAt7820FromJSON(
3691
+ export function uiOptionsAtBRANDAt7823FromJSON(
3691
3692
  jsonString: string,
3692
- ): SafeParseResult<UiOptionsAtBRANDAt7820, SDKValidationError> {
3693
+ ): SafeParseResult<UiOptionsAtBRANDAt7823, SDKValidationError> {
3693
3694
  return safeParse(
3694
3695
  jsonString,
3695
- (x) => UiOptionsAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)),
3696
- `Failed to parse 'UiOptionsAtBRANDAt7820' from JSON`,
3696
+ (x) => UiOptionsAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)),
3697
+ `Failed to parse 'UiOptionsAtBRANDAt7823' from JSON`,
3697
3698
  );
3698
3699
  }
3699
3700
 
@@ -3703,16 +3704,16 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
3703
3704
  z.ZodTypeDef,
3704
3705
  unknown
3705
3706
  > = z.object({
3706
- "__@BRAND@7820": z.lazy(() => UiOptionsAtBRANDAt7820$inboundSchema),
3707
+ "__@BRAND@7823": z.lazy(() => UiOptionsAtBRANDAt7823$inboundSchema),
3707
3708
  }).transform((v) => {
3708
3709
  return remap$(v, {
3709
- "__@BRAND@7820": "atBRANDAt7820",
3710
+ "__@BRAND@7823": "atBRANDAt7823",
3710
3711
  });
3711
3712
  });
3712
3713
 
3713
3714
  /** @internal */
3714
3715
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
3715
- "__@BRAND@7820": UiOptionsAtBRANDAt7820$Outbound;
3716
+ "__@BRAND@7823": UiOptionsAtBRANDAt7823$Outbound;
3716
3717
  };
3717
3718
 
3718
3719
  /** @internal */
@@ -3721,10 +3722,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
3721
3722
  z.ZodTypeDef,
3722
3723
  CreateIntegrationStoreDirectUiOptions2
3723
3724
  > = z.object({
3724
- atBRANDAt7820: z.lazy(() => UiOptionsAtBRANDAt7820$outboundSchema),
3725
+ atBRANDAt7823: z.lazy(() => UiOptionsAtBRANDAt7823$outboundSchema),
3725
3726
  }).transform((v) => {
3726
3727
  return remap$(v, {
3727
- atBRANDAt7820: "__@BRAND@7820",
3728
+ atBRANDAt7823: "__@BRAND@7823",
3728
3729
  });
3729
3730
  });
3730
3731
 
@@ -4286,65 +4287,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
4286
4287
  }
4287
4288
 
4288
4289
  /** @internal */
4289
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema:
4290
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema:
4290
4291
  z.ZodType<
4291
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820,
4292
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823,
4292
4293
  z.ZodTypeDef,
4293
4294
  unknown
4294
4295
  > = z.object({});
4295
4296
 
4296
4297
  /** @internal */
4297
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound =
4298
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound =
4298
4299
  {};
4299
4300
 
4300
4301
  /** @internal */
4301
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema:
4302
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema:
4302
4303
  z.ZodType<
4303
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound,
4304
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound,
4304
4305
  z.ZodTypeDef,
4305
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820
4306
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823
4306
4307
  > = z.object({});
4307
4308
 
4308
4309
  /**
4309
4310
  * @internal
4310
4311
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4311
4312
  */
4312
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$ {
4313
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema` instead. */
4313
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$ {
4314
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema` instead. */
4314
4315
  export const inboundSchema =
4315
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema;
4316
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema` instead. */
4316
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema;
4317
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema` instead. */
4317
4318
  export const outboundSchema =
4318
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema;
4319
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound` instead. */
4319
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema;
4320
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound` instead. */
4320
4321
  export type Outbound =
4321
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound;
4322
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound;
4322
4323
  }
4323
4324
 
4324
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820ToJSON(
4325
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820:
4326
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820,
4325
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823ToJSON(
4326
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823:
4327
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823,
4327
4328
  ): string {
4328
4329
  return JSON.stringify(
4329
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema
4330
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema
4330
4331
  .parse(
4331
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820,
4332
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823,
4332
4333
  ),
4333
4334
  );
4334
4335
  }
4335
4336
 
4336
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820FromJSON(
4337
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823FromJSON(
4337
4338
  jsonString: string,
4338
4339
  ): SafeParseResult<
4339
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820,
4340
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823,
4340
4341
  SDKValidationError
4341
4342
  > {
4342
4343
  return safeParse(
4343
4344
  jsonString,
4344
4345
  (x) =>
4345
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema
4346
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema
4346
4347
  .parse(JSON.parse(x)),
4347
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820' from JSON`,
4348
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823' from JSON`,
4348
4349
  );
4349
4350
  }
4350
4351
 
@@ -4355,20 +4356,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
4355
4356
  z.ZodTypeDef,
4356
4357
  unknown
4357
4358
  > = z.object({
4358
- "__@BRAND@7820": z.lazy(() =>
4359
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema
4359
+ "__@BRAND@7823": z.lazy(() =>
4360
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema
4360
4361
  ),
4361
4362
  }).transform((v) => {
4362
4363
  return remap$(v, {
4363
- "__@BRAND@7820": "atBRANDAt7820",
4364
+ "__@BRAND@7823": "atBRANDAt7823",
4364
4365
  });
4365
4366
  });
4366
4367
 
4367
4368
  /** @internal */
4368
4369
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
4369
4370
  {
4370
- "__@BRAND@7820":
4371
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound;
4371
+ "__@BRAND@7823":
4372
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound;
4372
4373
  };
4373
4374
 
4374
4375
  /** @internal */
@@ -4378,12 +4379,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
4378
4379
  z.ZodTypeDef,
4379
4380
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
4380
4381
  > = z.object({
4381
- atBRANDAt7820: z.lazy(() =>
4382
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema
4382
+ atBRANDAt7823: z.lazy(() =>
4383
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema
4383
4384
  ),
4384
4385
  }).transform((v) => {
4385
4386
  return remap$(v, {
4386
- atBRANDAt7820: "__@BRAND@7820",
4387
+ atBRANDAt7823: "__@BRAND@7823",
4387
4388
  });
4388
4389
  });
4389
4390
 
@@ -4431,65 +4432,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
4431
4432
  }
4432
4433
 
4433
4434
  /** @internal */
4434
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema:
4435
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema:
4435
4436
  z.ZodType<
4436
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820,
4437
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823,
4437
4438
  z.ZodTypeDef,
4438
4439
  unknown
4439
4440
  > = z.object({});
4440
4441
 
4441
4442
  /** @internal */
4442
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound =
4443
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound =
4443
4444
  {};
4444
4445
 
4445
4446
  /** @internal */
4446
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema:
4447
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema:
4447
4448
  z.ZodType<
4448
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound,
4449
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound,
4449
4450
  z.ZodTypeDef,
4450
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820
4451
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823
4451
4452
  > = z.object({});
4452
4453
 
4453
4454
  /**
4454
4455
  * @internal
4455
4456
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4456
4457
  */
4457
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$ {
4458
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema` instead. */
4458
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$ {
4459
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema` instead. */
4459
4460
  export const inboundSchema =
4460
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema;
4461
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema` instead. */
4461
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema;
4462
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema` instead. */
4462
4463
  export const outboundSchema =
4463
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema;
4464
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound` instead. */
4464
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema;
4465
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound` instead. */
4465
4466
  export type Outbound =
4466
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound;
4467
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound;
4467
4468
  }
4468
4469
 
4469
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820ToJSON(
4470
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820:
4471
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820,
4470
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823ToJSON(
4471
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823:
4472
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823,
4472
4473
  ): string {
4473
4474
  return JSON.stringify(
4474
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema
4475
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema
4475
4476
  .parse(
4476
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820,
4477
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823,
4477
4478
  ),
4478
4479
  );
4479
4480
  }
4480
4481
 
4481
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820FromJSON(
4482
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823FromJSON(
4482
4483
  jsonString: string,
4483
4484
  ): SafeParseResult<
4484
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820,
4485
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823,
4485
4486
  SDKValidationError
4486
4487
  > {
4487
4488
  return safeParse(
4488
4489
  jsonString,
4489
4490
  (x) =>
4490
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema
4491
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema
4491
4492
  .parse(JSON.parse(x)),
4492
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820' from JSON`,
4493
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823' from JSON`,
4493
4494
  );
4494
4495
  }
4495
4496
 
@@ -4500,20 +4501,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
4500
4501
  z.ZodTypeDef,
4501
4502
  unknown
4502
4503
  > = z.object({
4503
- "__@BRAND@7820": z.lazy(() =>
4504
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema
4504
+ "__@BRAND@7823": z.lazy(() =>
4505
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema
4505
4506
  ),
4506
4507
  }).transform((v) => {
4507
4508
  return remap$(v, {
4508
- "__@BRAND@7820": "atBRANDAt7820",
4509
+ "__@BRAND@7823": "atBRANDAt7823",
4509
4510
  });
4510
4511
  });
4511
4512
 
4512
4513
  /** @internal */
4513
4514
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
4514
4515
  {
4515
- "__@BRAND@7820":
4516
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound;
4516
+ "__@BRAND@7823":
4517
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound;
4517
4518
  };
4518
4519
 
4519
4520
  /** @internal */
@@ -4523,12 +4524,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
4523
4524
  z.ZodTypeDef,
4524
4525
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
4525
4526
  > = z.object({
4526
- atBRANDAt7820: z.lazy(() =>
4527
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema
4527
+ atBRANDAt7823: z.lazy(() =>
4528
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema
4528
4529
  ),
4529
4530
  }).transform((v) => {
4530
4531
  return remap$(v, {
4531
- atBRANDAt7820: "__@BRAND@7820",
4532
+ atBRANDAt7823: "__@BRAND@7823",
4532
4533
  });
4533
4534
  });
4534
4535
 
@@ -4576,65 +4577,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
4576
4577
  }
4577
4578
 
4578
4579
  /** @internal */
4579
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema:
4580
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema:
4580
4581
  z.ZodType<
4581
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820,
4582
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823,
4582
4583
  z.ZodTypeDef,
4583
4584
  unknown
4584
4585
  > = z.object({});
4585
4586
 
4586
4587
  /** @internal */
4587
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound =
4588
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound =
4588
4589
  {};
4589
4590
 
4590
4591
  /** @internal */
4591
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema:
4592
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema:
4592
4593
  z.ZodType<
4593
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound,
4594
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound,
4594
4595
  z.ZodTypeDef,
4595
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820
4596
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823
4596
4597
  > = z.object({});
4597
4598
 
4598
4599
  /**
4599
4600
  * @internal
4600
4601
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4601
4602
  */
4602
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$ {
4603
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema` instead. */
4603
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$ {
4604
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema` instead. */
4604
4605
  export const inboundSchema =
4605
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema;
4606
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema` instead. */
4606
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema;
4607
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema` instead. */
4607
4608
  export const outboundSchema =
4608
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema;
4609
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound` instead. */
4609
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema;
4610
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound` instead. */
4610
4611
  export type Outbound =
4611
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound;
4612
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound;
4612
4613
  }
4613
4614
 
4614
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820ToJSON(
4615
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820:
4616
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820,
4615
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823ToJSON(
4616
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823:
4617
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823,
4617
4618
  ): string {
4618
4619
  return JSON.stringify(
4619
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema
4620
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema
4620
4621
  .parse(
4621
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820,
4622
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823,
4622
4623
  ),
4623
4624
  );
4624
4625
  }
4625
4626
 
4626
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820FromJSON(
4627
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823FromJSON(
4627
4628
  jsonString: string,
4628
4629
  ): SafeParseResult<
4629
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820,
4630
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823,
4630
4631
  SDKValidationError
4631
4632
  > {
4632
4633
  return safeParse(
4633
4634
  jsonString,
4634
4635
  (x) =>
4635
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema
4636
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema
4636
4637
  .parse(JSON.parse(x)),
4637
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820' from JSON`,
4638
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823' from JSON`,
4638
4639
  );
4639
4640
  }
4640
4641
 
@@ -4645,20 +4646,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
4645
4646
  z.ZodTypeDef,
4646
4647
  unknown
4647
4648
  > = z.object({
4648
- "__@BRAND@7820": z.lazy(() =>
4649
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema
4649
+ "__@BRAND@7823": z.lazy(() =>
4650
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema
4650
4651
  ),
4651
4652
  }).transform((v) => {
4652
4653
  return remap$(v, {
4653
- "__@BRAND@7820": "atBRANDAt7820",
4654
+ "__@BRAND@7823": "atBRANDAt7823",
4654
4655
  });
4655
4656
  });
4656
4657
 
4657
4658
  /** @internal */
4658
4659
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
4659
4660
  {
4660
- "__@BRAND@7820":
4661
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound;
4661
+ "__@BRAND@7823":
4662
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound;
4662
4663
  };
4663
4664
 
4664
4665
  /** @internal */
@@ -4668,12 +4669,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
4668
4669
  z.ZodTypeDef,
4669
4670
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
4670
4671
  > = z.object({
4671
- atBRANDAt7820: z.lazy(() =>
4672
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema
4672
+ atBRANDAt7823: z.lazy(() =>
4673
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema
4673
4674
  ),
4674
4675
  }).transform((v) => {
4675
4676
  return remap$(v, {
4676
- atBRANDAt7820: "__@BRAND@7820",
4677
+ atBRANDAt7823: "__@BRAND@7823",
4677
4678
  });
4678
4679
  });
4679
4680
 
@@ -5748,65 +5749,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
5748
5749
  }
5749
5750
 
5750
5751
  /** @internal */
5751
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema:
5752
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema:
5752
5753
  z.ZodType<
5753
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820,
5754
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823,
5754
5755
  z.ZodTypeDef,
5755
5756
  unknown
5756
5757
  > = z.object({});
5757
5758
 
5758
5759
  /** @internal */
5759
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound =
5760
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound =
5760
5761
  {};
5761
5762
 
5762
5763
  /** @internal */
5763
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema:
5764
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema:
5764
5765
  z.ZodType<
5765
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound,
5766
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound,
5766
5767
  z.ZodTypeDef,
5767
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820
5768
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823
5768
5769
  > = z.object({});
5769
5770
 
5770
5771
  /**
5771
5772
  * @internal
5772
5773
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5773
5774
  */
5774
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$ {
5775
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema` instead. */
5775
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$ {
5776
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema` instead. */
5776
5777
  export const inboundSchema =
5777
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema;
5778
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema` instead. */
5778
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema;
5779
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema` instead. */
5779
5780
  export const outboundSchema =
5780
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema;
5781
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound` instead. */
5781
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema;
5782
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound` instead. */
5782
5783
  export type Outbound =
5783
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound;
5784
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound;
5784
5785
  }
5785
5786
 
5786
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820ToJSON(
5787
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820:
5788
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820,
5787
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823ToJSON(
5788
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823:
5789
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823,
5789
5790
  ): string {
5790
5791
  return JSON.stringify(
5791
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema
5792
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema
5792
5793
  .parse(
5793
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820,
5794
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823,
5794
5795
  ),
5795
5796
  );
5796
5797
  }
5797
5798
 
5798
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820FromJSON(
5799
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823FromJSON(
5799
5800
  jsonString: string,
5800
5801
  ): SafeParseResult<
5801
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820,
5802
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823,
5802
5803
  SDKValidationError
5803
5804
  > {
5804
5805
  return safeParse(
5805
5806
  jsonString,
5806
5807
  (x) =>
5807
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema
5808
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema
5808
5809
  .parse(JSON.parse(x)),
5809
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820' from JSON`,
5810
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823' from JSON`,
5810
5811
  );
5811
5812
  }
5812
5813
 
@@ -5817,20 +5818,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
5817
5818
  z.ZodTypeDef,
5818
5819
  unknown
5819
5820
  > = z.object({
5820
- "__@BRAND@7820": z.lazy(() =>
5821
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema
5821
+ "__@BRAND@7823": z.lazy(() =>
5822
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema
5822
5823
  ),
5823
5824
  }).transform((v) => {
5824
5825
  return remap$(v, {
5825
- "__@BRAND@7820": "atBRANDAt7820",
5826
+ "__@BRAND@7823": "atBRANDAt7823",
5826
5827
  });
5827
5828
  });
5828
5829
 
5829
5830
  /** @internal */
5830
5831
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
5831
5832
  {
5832
- "__@BRAND@7820":
5833
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound;
5833
+ "__@BRAND@7823":
5834
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound;
5834
5835
  };
5835
5836
 
5836
5837
  /** @internal */
@@ -5840,12 +5841,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
5840
5841
  z.ZodTypeDef,
5841
5842
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
5842
5843
  > = z.object({
5843
- atBRANDAt7820: z.lazy(() =>
5844
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema
5844
+ atBRANDAt7823: z.lazy(() =>
5845
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema
5845
5846
  ),
5846
5847
  }).transform((v) => {
5847
5848
  return remap$(v, {
5848
- atBRANDAt7820: "__@BRAND@7820",
5849
+ atBRANDAt7823: "__@BRAND@7823",
5849
5850
  });
5850
5851
  });
5851
5852
 
@@ -5893,65 +5894,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
5893
5894
  }
5894
5895
 
5895
5896
  /** @internal */
5896
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema:
5897
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema:
5897
5898
  z.ZodType<
5898
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820,
5899
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823,
5899
5900
  z.ZodTypeDef,
5900
5901
  unknown
5901
5902
  > = z.object({});
5902
5903
 
5903
5904
  /** @internal */
5904
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound =
5905
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound =
5905
5906
  {};
5906
5907
 
5907
5908
  /** @internal */
5908
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema:
5909
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema:
5909
5910
  z.ZodType<
5910
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound,
5911
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound,
5911
5912
  z.ZodTypeDef,
5912
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820
5913
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823
5913
5914
  > = z.object({});
5914
5915
 
5915
5916
  /**
5916
5917
  * @internal
5917
5918
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5918
5919
  */
5919
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$ {
5920
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema` instead. */
5920
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$ {
5921
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema` instead. */
5921
5922
  export const inboundSchema =
5922
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema;
5923
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema` instead. */
5923
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema;
5924
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema` instead. */
5924
5925
  export const outboundSchema =
5925
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema;
5926
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound` instead. */
5926
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema;
5927
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound` instead. */
5927
5928
  export type Outbound =
5928
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound;
5929
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound;
5929
5930
  }
5930
5931
 
5931
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820ToJSON(
5932
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820:
5933
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820,
5932
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823ToJSON(
5933
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823:
5934
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823,
5934
5935
  ): string {
5935
5936
  return JSON.stringify(
5936
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema
5937
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema
5937
5938
  .parse(
5938
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820,
5939
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823,
5939
5940
  ),
5940
5941
  );
5941
5942
  }
5942
5943
 
5943
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820FromJSON(
5944
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823FromJSON(
5944
5945
  jsonString: string,
5945
5946
  ): SafeParseResult<
5946
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820,
5947
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823,
5947
5948
  SDKValidationError
5948
5949
  > {
5949
5950
  return safeParse(
5950
5951
  jsonString,
5951
5952
  (x) =>
5952
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema
5953
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema
5953
5954
  .parse(JSON.parse(x)),
5954
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820' from JSON`,
5955
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823' from JSON`,
5955
5956
  );
5956
5957
  }
5957
5958
 
@@ -5962,20 +5963,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
5962
5963
  z.ZodTypeDef,
5963
5964
  unknown
5964
5965
  > = z.object({
5965
- "__@BRAND@7820": z.lazy(() =>
5966
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema
5966
+ "__@BRAND@7823": z.lazy(() =>
5967
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema
5967
5968
  ),
5968
5969
  }).transform((v) => {
5969
5970
  return remap$(v, {
5970
- "__@BRAND@7820": "atBRANDAt7820",
5971
+ "__@BRAND@7823": "atBRANDAt7823",
5971
5972
  });
5972
5973
  });
5973
5974
 
5974
5975
  /** @internal */
5975
5976
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
5976
5977
  {
5977
- "__@BRAND@7820":
5978
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound;
5978
+ "__@BRAND@7823":
5979
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound;
5979
5980
  };
5980
5981
 
5981
5982
  /** @internal */
@@ -5985,12 +5986,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
5985
5986
  z.ZodTypeDef,
5986
5987
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
5987
5988
  > = z.object({
5988
- atBRANDAt7820: z.lazy(() =>
5989
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema
5989
+ atBRANDAt7823: z.lazy(() =>
5990
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema
5990
5991
  ),
5991
5992
  }).transform((v) => {
5992
5993
  return remap$(v, {
5993
- atBRANDAt7820: "__@BRAND@7820",
5994
+ atBRANDAt7823: "__@BRAND@7823",
5994
5995
  });
5995
5996
  });
5996
5997
 
@@ -6038,65 +6039,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
6038
6039
  }
6039
6040
 
6040
6041
  /** @internal */
6041
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema:
6042
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema:
6042
6043
  z.ZodType<
6043
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820,
6044
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823,
6044
6045
  z.ZodTypeDef,
6045
6046
  unknown
6046
6047
  > = z.object({});
6047
6048
 
6048
6049
  /** @internal */
6049
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound =
6050
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound =
6050
6051
  {};
6051
6052
 
6052
6053
  /** @internal */
6053
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema:
6054
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema:
6054
6055
  z.ZodType<
6055
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound,
6056
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound,
6056
6057
  z.ZodTypeDef,
6057
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820
6058
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823
6058
6059
  > = z.object({});
6059
6060
 
6060
6061
  /**
6061
6062
  * @internal
6062
6063
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6063
6064
  */
6064
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$ {
6065
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema` instead. */
6065
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$ {
6066
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema` instead. */
6066
6067
  export const inboundSchema =
6067
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema;
6068
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema` instead. */
6068
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema;
6069
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema` instead. */
6069
6070
  export const outboundSchema =
6070
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema;
6071
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound` instead. */
6071
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema;
6072
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound` instead. */
6072
6073
  export type Outbound =
6073
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound;
6074
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound;
6074
6075
  }
6075
6076
 
6076
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820ToJSON(
6077
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820:
6078
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820,
6077
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823ToJSON(
6078
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823:
6079
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823,
6079
6080
  ): string {
6080
6081
  return JSON.stringify(
6081
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema
6082
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema
6082
6083
  .parse(
6083
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820,
6084
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823,
6084
6085
  ),
6085
6086
  );
6086
6087
  }
6087
6088
 
6088
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820FromJSON(
6089
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823FromJSON(
6089
6090
  jsonString: string,
6090
6091
  ): SafeParseResult<
6091
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820,
6092
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823,
6092
6093
  SDKValidationError
6093
6094
  > {
6094
6095
  return safeParse(
6095
6096
  jsonString,
6096
6097
  (x) =>
6097
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema
6098
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema
6098
6099
  .parse(JSON.parse(x)),
6099
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820' from JSON`,
6100
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823' from JSON`,
6100
6101
  );
6101
6102
  }
6102
6103
 
@@ -6107,20 +6108,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
6107
6108
  z.ZodTypeDef,
6108
6109
  unknown
6109
6110
  > = z.object({
6110
- "__@BRAND@7820": z.lazy(() =>
6111
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema
6111
+ "__@BRAND@7823": z.lazy(() =>
6112
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema
6112
6113
  ),
6113
6114
  }).transform((v) => {
6114
6115
  return remap$(v, {
6115
- "__@BRAND@7820": "atBRANDAt7820",
6116
+ "__@BRAND@7823": "atBRANDAt7823",
6116
6117
  });
6117
6118
  });
6118
6119
 
6119
6120
  /** @internal */
6120
6121
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
6121
6122
  {
6122
- "__@BRAND@7820":
6123
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound;
6123
+ "__@BRAND@7823":
6124
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound;
6124
6125
  };
6125
6126
 
6126
6127
  /** @internal */
@@ -6130,12 +6131,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
6130
6131
  z.ZodTypeDef,
6131
6132
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
6132
6133
  > = z.object({
6133
- atBRANDAt7820: z.lazy(() =>
6134
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema
6134
+ atBRANDAt7823: z.lazy(() =>
6135
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema
6135
6136
  ),
6136
6137
  }).transform((v) => {
6137
6138
  return remap$(v, {
6138
- atBRANDAt7820: "__@BRAND@7820",
6139
+ atBRANDAt7823: "__@BRAND@7823",
6139
6140
  });
6140
6141
  });
6141
6142
 
@@ -8206,63 +8207,63 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
8206
8207
  }
8207
8208
 
8208
8209
  /** @internal */
8209
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema:
8210
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema:
8210
8211
  z.ZodType<
8211
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820,
8212
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823,
8212
8213
  z.ZodTypeDef,
8213
8214
  unknown
8214
8215
  > = z.object({});
8215
8216
 
8216
8217
  /** @internal */
8217
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound =
8218
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound =
8218
8219
  {};
8219
8220
 
8220
8221
  /** @internal */
8221
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema:
8222
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema:
8222
8223
  z.ZodType<
8223
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound,
8224
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound,
8224
8225
  z.ZodTypeDef,
8225
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820
8226
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823
8226
8227
  > = z.object({});
8227
8228
 
8228
8229
  /**
8229
8230
  * @internal
8230
8231
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8231
8232
  */
8232
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$ {
8233
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema` instead. */
8233
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$ {
8234
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema` instead. */
8234
8235
  export const inboundSchema =
8235
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema;
8236
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema` instead. */
8236
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema;
8237
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema` instead. */
8237
8238
  export const outboundSchema =
8238
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema;
8239
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound` instead. */
8239
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema;
8240
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound` instead. */
8240
8241
  export type Outbound =
8241
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound;
8242
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound;
8242
8243
  }
8243
8244
 
8244
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820ToJSON(
8245
- createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820:
8246
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820,
8245
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823ToJSON(
8246
+ createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823:
8247
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823,
8247
8248
  ): string {
8248
8249
  return JSON.stringify(
8249
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema
8250
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820),
8250
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema
8251
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823),
8251
8252
  );
8252
8253
  }
8253
8254
 
8254
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820FromJSON(
8255
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823FromJSON(
8255
8256
  jsonString: string,
8256
8257
  ): SafeParseResult<
8257
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820,
8258
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823,
8258
8259
  SDKValidationError
8259
8260
  > {
8260
8261
  return safeParse(
8261
8262
  jsonString,
8262
8263
  (x) =>
8263
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema
8264
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema
8264
8265
  .parse(JSON.parse(x)),
8265
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820' from JSON`,
8266
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823' from JSON`,
8266
8267
  );
8267
8268
  }
8268
8269
 
@@ -8273,20 +8274,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
8273
8274
  z.ZodTypeDef,
8274
8275
  unknown
8275
8276
  > = z.object({
8276
- "__@BRAND@7820": z.lazy(() =>
8277
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema
8277
+ "__@BRAND@7823": z.lazy(() =>
8278
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema
8278
8279
  ),
8279
8280
  }).transform((v) => {
8280
8281
  return remap$(v, {
8281
- "__@BRAND@7820": "atBRANDAt7820",
8282
+ "__@BRAND@7823": "atBRANDAt7823",
8282
8283
  });
8283
8284
  });
8284
8285
 
8285
8286
  /** @internal */
8286
8287
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
8287
8288
  {
8288
- "__@BRAND@7820":
8289
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound;
8289
+ "__@BRAND@7823":
8290
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound;
8290
8291
  };
8291
8292
 
8292
8293
  /** @internal */
@@ -8296,12 +8297,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
8296
8297
  z.ZodTypeDef,
8297
8298
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
8298
8299
  > = z.object({
8299
- atBRANDAt7820: z.lazy(() =>
8300
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema
8300
+ atBRANDAt7823: z.lazy(() =>
8301
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema
8301
8302
  ),
8302
8303
  }).transform((v) => {
8303
8304
  return remap$(v, {
8304
- atBRANDAt7820: "__@BRAND@7820",
8305
+ atBRANDAt7823: "__@BRAND@7823",
8305
8306
  });
8306
8307
  });
8307
8308
 
@@ -8347,65 +8348,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
8347
8348
  }
8348
8349
 
8349
8350
  /** @internal */
8350
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema:
8351
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema:
8351
8352
  z.ZodType<
8352
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820,
8353
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823,
8353
8354
  z.ZodTypeDef,
8354
8355
  unknown
8355
8356
  > = z.object({});
8356
8357
 
8357
8358
  /** @internal */
8358
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound =
8359
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound =
8359
8360
  {};
8360
8361
 
8361
8362
  /** @internal */
8362
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema:
8363
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema:
8363
8364
  z.ZodType<
8364
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound,
8365
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound,
8365
8366
  z.ZodTypeDef,
8366
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820
8367
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823
8367
8368
  > = z.object({});
8368
8369
 
8369
8370
  /**
8370
8371
  * @internal
8371
8372
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8372
8373
  */
8373
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$ {
8374
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema` instead. */
8374
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$ {
8375
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema` instead. */
8375
8376
  export const inboundSchema =
8376
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema;
8377
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema` instead. */
8377
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema;
8378
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema` instead. */
8378
8379
  export const outboundSchema =
8379
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema;
8380
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound` instead. */
8380
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema;
8381
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound` instead. */
8381
8382
  export type Outbound =
8382
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound;
8383
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound;
8383
8384
  }
8384
8385
 
8385
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820ToJSON(
8386
- createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820:
8387
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820,
8386
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823ToJSON(
8387
+ createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823:
8388
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823,
8388
8389
  ): string {
8389
8390
  return JSON.stringify(
8390
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema
8391
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema
8391
8392
  .parse(
8392
- createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820,
8393
+ createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823,
8393
8394
  ),
8394
8395
  );
8395
8396
  }
8396
8397
 
8397
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820FromJSON(
8398
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823FromJSON(
8398
8399
  jsonString: string,
8399
8400
  ): SafeParseResult<
8400
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820,
8401
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823,
8401
8402
  SDKValidationError
8402
8403
  > {
8403
8404
  return safeParse(
8404
8405
  jsonString,
8405
8406
  (x) =>
8406
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema
8407
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema
8407
8408
  .parse(JSON.parse(x)),
8408
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820' from JSON`,
8409
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823' from JSON`,
8409
8410
  );
8410
8411
  }
8411
8412
 
@@ -8416,20 +8417,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
8416
8417
  z.ZodTypeDef,
8417
8418
  unknown
8418
8419
  > = z.object({
8419
- "__@BRAND@7820": z.lazy(() =>
8420
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema
8420
+ "__@BRAND@7823": z.lazy(() =>
8421
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema
8421
8422
  ),
8422
8423
  }).transform((v) => {
8423
8424
  return remap$(v, {
8424
- "__@BRAND@7820": "atBRANDAt7820",
8425
+ "__@BRAND@7823": "atBRANDAt7823",
8425
8426
  });
8426
8427
  });
8427
8428
 
8428
8429
  /** @internal */
8429
8430
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
8430
8431
  {
8431
- "__@BRAND@7820":
8432
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound;
8432
+ "__@BRAND@7823":
8433
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound;
8433
8434
  };
8434
8435
 
8435
8436
  /** @internal */
@@ -8439,12 +8440,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
8439
8440
  z.ZodTypeDef,
8440
8441
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
8441
8442
  > = z.object({
8442
- atBRANDAt7820: z.lazy(() =>
8443
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema
8443
+ atBRANDAt7823: z.lazy(() =>
8444
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema
8444
8445
  ),
8445
8446
  }).transform((v) => {
8446
8447
  return remap$(v, {
8447
- atBRANDAt7820: "__@BRAND@7820",
8448
+ atBRANDAt7823: "__@BRAND@7823",
8448
8449
  });
8449
8450
  });
8450
8451
 
@@ -8490,65 +8491,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
8490
8491
  }
8491
8492
 
8492
8493
  /** @internal */
8493
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema:
8494
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema:
8494
8495
  z.ZodType<
8495
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820,
8496
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823,
8496
8497
  z.ZodTypeDef,
8497
8498
  unknown
8498
8499
  > = z.object({});
8499
8500
 
8500
8501
  /** @internal */
8501
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound =
8502
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound =
8502
8503
  {};
8503
8504
 
8504
8505
  /** @internal */
8505
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema:
8506
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema:
8506
8507
  z.ZodType<
8507
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound,
8508
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound,
8508
8509
  z.ZodTypeDef,
8509
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820
8510
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823
8510
8511
  > = z.object({});
8511
8512
 
8512
8513
  /**
8513
8514
  * @internal
8514
8515
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8515
8516
  */
8516
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$ {
8517
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema` instead. */
8517
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$ {
8518
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema` instead. */
8518
8519
  export const inboundSchema =
8519
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema;
8520
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema` instead. */
8520
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema;
8521
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema` instead. */
8521
8522
  export const outboundSchema =
8522
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema;
8523
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound` instead. */
8523
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema;
8524
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound` instead. */
8524
8525
  export type Outbound =
8525
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound;
8526
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound;
8526
8527
  }
8527
8528
 
8528
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820ToJSON(
8529
- createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820:
8530
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820,
8529
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823ToJSON(
8530
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823:
8531
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823,
8531
8532
  ): string {
8532
8533
  return JSON.stringify(
8533
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema
8534
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema
8534
8535
  .parse(
8535
- createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820,
8536
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823,
8536
8537
  ),
8537
8538
  );
8538
8539
  }
8539
8540
 
8540
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820FromJSON(
8541
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823FromJSON(
8541
8542
  jsonString: string,
8542
8543
  ): SafeParseResult<
8543
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820,
8544
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823,
8544
8545
  SDKValidationError
8545
8546
  > {
8546
8547
  return safeParse(
8547
8548
  jsonString,
8548
8549
  (x) =>
8549
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema
8550
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema
8550
8551
  .parse(JSON.parse(x)),
8551
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820' from JSON`,
8552
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823' from JSON`,
8552
8553
  );
8553
8554
  }
8554
8555
 
@@ -8559,20 +8560,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
8559
8560
  z.ZodTypeDef,
8560
8561
  unknown
8561
8562
  > = z.object({
8562
- "__@BRAND@7820": z.lazy(() =>
8563
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema
8563
+ "__@BRAND@7823": z.lazy(() =>
8564
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema
8564
8565
  ),
8565
8566
  }).transform((v) => {
8566
8567
  return remap$(v, {
8567
- "__@BRAND@7820": "atBRANDAt7820",
8568
+ "__@BRAND@7823": "atBRANDAt7823",
8568
8569
  });
8569
8570
  });
8570
8571
 
8571
8572
  /** @internal */
8572
8573
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
8573
8574
  {
8574
- "__@BRAND@7820":
8575
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound;
8575
+ "__@BRAND@7823":
8576
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound;
8576
8577
  };
8577
8578
 
8578
8579
  /** @internal */
@@ -8582,12 +8583,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
8582
8583
  z.ZodTypeDef,
8583
8584
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern
8584
8585
  > = z.object({
8585
- atBRANDAt7820: z.lazy(() =>
8586
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema
8586
+ atBRANDAt7823: z.lazy(() =>
8587
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema
8587
8588
  ),
8588
8589
  }).transform((v) => {
8589
8590
  return remap$(v, {
8590
- atBRANDAt7820: "__@BRAND@7820",
8591
+ atBRANDAt7823: "__@BRAND@7823",
8591
8592
  });
8592
8593
  });
8593
8594
 
@@ -12650,65 +12651,65 @@ export namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
12650
12651
  }
12651
12652
 
12652
12653
  /** @internal */
12653
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema:
12654
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema:
12654
12655
  z.ZodType<
12655
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820,
12656
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823,
12656
12657
  z.ZodTypeDef,
12657
12658
  unknown
12658
12659
  > = z.object({});
12659
12660
 
12660
12661
  /** @internal */
12661
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound =
12662
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound =
12662
12663
  {};
12663
12664
 
12664
12665
  /** @internal */
12665
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema:
12666
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema:
12666
12667
  z.ZodType<
12667
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound,
12668
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound,
12668
12669
  z.ZodTypeDef,
12669
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820
12670
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823
12670
12671
  > = z.object({});
12671
12672
 
12672
12673
  /**
12673
12674
  * @internal
12674
12675
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
12675
12676
  */
12676
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$ {
12677
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema` instead. */
12677
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$ {
12678
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema` instead. */
12678
12679
  export const inboundSchema =
12679
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema;
12680
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema` instead. */
12680
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema;
12681
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema` instead. */
12681
12682
  export const outboundSchema =
12682
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema;
12683
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound` instead. */
12683
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema;
12684
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound` instead. */
12684
12685
  export type Outbound =
12685
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound;
12686
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound;
12686
12687
  }
12687
12688
 
12688
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820ToJSON(
12689
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820:
12690
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820,
12689
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823ToJSON(
12690
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823:
12691
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823,
12691
12692
  ): string {
12692
12693
  return JSON.stringify(
12693
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema
12694
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema
12694
12695
  .parse(
12695
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820,
12696
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823,
12696
12697
  ),
12697
12698
  );
12698
12699
  }
12699
12700
 
12700
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820FromJSON(
12701
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823FromJSON(
12701
12702
  jsonString: string,
12702
12703
  ): SafeParseResult<
12703
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820,
12704
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823,
12704
12705
  SDKValidationError
12705
12706
  > {
12706
12707
  return safeParse(
12707
12708
  jsonString,
12708
12709
  (x) =>
12709
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema
12710
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema
12710
12711
  .parse(JSON.parse(x)),
12711
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820' from JSON`,
12712
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823' from JSON`,
12712
12713
  );
12713
12714
  }
12714
12715
 
@@ -12719,19 +12720,19 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
12719
12720
  z.ZodTypeDef,
12720
12721
  unknown
12721
12722
  > = z.object({
12722
- "__@BRAND@7820": z.lazy(() =>
12723
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema
12723
+ "__@BRAND@7823": z.lazy(() =>
12724
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema
12724
12725
  ),
12725
12726
  }).transform((v) => {
12726
12727
  return remap$(v, {
12727
- "__@BRAND@7820": "atBRANDAt7820",
12728
+ "__@BRAND@7823": "atBRANDAt7823",
12728
12729
  });
12729
12730
  });
12730
12731
 
12731
12732
  /** @internal */
12732
12733
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
12733
- "__@BRAND@7820":
12734
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound;
12734
+ "__@BRAND@7823":
12735
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound;
12735
12736
  };
12736
12737
 
12737
12738
  /** @internal */
@@ -12741,12 +12742,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
12741
12742
  z.ZodTypeDef,
12742
12743
  CreateIntegrationStoreDirectPropertiesMaxLength
12743
12744
  > = z.object({
12744
- atBRANDAt7820: z.lazy(() =>
12745
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema
12745
+ atBRANDAt7823: z.lazy(() =>
12746
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema
12746
12747
  ),
12747
12748
  }).transform((v) => {
12748
12749
  return remap$(v, {
12749
- atBRANDAt7820: "__@BRAND@7820",
12750
+ atBRANDAt7823: "__@BRAND@7823",
12750
12751
  });
12751
12752
  });
12752
12753
 
@@ -12794,50 +12795,50 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
12794
12795
  }
12795
12796
 
12796
12797
  /** @internal */
12797
- export const PropertiesAtBRANDAt7820$inboundSchema: z.ZodType<
12798
- PropertiesAtBRANDAt7820,
12798
+ export const PropertiesAtBRANDAt7823$inboundSchema: z.ZodType<
12799
+ PropertiesAtBRANDAt7823,
12799
12800
  z.ZodTypeDef,
12800
12801
  unknown
12801
12802
  > = z.object({});
12802
12803
 
12803
12804
  /** @internal */
12804
- export type PropertiesAtBRANDAt7820$Outbound = {};
12805
+ export type PropertiesAtBRANDAt7823$Outbound = {};
12805
12806
 
12806
12807
  /** @internal */
12807
- export const PropertiesAtBRANDAt7820$outboundSchema: z.ZodType<
12808
- PropertiesAtBRANDAt7820$Outbound,
12808
+ export const PropertiesAtBRANDAt7823$outboundSchema: z.ZodType<
12809
+ PropertiesAtBRANDAt7823$Outbound,
12809
12810
  z.ZodTypeDef,
12810
- PropertiesAtBRANDAt7820
12811
+ PropertiesAtBRANDAt7823
12811
12812
  > = z.object({});
12812
12813
 
12813
12814
  /**
12814
12815
  * @internal
12815
12816
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
12816
12817
  */
12817
- export namespace PropertiesAtBRANDAt7820$ {
12818
- /** @deprecated use `PropertiesAtBRANDAt7820$inboundSchema` instead. */
12819
- export const inboundSchema = PropertiesAtBRANDAt7820$inboundSchema;
12820
- /** @deprecated use `PropertiesAtBRANDAt7820$outboundSchema` instead. */
12821
- export const outboundSchema = PropertiesAtBRANDAt7820$outboundSchema;
12822
- /** @deprecated use `PropertiesAtBRANDAt7820$Outbound` instead. */
12823
- export type Outbound = PropertiesAtBRANDAt7820$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;
12824
12825
  }
12825
12826
 
12826
- export function propertiesAtBRANDAt7820ToJSON(
12827
- propertiesAtBRANDAt7820: PropertiesAtBRANDAt7820,
12827
+ export function propertiesAtBRANDAt7823ToJSON(
12828
+ propertiesAtBRANDAt7823: PropertiesAtBRANDAt7823,
12828
12829
  ): string {
12829
12830
  return JSON.stringify(
12830
- PropertiesAtBRANDAt7820$outboundSchema.parse(propertiesAtBRANDAt7820),
12831
+ PropertiesAtBRANDAt7823$outboundSchema.parse(propertiesAtBRANDAt7823),
12831
12832
  );
12832
12833
  }
12833
12834
 
12834
- export function propertiesAtBRANDAt7820FromJSON(
12835
+ export function propertiesAtBRANDAt7823FromJSON(
12835
12836
  jsonString: string,
12836
- ): SafeParseResult<PropertiesAtBRANDAt7820, SDKValidationError> {
12837
+ ): SafeParseResult<PropertiesAtBRANDAt7823, SDKValidationError> {
12837
12838
  return safeParse(
12838
12839
  jsonString,
12839
- (x) => PropertiesAtBRANDAt7820$inboundSchema.parse(JSON.parse(x)),
12840
- `Failed to parse 'PropertiesAtBRANDAt7820' from JSON`,
12840
+ (x) => PropertiesAtBRANDAt7823$inboundSchema.parse(JSON.parse(x)),
12841
+ `Failed to parse 'PropertiesAtBRANDAt7823' from JSON`,
12841
12842
  );
12842
12843
  }
12843
12844
 
@@ -12848,16 +12849,16 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
12848
12849
  z.ZodTypeDef,
12849
12850
  unknown
12850
12851
  > = z.object({
12851
- "__@BRAND@7820": z.lazy(() => PropertiesAtBRANDAt7820$inboundSchema),
12852
+ "__@BRAND@7823": z.lazy(() => PropertiesAtBRANDAt7823$inboundSchema),
12852
12853
  }).transform((v) => {
12853
12854
  return remap$(v, {
12854
- "__@BRAND@7820": "atBRANDAt7820",
12855
+ "__@BRAND@7823": "atBRANDAt7823",
12855
12856
  });
12856
12857
  });
12857
12858
 
12858
12859
  /** @internal */
12859
12860
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
12860
- "__@BRAND@7820": PropertiesAtBRANDAt7820$Outbound;
12861
+ "__@BRAND@7823": PropertiesAtBRANDAt7823$Outbound;
12861
12862
  };
12862
12863
 
12863
12864
  /** @internal */
@@ -12867,10 +12868,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
12867
12868
  z.ZodTypeDef,
12868
12869
  CreateIntegrationStoreDirectPropertiesMinLength
12869
12870
  > = z.object({
12870
- atBRANDAt7820: z.lazy(() => PropertiesAtBRANDAt7820$outboundSchema),
12871
+ atBRANDAt7823: z.lazy(() => PropertiesAtBRANDAt7823$outboundSchema),
12871
12872
  }).transform((v) => {
12872
12873
  return remap$(v, {
12873
- atBRANDAt7820: "__@BRAND@7820",
12874
+ atBRANDAt7823: "__@BRAND@7823",
12874
12875
  });
12875
12876
  });
12876
12877
 
@@ -12918,64 +12919,64 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
12918
12919
  }
12919
12920
 
12920
12921
  /** @internal */
12921
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema:
12922
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema:
12922
12923
  z.ZodType<
12923
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7820,
12924
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823,
12924
12925
  z.ZodTypeDef,
12925
12926
  unknown
12926
12927
  > = z.object({});
12927
12928
 
12928
12929
  /** @internal */
12929
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound = {};
12930
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound = {};
12930
12931
 
12931
12932
  /** @internal */
12932
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema:
12933
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema:
12933
12934
  z.ZodType<
12934
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound,
12935
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound,
12935
12936
  z.ZodTypeDef,
12936
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7820
12937
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823
12937
12938
  > = z.object({});
12938
12939
 
12939
12940
  /**
12940
12941
  * @internal
12941
12942
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
12942
12943
  */
12943
- export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$ {
12944
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema` instead. */
12944
+ export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$ {
12945
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema` instead. */
12945
12946
  export const inboundSchema =
12946
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema;
12947
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema` instead. */
12947
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema;
12948
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema` instead. */
12948
12949
  export const outboundSchema =
12949
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema;
12950
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound` instead. */
12950
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema;
12951
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound` instead. */
12951
12952
  export type Outbound =
12952
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound;
12953
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound;
12953
12954
  }
12954
12955
 
12955
- export function createIntegrationStoreDirectPropertiesAtBRANDAt7820ToJSON(
12956
- createIntegrationStoreDirectPropertiesAtBRANDAt7820:
12957
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7820,
12956
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt7823ToJSON(
12957
+ createIntegrationStoreDirectPropertiesAtBRANDAt7823:
12958
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823,
12958
12959
  ): string {
12959
12960
  return JSON.stringify(
12960
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema.parse(
12961
- createIntegrationStoreDirectPropertiesAtBRANDAt7820,
12961
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema.parse(
12962
+ createIntegrationStoreDirectPropertiesAtBRANDAt7823,
12962
12963
  ),
12963
12964
  );
12964
12965
  }
12965
12966
 
12966
- export function createIntegrationStoreDirectPropertiesAtBRANDAt7820FromJSON(
12967
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt7823FromJSON(
12967
12968
  jsonString: string,
12968
12969
  ): SafeParseResult<
12969
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7820,
12970
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823,
12970
12971
  SDKValidationError
12971
12972
  > {
12972
12973
  return safeParse(
12973
12974
  jsonString,
12974
12975
  (x) =>
12975
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema.parse(
12976
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema.parse(
12976
12977
  JSON.parse(x),
12977
12978
  ),
12978
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7820' from JSON`,
12979
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt7823' from JSON`,
12979
12980
  );
12980
12981
  }
12981
12982
 
@@ -12986,18 +12987,18 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
12986
12987
  z.ZodTypeDef,
12987
12988
  unknown
12988
12989
  > = z.object({
12989
- "__@BRAND@7820": z.lazy(() =>
12990
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema
12990
+ "__@BRAND@7823": z.lazy(() =>
12991
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema
12991
12992
  ),
12992
12993
  }).transform((v) => {
12993
12994
  return remap$(v, {
12994
- "__@BRAND@7820": "atBRANDAt7820",
12995
+ "__@BRAND@7823": "atBRANDAt7823",
12995
12996
  });
12996
12997
  });
12997
12998
 
12998
12999
  /** @internal */
12999
13000
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
13000
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound;
13001
+ "__@BRAND@7823": CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound;
13001
13002
  };
13002
13003
 
13003
13004
  /** @internal */
@@ -13007,12 +13008,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
13007
13008
  z.ZodTypeDef,
13008
13009
  CreateIntegrationStoreDirectPropertiesPattern
13009
13010
  > = z.object({
13010
- atBRANDAt7820: z.lazy(() =>
13011
- CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema
13011
+ atBRANDAt7823: z.lazy(() =>
13012
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema
13012
13013
  ),
13013
13014
  }).transform((v) => {
13014
13015
  return remap$(v, {
13015
- atBRANDAt7820: "__@BRAND@7820",
13016
+ atBRANDAt7823: "__@BRAND@7823",
13016
13017
  });
13017
13018
  });
13018
13019
 
@@ -14452,46 +14453,46 @@ export function guidesFromJSON(
14452
14453
  }
14453
14454
 
14454
14455
  /** @internal */
14455
- export const AtBRANDAt7820$inboundSchema: z.ZodType<
14456
- AtBRANDAt7820,
14456
+ export const AtBRANDAt7823$inboundSchema: z.ZodType<
14457
+ AtBRANDAt7823,
14457
14458
  z.ZodTypeDef,
14458
14459
  unknown
14459
14460
  > = z.object({});
14460
14461
 
14461
14462
  /** @internal */
14462
- export type AtBRANDAt7820$Outbound = {};
14463
+ export type AtBRANDAt7823$Outbound = {};
14463
14464
 
14464
14465
  /** @internal */
14465
- export const AtBRANDAt7820$outboundSchema: z.ZodType<
14466
- AtBRANDAt7820$Outbound,
14466
+ export const AtBRANDAt7823$outboundSchema: z.ZodType<
14467
+ AtBRANDAt7823$Outbound,
14467
14468
  z.ZodTypeDef,
14468
- AtBRANDAt7820
14469
+ AtBRANDAt7823
14469
14470
  > = z.object({});
14470
14471
 
14471
14472
  /**
14472
14473
  * @internal
14473
14474
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14474
14475
  */
14475
- export namespace AtBRANDAt7820$ {
14476
- /** @deprecated use `AtBRANDAt7820$inboundSchema` instead. */
14477
- export const inboundSchema = AtBRANDAt7820$inboundSchema;
14478
- /** @deprecated use `AtBRANDAt7820$outboundSchema` instead. */
14479
- export const outboundSchema = AtBRANDAt7820$outboundSchema;
14480
- /** @deprecated use `AtBRANDAt7820$Outbound` instead. */
14481
- export type Outbound = AtBRANDAt7820$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;
14482
14483
  }
14483
14484
 
14484
- export function atBRANDAt7820ToJSON(atBRANDAt7820: AtBRANDAt7820): string {
14485
- return JSON.stringify(AtBRANDAt7820$outboundSchema.parse(atBRANDAt7820));
14485
+ export function atBRANDAt7823ToJSON(atBRANDAt7823: AtBRANDAt7823): string {
14486
+ return JSON.stringify(AtBRANDAt7823$outboundSchema.parse(atBRANDAt7823));
14486
14487
  }
14487
14488
 
14488
- export function atBRANDAt7820FromJSON(
14489
+ export function atBRANDAt7823FromJSON(
14489
14490
  jsonString: string,
14490
- ): SafeParseResult<AtBRANDAt7820, SDKValidationError> {
14491
+ ): SafeParseResult<AtBRANDAt7823, SDKValidationError> {
14491
14492
  return safeParse(
14492
14493
  jsonString,
14493
- (x) => AtBRANDAt7820$inboundSchema.parse(JSON.parse(x)),
14494
- `Failed to parse 'AtBRANDAt7820' from JSON`,
14494
+ (x) => AtBRANDAt7823$inboundSchema.parse(JSON.parse(x)),
14495
+ `Failed to parse 'AtBRANDAt7823' from JSON`,
14495
14496
  );
14496
14497
  }
14497
14498
 
@@ -14501,16 +14502,16 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
14501
14502
  z.ZodTypeDef,
14502
14503
  unknown
14503
14504
  > = z.object({
14504
- "__@BRAND@7820": z.lazy(() => AtBRANDAt7820$inboundSchema),
14505
+ "__@BRAND@7823": z.lazy(() => AtBRANDAt7823$inboundSchema),
14505
14506
  }).transform((v) => {
14506
14507
  return remap$(v, {
14507
- "__@BRAND@7820": "atBRANDAt7820",
14508
+ "__@BRAND@7823": "atBRANDAt7823",
14508
14509
  });
14509
14510
  });
14510
14511
 
14511
14512
  /** @internal */
14512
14513
  export type CreateIntegrationStoreDirectValue$Outbound = {
14513
- "__@BRAND@7820": AtBRANDAt7820$Outbound;
14514
+ "__@BRAND@7823": AtBRANDAt7823$Outbound;
14514
14515
  };
14515
14516
 
14516
14517
  /** @internal */
@@ -14519,10 +14520,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
14519
14520
  z.ZodTypeDef,
14520
14521
  CreateIntegrationStoreDirectValue
14521
14522
  > = z.object({
14522
- atBRANDAt7820: z.lazy(() => AtBRANDAt7820$outboundSchema),
14523
+ atBRANDAt7823: z.lazy(() => AtBRANDAt7823$outboundSchema),
14523
14524
  }).transform((v) => {
14524
14525
  return remap$(v, {
14525
- atBRANDAt7820: "__@BRAND@7820",
14526
+ atBRANDAt7823: "__@BRAND@7823",
14526
14527
  });
14527
14528
  });
14528
14529