@vercel/sdk 1.16.0 → 1.16.1

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 (191) hide show
  1. package/README.md +39 -37
  2. package/bin/mcp-server.js +1263 -912
  3. package/bin/mcp-server.js.map +42 -39
  4. package/docs/sdks/logdrains/README.md +7 -7
  5. package/docs/sdks/projects/README.md +78 -0
  6. package/docs/sdks/teams/README.md +1 -1
  7. package/esm/__tests__/accessgroups.test.js +6 -2
  8. package/esm/__tests__/accessgroups.test.js.map +1 -1
  9. package/esm/__tests__/domains.test.js +5 -5
  10. package/esm/__tests__/domains.test.js.map +1 -1
  11. package/esm/__tests__/edgeconfig.test.js +6 -6
  12. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  13. package/esm/__tests__/integrations.test.js +1 -1
  14. package/esm/__tests__/logdrains.test.js +4 -4
  15. package/esm/__tests__/logdrains.test.js.map +1 -1
  16. package/esm/__tests__/projects.test.js +17 -0
  17. package/esm/__tests__/projects.test.js.map +1 -1
  18. package/esm/__tests__/rollingrelease.test.js +2 -7
  19. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  20. package/esm/__tests__/security.test.js +1 -11
  21. package/esm/__tests__/security.test.js.map +1 -1
  22. package/esm/funcs/logDrainsCreateConfigurableLogDrain.d.ts +1 -1
  23. package/esm/funcs/logDrainsCreateConfigurableLogDrain.js +1 -1
  24. package/esm/funcs/logDrainsCreateLogDrain.d.ts +1 -1
  25. package/esm/funcs/logDrainsCreateLogDrain.js +1 -1
  26. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.d.ts +1 -1
  27. package/esm/funcs/logDrainsDeleteConfigurableLogDrain.js +1 -1
  28. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.d.ts +1 -1
  29. package/esm/funcs/logDrainsDeleteIntegrationLogDrain.js +1 -1
  30. package/esm/funcs/logDrainsGetAllLogDrains.d.ts +1 -1
  31. package/esm/funcs/logDrainsGetAllLogDrains.js +1 -1
  32. package/esm/funcs/logDrainsGetConfigurableLogDrain.d.ts +1 -1
  33. package/esm/funcs/logDrainsGetConfigurableLogDrain.js +1 -1
  34. package/esm/funcs/logDrainsGetIntegrationLogDrains.d.ts +1 -1
  35. package/esm/funcs/logDrainsGetIntegrationLogDrains.js +1 -1
  36. package/esm/funcs/projectsGetProjectClientCerts.d.ts +17 -0
  37. package/esm/funcs/projectsGetProjectClientCerts.d.ts.map +1 -0
  38. package/esm/funcs/projectsGetProjectClientCerts.js +88 -0
  39. package/esm/funcs/projectsGetProjectClientCerts.js.map +1 -0
  40. package/esm/funcs/teamsInviteUserToTeam.d.ts +1 -1
  41. package/esm/funcs/teamsInviteUserToTeam.js +1 -1
  42. package/esm/lib/config.d.ts +3 -3
  43. package/esm/lib/config.js +3 -3
  44. package/esm/mcp-server/mcp-server.js +1 -1
  45. package/esm/mcp-server/server.d.ts.map +1 -1
  46. package/esm/mcp-server/server.js +3 -1
  47. package/esm/mcp-server/server.js.map +1 -1
  48. package/esm/mcp-server/tools/logDrainsCreateConfigurableLogDrain.js +1 -1
  49. package/esm/mcp-server/tools/logDrainsCreateLogDrain.js +1 -1
  50. package/esm/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.js +1 -1
  51. package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.d.ts.map +1 -1
  52. package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.js +1 -1
  53. package/esm/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.js.map +1 -1
  54. package/esm/mcp-server/tools/logDrainsGetAllLogDrains.js +1 -1
  55. package/esm/mcp-server/tools/logDrainsGetConfigurableLogDrain.js +1 -1
  56. package/esm/mcp-server/tools/logDrainsGetIntegrationLogDrains.js +1 -1
  57. package/esm/mcp-server/tools/projectsGetProjectClientCerts.d.ts +7 -0
  58. package/esm/mcp-server/tools/projectsGetProjectClientCerts.d.ts.map +1 -0
  59. package/esm/mcp-server/tools/projectsGetProjectClientCerts.js +28 -0
  60. package/esm/mcp-server/tools/projectsGetProjectClientCerts.js.map +1 -0
  61. package/esm/mcp-server/tools/teamsInviteUserToTeam.js +1 -1
  62. package/esm/mcp-server/tools/teamsInviteUserToTeam.js.map +1 -1
  63. package/esm/models/approverollingreleasestageop.d.ts +78 -0
  64. package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
  65. package/esm/models/approverollingreleasestageop.js +18 -0
  66. package/esm/models/approverollingreleasestageop.js.map +1 -1
  67. package/esm/models/authuser.d.ts +67 -0
  68. package/esm/models/authuser.d.ts.map +1 -1
  69. package/esm/models/authuser.js +49 -0
  70. package/esm/models/authuser.js.map +1 -1
  71. package/esm/models/canceldeploymentop.d.ts +106 -1
  72. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  73. package/esm/models/canceldeploymentop.js +9 -0
  74. package/esm/models/canceldeploymentop.js.map +1 -1
  75. package/esm/models/completerollingreleaseop.d.ts +78 -0
  76. package/esm/models/completerollingreleaseop.d.ts.map +1 -1
  77. package/esm/models/completerollingreleaseop.js +18 -0
  78. package/esm/models/completerollingreleaseop.js.map +1 -1
  79. package/esm/models/createdeploymentop.d.ts +106 -1
  80. package/esm/models/createdeploymentop.d.ts.map +1 -1
  81. package/esm/models/createdeploymentop.js +9 -0
  82. package/esm/models/createdeploymentop.js.map +1 -1
  83. package/esm/models/createintegrationstoredirectop.d.ts +285 -285
  84. package/esm/models/createintegrationstoredirectop.js +351 -351
  85. package/esm/models/createlogdrainop.d.ts +3 -0
  86. package/esm/models/createlogdrainop.d.ts.map +1 -1
  87. package/esm/models/createlogdrainop.js +1 -0
  88. package/esm/models/createlogdrainop.js.map +1 -1
  89. package/esm/models/createprojectop.d.ts +67 -15
  90. package/esm/models/createprojectop.d.ts.map +1 -1
  91. package/esm/models/createprojectop.js +47 -6
  92. package/esm/models/createprojectop.js.map +1 -1
  93. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  94. package/esm/models/getconfigurationproductsop.js +465 -465
  95. package/esm/models/getdeploymentop.d.ts +212 -2
  96. package/esm/models/getdeploymentop.d.ts.map +1 -1
  97. package/esm/models/getdeploymentop.js +18 -0
  98. package/esm/models/getdeploymentop.js.map +1 -1
  99. package/esm/models/getintegrationlogdrainsop.d.ts +3 -0
  100. package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
  101. package/esm/models/getintegrationlogdrainsop.js +1 -0
  102. package/esm/models/getintegrationlogdrainsop.js.map +1 -1
  103. package/esm/models/getprojectclientcertsop.d.ts +97 -0
  104. package/esm/models/getprojectclientcertsop.d.ts.map +1 -0
  105. package/esm/models/getprojectclientcertsop.js +87 -0
  106. package/esm/models/getprojectclientcertsop.js.map +1 -0
  107. package/esm/models/getprojectsop.d.ts +67 -15
  108. package/esm/models/getprojectsop.d.ts.map +1 -1
  109. package/esm/models/getprojectsop.js +47 -6
  110. package/esm/models/getprojectsop.js.map +1 -1
  111. package/esm/models/getrollingreleaseop.d.ts +78 -0
  112. package/esm/models/getrollingreleaseop.d.ts.map +1 -1
  113. package/esm/models/getrollingreleaseop.js +18 -0
  114. package/esm/models/getrollingreleaseop.js.map +1 -1
  115. package/esm/models/updateprojectdatacacheop.d.ts +67 -15
  116. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  117. package/esm/models/updateprojectdatacacheop.js +47 -6
  118. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  119. package/esm/models/updateprojectop.d.ts +67 -15
  120. package/esm/models/updateprojectop.d.ts.map +1 -1
  121. package/esm/models/updateprojectop.js +47 -6
  122. package/esm/models/updateprojectop.js.map +1 -1
  123. package/esm/models/updatestaticipsop.d.ts +3 -3
  124. package/esm/models/updatestaticipsop.js +1 -1
  125. package/esm/models/updatestaticipsop.js.map +1 -1
  126. package/esm/models/userevent.d.ts +176 -30
  127. package/esm/models/userevent.d.ts.map +1 -1
  128. package/esm/models/userevent.js +136 -12
  129. package/esm/models/userevent.js.map +1 -1
  130. package/esm/sdk/logdrains.d.ts +7 -7
  131. package/esm/sdk/logdrains.js +7 -7
  132. package/esm/sdk/projects.d.ts +8 -0
  133. package/esm/sdk/projects.d.ts.map +1 -1
  134. package/esm/sdk/projects.js +10 -0
  135. package/esm/sdk/projects.js.map +1 -1
  136. package/esm/sdk/teams.d.ts +1 -1
  137. package/esm/sdk/teams.js +1 -1
  138. package/examples/package-lock.json +1 -1
  139. package/jsr.json +1 -1
  140. package/package.json +1 -1
  141. package/src/__tests__/accessgroups.test.ts +6 -2
  142. package/src/__tests__/domains.test.ts +5 -5
  143. package/src/__tests__/edgeconfig.test.ts +6 -6
  144. package/src/__tests__/integrations.test.ts +1 -1
  145. package/src/__tests__/logdrains.test.ts +4 -4
  146. package/src/__tests__/projects.test.ts +20 -0
  147. package/src/__tests__/rollingrelease.test.ts +2 -7
  148. package/src/__tests__/security.test.ts +1 -11
  149. package/src/funcs/logDrainsCreateConfigurableLogDrain.ts +1 -1
  150. package/src/funcs/logDrainsCreateLogDrain.ts +1 -1
  151. package/src/funcs/logDrainsDeleteConfigurableLogDrain.ts +1 -1
  152. package/src/funcs/logDrainsDeleteIntegrationLogDrain.ts +1 -1
  153. package/src/funcs/logDrainsGetAllLogDrains.ts +1 -1
  154. package/src/funcs/logDrainsGetConfigurableLogDrain.ts +1 -1
  155. package/src/funcs/logDrainsGetIntegrationLogDrains.ts +1 -1
  156. package/src/funcs/projectsGetProjectClientCerts.ts +177 -0
  157. package/src/funcs/teamsInviteUserToTeam.ts +1 -1
  158. package/src/lib/config.ts +3 -3
  159. package/src/mcp-server/mcp-server.ts +1 -1
  160. package/src/mcp-server/server.ts +3 -1
  161. package/src/mcp-server/tools/logDrainsCreateConfigurableLogDrain.ts +1 -1
  162. package/src/mcp-server/tools/logDrainsCreateLogDrain.ts +1 -1
  163. package/src/mcp-server/tools/logDrainsDeleteConfigurableLogDrain.ts +1 -1
  164. package/src/mcp-server/tools/logDrainsDeleteIntegrationLogDrain.ts +2 -1
  165. package/src/mcp-server/tools/logDrainsGetAllLogDrains.ts +1 -1
  166. package/src/mcp-server/tools/logDrainsGetConfigurableLogDrain.ts +1 -1
  167. package/src/mcp-server/tools/logDrainsGetIntegrationLogDrains.ts +1 -1
  168. package/src/mcp-server/tools/projectsGetProjectClientCerts.ts +37 -0
  169. package/src/mcp-server/tools/teamsInviteUserToTeam.ts +1 -1
  170. package/src/models/approverollingreleasestageop.ts +78 -0
  171. package/src/models/authuser.ts +100 -0
  172. package/src/models/canceldeploymentop.ts +106 -1
  173. package/src/models/completerollingreleaseop.ts +78 -0
  174. package/src/models/createdeploymentop.ts +106 -1
  175. package/src/models/createintegrationstoredirectop.ts +604 -604
  176. package/src/models/createlogdrainop.ts +1 -0
  177. package/src/models/createprojectop.ts +126 -19
  178. package/src/models/getconfigurationproductsop.ts +802 -802
  179. package/src/models/getdeploymentop.ts +212 -2
  180. package/src/models/getintegrationlogdrainsop.ts +1 -0
  181. package/src/models/getprojectclientcertsop.ts +207 -0
  182. package/src/models/getprojectsop.ts +124 -19
  183. package/src/models/getrollingreleaseop.ts +78 -0
  184. package/src/models/updateprojectdatacacheop.ts +129 -19
  185. package/src/models/updateprojectop.ts +126 -19
  186. package/src/models/updatestaticipsop.ts +1 -1
  187. package/src/models/userevent.ts +329 -39
  188. package/src/sdk/logdrains.ts +7 -7
  189. package/src/sdk/projects.ts +22 -0
  190. package/src/sdk/teams.ts +1 -1
  191. package/vercel-spec.json +1092 -278
