@vercel/sdk 1.11.0 → 1.11.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 (155) hide show
  1. package/bin/mcp-server.js +1341 -1092
  2. package/bin/mcp-server.js.map +30 -30
  3. package/esm/__tests__/accessgroups.test.js +1 -3
  4. package/esm/__tests__/accessgroups.test.js.map +1 -1
  5. package/esm/__tests__/checks.test.js +1 -0
  6. package/esm/__tests__/checks.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +3 -1
  8. package/esm/__tests__/domains.test.js.map +1 -1
  9. package/esm/__tests__/edgeconfig.test.js +6 -6
  10. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  11. package/esm/__tests__/integrations.test.js +1 -1
  12. package/esm/__tests__/rollingrelease.test.js +6 -2
  13. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +4 -4
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/__tests__/teams.test.js +2 -2
  17. package/esm/__tests__/teams.test.js.map +1 -1
  18. package/esm/funcs/deploymentsUploadFile.js +0 -1
  19. package/esm/funcs/deploymentsUploadFile.js.map +1 -1
  20. package/esm/funcs/domainsGetDomainTransfer.js +2 -2
  21. package/esm/funcs/domainsGetDomainTransfer.js.map +1 -1
  22. package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
  23. package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
  24. package/esm/lib/config.d.ts +3 -3
  25. package/esm/lib/config.js +3 -3
  26. package/esm/mcp-server/mcp-server.js +1 -1
  27. package/esm/mcp-server/server.js +1 -1
  28. package/esm/models/canceldeploymentop.d.ts +9 -6
  29. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  30. package/esm/models/canceldeploymentop.js +3 -2
  31. package/esm/models/canceldeploymentop.js.map +1 -1
  32. package/esm/models/createdeploymentop.d.ts +47 -41
  33. package/esm/models/createdeploymentop.d.ts.map +1 -1
  34. package/esm/models/createdeploymentop.js +17 -15
  35. package/esm/models/createdeploymentop.js.map +1 -1
  36. package/esm/models/createedgeconfigop.d.ts +2 -0
  37. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  38. package/esm/models/createedgeconfigop.js +2 -0
  39. package/esm/models/createedgeconfigop.js.map +1 -1
  40. package/esm/models/createintegrationstoredirectop.d.ts +282 -243
  41. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  42. package/esm/models/createintegrationstoredirectop.js +320 -295
  43. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  44. package/esm/models/createprojectop.d.ts +6 -0
  45. package/esm/models/createprojectop.d.ts.map +1 -1
  46. package/esm/models/createprojectop.js +2 -0
  47. package/esm/models/createprojectop.js.map +1 -1
  48. package/esm/models/getallchecksop.d.ts +2 -0
  49. package/esm/models/getallchecksop.d.ts.map +1 -1
  50. package/esm/models/getallchecksop.js +2 -0
  51. package/esm/models/getallchecksop.js.map +1 -1
  52. package/esm/models/getconfigurationproductsop.d.ts +421 -331
  53. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  54. package/esm/models/getconfigurationproductsop.js +482 -410
  55. package/esm/models/getconfigurationproductsop.js.map +1 -1
  56. package/esm/models/getdeploymentop.d.ts +9 -6
  57. package/esm/models/getdeploymentop.d.ts.map +1 -1
  58. package/esm/models/getdeploymentop.js +3 -2
  59. package/esm/models/getdeploymentop.js.map +1 -1
  60. package/esm/models/getdeploymentsop.d.ts +3 -0
  61. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  62. package/esm/models/getdeploymentsop.js +1 -0
  63. package/esm/models/getdeploymentsop.js.map +1 -1
  64. package/esm/models/getdomaintransferop.d.ts +99 -25
  65. package/esm/models/getdomaintransferop.d.ts.map +1 -1
  66. package/esm/models/getdomaintransferop.js +101 -25
  67. package/esm/models/getdomaintransferop.js.map +1 -1
  68. package/esm/models/getedgeconfigop.d.ts +2 -0
  69. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  70. package/esm/models/getedgeconfigop.js +2 -0
  71. package/esm/models/getedgeconfigop.js.map +1 -1
  72. package/esm/models/getprojectsop.d.ts +3 -0
  73. package/esm/models/getprojectsop.d.ts.map +1 -1
  74. package/esm/models/getprojectsop.js +1 -0
  75. package/esm/models/getprojectsop.js.map +1 -1
  76. package/esm/models/getteammembersop.d.ts +36 -30
  77. package/esm/models/getteammembersop.d.ts.map +1 -1
  78. package/esm/models/getteammembersop.js +12 -10
  79. package/esm/models/getteammembersop.js.map +1 -1
  80. package/esm/models/getwebhooksop.d.ts +3 -0
  81. package/esm/models/getwebhooksop.d.ts.map +1 -1
  82. package/esm/models/getwebhooksop.js +1 -0
  83. package/esm/models/getwebhooksop.js.map +1 -1
  84. package/esm/models/importresourceop.d.ts +36 -0
  85. package/esm/models/importresourceop.d.ts.map +1 -1
  86. package/esm/models/importresourceop.js +25 -0
  87. package/esm/models/importresourceop.js.map +1 -1
  88. package/esm/models/patchteamop.d.ts +12 -0
  89. package/esm/models/patchteamop.d.ts.map +1 -1
  90. package/esm/models/patchteamop.js +4 -0
  91. package/esm/models/patchteamop.js.map +1 -1
  92. package/esm/models/team.d.ts +150 -26
  93. package/esm/models/team.d.ts.map +1 -1
  94. package/esm/models/team.js +110 -30
  95. package/esm/models/team.js.map +1 -1
  96. package/esm/models/updateedgeconfigop.d.ts +2 -0
  97. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  98. package/esm/models/updateedgeconfigop.js +2 -0
  99. package/esm/models/updateedgeconfigop.js.map +1 -1
  100. package/esm/models/updateprojectdatacacheop.d.ts +3 -0
  101. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  102. package/esm/models/updateprojectdatacacheop.js +1 -0
  103. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  104. package/esm/models/updateprojectop.d.ts +6 -0
  105. package/esm/models/updateprojectop.d.ts.map +1 -1
  106. package/esm/models/updateprojectop.js +2 -0
  107. package/esm/models/updateprojectop.js.map +1 -1
  108. package/esm/models/uploadfileop.d.ts +0 -5
  109. package/esm/models/uploadfileop.d.ts.map +1 -1
  110. package/esm/models/uploadfileop.js +0 -4
  111. package/esm/models/uploadfileop.js.map +1 -1
  112. package/esm/models/userevent.d.ts +963 -773
  113. package/esm/models/userevent.d.ts.map +1 -1
  114. package/esm/models/userevent.js +1102 -974
  115. package/esm/models/userevent.js.map +1 -1
  116. package/examples/package-lock.json +1 -1
  117. package/jsr.json +1 -1
  118. package/package.json +1 -1
  119. package/src/__tests__/accessgroups.test.ts +1 -3
  120. package/src/__tests__/checks.test.ts +1 -0
  121. package/src/__tests__/domains.test.ts +3 -1
  122. package/src/__tests__/edgeconfig.test.ts +6 -6
  123. package/src/__tests__/integrations.test.ts +1 -1
  124. package/src/__tests__/rollingrelease.test.ts +6 -2
  125. package/src/__tests__/security.test.ts +4 -4
  126. package/src/__tests__/teams.test.ts +2 -2
  127. package/src/funcs/deploymentsUploadFile.ts +0 -5
  128. package/src/funcs/domainsGetDomainTransfer.ts +2 -2
  129. package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
  130. package/src/lib/config.ts +3 -3
  131. package/src/mcp-server/mcp-server.ts +1 -1
  132. package/src/mcp-server/server.ts +1 -1
  133. package/src/models/canceldeploymentop.ts +5 -4
  134. package/src/models/createdeploymentop.ts +21 -19
  135. package/src/models/createedgeconfigop.ts +4 -0
  136. package/src/models/createintegrationstoredirectop.ts +546 -506
  137. package/src/models/createprojectop.ts +2 -0
  138. package/src/models/getallchecksop.ts +4 -0
  139. package/src/models/getconfigurationproductsop.ts +847 -706
  140. package/src/models/getdeploymentop.ts +5 -4
  141. package/src/models/getdeploymentsop.ts +1 -0
  142. package/src/models/getdomaintransferop.ts +203 -39
  143. package/src/models/getedgeconfigop.ts +4 -0
  144. package/src/models/getprojectsop.ts +1 -0
  145. package/src/models/getteammembersop.ts +12 -10
  146. package/src/models/getwebhooksop.ts +1 -0
  147. package/src/models/importresourceop.ts +34 -0
  148. package/src/models/patchteamop.ts +4 -0
  149. package/src/models/team.ts +177 -42
  150. package/src/models/updateedgeconfigop.ts +4 -0
  151. package/src/models/updateprojectdatacacheop.ts +1 -0
  152. package/src/models/updateprojectop.ts +2 -0
  153. package/src/models/uploadfileop.ts +0 -9
  154. package/src/models/userevent.ts +2222 -1920
  155. package/vercel-spec.json +517 -260
