@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
@@ -941,42 +941,42 @@ export var CreateIntegrationStoreDirectIntegrationsType$;
941
941
  CreateIntegrationStoreDirectIntegrationsType$.outboundSchema = CreateIntegrationStoreDirectIntegrationsType$outboundSchema;
942
942
  })(CreateIntegrationStoreDirectIntegrationsType$ || (CreateIntegrationStoreDirectIntegrationsType$ = {}));
943
943
  /** @internal */
944
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$inboundSchema = z.object({});
944
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema = z.object({});
945
945
  /** @internal */
946
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$outboundSchema = z.object({});
946
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema = z.object({});
947
947
  /**
948
948
  * @internal
949
949
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
950
950
  */
951
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$;
952
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$) {
953
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$inboundSchema` instead. */
954
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$inboundSchema;
955
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$outboundSchema` instead. */
956
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$outboundSchema;
957
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$ = {}));
958
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684) {
959
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$outboundSchema
960
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684));
951
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$;
952
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$) {
953
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema` instead. */
954
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema;
955
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema` instead. */
956
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema;
957
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$ = {}));
958
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675) {
959
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema
960
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675));
961
961
  }
962
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684FromJSON(jsonString) {
963
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$inboundSchema
964
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684' from JSON`);
962
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675FromJSON(jsonString) {
963
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema
964
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675' from JSON`);
965
965
  }
966
966
  /** @internal */
967
967
  export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema = z.object({
968
- "__@BRAND@8684": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$inboundSchema),
968
+ "__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$inboundSchema),
969
969
  }).transform((v) => {
970
970
  return remap$(v, {
971
- "__@BRAND@8684": "atBRANDAt8684",
971
+ "__@BRAND@8675": "atBRANDAt8675",
972
972
  });
973
973
  });
974
974
  /** @internal */
975
975
  export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema = z.object({
976
- atBRANDAt8684: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8684$outboundSchema),
976
+ atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8675$outboundSchema),
977
977
  }).transform((v) => {
978
978
  return remap$(v, {
979
- atBRANDAt8684: "__@BRAND@8684",
979
+ atBRANDAt8675: "__@BRAND@8675",
980
980
  });
981
981
  });
982
982
  /**
@@ -1210,42 +1210,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
1210
1210
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema;
1211
1211
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ = {}));
1212
1212
  /** @internal */
1213
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$inboundSchema = z.object({});
1213
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema = z.object({});
1214
1214
  /** @internal */
1215
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$outboundSchema = z.object({});
1215
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema = z.object({});
1216
1216
  /**
1217
1217
  * @internal
1218
1218
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1219
1219
  */
1220
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$;
1221
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$) {
1222
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$inboundSchema` instead. */
1223
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$inboundSchema;
1224
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$outboundSchema` instead. */
1225
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$outboundSchema;
1226
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$ = {}));
1227
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684) {
1228
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$outboundSchema
1229
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684));
1220
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$;
1221
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$) {
1222
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema` instead. */
1223
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema;
1224
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema` instead. */
1225
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema;
1226
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$ = {}));
1227
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675) {
1228
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema
1229
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675));
1230
1230
  }
1231
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684FromJSON(jsonString) {
1232
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$inboundSchema
1233
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684' from JSON`);
1231
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675FromJSON(jsonString) {
1232
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema
1233
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675' from JSON`);
1234
1234
  }
1235
1235
  /** @internal */
1236
1236
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema = z.object({
1237
- "__@BRAND@8684": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$inboundSchema),
1237
+ "__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$inboundSchema),
1238
1238
  }).transform((v) => {
1239
1239
  return remap$(v, {
1240
- "__@BRAND@8684": "atBRANDAt8684",
1240
+ "__@BRAND@8675": "atBRANDAt8675",
1241
1241
  });
1242
1242
  });
1243
1243
  /** @internal */
1244
1244
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema = z.object({
1245
- atBRANDAt8684: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8684$outboundSchema),
1245
+ atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8675$outboundSchema),
1246
1246
  }).transform((v) => {
1247
1247
  return remap$(v, {
1248
- atBRANDAt8684: "__@BRAND@8684",
1248
+ atBRANDAt8675: "__@BRAND@8675",
1249
1249
  });
1250
1250
  });
1251
1251
  /**
@@ -1268,42 +1268,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Max
1268
1268
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`);
1269
1269
  }
1270
1270
  /** @internal */
1271
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$inboundSchema = z.object({});
1271
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema = z.object({});
1272
1272
  /** @internal */
1273
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$outboundSchema = z.object({});
1273
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema = z.object({});
1274
1274
  /**
1275
1275
  * @internal
1276
1276
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1277
1277
  */
1278
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$;
1279
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$) {
1280
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$inboundSchema` instead. */
1281
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$inboundSchema;
1282
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$outboundSchema` instead. */
1283
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$outboundSchema;
1284
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$ = {}));
1285
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684) {
1286
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$outboundSchema
1287
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684));
1278
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$;
1279
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$) {
1280
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema` instead. */
1281
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema;
1282
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema` instead. */
1283
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema;
1284
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$ = {}));
1285
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675) {
1286
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema
1287
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675));
1288
1288
  }
1289
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684FromJSON(jsonString) {
1290
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$inboundSchema
1291
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684' from JSON`);
1289
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675FromJSON(jsonString) {
1290
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema
1291
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675' from JSON`);
1292
1292
  }
1293
1293
  /** @internal */
1294
1294
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema = z.object({
1295
- "__@BRAND@8684": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$inboundSchema),
1295
+ "__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$inboundSchema),
1296
1296
  }).transform((v) => {
1297
1297
  return remap$(v, {
1298
- "__@BRAND@8684": "atBRANDAt8684",
1298
+ "__@BRAND@8675": "atBRANDAt8675",
1299
1299
  });
1300
1300
  });
1301
1301
  /** @internal */
