@vercel/sdk 1.17.1 → 1.17.3

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 (143) hide show
  1. package/bin/mcp-server.js +1278 -1490
  2. package/bin/mcp-server.js.map +27 -27
  3. package/esm/__tests__/accessgroups.test.js +1 -3
  4. package/esm/__tests__/accessgroups.test.js.map +1 -1
  5. package/esm/__tests__/checks.test.js +1 -1
  6. package/esm/__tests__/checks.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +2 -4
  8. package/esm/__tests__/domains.test.js.map +1 -1
  9. package/esm/__tests__/edgeconfig.test.js +6 -6
  10. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  11. package/esm/__tests__/environment.test.js +15 -1
  12. package/esm/__tests__/environment.test.js.map +1 -1
  13. package/esm/__tests__/integrations.test.js +1 -1
  14. package/esm/__tests__/logdrains.test.js +3 -1
  15. package/esm/__tests__/logdrains.test.js.map +1 -1
  16. package/esm/__tests__/rollingrelease.test.js +6 -2
  17. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  18. package/esm/lib/config.d.ts +3 -3
  19. package/esm/lib/config.js +3 -3
  20. package/esm/mcp-server/mcp-server.js +1 -1
  21. package/esm/mcp-server/server.js +1 -1
  22. package/esm/models/canceldeploymentop.d.ts +2 -0
  23. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  24. package/esm/models/canceldeploymentop.js +2 -0
  25. package/esm/models/canceldeploymentop.js.map +1 -1
  26. package/esm/models/createdeploymentop.d.ts +2 -0
  27. package/esm/models/createdeploymentop.d.ts.map +1 -1
  28. package/esm/models/createdeploymentop.js +2 -0
  29. package/esm/models/createdeploymentop.js.map +1 -1
  30. package/esm/models/createdrainop.d.ts +48 -108
  31. package/esm/models/createdrainop.d.ts.map +1 -1
  32. package/esm/models/createdrainop.js +58 -105
  33. package/esm/models/createdrainop.js.map +1 -1
  34. package/esm/models/createintegrationstoredirectop.d.ts +156 -152
  35. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  36. package/esm/models/createintegrationstoredirectop.js +222 -218
  37. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  38. package/esm/models/createprojectop.d.ts +2 -0
  39. package/esm/models/createprojectop.d.ts.map +1 -1
  40. package/esm/models/createprojectop.js +2 -0
  41. package/esm/models/createprojectop.js.map +1 -1
  42. package/esm/models/createwebhookop.d.ts +2 -0
  43. package/esm/models/createwebhookop.d.ts.map +1 -1
  44. package/esm/models/createwebhookop.js +2 -0
  45. package/esm/models/createwebhookop.js.map +1 -1
  46. package/esm/models/getalllogdrainsop.d.ts +53 -107
  47. package/esm/models/getalllogdrainsop.d.ts.map +1 -1
  48. package/esm/models/getalllogdrainsop.js +65 -108
  49. package/esm/models/getalllogdrainsop.js.map +1 -1
  50. package/esm/models/getconfigurablelogdrainop.d.ts +6 -0
  51. package/esm/models/getconfigurablelogdrainop.d.ts.map +1 -1
  52. package/esm/models/getconfigurablelogdrainop.js +6 -0
  53. package/esm/models/getconfigurablelogdrainop.js.map +1 -1
  54. package/esm/models/getconfigurationproductsop.d.ts +200 -200
  55. package/esm/models/getconfigurationproductsop.js +290 -290
  56. package/esm/models/getdeploymentop.d.ts +4 -0
  57. package/esm/models/getdeploymentop.d.ts.map +1 -1
  58. package/esm/models/getdeploymentop.js +4 -0
  59. package/esm/models/getdeploymentop.js.map +1 -1
  60. package/esm/models/getdeploymentsop.d.ts +2 -0
  61. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  62. package/esm/models/getdeploymentsop.js +2 -0
  63. package/esm/models/getdeploymentsop.js.map +1 -1
  64. package/esm/models/getdrainop.d.ts +48 -108
  65. package/esm/models/getdrainop.d.ts.map +1 -1
  66. package/esm/models/getdrainop.js +58 -104
  67. package/esm/models/getdrainop.js.map +1 -1
  68. package/esm/models/getdrainsop.d.ts +48 -108
  69. package/esm/models/getdrainsop.d.ts.map +1 -1
  70. package/esm/models/getdrainsop.js +58 -104
  71. package/esm/models/getdrainsop.js.map +1 -1
  72. package/esm/models/getprojectsop.d.ts +2 -0
  73. package/esm/models/getprojectsop.d.ts.map +1 -1
  74. package/esm/models/getprojectsop.js +2 -0
  75. package/esm/models/getprojectsop.js.map +1 -1
  76. package/esm/models/getwebhookop.d.ts +1 -0
  77. package/esm/models/getwebhookop.d.ts.map +1 -1
  78. package/esm/models/getwebhookop.js +1 -0
  79. package/esm/models/getwebhookop.js.map +1 -1
  80. package/esm/models/getwebhooksop.d.ts +2 -0
  81. package/esm/models/getwebhooksop.d.ts.map +1 -1
  82. package/esm/models/getwebhooksop.js +2 -0
  83. package/esm/models/getwebhooksop.js.map +1 -1
  84. package/esm/models/moveprojectdomainop.d.ts +33 -0
  85. package/esm/models/moveprojectdomainop.d.ts.map +1 -1
  86. package/esm/models/moveprojectdomainop.js +19 -0
  87. package/esm/models/moveprojectdomainop.js.map +1 -1
  88. package/esm/models/updatedrainop.d.ts +48 -108
  89. package/esm/models/updatedrainop.d.ts.map +1 -1
  90. package/esm/models/updatedrainop.js +58 -108
  91. package/esm/models/updatedrainop.js.map +1 -1
  92. package/esm/models/updateprojectdatacacheop.d.ts +2 -0
  93. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  94. package/esm/models/updateprojectdatacacheop.js +2 -0
  95. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  96. package/esm/models/updateprojectop.d.ts +2 -0
  97. package/esm/models/updateprojectop.d.ts.map +1 -1
  98. package/esm/models/updateprojectop.js +2 -0
  99. package/esm/models/updateprojectop.js.map +1 -1
  100. package/esm/models/updatesharedenvvariableop.d.ts +5 -2
  101. package/esm/models/updatesharedenvvariableop.d.ts.map +1 -1
  102. package/esm/models/updatesharedenvvariableop.js.map +1 -1
  103. package/esm/models/userevent.d.ts +970 -928
  104. package/esm/models/userevent.d.ts.map +1 -1
  105. package/esm/models/userevent.js +1281 -1235
  106. package/esm/models/userevent.js.map +1 -1
  107. package/examples/package-lock.json +2 -10
  108. package/jsr.json +1 -1
  109. package/package.json +3 -6
  110. package/src/__tests__/accessgroups.test.ts +1 -3
  111. package/src/__tests__/checks.test.ts +1 -1
  112. package/src/__tests__/domains.test.ts +2 -4
  113. package/src/__tests__/edgeconfig.test.ts +6 -6
  114. package/src/__tests__/environment.test.ts +15 -1
  115. package/src/__tests__/integrations.test.ts +1 -1
  116. package/src/__tests__/logdrains.test.ts +3 -1
  117. package/src/__tests__/rollingrelease.test.ts +6 -2
  118. package/src/lib/config.ts +3 -3
  119. package/src/mcp-server/mcp-server.ts +1 -1
  120. package/src/mcp-server/server.ts +1 -1
  121. package/src/models/canceldeploymentop.ts +4 -0
  122. package/src/models/createdeploymentop.ts +4 -0
  123. package/src/models/createdrainop.ts +132 -177
  124. package/src/models/createintegrationstoredirectop.ts +479 -471
  125. package/src/models/createprojectop.ts +4 -0
  126. package/src/models/createwebhookop.ts +2 -0
  127. package/src/models/getalllogdrainsop.ts +168 -168
  128. package/src/models/getconfigurablelogdrainop.ts +12 -0
  129. package/src/models/getconfigurationproductsop.ts +627 -627
  130. package/src/models/getdeploymentop.ts +8 -0
  131. package/src/models/getdeploymentsop.ts +4 -0
  132. package/src/models/getdrainop.ts +148 -168
  133. package/src/models/getdrainsop.ts +150 -158
  134. package/src/models/getprojectsop.ts +4 -0
  135. package/src/models/getwebhookop.ts +1 -0
  136. package/src/models/getwebhooksop.ts +2 -0
  137. package/src/models/moveprojectdomainop.ts +51 -0
  138. package/src/models/updatedrainop.ts +153 -174
  139. package/src/models/updateprojectdatacacheop.ts +4 -0
  140. package/src/models/updateprojectop.ts +4 -0
  141. package/src/models/updatesharedenvvariableop.ts +5 -2
  142. package/src/models/userevent.ts +2956 -2828
  143. package/vercel-spec.json +647 -841
@@ -225,6 +225,7 @@ export type CreateIntegrationStoreDirectOwnership = ClosedEnum<
225
225
 
