@vercel/sdk 1.17.1 → 1.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (125) hide show
  1. package/bin/mcp-server.js +1273 -1490
  2. package/bin/mcp-server.js.map +24 -24
  3. package/esm/__tests__/accessgroups.test.js +1 -3
  4. package/esm/__tests__/accessgroups.test.js.map +1 -1
  5. package/esm/__tests__/domains.test.js +6 -9
  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__/environment.test.js +15 -1
  10. package/esm/__tests__/environment.test.js.map +1 -1
  11. package/esm/__tests__/integrations.test.js +1 -1
  12. package/esm/__tests__/logdrains.test.js +5 -7
  13. package/esm/__tests__/logdrains.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/lib/config.d.ts +3 -3
  17. package/esm/lib/config.js +3 -3
  18. package/esm/mcp-server/mcp-server.js +1 -1
  19. package/esm/mcp-server/server.js +1 -1
  20. package/esm/models/canceldeploymentop.d.ts +2 -0
  21. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  22. package/esm/models/canceldeploymentop.js +2 -0
  23. package/esm/models/canceldeploymentop.js.map +1 -1
  24. package/esm/models/createdeploymentop.d.ts +2 -0
  25. package/esm/models/createdeploymentop.d.ts.map +1 -1
  26. package/esm/models/createdeploymentop.js +2 -0
  27. package/esm/models/createdeploymentop.js.map +1 -1
  28. package/esm/models/createdrainop.d.ts +48 -108
  29. package/esm/models/createdrainop.d.ts.map +1 -1
  30. package/esm/models/createdrainop.js +58 -105
  31. package/esm/models/createdrainop.js.map +1 -1
  32. package/esm/models/createintegrationstoredirectop.d.ts +156 -152
  33. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  34. package/esm/models/createintegrationstoredirectop.js +222 -218
  35. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  36. package/esm/models/createprojectop.d.ts +2 -0
  37. package/esm/models/createprojectop.d.ts.map +1 -1
  38. package/esm/models/createprojectop.js +2 -0
  39. package/esm/models/createprojectop.js.map +1 -1
  40. package/esm/models/getalllogdrainsop.d.ts +53 -107
  41. package/esm/models/getalllogdrainsop.d.ts.map +1 -1
  42. package/esm/models/getalllogdrainsop.js +65 -108
  43. package/esm/models/getalllogdrainsop.js.map +1 -1
  44. package/esm/models/getconfigurablelogdrainop.d.ts +6 -0
  45. package/esm/models/getconfigurablelogdrainop.d.ts.map +1 -1
  46. package/esm/models/getconfigurablelogdrainop.js +6 -0
  47. package/esm/models/getconfigurablelogdrainop.js.map +1 -1
  48. package/esm/models/getconfigurationproductsop.d.ts +200 -200
  49. package/esm/models/getconfigurationproductsop.js +290 -290
  50. package/esm/models/getdeploymentop.d.ts +4 -0
  51. package/esm/models/getdeploymentop.d.ts.map +1 -1
  52. package/esm/models/getdeploymentop.js +4 -0
  53. package/esm/models/getdeploymentop.js.map +1 -1
  54. package/esm/models/getdeploymentsop.d.ts +2 -0
  55. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  56. package/esm/models/getdeploymentsop.js +2 -0
  57. package/esm/models/getdeploymentsop.js.map +1 -1
  58. package/esm/models/getdrainop.d.ts +48 -108
  59. package/esm/models/getdrainop.d.ts.map +1 -1
  60. package/esm/models/getdrainop.js +58 -104
  61. package/esm/models/getdrainop.js.map +1 -1
  62. package/esm/models/getdrainsop.d.ts +48 -108
  63. package/esm/models/getdrainsop.d.ts.map +1 -1
  64. package/esm/models/getdrainsop.js +58 -104
  65. package/esm/models/getdrainsop.js.map +1 -1
  66. package/esm/models/getprojectsop.d.ts +2 -0
  67. package/esm/models/getprojectsop.d.ts.map +1 -1
  68. package/esm/models/getprojectsop.js +2 -0
  69. package/esm/models/getprojectsop.js.map +1 -1
  70. package/esm/models/moveprojectdomainop.d.ts +33 -0
  71. package/esm/models/moveprojectdomainop.d.ts.map +1 -1
  72. package/esm/models/moveprojectdomainop.js +19 -0
  73. package/esm/models/moveprojectdomainop.js.map +1 -1
  74. package/esm/models/updatedrainop.d.ts +48 -108
  75. package/esm/models/updatedrainop.d.ts.map +1 -1
  76. package/esm/models/updatedrainop.js +58 -108
  77. package/esm/models/updatedrainop.js.map +1 -1
  78. package/esm/models/updateprojectdatacacheop.d.ts +2 -0
  79. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  80. package/esm/models/updateprojectdatacacheop.js +2 -0
  81. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  82. package/esm/models/updateprojectop.d.ts +2 -0
  83. package/esm/models/updateprojectop.d.ts.map +1 -1
  84. package/esm/models/updateprojectop.js +2 -0
  85. package/esm/models/updateprojectop.js.map +1 -1
  86. package/esm/models/updatesharedenvvariableop.d.ts +5 -2
  87. package/esm/models/updatesharedenvvariableop.d.ts.map +1 -1
  88. package/esm/models/updatesharedenvvariableop.js.map +1 -1
  89. package/esm/models/userevent.d.ts +970 -928
  90. package/esm/models/userevent.d.ts.map +1 -1
  91. package/esm/models/userevent.js +1281 -1235
  92. package/esm/models/userevent.js.map +1 -1
  93. package/examples/package-lock.json +2 -10
  94. package/jsr.json +1 -1
  95. package/package.json +3 -6
  96. package/src/__tests__/accessgroups.test.ts +1 -3
  97. package/src/__tests__/domains.test.ts +6 -9
  98. package/src/__tests__/edgeconfig.test.ts +6 -6
  99. package/src/__tests__/environment.test.ts +15 -1
  100. package/src/__tests__/integrations.test.ts +1 -1
  101. package/src/__tests__/logdrains.test.ts +5 -7
  102. package/src/__tests__/security.test.ts +4 -4
  103. package/src/lib/config.ts +3 -3
  104. package/src/mcp-server/mcp-server.ts +1 -1
  105. package/src/mcp-server/server.ts +1 -1
  106. package/src/models/canceldeploymentop.ts +4 -0
  107. package/src/models/createdeploymentop.ts +4 -0
  108. package/src/models/createdrainop.ts +132 -177
  109. package/src/models/createintegrationstoredirectop.ts +479 -471
  110. package/src/models/createprojectop.ts +4 -0
  111. package/src/models/getalllogdrainsop.ts +168 -168
  112. package/src/models/getconfigurablelogdrainop.ts +12 -0
  113. package/src/models/getconfigurationproductsop.ts +627 -627
  114. package/src/models/getdeploymentop.ts +8 -0
  115. package/src/models/getdeploymentsop.ts +4 -0
  116. package/src/models/getdrainop.ts +148 -168
  117. package/src/models/getdrainsop.ts +150 -158
  118. package/src/models/getprojectsop.ts +4 -0
  119. package/src/models/moveprojectdomainop.ts +51 -0
  120. package/src/models/updatedrainop.ts +153 -174
  121. package/src/models/updateprojectdatacacheop.ts +4 -0
  122. package/src/models/updateprojectop.ts +4 -0
  123. package/src/models/updatesharedenvvariableop.ts +5 -2
  124. package/src/models/userevent.ts +2956 -2828
  125. package/vercel-spec.json +642 -837
