@vercel/sdk 1.10.7 → 1.10.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/bin/mcp-server.js +423 -390
  2. package/bin/mcp-server.js.map +10 -10
  3. package/esm/__tests__/domains.test.js +12 -4
  4. package/esm/__tests__/domains.test.js.map +1 -1
  5. package/esm/__tests__/edgeconfig.test.js +6 -6
  6. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  7. package/esm/__tests__/integrations.test.js +1 -1
  8. package/esm/__tests__/rollingrelease.test.js +2 -2
  9. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  10. package/esm/lib/config.d.ts +2 -2
  11. package/esm/lib/config.js +2 -2
  12. package/esm/mcp-server/mcp-server.js +1 -1
  13. package/esm/mcp-server/server.js +1 -1
  14. package/esm/models/createintegrationstoredirectop.d.ts +240 -240
  15. package/esm/models/createintegrationstoredirectop.js +294 -294
  16. package/esm/models/createortransferdomainop.d.ts +33 -0
  17. package/esm/models/createortransferdomainop.d.ts.map +1 -1
  18. package/esm/models/createortransferdomainop.js +23 -0
  19. package/esm/models/createortransferdomainop.js.map +1 -1
  20. package/esm/models/getconfigurationproductsop.d.ts +330 -330
  21. package/esm/models/getconfigurationproductsop.js +408 -408
  22. package/esm/models/getdomainop.d.ts +33 -0
  23. package/esm/models/getdomainop.d.ts.map +1 -1
  24. package/esm/models/getdomainop.js +24 -0
  25. package/esm/models/getdomainop.js.map +1 -1
  26. package/esm/models/getdomainsop.d.ts +33 -0
  27. package/esm/models/getdomainsop.d.ts.map +1 -1
  28. package/esm/models/getdomainsop.js +23 -0
  29. package/esm/models/getdomainsop.js.map +1 -1
  30. package/examples/package-lock.json +1 -1
  31. package/jsr.json +1 -1
  32. package/package.json +1 -1
  33. package/src/__tests__/domains.test.ts +12 -4
  34. package/src/__tests__/edgeconfig.test.ts +6 -6
  35. package/src/__tests__/integrations.test.ts +1 -1
  36. package/src/__tests__/rollingrelease.test.ts +2 -2
  37. package/src/lib/config.ts +2 -2
  38. package/src/mcp-server/mcp-server.ts +1 -1
  39. package/src/mcp-server/server.ts +1 -1
  40. package/src/models/createintegrationstoredirectop.ts +505 -505
  41. package/src/models/createortransferdomainop.ts +41 -0
  42. package/src/models/getconfigurationproductsop.ts +703 -703
  43. package/src/models/getdomainop.ts +37 -0
  44. package/src/models/getdomainsop.ts +39 -0
  45. package/vercel-spec.json +97 -76
@@ -168,9 +168,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
168
168
  readonly Object: "object";
169
169
  };
170
170
  export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
171
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822 = {};
171
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825 = {};
172
172
  export type CreateIntegrationStoreDirectPropertiesValue = {
173
- atBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822;
173
+ atBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825;
174
174
  };
175
175
  export declare const CreateIntegrationStoreDirectDisabled3: {
176
176
  readonly Update: "update";
@@ -203,9 +203,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
203
203
  readonly VercelRegion: "vercel-region";
204
204
  };
205
205
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
206
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822 = {};
206
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825 = {};
207
207
  export type CreateIntegrationStoreDirectUiOptionsValue = {
208
- atBRANDAt7822: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822;
208
+ atBRANDAt7825: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825;
209
209
  };
210
210
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
211
211
  readonly Update: "update";
@@ -230,9 +230,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
230
230
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
231
231
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
232
232
  };
233
- export type UiOptionsAtBRANDAt7822 = {};
233
+ export type UiOptionsAtBRANDAt7825 = {};
234
234
  export type CreateIntegrationStoreDirectUiOptions2 = {
235
- atBRANDAt7822: UiOptionsAtBRANDAt7822;
235
+ atBRANDAt7825: UiOptionsAtBRANDAt7825;
236
236
  };
237
237
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
238
238
  readonly Update: "update";
@@ -259,17 +259,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
259
259
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
260
260
  };
261
261
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
262
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822 = {};
262
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825 = {};
263
263
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
264
- atBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822;
264
+ atBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825;
265
265
  };
266
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822 = {};
266
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825 = {};
267
267
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
268
- atBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822;
268
+ atBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825;
269
269
  };
270
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822 = {};
270
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825 = {};
271
271
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
272
- atBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822;
272
+ atBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825;
273
273
  };
274
274
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
275
275
  readonly Update: "update";
