@vercel/sdk 1.13.9 → 1.14.0
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/README.md +25 -21
- package/bin/mcp-server.js +1006 -658
- package/bin/mcp-server.js.map +34 -29
- package/docs/sdks/domainsregistrar/README.md +6 -0
- package/docs/sdks/projects/README.md +2 -0
- package/docs/sdks/security/README.md +70 -0
- package/esm/__tests__/accessgroups.test.js +3 -1
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +11 -3
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +6 -2
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -6
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +18 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/integrationsDeleteConfiguration.js +2 -2
- package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -1
- package/esm/funcs/projectsGetProjects.js +1 -0
- package/esm/funcs/projectsGetProjects.js.map +1 -1
- package/esm/funcs/securityGetV1SecurityFirewallEvents.d.ts +17 -0
- package/esm/funcs/securityGetV1SecurityFirewallEvents.d.ts.map +1 -0
- package/esm/funcs/securityGetV1SecurityFirewallEvents.js +78 -0
- package/esm/funcs/securityGetV1SecurityFirewallEvents.js.map +1 -0
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.d.ts +7 -0
- package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.d.ts.map +1 -0
- package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.js +28 -0
- package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.js.map +1 -0
- package/esm/models/acceptprojecttransferrequestop.d.ts +1 -1
- package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
- package/esm/models/acceptprojecttransferrequestop.js +2 -1
- package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
- package/esm/models/authtoken.d.ts +6 -0
- package/esm/models/authtoken.d.ts.map +1 -1
- package/esm/models/authtoken.js +2 -0
- package/esm/models/authtoken.js.map +1 -1
- package/esm/models/buydomainsop.d.ts +3 -2
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buydomainsop.js +3 -0
- package/esm/models/buydomainsop.js.map +1 -1
- package/esm/models/buysingledomainop.d.ts +3 -2
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +3 -0
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/createeventop.d.ts +2 -2
- package/esm/models/createeventop.d.ts.map +1 -1
- package/esm/models/createeventop.js +2 -2
- package/esm/models/createeventop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +340 -315
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +392 -381
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +12 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +4 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/dnssecenabled.d.ts +70 -0
- package/esm/models/dnssecenabled.d.ts.map +1 -0
- package/esm/models/dnssecenabled.js +72 -0
- package/esm/models/dnssecenabled.js.map +1 -0
- package/esm/models/domaintooshort.d.ts +70 -0
- package/esm/models/domaintooshort.d.ts.map +1 -0
- package/esm/models/domaintooshort.js +72 -0
- package/esm/models/domaintooshort.js.map +1 -0
- package/esm/models/filetree.d.ts +0 -5
- package/esm/models/filetree.d.ts.map +1 -1
- package/esm/models/filetree.js +0 -2
- package/esm/models/filetree.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getconfigurationsop.d.ts +18 -0
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +6 -0
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdomainpriceop.d.ts +3 -2
- package/esm/models/getdomainpriceop.d.ts.map +1 -1
- package/esm/models/getdomainpriceop.js +3 -0
- package/esm/models/getdomainpriceop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +5 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +2 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getv1securityfirewalleventsop.d.ts +95 -0
- package/esm/models/getv1securityfirewalleventsop.d.ts.map +1 -0
- package/esm/models/getv1securityfirewalleventsop.js +108 -0
- package/esm/models/getv1securityfirewalleventsop.js.map +1 -0
- package/esm/models/getwebhookop.d.ts +6 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +2 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +12 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +4 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +1 -1
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +1 -1
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +3 -2
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js +3 -0
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/team.d.ts +1 -1
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +1 -1
- package/esm/models/team.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +4 -2
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/transferindomainop.js +6 -0
- package/esm/models/transferindomainop.js.map +1 -1
- package/esm/models/updateinstallationop.d.ts +1 -1
- package/esm/models/updateinstallationop.d.ts.map +1 -1
- package/esm/models/updateinstallationop.js +1 -1
- package/esm/models/updateinstallationop.js.map +1 -1
- package/esm/models/updateresourceop.d.ts +1 -1
- package/esm/models/updateresourceop.d.ts.map +1 -1
- package/esm/models/updateresourceop.js +1 -1
- package/esm/models/updateresourceop.js.map +1 -1
- package/esm/models/userevent.d.ts +77 -11
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +67 -9
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/security.d.ts +8 -0
- package/esm/sdk/security.d.ts.map +1 -1
- package/esm/sdk/security.js +10 -0
- package/esm/sdk/security.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 +3 -1
- package/src/__tests__/domains.test.ts +11 -3
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +6 -2
- package/src/__tests__/rollingrelease.test.ts +2 -6
- package/src/__tests__/security.test.ts +23 -4
- package/src/funcs/integrationsDeleteConfiguration.ts +2 -2
- package/src/funcs/projectsGetProjects.ts +1 -0
- package/src/funcs/securityGetV1SecurityFirewallEvents.ts +165 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/securityGetV1SecurityFirewallEvents.ts +39 -0
- package/src/models/acceptprojecttransferrequestop.ts +3 -2
- package/src/models/authtoken.ts +2 -0
- package/src/models/buydomainsop.ts +10 -0
- package/src/models/buysingledomainop.ts +10 -0
- package/src/models/createeventop.ts +4 -4
- package/src/models/createintegrationstoredirectop.ts +714 -668
- package/src/models/createwebhookop.ts +4 -0
- package/src/models/dnssecenabled.ts +120 -0
- package/src/models/domaintooshort.ts +120 -0
- package/src/models/filetree.ts +0 -7
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getconfigurationsop.ts +6 -0
- package/src/models/getdomainpriceop.ts +10 -0
- package/src/models/getprojectsop.ts +7 -0
- package/src/models/getv1securityfirewalleventsop.ts +233 -0
- package/src/models/getwebhookop.ts +2 -0
- package/src/models/getwebhooksop.ts +4 -0
- package/src/models/importresourceop.ts +2 -2
- package/src/models/renewdomainop.ts +10 -0
- package/src/models/team.ts +2 -2
- package/src/models/transferindomainop.ts +20 -0
- package/src/models/updateinstallationop.ts +2 -2
- package/src/models/updateresourceop.ts +2 -2
- package/src/models/userevent.ts +140 -17
- package/src/sdk/security.ts +22 -0
- package/vercel-spec.json +351 -109
|
@@ -129,13 +129,13 @@ export declare const CreateIntegrationStoreDirectIntegrationsEnvironments: {
|
|
|
129
129
|
readonly Development: "development";
|
|
130
130
|
};
|
|
131
131
|
export type CreateIntegrationStoreDirectIntegrationsEnvironments = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsEnvironments>;
|
|
132
|
-
export type
|
|
132
|
+
export type CreateIntegrationStoreDirectActions = {
|
|
133
133
|
slug: string;
|
|
134
134
|
environments: Array<CreateIntegrationStoreDirectIntegrationsEnvironments>;
|
|
135
135
|
};
|
|
136
136
|
export type CreateIntegrationStoreDirectDeployments = {
|
|
137
137
|
required: boolean;
|
|
138
|
-
actions: Array<
|
|
138
|
+
actions: Array<CreateIntegrationStoreDirectActions>;
|
|
139
139
|
};
|
|
140
140
|
export type ProjectsMetadata = {
|
|
141
141
|
id: string;
|
|
@@ -189,6 +189,7 @@ export type Capabilities = {
|
|
|
189
189
|
sso?: boolean | undefined;
|
|
190
190
|
billable?: boolean | undefined;
|
|
191
191
|
secretsSync?: boolean | undefined;
|
|
192
|
+
projects?: boolean | undefined;
|
|
192
193
|
};
|
|
193
194
|
export type CreateIntegrationStoreDirectMetadata = string | number | boolean | Array<string> | Array<number>;
|
|
194
195
|
export declare const ExternalResourceStatus: {
|
|
@@ -208,14 +209,15 @@ export type CreateIntegrationStoreDirectCapabilities = {
|
|
|
208
209
|
secretsSync?: boolean | undefined;
|
|
209
210
|
sandbox?: boolean | undefined;
|
|
210
211
|
linking?: boolean | undefined;
|
|
212
|
+
projects?: boolean | undefined;
|
|
211
213
|
};
|
|
212
214
|
export declare const CreateIntegrationStoreDirectIntegrationsType: {
|
|
213
215
|
readonly Object: "object";
|
|
214
216
|
};
|
|
215
217
|
export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
|
|
216
|
-
export type
|
|
218
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646 = {};
|
|
217
219
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
218
|
-
|
|
220
|
+
atBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646;
|
|
219
221
|
};
|
|
220
222
|
export declare const CreateIntegrationStoreDirectDisabled3: {
|
|
221
223
|
readonly Update: "update";
|
|
@@ -248,17 +250,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
248
250
|
readonly Domain: "domain";
|
|
249
251
|
};
|
|
250
252
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
|
|
251
|
-
export type
|
|
253
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646 = {};
|
|
252
254
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
|
|
253
|
-
|
|
255
|
+
atBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646;
|
|
254
256
|
};
|
|
255
|
-
export type
|
|
257
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646 = {};
|
|
256
258
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
|
|
257
|
-
|
|
259
|
+
atBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646;
|
|
258
260
|
};
|
|
259
|
-
export type
|
|
261
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646 = {};
|
|
260
262
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
|
|
261
|
-
|
|
263
|
+
atBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646;
|
|
262
264
|
};
|
|
263
265
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
|
|
264
266
|
readonly Update: "update";
|
|
@@ -319,9 +321,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
319
321
|
readonly VercelRegion: "vercel-region";
|
|
320
322
|
};
|
|
321
323
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
|
|
322
|
-
export type
|
|
324
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646 = {};
|
|
323
325
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
324
|
-
|
|
326
|
+
atBRANDAt8646: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646;
|
|
325
327
|
};
|
|
326
328
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
|
|
327
329
|
readonly Update: "update";
|
|
@@ -346,9 +348,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
346
348
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
|
|
347
349
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
|
|
348
350
|
};
|
|
349
|
-
export type
|
|
351
|
+
export type UiOptionsAtBRANDAt8646 = {};
|
|
350
352
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
351
|
-
|
|
353
|
+
atBRANDAt8646: UiOptionsAtBRANDAt8646;
|
|
352
354
|
};
|
|
353
355
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
|
|
354
356
|
readonly Update: "update";
|
|
@@ -375,17 +377,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
|
|
|
375
377
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
|
|
376
378
|
};
|
|
377
379
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
|
|
378
|
-
export type
|
|
380
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646 = {};
|
|
379
381
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
|
|
380
|
-
|
|
382
|
+
atBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646;
|
|
381
383
|
};
|
|
382
|
-
export type
|
|
384
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646 = {};
|
|
383
385
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
|
|
384
|
-
|
|
386
|
+
atBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646;
|
|
385
387
|
};
|
|
386
|
-
export type
|
|
388
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646 = {};
|
|
387
389
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
|
|
388
|
-
|
|
390
|
+
atBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646;
|
|
389
391
|
};
|
|
390
392
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
|
|
391
393
|
readonly Update: "update";
|
|
@@ -447,17 +449,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
447
449
|
readonly String: "string";
|
|
448
450
|
};
|
|
449
451
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
|
|
450
|
-
export type
|
|
452
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646 = {};
|
|
451
453
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength = {
|
|
452
|
-
|
|
454
|
+
atBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646;
|
|
453
455
|
};
|
|
454
|
-
export type
|
|
456
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646 = {};
|
|
455
457
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength = {
|
|
456
|
-
|
|
458
|
+
atBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646;
|
|
457
459
|
};
|
|
458
|
-
export type
|
|
460
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646 = {};
|
|
459
461
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern = {
|
|
460
|
-
|
|
462
|
+
atBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646;
|
|
461
463
|
};
|
|
462
464
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
463
465
|
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type;
|
|
@@ -580,17 +582,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
580
582
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
|
|
581
583
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
|
|
582
584
|
};
|
|
583
|
-
export type
|
|
585
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646 = {};
|
|
584
586
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
585
|
-
|
|
587
|
+
atBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646;
|
|
586
588
|
};
|
|
587
|
-
export type
|
|
589
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646 = {};
|
|
588
590
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
589
|
-
|
|
591
|
+
atBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646;
|
|
590
592
|
};
|
|
591
|
-
export type
|
|
593
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646 = {};
|
|
592
594
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
593
|
-
|
|
595
|
+
atBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646;
|
|
594
596
|
};
|
|
595
597
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
|
|
596
598
|
readonly Update: "update";
|
|
@@ -836,17 +838,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
|
|
|
836
838
|
readonly Input: "input";
|
|
837
839
|
};
|
|
838
840
|
export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
|
|
839
|
-
export type
|
|
841
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646 = {};
|
|
840
842
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
841
|
-
|
|
843
|
+
atBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646;
|
|
842
844
|
};
|
|
843
|
-
export type
|
|
845
|
+
export type PropertiesAtBRANDAt8646 = {};
|
|
844
846
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
845
|
-
|
|
847
|
+
atBRANDAt8646: PropertiesAtBRANDAt8646;
|
|
846
848
|
};
|
|
847
|
-
export type
|
|
849
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8646 = {};
|
|
848
850
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
849
|
-
|
|
851
|
+
atBRANDAt8646: CreateIntegrationStoreDirectPropertiesAtBRANDAt8646;
|
|
850
852
|
};
|
|
851
853
|
export declare const CreateIntegrationStoreDirectUiReadOnly3: {
|
|
852
854
|
readonly Update: "update";
|
|
@@ -930,11 +932,15 @@ export declare const CreateIntegrationStoreDirectTags: {
|
|
|
930
932
|
readonly Other: "other";
|
|
931
933
|
readonly Mysql: "mysql";
|
|
932
934
|
readonly Vector: "vector";
|
|
935
|
+
readonly TagAgents: "tag_agents";
|
|
933
936
|
readonly TagAi: "tag_ai";
|
|
934
937
|
readonly TagAnalytics: "tag_analytics";
|
|
935
938
|
readonly TagAuthentication: "tag_authentication";
|
|
936
939
|
readonly TagCms: "tag_cms";
|
|
937
940
|
readonly TagCodeRepository: "tag_code_repository";
|
|
941
|
+
readonly TagCodeReview: "tag_code_review";
|
|
942
|
+
readonly TagCodeSecurity: "tag_code_security";
|
|
943
|
+
readonly TagCodeTesting: "tag_code_testing";
|
|
938
944
|
readonly TagCommerce: "tag_commerce";
|
|
939
945
|
readonly TagDatabases: "tag_databases";
|
|
940
946
|
readonly TagDevTools: "tag_dev_tools";
|
|
@@ -949,8 +955,10 @@ export declare const CreateIntegrationStoreDirectTags: {
|
|
|
949
955
|
readonly TagProductivity: "tag_productivity";
|
|
950
956
|
readonly TagSearching: "tag_searching";
|
|
951
957
|
readonly TagSecurity: "tag_security";
|
|
958
|
+
readonly TagSupportAgent: "tag_support_agent";
|
|
952
959
|
readonly TagTesting: "tag_testing";
|
|
953
960
|
readonly TagVideo: "tag_video";
|
|
961
|
+
readonly TagWebAutomation: "tag_web_automation";
|
|
954
962
|
readonly TagWorkflow: "tag_workflow";
|
|
955
963
|
readonly TagChecks: "tag_checks";
|
|
956
964
|
readonly TagStorage: "tag_storage";
|
|
@@ -982,24 +990,25 @@ export type Repl = {
|
|
|
982
990
|
export declare const CreateIntegrationStoreDirectIntegrationsResponseType: {
|
|
983
991
|
readonly ConnectToProject: "connect_to_project";
|
|
984
992
|
readonly ConfigureProjectConnections: "configure_project_connections";
|
|
993
|
+
readonly AddDrain: "add_drain";
|
|
985
994
|
};
|
|
986
995
|
export type CreateIntegrationStoreDirectIntegrationsResponseType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsResponseType>;
|
|
987
|
-
export type
|
|
996
|
+
export type CreateIntegrationStoreDirectIntegrationsActions = {
|
|
988
997
|
type: CreateIntegrationStoreDirectIntegrationsResponseType;
|
|
989
998
|
};
|
|
990
999
|
export type Steps = {
|
|
991
1000
|
title: string;
|
|
992
1001
|
content: string;
|
|
993
|
-
actions?: Array<
|
|
1002
|
+
actions?: Array<CreateIntegrationStoreDirectIntegrationsActions> | undefined;
|
|
994
1003
|
};
|
|
995
1004
|
export type Guides = {
|
|
996
1005
|
framework: string;
|
|
997
1006
|
title: string;
|
|
998
1007
|
steps: Array<Steps>;
|
|
999
1008
|
};
|
|
1000
|
-
export type
|
|
1009
|
+
export type AtBRANDAt8646 = {};
|
|
1001
1010
|
export type CreateIntegrationStoreDirectValue = {
|
|
1002
|
-
|
|
1011
|
+
atBRANDAt8646: AtBRANDAt8646;
|
|
1003
1012
|
};
|
|
1004
1013
|
export declare const Disabled3: {
|
|
1005
1014
|
readonly Update: "update";
|
|
@@ -1373,34 +1382,34 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsEnvironments$ {
|
|
|
1373
1382
|
}>;
|
|
1374
1383
|
}
|
|
1375
1384
|
/** @internal */
|
|
1376
|
-
export declare const
|
|
1385
|
+
export declare const CreateIntegrationStoreDirectActions$inboundSchema: z.ZodType<CreateIntegrationStoreDirectActions, z.ZodTypeDef, unknown>;
|
|
1377
1386
|
/** @internal */
|
|
1378
|
-
export type
|
|
1387
|
+
export type CreateIntegrationStoreDirectActions$Outbound = {
|
|
1379
1388
|
slug: string;
|
|
1380
1389
|
environments: Array<string>;
|
|
1381
1390
|
};
|
|
1382
1391
|
/** @internal */
|
|
1383
|
-
export declare const
|
|
1392
|
+
export declare const CreateIntegrationStoreDirectActions$outboundSchema: z.ZodType<CreateIntegrationStoreDirectActions$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectActions>;
|
|
1384
1393
|
/**
|
|
1385
1394
|
* @internal
|
|
1386
1395
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1387
1396
|
*/
|
|
1388
|
-
export declare namespace
|
|
1389
|
-
/** @deprecated use `
|
|
1390
|
-
const inboundSchema: z.ZodType<
|
|
1391
|
-
/** @deprecated use `
|
|
1392
|
-
const outboundSchema: z.ZodType<
|
|
1393
|
-
/** @deprecated use `
|
|
1394
|
-
type Outbound =
|
|
1397
|
+
export declare namespace CreateIntegrationStoreDirectActions$ {
|
|
1398
|
+
/** @deprecated use `CreateIntegrationStoreDirectActions$inboundSchema` instead. */
|
|
1399
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectActions, z.ZodTypeDef, unknown>;
|
|
1400
|
+
/** @deprecated use `CreateIntegrationStoreDirectActions$outboundSchema` instead. */
|
|
1401
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectActions$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectActions>;
|
|
1402
|
+
/** @deprecated use `CreateIntegrationStoreDirectActions$Outbound` instead. */
|
|
1403
|
+
type Outbound = CreateIntegrationStoreDirectActions$Outbound;
|
|
1395
1404
|
}
|
|
1396
|
-
export declare function
|
|
1397
|
-
export declare function
|
|
1405
|
+
export declare function createIntegrationStoreDirectActionsToJSON(createIntegrationStoreDirectActions: CreateIntegrationStoreDirectActions): string;
|
|
1406
|
+
export declare function createIntegrationStoreDirectActionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectActions, SDKValidationError>;
|
|
1398
1407
|
/** @internal */
|
|
1399
1408
|
export declare const CreateIntegrationStoreDirectDeployments$inboundSchema: z.ZodType<CreateIntegrationStoreDirectDeployments, z.ZodTypeDef, unknown>;
|
|
1400
1409
|
/** @internal */
|
|
1401
1410
|
export type CreateIntegrationStoreDirectDeployments$Outbound = {
|
|
1402
1411
|
required: boolean;
|
|
1403
|
-
actions: Array<
|
|
1412
|
+
actions: Array<CreateIntegrationStoreDirectActions$Outbound>;
|
|
1404
1413
|
};
|
|
1405
1414
|
/** @internal */
|
|
1406
1415
|
export declare const CreateIntegrationStoreDirectDeployments$outboundSchema: z.ZodType<CreateIntegrationStoreDirectDeployments$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectDeployments>;
|
|
@@ -1616,6 +1625,7 @@ export type Capabilities$Outbound = {
|
|
|
1616
1625
|
sso?: boolean | undefined;
|
|
1617
1626
|
billable?: boolean | undefined;
|
|
1618
1627
|
secretsSync?: boolean | undefined;
|
|
1628
|
+
projects?: boolean | undefined;
|
|
1619
1629
|
};
|
|
1620
1630
|
/** @internal */
|
|
1621
1631
|
export declare const Capabilities$outboundSchema: z.ZodType<Capabilities$Outbound, z.ZodTypeDef, Capabilities>;
|
|
@@ -1693,6 +1703,7 @@ export type CreateIntegrationStoreDirectCapabilities$Outbound = {
|
|
|
1693
1703
|
secretsSync?: boolean | undefined;
|
|
1694
1704
|
sandbox?: boolean | undefined;
|
|
1695
1705
|
linking?: boolean | undefined;
|
|
1706
|
+
projects?: boolean | undefined;
|
|
1696
1707
|
};
|
|
1697
1708
|
/** @internal */
|
|
1698
1709
|
export declare const CreateIntegrationStoreDirectCapabilities$outboundSchema: z.ZodType<CreateIntegrationStoreDirectCapabilities$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectCapabilities>;
|
|
@@ -1729,30 +1740,30 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
1729
1740
|
}>;
|
|
1730
1741
|
}
|
|
1731
1742
|
/** @internal */
|
|
1732
|
-
export declare const
|
|
1743
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
1733
1744
|
/** @internal */
|
|
1734
|
-
export type
|
|
1745
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$Outbound = {};
|
|
1735
1746
|
/** @internal */
|
|
1736
|
-
export declare const
|
|
1747
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646>;
|
|
1737
1748
|
/**
|
|
1738
1749
|
* @internal
|
|
1739
1750
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1740
1751
|
*/
|
|
1741
|
-
export declare namespace
|
|
1742
|
-
/** @deprecated use `
|
|
1743
|
-
const inboundSchema: z.ZodType<
|
|
1744
|
-
/** @deprecated use `
|
|
1745
|
-
const outboundSchema: z.ZodType<
|
|
1746
|
-
/** @deprecated use `
|
|
1747
|
-
type Outbound =
|
|
1752
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$ {
|
|
1753
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$inboundSchema` instead. */
|
|
1754
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
1755
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$outboundSchema` instead. */
|
|
1756
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646>;
|
|
1757
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$Outbound` instead. */
|
|
1758
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$Outbound;
|
|
1748
1759
|
}
|
|
1749
|
-
export declare function
|
|
1750
|
-
export declare function
|
|
1760
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646): string;
|
|
1761
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646, SDKValidationError>;
|
|
1751
1762
|
/** @internal */
|
|
1752
1763
|
export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
|
|
1753
1764
|
/** @internal */
|
|
1754
1765
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
1755
|
-
"__@BRAND@
|
|
1766
|
+
"__@BRAND@8646": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8646$Outbound;
|
|
1756
1767
|
};
|
|
1757
1768
|
/** @internal */
|
|
1758
1769
|
export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
|
|
@@ -1955,30 +1966,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
1955
1966
|
}>;
|
|
1956
1967
|
}
|
|
1957
1968
|
/** @internal */
|
|
1958
|
-
export declare const
|
|
1969
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
1959
1970
|
/** @internal */
|
|
1960
|
-
export type
|
|
1971
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$Outbound = {};
|
|
1961
1972
|
/** @internal */
|
|
1962
|
-
export declare const
|
|
1973
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646>;
|
|
1963
1974
|
/**
|
|
1964
1975
|
* @internal
|
|
1965
1976
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1966
1977
|
*/
|
|
1967
|
-
export declare namespace
|
|
1968
|
-
/** @deprecated use `
|
|
1969
|
-
const inboundSchema: z.ZodType<
|
|
1970
|
-
/** @deprecated use `
|
|
1971
|
-
const outboundSchema: z.ZodType<
|
|
1972
|
-
/** @deprecated use `
|
|
1973
|
-
type Outbound =
|
|
1978
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$ {
|
|
1979
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$inboundSchema` instead. */
|
|
1980
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
1981
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$outboundSchema` instead. */
|
|
1982
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646>;
|
|
1983
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$Outbound` instead. */
|
|
1984
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$Outbound;
|
|
1974
1985
|
}
|
|
1975
|
-
export declare function
|
|
1976
|
-
export declare function
|
|
1986
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646): string;
|
|
1987
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646, SDKValidationError>;
|
|
1977
1988
|
/** @internal */
|
|
1978
1989
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
|
|
1979
1990
|
/** @internal */
|
|
1980
1991
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
|
|
1981
|
-
"__@BRAND@
|
|
1992
|
+
"__@BRAND@8646": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8646$Outbound;
|
|
1982
1993
|
};
|
|
1983
1994
|
/** @internal */
|
|
1984
1995
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
|
|
@@ -1997,30 +2008,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
1997
2008
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
|
|
1998
2009
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
|
|
1999
2010
|
/** @internal */
|
|
2000
|
-
export declare const
|
|
2011
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
2001
2012
|
/** @internal */
|
|
2002
|
-
export type
|
|
2013
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$Outbound = {};
|
|
2003
2014
|
/** @internal */
|
|
2004
|
-
export declare const
|
|
2015
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646>;
|
|
2005
2016
|
/**
|
|
2006
2017
|
* @internal
|
|
2007
2018
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2008
2019
|
*/
|
|
2009
|
-
export declare namespace
|
|
2010
|
-
/** @deprecated use `
|
|
2011
|
-
const inboundSchema: z.ZodType<
|
|
2012
|
-
/** @deprecated use `
|
|
2013
|
-
const outboundSchema: z.ZodType<
|
|
2014
|
-
/** @deprecated use `
|
|
2015
|
-
type Outbound =
|
|
2020
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$ {
|
|
2021
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$inboundSchema` instead. */
|
|
2022
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
2023
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$outboundSchema` instead. */
|
|
2024
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646>;
|
|
2025
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$Outbound` instead. */
|
|
2026
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$Outbound;
|
|
2016
2027
|
}
|
|
2017
|
-
export declare function
|
|
2018
|
-
export declare function
|
|
2028
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646): string;
|
|
2029
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646, SDKValidationError>;
|
|
2019
2030
|
/** @internal */
|
|
2020
2031
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
|
|
2021
2032
|
/** @internal */
|
|
2022
2033
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
|
|
2023
|
-
"__@BRAND@
|
|
2034
|
+
"__@BRAND@8646": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8646$Outbound;
|
|
2024
2035
|
};
|
|
2025
2036
|
/** @internal */
|
|
2026
2037
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
|
|
@@ -2039,30 +2050,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2039
2050
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
|
|
2040
2051
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
|
|
2041
2052
|
/** @internal */
|
|
2042
|
-
export declare const
|
|
2053
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
2043
2054
|
/** @internal */
|
|
2044
|
-
export type
|
|
2055
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$Outbound = {};
|
|
2045
2056
|
/** @internal */
|
|
2046
|
-
export declare const
|
|
2057
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646>;
|
|
2047
2058
|
/**
|
|
2048
2059
|
* @internal
|
|
2049
2060
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2050
2061
|
*/
|
|
2051
|
-
export declare namespace
|
|
2052
|
-
/** @deprecated use `
|
|
2053
|
-
const inboundSchema: z.ZodType<
|
|
2054
|
-
/** @deprecated use `
|
|
2055
|
-
const outboundSchema: z.ZodType<
|
|
2056
|
-
/** @deprecated use `
|
|
2057
|
-
type Outbound =
|
|
2062
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$ {
|
|
2063
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$inboundSchema` instead. */
|
|
2064
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
2065
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$outboundSchema` instead. */
|
|
2066
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646>;
|
|
2067
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$Outbound` instead. */
|
|
2068
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$Outbound;
|
|
2058
2069
|
}
|
|
2059
|
-
export declare function
|
|
2060
|
-
export declare function
|
|
2070
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646): string;
|
|
2071
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646, SDKValidationError>;
|
|
2061
2072
|
/** @internal */
|
|
2062
2073
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
|
|
2063
2074
|
/** @internal */
|
|
2064
2075
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
|
|
2065
|
-
"__@BRAND@
|
|
2076
|
+
"__@BRAND@8646": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8646$Outbound;
|
|
2066
2077
|
};
|
|
2067
2078
|
/** @internal */
|
|
2068
2079
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
|
|
@@ -2403,30 +2414,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2403
2414
|
}>;
|
|
2404
2415
|
}
|
|
2405
2416
|
/** @internal */
|
|
2406
|
-
export declare const
|
|
2417
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
2407
2418
|
/** @internal */
|
|
2408
|
-
export type
|
|
2419
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$Outbound = {};
|
|
2409
2420
|
/** @internal */
|
|
2410
|
-
export declare const
|
|
2421
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646>;
|
|
2411
2422
|
/**
|
|
2412
2423
|
* @internal
|
|
2413
2424
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2414
2425
|
*/
|
|
2415
|
-
export declare namespace
|
|
2416
|
-
/** @deprecated use `
|
|
2417
|
-
const inboundSchema: z.ZodType<
|
|
2418
|
-
/** @deprecated use `
|
|
2419
|
-
const outboundSchema: z.ZodType<
|
|
2420
|
-
/** @deprecated use `
|
|
2421
|
-
type Outbound =
|
|
2426
|
+
export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$ {
|
|
2427
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$inboundSchema` instead. */
|
|
2428
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
2429
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$outboundSchema` instead. */
|
|
2430
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646>;
|
|
2431
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$Outbound` instead. */
|
|
2432
|
+
type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$Outbound;
|
|
2422
2433
|
}
|
|
2423
|
-
export declare function
|
|
2424
|
-
export declare function
|
|
2434
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8646ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8646: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646): string;
|
|
2435
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8646FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646, SDKValidationError>;
|
|
2425
2436
|
/** @internal */
|
|
2426
2437
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
|
|
2427
2438
|
/** @internal */
|
|
2428
2439
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
2429
|
-
"__@BRAND@
|
|
2440
|
+
"__@BRAND@8646": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8646$Outbound;
|
|
2430
2441
|
};
|
|
2431
2442
|
/** @internal */
|
|
2432
2443
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
|
|
@@ -2593,30 +2604,30 @@ export declare namespace CreateIntegrationStoreDirectUiOptions3$ {
|
|
|
2593
2604
|
export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
|
|
2594
2605
|
export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
|
|
2595
2606
|
/** @internal */
|
|
2596
|
-
export declare const
|
|
2607
|
+
export declare const UiOptionsAtBRANDAt8646$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
2597
2608
|
/** @internal */
|
|
2598
|
-
export type
|
|
2609
|
+
export type UiOptionsAtBRANDAt8646$Outbound = {};
|
|
2599
2610
|
/** @internal */
|
|
2600
|
-
export declare const
|
|
2611
|
+
export declare const UiOptionsAtBRANDAt8646$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8646$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8646>;
|
|
2601
2612
|
/**
|
|
2602
2613
|
* @internal
|
|
2603
2614
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2604
2615
|
*/
|
|
2605
|
-
export declare namespace
|
|
2606
|
-
/** @deprecated use `
|
|
2607
|
-
const inboundSchema: z.ZodType<
|
|
2608
|
-
/** @deprecated use `
|
|
2609
|
-
const outboundSchema: z.ZodType<
|
|
2610
|
-
/** @deprecated use `
|
|
2611
|
-
type Outbound =
|
|
2616
|
+
export declare namespace UiOptionsAtBRANDAt8646$ {
|
|
2617
|
+
/** @deprecated use `UiOptionsAtBRANDAt8646$inboundSchema` instead. */
|
|
2618
|
+
const inboundSchema: z.ZodType<UiOptionsAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
2619
|
+
/** @deprecated use `UiOptionsAtBRANDAt8646$outboundSchema` instead. */
|
|
2620
|
+
const outboundSchema: z.ZodType<UiOptionsAtBRANDAt8646$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8646>;
|
|
2621
|
+
/** @deprecated use `UiOptionsAtBRANDAt8646$Outbound` instead. */
|
|
2622
|
+
type Outbound = UiOptionsAtBRANDAt8646$Outbound;
|
|
2612
2623
|
}
|
|
2613
|
-
export declare function
|
|
2614
|
-
export declare function
|
|
2624
|
+
export declare function uiOptionsAtBRANDAt8646ToJSON(uiOptionsAtBRANDAt8646: UiOptionsAtBRANDAt8646): string;
|
|
2625
|
+
export declare function uiOptionsAtBRANDAt8646FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8646, SDKValidationError>;
|
|
2615
2626
|
/** @internal */
|
|
2616
2627
|
export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
|
|
2617
2628
|
/** @internal */
|
|
2618
2629
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
2619
|
-
"__@BRAND@
|
|
2630
|
+
"__@BRAND@8646": UiOptionsAtBRANDAt8646$Outbound;
|
|
2620
2631
|
};
|
|
2621
2632
|
/** @internal */
|
|
2622
2633
|
export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
|
|
@@ -2804,30 +2815,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2804
2815
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
|
|
2805
2816
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
|
|
2806
2817
|
/** @internal */
|
|
2807
|
-
export declare const
|
|
2818
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
2808
2819
|
/** @internal */
|
|
2809
|
-
export type
|
|
2820
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$Outbound = {};
|
|
2810
2821
|
/** @internal */
|
|
2811
|
-
export declare const
|
|
2822
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646>;
|
|
2812
2823
|
/**
|
|
2813
2824
|
* @internal
|
|
2814
2825
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2815
2826
|
*/
|
|
2816
|
-
export declare namespace
|
|
2817
|
-
/** @deprecated use `
|
|
2818
|
-
const inboundSchema: z.ZodType<
|
|
2819
|
-
/** @deprecated use `
|
|
2820
|
-
const outboundSchema: z.ZodType<
|
|
2821
|
-
/** @deprecated use `
|
|
2822
|
-
type Outbound =
|
|
2827
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$ {
|
|
2828
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$inboundSchema` instead. */
|
|
2829
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
2830
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$outboundSchema` instead. */
|
|
2831
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646>;
|
|
2832
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$Outbound` instead. */
|
|
2833
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$Outbound;
|
|
2823
2834
|
}
|
|
2824
|
-
export declare function
|
|
2825
|
-
export declare function
|
|
2835
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646): string;
|
|
2836
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646, SDKValidationError>;
|
|
2826
2837
|
/** @internal */
|
|
2827
2838
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
|
|
2828
2839
|
/** @internal */
|
|
2829
2840
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
|
|
2830
|
-
"__@BRAND@
|
|
2841
|
+
"__@BRAND@8646": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8646$Outbound;
|
|
2831
2842
|
};
|
|
2832
2843
|
/** @internal */
|
|
2833
2844
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
|
|
@@ -2846,30 +2857,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2846
2857
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
|
|
2847
2858
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
|
|
2848
2859
|
/** @internal */
|
|
2849
|
-
export declare const
|
|
2860
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
2850
2861
|
/** @internal */
|
|
2851
|
-
export type
|
|
2862
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$Outbound = {};
|
|
2852
2863
|
/** @internal */
|
|
2853
|
-
export declare const
|
|
2864
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646>;
|
|
2854
2865
|
/**
|
|
2855
2866
|
* @internal
|
|
2856
2867
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2857
2868
|
*/
|
|
2858
|
-
export declare namespace
|
|
2859
|
-
/** @deprecated use `
|
|
2860
|
-
const inboundSchema: z.ZodType<
|
|
2861
|
-
/** @deprecated use `
|
|
2862
|
-
const outboundSchema: z.ZodType<
|
|
2863
|
-
/** @deprecated use `
|
|
2864
|
-
type Outbound =
|
|
2869
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$ {
|
|
2870
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$inboundSchema` instead. */
|
|
2871
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
2872
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$outboundSchema` instead. */
|
|
2873
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646>;
|
|
2874
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$Outbound` instead. */
|
|
2875
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$Outbound;
|
|
2865
2876
|
}
|
|
2866
|
-
export declare function
|
|
2867
|
-
export declare function
|
|
2877
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646): string;
|
|
2878
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646, SDKValidationError>;
|
|
2868
2879
|
/** @internal */
|
|
2869
2880
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
|
|
2870
2881
|
/** @internal */
|
|
2871
2882
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
|
|
2872
|
-
"__@BRAND@
|
|
2883
|
+
"__@BRAND@8646": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8646$Outbound;
|
|
2873
2884
|
};
|
|
2874
2885
|
/** @internal */
|
|
2875
2886
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
|
|
@@ -2888,30 +2899,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2888
2899
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
|
|
2889
2900
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
|
|
2890
2901
|
/** @internal */
|
|
2891
|
-
export declare const
|
|
2902
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
2892
2903
|
/** @internal */
|
|
2893
|
-
export type
|
|
2904
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$Outbound = {};
|
|
2894
2905
|
/** @internal */
|
|
2895
|
-
export declare const
|
|
2906
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646>;
|
|
2896
2907
|
/**
|
|
2897
2908
|
* @internal
|
|
2898
2909
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2899
2910
|
*/
|
|
2900
|
-
export declare namespace
|
|
2901
|
-
/** @deprecated use `
|
|
2902
|
-
const inboundSchema: z.ZodType<
|
|
2903
|
-
/** @deprecated use `
|
|
2904
|
-
const outboundSchema: z.ZodType<
|
|
2905
|
-
/** @deprecated use `
|
|
2906
|
-
type Outbound =
|
|
2911
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$ {
|
|
2912
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$inboundSchema` instead. */
|
|
2913
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
2914
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$outboundSchema` instead. */
|
|
2915
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646>;
|
|
2916
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$Outbound` instead. */
|
|
2917
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$Outbound;
|
|
2907
2918
|
}
|
|
2908
|
-
export declare function
|
|
2909
|
-
export declare function
|
|
2919
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646): string;
|
|
2920
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646, SDKValidationError>;
|
|
2910
2921
|
/** @internal */
|
|
2911
2922
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
|
|
2912
2923
|
/** @internal */
|
|
2913
2924
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
|
|
2914
|
-
"__@BRAND@
|
|
2925
|
+
"__@BRAND@8646": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8646$Outbound;
|
|
2915
2926
|
};
|
|
2916
2927
|
/** @internal */
|
|
2917
2928
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
|
|
@@ -3253,30 +3264,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
3253
3264
|
}>;
|
|
3254
3265
|
}
|
|
3255
3266
|
/** @internal */
|
|
3256
|
-
export declare const
|
|
3267
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
3257
3268
|
/** @internal */
|
|
3258
|
-
export type
|
|
3269
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$Outbound = {};
|
|
3259
3270
|
/** @internal */
|
|
3260
|
-
export declare const
|
|
3271
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646>;
|
|
3261
3272
|
/**
|
|
3262
3273
|
* @internal
|
|
3263
3274
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3264
3275
|
*/
|
|
3265
|
-
export declare namespace
|
|
3266
|
-
/** @deprecated use `
|
|
3267
|
-
const inboundSchema: z.ZodType<
|
|
3268
|
-
/** @deprecated use `
|
|
3269
|
-
const outboundSchema: z.ZodType<
|
|
3270
|
-
/** @deprecated use `
|
|
3271
|
-
type Outbound =
|
|
3276
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$ {
|
|
3277
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$inboundSchema` instead. */
|
|
3278
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
3279
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$outboundSchema` instead. */
|
|
3280
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646>;
|
|
3281
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$Outbound` instead. */
|
|
3282
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$Outbound;
|
|
3272
3283
|
}
|
|
3273
|
-
export declare function
|
|
3274
|
-
export declare function
|
|
3284
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646): string;
|
|
3285
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646, SDKValidationError>;
|
|
3275
3286
|
/** @internal */
|
|
3276
3287
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, z.ZodTypeDef, unknown>;
|
|
3277
3288
|
/** @internal */
|
|
3278
3289
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound = {
|
|
3279
|
-
"__@BRAND@
|
|
3290
|
+
"__@BRAND@8646": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8646$Outbound;
|
|
3280
3291
|
};
|
|
3281
3292
|
/** @internal */
|
|
3282
3293
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength>;
|
|
@@ -3295,30 +3306,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
3295
3306
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength): string;
|
|
3296
3307
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, SDKValidationError>;
|
|
3297
3308
|
/** @internal */
|
|
3298
|
-
export declare const
|
|
3309
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
3299
3310
|
/** @internal */
|
|
3300
|
-
export type
|
|
3311
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$Outbound = {};
|
|
3301
3312
|
/** @internal */
|
|
3302
|
-
export declare const
|
|
3313
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646>;
|
|
3303
3314
|
/**
|
|
3304
3315
|
* @internal
|
|
3305
3316
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3306
3317
|
*/
|
|
3307
|
-
export declare namespace
|
|
3308
|
-
/** @deprecated use `
|
|
3309
|
-
const inboundSchema: z.ZodType<
|
|
3310
|
-
/** @deprecated use `
|
|
3311
|
-
const outboundSchema: z.ZodType<
|
|
3312
|
-
/** @deprecated use `
|
|
3313
|
-
type Outbound =
|
|
3318
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$ {
|
|
3319
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$inboundSchema` instead. */
|
|
3320
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
3321
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$outboundSchema` instead. */
|
|
3322
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646>;
|
|
3323
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$Outbound` instead. */
|
|
3324
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$Outbound;
|
|
3314
3325
|
}
|
|
3315
|
-
export declare function
|
|
3316
|
-
export declare function
|
|
3326
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646): string;
|
|
3327
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646, SDKValidationError>;
|
|
3317
3328
|
/** @internal */
|
|
3318
3329
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, z.ZodTypeDef, unknown>;
|
|
3319
3330
|
/** @internal */
|
|
3320
3331
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound = {
|
|
3321
|
-
"__@BRAND@
|
|
3332
|
+
"__@BRAND@8646": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8646$Outbound;
|
|
3322
3333
|
};
|
|
3323
3334
|
/** @internal */
|
|
3324
3335
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength>;
|
|
@@ -3337,30 +3348,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
3337
3348
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength): string;
|
|
3338
3349
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, SDKValidationError>;
|
|
3339
3350
|
/** @internal */
|
|
3340
|
-
export declare const
|
|
3351
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
3341
3352
|
/** @internal */
|
|
3342
|
-
export type
|
|
3353
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$Outbound = {};
|
|
3343
3354
|
/** @internal */
|
|
3344
|
-
export declare const
|
|
3355
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646>;
|
|
3345
3356
|
/**
|
|
3346
3357
|
* @internal
|
|
3347
3358
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3348
3359
|
*/
|
|
3349
|
-
export declare namespace
|
|
3350
|
-
/** @deprecated use `
|
|
3351
|
-
const inboundSchema: z.ZodType<
|
|
3352
|
-
/** @deprecated use `
|
|
3353
|
-
const outboundSchema: z.ZodType<
|
|
3354
|
-
/** @deprecated use `
|
|
3355
|
-
type Outbound =
|
|
3360
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$ {
|
|
3361
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$inboundSchema` instead. */
|
|
3362
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
3363
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$outboundSchema` instead. */
|
|
3364
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646>;
|
|
3365
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$Outbound` instead. */
|
|
3366
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$Outbound;
|
|
3356
3367
|
}
|
|
3357
|
-
export declare function
|
|
3358
|
-
export declare function
|
|
3368
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646): string;
|
|
3369
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646, SDKValidationError>;
|
|
3359
3370
|
/** @internal */
|
|
3360
3371
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, z.ZodTypeDef, unknown>;
|
|
3361
3372
|
/** @internal */
|
|
3362
3373
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound = {
|
|
3363
|
-
"__@BRAND@
|
|
3374
|
+
"__@BRAND@8646": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8646$Outbound;
|
|
3364
3375
|
};
|
|
3365
3376
|
/** @internal */
|
|
3366
3377
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern>;
|
|
@@ -4046,30 +4057,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiOptions$ {
|
|
|
4046
4057
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
|
|
4047
4058
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
|
|
4048
4059
|
/** @internal */
|
|
4049
|
-
export declare const
|
|
4060
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
4050
4061
|
/** @internal */
|
|
4051
|
-
export type
|
|
4062
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$Outbound = {};
|
|
4052
4063
|
/** @internal */
|
|
4053
|
-
export declare const
|
|
4064
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646>;
|
|
4054
4065
|
/**
|
|
4055
4066
|
* @internal
|
|
4056
4067
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4057
4068
|
*/
|
|
4058
|
-
export declare namespace
|
|
4059
|
-
/** @deprecated use `
|
|
4060
|
-
const inboundSchema: z.ZodType<
|
|
4061
|
-
/** @deprecated use `
|
|
4062
|
-
const outboundSchema: z.ZodType<
|
|
4063
|
-
/** @deprecated use `
|
|
4064
|
-
type Outbound =
|
|
4069
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$ {
|
|
4070
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$inboundSchema` instead. */
|
|
4071
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
4072
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$outboundSchema` instead. */
|
|
4073
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646>;
|
|
4074
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$Outbound` instead. */
|
|
4075
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$Outbound;
|
|
4065
4076
|
}
|
|
4066
|
-
export declare function
|
|
4067
|
-
export declare function
|
|
4077
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646): string;
|
|
4078
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646, SDKValidationError>;
|
|
4068
4079
|
/** @internal */
|
|
4069
4080
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
|
|
4070
4081
|
/** @internal */
|
|
4071
4082
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
|
|
4072
|
-
"__@BRAND@
|
|
4083
|
+
"__@BRAND@8646": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8646$Outbound;
|
|
4073
4084
|
};
|
|
4074
4085
|
/** @internal */
|
|
4075
4086
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
|
|
@@ -4088,30 +4099,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMaxLe
|
|
|
4088
4099
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
|
|
4089
4100
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
|
|
4090
4101
|
/** @internal */
|
|
4091
|
-
export declare const
|
|
4102
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
4092
4103
|
/** @internal */
|
|
4093
|
-
export type
|
|
4104
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$Outbound = {};
|
|
4094
4105
|
/** @internal */
|
|
4095
|
-
export declare const
|
|
4106
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646>;
|
|
4096
4107
|
/**
|
|
4097
4108
|
* @internal
|
|
4098
4109
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4099
4110
|
*/
|
|
4100
|
-
export declare namespace
|
|
4101
|
-
/** @deprecated use `
|
|
4102
|
-
const inboundSchema: z.ZodType<
|
|
4103
|
-
/** @deprecated use `
|
|
4104
|
-
const outboundSchema: z.ZodType<
|
|
4105
|
-
/** @deprecated use `
|
|
4106
|
-
type Outbound =
|
|
4111
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$ {
|
|
4112
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$inboundSchema` instead. */
|
|
4113
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
4114
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$outboundSchema` instead. */
|
|
4115
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646>;
|
|
4116
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$Outbound` instead. */
|
|
4117
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$Outbound;
|
|
4107
4118
|
}
|
|
4108
|
-
export declare function
|
|
4109
|
-
export declare function
|
|
4119
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646): string;
|
|
4120
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646, SDKValidationError>;
|
|
4110
4121
|
/** @internal */
|
|
4111
4122
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
|
|
4112
4123
|
/** @internal */
|
|
4113
4124
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
|
|
4114
|
-
"__@BRAND@
|
|
4125
|
+
"__@BRAND@8646": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8646$Outbound;
|
|
4115
4126
|
};
|
|
4116
4127
|
/** @internal */
|
|
4117
4128
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
|
|
@@ -4130,30 +4141,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMinLe
|
|
|
4130
4141
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
|
|
4131
4142
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
|
|
4132
4143
|
/** @internal */
|
|
4133
|
-
export declare const
|
|
4144
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
4134
4145
|
/** @internal */
|
|
4135
|
-
export type
|
|
4146
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$Outbound = {};
|
|
4136
4147
|
/** @internal */
|
|
4137
|
-
export declare const
|
|
4148
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646>;
|
|
4138
4149
|
/**
|
|
4139
4150
|
* @internal
|
|
4140
4151
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4141
4152
|
*/
|
|
4142
|
-
export declare namespace
|
|
4143
|
-
/** @deprecated use `
|
|
4144
|
-
const inboundSchema: z.ZodType<
|
|
4145
|
-
/** @deprecated use `
|
|
4146
|
-
const outboundSchema: z.ZodType<
|
|
4147
|
-
/** @deprecated use `
|
|
4148
|
-
type Outbound =
|
|
4153
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$ {
|
|
4154
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$inboundSchema` instead. */
|
|
4155
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
4156
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$outboundSchema` instead. */
|
|
4157
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646>;
|
|
4158
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$Outbound` instead. */
|
|
4159
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$Outbound;
|
|
4149
4160
|
}
|
|
4150
|
-
export declare function
|
|
4151
|
-
export declare function
|
|
4161
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646): string;
|
|
4162
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646, SDKValidationError>;
|
|
4152
4163
|
/** @internal */
|
|
4153
4164
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
|
|
4154
4165
|
/** @internal */
|
|
4155
4166
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
|
|
4156
|
-
"__@BRAND@
|
|
4167
|
+
"__@BRAND@8646": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8646$Outbound;
|
|
4157
4168
|
};
|
|
4158
4169
|
/** @internal */
|
|
4159
4170
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
|
|
@@ -5501,30 +5512,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
5501
5512
|
}>;
|
|
5502
5513
|
}
|
|
5503
5514
|
/** @internal */
|
|
5504
|
-
export declare const
|
|
5515
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
5505
5516
|
/** @internal */
|
|
5506
|
-
export type
|
|
5517
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$Outbound = {};
|
|
5507
5518
|
/** @internal */
|
|
5508
|
-
export declare const
|
|
5519
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646>;
|
|
5509
5520
|
/**
|
|
5510
5521
|
* @internal
|
|
5511
5522
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5512
5523
|
*/
|
|
5513
|
-
export declare namespace
|
|
5514
|
-
/** @deprecated use `
|
|
5515
|
-
const inboundSchema: z.ZodType<
|
|
5516
|
-
/** @deprecated use `
|
|
5517
|
-
const outboundSchema: z.ZodType<
|
|
5518
|
-
/** @deprecated use `
|
|
5519
|
-
type Outbound =
|
|
5524
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$ {
|
|
5525
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$inboundSchema` instead. */
|
|
5526
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
5527
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$outboundSchema` instead. */
|
|
5528
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646>;
|
|
5529
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$Outbound` instead. */
|
|
5530
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$Outbound;
|
|
5520
5531
|
}
|
|
5521
|
-
export declare function
|
|
5522
|
-
export declare function
|
|
5532
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646): string;
|
|
5533
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646, SDKValidationError>;
|
|
5523
5534
|
/** @internal */
|
|
5524
5535
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
|
|
5525
5536
|
/** @internal */
|
|
5526
5537
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
5527
|
-
"__@BRAND@
|
|
5538
|
+
"__@BRAND@8646": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8646$Outbound;
|
|
5528
5539
|
};
|
|
5529
5540
|
/** @internal */
|
|
5530
5541
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
|
|
@@ -5543,30 +5554,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMaxLength$ {
|
|
|
5543
5554
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
|
|
5544
5555
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
|
|
5545
5556
|
/** @internal */
|
|
5546
|
-
export declare const
|
|
5557
|
+
export declare const PropertiesAtBRANDAt8646$inboundSchema: z.ZodType<PropertiesAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
5547
5558
|
/** @internal */
|
|
5548
|
-
export type
|
|
5559
|
+
export type PropertiesAtBRANDAt8646$Outbound = {};
|
|
5549
5560
|
/** @internal */
|
|
5550
|
-
export declare const
|
|
5561
|
+
export declare const PropertiesAtBRANDAt8646$outboundSchema: z.ZodType<PropertiesAtBRANDAt8646$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8646>;
|
|
5551
5562
|
/**
|
|
5552
5563
|
* @internal
|
|
5553
5564
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5554
5565
|
*/
|
|
5555
|
-
export declare namespace
|
|
5556
|
-
/** @deprecated use `
|
|
5557
|
-
const inboundSchema: z.ZodType<
|
|
5558
|
-
/** @deprecated use `
|
|
5559
|
-
const outboundSchema: z.ZodType<
|
|
5560
|
-
/** @deprecated use `
|
|
5561
|
-
type Outbound =
|
|
5566
|
+
export declare namespace PropertiesAtBRANDAt8646$ {
|
|
5567
|
+
/** @deprecated use `PropertiesAtBRANDAt8646$inboundSchema` instead. */
|
|
5568
|
+
const inboundSchema: z.ZodType<PropertiesAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
5569
|
+
/** @deprecated use `PropertiesAtBRANDAt8646$outboundSchema` instead. */
|
|
5570
|
+
const outboundSchema: z.ZodType<PropertiesAtBRANDAt8646$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8646>;
|
|
5571
|
+
/** @deprecated use `PropertiesAtBRANDAt8646$Outbound` instead. */
|
|
5572
|
+
type Outbound = PropertiesAtBRANDAt8646$Outbound;
|
|
5562
5573
|
}
|
|
5563
|
-
export declare function
|
|
5564
|
-
export declare function
|
|
5574
|
+
export declare function propertiesAtBRANDAt8646ToJSON(propertiesAtBRANDAt8646: PropertiesAtBRANDAt8646): string;
|
|
5575
|
+
export declare function propertiesAtBRANDAt8646FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8646, SDKValidationError>;
|
|
5565
5576
|
/** @internal */
|
|
5566
5577
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
|
|
5567
5578
|
/** @internal */
|
|
5568
5579
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
5569
|
-
"__@BRAND@
|
|
5580
|
+
"__@BRAND@8646": PropertiesAtBRANDAt8646$Outbound;
|
|
5570
5581
|
};
|
|
5571
5582
|
/** @internal */
|
|
5572
5583
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
|
|
@@ -5585,30 +5596,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMinLength$ {
|
|
|
5585
5596
|
export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
|
|
5586
5597
|
export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
|
|
5587
5598
|
/** @internal */
|
|
5588
|
-
export declare const
|
|
5599
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
5589
5600
|
/** @internal */
|
|
5590
|
-
export type
|
|
5601
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$Outbound = {};
|
|
5591
5602
|
/** @internal */
|
|
5592
|
-
export declare const
|
|
5603
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8646>;
|
|
5593
5604
|
/**
|
|
5594
5605
|
* @internal
|
|
5595
5606
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5596
5607
|
*/
|
|
5597
|
-
export declare namespace
|
|
5598
|
-
/** @deprecated use `
|
|
5599
|
-
const inboundSchema: z.ZodType<
|
|
5600
|
-
/** @deprecated use `
|
|
5601
|
-
const outboundSchema: z.ZodType<
|
|
5602
|
-
/** @deprecated use `
|
|
5603
|
-
type Outbound =
|
|
5608
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$ {
|
|
5609
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$inboundSchema` instead. */
|
|
5610
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
5611
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$outboundSchema` instead. */
|
|
5612
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8646>;
|
|
5613
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$Outbound` instead. */
|
|
5614
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$Outbound;
|
|
5604
5615
|
}
|
|
5605
|
-
export declare function
|
|
5606
|
-
export declare function
|
|
5616
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8646ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8646: CreateIntegrationStoreDirectPropertiesAtBRANDAt8646): string;
|
|
5617
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8646FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8646, SDKValidationError>;
|
|
5607
5618
|
/** @internal */
|
|
5608
5619
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
|
|
5609
5620
|
/** @internal */
|
|
5610
5621
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
5611
|
-
"__@BRAND@
|
|
5622
|
+
"__@BRAND@8646": CreateIntegrationStoreDirectPropertiesAtBRANDAt8646$Outbound;
|
|
5612
5623
|
};
|
|
5613
5624
|
/** @internal */
|
|
5614
5625
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
|
|
@@ -6010,11 +6021,15 @@ export declare namespace CreateIntegrationStoreDirectTags$ {
|
|
|
6010
6021
|
readonly Other: "other";
|
|
6011
6022
|
readonly Mysql: "mysql";
|
|
6012
6023
|
readonly Vector: "vector";
|
|
6024
|
+
readonly TagAgents: "tag_agents";
|
|
6013
6025
|
readonly TagAi: "tag_ai";
|
|
6014
6026
|
readonly TagAnalytics: "tag_analytics";
|
|
6015
6027
|
readonly TagAuthentication: "tag_authentication";
|
|
6016
6028
|
readonly TagCms: "tag_cms";
|
|
6017
6029
|
readonly TagCodeRepository: "tag_code_repository";
|
|
6030
|
+
readonly TagCodeReview: "tag_code_review";
|
|
6031
|
+
readonly TagCodeSecurity: "tag_code_security";
|
|
6032
|
+
readonly TagCodeTesting: "tag_code_testing";
|
|
6018
6033
|
readonly TagCommerce: "tag_commerce";
|
|
6019
6034
|
readonly TagDatabases: "tag_databases";
|
|
6020
6035
|
readonly TagDevTools: "tag_dev_tools";
|
|
@@ -6029,8 +6044,10 @@ export declare namespace CreateIntegrationStoreDirectTags$ {
|
|
|
6029
6044
|
readonly TagProductivity: "tag_productivity";
|
|
6030
6045
|
readonly TagSearching: "tag_searching";
|
|
6031
6046
|
readonly TagSecurity: "tag_security";
|
|
6047
|
+
readonly TagSupportAgent: "tag_support_agent";
|
|
6032
6048
|
readonly TagTesting: "tag_testing";
|
|
6033
6049
|
readonly TagVideo: "tag_video";
|
|
6050
|
+
readonly TagWebAutomation: "tag_web_automation";
|
|
6034
6051
|
readonly TagWorkflow: "tag_workflow";
|
|
6035
6052
|
readonly TagChecks: "tag_checks";
|
|
6036
6053
|
readonly TagStorage: "tag_storage";
|
|
@@ -6058,11 +6075,15 @@ export declare namespace CreateIntegrationStoreDirectTags$ {
|
|
|
6058
6075
|
readonly Other: "other";
|
|
6059
6076
|
readonly Mysql: "mysql";
|
|
6060
6077
|
readonly Vector: "vector";
|
|
6078
|
+
readonly TagAgents: "tag_agents";
|
|
6061
6079
|
readonly TagAi: "tag_ai";
|
|
6062
6080
|
readonly TagAnalytics: "tag_analytics";
|
|
6063
6081
|
readonly TagAuthentication: "tag_authentication";
|
|
6064
6082
|
readonly TagCms: "tag_cms";
|
|
6065
6083
|
readonly TagCodeRepository: "tag_code_repository";
|
|
6084
|
+
readonly TagCodeReview: "tag_code_review";
|
|
6085
|
+
readonly TagCodeSecurity: "tag_code_security";
|
|
6086
|
+
readonly TagCodeTesting: "tag_code_testing";
|
|
6066
6087
|
readonly TagCommerce: "tag_commerce";
|
|
6067
6088
|
readonly TagDatabases: "tag_databases";
|
|
6068
6089
|
readonly TagDevTools: "tag_dev_tools";
|
|
@@ -6077,8 +6098,10 @@ export declare namespace CreateIntegrationStoreDirectTags$ {
|
|
|
6077
6098
|
readonly TagProductivity: "tag_productivity";
|
|
6078
6099
|
readonly TagSearching: "tag_searching";
|
|
6079
6100
|
readonly TagSecurity: "tag_security";
|
|
6101
|
+
readonly TagSupportAgent: "tag_support_agent";
|
|
6080
6102
|
readonly TagTesting: "tag_testing";
|
|
6081
6103
|
readonly TagVideo: "tag_video";
|
|
6104
|
+
readonly TagWebAutomation: "tag_web_automation";
|
|
6082
6105
|
readonly TagWorkflow: "tag_workflow";
|
|
6083
6106
|
readonly TagChecks: "tag_checks";
|
|
6084
6107
|
readonly TagStorage: "tag_storage";
|
|
@@ -6164,42 +6187,44 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsResponseType$ {
|
|
|
6164
6187
|
const inboundSchema: z.ZodNativeEnum<{
|
|
6165
6188
|
readonly ConnectToProject: "connect_to_project";
|
|
6166
6189
|
readonly ConfigureProjectConnections: "configure_project_connections";
|
|
6190
|
+
readonly AddDrain: "add_drain";
|
|
6167
6191
|
}>;
|
|
6168
6192
|
/** @deprecated use `CreateIntegrationStoreDirectIntegrationsResponseType$outboundSchema` instead. */
|
|
6169
6193
|
const outboundSchema: z.ZodNativeEnum<{
|
|
6170
6194
|
readonly ConnectToProject: "connect_to_project";
|
|
6171
6195
|
readonly ConfigureProjectConnections: "configure_project_connections";
|
|
6196
|
+
readonly AddDrain: "add_drain";
|
|
6172
6197
|
}>;
|
|
6173
6198
|
}
|
|
6174
6199
|
/** @internal */
|
|
6175
|
-
export declare const
|
|
6200
|
+
export declare const CreateIntegrationStoreDirectIntegrationsActions$inboundSchema: z.ZodType<CreateIntegrationStoreDirectIntegrationsActions, z.ZodTypeDef, unknown>;
|
|
6176
6201
|
/** @internal */
|
|
6177
|
-
export type
|
|
6202
|
+
export type CreateIntegrationStoreDirectIntegrationsActions$Outbound = {
|
|
6178
6203
|
type: string;
|
|
6179
6204
|
};
|
|
6180
6205
|
/** @internal */
|
|
6181
|
-
export declare const
|
|
6206
|
+
export declare const CreateIntegrationStoreDirectIntegrationsActions$outboundSchema: z.ZodType<CreateIntegrationStoreDirectIntegrationsActions$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectIntegrationsActions>;
|
|
6182
6207
|
/**
|
|
6183
6208
|
* @internal
|
|
6184
6209
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6185
6210
|
*/
|
|
6186
|
-
export declare namespace
|
|
6187
|
-
/** @deprecated use `
|
|
6188
|
-
const inboundSchema: z.ZodType<
|
|
6189
|
-
/** @deprecated use `
|
|
6190
|
-
const outboundSchema: z.ZodType<
|
|
6191
|
-
/** @deprecated use `
|
|
6192
|
-
type Outbound =
|
|
6211
|
+
export declare namespace CreateIntegrationStoreDirectIntegrationsActions$ {
|
|
6212
|
+
/** @deprecated use `CreateIntegrationStoreDirectIntegrationsActions$inboundSchema` instead. */
|
|
6213
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectIntegrationsActions, z.ZodTypeDef, unknown>;
|
|
6214
|
+
/** @deprecated use `CreateIntegrationStoreDirectIntegrationsActions$outboundSchema` instead. */
|
|
6215
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectIntegrationsActions$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectIntegrationsActions>;
|
|
6216
|
+
/** @deprecated use `CreateIntegrationStoreDirectIntegrationsActions$Outbound` instead. */
|
|
6217
|
+
type Outbound = CreateIntegrationStoreDirectIntegrationsActions$Outbound;
|
|
6193
6218
|
}
|
|
6194
|
-
export declare function
|
|
6195
|
-
export declare function
|
|
6219
|
+
export declare function createIntegrationStoreDirectIntegrationsActionsToJSON(createIntegrationStoreDirectIntegrationsActions: CreateIntegrationStoreDirectIntegrationsActions): string;
|
|
6220
|
+
export declare function createIntegrationStoreDirectIntegrationsActionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectIntegrationsActions, SDKValidationError>;
|
|
6196
6221
|
/** @internal */
|
|
6197
6222
|
export declare const Steps$inboundSchema: z.ZodType<Steps, z.ZodTypeDef, unknown>;
|
|
6198
6223
|
/** @internal */
|
|
6199
6224
|
export type Steps$Outbound = {
|
|
6200
6225
|
title: string;
|
|
6201
6226
|
content: string;
|
|
6202
|
-
actions?: Array<
|
|
6227
|
+
actions?: Array<CreateIntegrationStoreDirectIntegrationsActions$Outbound> | undefined;
|
|
6203
6228
|
};
|
|
6204
6229
|
/** @internal */
|
|
6205
6230
|
export declare const Steps$outboundSchema: z.ZodType<Steps$Outbound, z.ZodTypeDef, Steps>;
|
|
@@ -6242,30 +6267,30 @@ export declare namespace Guides$ {
|
|
|
6242
6267
|
export declare function guidesToJSON(guides: Guides): string;
|
|
6243
6268
|
export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
|
|
6244
6269
|
/** @internal */
|
|
6245
|
-
export declare const
|
|
6270
|
+
export declare const AtBRANDAt8646$inboundSchema: z.ZodType<AtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
6246
6271
|
/** @internal */
|
|
6247
|
-
export type
|
|
6272
|
+
export type AtBRANDAt8646$Outbound = {};
|
|
6248
6273
|
/** @internal */
|
|
6249
|
-
export declare const
|
|
6274
|
+
export declare const AtBRANDAt8646$outboundSchema: z.ZodType<AtBRANDAt8646$Outbound, z.ZodTypeDef, AtBRANDAt8646>;
|
|
6250
6275
|
/**
|
|
6251
6276
|
* @internal
|
|
6252
6277
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6253
6278
|
*/
|
|
6254
|
-
export declare namespace
|
|
6255
|
-
/** @deprecated use `
|
|
6256
|
-
const inboundSchema: z.ZodType<
|
|
6257
|
-
/** @deprecated use `
|
|
6258
|
-
const outboundSchema: z.ZodType<
|
|
6259
|
-
/** @deprecated use `
|
|
6260
|
-
type Outbound =
|
|
6279
|
+
export declare namespace AtBRANDAt8646$ {
|
|
6280
|
+
/** @deprecated use `AtBRANDAt8646$inboundSchema` instead. */
|
|
6281
|
+
const inboundSchema: z.ZodType<AtBRANDAt8646, z.ZodTypeDef, unknown>;
|
|
6282
|
+
/** @deprecated use `AtBRANDAt8646$outboundSchema` instead. */
|
|
6283
|
+
const outboundSchema: z.ZodType<AtBRANDAt8646$Outbound, z.ZodTypeDef, AtBRANDAt8646>;
|
|
6284
|
+
/** @deprecated use `AtBRANDAt8646$Outbound` instead. */
|
|
6285
|
+
type Outbound = AtBRANDAt8646$Outbound;
|
|
6261
6286
|
}
|
|
6262
|
-
export declare function
|
|
6263
|
-
export declare function
|
|
6287
|
+
export declare function atBRANDAt8646ToJSON(atBRANDAt8646: AtBRANDAt8646): string;
|
|
6288
|
+
export declare function atBRANDAt8646FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8646, SDKValidationError>;
|
|
6264
6289
|
/** @internal */
|
|
6265
6290
|
export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
|
|
6266
6291
|
/** @internal */
|
|
6267
6292
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
6268
|
-
"__@BRAND@
|
|
6293
|
+
"__@BRAND@8646": AtBRANDAt8646$Outbound;
|
|
6269
6294
|
};
|
|
6270
6295
|
/** @internal */
|
|
6271
6296
|
export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;
|