@vercel/sdk 1.11.0 → 1.11.1

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 (124) hide show
  1. package/bin/mcp-server.js +721 -586
  2. package/bin/mcp-server.js.map +24 -24
  3. package/esm/__tests__/checks.test.js +1 -0
  4. package/esm/__tests__/checks.test.js.map +1 -1
  5. package/esm/__tests__/domains.test.js +4 -11
  6. package/esm/__tests__/domains.test.js.map +1 -1
  7. package/esm/__tests__/edgeconfig.test.js +6 -6
  8. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  9. package/esm/__tests__/integrations.test.js +1 -1
  10. package/esm/__tests__/rollingrelease.test.js +1 -1
  11. package/esm/__tests__/security.test.js +1 -11
  12. package/esm/__tests__/security.test.js.map +1 -1
  13. package/esm/__tests__/teams.test.js +2 -2
  14. package/esm/__tests__/teams.test.js.map +1 -1
  15. package/esm/lib/config.d.ts +3 -3
  16. package/esm/lib/config.js +3 -3
  17. package/esm/mcp-server/mcp-server.js +1 -1
  18. package/esm/mcp-server/server.js +1 -1
  19. package/esm/models/canceldeploymentop.d.ts +3 -0
  20. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  21. package/esm/models/canceldeploymentop.js +1 -0
  22. package/esm/models/canceldeploymentop.js.map +1 -1
  23. package/esm/models/createdeploymentop.d.ts +6 -0
  24. package/esm/models/createdeploymentop.d.ts.map +1 -1
  25. package/esm/models/createdeploymentop.js +2 -0
  26. package/esm/models/createdeploymentop.js.map +1 -1
  27. package/esm/models/createedgeconfigop.d.ts +2 -0
  28. package/esm/models/createedgeconfigop.d.ts.map +1 -1
  29. package/esm/models/createedgeconfigop.js +2 -0
  30. package/esm/models/createedgeconfigop.js.map +1 -1
  31. package/esm/models/createintegrationstoredirectop.d.ts +252 -240
  32. package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
  33. package/esm/models/createintegrationstoredirectop.js +298 -294
  34. package/esm/models/createintegrationstoredirectop.js.map +1 -1
  35. package/esm/models/createprojectop.d.ts +170 -162
  36. package/esm/models/createprojectop.d.ts.map +1 -1
  37. package/esm/models/createprojectop.js +158 -154
  38. package/esm/models/createprojectop.js.map +1 -1
  39. package/esm/models/getallchecksop.d.ts +2 -0
  40. package/esm/models/getallchecksop.d.ts.map +1 -1
  41. package/esm/models/getallchecksop.js +2 -0
  42. package/esm/models/getallchecksop.js.map +1 -1
  43. package/esm/models/getconfigurationproductsop.d.ts +421 -331
  44. package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
  45. package/esm/models/getconfigurationproductsop.js +482 -410
  46. package/esm/models/getconfigurationproductsop.js.map +1 -1
  47. package/esm/models/getdeploymentop.d.ts +3 -0
  48. package/esm/models/getdeploymentop.d.ts.map +1 -1
  49. package/esm/models/getdeploymentop.js +1 -0
  50. package/esm/models/getdeploymentop.js.map +1 -1
  51. package/esm/models/getdeploymentsop.d.ts +3 -0
  52. package/esm/models/getdeploymentsop.d.ts.map +1 -1
  53. package/esm/models/getdeploymentsop.js +1 -0
  54. package/esm/models/getdeploymentsop.js.map +1 -1
  55. package/esm/models/getedgeconfigop.d.ts +2 -0
  56. package/esm/models/getedgeconfigop.d.ts.map +1 -1
  57. package/esm/models/getedgeconfigop.js +2 -0
  58. package/esm/models/getedgeconfigop.js.map +1 -1
  59. package/esm/models/getprojectsop.d.ts +5 -0
  60. package/esm/models/getprojectsop.d.ts.map +1 -1
  61. package/esm/models/getprojectsop.js +3 -0
  62. package/esm/models/getprojectsop.js.map +1 -1
  63. package/esm/models/getteammembersop.d.ts +36 -30
  64. package/esm/models/getteammembersop.d.ts.map +1 -1
  65. package/esm/models/getteammembersop.js +12 -10
  66. package/esm/models/getteammembersop.js.map +1 -1
  67. package/esm/models/getwebhooksop.d.ts +3 -0
  68. package/esm/models/getwebhooksop.d.ts.map +1 -1
  69. package/esm/models/getwebhooksop.js +1 -0
  70. package/esm/models/getwebhooksop.js.map +1 -1
  71. package/esm/models/importresourceop.d.ts +36 -0
  72. package/esm/models/importresourceop.d.ts.map +1 -1
  73. package/esm/models/importresourceop.js +25 -0
  74. package/esm/models/importresourceop.js.map +1 -1
  75. package/esm/models/team.d.ts +150 -26
  76. package/esm/models/team.d.ts.map +1 -1
  77. package/esm/models/team.js +110 -30
  78. package/esm/models/team.js.map +1 -1
  79. package/esm/models/updateedgeconfigop.d.ts +2 -0
  80. package/esm/models/updateedgeconfigop.d.ts.map +1 -1
  81. package/esm/models/updateedgeconfigop.js +2 -0
  82. package/esm/models/updateedgeconfigop.js.map +1 -1
  83. package/esm/models/updateprojectdatacacheop.d.ts +5 -0
  84. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  85. package/esm/models/updateprojectdatacacheop.js +3 -0
  86. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  87. package/esm/models/updateprojectop.d.ts +8 -0
  88. package/esm/models/updateprojectop.d.ts.map +1 -1
  89. package/esm/models/updateprojectop.js +4 -0
  90. package/esm/models/updateprojectop.js.map +1 -1
  91. package/esm/models/userevent.d.ts +2 -2
  92. package/examples/package-lock.json +1 -1
  93. package/jsr.json +1 -1
  94. package/package.json +1 -1
  95. package/src/__tests__/checks.test.ts +1 -0
  96. package/src/__tests__/domains.test.ts +4 -11
  97. package/src/__tests__/edgeconfig.test.ts +6 -6
  98. package/src/__tests__/integrations.test.ts +1 -1
  99. package/src/__tests__/rollingrelease.test.ts +1 -1
  100. package/src/__tests__/security.test.ts +1 -11
  101. package/src/__tests__/teams.test.ts +2 -2
  102. package/src/lib/config.ts +3 -3
  103. package/src/mcp-server/mcp-server.ts +1 -1
  104. package/src/mcp-server/server.ts +1 -1
  105. package/src/models/canceldeploymentop.ts +1 -0
  106. package/src/models/createdeploymentop.ts +2 -0
  107. package/src/models/createedgeconfigop.ts +4 -0
  108. package/src/models/createintegrationstoredirectop.ts +509 -505
  109. package/src/models/createprojectop.ts +304 -298
  110. package/src/models/getallchecksop.ts +4 -0
  111. package/src/models/getconfigurationproductsop.ts +847 -706
  112. package/src/models/getdeploymentop.ts +1 -0
  113. package/src/models/getdeploymentsop.ts +1 -0
  114. package/src/models/getedgeconfigop.ts +4 -0
  115. package/src/models/getprojectsop.ts +5 -0
  116. package/src/models/getteammembersop.ts +12 -10
  117. package/src/models/getwebhooksop.ts +1 -0
  118. package/src/models/importresourceop.ts +34 -0
  119. package/src/models/team.ts +177 -42
  120. package/src/models/updateedgeconfigop.ts +4 -0
  121. package/src/models/updateprojectdatacacheop.ts +5 -0
  122. package/src/models/updateprojectop.ts +6 -0
  123. package/src/models/userevent.ts +2 -2
  124. package/vercel-spec.json +781 -634
