@vercel/sdk 1.12.1 → 1.12.2

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 (78) hide show
  1. package/README.md +4 -2
  2. package/bin/mcp-server.js +2413 -2217
  3. package/bin/mcp-server.js.map +14 -11
  4. package/docs/sdks/projects/README.md +92 -0
  5. package/esm/__tests__/accessgroups.test.js +1 -3
  6. package/esm/__tests__/accessgroups.test.js.map +1 -1
  7. package/esm/__tests__/edgeconfig.test.js +6 -6
  8. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  9. package/esm/__tests__/integrations.test.js +1 -1
  10. package/esm/__tests__/logdrains.test.js +2 -6
  11. package/esm/__tests__/logdrains.test.js.map +1 -1
  12. package/esm/__tests__/projects.test.js +24 -0
  13. package/esm/__tests__/projects.test.js.map +1 -1
  14. package/esm/__tests__/rollingrelease.test.js +2 -1
  15. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  16. package/esm/__tests__/security.test.js +4 -4
  17. package/esm/__tests__/security.test.js.map +1 -1
  18. package/esm/funcs/projectsUploadProjectClientCert.d.ts +19 -0
  19. package/esm/funcs/projectsUploadProjectClientCert.d.ts.map +1 -0
  20. package/esm/funcs/projectsUploadProjectClientCert.js +94 -0
  21. package/esm/funcs/projectsUploadProjectClientCert.js.map +1 -0
  22. package/esm/lib/config.d.ts +3 -3
  23. package/esm/lib/config.js +3 -3
  24. package/esm/mcp-server/mcp-server.js +1 -1
  25. package/esm/mcp-server/server.d.ts.map +1 -1
  26. package/esm/mcp-server/server.js +3 -1
  27. package/esm/mcp-server/server.js.map +1 -1
  28. package/esm/mcp-server/tools/projectsUploadProjectClientCert.d.ts +7 -0
  29. package/esm/mcp-server/tools/projectsUploadProjectClientCert.d.ts.map +1 -0
  30. package/esm/mcp-server/tools/projectsUploadProjectClientCert.js +28 -0
  31. package/esm/mcp-server/tools/projectsUploadProjectClientCert.js.map +1 -0
  32. package/esm/models/createintegrationstoredirectop.d.ts +285 -285
  33. package/esm/models/createintegrationstoredirectop.js +351 -351
  34. package/esm/models/createprojectop.d.ts +30 -30
  35. package/esm/models/createprojectop.d.ts.map +1 -1
  36. package/esm/models/createprojectop.js +18 -18
  37. package/esm/models/createprojectop.js.map +1 -1
  38. package/esm/models/getconfigurationproductsop.d.ts +375 -375
  39. package/esm/models/getconfigurationproductsop.js +465 -465
  40. package/esm/models/updateprojectop.d.ts +30 -30
  41. package/esm/models/updateprojectop.d.ts.map +1 -1
  42. package/esm/models/updateprojectop.js +18 -18
  43. package/esm/models/updateprojectop.js.map +1 -1
  44. package/esm/models/uploadprojectclientcertop.d.ts +122 -0
  45. package/esm/models/uploadprojectclientcertop.d.ts.map +1 -0
  46. package/esm/models/uploadprojectclientcertop.js +108 -0
  47. package/esm/models/uploadprojectclientcertop.js.map +1 -0
  48. package/esm/models/userevent.d.ts +1856 -1824
  49. package/esm/models/userevent.d.ts.map +1 -1
  50. package/esm/models/userevent.js +2400 -2367
  51. package/esm/models/userevent.js.map +1 -1
  52. package/esm/sdk/projects.d.ts +8 -0
  53. package/esm/sdk/projects.d.ts.map +1 -1
  54. package/esm/sdk/projects.js +10 -0
  55. package/esm/sdk/projects.js.map +1 -1
  56. package/examples/package-lock.json +1 -1
  57. package/jsr.json +1 -1
  58. package/package.json +1 -1
  59. package/src/__tests__/accessgroups.test.ts +1 -3
  60. package/src/__tests__/edgeconfig.test.ts +6 -6
  61. package/src/__tests__/integrations.test.ts +1 -1
  62. package/src/__tests__/logdrains.test.ts +2 -6
  63. package/src/__tests__/projects.test.ts +27 -0
  64. package/src/__tests__/rollingrelease.test.ts +2 -1
  65. package/src/__tests__/security.test.ts +4 -4
  66. package/src/funcs/projectsUploadProjectClientCert.ts +198 -0
  67. package/src/lib/config.ts +3 -3
  68. package/src/mcp-server/mcp-server.ts +1 -1
  69. package/src/mcp-server/server.ts +3 -1
  70. package/src/mcp-server/tools/projectsUploadProjectClientCert.ts +38 -0
  71. package/src/models/createintegrationstoredirectop.ts +604 -604
  72. package/src/models/createprojectop.ts +30 -30
  73. package/src/models/getconfigurationproductsop.ts +802 -802
  74. package/src/models/updateprojectop.ts +30 -30
  75. package/src/models/uploadprojectclientcertop.ts +263 -0
  76. package/src/models/userevent.ts +4207 -4130
  77. package/src/sdk/projects.ts +22 -0
  78. package/vercel-spec.json +296 -136
@@ -190,9 +190,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
190
190
  readonly Object: "object";
191
191
  };
192
192
  export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
193
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486 = {};
193
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487 = {};
194
194
  export type CreateIntegrationStoreDirectPropertiesValue = {
195
- atBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486;
195
+ atBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487;
196
196
  };