@@ -103,6 +103,7 @@ export declare const CreateIntegrationStoreDirectFramework: {
103
103
  readonly Vitepress: "vitepress";
104
104
  readonly Vuepress: "vuepress";
105
105
  readonly Parcel: "parcel";
106
+ readonly Fastapi: "fastapi";
106
107
  readonly Fasthtml: "fasthtml";
107
108
  readonly SanityV3: "sanity-v3";
108
109
  readonly Sanity: "sanity";
@@ -154,6 +155,12 @@ export declare const CreateIntegrationStoreDirectStatus: {
154
155
  readonly Uninstalled: "uninstalled";
155
156
  };
156
157
  export type CreateIntegrationStoreDirectStatus = ClosedEnum<typeof CreateIntegrationStoreDirectStatus>;
158
+ export declare const CreateIntegrationStoreDirectOwnership: {
159
+ readonly Owned: "owned";
160
+ readonly Linked: "linked";
161
+ readonly Sandbox: "sandbox";
162
+ };
163
+ export type CreateIntegrationStoreDirectOwnership = ClosedEnum<typeof CreateIntegrationStoreDirectOwnership>;
157
164
  export type CreateIntegrationStoreDirectMetadata = string | number | boolean | Array<string> | Array<number>;
158
165
  export declare const ExternalResourceStatus: {
159
166
  readonly Error: "error";
@@ -168,9 +175,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
168
175
  readonly Object: "object";
169
176
  };
170
177
  export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
171
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757 = {};
178
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820 = {};
172
179
  export type CreateIntegrationStoreDirectPropertiesValue = {
173
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757;
180
+ atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820;
174
181
  };
175
182
  export declare const CreateIntegrationStoreDirectDisabled3: {
176
183
  readonly Update: "update";
@@ -203,9 +210,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
203
210
  readonly VercelRegion: "vercel-region";
204
211
  };
205
212
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
206
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757 = {};
213
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820 = {};
207
214
  export type CreateIntegrationStoreDirectUiOptionsValue = {
208
- atBRANDAt7757: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757;
215
+ atBRANDAt7820: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820;
209
216
  };
210
217
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
211
218
  readonly Update: "update";
@@ -230,9 +237,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
230
237
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
231
238
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
232
239
  };
233
- export type UiOptionsAtBRANDAt7757 = {};
240
+ export type UiOptionsAtBRANDAt7820 = {};
234
241
  export type CreateIntegrationStoreDirectUiOptions2 = {
235
- atBRANDAt7757: UiOptionsAtBRANDAt7757;
242
+ atBRANDAt7820: UiOptionsAtBRANDAt7820;
236
243
  };
237
244
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
238
245
  readonly Update: "update";
@@ -259,17 +266,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
259
266
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
260
267
  };
261
268
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
262
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757 = {};
269
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820 = {};
263
270
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
264
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757;
271
+ atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820;
265
272
  };
266
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757 = {};
273
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820 = {};
267
274
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
268
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757;
275
+ atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820;
269
276
  };
270
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757 = {};
277
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820 = {};
271
278
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
272
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757;
279
+ atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820;
273
280
  };
274
281
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
275
282
  readonly Update: "update";
@@ -331,17 +338,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
331
338
  readonly String: "string";
332
339
  };
333
340
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType>;
334
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757 = {};
341
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820 = {};
335
342
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
336
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757;
343
+ atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820;
337
344
  };
338
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757 = {};
345
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820 = {};
339
346
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
340
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757;
347
+ atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820;
341
348
  };
342
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757 = {};
349
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820 = {};
343
350
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
344
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757;
351
+ atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820;
345
352
  };
346
353
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
347
354
  type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType;