@@ -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";
@@ -168,9 +169,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
168
169
  readonly Object: "object";
169
170
  };
170
171
  export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
171
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757 = {};
172
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838 = {};
172
173
  export type CreateIntegrationStoreDirectPropertiesValue = {
173
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757;
174
+ atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838;
174
175
  };
175
176
  export declare const CreateIntegrationStoreDirectDisabled3: {
176
177
  readonly Update: "update";
@@ -203,9 +204,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
203
204
  readonly VercelRegion: "vercel-region";
204
205
  };
205
206
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
206
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757 = {};
207
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838 = {};
207
208
  export type CreateIntegrationStoreDirectUiOptionsValue = {
208
- atBRANDAt7757: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757;
209
+ atBRANDAt7838: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838;
209
210
  };
210
211
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
211
212
  readonly Update: "update";
@@ -230,9 +231,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
230
231
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
231
232
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
232
233
  };
233
- export type UiOptionsAtBRANDAt7757 = {};
234
+ export type UiOptionsAtBRANDAt7838 = {};
234
235
  export type CreateIntegrationStoreDirectUiOptions2 = {
235
- atBRANDAt7757: UiOptionsAtBRANDAt7757;
236
+ atBRANDAt7838: UiOptionsAtBRANDAt7838;
236
237
  };
237
238
  export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
238
239
  readonly Update: "update";
@@ -259,17 +260,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
259
260
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
260
261
  };
261
262
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
262
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757 = {};
263
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838 = {};
263
264
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
264
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757;
265
+ atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838;
265
266
  };
266
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757 = {};
267
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838 = {};
267
268
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
268
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757;
269
+ atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838;
269
270
  };
270
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757 = {};
271
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838 = {};
271
272
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
272
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757;
273
+ atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838;
273
274
  };
274
275
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
275
276
  readonly Update: "update";
@@ -331,17 +332,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
331
332
  readonly String: "string";
332
333
  };
333
334
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType>;
334
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757 = {};
335
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838 = {};
335
336
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
336
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757;
337
+ atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838;
337
338
  };
338
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757 = {};
339
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838 = {};
339
340
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
340
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757;
341
+ atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838;
341
342
  };
342
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757 = {};
343
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838 = {};
343
344
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
344
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757;
345
+ atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838;
345
346
  };
346
347
  export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
347
348
  type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType;
@@ -464,17 +465,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
464
465
  disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
465
466
  hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
466
467
  };
467
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757 = {};
468
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838 = {};
468
469
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
469
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757;
470
+ atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838;
470
471
  };
471
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757 = {};
472
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838 = {};
472
473
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
473
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757;
474
+ atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838;
474
475
  };