197
197
  export declare const CreateIntegrationStoreDirectDisabled3: {
198
198
  readonly Update: "update";
@@ -225,17 +225,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
225
225
  readonly Domain: "domain";
226
226
  };
227
227
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
228
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486 = {};
228
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487 = {};
229
229
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
230
- atBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486;
230
+ atBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487;
231
231
  };
232
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486 = {};
232
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487 = {};
233
233
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
234
- atBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486;
234
+ atBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487;
235
235
  };
236
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486 = {};
236
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487 = {};
237
237
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
238
- atBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486;
238
+ atBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487;
239
239
  };
240
240
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
241
241
  readonly Update: "update";
@@ -296,9 +296,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
296
296
  readonly VercelRegion: "vercel-region";
297
297
  };
298
298
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
299
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486 = {};
299
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487 = {};
300
300
  export type CreateIntegrationStoreDirectUiOptionsValue = {
301
- atBRANDAt8486: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486;
301
+ atBRANDAt8487: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487;
302
302
  };
303
303
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
304
304
  readonly Update: "update";
@@ -323,9 +323,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
323
323
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
324
324
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
325
325
  };
326
- export type UiOptionsAtBRANDAt8486 = {};
326
+ export type UiOptionsAtBRANDAt8487 = {};
327
327
  export type CreateIntegrationStoreDirectUiOptions2 = {
328
- atBRANDAt8486: UiOptionsAtBRANDAt8486;
328
+ atBRANDAt8487: UiOptionsAtBRANDAt8487;
329
329
  };
330
330
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
331
331
  readonly Update: "update";
@@ -352,17 +352,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
352
352
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
353
353
  };
354
354
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
355
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486 = {};
355
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487 = {};
356
356
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
357
- atBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486;
357
+ atBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487;
358
358
  };
359
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486 = {};
359
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487 = {};
360
360
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
361
- atBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486;
361
+ atBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487;
362
362
  };
363
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486 = {};
363
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487 = {};
364
364
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
365
- atBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486;
365
+ atBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487;
366
366
  };
367
367
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
368
368
  readonly Update: "update";
@@ -424,17 +424,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
424
424
  readonly String: "string";
425
425
  };
426
426
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
427
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486 = {};
427
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487 = {};
428
428
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength = {
429
- atBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486;
429
+ atBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487;
430
430
  };
431
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486 = {};
431
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487 = {};
432
432
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength = {
433
- atBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486;
433
+ atBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487;
434
434
  };
435
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486 = {};
435
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487 = {};
436
436
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern = {
437
- atBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486;
437
+ atBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487;
438
438
  };
439
439
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
440
440
  type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type;
@@ -557,17 +557,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
557
557
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
558
558
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
559
559
  };
560
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486 = {};
560
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487 = {};
561
561
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
562
- atBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486;
562
+ atBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487;
563
563
  };
564
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486 = {};
564
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487 = {};
565
565
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
566
- atBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486;
566
+ atBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487;
567
567
  };
568
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486 = {};
568
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487 = {};
569
569
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
570
- atBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486;
570
+ atBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487;
571
571
  };
572
572
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
573
573
  readonly Update: "update";
@@ -813,17 +813,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
813
813
  readonly Input: "input";
814
814
  };
815
815
  export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
816
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486 = {};
816
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487 = {};
817
817
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
818
- atBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486;
818
+ atBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487;
819
819
  };
820
- export type PropertiesAtBRANDAt8486 = {};
820
+ export type PropertiesAtBRANDAt8487 = {};
821
821
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
822
- atBRANDAt8486: PropertiesAtBRANDAt8486;
822
+ atBRANDAt8487: PropertiesAtBRANDAt8487;
823
823
  };
824
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8486 = {};
824
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8487 = {};
825
825
  export type CreateIntegrationStoreDirectPropertiesPattern = {
826
- atBRANDAt8486: CreateIntegrationStoreDirectPropertiesAtBRANDAt8486;
826
+ atBRANDAt8487: CreateIntegrationStoreDirectPropertiesAtBRANDAt8487;
827
827
  };
828
828
  export declare const CreateIntegrationStoreDirectUiReadOnly3: {
829
829
  readonly Update: "update";
@@ -974,9 +974,9 @@ export type Guides = {
974
974
  title: string;
975
975
  steps: Array<Steps>;
976
976
  };
977
- export type AtBRANDAt8486 = {};
977
+ export type AtBRANDAt8487 = {};
978
978
  export type CreateIntegrationStoreDirectValue = {
979
- atBRANDAt8486: AtBRANDAt8486;
979
+ atBRANDAt8487: AtBRANDAt8487;
980
980
  };
981
981
  export declare const Disabled3: {
982
982
  readonly Update: "update";
@@ -1591,30 +1591,30 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsType$ {
1591
1591
  }>;
1592
1592
  }
1593
1593
  /** @internal */
1594
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486, z.ZodTypeDef, unknown>;
1594
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487, z.ZodTypeDef, unknown>;
1595
1595
  /** @internal */
1596
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486$Outbound = {};
1596
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$Outbound = {};
1597
1597
  /** @internal */
1598
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486>;
1598
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487>;
1599
1599
  /**
1600
1600
  * @internal
1601
1601
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1602
1602
  */
1603
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486$ {
1604
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486$inboundSchema` instead. */
1605
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486, z.ZodTypeDef, unknown>;
1606
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486$outboundSchema` instead. */
1607
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486>;
1608
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486$Outbound` instead. */
1609
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486$Outbound;
1603
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$ {
1604
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$inboundSchema` instead. */
1605
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487, z.ZodTypeDef, unknown>;
1606
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$outboundSchema` instead. */
1607
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487>;
1608
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$Outbound` instead. */
1609
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$Outbound;
1610
1610
  }
1611
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486): string;
1612
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486, SDKValidationError>;
1611
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487): string;
1612
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487, SDKValidationError>;
1613
1613
  /** @internal */
