@vercel/sdk 1.13.7 → 1.13.8

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 (269) hide show
  1. package/README.md +3 -1
  2. package/bin/mcp-server.js +1422 -1192
  3. package/bin/mcp-server.js.map +58 -57
  4. package/docs/sdks/domainsregistrar/README.md +73 -32
  5. package/esm/__tests__/accessgroups.test.js +2 -6
  6. package/esm/__tests__/accessgroups.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +7 -2
  8. package/esm/__tests__/domains.test.js.map +1 -1
  9. package/esm/__tests__/domainsregistrar.test.js +33 -15
  10. package/esm/__tests__/domainsregistrar.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__/rollingrelease.test.js +2 -6
  15. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  16. package/esm/__tests__/security.test.js +4 -4
  17. package/esm/__tests__/security.test.js.map +1 -1
  18. package/esm/__tests__/teams.test.js +2 -2
  19. package/esm/__tests__/teams.test.js.map +1 -1
  20. package/esm/funcs/domainsRegistrarBuyDomains.d.ts +2 -2
  21. package/esm/funcs/domainsRegistrarBuyDomains.d.ts.map +1 -1
  22. package/esm/funcs/domainsRegistrarBuyDomains.js +8 -4
  23. package/esm/funcs/domainsRegistrarBuyDomains.js.map +1 -1
  24. package/esm/funcs/domainsRegistrarBuySingleDomain.js +5 -1
  25. package/esm/funcs/domainsRegistrarBuySingleDomain.js.map +1 -1
  26. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +2 -2
  27. package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts.map +1 -1
  28. package/esm/funcs/domainsRegistrarGetBulkAvailability.js +8 -4
  29. package/esm/funcs/domainsRegistrarGetBulkAvailability.js.map +1 -1
  30. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +5 -1
  31. package/esm/funcs/domainsRegistrarGetContactInfoSchema.js.map +1 -1
  32. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +5 -1
  33. package/esm/funcs/domainsRegistrarGetDomainAuthCode.js.map +1 -1
  34. package/esm/funcs/domainsRegistrarGetDomainAvailability.js +5 -1
  35. package/esm/funcs/domainsRegistrarGetDomainAvailability.js.map +1 -1
  36. package/esm/funcs/domainsRegistrarGetDomainPrice.js +1 -0
  37. package/esm/funcs/domainsRegistrarGetDomainPrice.js.map +1 -1
  38. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +5 -1
  39. package/esm/funcs/domainsRegistrarGetDomainTransferIn.js.map +1 -1
  40. package/esm/funcs/domainsRegistrarGetOrder.js +5 -1
  41. package/esm/funcs/domainsRegistrarGetOrder.js.map +1 -1
  42. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +2 -1
  43. package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
  44. package/esm/funcs/domainsRegistrarGetSupportedTlds.js +17 -3
  45. package/esm/funcs/domainsRegistrarGetSupportedTlds.js.map +1 -1
  46. package/esm/funcs/domainsRegistrarGetTldPrice.js +1 -0
  47. package/esm/funcs/domainsRegistrarGetTldPrice.js.map +1 -1
  48. package/esm/funcs/domainsRegistrarRenewDomain.js +5 -1
  49. package/esm/funcs/domainsRegistrarRenewDomain.js.map +1 -1
  50. package/esm/funcs/domainsRegistrarTransferInDomain.js +5 -1
  51. package/esm/funcs/domainsRegistrarTransferInDomain.js.map +1 -1
  52. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +5 -1
  53. package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
  54. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +5 -1
  55. package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js.map +1 -1
  56. package/esm/funcs/projectsPauseProject.js +2 -2
  57. package/esm/funcs/projectsPauseProject.js.map +1 -1
  58. package/esm/lib/config.d.ts +3 -3
  59. package/esm/lib/config.js +3 -3
  60. package/esm/lib/config.js.map +1 -1
  61. package/esm/mcp-server/mcp-server.js +1 -1
  62. package/esm/mcp-server/server.js +1 -1
  63. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts +1 -1
  64. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +2 -2
  65. package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -1
  66. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts +1 -1
  67. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +2 -2
  68. package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -1
  69. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts +5 -1
  70. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
  71. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +7 -2
  72. package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -1
  73. package/esm/models/buydomainsop.d.ts +27 -0
  74. package/esm/models/buydomainsop.d.ts.map +1 -1
  75. package/esm/models/buydomainsop.js +35 -0
  76. package/esm/models/buydomainsop.js.map +1 -1
  77. package/esm/models/buysingledomainop.d.ts +2 -0
  78. package/esm/models/buysingledomainop.d.ts.map +1 -1
  79. package/esm/models/buysingledomainop.js +2 -0
  80. package/esm/models/buysingledomainop.js.map +1 -1
  81. package/esm/models/canceldeploymentop.d.ts +3 -10
  82. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  83. package/esm/models/canceldeploymentop.js +1 -4
  84. package/esm/models/canceldeploymentop.js.map +1 -1
  85. package/esm/models/createdeploymentop.d.ts +6 -10
  86. package/esm/models/createdeploymentop.d.ts.map +1 -1
  87. package/esm/models/createdeploymentop.js +2 -4
  88. package/esm/models/createdeploymentop.js.map +1 -1
  89. package/esm/models/createintegrationstoredirectop.d.ts +415 -285
  90. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  91. package/esm/models/createintegrationstoredirectop.js +477 -351
  92. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  93. package/esm/models/createprojectenvop.d.ts +6 -6
  94. package/esm/models/createprojectenvop.js +2 -2
  95. package/esm/models/createprojectenvop.js.map +1 -1
  96. package/esm/models/createprojectop.d.ts +38 -30
  97. package/esm/models/createprojectop.d.ts.map +1 -1
  98. package/esm/models/createprojectop.js +22 -18
  99. package/esm/models/createprojectop.js.map +1 -1
  100. package/esm/models/editprojectenvop.d.ts +3 -3
  101. package/esm/models/editprojectenvop.js +1 -1
  102. package/esm/models/editprojectenvop.js.map +1 -1
  103. package/esm/models/filterprojectenvsop.d.ts +9 -9
  104. package/esm/models/filterprojectenvsop.js +3 -3
  105. package/esm/models/filterprojectenvsop.js.map +1 -1
  106. package/esm/models/getbulkavailabilityop.d.ts +27 -0
  107. package/esm/models/getbulkavailabilityop.d.ts.map +1 -1
  108. package/esm/models/getbulkavailabilityop.js +36 -0
  109. package/esm/models/getbulkavailabilityop.js.map +1 -1
  110. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  111. package/esm/models/getconfigurationproductsop.js +465 -465
  112. package/esm/models/getcontactinfoschemaop.d.ts +2 -0
  113. package/esm/models/getcontactinfoschemaop.d.ts.map +1 -1
  114. package/esm/models/getcontactinfoschemaop.js +2 -0
  115. package/esm/models/getcontactinfoschemaop.js.map +1 -1
  116. package/esm/models/getdeploymentop.d.ts +3 -10
  117. package/esm/models/getdeploymentop.d.ts.map +1 -1
  118. package/esm/models/getdeploymentop.js +1 -4
  119. package/esm/models/getdeploymentop.js.map +1 -1
  120. package/esm/models/getdeploymentsop.d.ts +3 -0
  121. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  122. package/esm/models/getdeploymentsop.js +1 -0
  123. package/esm/models/getdeploymentsop.js.map +1 -1
  124. package/esm/models/getdomainauthcodeop.d.ts +2 -0
  125. package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
  126. package/esm/models/getdomainauthcodeop.js +2 -0
  127. package/esm/models/getdomainauthcodeop.js.map +1 -1
  128. package/esm/models/getdomainavailabilityop.d.ts +2 -0
  129. package/esm/models/getdomainavailabilityop.d.ts.map +1 -1
  130. package/esm/models/getdomainavailabilityop.js +2 -0
  131. package/esm/models/getdomainavailabilityop.js.map +1 -1
  132. package/esm/models/getdomainpriceop.d.ts +2 -0
  133. package/esm/models/getdomainpriceop.d.ts.map +1 -1
  134. package/esm/models/getdomainpriceop.js +2 -0
  135. package/esm/models/getdomainpriceop.js.map +1 -1
  136. package/esm/models/getdomaintransferinop.d.ts +2 -0
  137. package/esm/models/getdomaintransferinop.d.ts.map +1 -1
  138. package/esm/models/getdomaintransferinop.js +2 -0
  139. package/esm/models/getdomaintransferinop.js.map +1 -1
  140. package/esm/models/getorderop.d.ts +2 -0
  141. package/esm/models/getorderop.d.ts.map +1 -1
  142. package/esm/models/getorderop.js +2 -0
  143. package/esm/models/getorderop.js.map +1 -1
  144. package/esm/models/getprojectenvop.d.ts +9 -9
  145. package/esm/models/getprojectenvop.js +3 -3
  146. package/esm/models/getprojectenvop.js.map +1 -1
  147. package/esm/models/getprojectsop.d.ts +5 -0
  148. package/esm/models/getprojectsop.d.ts.map +1 -1
  149. package/esm/models/getprojectsop.js +3 -0
  150. package/esm/models/getprojectsop.js.map +1 -1
  151. package/esm/models/getsupportedtldsop.d.ts +29 -0
  152. package/esm/models/getsupportedtldsop.d.ts.map +1 -0
  153. package/esm/models/getsupportedtldsop.js +31 -0
  154. package/esm/models/getsupportedtldsop.js.map +1 -0
  155. package/esm/models/gettldpriceop.d.ts +2 -0
  156. package/esm/models/gettldpriceop.d.ts.map +1 -1
  157. package/esm/models/gettldpriceop.js +2 -0
  158. package/esm/models/gettldpriceop.js.map +1 -1
  159. package/esm/models/getwebhooksop.d.ts +3 -0
  160. package/esm/models/getwebhooksop.d.ts.map +1 -1
  161. package/esm/models/getwebhooksop.js +1 -0
  162. package/esm/models/getwebhooksop.js.map +1 -1
  163. package/esm/models/removeprojectenvop.d.ts +9 -9
  164. package/esm/models/removeprojectenvop.js +3 -3
  165. package/esm/models/removeprojectenvop.js.map +1 -1
  166. package/esm/models/renewdomainop.d.ts +2 -0
  167. package/esm/models/renewdomainop.d.ts.map +1 -1
  168. package/esm/models/renewdomainop.js +2 -0
  169. package/esm/models/renewdomainop.js.map +1 -1
  170. package/esm/models/team.d.ts +10 -10
  171. package/esm/models/team.d.ts.map +1 -1
  172. package/esm/models/team.js +5 -5
  173. package/esm/models/team.js.map +1 -1
  174. package/esm/models/transferindomainop.d.ts +2 -0
  175. package/esm/models/transferindomainop.d.ts.map +1 -1
  176. package/esm/models/transferindomainop.js +2 -0
  177. package/esm/models/transferindomainop.js.map +1 -1
  178. package/esm/models/updatedomainautorenewop.d.ts +2 -0
  179. package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
  180. package/esm/models/updatedomainautorenewop.js +2 -0
  181. package/esm/models/updatedomainautorenewop.js.map +1 -1
  182. package/esm/models/updatedomainnameserversop.d.ts +2 -0
  183. package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
  184. package/esm/models/updatedomainnameserversop.js +2 -0
  185. package/esm/models/updatedomainnameserversop.js.map +1 -1
  186. package/esm/models/updateprojectdatacacheop.d.ts +5 -0
  187. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  188. package/esm/models/updateprojectdatacacheop.js +3 -0
  189. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  190. package/esm/models/updateprojectop.d.ts +38 -30
  191. package/esm/models/updateprojectop.d.ts.map +1 -1
  192. package/esm/models/updateprojectop.js +22 -18
  193. package/esm/models/updateprojectop.js.map +1 -1
  194. package/esm/models/userevent.d.ts +30 -0
  195. package/esm/models/userevent.d.ts.map +1 -1
  196. package/esm/models/userevent.js +22 -0
  197. package/esm/models/userevent.js.map +1 -1
  198. package/esm/sdk/domainsregistrar.d.ts +6 -5
  199. package/esm/sdk/domainsregistrar.d.ts.map +1 -1
  200. package/esm/sdk/domainsregistrar.js +2 -2
  201. package/esm/sdk/domainsregistrar.js.map +1 -1
  202. package/examples/package-lock.json +1 -1
  203. package/jsr.json +1 -1
  204. package/package.json +1 -1
  205. package/src/__tests__/accessgroups.test.ts +2 -6
  206. package/src/__tests__/domains.test.ts +7 -2
  207. package/src/__tests__/domainsregistrar.test.ts +33 -15
  208. package/src/__tests__/edgeconfig.test.ts +6 -6
  209. package/src/__tests__/integrations.test.ts +1 -1
  210. package/src/__tests__/rollingrelease.test.ts +2 -6
  211. package/src/__tests__/security.test.ts +4 -4
  212. package/src/__tests__/teams.test.ts +2 -2
  213. package/src/funcs/domainsRegistrarBuyDomains.ts +12 -7
  214. package/src/funcs/domainsRegistrarBuySingleDomain.ts +6 -1
  215. package/src/funcs/domainsRegistrarGetBulkAvailability.ts +12 -7
  216. package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +6 -1
  217. package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +6 -1
  218. package/src/funcs/domainsRegistrarGetDomainAvailability.ts +6 -1
  219. package/src/funcs/domainsRegistrarGetDomainPrice.ts +1 -0
  220. package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +6 -1
  221. package/src/funcs/domainsRegistrarGetOrder.ts +6 -1
  222. package/src/funcs/domainsRegistrarGetSupportedTlds.ts +26 -0
  223. package/src/funcs/domainsRegistrarGetTldPrice.ts +1 -0
  224. package/src/funcs/domainsRegistrarRenewDomain.ts +6 -1
  225. package/src/funcs/domainsRegistrarTransferInDomain.ts +6 -1
  226. package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +6 -1
  227. package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +6 -1
  228. package/src/funcs/projectsPauseProject.ts +2 -2
  229. package/src/lib/config.ts +3 -3
  230. package/src/mcp-server/mcp-server.ts +1 -1
  231. package/src/mcp-server/server.ts +1 -1
  232. package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +2 -2
  233. package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +2 -2
  234. package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +11 -2
  235. package/src/models/buydomainsop.ts +70 -0
  236. package/src/models/buysingledomainop.ts +4 -0
  237. package/src/models/canceldeploymentop.ts +1 -14
  238. package/src/models/createdeploymentop.ts +2 -14
  239. package/src/models/createintegrationstoredirectop.ts +821 -604
  240. package/src/models/createprojectenvop.ts +2 -2
  241. package/src/models/createprojectop.ts +36 -30
  242. package/src/models/editprojectenvop.ts +1 -1
  243. package/src/models/filterprojectenvsop.ts +3 -3
  244. package/src/models/getbulkavailabilityop.ts +71 -0
  245. package/src/models/getconfigurationproductsop.ts +802 -802
  246. package/src/models/getcontactinfoschemaop.ts +4 -0
  247. package/src/models/getdeploymentop.ts +1 -14
  248. package/src/models/getdeploymentsop.ts +1 -0
  249. package/src/models/getdomainauthcodeop.ts +4 -0
  250. package/src/models/getdomainavailabilityop.ts +4 -0
  251. package/src/models/getdomainpriceop.ts +4 -0
  252. package/src/models/getdomaintransferinop.ts +4 -0
  253. package/src/models/getorderop.ts +4 -0
  254. package/src/models/getprojectenvop.ts +3 -3
  255. package/src/models/getprojectsop.ts +5 -0
  256. package/src/models/getsupportedtldsop.ts +66 -0
  257. package/src/models/gettldpriceop.ts +4 -0
  258. package/src/models/getwebhooksop.ts +1 -0
  259. package/src/models/removeprojectenvop.ts +3 -3
  260. package/src/models/renewdomainop.ts +4 -0
  261. package/src/models/team.ts +12 -12
  262. package/src/models/transferindomainop.ts +4 -0
  263. package/src/models/updatedomainautorenewop.ts +4 -0
  264. package/src/models/updatedomainnameserversop.ts +4 -0
  265. package/src/models/updateprojectdatacacheop.ts +5 -0
  266. package/src/models/updateprojectop.ts +36 -30
  267. package/src/models/userevent.ts +32 -0
  268. package/src/sdk/domainsregistrar.ts +7 -4
  269. package/vercel-spec.json +434 -225
