@vercel/sdk 1.11.2 → 1.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. package/README.md +45 -52
  2. package/bin/mcp-server.js +926 -870
  3. package/bin/mcp-server.js.map +29 -29
  4. package/docs/sdks/integrations/README.md +83 -0
  5. package/docs/sdks/vercel/README.md +0 -74
  6. package/esm/__tests__/checks.test.js +1 -1
  7. package/esm/__tests__/checks.test.js.map +1 -1
  8. package/esm/__tests__/domains.test.js +3 -12
  9. package/esm/__tests__/domains.test.js.map +1 -1
  10. package/esm/__tests__/integrations.test.js +28 -1
  11. package/esm/__tests__/integrations.test.js.map +1 -1
  12. package/esm/__tests__/rollingrelease.test.js +2 -6
  13. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +1 -11
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/__tests__/vercel.test.js +3 -27
  17. package/esm/__tests__/vercel.test.js.map +1 -1
  18. package/esm/funcs/integrationsGetBillingPlans.d.ts +20 -0
  19. package/esm/funcs/integrationsGetBillingPlans.d.ts.map +1 -0
  20. package/esm/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js → integrationsGetBillingPlans.js} +21 -9
  21. package/esm/funcs/integrationsGetBillingPlans.js.map +1 -0
  22. package/esm/lib/config.d.ts +2 -2
  23. package/esm/lib/config.js +2 -2
  24. package/esm/mcp-server/mcp-server.js +1 -1
  25. package/esm/mcp-server/server.d.ts.map +1 -1
  26. package/esm/mcp-server/server.js +3 -3
  27. package/esm/mcp-server/server.js.map +1 -1
  28. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts +7 -0
  29. package/esm/mcp-server/tools/integrationsGetBillingPlans.d.ts.map +1 -0
  30. package/esm/mcp-server/tools/integrationsGetBillingPlans.js +28 -0
  31. package/esm/mcp-server/tools/integrationsGetBillingPlans.js.map +1 -0
  32. package/esm/models/approverollingreleasestageop.d.ts +15 -0
  33. package/esm/models/approverollingreleasestageop.d.ts.map +1 -1
  34. package/esm/models/approverollingreleasestageop.js +6 -0
  35. package/esm/models/approverollingreleasestageop.js.map +1 -1
  36. package/esm/models/canceldeploymentop.d.ts +3 -0
  37. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  38. package/esm/models/canceldeploymentop.js +1 -0
  39. package/esm/models/canceldeploymentop.js.map +1 -1
  40. package/esm/models/completerollingreleaseop.d.ts +15 -0
  41. package/esm/models/completerollingreleaseop.d.ts.map +1 -1
  42. package/esm/models/completerollingreleaseop.js +6 -0
  43. package/esm/models/completerollingreleaseop.js.map +1 -1
  44. package/esm/models/createdeploymentop.d.ts +41 -35
  45. package/esm/models/createdeploymentop.d.ts.map +1 -1
  46. package/esm/models/createdeploymentop.js +15 -13
  47. package/esm/models/createdeploymentop.js.map +1 -1
  48. package/esm/models/createintegrationstoredirectop.d.ts +243 -240
  49. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  50. package/esm/models/createintegrationstoredirectop.js +295 -294
  51. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  52. package/esm/models/createprojectenvop.d.ts +6 -6
  53. package/esm/models/createprojectenvop.js +2 -2
  54. package/esm/models/createprojectenvop.js.map +1 -1
  55. package/esm/models/createprojectop.d.ts +11 -0
  56. package/esm/models/createprojectop.d.ts.map +1 -1
  57. package/esm/models/createprojectop.js +4 -0
  58. package/esm/models/createprojectop.js.map +1 -1
  59. package/esm/models/editprojectenvop.d.ts +3 -3
  60. package/esm/models/editprojectenvop.js +1 -1
  61. package/esm/models/editprojectenvop.js.map +1 -1
  62. package/esm/models/getbillingplansop.d.ts +257 -0
  63. package/esm/models/getbillingplansop.d.ts.map +1 -0
  64. package/esm/models/getbillingplansop.js +244 -0
  65. package/esm/models/getbillingplansop.js.map +1 -0
  66. package/esm/models/getconfigurationproductsop.d.ts +330 -330
  67. package/esm/models/getconfigurationproductsop.js +408 -408
  68. package/esm/models/getdeploymentop.d.ts +3 -0
  69. package/esm/models/getdeploymentop.d.ts.map +1 -1
  70. package/esm/models/getdeploymentop.js +1 -0
  71. package/esm/models/getdeploymentop.js.map +1 -1
  72. package/esm/models/getdeploymentsop.d.ts +3 -0
  73. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  74. package/esm/models/getdeploymentsop.js +1 -0
  75. package/esm/models/getdeploymentsop.js.map +1 -1
  76. package/esm/models/getprojectsop.d.ts +8 -0
  77. package/esm/models/getprojectsop.d.ts.map +1 -1
  78. package/esm/models/getprojectsop.js +3 -0
  79. package/esm/models/getprojectsop.js.map +1 -1
  80. package/esm/models/getrollingreleaseconfigop.d.ts +5 -0
  81. package/esm/models/getrollingreleaseconfigop.d.ts.map +1 -1
  82. package/esm/models/getrollingreleaseconfigop.js +2 -0
  83. package/esm/models/getrollingreleaseconfigop.js.map +1 -1
  84. package/esm/models/getrollingreleaseop.d.ts +15 -0
  85. package/esm/models/getrollingreleaseop.d.ts.map +1 -1
  86. package/esm/models/getrollingreleaseop.js +6 -0
  87. package/esm/models/getrollingreleaseop.js.map +1 -1
  88. package/esm/models/getwebhooksop.d.ts +3 -0
  89. package/esm/models/getwebhooksop.d.ts.map +1 -1
  90. package/esm/models/getwebhooksop.js +1 -0
  91. package/esm/models/getwebhooksop.js.map +1 -1
  92. package/esm/models/importresourceop.d.ts +15 -15
  93. package/esm/models/importresourceop.d.ts.map +1 -1
  94. package/esm/models/importresourceop.js +17 -15
  95. package/esm/models/importresourceop.js.map +1 -1
  96. package/esm/models/removeprojectenvop.d.ts +9 -9
  97. package/esm/models/removeprojectenvop.js +3 -3
  98. package/esm/models/removeprojectenvop.js.map +1 -1
  99. package/esm/models/updateprojectdatacacheop.d.ts +8 -0
  100. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  101. package/esm/models/updateprojectdatacacheop.js +3 -0
  102. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  103. package/esm/models/updateprojectop.d.ts +173 -162
  104. package/esm/models/updateprojectop.d.ts.map +1 -1
  105. package/esm/models/updateprojectop.js +158 -154
  106. package/esm/models/updateprojectop.js.map +1 -1
  107. package/esm/models/updaterollingreleaseconfigop.d.ts +5 -0
  108. package/esm/models/updaterollingreleaseconfigop.d.ts.map +1 -1
  109. package/esm/models/updaterollingreleaseconfigop.js +2 -0
  110. package/esm/models/updaterollingreleaseconfigop.js.map +1 -1
  111. package/esm/sdk/integrations.d.ts +8 -0
  112. package/esm/sdk/integrations.d.ts.map +1 -1
  113. package/esm/sdk/integrations.js +10 -0
  114. package/esm/sdk/integrations.js.map +1 -1
  115. package/esm/sdk/sdk.d.ts +1 -3
  116. package/esm/sdk/sdk.d.ts.map +1 -1
  117. package/esm/sdk/sdk.js +0 -5
  118. package/esm/sdk/sdk.js.map +1 -1
  119. package/examples/package-lock.json +1 -1
  120. package/jsr.json +1 -1
  121. package/package.json +1 -1
  122. package/src/__tests__/checks.test.ts +1 -1
  123. package/src/__tests__/domains.test.ts +3 -12
  124. package/src/__tests__/integrations.test.ts +32 -1
  125. package/src/__tests__/rollingrelease.test.ts +2 -6
  126. package/src/__tests__/security.test.ts +1 -11
  127. package/src/__tests__/vercel.test.ts +4 -33
  128. package/src/funcs/{getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts → integrationsGetBillingPlans.ts} +30 -24
  129. package/src/lib/config.ts +2 -2
  130. package/src/mcp-server/mcp-server.ts +1 -1
  131. package/src/mcp-server/server.ts +3 -5
  132. package/src/mcp-server/tools/integrationsGetBillingPlans.ts +37 -0
  133. package/src/models/approverollingreleasestageop.ts +21 -0
  134. package/src/models/canceldeploymentop.ts +1 -0
  135. package/src/models/completerollingreleaseop.ts +21 -0
  136. package/src/models/createdeploymentop.ts +17 -15
  137. package/src/models/createintegrationstoredirectop.ts +506 -505
  138. package/src/models/createprojectenvop.ts +2 -2
  139. package/src/models/createprojectop.ts +9 -0
  140. package/src/models/editprojectenvop.ts +1 -1
  141. package/src/models/getbillingplansop.ts +508 -0
  142. package/src/models/getconfigurationproductsop.ts +703 -703
  143. package/src/models/getdeploymentop.ts +1 -0
  144. package/src/models/getdeploymentsop.ts +1 -0
  145. package/src/models/getprojectsop.ts +8 -0
  146. package/src/models/getrollingreleaseconfigop.ts +7 -0
  147. package/src/models/getrollingreleaseop.ts +21 -0
  148. package/src/models/getwebhooksop.ts +1 -0
  149. package/src/models/importresourceop.ts +27 -29
  150. package/src/models/removeprojectenvop.ts +3 -3
  151. package/src/models/updateprojectdatacacheop.ts +8 -0
  152. package/src/models/updateprojectop.ts +347 -338
  153. package/src/models/updaterollingreleaseconfigop.ts +7 -0
  154. package/src/sdk/integrations.ts +22 -0
  155. package/src/sdk/sdk.ts +1 -23
  156. package/vercel-spec.json +715 -594
  157. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -14
  158. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  159. package/esm/funcs/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  160. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts +0 -7
  161. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.d.ts.map +0 -1
  162. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js +0 -26
  163. package/esm/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.js.map +0 -1
  164. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts +0 -247
  165. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.d.ts.map +0 -1
  166. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js +0 -246
  167. package/esm/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.js.map +0 -1
  168. package/src/mcp-server/tools/getV1IntegrationsIntegrationIntegrationIdOrSlugProductsProductIdOrSlugPlans.ts +0 -41
  169. package/src/models/getv1integrationsintegrationintegrationidorslugproductsproductidorslugplansop.ts +0 -575