@@ -189,6 +189,7 @@ export declare const CreateIntegrationStoreDirectOwnership: {
189
189
  export type CreateIntegrationStoreDirectOwnership = ClosedEnum<typeof CreateIntegrationStoreDirectOwnership>;
190
190
  export type Capabilities = {
191
191
  mcp?: boolean | undefined;
192
+ mcpReadonly?: boolean | undefined;
192
193
  sso?: boolean | undefined;
193
194
  billable?: boolean | undefined;
194
195
  transferable?: boolean | undefined;
@@ -208,6 +209,7 @@ export declare const ExternalResourceStatus: {
208
209
  export type ExternalResourceStatus = ClosedEnum<typeof ExternalResourceStatus>;
209
210
  export type CreateIntegrationStoreDirectCapabilities = {
210
211
  mcp?: boolean | undefined;
212
+ mcpReadonly?: boolean | undefined;
211
213
  sso?: boolean | undefined;
212
214
  billable?: boolean | undefined;
213
215
  transferable?: boolean | undefined;
@@ -220,9 +222,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
220
222
  readonly Object: "object";
221
223
  };
222
224
  export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
223
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797 = {};
225
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804 = {};
224
226
  export type CreateIntegrationStoreDirectPropertiesValue = {
225
- atBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797;
227
+ atBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804;
226
228
  };
227
229
  export declare const CreateIntegrationStoreDirectDisabled3: {
228
230
  readonly Update: "update";
@@ -255,17 +257,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
255
257
  readonly Domain: "domain";
256
258
  };
257
259
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
258
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797 = {};
260
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804 = {};
259
261
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
260
- atBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797;
262
+ atBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804;
261
263
  };
262
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797 = {};
264
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804 = {};
263
265
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
264
- atBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797;
266
+ atBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804;
265
267
  };
266
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797 = {};
268
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804 = {};
267
269
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
268
- atBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797;
270
+ atBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804;
269
271
  };