475
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757 = {};
476
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838 = {};
476
477
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
477
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757;
478
+ atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838;
478
479
  };
479
480
  export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
480
481
  readonly Update: "update";
@@ -720,17 +721,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
720
721
  readonly Input: "input";
721
722
  };
722
723
  export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
723
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757 = {};
724
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838 = {};
724
725
  export type CreateIntegrationStoreDirectPropertiesMaxLength = {
725
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757;
726
+ atBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838;
726
727
  };
727
- export type PropertiesAtBRANDAt7757 = {};
728
+ export type PropertiesAtBRANDAt7838 = {};
728
729
  export type CreateIntegrationStoreDirectPropertiesMinLength = {
729
- atBRANDAt7757: PropertiesAtBRANDAt7757;
730
+ atBRANDAt7838: PropertiesAtBRANDAt7838;
730
731
  };
731
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7757 = {};
732
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7838 = {};
732
733
  export type CreateIntegrationStoreDirectPropertiesPattern = {
733
- atBRANDAt7757: CreateIntegrationStoreDirectPropertiesAtBRANDAt7757;
734
+ atBRANDAt7838: CreateIntegrationStoreDirectPropertiesAtBRANDAt7838;
734
735
  };
735
736
  export declare const CreateIntegrationStoreDirectUiReadOnly3: {
736
737
  readonly Update: "update";
@@ -809,6 +810,7 @@ export declare const Tags: {
809
810
  readonly Authentication: "authentication";
810
811
  readonly Workflow: "workflow";
811
812
  readonly LogDrain: "logDrain";
813
+ readonly TraceDrain: "traceDrain";
812
814
  readonly Messaging: "messaging";
813
815
  readonly Other: "other";
814
816
  readonly Mysql: "mysql";
@@ -837,6 +839,7 @@ export declare const Tags: {
837
839
  readonly TagChecks: "tag_checks";
838
840
  readonly TagStorage: "tag_storage";
839
841
  readonly TagLogDrain: "tag_logDrain";
842
+ readonly TagTraceDrain: "tag_traceDrain";
840
843
  readonly TagOther: "tag_other";
841
844
  };
842
845
  export type Tags = ClosedEnum<typeof Tags>;
@@ -852,6 +855,7 @@ export declare const ProjectConnectionScopes: {
852
855
  readonly ReadWriteLogDrain: "read-write:log-drain";
853
856
  readonly ReadWriteProjectEnvVars: "read-write:project-env-vars";
854
857
  readonly ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass";
858
+ readonly ReadWriteTraceDrain: "read-write:trace-drain";
855
859
  };
856
860
  export type ProjectConnectionScopes = ClosedEnum<typeof ProjectConnectionScopes>;
857
861
  export type Repl = {
@@ -877,9 +881,9 @@ export type Guides = {
877
881
  title: string;
878
882
  steps: Array<Steps>;
879
883
  };
880
- export type AtBRANDAt7757 = {};
884
+ export type AtBRANDAt7838 = {};
881
885
  export type CreateIntegrationStoreDirectValue = {
882
- atBRANDAt7757: AtBRANDAt7757;
886
+ atBRANDAt7838: AtBRANDAt7838;
883
887
  };
884
888
  export declare const Disabled3: {
885
889
  readonly Update: "update";
@@ -1133,6 +1137,7 @@ export declare namespace CreateIntegrationStoreDirectFramework$ {
1133
1137
  readonly Vitepress: "vitepress";
1134
1138
  readonly Vuepress: "vuepress";
1135
1139
  readonly Parcel: "parcel";
1140
+ readonly Fastapi: "fastapi";
1136
1141
  readonly Fasthtml: "fasthtml";
1137
1142
  readonly SanityV3: "sanity-v3";
1138
1143
  readonly Sanity: "sanity";
@@ -1186,6 +1191,7 @@ export declare namespace CreateIntegrationStoreDirectFramework$ {
1186
1191
  readonly Vitepress: "vitepress";
1187
1192
  readonly Vuepress: "vuepress";
1188
1193
  readonly Parcel: "parcel";
1194
+ readonly Fastapi: "fastapi";
1189
1195
  readonly Fasthtml: "fasthtml";
1190
1196
  readonly SanityV3: "sanity-v3";
1191
1197
  readonly Sanity: "sanity";
@@ -1413,30 +1419,30 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsType$ {
1413
1419
  }>;
1414
1420
  }
1415
1421
  /** @internal */
1416
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757, z.ZodTypeDef, unknown>;
1422
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838, z.ZodTypeDef, unknown>;
1417
1423
  /** @internal */
1418
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$Outbound = {};
1424
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound = {};
1419
1425
  /** @internal */
1420
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757>;
1426
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838>;
1421
1427
  /**
1422
1428
  * @internal
1423
1429
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1424
1430
  */
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;
1431
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$ {
1432
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$inboundSchema` instead. */
1433
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838, z.ZodTypeDef, unknown>;
1434
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$outboundSchema` instead. */
1435
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838>;
1436
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound` instead. */
1437
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound;
1432
1438
  }
1433
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757): string;
1434
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757, SDKValidationError>;
1439
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838): string;
1440
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838, SDKValidationError>;
1435
1441
  /** @internal */
1436
1442
  export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
1437
1443
  /** @internal */
1438
1444
  export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
1439
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7757$Outbound;
1445
+ "__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt7838$Outbound;
1440
1446
  };
1441
1447
  /** @internal */
1442
1448
  export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
@@ -1639,30 +1645,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
1639
1645
  }>;
1640
1646
  }
1641
1647
  /** @internal */
1642
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757, z.ZodTypeDef, unknown>;
1648
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838, z.ZodTypeDef, unknown>;
1643
1649
  /** @internal */
1644
- export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$Outbound = {};
1650
+ export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound = {};
1645
1651
  /** @internal */
1646
- export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757>;
1652
+ export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838>;
1647
1653
  /**
1648
1654
  * @internal
1649
1655
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1650
1656
  */
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;
1657
+ export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$ {
1658
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$inboundSchema` instead. */
1659
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838, z.ZodTypeDef, unknown>;
1660
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$outboundSchema` instead. */
1661
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838>;
1662
+ /** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound` instead. */
1663
+ type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound;
1658
1664
  }
1659
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7757ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7757: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757): string;
1660
- export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757, SDKValidationError>;
1665
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7838ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt7838: CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838): string;
1666
+ export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838, SDKValidationError>;
1661
1667
  /** @internal */
1662
1668
  export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
1663
1669
  /** @internal */
1664
1670
  export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
1665
- "__@BRAND@7757": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7757$Outbound;
1671
+ "__@BRAND@7838": CreateIntegrationStoreDirectUiOptionsAtBRANDAt7838$Outbound;
1666
1672
  };
1667
1673
  /** @internal */
1668
1674
  export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
@@ -1829,30 +1835,30 @@ export declare namespace CreateIntegrationStoreDirectUiOptions3$ {
1829
1835
  export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
1830
1836
  export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
1831
1837
  /** @internal */
1832
- export declare const UiOptionsAtBRANDAt7757$inboundSchema: z.ZodType<UiOptionsAtBRANDAt7757, z.ZodTypeDef, unknown>;
1838
+ export declare const UiOptionsAtBRANDAt7838$inboundSchema: z.ZodType<UiOptionsAtBRANDAt7838, z.ZodTypeDef, unknown>;
1833
1839
  /** @internal */
1834
- export type UiOptionsAtBRANDAt7757$Outbound = {};
1840
+ export type UiOptionsAtBRANDAt7838$Outbound = {};
1835
1841
  /** @internal */
1836
- export declare const UiOptionsAtBRANDAt7757$outboundSchema: z.ZodType<UiOptionsAtBRANDAt7757$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7757>;
1842
+ export declare const UiOptionsAtBRANDAt7838$outboundSchema: z.ZodType<UiOptionsAtBRANDAt7838$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7838>;
1837
1843
  /**
1838
1844
  * @internal
1839
1845
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1840
1846
  */
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;
1847
+ export declare namespace UiOptionsAtBRANDAt7838$ {
1848
+ /** @deprecated use `UiOptionsAtBRANDAt7838$inboundSchema` instead. */
1849
+ const inboundSchema: z.ZodType<UiOptionsAtBRANDAt7838, z.ZodTypeDef, unknown>;
1850
+ /** @deprecated use `UiOptionsAtBRANDAt7838$outboundSchema` instead. */
1851
+ const outboundSchema: z.ZodType<UiOptionsAtBRANDAt7838$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt7838>;
1852
+ /** @deprecated use `UiOptionsAtBRANDAt7838$Outbound` instead. */
1853
+ type Outbound = UiOptionsAtBRANDAt7838$Outbound;
1848
1854
  }
1849
- export declare function uiOptionsAtBRANDAt7757ToJSON(uiOptionsAtBRANDAt7757: UiOptionsAtBRANDAt7757): string;
1850
- export declare function uiOptionsAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt7757, SDKValidationError>;
1855
+ export declare function uiOptionsAtBRANDAt7838ToJSON(uiOptionsAtBRANDAt7838: UiOptionsAtBRANDAt7838): string;
1856
+ export declare function uiOptionsAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt7838, SDKValidationError>;
1851
1857
  /** @internal */
1852
1858
  export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
1853
1859
  /** @internal */
1854
1860
  export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
1855
- "__@BRAND@7757": UiOptionsAtBRANDAt7757$Outbound;
1861
+ "__@BRAND@7838": UiOptionsAtBRANDAt7838$Outbound;
1856
1862
  };
1857
1863
  /** @internal */
1858
1864
  export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
@@ -2040,30 +2046,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2040
2046
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
2041
2047
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
2042
2048
  /** @internal */
2043
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757, z.ZodTypeDef, unknown>;
2049
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838, z.ZodTypeDef, unknown>;
2044
2050
  /** @internal */
2045
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$Outbound = {};
2051
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound = {};
2046
2052
  /** @internal */
2047
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757>;
2053
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838>;
2048
2054
  /**
2049
2055
  * @internal
2050
2056
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2051
2057
  */
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;
2058
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$ {
2059
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$inboundSchema` instead. */
2060
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838, z.ZodTypeDef, unknown>;
2061
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$outboundSchema` instead. */
2062
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838>;
2063
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound` instead. */
2064
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound;
2059
2065
  }
2060
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757): string;
2061
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757, SDKValidationError>;
2066
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838): string;
2067
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838, SDKValidationError>;
2062
2068
  /** @internal */
2063
2069
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
2064
2070
  /** @internal */
2065
2071
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
2066
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7757$Outbound;
2072
+ "__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt7838$Outbound;
2067
2073
  };
2068
2074
  /** @internal */
2069
2075
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
@@ -2082,30 +2088,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2082
2088
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
2083
2089
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
2084
2090
  /** @internal */
2085
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757, z.ZodTypeDef, unknown>;
2091
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838, z.ZodTypeDef, unknown>;
2086
2092
  /** @internal */
2087
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$Outbound = {};
2093
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound = {};
2088
2094
  /** @internal */
2089
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757>;
2095
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838>;
2090
2096
  /**
2091
2097
  * @internal
2092
2098
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2093
2099
  */
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;
2100
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$ {
2101
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$inboundSchema` instead. */
2102
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838, z.ZodTypeDef, unknown>;
2103
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$outboundSchema` instead. */
2104
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838>;
2105
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound` instead. */
2106
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound;
2101
2107
  }
2102
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757): string;
2103
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757, SDKValidationError>;
2108
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838): string;
2109
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838, SDKValidationError>;
2104
2110
  /** @internal */