@@ -111,6 +111,7 @@ export declare const CreateIntegrationStoreDirectFramework: {
111
111
  readonly Nitro: "nitro";
112
112
  readonly Hono: "hono";
113
113
  readonly Express: "express";
114
+ readonly H3: "h3";
114
115
  readonly Xmcp: "xmcp";
115
116
  };
116
117
  export type CreateIntegrationStoreDirectFramework = ClosedEnum<typeof CreateIntegrationStoreDirectFramework>;
@@ -175,9 +176,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
175
176
  readonly Object: "object";
176
177
  };
177
178
  export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
178
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820 = {};
179
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823 = {};
179
180
  export type CreateIntegrationStoreDirectPropertiesValue = {
180
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820;
181
+ atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823;
181
182
  };
182
183
  export declare const CreateIntegrationStoreDirectDisabled3: {
183
184
  readonly Update: "update";
@@ -210,9 +211,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
210
211
  readonly VercelRegion: "vercel-region";
211
212
  };
212
213
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
213
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820 = {};
214
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823 = {};
214
215
  export type CreateIntegrationStoreDirectUiOptionsValue = {
215
- atBRANDAt7820: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820;
216
+ atBRANDAt7823: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823;
216
217
  };
217
218
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
218
219
  readonly Update: "update";
