@vercel/sdk 1.17.5 → 1.17.7

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 (72) hide show
  1. package/bin/mcp-server.js +1534 -1411
  2. package/bin/mcp-server.js.map +14 -14
  3. package/esm/__tests__/accessgroups.test.js +3 -1
  4. package/esm/__tests__/accessgroups.test.js.map +1 -1
  5. package/esm/__tests__/domains.test.js +11 -2
  6. package/esm/__tests__/domains.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 +3 -1
  11. package/esm/__tests__/logdrains.test.js.map +1 -1
  12. package/esm/__tests__/rollingrelease.test.js +6 -2
  13. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +4 -4
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/funcs/marketplaceImportResource.js +2 -2
  17. package/esm/funcs/marketplaceImportResource.js.map +1 -1
  18. package/esm/lib/config.d.ts +2 -2
  19. package/esm/lib/config.js +2 -2
  20. package/esm/mcp-server/mcp-server.js +1 -1
  21. package/esm/mcp-server/server.js +1 -1
  22. package/esm/models/canceldeploymentop.d.ts +2 -0
  23. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  24. package/esm/models/canceldeploymentop.js +2 -0
  25. package/esm/models/canceldeploymentop.js.map +1 -1
  26. package/esm/models/createdeploymentop.d.ts +2 -0
  27. package/esm/models/createdeploymentop.d.ts.map +1 -1
  28. package/esm/models/createdeploymentop.js +2 -0
  29. package/esm/models/createdeploymentop.js.map +1 -1
  30. package/esm/models/createintegrationstoredirectop.d.ts +152 -152
  31. package/esm/models/createintegrationstoredirectop.js +218 -218
  32. package/esm/models/getconfigurationproductsop.d.ts +200 -200
  33. package/esm/models/getconfigurationproductsop.js +290 -290
  34. package/esm/models/getdeploymentop.d.ts +2 -0
  35. package/esm/models/getdeploymentop.d.ts.map +1 -1
  36. package/esm/models/getdeploymentop.js +2 -0
  37. package/esm/models/getdeploymentop.js.map +1 -1
  38. package/esm/models/team.d.ts +10 -0
  39. package/esm/models/team.d.ts.map +1 -1
  40. package/esm/models/team.js +4 -0
  41. package/esm/models/team.js.map +1 -1
  42. package/esm/models/teamlimited.d.ts +10 -0
  43. package/esm/models/teamlimited.d.ts.map +1 -1
  44. package/esm/models/teamlimited.js +4 -0
  45. package/esm/models/teamlimited.js.map +1 -1
  46. package/esm/models/userevent.d.ts +1599 -1433
  47. package/esm/models/userevent.d.ts.map +1 -1
  48. package/esm/models/userevent.js +2124 -1947
  49. package/esm/models/userevent.js.map +1 -1
  50. package/examples/package-lock.json +1 -1
  51. package/jsr.json +1 -1
  52. package/package.json +1 -1
  53. package/src/__tests__/accessgroups.test.ts +3 -1
  54. package/src/__tests__/domains.test.ts +11 -2
  55. package/src/__tests__/edgeconfig.test.ts +6 -6
  56. package/src/__tests__/integrations.test.ts +1 -1
  57. package/src/__tests__/logdrains.test.ts +3 -1
  58. package/src/__tests__/rollingrelease.test.ts +6 -2
  59. package/src/__tests__/security.test.ts +4 -4
  60. package/src/funcs/marketplaceImportResource.ts +2 -2
  61. package/src/lib/config.ts +2 -2
  62. package/src/mcp-server/mcp-server.ts +1 -1
  63. package/src/mcp-server/server.ts +1 -1
  64. package/src/models/canceldeploymentop.ts +4 -0
  65. package/src/models/createdeploymentop.ts +4 -0
  66. package/src/models/createintegrationstoredirectop.ts +471 -471
  67. package/src/models/getconfigurationproductsop.ts +627 -627
  68. package/src/models/getdeploymentop.ts +4 -0
  69. package/src/models/team.ts +14 -0
  70. package/src/models/teamlimited.ts +14 -0
  71. package/src/models/userevent.ts +4882 -4390
  72. package/vercel-spec.json +289 -102