1302
1302
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema = z.object({
1303
- atBRANDAt8684: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8684$outboundSchema),
1303
+ atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8675$outboundSchema),
1304
1304
  }).transform((v) => {
1305
1305
  return remap$(v, {
1306
- atBRANDAt8684: "__@BRAND@8684",
1306
+ atBRANDAt8675: "__@BRAND@8675",
1307
1307
  });
1308
1308
  });
1309
1309
  /**
@@ -1326,42 +1326,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200Min
1326
1326
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`);
1327
1327
  }
1328
1328
  /** @internal */
1329
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$inboundSchema = z.object({});
1329
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema = z.object({});
1330
1330
  /** @internal */
1331
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$outboundSchema = z.object({});
1331
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema = z.object({});
1332
1332
  /**
1333
1333
  * @internal
1334
1334
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1335
1335
  */
1336
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$;
1337
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$) {
1338
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$inboundSchema` instead. */
1339
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$inboundSchema;
1340
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$outboundSchema` instead. */
1341
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$outboundSchema;
1342
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$ = {}));
1343
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684) {
1344
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$outboundSchema
1345
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684));
1336
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$;
1337
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$) {
1338
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema` instead. */
1339
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema;
1340
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema` instead. */
1341
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema;
1342
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$ = {}));
1343
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675) {
1344
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema
1345
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675));
1346
1346
  }
1347
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684FromJSON(jsonString) {
1348
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$inboundSchema
1349
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684' from JSON`);
1347
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675FromJSON(jsonString) {
1348
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema
1349
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675' from JSON`);
1350
1350
  }
1351
1351
  /** @internal */
1352
1352
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema = z.object({
1353
- "__@BRAND@8684": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$inboundSchema),
1353
+ "__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$inboundSchema),
1354
1354
  }).transform((v) => {
1355
1355
  return remap$(v, {
1356
- "__@BRAND@8684": "atBRANDAt8684",
1356
+ "__@BRAND@8675": "atBRANDAt8675",
1357
1357
  });
1358
1358
  });
1359
1359
  /** @internal */
1360
1360
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema = z.object({
1361
- atBRANDAt8684: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8684$outboundSchema),
1361
+ atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8675$outboundSchema),
1362
1362
  }).transform((v) => {
1363
1363
  return remap$(v, {
1364
- atBRANDAt8684: "__@BRAND@8684",
1364
+ atBRANDAt8675: "__@BRAND@8675",
1365
1365
  });
1366
1366
  });
1367
1367
  /**
@@ -1821,40 +1821,40 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
1821
1821
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema;
1822
1822
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$ = {}));
1823
1823
  /** @internal */
1824
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$inboundSchema = z.object({});
1824
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema = z.object({});
1825
1825
  /** @internal */
1826
- export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$outboundSchema = z.object({});
1826
+ export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema = z.object({});
1827
1827
  /**
1828
1828
  * @internal
1829
1829
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1830
1830
  */
1831
- export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$;
1832
- (function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$) {
1833
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$inboundSchema` instead. */
1834
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$inboundSchema;
1835
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$outboundSchema` instead. */
1836
- CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$outboundSchema;
1837
- })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$ = {}));
1838
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8684ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8684) {
1839
- return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8684));
1831
+ export var CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$;
1832
+ (function (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$) {
1833
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema` instead. */
1834
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema;
1835
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema` instead. */
1836
+ CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema;
1837
+ })(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$ || (CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$ = {}));
1838
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8675ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8675) {
1839
+ return JSON.stringify(CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema.parse(createIntegrationStoreDirectUiOptionsAtBRANDAt8675));
1840
1840
  }
1841
- export function createIntegrationStoreDirectUiOptionsAtBRANDAt8684FromJSON(jsonString) {
1842
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684' from JSON`);
1841
+ export function createIntegrationStoreDirectUiOptionsAtBRANDAt8675FromJSON(jsonString) {
1842
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675' from JSON`);
1843
1843
  }
1844
1844
  /** @internal */
1845
1845
  export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema = z.object({
1846
- "__@BRAND@8684": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$inboundSchema),
1846
+ "__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$inboundSchema),
1847
1847
  }).transform((v) => {
1848
1848
  return remap$(v, {
1849
- "__@BRAND@8684": "atBRANDAt8684",
1849
+ "__@BRAND@8675": "atBRANDAt8675",
1850
1850
  });
1851
1851
  });
1852
1852
  /** @internal */
1853
1853
  export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema = z.object({
1854
- atBRANDAt8684: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8684$outboundSchema),
1854
+ atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectUiOptionsAtBRANDAt8675$outboundSchema),
1855
1855
  }).transform((v) => {
1856
1856
  return remap$(v, {
1857
- atBRANDAt8684: "__@BRAND@8684",
1857
+ atBRANDAt8675: "__@BRAND@8675",
1858
1858
  });
1859
1859
  });
1860
1860
  /**
@@ -2066,40 +2066,40 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(jsonString) {
2066
2066
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectUiOptions3$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectUiOptions3' from JSON`);
2067
2067
  }
2068
2068
  /** @internal */
2069
- export const UiOptionsAtBRANDAt8684$inboundSchema = z.object({});
2069
+ export const UiOptionsAtBRANDAt8675$inboundSchema = z.object({});
2070
2070
  /** @internal */
2071
- export const UiOptionsAtBRANDAt8684$outboundSchema = z.object({});
2071
+ export const UiOptionsAtBRANDAt8675$outboundSchema = z.object({});
2072
2072
  /**
2073
2073
  * @internal
2074
2074
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2075
2075
  */