@@ -331,17 +331,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
331
331
  readonly String: "string";
332
332
  };
333
333
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType>;
334
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822 = {};
334
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825 = {};
335
335
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
336
- atBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822;
336
+ atBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825;
337
337
  };
338
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822 = {};
338
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825 = {};
339
339
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
340
- atBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822;
340
+ atBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825;
341
341
  };
342
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822 = {};
342
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825 = {};
343
343
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
344
- atBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822;
344
+ atBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825;
345
345
  };
346
346
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
347
347
  type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType;
@@ -464,17 +464,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
464
464
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
465
465
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
466
466
  };
467
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822 = {};
467
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825 = {};
468
468
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
469
- atBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822;
469
+ atBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825;
470
470
  };
471
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822 = {};
471
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825 = {};
472
472
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
473
- atBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822;
473
+ atBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825;
474
474
  };
475
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822 = {};
475
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825 = {};
476
476
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
477
- atBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822;
477
+ atBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825;
478
478
  };
479
479
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
480
480
  readonly Update: "update";
@@ -720,17 +720,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
720
720
  readonly Input: "input";
721
721
  };
722
722
  export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
723
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822 = {};
723
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825 = {};
724
724
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
725
- atBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822;
725
+ atBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825;
726
726
  };
727
- export type PropertiesAtBRANDAt7822 = {};
727
+ export type PropertiesAtBRANDAt7825 = {};
728
728
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
729
- atBRANDAt7822: PropertiesAtBRANDAt7822;
729
+ atBRANDAt7825: PropertiesAtBRANDAt7825;
730
730
  };
731
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7822 = {};
731
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7825 = {};
732
732
  export type CreateIntegrationStoreDirectPropertiesPattern = {
733
- atBRANDAt7822: CreateIntegrationStoreDirectPropertiesAtBRANDAt7822;
733
+ atBRANDAt7825: CreateIntegrationStoreDirectPropertiesAtBRANDAt7825;
734
734
  };
735
735
  export declare const CreateIntegrationStoreDirectUiReadOnly3: {
736
736
  readonly Update: "update";
@@ -877,9 +877,9 @@ export type Guides = {
877
877
  title: string;
878
878
  steps: Array<Steps>;
879
879
  };
880
- export type AtBRANDAt7822 = {};
880
+ export type AtBRANDAt7825 = {};
881
881
  export type CreateIntegrationStoreDirectValue = {
882
- atBRANDAt7822: AtBRANDAt7822;
882
+ atBRANDAt7825: AtBRANDAt7825;
883
883
  };
884
884
  export declare const Disabled3: {
885
885
  readonly Update: "update";
@@ -1413,30 +1413,30 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsType$ {
1413
1413
  }>;
1414
1414
  }
1415
1415
  /** @internal */
1416
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822, z.ZodTypeDef, unknown>;
1416
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825, z.ZodTypeDef, unknown>;
1417
1417
  /** @internal */
1418
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$Outbound = {};
1418
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$Outbound = {};
1419
1419
  /** @internal */
1420
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822>;
1420
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825>;
1421
1421
  /**
1422
1422
  * @internal
1423
1423
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1424
1424
  */
1425
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$ {
1426
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$inboundSchema` instead. */
1427
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822, z.ZodTypeDef, unknown>;
1428
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$outboundSchema` instead. */
1429
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822>;
1430
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$Outbound` instead. */
1431
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$Outbound;
1425
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$ {
1426
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$inboundSchema` instead. */
1427
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825, z.ZodTypeDef, unknown>;
1428
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$outboundSchema` instead. */
1429
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825>;
1430
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$Outbound` instead. */
1431
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$Outbound;
1432
1432
  }
1433
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822): string;
1434
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822, SDKValidationError>;
1433
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825): string;
1434
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825, SDKValidationError>;
1435
1435
  /** @internal */
1436
1436
  export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
1437
1437
  /** @internal */
1438
1438
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
1439
- "__@BRAND@7822": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7822$Outbound;
1439
+ "__@BRAND@7825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7825$Outbound;
1440
1440
  };
1441
1441
  /** @internal */
1442
1442
  export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
@@ -1639,30 +1639,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
1639
1639
  }>;
1640
1640
  }
1641
1641
  /** @internal */
1642
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822, z.ZodTypeDef, unknown>;
1642
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825, z.ZodTypeDef, unknown>;
1643
1643
  /** @internal */
1644
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$Outbound = {};
1644
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$Outbound = {};
1645
1645
  /** @internal */
1646
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822>;
1646
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825>;
1647
1647
  /**
1648
1648
  * @internal
1649
1649
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1650
1650
  */