@@ -222,9 +222,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
222
222
  readonly Object: "object";
223
223
  };
224
224
  export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
225
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878 = {};
225
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825 = {};
226
226
  export type CreateIntegrationStoreDirectPropertiesValue = {
227
- atBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878;
227
+ atBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825;
228
228
  };
229
229
  export declare const CreateIntegrationStoreDirectDisabled3: {
230
230
  readonly Update: "update";
@@ -257,17 +257,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
257
257
  readonly Domain: "domain";
258
258
  };
259
259
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
260
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878 = {};
260
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825 = {};
261
261
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
262
- atBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878;
262
+ atBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825;
263
263
  };
264
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878 = {};
264
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825 = {};
265
265
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
266
- atBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878;
266
+ atBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825;
267
267
  };
268
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878 = {};
268
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825 = {};
269
269
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
270
- atBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878;
270
+ atBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825;
271
271
  };
272
272
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
273
273
  readonly Update: "update";
@@ -328,9 +328,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
328
328
  readonly VercelRegion: "vercel-region";
329
329
  };
330
330
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
331
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878 = {};
331
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825 = {};
332
332
  export type CreateIntegrationStoreDirectUiOptionsValue = {
333
- atBRANDAt8878: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878;
333
+ atBRANDAt8825: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825;
334
334
  };
335
335
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
336
336
  readonly Update: "update";
@@ -355,9 +355,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
355
355
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
356
356
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
357
357
  };
358
- export type UiOptionsAtBRANDAt8878 = {};
358
+ export type UiOptionsAtBRANDAt8825 = {};
359
359
  export type CreateIntegrationStoreDirectUiOptions2 = {
360
- atBRANDAt8878: UiOptionsAtBRANDAt8878;
360
+ atBRANDAt8825: UiOptionsAtBRANDAt8825;
361
361
  };
362
362
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
363
363
  readonly Update: "update";
@@ -384,17 +384,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
384
384
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
385
385
  };
386
386
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
387
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878 = {};
387
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825 = {};
388
388
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
389
- atBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878;
389
+ atBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825;
390
390
  };
391
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878 = {};
391
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825 = {};
392
392
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
393
- atBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878;
393
+ atBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825;
394
394
  };
395
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878 = {};
395
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825 = {};
396
396
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
397
- atBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878;
397
+ atBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825;
398
398
  };
399
399
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
400
400
  readonly Update: "update";
@@ -456,17 +456,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
456
456
  readonly String: "string";
457
457
  };
458
458
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
459
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878 = {};
459
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825 = {};
460
460
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength = {
461
- atBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878;
461
+ atBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825;
462
462
  };
463
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878 = {};
463
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825 = {};
464
464
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength = {
465
- atBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878;
465
+ atBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825;
466
466
  };
467
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878 = {};
467
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825 = {};
468
468
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern = {
469
- atBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878;
469
+ atBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825;
470
470
  };
471
471
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
472
472
  type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type;
@@ -589,17 +589,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
589
589
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
590
590
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
591
591
  };
592
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878 = {};
592
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825 = {};
593
593
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
594
- atBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878;
594
+ atBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825;
595
595
  };
596
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878 = {};
596
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825 = {};
597
597
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
598
- atBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878;
598
+ atBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825;
599
599
  };
600
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878 = {};
600
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825 = {};
601
601
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
602
- atBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878;
602
+ atBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825;
603
603
  };
604
604
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
605
605
  readonly Update: "update";
@@ -845,17 +845,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
845
845
  readonly Input: "input";
846
846
  };
847
847
  export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
848
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878 = {};
848
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825 = {};
849
849
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
850
- atBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878;
850
+ atBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825;
851
851
  };
852
- export type PropertiesAtBRANDAt8878 = {};
852
+ export type PropertiesAtBRANDAt8825 = {};
853
853
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
854
- atBRANDAt8878: PropertiesAtBRANDAt8878;
854
+ atBRANDAt8825: PropertiesAtBRANDAt8825;
855
855
  };
