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