1651
- export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$ {
1652
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$inboundSchema` instead. */
1653
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822, z.ZodTypeDef, unknown>;
1654
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$outboundSchema` instead. */
1655
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822>;
1656
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$Outbound` instead. */
1657
- type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$Outbound;
1651
+ export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$ {
1652
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$inboundSchema` instead. */
1653
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825, z.ZodTypeDef, unknown>;
1654
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$outboundSchema` instead. */
1655
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825>;
1656
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$Outbound` instead. */
1657
+ type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$Outbound;
1658
1658
  }
1659
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7822ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7822: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822): string;
1660
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7822FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822, SDKValidationError>;
1659
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7825ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7825: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825): string;
1660
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825, SDKValidationError>;
1661
1661
  /** @internal */
1662
1662
  export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
1663
1663
  /** @internal */
1664
1664
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
1665
- "__@BRAND@7822": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7822$Outbound;
1665
+ "__@BRAND@7825": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7825$Outbound;
1666
1666
  };
1667
1667
  /** @internal */
1668
1668
  export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
@@ -1829,30 +1829,30 @@ export declare namespace CreateIntegrationStoreDirectUiOptions3$ {
1829
1829
  export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
1830
1830
  export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
1831
1831
  /** @internal */
1832
- export declare const UiOptionsAtBRANDAt7822$inboundSchema: z.ZodType<UiOptionsAtBRANDAt7822, z.ZodTypeDef, unknown>;
1832
+ export declare const UiOptionsAtBRANDAt7825$inboundSchema: z.ZodType<UiOptionsAtBRANDAt7825, z.ZodTypeDef, unknown>;
1833
1833
  /** @internal */
1834
- export type UiOptionsAtBRANDAt7822$Outbound = {};
1834
+ export type UiOptionsAtBRANDAt7825$Outbound = {};
1835
1835
  /** @internal */
1836
- export declare const UiOptionsAtBRANDAt7822$outboundSchema: z.ZodType<UiOptionsAtBRANDAt7822$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7822>;
1836
+ export declare const UiOptionsAtBRANDAt7825$outboundSchema: z.ZodType<UiOptionsAtBRANDAt7825$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7825>;
1837
1837
  /**
1838
1838
  * @internal
1839
1839
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1840
1840
  */
1841
- export declare namespace UiOptionsAtBRANDAt7822$ {
1842
- /** @deprecated use `UiOptionsAtBRANDAt7822$inboundSchema` instead. */
1843
- const inboundSchema: z.ZodType<UiOptionsAtBRANDAt7822, z.ZodTypeDef, unknown>;
1844
- /** @deprecated use `UiOptionsAtBRANDAt7822$outboundSchema` instead. */
1845
- const outboundSchema: z.ZodType<UiOptionsAtBRANDAt7822$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7822>;
1846
- /** @deprecated use `UiOptionsAtBRANDAt7822$Outbound` instead. */
1847
- type Outbound = UiOptionsAtBRANDAt7822$Outbound;
1841
+ export declare namespace UiOptionsAtBRANDAt7825$ {
1842
+ /** @deprecated use `UiOptionsAtBRANDAt7825$inboundSchema` instead. */
1843
+ const inboundSchema: z.ZodType<UiOptionsAtBRANDAt7825, z.ZodTypeDef, unknown>;
1844
+ /** @deprecated use `UiOptionsAtBRANDAt7825$outboundSchema` instead. */
1845
+ const outboundSchema: z.ZodType<UiOptionsAtBRANDAt7825$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7825>;
1846
+ /** @deprecated use `UiOptionsAtBRANDAt7825$Outbound` instead. */
1847
+ type Outbound = UiOptionsAtBRANDAt7825$Outbound;
1848
1848
  }
1849
- export declare function uiOptionsAtBRANDAt7822ToJSON(uiOptionsAtBRANDAt7822: UiOptionsAtBRANDAt7822): string;
1850
- export declare function uiOptionsAtBRANDAt7822FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt7822, SDKValidationError>;
1849
+ export declare function uiOptionsAtBRANDAt7825ToJSON(uiOptionsAtBRANDAt7825: UiOptionsAtBRANDAt7825): string;
1850
+ export declare function uiOptionsAtBRANDAt7825FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt7825, SDKValidationError>;
1851
1851
  /** @internal */
1852
1852
  export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
1853
1853
  /** @internal */
1854
1854
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
1855
- "__@BRAND@7822": UiOptionsAtBRANDAt7822$Outbound;
1855
+ "__@BRAND@7825": UiOptionsAtBRANDAt7825$Outbound;
1856
1856
  };
1857
1857
  /** @internal */
1858
1858
  export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
@@ -2040,30 +2040,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2040
2040
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
2041
2041
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
2042
2042
  /** @internal */
2043
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822, z.ZodTypeDef, unknown>;
2043
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825, z.ZodTypeDef, unknown>;
2044
2044
  /** @internal */
2045
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$Outbound = {};
2045
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$Outbound = {};
2046
2046
  /** @internal */
2047
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822>;
2047
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825>;
2048
2048
  /**
2049
2049
  * @internal
2050
2050
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2051
2051
  */
2052
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$ {
2053
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$inboundSchema` instead. */
2054
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822, z.ZodTypeDef, unknown>;
2055
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$outboundSchema` instead. */
2056
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822>;
2057
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$Outbound` instead. */
2058
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$Outbound;
2052
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$ {
2053
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$inboundSchema` instead. */
2054
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825, z.ZodTypeDef, unknown>;
2055
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$outboundSchema` instead. */
2056
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825>;
2057
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$Outbound` instead. */
2058
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$Outbound;
2059
2059
  }
2060
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822): string;
2061
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822, SDKValidationError>;
2060
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825): string;
2061
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825, SDKValidationError>;
2062
2062
  /** @internal */