@@ -237,9 +238,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
237
238
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
238
239
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
239
240
  };
240
- export type UiOptionsAtBRANDAt7820 = {};
241
+ export type UiOptionsAtBRANDAt7823 = {};
241
242
  export type CreateIntegrationStoreDirectUiOptions2 = {
242
- atBRANDAt7820: UiOptionsAtBRANDAt7820;
243
+ atBRANDAt7823: UiOptionsAtBRANDAt7823;
243
244
  };
244
245
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
245
246
  readonly Update: "update";
@@ -266,17 +267,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
266
267
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
267
268
  };
268
269
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
269
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820 = {};
270
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823 = {};
270
271
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
271
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820;
272
+ atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823;
272
273
  };
273
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820 = {};
274
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823 = {};
274
275
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
275
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820;
276
+ atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823;
276
277
  };
277
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820 = {};
278
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823 = {};
278
279
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
279
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820;
280
+ atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823;
280
281
  };
281
282
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
282
283
  readonly Update: "update";
@@ -338,17 +339,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
338
339
  readonly String: "string";
339
340
  };
340
341
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType>;
341
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820 = {};
342
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823 = {};
342
343
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
343
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820;
344
+ atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823;
344
345
  };
345
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820 = {};
346
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823 = {};
346
347
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
347
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820;
348
+ atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823;
348
349
  };
349
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820 = {};
350
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823 = {};
350
351
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
351
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820;
352
+ atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823;
352
353
  };
353
354
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
354
355
  type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType;
@@ -471,17 +472,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
471
472
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
472
473
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
473
474
  };
474
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820 = {};
475
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823 = {};
475
476
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
476
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820;
477
+ atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823;
477
478
  };
478
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820 = {};
479
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823 = {};
479
480
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
480
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820;
481
+ atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823;
481
482
  };
482
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820 = {};
483
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823 = {};
483
484
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
484
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820;
485
+ atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823;
485
486
  };
486
487
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
487
488
  readonly Update: "update";
@@ -727,17 +728,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
727
728
  readonly Input: "input";
728
729
  };
729
730
  export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
730
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820 = {};
731
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823 = {};
731
732
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
732
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820;
733
+ atBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823;
733
734
  };
734
- export type PropertiesAtBRANDAt7820 = {};
735
+ export type PropertiesAtBRANDAt7823 = {};
735
736
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
736
- atBRANDAt7820: PropertiesAtBRANDAt7820;
737
+ atBRANDAt7823: PropertiesAtBRANDAt7823;
737
738
  };
738
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7820 = {};
739
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7823 = {};
739
740
  export type CreateIntegrationStoreDirectPropertiesPattern = {
740
- atBRANDAt7820: CreateIntegrationStoreDirectPropertiesAtBRANDAt7820;
741
+ atBRANDAt7823: CreateIntegrationStoreDirectPropertiesAtBRANDAt7823;
741
742
  };
742
743
  export declare const CreateIntegrationStoreDirectUiReadOnly3: {
743
744
  readonly Update: "update";
@@ -886,9 +887,9 @@ export type Guides = {
886
887
  title: string;
887
888
  steps: Array<Steps>;
888
889
  };
889
- export type AtBRANDAt7820 = {};
890
+ export type AtBRANDAt7823 = {};
890
891
  export type CreateIntegrationStoreDirectValue = {
891
- atBRANDAt7820: AtBRANDAt7820;
892
+ atBRANDAt7823: AtBRANDAt7823;
892
893
  };
893
894
  export declare const Disabled3: {
894
895
  readonly Update: "update";
@@ -1151,6 +1152,7 @@ export declare namespace CreateIntegrationStoreDirectFramework$ {
1151
1152
  readonly Nitro: "nitro";
1152
1153
  readonly Hono: "hono";
1153
1154
  readonly Express: "express";
1155
+ readonly H3: "h3";
1154
1156
  readonly Xmcp: "xmcp";
1155
1157
  }>;
1156
1158
  /** @deprecated use `CreateIntegrationStoreDirectFramework$outboundSchema` instead. */
@@ -1205,6 +1207,7 @@ export declare namespace CreateIntegrationStoreDirectFramework$ {
1205
1207
  readonly Nitro: "nitro";
1206
1208
  readonly Hono: "hono";
1207
1209
  readonly Express: "express";
1210
+ readonly H3: "h3";
1208
1211
  readonly Xmcp: "xmcp";
1209
1212
  }>;
1210
1213
  }
@@ -1447,30 +1450,30 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsType$ {
1447
1450
  }>;
1448
1451
  }
1449
1452
  /** @internal */
1450
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820, z.ZodTypeDef, unknown>;
1453
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823, z.ZodTypeDef, unknown>;
1451
1454
  /** @internal */