2076
- export var UiOptionsAtBRANDAt8684$;
2077
- (function (UiOptionsAtBRANDAt8684$) {
2078
- /** @deprecated use `UiOptionsAtBRANDAt8684$inboundSchema` instead. */
2079
- UiOptionsAtBRANDAt8684$.inboundSchema = UiOptionsAtBRANDAt8684$inboundSchema;
2080
- /** @deprecated use `UiOptionsAtBRANDAt8684$outboundSchema` instead. */
2081
- UiOptionsAtBRANDAt8684$.outboundSchema = UiOptionsAtBRANDAt8684$outboundSchema;
2082
- })(UiOptionsAtBRANDAt8684$ || (UiOptionsAtBRANDAt8684$ = {}));
2083
- export function uiOptionsAtBRANDAt8684ToJSON(uiOptionsAtBRANDAt8684) {
2084
- return JSON.stringify(UiOptionsAtBRANDAt8684$outboundSchema.parse(uiOptionsAtBRANDAt8684));
2076
+ export var UiOptionsAtBRANDAt8675$;
2077
+ (function (UiOptionsAtBRANDAt8675$) {
2078
+ /** @deprecated use `UiOptionsAtBRANDAt8675$inboundSchema` instead. */
2079
+ UiOptionsAtBRANDAt8675$.inboundSchema = UiOptionsAtBRANDAt8675$inboundSchema;
2080
+ /** @deprecated use `UiOptionsAtBRANDAt8675$outboundSchema` instead. */
2081
+ UiOptionsAtBRANDAt8675$.outboundSchema = UiOptionsAtBRANDAt8675$outboundSchema;
2082
+ })(UiOptionsAtBRANDAt8675$ || (UiOptionsAtBRANDAt8675$ = {}));
2083
+ export function uiOptionsAtBRANDAt8675ToJSON(uiOptionsAtBRANDAt8675) {
2084
+ return JSON.stringify(UiOptionsAtBRANDAt8675$outboundSchema.parse(uiOptionsAtBRANDAt8675));
2085
2085
  }
2086
- export function uiOptionsAtBRANDAt8684FromJSON(jsonString) {
2087
- return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8684$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8684' from JSON`);
2086
+ export function uiOptionsAtBRANDAt8675FromJSON(jsonString) {
2087
+ return safeParse(jsonString, (x) => UiOptionsAtBRANDAt8675$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UiOptionsAtBRANDAt8675' from JSON`);
2088
2088
  }
2089
2089
  /** @internal */
2090
2090
  export const CreateIntegrationStoreDirectUiOptions2$inboundSchema = z.object({
2091
- "__@BRAND@8684": z.lazy(() => UiOptionsAtBRANDAt8684$inboundSchema),
2091
+ "__@BRAND@8675": z.lazy(() => UiOptionsAtBRANDAt8675$inboundSchema),
2092
2092
  }).transform((v) => {
2093
2093
  return remap$(v, {
2094
- "__@BRAND@8684": "atBRANDAt8684",
2094
+ "__@BRAND@8675": "atBRANDAt8675",
2095
2095
  });
2096
2096
  });
2097
2097
  /** @internal */
2098
2098
  export const CreateIntegrationStoreDirectUiOptions2$outboundSchema = z.object({
2099
- atBRANDAt8684: z.lazy(() => UiOptionsAtBRANDAt8684$outboundSchema),
2099
+ atBRANDAt8675: z.lazy(() => UiOptionsAtBRANDAt8675$outboundSchema),
2100
2100
  }).transform((v) => {
2101
2101
  return remap$(v, {
2102
- atBRANDAt8684: "__@BRAND@8684",
2102
+ atBRANDAt8675: "__@BRAND@8675",
2103
2103
  });
2104
2104
  });
2105
2105
  /**
@@ -2340,42 +2340,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
2340
2340
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions' from JSON`);
2341
2341
  }
2342
2342
  /** @internal */
2343
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$inboundSchema = z.object({});
2343
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema = z.object({});
2344
2344
  /** @internal */
2345
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$outboundSchema = z.object({});
2345
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema = z.object({});
2346
2346
  /**
2347
2347
  * @internal
2348
2348
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2349
2349
  */
2350
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$;
2351
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$) {
2352
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$inboundSchema` instead. */
2353
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$inboundSchema;
2354
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$outboundSchema` instead. */
2355
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$outboundSchema;
2356
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$ = {}));
2357
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684) {
2358
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$outboundSchema
2359
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684));
2350
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$;
2351
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$) {
2352
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema` instead. */
2353
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema;
2354
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema` instead. */
2355
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema;
2356
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$ = {}));
2357
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675) {
2358
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema
2359
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675));
2360
2360
  }
2361
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684FromJSON(jsonString) {
2362
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$inboundSchema
2363
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684' from JSON`);
2361
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675FromJSON(jsonString) {
2362
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema
2363
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675' from JSON`);
2364
2364
  }
2365
2365
  /** @internal */
2366
2366
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema = z.object({
2367
- "__@BRAND@8684": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$inboundSchema),
2367
+ "__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$inboundSchema),
2368
2368
  }).transform((v) => {
2369
2369
  return remap$(v, {
2370
- "__@BRAND@8684": "atBRANDAt8684",
2370
+ "__@BRAND@8675": "atBRANDAt8675",
2371
2371
  });
2372
2372
  });
2373
2373
  /** @internal */
2374
2374
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema = z.object({
2375
- atBRANDAt8684: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8684$outboundSchema),
2375
+ atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8675$outboundSchema),
2376
2376
  }).transform((v) => {
2377
2377
  return remap$(v, {
2378
- atBRANDAt8684: "__@BRAND@8684",
2378
+ atBRANDAt8675: "__@BRAND@8675",
2379
2379
  });
2380
2380
  });
2381
2381
  /**
@@ -2398,42 +2398,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
2398
2398
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength' from JSON`);
2399
2399
  }
2400
2400
  /** @internal */
2401
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$inboundSchema = z.object({});
2401
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema = z.object({});
2402
2402
  /** @internal */
2403
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$outboundSchema = z.object({});
2403
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema = z.object({});
2404
2404
  /**
2405
2405
  * @internal
2406
2406
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2407
2407
  */