226
226
  export type Capabilities = {
227
227
  mcp?: boolean | undefined;
228
+ mcpReadonly?: boolean | undefined;
228
229
  sso?: boolean | undefined;
229
230
  billable?: boolean | undefined;
230
231
  transferable?: boolean | undefined;
@@ -252,6 +253,7 @@ export type ExternalResourceStatus = ClosedEnum<typeof ExternalResourceStatus>;
252
253
 
253
254
  export type CreateIntegrationStoreDirectCapabilities = {
254
255
  mcp?: boolean | undefined;
256
+ mcpReadonly?: boolean | undefined;
255
257
  sso?: boolean | undefined;
256
258
  billable?: boolean | undefined;
257
259
  transferable?: boolean | undefined;
@@ -268,12 +270,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
268
270
  typeof CreateIntegrationStoreDirectIntegrationsType
269
271
  >;
270
272
 
271
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797 =
273
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805 =
272
274
  {};
273
275
 
274
276
  export type CreateIntegrationStoreDirectPropertiesValue = {
275
- atBRANDAt8797:
276
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797;
277
+ atBRANDAt8805:
278
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805;
277
279
  };
278
280
 
279
281
  export const CreateIntegrationStoreDirectDisabled3 = {
@@ -342,31 +344,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
342
344
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
343
345
  >;
344
346
 
345
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797 =
347
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805 =
346
348
  {};
347
349
 
348
350
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
349
351
  {
350
- atBRANDAt8797:
351
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797;
352
+ atBRANDAt8805:
353
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805;
352
354
  };
353
355
 
354
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797 =
356
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805 =
355
357
  {};
356
358
 
357
359
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
358
360
  {
359
- atBRANDAt8797:
360
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797;
361
+ atBRANDAt8805:
362
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805;
361
363
  };
362
364
 
363
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797 =
365
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805 =
364
366
  {};
365
367
 
366
368
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
367
369
  {
368
- atBRANDAt8797:
369
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797;
370
+ atBRANDAt8805:
371
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805;
370
372
  };
371
373
 
372
374
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
@@ -504,10 +506,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
504
506
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
505
507
  >;
506
508
 
507
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797 = {};
509
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805 = {};
508
510
 
509
511
  export type CreateIntegrationStoreDirectUiOptionsValue = {
510
- atBRANDAt8797: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797;
512
+ atBRANDAt8805: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805;
511
513
  };
512
514
 
513
515
  export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
@@ -558,10 +560,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
558
560
  | undefined;
559
561
  };
560
562
 
561
- export type UiOptionsAtBRANDAt8797 = {};
563
+ export type UiOptionsAtBRANDAt8805 = {};
562
564
 
563
565
  export type CreateIntegrationStoreDirectUiOptions2 = {
564
- atBRANDAt8797: UiOptionsAtBRANDAt8797;
566
+ atBRANDAt8805: UiOptionsAtBRANDAt8805;
565
567
  };
566
568
 
567
569
  export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
@@ -624,31 +626,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
624
626
  | CreateIntegrationStoreDirectUiOptions2
625
627
  | CreateIntegrationStoreDirectUiOptions3;
626
628
 
627
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797 =
629
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805 =
628
630
  {};
629
631
 
630
632
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
631
633
  {
632
- atBRANDAt8797:
633
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797;
634
+ atBRANDAt8805:
635
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805;
634
636
  };
635
637
 
636
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797 =
638
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805 =
637
639
  {};
638
640
 
639
641
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
640
642
  {
641
- atBRANDAt8797:
642
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797;
643
+ atBRANDAt8805:
644
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805;
643
645
  };
644
646
 
645
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797 =
647
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805 =
646
648
  {};
647
649
 
648
650
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
649
651
  {
650
- atBRANDAt8797:
651
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797;
652
+ atBRANDAt8805:
653
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805;
652
654
  };
653
655
 
654
656
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
@@ -791,31 +793,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
791
793
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
792
794
  >;
793
795
 
794
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797 =
796
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805 =
795
797
  {};
796
798
 
797
799
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength =
798
800
  {
799
- atBRANDAt8797:
800
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797;
801
+ atBRANDAt8805:
802
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805;
801
803
  };
802
804
 
803
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797 =
805
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805 =
804
806
  {};
805
807
 
806
808
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength =
807
809
  {
808
- atBRANDAt8797:
809
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797;
810
+ atBRANDAt8805:
811
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805;
810
812
  };
811
813
 
812
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797 =
814
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805 =
813
815
  {};
814
816
 
815
817
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern =
816
818
  {
817
- atBRANDAt8797:
818
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797;
819
+ atBRANDAt8805:
820
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805;
819
821
  };
820
822
 
821
823
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
@@ -1070,28 +1072,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
1070
1072
  | undefined;
1071
1073
  };
1072
1074
 
1073
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797 =
1075
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805 =
1074
1076
  {};
1075
1077
 
1076
1078
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
1077
- atBRANDAt8797:
1078
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797;
1079
+ atBRANDAt8805:
1080
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805;
1079
1081
  };
1080
1082
 
1081
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797 =
1083
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805 =
1082
1084
  {};
1083
1085
 
1084
1086
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
1085
- atBRANDAt8797:
1086
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797;
1087
+ atBRANDAt8805:
1088
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805;
1087
1089
  };
1088
1090
 
1089
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797 =
1091
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805 =
1090
1092
  {};
1091
1093
 
1092
1094
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
1093
- atBRANDAt8797:
1094
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797;
1095
+ atBRANDAt8805:
1096
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805;
1095
1097
  };
1096
1098
 
1097
1099
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
@@ -1594,24 +1596,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
1594
1596
  typeof CreateIntegrationStoreDirectPropertiesUiControl
1595
1597
  >;
1596
1598
 
1597
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797 =
1599
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805 =
1598
1600
  {};
1599
1601
 
1600
1602
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
1601
- atBRANDAt8797:
1602
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797;
1603
+ atBRANDAt8805:
1604
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805;
1603
1605
  };
1604
1606
 
1605
- export type PropertiesAtBRANDAt8797 = {};
1607
+ export type PropertiesAtBRANDAt8805 = {};
1606
1608
 
1607
1609
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
1608
- atBRANDAt8797: PropertiesAtBRANDAt8797;
1610
+ atBRANDAt8805: PropertiesAtBRANDAt8805;
1609
1611
  };
1610
1612
 
1611
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8797 = {};
1613
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8805 = {};
1612
1614
 
1613
1615
  export type CreateIntegrationStoreDirectPropertiesPattern = {
1614
- atBRANDAt8797: CreateIntegrationStoreDirectPropertiesAtBRANDAt8797;
1616
+ atBRANDAt8805: CreateIntegrationStoreDirectPropertiesAtBRANDAt8805;
1615
1617
  };
1616
1618
 