@@ -464,17 +471,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
464
471
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
465
472
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
466
473
  };
467
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757 = {};
474
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820 = {};
468
475
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
469
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757;
476
+ atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820;
470
477
  };
471
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757 = {};
478
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820 = {};
472
479
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
473
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757;
480
+ atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820;
474
481
  };
475
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757 = {};
482
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820 = {};
476
483
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
477
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757;
484
+ atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820;
478
485
  };
479
486
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
480
487
  readonly Update: "update";
@@ -720,17 +727,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
720
727
  readonly Input: "input";
721
728
  };
722
729
  export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
723
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757 = {};
730
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820 = {};
724
731
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
725
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757;
732
+ atBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820;
726
733
  };
727
- export type PropertiesAtBRANDAt7757 = {};
734
+ export type PropertiesAtBRANDAt7820 = {};
728
735
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
729
- atBRANDAt7757: PropertiesAtBRANDAt7757;
736
+ atBRANDAt7820: PropertiesAtBRANDAt7820;
730
737
  };
731
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7757 = {};
738
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7820 = {};
732
739
  export type CreateIntegrationStoreDirectPropertiesPattern = {
733
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesAtBRANDAt7757;
740
+ atBRANDAt7820: CreateIntegrationStoreDirectPropertiesAtBRANDAt7820;
734
741
  };
735
742
  export declare const CreateIntegrationStoreDirectUiReadOnly3: {
736
743
  readonly Update: "update";
@@ -800,8 +807,8 @@ export declare const Tags: {
800
807
  readonly Redis: "redis";
801
808
  readonly Postgres: "postgres";
802
809
  readonly Blob: "blob";
803
- readonly Checks: "checks";
804
810
  readonly Experimentation: "experimentation";
811
+ readonly Checks: "checks";
805
812
  readonly Storage: "storage";
806
813
  readonly Ai: "ai";
807
814
  readonly Observability: "observability";
@@ -809,6 +816,7 @@ export declare const Tags: {
809
816
  readonly Authentication: "authentication";
810
817
  readonly Workflow: "workflow";
811
818
  readonly LogDrain: "logDrain";
819
+ readonly TraceDrain: "traceDrain";
812
820
  readonly Messaging: "messaging";
813
821
  readonly Other: "other";
814
822
  readonly Mysql: "mysql";
@@ -837,6 +845,7 @@ export declare const Tags: {
837
845
  readonly TagChecks: "tag_checks";
838
846
  readonly TagStorage: "tag_storage";
839
847
  readonly TagLogDrain: "tag_logDrain";
848
+ readonly TagTraceDrain: "tag_traceDrain";
840
849
  readonly TagOther: "tag_other";
841
850
  };
842
851
  export type Tags = ClosedEnum<typeof Tags>;
@@ -877,9 +886,9 @@ export type Guides = {
877
886
  title: string;
878
887
  steps: Array<Steps>;
879
888
  };
880
- export type AtBRANDAt7757 = {};
889
+ export type AtBRANDAt7820 = {};
881
890
  export type CreateIntegrationStoreDirectValue = {
882
- atBRANDAt7757: AtBRANDAt7757;
891
+ atBRANDAt7820: AtBRANDAt7820;
883
892
  };
884
893
  export declare const Disabled3: {
885
894
  readonly Update: "update";
@@ -987,6 +996,7 @@ export type CreateIntegrationStoreDirectStore = {
987
996
  totalConnectedProjects?: number | undefined;
988
997
  usageQuotaExceeded: boolean;
989
998
  status: CreateIntegrationStoreDirectStatus | null;
999
+ ownership?: CreateIntegrationStoreDirectOwnership | undefined;
990
1000
  metadata?: {
991
1001
  [k: string]: string | number | boolean | Array<string> | Array<number>;
992
1002
  } | undefined;
@@ -1133,6 +1143,7 @@ export declare namespace CreateIntegrationStoreDirectFramework$ {
1133
1143
  readonly Vitepress: "vitepress";
1134
1144
  readonly Vuepress: "vuepress";
1135
1145
  readonly Parcel: "parcel";
1146
+ readonly Fastapi: "fastapi";
1136
1147
  readonly Fasthtml: "fasthtml";
1137
1148
  readonly SanityV3: "sanity-v3";
1138
1149
  readonly Sanity: "sanity";
@@ -1186,6 +1197,7 @@ export declare namespace CreateIntegrationStoreDirectFramework$ {
1186
1197
  readonly Vitepress: "vitepress";
1187
1198
  readonly Vuepress: "vuepress";
1188
1199
  readonly Parcel: "parcel";
1200
+ readonly Fastapi: "fastapi";
1189
1201
  readonly Fasthtml: "fasthtml";
1190
1202
  readonly SanityV3: "sanity-v3";
1191
1203
  readonly Sanity: "sanity";
@@ -1347,6 +1359,28 @@ export declare namespace CreateIntegrationStoreDirectStatus$ {
1347
1359
  }>;
1348
1360
  }
1349
1361
  /** @internal */
1362
+ export declare const CreateIntegrationStoreDirectOwnership$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectOwnership>;
1363
+ /** @internal */
1364
+ export declare const CreateIntegrationStoreDirectOwnership$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectOwnership>;
1365
+ /**
1366
+ * @internal
1367
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1368
+ */
1369
+ export declare namespace CreateIntegrationStoreDirectOwnership$ {
1370
+ /** @deprecated use `CreateIntegrationStoreDirectOwnership$inboundSchema` instead. */
1371
+ const inboundSchema: z.ZodNativeEnum<{
1372
+ readonly Owned: "owned";
1373
+ readonly Linked: "linked";
1374
+ readonly Sandbox: "sandbox";
1375
+ }>;
1376
+ /** @deprecated use `CreateIntegrationStoreDirectOwnership$outboundSchema` instead. */
1377
+ const outboundSchema: z.ZodNativeEnum<{
1378
+ readonly Owned: "owned";
1379
+ readonly Linked: "linked";
1380
+ readonly Sandbox: "sandbox";
1381
+ }>;
1382
+ }
1383
+ /** @internal */
1350
1384
  export declare const CreateIntegrationStoreDirectMetadata$inboundSchema: z.ZodType<CreateIntegrationStoreDirectMetadata, z.ZodTypeDef, unknown>;
1351
1385
  /** @internal */
1352
1386
  export type CreateIntegrationStoreDirectMetadata$Outbound = string | number | boolean | Array<string> | Array<number>;
@@ -1413,30 +1447,30 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsType$ {
1413
1447
  }>;
1414
1448
  }
1415
1449
  /** @internal */
1416
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757, z.ZodTypeDef, unknown>;
1450
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820, z.ZodTypeDef, unknown>;
1417
1451
  /** @internal */
1418
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$Outbound = {};
1452
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound = {};
1419
1453
  /** @internal */
1420
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757>;
1454
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820>;
1421
1455
  /**
1422
1456
  * @internal
1423
1457
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1424
1458
  */
1425
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$ {
1426
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$inboundSchema` instead. */
1427
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757, z.ZodTypeDef, unknown>;
1428
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$outboundSchema` instead. */
1429
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757>;
1430
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$Outbound` instead. */
1431
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$Outbound;
1459
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$ {
1460
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$inboundSchema` instead. */
1461
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820, z.ZodTypeDef, unknown>;
1462
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$outboundSchema` instead. */
1463
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820>;
1464
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound` instead. */
1465
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound;
1432
1466
  }
1433
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757): string;
1434
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757, SDKValidationError>;
1467
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820): string;
1468
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820, SDKValidationError>;
1435
1469
  /** @internal */
1436
1470
  export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
1437
1471
  /** @internal */
1438
1472
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
1439
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$Outbound;
1473
+ "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7820$Outbound;
1440
1474
  };
1441
1475
  /** @internal */
1442
1476
  export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
@@ -1639,30 +1673,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
1639
1673
  }>;
1640
1674
  }