2408
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$;
2409
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$) {
2410
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$inboundSchema` instead. */
2411
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$inboundSchema;
2412
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$outboundSchema` instead. */
2413
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$outboundSchema;
2414
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$ = {}));
2415
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684) {
2416
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$outboundSchema
2417
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684));
2408
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$;
2409
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$) {
2410
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema` instead. */
2411
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema;
2412
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema` instead. */
2413
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema;
2414
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$ = {}));
2415
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675) {
2416
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema
2417
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675));
2418
2418
  }
2419
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684FromJSON(jsonString) {
2420
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$inboundSchema
2421
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684' from JSON`);
2419
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675FromJSON(jsonString) {
2420
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema
2421
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675' from JSON`);
2422
2422
  }
2423
2423
  /** @internal */
2424
2424
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema = z.object({
2425
- "__@BRAND@8684": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$inboundSchema),
2425
+ "__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$inboundSchema),
2426
2426
  }).transform((v) => {
2427
2427
  return remap$(v, {
2428
- "__@BRAND@8684": "atBRANDAt8684",
2428
+ "__@BRAND@8675": "atBRANDAt8675",
2429
2429
  });
2430
2430
  });
2431
2431
  /** @internal */
2432
2432
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema = z.object({
2433
- atBRANDAt8684: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8684$outboundSchema),
2433
+ atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8675$outboundSchema),
2434
2434
  }).transform((v) => {
2435
2435
  return remap$(v, {
2436
- atBRANDAt8684: "__@BRAND@8684",
2436
+ atBRANDAt8675: "__@BRAND@8675",
2437
2437
  });
2438
2438
  });
2439
2439
  /**
@@ -2456,42 +2456,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
2456
2456
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength' from JSON`);
2457
2457
  }
2458
2458
  /** @internal */
2459
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$inboundSchema = z.object({});
2459
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema = z.object({});
2460
2460
  /** @internal */
2461
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$outboundSchema = z.object({});
2461
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema = z.object({});
2462
2462
  /**
2463
2463
  * @internal
2464
2464
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2465
2465
  */
2466
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$;
2467
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$) {
2468
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$inboundSchema` instead. */
2469
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$inboundSchema;
2470
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$outboundSchema` instead. */
2471
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$outboundSchema;
2472
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$ = {}));
2473
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684) {
2474
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$outboundSchema
2475
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684));
2466
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$;
2467
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$) {
2468
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema` instead. */
2469
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema;
2470
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema` instead. */
2471
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema;
2472
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$ = {}));
2473
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675) {
2474
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema
2475
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675));
2476
2476
  }
2477
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684FromJSON(jsonString) {
2478
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$inboundSchema
2479
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684' from JSON`);
2477
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675FromJSON(jsonString) {
2478
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema
2479
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675' from JSON`);
2480
2480
  }
2481
2481
  /** @internal */
2482
2482
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema = z.object({
2483
- "__@BRAND@8684": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$inboundSchema),
2483
+ "__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$inboundSchema),
2484
2484
  }).transform((v) => {
2485
2485
  return remap$(v, {
2486
- "__@BRAND@8684": "atBRANDAt8684",
2486
+ "__@BRAND@8675": "atBRANDAt8675",
2487
2487
  });
2488
2488
  });
2489
2489
  /** @internal */
2490
2490
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema = z.object({
2491
- atBRANDAt8684: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8684$outboundSchema),
2491
+ atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8675$outboundSchema),
2492
2492
  }).transform((v) => {
2493
2493
  return remap$(v, {
2494
- atBRANDAt8684: "__@BRAND@8684",
2494
+ atBRANDAt8675: "__@BRAND@8675",
2495
2495
  });
2496
2496
  });
2497
2497
  /**
@@ -2963,42 +2963,42 @@ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applicat
2963
2963
  CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema;
2964
2964
  })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ = {}));
2965
2965
  /** @internal */
2966
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$inboundSchema = z.object({});
2966
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema = z.object({});
2967
2967
  /** @internal */
2968
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$outboundSchema = z.object({});
2968
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema = z.object({});
2969
2969
  /**
2970
2970
  * @internal
2971
2971
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2972
2972
  */
2973
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$;
2974
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$) {
2975
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$inboundSchema` instead. */
2976
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$inboundSchema;
2977
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$outboundSchema` instead. */
2978
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$outboundSchema;
2979
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$ = {}));
2980
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684) {
2981
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$outboundSchema
2982
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684));
2973
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$;
2974
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$) {
2975
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema` instead. */
2976
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema;
2977
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema` instead. */
2978
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema;
2979
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$ = {}));
2980
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675) {
2981
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema
2982
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675));
2983
2983
  }
2984
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684FromJSON(jsonString) {
2985
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$inboundSchema
2986
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684' from JSON`);
2984
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675FromJSON(jsonString) {
2985
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema
2986
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675' from JSON`);
2987
2987
  }
2988
2988
  /** @internal */
2989
2989
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema = z.object({
2990
- "__@BRAND@8684": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$inboundSchema),
2990
+ "__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$inboundSchema),
2991
2991
  }).transform((v) => {
2992
2992
  return remap$(v, {
2993
- "__@BRAND@8684": "atBRANDAt8684",
2993
+ "__@BRAND@8675": "atBRANDAt8675",
2994
2994
  });
2995
2995
  });
2996
2996
  /** @internal */
2997
2997
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema = z.object({
2998
- atBRANDAt8684: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8684$outboundSchema),
2998
+ atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8675$outboundSchema),
2999
2999
  }).transform((v) => {
3000
3000
  return remap$(v, {
3001
- atBRANDAt8684: "__@BRAND@8684",
3001
+ atBRANDAt8675: "__@BRAND@8675",
3002
3002
  });
3003
3003
  });
3004
3004
  /**
@@ -3021,42 +3021,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
3021
3021
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`);
3022
3022
  }
3023
3023
  /** @internal */