1614
1614
  export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
1615
1615
  /** @internal */
1616
1616
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
1617
- "__@BRAND@8486": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8486$Outbound;
1617
+ "__@BRAND@8487": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8487$Outbound;
1618
1618
  };
1619
1619
  /** @internal */
1620
1620
  export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
@@ -1817,30 +1817,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
1817
1817
  }>;
1818
1818
  }
1819
1819
  /** @internal */
1820
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486, z.ZodTypeDef, unknown>;
1820
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487, z.ZodTypeDef, unknown>;
1821
1821
  /** @internal */
1822
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486$Outbound = {};
1822
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$Outbound = {};
1823
1823
  /** @internal */
1824
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486>;
1824
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487>;
1825
1825
  /**
1826
1826
  * @internal
1827
1827
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1828
1828
  */
1829
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486$ {
1830
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486$inboundSchema` instead. */
1831
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486, z.ZodTypeDef, unknown>;
1832
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486$outboundSchema` instead. */
1833
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486>;
1834
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486$Outbound` instead. */
1835
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486$Outbound;
1829
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$ {
1830
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$inboundSchema` instead. */
1831
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487, z.ZodTypeDef, unknown>;
1832
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$outboundSchema` instead. */
1833
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487>;
1834
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$Outbound` instead. */
1835
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$Outbound;
1836
1836
  }
1837
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486): string;
1838
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486, SDKValidationError>;
1837
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487): string;
1838
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487, SDKValidationError>;
1839
1839
  /** @internal */
1840
1840
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
1841
1841
  /** @internal */
1842
1842
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
1843
- "__@BRAND@8486": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8486$Outbound;
1843
+ "__@BRAND@8487": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8487$Outbound;
1844
1844
  };
1845
1845
  /** @internal */
1846
1846
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
@@ -1859,30 +1859,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
1859
1859
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
1860
1860
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
1861
1861
  /** @internal */
1862
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486, z.ZodTypeDef, unknown>;
1862
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487, z.ZodTypeDef, unknown>;
1863
1863
  /** @internal */
1864
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486$Outbound = {};
1864
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$Outbound = {};
1865
1865
  /** @internal */
1866
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486>;
1866
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487>;
1867
1867
  /**
1868
1868
  * @internal
1869
1869
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1870
1870
  */
1871
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486$ {
1872
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486$inboundSchema` instead. */
1873
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486, z.ZodTypeDef, unknown>;
1874
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486$outboundSchema` instead. */
1875
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486>;
1876
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486$Outbound` instead. */
1877
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486$Outbound;
1871
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$ {
1872
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$inboundSchema` instead. */
1873
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487, z.ZodTypeDef, unknown>;
1874
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$outboundSchema` instead. */
1875
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487>;
1876
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$Outbound` instead. */
1877
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$Outbound;
1878
1878
  }
1879
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486): string;
1880
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486, SDKValidationError>;
1879
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487): string;
1880
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487, SDKValidationError>;
1881
1881
  /** @internal */
1882
1882
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
1883
1883
  /** @internal */
1884
1884
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
1885
- "__@BRAND@8486": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8486$Outbound;
1885
+ "__@BRAND@8487": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8487$Outbound;
1886
1886
  };
1887
1887
  /** @internal */
1888
1888
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
@@ -1901,30 +1901,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
1901
1901
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
1902
1902
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
1903
1903
  /** @internal */
1904
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486, z.ZodTypeDef, unknown>;
1904
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487, z.ZodTypeDef, unknown>;
1905
1905
  /** @internal */
1906
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486$Outbound = {};
1906
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$Outbound = {};
1907
1907
  /** @internal */
1908
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486>;
1908
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487>;
1909
1909
  /**
1910
1910
  * @internal
1911
1911
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1912
1912
  */
1913
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486$ {
1914
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486$inboundSchema` instead. */
1915
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486, z.ZodTypeDef, unknown>;
1916
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486$outboundSchema` instead. */
1917
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486>;
1918
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486$Outbound` instead. */
1919
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486$Outbound;
1913
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$ {
1914
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$inboundSchema` instead. */
1915
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487, z.ZodTypeDef, unknown>;
1916
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$outboundSchema` instead. */
1917
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487>;
1918
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$Outbound` instead. */
1919
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$Outbound;
1920
1920
  }
1921
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486): string;
1922
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486, SDKValidationError>;
1921
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487): string;
1922
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487, SDKValidationError>;
1923
1923
  /** @internal */
1924
1924
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
1925
1925
  /** @internal */
1926
1926
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
1927
- "__@BRAND@8486": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8486$Outbound;
1927
+ "__@BRAND@8487": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8487$Outbound;
1928
1928
  };
1929
1929
  /** @internal */
1930
1930
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
@@ -2265,30 +2265,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2265
2265
  }>;
2266
2266
  }
2267
2267
  /** @internal */
2268
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486, z.ZodTypeDef, unknown>;
2268
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487, z.ZodTypeDef, unknown>;
2269
2269
  /** @internal */
2270
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486$Outbound = {};
2270
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$Outbound = {};
2271
2271
  /** @internal */
2272
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486>;
2272
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487>;
2273
2273
  /**
2274
2274
  * @internal
2275
2275
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2276
2276
  */