856
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8878 = {};
856
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8825 = {};
857
857
  export type CreateIntegrationStoreDirectPropertiesPattern = {
858
- atBRANDAt8878: CreateIntegrationStoreDirectPropertiesAtBRANDAt8878;
858
+ atBRANDAt8825: CreateIntegrationStoreDirectPropertiesAtBRANDAt8825;
859
859
  };
860
860
  export declare const CreateIntegrationStoreDirectUiReadOnly3: {
861
861
  readonly Update: "update";
@@ -1013,9 +1013,9 @@ export type Guides = {
1013
1013
  title: string;
1014
1014
  steps: Array<Steps>;
1015
1015
  };
1016
- export type AtBRANDAt8878 = {};
1016
+ export type AtBRANDAt8825 = {};
1017
1017
  export type CreateIntegrationStoreDirectValue = {
1018
- atBRANDAt8878: AtBRANDAt8878;
1018
+ atBRANDAt8825: AtBRANDAt8825;
1019
1019
  };
1020
1020
  export declare const Disabled3: {
1021
1021
  readonly Update: "update";
@@ -1333,18 +1333,18 @@ export declare const CreateIntegrationStoreDirectIntegrationsType$inboundSchema:
1333
1333
  /** @internal */
1334
1334
  export declare const CreateIntegrationStoreDirectIntegrationsType$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
1335
1335
  /** @internal */
1336
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878, z.ZodTypeDef, unknown>;
1336
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825, z.ZodTypeDef, unknown>;
1337
1337
  /** @internal */
1338
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$Outbound = {};
1338
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$Outbound = {};
1339
1339
  /** @internal */
1340
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878>;
1341
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878): string;
1342
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878, SDKValidationError>;
1340
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825>;
1341
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825): string;
1342
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825, SDKValidationError>;
1343
1343
  /** @internal */
1344
1344
  export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
1345
1345
  /** @internal */
1346
1346
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
1347
- "__@BRAND@8878": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8878$Outbound;
1347
+ "__@BRAND@8825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8825$Outbound;
1348
1348
  };
1349
1349
  /** @internal */
1350
1350
  export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
@@ -1415,54 +1415,54 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
1415
1415
  /** @internal */
1416
1416
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
1417
1417
  /** @internal */
1418
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878, z.ZodTypeDef, unknown>;
1418
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825, z.ZodTypeDef, unknown>;
1419
1419
  /** @internal */
1420
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$Outbound = {};
1420
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$Outbound = {};
1421
1421
  /** @internal */
1422
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878>;
1423
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878): string;
1424
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878, SDKValidationError>;
1422
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825>;
1423
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825): string;
1424
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825, SDKValidationError>;
1425
1425
  /** @internal */
1426
1426
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
1427
1427
  /** @internal */
1428
1428
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
1429
- "__@BRAND@8878": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8878$Outbound;
1429
+ "__@BRAND@8825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8825$Outbound;
1430
1430
  };
1431
1431
  /** @internal */
1432
1432
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
1433
1433
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
1434
1434
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
1435
1435
  /** @internal */
1436
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878, z.ZodTypeDef, unknown>;
1436
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825, z.ZodTypeDef, unknown>;
1437
1437
  /** @internal */
1438
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$Outbound = {};
1438
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$Outbound = {};
1439
1439
  /** @internal */
1440
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878>;
1441
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878): string;
1442
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878, SDKValidationError>;
1440
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825>;
1441
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825): string;
1442
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825, SDKValidationError>;
1443
1443
  /** @internal */
1444
1444
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
1445
1445
  /** @internal */
1446
1446
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
1447
- "__@BRAND@8878": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8878$Outbound;
1447
+ "__@BRAND@8825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8825$Outbound;
1448
1448
  };
1449
1449
  /** @internal */
1450
1450
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
1451
1451
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
1452
1452
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
1453
1453
  /** @internal */
1454
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878, z.ZodTypeDef, unknown>;
1454
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825, z.ZodTypeDef, unknown>;
1455
1455
  /** @internal */
1456
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$Outbound = {};
1456
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$Outbound = {};
1457
1457
  /** @internal */
1458
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878>;
1459
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878): string;
1460
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878, SDKValidationError>;
1458
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825>;
1459
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825): string;
1460
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825, SDKValidationError>;
1461
1461
  /** @internal */