270
272
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
271
273
  readonly Update: "update";
@@ -326,9 +328,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
326
328
  readonly VercelRegion: "vercel-region";
327
329
  };
328
330
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
329
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797 = {};
331
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804 = {};
330
332
  export type CreateIntegrationStoreDirectUiOptionsValue = {
331
- atBRANDAt8797: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797;
333
+ atBRANDAt8804: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804;
332
334
  };
333
335
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
334
336
  readonly Update: "update";
@@ -353,9 +355,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
353
355
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
354
356
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
355
357
  };
356
- export type UiOptionsAtBRANDAt8797 = {};
358
+ export type UiOptionsAtBRANDAt8804 = {};
357
359
  export type CreateIntegrationStoreDirectUiOptions2 = {
358
- atBRANDAt8797: UiOptionsAtBRANDAt8797;
360
+ atBRANDAt8804: UiOptionsAtBRANDAt8804;
359
361
  };
360
362
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
361
363
  readonly Update: "update";
@@ -382,17 +384,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
382
384
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
383
385
  };
384
386
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
385
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797 = {};
387
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804 = {};
386
388
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
387
- atBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797;
389
+ atBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804;
388
390
  };
389
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797 = {};
391
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804 = {};
390
392
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
391
- atBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797;
393
+ atBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804;
392
394
  };
393
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797 = {};
395
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804 = {};
394
396
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
395
- atBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797;
397
+ atBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804;
396
398
  };
397
399
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
398
400
  readonly Update: "update";
@@ -454,17 +456,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
454
456
  readonly String: "string";
455
457
  };
456
458
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
457
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797 = {};
459
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804 = {};
458
460
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength = {
459
- atBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797;
461
+ atBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804;
460
462
  };
461
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797 = {};
463
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804 = {};
462
464
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength = {
463
- atBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797;
465
+ atBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804;
464
466
  };
465
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797 = {};
467
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804 = {};
466
468
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern = {
467
- atBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797;
469
+ atBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804;
468
470
  };
469
471
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
470
472
  type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type;
@@ -587,17 +589,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
587
589
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
588
590
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
589
591
  };
590
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797 = {};
592
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804 = {};
591
593
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
592
- atBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797;
594
+ atBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804;
593
595
  };
594
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797 = {};
596
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804 = {};
595
597
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
596
- atBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797;
598
+ atBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804;
597
599
  };
598
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797 = {};
600
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804 = {};
599
601
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
600
- atBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797;
602
+ atBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804;
601
603
  };
602
604
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
603
605
  readonly Update: "update";
@@ -843,17 +845,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
843
845
  readonly Input: "input";
844
846
  };
845
847
  export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
846
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797 = {};
848
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804 = {};
847
849
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
848
- atBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797;
850
+ atBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804;
849
851
  };
850
- export type PropertiesAtBRANDAt8797 = {};
852
+ export type PropertiesAtBRANDAt8804 = {};
851
853
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
852
- atBRANDAt8797: PropertiesAtBRANDAt8797;
854
+ atBRANDAt8804: PropertiesAtBRANDAt8804;
853
855
  };
854
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8797 = {};
856
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8804 = {};
855
857
  export type CreateIntegrationStoreDirectPropertiesPattern = {
856
- atBRANDAt8797: CreateIntegrationStoreDirectPropertiesAtBRANDAt8797;
858
+ atBRANDAt8804: CreateIntegrationStoreDirectPropertiesAtBRANDAt8804;
857
859
  };