2277
- export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486$ {
2278
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486$inboundSchema` instead. */
2279
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486, z.ZodTypeDef, unknown>;
2280
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486$outboundSchema` instead. */
2281
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486>;
2282
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486$Outbound` instead. */
2283
- type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486$Outbound;
2277
+ export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$ {
2278
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$inboundSchema` instead. */
2279
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487, z.ZodTypeDef, unknown>;
2280
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$outboundSchema` instead. */
2281
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487>;
2282
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$Outbound` instead. */
2283
+ type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$Outbound;
2284
2284
  }
2285
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8486ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8486: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486): string;
2286
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8486FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486, SDKValidationError>;
2285
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8487ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8487: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487): string;
2286
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8487FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487, SDKValidationError>;
2287
2287
  /** @internal */
2288
2288
  export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
2289
2289
  /** @internal */
2290
2290
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
2291
- "__@BRAND@8486": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8486$Outbound;
2291
+ "__@BRAND@8487": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8487$Outbound;
2292
2292
  };
2293
2293
  /** @internal */
2294
2294
  export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
@@ -2455,30 +2455,30 @@ export declare namespace CreateIntegrationStoreDirectUiOptions3$ {
2455
2455
  export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
2456
2456
  export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
2457
2457
  /** @internal */
2458
- export declare const UiOptionsAtBRANDAt8486$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8486, z.ZodTypeDef, unknown>;
2458
+ export declare const UiOptionsAtBRANDAt8487$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8487, z.ZodTypeDef, unknown>;
2459
2459
  /** @internal */
2460
- export type UiOptionsAtBRANDAt8486$Outbound = {};
2460
+ export type UiOptionsAtBRANDAt8487$Outbound = {};
2461
2461
  /** @internal */
2462
- export declare const UiOptionsAtBRANDAt8486$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8486$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8486>;
2462
+ export declare const UiOptionsAtBRANDAt8487$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8487$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8487>;
2463
2463
  /**
2464
2464
  * @internal
2465
2465
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2466
2466
  */
2467
- export declare namespace UiOptionsAtBRANDAt8486$ {
2468
- /** @deprecated use `UiOptionsAtBRANDAt8486$inboundSchema` instead. */
2469
- const inboundSchema: z.ZodType<UiOptionsAtBRANDAt8486, z.ZodTypeDef, unknown>;
2470
- /** @deprecated use `UiOptionsAtBRANDAt8486$outboundSchema` instead. */
2471
- const outboundSchema: z.ZodType<UiOptionsAtBRANDAt8486$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8486>;
2472
- /** @deprecated use `UiOptionsAtBRANDAt8486$Outbound` instead. */
2473
- type Outbound = UiOptionsAtBRANDAt8486$Outbound;
2467
+ export declare namespace UiOptionsAtBRANDAt8487$ {
2468
+ /** @deprecated use `UiOptionsAtBRANDAt8487$inboundSchema` instead. */
2469
+ const inboundSchema: z.ZodType<UiOptionsAtBRANDAt8487, z.ZodTypeDef, unknown>;
2470
+ /** @deprecated use `UiOptionsAtBRANDAt8487$outboundSchema` instead. */
2471
+ const outboundSchema: z.ZodType<UiOptionsAtBRANDAt8487$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8487>;
2472
+ /** @deprecated use `UiOptionsAtBRANDAt8487$Outbound` instead. */
2473
+ type Outbound = UiOptionsAtBRANDAt8487$Outbound;
2474
2474
  }
2475
- export declare function uiOptionsAtBRANDAt8486ToJSON(uiOptionsAtBRANDAt8486: UiOptionsAtBRANDAt8486): string;
2476
- export declare function uiOptionsAtBRANDAt8486FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8486, SDKValidationError>;
2475
+ export declare function uiOptionsAtBRANDAt8487ToJSON(uiOptionsAtBRANDAt8487: UiOptionsAtBRANDAt8487): string;
2476
+ export declare function uiOptionsAtBRANDAt8487FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8487, SDKValidationError>;
2477
2477
  /** @internal */
2478
2478
  export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
2479
2479
  /** @internal */
2480
2480
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
2481
- "__@BRAND@8486": UiOptionsAtBRANDAt8486$Outbound;
2481
+ "__@BRAND@8487": UiOptionsAtBRANDAt8487$Outbound;
2482
2482
  };
2483
2483
  /** @internal */
2484
2484
  export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
@@ -2666,30 +2666,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2666
2666
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
2667
2667
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
2668
2668
  /** @internal */
2669
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486, z.ZodTypeDef, unknown>;
2669
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487, z.ZodTypeDef, unknown>;
2670
2670
  /** @internal */
2671
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486$Outbound = {};
2671
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$Outbound = {};
2672
2672
  /** @internal */
2673
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486>;
2673
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487>;
2674
2674
  /**
2675
2675
  * @internal
2676
2676
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2677
2677
  */
2678
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486$ {
2679
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486$inboundSchema` instead. */
2680
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486, z.ZodTypeDef, unknown>;
2681
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486$outboundSchema` instead. */
2682
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486>;
2683
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486$Outbound` instead. */
2684
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486$Outbound;
2678
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$ {
2679
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$inboundSchema` instead. */
2680
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487, z.ZodTypeDef, unknown>;
2681
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$outboundSchema` instead. */
2682
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487>;
2683
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$Outbound` instead. */
2684
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$Outbound;
2685
2685
  }
2686
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486): string;
2687
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486, SDKValidationError>;
2686
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487): string;
2687
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487, SDKValidationError>;
2688
2688
  /** @internal */
2689
2689
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
2690
2690
  /** @internal */
2691
2691
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
2692
- "__@BRAND@8486": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8486$Outbound;
2692
+ "__@BRAND@8487": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8487$Outbound;
2693
2693
  };