1462
1462
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
1463
1463
  /** @internal */
1464
1464
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
1465
- "__@BRAND@8878": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8878$Outbound;
1465
+ "__@BRAND@8825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8825$Outbound;
1466
1466
  };
1467
1467
  /** @internal */
1468
1468
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
@@ -1595,18 +1595,18 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
1595
1595
  /** @internal */
1596
1596
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
1597
1597
  /** @internal */
1598
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878, z.ZodTypeDef, unknown>;
1598
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825, z.ZodTypeDef, unknown>;
1599
1599
  /** @internal */
1600
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$Outbound = {};
1600
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$Outbound = {};
1601
1601
  /** @internal */
1602
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878>;
1603
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8878ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8878: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878): string;
1604
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8878FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878, SDKValidationError>;
1602
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825>;
1603
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8825ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8825: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825): string;
1604
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825, SDKValidationError>;
1605
1605
  /** @internal */
1606
1606
  export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
1607
1607
  /** @internal */
1608
1608
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
1609
- "__@BRAND@8878": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8878$Outbound;
1609
+ "__@BRAND@8825": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8825$Outbound;
1610
1610
  };
1611
1611
  /** @internal */
1612
1612
  export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
@@ -1669,18 +1669,18 @@ export declare const CreateIntegrationStoreDirectUiOptions3$outboundSchema: z.Zo
1669
1669
  export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
1670
1670
  export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
1671
1671
  /** @internal */
1672
- export declare const UiOptionsAtBRANDAt8878$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8878, z.ZodTypeDef, unknown>;
1672
+ export declare const UiOptionsAtBRANDAt8825$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8825, z.ZodTypeDef, unknown>;
1673
1673
  /** @internal */
1674
- export type UiOptionsAtBRANDAt8878$Outbound = {};
1674
+ export type UiOptionsAtBRANDAt8825$Outbound = {};
1675
1675
  /** @internal */
1676
- export declare const UiOptionsAtBRANDAt8878$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8878$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8878>;
1677
- export declare function uiOptionsAtBRANDAt8878ToJSON(uiOptionsAtBRANDAt8878: UiOptionsAtBRANDAt8878): string;
1678
- export declare function uiOptionsAtBRANDAt8878FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8878, SDKValidationError>;
1676
+ export declare const UiOptionsAtBRANDAt8825$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8825$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8825>;
1677
+ export declare function uiOptionsAtBRANDAt8825ToJSON(uiOptionsAtBRANDAt8825: UiOptionsAtBRANDAt8825): string;
1678
+ export declare function uiOptionsAtBRANDAt8825FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8825, SDKValidationError>;
1679
1679
  /** @internal */
1680
1680
  export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
1681
1681
  /** @internal */
1682
1682
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
1683
- "__@BRAND@8878": UiOptionsAtBRANDAt8878$Outbound;
1683
+ "__@BRAND@8825": UiOptionsAtBRANDAt8825$Outbound;
1684
1684
  };
1685
1685
  /** @internal */
1686
1686
  export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
@@ -1752,54 +1752,54 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseU
1752
1752
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
1753
1753
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
1754
1754
  /** @internal */
1755
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878, z.ZodTypeDef, unknown>;
1755
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825, z.ZodTypeDef, unknown>;
1756
1756
  /** @internal */
1757
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$Outbound = {};
1757
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$Outbound = {};
1758
1758
  /** @internal */
1759
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878>;
1760
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878): string;
1761
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878, SDKValidationError>;
1759
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825>;
1760
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825): string;
1761
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825, SDKValidationError>;
1762
1762
  /** @internal */
1763
1763
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
1764
1764
  /** @internal */
1765
1765
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
1766
- "__@BRAND@8878": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8878$Outbound;
1766
+ "__@BRAND@8825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8825$Outbound;
1767
1767
  };
1768
1768
  /** @internal */
1769
1769
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
1770
1770
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
1771
1771
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
1772
1772
  /** @internal */
1773
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878, z.ZodTypeDef, unknown>;
1773
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825, z.ZodTypeDef, unknown>;
1774
1774
  /** @internal */
1775
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$Outbound = {};
1775
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$Outbound = {};
1776
1776
  /** @internal */