858
860
  export declare const CreateIntegrationStoreDirectUiReadOnly3: {
859
861
  readonly Update: "update";
@@ -1011,9 +1013,9 @@ export type Guides = {
1011
1013
  title: string;
1012
1014
  steps: Array<Steps>;
1013
1015
  };
1014
- export type AtBRANDAt8797 = {};
1016
+ export type AtBRANDAt8804 = {};
1015
1017
  export type CreateIntegrationStoreDirectValue = {
1016
- atBRANDAt8797: AtBRANDAt8797;
1018
+ atBRANDAt8804: AtBRANDAt8804;
1017
1019
  };
1018
1020
  export declare const Disabled3: {
1019
1021
  readonly Update: "update";
@@ -1285,6 +1287,7 @@ export declare const Capabilities$inboundSchema: z.ZodType<Capabilities, z.ZodTy
1285
1287
  /** @internal */
1286
1288
  export type Capabilities$Outbound = {
1287
1289
  mcp?: boolean | undefined;
1290
+ mcpReadonly?: boolean | undefined;
1288
1291
  sso?: boolean | undefined;
1289
1292
  billable?: boolean | undefined;
1290
1293
  transferable?: boolean | undefined;
@@ -1312,6 +1315,7 @@ export declare const CreateIntegrationStoreDirectCapabilities$inboundSchema: z.Z
1312
1315
  /** @internal */
1313
1316
  export type CreateIntegrationStoreDirectCapabilities$Outbound = {
1314
1317
  mcp?: boolean | undefined;
1318
+ mcpReadonly?: boolean | undefined;
1315
1319
  sso?: boolean | undefined;
1316
1320
  billable?: boolean | undefined;
1317
1321
  transferable?: boolean | undefined;
@@ -1329,18 +1333,18 @@ export declare const CreateIntegrationStoreDirectIntegrationsType$inboundSchema:
1329
1333
  /** @internal */
1330
1334
  export declare const CreateIntegrationStoreDirectIntegrationsType$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
1331
1335
  /** @internal */
1332
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797, z.ZodTypeDef, unknown>;
1336
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804, z.ZodTypeDef, unknown>;
1333
1337
  /** @internal */
1334
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$Outbound = {};
1338
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$Outbound = {};
1335
1339
  /** @internal */
1336
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797>;
1337
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797): string;
1338
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797, SDKValidationError>;
1340
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804>;
1341
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804): string;
1342
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804, SDKValidationError>;
1339
1343
  /** @internal */
1340
1344
  export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
1341
1345
  /** @internal */
1342
1346
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
1343
- "__@BRAND@8797": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8797$Outbound;
1347
+ "__@BRAND@8804": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8804$Outbound;
1344
1348
  };
1345
1349
  /** @internal */
1346
1350
  export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
@@ -1411,54 +1415,54 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
1411
1415
  /** @internal */
1412
1416
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
1413
1417
  /** @internal */
1414
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797, z.ZodTypeDef, unknown>;
1418
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804, z.ZodTypeDef, unknown>;
1415
1419
  /** @internal */
1416
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$Outbound = {};
1420
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$Outbound = {};
1417
1421
  /** @internal */
1418
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797>;
1419
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797): string;
1420
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797, SDKValidationError>;
1422
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804>;
1423
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804): string;
1424
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804, SDKValidationError>;
1421
1425
  /** @internal */
1422
1426
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
1423
1427
  /** @internal */
1424
1428
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
1425
- "__@BRAND@8797": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8797$Outbound;
1429
+ "__@BRAND@8804": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8804$Outbound;
1426
1430
  };
1427
1431
  /** @internal */
1428
1432
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
1429
1433
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
1430
1434
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
1431
1435
  /** @internal */
1432
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797, z.ZodTypeDef, unknown>;
1436
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804, z.ZodTypeDef, unknown>;
1433
1437
  /** @internal */
1434
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$Outbound = {};
1438
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$Outbound = {};
1435
1439
  /** @internal */
1436
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797>;
1437
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797): string;
1438
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797, SDKValidationError>;
1440
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804>;
1441
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804): string;
1442
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804, SDKValidationError>;
1439
1443
  /** @internal */
1440
1444
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
1441
1445
  /** @internal */
1442
1446
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
1443
- "__@BRAND@8797": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8797$Outbound;
1447
+ "__@BRAND@8804": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8804$Outbound;
1444
1448
  };