2694
2694
  /** @internal */
2695
2695
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
@@ -2708,30 +2708,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2708
2708
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
2709
2709
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
2710
2710
  /** @internal */
2711
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486, z.ZodTypeDef, unknown>;
2711
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487, z.ZodTypeDef, unknown>;
2712
2712
  /** @internal */
2713
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486$Outbound = {};
2713
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$Outbound = {};
2714
2714
  /** @internal */
2715
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486>;
2715
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487>;
2716
2716
  /**
2717
2717
  * @internal
2718
2718
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2719
2719
  */
2720
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486$ {
2721
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486$inboundSchema` instead. */
2722
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486, z.ZodTypeDef, unknown>;
2723
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486$outboundSchema` instead. */
2724
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486>;
2725
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486$Outbound` instead. */
2726
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486$Outbound;
2720
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$ {
2721
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$inboundSchema` instead. */
2722
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487, z.ZodTypeDef, unknown>;
2723
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$outboundSchema` instead. */
2724
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487>;
2725
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$Outbound` instead. */
2726
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$Outbound;
2727
2727
  }
2728
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486): string;
2729
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486, SDKValidationError>;
2728
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487): string;
2729
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487, SDKValidationError>;
2730
2730
  /** @internal */
2731
2731
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
2732
2732
  /** @internal */
2733
2733
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
2734
- "__@BRAND@8486": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8486$Outbound;
2734
+ "__@BRAND@8487": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8487$Outbound;
2735
2735
  };
2736
2736
  /** @internal */
2737
2737
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
@@ -2750,30 +2750,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2750
2750
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
2751
2751
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
2752
2752
  /** @internal */
2753
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486, z.ZodTypeDef, unknown>;
2753
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487, z.ZodTypeDef, unknown>;
2754
2754
  /** @internal */
2755
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486$Outbound = {};
2755
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$Outbound = {};
2756
2756
  /** @internal */
2757
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486>;
2757
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487>;
2758
2758
  /**
2759
2759
  * @internal
2760
2760
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2761
2761
  */
2762
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486$ {
2763
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486$inboundSchema` instead. */
2764
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486, z.ZodTypeDef, unknown>;
2765
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486$outboundSchema` instead. */
2766
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486>;
2767
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486$Outbound` instead. */
2768
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486$Outbound;
2762
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$ {
2763
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$inboundSchema` instead. */
2764
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487, z.ZodTypeDef, unknown>;
2765
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$outboundSchema` instead. */
2766
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487>;
2767
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$Outbound` instead. */
2768
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$Outbound;
2769
2769
  }
2770
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486): string;
2771
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486, SDKValidationError>;
2770
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487): string;
2771
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487, SDKValidationError>;
2772
2772
  /** @internal */
2773
2773
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
2774
2774
  /** @internal */
2775
2775
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
2776
- "__@BRAND@8486": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8486$Outbound;
2776
+ "__@BRAND@8487": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8487$Outbound;
2777
2777
  };
2778
2778
  /** @internal */
2779
2779
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
@@ -3115,30 +3115,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
3115
3115
  }>;
3116
3116
  }
3117
3117
  /** @internal */
3118
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486, z.ZodTypeDef, unknown>;
3118
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487, z.ZodTypeDef, unknown>;
3119
3119
  /** @internal */
3120
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486$Outbound = {};
3120
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$Outbound = {};
3121
3121
  /** @internal */
3122
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486>;
3122
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487>;
3123
3123
  /**
3124
3124
  * @internal
3125
3125
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3126
3126
  */
3127
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486$ {
3128
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486$inboundSchema` instead. */
3129
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486, z.ZodTypeDef, unknown>;
3130
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486$outboundSchema` instead. */
3131
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486>;
3132
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486$Outbound` instead. */
3133
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486$Outbound;
3127
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$ {
3128
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$inboundSchema` instead. */
3129
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487, z.ZodTypeDef, unknown>;
3130
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$outboundSchema` instead. */
3131
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487>;
3132
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$Outbound` instead. */
3133
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$Outbound;
3134
3134
  }
3135
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486): string;
3136
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486, SDKValidationError>;
3135
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487): string;
3136
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487, SDKValidationError>;
3137
3137
  /** @internal */
3138
3138
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, z.ZodTypeDef, unknown>;
3139
3139
  /** @internal */
3140
3140
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound = {
3141
- "__@BRAND@8486": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8486$Outbound;
3141
+ "__@BRAND@8487": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8487$Outbound;
3142
3142
  };
3143
3143
  /** @internal */
3144
3144
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength>;
@@ -3157,30 +3157,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
3157
3157
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength): string;
3158
3158
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, SDKValidationError>;
3159
3159
  /** @internal */
3160
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486, z.ZodTypeDef, unknown>;
3160
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487, z.ZodTypeDef, unknown>;
3161
3161
  /** @internal */
3162
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486$Outbound = {};
3162
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$Outbound = {};
3163
3163
  /** @internal */
3164
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486>;
3164
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487>;
3165
3165
  /**
3166
3166
  * @internal
3167
3167
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3168
3168
  */
3169
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486$ {
3170
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486$inboundSchema` instead. */
3171
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486, z.ZodTypeDef, unknown>;
3172
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486$outboundSchema` instead. */
3173
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486>;
3174
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486$Outbound` instead. */
3175
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486$Outbound;
3169
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$ {
3170
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$inboundSchema` instead. */
3171
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487, z.ZodTypeDef, unknown>;
3172
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$outboundSchema` instead. */
3173
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487>;
3174
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$Outbound` instead. */
3175
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$Outbound;
3176
3176
  }