1452
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound = {};
1455
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound = {};
1453
1456
  /** @internal */
1454
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820>;
1457
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823>;
1455
1458
  /**
1456
1459
  * @internal
1457
1460
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1458
1461
  */
1459
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$ {
1460
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema` instead. */
1461
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820, z.ZodTypeDef, unknown>;
1462
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema` instead. */
1463
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820>;
1464
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound` instead. */
1465
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound;
1462
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$ {
1463
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$inboundSchema` instead. */
1464
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823, z.ZodTypeDef, unknown>;
1465
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$outboundSchema` instead. */
1466
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823>;
1467
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound` instead. */
1468
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound;
1466
1469
  }
1467
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820): string;
1468
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820, SDKValidationError>;
1470
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823): string;
1471
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823, SDKValidationError>;
1469
1472
  /** @internal */
1470
1473
  export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
1471
1474
  /** @internal */
1472
1475
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
1473
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound;
1476
+ "__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7823$Outbound;
1474
1477
  };
1475
1478
  /** @internal */
1476
1479
  export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
@@ -1673,30 +1676,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
1673
1676
  }>;
1674
1677
  }
1675
1678
  /** @internal */
1676
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820, z.ZodTypeDef, unknown>;
1679
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823, z.ZodTypeDef, unknown>;
1677
1680
  /** @internal */
1678
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound = {};
1681
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound = {};
1679
1682
  /** @internal */
1680
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820>;
1683
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823>;
1681
1684
  /**
1682
1685
  * @internal
1683
1686
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1684
1687
  */
1685
- export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$ {
1686
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema` instead. */
1687
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820, z.ZodTypeDef, unknown>;
1688
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema` instead. */
1689
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820>;
1690
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound` instead. */
1691
- type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound;
1688
+ export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$ {
1689
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$inboundSchema` instead. */
1690
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823, z.ZodTypeDef, unknown>;
1691
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$outboundSchema` instead. */
1692
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823>;
1693
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound` instead. */
1694
+ type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound;
1692
1695
  }
1693
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7820ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7820: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820): string;
1694
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820, SDKValidationError>;
1696
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7823ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7823: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823): string;
1697
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823, SDKValidationError>;
1695
1698
  /** @internal */
1696
1699
  export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
1697
1700
  /** @internal */
1698
1701
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
1699
- "__@BRAND@7820": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound;
1702
+ "__@BRAND@7823": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7823$Outbound;
1700
1703
  };
1701
1704
  /** @internal */
1702
1705
  export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
@@ -1863,30 +1866,30 @@ export declare namespace CreateIntegrationStoreDirectUiOptions3$ {
1863
1866
  export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
1864
1867
  export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
1865
1868
  /** @internal */
1866
- export declare const UiOptionsAtBRANDAt7820$inboundSchema: z.ZodType<UiOptionsAtBRANDAt7820, z.ZodTypeDef, unknown>;
1869
+ export declare const UiOptionsAtBRANDAt7823$inboundSchema: z.ZodType<UiOptionsAtBRANDAt7823, z.ZodTypeDef, unknown>;
1867
1870
  /** @internal */
1868
- export type UiOptionsAtBRANDAt7820$Outbound = {};
1871
+ export type UiOptionsAtBRANDAt7823$Outbound = {};
1869
1872
  /** @internal */
1870
- export declare const UiOptionsAtBRANDAt7820$outboundSchema: z.ZodType<UiOptionsAtBRANDAt7820$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7820>;
1873
+ export declare const UiOptionsAtBRANDAt7823$outboundSchema: z.ZodType<UiOptionsAtBRANDAt7823$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7823>;
1871
1874
  /**
1872
1875
  * @internal
1873
1876
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1874
1877
  */
1875
- export declare namespace UiOptionsAtBRANDAt7820$ {
1876
- /** @deprecated use `UiOptionsAtBRANDAt7820$inboundSchema` instead. */
1877
- const inboundSchema: z.ZodType<UiOptionsAtBRANDAt7820, z.ZodTypeDef, unknown>;
1878
- /** @deprecated use `UiOptionsAtBRANDAt7820$outboundSchema` instead. */
1879
- const outboundSchema: z.ZodType<UiOptionsAtBRANDAt7820$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7820>;
1880
- /** @deprecated use `UiOptionsAtBRANDAt7820$Outbound` instead. */
1881
- type Outbound = UiOptionsAtBRANDAt7820$Outbound;
1878
+ export declare namespace UiOptionsAtBRANDAt7823$ {
1879
+ /** @deprecated use `UiOptionsAtBRANDAt7823$inboundSchema` instead. */
1880
+ const inboundSchema: z.ZodType<UiOptionsAtBRANDAt7823, z.ZodTypeDef, unknown>;
1881
+ /** @deprecated use `UiOptionsAtBRANDAt7823$outboundSchema` instead. */
1882
+ const outboundSchema: z.ZodType<UiOptionsAtBRANDAt7823$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7823>;
1883
+ /** @deprecated use `UiOptionsAtBRANDAt7823$Outbound` instead. */
1884
+ type Outbound = UiOptionsAtBRANDAt7823$Outbound;
1882
1885
  }
1883
- export declare function uiOptionsAtBRANDAt7820ToJSON(uiOptionsAtBRANDAt7820: UiOptionsAtBRANDAt7820): string;
1884
- export declare function uiOptionsAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt7820, SDKValidationError>;
1886
+ export declare function uiOptionsAtBRANDAt7823ToJSON(uiOptionsAtBRANDAt7823: UiOptionsAtBRANDAt7823): string;
1887
+ export declare function uiOptionsAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt7823, SDKValidationError>;
1885
1888
  /** @internal */
1886
1889
  export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
1887
1890
  /** @internal */
1888
1891
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
1889
- "__@BRAND@7820": UiOptionsAtBRANDAt7820$Outbound;
1892
+ "__@BRAND@7823": UiOptionsAtBRANDAt7823$Outbound;
1890
1893
  };
1891
1894
  /** @internal */
1892
1895
  export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
@@ -2074,30 +2077,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2074
2077
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
2075
2078
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
2076
2079
  /** @internal */
2077
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820, z.ZodTypeDef, unknown>;
2080
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823, z.ZodTypeDef, unknown>;
2078
2081
  /** @internal */
2079
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound = {};
2082
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound = {};
2080
2083
  /** @internal */
2081
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820>;
2084
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823>;
2082
2085
  /**
2083
2086
  * @internal
2084
2087
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2085
2088
  */
2086
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$ {
2087
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema` instead. */
2088
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820, z.ZodTypeDef, unknown>;
2089
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema` instead. */
2090
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820>;
2091
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound` instead. */
2092
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound;
2089
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$ {
2090
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$inboundSchema` instead. */
2091
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823, z.ZodTypeDef, unknown>;
2092
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$outboundSchema` instead. */
2093
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823>;
2094
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound` instead. */
2095
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound;
2093
2096
  }
2094
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820): string;
2095
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820, SDKValidationError>;
2097
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823): string;
2098
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823, SDKValidationError>;
2096
2099
  /** @internal */