1777
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878>;
1778
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878): string;
1779
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878, SDKValidationError>;
1777
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825>;
1778
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825): string;
1779
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825, SDKValidationError>;
1780
1780
  /** @internal */
1781
1781
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
1782
1782
  /** @internal */
1783
1783
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
1784
- "__@BRAND@8878": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8878$Outbound;
1784
+ "__@BRAND@8825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8825$Outbound;
1785
1785
  };
1786
1786
  /** @internal */
1787
1787
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
1788
1788
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
1789
1789
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
1790
1790
  /** @internal */
1791
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878, z.ZodTypeDef, unknown>;
1791
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825, z.ZodTypeDef, unknown>;
1792
1792
  /** @internal */
1793
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$Outbound = {};
1793
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$Outbound = {};
1794
1794
  /** @internal */
1795
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878>;
1796
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878): string;
1797
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878, SDKValidationError>;
1795
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825>;
1796
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825): string;
1797
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825, SDKValidationError>;
1798
1798
  /** @internal */
1799
1799
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
1800
1800
  /** @internal */
1801
1801
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
1802
- "__@BRAND@8878": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8878$Outbound;
1802
+ "__@BRAND@8825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8825$Outbound;
1803
1803
  };
1804
1804
  /** @internal */
1805
1805
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
@@ -1933,54 +1933,54 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
1933
1933
  /** @internal */
1934
1934
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
1935
1935
  /** @internal */
1936
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878, z.ZodTypeDef, unknown>;
1936
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825, z.ZodTypeDef, unknown>;
1937
1937
  /** @internal */
1938
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$Outbound = {};
1938
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$Outbound = {};
1939
1939
  /** @internal */
1940
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878>;
1941
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878): string;
1942
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878, SDKValidationError>;
1940
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825>;
1941
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825): string;
1942
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825, SDKValidationError>;
1943
1943
  /** @internal */
1944
1944
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, z.ZodTypeDef, unknown>;
1945
1945
  /** @internal */
1946
1946
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound = {
1947
- "__@BRAND@8878": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8878$Outbound;
1947
+ "__@BRAND@8825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8825$Outbound;
1948
1948
  };
1949
1949
  /** @internal */
1950
1950
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength>;
1951
1951
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength): string;
1952
1952
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, SDKValidationError>;
1953
1953
  /** @internal */
1954
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878, z.ZodTypeDef, unknown>;
1954
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825, z.ZodTypeDef, unknown>;
1955
1955
  /** @internal */
1956
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$Outbound = {};
1956
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$Outbound = {};
1957
1957
  /** @internal */
1958
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878>;
1959
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878): string;
1960
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878, SDKValidationError>;
1958
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825>;
1959
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825): string;
1960
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825, SDKValidationError>;
1961
1961
  /** @internal */
1962
1962
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, z.ZodTypeDef, unknown>;
1963
1963
  /** @internal */
1964
1964
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound = {
1965
- "__@BRAND@8878": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8878$Outbound;
1965
+ "__@BRAND@8825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8825$Outbound;
1966
1966
  };
1967
1967
  /** @internal */
1968
1968
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength>;
1969
1969
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength): string;
1970
1970
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, SDKValidationError>;
1971
1971
  /** @internal */
1972
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878, z.ZodTypeDef, unknown>;
1972
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825, z.ZodTypeDef, unknown>;
1973
1973
  /** @internal */
1974
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$Outbound = {};
1974
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$Outbound = {};
1975
1975
  /** @internal */
1976
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878>;
1977
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878): string;
1978
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878, SDKValidationError>;
1976
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825>;
1977
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825): string;
1978
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825, SDKValidationError>;
1979
1979
  /** @internal */
1980
1980
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, z.ZodTypeDef, unknown>;
1981
1981
  /** @internal */
1982
1982
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound = {
1983
- "__@BRAND@8878": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8878$Outbound;
1983
+ "__@BRAND@8825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8825$Outbound;
1984
1984
  };
1985
1985
  /** @internal */
1986
1986
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern>;
@@ -2248,54 +2248,54 @@ export declare const CreateIntegrationStoreDirectPropertiesUiOptions$outboundSch
2248
2248
  export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