3177
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486): string;
3178
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486, SDKValidationError>;
3177
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487): string;
3178
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487, SDKValidationError>;
3179
3179
  /** @internal */
3180
3180
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, z.ZodTypeDef, unknown>;
3181
3181
  /** @internal */
3182
3182
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound = {
3183
- "__@BRAND@8486": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8486$Outbound;
3183
+ "__@BRAND@8487": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8487$Outbound;
3184
3184
  };
3185
3185
  /** @internal */
3186
3186
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength>;
@@ -3199,30 +3199,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
3199
3199
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength): string;
3200
3200
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, SDKValidationError>;
3201
3201
  /** @internal */
3202
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486, z.ZodTypeDef, unknown>;
3202
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487, z.ZodTypeDef, unknown>;
3203
3203
  /** @internal */
3204
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486$Outbound = {};
3204
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$Outbound = {};
3205
3205
  /** @internal */
3206
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486>;
3206
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487>;
3207
3207
  /**
3208
3208
  * @internal
3209
3209
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3210
3210
  */
3211
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486$ {
3212
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486$inboundSchema` instead. */
3213
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486, z.ZodTypeDef, unknown>;
3214
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486$outboundSchema` instead. */
3215
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486>;
3216
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486$Outbound` instead. */
3217
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486$Outbound;
3211
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$ {
3212
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$inboundSchema` instead. */
3213
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487, z.ZodTypeDef, unknown>;
3214
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$outboundSchema` instead. */
3215
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487>;
3216
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$Outbound` instead. */
3217
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$Outbound;
3218
3218
  }
3219
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486): string;
3220
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486, SDKValidationError>;
3219
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487): string;
3220
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487, SDKValidationError>;
3221
3221
  /** @internal */
3222
3222
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, z.ZodTypeDef, unknown>;
3223
3223
  /** @internal */
3224
3224
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound = {
3225
- "__@BRAND@8486": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8486$Outbound;
3225
+ "__@BRAND@8487": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8487$Outbound;
3226
3226
  };
3227
3227
  /** @internal */
3228
3228
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern>;
@@ -3908,30 +3908,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiOptions$ {
3908
3908
  export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
3909
3909
  export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
3910
3910
  /** @internal */
3911
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486, z.ZodTypeDef, unknown>;
3911
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487, z.ZodTypeDef, unknown>;
3912
3912
  /** @internal */
3913
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486$Outbound = {};
3913
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$Outbound = {};
3914
3914
  /** @internal */
3915
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486>;
3915
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487>;
3916
3916
  /**
3917
3917
  * @internal
3918
3918
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3919
3919
  */
3920
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486$ {
3921
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486$inboundSchema` instead. */
3922
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486, z.ZodTypeDef, unknown>;
3923
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486$outboundSchema` instead. */
3924
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486>;
3925
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486$Outbound` instead. */
3926
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486$Outbound;
3920
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$ {
3921
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$inboundSchema` instead. */
3922
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487, z.ZodTypeDef, unknown>;
3923
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$outboundSchema` instead. */
3924
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487>;
3925
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$Outbound` instead. */
3926
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$Outbound;
3927
3927
  }
3928
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486): string;
3929
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486, SDKValidationError>;
3928
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487): string;
3929
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487, SDKValidationError>;
3930
3930
  /** @internal */
3931
3931
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
3932
3932
  /** @internal */
3933
3933
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
3934
- "__@BRAND@8486": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8486$Outbound;
3934
+ "__@BRAND@8487": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8487$Outbound;
3935
3935
  };
3936
3936
  /** @internal */
3937
3937
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
@@ -3950,30 +3950,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMaxLe
3950
3950
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
3951
3951
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
3952
3952
  /** @internal */
3953
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486, z.ZodTypeDef, unknown>;
3953
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487, z.ZodTypeDef, unknown>;
3954
3954
  /** @internal */
3955
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486$Outbound = {};
3955
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$Outbound = {};
3956
3956
  /** @internal */
3957
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486>;
3957
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487>;
3958
3958
  /**
3959
3959
  * @internal
3960
3960
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3961
3961
  */
3962
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486$ {
3963
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486$inboundSchema` instead. */
3964
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486, z.ZodTypeDef, unknown>;
3965
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486$outboundSchema` instead. */
3966
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486>;
3967
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486$Outbound` instead. */
3968
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486$Outbound;
3962
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$ {
3963
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$inboundSchema` instead. */
3964
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487, z.ZodTypeDef, unknown>;
3965
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$outboundSchema` instead. */
3966
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487>;
3967
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$Outbound` instead. */
3968
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$Outbound;
3969
3969
  }
3970
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486): string;
3971
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486, SDKValidationError>;
3970
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487): string;
3971
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487, SDKValidationError>;
3972
3972
  /** @internal */
3973
3973
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
3974
3974
  /** @internal */
3975
3975
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
3976
- "__@BRAND@8486": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8486$Outbound;
3976
+ "__@BRAND@8487": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8487$Outbound;
3977
3977
  };
3978
3978
  /** @internal */
3979
3979
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
@@ -3992,30 +3992,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMinLe
3992
3992
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
3993
3993
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
3994
3994
  /** @internal */
3995
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486, z.ZodTypeDef, unknown>;
3995
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487, z.ZodTypeDef, unknown>;
3996
3996
  /** @internal */
3997
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486$Outbound = {};
3997
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$Outbound = {};
3998
3998
  /** @internal */
3999
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486>;
3999
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487>;
4000
4000
  /**
4001
4001
  * @internal
4002
4002
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4003
4003
  */