2097
2100
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
2098
2101
  /** @internal */
2099
2102
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
2100
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound;
2103
+ "__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7823$Outbound;
2101
2104
  };
2102
2105
  /** @internal */
2103
2106
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
@@ -2116,30 +2119,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2116
2119
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
2117
2120
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
2118
2121
  /** @internal */
2119
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820, z.ZodTypeDef, unknown>;
2122
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823, z.ZodTypeDef, unknown>;
2120
2123
  /** @internal */
2121
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound = {};
2124
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound = {};
2122
2125
  /** @internal */
2123
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820>;
2126
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823>;
2124
2127
  /**
2125
2128
  * @internal
2126
2129
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2127
2130
  */
2128
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$ {
2129
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema` instead. */
2130
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820, z.ZodTypeDef, unknown>;
2131
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema` instead. */
2132
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820>;
2133
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound` instead. */
2134
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound;
2131
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$ {
2132
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$inboundSchema` instead. */
2133
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823, z.ZodTypeDef, unknown>;
2134
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$outboundSchema` instead. */
2135
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823>;
2136
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound` instead. */
2137
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound;
2135
2138
  }
2136
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820): string;
2137
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820, SDKValidationError>;
2139
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823): string;
2140
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823, SDKValidationError>;
2138
2141
  /** @internal */
2139
2142
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
2140
2143
  /** @internal */
2141
2144
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
2142
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound;
2145
+ "__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7823$Outbound;
2143
2146
  };
2144
2147
  /** @internal */
2145
2148
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
@@ -2158,30 +2161,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2158
2161
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
2159
2162
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
2160
2163
  /** @internal */
2161
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820, z.ZodTypeDef, unknown>;
2164
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823, z.ZodTypeDef, unknown>;
2162
2165
  /** @internal */
2163
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound = {};
2166
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound = {};
2164
2167
  /** @internal */
2165
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820>;
2168
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823>;
2166
2169
  /**
2167
2170
  * @internal
2168
2171
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2169
2172
  */
2170
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$ {
2171
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema` instead. */
2172
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820, z.ZodTypeDef, unknown>;
2173
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema` instead. */
2174
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820>;
2175
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound` instead. */
2176
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound;
2173
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$ {
2174
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$inboundSchema` instead. */
2175
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823, z.ZodTypeDef, unknown>;
2176
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$outboundSchema` instead. */
2177
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823>;
2178
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound` instead. */
2179
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound;
2177
2180
  }
2178
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820): string;
2179
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820, SDKValidationError>;
2181
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823): string;
2182
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823, SDKValidationError>;
2180
2183
  /** @internal */
2181
2184
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
2182
2185
  /** @internal */
2183
2186
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
2184
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound;
2187
+ "__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7823$Outbound;
2185
2188
  };
2186
2189
  /** @internal */
2187
2190
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
@@ -2523,30 +2526,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2523
2526
  }>;
2524
2527
  }
2525
2528
  /** @internal */
2526
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820, z.ZodTypeDef, unknown>;
2529
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823, z.ZodTypeDef, unknown>;
2527
2530
  /** @internal */
2528
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound = {};
2531
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound = {};
2529
2532
  /** @internal */
2530
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820>;
2533
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823>;
2531
2534
  /**
2532
2535
  * @internal
2533
2536
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2534
2537
  */
2535
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$ {
2536
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema` instead. */
2537
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820, z.ZodTypeDef, unknown>;
2538
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema` instead. */
2539
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820>;
2540
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound` instead. */
2541
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound;
2538
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$ {
2539
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$inboundSchema` instead. */
2540
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823, z.ZodTypeDef, unknown>;
2541
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$outboundSchema` instead. */
2542
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823>;
2543
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound` instead. */
2544
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound;
2542
2545
  }
2543
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820): string;
2544
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820, SDKValidationError>;
2546
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823): string;
2547
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823, SDKValidationError>;
2545
2548
  /** @internal */