1445
1449
  /** @internal */
1446
1450
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
1447
1451
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
1448
1452
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
1449
1453
  /** @internal */
1450
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797, z.ZodTypeDef, unknown>;
1454
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804, z.ZodTypeDef, unknown>;
1451
1455
  /** @internal */
1452
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$Outbound = {};
1456
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$Outbound = {};
1453
1457
  /** @internal */
1454
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797>;
1455
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797): string;
1456
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797, SDKValidationError>;
1458
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804>;
1459
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804): string;
1460
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804, SDKValidationError>;
1457
1461
  /** @internal */
1458
1462
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
1459
1463
  /** @internal */
1460
1464
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
1461
- "__@BRAND@8797": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8797$Outbound;
1465
+ "__@BRAND@8804": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8804$Outbound;
1462
1466
  };
1463
1467
  /** @internal */
1464
1468
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
@@ -1591,18 +1595,18 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
1591
1595
  /** @internal */
1592
1596
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
1593
1597
  /** @internal */
1594
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797, z.ZodTypeDef, unknown>;
1598
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804, z.ZodTypeDef, unknown>;
1595
1599
  /** @internal */
1596
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$Outbound = {};
1600
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$Outbound = {};
1597
1601
  /** @internal */
1598
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797>;
1599
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8797ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8797: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797): string;
1600
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8797FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797, SDKValidationError>;
1602
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804>;
1603
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8804ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8804: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804): string;
1604
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8804FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804, SDKValidationError>;
1601
1605
  /** @internal */
1602
1606
  export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
1603
1607
  /** @internal */
1604
1608
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
1605
- "__@BRAND@8797": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8797$Outbound;
1609
+ "__@BRAND@8804": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8804$Outbound;
1606
1610
  };
1607
1611
  /** @internal */
1608
1612
  export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
@@ -1665,18 +1669,18 @@ export declare const CreateIntegrationStoreDirectUiOptions3$outboundSchema: z.Zo
1665
1669
  export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
1666
1670
  export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
1667
1671
  /** @internal */
1668
- export declare const UiOptionsAtBRANDAt8797$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8797, z.ZodTypeDef, unknown>;
1672
+ export declare const UiOptionsAtBRANDAt8804$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8804, z.ZodTypeDef, unknown>;
1669
1673
  /** @internal */
1670
- export type UiOptionsAtBRANDAt8797$Outbound = {};
1674
+ export type UiOptionsAtBRANDAt8804$Outbound = {};
1671
1675
  /** @internal */
1672
- export declare const UiOptionsAtBRANDAt8797$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8797$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8797>;
1673
- export declare function uiOptionsAtBRANDAt8797ToJSON(uiOptionsAtBRANDAt8797: UiOptionsAtBRANDAt8797): string;
1674
- export declare function uiOptionsAtBRANDAt8797FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8797, SDKValidationError>;
1676
+ export declare const UiOptionsAtBRANDAt8804$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8804$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8804>;
1677
+ export declare function uiOptionsAtBRANDAt8804ToJSON(uiOptionsAtBRANDAt8804: UiOptionsAtBRANDAt8804): string;
1678
+ export declare function uiOptionsAtBRANDAt8804FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8804, SDKValidationError>;
1675
1679
  /** @internal */
1676
1680
  export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
1677
1681
  /** @internal */
1678
1682
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
1679
- "__@BRAND@8797": UiOptionsAtBRANDAt8797$Outbound;
1683
+ "__@BRAND@8804": UiOptionsAtBRANDAt8804$Outbound;
1680
1684
  };
1681
1685
  /** @internal */
1682
1686
  export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
@@ -1748,54 +1752,54 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseU
1748
1752
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
1749
1753
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
1750
1754
  /** @internal */
1751
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797, z.ZodTypeDef, unknown>;
1755
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804, z.ZodTypeDef, unknown>;
1752
1756
  /** @internal */
1753
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$Outbound = {};
1757
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$Outbound = {};
1754
1758
  /** @internal */
1755
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797>;
1756
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797): string;
1757
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797, SDKValidationError>;
1759
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804>;
1760
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804): string;
1761
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804, SDKValidationError>;
1758
1762
  /** @internal */
1759
1763
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
1760
1764
  /** @internal */