2249
2249
  export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
2250
2250
  /** @internal */
2251
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878, z.ZodTypeDef, unknown>;
2251
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825, z.ZodTypeDef, unknown>;
2252
2252
  /** @internal */
2253
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$Outbound = {};
2253
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$Outbound = {};
2254
2254
  /** @internal */
2255
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878>;
2256
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878): string;
2257
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878, SDKValidationError>;
2255
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825>;
2256
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825): string;
2257
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825, SDKValidationError>;
2258
2258
  /** @internal */
2259
2259
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
2260
2260
  /** @internal */
2261
2261
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
2262
- "__@BRAND@8878": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8878$Outbound;
2262
+ "__@BRAND@8825": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8825$Outbound;
2263
2263
  };
2264
2264
  /** @internal */
2265
2265
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
2266
2266
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
2267
2267
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
2268
2268
  /** @internal */
2269
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878, z.ZodTypeDef, unknown>;
2269
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825, z.ZodTypeDef, unknown>;
2270
2270
  /** @internal */
2271
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$Outbound = {};
2271
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$Outbound = {};
2272
2272
  /** @internal */
2273
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878>;
2274
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878): string;
2275
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878, SDKValidationError>;
2273
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825>;
2274
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825): string;
2275
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825, SDKValidationError>;
2276
2276
  /** @internal */
2277
2277
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
2278
2278
  /** @internal */
2279
2279
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
2280
- "__@BRAND@8878": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8878$Outbound;
2280
+ "__@BRAND@8825": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8825$Outbound;
2281
2281
  };
2282
2282
  /** @internal */
2283
2283
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
2284
2284
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
2285
2285
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
2286
2286
  /** @internal */
2287
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878, z.ZodTypeDef, unknown>;
2287
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825, z.ZodTypeDef, unknown>;
2288
2288
  /** @internal */
2289
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$Outbound = {};
2289
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$Outbound = {};
2290
2290
  /** @internal */
2291
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878>;
2292
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878): string;
2293
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878, SDKValidationError>;
2291
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825>;
2292
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825): string;
2293
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825, SDKValidationError>;
2294
2294
  /** @internal */
2295
2295
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
2296
2296
  /** @internal */
2297
2297
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
2298
- "__@BRAND@8878": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8878$Outbound;
2298
+ "__@BRAND@8825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8825$Outbound;
2299
2299
  };
2300
2300
  /** @internal */
2301
2301
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
@@ -2821,54 +2821,54 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl$inboundSche
2821
2821
  /** @internal */
2822
2822
  export declare const CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
2823
2823
  /** @internal */
2824
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878, z.ZodTypeDef, unknown>;
2824
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825, z.ZodTypeDef, unknown>;
2825
2825
  /** @internal */
2826
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$Outbound = {};
2826
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$Outbound = {};
2827
2827
  /** @internal */
2828
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878>;
2829
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878): string;
2830
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878, SDKValidationError>;
2828
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825>;
2829
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825): string;
2830
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825, SDKValidationError>;
2831
2831
  /** @internal */
2832
2832
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
2833
2833
  /** @internal */
2834
2834
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
2835
- "__@BRAND@8878": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8878$Outbound;
2835
+ "__@BRAND@8825": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8825$Outbound;
2836
2836
  };
2837
2837
  /** @internal */
2838
2838
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
2839
2839
  export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
2840
2840
  export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
2841
2841
  /** @internal */
2842
- export declare const PropertiesAtBRANDAt8878$inboundSchema: z.ZodType<PropertiesAtBRANDAt8878, z.ZodTypeDef, unknown>;
2842
+ export declare const PropertiesAtBRANDAt8825$inboundSchema: z.ZodType<PropertiesAtBRANDAt8825, z.ZodTypeDef, unknown>;
2843
2843
  /** @internal */
2844
- export type PropertiesAtBRANDAt8878$Outbound = {};
2844
+ export type PropertiesAtBRANDAt8825$Outbound = {};
2845
2845
  /** @internal */