@@ -266,12 +266,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
266
266
  typeof CreateIntegrationStoreDirectIntegrationsType
267
267
  >;
268
268
 
269
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684 =
269
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675 =
270
270
  {};
271
271
 
272
272
  export type CreateIntegrationStoreDirectPropertiesValue = {
273
- atBRANDAt8684:
274
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684;
273
+ atBRANDAt8675:
274
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675;
275
275
  };
276
276
 
277
277
  export const CreateIntegrationStoreDirectDisabled3 = {
@@ -340,31 +340,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
340
340
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
341
341
  >;
342
342
 
343
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684 =
343
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675 =
344
344
  {};
345
345
 
346
346
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
347
347
  {
348
- atBRANDAt8684:
349
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684;
348
+ atBRANDAt8675:
349
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675;
350
350
  };
351
351
 
352
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684 =
352
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675 =
353
353
  {};
354
354
 
355
355
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
356
356
  {
357
- atBRANDAt8684:
358
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684;
357
+ atBRANDAt8675:
358
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675;
359
359
  };
360
360
 
361
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684 =
361
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675 =
362
362
  {};
363
363
 
364
364
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
365
365
  {
366
- atBRANDAt8684:
367
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684;
366
+ atBRANDAt8675:
367
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675;
368
368
  };
369
369
 
370
370
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
@@ -502,10 +502,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
502
502
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
503
503
  >;
504
504
 
505
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684 = {};
505
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675 = {};
506
506
 
507
507
  export type CreateIntegrationStoreDirectUiOptionsValue = {
508
- atBRANDAt8684: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684;
508
+ atBRANDAt8675: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675;
509
509
  };
510
510
 
511
511
  export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
@@ -556,10 +556,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
556
556
  | undefined;
557
557
  };
558
558
 
559
- export type UiOptionsAtBRANDAt8684 = {};
559
+ export type UiOptionsAtBRANDAt8675 = {};
560
560
 
561
561
  export type CreateIntegrationStoreDirectUiOptions2 = {
562
- atBRANDAt8684: UiOptionsAtBRANDAt8684;
562
+ atBRANDAt8675: UiOptionsAtBRANDAt8675;
563
563
  };
564
564
 
565
565
  export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
@@ -622,31 +622,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
622
622
  | CreateIntegrationStoreDirectUiOptions2
623
623
  | CreateIntegrationStoreDirectUiOptions3;
624
624
 
625
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684 =
625
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675 =
626
626
  {};
627
627
 
628
628
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
629
629
  {
630
- atBRANDAt8684:
631
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684;
630
+ atBRANDAt8675:
631
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675;
632
632
  };
633
633
 
634
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684 =
634
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675 =
635
635
  {};
636
636
 
637
637
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
638
638
  {
639
- atBRANDAt8684:
640
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684;
639
+ atBRANDAt8675:
640
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675;
641
641
  };
642
642
 
643
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684 =
643
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675 =
644
644
  {};
645
645
 
646
646
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
647
647
  {
648
- atBRANDAt8684:
649
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684;
648
+ atBRANDAt8675:
649
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675;
650
650
  };
651
651
 
652
652
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
@@ -789,31 +789,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
789
789
  typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
790
790
  >;
791
791
 
792
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684 =
792
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675 =
793
793
  {};
794
794
 
795
795
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength =
796
796
  {
797
- atBRANDAt8684:
798
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684;
797
+ atBRANDAt8675:
798
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675;
799
799
  };
800
800
 
801
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684 =
801
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675 =
802
802
  {};
803
803
 
804
804
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength =
805
805
  {
806
- atBRANDAt8684:
807
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684;
806
+ atBRANDAt8675:
807
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675;
808
808
  };
809
809
 
810
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684 =
810
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675 =
811
811
  {};
812
812
 
813
813
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern =
814
814
  {
815
- atBRANDAt8684:
816
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684;
815
+ atBRANDAt8675:
816
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675;
817
817
  };
818
818
 
819
819
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
@@ -1068,28 +1068,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
1068
1068
  | undefined;
1069
1069
  };
1070
1070
 
1071
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684 =
1071
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675 =
1072
1072
  {};
1073
1073
 
1074
1074
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
1075
- atBRANDAt8684:
1076
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684;
1075
+ atBRANDAt8675:
1076
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675;
1077
1077
  };
1078
1078
 
1079
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684 =
1079
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675 =
1080
1080
  {};
1081
1081
 
1082
1082
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
1083
- atBRANDAt8684:
1084
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684;
1083
+ atBRANDAt8675:
1084
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675;
1085
1085
  };
1086
1086
 
1087
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684 =
1087
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675 =
1088
1088
  {};
1089
1089
 
1090
1090
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
1091
- atBRANDAt8684:
1092
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684;
1091
+ atBRANDAt8675:
1092
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675;
1093
1093
  };
1094
1094
 
1095
1095
  export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
@@ -1592,24 +1592,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
1592
1592
  typeof CreateIntegrationStoreDirectPropertiesUiControl
1593
1593
  >;
1594
1594
 
1595
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684 =
1595
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675 =
1596
1596
  {};
1597
1597
 
1598
1598
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
1599
- atBRANDAt8684:
1600
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684;
1599
+ atBRANDAt8675:
1600
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675;
1601
1601
  };
1602
1602
 
1603
- export type PropertiesAtBRANDAt8684 = {};
1603
+ export type PropertiesAtBRANDAt8675 = {};
1604
1604
 
1605
1605
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
1606
- atBRANDAt8684: PropertiesAtBRANDAt8684;
1606
+ atBRANDAt8675: PropertiesAtBRANDAt8675;
1607
1607
  };
1608
1608
 
1609
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8684 = {};
1609
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8675 = {};
1610
1610
 
1611
1611
  export type CreateIntegrationStoreDirectPropertiesPattern = {
1612
- atBRANDAt8684: CreateIntegrationStoreDirectPropertiesAtBRANDAt8684;
1612
+ atBRANDAt8675: CreateIntegrationStoreDirectPropertiesAtBRANDAt8675;
1613
1613
  };
1614
1614
 