2105
2111
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
2106
2112
  /** @internal */
2107
2113
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
2108
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7757$Outbound;
2114
+ "__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt7838$Outbound;
2109
2115
  };
2110
2116
  /** @internal */
2111
2117
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
@@ -2124,30 +2130,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2124
2130
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
2125
2131
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
2126
2132
  /** @internal */
2127
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757, z.ZodTypeDef, unknown>;
2133
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838, z.ZodTypeDef, unknown>;
2128
2134
  /** @internal */
2129
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$Outbound = {};
2135
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound = {};
2130
2136
  /** @internal */
2131
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757>;
2137
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838>;
2132
2138
  /**
2133
2139
  * @internal
2134
2140
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2135
2141
  */
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;
2142
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$ {
2143
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$inboundSchema` instead. */
2144
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838, z.ZodTypeDef, unknown>;
2145
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$outboundSchema` instead. */
2146
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838>;
2147
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound` instead. */
2148
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound;
2143
2149
  }
2144
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757): string;
2145
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757, SDKValidationError>;
2150
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838): string;
2151
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838, SDKValidationError>;
2146
2152
  /** @internal */
2147
2153
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
2148
2154
  /** @internal */
2149
2155
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
2150
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7757$Outbound;
2156
+ "__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt7838$Outbound;
2151
2157
  };
2152
2158
  /** @internal */
2153
2159
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
@@ -2489,30 +2495,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2489
2495
  }>;
2490
2496
  }
2491
2497
  /** @internal */
2492
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757, z.ZodTypeDef, unknown>;
2498
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838, z.ZodTypeDef, unknown>;
2493
2499
  /** @internal */
2494
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$Outbound = {};
2500
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound = {};
2495
2501
  /** @internal */
2496
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757>;
2502
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838>;
2497
2503
  /**
2498
2504
  * @internal
2499
2505
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2500
2506
  */
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;
2507
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$ {
2508
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$inboundSchema` instead. */
2509
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838, z.ZodTypeDef, unknown>;
2510
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$outboundSchema` instead. */
2511
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838>;
2512
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound` instead. */
2513
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound;
2508
2514
  }