1641
1675
  /** @internal */
1642
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757, z.ZodTypeDef, unknown>;
1676
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820, z.ZodTypeDef, unknown>;
1643
1677
  /** @internal */
1644
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$Outbound = {};
1678
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound = {};
1645
1679
  /** @internal */
1646
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757>;
1680
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820>;
1647
1681
  /**
1648
1682
  * @internal
1649
1683
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1650
1684
  */
1651
- export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$ {
1652
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$inboundSchema` instead. */
1653
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757, z.ZodTypeDef, unknown>;
1654
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$outboundSchema` instead. */
1655
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757>;
1656
- /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$Outbound` instead. */
1657
- type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$Outbound;
1685
+ export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$ {
1686
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$inboundSchema` instead. */
1687
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820, z.ZodTypeDef, unknown>;
1688
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$outboundSchema` instead. */
1689
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820>;
1690
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound` instead. */
1691
+ type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound;
1658
1692
  }
1659
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7757ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7757: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757): string;
1660
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757, SDKValidationError>;
1693
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7820ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7820: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820): string;
1694
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820, SDKValidationError>;
1661
1695
  /** @internal */
1662
1696
  export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
1663
1697
  /** @internal */
1664
1698
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
1665
- "__@BRAND@7757": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$Outbound;
1699
+ "__@BRAND@7820": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7820$Outbound;
1666
1700
  };
1667
1701
  /** @internal */
1668
1702
  export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
@@ -1829,30 +1863,30 @@ export declare namespace CreateIntegrationStoreDirectUiOptions3$ {
1829
1863
  export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
1830
1864
  export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
1831
1865
  /** @internal */
1832
- export declare const UiOptionsAtBRANDAt7757$inboundSchema: z.ZodType<UiOptionsAtBRANDAt7757, z.ZodTypeDef, unknown>;
1866
+ export declare const UiOptionsAtBRANDAt7820$inboundSchema: z.ZodType<UiOptionsAtBRANDAt7820, z.ZodTypeDef, unknown>;
1833
1867
  /** @internal */
1834
- export type UiOptionsAtBRANDAt7757$Outbound = {};
1868
+ export type UiOptionsAtBRANDAt7820$Outbound = {};
1835
1869
  /** @internal */
1836
- export declare const UiOptionsAtBRANDAt7757$outboundSchema: z.ZodType<UiOptionsAtBRANDAt7757$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7757>;
1870
+ export declare const UiOptionsAtBRANDAt7820$outboundSchema: z.ZodType<UiOptionsAtBRANDAt7820$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7820>;
1837
1871
  /**
1838
1872
  * @internal
1839
1873
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1840
1874
  */
1841
- export declare namespace UiOptionsAtBRANDAt7757$ {
1842
- /** @deprecated use `UiOptionsAtBRANDAt7757$inboundSchema` instead. */
1843
- const inboundSchema: z.ZodType<UiOptionsAtBRANDAt7757, z.ZodTypeDef, unknown>;
1844
- /** @deprecated use `UiOptionsAtBRANDAt7757$outboundSchema` instead. */
1845
- const outboundSchema: z.ZodType<UiOptionsAtBRANDAt7757$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7757>;
1846
- /** @deprecated use `UiOptionsAtBRANDAt7757$Outbound` instead. */
1847
- type Outbound = UiOptionsAtBRANDAt7757$Outbound;
1875
+ export declare namespace UiOptionsAtBRANDAt7820$ {
1876
+ /** @deprecated use `UiOptionsAtBRANDAt7820$inboundSchema` instead. */
1877
+ const inboundSchema: z.ZodType<UiOptionsAtBRANDAt7820, z.ZodTypeDef, unknown>;
1878
+ /** @deprecated use `UiOptionsAtBRANDAt7820$outboundSchema` instead. */
1879
+ const outboundSchema: z.ZodType<UiOptionsAtBRANDAt7820$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7820>;
1880
+ /** @deprecated use `UiOptionsAtBRANDAt7820$Outbound` instead. */
1881
+ type Outbound = UiOptionsAtBRANDAt7820$Outbound;
1848
1882
  }
1849
- export declare function uiOptionsAtBRANDAt7757ToJSON(uiOptionsAtBRANDAt7757: UiOptionsAtBRANDAt7757): string;
1850
- export declare function uiOptionsAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt7757, SDKValidationError>;
1883
+ export declare function uiOptionsAtBRANDAt7820ToJSON(uiOptionsAtBRANDAt7820: UiOptionsAtBRANDAt7820): string;
1884
+ export declare function uiOptionsAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt7820, SDKValidationError>;
1851
1885
  /** @internal */
1852
1886
  export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
1853
1887
  /** @internal */
1854
1888
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
1855
- "__@BRAND@7757": UiOptionsAtBRANDAt7757$Outbound;
1889
+ "__@BRAND@7820": UiOptionsAtBRANDAt7820$Outbound;
1856
1890
  };
1857
1891
  /** @internal */
1858
1892
  export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
@@ -2040,30 +2074,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2040
2074
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
2041
2075
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
2042
2076
  /** @internal */
2043
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757, z.ZodTypeDef, unknown>;
2077
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820, z.ZodTypeDef, unknown>;
2044
2078
  /** @internal */
2045
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$Outbound = {};
2079
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound = {};
2046
2080
  /** @internal */
2047
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757>;
2081
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820>;
2048
2082
  /**
2049
2083
  * @internal
2050
2084
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2051
2085
  */
2052
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$ {
2053
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$inboundSchema` instead. */
2054
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757, z.ZodTypeDef, unknown>;
2055
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$outboundSchema` instead. */
2056
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757>;
2057
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$Outbound` instead. */
2058
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$Outbound;
2086
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$ {
2087
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$inboundSchema` instead. */
2088
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820, z.ZodTypeDef, unknown>;
2089
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$outboundSchema` instead. */
2090
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820>;
2091
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound` instead. */
2092
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound;
2059
2093
  }
2060
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757): string;
2061
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757, SDKValidationError>;
2094
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820): string;
2095
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820, SDKValidationError>;
2062
2096
  /** @internal */