4004
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486$ {
4005
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486$inboundSchema` instead. */
4006
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486, z.ZodTypeDef, unknown>;
4007
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486$outboundSchema` instead. */
4008
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486>;
4009
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486$Outbound` instead. */
4010
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486$Outbound;
4004
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$ {
4005
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$inboundSchema` instead. */
4006
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487, z.ZodTypeDef, unknown>;
4007
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$outboundSchema` instead. */
4008
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487>;
4009
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$Outbound` instead. */
4010
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$Outbound;
4011
4011
  }
4012
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486): string;
4013
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486, SDKValidationError>;
4012
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487): string;
4013
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487, SDKValidationError>;
4014
4014
  /** @internal */
4015
4015
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
4016
4016
  /** @internal */
4017
4017
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
4018
- "__@BRAND@8486": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8486$Outbound;
4018
+ "__@BRAND@8487": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8487$Outbound;
4019
4019
  };
4020
4020
  /** @internal */
4021
4021
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
@@ -5363,30 +5363,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
5363
5363
  }>;
5364
5364
  }
5365
5365
  /** @internal */
5366
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486, z.ZodTypeDef, unknown>;
5366
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487, z.ZodTypeDef, unknown>;
5367
5367
  /** @internal */
5368
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486$Outbound = {};
5368
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$Outbound = {};
5369
5369
  /** @internal */
5370
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486>;
5370
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487>;
5371
5371
  /**
5372
5372
  * @internal
5373
5373
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5374
5374
  */
5375
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486$ {
5376
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486$inboundSchema` instead. */
5377
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486, z.ZodTypeDef, unknown>;
5378
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486$outboundSchema` instead. */
5379
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486>;
5380
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486$Outbound` instead. */
5381
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486$Outbound;
5375
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$ {
5376
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$inboundSchema` instead. */
5377
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487, z.ZodTypeDef, unknown>;
5378
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$outboundSchema` instead. */
5379
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487>;
5380
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$Outbound` instead. */
5381
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$Outbound;
5382
5382
  }
5383
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486): string;
5384
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486, SDKValidationError>;
5383
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487): string;
5384
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487, SDKValidationError>;
5385
5385
  /** @internal */
5386
5386
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
5387
5387
  /** @internal */
5388
5388
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
5389
- "__@BRAND@8486": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8486$Outbound;
5389
+ "__@BRAND@8487": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8487$Outbound;
5390
5390
  };
5391
5391
  /** @internal */
5392
5392
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
@@ -5405,30 +5405,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMaxLength$ {
5405
5405
  export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
5406
5406
  export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
5407
5407
  /** @internal */
5408
- export declare const PropertiesAtBRANDAt8486$inboundSchema: z.ZodType<PropertiesAtBRANDAt8486, z.ZodTypeDef, unknown>;
5408
+ export declare const PropertiesAtBRANDAt8487$inboundSchema: z.ZodType<PropertiesAtBRANDAt8487, z.ZodTypeDef, unknown>;
5409
5409
  /** @internal */
5410
- export type PropertiesAtBRANDAt8486$Outbound = {};
5410
+ export type PropertiesAtBRANDAt8487$Outbound = {};
5411
5411
  /** @internal */
5412
- export declare const PropertiesAtBRANDAt8486$outboundSchema: z.ZodType<PropertiesAtBRANDAt8486$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8486>;
5412
+ export declare const PropertiesAtBRANDAt8487$outboundSchema: z.ZodType<PropertiesAtBRANDAt8487$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8487>;
5413
5413
  /**
5414
5414
  * @internal
5415
5415
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5416
5416
  */
5417
- export declare namespace PropertiesAtBRANDAt8486$ {
5418
- /** @deprecated use `PropertiesAtBRANDAt8486$inboundSchema` instead. */
5419
- const inboundSchema: z.ZodType<PropertiesAtBRANDAt8486, z.ZodTypeDef, unknown>;
5420
- /** @deprecated use `PropertiesAtBRANDAt8486$outboundSchema` instead. */
5421
- const outboundSchema: z.ZodType<PropertiesAtBRANDAt8486$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8486>;
5422
- /** @deprecated use `PropertiesAtBRANDAt8486$Outbound` instead. */
5423
- type Outbound = PropertiesAtBRANDAt8486$Outbound;
5417
+ export declare namespace PropertiesAtBRANDAt8487$ {
5418
+ /** @deprecated use `PropertiesAtBRANDAt8487$inboundSchema` instead. */
5419
+ const inboundSchema: z.ZodType<PropertiesAtBRANDAt8487, z.ZodTypeDef, unknown>;
5420
+ /** @deprecated use `PropertiesAtBRANDAt8487$outboundSchema` instead. */
5421
+ const outboundSchema: z.ZodType<PropertiesAtBRANDAt8487$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8487>;
5422
+ /** @deprecated use `PropertiesAtBRANDAt8487$Outbound` instead. */
5423
+ type Outbound = PropertiesAtBRANDAt8487$Outbound;
5424
5424
  }
5425
- export declare function propertiesAtBRANDAt8486ToJSON(propertiesAtBRANDAt8486: PropertiesAtBRANDAt8486): string;
5426
- export declare function propertiesAtBRANDAt8486FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8486, SDKValidationError>;
5425
+ export declare function propertiesAtBRANDAt8487ToJSON(propertiesAtBRANDAt8487: PropertiesAtBRANDAt8487): string;
5426
+ export declare function propertiesAtBRANDAt8487FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8487, SDKValidationError>;
5427
5427
  /** @internal */
5428
5428
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
5429
5429
  /** @internal */
5430
5430
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
5431
- "__@BRAND@8486": PropertiesAtBRANDAt8486$Outbound;
5431
+ "__@BRAND@8487": PropertiesAtBRANDAt8487$Outbound;
5432
5432
  };
5433
5433
  /** @internal */
5434
5434
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
@@ -5447,30 +5447,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMinLength$ {
5447
5447
  export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
5448
5448
  export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
5449
5449
  /** @internal */
5450
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8486$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8486, z.ZodTypeDef, unknown>;
5450
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8487, z.ZodTypeDef, unknown>;
5451
5451
  /** @internal */
5452
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8486$Outbound = {};
5452
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$Outbound = {};
5453
5453
  /** @internal */
5454
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8486$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8486>;
5454
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8487>;
5455
5455
  /**
5456
5456
  * @internal
5457
5457
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5458
5458
  */
5459
- export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8486$ {
5460
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8486$inboundSchema` instead. */
5461
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8486, z.ZodTypeDef, unknown>;
5462
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8486$outboundSchema` instead. */
5463
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8486$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8486>;
5464
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8486$Outbound` instead. */
5465
- type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt8486$Outbound;
5459
+ export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$ {
5460
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$inboundSchema` instead. */
5461
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8487, z.ZodTypeDef, unknown>;
5462
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$outboundSchema` instead. */
5463
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8487>;
5464
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$Outbound` instead. */
5465
+ type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$Outbound;
5466
5466
  }
5467
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8486ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8486: CreateIntegrationStoreDirectPropertiesAtBRANDAt8486): string;
5468
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8486FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8486, SDKValidationError>;
5467
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8487ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8487: CreateIntegrationStoreDirectPropertiesAtBRANDAt8487): string;
5468
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8487FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8487, SDKValidationError>;
5469
5469
  /** @internal */