3024
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$inboundSchema = z.object({});
3024
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema = z.object({});
3025
3025
  /** @internal */
3026
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$outboundSchema = z.object({});
3026
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema = z.object({});
3027
3027
  /**
3028
3028
  * @internal
3029
3029
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3030
3030
  */
3031
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$;
3032
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$) {
3033
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$inboundSchema` instead. */
3034
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$inboundSchema;
3035
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$outboundSchema` instead. */
3036
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$outboundSchema;
3037
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$ = {}));
3038
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684) {
3039
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$outboundSchema
3040
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684));
3031
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$;
3032
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$) {
3033
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema` instead. */
3034
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema;
3035
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema` instead. */
3036
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema;
3037
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$ = {}));
3038
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675) {
3039
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema
3040
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675));
3041
3041
  }
3042
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684FromJSON(jsonString) {
3043
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$inboundSchema
3044
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684' from JSON`);
3042
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675FromJSON(jsonString) {
3043
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema
3044
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675' from JSON`);
3045
3045
  }
3046
3046
  /** @internal */
3047
3047
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema = z.object({
3048
- "__@BRAND@8684": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$inboundSchema),
3048
+ "__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$inboundSchema),
3049
3049
  }).transform((v) => {
3050
3050
  return remap$(v, {
3051
- "__@BRAND@8684": "atBRANDAt8684",
3051
+ "__@BRAND@8675": "atBRANDAt8675",
3052
3052
  });
3053
3053
  });
3054
3054
  /** @internal */
3055
3055
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema = z.object({
3056
- atBRANDAt8684: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8684$outboundSchema),
3056
+ atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8675$outboundSchema),
3057
3057
  }).transform((v) => {
3058
3058
  return remap$(v, {
3059
- atBRANDAt8684: "__@BRAND@8684",
3059
+ atBRANDAt8675: "__@BRAND@8675",
3060
3060
  });
3061
3061
  });
3062
3062
  /**
@@ -3079,42 +3079,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200App
3079
3079
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`);
3080
3080
  }
3081
3081
  /** @internal */
3082
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$inboundSchema = z.object({});
3082
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema = z.object({});
3083
3083
  /** @internal */
3084
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$outboundSchema = z.object({});
3084
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema = z.object({});
3085
3085
  /**
3086
3086
  * @internal
3087
3087
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3088
3088
  */
3089
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$;
3090
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$) {
3091
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$inboundSchema` instead. */
3092
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$inboundSchema;
3093
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$outboundSchema` instead. */
3094
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$outboundSchema;
3095
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$ = {}));
3096
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684) {
3097
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$outboundSchema
3098
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684));
3089
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$;
3090
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$) {
3091
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema` instead. */
3092
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema;
3093
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema` instead. */
3094
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema;
3095
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$ = {}));
3096
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675) {
3097
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema
3098
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675));
3099
3099
  }
3100
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684FromJSON(jsonString) {
3101
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$inboundSchema
3102
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684' from JSON`);
3100
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675FromJSON(jsonString) {
3101
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema
3102
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675' from JSON`);
3103
3103
  }
3104
3104
  /** @internal */
3105
3105
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema = z.object({
3106
- "__@BRAND@8684": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$inboundSchema),
3106
+ "__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$inboundSchema),
3107
3107
  }).transform((v) => {
3108
3108
  return remap$(v, {
3109
- "__@BRAND@8684": "atBRANDAt8684",
3109
+ "__@BRAND@8675": "atBRANDAt8675",
3110
3110
  });
3111
3111
  });
3112
3112
  /** @internal */
3113
3113
  export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema = z.object({
3114
- atBRANDAt8684: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8684$outboundSchema),
3114
+ atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8675$outboundSchema),
3115
3115
  }).transform((v) => {
3116
3116
  return remap$(v, {
3117
- atBRANDAt8684: "__@BRAND@8684",
3117
+ atBRANDAt8675: "__@BRAND@8675",
3118
3118
  });
3119
3119
  });
3120
3120
  /**
@@ -4018,42 +4018,42 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonStri
4018
4018
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesUiOptions$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesUiOptions' from JSON`);
4019
4019
  }
4020
4020
  /** @internal */
4021
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$inboundSchema = z.object({});
4021
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema = z.object({});
4022
4022
  /** @internal */
4023
- export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$outboundSchema = z.object({});
4023
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema = z.object({});
4024
4024
  /**
4025
4025
  * @internal
4026
4026
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4027
4027
  */
4028
- export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$;
4029
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$) {
4030
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$inboundSchema` instead. */
4031
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$inboundSchema;
4032
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$outboundSchema` instead. */
4033
- CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$outboundSchema;
4034
- })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$ = {}));
4035
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684) {
4036
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$outboundSchema
4037
- .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684));
4028
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$;
4029
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$) {
4030
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema` instead. */
4031
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema;
4032
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema` instead. */
4033
+ CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema;
4034
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$ = {}));
4035
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675) {
4036
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema
4037
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675));
4038
4038
  }
4039
- export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684FromJSON(jsonString) {
4040
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$inboundSchema
4041
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684' from JSON`);
4039
+ export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675FromJSON(jsonString) {
4040
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema
4041
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675' from JSON`);
4042
4042
  }
4043
4043
  /** @internal */
4044
4044
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema = z.object({
4045
- "__@BRAND@8684": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$inboundSchema),
4045
+ "__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$inboundSchema),
4046
4046
  }).transform((v) => {
4047
4047
  return remap$(v, {
4048
- "__@BRAND@8684": "atBRANDAt8684",
4048
+ "__@BRAND@8675": "atBRANDAt8675",
4049
4049
  });
4050
4050
  });
4051
4051
  /** @internal */