1761
1765
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
1762
- "__@BRAND@8797": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8797$Outbound;
1766
+ "__@BRAND@8804": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8804$Outbound;
1763
1767
  };
1764
1768
  /** @internal */
1765
1769
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
1766
1770
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
1767
1771
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
1768
1772
  /** @internal */
1769
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797, z.ZodTypeDef, unknown>;
1773
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804, z.ZodTypeDef, unknown>;
1770
1774
  /** @internal */
1771
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$Outbound = {};
1775
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$Outbound = {};
1772
1776
  /** @internal */
1773
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797>;
1774
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797): string;
1775
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797, SDKValidationError>;
1777
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804>;
1778
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804): string;
1779
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804, SDKValidationError>;
1776
1780
  /** @internal */
1777
1781
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
1778
1782
  /** @internal */
1779
1783
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
1780
- "__@BRAND@8797": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8797$Outbound;
1784
+ "__@BRAND@8804": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8804$Outbound;
1781
1785
  };
1782
1786
  /** @internal */
1783
1787
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
1784
1788
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
1785
1789
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
1786
1790
  /** @internal */
1787
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797, z.ZodTypeDef, unknown>;
1791
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804, z.ZodTypeDef, unknown>;
1788
1792
  /** @internal */
1789
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$Outbound = {};
1793
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$Outbound = {};
1790
1794
  /** @internal */
1791
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797>;
1792
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797): string;
1793
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797, SDKValidationError>;
1795
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804>;
1796
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804): string;
1797
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804, SDKValidationError>;
1794
1798
  /** @internal */
1795
1799
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
1796
1800
  /** @internal */
1797
1801
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
1798
- "__@BRAND@8797": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8797$Outbound;
1802
+ "__@BRAND@8804": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8804$Outbound;
1799
1803
  };
1800
1804
  /** @internal */
1801
1805
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
@@ -1929,54 +1933,54 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
1929
1933
  /** @internal */
1930
1934
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
1931
1935
  /** @internal */
1932
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797, z.ZodTypeDef, unknown>;
1936
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804, z.ZodTypeDef, unknown>;
1933
1937
  /** @internal */
1934
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$Outbound = {};
1938
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$Outbound = {};
1935
1939
  /** @internal */
1936
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797>;
1937
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797): string;
1938
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797, SDKValidationError>;
1940
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804>;
1941
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804): string;
1942
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804, SDKValidationError>;
1939
1943
  /** @internal */
1940
1944
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, z.ZodTypeDef, unknown>;
1941
1945
  /** @internal */
1942
1946
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound = {
1943
- "__@BRAND@8797": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8797$Outbound;
1947
+ "__@BRAND@8804": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8804$Outbound;
1944
1948
  };
1945
1949
  /** @internal */
1946
1950
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength>;
1947
1951
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength): string;
1948
1952
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, SDKValidationError>;
1949
1953
  /** @internal */
1950
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797, z.ZodTypeDef, unknown>;
1954
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804, z.ZodTypeDef, unknown>;
1951
1955
  /** @internal */
1952
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$Outbound = {};
1956
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$Outbound = {};
1953
1957
  /** @internal */
1954
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797>;
1955
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797): string;
1956
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797, SDKValidationError>;
1958
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804>;
1959
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804): string;
1960
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804, SDKValidationError>;
1957
1961
  /** @internal */
1958
1962
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, z.ZodTypeDef, unknown>;
1959
1963
  /** @internal */
1960
1964
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound = {
1961
- "__@BRAND@8797": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8797$Outbound;
1965
+ "__@BRAND@8804": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8804$Outbound;
1962
1966
  };
1963
1967
  /** @internal */
1964
1968
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength>;
1965
1969
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength): string;
1966
1970
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, SDKValidationError>;
1967
1971
  /** @internal */
1968
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797, z.ZodTypeDef, unknown>;
1972
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804, z.ZodTypeDef, unknown>;
1969
1973
  /** @internal */
1970
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$Outbound = {};
1974
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$Outbound = {};
1971
1975
  /** @internal */
1972
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797>;
1973
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797): string;
1974
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797, SDKValidationError>;
1976
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804>;
1977
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804): string;
1978
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804, SDKValidationError>;
1975
1979
  /** @internal */
1976
1980
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, z.ZodTypeDef, unknown>;
1977
1981
  /** @internal */