2063
2097
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
2064
2098
  /** @internal */
2065
2099
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
2066
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$Outbound;
2100
+ "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7820$Outbound;
2067
2101
  };
2068
2102
  /** @internal */
2069
2103
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
@@ -2082,30 +2116,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2082
2116
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
2083
2117
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
2084
2118
  /** @internal */
2085
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757, z.ZodTypeDef, unknown>;
2119
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820, z.ZodTypeDef, unknown>;
2086
2120
  /** @internal */
2087
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$Outbound = {};
2121
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound = {};
2088
2122
  /** @internal */
2089
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757>;
2123
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820>;
2090
2124
  /**
2091
2125
  * @internal
2092
2126
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2093
2127
  */
2094
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$ {
2095
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$inboundSchema` instead. */
2096
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757, z.ZodTypeDef, unknown>;
2097
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$outboundSchema` instead. */
2098
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757>;
2099
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$Outbound` instead. */
2100
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$Outbound;
2128
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$ {
2129
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$inboundSchema` instead. */
2130
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820, z.ZodTypeDef, unknown>;
2131
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$outboundSchema` instead. */
2132
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820>;
2133
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound` instead. */
2134
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound;
2101
2135
  }
2102
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757): string;
2103
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757, SDKValidationError>;
2136
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820): string;
2137
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820, SDKValidationError>;
2104
2138
  /** @internal */
2105
2139
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
2106
2140
  /** @internal */
2107
2141
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
2108
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$Outbound;
2142
+ "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7820$Outbound;
2109
2143
  };
2110
2144
  /** @internal */
2111
2145
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
@@ -2124,30 +2158,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2124
2158
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
2125
2159
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
2126
2160
  /** @internal */
2127
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757, z.ZodTypeDef, unknown>;
2161
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820, z.ZodTypeDef, unknown>;
2128
2162
  /** @internal */
2129
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$Outbound = {};
2163
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound = {};
2130
2164
  /** @internal */
2131
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757>;
2165
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820>;
2132
2166
  /**
2133
2167
  * @internal
2134
2168
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2135
2169
  */
2136
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$ {
2137
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$inboundSchema` instead. */
2138
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757, z.ZodTypeDef, unknown>;
2139
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$outboundSchema` instead. */
2140
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757>;
2141
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$Outbound` instead. */
2142
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$Outbound;
2170
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$ {
2171
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$inboundSchema` instead. */
2172
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820, z.ZodTypeDef, unknown>;
2173
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$outboundSchema` instead. */
2174
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820>;
2175
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound` instead. */
2176
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound;
2143
2177
  }
2144
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757): string;
2145
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757, SDKValidationError>;
2178
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820): string;
2179
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820, SDKValidationError>;
2146
2180
  /** @internal */
2147
2181
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
2148
2182
  /** @internal */
2149
2183
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
2150
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$Outbound;
2184
+ "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7820$Outbound;
2151
2185
  };
2152
2186
  /** @internal */
2153
2187
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
@@ -2489,30 +2523,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2489
2523
  }>;
2490
2524
  }
2491
2525
  /** @internal */
2492
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757, z.ZodTypeDef, unknown>;
2526
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820, z.ZodTypeDef, unknown>;
2493
2527
  /** @internal */
2494
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$Outbound = {};
2528
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound = {};
2495
2529
  /** @internal */
2496
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757>;
2530
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820>;
2497
2531
  /**
2498
2532
  * @internal
2499
2533
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2500
2534
  */
2501
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$ {
2502
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$inboundSchema` instead. */
2503
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757, z.ZodTypeDef, unknown>;
2504
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$outboundSchema` instead. */
2505
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757>;
2506
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$Outbound` instead. */
2507
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$Outbound;
2535
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$ {
2536
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$inboundSchema` instead. */
2537
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820, z.ZodTypeDef, unknown>;
2538
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$outboundSchema` instead. */
2539
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820>;
2540
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound` instead. */
2541
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound;
2508
2542
  }
2509
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757): string;
2510
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757, SDKValidationError>;
2543
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820): string;
2544
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820, SDKValidationError>;
2511
2545
  /** @internal */
2512
2546
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
2513
2547
  /** @internal */
2514
2548
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
2515
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$Outbound;
2549
+ "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7820$Outbound;
2516
2550
  };
2517
2551
  /** @internal */
2518
2552
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
@@ -2531,30 +2565,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2531
2565
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
2532
2566
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
2533
2567
  /** @internal */
2534
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757, z.ZodTypeDef, unknown>;
2568
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820, z.ZodTypeDef, unknown>;
2535
2569
  /** @internal */
2536
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$Outbound = {};
2570
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound = {};
2537
2571
  /** @internal */
2538
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757>;
2572
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820>;
2539
2573
  /**
2540
2574
  * @internal
2541
2575
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2542
2576
  */
2543
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$ {
2544
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$inboundSchema` instead. */
2545
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757, z.ZodTypeDef, unknown>;
2546
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$outboundSchema` instead. */
2547
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757>;
2548
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$Outbound` instead. */
2549
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$Outbound;
2577
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$ {
2578
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$inboundSchema` instead. */
2579
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820, z.ZodTypeDef, unknown>;
2580
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$outboundSchema` instead. */
2581
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820>;
2582
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound` instead. */
2583
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound;
2550
2584
  }