@@ -104,6 +104,7 @@ export declare const CreateIntegrationStoreDirectFramework: {
104
104
  readonly Vuepress: "vuepress";
105
105
  readonly Parcel: "parcel";
106
106
  readonly Fastapi: "fastapi";
107
+ readonly Flask: "flask";
107
108
  readonly Fasthtml: "fasthtml";
108
109
  readonly SanityV3: "sanity-v3";
109
110
  readonly Sanity: "sanity";
@@ -147,6 +148,25 @@ export type ProjectsMetadata = {
147
148
  environmentVariables: Array<string>;
148
149
  deployments?: CreateIntegrationStoreDirectDeployments | undefined;
149
150
  };
151
+ export declare const Providers2: {
152
+ readonly Wildcard: "*";
153
+ };
154
+ export type Providers2 = ClosedEnum<typeof Providers2>;
155
+ export declare const Providers1: {
156
+ readonly Github: "github";
157
+ readonly Gitlab: "gitlab";
158
+ readonly Bitbucket: "bitbucket";
159
+ };
160
+ export type Providers1 = ClosedEnum<typeof Providers1>;
161
+ export type Providers = Array<Providers1> | Providers2;
162
+ export type Git = {
163
+ providers: Array<Providers1> | Providers2;
164
+ owners?: Array<string> | undefined;
165
+ repos?: Array<string> | undefined;
166
+ };
167
+ export type ProjectFilter = {
168
+ git?: Git | undefined;
169
+ };
150
170
  export declare const CreateIntegrationStoreDirectStatus: {
151
171
  readonly Available: "available";
152
172
  readonly Error: "error";
@@ -193,9 +213,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
193
213
  readonly Object: "object";
194
214
  };
195
215
  export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
196
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557 = {};
216
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575 = {};
197
217
  export type CreateIntegrationStoreDirectPropertiesValue = {
198
- atBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557;
218
+ atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575;
199
219
  };
200
220
  export declare const CreateIntegrationStoreDirectDisabled3: {
201
221
  readonly Update: "update";
@@ -228,17 +248,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
228
248
  readonly Domain: "domain";
229
249
  };
230
250
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
231
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557 = {};
251
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575 = {};
232
252
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
233
- atBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557;
253
+ atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575;
234
254
  };