4052
4052
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema = z.object({
4053
- atBRANDAt8684: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8684$outboundSchema),
4053
+ atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8675$outboundSchema),
4054
4054
  }).transform((v) => {
4055
4055
  return remap$(v, {
4056
- atBRANDAt8684: "__@BRAND@8684",
4056
+ atBRANDAt8675: "__@BRAND@8675",
4057
4057
  });
4058
4058
  });
4059
4059
  /**
@@ -4076,42 +4076,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
4076
4076
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength' from JSON`);
4077
4077
  }
4078
4078
  /** @internal */
4079
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$inboundSchema = z.object({});
4079
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema = z.object({});
4080
4080
  /** @internal */
4081
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$outboundSchema = z.object({});
4081
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema = z.object({});
4082
4082
  /**
4083
4083
  * @internal
4084
4084
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4085
4085
  */
4086
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$;
4087
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$) {
4088
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$inboundSchema` instead. */
4089
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$inboundSchema;
4090
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$outboundSchema` instead. */
4091
- CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$outboundSchema;
4092
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$ = {}));
4093
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684) {
4094
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$outboundSchema
4095
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684));
4086
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$;
4087
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$) {
4088
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema` instead. */
4089
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema;
4090
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema` instead. */
4091
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema;
4092
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$ = {}));
4093
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675) {
4094
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema
4095
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675));
4096
4096
  }
4097
- export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684FromJSON(jsonString) {
4098
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$inboundSchema
4099
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684' from JSON`);
4097
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675FromJSON(jsonString) {
4098
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema
4099
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675' from JSON`);
4100
4100
  }
4101
4101
  /** @internal */
4102
4102
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema = z.object({
4103
- "__@BRAND@8684": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$inboundSchema),
4103
+ "__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$inboundSchema),
4104
4104
  }).transform((v) => {
4105
4105
  return remap$(v, {
4106
- "__@BRAND@8684": "atBRANDAt8684",
4106
+ "__@BRAND@8675": "atBRANDAt8675",
4107
4107
  });
4108
4108
  });
4109
4109
  /** @internal */
4110
4110
  export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema = z.object({
4111
- atBRANDAt8684: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8684$outboundSchema),
4111
+ atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8675$outboundSchema),
4112
4112
  }).transform((v) => {
4113
4113
  return remap$(v, {
4114
- atBRANDAt8684: "__@BRAND@8684",
4114
+ atBRANDAt8675: "__@BRAND@8675",
4115
4115
  });
4116
4116
  });
4117
4117
  /**
@@ -4134,42 +4134,42 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
4134
4134
  .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsMinLength' from JSON`);
4135
4135
  }
4136
4136
  /** @internal */
4137
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$inboundSchema = z.object({});
4137
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema = z.object({});
4138
4138
  /** @internal */
4139
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$outboundSchema = z.object({});
4139
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema = z.object({});
4140
4140
  /**
4141
4141
  * @internal
4142
4142
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4143
4143
  */
4144
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$;
4145
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$) {
4146
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$inboundSchema` instead. */
4147
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$inboundSchema;
4148
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$outboundSchema` instead. */
4149
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$outboundSchema;
4150
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$ = {}));
4151
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684) {
4152
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$outboundSchema
4153
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684));
4144
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$;
4145
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$) {
4146
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema` instead. */
4147
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema;
4148
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema` instead. */
4149
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema;
4150
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$ = {}));
4151
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675) {
4152
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema
4153
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675));
4154
4154
  }
4155
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684FromJSON(jsonString) {
4156
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$inboundSchema
4157
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684' from JSON`);
4155
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675FromJSON(jsonString) {
4156
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema
4157
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675' from JSON`);
4158
4158
  }
4159
4159
  /** @internal */
4160
4160
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema = z.object({
4161
- "__@BRAND@8684": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$inboundSchema),
4161
+ "__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$inboundSchema),
4162
4162
  }).transform((v) => {
4163
4163
  return remap$(v, {
4164
- "__@BRAND@8684": "atBRANDAt8684",
4164
+ "__@BRAND@8675": "atBRANDAt8675",
4165
4165
  });
4166
4166
  });
4167
4167
  /** @internal */
4168
4168
  export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema = z.object({
4169
- atBRANDAt8684: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8684$outboundSchema),
4169
+ atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8675$outboundSchema),
4170
4170
  }).transform((v) => {
4171
4171
  return remap$(v, {
4172
- atBRANDAt8684: "__@BRAND@8684",
4172
+ atBRANDAt8675: "__@BRAND@8675",
4173
4173
  });
4174
4174
  });
4175
4175
  /**
@@ -5978,42 +5978,42 @@ export var CreateIntegrationStoreDirectPropertiesUiControl$;
5978
5978
  CreateIntegrationStoreDirectPropertiesUiControl$.outboundSchema = CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema;
5979
5979
  })(CreateIntegrationStoreDirectPropertiesUiControl$ || (CreateIntegrationStoreDirectPropertiesUiControl$ = {}));
5980
5980
  /** @internal */
5981
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$inboundSchema = z.object({});
5981
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema = z.object({});
5982
5982
  /** @internal */
5983
- export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$outboundSchema = z.object({});
5983
+ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema = z.object({});
5984
5984
  /**
5985
5985
  * @internal
5986
5986
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5987
5987
  */
5988
- export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$;
5989
- (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$) {
5990
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$inboundSchema` instead. */
5991
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$inboundSchema;
5992
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$outboundSchema` instead. */
5993
- CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$outboundSchema;
5994
- })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$ = {}));
5995
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684) {
5996
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$outboundSchema
5997
- .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684));
5988
+ export var CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$;
5989
+ (function (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$) {
5990
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema` instead. */
5991
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema;
5992
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema` instead. */
5993
+ CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema;
5994
+ })(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$ = {}));
5995
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675) {
5996
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema
5997
+ .parse(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675));
5998
5998
  }