2509
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757): string;
2510
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757, SDKValidationError>;
2515
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838): string;
2516
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838, SDKValidationError>;
2511
2517
  /** @internal */
2512
2518
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
2513
2519
  /** @internal */
2514
2520
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
2515
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7757$Outbound;
2521
+ "__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt7838$Outbound;
2516
2522
  };
2517
2523
  /** @internal */
2518
2524
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
@@ -2531,30 +2537,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2531
2537
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
2532
2538
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
2533
2539
  /** @internal */
2534
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757, z.ZodTypeDef, unknown>;
2540
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838, z.ZodTypeDef, unknown>;
2535
2541
  /** @internal */
2536
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$Outbound = {};
2542
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound = {};
2537
2543
  /** @internal */
2538
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757>;
2544
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838>;
2539
2545
  /**
2540
2546
  * @internal
2541
2547
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2542
2548
  */
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;
2549
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$ {
2550
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$inboundSchema` instead. */
2551
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838, z.ZodTypeDef, unknown>;
2552
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$outboundSchema` instead. */
2553
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838>;
2554
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound` instead. */
2555
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound;
2550
2556
  }
2551
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757): string;
2552
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757, SDKValidationError>;
2557
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838): string;
2558
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838, SDKValidationError>;
2553
2559
  /** @internal */
2554
2560
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
2555
2561
  /** @internal */
2556
2562
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
2557
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7757$Outbound;
2563
+ "__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt7838$Outbound;
2558
2564
  };
2559
2565
  /** @internal */
2560
2566
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
@@ -2573,30 +2579,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
2573
2579
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
2574
2580
  export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
2575
2581
  /** @internal */
2576
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757, z.ZodTypeDef, unknown>;
2582
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838, z.ZodTypeDef, unknown>;
2577
2583
  /** @internal */
2578
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$Outbound = {};
2584
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound = {};
2579
2585
  /** @internal */
2580
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757>;
2586
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838>;
2581
2587
  /**
2582
2588
  * @internal
2583
2589
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
2584
2590
  */
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;
2591
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$ {
2592
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$inboundSchema` instead. */
2593
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838, z.ZodTypeDef, unknown>;
2594
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$outboundSchema` instead. */
2595
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838>;
2596
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound` instead. */
2597
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound;
2592
2598
  }