235
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557 = {};
255
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575 = {};
236
256
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
237
- atBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557;
257
+ atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575;
238
258
  };
239
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557 = {};
259
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575 = {};
240
260
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
241
- atBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557;
261
+ atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575;
242
262
  };
243
263
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
244
264
  readonly Update: "update";
@@ -299,9 +319,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
299
319
  readonly VercelRegion: "vercel-region";
300
320
  };
301
321
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
302
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557 = {};
322
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575 = {};
303
323
  export type CreateIntegrationStoreDirectUiOptionsValue = {
304
- atBRANDAt8557: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557;
324
+ atBRANDAt8575: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575;
305
325
  };
306
326
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
307
327
  readonly Update: "update";
@@ -326,9 +346,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
326
346
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
327
347
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
328
348
  };
329
- export type UiOptionsAtBRANDAt8557 = {};
349
+ export type UiOptionsAtBRANDAt8575 = {};
330
350
  export type CreateIntegrationStoreDirectUiOptions2 = {
331
- atBRANDAt8557: UiOptionsAtBRANDAt8557;
351
+ atBRANDAt8575: UiOptionsAtBRANDAt8575;
332
352
  };
333
353
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
334
354
  readonly Update: "update";
@@ -355,17 +375,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
355
375
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
356
376
  };
357
377
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
358
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557 = {};
378
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575 = {};
359
379
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
360
- atBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557;
380
+ atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575;
361
381
  };
362
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557 = {};
382
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575 = {};
363
383
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
364
- atBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557;
384
+ atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575;
365
385
  };
366
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557 = {};
386
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575 = {};
367
387
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
368
- atBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557;
388
+ atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575;
369
389
  };
370
390
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
371
391
  readonly Update: "update";
@@ -427,17 +447,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
427
447
  readonly String: "string";
428
448
  };
429
449
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
430
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557 = {};
450
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575 = {};
431
451
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength = {
432
- atBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557;
452
+ atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575;
433
453
  };
434
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557 = {};
454
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575 = {};
435
455
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength = {
436
- atBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557;
456
+ atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575;
437
457
  };
438
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557 = {};
458
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575 = {};
439
459
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern = {
440
- atBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557;
460
+ atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575;
441
461
  };
442
462
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
443
463
  type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type;
@@ -560,17 +580,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
560
580
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
561
581
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
562
582
  };
563
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557 = {};
583
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575 = {};
564
584
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
565
- atBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557;
585
+ atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575;
566
586
  };
567
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557 = {};
587
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575 = {};
568
588
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
569
- atBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557;
589
+ atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575;
570
590
  };
571
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557 = {};
591
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575 = {};
572
592
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
573
- atBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557;
593
+ atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575;
574
594
  };
575
595
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
576
596
  readonly Update: "update";
@@ -816,17 +836,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
816
836
  readonly Input: "input";
817
837
  };
818
838
  export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
819
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557 = {};
839
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575 = {};
820
840
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
821
- atBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557;
841
+ atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575;
822
842
  };
823
- export type PropertiesAtBRANDAt8557 = {};
843
+ export type PropertiesAtBRANDAt8575 = {};
824
844
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
825
- atBRANDAt8557: PropertiesAtBRANDAt8557;
845
+ atBRANDAt8575: PropertiesAtBRANDAt8575;
826
846
  };
827
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8557 = {};
847
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8575 = {};
828
848
  export type CreateIntegrationStoreDirectPropertiesPattern = {
829
- atBRANDAt8557: CreateIntegrationStoreDirectPropertiesAtBRANDAt8557;
849
+ atBRANDAt8575: CreateIntegrationStoreDirectPropertiesAtBRANDAt8575;
830
850
  };