2063
2063
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
2064
2064
  /** @internal */
2065
2065
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
2066
- "__@BRAND@7822": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7822$Outbound;
2066
+ "__@BRAND@7825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7825$Outbound;
2067
2067
  };
2068
2068
  /** @internal */
2069
2069
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
@@ -2082,30 +2082,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2082
2082
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
2083
2083
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
2084
2084
  /** @internal */
2085
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822, z.ZodTypeDef, unknown>;
2085
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825, z.ZodTypeDef, unknown>;
2086
2086
  /** @internal */
2087
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$Outbound = {};
2087
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$Outbound = {};
2088
2088
  /** @internal */
2089
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822>;
2089
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825>;
2090
2090
  /**
2091
2091
  * @internal
2092
2092
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2093
2093
  */
2094
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$ {
2095
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$inboundSchema` instead. */
2096
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822, z.ZodTypeDef, unknown>;
2097
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$outboundSchema` instead. */
2098
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822>;
2099
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$Outbound` instead. */
2100
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$Outbound;
2094
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$ {
2095
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$inboundSchema` instead. */
2096
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825, z.ZodTypeDef, unknown>;
2097
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$outboundSchema` instead. */
2098
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825>;
2099
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$Outbound` instead. */
2100
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$Outbound;
2101
2101
  }
2102
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822): string;
2103
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822, SDKValidationError>;
2102
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825): string;
2103
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825, SDKValidationError>;
2104
2104
  /** @internal */
2105
2105
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
2106
2106
  /** @internal */
2107
2107
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
2108
- "__@BRAND@7822": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7822$Outbound;
2108
+ "__@BRAND@7825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7825$Outbound;
2109
2109
  };
2110
2110
  /** @internal */
2111
2111
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
@@ -2124,30 +2124,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2124
2124
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
2125
2125
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
2126
2126
  /** @internal */
2127
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822, z.ZodTypeDef, unknown>;
2127
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825, z.ZodTypeDef, unknown>;
2128
2128
  /** @internal */
2129
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$Outbound = {};
2129
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$Outbound = {};
2130
2130
  /** @internal */
2131
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822>;
2131
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825>;
2132
2132
  /**
2133
2133
  * @internal
2134
2134
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2135
2135
  */
2136
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$ {
2137
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$inboundSchema` instead. */
2138
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822, z.ZodTypeDef, unknown>;
2139
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$outboundSchema` instead. */
2140
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822>;
2141
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$Outbound` instead. */
2142
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$Outbound;
2136
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$ {
2137
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$inboundSchema` instead. */
2138
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825, z.ZodTypeDef, unknown>;
2139
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$outboundSchema` instead. */
2140
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825>;
2141
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$Outbound` instead. */
2142
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$Outbound;
2143
2143
  }
2144
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822): string;
2145
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822, SDKValidationError>;
2144
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825): string;
2145
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825, SDKValidationError>;
2146
2146
  /** @internal */
2147
2147
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
2148
2148
  /** @internal */
2149
2149
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
2150
- "__@BRAND@7822": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7822$Outbound;
2150
+ "__@BRAND@7825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7825$Outbound;
2151
2151
  };
2152
2152
  /** @internal */
2153
2153
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
@@ -2489,30 +2489,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2489
2489
  }>;
2490
2490
  }
2491
2491
  /** @internal */
2492
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822, z.ZodTypeDef, unknown>;
2492
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825, z.ZodTypeDef, unknown>;
2493
2493
  /** @internal */
2494
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$Outbound = {};
2494
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$Outbound = {};
2495
2495
  /** @internal */