2593
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757): string;
2594
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757, SDKValidationError>;
2599
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838): string;
2600
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838, SDKValidationError>;
2595
2601
  /** @internal */
2596
2602
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
2597
2603
  /** @internal */
2598
2604
  export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
2599
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7757$Outbound;
2605
+ "__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt7838$Outbound;
2600
2606
  };
2601
2607
  /** @internal */
2602
2608
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
@@ -3282,30 +3288,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiOptions$ {
3282
3288
  export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
3283
3289
  export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
3284
3290
  /** @internal */
3285
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757, z.ZodTypeDef, unknown>;
3291
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838, z.ZodTypeDef, unknown>;
3286
3292
  /** @internal */
3287
- export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$Outbound = {};
3293
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound = {};
3288
3294
  /** @internal */
3289
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757>;
3295
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838>;
3290
3296
  /**
3291
3297
  * @internal
3292
3298
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3293
3299
  */
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;
3300
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$ {
3301
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$inboundSchema` instead. */
3302
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838, z.ZodTypeDef, unknown>;
3303
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$outboundSchema` instead. */
3304
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838>;
3305
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound` instead. */
3306
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound;
3301
3307
  }
3302
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757): string;
3303
- export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757, SDKValidationError>;
3308
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838): string;
3309
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838, SDKValidationError>;
3304
3310
  /** @internal */
3305
3311
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
3306
3312
  /** @internal */
3307
3313
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
3308
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7757$Outbound;
3314
+ "__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt7838$Outbound;
3309
3315
  };
3310
3316
  /** @internal */
3311
3317
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
@@ -3324,30 +3330,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMaxLe
3324
3330
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
3325
3331
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
3326
3332
  /** @internal */
3327
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757, z.ZodTypeDef, unknown>;
3333
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838, z.ZodTypeDef, unknown>;
3328
3334
  /** @internal */
3329
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$Outbound = {};
3335
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound = {};
3330
3336
  /** @internal */
3331
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757>;
3337
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838>;
3332
3338
  /**
3333
3339
  * @internal
3334
3340
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3335
3341
  */
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;
3342
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$ {
3343
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$inboundSchema` instead. */
3344
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838, z.ZodTypeDef, unknown>;
3345
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$outboundSchema` instead. */
3346
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838>;
3347
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound` instead. */
3348
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound;
3343
3349
  }
3344
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757): string;
3345
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757, SDKValidationError>;
3350
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838): string;
3351
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838, SDKValidationError>;
3346
3352
  /** @internal */
3347
3353
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
3348
3354
  /** @internal */
3349
3355
  export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
3350
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7757$Outbound;
3356
+ "__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt7838$Outbound;
3351
3357
  };
3352
3358
  /** @internal */
3353
3359
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
@@ -3366,30 +3372,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMinLe
3366
3372
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
3367
3373
  export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
3368
3374
  /** @internal */
3369
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757, z.ZodTypeDef, unknown>;
3375
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838, z.ZodTypeDef, unknown>;
3370
3376
  /** @internal */
3371
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$Outbound = {};
3377
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound = {};
3372
3378
  /** @internal */
3373
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757>;
3379
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838>;
3374
3380
  /**
3375
3381
  * @internal
3376
3382
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3377
3383
  */
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;
3384
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$ {
3385
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$inboundSchema` instead. */
3386
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838, z.ZodTypeDef, unknown>;
3387
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$outboundSchema` instead. */
3388
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838>;
3389
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound` instead. */
3390
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound;
3385
3391
  }
3386
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757): string;
3387
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757, SDKValidationError>;
3392
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838): string;
3393
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838, SDKValidationError>;
3388
3394
  /** @internal */
3389
3395
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
3390
3396
  /** @internal */
3391
3397
  export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
3392
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7757$Outbound;
3398
+ "__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt7838$Outbound;
3393
3399
  };
3394
3400
  /** @internal */
3395
3401
  export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
@@ -4737,30 +4743,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
4737
4743
  }>;
4738
4744
  }
4739
4745
  /** @internal */
4740
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757, z.ZodTypeDef, unknown>;
4746
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838, z.ZodTypeDef, unknown>;
4741
4747
  /** @internal */
4742
- export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$Outbound = {};
4748
+ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound = {};
4743
4749
  /** @internal */
4744
- export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757>;
4750
+ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838>;
4745
4751
  /**
4746
4752
  * @internal
4747
4753
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4748
4754
  */
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;
4755
+ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$ {
4756
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$inboundSchema` instead. */
4757
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838, z.ZodTypeDef, unknown>;
4758
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$outboundSchema` instead. */
4759
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838>;
4760
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound` instead. */
4761
+ type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound;
4756
4762
  }
4757
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757): string;
4758
- export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757, SDKValidationError>;
4763
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838): string;
4764
+ export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838, SDKValidationError>;
4759
4765
  /** @internal */