5999
- export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684FromJSON(jsonString) {
6000
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$inboundSchema
6001
- .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684' from JSON`);
5999
+ export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675FromJSON(jsonString) {
6000
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema
6001
+ .parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675' from JSON`);
6002
6002
  }
6003
6003
  /** @internal */
6004
6004
  export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema = z.object({
6005
- "__@BRAND@8684": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$inboundSchema),
6005
+ "__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$inboundSchema),
6006
6006
  }).transform((v) => {
6007
6007
  return remap$(v, {
6008
- "__@BRAND@8684": "atBRANDAt8684",
6008
+ "__@BRAND@8675": "atBRANDAt8675",
6009
6009
  });
6010
6010
  });
6011
6011
  /** @internal */
6012
6012
  export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema = z.object({
6013
- atBRANDAt8684: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8684$outboundSchema),
6013
+ atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8675$outboundSchema),
6014
6014
  }).transform((v) => {
6015
6015
  return remap$(v, {
6016
- atBRANDAt8684: "__@BRAND@8684",
6016
+ atBRANDAt8675: "__@BRAND@8675",
6017
6017
  });
6018
6018
  });
6019
6019
  /**
@@ -6034,40 +6034,40 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonStri
6034
6034
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMaxLength' from JSON`);
6035
6035
  }
6036
6036
  /** @internal */
6037
- export const PropertiesAtBRANDAt8684$inboundSchema = z.object({});
6037
+ export const PropertiesAtBRANDAt8675$inboundSchema = z.object({});
6038
6038
  /** @internal */
6039
- export const PropertiesAtBRANDAt8684$outboundSchema = z.object({});
6039
+ export const PropertiesAtBRANDAt8675$outboundSchema = z.object({});
6040
6040
  /**
6041
6041
  * @internal
6042
6042
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6043
6043
  */
6044
- export var PropertiesAtBRANDAt8684$;
6045
- (function (PropertiesAtBRANDAt8684$) {
6046
- /** @deprecated use `PropertiesAtBRANDAt8684$inboundSchema` instead. */
6047
- PropertiesAtBRANDAt8684$.inboundSchema = PropertiesAtBRANDAt8684$inboundSchema;
6048
- /** @deprecated use `PropertiesAtBRANDAt8684$outboundSchema` instead. */
6049
- PropertiesAtBRANDAt8684$.outboundSchema = PropertiesAtBRANDAt8684$outboundSchema;
6050
- })(PropertiesAtBRANDAt8684$ || (PropertiesAtBRANDAt8684$ = {}));
6051
- export function propertiesAtBRANDAt8684ToJSON(propertiesAtBRANDAt8684) {
6052
- return JSON.stringify(PropertiesAtBRANDAt8684$outboundSchema.parse(propertiesAtBRANDAt8684));
6044
+ export var PropertiesAtBRANDAt8675$;
6045
+ (function (PropertiesAtBRANDAt8675$) {
6046
+ /** @deprecated use `PropertiesAtBRANDAt8675$inboundSchema` instead. */
6047
+ PropertiesAtBRANDAt8675$.inboundSchema = PropertiesAtBRANDAt8675$inboundSchema;
6048
+ /** @deprecated use `PropertiesAtBRANDAt8675$outboundSchema` instead. */
6049
+ PropertiesAtBRANDAt8675$.outboundSchema = PropertiesAtBRANDAt8675$outboundSchema;
6050
+ })(PropertiesAtBRANDAt8675$ || (PropertiesAtBRANDAt8675$ = {}));
6051
+ export function propertiesAtBRANDAt8675ToJSON(propertiesAtBRANDAt8675) {
6052
+ return JSON.stringify(PropertiesAtBRANDAt8675$outboundSchema.parse(propertiesAtBRANDAt8675));
6053
6053
  }
6054
- export function propertiesAtBRANDAt8684FromJSON(jsonString) {
6055
- return safeParse(jsonString, (x) => PropertiesAtBRANDAt8684$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8684' from JSON`);
6054
+ export function propertiesAtBRANDAt8675FromJSON(jsonString) {
6055
+ return safeParse(jsonString, (x) => PropertiesAtBRANDAt8675$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PropertiesAtBRANDAt8675' from JSON`);
6056
6056
  }
6057
6057
  /** @internal */
6058
6058
  export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema = z.object({
6059
- "__@BRAND@8684": z.lazy(() => PropertiesAtBRANDAt8684$inboundSchema),
6059
+ "__@BRAND@8675": z.lazy(() => PropertiesAtBRANDAt8675$inboundSchema),
6060
6060
  }).transform((v) => {
6061
6061
  return remap$(v, {
6062
- "__@BRAND@8684": "atBRANDAt8684",
6062
+ "__@BRAND@8675": "atBRANDAt8675",
6063
6063
  });
6064
6064
  });
6065
6065
  /** @internal */
6066
6066
  export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema = z.object({
6067
- atBRANDAt8684: z.lazy(() => PropertiesAtBRANDAt8684$outboundSchema),
6067
+ atBRANDAt8675: z.lazy(() => PropertiesAtBRANDAt8675$outboundSchema),
6068
6068
  }).transform((v) => {
6069
6069
  return remap$(v, {
6070
- atBRANDAt8684: "__@BRAND@8684",
6070
+ atBRANDAt8675: "__@BRAND@8675",
6071
6071
  });
6072
6072
  });
6073
6073
  /**
@@ -6088,40 +6088,40 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonStri
6088
6088
  return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesMinLength' from JSON`);
6089
6089
  }
6090
6090
  /** @internal */
6091
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$inboundSchema = z.object({});
6091
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema = z.object({});
6092
6092
  /** @internal */
6093
- export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$outboundSchema = z.object({});
6093
+ export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema = z.object({});
6094
6094
  /**
6095
6095
  * @internal
6096
6096
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6097
6097
  */
6098
- export var CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$;
6099
- (function (CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$) {
6100
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$inboundSchema` instead. */
6101
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$inboundSchema;
6102
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$outboundSchema` instead. */
6103
- CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$outboundSchema;
6104
- })(CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$ = {}));
6105
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8684ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8684) {
6106
- return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8684));
6098
+ export var CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$;
6099
+ (function (CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$) {
6100
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema` instead. */
6101
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$.inboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema;
6102
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema` instead. */
6103
+ CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$.outboundSchema = CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema;
6104
+ })(CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$ || (CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$ = {}));
6105
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8675ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8675) {
6106
+ return JSON.stringify(CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema.parse(createIntegrationStoreDirectPropertiesAtBRANDAt8675));
6107
6107
  }