2496
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822>;
2496
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825>;
2497
2497
  /**
2498
2498
  * @internal
2499
2499
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2500
2500
  */
2501
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$ {
2502
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$inboundSchema` instead. */
2503
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822, z.ZodTypeDef, unknown>;
2504
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$outboundSchema` instead. */
2505
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822>;
2506
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$Outbound` instead. */
2507
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$Outbound;
2501
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$ {
2502
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$inboundSchema` instead. */
2503
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825, z.ZodTypeDef, unknown>;
2504
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$outboundSchema` instead. */
2505
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825>;
2506
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$Outbound` instead. */
2507
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$Outbound;
2508
2508
  }
2509
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822): string;
2510
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822, SDKValidationError>;
2509
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825): string;
2510
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825, SDKValidationError>;
2511
2511
  /** @internal */
2512
2512
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
2513
2513
  /** @internal */
2514
2514
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
2515
- "__@BRAND@7822": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7822$Outbound;
2515
+ "__@BRAND@7825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7825$Outbound;
2516
2516
  };
2517
2517
  /** @internal */
2518
2518
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
@@ -2531,30 +2531,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2531
2531
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
2532
2532
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
2533
2533
  /** @internal */
2534
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822, z.ZodTypeDef, unknown>;
2534
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825, z.ZodTypeDef, unknown>;
2535
2535
  /** @internal */
2536
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$Outbound = {};
2536
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$Outbound = {};
2537
2537
  /** @internal */
2538
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822>;
2538
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825>;
2539
2539
  /**
2540
2540
  * @internal
2541
2541
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2542
2542
  */
2543
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$ {
2544
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$inboundSchema` instead. */
2545
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822, z.ZodTypeDef, unknown>;
2546
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$outboundSchema` instead. */
2547
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822>;
2548
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$Outbound` instead. */
2549
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$Outbound;
2543
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$ {
2544
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$inboundSchema` instead. */
2545
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825, z.ZodTypeDef, unknown>;
2546
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$outboundSchema` instead. */
2547
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825>;
2548
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$Outbound` instead. */
2549
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$Outbound;
2550
2550
  }
2551
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822): string;
2552
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822, SDKValidationError>;
2551
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825): string;
2552
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825, SDKValidationError>;
2553
2553
  /** @internal */
2554
2554
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
2555
2555
  /** @internal */
2556
2556
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
2557
- "__@BRAND@7822": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7822$Outbound;
2557
+ "__@BRAND@7825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7825$Outbound;
2558
2558
  };
2559
2559
  /** @internal */
2560
2560
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
@@ -2573,30 +2573,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2573
2573
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
2574
2574
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
2575
2575
  /** @internal */
2576
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822, z.ZodTypeDef, unknown>;
2576
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825, z.ZodTypeDef, unknown>;
2577
2577
  /** @internal */
2578
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$Outbound = {};
2578
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$Outbound = {};
2579
2579
  /** @internal */
2580
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822>;
2580
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825>;
2581
2581
  /**
2582
2582
  * @internal
2583
2583
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2584
2584
  */
2585
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$ {
2586
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$inboundSchema` instead. */
2587
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822, z.ZodTypeDef, unknown>;
2588
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$outboundSchema` instead. */
2589
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822>;
2590
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$Outbound` instead. */
2591
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$Outbound;
2585
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$ {
2586
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$inboundSchema` instead. */
2587
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825, z.ZodTypeDef, unknown>;
2588
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$outboundSchema` instead. */
2589
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825>;
2590
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$Outbound` instead. */
2591
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$Outbound;
2592
2592
  }
2593
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822): string;
2594
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822, SDKValidationError>;
2593
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825): string;
2594
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825, SDKValidationError>;
2595
2595
  /** @internal */
2596
2596
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
2597
2597
  /** @internal */
2598
2598
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
2599
- "__@BRAND@7822": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7822$Outbound;
2599
+ "__@BRAND@7825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7825$Outbound;
2600
2600
  };
2601
2601
  /** @internal */
2602
2602
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
@@ -3282,30 +3282,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiOptions$ {
3282
3282
  export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
3283
3283
  export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
3284
3284
  /** @internal */
3285
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822, z.ZodTypeDef, unknown>;
3285
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825, z.ZodTypeDef, unknown>;
3286
3286
  /** @internal */
3287
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$Outbound = {};
3287
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$Outbound = {};
3288
3288
  /** @internal */
3289
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822>;
3289
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825>;
3290
3290
  /**
3291
3291
  * @internal
3292
3292
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3293
3293
  */
3294
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$ {
3295
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$inboundSchema` instead. */
3296
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822, z.ZodTypeDef, unknown>;
3297
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$outboundSchema` instead. */
3298
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822>;
3299
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$Outbound` instead. */
3300
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$Outbound;
3294
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$ {
3295
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$inboundSchema` instead. */
3296
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825, z.ZodTypeDef, unknown>;
3297
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$outboundSchema` instead. */
3298
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825>;
3299
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$Outbound` instead. */
3300
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$Outbound;
3301
3301
  }
3302
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822): string;
3303
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822, SDKValidationError>;
3302
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825): string;
3303
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825, SDKValidationError>;
3304
3304
  /** @internal */