831
851
  export declare const CreateIntegrationStoreDirectUiReadOnly3: {
832
852
  readonly Update: "update";
@@ -977,9 +997,9 @@ export type Guides = {
977
997
  title: string;
978
998
  steps: Array<Steps>;
979
999
  };
980
- export type AtBRANDAt8557 = {};
1000
+ export type AtBRANDAt8575 = {};
981
1001
  export type CreateIntegrationStoreDirectValue = {
982
- atBRANDAt8557: AtBRANDAt8557;
1002
+ atBRANDAt8575: AtBRANDAt8575;
983
1003
  };
984
1004
  export declare const Disabled3: {
985
1005
  readonly Update: "update";
@@ -1085,6 +1105,7 @@ export type CreateIntegrationStoreDirectBillingPlan = {
1085
1105
  };
1086
1106
  export type CreateIntegrationStoreDirectStore = {
1087
1107
  projectsMetadata: Array<ProjectsMetadata>;
1108
+ projectFilter?: ProjectFilter | undefined;
1088
1109
  totalConnectedProjects?: number | undefined;
1089
1110
  usageQuotaExceeded: boolean;
1090
1111
  status: CreateIntegrationStoreDirectStatus | null;
@@ -1237,6 +1258,7 @@ export declare namespace CreateIntegrationStoreDirectFramework$ {
1237
1258
  readonly Vuepress: "vuepress";
1238
1259
  readonly Parcel: "parcel";
1239
1260
  readonly Fastapi: "fastapi";
1261
+ readonly Flask: "flask";
1240
1262
  readonly Fasthtml: "fasthtml";
1241
1263
  readonly SanityV3: "sanity-v3";
1242
1264
  readonly Sanity: "sanity";
@@ -1293,6 +1315,7 @@ export declare namespace CreateIntegrationStoreDirectFramework$ {
1293
1315
  readonly Vuepress: "vuepress";
1294
1316
  readonly Parcel: "parcel";
1295
1317
  readonly Fastapi: "fastapi";
1318
+ readonly Flask: "flask";
1296
1319
  readonly Fasthtml: "fasthtml";
1297
1320
  readonly SanityV3: "sanity-v3";
1298
1321
  readonly Sanity: "sanity";
@@ -1426,6 +1449,112 @@ export declare namespace ProjectsMetadata$ {
1426
1449
  export declare function projectsMetadataToJSON(projectsMetadata: ProjectsMetadata): string;
1427
1450
  export declare function projectsMetadataFromJSON(jsonString: string): SafeParseResult<ProjectsMetadata, SDKValidationError>;
1428
1451
  /** @internal */
1452
+ export declare const Providers2$inboundSchema: z.ZodNativeEnum<typeof Providers2>;
1453
+ /** @internal */
1454
+ export declare const Providers2$outboundSchema: z.ZodNativeEnum<typeof Providers2>;
1455
+ /**
1456
+ * @internal
1457
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1458
+ */
1459
+ export declare namespace Providers2$ {
1460
+ /** @deprecated use `Providers2$inboundSchema` instead. */
1461
+ const inboundSchema: z.ZodNativeEnum<{
1462
+ readonly Wildcard: "*";
1463
+ }>;
1464
+ /** @deprecated use `Providers2$outboundSchema` instead. */
1465
+ const outboundSchema: z.ZodNativeEnum<{
1466
+ readonly Wildcard: "*";
1467
+ }>;
1468
+ }
1469
+ /** @internal */
1470
+ export declare const Providers1$inboundSchema: z.ZodNativeEnum<typeof Providers1>;
1471
+ /** @internal */
1472
+ export declare const Providers1$outboundSchema: z.ZodNativeEnum<typeof Providers1>;
1473
+ /**
1474
+ * @internal
1475
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1476
+ */
1477
+ export declare namespace Providers1$ {
1478
+ /** @deprecated use `Providers1$inboundSchema` instead. */
1479
+ const inboundSchema: z.ZodNativeEnum<{
1480
+ readonly Github: "github";
1481
+ readonly Gitlab: "gitlab";
1482
+ readonly Bitbucket: "bitbucket";
1483
+ }>;
1484
+ /** @deprecated use `Providers1$outboundSchema` instead. */
1485
+ const outboundSchema: z.ZodNativeEnum<{
1486
+ readonly Github: "github";
1487
+ readonly Gitlab: "gitlab";
1488
+ readonly Bitbucket: "bitbucket";
1489
+ }>;
1490
+ }
1491
+ /** @internal */
1492
+ export declare const Providers$inboundSchema: z.ZodType<Providers, z.ZodTypeDef, unknown>;
1493
+ /** @internal */
1494
+ export type Providers$Outbound = Array<string> | string;
1495
+ /** @internal */
1496
+ export declare const Providers$outboundSchema: z.ZodType<Providers$Outbound, z.ZodTypeDef, Providers>;
1497
+ /**
1498
+ * @internal
1499
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1500
+ */
1501
+ export declare namespace Providers$ {
1502
+ /** @deprecated use `Providers$inboundSchema` instead. */
1503
+ const inboundSchema: z.ZodType<Providers, z.ZodTypeDef, unknown>;
1504
+ /** @deprecated use `Providers$outboundSchema` instead. */
1505
+ const outboundSchema: z.ZodType<Providers$Outbound, z.ZodTypeDef, Providers>;
1506
+ /** @deprecated use `Providers$Outbound` instead. */
1507
+ type Outbound = Providers$Outbound;
1508
+ }
1509
+ export declare function providersToJSON(providers: Providers): string;
1510
+ export declare function providersFromJSON(jsonString: string): SafeParseResult<Providers, SDKValidationError>;
1511
+ /** @internal */
1512
+ export declare const Git$inboundSchema: z.ZodType<Git, z.ZodTypeDef, unknown>;
1513
+ /** @internal */
1514
+ export type Git$Outbound = {
1515
+ providers: Array<string> | string;
1516
+ owners?: Array<string> | undefined;
1517
+ repos?: Array<string> | undefined;
1518
+ };
1519
+ /** @internal */
1520
+ export declare const Git$outboundSchema: z.ZodType<Git$Outbound, z.ZodTypeDef, Git>;
1521
+ /**
1522
+ * @internal
1523
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1524
+ */
1525
+ export declare namespace Git$ {
1526
+ /** @deprecated use `Git$inboundSchema` instead. */
1527
+ const inboundSchema: z.ZodType<Git, z.ZodTypeDef, unknown>;
1528
+ /** @deprecated use `Git$outboundSchema` instead. */
1529
+ const outboundSchema: z.ZodType<Git$Outbound, z.ZodTypeDef, Git>;
1530
+ /** @deprecated use `Git$Outbound` instead. */
1531
+ type Outbound = Git$Outbound;
1532
+ }
1533
+ export declare function gitToJSON(git: Git): string;
1534
+ export declare function gitFromJSON(jsonString: string): SafeParseResult<Git, SDKValidationError>;
1535
+ /** @internal */
1536
+ export declare const ProjectFilter$inboundSchema: z.ZodType<ProjectFilter, z.ZodTypeDef, unknown>;
1537
+ /** @internal */
1538
+ export type ProjectFilter$Outbound = {
1539
+ git?: Git$Outbound | undefined;
1540
+ };
1541
+ /** @internal */
1542
+ export declare const ProjectFilter$outboundSchema: z.ZodType<ProjectFilter$Outbound, z.ZodTypeDef, ProjectFilter>;
1543
+ /**
1544
+ * @internal
1545
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1546
+ */
1547
+ export declare namespace ProjectFilter$ {
1548
+ /** @deprecated use `ProjectFilter$inboundSchema` instead. */
1549
+ const inboundSchema: z.ZodType<ProjectFilter, z.ZodTypeDef, unknown>;
1550
+ /** @deprecated use `ProjectFilter$outboundSchema` instead. */
1551
+ const outboundSchema: z.ZodType<ProjectFilter$Outbound, z.ZodTypeDef, ProjectFilter>;
1552
+ /** @deprecated use `ProjectFilter$Outbound` instead. */
1553
+ type Outbound = ProjectFilter$Outbound;
1554
+ }
1555
+ export declare function projectFilterToJSON(projectFilter: ProjectFilter): string;
1556
+ export declare function projectFilterFromJSON(jsonString: string): SafeParseResult<ProjectFilter, SDKValidationError>;
1557
+ /** @internal */
1429
1558
  export declare const CreateIntegrationStoreDirectStatus$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectStatus>;
1430
1559
  /** @internal */
1431
1560
  export declare const CreateIntegrationStoreDirectStatus$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectStatus>;
@@ -1600,30 +1729,30 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsType$ {
1600
1729
  }>;
1601
1730
  }
1602
1731
  /** @internal */
1603
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557, z.ZodTypeDef, unknown>;
1732
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575, z.ZodTypeDef, unknown>;
1604
1733
  /** @internal */
1605
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$Outbound = {};
1734
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$Outbound = {};
1606
1735
  /** @internal */
1607
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557>;
1736
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575>;
1608
1737
  /**
1609
1738
  * @internal
1610
1739
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1611
1740
  */
1612
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$ {
1613
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$inboundSchema` instead. */
1614
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557, z.ZodTypeDef, unknown>;
1615
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$outboundSchema` instead. */
1616
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557>;
1617
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$Outbound` instead. */
1618
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$Outbound;
1741
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$ {
1742
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema` instead. */
1743
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575, z.ZodTypeDef, unknown>;
1744
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema` instead. */
1745
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575>;
1746
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$Outbound` instead. */
1747
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$Outbound;
1619
1748
  }
1620
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557): string;
1621
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557, SDKValidationError>;
1749
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575): string;
1750
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575, SDKValidationError>;
1622
1751
  /** @internal */
1623
1752
  export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
1624
1753
  /** @internal */
1625
1754
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
1626
- "__@BRAND@8557": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8557$Outbound;
1755
+ "__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$Outbound;
1627
1756
  };
1628
1757
  /** @internal */
1629
1758
  export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
@@ -1826,30 +1955,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
1826
1955
  }>;
1827
1956
  }