1617
1619
  export const CreateIntegrationStoreDirectUiReadOnly3 = {
@@ -1852,10 +1854,10 @@ export type Guides = {
1852
1854
  steps: Array<Steps>;
1853
1855
  };
1854
1856
 
1855
- export type AtBRANDAt8797 = {};
1857
+ export type AtBRANDAt8805 = {};
1856
1858
 
1857
1859
  export type CreateIntegrationStoreDirectValue = {
1858
- atBRANDAt8797: AtBRANDAt8797;
1860
+ atBRANDAt8805: AtBRANDAt8805;
1859
1861
  };
1860
1862
 
1861
1863
  export const Disabled3 = {
@@ -2570,6 +2572,7 @@ export const Capabilities$inboundSchema: z.ZodType<
2570
2572
  unknown
2571
2573
  > = z.object({
2572
2574
  mcp: z.boolean().optional(),
2575
+ mcpReadonly: z.boolean().optional(),
2573
2576
  sso: z.boolean().optional(),
2574
2577
  billable: z.boolean().optional(),
2575
2578
  transferable: z.boolean().optional(),
@@ -2579,6 +2582,7 @@ export const Capabilities$inboundSchema: z.ZodType<
2579
2582
  /** @internal */
2580
2583
  export type Capabilities$Outbound = {
2581
2584
  mcp?: boolean | undefined;
2585
+ mcpReadonly?: boolean | undefined;
2582
2586
  sso?: boolean | undefined;
2583
2587
  billable?: boolean | undefined;
2584
2588
  transferable?: boolean | undefined;
@@ -2593,6 +2597,7 @@ export const Capabilities$outboundSchema: z.ZodType<
2593
2597
  Capabilities
2594
2598
  > = z.object({
2595
2599
  mcp: z.boolean().optional(),
2600
+ mcpReadonly: z.boolean().optional(),
2596
2601
  sso: z.boolean().optional(),
2597
2602
  billable: z.boolean().optional(),
2598
2603
  transferable: z.boolean().optional(),
@@ -2682,6 +2687,7 @@ export const CreateIntegrationStoreDirectCapabilities$inboundSchema: z.ZodType<
2682
2687
  unknown
2683
2688
  > = z.object({
2684
2689
  mcp: z.boolean().optional(),
2690
+ mcpReadonly: z.boolean().optional(),
2685
2691
  sso: z.boolean().optional(),
2686
2692
  billable: z.boolean().optional(),
2687
2693
  transferable: z.boolean().optional(),
@@ -2693,6 +2699,7 @@ export const CreateIntegrationStoreDirectCapabilities$inboundSchema: z.ZodType<
2693
2699
  /** @internal */
2694
2700
  export type CreateIntegrationStoreDirectCapabilities$Outbound = {
2695
2701
  mcp?: boolean | undefined;
2702
+ mcpReadonly?: boolean | undefined;
2696
2703
  sso?: boolean | undefined;
2697
2704
  billable?: boolean | undefined;
2698
2705
  transferable?: boolean | undefined;
@@ -2709,6 +2716,7 @@ export const CreateIntegrationStoreDirectCapabilities$outboundSchema: z.ZodType<
2709
2716
  CreateIntegrationStoreDirectCapabilities
2710
2717
  > = z.object({
2711
2718
  mcp: z.boolean().optional(),
2719
+ mcpReadonly: z.boolean().optional(),
2712
2720
  sso: z.boolean().optional(),
2713
2721
  billable: z.boolean().optional(),
2714
2722
  transferable: z.boolean().optional(),
@@ -2754,47 +2762,47 @@ export const CreateIntegrationStoreDirectIntegrationsType$outboundSchema:
2754
2762
  CreateIntegrationStoreDirectIntegrationsType$inboundSchema;
2755
2763
 
2756
2764
  /** @internal */
2757
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$inboundSchema:
2765
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$inboundSchema:
2758
2766
  z.ZodType<
2759
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797,
2767
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805,
2760
2768
  z.ZodTypeDef,
2761
2769
  unknown
2762
2770
  > = z.object({});
2763
2771
  /** @internal */
2764
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$Outbound =
2772
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$Outbound =
2765
2773
  {};
2766
2774
 
2767
2775
  /** @internal */
2768
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$outboundSchema:
2776
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$outboundSchema:
2769
2777
  z.ZodType<
2770
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$Outbound,
2778
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$Outbound,
2771
2779
  z.ZodTypeDef,
2772
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797
2780
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805
2773
2781
  > = z.object({});
2774
2782
 
2775
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797ToJSON(
2776
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797:
2777
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797,
2783
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805ToJSON(
2784
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805:
2785
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805,
2778
2786
  ): string {
2779
2787
  return JSON.stringify(
2780
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$outboundSchema
2788
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$outboundSchema
2781
2789
  .parse(
2782
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797,
2790
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805,
2783
2791
  ),
2784
2792
  );
2785
2793
  }
2786
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797FromJSON(
2794
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805FromJSON(
2787
2795
  jsonString: string,
2788
2796
  ): SafeParseResult<
2789
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797,
2797
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805,
2790
2798
  SDKValidationError
2791
2799
  > {
2792
2800
  return safeParse(
2793
2801
  jsonString,
2794
2802
  (x) =>
2795
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$inboundSchema
2803
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$inboundSchema
2796
2804
  .parse(JSON.parse(x)),
2797
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797' from JSON`,
2805
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805' from JSON`,
2798
2806
  );
2799
2807
  }
2800
2808
 
@@ -2805,18 +2813,18 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
2805
2813
  z.ZodTypeDef,
2806
2814
  unknown
2807
2815
  > = z.object({
2808
- "__@BRAND@8797": z.lazy(() =>
2809
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$inboundSchema
2816
+ "__@BRAND@8805": z.lazy(() =>
2817
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$inboundSchema
2810
2818
  ),
2811
2819
  }).transform((v) => {
2812
2820
  return remap$(v, {
2813
- "__@BRAND@8797": "atBRANDAt8797",
2821
+ "__@BRAND@8805": "atBRANDAt8805",
2814
2822
  });
2815
2823
  });
2816
2824
  /** @internal */
2817
2825
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
2818
- "__@BRAND@8797":
2819
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$Outbound;
2826
+ "__@BRAND@8805":
2827
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$Outbound;
2820
2828
  };
2821
2829
 
2822
2830
  /** @internal */
@@ -2826,12 +2834,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
2826
2834
  z.ZodTypeDef,
2827
2835
  CreateIntegrationStoreDirectPropertiesValue
2828
2836
  > = z.object({
2829
- atBRANDAt8797: z.lazy(() =>
2830
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$outboundSchema
2837
+ atBRANDAt8805: z.lazy(() =>
2838
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8805$outboundSchema
2831
2839
  ),
2832
2840
  }).transform((v) => {
2833
2841
  return remap$(v, {
2834
- atBRANDAt8797: "__@BRAND@8797",
2842
+ atBRANDAt8805: "__@BRAND@8805",
2835
2843
  });
2836
2844
  });
2837
2845
 
@@ -3185,47 +3193,47 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
3185
3193
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
3186
3194
 
3187
3195
  /** @internal */
3188
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$inboundSchema:
3196
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$inboundSchema:
3189
3197
  z.ZodType<
3190
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797,
3198
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805,
3191
3199
  z.ZodTypeDef,
3192
3200
  unknown
3193
3201
  > = z.object({});
3194
3202
  /** @internal */
3195
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$Outbound =
3203
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$Outbound =
3196
3204
  {};
3197
3205
 
3198
3206
  /** @internal */
3199
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$outboundSchema:
3207
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$outboundSchema:
3200
3208
  z.ZodType<
3201
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$Outbound,
3209
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$Outbound,
3202
3210
  z.ZodTypeDef,
3203
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797
3211
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805
3204
3212
  > = z.object({});
3205
3213
 
3206
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797ToJSON(
3207
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797:
3208
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797,
3214
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805ToJSON(
3215
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805:
3216
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805,
3209
3217
  ): string {
3210
3218
  return JSON.stringify(
3211
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$outboundSchema
3219
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$outboundSchema
3212
3220
  .parse(
3213
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797,
3221
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805,
3214
3222
  ),
3215
3223
  );
3216
3224
  }
3217
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797FromJSON(
3225
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805FromJSON(
3218
3226
  jsonString: string,
3219
3227
  ): SafeParseResult<
3220
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797,
3228
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805,
3221
3229
  SDKValidationError
3222
3230
  > {
3223
3231
  return safeParse(
3224
3232
  jsonString,
3225
3233
  (x) =>
3226
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$inboundSchema
3234
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$inboundSchema
3227
3235
  .parse(JSON.parse(x)),
3228
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797' from JSON`,
3236
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805' from JSON`,
3229
3237
  );
3230
3238
  }
3231
3239
 
@@ -3236,19 +3244,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
3236
3244
  z.ZodTypeDef,
3237
3245
  unknown
3238
3246
  > = z.object({
3239
- "__@BRAND@8797": z.lazy(() =>
3240
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$inboundSchema
3247
+ "__@BRAND@8805": z.lazy(() =>
3248
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$inboundSchema
3241
3249
  ),
3242
3250
  }).transform((v) => {
3243
3251
  return remap$(v, {
3244
- "__@BRAND@8797": "atBRANDAt8797",
3252
+ "__@BRAND@8805": "atBRANDAt8805",
3245
3253
  });
3246
3254
  });
3247
3255
  /** @internal */
3248
3256
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
3249
3257
  {
3250
- "__@BRAND@8797":
3251
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$Outbound;
3258
+ "__@BRAND@8805":
3259
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$Outbound;
3252
3260
  };
3253
3261
 
3254
3262
  /** @internal */
@@ -3258,12 +3266,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
3258
3266
  z.ZodTypeDef,
3259
3267
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
3260
3268
  > = z.object({
3261
- atBRANDAt8797: z.lazy(() =>
3262
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$outboundSchema
3269
+ atBRANDAt8805: z.lazy(() =>
3270
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8805$outboundSchema
3263
3271
  ),
3264
3272
  }).transform((v) => {
3265
3273
  return remap$(v, {
3266
- atBRANDAt8797: "__@BRAND@8797",
3274
+ atBRANDAt8805: "__@BRAND@8805",
3267
3275
  });
3268
3276
  });
3269
3277
 
@@ -3294,47 +3302,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
3294
3302
  }
3295
3303
 
3296
3304
  /** @internal */
3297
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$inboundSchema:
3305
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$inboundSchema:
3298
3306
  z.ZodType<
3299
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797,
3307
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805,
3300
3308
  z.ZodTypeDef,
3301
3309
  unknown
3302
3310
  > = z.object({});
3303
3311
  /** @internal */
3304
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$Outbound =
3312
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$Outbound =
3305
3313
  {};
3306
3314
 
3307
3315
  /** @internal */
3308
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$outboundSchema:
3316
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$outboundSchema:
3309
3317
  z.ZodType<
3310
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$Outbound,
3318
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$Outbound,
3311
3319
  z.ZodTypeDef,
3312
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797
3320
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805
3313
3321
  > = z.object({});
3314
3322
 
3315
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797ToJSON(
3316
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797:
3317
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797,
3323
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805ToJSON(
3324
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805:
3325
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805,
3318
3326
  ): string {
3319
3327
  return JSON.stringify(
3320
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$outboundSchema
3328
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$outboundSchema
3321
3329
  .parse(
3322
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797,
3330
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805,
3323
3331
  ),
3324
3332
  );
3325
3333
  }
3326
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797FromJSON(
3334
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805FromJSON(
3327
3335
  jsonString: string,
3328
3336
  ): SafeParseResult<
3329
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797,
3337
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805,
3330
3338
  SDKValidationError
3331
3339
  > {
3332
3340
  return safeParse(
3333
3341
  jsonString,
3334
3342
  (x) =>
3335
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$inboundSchema
3343
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$inboundSchema
3336
3344
  .parse(JSON.parse(x)),
3337
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797' from JSON`,
3345
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805' from JSON`,
3338
3346
  );
3339
3347
  }
3340
3348
 
@@ -3345,19 +3353,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
3345
3353
  z.ZodTypeDef,
3346
3354
  unknown
3347
3355
  > = z.object({
3348
- "__@BRAND@8797": z.lazy(() =>
3349
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$inboundSchema
3356
+ "__@BRAND@8805": z.lazy(() =>
3357
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$inboundSchema
3350
3358
  ),
3351
3359
  }).transform((v) => {
3352
3360
  return remap$(v, {
3353
- "__@BRAND@8797": "atBRANDAt8797",
3361
+ "__@BRAND@8805": "atBRANDAt8805",
3354
3362
  });
3355
3363
  });
3356
3364
  /** @internal */
3357
3365
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
3358
3366
  {
3359
- "__@BRAND@8797":
3360
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$Outbound;
3367
+ "__@BRAND@8805":
3368
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$Outbound;
3361
3369
  };
3362
3370
 
3363
3371
  /** @internal */
@@ -3367,12 +3375,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
3367
3375
  z.ZodTypeDef,
3368
3376
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
3369
3377
  > = z.object({
3370
- atBRANDAt8797: z.lazy(() =>
3371
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$outboundSchema
3378
+ atBRANDAt8805: z.lazy(() =>
3379
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8805$outboundSchema
3372
3380
  ),
3373
3381
  }).transform((v) => {
3374
3382
  return remap$(v, {
3375
- atBRANDAt8797: "__@BRAND@8797",
3383
+ atBRANDAt8805: "__@BRAND@8805",
3376
3384
  });
3377
3385
  });
3378
3386
 
@@ -3403,47 +3411,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
3403
3411
  }
3404
3412
 
3405
3413
  /** @internal */
3406
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$inboundSchema:
3414
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$inboundSchema:
3407
3415
  z.ZodType<
3408
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797,
3416
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805,
3409
3417
  z.ZodTypeDef,
3410
3418
  unknown
3411
3419
  > = z.object({});
3412
3420
  /** @internal */
3413
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$Outbound =
3421
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$Outbound =
3414
3422
  {};
3415
3423
 
3416
3424
  /** @internal */
3417
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$outboundSchema:
3425
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$outboundSchema:
3418
3426
  z.ZodType<
3419
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$Outbound,
3427
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$Outbound,
3420
3428
  z.ZodTypeDef,
3421
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797
3429
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805
3422
3430
  > = z.object({});
3423
3431
 
3424
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797ToJSON(
3425
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797:
3426
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797,
3432
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805ToJSON(
3433
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805:
3434
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805,
3427
3435
  ): string {
3428
3436
  return JSON.stringify(
3429
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$outboundSchema
3437
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$outboundSchema
3430
3438
  .parse(
3431
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797,
3439
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805,
3432
3440
  ),
3433
3441
  );
3434
3442
  }
3435
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797FromJSON(
3443
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805FromJSON(
3436
3444
  jsonString: string,
3437
3445
  ): SafeParseResult<
3438
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797,
3446
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805,
3439
3447
  SDKValidationError
3440
3448
  > {
3441
3449
  return safeParse(
3442
3450
  jsonString,
3443
3451
  (x) =>
3444
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$inboundSchema
3452
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$inboundSchema
3445
3453
  .parse(JSON.parse(x)),
3446
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797' from JSON`,
3454
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805' from JSON`,
3447
3455
  );
3448
3456
  }
3449
3457
 
@@ -3454,19 +3462,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
3454
3462
  z.ZodTypeDef,
3455
3463
  unknown
3456
3464
  > = z.object({
3457
- "__@BRAND@8797": z.lazy(() =>
3458
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$inboundSchema
3465
+ "__@BRAND@8805": z.lazy(() =>
3466
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$inboundSchema
3459
3467
  ),
3460
3468
  }).transform((v) => {
3461
3469
  return remap$(v, {
3462
- "__@BRAND@8797": "atBRANDAt8797",
3470
+ "__@BRAND@8805": "atBRANDAt8805",
3463
3471
  });
3464
3472
  });
3465
3473
  /** @internal */
3466
3474
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
3467
3475
  {
3468
- "__@BRAND@8797":
3469
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$Outbound;
3476
+ "__@BRAND@8805":
3477
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$Outbound;
3470
3478
  };
3471
3479
 
3472
3480
  /** @internal */
@@ -3476,12 +3484,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
3476
3484
  z.ZodTypeDef,
3477
3485
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
3478
3486
  > = z.object({
3479
- atBRANDAt8797: z.lazy(() =>
3480
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$outboundSchema
3487
+ atBRANDAt8805: z.lazy(() =>
3488
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8805$outboundSchema
3481
3489
  ),
3482
3490
  }).transform((v) => {
3483
3491
  return remap$(v, {
3484
- atBRANDAt8797: "__@BRAND@8797",
3492
+ atBRANDAt8805: "__@BRAND@8805",
3485
3493
  });
3486
3494
  });
3487
3495
 
@@ -4271,46 +4279,46 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
4271
4279
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$inboundSchema;
4272
4280
 
4273
4281
  /** @internal */
4274
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$inboundSchema:
4282
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$inboundSchema:
4275
4283
  z.ZodType<
4276
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797,
4284
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805,
4277
4285
  z.ZodTypeDef,
4278
4286
  unknown
4279
4287
  > = z.object({});
4280
4288
  /** @internal */
4281
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$Outbound = {};
4289
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$Outbound = {};
4282
4290
 
4283
4291
  /** @internal */
4284
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$outboundSchema:
4292
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$outboundSchema:
4285
4293
  z.ZodType<
4286
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$Outbound,
4294
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$Outbound,
4287
4295
  z.ZodTypeDef,
4288
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797
4296
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805
4289
4297
  > = z.object({});
4290
4298
 
4291
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8797ToJSON(
4292
- createIntegrationStoreDirectUiOptionsAtBRANDAt8797:
4293
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797,
4299
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8805ToJSON(
4300
+ createIntegrationStoreDirectUiOptionsAtBRANDAt8805:
4301
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805,
4294
4302
  ): string {
4295
4303
  return JSON.stringify(
4296
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$outboundSchema.parse(
4297
- createIntegrationStoreDirectUiOptionsAtBRANDAt8797,
4304
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$outboundSchema.parse(
4305
+ createIntegrationStoreDirectUiOptionsAtBRANDAt8805,
4298
4306
  ),
4299
4307
  );
4300
4308
  }
4301
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8797FromJSON(
4309
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8805FromJSON(
4302
4310
  jsonString: string,
4303
4311
  ): SafeParseResult<
4304
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797,
4312
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805,
4305
4313
  SDKValidationError
4306
4314
  > {
4307
4315
  return safeParse(
4308
4316
  jsonString,
4309
4317
  (x) =>
4310
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$inboundSchema.parse(
4318
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$inboundSchema.parse(
4311
4319
  JSON.parse(x),
4312
4320
  ),
4313
- `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797' from JSON`,
4321
+ `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805' from JSON`,
4314
4322
  );
4315
4323
  }
4316
4324
 
@@ -4318,17 +4326,17 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8797FromJSON(
4318
4326
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
4319
4327
  z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
4320
4328
  z.object({
4321
- "__@BRAND@8797": z.lazy(() =>
4322
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$inboundSchema
4329
+ "__@BRAND@8805": z.lazy(() =>
4330
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$inboundSchema
4323
4331
  ),
4324
4332
  }).transform((v) => {
4325
4333
  return remap$(v, {
4326
- "__@BRAND@8797": "atBRANDAt8797",
4334
+ "__@BRAND@8805": "atBRANDAt8805",
4327
4335
  });
4328
4336
  });
4329
4337
  /** @internal */
4330
4338
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
4331
- "__@BRAND@8797": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$Outbound;
4339
+ "__@BRAND@8805": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$Outbound;
4332
4340
  };
4333
4341
 
4334
4342
  /** @internal */
@@ -4338,12 +4346,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
4338
4346
  z.ZodTypeDef,
4339
4347
  CreateIntegrationStoreDirectUiOptionsValue
4340
4348
  > = z.object({
4341
- atBRANDAt8797: z.lazy(() =>
4342
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$outboundSchema
4349
+ atBRANDAt8805: z.lazy(() =>
4350
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8805$outboundSchema
4343
4351
  ),
4344
4352
  }).transform((v) => {
4345
4353
  return remap$(v, {
4346
- atBRANDAt8797: "__@BRAND@8797",
4354
+ atBRANDAt8805: "__@BRAND@8805",
4347
4355
  });
4348
4356
  });
4349
4357
 
@@ -4694,35 +4702,35 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
4694
4702
  }
4695
4703
 
4696
4704
  /** @internal */
4697
- export const UiOptionsAtBRANDAt8797$inboundSchema: z.ZodType<
4698
- UiOptionsAtBRANDAt8797,
4705
+ export const UiOptionsAtBRANDAt8805$inboundSchema: z.ZodType<
4706
+ UiOptionsAtBRANDAt8805,
4699
4707
  z.ZodTypeDef,
4700
4708
  unknown
4701
4709
  > = z.object({});
4702
4710
  /** @internal */
4703
- export type UiOptionsAtBRANDAt8797$Outbound = {};
4711
+ export type UiOptionsAtBRANDAt8805$Outbound = {};
4704
4712
 
4705
4713
  /** @internal */
4706
- export const UiOptionsAtBRANDAt8797$outboundSchema: z.ZodType<
4707
- UiOptionsAtBRANDAt8797$Outbound,
4714
+ export const UiOptionsAtBRANDAt8805$outboundSchema: z.ZodType<
4715
+ UiOptionsAtBRANDAt8805$Outbound,
4708
4716
  z.ZodTypeDef,
4709
- UiOptionsAtBRANDAt8797
4717
+ UiOptionsAtBRANDAt8805
4710
4718
  > = z.object({});
4711
4719
 
4712
- export function uiOptionsAtBRANDAt8797ToJSON(
4713
- uiOptionsAtBRANDAt8797: UiOptionsAtBRANDAt8797,
4720
+ export function uiOptionsAtBRANDAt8805ToJSON(
4721
+ uiOptionsAtBRANDAt8805: UiOptionsAtBRANDAt8805,
4714
4722
  ): string {
4715
4723
  return JSON.stringify(
4716
- UiOptionsAtBRANDAt8797$outboundSchema.parse(uiOptionsAtBRANDAt8797),
4724
+ UiOptionsAtBRANDAt8805$outboundSchema.parse(uiOptionsAtBRANDAt8805),
4717
4725
  );
4718
4726
  }
4719
- export function uiOptionsAtBRANDAt8797FromJSON(
4727
+ export function uiOptionsAtBRANDAt8805FromJSON(
4720
4728
  jsonString: string,
4721
- ): SafeParseResult<UiOptionsAtBRANDAt8797, SDKValidationError> {
4729
+ ): SafeParseResult<UiOptionsAtBRANDAt8805, SDKValidationError> {
4722
4730
  return safeParse(
4723
4731
  jsonString,
4724
- (x) => UiOptionsAtBRANDAt8797$inboundSchema.parse(JSON.parse(x)),
4725
- `Failed to parse 'UiOptionsAtBRANDAt8797' from JSON`,
4732
+ (x) => UiOptionsAtBRANDAt8805$inboundSchema.parse(JSON.parse(x)),
4733
+ `Failed to parse 'UiOptionsAtBRANDAt8805' from JSON`,
4726
4734
  );
4727
4735
  }
4728
4736
 
@@ -4732,15 +4740,15 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
4732
4740
  z.ZodTypeDef,
4733
4741
  unknown
4734
4742
  > = z.object({
4735
- "__@BRAND@8797": z.lazy(() => UiOptionsAtBRANDAt8797$inboundSchema),
4743
+ "__@BRAND@8805": z.lazy(() => UiOptionsAtBRANDAt8805$inboundSchema),
4736
4744
  }).transform((v) => {
4737
4745
  return remap$(v, {
4738
- "__@BRAND@8797": "atBRANDAt8797",
4746
+ "__@BRAND@8805": "atBRANDAt8805",
4739
4747
  });
4740
4748
  });
4741
4749
  /** @internal */
4742
4750
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
4743
- "__@BRAND@8797": UiOptionsAtBRANDAt8797$Outbound;
4751
+ "__@BRAND@8805": UiOptionsAtBRANDAt8805$Outbound;
4744
4752
  };
4745
4753
 
4746
4754
  /** @internal */
@@ -4749,10 +4757,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
4749
4757
  z.ZodTypeDef,
4750
4758
  CreateIntegrationStoreDirectUiOptions2
4751
4759
  > = z.object({
4752
- atBRANDAt8797: z.lazy(() => UiOptionsAtBRANDAt8797$outboundSchema),
4760
+ atBRANDAt8805: z.lazy(() => UiOptionsAtBRANDAt8805$outboundSchema),
4753
4761
  }).transform((v) => {
4754
4762
  return remap$(v, {
4755
- atBRANDAt8797: "__@BRAND@8797",
4763
+ atBRANDAt8805: "__@BRAND@8805",
4756
4764
  });
4757
4765
  });
4758
4766
 
@@ -5165,47 +5173,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
5165
5173
  }
5166
5174
 
5167
5175
  /** @internal */
5168
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$inboundSchema:
5176
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$inboundSchema:
5169
5177
  z.ZodType<
5170
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797,
5178
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805,
5171
5179
  z.ZodTypeDef,
5172
5180
  unknown
5173
5181
  > = z.object({});
5174
5182
  /** @internal */
5175
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$Outbound =
5183
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$Outbound =
5176
5184
  {};
5177
5185
 
5178
5186
  /** @internal */
5179
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$outboundSchema:
5187
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$outboundSchema:
5180
5188
  z.ZodType<
5181
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$Outbound,
5189
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$Outbound,
5182
5190
  z.ZodTypeDef,
5183
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797
5191
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805
5184
5192
  > = z.object({});
5185
5193
 
5186
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797ToJSON(
5187
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797:
5188
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797,
5194
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805ToJSON(
5195
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805:
5196
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805,
5189
5197
  ): string {
5190
5198
  return JSON.stringify(
5191
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$outboundSchema
5199
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$outboundSchema
5192
5200
  .parse(
5193
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797,
5201
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805,
5194
5202
  ),
5195
5203
  );
5196
5204
  }
5197
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797FromJSON(
5205
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805FromJSON(
5198
5206
  jsonString: string,
5199
5207
  ): SafeParseResult<
5200
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797,
5208
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805,
5201
5209
  SDKValidationError
5202
5210
  > {
5203
5211
  return safeParse(
5204
5212
  jsonString,
5205
5213
  (x) =>
5206
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$inboundSchema
5214
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$inboundSchema
5207
5215
  .parse(JSON.parse(x)),
5208
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797' from JSON`,
5216
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805' from JSON`,
5209
5217
  );
5210
5218
  }
5211
5219
 
@@ -5216,19 +5224,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
5216
5224
  z.ZodTypeDef,
5217
5225
  unknown
5218
5226
  > = z.object({
5219
- "__@BRAND@8797": z.lazy(() =>
5220
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$inboundSchema
5227
+ "__@BRAND@8805": z.lazy(() =>
5228
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$inboundSchema
5221
5229
  ),
5222
5230
  }).transform((v) => {
5223
5231
  return remap$(v, {
5224
- "__@BRAND@8797": "atBRANDAt8797",
5232
+ "__@BRAND@8805": "atBRANDAt8805",
5225
5233
  });
5226
5234
  });
5227
5235
  /** @internal */
5228
5236
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
5229
5237
  {
5230
- "__@BRAND@8797":
5231
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$Outbound;
5238
+ "__@BRAND@8805":
5239
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$Outbound;
5232
5240
  };
5233
5241
 
5234
5242
  /** @internal */
@@ -5238,12 +5246,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
5238
5246
  z.ZodTypeDef,
5239
5247
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
5240
5248
  > = z.object({
5241
- atBRANDAt8797: z.lazy(() =>
5242
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$outboundSchema
5249
+ atBRANDAt8805: z.lazy(() =>
5250
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8805$outboundSchema
5243
5251
  ),
5244
5252
  }).transform((v) => {
5245
5253
  return remap$(v, {
5246
- atBRANDAt8797: "__@BRAND@8797",
5254
+ atBRANDAt8805: "__@BRAND@8805",
5247
5255
  });
5248
5256
  });
5249
5257
 
@@ -5274,47 +5282,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
5274
5282
  }
5275
5283
 
5276
5284
  /** @internal */
5277
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$inboundSchema:
5285
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$inboundSchema:
5278
5286
  z.ZodType<
5279
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797,
5287
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805,
5280
5288
  z.ZodTypeDef,
5281
5289
  unknown
5282
5290
  > = z.object({});
5283
5291
  /** @internal */
5284
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$Outbound =
5292
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$Outbound =
5285
5293
  {};
5286
5294
 
5287
5295
  /** @internal */
5288
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$outboundSchema:
5296
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$outboundSchema:
5289
5297
  z.ZodType<
5290
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$Outbound,
5298
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$Outbound,
5291
5299
  z.ZodTypeDef,
5292
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797
5300
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805
5293
5301
  > = z.object({});
5294
5302
 
5295
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797ToJSON(
5296
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797:
5297
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797,
5303
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805ToJSON(
5304
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805:
5305
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805,
5298
5306
  ): string {
5299
5307
  return JSON.stringify(
5300
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$outboundSchema
5308
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$outboundSchema
5301
5309
  .parse(
5302
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797,
5310
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805,
5303
5311
  ),
5304
5312
  );
5305
5313
  }
5306
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797FromJSON(
5314
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805FromJSON(
5307
5315
  jsonString: string,
5308
5316
  ): SafeParseResult<
5309
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797,
5317
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805,
5310
5318
  SDKValidationError
5311
5319
  > {
5312
5320
  return safeParse(
5313
5321
  jsonString,
5314
5322
  (x) =>
5315
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$inboundSchema
5323
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$inboundSchema
5316
5324
  .parse(JSON.parse(x)),
5317
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797' from JSON`,
5325
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805' from JSON`,
5318
5326
  );
5319
5327
  }
5320
5328
 
@@ -5325,19 +5333,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
5325
5333
  z.ZodTypeDef,
5326
5334
  unknown
5327
5335
  > = z.object({
5328
- "__@BRAND@8797": z.lazy(() =>
5329
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$inboundSchema
5336
+ "__@BRAND@8805": z.lazy(() =>
5337
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$inboundSchema
5330
5338
  ),
5331
5339
  }).transform((v) => {
5332
5340
  return remap$(v, {
5333
- "__@BRAND@8797": "atBRANDAt8797",
5341
+ "__@BRAND@8805": "atBRANDAt8805",
5334
5342
  });
5335
5343
  });
5336
5344
  /** @internal */
5337
5345
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
5338
5346
  {
5339
- "__@BRAND@8797":
5340
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$Outbound;
5347
+ "__@BRAND@8805":
5348
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$Outbound;
5341
5349
  };
5342
5350
 
5343
5351
  /** @internal */
@@ -5347,12 +5355,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
5347
5355
  z.ZodTypeDef,
5348
5356
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
5349
5357
  > = z.object({
5350
- atBRANDAt8797: z.lazy(() =>
5351
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$outboundSchema
5358
+ atBRANDAt8805: z.lazy(() =>
5359
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8805$outboundSchema
5352
5360
  ),
5353
5361
  }).transform((v) => {
5354
5362
  return remap$(v, {
5355
- atBRANDAt8797: "__@BRAND@8797",
5363
+ atBRANDAt8805: "__@BRAND@8805",
5356
5364
  });
5357
5365
  });
5358
5366
 
@@ -5383,47 +5391,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
5383
5391
  }
5384
5392
 
5385
5393
  /** @internal */
5386
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$inboundSchema:
5394
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$inboundSchema:
5387
5395
  z.ZodType<
5388
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797,
5396
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805,
5389
5397
  z.ZodTypeDef,
5390
5398
  unknown
5391
5399
  > = z.object({});
5392
5400
  /** @internal */
5393
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$Outbound =
5401
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$Outbound =
5394
5402
  {};
5395
5403
 
5396
5404
  /** @internal */
5397
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$outboundSchema:
5405
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$outboundSchema:
5398
5406
  z.ZodType<
5399
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$Outbound,
5407
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$Outbound,
5400
5408
  z.ZodTypeDef,
5401
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797
5409
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805
5402
5410
  > = z.object({});
5403
5411
 
5404
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797ToJSON(
5405
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797:
5406
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797,
5412
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805ToJSON(
5413
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805:
5414
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805,
5407
5415
  ): string {
5408
5416
  return JSON.stringify(
5409
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$outboundSchema
5417
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$outboundSchema
5410
5418
  .parse(
5411
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797,
5419
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805,
5412
5420
  ),
5413
5421
  );
5414
5422
  }
5415
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797FromJSON(
5423
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805FromJSON(
5416
5424
  jsonString: string,
5417
5425
  ): SafeParseResult<
5418
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797,
5426
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805,
5419
5427
  SDKValidationError
5420
5428
  > {
5421
5429
  return safeParse(
5422
5430
  jsonString,
5423
5431
  (x) =>
5424
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$inboundSchema
5432
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$inboundSchema
5425
5433
  .parse(JSON.parse(x)),
5426
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797' from JSON`,
5434
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805' from JSON`,
5427
5435
  );
5428
5436
  }
5429
5437
 
@@ -5434,19 +5442,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
5434
5442
  z.ZodTypeDef,
5435
5443
  unknown
5436
5444
  > = z.object({
5437
- "__@BRAND@8797": z.lazy(() =>
5438
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$inboundSchema
5445
+ "__@BRAND@8805": z.lazy(() =>
5446
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$inboundSchema
5439
5447
  ),
5440
5448
  }).transform((v) => {
5441
5449
  return remap$(v, {
5442
- "__@BRAND@8797": "atBRANDAt8797",
5450
+ "__@BRAND@8805": "atBRANDAt8805",
5443
5451
  });
5444
5452
  });
5445
5453
  /** @internal */
5446
5454
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
5447
5455
  {
5448
- "__@BRAND@8797":
5449
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$Outbound;
5456
+ "__@BRAND@8805":
5457
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$Outbound;
5450
5458
  };
5451
5459
 
5452
5460
  /** @internal */
@@ -5456,12 +5464,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
5456
5464
  z.ZodTypeDef,
5457
5465
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
5458
5466
  > = z.object({
5459
- atBRANDAt8797: z.lazy(() =>
5460
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$outboundSchema
5467
+ atBRANDAt8805: z.lazy(() =>
5468
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8805$outboundSchema
5461
5469
  ),
5462
5470
  }).transform((v) => {
5463
5471
  return remap$(v, {
5464
- atBRANDAt8797: "__@BRAND@8797",
5472
+ atBRANDAt8805: "__@BRAND@8805",
5465
5473
  });
5466
5474
  });
5467
5475
 
@@ -6270,47 +6278,47 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
6270
6278
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
6271
6279
 
6272
6280
  /** @internal */
6273
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$inboundSchema:
6281
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$inboundSchema:
6274
6282
  z.ZodType<
6275
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797,
6283
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805,
6276
6284
  z.ZodTypeDef,
6277
6285
  unknown
6278
6286
  > = z.object({});
6279
6287
  /** @internal */
6280
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$Outbound =
6288
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$Outbound =
6281
6289
  {};
6282
6290
 
6283
6291
  /** @internal */
6284
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$outboundSchema:
6292
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$outboundSchema:
6285
6293
  z.ZodType<
6286
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$Outbound,
6294
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$Outbound,
6287
6295
  z.ZodTypeDef,
6288
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797
6296
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805
6289
6297
  > = z.object({});
6290
6298
 
6291
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797ToJSON(
6292
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797:
6293
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797,
6299
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805ToJSON(
6300
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805:
6301
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805,
6294
6302
  ): string {
6295
6303
  return JSON.stringify(
6296
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$outboundSchema
6304
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$outboundSchema
6297
6305
  .parse(
6298
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797,
6306
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805,
6299
6307
  ),
6300
6308
  );
6301
6309
  }
6302
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797FromJSON(
6310
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805FromJSON(
6303
6311
  jsonString: string,
6304
6312
  ): SafeParseResult<
6305
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797,
6313
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805,
6306
6314
  SDKValidationError
6307
6315
  > {
6308
6316
  return safeParse(
6309
6317
  jsonString,
6310
6318
  (x) =>
6311
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$inboundSchema
6319
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$inboundSchema
6312
6320
  .parse(JSON.parse(x)),
6313
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797' from JSON`,
6321
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805' from JSON`,
6314
6322
  );
6315
6323
  }
6316
6324
 
@@ -6321,19 +6329,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
6321
6329
  z.ZodTypeDef,
6322
6330
  unknown
6323
6331
  > = z.object({
6324
- "__@BRAND@8797": z.lazy(() =>
6325
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$inboundSchema
6332
+ "__@BRAND@8805": z.lazy(() =>
6333
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$inboundSchema
6326
6334
  ),
6327
6335
  }).transform((v) => {
6328
6336
  return remap$(v, {
6329
- "__@BRAND@8797": "atBRANDAt8797",
6337
+ "__@BRAND@8805": "atBRANDAt8805",
6330
6338
  });
6331
6339
  });
6332
6340
  /** @internal */
6333
6341
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound =
6334
6342
  {
6335
- "__@BRAND@8797":
6336
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$Outbound;
6343
+ "__@BRAND@8805":
6344
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$Outbound;
6337
6345
  };
6338
6346
 
6339
6347
  /** @internal */
@@ -6343,12 +6351,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
6343
6351
  z.ZodTypeDef,
6344
6352
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
6345
6353
  > = z.object({
6346
- atBRANDAt8797: z.lazy(() =>
6347
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$outboundSchema
6354
+ atBRANDAt8805: z.lazy(() =>
6355
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8805$outboundSchema
6348
6356
  ),
6349
6357
  }).transform((v) => {
6350
6358
  return remap$(v, {
6351
- atBRANDAt8797: "__@BRAND@8797",
6359
+ atBRANDAt8805: "__@BRAND@8805",
6352
6360
  });
6353
6361
  });
6354
6362
 
@@ -6379,47 +6387,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
6379
6387
  }
6380
6388
 
6381
6389
  /** @internal */
6382
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$inboundSchema:
6390
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$inboundSchema:
6383
6391
  z.ZodType<
6384
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797,
6392
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805,
6385
6393
  z.ZodTypeDef,
6386
6394
  unknown
6387
6395
  > = z.object({});
6388
6396
  /** @internal */
6389
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$Outbound =
6397
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$Outbound =
6390
6398
  {};
6391
6399
 
6392
6400
  /** @internal */
6393
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$outboundSchema:
6401
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$outboundSchema:
6394
6402
  z.ZodType<
6395
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$Outbound,
6403
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$Outbound,
6396
6404
  z.ZodTypeDef,
6397
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797
6405
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805
6398
6406
  > = z.object({});
6399
6407
 
6400
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797ToJSON(
6401
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797:
6402
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797,
6408
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805ToJSON(
6409
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805:
6410
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805,
6403
6411
  ): string {
6404
6412
  return JSON.stringify(
6405
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$outboundSchema
6413
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$outboundSchema
6406
6414
  .parse(
6407
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797,
6415
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805,
6408
6416
  ),
6409
6417
  );
6410
6418
  }
6411
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797FromJSON(
6419
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805FromJSON(
6412
6420
  jsonString: string,
6413
6421
  ): SafeParseResult<
6414
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797,
6422
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805,
6415
6423
  SDKValidationError
6416
6424
  > {
6417
6425
  return safeParse(
6418
6426
  jsonString,
6419
6427
  (x) =>
6420
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$inboundSchema
6428
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$inboundSchema
6421
6429
  .parse(JSON.parse(x)),
6422
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797' from JSON`,
6430
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805' from JSON`,
6423
6431
  );
6424
6432
  }
6425
6433
 
@@ -6430,19 +6438,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
6430
6438
  z.ZodTypeDef,
6431
6439
  unknown
6432
6440
  > = z.object({
6433
- "__@BRAND@8797": z.lazy(() =>
6434
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$inboundSchema
6441
+ "__@BRAND@8805": z.lazy(() =>
6442
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$inboundSchema
6435
6443
  ),
6436
6444
  }).transform((v) => {
6437
6445
  return remap$(v, {
6438
- "__@BRAND@8797": "atBRANDAt8797",
6446
+ "__@BRAND@8805": "atBRANDAt8805",
6439
6447
  });
6440
6448
  });
6441
6449
  /** @internal */
6442
6450
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound =
6443
6451
  {
6444
- "__@BRAND@8797":
6445
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$Outbound;
6452
+ "__@BRAND@8805":
6453
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$Outbound;
6446
6454
  };
6447
6455
 
6448
6456
  /** @internal */
@@ -6452,12 +6460,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
6452
6460
  z.ZodTypeDef,
6453
6461
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
6454
6462
  > = z.object({
6455
- atBRANDAt8797: z.lazy(() =>
6456
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$outboundSchema
6463
+ atBRANDAt8805: z.lazy(() =>
6464
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8805$outboundSchema
6457
6465
  ),
6458
6466
  }).transform((v) => {
6459
6467
  return remap$(v, {
6460
- atBRANDAt8797: "__@BRAND@8797",
6468
+ atBRANDAt8805: "__@BRAND@8805",
6461
6469
  });
6462
6470
  });
6463
6471
 
@@ -6488,47 +6496,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
6488
6496
  }
6489
6497
 
6490
6498
  /** @internal */
6491
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$inboundSchema:
6499
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$inboundSchema:
6492
6500
  z.ZodType<
6493
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797,
6501
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805,
6494
6502
  z.ZodTypeDef,
6495
6503
  unknown
6496
6504
  > = z.object({});
6497
6505
  /** @internal */
6498
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$Outbound =
6506
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$Outbound =
6499
6507
  {};
6500
6508
 
6501
6509
  /** @internal */
6502
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$outboundSchema:
6510
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$outboundSchema:
6503
6511
  z.ZodType<
6504
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$Outbound,
6512
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$Outbound,
6505
6513
  z.ZodTypeDef,
6506
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797
6514
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805
6507
6515
  > = z.object({});
6508
6516
 
6509
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797ToJSON(
6510
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797:
6511
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797,
6517
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805ToJSON(
6518
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805:
6519
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805,
6512
6520
  ): string {
6513
6521
  return JSON.stringify(
6514
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$outboundSchema
6522
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$outboundSchema
6515
6523
  .parse(
6516
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797,
6524
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805,
6517
6525
  ),
6518
6526
  );
6519
6527
  }
6520
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797FromJSON(
6528
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805FromJSON(
6521
6529
  jsonString: string,
6522
6530
  ): SafeParseResult<
6523
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797,
6531
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805,
6524
6532
  SDKValidationError
6525
6533
  > {
6526
6534
  return safeParse(
6527
6535
  jsonString,
6528
6536
  (x) =>
6529
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$inboundSchema
6537
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$inboundSchema
6530
6538
  .parse(JSON.parse(x)),
6531
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797' from JSON`,
6539
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805' from JSON`,
6532
6540
  );
6533
6541
  }
6534
6542
 
@@ -6539,19 +6547,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
6539
6547
  z.ZodTypeDef,
6540
6548
  unknown
6541
6549
  > = z.object({
6542
- "__@BRAND@8797": z.lazy(() =>
6543
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$inboundSchema
6550
+ "__@BRAND@8805": z.lazy(() =>
6551
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$inboundSchema
6544
6552
  ),
6545
6553
  }).transform((v) => {
6546
6554
  return remap$(v, {
6547
- "__@BRAND@8797": "atBRANDAt8797",
6555
+ "__@BRAND@8805": "atBRANDAt8805",
6548
6556
  });
6549
6557
  });
6550
6558
  /** @internal */
6551
6559
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound =
6552
6560
  {
6553
- "__@BRAND@8797":
6554
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$Outbound;
6561
+ "__@BRAND@8805":
6562
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$Outbound;
6555
6563
  };
6556
6564
 
6557
6565
  /** @internal */
@@ -6561,12 +6569,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
6561
6569
  z.ZodTypeDef,
6562
6570
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
6563
6571
  > = z.object({
6564
- atBRANDAt8797: z.lazy(() =>
6565
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$outboundSchema
6572
+ atBRANDAt8805: z.lazy(() =>
6573
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8805$outboundSchema
6566
6574
  ),
6567
6575
  }).transform((v) => {
6568
6576
  return remap$(v, {
6569
- atBRANDAt8797: "__@BRAND@8797",
6577
+ atBRANDAt8805: "__@BRAND@8805",
6570
6578
  });
6571
6579
  });
6572
6580
 
@@ -8103,45 +8111,45 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
8103
8111
  }
8104
8112
 
8105
8113
  /** @internal */
8106
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$inboundSchema:
8114
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$inboundSchema:
8107
8115
  z.ZodType<
8108
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797,
8116
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805,
8109
8117
  z.ZodTypeDef,
8110
8118
  unknown
8111
8119
  > = z.object({});
8112
8120
  /** @internal */
8113
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$Outbound =
8121
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$Outbound =
8114
8122
  {};
8115
8123
 
8116
8124
  /** @internal */
8117
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$outboundSchema:
8125
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$outboundSchema:
8118
8126
  z.ZodType<
8119
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$Outbound,
8127
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$Outbound,
8120
8128
  z.ZodTypeDef,
8121
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797
8129
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805
8122
8130
  > = z.object({});
8123
8131
 
8124
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797ToJSON(
8125
- createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797:
8126
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797,
8132
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805ToJSON(
8133
+ createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805:
8134
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805,
8127
8135
  ): string {
8128
8136
  return JSON.stringify(
8129
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$outboundSchema
8130
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797),
8137
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$outboundSchema
8138
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805),
8131
8139
  );
8132
8140
  }
8133
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797FromJSON(
8141
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805FromJSON(
8134
8142
  jsonString: string,
8135
8143
  ): SafeParseResult<
8136
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797,
8144
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805,
8137
8145
  SDKValidationError
8138
8146
  > {
8139
8147
  return safeParse(
8140
8148
  jsonString,
8141
8149
  (x) =>
8142
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$inboundSchema
8150
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$inboundSchema
8143
8151
  .parse(JSON.parse(x)),
8144
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797' from JSON`,
8152
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805' from JSON`,
8145
8153
  );
8146
8154
  }
8147
8155
 
@@ -8152,19 +8160,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
8152
8160
  z.ZodTypeDef,
8153
8161
  unknown
8154
8162
  > = z.object({
8155
- "__@BRAND@8797": z.lazy(() =>
8156
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$inboundSchema
8163
+ "__@BRAND@8805": z.lazy(() =>
8164
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$inboundSchema
8157
8165
  ),
8158
8166
  }).transform((v) => {
8159
8167
  return remap$(v, {
8160
- "__@BRAND@8797": "atBRANDAt8797",
8168
+ "__@BRAND@8805": "atBRANDAt8805",
8161
8169
  });
8162
8170
  });
8163
8171
  /** @internal */
8164
8172
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
8165
8173
  {
8166
- "__@BRAND@8797":
8167
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$Outbound;
8174
+ "__@BRAND@8805":
8175
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$Outbound;
8168
8176
  };
8169
8177
 
8170
8178
  /** @internal */
@@ -8174,12 +8182,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
8174
8182
  z.ZodTypeDef,
8175
8183
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
8176
8184
  > = z.object({
8177
- atBRANDAt8797: z.lazy(() =>
8178
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$outboundSchema
8185
+ atBRANDAt8805: z.lazy(() =>
8186
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8805$outboundSchema
8179
8187
  ),
8180
8188
  }).transform((v) => {
8181
8189
  return remap$(v, {
8182
- atBRANDAt8797: "__@BRAND@8797",
8190
+ atBRANDAt8805: "__@BRAND@8805",
8183
8191
  });
8184
8192
  });
8185
8193
 
@@ -8208,47 +8216,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
8208
8216
  }
8209
8217
 
8210
8218
  /** @internal */
8211
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$inboundSchema:
8219
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$inboundSchema:
8212
8220
  z.ZodType<
8213
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797,
8221
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805,
8214
8222
  z.ZodTypeDef,
8215
8223
  unknown
8216
8224
  > = z.object({});
8217
8225
  /** @internal */
8218
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$Outbound =
8226
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$Outbound =
8219
8227
  {};
8220
8228
 
8221
8229
  /** @internal */
8222
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$outboundSchema:
8230
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$outboundSchema:
8223
8231
  z.ZodType<
8224
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$Outbound,
8232
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$Outbound,
8225
8233
  z.ZodTypeDef,
8226
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797
8234
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805
8227
8235
  > = z.object({});
8228
8236
 
8229
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797ToJSON(
8230
- createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797:
8231
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797,
8237
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805ToJSON(
8238
+ createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805:
8239
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805,
8232
8240
  ): string {
8233
8241
  return JSON.stringify(
8234
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$outboundSchema
8242
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$outboundSchema
8235
8243
  .parse(
8236
- createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797,
8244
+ createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805,
8237
8245
  ),
8238
8246
  );
8239
8247
  }
8240
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797FromJSON(
8248
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805FromJSON(
8241
8249
  jsonString: string,
8242
8250
  ): SafeParseResult<
8243
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797,
8251
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805,
8244
8252
  SDKValidationError
8245
8253
  > {
8246
8254
  return safeParse(
8247
8255
  jsonString,
8248
8256
  (x) =>
8249
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$inboundSchema
8257
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$inboundSchema
8250
8258
  .parse(JSON.parse(x)),
8251
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797' from JSON`,
8259
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805' from JSON`,
8252
8260
  );
8253
8261
  }
8254
8262
 
@@ -8259,19 +8267,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
8259
8267
  z.ZodTypeDef,
8260
8268
  unknown
8261
8269
  > = z.object({
8262
- "__@BRAND@8797": z.lazy(() =>
8263
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$inboundSchema
8270
+ "__@BRAND@8805": z.lazy(() =>
8271
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$inboundSchema
8264
8272
  ),
8265
8273
  }).transform((v) => {
8266
8274
  return remap$(v, {
8267
- "__@BRAND@8797": "atBRANDAt8797",
8275
+ "__@BRAND@8805": "atBRANDAt8805",
8268
8276
  });
8269
8277
  });
8270
8278
  /** @internal */
8271
8279
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
8272
8280
  {
8273
- "__@BRAND@8797":
8274
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$Outbound;
8281
+ "__@BRAND@8805":
8282
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$Outbound;
8275
8283
  };
8276
8284
 
8277
8285
  /** @internal */
@@ -8281,12 +8289,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
8281
8289
  z.ZodTypeDef,
8282
8290
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
8283
8291
  > = z.object({
8284
- atBRANDAt8797: z.lazy(() =>
8285
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$outboundSchema
8292
+ atBRANDAt8805: z.lazy(() =>
8293
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8805$outboundSchema
8286
8294
  ),
8287
8295
  }).transform((v) => {
8288
8296
  return remap$(v, {
8289
- atBRANDAt8797: "__@BRAND@8797",
8297
+ atBRANDAt8805: "__@BRAND@8805",
8290
8298
  });
8291
8299
  });
8292
8300
 
@@ -8315,47 +8323,47 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
8315
8323
  }
8316
8324
 
8317
8325
  /** @internal */
8318
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$inboundSchema:
8326
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$inboundSchema:
8319
8327
  z.ZodType<
8320
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797,
8328
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805,
8321
8329
  z.ZodTypeDef,
8322
8330
  unknown
8323
8331
  > = z.object({});
8324
8332
  /** @internal */
8325
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$Outbound =
8333
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$Outbound =
8326
8334
  {};
8327
8335
 
8328
8336
  /** @internal */
8329
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$outboundSchema:
8337
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$outboundSchema:
8330
8338
  z.ZodType<
8331
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$Outbound,
8339
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$Outbound,
8332
8340
  z.ZodTypeDef,
8333
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797
8341
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805
8334
8342
  > = z.object({});
8335
8343
 
8336
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797ToJSON(
8337
- createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797:
8338
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797,
8344
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805ToJSON(
8345
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805:
8346
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805,
8339
8347
  ): string {
8340
8348
  return JSON.stringify(
8341
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$outboundSchema
8349
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$outboundSchema
8342
8350
  .parse(
8343
- createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797,
8351
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805,
8344
8352
  ),
8345
8353
  );
8346
8354
  }
8347
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797FromJSON(
8355
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805FromJSON(
8348
8356
  jsonString: string,
8349
8357
  ): SafeParseResult<
8350
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797,
8358
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805,
8351
8359
  SDKValidationError
8352
8360
  > {
8353
8361
  return safeParse(
8354
8362
  jsonString,
8355
8363
  (x) =>
8356
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$inboundSchema
8364
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$inboundSchema
8357
8365
  .parse(JSON.parse(x)),
8358
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797' from JSON`,
8366
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805' from JSON`,
8359
8367
  );
8360
8368
  }
8361
8369
 
@@ -8366,19 +8374,19 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
8366
8374
  z.ZodTypeDef,
8367
8375
  unknown
8368
8376
  > = z.object({
8369
- "__@BRAND@8797": z.lazy(() =>
8370
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$inboundSchema
8377
+ "__@BRAND@8805": z.lazy(() =>
8378
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$inboundSchema
8371
8379
  ),
8372
8380
  }).transform((v) => {
8373
8381
  return remap$(v, {
8374
- "__@BRAND@8797": "atBRANDAt8797",
8382
+ "__@BRAND@8805": "atBRANDAt8805",
8375
8383
  });
8376
8384
  });
8377
8385
  /** @internal */
8378
8386
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
8379
8387
  {
8380
- "__@BRAND@8797":
8381
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$Outbound;
8388
+ "__@BRAND@8805":
8389
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$Outbound;
8382
8390
  };
8383
8391
 
8384
8392
  /** @internal */
@@ -8388,12 +8396,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
8388
8396
  z.ZodTypeDef,
8389
8397
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern
8390
8398
  > = z.object({
8391
- atBRANDAt8797: z.lazy(() =>
8392
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$outboundSchema
8399
+ atBRANDAt8805: z.lazy(() =>
8400
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8805$outboundSchema
8393
8401
  ),
8394
8402
  }).transform((v) => {
8395
8403
  return remap$(v, {
8396
- atBRANDAt8797: "__@BRAND@8797",
8404
+ atBRANDAt8805: "__@BRAND@8805",
8397
8405
  });
8398
8406
  });
8399
8407
 
@@ -11412,47 +11420,47 @@ export const CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema:
11412
11420
  CreateIntegrationStoreDirectPropertiesUiControl$inboundSchema;
11413
11421
 
11414
11422
  /** @internal */
11415
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$inboundSchema:
11423
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$inboundSchema:
11416
11424
  z.ZodType<
11417
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797,
11425
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805,
11418
11426
  z.ZodTypeDef,
11419
11427
  unknown
11420
11428
  > = z.object({});
11421
11429
  /** @internal */
11422
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$Outbound =
11430
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$Outbound =
11423
11431
  {};
11424
11432
 
11425
11433
  /** @internal */
11426
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$outboundSchema:
11434
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$outboundSchema:
11427
11435
  z.ZodType<
11428
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$Outbound,
11436
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$Outbound,
11429
11437
  z.ZodTypeDef,
11430
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797
11438
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805
11431
11439
  > = z.object({});
11432
11440
 
11433
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797ToJSON(
11434
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797:
11435
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797,
11441
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805ToJSON(
11442
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805:
11443
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805,
11436
11444
  ): string {
11437
11445
  return JSON.stringify(
11438
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$outboundSchema
11446
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$outboundSchema
11439
11447
  .parse(
11440
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797,
11448
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805,
11441
11449
  ),
11442
11450
  );
11443
11451
  }
11444
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797FromJSON(
11452
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805FromJSON(
11445
11453
  jsonString: string,
11446
11454
  ): SafeParseResult<
11447
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797,
11455
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805,
11448
11456
  SDKValidationError
11449
11457
  > {
11450
11458
  return safeParse(
11451
11459
  jsonString,
11452
11460
  (x) =>
11453
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$inboundSchema
11461
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$inboundSchema
11454
11462
  .parse(JSON.parse(x)),
11455
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797' from JSON`,
11463
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805' from JSON`,
11456
11464
  );
11457
11465
  }
11458
11466
 
@@ -11463,18 +11471,18 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
11463
11471
  z.ZodTypeDef,
11464
11472
  unknown
11465
11473
  > = z.object({
11466
- "__@BRAND@8797": z.lazy(() =>
11467
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$inboundSchema
11474
+ "__@BRAND@8805": z.lazy(() =>
11475
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$inboundSchema
11468
11476
  ),
11469
11477
  }).transform((v) => {
11470
11478
  return remap$(v, {
11471
- "__@BRAND@8797": "atBRANDAt8797",
11479
+ "__@BRAND@8805": "atBRANDAt8805",
11472
11480
  });
11473
11481
  });
11474
11482
  /** @internal */
11475
11483
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
11476
- "__@BRAND@8797":
11477
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$Outbound;
11484
+ "__@BRAND@8805":
11485
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$Outbound;
11478
11486
  };
11479
11487
 
11480
11488
  /** @internal */
@@ -11484,12 +11492,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
11484
11492
  z.ZodTypeDef,
11485
11493
  CreateIntegrationStoreDirectPropertiesMaxLength
11486
11494
  > = z.object({
11487
- atBRANDAt8797: z.lazy(() =>
11488
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$outboundSchema
11495
+ atBRANDAt8805: z.lazy(() =>
11496
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8805$outboundSchema
11489
11497
  ),
11490
11498
  }).transform((v) => {
11491
11499
  return remap$(v, {
11492
- atBRANDAt8797: "__@BRAND@8797",
11500
+ atBRANDAt8805: "__@BRAND@8805",
11493
11501
  });
11494
11502
  });
11495
11503
 
@@ -11520,35 +11528,35 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
11520
11528
  }
11521
11529
 
11522
11530
  /** @internal */
11523
- export const PropertiesAtBRANDAt8797$inboundSchema: z.ZodType<
11524
- PropertiesAtBRANDAt8797,
11531
+ export const PropertiesAtBRANDAt8805$inboundSchema: z.ZodType<
11532
+ PropertiesAtBRANDAt8805,
11525
11533
  z.ZodTypeDef,
11526
11534
  unknown
11527
11535
  > = z.object({});
11528
11536
  /** @internal */
11529
- export type PropertiesAtBRANDAt8797$Outbound = {};
11537
+ export type PropertiesAtBRANDAt8805$Outbound = {};
11530
11538
 
11531
11539
  /** @internal */
11532
- export const PropertiesAtBRANDAt8797$outboundSchema: z.ZodType<
11533
- PropertiesAtBRANDAt8797$Outbound,
11540
+ export const PropertiesAtBRANDAt8805$outboundSchema: z.ZodType<
11541
+ PropertiesAtBRANDAt8805$Outbound,
11534
11542
  z.ZodTypeDef,
11535
- PropertiesAtBRANDAt8797
11543
+ PropertiesAtBRANDAt8805
11536
11544
  > = z.object({});
11537
11545
 
11538
- export function propertiesAtBRANDAt8797ToJSON(
11539
- propertiesAtBRANDAt8797: PropertiesAtBRANDAt8797,
11546
+ export function propertiesAtBRANDAt8805ToJSON(
11547
+ propertiesAtBRANDAt8805: PropertiesAtBRANDAt8805,
11540
11548
  ): string {
11541
11549
  return JSON.stringify(
11542
- PropertiesAtBRANDAt8797$outboundSchema.parse(propertiesAtBRANDAt8797),
11550
+ PropertiesAtBRANDAt8805$outboundSchema.parse(propertiesAtBRANDAt8805),
11543
11551
  );
11544
11552
  }
11545
- export function propertiesAtBRANDAt8797FromJSON(
11553
+ export function propertiesAtBRANDAt8805FromJSON(
11546
11554
  jsonString: string,
11547
- ): SafeParseResult<PropertiesAtBRANDAt8797, SDKValidationError> {
11555
+ ): SafeParseResult<PropertiesAtBRANDAt8805, SDKValidationError> {
11548
11556
  return safeParse(
11549
11557
  jsonString,
11550
- (x) => PropertiesAtBRANDAt8797$inboundSchema.parse(JSON.parse(x)),
11551
- `Failed to parse 'PropertiesAtBRANDAt8797' from JSON`,
11558
+ (x) => PropertiesAtBRANDAt8805$inboundSchema.parse(JSON.parse(x)),
11559
+ `Failed to parse 'PropertiesAtBRANDAt8805' from JSON`,
11552
11560
  );
11553
11561
  }
11554
11562
 
@@ -11559,15 +11567,15 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
11559
11567
  z.ZodTypeDef,
11560
11568
  unknown
11561
11569
  > = z.object({
11562
- "__@BRAND@8797": z.lazy(() => PropertiesAtBRANDAt8797$inboundSchema),
11570
+ "__@BRAND@8805": z.lazy(() => PropertiesAtBRANDAt8805$inboundSchema),
11563
11571
  }).transform((v) => {
11564
11572
  return remap$(v, {
11565
- "__@BRAND@8797": "atBRANDAt8797",
11573
+ "__@BRAND@8805": "atBRANDAt8805",
11566
11574
  });
11567
11575
  });
11568
11576
  /** @internal */
11569
11577
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
11570
- "__@BRAND@8797": PropertiesAtBRANDAt8797$Outbound;
11578
+ "__@BRAND@8805": PropertiesAtBRANDAt8805$Outbound;
11571
11579
  };
11572
11580
 
11573
11581
  /** @internal */
@@ -11577,10 +11585,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
11577
11585
  z.ZodTypeDef,
11578
11586
  CreateIntegrationStoreDirectPropertiesMinLength
11579
11587
  > = z.object({
11580
- atBRANDAt8797: z.lazy(() => PropertiesAtBRANDAt8797$outboundSchema),
11588
+ atBRANDAt8805: z.lazy(() => PropertiesAtBRANDAt8805$outboundSchema),
11581
11589
  }).transform((v) => {
11582
11590
  return remap$(v, {
11583
- atBRANDAt8797: "__@BRAND@8797",
11591
+ atBRANDAt8805: "__@BRAND@8805",
11584
11592
  });
11585
11593
  });
11586
11594
 
@@ -11611,46 +11619,46 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
11611
11619
  }
11612
11620
 
11613
11621
  /** @internal */
11614
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$inboundSchema:
11622
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$inboundSchema:
11615
11623
  z.ZodType<
11616
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8797,
11624
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8805,
11617
11625
  z.ZodTypeDef,
11618
11626
  unknown
11619
11627
  > = z.object({});
11620
11628
  /** @internal */
11621
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$Outbound = {};
11629
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$Outbound = {};
11622
11630
 
11623
11631
  /** @internal */
11624
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$outboundSchema:
11632
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$outboundSchema:
11625
11633
  z.ZodType<
11626
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$Outbound,
11634
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$Outbound,
11627
11635
  z.ZodTypeDef,
11628
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8797
11636
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8805
11629
11637
  > = z.object({});
11630
11638
 
11631
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8797ToJSON(
11632
- createIntegrationStoreDirectPropertiesAtBRANDAt8797:
11633
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8797,
11639
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8805ToJSON(
11640
+ createIntegrationStoreDirectPropertiesAtBRANDAt8805:
11641
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8805,
11634
11642
  ): string {
11635
11643
  return JSON.stringify(
11636
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$outboundSchema.parse(
11637
- createIntegrationStoreDirectPropertiesAtBRANDAt8797,
11644
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$outboundSchema.parse(
11645
+ createIntegrationStoreDirectPropertiesAtBRANDAt8805,
11638
11646
  ),
11639
11647
  );
11640
11648
  }
11641
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8797FromJSON(
11649
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8805FromJSON(
11642
11650
  jsonString: string,
11643
11651
  ): SafeParseResult<
11644
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8797,
11652
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8805,
11645
11653
  SDKValidationError
11646
11654
  > {
11647
11655
  return safeParse(
11648
11656
  jsonString,
11649
11657
  (x) =>
11650
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$inboundSchema.parse(
11658
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$inboundSchema.parse(
11651
11659
  JSON.parse(x),
11652
11660
  ),
11653
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8797' from JSON`,
11661
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8805' from JSON`,
11654
11662
  );
11655
11663
  }
11656
11664
 
@@ -11661,17 +11669,17 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
11661
11669
  z.ZodTypeDef,
11662
11670
  unknown
11663
11671
  > = z.object({
11664
- "__@BRAND@8797": z.lazy(() =>
11665
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$inboundSchema
11672
+ "__@BRAND@8805": z.lazy(() =>
11673
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$inboundSchema
11666
11674
  ),
11667
11675
  }).transform((v) => {
11668
11676
  return remap$(v, {
11669
- "__@BRAND@8797": "atBRANDAt8797",
11677
+ "__@BRAND@8805": "atBRANDAt8805",
11670
11678
  });
11671
11679
  });
11672
11680
  /** @internal */
11673
11681
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
11674
- "__@BRAND@8797": CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$Outbound;
11682
+ "__@BRAND@8805": CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$Outbound;
11675
11683
  };
11676
11684
 
11677
11685
  /** @internal */
@@ -11681,12 +11689,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
11681
11689
  z.ZodTypeDef,
11682
11690
  CreateIntegrationStoreDirectPropertiesPattern
11683
11691
  > = z.object({
11684
- atBRANDAt8797: z.lazy(() =>
11685
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$outboundSchema
11692
+ atBRANDAt8805: z.lazy(() =>
11693
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8805$outboundSchema
11686
11694
  ),
11687
11695
  }).transform((v) => {
11688
11696
  return remap$(v, {
11689
- atBRANDAt8797: "__@BRAND@8797",
11697
+ atBRANDAt8805: "__@BRAND@8805",
11690
11698
  });
11691
11699
  });
11692
11700
 
@@ -12765,31 +12773,31 @@ export function guidesFromJSON(
12765
12773
  }
12766
12774
 
12767
12775
  /** @internal */
12768
- export const AtBRANDAt8797$inboundSchema: z.ZodType<
12769
- AtBRANDAt8797,
12776
+ export const AtBRANDAt8805$inboundSchema: z.ZodType<
12777
+ AtBRANDAt8805,
12770
12778
  z.ZodTypeDef,
12771
12779
  unknown
12772
12780
  > = z.object({});
12773
12781
  /** @internal */
12774
- export type AtBRANDAt8797$Outbound = {};
12782
+ export type AtBRANDAt8805$Outbound = {};
12775
12783
 
12776
12784
  /** @internal */
12777
- export const AtBRANDAt8797$outboundSchema: z.ZodType<
12778
- AtBRANDAt8797$Outbound,
12785
+ export const AtBRANDAt8805$outboundSchema: z.ZodType<
12786
+ AtBRANDAt8805$Outbound,
12779
12787
  z.ZodTypeDef,
12780
- AtBRANDAt8797
12788
+ AtBRANDAt8805
12781
12789
  > = z.object({});
12782
12790
 
12783
- export function atBRANDAt8797ToJSON(atBRANDAt8797: AtBRANDAt8797): string {
12784
- return JSON.stringify(AtBRANDAt8797$outboundSchema.parse(atBRANDAt8797));
12791
+ export function atBRANDAt8805ToJSON(atBRANDAt8805: AtBRANDAt8805): string {
12792
+ return JSON.stringify(AtBRANDAt8805$outboundSchema.parse(atBRANDAt8805));
12785
12793
  }
12786
- export function atBRANDAt8797FromJSON(
12794
+ export function atBRANDAt8805FromJSON(
12787
12795
  jsonString: string,
12788
- ): SafeParseResult<AtBRANDAt8797, SDKValidationError> {
12796
+ ): SafeParseResult<AtBRANDAt8805, SDKValidationError> {
12789
12797
  return safeParse(
12790
12798
  jsonString,
12791
- (x) => AtBRANDAt8797$inboundSchema.parse(JSON.parse(x)),
12792
- `Failed to parse 'AtBRANDAt8797' from JSON`,
12799
+ (x) => AtBRANDAt8805$inboundSchema.parse(JSON.parse(x)),
12800
+ `Failed to parse 'AtBRANDAt8805' from JSON`,
12793
12801
  );
12794
12802
  }
12795
12803
 
@@ -12799,15 +12807,15 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
12799
12807
  z.ZodTypeDef,
12800
12808
  unknown
12801
12809
  > = z.object({
12802
- "__@BRAND@8797": z.lazy(() => AtBRANDAt8797$inboundSchema),
12810
+ "__@BRAND@8805": z.lazy(() => AtBRANDAt8805$inboundSchema),
12803
12811
  }).transform((v) => {
12804
12812
  return remap$(v, {
12805
- "__@BRAND@8797": "atBRANDAt8797",
12813
+ "__@BRAND@8805": "atBRANDAt8805",
12806
12814
  });
12807
12815
  });
12808
12816
  /** @internal */
12809
12817
  export type CreateIntegrationStoreDirectValue$Outbound = {
12810
- "__@BRAND@8797": AtBRANDAt8797$Outbound;
12818
+ "__@BRAND@8805": AtBRANDAt8805$Outbound;
12811
12819
  };
12812
12820
 
12813
12821
  /** @internal */
@@ -12816,10 +12824,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
12816
12824
  z.ZodTypeDef,
12817
12825
  CreateIntegrationStoreDirectValue
12818
12826
  > = z.object({
12819
- atBRANDAt8797: z.lazy(() => AtBRANDAt8797$outboundSchema),
12827
+ atBRANDAt8805: z.lazy(() => AtBRANDAt8805$outboundSchema),
12820
12828
  }).transform((v) => {
12821
12829
  return remap$(v, {
12822
- atBRANDAt8797: "__@BRAND@8797",
12830
+ atBRANDAt8805: "__@BRAND@8805",
12823
12831
  });
12824
12832
  });
12825
12833