3305
3305
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
3306
3306
  /** @internal */
3307
3307
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
3308
- "__@BRAND@7822": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7822$Outbound;
3308
+ "__@BRAND@7825": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7825$Outbound;
3309
3309
  };
3310
3310
  /** @internal */
3311
3311
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
@@ -3324,30 +3324,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMaxLe
3324
3324
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
3325
3325
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
3326
3326
  /** @internal */
3327
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822, z.ZodTypeDef, unknown>;
3327
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825, z.ZodTypeDef, unknown>;
3328
3328
  /** @internal */
3329
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$Outbound = {};
3329
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$Outbound = {};
3330
3330
  /** @internal */
3331
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822>;
3331
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825>;
3332
3332
  /**
3333
3333
  * @internal
3334
3334
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3335
3335
  */
3336
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$ {
3337
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$inboundSchema` instead. */
3338
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822, z.ZodTypeDef, unknown>;
3339
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$outboundSchema` instead. */
3340
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822>;
3341
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$Outbound` instead. */
3342
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$Outbound;
3336
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$ {
3337
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$inboundSchema` instead. */
3338
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825, z.ZodTypeDef, unknown>;
3339
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$outboundSchema` instead. */
3340
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825>;
3341
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$Outbound` instead. */
3342
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$Outbound;
3343
3343
  }
3344
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822): string;
3345
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822, SDKValidationError>;
3344
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825): string;
3345
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825, SDKValidationError>;
3346
3346
  /** @internal */
3347
3347
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
3348
3348
  /** @internal */
3349
3349
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
3350
- "__@BRAND@7822": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7822$Outbound;
3350
+ "__@BRAND@7825": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7825$Outbound;
3351
3351
  };
3352
3352
  /** @internal */
3353
3353
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
@@ -3366,30 +3366,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMinLe
3366
3366
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
3367
3367
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
3368
3368
  /** @internal */
3369
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822, z.ZodTypeDef, unknown>;
3369
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825, z.ZodTypeDef, unknown>;
3370
3370
  /** @internal */
3371
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$Outbound = {};
3371
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$Outbound = {};
3372
3372
  /** @internal */
3373
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822>;
3373
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825>;
3374
3374
  /**
3375
3375
  * @internal
3376
3376
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3377
3377
  */
3378
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$ {
3379
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$inboundSchema` instead. */
3380
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822, z.ZodTypeDef, unknown>;
3381
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$outboundSchema` instead. */
3382
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822>;
3383
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$Outbound` instead. */
3384
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$Outbound;
3378
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$ {
3379
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$inboundSchema` instead. */
3380
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825, z.ZodTypeDef, unknown>;
3381
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$outboundSchema` instead. */
3382
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825>;
3383
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$Outbound` instead. */
3384
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$Outbound;
3385
3385
  }
3386
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822): string;
3387
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822, SDKValidationError>;
3386
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825): string;
3387
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825, SDKValidationError>;
3388
3388
  /** @internal */
3389
3389
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
3390
3390
  /** @internal */
3391
3391
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
3392
- "__@BRAND@7822": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7822$Outbound;
3392
+ "__@BRAND@7825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7825$Outbound;
3393
3393
  };
3394
3394
  /** @internal */
3395
3395
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
@@ -4737,30 +4737,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
4737
4737
  }>;
4738
4738
  }
4739
4739
  /** @internal */
4740
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822, z.ZodTypeDef, unknown>;
4740
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825, z.ZodTypeDef, unknown>;
4741
4741
  /** @internal */
4742
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$Outbound = {};
4742
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$Outbound = {};
4743
4743
  /** @internal */
4744
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822>;
4744
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825>;
4745
4745
  /**
4746
4746
  * @internal
4747
4747
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4748
4748
  */
4749
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$ {
4750
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$inboundSchema` instead. */
4751
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822, z.ZodTypeDef, unknown>;
4752
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$outboundSchema` instead. */
4753
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822>;
4754
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$Outbound` instead. */
4755
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$Outbound;
4749
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$ {
4750
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$inboundSchema` instead. */
4751
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825, z.ZodTypeDef, unknown>;
4752
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$outboundSchema` instead. */
4753
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825>;
4754
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$Outbound` instead. */
4755
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$Outbound;
4756
4756
  }