2846
- export declare const PropertiesAtBRANDAt8878$outboundSchema: z.ZodType<PropertiesAtBRANDAt8878$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8878>;
2847
- export declare function propertiesAtBRANDAt8878ToJSON(propertiesAtBRANDAt8878: PropertiesAtBRANDAt8878): string;
2848
- export declare function propertiesAtBRANDAt8878FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8878, SDKValidationError>;
2846
+ export declare const PropertiesAtBRANDAt8825$outboundSchema: z.ZodType<PropertiesAtBRANDAt8825$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8825>;
2847
+ export declare function propertiesAtBRANDAt8825ToJSON(propertiesAtBRANDAt8825: PropertiesAtBRANDAt8825): string;
2848
+ export declare function propertiesAtBRANDAt8825FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8825, SDKValidationError>;
2849
2849
  /** @internal */
2850
2850
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
2851
2851
  /** @internal */
2852
2852
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
2853
- "__@BRAND@8878": PropertiesAtBRANDAt8878$Outbound;
2853
+ "__@BRAND@8825": PropertiesAtBRANDAt8825$Outbound;
2854
2854
  };
2855
2855
  /** @internal */
2856
2856
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
2857
2857
  export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
2858
2858
  export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
2859
2859
  /** @internal */
2860
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8878, z.ZodTypeDef, unknown>;
2860
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8825, z.ZodTypeDef, unknown>;
2861
2861
  /** @internal */
2862
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$Outbound = {};
2862
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$Outbound = {};
2863
2863
  /** @internal */
2864
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8878>;
2865
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8878ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8878: CreateIntegrationStoreDirectPropertiesAtBRANDAt8878): string;
2866
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8878FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8878, SDKValidationError>;
2864
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8825>;
2865
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8825ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8825: CreateIntegrationStoreDirectPropertiesAtBRANDAt8825): string;
2866
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8825FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8825, SDKValidationError>;
2867
2867
  /** @internal */
2868
2868
  export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
2869
2869
  /** @internal */
2870
2870
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
2871
- "__@BRAND@8878": CreateIntegrationStoreDirectPropertiesAtBRANDAt8878$Outbound;
2871
+ "__@BRAND@8825": CreateIntegrationStoreDirectPropertiesAtBRANDAt8825$Outbound;
2872
2872
  };
2873
2873
  /** @internal */
2874
2874
  export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
@@ -3084,18 +3084,18 @@ export declare const Guides$outboundSchema: z.ZodType<Guides$Outbound, z.ZodType
3084
3084
  export declare function guidesToJSON(guides: Guides): string;
3085
3085
  export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
3086
3086
  /** @internal */
3087
- export declare const AtBRANDAt8878$inboundSchema: z.ZodType<AtBRANDAt8878, z.ZodTypeDef, unknown>;
3087
+ export declare const AtBRANDAt8825$inboundSchema: z.ZodType<AtBRANDAt8825, z.ZodTypeDef, unknown>;
3088
3088
  /** @internal */
3089
- export type AtBRANDAt8878$Outbound = {};
3089
+ export type AtBRANDAt8825$Outbound = {};
3090
3090
  /** @internal */
3091
- export declare const AtBRANDAt8878$outboundSchema: z.ZodType<AtBRANDAt8878$Outbound, z.ZodTypeDef, AtBRANDAt8878>;
3092
- export declare function atBRANDAt8878ToJSON(atBRANDAt8878: AtBRANDAt8878): string;
3093
- export declare function atBRANDAt8878FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8878, SDKValidationError>;
3091
+ export declare const AtBRANDAt8825$outboundSchema: z.ZodType<AtBRANDAt8825$Outbound, z.ZodTypeDef, AtBRANDAt8825>;
3092
+ export declare function atBRANDAt8825ToJSON(atBRANDAt8825: AtBRANDAt8825): string;
3093
+ export declare function atBRANDAt8825FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8825, SDKValidationError>;
3094
3094
  /** @internal */
3095
3095
  export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
3096
3096
  /** @internal */
3097
3097
  export type CreateIntegrationStoreDirectValue$Outbound = {
3098
- "__@BRAND@8878": AtBRANDAt8878$Outbound;
3098
+ "__@BRAND@8825": AtBRANDAt8825$Outbound;
3099
3099
  };
3100
3100
  /** @internal */
3101
3101
  export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;