6108
- export function createIntegrationStoreDirectPropertiesAtBRANDAt8684FromJSON(jsonString) {
6109
- return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8684' from JSON`);
6108
+ export function createIntegrationStoreDirectPropertiesAtBRANDAt8675FromJSON(jsonString) {
6109
+ return safeParse(jsonString, (x) => CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8675' from JSON`);
6110
6110
  }
6111
6111
  /** @internal */
6112
6112
  export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema = z.object({
6113
- "__@BRAND@8684": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$inboundSchema),
6113
+ "__@BRAND@8675": z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$inboundSchema),
6114
6114
  }).transform((v) => {
6115
6115
  return remap$(v, {
6116
- "__@BRAND@8684": "atBRANDAt8684",
6116
+ "__@BRAND@8675": "atBRANDAt8675",
6117
6117
  });
6118
6118
  });
6119
6119
  /** @internal */
6120
6120
  export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema = z.object({
6121
- atBRANDAt8684: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8684$outboundSchema),
6121
+ atBRANDAt8675: z.lazy(() => CreateIntegrationStoreDirectPropertiesAtBRANDAt8675$outboundSchema),
6122
6122
  }).transform((v) => {
6123
6123
  return remap$(v, {
6124
- atBRANDAt8684: "__@BRAND@8684",
6124
+ atBRANDAt8675: "__@BRAND@8675",
6125
6125
  });
6126
6126
  });
6127
6127
  /**
@@ -6811,40 +6811,40 @@ export function guidesFromJSON(jsonString) {
6811
6811
  return safeParse(jsonString, (x) => Guides$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Guides' from JSON`);
6812
6812
  }
6813
6813
  /** @internal */
6814
- export const AtBRANDAt8684$inboundSchema = z.object({});
6814
+ export const AtBRANDAt8675$inboundSchema = z.object({});
6815
6815
  /** @internal */
6816
- export const AtBRANDAt8684$outboundSchema = z.object({});
6816
+ export const AtBRANDAt8675$outboundSchema = z.object({});
6817
6817
  /**
6818
6818
  * @internal
6819
6819
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6820
6820
  */
6821
- export var AtBRANDAt8684$;
6822
- (function (AtBRANDAt8684$) {
6823
- /** @deprecated use `AtBRANDAt8684$inboundSchema` instead. */
6824
- AtBRANDAt8684$.inboundSchema = AtBRANDAt8684$inboundSchema;
6825
- /** @deprecated use `AtBRANDAt8684$outboundSchema` instead. */
6826
- AtBRANDAt8684$.outboundSchema = AtBRANDAt8684$outboundSchema;
6827
- })(AtBRANDAt8684$ || (AtBRANDAt8684$ = {}));
6828
- export function atBRANDAt8684ToJSON(atBRANDAt8684) {
6829
- return JSON.stringify(AtBRANDAt8684$outboundSchema.parse(atBRANDAt8684));
6821
+ export var AtBRANDAt8675$;
6822
+ (function (AtBRANDAt8675$) {
6823
+ /** @deprecated use `AtBRANDAt8675$inboundSchema` instead. */
6824
+ AtBRANDAt8675$.inboundSchema = AtBRANDAt8675$inboundSchema;
6825
+ /** @deprecated use `AtBRANDAt8675$outboundSchema` instead. */
6826
+ AtBRANDAt8675$.outboundSchema = AtBRANDAt8675$outboundSchema;
6827
+ })(AtBRANDAt8675$ || (AtBRANDAt8675$ = {}));
6828
+ export function atBRANDAt8675ToJSON(atBRANDAt8675) {
6829
+ return JSON.stringify(AtBRANDAt8675$outboundSchema.parse(atBRANDAt8675));
6830
6830
  }
6831
- export function atBRANDAt8684FromJSON(jsonString) {
6832
- return safeParse(jsonString, (x) => AtBRANDAt8684$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8684' from JSON`);
6831
+ export function atBRANDAt8675FromJSON(jsonString) {
6832
+ return safeParse(jsonString, (x) => AtBRANDAt8675$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AtBRANDAt8675' from JSON`);
6833
6833
  }
6834
6834
  /** @internal */
6835
6835
  export const CreateIntegrationStoreDirectValue$inboundSchema = z.object({
6836
- "__@BRAND@8684": z.lazy(() => AtBRANDAt8684$inboundSchema),
6836
+ "__@BRAND@8675": z.lazy(() => AtBRANDAt8675$inboundSchema),
6837
6837
  }).transform((v) => {
6838
6838
  return remap$(v, {
6839
- "__@BRAND@8684": "atBRANDAt8684",
6839
+ "__@BRAND@8675": "atBRANDAt8675",
6840
6840
  });
6841
6841
  });
6842
6842
  /** @internal */
6843
6843
  export const CreateIntegrationStoreDirectValue$outboundSchema = z.object({
6844
- atBRANDAt8684: z.lazy(() => AtBRANDAt8684$outboundSchema),
6844
+ atBRANDAt8675: z.lazy(() => AtBRANDAt8675$outboundSchema),
6845
6845
  }).transform((v) => {
6846
6846
  return remap$(v, {
6847
- atBRANDAt8684: "__@BRAND@8684",
6847
+ atBRANDAt8675: "__@BRAND@8675",
6848
6848
  });
6849
6849
  });
6850
6850
  /**