2546
2549
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
2547
2550
  /** @internal */
2548
2551
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
2549
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound;
2552
+ "__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7823$Outbound;
2550
2553
  };
2551
2554
  /** @internal */
2552
2555
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
@@ -2565,30 +2568,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2565
2568
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
2566
2569
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
2567
2570
  /** @internal */
2568
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820, z.ZodTypeDef, unknown>;
2571
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823, z.ZodTypeDef, unknown>;
2569
2572
  /** @internal */
2570
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound = {};
2573
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound = {};
2571
2574
  /** @internal */
2572
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820>;
2575
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823>;
2573
2576
  /**
2574
2577
  * @internal
2575
2578
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2576
2579
  */
2577
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$ {
2578
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema` instead. */
2579
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820, z.ZodTypeDef, unknown>;
2580
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema` instead. */
2581
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820>;
2582
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound` instead. */
2583
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound;
2580
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$ {
2581
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$inboundSchema` instead. */
2582
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823, z.ZodTypeDef, unknown>;
2583
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$outboundSchema` instead. */
2584
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823>;
2585
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound` instead. */
2586
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound;
2584
2587
  }
2585
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820): string;
2586
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820, SDKValidationError>;
2588
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823): string;
2589
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823, SDKValidationError>;
2587
2590
  /** @internal */
2588
2591
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
2589
2592
  /** @internal */
2590
2593
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
2591
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound;
2594
+ "__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7823$Outbound;
2592
2595
  };
2593
2596
  /** @internal */
2594
2597
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
@@ -2607,30 +2610,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2607
2610
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
2608
2611
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
2609
2612
  /** @internal */
2610
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820, z.ZodTypeDef, unknown>;
2613
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823, z.ZodTypeDef, unknown>;
2611
2614
  /** @internal */
2612
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound = {};
2615
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound = {};
2613
2616
  /** @internal */
2614
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820>;
2617
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823>;
2615
2618
  /**
2616
2619
  * @internal
2617
2620
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2618
2621
  */
2619
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$ {
2620
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema` instead. */
2621
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820, z.ZodTypeDef, unknown>;
2622
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema` instead. */
2623
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820>;
2624
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound` instead. */
2625
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound;
2622
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$ {
2623
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$inboundSchema` instead. */
2624
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823, z.ZodTypeDef, unknown>;
2625
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$outboundSchema` instead. */
2626
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823>;
2627
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound` instead. */
2628
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound;
2626
2629
  }
2627
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820): string;
2628
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820, SDKValidationError>;
2630
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823): string;
2631
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823, SDKValidationError>;
2629
2632
  /** @internal */
2630
2633
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
2631
2634
  /** @internal */
2632
2635
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
2633
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound;
2636
+ "__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7823$Outbound;
2634
2637
  };
2635
2638
  /** @internal */
2636
2639
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
@@ -3316,30 +3319,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiOptions$ {
3316
3319
  export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
3317
3320
  export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
3318
3321
  /** @internal */
3319
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820, z.ZodTypeDef, unknown>;
3322
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823, z.ZodTypeDef, unknown>;
3320
3323
  /** @internal */
3321
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound = {};
3324
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound = {};
3322
3325
  /** @internal */
3323
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820>;
3326
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823>;
3324
3327
  /**
3325
3328
  * @internal
3326
3329
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3327
3330
  */
3328
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$ {
3329
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema` instead. */
3330
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820, z.ZodTypeDef, unknown>;
3331
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema` instead. */
3332
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820>;
3333
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound` instead. */
3334
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound;
3331
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$ {
3332
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$inboundSchema` instead. */
3333
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823, z.ZodTypeDef, unknown>;
3334
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$outboundSchema` instead. */
3335
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823>;
3336
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound` instead. */
3337
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound;
3335
3338
  }
3336
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820): string;
3337
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820, SDKValidationError>;
3339
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823): string;
3340
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823, SDKValidationError>;
3338
3341
  /** @internal */
3339
3342
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
3340
3343
  /** @internal */
3341
3344
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
3342
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound;
3345
+ "__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7823$Outbound;
3343
3346
  };
3344
3347
  /** @internal */
3345
3348
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
@@ -3358,30 +3361,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMaxLe
3358
3361
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
3359
3362
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
3360
3363
  /** @internal */
3361
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820, z.ZodTypeDef, unknown>;
3364
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823, z.ZodTypeDef, unknown>;
3362
3365
  /** @internal */
3363
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound = {};
3366
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound = {};
3364
3367
  /** @internal */
3365
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820>;
3368
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823>;
3366
3369
  /**
3367
3370
  * @internal
3368
3371
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3369
3372
  */
3370
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$ {
3371
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema` instead. */
3372
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820, z.ZodTypeDef, unknown>;
3373
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema` instead. */
3374
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820>;
3375
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound` instead. */
3376
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound;
3373
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$ {
3374
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$inboundSchema` instead. */
3375
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823, z.ZodTypeDef, unknown>;
3376
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$outboundSchema` instead. */
3377
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823>;
3378
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound` instead. */
3379
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound;
3377
3380
  }
3378
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820): string;
3379
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820, SDKValidationError>;
3381
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823): string;
3382
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823, SDKValidationError>;
3380
3383
  /** @internal */
3381
3384
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
3382
3385
  /** @internal */
3383
3386
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
3384
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound;
3387
+ "__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7823$Outbound;
3385
3388
  };
3386
3389
  /** @internal */