2551
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757): string;
2552
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757, SDKValidationError>;
2585
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820): string;
2586
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820, SDKValidationError>;
2553
2587
  /** @internal */
2554
2588
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
2555
2589
  /** @internal */
2556
2590
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
2557
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$Outbound;
2591
+ "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7820$Outbound;
2558
2592
  };
2559
2593
  /** @internal */
2560
2594
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
@@ -2573,30 +2607,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2573
2607
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
2574
2608
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
2575
2609
  /** @internal */
2576
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757, z.ZodTypeDef, unknown>;
2610
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820, z.ZodTypeDef, unknown>;
2577
2611
  /** @internal */
2578
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$Outbound = {};
2612
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound = {};
2579
2613
  /** @internal */
2580
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757>;
2614
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820>;
2581
2615
  /**
2582
2616
  * @internal
2583
2617
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2584
2618
  */
2585
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$ {
2586
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$inboundSchema` instead. */
2587
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757, z.ZodTypeDef, unknown>;
2588
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$outboundSchema` instead. */
2589
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757>;
2590
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$Outbound` instead. */
2591
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$Outbound;
2619
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$ {
2620
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$inboundSchema` instead. */
2621
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820, z.ZodTypeDef, unknown>;
2622
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$outboundSchema` instead. */
2623
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820>;
2624
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound` instead. */
2625
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound;
2592
2626
  }
2593
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757): string;
2594
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757, SDKValidationError>;
2627
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820): string;
2628
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820, SDKValidationError>;
2595
2629
  /** @internal */
2596
2630
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
2597
2631
  /** @internal */
2598
2632
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
2599
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$Outbound;
2633
+ "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7820$Outbound;
2600
2634
  };
2601
2635
  /** @internal */
2602
2636
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
@@ -3282,30 +3316,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiOptions$ {
3282
3316
  export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
3283
3317
  export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
3284
3318
  /** @internal */
3285
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757, z.ZodTypeDef, unknown>;
3319
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820, z.ZodTypeDef, unknown>;
3286
3320
  /** @internal */
3287
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$Outbound = {};
3321
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound = {};
3288
3322
  /** @internal */
3289
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757>;
3323
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820>;
3290
3324
  /**
3291
3325
  * @internal
3292
3326
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3293
3327
  */
3294
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$ {
3295
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$inboundSchema` instead. */
3296
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757, z.ZodTypeDef, unknown>;
3297
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$outboundSchema` instead. */
3298
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757>;
3299
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$Outbound` instead. */
3300
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$Outbound;
3328
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$ {
3329
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$inboundSchema` instead. */
3330
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820, z.ZodTypeDef, unknown>;
3331
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$outboundSchema` instead. */
3332
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820>;
3333
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound` instead. */
3334
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound;
3301
3335
  }
3302
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757): string;
3303
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757, SDKValidationError>;
3336
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820): string;
3337
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820, SDKValidationError>;
3304
3338
  /** @internal */
3305
3339
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
3306
3340
  /** @internal */
3307
3341
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
3308
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$Outbound;
3342
+ "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7820$Outbound;
3309
3343
  };
3310
3344
  /** @internal */
3311
3345
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
@@ -3324,30 +3358,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMaxLe
3324
3358
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
3325
3359
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
3326
3360
  /** @internal */
3327
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757, z.ZodTypeDef, unknown>;
3361
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820, z.ZodTypeDef, unknown>;
3328
3362
  /** @internal */
3329
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$Outbound = {};
3363
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound = {};
3330
3364
  /** @internal */
3331
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757>;
3365
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820>;
3332
3366
  /**
3333
3367
  * @internal
3334
3368
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3335
3369
  */
3336
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$ {
3337
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$inboundSchema` instead. */
3338
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757, z.ZodTypeDef, unknown>;
3339
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$outboundSchema` instead. */
3340
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757>;
3341
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$Outbound` instead. */
3342
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$Outbound;
3370
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$ {
3371
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$inboundSchema` instead. */
3372
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820, z.ZodTypeDef, unknown>;
3373
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$outboundSchema` instead. */
3374
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820>;
3375
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound` instead. */
3376
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound;
3343
3377
  }
3344
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757): string;
3345
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757, SDKValidationError>;
3378
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820): string;
3379
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820, SDKValidationError>;
3346
3380
  /** @internal */
3347
3381
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
3348
3382
  /** @internal */
3349
3383
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
3350
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$Outbound;
3384
+ "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7820$Outbound;
3351
3385
  };
3352
3386
  /** @internal */
3353
3387
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
@@ -3366,30 +3400,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMinLe
3366
3400
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
3367
3401
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
3368
3402
  /** @internal */
3369
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757, z.ZodTypeDef, unknown>;
3403
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820, z.ZodTypeDef, unknown>;
3370
3404
  /** @internal */
3371
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$Outbound = {};
3405
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound = {};
3372
3406
  /** @internal */
3373
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757>;
3407
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820>;
3374
3408
  /**
3375
3409
  * @internal
3376
3410
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3377
3411
  */
3378
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$ {
3379
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$inboundSchema` instead. */
3380
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757, z.ZodTypeDef, unknown>;
3381
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$outboundSchema` instead. */
3382
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757>;
3383
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$Outbound` instead. */
3384
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$Outbound;
3412
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$ {
3413
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$inboundSchema` instead. */
3414
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820, z.ZodTypeDef, unknown>;
3415
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$outboundSchema` instead. */
3416
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820>;
3417
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound` instead. */
3418
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound;
3385
3419
  }
3386
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757): string;
3387
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757, SDKValidationError>;
3420
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820): string;
3421
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820, SDKValidationError>;
3388
3422
  /** @internal */
3389
3423
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
3390
3424
  /** @internal */
3391
3425
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
3392
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$Outbound;
3426
+ "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7820$Outbound;
3393
3427
  };
3394
3428
  /** @internal */
3395
3429
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
@@ -4737,30 +4771,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
4737
4771
  }>;
4738
4772
  }
4739
4773
  /** @internal */
4740
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757, z.ZodTypeDef, unknown>;
4774
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820, z.ZodTypeDef, unknown>;
4741
4775
  /** @internal */
4742
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$Outbound = {};
4776
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound = {};
4743
4777
  /** @internal */