1828
1957
  /** @internal */
1829
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557, z.ZodTypeDef, unknown>;
1958
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575, z.ZodTypeDef, unknown>;
1830
1959
  /** @internal */
1831
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$Outbound = {};
1960
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$Outbound = {};
1832
1961
  /** @internal */
1833
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557>;
1962
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575>;
1834
1963
  /**
1835
1964
  * @internal
1836
1965
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1837
1966
  */
1838
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$ {
1839
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$inboundSchema` instead. */
1840
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557, z.ZodTypeDef, unknown>;
1841
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$outboundSchema` instead. */
1842
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557>;
1843
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$Outbound` instead. */
1844
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$Outbound;
1967
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$ {
1968
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema` instead. */
1969
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575, z.ZodTypeDef, unknown>;
1970
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema` instead. */
1971
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575>;
1972
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$Outbound` instead. */
1973
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$Outbound;
1845
1974
  }
1846
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557): string;
1847
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557, SDKValidationError>;
1975
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575): string;
1976
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575, SDKValidationError>;
1848
1977
  /** @internal */
1849
1978
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
1850
1979
  /** @internal */
1851
1980
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
1852
- "__@BRAND@8557": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8557$Outbound;
1981
+ "__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$Outbound;
1853
1982
  };
1854
1983
  /** @internal */
1855
1984
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
@@ -1868,30 +1997,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
1868
1997
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
1869
1998
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
1870
1999
  /** @internal */
1871
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557, z.ZodTypeDef, unknown>;
2000
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575, z.ZodTypeDef, unknown>;
1872
2001
  /** @internal */
1873
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$Outbound = {};
2002
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$Outbound = {};
1874
2003
  /** @internal */
1875
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557>;
2004
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575>;
1876
2005
  /**
1877
2006
  * @internal
1878
2007
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1879
2008
  */
1880
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$ {
1881
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$inboundSchema` instead. */
1882
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557, z.ZodTypeDef, unknown>;
1883
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$outboundSchema` instead. */
1884
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557>;
1885
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$Outbound` instead. */
1886
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$Outbound;
2009
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$ {
2010
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema` instead. */
2011
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575, z.ZodTypeDef, unknown>;
2012
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema` instead. */
2013
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575>;
2014
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$Outbound` instead. */
2015
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$Outbound;
1887
2016
  }
1888
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557): string;
1889
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557, SDKValidationError>;
2017
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575): string;
2018
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575, SDKValidationError>;
1890
2019
  /** @internal */
1891
2020
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
1892
2021
  /** @internal */
1893
2022
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
1894
- "__@BRAND@8557": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8557$Outbound;
2023
+ "__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$Outbound;
1895
2024
  };
1896
2025
  /** @internal */
1897
2026
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
@@ -1910,30 +2039,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
1910
2039
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
1911
2040
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
1912
2041
  /** @internal */
1913
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557, z.ZodTypeDef, unknown>;
2042
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575, z.ZodTypeDef, unknown>;
1914
2043
  /** @internal */
1915
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$Outbound = {};
2044
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$Outbound = {};
1916
2045
  /** @internal */
1917
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557>;
2046
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575>;
1918
2047
  /**
1919
2048
  * @internal
1920
2049
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1921
2050
  */
1922
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$ {
1923
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$inboundSchema` instead. */
1924
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557, z.ZodTypeDef, unknown>;
1925
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$outboundSchema` instead. */
1926
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557>;
1927
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$Outbound` instead. */
1928
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$Outbound;
2051
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$ {
2052
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema` instead. */
2053
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575, z.ZodTypeDef, unknown>;
2054
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema` instead. */
2055
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575>;
2056
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$Outbound` instead. */
2057
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$Outbound;
1929
2058
  }
1930
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557): string;
1931
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557, SDKValidationError>;
2059
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575): string;
2060
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575, SDKValidationError>;
1932
2061
  /** @internal */
1933
2062
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
1934
2063
  /** @internal */
1935
2064
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
1936
- "__@BRAND@8557": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8557$Outbound;
2065
+ "__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$Outbound;
1937
2066
  };
1938
2067
  /** @internal */
1939
2068
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
@@ -2274,30 +2403,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2274
2403
  }>;
2275
2404
  }
2276
2405
  /** @internal */
2277
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557, z.ZodTypeDef, unknown>;
2406
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575, z.ZodTypeDef, unknown>;
2278
2407
  /** @internal */
2279
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$Outbound = {};
2408
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$Outbound = {};
2280
2409
  /** @internal */
2281
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557>;
2410
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575>;
2282
2411
  /**
2283
2412
  * @internal
2284
2413
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2285
2414
  */
2286
- export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$ {
2287
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$inboundSchema` instead. */
2288
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557, z.ZodTypeDef, unknown>;
2289
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$outboundSchema` instead. */
2290
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557>;
2291
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$Outbound` instead. */
2292
- type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$Outbound;
2415
+ export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$ {
2416
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema` instead. */
2417
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575, z.ZodTypeDef, unknown>;
2418
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema` instead. */
2419
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575>;
2420
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$Outbound` instead. */
2421
+ type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$Outbound;
2293
2422
  }
2294
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8557ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8557: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557): string;
2295
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8557FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557, SDKValidationError>;
2423
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8575ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8575: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575): string;
2424
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575, SDKValidationError>;
2296
2425
  /** @internal */
2297
2426
  export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
2298
2427
  /** @internal */
2299
2428
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
2300
- "__@BRAND@8557": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8557$Outbound;
2429
+ "__@BRAND@8575": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$Outbound;
2301
2430
  };
2302
2431
  /** @internal */
2303
2432
  export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