1978
1982
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound = {
1979
- "__@BRAND@8797": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8797$Outbound;
1983
+ "__@BRAND@8804": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8804$Outbound;
1980
1984
  };
1981
1985
  /** @internal */
1982
1986
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern>;
@@ -2244,54 +2248,54 @@ export declare const CreateIntegrationStoreDirectPropertiesUiOptions$outboundSch
2244
2248
  export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
2245
2249
  export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
2246
2250
  /** @internal */
2247
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797, z.ZodTypeDef, unknown>;
2251
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804, z.ZodTypeDef, unknown>;
2248
2252
  /** @internal */
2249
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$Outbound = {};
2253
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$Outbound = {};
2250
2254
  /** @internal */
2251
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797>;
2252
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797): string;
2253
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797, SDKValidationError>;
2255
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804>;
2256
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804): string;
2257
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804, SDKValidationError>;
2254
2258
  /** @internal */
2255
2259
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
2256
2260
  /** @internal */
2257
2261
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
2258
- "__@BRAND@8797": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8797$Outbound;
2262
+ "__@BRAND@8804": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8804$Outbound;
2259
2263
  };
2260
2264
  /** @internal */
2261
2265
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
2262
2266
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
2263
2267
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
2264
2268
  /** @internal */
2265
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797, z.ZodTypeDef, unknown>;
2269
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804, z.ZodTypeDef, unknown>;
2266
2270
  /** @internal */
2267
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$Outbound = {};
2271
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$Outbound = {};
2268
2272
  /** @internal */
2269
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797>;
2270
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797): string;
2271
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797, SDKValidationError>;
2273
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804>;
2274
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804): string;
2275
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804, SDKValidationError>;
2272
2276
  /** @internal */
2273
2277
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
2274
2278
  /** @internal */
2275
2279
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
2276
- "__@BRAND@8797": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8797$Outbound;
2280
+ "__@BRAND@8804": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8804$Outbound;
2277
2281
  };
2278
2282
  /** @internal */
2279
2283
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
2280
2284
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
2281
2285
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
2282
2286
  /** @internal */
2283
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797, z.ZodTypeDef, unknown>;
2287
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804, z.ZodTypeDef, unknown>;
2284
2288
  /** @internal */
2285
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$Outbound = {};
2289
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$Outbound = {};
2286
2290
  /** @internal */
2287
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797>;
2288
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797): string;
2289
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797, SDKValidationError>;
2291
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804>;
2292
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804): string;
2293
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804, SDKValidationError>;
2290
2294
  /** @internal */
2291
2295
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
2292
2296
  /** @internal */
2293
2297
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
2294
- "__@BRAND@8797": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8797$Outbound;
2298
+ "__@BRAND@8804": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8804$Outbound;
2295
2299
  };
2296
2300
  /** @internal */
2297
2301
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
@@ -2817,54 +2821,54 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl$inboundSche
2817
2821
  /** @internal */
2818
2822
  export declare const CreateIntegrationStoreDirectPropertiesUiControl$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
2819
2823
  /** @internal */
2820
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797, z.ZodTypeDef, unknown>;
2824
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804, z.ZodTypeDef, unknown>;
2821
2825
  /** @internal */
2822
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$Outbound = {};
2826
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$Outbound = {};
2823
2827
  /** @internal */
2824
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797>;
2825
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797): string;
2826
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797, SDKValidationError>;
2828
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804>;
2829
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804): string;
2830
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804, SDKValidationError>;
2827
2831
  /** @internal */
2828
2832
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
2829
2833
  /** @internal */
2830
2834
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
2831
- "__@BRAND@8797": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8797$Outbound;
2835
+ "__@BRAND@8804": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8804$Outbound;
2832
2836
  };
2833
2837
  /** @internal */
2834
2838
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
2835
2839
  export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
2836
2840
  export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
2837
2841
  /** @internal */
2838
- export declare const PropertiesAtBRANDAt8797$inboundSchema: z.ZodType<PropertiesAtBRANDAt8797, z.ZodTypeDef, unknown>;
2842
+ export declare const PropertiesAtBRANDAt8804$inboundSchema: z.ZodType<PropertiesAtBRANDAt8804, z.ZodTypeDef, unknown>;
2839
2843
  /** @internal */
2840
- export type PropertiesAtBRANDAt8797$Outbound = {};
2844
+ export type PropertiesAtBRANDAt8804$Outbound = {};
2841
2845
  /** @internal */