4744
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757>;
4778
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820>;
4745
4779
  /**
4746
4780
  * @internal
4747
4781
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4748
4782
  */
4749
- export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$ {
4750
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$inboundSchema` instead. */
4751
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757, z.ZodTypeDef, unknown>;
4752
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$outboundSchema` instead. */
4753
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757>;
4754
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$Outbound` instead. */
4755
- type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$Outbound;
4783
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$ {
4784
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$inboundSchema` instead. */
4785
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820, z.ZodTypeDef, unknown>;
4786
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$outboundSchema` instead. */
4787
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820>;
4788
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound` instead. */
4789
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound;
4756
4790
  }
4757
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757): string;
4758
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757, SDKValidationError>;
4791
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820): string;
4792
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820, SDKValidationError>;
4759
4793
  /** @internal */
4760
4794
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
4761
4795
  /** @internal */
4762
4796
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
4763
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$Outbound;
4797
+ "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7820$Outbound;
4764
4798
  };
4765
4799
  /** @internal */
4766
4800
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
@@ -4779,30 +4813,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMaxLength$ {
4779
4813
  export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
4780
4814
  export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
4781
4815
  /** @internal */
4782
- export declare const PropertiesAtBRANDAt7757$inboundSchema: z.ZodType<PropertiesAtBRANDAt7757, z.ZodTypeDef, unknown>;
4816
+ export declare const PropertiesAtBRANDAt7820$inboundSchema: z.ZodType<PropertiesAtBRANDAt7820, z.ZodTypeDef, unknown>;
4783
4817
  /** @internal */
4784
- export type PropertiesAtBRANDAt7757$Outbound = {};
4818
+ export type PropertiesAtBRANDAt7820$Outbound = {};
4785
4819
  /** @internal */
4786
- export declare const PropertiesAtBRANDAt7757$outboundSchema: z.ZodType<PropertiesAtBRANDAt7757$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7757>;
4820
+ export declare const PropertiesAtBRANDAt7820$outboundSchema: z.ZodType<PropertiesAtBRANDAt7820$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7820>;
4787
4821
  /**
4788
4822
  * @internal
4789
4823
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4790
4824
  */
4791
- export declare namespace PropertiesAtBRANDAt7757$ {
4792
- /** @deprecated use `PropertiesAtBRANDAt7757$inboundSchema` instead. */
4793
- const inboundSchema: z.ZodType<PropertiesAtBRANDAt7757, z.ZodTypeDef, unknown>;
4794
- /** @deprecated use `PropertiesAtBRANDAt7757$outboundSchema` instead. */
4795
- const outboundSchema: z.ZodType<PropertiesAtBRANDAt7757$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7757>;
4796
- /** @deprecated use `PropertiesAtBRANDAt7757$Outbound` instead. */
4797
- type Outbound = PropertiesAtBRANDAt7757$Outbound;
4825
+ export declare namespace PropertiesAtBRANDAt7820$ {
4826
+ /** @deprecated use `PropertiesAtBRANDAt7820$inboundSchema` instead. */
4827
+ const inboundSchema: z.ZodType<PropertiesAtBRANDAt7820, z.ZodTypeDef, unknown>;
4828
+ /** @deprecated use `PropertiesAtBRANDAt7820$outboundSchema` instead. */
4829
+ const outboundSchema: z.ZodType<PropertiesAtBRANDAt7820$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7820>;
4830
+ /** @deprecated use `PropertiesAtBRANDAt7820$Outbound` instead. */
4831
+ type Outbound = PropertiesAtBRANDAt7820$Outbound;
4798
4832
  }
4799
- export declare function propertiesAtBRANDAt7757ToJSON(propertiesAtBRANDAt7757: PropertiesAtBRANDAt7757): string;
4800
- export declare function propertiesAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt7757, SDKValidationError>;
4833
+ export declare function propertiesAtBRANDAt7820ToJSON(propertiesAtBRANDAt7820: PropertiesAtBRANDAt7820): string;
4834
+ export declare function propertiesAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt7820, SDKValidationError>;
4801
4835
  /** @internal */
4802
4836
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
4803
4837
  /** @internal */
4804
4838
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
4805
- "__@BRAND@7757": PropertiesAtBRANDAt7757$Outbound;
4839
+ "__@BRAND@7820": PropertiesAtBRANDAt7820$Outbound;
4806
4840
  };
4807
4841
  /** @internal */
4808
4842
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
@@ -4821,30 +4855,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMinLength$ {
4821
4855
  export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
4822
4856
  export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
4823
4857
  /** @internal */
4824
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7757, z.ZodTypeDef, unknown>;
4858
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7820, z.ZodTypeDef, unknown>;
4825
4859
  /** @internal */
4826
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$Outbound = {};
4860
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound = {};
4827
4861
  /** @internal */
4828
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7757>;
4862
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7820>;
4829
4863
  /**
4830
4864
  * @internal
4831
4865
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4832
4866
  */
4833
- export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$ {
4834
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$inboundSchema` instead. */
4835
- const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7757, z.ZodTypeDef, unknown>;
4836
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$outboundSchema` instead. */
4837
- const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7757>;
4838
- /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$Outbound` instead. */
4839
- type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$Outbound;
4867
+ export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$ {
4868
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$inboundSchema` instead. */
4869
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7820, z.ZodTypeDef, unknown>;
4870
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$outboundSchema` instead. */
4871
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7820>;
4872
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound` instead. */
4873
+ type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound;
4840
4874
  }
4841
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesAtBRANDAt7757): string;
4842
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt7757, SDKValidationError>;
4875
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7820ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7820: CreateIntegrationStoreDirectPropertiesAtBRANDAt7820): string;
4876
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7820FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt7820, SDKValidationError>;
4843
4877
  /** @internal */
4844
4878
  export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
4845
4879
  /** @internal */
4846
4880
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
4847
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$Outbound;
4881
+ "__@BRAND@7820": CreateIntegrationStoreDirectPropertiesAtBRANDAt7820$Outbound;
4848
4882
  };
4849
4883
  /** @internal */
4850
4884
  export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