5470
5470
  export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
5471
5471
  /** @internal */
5472
5472
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
5473
- "__@BRAND@8486": CreateIntegrationStoreDirectPropertiesAtBRANDAt8486$Outbound;
5473
+ "__@BRAND@8487": CreateIntegrationStoreDirectPropertiesAtBRANDAt8487$Outbound;
5474
5474
  };
5475
5475
  /** @internal */
5476
5476
  export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
@@ -6104,30 +6104,30 @@ export declare namespace Guides$ {
6104
6104
  export declare function guidesToJSON(guides: Guides): string;
6105
6105
  export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
6106
6106
  /** @internal */
6107
- export declare const AtBRANDAt8486$inboundSchema: z.ZodType<AtBRANDAt8486, z.ZodTypeDef, unknown>;
6107
+ export declare const AtBRANDAt8487$inboundSchema: z.ZodType<AtBRANDAt8487, z.ZodTypeDef, unknown>;
6108
6108
  /** @internal */
6109
- export type AtBRANDAt8486$Outbound = {};
6109
+ export type AtBRANDAt8487$Outbound = {};
6110
6110
  /** @internal */
6111
- export declare const AtBRANDAt8486$outboundSchema: z.ZodType<AtBRANDAt8486$Outbound, z.ZodTypeDef, AtBRANDAt8486>;
6111
+ export declare const AtBRANDAt8487$outboundSchema: z.ZodType<AtBRANDAt8487$Outbound, z.ZodTypeDef, AtBRANDAt8487>;
6112
6112
  /**
6113
6113
  * @internal
6114
6114
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
6115
6115
  */
6116
- export declare namespace AtBRANDAt8486$ {
6117
- /** @deprecated use `AtBRANDAt8486$inboundSchema` instead. */
6118
- const inboundSchema: z.ZodType<AtBRANDAt8486, z.ZodTypeDef, unknown>;
6119
- /** @deprecated use `AtBRANDAt8486$outboundSchema` instead. */
6120
- const outboundSchema: z.ZodType<AtBRANDAt8486$Outbound, z.ZodTypeDef, AtBRANDAt8486>;
6121
- /** @deprecated use `AtBRANDAt8486$Outbound` instead. */
6122
- type Outbound = AtBRANDAt8486$Outbound;
6116
+ export declare namespace AtBRANDAt8487$ {
6117
+ /** @deprecated use `AtBRANDAt8487$inboundSchema` instead. */
6118
+ const inboundSchema: z.ZodType<AtBRANDAt8487, z.ZodTypeDef, unknown>;
6119
+ /** @deprecated use `AtBRANDAt8487$outboundSchema` instead. */
6120
+ const outboundSchema: z.ZodType<AtBRANDAt8487$Outbound, z.ZodTypeDef, AtBRANDAt8487>;
6121
+ /** @deprecated use `AtBRANDAt8487$Outbound` instead. */
6122
+ type Outbound = AtBRANDAt8487$Outbound;
6123
6123
  }
6124
- export declare function atBRANDAt8486ToJSON(atBRANDAt8486: AtBRANDAt8486): string;
6125
- export declare function atBRANDAt8486FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8486, SDKValidationError>;
6124
+ export declare function atBRANDAt8487ToJSON(atBRANDAt8487: AtBRANDAt8487): string;
6125
+ export declare function atBRANDAt8487FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8487, SDKValidationError>;
6126
6126
  /** @internal */
6127
6127
  export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
6128
6128
  /** @internal */
6129
6129
  export type CreateIntegrationStoreDirectValue$Outbound = {
6130
- "__@BRAND@8486": AtBRANDAt8486$Outbound;
6130
+ "__@BRAND@8487": AtBRANDAt8487$Outbound;
6131
6131
  };
6132
6132
  /** @internal */
6133
6133
  export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;