3387
3390
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
@@ -3400,30 +3403,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMinLe
3400
3403
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
3401
3404
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
3402
3405
  /** @internal */
3403
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820, z.ZodTypeDef, unknown>;
3406
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823, z.ZodTypeDef, unknown>;
3404
3407
  /** @internal */
3405
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound = {};
3408
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound = {};
3406
3409
  /** @internal */
3407
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820>;
3410
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823>;
3408
3411
  /**
3409
3412
  * @internal
3410
3413
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3411
3414
  */
3412
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$ {
3413
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema` instead. */
3414
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820, z.ZodTypeDef, unknown>;
3415
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema` instead. */
3416
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820>;
3417
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound` instead. */
3418
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound;
3415
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$ {
3416
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$inboundSchema` instead. */
3417
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823, z.ZodTypeDef, unknown>;
3418
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$outboundSchema` instead. */
3419
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823>;
3420
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound` instead. */
3421
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound;
3419
3422
  }
3420
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820): string;
3421
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820, SDKValidationError>;
3423
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823): string;
3424
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823, SDKValidationError>;
3422
3425
  /** @internal */
3423
3426
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
3424
3427
  /** @internal */
3425
3428
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
3426
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound;
3429
+ "__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7823$Outbound;
3427
3430
  };
3428
3431
  /** @internal */
3429
3432
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
@@ -4771,30 +4774,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
4771
4774
  }>;
4772
4775
  }
4773
4776
  /** @internal */
4774
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820, z.ZodTypeDef, unknown>;
4777
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823, z.ZodTypeDef, unknown>;
4775
4778
  /** @internal */
4776
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound = {};
4779
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound = {};
4777
4780
  /** @internal */
4778
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820>;
4781
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823>;
4779
4782
  /**
4780
4783
  * @internal
4781
4784
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4782
4785
  */
4783
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$ {
4784
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema` instead. */
4785
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820, z.ZodTypeDef, unknown>;
4786
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema` instead. */
4787
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820>;
4788
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound` instead. */
4789
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound;
4786
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$ {
4787
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$inboundSchema` instead. */
4788
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823, z.ZodTypeDef, unknown>;
4789
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$outboundSchema` instead. */
4790
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823>;
4791
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound` instead. */
4792
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound;
4790
4793
  }
4791
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820): string;
4792
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820, SDKValidationError>;
4794
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823): string;
4795
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823, SDKValidationError>;
4793
4796
  /** @internal */
4794
4797
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
4795
4798
  /** @internal */
4796
4799
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
4797
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound;
4800
+ "__@BRAND@7823": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7823$Outbound;
4798
4801
  };
4799
4802
  /** @internal */
4800
4803
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
@@ -4813,30 +4816,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMaxLength$ {
4813
4816
  export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
4814
4817
  export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
4815
4818
  /** @internal */
4816
- export declare const PropertiesAtBRANDAt7820$inboundSchema: z.ZodType<PropertiesAtBRANDAt7820, z.ZodTypeDef, unknown>;
4819
+ export declare const PropertiesAtBRANDAt7823$inboundSchema: z.ZodType<PropertiesAtBRANDAt7823, z.ZodTypeDef, unknown>;
4817
4820
  /** @internal */
4818
- export type PropertiesAtBRANDAt7820$Outbound = {};
4821
+ export type PropertiesAtBRANDAt7823$Outbound = {};
4819
4822
  /** @internal */
4820
- export declare const PropertiesAtBRANDAt7820$outboundSchema: z.ZodType<PropertiesAtBRANDAt7820$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7820>;
4823
+ export declare const PropertiesAtBRANDAt7823$outboundSchema: z.ZodType<PropertiesAtBRANDAt7823$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7823>;
4821
4824
  /**
4822
4825
  * @internal
4823
4826
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4824
4827
  */
4825
- export declare namespace PropertiesAtBRANDAt7820$ {
4826
- /** @deprecated use `PropertiesAtBRANDAt7820$inboundSchema` instead. */
4827
- const inboundSchema: z.ZodType<PropertiesAtBRANDAt7820, z.ZodTypeDef, unknown>;
4828
- /** @deprecated use `PropertiesAtBRANDAt7820$outboundSchema` instead. */
4829
- const outboundSchema: z.ZodType<PropertiesAtBRANDAt7820$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7820>;
4830
- /** @deprecated use `PropertiesAtBRANDAt7820$Outbound` instead. */
4831
- type Outbound = PropertiesAtBRANDAt7820$Outbound;
4828
+ export declare namespace PropertiesAtBRANDAt7823$ {
4829
+ /** @deprecated use `PropertiesAtBRANDAt7823$inboundSchema` instead. */
4830
+ const inboundSchema: z.ZodType<PropertiesAtBRANDAt7823, z.ZodTypeDef, unknown>;
4831
+ /** @deprecated use `PropertiesAtBRANDAt7823$outboundSchema` instead. */
4832
+ const outboundSchema: z.ZodType<PropertiesAtBRANDAt7823$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7823>;
4833
+ /** @deprecated use `PropertiesAtBRANDAt7823$Outbound` instead. */
4834
+ type Outbound = PropertiesAtBRANDAt7823$Outbound;
4832
4835
  }
4833
- export declare function propertiesAtBRANDAt7820ToJSON(propertiesAtBRANDAt7820: PropertiesAtBRANDAt7820): string;
4834
- export declare function propertiesAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt7820, SDKValidationError>;
4836
+ export declare function propertiesAtBRANDAt7823ToJSON(propertiesAtBRANDAt7823: PropertiesAtBRANDAt7823): string;
4837
+ export declare function propertiesAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt7823, SDKValidationError>;
4835
4838
  /** @internal */
4836
4839
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
4837
4840
  /** @internal */
4838
4841
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
4839
- "__@BRAND@7820": PropertiesAtBRANDAt7820$Outbound;
4842
+ "__@BRAND@7823": PropertiesAtBRANDAt7823$Outbound;
4840
4843
  };
4841
4844
  /** @internal */
4842
4845
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
@@ -4855,30 +4858,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMinLength$ {
4855
4858
  export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
4856
4859
  export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
4857
4860
  /** @internal */
4858
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7820, z.ZodTypeDef, unknown>;
4861
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7823, z.ZodTypeDef, unknown>;
4859
4862
  /** @internal */
4860
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound = {};
4863
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound = {};
4861
4864
  /** @internal */
4862
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7820>;
4865
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7823>;
4863
4866
  /**
4864
4867
  * @internal
4865
4868
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4866
4869
  */
4867
- export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$ {
4868
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema` instead. */
4869
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7820, z.ZodTypeDef, unknown>;
4870
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema` instead. */
4871
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7820>;
4872
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound` instead. */
4873
- type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound;
4870
+ export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$ {
4871
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$inboundSchema` instead. */
4872
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7823, z.ZodTypeDef, unknown>;
4873
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$outboundSchema` instead. */
4874
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7823>;
4875
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound` instead. */
4876
+ type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound;
4874
4877
  }
4875
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesAtBRANDAt7820): string;
4876
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt7820, SDKValidationError>;
4878
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7823ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7823: CreateIntegrationStoreDirectPropertiesAtBRANDAt7823): string;
4879
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7823FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt7823, SDKValidationError>;
4877
4880
  /** @internal */