@@ -5232,8 +5266,8 @@ export declare namespace Tags$ {
5232
5266
  readonly Redis: "redis";
5233
5267
  readonly Postgres: "postgres";
5234
5268
  readonly Blob: "blob";
5235
- readonly Checks: "checks";
5236
5269
  readonly Experimentation: "experimentation";
5270
+ readonly Checks: "checks";
5237
5271
  readonly Storage: "storage";
5238
5272
  readonly Ai: "ai";
5239
5273
  readonly Observability: "observability";
@@ -5241,6 +5275,7 @@ export declare namespace Tags$ {
5241
5275
  readonly Authentication: "authentication";
5242
5276
  readonly Workflow: "workflow";
5243
5277
  readonly LogDrain: "logDrain";
5278
+ readonly TraceDrain: "traceDrain";
5244
5279
  readonly Messaging: "messaging";
5245
5280
  readonly Other: "other";
5246
5281
  readonly Mysql: "mysql";
@@ -5269,6 +5304,7 @@ export declare namespace Tags$ {
5269
5304
  readonly TagChecks: "tag_checks";
5270
5305
  readonly TagStorage: "tag_storage";
5271
5306
  readonly TagLogDrain: "tag_logDrain";
5307
+ readonly TagTraceDrain: "tag_traceDrain";
5272
5308
  readonly TagOther: "tag_other";
5273
5309
  }>;
5274
5310
  /** @deprecated use `Tags$outboundSchema` instead. */
@@ -5277,8 +5313,8 @@ export declare namespace Tags$ {
5277
5313
  readonly Redis: "redis";
5278
5314
  readonly Postgres: "postgres";
5279
5315
  readonly Blob: "blob";
5280
- readonly Checks: "checks";
5281
5316
  readonly Experimentation: "experimentation";
5317
+ readonly Checks: "checks";
5282
5318
  readonly Storage: "storage";
5283
5319
  readonly Ai: "ai";
5284
5320
  readonly Observability: "observability";
@@ -5286,6 +5322,7 @@ export declare namespace Tags$ {
5286
5322
  readonly Authentication: "authentication";
5287
5323
  readonly Workflow: "workflow";
5288
5324
  readonly LogDrain: "logDrain";
5325
+ readonly TraceDrain: "traceDrain";
5289
5326
  readonly Messaging: "messaging";
5290
5327
  readonly Other: "other";
5291
5328
  readonly Mysql: "mysql";
@@ -5314,6 +5351,7 @@ export declare namespace Tags$ {
5314
5351
  readonly TagChecks: "tag_checks";
5315
5352
  readonly TagStorage: "tag_storage";
5316
5353
  readonly TagLogDrain: "tag_logDrain";
5354
+ readonly TagTraceDrain: "tag_traceDrain";
5317
5355
  readonly TagOther: "tag_other";
5318
5356
  }>;
5319
5357
  }
@@ -5470,30 +5508,30 @@ export declare namespace Guides$ {
5470
5508
  export declare function guidesToJSON(guides: Guides): string;
5471
5509
  export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
5472
5510
  /** @internal */
5473
- export declare const AtBRANDAt7757$inboundSchema: z.ZodType<AtBRANDAt7757, z.ZodTypeDef, unknown>;
5511
+ export declare const AtBRANDAt7820$inboundSchema: z.ZodType<AtBRANDAt7820, z.ZodTypeDef, unknown>;
5474
5512
  /** @internal */
5475
- export type AtBRANDAt7757$Outbound = {};
5513
+ export type AtBRANDAt7820$Outbound = {};
5476
5514
  /** @internal */
5477
- export declare const AtBRANDAt7757$outboundSchema: z.ZodType<AtBRANDAt7757$Outbound, z.ZodTypeDef, AtBRANDAt7757>;
5515
+ export declare const AtBRANDAt7820$outboundSchema: z.ZodType<AtBRANDAt7820$Outbound, z.ZodTypeDef, AtBRANDAt7820>;
5478
5516
  /**
5479
5517
  * @internal
5480
5518
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5481
5519
  */
5482
- export declare namespace AtBRANDAt7757$ {
5483
- /** @deprecated use `AtBRANDAt7757$inboundSchema` instead. */
5484
- const inboundSchema: z.ZodType<AtBRANDAt7757, z.ZodTypeDef, unknown>;
5485
- /** @deprecated use `AtBRANDAt7757$outboundSchema` instead. */
5486
- const outboundSchema: z.ZodType<AtBRANDAt7757$Outbound, z.ZodTypeDef, AtBRANDAt7757>;
5487
- /** @deprecated use `AtBRANDAt7757$Outbound` instead. */
5488
- type Outbound = AtBRANDAt7757$Outbound;
5520
+ export declare namespace AtBRANDAt7820$ {
5521
+ /** @deprecated use `AtBRANDAt7820$inboundSchema` instead. */
5522
+ const inboundSchema: z.ZodType<AtBRANDAt7820, z.ZodTypeDef, unknown>;
5523
+ /** @deprecated use `AtBRANDAt7820$outboundSchema` instead. */
5524
+ const outboundSchema: z.ZodType<AtBRANDAt7820$Outbound, z.ZodTypeDef, AtBRANDAt7820>;
5525
+ /** @deprecated use `AtBRANDAt7820$Outbound` instead. */
5526
+ type Outbound = AtBRANDAt7820$Outbound;
5489
5527
  }
5490
- export declare function atBRANDAt7757ToJSON(atBRANDAt7757: AtBRANDAt7757): string;
5491
- export declare function atBRANDAt7757FromJSON(jsonString: string): SafeParseResult<AtBRANDAt7757, SDKValidationError>;
5528
+ export declare function atBRANDAt7820ToJSON(atBRANDAt7820: AtBRANDAt7820): string;
5529
+ export declare function atBRANDAt7820FromJSON(jsonString: string): SafeParseResult<AtBRANDAt7820, SDKValidationError>;
5492
5530
  /** @internal */
5493
5531
  export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
5494
5532
  /** @internal */
5495
5533
  export type CreateIntegrationStoreDirectValue$Outbound = {
5496
- "__@BRAND@7757": AtBRANDAt7757$Outbound;
5534
+ "__@BRAND@7820": AtBRANDAt7820$Outbound;
5497
5535
  };
5498
5536
  /** @internal */
5499
5537
  export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;
@@ -5943,6 +5981,7 @@ export type CreateIntegrationStoreDirectStore$Outbound = {
5943
5981
  totalConnectedProjects?: number | undefined;
5944
5982
  usageQuotaExceeded: boolean;
5945
5983
  status: string | null;
5984
+ ownership?: string | undefined;
5946
5985
  metadata?: {
5947
5986
  [k: string]: string | number | boolean | Array<string> | Array<number>;
5948
5987
  } | undefined;