4757
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822): string;
4758
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822, SDKValidationError>;
4757
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825): string;
4758
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825, SDKValidationError>;
4759
4759
  /** @internal */
4760
4760
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
4761
4761
  /** @internal */
4762
4762
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
4763
- "__@BRAND@7822": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7822$Outbound;
4763
+ "__@BRAND@7825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7825$Outbound;
4764
4764
  };
4765
4765
  /** @internal */
4766
4766
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
@@ -4779,30 +4779,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMaxLength$ {
4779
4779
  export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
4780
4780
  export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
4781
4781
  /** @internal */
4782
- export declare const PropertiesAtBRANDAt7822$inboundSchema: z.ZodType<PropertiesAtBRANDAt7822, z.ZodTypeDef, unknown>;
4782
+ export declare const PropertiesAtBRANDAt7825$inboundSchema: z.ZodType<PropertiesAtBRANDAt7825, z.ZodTypeDef, unknown>;
4783
4783
  /** @internal */
4784
- export type PropertiesAtBRANDAt7822$Outbound = {};
4784
+ export type PropertiesAtBRANDAt7825$Outbound = {};
4785
4785
  /** @internal */
4786
- export declare const PropertiesAtBRANDAt7822$outboundSchema: z.ZodType<PropertiesAtBRANDAt7822$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7822>;
4786
+ export declare const PropertiesAtBRANDAt7825$outboundSchema: z.ZodType<PropertiesAtBRANDAt7825$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7825>;
4787
4787
  /**
4788
4788
  * @internal
4789
4789
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4790
4790
  */
4791
- export declare namespace PropertiesAtBRANDAt7822$ {
4792
- /** @deprecated use `PropertiesAtBRANDAt7822$inboundSchema` instead. */
4793
- const inboundSchema: z.ZodType<PropertiesAtBRANDAt7822, z.ZodTypeDef, unknown>;
4794
- /** @deprecated use `PropertiesAtBRANDAt7822$outboundSchema` instead. */
4795
- const outboundSchema: z.ZodType<PropertiesAtBRANDAt7822$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7822>;
4796
- /** @deprecated use `PropertiesAtBRANDAt7822$Outbound` instead. */
4797
- type Outbound = PropertiesAtBRANDAt7822$Outbound;
4791
+ export declare namespace PropertiesAtBRANDAt7825$ {
4792
+ /** @deprecated use `PropertiesAtBRANDAt7825$inboundSchema` instead. */
4793
+ const inboundSchema: z.ZodType<PropertiesAtBRANDAt7825, z.ZodTypeDef, unknown>;
4794
+ /** @deprecated use `PropertiesAtBRANDAt7825$outboundSchema` instead. */
4795
+ const outboundSchema: z.ZodType<PropertiesAtBRANDAt7825$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7825>;
4796
+ /** @deprecated use `PropertiesAtBRANDAt7825$Outbound` instead. */
4797
+ type Outbound = PropertiesAtBRANDAt7825$Outbound;
4798
4798
  }
4799
- export declare function propertiesAtBRANDAt7822ToJSON(propertiesAtBRANDAt7822: PropertiesAtBRANDAt7822): string;
4800
- export declare function propertiesAtBRANDAt7822FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt7822, SDKValidationError>;
4799
+ export declare function propertiesAtBRANDAt7825ToJSON(propertiesAtBRANDAt7825: PropertiesAtBRANDAt7825): string;
4800
+ export declare function propertiesAtBRANDAt7825FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt7825, SDKValidationError>;
4801
4801
  /** @internal */
4802
4802
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
4803
4803
  /** @internal */
4804
4804
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
4805
- "__@BRAND@7822": PropertiesAtBRANDAt7822$Outbound;
4805
+ "__@BRAND@7825": PropertiesAtBRANDAt7825$Outbound;
4806
4806
  };
4807
4807
  /** @internal */
4808
4808
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
@@ -4821,30 +4821,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMinLength$ {
4821
4821
  export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
4822
4822
  export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
4823
4823
  /** @internal */
4824
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7822, z.ZodTypeDef, unknown>;
4824
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7825, z.ZodTypeDef, unknown>;
4825
4825
  /** @internal */
4826
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$Outbound = {};
4826
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$Outbound = {};
4827
4827
  /** @internal */
4828
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7822>;
4828
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7825>;
4829
4829
  /**
4830
4830
  * @internal
4831
4831
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4832
4832
  */
4833
- export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$ {
4834
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$inboundSchema` instead. */
4835
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7822, z.ZodTypeDef, unknown>;
4836
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$outboundSchema` instead. */
4837
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7822>;
4838
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$Outbound` instead. */
4839
- type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$Outbound;
4833
+ export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$ {
4834
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$inboundSchema` instead. */
4835
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7825, z.ZodTypeDef, unknown>;
4836
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$outboundSchema` instead. */
4837
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7825>;
4838
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$Outbound` instead. */
4839
+ type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$Outbound;
4840
4840
  }
4841
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7822ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7822: CreateIntegrationStoreDirectPropertiesAtBRANDAt7822): string;
4842
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7822FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt7822, SDKValidationError>;
4841
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7825ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7825: CreateIntegrationStoreDirectPropertiesAtBRANDAt7825): string;
4842
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt7825, SDKValidationError>;
4843
4843
  /** @internal */