4878
4881
  export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
4879
4882
  /** @internal */
4880
4883
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
4881
- "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound;
4884
+ "__@BRAND@7823": CreateIntegrationStoreDirectPropertiesAtBRANDAt7823$Outbound;
4882
4885
  };
4883
4886
  /** @internal */
4884
4887
  export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
@@ -5508,30 +5511,30 @@ export declare namespace Guides$ {
5508
5511
  export declare function guidesToJSON(guides: Guides): string;
5509
5512
  export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
5510
5513
  /** @internal */
5511
- export declare const AtBRANDAt7820$inboundSchema: z.ZodType<AtBRANDAt7820, z.ZodTypeDef, unknown>;
5514
+ export declare const AtBRANDAt7823$inboundSchema: z.ZodType<AtBRANDAt7823, z.ZodTypeDef, unknown>;
5512
5515
  /** @internal */
5513
- export type AtBRANDAt7820$Outbound = {};
5516
+ export type AtBRANDAt7823$Outbound = {};
5514
5517
  /** @internal */
5515
- export declare const AtBRANDAt7820$outboundSchema: z.ZodType<AtBRANDAt7820$Outbound, z.ZodTypeDef, AtBRANDAt7820>;
5518
+ export declare const AtBRANDAt7823$outboundSchema: z.ZodType<AtBRANDAt7823$Outbound, z.ZodTypeDef, AtBRANDAt7823>;
5516
5519
  /**
5517
5520
  * @internal
5518
5521
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5519
5522
  */
5520
- export declare namespace AtBRANDAt7820$ {
5521
- /** @deprecated use `AtBRANDAt7820$inboundSchema` instead. */
5522
- const inboundSchema: z.ZodType<AtBRANDAt7820, z.ZodTypeDef, unknown>;
5523
- /** @deprecated use `AtBRANDAt7820$outboundSchema` instead. */
5524
- const outboundSchema: z.ZodType<AtBRANDAt7820$Outbound, z.ZodTypeDef, AtBRANDAt7820>;
5525
- /** @deprecated use `AtBRANDAt7820$Outbound` instead. */
5526
- type Outbound = AtBRANDAt7820$Outbound;
5523
+ export declare namespace AtBRANDAt7823$ {
5524
+ /** @deprecated use `AtBRANDAt7823$inboundSchema` instead. */
5525
+ const inboundSchema: z.ZodType<AtBRANDAt7823, z.ZodTypeDef, unknown>;
5526
+ /** @deprecated use `AtBRANDAt7823$outboundSchema` instead. */
5527
+ const outboundSchema: z.ZodType<AtBRANDAt7823$Outbound, z.ZodTypeDef, AtBRANDAt7823>;
5528
+ /** @deprecated use `AtBRANDAt7823$Outbound` instead. */
5529
+ type Outbound = AtBRANDAt7823$Outbound;
5527
5530
  }
5528
- export declare function atBRANDAt7820ToJSON(atBRANDAt7820: AtBRANDAt7820): string;
5529
- export declare function atBRANDAt7820FromJSON(jsonString: string): SafeParseResult<AtBRANDAt7820, SDKValidationError>;
5531
+ export declare function atBRANDAt7823ToJSON(atBRANDAt7823: AtBRANDAt7823): string;
5532
+ export declare function atBRANDAt7823FromJSON(jsonString: string): SafeParseResult<AtBRANDAt7823, SDKValidationError>;
5530
5533
  /** @internal */
5531
5534
  export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
5532
5535
  /** @internal */
5533
5536
  export type CreateIntegrationStoreDirectValue$Outbound = {
5534
- "__@BRAND@7820": AtBRANDAt7820$Outbound;
5537
+ "__@BRAND@7823": AtBRANDAt7823$Outbound;
5535
5538
  };
5536
5539
  /** @internal */
5537
5540
  export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;