1615
1615
  export const CreateIntegrationStoreDirectUiReadOnly3 = {
@@ -1850,10 +1850,10 @@ export type Guides = {
1850
1850
  steps: Array<Steps>;
1851
1851
  };
1852
1852
 
1853
- export type AtBRANDAt8684 = {};
1853
+ export type AtBRANDAt8675 = {};
1854
1854
 
1855
1855
  export type CreateIntegrationStoreDirectValue = {
1856
- atBRANDAt8684: AtBRANDAt8684;
1856
+ atBRANDAt8675: AtBRANDAt8675;
1857
1857
  };
1858
1858
 
1859
1859
  export const Disabled3 = {
@@ -3065,65 +3065,65 @@ export namespace CreateIntegrationStoreDirectIntegrationsType$ {
3065
3065
  }
3066
3066
 
3067
3067
  /** @internal */
3068
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$inboundSchema:
3068
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema:
3069
3069
  z.ZodType<
3070
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684,
3070
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675,
3071
3071
  z.ZodTypeDef,
3072
3072
  unknown
3073
3073
  > = z.object({});
3074
3074
 
3075
3075
  /** @internal */
3076
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$Outbound =
3076
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$Outbound =
3077
3077
  {};
3078
3078
 
3079
3079
  /** @internal */
3080
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$outboundSchema:
3080
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema:
3081
3081
  z.ZodType<
3082
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$Outbound,
3082
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$Outbound,
3083
3083
  z.ZodTypeDef,
3084
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684
3084
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675
3085
3085
  > = z.object({});
3086
3086
 
3087
3087
  /**
3088
3088
  * @internal
3089
3089
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3090
3090
  */
3091
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$ {
3092
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$inboundSchema` instead. */
3091
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$ {
3092
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema` instead. */
3093
3093
  export const inboundSchema =
3094
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$inboundSchema;
3095
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$outboundSchema` instead. */
3094
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema;
3095
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema` instead. */
3096
3096
  export const outboundSchema =
3097
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$outboundSchema;
3098
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$Outbound` instead. */
3097
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema;
3098
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$Outbound` instead. */
3099
3099
  export type Outbound =
3100
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$Outbound;
3100
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$Outbound;
3101
3101
  }
3102
3102
 
3103
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684ToJSON(
3104
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684:
3105
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684,
3103
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675ToJSON(
3104
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675:
3105
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675,
3106
3106
  ): string {
3107
3107
  return JSON.stringify(
3108
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$outboundSchema
3108
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema
3109
3109
  .parse(
3110
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684,
3110
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675,
3111
3111
  ),
3112
3112
  );
3113
3113
  }
3114
3114
 
3115
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684FromJSON(
3115
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675FromJSON(
3116
3116
  jsonString: string,
3117
3117
  ): SafeParseResult<
3118
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684,
3118
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675,
3119
3119
  SDKValidationError
3120
3120
  > {
3121
3121
  return safeParse(
3122
3122
  jsonString,
3123
3123
  (x) =>
3124
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$inboundSchema
3124
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema
3125
3125
  .parse(JSON.parse(x)),
3126
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684' from JSON`,
3126
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675' from JSON`,
3127
3127
  );
3128
3128
  }
3129
3129
 
@@ -3134,19 +3134,19 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
3134
3134
  z.ZodTypeDef,
3135
3135
  unknown
3136
3136
  > = z.object({
3137
- "__@BRAND@8684": z.lazy(() =>
3138
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$inboundSchema
3137
+ "__@BRAND@8675": z.lazy(() =>
3138
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema
3139
3139
  ),
3140
3140
  }).transform((v) => {
3141
3141
  return remap$(v, {
3142
- "__@BRAND@8684": "atBRANDAt8684",
3142
+ "__@BRAND@8675": "atBRANDAt8675",
3143
3143
  });
3144
3144
  });
3145
3145
 
3146
3146
  /** @internal */
3147
3147
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
3148
- "__@BRAND@8684":
3149
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$Outbound;
3148
+ "__@BRAND@8675":
3149
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$Outbound;
3150
3150
  };
3151
3151
 
3152
3152
  /** @internal */
@@ -3156,12 +3156,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
3156
3156
  z.ZodTypeDef,
3157
3157
  CreateIntegrationStoreDirectPropertiesValue
3158
3158
  > = z.object({
3159
- atBRANDAt8684: z.lazy(() =>
3160
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$outboundSchema
3159
+ atBRANDAt8675: z.lazy(() =>
3160
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema
3161
3161
  ),
3162
3162
  }).transform((v) => {
3163
3163
  return remap$(v, {
3164
- atBRANDAt8684: "__@BRAND@8684",
3164
+ atBRANDAt8675: "__@BRAND@8675",
3165
3165
  });
3166
3166
  });
3167
3167
 
@@ -3673,65 +3673,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
3673
3673
  }
3674
3674
 
3675
3675
  /** @internal */
3676
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$inboundSchema:
3676
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema:
3677
3677
  z.ZodType<
3678
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684,
3678
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675,
3679
3679
  z.ZodTypeDef,
3680
3680
  unknown
3681
3681
  > = z.object({});
3682
3682
 
3683
3683
  /** @internal */
3684
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$Outbound =
3684
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$Outbound =
3685
3685
  {};
3686
3686
 
3687
3687
  /** @internal */
3688
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$outboundSchema:
3688
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema:
3689
3689
  z.ZodType<
3690
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$Outbound,
3690
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$Outbound,
3691
3691
  z.ZodTypeDef,
3692
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684
3692
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675
3693
3693
  > = z.object({});
3694
3694
 
3695
3695
  /**
3696
3696
  * @internal
3697
3697
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3698
3698
  */
3699
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$ {
3700
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$inboundSchema` instead. */
3699
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$ {
3700
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema` instead. */
3701
3701
  export const inboundSchema =
3702
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$inboundSchema;
3703
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$outboundSchema` instead. */
3702
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema;
3703
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema` instead. */
3704
3704
  export const outboundSchema =
3705
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$outboundSchema;
3706
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$Outbound` instead. */
3705
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema;
3706
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$Outbound` instead. */
3707
3707
  export type Outbound =
3708
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$Outbound;
3708
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$Outbound;
3709
3709
  }
3710
3710
 
3711
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684ToJSON(
3712
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684:
3713
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684,
3711
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675ToJSON(
3712
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675:
3713
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675,
3714
3714
  ): string {
3715
3715
  return JSON.stringify(
3716
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$outboundSchema
3716
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema
3717
3717
  .parse(
3718
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684,
3718
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675,
3719
3719
  ),
3720
3720
  );
3721
3721
  }
3722
3722
 
3723
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684FromJSON(
3723
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675FromJSON(
3724
3724
  jsonString: string,
3725
3725
  ): SafeParseResult<
3726
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684,
3726
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675,
3727
3727
  SDKValidationError
3728
3728
  > {
3729
3729
  return safeParse(
3730
3730
  jsonString,
3731
3731
  (x) =>
3732
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$inboundSchema
3732
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema
3733
3733
  .parse(JSON.parse(x)),
3734
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684' from JSON`,
3734
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675' from JSON`,
3735
3735
  );
3736
3736
  }
3737
3737
 
@@ -3742,20 +3742,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
3742
3742
  z.ZodTypeDef,
3743
3743
  unknown
3744
3744
  > = z.object({
3745
- "__@BRAND@8684": z.lazy(() =>
3746
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$inboundSchema
3745
+ "__@BRAND@8675": z.lazy(() =>
3746
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema
3747
3747
  ),
3748
3748
  }).transform((v) => {
3749
3749
  return remap$(v, {
3750
- "__@BRAND@8684": "atBRANDAt8684",
3750
+ "__@BRAND@8675": "atBRANDAt8675",
3751
3751
  });
3752
3752
  });
3753
3753
 
3754
3754
  /** @internal */
3755
3755
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
3756
3756
  {
3757
- "__@BRAND@8684":
3758
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$Outbound;
3757
+ "__@BRAND@8675":
3758
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$Outbound;
3759
3759
  };
3760
3760
 
3761
3761
  /** @internal */
@@ -3765,12 +3765,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
3765
3765
  z.ZodTypeDef,
3766
3766
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
3767
3767
  > = z.object({
3768
- atBRANDAt8684: z.lazy(() =>
3769
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$outboundSchema
3768
+ atBRANDAt8675: z.lazy(() =>
3769
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema
3770
3770
  ),
3771
3771
  }).transform((v) => {
3772
3772
  return remap$(v, {
3773
- atBRANDAt8684: "__@BRAND@8684",
3773
+ atBRANDAt8675: "__@BRAND@8675",
3774
3774
  });
3775
3775
  });
3776
3776
 
@@ -3818,65 +3818,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
3818
3818
  }
3819
3819
 
3820
3820
  /** @internal */
3821
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$inboundSchema:
3821
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema:
3822
3822
  z.ZodType<
3823
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684,
3823
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675,
3824
3824
  z.ZodTypeDef,
3825
3825
  unknown
3826
3826
  > = z.object({});
3827
3827
 
3828
3828
  /** @internal */
3829
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$Outbound =
3829
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$Outbound =
3830
3830
  {};
3831
3831
 
3832
3832
  /** @internal */
3833
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$outboundSchema:
3833
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema:
3834
3834
  z.ZodType<
3835
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$Outbound,
3835
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$Outbound,
3836
3836
  z.ZodTypeDef,
3837
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684
3837
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675
3838
3838
  > = z.object({});
3839
3839
 
3840
3840
  /**
3841
3841
  * @internal
3842
3842
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3843
3843
  */
3844
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$ {
3845
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$inboundSchema` instead. */
3844
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$ {
3845
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema` instead. */
3846
3846
  export const inboundSchema =
3847
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$inboundSchema;
3848
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$outboundSchema` instead. */
3847
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema;
3848
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema` instead. */
3849
3849
  export const outboundSchema =
3850
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$outboundSchema;
3851
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$Outbound` instead. */
3850
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema;
3851
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$Outbound` instead. */
3852
3852
  export type Outbound =
3853
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$Outbound;
3853
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$Outbound;
3854
3854
  }
3855
3855
 
3856
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684ToJSON(
3857
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684:
3858
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684,
3856
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675ToJSON(
3857
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675:
3858
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675,
3859
3859
  ): string {
3860
3860
  return JSON.stringify(
3861
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$outboundSchema
3861
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema
3862
3862
  .parse(
3863
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684,
3863
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675,
3864
3864
  ),
3865
3865
  );
3866
3866
  }
3867
3867
 
3868
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684FromJSON(
3868
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675FromJSON(
3869
3869
  jsonString: string,
3870
3870
  ): SafeParseResult<
3871
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684,
3871
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675,
3872
3872
  SDKValidationError
3873
3873
  > {
3874
3874
  return safeParse(
3875
3875
  jsonString,
3876
3876
  (x) =>
3877
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$inboundSchema
3877
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema
3878
3878
  .parse(JSON.parse(x)),
3879
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684' from JSON`,
3879
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675' from JSON`,
3880
3880
  );
3881
3881
  }
3882
3882
 
@@ -3887,20 +3887,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
3887
3887
  z.ZodTypeDef,
3888
3888
  unknown
3889
3889
  > = z.object({
3890
- "__@BRAND@8684": z.lazy(() =>
3891
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$inboundSchema
3890
+ "__@BRAND@8675": z.lazy(() =>
3891
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema
3892
3892
  ),
3893
3893
  }).transform((v) => {
3894
3894
  return remap$(v, {
3895
- "__@BRAND@8684": "atBRANDAt8684",
3895
+ "__@BRAND@8675": "atBRANDAt8675",
3896
3896
  });
3897
3897
  });
3898
3898
 
3899
3899
  /** @internal */
3900
3900
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
3901
3901
  {
3902
- "__@BRAND@8684":
3903
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$Outbound;
3902
+ "__@BRAND@8675":
3903
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$Outbound;
3904
3904
  };
3905
3905
 
3906
3906
  /** @internal */
@@ -3910,12 +3910,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
3910
3910
  z.ZodTypeDef,
3911
3911
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
3912
3912
  > = z.object({
3913
- atBRANDAt8684: z.lazy(() =>
3914
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$outboundSchema
3913
+ atBRANDAt8675: z.lazy(() =>
3914
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema
3915
3915
  ),
3916
3916
  }).transform((v) => {
3917
3917
  return remap$(v, {
3918
- atBRANDAt8684: "__@BRAND@8684",
3918
+ atBRANDAt8675: "__@BRAND@8675",
3919
3919
  });
3920
3920
  });
3921
3921
 
@@ -3963,65 +3963,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
3963
3963
  }
3964
3964
 
3965
3965
  /** @internal */
3966
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$inboundSchema:
3966
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema:
3967
3967
  z.ZodType<
3968
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684,
3968
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675,
3969
3969
  z.ZodTypeDef,
3970
3970
  unknown
3971
3971
  > = z.object({});
3972
3972
 
3973
3973
  /** @internal */
3974
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$Outbound =
3974
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$Outbound =
3975
3975
  {};
3976
3976
 
3977
3977
  /** @internal */
3978
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$outboundSchema:
3978
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema:
3979
3979
  z.ZodType<
3980
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$Outbound,
3980
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$Outbound,
3981
3981
  z.ZodTypeDef,
3982
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684
3982
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675
3983
3983
  > = z.object({});
3984
3984
 
3985
3985
  /**
3986
3986
  * @internal
3987
3987
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3988
3988
  */
3989
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$ {
3990
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$inboundSchema` instead. */
3989
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$ {
3990
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema` instead. */
3991
3991
  export const inboundSchema =
3992
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$inboundSchema;
3993
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$outboundSchema` instead. */
3992
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema;
3993
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema` instead. */
3994
3994
  export const outboundSchema =
3995
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$outboundSchema;
3996
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$Outbound` instead. */
3995
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema;
3996
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$Outbound` instead. */
3997
3997
  export type Outbound =
3998
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$Outbound;
3998
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$Outbound;
3999
3999
  }
4000
4000
 
4001
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684ToJSON(
4002
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684:
4003
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684,
4001
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675ToJSON(
4002
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675:
4003
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675,
4004
4004
  ): string {
4005
4005
  return JSON.stringify(
4006
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$outboundSchema
4006
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema
4007
4007
  .parse(
4008
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684,
4008
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675,
4009
4009
  ),
4010
4010
  );
4011
4011
  }
4012
4012
 
4013
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684FromJSON(
4013
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675FromJSON(
4014
4014
  jsonString: string,
4015
4015
  ): SafeParseResult<
4016
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684,
4016
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675,
4017
4017
  SDKValidationError
4018
4018
  > {
4019
4019
  return safeParse(
4020
4020
  jsonString,
4021
4021
  (x) =>
4022
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$inboundSchema
4022
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema
4023
4023
  .parse(JSON.parse(x)),
4024
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684' from JSON`,
4024
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675' from JSON`,
4025
4025
  );
4026
4026
  }
4027
4027
 
@@ -4032,20 +4032,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
4032
4032
  z.ZodTypeDef,
4033
4033
  unknown
4034
4034
  > = z.object({
4035
- "__@BRAND@8684": z.lazy(() =>
4036
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$inboundSchema
4035
+ "__@BRAND@8675": z.lazy(() =>
4036
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema
4037
4037
  ),
4038
4038
  }).transform((v) => {
4039
4039
  return remap$(v, {
4040
- "__@BRAND@8684": "atBRANDAt8684",
4040
+ "__@BRAND@8675": "atBRANDAt8675",
4041
4041
  });
4042
4042
  });
4043
4043
 
4044
4044
  /** @internal */
4045
4045
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
4046
4046
  {
4047
- "__@BRAND@8684":
4048
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$Outbound;
4047
+ "__@BRAND@8675":
4048
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$Outbound;
4049
4049
  };
4050
4050
 
4051
4051
  /** @internal */
@@ -4055,12 +4055,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
4055
4055
  z.ZodTypeDef,
4056
4056
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
4057
4057
  > = z.object({
4058
- atBRANDAt8684: z.lazy(() =>
4059
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$outboundSchema
4058
+ atBRANDAt8675: z.lazy(() =>
4059
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema
4060
4060
  ),
4061
4061
  }).transform((v) => {
4062
4062
  return remap$(v, {
4063
- atBRANDAt8684: "__@BRAND@8684",
4063
+ atBRANDAt8675: "__@BRAND@8675",
4064
4064
  });
4065
4065
  });
4066
4066
 
@@ -5116,64 +5116,64 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
5116
5116
  }
5117
5117
 
5118
5118
  /** @internal */
5119
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$inboundSchema:
5119
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema:
5120
5120
  z.ZodType<
5121
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684,
5121
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675,
5122
5122
  z.ZodTypeDef,
5123
5123
  unknown
5124
5124
  > = z.object({});
5125
5125
 
5126
5126
  /** @internal */
5127
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$Outbound = {};
5127
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$Outbound = {};
5128
5128
 
5129
5129
  /** @internal */
5130
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$outboundSchema:
5130
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema:
5131
5131
  z.ZodType<
5132
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$Outbound,
5132
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$Outbound,
5133
5133
  z.ZodTypeDef,
5134
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684
5134
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675
5135
5135
  > = z.object({});
5136
5136
 
5137
5137
  /**
5138
5138
  * @internal
5139
5139
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5140
5140
  */
5141
- export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$ {
5142
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$inboundSchema` instead. */
5141
+ export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$ {
5142
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema` instead. */
5143
5143
  export const inboundSchema =
5144
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$inboundSchema;
5145
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$outboundSchema` instead. */
5144
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema;
5145
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema` instead. */
5146
5146
  export const outboundSchema =
5147
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$outboundSchema;
5148
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$Outbound` instead. */
5147
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema;
5148
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$Outbound` instead. */
5149
5149
  export type Outbound =
5150
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$Outbound;
5150
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$Outbound;
5151
5151
  }
5152
5152
 
5153
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8684ToJSON(
5154
- createIntegrationStoreDirectUiOptionsAtBRANDAt8684:
5155
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684,
5153
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8675ToJSON(
5154
+ createIntegrationStoreDirectUiOptionsAtBRANDAt8675:
5155
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675,
5156
5156
  ): string {
5157
5157
  return JSON.stringify(
5158
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$outboundSchema.parse(
5159
- createIntegrationStoreDirectUiOptionsAtBRANDAt8684,
5158
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema.parse(
5159
+ createIntegrationStoreDirectUiOptionsAtBRANDAt8675,
5160
5160
  ),
5161
5161
  );
5162
5162
  }
5163
5163
 
5164
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8684FromJSON(
5164
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8675FromJSON(
5165
5165
  jsonString: string,
5166
5166
  ): SafeParseResult<
5167
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684,
5167
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675,
5168
5168
  SDKValidationError
5169
5169
  > {
5170
5170
  return safeParse(
5171
5171
  jsonString,
5172
5172
  (x) =>
5173
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$inboundSchema.parse(
5173
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema.parse(
5174
5174
  JSON.parse(x),
5175
5175
  ),
5176
- `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684' from JSON`,
5176
+ `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675' from JSON`,
5177
5177
  );
5178
5178
  }
5179
5179
 
@@ -5181,18 +5181,18 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8684FromJSON(
5181
5181
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
5182
5182
  z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
5183
5183
  z.object({
5184
- "__@BRAND@8684": z.lazy(() =>
5185
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$inboundSchema
5184
+ "__@BRAND@8675": z.lazy(() =>
5185
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema
5186
5186
  ),
5187
5187
  }).transform((v) => {
5188
5188
  return remap$(v, {
5189
- "__@BRAND@8684": "atBRANDAt8684",
5189
+ "__@BRAND@8675": "atBRANDAt8675",
5190
5190
  });
5191
5191
  });
5192
5192
 
5193
5193
  /** @internal */
5194
5194
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
5195
- "__@BRAND@8684": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$Outbound;
5195
+ "__@BRAND@8675": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$Outbound;
5196
5196
  };
5197
5197
 
5198
5198
  /** @internal */
@@ -5202,12 +5202,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
5202
5202
  z.ZodTypeDef,
5203
5203
  CreateIntegrationStoreDirectUiOptionsValue
5204
5204
  > = z.object({
5205
- atBRANDAt8684: z.lazy(() =>
5206
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$outboundSchema
5205
+ atBRANDAt8675: z.lazy(() =>
5206
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema
5207
5207
  ),
5208
5208
  }).transform((v) => {
5209
5209
  return remap$(v, {
5210
- atBRANDAt8684: "__@BRAND@8684",
5210
+ atBRANDAt8675: "__@BRAND@8675",
5211
5211
  });
5212
5212
  });
5213
5213
 
@@ -5691,50 +5691,50 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
5691
5691
  }
5692
5692
 
5693
5693
  /** @internal */
5694
- export const UiOptionsAtBRANDAt8684$inboundSchema: z.ZodType<
5695
- UiOptionsAtBRANDAt8684,
5694
+ export const UiOptionsAtBRANDAt8675$inboundSchema: z.ZodType<
5695
+ UiOptionsAtBRANDAt8675,
5696
5696
  z.ZodTypeDef,
5697
5697
  unknown
5698
5698
  > = z.object({});
5699
5699
 
5700
5700
  /** @internal */
5701
- export type UiOptionsAtBRANDAt8684$Outbound = {};
5701
+ export type UiOptionsAtBRANDAt8675$Outbound = {};
5702
5702
 
5703
5703
  /** @internal */
5704
- export const UiOptionsAtBRANDAt8684$outboundSchema: z.ZodType<
5705
- UiOptionsAtBRANDAt8684$Outbound,
5704
+ export const UiOptionsAtBRANDAt8675$outboundSchema: z.ZodType<
5705
+ UiOptionsAtBRANDAt8675$Outbound,
5706
5706
  z.ZodTypeDef,
5707
- UiOptionsAtBRANDAt8684
5707
+ UiOptionsAtBRANDAt8675
5708
5708
  > = z.object({});
5709
5709
 
5710
5710
  /**
5711
5711
  * @internal
5712
5712
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5713
5713
  */
5714
- export namespace UiOptionsAtBRANDAt8684$ {
5715
- /** @deprecated use `UiOptionsAtBRANDAt8684$inboundSchema` instead. */
5716
- export const inboundSchema = UiOptionsAtBRANDAt8684$inboundSchema;
5717
- /** @deprecated use `UiOptionsAtBRANDAt8684$outboundSchema` instead. */
5718
- export const outboundSchema = UiOptionsAtBRANDAt8684$outboundSchema;
5719
- /** @deprecated use `UiOptionsAtBRANDAt8684$Outbound` instead. */
5720
- export type Outbound = UiOptionsAtBRANDAt8684$Outbound;
5714
+ export namespace UiOptionsAtBRANDAt8675$ {
5715
+ /** @deprecated use `UiOptionsAtBRANDAt8675$inboundSchema` instead. */
5716
+ export const inboundSchema = UiOptionsAtBRANDAt8675$inboundSchema;
5717
+ /** @deprecated use `UiOptionsAtBRANDAt8675$outboundSchema` instead. */
5718
+ export const outboundSchema = UiOptionsAtBRANDAt8675$outboundSchema;
5719
+ /** @deprecated use `UiOptionsAtBRANDAt8675$Outbound` instead. */
5720
+ export type Outbound = UiOptionsAtBRANDAt8675$Outbound;
5721
5721
  }
5722
5722
 
5723
- export function uiOptionsAtBRANDAt8684ToJSON(
5724
- uiOptionsAtBRANDAt8684: UiOptionsAtBRANDAt8684,
5723
+ export function uiOptionsAtBRANDAt8675ToJSON(
5724
+ uiOptionsAtBRANDAt8675: UiOptionsAtBRANDAt8675,
5725
5725
  ): string {
5726
5726
  return JSON.stringify(
5727
- UiOptionsAtBRANDAt8684$outboundSchema.parse(uiOptionsAtBRANDAt8684),
5727
+ UiOptionsAtBRANDAt8675$outboundSchema.parse(uiOptionsAtBRANDAt8675),
5728
5728
  );
5729
5729
  }
5730
5730
 
5731
- export function uiOptionsAtBRANDAt8684FromJSON(
5731
+ export function uiOptionsAtBRANDAt8675FromJSON(
5732
5732
  jsonString: string,
5733
- ): SafeParseResult<UiOptionsAtBRANDAt8684, SDKValidationError> {
5733
+ ): SafeParseResult<UiOptionsAtBRANDAt8675, SDKValidationError> {
5734
5734
  return safeParse(
5735
5735
  jsonString,
5736
- (x) => UiOptionsAtBRANDAt8684$inboundSchema.parse(JSON.parse(x)),
5737
- `Failed to parse 'UiOptionsAtBRANDAt8684' from JSON`,
5736
+ (x) => UiOptionsAtBRANDAt8675$inboundSchema.parse(JSON.parse(x)),
5737
+ `Failed to parse 'UiOptionsAtBRANDAt8675' from JSON`,
5738
5738
  );
5739
5739
  }
5740
5740
 
@@ -5744,16 +5744,16 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
5744
5744
  z.ZodTypeDef,
5745
5745
  unknown
5746
5746
  > = z.object({
5747
- "__@BRAND@8684": z.lazy(() => UiOptionsAtBRANDAt8684$inboundSchema),
5747
+ "__@BRAND@8675": z.lazy(() => UiOptionsAtBRANDAt8675$inboundSchema),
5748
5748
  }).transform((v) => {
5749
5749
  return remap$(v, {
5750
- "__@BRAND@8684": "atBRANDAt8684",
5750
+ "__@BRAND@8675": "atBRANDAt8675",
5751
5751
  });
5752
5752
  });
5753
5753
 
5754
5754
  /** @internal */
5755
5755
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
5756
- "__@BRAND@8684": UiOptionsAtBRANDAt8684$Outbound;
5756
+ "__@BRAND@8675": UiOptionsAtBRANDAt8675$Outbound;
5757
5757
  };
5758
5758
 
5759
5759
  /** @internal */
@@ -5762,10 +5762,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
5762
5762
  z.ZodTypeDef,
5763
5763
  CreateIntegrationStoreDirectUiOptions2
5764
5764
  > = z.object({
5765
- atBRANDAt8684: z.lazy(() => UiOptionsAtBRANDAt8684$outboundSchema),
5765
+ atBRANDAt8675: z.lazy(() => UiOptionsAtBRANDAt8675$outboundSchema),
5766
5766
  }).transform((v) => {
5767
5767
  return remap$(v, {
5768
- atBRANDAt8684: "__@BRAND@8684",
5768
+ atBRANDAt8675: "__@BRAND@8675",
5769
5769
  });
5770
5770
  });
5771
5771
 
@@ -6327,65 +6327,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
6327
6327
  }
6328
6328
 
6329
6329
  /** @internal */
6330
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$inboundSchema:
6330
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema:
6331
6331
  z.ZodType<
6332
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684,
6332
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675,
6333
6333
  z.ZodTypeDef,
6334
6334
  unknown
6335
6335
  > = z.object({});
6336
6336
 
6337
6337
  /** @internal */
6338
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$Outbound =
6338
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$Outbound =
6339
6339
  {};
6340
6340
 
6341
6341
  /** @internal */
6342
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$outboundSchema:
6342
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema:
6343
6343
  z.ZodType<
6344
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$Outbound,
6344
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$Outbound,
6345
6345
  z.ZodTypeDef,
6346
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684
6346
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675
6347
6347
  > = z.object({});
6348
6348
 
6349
6349
  /**
6350
6350
  * @internal
6351
6351
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6352
6352
  */
6353
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$ {
6354
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$inboundSchema` instead. */
6353
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$ {
6354
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema` instead. */
6355
6355
  export const inboundSchema =
6356
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$inboundSchema;
6357
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$outboundSchema` instead. */
6356
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema;
6357
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema` instead. */
6358
6358
  export const outboundSchema =
6359
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$outboundSchema;
6360
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$Outbound` instead. */
6359
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema;
6360
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$Outbound` instead. */
6361
6361
  export type Outbound =
6362
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$Outbound;
6362
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$Outbound;
6363
6363
  }
6364
6364
 
6365
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684ToJSON(
6366
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684:
6367
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684,
6365
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675ToJSON(
6366
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675:
6367
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675,
6368
6368
  ): string {
6369
6369
  return JSON.stringify(
6370
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$outboundSchema
6370
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema
6371
6371
  .parse(
6372
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684,
6372
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675,
6373
6373
  ),
6374
6374
  );
6375
6375
  }
6376
6376
 
6377
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684FromJSON(
6377
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675FromJSON(
6378
6378
  jsonString: string,
6379
6379
  ): SafeParseResult<
6380
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684,
6380
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675,
6381
6381
  SDKValidationError
6382
6382
  > {
6383
6383
  return safeParse(
6384
6384
  jsonString,
6385
6385
  (x) =>
6386
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$inboundSchema
6386
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema
6387
6387
  .parse(JSON.parse(x)),
6388
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684' from JSON`,
6388
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675' from JSON`,
6389
6389
  );
6390
6390
  }
6391
6391
 
@@ -6396,20 +6396,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
6396
6396
  z.ZodTypeDef,
6397
6397
  unknown
6398
6398
  > = z.object({
6399
- "__@BRAND@8684": z.lazy(() =>
6400
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$inboundSchema
6399
+ "__@BRAND@8675": z.lazy(() =>
6400
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema
6401
6401
  ),
6402
6402
  }).transform((v) => {
6403
6403
  return remap$(v, {
6404
- "__@BRAND@8684": "atBRANDAt8684",
6404
+ "__@BRAND@8675": "atBRANDAt8675",
6405
6405
  });
6406
6406
  });
6407
6407
 
6408
6408
  /** @internal */
6409
6409
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
6410
6410
  {
6411
- "__@BRAND@8684":
6412
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$Outbound;
6411
+ "__@BRAND@8675":
6412
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$Outbound;
6413
6413
  };
6414
6414
 
6415
6415
  /** @internal */
@@ -6419,12 +6419,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
6419
6419
  z.ZodTypeDef,
6420
6420
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
6421
6421
  > = z.object({
6422
- atBRANDAt8684: z.lazy(() =>
6423
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$outboundSchema
6422
+ atBRANDAt8675: z.lazy(() =>
6423
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema
6424
6424
  ),
6425
6425
  }).transform((v) => {
6426
6426
  return remap$(v, {
6427
- atBRANDAt8684: "__@BRAND@8684",
6427
+ atBRANDAt8675: "__@BRAND@8675",
6428
6428
  });
6429
6429
  });
6430
6430
 
@@ -6472,65 +6472,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
6472
6472
  }
6473
6473
 
6474
6474
  /** @internal */
6475
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$inboundSchema:
6475
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema:
6476
6476
  z.ZodType<
6477
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684,
6477
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675,
6478
6478
  z.ZodTypeDef,
6479
6479
  unknown
6480
6480
  > = z.object({});
6481
6481
 
6482
6482
  /** @internal */
6483
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$Outbound =
6483
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$Outbound =
6484
6484
  {};
6485
6485
 
6486
6486
  /** @internal */
6487
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$outboundSchema:
6487
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema:
6488
6488
  z.ZodType<
6489
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$Outbound,
6489
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$Outbound,
6490
6490
  z.ZodTypeDef,
6491
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684
6491
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675
6492
6492
  > = z.object({});
6493
6493
 
6494
6494
  /**
6495
6495
  * @internal
6496
6496
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6497
6497
  */
6498
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$ {
6499
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$inboundSchema` instead. */
6498
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$ {
6499
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema` instead. */
6500
6500
  export const inboundSchema =
6501
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$inboundSchema;
6502
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$outboundSchema` instead. */
6501
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema;
6502
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema` instead. */
6503
6503
  export const outboundSchema =
6504
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$outboundSchema;
6505
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$Outbound` instead. */
6504
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema;
6505
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$Outbound` instead. */
6506
6506
  export type Outbound =
6507
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$Outbound;
6507
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$Outbound;
6508
6508
  }
6509
6509
 
6510
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684ToJSON(
6511
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684:
6512
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684,
6510
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675ToJSON(
6511
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675:
6512
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675,
6513
6513
  ): string {
6514
6514
  return JSON.stringify(
6515
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$outboundSchema
6515
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema
6516
6516
  .parse(
6517
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684,
6517
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675,
6518
6518
  ),
6519
6519
  );
6520
6520
  }
6521
6521
 
6522
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684FromJSON(
6522
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675FromJSON(
6523
6523
  jsonString: string,
6524
6524
  ): SafeParseResult<
6525
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684,
6525
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675,
6526
6526
  SDKValidationError
6527
6527
  > {
6528
6528
  return safeParse(
6529
6529
  jsonString,
6530
6530
  (x) =>
6531
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$inboundSchema
6531
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema
6532
6532
  .parse(JSON.parse(x)),
6533
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684' from JSON`,
6533
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675' from JSON`,
6534
6534
  );
6535
6535
  }
6536
6536
 
@@ -6541,20 +6541,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
6541
6541
  z.ZodTypeDef,
6542
6542
  unknown
6543
6543
  > = z.object({
6544
- "__@BRAND@8684": z.lazy(() =>
6545
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$inboundSchema
6544
+ "__@BRAND@8675": z.lazy(() =>
6545
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema
6546
6546
  ),
6547
6547
  }).transform((v) => {
6548
6548
  return remap$(v, {
6549
- "__@BRAND@8684": "atBRANDAt8684",
6549
+ "__@BRAND@8675": "atBRANDAt8675",
6550
6550
  });
6551
6551
  });
6552
6552
 
6553
6553
  /** @internal */
6554
6554
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
6555
6555
  {
6556
- "__@BRAND@8684":
6557
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$Outbound;
6556
+ "__@BRAND@8675":
6557
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$Outbound;
6558
6558
  };
6559
6559
 
6560
6560
  /** @internal */
@@ -6564,12 +6564,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
6564
6564
  z.ZodTypeDef,
6565
6565
  CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
6566
6566
  > = z.object({
6567
- atBRANDAt8684: z.lazy(() =>
6568
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$outboundSchema
6567
+ atBRANDAt8675: z.lazy(() =>
6568
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema
6569
6569
  ),
6570
6570
  }).transform((v) => {
6571
6571
  return remap$(v, {
6572
- atBRANDAt8684: "__@BRAND@8684",
6572
+ atBRANDAt8675: "__@BRAND@8675",
6573
6573
  });
6574
6574
  });
6575
6575
 
@@ -6617,65 +6617,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
6617
6617
  }
6618
6618
 
6619
6619
  /** @internal */
6620
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$inboundSchema:
6620
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema:
6621
6621
  z.ZodType<
6622
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684,
6622
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675,
6623
6623
  z.ZodTypeDef,
6624
6624
  unknown
6625
6625
  > = z.object({});
6626
6626
 
6627
6627
  /** @internal */
6628
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$Outbound =
6628
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$Outbound =
6629
6629
  {};
6630
6630
 
6631
6631
  /** @internal */
6632
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$outboundSchema:
6632
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema:
6633
6633
  z.ZodType<
6634
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$Outbound,
6634
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$Outbound,
6635
6635
  z.ZodTypeDef,
6636
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684
6636
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675
6637
6637
  > = z.object({});
6638
6638
 
6639
6639
  /**
6640
6640
  * @internal
6641
6641
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6642
6642
  */
6643
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$ {
6644
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$inboundSchema` instead. */
6643
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$ {
6644
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema` instead. */
6645
6645
  export const inboundSchema =
6646
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$inboundSchema;
6647
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$outboundSchema` instead. */
6646
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema;
6647
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema` instead. */
6648
6648
  export const outboundSchema =
6649
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$outboundSchema;
6650
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$Outbound` instead. */
6649
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema;
6650
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$Outbound` instead. */
6651
6651
  export type Outbound =
6652
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$Outbound;
6652
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$Outbound;
6653
6653
  }
6654
6654
 
6655
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684ToJSON(
6656
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684:
6657
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684,
6655
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675ToJSON(
6656
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675:
6657
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675,
6658
6658
  ): string {
6659
6659
  return JSON.stringify(
6660
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$outboundSchema
6660
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema
6661
6661
  .parse(
6662
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684,
6662
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675,
6663
6663
  ),
6664
6664
  );
6665
6665
  }
6666
6666
 
6667
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684FromJSON(
6667
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675FromJSON(
6668
6668
  jsonString: string,
6669
6669
  ): SafeParseResult<
6670
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684,
6670
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675,
6671
6671
  SDKValidationError
6672
6672
  > {
6673
6673
  return safeParse(
6674
6674
  jsonString,
6675
6675
  (x) =>
6676
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$inboundSchema
6676
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema
6677
6677
  .parse(JSON.parse(x)),
6678
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684' from JSON`,
6678
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675' from JSON`,
6679
6679
  );
6680
6680
  }
6681
6681
 
@@ -6686,20 +6686,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
6686
6686
  z.ZodTypeDef,
6687
6687
  unknown
6688
6688
  > = z.object({
6689
- "__@BRAND@8684": z.lazy(() =>
6690
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$inboundSchema
6689
+ "__@BRAND@8675": z.lazy(() =>
6690
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema
6691
6691
  ),
6692
6692
  }).transform((v) => {
6693
6693
  return remap$(v, {
6694
- "__@BRAND@8684": "atBRANDAt8684",
6694
+ "__@BRAND@8675": "atBRANDAt8675",
6695
6695
  });
6696
6696
  });
6697
6697
 
6698
6698
  /** @internal */
6699
6699
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
6700
6700
  {
6701
- "__@BRAND@8684":
6702
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$Outbound;
6701
+ "__@BRAND@8675":
6702
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$Outbound;
6703
6703
  };
6704
6704
 
6705
6705
  /** @internal */
@@ -6709,12 +6709,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
6709
6709
  z.ZodTypeDef,
6710
6710
  CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
6711
6711
  > = z.object({
6712
- atBRANDAt8684: z.lazy(() =>
6713
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$outboundSchema
6712
+ atBRANDAt8675: z.lazy(() =>
6713
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema
6714
6714
  ),
6715
6715
  }).transform((v) => {
6716
6716
  return remap$(v, {
6717
- atBRANDAt8684: "__@BRAND@8684",
6717
+ atBRANDAt8675: "__@BRAND@8675",
6718
6718
  });
6719
6719
  });
6720
6720
 
@@ -7789,65 +7789,65 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
7789
7789
  }
7790
7790
 
7791
7791
  /** @internal */
7792
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$inboundSchema:
7792
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema:
7793
7793
  z.ZodType<
7794
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684,
7794
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675,
7795
7795
  z.ZodTypeDef,
7796
7796
  unknown
7797
7797
  > = z.object({});
7798
7798
 
7799
7799
  /** @internal */
7800
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$Outbound =
7800
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$Outbound =
7801
7801
  {};
7802
7802
 
7803
7803
  /** @internal */
7804
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$outboundSchema:
7804
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema:
7805
7805
  z.ZodType<
7806
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$Outbound,
7806
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$Outbound,
7807
7807
  z.ZodTypeDef,
7808
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684
7808
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675
7809
7809
  > = z.object({});
7810
7810
 
7811
7811
  /**
7812
7812
  * @internal
7813
7813
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7814
7814
  */
7815
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$ {
7816
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$inboundSchema` instead. */
7815
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$ {
7816
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema` instead. */
7817
7817
  export const inboundSchema =
7818
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$inboundSchema;
7819
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$outboundSchema` instead. */
7818
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema;
7819
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema` instead. */
7820
7820
  export const outboundSchema =
7821
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$outboundSchema;
7822
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$Outbound` instead. */
7821
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema;
7822
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$Outbound` instead. */
7823
7823
  export type Outbound =
7824
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$Outbound;
7824
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$Outbound;
7825
7825
  }
7826
7826
 
7827
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684ToJSON(
7828
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684:
7829
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684,
7827
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675ToJSON(
7828
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675:
7829
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675,
7830
7830
  ): string {
7831
7831
  return JSON.stringify(
7832
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$outboundSchema
7832
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema
7833
7833
  .parse(
7834
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684,
7834
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675,
7835
7835
  ),
7836
7836
  );
7837
7837
  }
7838
7838
 
7839
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684FromJSON(
7839
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675FromJSON(
7840
7840
  jsonString: string,
7841
7841
  ): SafeParseResult<
7842
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684,
7842
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675,
7843
7843
  SDKValidationError
7844
7844
  > {
7845
7845
  return safeParse(
7846
7846
  jsonString,
7847
7847
  (x) =>
7848
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$inboundSchema
7848
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema
7849
7849
  .parse(JSON.parse(x)),
7850
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684' from JSON`,
7850
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675' from JSON`,
7851
7851
  );
7852
7852
  }
7853
7853
 
@@ -7858,20 +7858,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7858
7858
  z.ZodTypeDef,
7859
7859
  unknown
7860
7860
  > = z.object({
7861
- "__@BRAND@8684": z.lazy(() =>
7862
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$inboundSchema
7861
+ "__@BRAND@8675": z.lazy(() =>
7862
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema
7863
7863
  ),
7864
7864
  }).transform((v) => {
7865
7865
  return remap$(v, {
7866
- "__@BRAND@8684": "atBRANDAt8684",
7866
+ "__@BRAND@8675": "atBRANDAt8675",
7867
7867
  });
7868
7868
  });
7869
7869
 
7870
7870
  /** @internal */
7871
7871
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound =
7872
7872
  {
7873
- "__@BRAND@8684":
7874
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$Outbound;
7873
+ "__@BRAND@8675":
7874
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$Outbound;
7875
7875
  };
7876
7876
 
7877
7877
  /** @internal */
@@ -7881,12 +7881,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
7881
7881
  z.ZodTypeDef,
7882
7882
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
7883
7883
  > = z.object({
7884
- atBRANDAt8684: z.lazy(() =>
7885
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$outboundSchema
7884
+ atBRANDAt8675: z.lazy(() =>
7885
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema
7886
7886
  ),
7887
7887
  }).transform((v) => {
7888
7888
  return remap$(v, {
7889
- atBRANDAt8684: "__@BRAND@8684",
7889
+ atBRANDAt8675: "__@BRAND@8675",
7890
7890
  });
7891
7891
  });
7892
7892
 
@@ -7934,65 +7934,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
7934
7934
  }
7935
7935
 
7936
7936
  /** @internal */
7937
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$inboundSchema:
7937
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema:
7938
7938
  z.ZodType<
7939
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684,
7939
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675,
7940
7940
  z.ZodTypeDef,
7941
7941
  unknown
7942
7942
  > = z.object({});
7943
7943
 
7944
7944
  /** @internal */
7945
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$Outbound =
7945
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$Outbound =
7946
7946
  {};
7947
7947
 
7948
7948
  /** @internal */
7949
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$outboundSchema:
7949
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema:
7950
7950
  z.ZodType<
7951
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$Outbound,
7951
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$Outbound,
7952
7952
  z.ZodTypeDef,
7953
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684
7953
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675
7954
7954
  > = z.object({});
7955
7955
 
7956
7956
  /**
7957
7957
  * @internal
7958
7958
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
7959
7959
  */
7960
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$ {
7961
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$inboundSchema` instead. */
7960
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$ {
7961
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema` instead. */
7962
7962
  export const inboundSchema =
7963
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$inboundSchema;
7964
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$outboundSchema` instead. */
7963
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema;
7964
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema` instead. */
7965
7965
  export const outboundSchema =
7966
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$outboundSchema;
7967
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$Outbound` instead. */
7966
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema;
7967
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$Outbound` instead. */
7968
7968
  export type Outbound =
7969
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$Outbound;
7969
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$Outbound;
7970
7970
  }
7971
7971
 
7972
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684ToJSON(
7973
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684:
7974
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684,
7972
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675ToJSON(
7973
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675:
7974
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675,
7975
7975
  ): string {
7976
7976
  return JSON.stringify(
7977
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$outboundSchema
7977
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema
7978
7978
  .parse(
7979
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684,
7979
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675,
7980
7980
  ),
7981
7981
  );
7982
7982
  }
7983
7983
 
7984
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684FromJSON(
7984
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675FromJSON(
7985
7985
  jsonString: string,
7986
7986
  ): SafeParseResult<
7987
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684,
7987
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675,
7988
7988
  SDKValidationError
7989
7989
  > {
7990
7990
  return safeParse(
7991
7991
  jsonString,
7992
7992
  (x) =>
7993
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$inboundSchema
7993
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema
7994
7994
  .parse(JSON.parse(x)),
7995
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684' from JSON`,
7995
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675' from JSON`,
7996
7996
  );
7997
7997
  }
7998
7998
 
@@ -8003,20 +8003,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
8003
8003
  z.ZodTypeDef,
8004
8004
  unknown
8005
8005
  > = z.object({
8006
- "__@BRAND@8684": z.lazy(() =>
8007
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$inboundSchema
8006
+ "__@BRAND@8675": z.lazy(() =>
8007
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema
8008
8008
  ),
8009
8009
  }).transform((v) => {
8010
8010
  return remap$(v, {
8011
- "__@BRAND@8684": "atBRANDAt8684",
8011
+ "__@BRAND@8675": "atBRANDAt8675",
8012
8012
  });
8013
8013
  });
8014
8014
 
8015
8015
  /** @internal */
8016
8016
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound =
8017
8017
  {
8018
- "__@BRAND@8684":
8019
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$Outbound;
8018
+ "__@BRAND@8675":
8019
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$Outbound;
8020
8020
  };
8021
8021
 
8022
8022
  /** @internal */
@@ -8026,12 +8026,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
8026
8026
  z.ZodTypeDef,
8027
8027
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
8028
8028
  > = z.object({
8029
- atBRANDAt8684: z.lazy(() =>
8030
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$outboundSchema
8029
+ atBRANDAt8675: z.lazy(() =>
8030
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema
8031
8031
  ),
8032
8032
  }).transform((v) => {
8033
8033
  return remap$(v, {
8034
- atBRANDAt8684: "__@BRAND@8684",
8034
+ atBRANDAt8675: "__@BRAND@8675",
8035
8035
  });
8036
8036
  });
8037
8037
 
@@ -8079,65 +8079,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
8079
8079
  }
8080
8080
 
8081
8081
  /** @internal */
8082
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$inboundSchema:
8082
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema:
8083
8083
  z.ZodType<
8084
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684,
8084
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675,
8085
8085
  z.ZodTypeDef,
8086
8086
  unknown
8087
8087
  > = z.object({});
8088
8088
 
8089
8089
  /** @internal */
8090
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$Outbound =
8090
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$Outbound =
8091
8091
  {};
8092
8092
 
8093
8093
  /** @internal */
8094
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$outboundSchema:
8094
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema:
8095
8095
  z.ZodType<
8096
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$Outbound,
8096
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$Outbound,
8097
8097
  z.ZodTypeDef,
8098
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684
8098
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675
8099
8099
  > = z.object({});
8100
8100
 
8101
8101
  /**
8102
8102
  * @internal
8103
8103
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
8104
8104
  */
8105
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$ {
8106
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$inboundSchema` instead. */
8105
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$ {
8106
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema` instead. */
8107
8107
  export const inboundSchema =
8108
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$inboundSchema;
8109
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$outboundSchema` instead. */
8108
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema;
8109
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema` instead. */
8110
8110
  export const outboundSchema =
8111
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$outboundSchema;
8112
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$Outbound` instead. */
8111
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema;
8112
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$Outbound` instead. */
8113
8113
  export type Outbound =
8114
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$Outbound;
8114
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$Outbound;
8115
8115
  }
8116
8116
 
8117
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684ToJSON(
8118
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684:
8119
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684,
8117
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675ToJSON(
8118
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675:
8119
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675,
8120
8120
  ): string {
8121
8121
  return JSON.stringify(
8122
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$outboundSchema
8122
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema
8123
8123
  .parse(
8124
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684,
8124
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675,
8125
8125
  ),
8126
8126
  );
8127
8127
  }
8128
8128
 
8129
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684FromJSON(
8129
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675FromJSON(
8130
8130
  jsonString: string,
8131
8131
  ): SafeParseResult<
8132
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684,
8132
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675,
8133
8133
  SDKValidationError
8134
8134
  > {
8135
8135
  return safeParse(
8136
8136
  jsonString,
8137
8137
  (x) =>
8138
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$inboundSchema
8138
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema
8139
8139
  .parse(JSON.parse(x)),
8140
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684' from JSON`,
8140
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675' from JSON`,
8141
8141
  );
8142
8142
  }
8143
8143
 
@@ -8148,20 +8148,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
8148
8148
  z.ZodTypeDef,
8149
8149
  unknown
8150
8150
  > = z.object({
8151
- "__@BRAND@8684": z.lazy(() =>
8152
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$inboundSchema
8151
+ "__@BRAND@8675": z.lazy(() =>
8152
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema
8153
8153
  ),
8154
8154
  }).transform((v) => {
8155
8155
  return remap$(v, {
8156
- "__@BRAND@8684": "atBRANDAt8684",
8156
+ "__@BRAND@8675": "atBRANDAt8675",
8157
8157
  });
8158
8158
  });
8159
8159
 
8160
8160
  /** @internal */
8161
8161
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound =
8162
8162
  {
8163
- "__@BRAND@8684":
8164
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$Outbound;
8163
+ "__@BRAND@8675":
8164
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$Outbound;
8165
8165
  };
8166
8166
 
8167
8167
  /** @internal */
@@ -8171,12 +8171,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applic
8171
8171
  z.ZodTypeDef,
8172
8172
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
8173
8173
  > = z.object({
8174
- atBRANDAt8684: z.lazy(() =>
8175
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$outboundSchema
8174
+ atBRANDAt8675: z.lazy(() =>
8175
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema
8176
8176
  ),
8177
8177
  }).transform((v) => {
8178
8178
  return remap$(v, {
8179
- atBRANDAt8684: "__@BRAND@8684",
8179
+ atBRANDAt8675: "__@BRAND@8675",
8180
8180
  });
8181
8181
  });
8182
8182
 
@@ -10247,63 +10247,63 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
10247
10247
  }
10248
10248
 
10249
10249
  /** @internal */
10250
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$inboundSchema:
10250
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema:
10251
10251
  z.ZodType<
10252
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684,
10252
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675,
10253
10253
  z.ZodTypeDef,
10254
10254
  unknown
10255
10255
  > = z.object({});
10256
10256
 
10257
10257
  /** @internal */
10258
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$Outbound =
10258
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$Outbound =
10259
10259
  {};
10260
10260
 
10261
10261
  /** @internal */
10262
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$outboundSchema:
10262
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema:
10263
10263
  z.ZodType<
10264
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$Outbound,
10264
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$Outbound,
10265
10265
  z.ZodTypeDef,
10266
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684
10266
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675
10267
10267
  > = z.object({});
10268
10268
 
10269
10269
  /**
10270
10270
  * @internal
10271
10271
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10272
10272
  */
10273
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$ {
10274
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$inboundSchema` instead. */
10273
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$ {
10274
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema` instead. */
10275
10275
  export const inboundSchema =
10276
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$inboundSchema;
10277
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$outboundSchema` instead. */
10276
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema;
10277
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema` instead. */
10278
10278
  export const outboundSchema =
10279
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$outboundSchema;
10280
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$Outbound` instead. */
10279
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema;
10280
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$Outbound` instead. */
10281
10281
  export type Outbound =
10282
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$Outbound;
10282
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$Outbound;
10283
10283
  }
10284
10284
 
10285
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684ToJSON(
10286
- createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684:
10287
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684,
10285
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675ToJSON(
10286
+ createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675:
10287
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675,
10288
10288
  ): string {
10289
10289
  return JSON.stringify(
10290
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$outboundSchema
10291
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684),
10290
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema
10291
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675),
10292
10292
  );
10293
10293
  }
10294
10294
 
10295
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684FromJSON(
10295
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675FromJSON(
10296
10296
  jsonString: string,
10297
10297
  ): SafeParseResult<
10298
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684,
10298
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675,
10299
10299
  SDKValidationError
10300
10300
  > {
10301
10301
  return safeParse(
10302
10302
  jsonString,
10303
10303
  (x) =>
10304
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$inboundSchema
10304
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema
10305
10305
  .parse(JSON.parse(x)),
10306
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684' from JSON`,
10306
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675' from JSON`,
10307
10307
  );
10308
10308
  }
10309
10309
 
@@ -10314,20 +10314,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
10314
10314
  z.ZodTypeDef,
10315
10315
  unknown
10316
10316
  > = z.object({
10317
- "__@BRAND@8684": z.lazy(() =>
10318
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$inboundSchema
10317
+ "__@BRAND@8675": z.lazy(() =>
10318
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema
10319
10319
  ),
10320
10320
  }).transform((v) => {
10321
10321
  return remap$(v, {
10322
- "__@BRAND@8684": "atBRANDAt8684",
10322
+ "__@BRAND@8675": "atBRANDAt8675",
10323
10323
  });
10324
10324
  });
10325
10325
 
10326
10326
  /** @internal */
10327
10327
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
10328
10328
  {
10329
- "__@BRAND@8684":
10330
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$Outbound;
10329
+ "__@BRAND@8675":
10330
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$Outbound;
10331
10331
  };
10332
10332
 
10333
10333
  /** @internal */
@@ -10337,12 +10337,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
10337
10337
  z.ZodTypeDef,
10338
10338
  CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
10339
10339
  > = z.object({
10340
- atBRANDAt8684: z.lazy(() =>
10341
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$outboundSchema
10340
+ atBRANDAt8675: z.lazy(() =>
10341
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema
10342
10342
  ),
10343
10343
  }).transform((v) => {
10344
10344
  return remap$(v, {
10345
- atBRANDAt8684: "__@BRAND@8684",
10345
+ atBRANDAt8675: "__@BRAND@8675",
10346
10346
  });
10347
10347
  });
10348
10348
 
@@ -10388,65 +10388,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
10388
10388
  }
10389
10389
 
10390
10390
  /** @internal */
10391
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$inboundSchema:
10391
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema:
10392
10392
  z.ZodType<
10393
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684,
10393
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675,
10394
10394
  z.ZodTypeDef,
10395
10395
  unknown
10396
10396
  > = z.object({});
10397
10397
 
10398
10398
  /** @internal */
10399
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$Outbound =
10399
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$Outbound =
10400
10400
  {};
10401
10401
 
10402
10402
  /** @internal */
10403
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$outboundSchema:
10403
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema:
10404
10404
  z.ZodType<
10405
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$Outbound,
10405
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$Outbound,
10406
10406
  z.ZodTypeDef,
10407
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684
10407
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675
10408
10408
  > = z.object({});
10409
10409
 
10410
10410
  /**
10411
10411
  * @internal
10412
10412
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10413
10413
  */
10414
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$ {
10415
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$inboundSchema` instead. */
10414
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$ {
10415
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema` instead. */
10416
10416
  export const inboundSchema =
10417
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$inboundSchema;
10418
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$outboundSchema` instead. */
10417
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema;
10418
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema` instead. */
10419
10419
  export const outboundSchema =
10420
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$outboundSchema;
10421
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$Outbound` instead. */
10420
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema;
10421
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$Outbound` instead. */
10422
10422
  export type Outbound =
10423
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$Outbound;
10423
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$Outbound;
10424
10424
  }
10425
10425
 
10426
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684ToJSON(
10427
- createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684:
10428
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684,
10426
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675ToJSON(
10427
+ createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675:
10428
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675,
10429
10429
  ): string {
10430
10430
  return JSON.stringify(
10431
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$outboundSchema
10431
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema
10432
10432
  .parse(
10433
- createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684,
10433
+ createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675,
10434
10434
  ),
10435
10435
  );
10436
10436
  }
10437
10437
 
10438
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684FromJSON(
10438
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675FromJSON(
10439
10439
  jsonString: string,
10440
10440
  ): SafeParseResult<
10441
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684,
10441
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675,
10442
10442
  SDKValidationError
10443
10443
  > {
10444
10444
  return safeParse(
10445
10445
  jsonString,
10446
10446
  (x) =>
10447
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$inboundSchema
10447
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema
10448
10448
  .parse(JSON.parse(x)),
10449
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684' from JSON`,
10449
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675' from JSON`,
10450
10450
  );
10451
10451
  }
10452
10452
 
@@ -10457,20 +10457,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
10457
10457
  z.ZodTypeDef,
10458
10458
  unknown
10459
10459
  > = z.object({
10460
- "__@BRAND@8684": z.lazy(() =>
10461
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$inboundSchema
10460
+ "__@BRAND@8675": z.lazy(() =>
10461
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema
10462
10462
  ),
10463
10463
  }).transform((v) => {
10464
10464
  return remap$(v, {
10465
- "__@BRAND@8684": "atBRANDAt8684",
10465
+ "__@BRAND@8675": "atBRANDAt8675",
10466
10466
  });
10467
10467
  });
10468
10468
 
10469
10469
  /** @internal */
10470
10470
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
10471
10471
  {
10472
- "__@BRAND@8684":
10473
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$Outbound;
10472
+ "__@BRAND@8675":
10473
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$Outbound;
10474
10474
  };
10475
10475
 
10476
10476
  /** @internal */
@@ -10480,12 +10480,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
10480
10480
  z.ZodTypeDef,
10481
10481
  CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
10482
10482
  > = z.object({
10483
- atBRANDAt8684: z.lazy(() =>
10484
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$outboundSchema
10483
+ atBRANDAt8675: z.lazy(() =>
10484
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema
10485
10485
  ),
10486
10486
  }).transform((v) => {
10487
10487
  return remap$(v, {
10488
- atBRANDAt8684: "__@BRAND@8684",
10488
+ atBRANDAt8675: "__@BRAND@8675",
10489
10489
  });
10490
10490
  });
10491
10491
 
@@ -10531,65 +10531,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
10531
10531
  }
10532
10532
 
10533
10533
  /** @internal */
10534
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$inboundSchema:
10534
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema:
10535
10535
  z.ZodType<
10536
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684,
10536
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675,
10537
10537
  z.ZodTypeDef,
10538
10538
  unknown
10539
10539
  > = z.object({});
10540
10540
 
10541
10541
  /** @internal */
10542
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$Outbound =
10542
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$Outbound =
10543
10543
  {};
10544
10544
 
10545
10545
  /** @internal */
10546
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$outboundSchema:
10546
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema:
10547
10547
  z.ZodType<
10548
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$Outbound,
10548
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$Outbound,
10549
10549
  z.ZodTypeDef,
10550
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684
10550
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675
10551
10551
  > = z.object({});
10552
10552
 
10553
10553
  /**
10554
10554
  * @internal
10555
10555
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
10556
10556
  */
10557
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$ {
10558
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$inboundSchema` instead. */
10557
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$ {
10558
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema` instead. */
10559
10559
  export const inboundSchema =
10560
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$inboundSchema;
10561
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$outboundSchema` instead. */
10560
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema;
10561
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema` instead. */
10562
10562
  export const outboundSchema =
10563
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$outboundSchema;
10564
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$Outbound` instead. */
10563
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema;
10564
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$Outbound` instead. */
10565
10565
  export type Outbound =
10566
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$Outbound;
10566
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$Outbound;
10567
10567
  }
10568
10568
 
10569
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684ToJSON(
10570
- createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684:
10571
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684,
10569
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675ToJSON(
10570
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675:
10571
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675,
10572
10572
  ): string {
10573
10573
  return JSON.stringify(
10574
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$outboundSchema
10574
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema
10575
10575
  .parse(
10576
- createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684,
10576
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675,
10577
10577
  ),
10578
10578
  );
10579
10579
  }
10580
10580
 
10581
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684FromJSON(
10581
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675FromJSON(
10582
10582
  jsonString: string,
10583
10583
  ): SafeParseResult<
10584
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684,
10584
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675,
10585
10585
  SDKValidationError
10586
10586
  > {
10587
10587
  return safeParse(
10588
10588
  jsonString,
10589
10589
  (x) =>
10590
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$inboundSchema
10590
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema
10591
10591
  .parse(JSON.parse(x)),
10592
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684' from JSON`,
10592
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675' from JSON`,
10593
10593
  );
10594
10594
  }
10595
10595
 
@@ -10600,20 +10600,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
10600
10600
  z.ZodTypeDef,
10601
10601
  unknown
10602
10602
  > = z.object({
10603
- "__@BRAND@8684": z.lazy(() =>
10604
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$inboundSchema
10603
+ "__@BRAND@8675": z.lazy(() =>
10604
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema
10605
10605
  ),
10606
10606
  }).transform((v) => {
10607
10607
  return remap$(v, {
10608
- "__@BRAND@8684": "atBRANDAt8684",
10608
+ "__@BRAND@8675": "atBRANDAt8675",
10609
10609
  });
10610
10610
  });
10611
10611
 
10612
10612
  /** @internal */
10613
10613
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
10614
10614
  {
10615
- "__@BRAND@8684":
10616
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$Outbound;
10615
+ "__@BRAND@8675":
10616
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$Outbound;
10617
10617
  };
10618
10618
 
10619
10619
  /** @internal */
@@ -10623,12 +10623,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
10623
10623
  z.ZodTypeDef,
10624
10624
  CreateIntegrationStoreDirectPropertiesIntegrationsPattern
10625
10625
  > = z.object({
10626
- atBRANDAt8684: z.lazy(() =>
10627
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$outboundSchema
10626
+ atBRANDAt8675: z.lazy(() =>
10627
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema
10628
10628
  ),
10629
10629
  }).transform((v) => {
10630
10630
  return remap$(v, {
10631
- atBRANDAt8684: "__@BRAND@8684",
10631
+ atBRANDAt8675: "__@BRAND@8675",
10632
10632
  });
10633
10633
  });
10634
10634
 
@@ -14691,65 +14691,65 @@ export namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
14691
14691
  }
14692
14692
 
14693
14693
  /** @internal */
14694
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$inboundSchema:
14694
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema:
14695
14695
  z.ZodType<
14696
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684,
14696
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675,
14697
14697
  z.ZodTypeDef,
14698
14698
  unknown
14699
14699
  > = z.object({});
14700
14700
 
14701
14701
  /** @internal */
14702
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$Outbound =
14702
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$Outbound =
14703
14703
  {};
14704
14704
 
14705
14705
  /** @internal */
14706
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$outboundSchema:
14706
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema:
14707
14707
  z.ZodType<
14708
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$Outbound,
14708
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$Outbound,
14709
14709
  z.ZodTypeDef,
14710
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684
14710
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675
14711
14711
  > = z.object({});
14712
14712
 
14713
14713
  /**
14714
14714
  * @internal
14715
14715
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14716
14716
  */
14717
- export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$ {
14718
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$inboundSchema` instead. */
14717
+ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$ {
14718
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema` instead. */
14719
14719
  export const inboundSchema =
14720
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$inboundSchema;
14721
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$outboundSchema` instead. */
14720
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema;
14721
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema` instead. */
14722
14722
  export const outboundSchema =
14723
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$outboundSchema;
14724
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$Outbound` instead. */
14723
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema;
14724
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$Outbound` instead. */
14725
14725
  export type Outbound =
14726
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$Outbound;
14726
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$Outbound;
14727
14727
  }
14728
14728
 
14729
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684ToJSON(
14730
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684:
14731
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684,
14729
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675ToJSON(
14730
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675:
14731
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675,
14732
14732
  ): string {
14733
14733
  return JSON.stringify(
14734
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$outboundSchema
14734
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema
14735
14735
  .parse(
14736
- createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684,
14736
+ createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675,
14737
14737
  ),
14738
14738
  );
14739
14739
  }
14740
14740
 
14741
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684FromJSON(
14741
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675FromJSON(
14742
14742
  jsonString: string,
14743
14743
  ): SafeParseResult<
14744
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684,
14744
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675,
14745
14745
  SDKValidationError
14746
14746
  > {
14747
14747
  return safeParse(
14748
14748
  jsonString,
14749
14749
  (x) =>
14750
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$inboundSchema
14750
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema
14751
14751
  .parse(JSON.parse(x)),
14752
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684' from JSON`,
14752
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675' from JSON`,
14753
14753
  );
14754
14754
  }
14755
14755
 
@@ -14760,19 +14760,19 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
14760
14760
  z.ZodTypeDef,
14761
14761
  unknown
14762
14762
  > = z.object({
14763
- "__@BRAND@8684": z.lazy(() =>
14764
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$inboundSchema
14763
+ "__@BRAND@8675": z.lazy(() =>
14764
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema
14765
14765
  ),
14766
14766
  }).transform((v) => {
14767
14767
  return remap$(v, {
14768
- "__@BRAND@8684": "atBRANDAt8684",
14768
+ "__@BRAND@8675": "atBRANDAt8675",
14769
14769
  });
14770
14770
  });
14771
14771
 
14772
14772
  /** @internal */
14773
14773
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
14774
- "__@BRAND@8684":
14775
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$Outbound;
14774
+ "__@BRAND@8675":
14775
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$Outbound;
14776
14776
  };
14777
14777
 
14778
14778
  /** @internal */
@@ -14782,12 +14782,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
14782
14782
  z.ZodTypeDef,
14783
14783
  CreateIntegrationStoreDirectPropertiesMaxLength
14784
14784
  > = z.object({
14785
- atBRANDAt8684: z.lazy(() =>
14786
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$outboundSchema
14785
+ atBRANDAt8675: z.lazy(() =>
14786
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema
14787
14787
  ),
14788
14788
  }).transform((v) => {
14789
14789
  return remap$(v, {
14790
- atBRANDAt8684: "__@BRAND@8684",
14790
+ atBRANDAt8675: "__@BRAND@8675",
14791
14791
  });
14792
14792
  });
14793
14793
 
@@ -14835,50 +14835,50 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
14835
14835
  }
14836
14836
 
14837
14837
  /** @internal */
14838
- export const PropertiesAtBRANDAt8684$inboundSchema: z.ZodType<
14839
- PropertiesAtBRANDAt8684,
14838
+ export const PropertiesAtBRANDAt8675$inboundSchema: z.ZodType<
14839
+ PropertiesAtBRANDAt8675,
14840
14840
  z.ZodTypeDef,
14841
14841
  unknown
14842
14842
  > = z.object({});
14843
14843
 
14844
14844
  /** @internal */
14845
- export type PropertiesAtBRANDAt8684$Outbound = {};
14845
+ export type PropertiesAtBRANDAt8675$Outbound = {};
14846
14846
 
14847
14847
  /** @internal */
14848
- export const PropertiesAtBRANDAt8684$outboundSchema: z.ZodType<
14849
- PropertiesAtBRANDAt8684$Outbound,
14848
+ export const PropertiesAtBRANDAt8675$outboundSchema: z.ZodType<
14849
+ PropertiesAtBRANDAt8675$Outbound,
14850
14850
  z.ZodTypeDef,
14851
- PropertiesAtBRANDAt8684
14851
+ PropertiesAtBRANDAt8675
14852
14852
  > = z.object({});
14853
14853
 
14854
14854
  /**
14855
14855
  * @internal
14856
14856
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14857
14857
  */
14858
- export namespace PropertiesAtBRANDAt8684$ {
14859
- /** @deprecated use `PropertiesAtBRANDAt8684$inboundSchema` instead. */
14860
- export const inboundSchema = PropertiesAtBRANDAt8684$inboundSchema;
14861
- /** @deprecated use `PropertiesAtBRANDAt8684$outboundSchema` instead. */
14862
- export const outboundSchema = PropertiesAtBRANDAt8684$outboundSchema;
14863
- /** @deprecated use `PropertiesAtBRANDAt8684$Outbound` instead. */
14864
- export type Outbound = PropertiesAtBRANDAt8684$Outbound;
14858
+ export namespace PropertiesAtBRANDAt8675$ {
14859
+ /** @deprecated use `PropertiesAtBRANDAt8675$inboundSchema` instead. */
14860
+ export const inboundSchema = PropertiesAtBRANDAt8675$inboundSchema;
14861
+ /** @deprecated use `PropertiesAtBRANDAt8675$outboundSchema` instead. */
14862
+ export const outboundSchema = PropertiesAtBRANDAt8675$outboundSchema;
14863
+ /** @deprecated use `PropertiesAtBRANDAt8675$Outbound` instead. */
14864
+ export type Outbound = PropertiesAtBRANDAt8675$Outbound;
14865
14865
  }
14866
14866
 
14867
- export function propertiesAtBRANDAt8684ToJSON(
14868
- propertiesAtBRANDAt8684: PropertiesAtBRANDAt8684,
14867
+ export function propertiesAtBRANDAt8675ToJSON(
14868
+ propertiesAtBRANDAt8675: PropertiesAtBRANDAt8675,
14869
14869
  ): string {
14870
14870
  return JSON.stringify(
14871
- PropertiesAtBRANDAt8684$outboundSchema.parse(propertiesAtBRANDAt8684),
14871
+ PropertiesAtBRANDAt8675$outboundSchema.parse(propertiesAtBRANDAt8675),
14872
14872
  );
14873
14873
  }
14874
14874
 
14875
- export function propertiesAtBRANDAt8684FromJSON(
14875
+ export function propertiesAtBRANDAt8675FromJSON(
14876
14876
  jsonString: string,
14877
- ): SafeParseResult<PropertiesAtBRANDAt8684, SDKValidationError> {
14877
+ ): SafeParseResult<PropertiesAtBRANDAt8675, SDKValidationError> {
14878
14878
  return safeParse(
14879
14879
  jsonString,
14880
- (x) => PropertiesAtBRANDAt8684$inboundSchema.parse(JSON.parse(x)),
14881
- `Failed to parse 'PropertiesAtBRANDAt8684' from JSON`,
14880
+ (x) => PropertiesAtBRANDAt8675$inboundSchema.parse(JSON.parse(x)),
14881
+ `Failed to parse 'PropertiesAtBRANDAt8675' from JSON`,
14882
14882
  );
14883
14883
  }
14884
14884
 
@@ -14889,16 +14889,16 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
14889
14889
  z.ZodTypeDef,
14890
14890
  unknown
14891
14891
  > = z.object({
14892
- "__@BRAND@8684": z.lazy(() => PropertiesAtBRANDAt8684$inboundSchema),
14892
+ "__@BRAND@8675": z.lazy(() => PropertiesAtBRANDAt8675$inboundSchema),
14893
14893
  }).transform((v) => {
14894
14894
  return remap$(v, {
14895
- "__@BRAND@8684": "atBRANDAt8684",
14895
+ "__@BRAND@8675": "atBRANDAt8675",
14896
14896
  });
14897
14897
  });
14898
14898
 
14899
14899
  /** @internal */
14900
14900
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
14901
- "__@BRAND@8684": PropertiesAtBRANDAt8684$Outbound;
14901
+ "__@BRAND@8675": PropertiesAtBRANDAt8675$Outbound;
14902
14902
  };
14903
14903
 
14904
14904
  /** @internal */
@@ -14908,10 +14908,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
14908
14908
  z.ZodTypeDef,
14909
14909
  CreateIntegrationStoreDirectPropertiesMinLength
14910
14910
  > = z.object({
14911
- atBRANDAt8684: z.lazy(() => PropertiesAtBRANDAt8684$outboundSchema),
14911
+ atBRANDAt8675: z.lazy(() => PropertiesAtBRANDAt8675$outboundSchema),
14912
14912
  }).transform((v) => {
14913
14913
  return remap$(v, {
14914
- atBRANDAt8684: "__@BRAND@8684",
14914
+ atBRANDAt8675: "__@BRAND@8675",
14915
14915
  });
14916
14916
  });
14917
14917
 
@@ -14959,64 +14959,64 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
14959
14959
  }
14960
14960
 
14961
14961
  /** @internal */
14962
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$inboundSchema:
14962
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema:
14963
14963
  z.ZodType<
14964
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8684,
14964
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8675,
14965
14965
  z.ZodTypeDef,
14966
14966
  unknown
14967
14967
  > = z.object({});
14968
14968
 
14969
14969
  /** @internal */
14970
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$Outbound = {};
14970
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$Outbound = {};
14971
14971
 
14972
14972
  /** @internal */
14973
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$outboundSchema:
14973
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema:
14974
14974
  z.ZodType<
14975
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$Outbound,
14975
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$Outbound,
14976
14976
  z.ZodTypeDef,
14977
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8684
14977
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8675
14978
14978
  > = z.object({});
14979
14979
 
14980
14980
  /**
14981
14981
  * @internal
14982
14982
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
14983
14983
  */
14984
- export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$ {
14985
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$inboundSchema` instead. */
14984
+ export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$ {
14985
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema` instead. */
14986
14986
  export const inboundSchema =
14987
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$inboundSchema;
14988
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$outboundSchema` instead. */
14987
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema;
14988
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema` instead. */
14989
14989
  export const outboundSchema =
14990
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$outboundSchema;
14991
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$Outbound` instead. */
14990
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema;
14991
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$Outbound` instead. */
14992
14992
  export type Outbound =
14993
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$Outbound;
14993
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$Outbound;
14994
14994
  }
14995
14995
 
14996
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8684ToJSON(
14997
- createIntegrationStoreDirectPropertiesAtBRANDAt8684:
14998
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8684,
14996
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8675ToJSON(
14997
+ createIntegrationStoreDirectPropertiesAtBRANDAt8675:
14998
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8675,
14999
14999
  ): string {
15000
15000
  return JSON.stringify(
15001
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$outboundSchema.parse(
15002
- createIntegrationStoreDirectPropertiesAtBRANDAt8684,
15001
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema.parse(
15002
+ createIntegrationStoreDirectPropertiesAtBRANDAt8675,
15003
15003
  ),
15004
15004
  );
15005
15005
  }
15006
15006
 
15007
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8684FromJSON(
15007
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8675FromJSON(
15008
15008
  jsonString: string,
15009
15009
  ): SafeParseResult<
15010
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8684,
15010
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8675,
15011
15011
  SDKValidationError
15012
15012
  > {
15013
15013
  return safeParse(
15014
15014
  jsonString,
15015
15015
  (x) =>
15016
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$inboundSchema.parse(
15016
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema.parse(
15017
15017
  JSON.parse(x),
15018
15018
  ),
15019
- `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8684' from JSON`,
15019
+ `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8675' from JSON`,
15020
15020
  );
15021
15021
  }
15022
15022
 
@@ -15027,18 +15027,18 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
15027
15027
  z.ZodTypeDef,
15028
15028
  unknown
15029
15029
  > = z.object({
15030
- "__@BRAND@8684": z.lazy(() =>
15031
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$inboundSchema
15030
+ "__@BRAND@8675": z.lazy(() =>
15031
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema
15032
15032
  ),
15033
15033
  }).transform((v) => {
15034
15034
  return remap$(v, {
15035
- "__@BRAND@8684": "atBRANDAt8684",
15035
+ "__@BRAND@8675": "atBRANDAt8675",
15036
15036
  });
15037
15037
  });
15038
15038
 
15039
15039
  /** @internal */
15040
15040
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
15041
- "__@BRAND@8684": CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$Outbound;
15041
+ "__@BRAND@8675": CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$Outbound;
15042
15042
  };
15043
15043
 
15044
15044
  /** @internal */
@@ -15048,12 +15048,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
15048
15048
  z.ZodTypeDef,
15049
15049
  CreateIntegrationStoreDirectPropertiesPattern
15050
15050
  > = z.object({
15051
- atBRANDAt8684: z.lazy(() =>
15052
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$outboundSchema
15051
+ atBRANDAt8675: z.lazy(() =>
15052
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema
15053
15053
  ),
15054
15054
  }).transform((v) => {
15055
15055
  return remap$(v, {
15056
- atBRANDAt8684: "__@BRAND@8684",
15056
+ atBRANDAt8675: "__@BRAND@8675",
15057
15057
  });
15058
15058
  });
15059
15059
 
@@ -16515,46 +16515,46 @@ export function guidesFromJSON(
16515
16515
  }
16516
16516
 
16517
16517
  /** @internal */
16518
- export const AtBRANDAt8684$inboundSchema: z.ZodType<
16519
- AtBRANDAt8684,
16518
+ export const AtBRANDAt8675$inboundSchema: z.ZodType<
16519
+ AtBRANDAt8675,
16520
16520
  z.ZodTypeDef,
16521
16521
  unknown
16522
16522
  > = z.object({});
16523
16523
 
16524
16524
  /** @internal */
16525
- export type AtBRANDAt8684$Outbound = {};
16525
+ export type AtBRANDAt8675$Outbound = {};
16526
16526
 
16527
16527
  /** @internal */
16528
- export const AtBRANDAt8684$outboundSchema: z.ZodType<
16529
- AtBRANDAt8684$Outbound,
16528
+ export const AtBRANDAt8675$outboundSchema: z.ZodType<
16529
+ AtBRANDAt8675$Outbound,
16530
16530
  z.ZodTypeDef,
16531
- AtBRANDAt8684
16531
+ AtBRANDAt8675
16532
16532
  > = z.object({});
16533
16533
 
16534
16534
  /**
16535
16535
  * @internal
16536
16536
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
16537
16537
  */
16538
- export namespace AtBRANDAt8684$ {
16539
- /** @deprecated use `AtBRANDAt8684$inboundSchema` instead. */
16540
- export const inboundSchema = AtBRANDAt8684$inboundSchema;
16541
- /** @deprecated use `AtBRANDAt8684$outboundSchema` instead. */
16542
- export const outboundSchema = AtBRANDAt8684$outboundSchema;
16543
- /** @deprecated use `AtBRANDAt8684$Outbound` instead. */
16544
- export type Outbound = AtBRANDAt8684$Outbound;
16538
+ export namespace AtBRANDAt8675$ {
16539
+ /** @deprecated use `AtBRANDAt8675$inboundSchema` instead. */
16540
+ export const inboundSchema = AtBRANDAt8675$inboundSchema;
16541
+ /** @deprecated use `AtBRANDAt8675$outboundSchema` instead. */
16542
+ export const outboundSchema = AtBRANDAt8675$outboundSchema;
16543
+ /** @deprecated use `AtBRANDAt8675$Outbound` instead. */
16544
+ export type Outbound = AtBRANDAt8675$Outbound;
16545
16545
  }
16546
16546
 
16547
- export function atBRANDAt8684ToJSON(atBRANDAt8684: AtBRANDAt8684): string {
16548
- return JSON.stringify(AtBRANDAt8684$outboundSchema.parse(atBRANDAt8684));
16547
+ export function atBRANDAt8675ToJSON(atBRANDAt8675: AtBRANDAt8675): string {
16548
+ return JSON.stringify(AtBRANDAt8675$outboundSchema.parse(atBRANDAt8675));
16549
16549
  }
16550
16550
 
16551
- export function atBRANDAt8684FromJSON(
16551
+ export function atBRANDAt8675FromJSON(
16552
16552
  jsonString: string,
16553
- ): SafeParseResult<AtBRANDAt8684, SDKValidationError> {
16553
+ ): SafeParseResult<AtBRANDAt8675, SDKValidationError> {
16554
16554
  return safeParse(
16555
16555
  jsonString,
16556
- (x) => AtBRANDAt8684$inboundSchema.parse(JSON.parse(x)),
16557
- `Failed to parse 'AtBRANDAt8684' from JSON`,
16556
+ (x) => AtBRANDAt8675$inboundSchema.parse(JSON.parse(x)),
16557
+ `Failed to parse 'AtBRANDAt8675' from JSON`,
16558
16558
  );
16559
16559
  }
16560
16560
 
@@ -16564,16 +16564,16 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
16564
16564
  z.ZodTypeDef,
16565
16565
  unknown
16566
16566
  > = z.object({
16567
- "__@BRAND@8684": z.lazy(() => AtBRANDAt8684$inboundSchema),
16567
+ "__@BRAND@8675": z.lazy(() => AtBRANDAt8675$inboundSchema),
16568
16568
  }).transform((v) => {
16569
16569
  return remap$(v, {
16570
- "__@BRAND@8684": "atBRANDAt8684",
16570
+ "__@BRAND@8675": "atBRANDAt8675",
16571
16571
  });
16572
16572
  });
16573
16573
 
16574
16574
  /** @internal */
16575
16575
  export type CreateIntegrationStoreDirectValue$Outbound = {
16576
- "__@BRAND@8684": AtBRANDAt8684$Outbound;
16576
+ "__@BRAND@8675": AtBRANDAt8675$Outbound;
16577
16577
  };
16578
16578
 
16579
16579
  /** @internal */
@@ -16582,10 +16582,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
16582
16582
  z.ZodTypeDef,
16583
16583
  CreateIntegrationStoreDirectValue
16584
16584
  > = z.object({
16585
- atBRANDAt8684: z.lazy(() => AtBRANDAt8684$outboundSchema),
16585
+ atBRANDAt8675: z.lazy(() => AtBRANDAt8675$outboundSchema),
16586
16586
  }).transform((v) => {
16587
16587
  return remap$(v, {
16588
- atBRANDAt8684: "__@BRAND@8684",
16588
+ atBRANDAt8675: "__@BRAND@8675",
16589
16589
  });
16590
16590
  });
16591
16591