4844
4844
  export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
4845
4845
  /** @internal */
4846
4846
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
4847
- "__@BRAND@7822": CreateIntegrationStoreDirectPropertiesAtBRANDAt7822$Outbound;
4847
+ "__@BRAND@7825": CreateIntegrationStoreDirectPropertiesAtBRANDAt7825$Outbound;
4848
4848
  };
4849
4849
  /** @internal */
4850
4850
  export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
@@ -5470,30 +5470,30 @@ export declare namespace Guides$ {
5470
5470
  export declare function guidesToJSON(guides: Guides): string;
5471
5471
  export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
5472
5472
  /** @internal */
5473
- export declare const AtBRANDAt7822$inboundSchema: z.ZodType<AtBRANDAt7822, z.ZodTypeDef, unknown>;
5473
+ export declare const AtBRANDAt7825$inboundSchema: z.ZodType<AtBRANDAt7825, z.ZodTypeDef, unknown>;
5474
5474
  /** @internal */
5475
- export type AtBRANDAt7822$Outbound = {};
5475
+ export type AtBRANDAt7825$Outbound = {};
5476
5476
  /** @internal */
5477
- export declare const AtBRANDAt7822$outboundSchema: z.ZodType<AtBRANDAt7822$Outbound, z.ZodTypeDef, AtBRANDAt7822>;
5477
+ export declare const AtBRANDAt7825$outboundSchema: z.ZodType<AtBRANDAt7825$Outbound, z.ZodTypeDef, AtBRANDAt7825>;
5478
5478
  /**
5479
5479
  * @internal
5480
5480
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5481
5481
  */
5482
- export declare namespace AtBRANDAt7822$ {
5483
- /** @deprecated use `AtBRANDAt7822$inboundSchema` instead. */
5484
- const inboundSchema: z.ZodType<AtBRANDAt7822, z.ZodTypeDef, unknown>;
5485
- /** @deprecated use `AtBRANDAt7822$outboundSchema` instead. */
5486
- const outboundSchema: z.ZodType<AtBRANDAt7822$Outbound, z.ZodTypeDef, AtBRANDAt7822>;
5487
- /** @deprecated use `AtBRANDAt7822$Outbound` instead. */
5488
- type Outbound = AtBRANDAt7822$Outbound;
5482
+ export declare namespace AtBRANDAt7825$ {
5483
+ /** @deprecated use `AtBRANDAt7825$inboundSchema` instead. */
5484
+ const inboundSchema: z.ZodType<AtBRANDAt7825, z.ZodTypeDef, unknown>;
5485
+ /** @deprecated use `AtBRANDAt7825$outboundSchema` instead. */
5486
+ const outboundSchema: z.ZodType<AtBRANDAt7825$Outbound, z.ZodTypeDef, AtBRANDAt7825>;
5487
+ /** @deprecated use `AtBRANDAt7825$Outbound` instead. */
5488
+ type Outbound = AtBRANDAt7825$Outbound;
5489
5489
  }
5490
- export declare function atBRANDAt7822ToJSON(atBRANDAt7822: AtBRANDAt7822): string;
5491
- export declare function atBRANDAt7822FromJSON(jsonString: string): SafeParseResult<AtBRANDAt7822, SDKValidationError>;
5490
+ export declare function atBRANDAt7825ToJSON(atBRANDAt7825: AtBRANDAt7825): string;
5491
+ export declare function atBRANDAt7825FromJSON(jsonString: string): SafeParseResult<AtBRANDAt7825, SDKValidationError>;
5492
5492
  /** @internal */
5493
5493
  export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
5494
5494
  /** @internal */
5495
5495
  export type CreateIntegrationStoreDirectValue$Outbound = {
5496
- "__@BRAND@7822": AtBRANDAt7822$Outbound;
5496
+ "__@BRAND@7825": AtBRANDAt7825$Outbound;
5497
5497
  };
5498
5498
  /** @internal */
5499
5499
  export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;