4760
4766
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
4761
4767
  /** @internal */
4762
4768
  export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
4763
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7757$Outbound;
4769
+ "__@BRAND@7838": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt7838$Outbound;
4764
4770
  };
4765
4771
  /** @internal */
4766
4772
  export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
@@ -4779,30 +4785,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMaxLength$ {
4779
4785
  export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
4780
4786
  export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
4781
4787
  /** @internal */
4782
- export declare const PropertiesAtBRANDAt7757$inboundSchema: z.ZodType<PropertiesAtBRANDAt7757, z.ZodTypeDef, unknown>;
4788
+ export declare const PropertiesAtBRANDAt7838$inboundSchema: z.ZodType<PropertiesAtBRANDAt7838, z.ZodTypeDef, unknown>;
4783
4789
  /** @internal */
4784
- export type PropertiesAtBRANDAt7757$Outbound = {};
4790
+ export type PropertiesAtBRANDAt7838$Outbound = {};
4785
4791
  /** @internal */
4786
- export declare const PropertiesAtBRANDAt7757$outboundSchema: z.ZodType<PropertiesAtBRANDAt7757$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7757>;
4792
+ export declare const PropertiesAtBRANDAt7838$outboundSchema: z.ZodType<PropertiesAtBRANDAt7838$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7838>;
4787
4793
  /**
4788
4794
  * @internal
4789
4795
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4790
4796
  */
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;
4797
+ export declare namespace PropertiesAtBRANDAt7838$ {
4798
+ /** @deprecated use `PropertiesAtBRANDAt7838$inboundSchema` instead. */
4799
+ const inboundSchema: z.ZodType<PropertiesAtBRANDAt7838, z.ZodTypeDef, unknown>;
4800
+ /** @deprecated use `PropertiesAtBRANDAt7838$outboundSchema` instead. */
4801
+ const outboundSchema: z.ZodType<PropertiesAtBRANDAt7838$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt7838>;
4802
+ /** @deprecated use `PropertiesAtBRANDAt7838$Outbound` instead. */
4803
+ type Outbound = PropertiesAtBRANDAt7838$Outbound;
4798
4804
  }
4799
- export declare function propertiesAtBRANDAt7757ToJSON(propertiesAtBRANDAt7757: PropertiesAtBRANDAt7757): string;
4800
- export declare function propertiesAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt7757, SDKValidationError>;
4805
+ export declare function propertiesAtBRANDAt7838ToJSON(propertiesAtBRANDAt7838: PropertiesAtBRANDAt7838): string;
4806
+ export declare function propertiesAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt7838, SDKValidationError>;
4801
4807
  /** @internal */
4802
4808
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
4803
4809
  /** @internal */
4804
4810
  export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
4805
- "__@BRAND@7757": PropertiesAtBRANDAt7757$Outbound;
4811
+ "__@BRAND@7838": PropertiesAtBRANDAt7838$Outbound;
4806
4812
  };
4807
4813
  /** @internal */
4808
4814
  export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
@@ -4821,30 +4827,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMinLength$ {
4821
4827
  export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
4822
4828
  export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
4823
4829
  /** @internal */
4824
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7757, z.ZodTypeDef, unknown>;
4830
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7838, z.ZodTypeDef, unknown>;
4825
4831
  /** @internal */
4826
- export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$Outbound = {};
4832
+ export type CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound = {};
4827
4833
  /** @internal */
4828
- export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7757>;
4834
+ export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7838>;
4829
4835
  /**
4830
4836
  * @internal
4831
4837
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
4832
4838
  */
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;
4839
+ export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$ {
4840
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$inboundSchema` instead. */
4841
+ const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7838, z.ZodTypeDef, unknown>;
4842
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$outboundSchema` instead. */
4843
+ const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt7838>;
4844
+ /** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound` instead. */
4845
+ type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound;
4840
4846
  }
4841
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7757ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7757: CreateIntegrationStoreDirectPropertiesAtBRANDAt7757): string;
4842
- export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7757FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt7757, SDKValidationError>;
4847
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7838ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt7838: CreateIntegrationStoreDirectPropertiesAtBRANDAt7838): string;
4848
+ export declare function createIntegrationStoreDirectPropertiesAtBRANDAt7838FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt7838, SDKValidationError>;
4843
4849
  /** @internal */
4844
4850
  export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
4845
4851
  /** @internal */
4846
4852
  export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
4847
- "__@BRAND@7757": CreateIntegrationStoreDirectPropertiesAtBRANDAt7757$Outbound;
4853
+ "__@BRAND@7838": CreateIntegrationStoreDirectPropertiesAtBRANDAt7838$Outbound;
4848
4854
  };
4849
4855
  /** @internal */
4850
4856
  export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