2842
- export declare const PropertiesAtBRANDAt8797$outboundSchema: z.ZodType<PropertiesAtBRANDAt8797$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8797>;
2843
- export declare function propertiesAtBRANDAt8797ToJSON(propertiesAtBRANDAt8797: PropertiesAtBRANDAt8797): string;
2844
- export declare function propertiesAtBRANDAt8797FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8797, SDKValidationError>;
2846
+ export declare const PropertiesAtBRANDAt8804$outboundSchema: z.ZodType<PropertiesAtBRANDAt8804$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8804>;
2847
+ export declare function propertiesAtBRANDAt8804ToJSON(propertiesAtBRANDAt8804: PropertiesAtBRANDAt8804): string;
2848
+ export declare function propertiesAtBRANDAt8804FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8804, SDKValidationError>;
2845
2849
  /** @internal */
2846
2850
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
2847
2851
  /** @internal */
2848
2852
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
2849
- "__@BRAND@8797": PropertiesAtBRANDAt8797$Outbound;
2853
+ "__@BRAND@8804": PropertiesAtBRANDAt8804$Outbound;
2850
2854
  };
2851
2855
  /** @internal */
2852
2856
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
2853
2857
  export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
2854
2858
  export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
2855
2859
  /** @internal */
2856
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8797, z.ZodTypeDef, unknown>;
2860
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8804, z.ZodTypeDef, unknown>;
2857
2861
  /** @internal */
2858
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$Outbound = {};
2862
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$Outbound = {};
2859
2863
  /** @internal */
2860
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8797>;
2861
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8797ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8797: CreateIntegrationStoreDirectPropertiesAtBRANDAt8797): string;
2862
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8797FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8797, SDKValidationError>;
2864
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8804>;
2865
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8804ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8804: CreateIntegrationStoreDirectPropertiesAtBRANDAt8804): string;
2866
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8804FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8804, SDKValidationError>;
2863
2867
  /** @internal */
2864
2868
  export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
2865
2869
  /** @internal */
2866
2870
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
2867
- "__@BRAND@8797": CreateIntegrationStoreDirectPropertiesAtBRANDAt8797$Outbound;
2871
+ "__@BRAND@8804": CreateIntegrationStoreDirectPropertiesAtBRANDAt8804$Outbound;
2868
2872
  };
2869
2873
  /** @internal */
2870
2874
  export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
@@ -3080,18 +3084,18 @@ export declare const Guides$outboundSchema: z.ZodType<Guides$Outbound, z.ZodType
3080
3084
  export declare function guidesToJSON(guides: Guides): string;
3081
3085
  export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
3082
3086
  /** @internal */
3083
- export declare const AtBRANDAt8797$inboundSchema: z.ZodType<AtBRANDAt8797, z.ZodTypeDef, unknown>;
3087
+ export declare const AtBRANDAt8804$inboundSchema: z.ZodType<AtBRANDAt8804, z.ZodTypeDef, unknown>;
3084
3088
  /** @internal */
3085
- export type AtBRANDAt8797$Outbound = {};
3089
+ export type AtBRANDAt8804$Outbound = {};
3086
3090
  /** @internal */
3087
- export declare const AtBRANDAt8797$outboundSchema: z.ZodType<AtBRANDAt8797$Outbound, z.ZodTypeDef, AtBRANDAt8797>;
3088
- export declare function atBRANDAt8797ToJSON(atBRANDAt8797: AtBRANDAt8797): string;
3089
- export declare function atBRANDAt8797FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8797, SDKValidationError>;
3091
+ export declare const AtBRANDAt8804$outboundSchema: z.ZodType<AtBRANDAt8804$Outbound, z.ZodTypeDef, AtBRANDAt8804>;
3092
+ export declare function atBRANDAt8804ToJSON(atBRANDAt8804: AtBRANDAt8804): string;
3093
+ export declare function atBRANDAt8804FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8804, SDKValidationError>;
3090
3094
  /** @internal */
3091
3095
  export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
3092
3096
  /** @internal */
3093
3097
  export type CreateIntegrationStoreDirectValue$Outbound = {
3094
- "__@BRAND@8797": AtBRANDAt8797$Outbound;
3098
+ "__@BRAND@8804": AtBRANDAt8804$Outbound;
3095
3099
  };
3096
3100
  /** @internal */
3097
3101
  export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;