@@ -2464,30 +2593,30 @@ export declare namespace CreateIntegrationStoreDirectUiOptions3$ {
2464
2593
  export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
2465
2594
  export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
2466
2595
  /** @internal */
2467
- export declare const UiOptionsAtBRANDAt8557$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8557, z.ZodTypeDef, unknown>;
2596
+ export declare const UiOptionsAtBRANDAt8575$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8575, z.ZodTypeDef, unknown>;
2468
2597
  /** @internal */
2469
- export type UiOptionsAtBRANDAt8557$Outbound = {};
2598
+ export type UiOptionsAtBRANDAt8575$Outbound = {};
2470
2599
  /** @internal */
2471
- export declare const UiOptionsAtBRANDAt8557$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8557$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8557>;
2600
+ export declare const UiOptionsAtBRANDAt8575$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8575$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8575>;
2472
2601
  /**
2473
2602
  * @internal
2474
2603
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2475
2604
  */
2476
- export declare namespace UiOptionsAtBRANDAt8557$ {
2477
- /** @deprecated use `UiOptionsAtBRANDAt8557$inboundSchema` instead. */
2478
- const inboundSchema: z.ZodType<UiOptionsAtBRANDAt8557, z.ZodTypeDef, unknown>;
2479
- /** @deprecated use `UiOptionsAtBRANDAt8557$outboundSchema` instead. */
2480
- const outboundSchema: z.ZodType<UiOptionsAtBRANDAt8557$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8557>;
2481
- /** @deprecated use `UiOptionsAtBRANDAt8557$Outbound` instead. */
2482
- type Outbound = UiOptionsAtBRANDAt8557$Outbound;
2605
+ export declare namespace UiOptionsAtBRANDAt8575$ {
2606
+ /** @deprecated use `UiOptionsAtBRANDAt8575$inboundSchema` instead. */
2607
+ const inboundSchema: z.ZodType<UiOptionsAtBRANDAt8575, z.ZodTypeDef, unknown>;
2608
+ /** @deprecated use `UiOptionsAtBRANDAt8575$outboundSchema` instead. */
2609
+ const outboundSchema: z.ZodType<UiOptionsAtBRANDAt8575$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8575>;
2610
+ /** @deprecated use `UiOptionsAtBRANDAt8575$Outbound` instead. */
2611
+ type Outbound = UiOptionsAtBRANDAt8575$Outbound;
2483
2612
  }
2484
- export declare function uiOptionsAtBRANDAt8557ToJSON(uiOptionsAtBRANDAt8557: UiOptionsAtBRANDAt8557): string;
2485
- export declare function uiOptionsAtBRANDAt8557FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8557, SDKValidationError>;
2613
+ export declare function uiOptionsAtBRANDAt8575ToJSON(uiOptionsAtBRANDAt8575: UiOptionsAtBRANDAt8575): string;
2614
+ export declare function uiOptionsAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8575, SDKValidationError>;
2486
2615
  /** @internal */
2487
2616
  export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
2488
2617
  /** @internal */
2489
2618
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
2490
- "__@BRAND@8557": UiOptionsAtBRANDAt8557$Outbound;
2619
+ "__@BRAND@8575": UiOptionsAtBRANDAt8575$Outbound;
2491
2620
  };
2492
2621
  /** @internal */
2493
2622
  export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
@@ -2675,30 +2804,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2675
2804
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
2676
2805
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
2677
2806
  /** @internal */
2678
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557, z.ZodTypeDef, unknown>;
2807
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575, z.ZodTypeDef, unknown>;
2679
2808
  /** @internal */
2680
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$Outbound = {};
2809
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$Outbound = {};
2681
2810
  /** @internal */
2682
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557>;
2811
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575>;
2683
2812
  /**
2684
2813
  * @internal
2685
2814
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2686
2815
  */
2687
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$ {
2688
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$inboundSchema` instead. */
2689
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557, z.ZodTypeDef, unknown>;
2690
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$outboundSchema` instead. */
2691
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557>;
2692
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$Outbound` instead. */
2693
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$Outbound;
2816
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$ {
2817
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema` instead. */
2818
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575, z.ZodTypeDef, unknown>;
2819
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema` instead. */
2820
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575>;
2821
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$Outbound` instead. */
2822
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$Outbound;
2694
2823
  }
2695
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557): string;
2696
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557, SDKValidationError>;
2824
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575): string;
2825
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575, SDKValidationError>;
2697
2826
  /** @internal */
2698
2827
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
2699
2828
  /** @internal */
2700
2829
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
2701
- "__@BRAND@8557": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8557$Outbound;
2830
+ "__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$Outbound;
2702
2831
  };
2703
2832
  /** @internal */
2704
2833
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
@@ -2717,30 +2846,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2717
2846
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
2718
2847
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
2719
2848
  /** @internal */
2720
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557, z.ZodTypeDef, unknown>;
2849
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575, z.ZodTypeDef, unknown>;
2721
2850
  /** @internal */
2722
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$Outbound = {};
2851
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$Outbound = {};
2723
2852
  /** @internal */
2724
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557>;
2853
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575>;
2725
2854
  /**
2726
2855
  * @internal
2727
2856
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2728
2857
  */
2729
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$ {
2730
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$inboundSchema` instead. */
2731
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557, z.ZodTypeDef, unknown>;
2732
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$outboundSchema` instead. */
2733
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557>;
2734
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$Outbound` instead. */
2735
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$Outbound;
2858
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$ {
2859
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema` instead. */
2860
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575, z.ZodTypeDef, unknown>;
2861
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema` instead. */
2862
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575>;
2863
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$Outbound` instead. */
2864
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$Outbound;
2736
2865
  }
2737
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557): string;
2738
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557, SDKValidationError>;
2866
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575): string;
2867
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575, SDKValidationError>;
2739
2868
  /** @internal */
2740
2869
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
2741
2870
  /** @internal */
2742
2871
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
2743
- "__@BRAND@8557": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8557$Outbound;
2872
+ "__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$Outbound;
2744
2873
  };
2745
2874
  /** @internal */
2746
2875
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
@@ -2759,30 +2888,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2759
2888
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
2760
2889
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
2761
2890
  /** @internal */
2762
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557, z.ZodTypeDef, unknown>;
2891
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575, z.ZodTypeDef, unknown>;
2763
2892
  /** @internal */
2764
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$Outbound = {};
2893
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$Outbound = {};
2765
2894
  /** @internal */
2766
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557>;
2895
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575>;
2767
2896
  /**
2768
2897
  * @internal
2769
2898
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2770
2899
  */
2771
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$ {
2772
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$inboundSchema` instead. */
2773
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557, z.ZodTypeDef, unknown>;
2774
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$outboundSchema` instead. */
2775
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557>;
2776
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$Outbound` instead. */
2777
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$Outbound;
2900
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$ {
2901
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema` instead. */
2902
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575, z.ZodTypeDef, unknown>;
2903
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema` instead. */
2904
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575>;
2905
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$Outbound` instead. */
2906
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$Outbound;
2778
2907
  }
2779
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557): string;
2780
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557, SDKValidationError>;
2908
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575): string;
2909
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575, SDKValidationError>;
2781
2910
  /** @internal */
2782
2911
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
2783
2912
  /** @internal */
2784
2913
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
2785
- "__@BRAND@8557": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8557$Outbound;
2914
+ "__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$Outbound;
2786
2915
  };
2787
2916
  /** @internal */
2788
2917
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
@@ -3124,30 +3253,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
3124
3253
  }>;
3125
3254
  }
3126
3255
  /** @internal */
3127
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557, z.ZodTypeDef, unknown>;
3256
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575, z.ZodTypeDef, unknown>;
3128
3257
  /** @internal */
3129
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$Outbound = {};
3258
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$Outbound = {};
3130
3259
  /** @internal */
3131
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557>;
3260
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575>;
3132
3261
  /**
3133
3262
  * @internal
3134
3263
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3135
3264
  */
3136
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$ {
3137
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$inboundSchema` instead. */
3138
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557, z.ZodTypeDef, unknown>;
3139
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$outboundSchema` instead. */
3140
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557>;
3141
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$Outbound` instead. */
3142
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$Outbound;
3265
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$ {
3266
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema` instead. */
3267
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575, z.ZodTypeDef, unknown>;
3268
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema` instead. */
3269
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575>;
3270
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$Outbound` instead. */
3271
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$Outbound;
3143
3272
  }
3144
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557): string;
3145
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557, SDKValidationError>;
3273
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575): string;
3274
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575, SDKValidationError>;
3146
3275
  /** @internal */
3147
3276
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, z.ZodTypeDef, unknown>;
3148
3277
  /** @internal */
3149
3278
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound = {
3150
- "__@BRAND@8557": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8557$Outbound;
3279
+ "__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$Outbound;
3151
3280
  };
3152
3281
  /** @internal */
3153
3282
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength>;
@@ -3166,30 +3295,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
3166
3295
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength): string;
3167
3296
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, SDKValidationError>;
3168
3297
  /** @internal */
3169
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557, z.ZodTypeDef, unknown>;
3298
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575, z.ZodTypeDef, unknown>;
3170
3299
  /** @internal */
3171
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$Outbound = {};
3300
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$Outbound = {};
3172
3301
  /** @internal */
3173
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557>;
3302
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575>;
3174
3303
  /**
3175
3304
  * @internal
3176
3305
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3177
3306
  */
3178
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$ {
3179
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$inboundSchema` instead. */
3180
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557, z.ZodTypeDef, unknown>;
3181
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$outboundSchema` instead. */
3182
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557>;
3183
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$Outbound` instead. */
3184
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$Outbound;
3307
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$ {
3308
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema` instead. */
3309
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575, z.ZodTypeDef, unknown>;
3310
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema` instead. */
3311
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575>;
3312
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$Outbound` instead. */
3313
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$Outbound;
3185
3314
  }
3186
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557): string;
3187
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557, SDKValidationError>;
3315
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575): string;
3316
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575, SDKValidationError>;
3188
3317
  /** @internal */
3189
3318
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, z.ZodTypeDef, unknown>;
3190
3319
  /** @internal */
3191
3320
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound = {
3192
- "__@BRAND@8557": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8557$Outbound;
3321
+ "__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$Outbound;
3193
3322
  };