@@ -5241,6 +5247,7 @@ export declare namespace Tags$ {
5241
5247
  readonly Authentication: "authentication";
5242
5248
  readonly Workflow: "workflow";
5243
5249
  readonly LogDrain: "logDrain";
5250
+ readonly TraceDrain: "traceDrain";
5244
5251
  readonly Messaging: "messaging";
5245
5252
  readonly Other: "other";
5246
5253
  readonly Mysql: "mysql";
@@ -5269,6 +5276,7 @@ export declare namespace Tags$ {
5269
5276
  readonly TagChecks: "tag_checks";
5270
5277
  readonly TagStorage: "tag_storage";
5271
5278
  readonly TagLogDrain: "tag_logDrain";
5279
+ readonly TagTraceDrain: "tag_traceDrain";
5272
5280
  readonly TagOther: "tag_other";
5273
5281
  }>;
5274
5282
  /** @deprecated use `Tags$outboundSchema` instead. */
@@ -5286,6 +5294,7 @@ export declare namespace Tags$ {
5286
5294
  readonly Authentication: "authentication";
5287
5295
  readonly Workflow: "workflow";
5288
5296
  readonly LogDrain: "logDrain";
5297
+ readonly TraceDrain: "traceDrain";
5289
5298
  readonly Messaging: "messaging";
5290
5299
  readonly Other: "other";
5291
5300
  readonly Mysql: "mysql";
@@ -5314,6 +5323,7 @@ export declare namespace Tags$ {
5314
5323
  readonly TagChecks: "tag_checks";
5315
5324
  readonly TagStorage: "tag_storage";
5316
5325
  readonly TagLogDrain: "tag_logDrain";
5326
+ readonly TagTraceDrain: "tag_traceDrain";
5317
5327
  readonly TagOther: "tag_other";
5318
5328
  }>;
5319
5329
  }
@@ -5339,6 +5349,7 @@ export declare namespace ProjectConnectionScopes$ {
5339
5349
  readonly ReadWriteLogDrain: "read-write:log-drain";
5340
5350
  readonly ReadWriteProjectEnvVars: "read-write:project-env-vars";
5341
5351
  readonly ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass";
5352
+ readonly ReadWriteTraceDrain: "read-write:trace-drain";
5342
5353
  }>;
5343
5354
  /** @deprecated use `ProjectConnectionScopes$outboundSchema` instead. */
5344
5355
  const outboundSchema: z.ZodNativeEnum<{
@@ -5353,6 +5364,7 @@ export declare namespace ProjectConnectionScopes$ {
5353
5364
  readonly ReadWriteLogDrain: "read-write:log-drain";
5354
5365
  readonly ReadWriteProjectEnvVars: "read-write:project-env-vars";
5355
5366
  readonly ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass";
5367
+ readonly ReadWriteTraceDrain: "read-write:trace-drain";
5356
5368
  }>;
5357
5369
  }
5358
5370
  /** @internal */
@@ -5470,30 +5482,30 @@ export declare namespace Guides$ {
5470
5482
  export declare function guidesToJSON(guides: Guides): string;
5471
5483
  export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
5472
5484
  /** @internal */
5473
- export declare const AtBRANDAt7757$inboundSchema: z.ZodType<AtBRANDAt7757, z.ZodTypeDef, unknown>;
5485
+ export declare const AtBRANDAt7838$inboundSchema: z.ZodType<AtBRANDAt7838, z.ZodTypeDef, unknown>;
5474
5486
  /** @internal */
5475
- export type AtBRANDAt7757$Outbound = {};
5487
+ export type AtBRANDAt7838$Outbound = {};
5476
5488
  /** @internal */
5477
- export declare const AtBRANDAt7757$outboundSchema: z.ZodType<AtBRANDAt7757$Outbound, z.ZodTypeDef, AtBRANDAt7757>;
5489
+ export declare const AtBRANDAt7838$outboundSchema: z.ZodType<AtBRANDAt7838$Outbound, z.ZodTypeDef, AtBRANDAt7838>;
5478
5490
  /**
5479
5491
  * @internal
5480
5492
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
5481
5493
  */
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;
5494
+ export declare namespace AtBRANDAt7838$ {
5495
+ /** @deprecated use `AtBRANDAt7838$inboundSchema` instead. */
5496
+ const inboundSchema: z.ZodType<AtBRANDAt7838, z.ZodTypeDef, unknown>;
5497
+ /** @deprecated use `AtBRANDAt7838$outboundSchema` instead. */
5498
+ const outboundSchema: z.ZodType<AtBRANDAt7838$Outbound, z.ZodTypeDef, AtBRANDAt7838>;
5499
+ /** @deprecated use `AtBRANDAt7838$Outbound` instead. */
5500
+ type Outbound = AtBRANDAt7838$Outbound;
5489
5501
  }
5490
- export declare function atBRANDAt7757ToJSON(atBRANDAt7757: AtBRANDAt7757): string;
5491
- export declare function atBRANDAt7757FromJSON(jsonString: string): SafeParseResult<AtBRANDAt7757, SDKValidationError>;
5502
+ export declare function atBRANDAt7838ToJSON(atBRANDAt7838: AtBRANDAt7838): string;
5503
+ export declare function atBRANDAt7838FromJSON(jsonString: string): SafeParseResult<AtBRANDAt7838, SDKValidationError>;
5492
5504
  /** @internal */
5493
5505
  export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
5494
5506
  /** @internal */
5495
5507
  export type CreateIntegrationStoreDirectValue$Outbound = {
5496
- "__@BRAND@7757": AtBRANDAt7757$Outbound;
5508
+ "__@BRAND@7838": AtBRANDAt7838$Outbound;
5497
5509
  };
5498
5510
  /** @internal */
5499
5511
  export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;