3194
3323
  /** @internal */
3195
3324
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength>;
@@ -3208,30 +3337,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
3208
3337
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength): string;
3209
3338
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, SDKValidationError>;
3210
3339
  /** @internal */
3211
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557, z.ZodTypeDef, unknown>;
3340
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575, z.ZodTypeDef, unknown>;
3212
3341
  /** @internal */
3213
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$Outbound = {};
3342
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$Outbound = {};
3214
3343
  /** @internal */
3215
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557>;
3344
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575>;
3216
3345
  /**
3217
3346
  * @internal
3218
3347
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3219
3348
  */
3220
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$ {
3221
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$inboundSchema` instead. */
3222
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557, z.ZodTypeDef, unknown>;
3223
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$outboundSchema` instead. */
3224
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557>;
3225
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$Outbound` instead. */
3226
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$Outbound;
3349
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$ {
3350
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema` instead. */
3351
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575, z.ZodTypeDef, unknown>;
3352
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema` instead. */
3353
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575>;
3354
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$Outbound` instead. */
3355
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$Outbound;
3227
3356
  }
3228
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557): string;
3229
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557, SDKValidationError>;
3357
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575): string;
3358
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575, SDKValidationError>;
3230
3359
  /** @internal */
3231
3360
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, z.ZodTypeDef, unknown>;
3232
3361
  /** @internal */
3233
3362
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound = {
3234
- "__@BRAND@8557": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8557$Outbound;
3363
+ "__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$Outbound;
3235
3364
  };
3236
3365
  /** @internal */
3237
3366
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern>;
@@ -3917,30 +4046,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiOptions$ {
3917
4046
  export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
3918
4047
  export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
3919
4048
  /** @internal */
3920
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557, z.ZodTypeDef, unknown>;
4049
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575, z.ZodTypeDef, unknown>;
3921
4050
  /** @internal */
3922
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$Outbound = {};
4051
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$Outbound = {};
3923
4052
  /** @internal */
3924
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557>;
4053
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575>;
3925
4054
  /**
3926
4055
  * @internal
3927
4056
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3928
4057
  */
3929
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$ {
3930
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$inboundSchema` instead. */
3931
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557, z.ZodTypeDef, unknown>;
3932
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$outboundSchema` instead. */
3933
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557>;
3934
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$Outbound` instead. */
3935
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$Outbound;
4058
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$ {
4059
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema` instead. */
4060
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575, z.ZodTypeDef, unknown>;
4061
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema` instead. */
4062
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575>;
4063
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$Outbound` instead. */
4064
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$Outbound;
3936
4065
  }
3937
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557): string;
3938
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557, SDKValidationError>;
4066
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575): string;
4067
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575, SDKValidationError>;
3939
4068
  /** @internal */
3940
4069
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
3941
4070
  /** @internal */
3942
4071
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
3943
- "__@BRAND@8557": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8557$Outbound;
4072
+ "__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$Outbound;
3944
4073
  };
3945
4074
  /** @internal */
3946
4075
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
@@ -3959,30 +4088,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMaxLe
3959
4088
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
3960
4089
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
3961
4090
  /** @internal */
3962
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557, z.ZodTypeDef, unknown>;
4091
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575, z.ZodTypeDef, unknown>;
3963
4092
  /** @internal */
3964
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$Outbound = {};
4093
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$Outbound = {};
3965
4094
  /** @internal */
3966
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557>;
4095
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575>;
3967
4096
  /**
3968
4097
  * @internal
3969
4098
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3970
4099
  */
3971
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$ {
3972
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$inboundSchema` instead. */
3973
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557, z.ZodTypeDef, unknown>;
3974
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$outboundSchema` instead. */
3975
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557>;
3976
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$Outbound` instead. */
3977
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$Outbound;
4100
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$ {
4101
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema` instead. */
4102
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575, z.ZodTypeDef, unknown>;
4103
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema` instead. */
4104
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575>;
4105
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$Outbound` instead. */
4106
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$Outbound;
3978
4107
  }
3979
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557): string;
3980
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557, SDKValidationError>;
4108
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575): string;
4109
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575, SDKValidationError>;
3981
4110
  /** @internal */
3982
4111
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
3983
4112
  /** @internal */
3984
4113
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
3985
- "__@BRAND@8557": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8557$Outbound;
4114
+ "__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$Outbound;
3986
4115
  };
3987
4116
  /** @internal */
3988
4117
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
@@ -4001,30 +4130,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMinLe
4001
4130
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
4002
4131
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
4003
4132
  /** @internal */
4004
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557, z.ZodTypeDef, unknown>;
4133
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575, z.ZodTypeDef, unknown>;
4005
4134
  /** @internal */
4006
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$Outbound = {};
4135
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$Outbound = {};
4007
4136
  /** @internal */
4008
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557>;
4137
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575>;
4009
4138
  /**
4010
4139
  * @internal
4011
4140
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4012
4141
  */
4013
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$ {
4014
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$inboundSchema` instead. */
4015
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557, z.ZodTypeDef, unknown>;
4016
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$outboundSchema` instead. */
4017
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557>;
4018
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$Outbound` instead. */
4019
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$Outbound;
4142
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$ {
4143
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema` instead. */
4144
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575, z.ZodTypeDef, unknown>;
4145
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema` instead. */
4146
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575>;
4147
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$Outbound` instead. */
4148
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$Outbound;
4020
4149
  }
4021
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557): string;
4022
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557, SDKValidationError>;
4150
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575): string;
4151
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575, SDKValidationError>;
4023
4152
  /** @internal */
4024
4153
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
4025
4154
  /** @internal */
4026
4155
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
4027
- "__@BRAND@8557": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8557$Outbound;
4156
+ "__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$Outbound;
4028
4157
  };
4029
4158
  /** @internal */
4030
4159
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
@@ -5372,30 +5501,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
5372
5501
  }>;
5373
5502
  }
5374
5503
  /** @internal */
5375
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557, z.ZodTypeDef, unknown>;
5504
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575, z.ZodTypeDef, unknown>;
5376
5505
  /** @internal */
5377
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$Outbound = {};
5506
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$Outbound = {};
5378
5507
  /** @internal */
5379
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557>;
5508
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575>;
5380
5509
  /**
5381
5510
  * @internal
5382
5511
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5383
5512
  */
5384
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$ {
5385
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$inboundSchema` instead. */
5386
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557, z.ZodTypeDef, unknown>;
5387
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$outboundSchema` instead. */
5388
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557>;
5389
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$Outbound` instead. */
5390
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$Outbound;
5513
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$ {
5514
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema` instead. */
5515
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575, z.ZodTypeDef, unknown>;
5516
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema` instead. */
5517
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575>;
5518
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$Outbound` instead. */
5519
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$Outbound;
5391
5520
  }
5392
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557): string;
5393
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557, SDKValidationError>;
5521
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575): string;
5522
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575, SDKValidationError>;
5394
5523
  /** @internal */
5395
5524
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
5396
5525
  /** @internal */
5397
5526
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
5398
- "__@BRAND@8557": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8557$Outbound;
5527
+ "__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$Outbound;
5399
5528
  };
5400
5529
  /** @internal */
5401
5530
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
@@ -5414,30 +5543,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMaxLength$ {
5414
5543
  export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
5415
5544
  export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
5416
5545
  /** @internal */
5417
- export declare const PropertiesAtBRANDAt8557$inboundSchema: z.ZodType<PropertiesAtBRANDAt8557, z.ZodTypeDef, unknown>;
5546
+ export declare const PropertiesAtBRANDAt8575$inboundSchema: z.ZodType<PropertiesAtBRANDAt8575, z.ZodTypeDef, unknown>;
5418
5547
  /** @internal */
5419
- export type PropertiesAtBRANDAt8557$Outbound = {};
5548
+ export type PropertiesAtBRANDAt8575$Outbound = {};
5420
5549
  /** @internal */
5421
- export declare const PropertiesAtBRANDAt8557$outboundSchema: z.ZodType<PropertiesAtBRANDAt8557$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8557>;
5550
+ export declare const PropertiesAtBRANDAt8575$outboundSchema: z.ZodType<PropertiesAtBRANDAt8575$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8575>;
5422
5551
  /**
5423
5552
  * @internal
5424
5553
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5425
5554
  */
5426
- export declare namespace PropertiesAtBRANDAt8557$ {
5427
- /** @deprecated use `PropertiesAtBRANDAt8557$inboundSchema` instead. */
5428
- const inboundSchema: z.ZodType<PropertiesAtBRANDAt8557, z.ZodTypeDef, unknown>;
5429
- /** @deprecated use `PropertiesAtBRANDAt8557$outboundSchema` instead. */
5430
- const outboundSchema: z.ZodType<PropertiesAtBRANDAt8557$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8557>;
5431
- /** @deprecated use `PropertiesAtBRANDAt8557$Outbound` instead. */
5432
- type Outbound = PropertiesAtBRANDAt8557$Outbound;
5555
+ export declare namespace PropertiesAtBRANDAt8575$ {
5556
+ /** @deprecated use `PropertiesAtBRANDAt8575$inboundSchema` instead. */
5557
+ const inboundSchema: z.ZodType<PropertiesAtBRANDAt8575, z.ZodTypeDef, unknown>;
5558
+ /** @deprecated use `PropertiesAtBRANDAt8575$outboundSchema` instead. */
5559
+ const outboundSchema: z.ZodType<PropertiesAtBRANDAt8575$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8575>;
5560
+ /** @deprecated use `PropertiesAtBRANDAt8575$Outbound` instead. */
5561
+ type Outbound = PropertiesAtBRANDAt8575$Outbound;
5433
5562
  }
5434
- export declare function propertiesAtBRANDAt8557ToJSON(propertiesAtBRANDAt8557: PropertiesAtBRANDAt8557): string;
5435
- export declare function propertiesAtBRANDAt8557FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8557, SDKValidationError>;
5563
+ export declare function propertiesAtBRANDAt8575ToJSON(propertiesAtBRANDAt8575: PropertiesAtBRANDAt8575): string;
5564
+ export declare function propertiesAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8575, SDKValidationError>;
5436
5565
  /** @internal */
5437
5566
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
5438
5567
  /** @internal */
5439
5568
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
5440
- "__@BRAND@8557": PropertiesAtBRANDAt8557$Outbound;
5569
+ "__@BRAND@8575": PropertiesAtBRANDAt8575$Outbound;
5441
5570
  };
5442
5571
  /** @internal */
5443
5572
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
@@ -5456,30 +5585,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMinLength$ {
5456
5585
  export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
5457
5586
  export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
5458
5587
  /** @internal */
5459
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8557, z.ZodTypeDef, unknown>;
5588
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8575, z.ZodTypeDef, unknown>;
5460
5589
  /** @internal */
5461
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$Outbound = {};
5590
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$Outbound = {};
5462
5591
  /** @internal */
5463
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8557>;
5592
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8575>;
5464
5593
  /**
5465
5594
  * @internal
5466
5595
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5467
5596
  */
5468
- export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$ {
5469
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$inboundSchema` instead. */
5470
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8557, z.ZodTypeDef, unknown>;
5471
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$outboundSchema` instead. */
5472
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8557>;
5473
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$Outbound` instead. */
5474
- type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$Outbound;
5597
+ export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$ {
5598
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema` instead. */
5599
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8575, z.ZodTypeDef, unknown>;
5600
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema` instead. */
5601
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8575>;
5602
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$Outbound` instead. */
5603
+ type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$Outbound;
5475
5604
  }
5476
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8557ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8557: CreateIntegrationStoreDirectPropertiesAtBRANDAt8557): string;
5477
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8557FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8557, SDKValidationError>;
5605
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesAtBRANDAt8575): string;
5606
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8575, SDKValidationError>;
5478
5607
  /** @internal */
5479
5608
  export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
5480
5609
  /** @internal */
5481
5610
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
5482
- "__@BRAND@8557": CreateIntegrationStoreDirectPropertiesAtBRANDAt8557$Outbound;
5611
+ "__@BRAND@8575": CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$Outbound;
5483
5612
  };
5484
5613
  /** @internal */
5485
5614
  export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
@@ -6113,30 +6242,30 @@ export declare namespace Guides$ {
6113
6242
  export declare function guidesToJSON(guides: Guides): string;
6114
6243
  export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
6115
6244
  /** @internal */
6116
- export declare const AtBRANDAt8557$inboundSchema: z.ZodType<AtBRANDAt8557, z.ZodTypeDef, unknown>;
6245
+ export declare const AtBRANDAt8575$inboundSchema: z.ZodType<AtBRANDAt8575, z.ZodTypeDef, unknown>;
6117
6246
  /** @internal */
6118
- export type AtBRANDAt8557$Outbound = {};
6247
+ export type AtBRANDAt8575$Outbound = {};
6119
6248
  /** @internal */
6120
- export declare const AtBRANDAt8557$outboundSchema: z.ZodType<AtBRANDAt8557$Outbound, z.ZodTypeDef, AtBRANDAt8557>;
6249
+ export declare const AtBRANDAt8575$outboundSchema: z.ZodType<AtBRANDAt8575$Outbound, z.ZodTypeDef, AtBRANDAt8575>;
6121
6250
  /**
6122
6251
  * @internal
6123
6252
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6124
6253
  */
6125
- export declare namespace AtBRANDAt8557$ {
6126
- /** @deprecated use `AtBRANDAt8557$inboundSchema` instead. */
6127
- const inboundSchema: z.ZodType<AtBRANDAt8557, z.ZodTypeDef, unknown>;
6128
- /** @deprecated use `AtBRANDAt8557$outboundSchema` instead. */
6129
- const outboundSchema: z.ZodType<AtBRANDAt8557$Outbound, z.ZodTypeDef, AtBRANDAt8557>;
6130
- /** @deprecated use `AtBRANDAt8557$Outbound` instead. */
6131
- type Outbound = AtBRANDAt8557$Outbound;
6254
+ export declare namespace AtBRANDAt8575$ {
6255
+ /** @deprecated use `AtBRANDAt8575$inboundSchema` instead. */
6256
+ const inboundSchema: z.ZodType<AtBRANDAt8575, z.ZodTypeDef, unknown>;
6257
+ /** @deprecated use `AtBRANDAt8575$outboundSchema` instead. */
6258
+ const outboundSchema: z.ZodType<AtBRANDAt8575$Outbound, z.ZodTypeDef, AtBRANDAt8575>;
6259
+ /** @deprecated use `AtBRANDAt8575$Outbound` instead. */
6260
+ type Outbound = AtBRANDAt8575$Outbound;
6132
6261
  }
6133
- export declare function atBRANDAt8557ToJSON(atBRANDAt8557: AtBRANDAt8557): string;
6134
- export declare function atBRANDAt8557FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8557, SDKValidationError>;
6262
+ export declare function atBRANDAt8575ToJSON(atBRANDAt8575: AtBRANDAt8575): string;
6263
+ export declare function atBRANDAt8575FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8575, SDKValidationError>;
6135
6264
  /** @internal */
6136
6265
  export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
6137
6266
  /** @internal */
6138
6267
  export type CreateIntegrationStoreDirectValue$Outbound = {
6139
- "__@BRAND@8557": AtBRANDAt8557$Outbound;
6268
+ "__@BRAND@8575": AtBRANDAt8575$Outbound;
6140
6269
  };
6141
6270
  /** @internal */
6142
6271
  export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;
@@ -6584,6 +6713,7 @@ export declare const CreateIntegrationStoreDirectStore$inboundSchema: z.ZodType<
6584
6713
  /** @internal */
6585
6714
  export type CreateIntegrationStoreDirectStore$Outbound = {
6586
6715
  projectsMetadata: Array<ProjectsMetadata$Outbound>;
6716
+ projectFilter?: ProjectFilter$Outbound | undefined;
6587
6717
  totalConnectedProjects?: number | undefined;
6588
6718
  usageQuotaExceeded: boolean;
6589
6719
  status: string | null;