@vercel/sdk 1.13.6 → 1.13.8
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 +3 -1
- package/bin/mcp-server.js +1424 -1191
- package/bin/mcp-server.js.map +62 -61
- package/docs/sdks/domains/README.md +1 -1
- package/docs/sdks/domainsregistrar/README.md +73 -32
- package/docs/sdks/security/README.md +1 -1
- package/esm/__tests__/accessgroups.test.js +2 -6
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +4 -11
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/domainsregistrar.test.js +33 -15
- package/esm/__tests__/domainsregistrar.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +4 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/domainsGetDomainTransfer.d.ts +1 -1
- package/esm/funcs/domainsGetDomainTransfer.js +1 -1
- package/esm/funcs/domainsRegistrarBuyDomains.d.ts +2 -2
- package/esm/funcs/domainsRegistrarBuyDomains.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarBuyDomains.js +8 -4
- package/esm/funcs/domainsRegistrarBuyDomains.js.map +1 -1
- package/esm/funcs/domainsRegistrarBuySingleDomain.js +5 -1
- package/esm/funcs/domainsRegistrarBuySingleDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +2 -2
- package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetBulkAvailability.js +8 -4
- package/esm/funcs/domainsRegistrarGetBulkAvailability.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +5 -1
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +5 -1
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAvailability.js +5 -1
- package/esm/funcs/domainsRegistrarGetDomainAvailability.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainPrice.js +1 -0
- package/esm/funcs/domainsRegistrarGetDomainPrice.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +5 -1
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetOrder.js +5 -1
- package/esm/funcs/domainsRegistrarGetOrder.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +2 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
- package/esm/funcs/domainsRegistrarGetSupportedTlds.js +17 -3
- package/esm/funcs/domainsRegistrarGetSupportedTlds.js.map +1 -1
- package/esm/funcs/domainsRegistrarGetTldPrice.js +1 -0
- package/esm/funcs/domainsRegistrarGetTldPrice.js.map +1 -1
- package/esm/funcs/domainsRegistrarRenewDomain.js +5 -1
- package/esm/funcs/domainsRegistrarRenewDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarTransferInDomain.js +5 -1
- package/esm/funcs/domainsRegistrarTransferInDomain.js.map +1 -1
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +5 -1
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +5 -1
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js.map +1 -1
- package/esm/funcs/projectsPauseProject.js +2 -2
- package/esm/funcs/projectsPauseProject.js.map +1 -1
- package/esm/funcs/securityGetActiveAttackStatus.d.ts +1 -1
- package/esm/funcs/securityGetActiveAttackStatus.js +2 -1
- package/esm/funcs/securityGetActiveAttackStatus.js.map +1 -1
- 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.js +1 -1
- package/esm/mcp-server/tools/domainsGetDomainTransfer.js +1 -1
- package/esm/mcp-server/tools/domainsGetDomainTransfer.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.d.ts +1 -1
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.d.ts +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts +5 -1
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.d.ts.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +7 -2
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -1
- package/esm/mcp-server/tools/securityGetActiveAttackStatus.js +1 -1
- package/esm/mcp-server/tools/securityGetActiveAttackStatus.js.map +1 -1
- package/esm/models/buydomainsop.d.ts +27 -0
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buydomainsop.js +35 -0
- package/esm/models/buydomainsop.js.map +1 -1
- package/esm/models/buysingledomainop.d.ts +2 -0
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +2 -0
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/canceldeploymentop.d.ts +3 -10
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +1 -4
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +6 -10
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +2 -4
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +415 -285
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +477 -351
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +38 -30
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +22 -18
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getactiveattackstatusop.d.ts +4 -2
- package/esm/models/getactiveattackstatusop.d.ts.map +1 -1
- package/esm/models/getactiveattackstatusop.js +4 -2
- package/esm/models/getactiveattackstatusop.js.map +1 -1
- package/esm/models/getbulkavailabilityop.d.ts +27 -0
- package/esm/models/getbulkavailabilityop.d.ts.map +1 -1
- package/esm/models/getbulkavailabilityop.js +36 -0
- package/esm/models/getbulkavailabilityop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getcontactinfoschemaop.d.ts +2 -0
- package/esm/models/getcontactinfoschemaop.d.ts.map +1 -1
- package/esm/models/getcontactinfoschemaop.js +2 -0
- package/esm/models/getcontactinfoschemaop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +3 -10
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +1 -4
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getdomainauthcodeop.d.ts +2 -0
- package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
- package/esm/models/getdomainauthcodeop.js +2 -0
- package/esm/models/getdomainauthcodeop.js.map +1 -1
- package/esm/models/getdomainavailabilityop.d.ts +2 -0
- package/esm/models/getdomainavailabilityop.d.ts.map +1 -1
- package/esm/models/getdomainavailabilityop.js +2 -0
- package/esm/models/getdomainavailabilityop.js.map +1 -1
- package/esm/models/getdomainpriceop.d.ts +2 -0
- package/esm/models/getdomainpriceop.d.ts.map +1 -1
- package/esm/models/getdomainpriceop.js +2 -0
- package/esm/models/getdomainpriceop.js.map +1 -1
- package/esm/models/getdomaintransferinop.d.ts +2 -0
- package/esm/models/getdomaintransferinop.d.ts.map +1 -1
- package/esm/models/getdomaintransferinop.js +2 -0
- package/esm/models/getdomaintransferinop.js.map +1 -1
- package/esm/models/getorderop.d.ts +2 -0
- package/esm/models/getorderop.d.ts.map +1 -1
- package/esm/models/getorderop.js +2 -0
- package/esm/models/getorderop.js.map +1 -1
- package/esm/models/getprojectenvop.d.ts +9 -9
- package/esm/models/getprojectenvop.js +3 -3
- package/esm/models/getprojectenvop.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 +3 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getsupportedtldsop.d.ts +29 -0
- package/esm/models/getsupportedtldsop.d.ts.map +1 -0
- package/esm/models/getsupportedtldsop.js +31 -0
- package/esm/models/getsupportedtldsop.js.map +1 -0
- package/esm/models/gettldpriceop.d.ts +2 -0
- package/esm/models/gettldpriceop.d.ts.map +1 -1
- package/esm/models/gettldpriceop.js +2 -0
- package/esm/models/gettldpriceop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +3 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +1 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +2 -0
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js +2 -0
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +2 -0
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/transferindomainop.js +2 -0
- package/esm/models/transferindomainop.js.map +1 -1
- package/esm/models/updatedomainautorenewop.d.ts +2 -0
- package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
- package/esm/models/updatedomainautorenewop.js +2 -0
- package/esm/models/updatedomainautorenewop.js.map +1 -1
- package/esm/models/updatedomainnameserversop.d.ts +2 -0
- package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
- package/esm/models/updatedomainnameserversop.js +2 -0
- package/esm/models/updatedomainnameserversop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +5 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +3 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +38 -30
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +22 -18
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +30 -0
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +22 -0
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/domains.d.ts +1 -1
- package/esm/sdk/domains.js +1 -1
- package/esm/sdk/domainsregistrar.d.ts +6 -5
- package/esm/sdk/domainsregistrar.d.ts.map +1 -1
- package/esm/sdk/domainsregistrar.js +2 -2
- package/esm/sdk/domainsregistrar.js.map +1 -1
- package/esm/sdk/security.d.ts +1 -1
- package/esm/sdk/security.js +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 +2 -6
- package/src/__tests__/domains.test.ts +4 -11
- package/src/__tests__/domainsregistrar.test.ts +33 -15
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +2 -2
- package/src/__tests__/security.test.ts +4 -4
- package/src/funcs/domainsGetDomainTransfer.ts +1 -1
- package/src/funcs/domainsRegistrarBuyDomains.ts +12 -7
- package/src/funcs/domainsRegistrarBuySingleDomain.ts +6 -1
- package/src/funcs/domainsRegistrarGetBulkAvailability.ts +12 -7
- package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +6 -1
- package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +6 -1
- package/src/funcs/domainsRegistrarGetDomainAvailability.ts +6 -1
- package/src/funcs/domainsRegistrarGetDomainPrice.ts +1 -0
- package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +6 -1
- package/src/funcs/domainsRegistrarGetOrder.ts +6 -1
- package/src/funcs/domainsRegistrarGetSupportedTlds.ts +26 -0
- package/src/funcs/domainsRegistrarGetTldPrice.ts +1 -0
- package/src/funcs/domainsRegistrarRenewDomain.ts +6 -1
- package/src/funcs/domainsRegistrarTransferInDomain.ts +6 -1
- package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +6 -1
- package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +6 -1
- package/src/funcs/projectsPauseProject.ts +2 -2
- package/src/funcs/securityGetActiveAttackStatus.ts +2 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/domainsGetDomainTransfer.ts +1 -1
- package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +11 -2
- package/src/mcp-server/tools/securityGetActiveAttackStatus.ts +1 -1
- package/src/models/buydomainsop.ts +70 -0
- package/src/models/buysingledomainop.ts +4 -0
- package/src/models/canceldeploymentop.ts +1 -14
- package/src/models/createdeploymentop.ts +2 -14
- package/src/models/createintegrationstoredirectop.ts +821 -604
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +36 -30
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getactiveattackstatusop.ts +8 -4
- package/src/models/getbulkavailabilityop.ts +71 -0
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getcontactinfoschemaop.ts +4 -0
- package/src/models/getdeploymentop.ts +1 -14
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getdomainauthcodeop.ts +4 -0
- package/src/models/getdomainavailabilityop.ts +4 -0
- package/src/models/getdomainpriceop.ts +4 -0
- package/src/models/getdomaintransferinop.ts +4 -0
- package/src/models/getorderop.ts +4 -0
- package/src/models/getprojectenvop.ts +3 -3
- package/src/models/getprojectsop.ts +5 -0
- package/src/models/getsupportedtldsop.ts +66 -0
- package/src/models/gettldpriceop.ts +4 -0
- package/src/models/getwebhooksop.ts +1 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/renewdomainop.ts +4 -0
- package/src/models/transferindomainop.ts +4 -0
- package/src/models/updatedomainautorenewop.ts +4 -0
- package/src/models/updatedomainnameserversop.ts +4 -0
- package/src/models/updateprojectdatacacheop.ts +5 -0
- package/src/models/updateprojectop.ts +36 -30
- package/src/models/userevent.ts +32 -0
- package/src/sdk/domains.ts +1 -1
- package/src/sdk/domainsregistrar.ts +7 -4
- package/src/sdk/security.ts +1 -1
- package/vercel-spec.json +518 -236
|
@@ -104,6 +104,7 @@ export declare const CreateIntegrationStoreDirectFramework: {
|
|
|
104
104
|
readonly Vuepress: "vuepress";
|
|
105
105
|
readonly Parcel: "parcel";
|
|
106
106
|
readonly Fastapi: "fastapi";
|
|
107
|
+
readonly Flask: "flask";
|
|
107
108
|
readonly Fasthtml: "fasthtml";
|
|
108
109
|
readonly SanityV3: "sanity-v3";
|
|
109
110
|
readonly Sanity: "sanity";
|
|
@@ -147,6 +148,25 @@ export type ProjectsMetadata = {
|
|
|
147
148
|
environmentVariables: Array<string>;
|
|
148
149
|
deployments?: CreateIntegrationStoreDirectDeployments | undefined;
|
|
149
150
|
};
|
|
151
|
+
export declare const Providers2: {
|
|
152
|
+
readonly Wildcard: "*";
|
|
153
|
+
};
|
|
154
|
+
export type Providers2 = ClosedEnum<typeof Providers2>;
|
|
155
|
+
export declare const Providers1: {
|
|
156
|
+
readonly Github: "github";
|
|
157
|
+
readonly Gitlab: "gitlab";
|
|
158
|
+
readonly Bitbucket: "bitbucket";
|
|
159
|
+
};
|
|
160
|
+
export type Providers1 = ClosedEnum<typeof Providers1>;
|
|
161
|
+
export type Providers = Array<Providers1> | Providers2;
|
|
162
|
+
export type Git = {
|
|
163
|
+
providers: Array<Providers1> | Providers2;
|
|
164
|
+
owners?: Array<string> | undefined;
|
|
165
|
+
repos?: Array<string> | undefined;
|
|
166
|
+
};
|
|
167
|
+
export type ProjectFilter = {
|
|
168
|
+
git?: Git | undefined;
|
|
169
|
+
};
|
|
150
170
|
export declare const CreateIntegrationStoreDirectStatus: {
|
|
151
171
|
readonly Available: "available";
|
|
152
172
|
readonly Error: "error";
|
|
@@ -193,9 +213,9 @@ export declare const CreateIntegrationStoreDirectIntegrationsType: {
|
|
|
193
213
|
readonly Object: "object";
|
|
194
214
|
};
|
|
195
215
|
export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
|
|
196
|
-
export type
|
|
216
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575 = {};
|
|
197
217
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
198
|
-
|
|
218
|
+
atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575;
|
|
199
219
|
};
|
|
200
220
|
export declare const CreateIntegrationStoreDirectDisabled3: {
|
|
201
221
|
readonly Update: "update";
|
|
@@ -228,17 +248,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
228
248
|
readonly Domain: "domain";
|
|
229
249
|
};
|
|
230
250
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
|
|
231
|
-
export type
|
|
251
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575 = {};
|
|
232
252
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
|
|
233
|
-
|
|
253
|
+
atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575;
|
|
234
254
|
};
|
|
235
|
-
export type
|
|
255
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575 = {};
|
|
236
256
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
|
|
237
|
-
|
|
257
|
+
atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575;
|
|
238
258
|
};
|
|
239
|
-
export type
|
|
259
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575 = {};
|
|
240
260
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
|
|
241
|
-
|
|
261
|
+
atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575;
|
|
242
262
|
};
|
|
243
263
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
|
|
244
264
|
readonly Update: "update";
|
|
@@ -299,9 +319,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
299
319
|
readonly VercelRegion: "vercel-region";
|
|
300
320
|
};
|
|
301
321
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
|
|
302
|
-
export type
|
|
322
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575 = {};
|
|
303
323
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
304
|
-
|
|
324
|
+
atBRANDAt8575: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575;
|
|
305
325
|
};
|
|
306
326
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
|
|
307
327
|
readonly Update: "update";
|
|
@@ -326,9 +346,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
326
346
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
|
|
327
347
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
|
|
328
348
|
};
|
|
329
|
-
export type
|
|
349
|
+
export type UiOptionsAtBRANDAt8575 = {};
|
|
330
350
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
331
|
-
|
|
351
|
+
atBRANDAt8575: UiOptionsAtBRANDAt8575;
|
|
332
352
|
};
|
|
333
353
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
|
|
334
354
|
readonly Update: "update";
|
|
@@ -355,17 +375,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
|
|
|
355
375
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
|
|
356
376
|
};
|
|
357
377
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
|
|
358
|
-
export type
|
|
378
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575 = {};
|
|
359
379
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
|
|
360
|
-
|
|
380
|
+
atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575;
|
|
361
381
|
};
|
|
362
|
-
export type
|
|
382
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575 = {};
|
|
363
383
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
|
|
364
|
-
|
|
384
|
+
atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575;
|
|
365
385
|
};
|
|
366
|
-
export type
|
|
386
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575 = {};
|
|
367
387
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
|
|
368
|
-
|
|
388
|
+
atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575;
|
|
369
389
|
};
|
|
370
390
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
|
|
371
391
|
readonly Update: "update";
|
|
@@ -427,17 +447,17 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
427
447
|
readonly String: "string";
|
|
428
448
|
};
|
|
429
449
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
|
|
430
|
-
export type
|
|
450
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575 = {};
|
|
431
451
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength = {
|
|
432
|
-
|
|
452
|
+
atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575;
|
|
433
453
|
};
|
|
434
|
-
export type
|
|
454
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575 = {};
|
|
435
455
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength = {
|
|
436
|
-
|
|
456
|
+
atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575;
|
|
437
457
|
};
|
|
438
|
-
export type
|
|
458
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575 = {};
|
|
439
459
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern = {
|
|
440
|
-
|
|
460
|
+
atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575;
|
|
441
461
|
};
|
|
442
462
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
443
463
|
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type;
|
|
@@ -560,17 +580,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
560
580
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
|
|
561
581
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
|
|
562
582
|
};
|
|
563
|
-
export type
|
|
583
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575 = {};
|
|
564
584
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
565
|
-
|
|
585
|
+
atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575;
|
|
566
586
|
};
|
|
567
|
-
export type
|
|
587
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575 = {};
|
|
568
588
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
569
|
-
|
|
589
|
+
atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575;
|
|
570
590
|
};
|
|
571
|
-
export type
|
|
591
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575 = {};
|
|
572
592
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
573
|
-
|
|
593
|
+
atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575;
|
|
574
594
|
};
|
|
575
595
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
|
|
576
596
|
readonly Update: "update";
|
|
@@ -816,17 +836,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
|
|
|
816
836
|
readonly Input: "input";
|
|
817
837
|
};
|
|
818
838
|
export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
|
|
819
|
-
export type
|
|
839
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575 = {};
|
|
820
840
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
821
|
-
|
|
841
|
+
atBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575;
|
|
822
842
|
};
|
|
823
|
-
export type
|
|
843
|
+
export type PropertiesAtBRANDAt8575 = {};
|
|
824
844
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
825
|
-
|
|
845
|
+
atBRANDAt8575: PropertiesAtBRANDAt8575;
|
|
826
846
|
};
|
|
827
|
-
export type
|
|
847
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8575 = {};
|
|
828
848
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
829
|
-
|
|
849
|
+
atBRANDAt8575: CreateIntegrationStoreDirectPropertiesAtBRANDAt8575;
|
|
830
850
|
};
|
|
831
851
|
export declare const CreateIntegrationStoreDirectUiReadOnly3: {
|
|
832
852
|
readonly Update: "update";
|
|
@@ -977,9 +997,9 @@ export type Guides = {
|
|
|
977
997
|
title: string;
|
|
978
998
|
steps: Array<Steps>;
|
|
979
999
|
};
|
|
980
|
-
export type
|
|
1000
|
+
export type AtBRANDAt8575 = {};
|
|
981
1001
|
export type CreateIntegrationStoreDirectValue = {
|
|
982
|
-
|
|
1002
|
+
atBRANDAt8575: AtBRANDAt8575;
|
|
983
1003
|
};
|
|
984
1004
|
export declare const Disabled3: {
|
|
985
1005
|
readonly Update: "update";
|
|
@@ -1085,6 +1105,7 @@ export type CreateIntegrationStoreDirectBillingPlan = {
|
|
|
1085
1105
|
};
|
|
1086
1106
|
export type CreateIntegrationStoreDirectStore = {
|
|
1087
1107
|
projectsMetadata: Array<ProjectsMetadata>;
|
|
1108
|
+
projectFilter?: ProjectFilter | undefined;
|
|
1088
1109
|
totalConnectedProjects?: number | undefined;
|
|
1089
1110
|
usageQuotaExceeded: boolean;
|
|
1090
1111
|
status: CreateIntegrationStoreDirectStatus | null;
|
|
@@ -1237,6 +1258,7 @@ export declare namespace CreateIntegrationStoreDirectFramework$ {
|
|
|
1237
1258
|
readonly Vuepress: "vuepress";
|
|
1238
1259
|
readonly Parcel: "parcel";
|
|
1239
1260
|
readonly Fastapi: "fastapi";
|
|
1261
|
+
readonly Flask: "flask";
|
|
1240
1262
|
readonly Fasthtml: "fasthtml";
|
|
1241
1263
|
readonly SanityV3: "sanity-v3";
|
|
1242
1264
|
readonly Sanity: "sanity";
|
|
@@ -1293,6 +1315,7 @@ export declare namespace CreateIntegrationStoreDirectFramework$ {
|
|
|
1293
1315
|
readonly Vuepress: "vuepress";
|
|
1294
1316
|
readonly Parcel: "parcel";
|
|
1295
1317
|
readonly Fastapi: "fastapi";
|
|
1318
|
+
readonly Flask: "flask";
|
|
1296
1319
|
readonly Fasthtml: "fasthtml";
|
|
1297
1320
|
readonly SanityV3: "sanity-v3";
|
|
1298
1321
|
readonly Sanity: "sanity";
|
|
@@ -1426,6 +1449,112 @@ export declare namespace ProjectsMetadata$ {
|
|
|
1426
1449
|
export declare function projectsMetadataToJSON(projectsMetadata: ProjectsMetadata): string;
|
|
1427
1450
|
export declare function projectsMetadataFromJSON(jsonString: string): SafeParseResult<ProjectsMetadata, SDKValidationError>;
|
|
1428
1451
|
/** @internal */
|
|
1452
|
+
export declare const Providers2$inboundSchema: z.ZodNativeEnum<typeof Providers2>;
|
|
1453
|
+
/** @internal */
|
|
1454
|
+
export declare const Providers2$outboundSchema: z.ZodNativeEnum<typeof Providers2>;
|
|
1455
|
+
/**
|
|
1456
|
+
* @internal
|
|
1457
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1458
|
+
*/
|
|
1459
|
+
export declare namespace Providers2$ {
|
|
1460
|
+
/** @deprecated use `Providers2$inboundSchema` instead. */
|
|
1461
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1462
|
+
readonly Wildcard: "*";
|
|
1463
|
+
}>;
|
|
1464
|
+
/** @deprecated use `Providers2$outboundSchema` instead. */
|
|
1465
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1466
|
+
readonly Wildcard: "*";
|
|
1467
|
+
}>;
|
|
1468
|
+
}
|
|
1469
|
+
/** @internal */
|
|
1470
|
+
export declare const Providers1$inboundSchema: z.ZodNativeEnum<typeof Providers1>;
|
|
1471
|
+
/** @internal */
|
|
1472
|
+
export declare const Providers1$outboundSchema: z.ZodNativeEnum<typeof Providers1>;
|
|
1473
|
+
/**
|
|
1474
|
+
* @internal
|
|
1475
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1476
|
+
*/
|
|
1477
|
+
export declare namespace Providers1$ {
|
|
1478
|
+
/** @deprecated use `Providers1$inboundSchema` instead. */
|
|
1479
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1480
|
+
readonly Github: "github";
|
|
1481
|
+
readonly Gitlab: "gitlab";
|
|
1482
|
+
readonly Bitbucket: "bitbucket";
|
|
1483
|
+
}>;
|
|
1484
|
+
/** @deprecated use `Providers1$outboundSchema` instead. */
|
|
1485
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1486
|
+
readonly Github: "github";
|
|
1487
|
+
readonly Gitlab: "gitlab";
|
|
1488
|
+
readonly Bitbucket: "bitbucket";
|
|
1489
|
+
}>;
|
|
1490
|
+
}
|
|
1491
|
+
/** @internal */
|
|
1492
|
+
export declare const Providers$inboundSchema: z.ZodType<Providers, z.ZodTypeDef, unknown>;
|
|
1493
|
+
/** @internal */
|
|
1494
|
+
export type Providers$Outbound = Array<string> | string;
|
|
1495
|
+
/** @internal */
|
|
1496
|
+
export declare const Providers$outboundSchema: z.ZodType<Providers$Outbound, z.ZodTypeDef, Providers>;
|
|
1497
|
+
/**
|
|
1498
|
+
* @internal
|
|
1499
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1500
|
+
*/
|
|
1501
|
+
export declare namespace Providers$ {
|
|
1502
|
+
/** @deprecated use `Providers$inboundSchema` instead. */
|
|
1503
|
+
const inboundSchema: z.ZodType<Providers, z.ZodTypeDef, unknown>;
|
|
1504
|
+
/** @deprecated use `Providers$outboundSchema` instead. */
|
|
1505
|
+
const outboundSchema: z.ZodType<Providers$Outbound, z.ZodTypeDef, Providers>;
|
|
1506
|
+
/** @deprecated use `Providers$Outbound` instead. */
|
|
1507
|
+
type Outbound = Providers$Outbound;
|
|
1508
|
+
}
|
|
1509
|
+
export declare function providersToJSON(providers: Providers): string;
|
|
1510
|
+
export declare function providersFromJSON(jsonString: string): SafeParseResult<Providers, SDKValidationError>;
|
|
1511
|
+
/** @internal */
|
|
1512
|
+
export declare const Git$inboundSchema: z.ZodType<Git, z.ZodTypeDef, unknown>;
|
|
1513
|
+
/** @internal */
|
|
1514
|
+
export type Git$Outbound = {
|
|
1515
|
+
providers: Array<string> | string;
|
|
1516
|
+
owners?: Array<string> | undefined;
|
|
1517
|
+
repos?: Array<string> | undefined;
|
|
1518
|
+
};
|
|
1519
|
+
/** @internal */
|
|
1520
|
+
export declare const Git$outboundSchema: z.ZodType<Git$Outbound, z.ZodTypeDef, Git>;
|
|
1521
|
+
/**
|
|
1522
|
+
* @internal
|
|
1523
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1524
|
+
*/
|
|
1525
|
+
export declare namespace Git$ {
|
|
1526
|
+
/** @deprecated use `Git$inboundSchema` instead. */
|
|
1527
|
+
const inboundSchema: z.ZodType<Git, z.ZodTypeDef, unknown>;
|
|
1528
|
+
/** @deprecated use `Git$outboundSchema` instead. */
|
|
1529
|
+
const outboundSchema: z.ZodType<Git$Outbound, z.ZodTypeDef, Git>;
|
|
1530
|
+
/** @deprecated use `Git$Outbound` instead. */
|
|
1531
|
+
type Outbound = Git$Outbound;
|
|
1532
|
+
}
|
|
1533
|
+
export declare function gitToJSON(git: Git): string;
|
|
1534
|
+
export declare function gitFromJSON(jsonString: string): SafeParseResult<Git, SDKValidationError>;
|
|
1535
|
+
/** @internal */
|
|
1536
|
+
export declare const ProjectFilter$inboundSchema: z.ZodType<ProjectFilter, z.ZodTypeDef, unknown>;
|
|
1537
|
+
/** @internal */
|
|
1538
|
+
export type ProjectFilter$Outbound = {
|
|
1539
|
+
git?: Git$Outbound | undefined;
|
|
1540
|
+
};
|
|
1541
|
+
/** @internal */
|
|
1542
|
+
export declare const ProjectFilter$outboundSchema: z.ZodType<ProjectFilter$Outbound, z.ZodTypeDef, ProjectFilter>;
|
|
1543
|
+
/**
|
|
1544
|
+
* @internal
|
|
1545
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1546
|
+
*/
|
|
1547
|
+
export declare namespace ProjectFilter$ {
|
|
1548
|
+
/** @deprecated use `ProjectFilter$inboundSchema` instead. */
|
|
1549
|
+
const inboundSchema: z.ZodType<ProjectFilter, z.ZodTypeDef, unknown>;
|
|
1550
|
+
/** @deprecated use `ProjectFilter$outboundSchema` instead. */
|
|
1551
|
+
const outboundSchema: z.ZodType<ProjectFilter$Outbound, z.ZodTypeDef, ProjectFilter>;
|
|
1552
|
+
/** @deprecated use `ProjectFilter$Outbound` instead. */
|
|
1553
|
+
type Outbound = ProjectFilter$Outbound;
|
|
1554
|
+
}
|
|
1555
|
+
export declare function projectFilterToJSON(projectFilter: ProjectFilter): string;
|
|
1556
|
+
export declare function projectFilterFromJSON(jsonString: string): SafeParseResult<ProjectFilter, SDKValidationError>;
|
|
1557
|
+
/** @internal */
|
|
1429
1558
|
export declare const CreateIntegrationStoreDirectStatus$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectStatus>;
|
|
1430
1559
|
/** @internal */
|
|
1431
1560
|
export declare const CreateIntegrationStoreDirectStatus$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectStatus>;
|
|
@@ -1600,30 +1729,30 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
1600
1729
|
}>;
|
|
1601
1730
|
}
|
|
1602
1731
|
/** @internal */
|
|
1603
|
-
export declare const
|
|
1732
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
1604
1733
|
/** @internal */
|
|
1605
|
-
export type
|
|
1734
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$Outbound = {};
|
|
1606
1735
|
/** @internal */
|
|
1607
|
-
export declare const
|
|
1736
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575>;
|
|
1608
1737
|
/**
|
|
1609
1738
|
* @internal
|
|
1610
1739
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1611
1740
|
*/
|
|
1612
|
-
export declare namespace
|
|
1613
|
-
/** @deprecated use `
|
|
1614
|
-
const inboundSchema: z.ZodType<
|
|
1615
|
-
/** @deprecated use `
|
|
1616
|
-
const outboundSchema: z.ZodType<
|
|
1617
|
-
/** @deprecated use `
|
|
1618
|
-
type Outbound =
|
|
1741
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$ {
|
|
1742
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$inboundSchema` instead. */
|
|
1743
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
1744
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$outboundSchema` instead. */
|
|
1745
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575>;
|
|
1746
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$Outbound` instead. */
|
|
1747
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$Outbound;
|
|
1619
1748
|
}
|
|
1620
|
-
export declare function
|
|
1621
|
-
export declare function
|
|
1749
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575): string;
|
|
1750
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575, SDKValidationError>;
|
|
1622
1751
|
/** @internal */
|
|
1623
1752
|
export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
|
|
1624
1753
|
/** @internal */
|
|
1625
1754
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
1626
|
-
"__@BRAND@
|
|
1755
|
+
"__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8575$Outbound;
|
|
1627
1756
|
};
|
|
1628
1757
|
/** @internal */
|
|
1629
1758
|
export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
|
|
@@ -1826,30 +1955,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
1826
1955
|
}>;
|
|
1827
1956
|
}
|
|
1828
1957
|
/** @internal */
|
|
1829
|
-
export declare const
|
|
1958
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
1830
1959
|
/** @internal */
|
|
1831
|
-
export type
|
|
1960
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$Outbound = {};
|
|
1832
1961
|
/** @internal */
|
|
1833
|
-
export declare const
|
|
1962
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575>;
|
|
1834
1963
|
/**
|
|
1835
1964
|
* @internal
|
|
1836
1965
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1837
1966
|
*/
|
|
1838
|
-
export declare namespace
|
|
1839
|
-
/** @deprecated use `
|
|
1840
|
-
const inboundSchema: z.ZodType<
|
|
1841
|
-
/** @deprecated use `
|
|
1842
|
-
const outboundSchema: z.ZodType<
|
|
1843
|
-
/** @deprecated use `
|
|
1844
|
-
type Outbound =
|
|
1967
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$ {
|
|
1968
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$inboundSchema` instead. */
|
|
1969
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
1970
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$outboundSchema` instead. */
|
|
1971
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575>;
|
|
1972
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$Outbound` instead. */
|
|
1973
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$Outbound;
|
|
1845
1974
|
}
|
|
1846
|
-
export declare function
|
|
1847
|
-
export declare function
|
|
1975
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575): string;
|
|
1976
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575, SDKValidationError>;
|
|
1848
1977
|
/** @internal */
|
|
1849
1978
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
|
|
1850
1979
|
/** @internal */
|
|
1851
1980
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
|
|
1852
|
-
"__@BRAND@
|
|
1981
|
+
"__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8575$Outbound;
|
|
1853
1982
|
};
|
|
1854
1983
|
/** @internal */
|
|
1855
1984
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
|
|
@@ -1868,30 +1997,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
1868
1997
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
|
|
1869
1998
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
|
|
1870
1999
|
/** @internal */
|
|
1871
|
-
export declare const
|
|
2000
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
1872
2001
|
/** @internal */
|
|
1873
|
-
export type
|
|
2002
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$Outbound = {};
|
|
1874
2003
|
/** @internal */
|
|
1875
|
-
export declare const
|
|
2004
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575>;
|
|
1876
2005
|
/**
|
|
1877
2006
|
* @internal
|
|
1878
2007
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1879
2008
|
*/
|
|
1880
|
-
export declare namespace
|
|
1881
|
-
/** @deprecated use `
|
|
1882
|
-
const inboundSchema: z.ZodType<
|
|
1883
|
-
/** @deprecated use `
|
|
1884
|
-
const outboundSchema: z.ZodType<
|
|
1885
|
-
/** @deprecated use `
|
|
1886
|
-
type Outbound =
|
|
2009
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$ {
|
|
2010
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$inboundSchema` instead. */
|
|
2011
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
2012
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$outboundSchema` instead. */
|
|
2013
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575>;
|
|
2014
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$Outbound` instead. */
|
|
2015
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$Outbound;
|
|
1887
2016
|
}
|
|
1888
|
-
export declare function
|
|
1889
|
-
export declare function
|
|
2017
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575): string;
|
|
2018
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575, SDKValidationError>;
|
|
1890
2019
|
/** @internal */
|
|
1891
2020
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
|
|
1892
2021
|
/** @internal */
|
|
1893
2022
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
|
|
1894
|
-
"__@BRAND@
|
|
2023
|
+
"__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8575$Outbound;
|
|
1895
2024
|
};
|
|
1896
2025
|
/** @internal */
|
|
1897
2026
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
|
|
@@ -1910,30 +2039,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
1910
2039
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
|
|
1911
2040
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
|
|
1912
2041
|
/** @internal */
|
|
1913
|
-
export declare const
|
|
2042
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
1914
2043
|
/** @internal */
|
|
1915
|
-
export type
|
|
2044
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$Outbound = {};
|
|
1916
2045
|
/** @internal */
|
|
1917
|
-
export declare const
|
|
2046
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575>;
|
|
1918
2047
|
/**
|
|
1919
2048
|
* @internal
|
|
1920
2049
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1921
2050
|
*/
|
|
1922
|
-
export declare namespace
|
|
1923
|
-
/** @deprecated use `
|
|
1924
|
-
const inboundSchema: z.ZodType<
|
|
1925
|
-
/** @deprecated use `
|
|
1926
|
-
const outboundSchema: z.ZodType<
|
|
1927
|
-
/** @deprecated use `
|
|
1928
|
-
type Outbound =
|
|
2051
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$ {
|
|
2052
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$inboundSchema` instead. */
|
|
2053
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
2054
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$outboundSchema` instead. */
|
|
2055
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575>;
|
|
2056
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$Outbound` instead. */
|
|
2057
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$Outbound;
|
|
1929
2058
|
}
|
|
1930
|
-
export declare function
|
|
1931
|
-
export declare function
|
|
2059
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575): string;
|
|
2060
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575, SDKValidationError>;
|
|
1932
2061
|
/** @internal */
|
|
1933
2062
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
|
|
1934
2063
|
/** @internal */
|
|
1935
2064
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
|
|
1936
|
-
"__@BRAND@
|
|
2065
|
+
"__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8575$Outbound;
|
|
1937
2066
|
};
|
|
1938
2067
|
/** @internal */
|
|
1939
2068
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
|
|
@@ -2274,30 +2403,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2274
2403
|
}>;
|
|
2275
2404
|
}
|
|
2276
2405
|
/** @internal */
|
|
2277
|
-
export declare const
|
|
2406
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
2278
2407
|
/** @internal */
|
|
2279
|
-
export type
|
|
2408
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$Outbound = {};
|
|
2280
2409
|
/** @internal */
|
|
2281
|
-
export declare const
|
|
2410
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575>;
|
|
2282
2411
|
/**
|
|
2283
2412
|
* @internal
|
|
2284
2413
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2285
2414
|
*/
|
|
2286
|
-
export declare namespace
|
|
2287
|
-
/** @deprecated use `
|
|
2288
|
-
const inboundSchema: z.ZodType<
|
|
2289
|
-
/** @deprecated use `
|
|
2290
|
-
const outboundSchema: z.ZodType<
|
|
2291
|
-
/** @deprecated use `
|
|
2292
|
-
type Outbound =
|
|
2415
|
+
export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$ {
|
|
2416
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$inboundSchema` instead. */
|
|
2417
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
2418
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$outboundSchema` instead. */
|
|
2419
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575>;
|
|
2420
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$Outbound` instead. */
|
|
2421
|
+
type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$Outbound;
|
|
2293
2422
|
}
|
|
2294
|
-
export declare function
|
|
2295
|
-
export declare function
|
|
2423
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8575ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8575: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575): string;
|
|
2424
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575, SDKValidationError>;
|
|
2296
2425
|
/** @internal */
|
|
2297
2426
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
|
|
2298
2427
|
/** @internal */
|
|
2299
2428
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
2300
|
-
"__@BRAND@
|
|
2429
|
+
"__@BRAND@8575": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8575$Outbound;
|
|
2301
2430
|
};
|
|
2302
2431
|
/** @internal */
|
|
2303
2432
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
|
|
@@ -2464,30 +2593,30 @@ export declare namespace CreateIntegrationStoreDirectUiOptions3$ {
|
|
|
2464
2593
|
export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
|
|
2465
2594
|
export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
|
|
2466
2595
|
/** @internal */
|
|
2467
|
-
export declare const
|
|
2596
|
+
export declare const UiOptionsAtBRANDAt8575$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
2468
2597
|
/** @internal */
|
|
2469
|
-
export type
|
|
2598
|
+
export type UiOptionsAtBRANDAt8575$Outbound = {};
|
|
2470
2599
|
/** @internal */
|
|
2471
|
-
export declare const
|
|
2600
|
+
export declare const UiOptionsAtBRANDAt8575$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8575$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8575>;
|
|
2472
2601
|
/**
|
|
2473
2602
|
* @internal
|
|
2474
2603
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2475
2604
|
*/
|
|
2476
|
-
export declare namespace
|
|
2477
|
-
/** @deprecated use `
|
|
2478
|
-
const inboundSchema: z.ZodType<
|
|
2479
|
-
/** @deprecated use `
|
|
2480
|
-
const outboundSchema: z.ZodType<
|
|
2481
|
-
/** @deprecated use `
|
|
2482
|
-
type Outbound =
|
|
2605
|
+
export declare namespace UiOptionsAtBRANDAt8575$ {
|
|
2606
|
+
/** @deprecated use `UiOptionsAtBRANDAt8575$inboundSchema` instead. */
|
|
2607
|
+
const inboundSchema: z.ZodType<UiOptionsAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
2608
|
+
/** @deprecated use `UiOptionsAtBRANDAt8575$outboundSchema` instead. */
|
|
2609
|
+
const outboundSchema: z.ZodType<UiOptionsAtBRANDAt8575$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8575>;
|
|
2610
|
+
/** @deprecated use `UiOptionsAtBRANDAt8575$Outbound` instead. */
|
|
2611
|
+
type Outbound = UiOptionsAtBRANDAt8575$Outbound;
|
|
2483
2612
|
}
|
|
2484
|
-
export declare function
|
|
2485
|
-
export declare function
|
|
2613
|
+
export declare function uiOptionsAtBRANDAt8575ToJSON(uiOptionsAtBRANDAt8575: UiOptionsAtBRANDAt8575): string;
|
|
2614
|
+
export declare function uiOptionsAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8575, SDKValidationError>;
|
|
2486
2615
|
/** @internal */
|
|
2487
2616
|
export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
|
|
2488
2617
|
/** @internal */
|
|
2489
2618
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
2490
|
-
"__@BRAND@
|
|
2619
|
+
"__@BRAND@8575": UiOptionsAtBRANDAt8575$Outbound;
|
|
2491
2620
|
};
|
|
2492
2621
|
/** @internal */
|
|
2493
2622
|
export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
|
|
@@ -2675,30 +2804,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2675
2804
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
|
|
2676
2805
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
|
|
2677
2806
|
/** @internal */
|
|
2678
|
-
export declare const
|
|
2807
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
2679
2808
|
/** @internal */
|
|
2680
|
-
export type
|
|
2809
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$Outbound = {};
|
|
2681
2810
|
/** @internal */
|
|
2682
|
-
export declare const
|
|
2811
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575>;
|
|
2683
2812
|
/**
|
|
2684
2813
|
* @internal
|
|
2685
2814
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2686
2815
|
*/
|
|
2687
|
-
export declare namespace
|
|
2688
|
-
/** @deprecated use `
|
|
2689
|
-
const inboundSchema: z.ZodType<
|
|
2690
|
-
/** @deprecated use `
|
|
2691
|
-
const outboundSchema: z.ZodType<
|
|
2692
|
-
/** @deprecated use `
|
|
2693
|
-
type Outbound =
|
|
2816
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$ {
|
|
2817
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$inboundSchema` instead. */
|
|
2818
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
2819
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$outboundSchema` instead. */
|
|
2820
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575>;
|
|
2821
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$Outbound` instead. */
|
|
2822
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$Outbound;
|
|
2694
2823
|
}
|
|
2695
|
-
export declare function
|
|
2696
|
-
export declare function
|
|
2824
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575): string;
|
|
2825
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575, SDKValidationError>;
|
|
2697
2826
|
/** @internal */
|
|
2698
2827
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
|
|
2699
2828
|
/** @internal */
|
|
2700
2829
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
|
|
2701
|
-
"__@BRAND@
|
|
2830
|
+
"__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8575$Outbound;
|
|
2702
2831
|
};
|
|
2703
2832
|
/** @internal */
|
|
2704
2833
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
|
|
@@ -2717,30 +2846,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2717
2846
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
|
|
2718
2847
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
|
|
2719
2848
|
/** @internal */
|
|
2720
|
-
export declare const
|
|
2849
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
2721
2850
|
/** @internal */
|
|
2722
|
-
export type
|
|
2851
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$Outbound = {};
|
|
2723
2852
|
/** @internal */
|
|
2724
|
-
export declare const
|
|
2853
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575>;
|
|
2725
2854
|
/**
|
|
2726
2855
|
* @internal
|
|
2727
2856
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2728
2857
|
*/
|
|
2729
|
-
export declare namespace
|
|
2730
|
-
/** @deprecated use `
|
|
2731
|
-
const inboundSchema: z.ZodType<
|
|
2732
|
-
/** @deprecated use `
|
|
2733
|
-
const outboundSchema: z.ZodType<
|
|
2734
|
-
/** @deprecated use `
|
|
2735
|
-
type Outbound =
|
|
2858
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$ {
|
|
2859
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$inboundSchema` instead. */
|
|
2860
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
2861
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$outboundSchema` instead. */
|
|
2862
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575>;
|
|
2863
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$Outbound` instead. */
|
|
2864
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$Outbound;
|
|
2736
2865
|
}
|
|
2737
|
-
export declare function
|
|
2738
|
-
export declare function
|
|
2866
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575): string;
|
|
2867
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575, SDKValidationError>;
|
|
2739
2868
|
/** @internal */
|
|
2740
2869
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
|
|
2741
2870
|
/** @internal */
|
|
2742
2871
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
|
|
2743
|
-
"__@BRAND@
|
|
2872
|
+
"__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8575$Outbound;
|
|
2744
2873
|
};
|
|
2745
2874
|
/** @internal */
|
|
2746
2875
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
|
|
@@ -2759,30 +2888,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2759
2888
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
|
|
2760
2889
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
|
|
2761
2890
|
/** @internal */
|
|
2762
|
-
export declare const
|
|
2891
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
2763
2892
|
/** @internal */
|
|
2764
|
-
export type
|
|
2893
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$Outbound = {};
|
|
2765
2894
|
/** @internal */
|
|
2766
|
-
export declare const
|
|
2895
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575>;
|
|
2767
2896
|
/**
|
|
2768
2897
|
* @internal
|
|
2769
2898
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2770
2899
|
*/
|
|
2771
|
-
export declare namespace
|
|
2772
|
-
/** @deprecated use `
|
|
2773
|
-
const inboundSchema: z.ZodType<
|
|
2774
|
-
/** @deprecated use `
|
|
2775
|
-
const outboundSchema: z.ZodType<
|
|
2776
|
-
/** @deprecated use `
|
|
2777
|
-
type Outbound =
|
|
2900
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$ {
|
|
2901
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$inboundSchema` instead. */
|
|
2902
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
2903
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$outboundSchema` instead. */
|
|
2904
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575>;
|
|
2905
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$Outbound` instead. */
|
|
2906
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$Outbound;
|
|
2778
2907
|
}
|
|
2779
|
-
export declare function
|
|
2780
|
-
export declare function
|
|
2908
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575): string;
|
|
2909
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575, SDKValidationError>;
|
|
2781
2910
|
/** @internal */
|
|
2782
2911
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
|
|
2783
2912
|
/** @internal */
|
|
2784
2913
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
|
|
2785
|
-
"__@BRAND@
|
|
2914
|
+
"__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8575$Outbound;
|
|
2786
2915
|
};
|
|
2787
2916
|
/** @internal */
|
|
2788
2917
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
|
|
@@ -3124,30 +3253,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
3124
3253
|
}>;
|
|
3125
3254
|
}
|
|
3126
3255
|
/** @internal */
|
|
3127
|
-
export declare const
|
|
3256
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
3128
3257
|
/** @internal */
|
|
3129
|
-
export type
|
|
3258
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$Outbound = {};
|
|
3130
3259
|
/** @internal */
|
|
3131
|
-
export declare const
|
|
3260
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575>;
|
|
3132
3261
|
/**
|
|
3133
3262
|
* @internal
|
|
3134
3263
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3135
3264
|
*/
|
|
3136
|
-
export declare namespace
|
|
3137
|
-
/** @deprecated use `
|
|
3138
|
-
const inboundSchema: z.ZodType<
|
|
3139
|
-
/** @deprecated use `
|
|
3140
|
-
const outboundSchema: z.ZodType<
|
|
3141
|
-
/** @deprecated use `
|
|
3142
|
-
type Outbound =
|
|
3265
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$ {
|
|
3266
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$inboundSchema` instead. */
|
|
3267
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
3268
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$outboundSchema` instead. */
|
|
3269
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575>;
|
|
3270
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$Outbound` instead. */
|
|
3271
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$Outbound;
|
|
3143
3272
|
}
|
|
3144
|
-
export declare function
|
|
3145
|
-
export declare function
|
|
3273
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575): string;
|
|
3274
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575, SDKValidationError>;
|
|
3146
3275
|
/** @internal */
|
|
3147
3276
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, z.ZodTypeDef, unknown>;
|
|
3148
3277
|
/** @internal */
|
|
3149
3278
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound = {
|
|
3150
|
-
"__@BRAND@
|
|
3279
|
+
"__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8575$Outbound;
|
|
3151
3280
|
};
|
|
3152
3281
|
/** @internal */
|
|
3153
3282
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength>;
|
|
@@ -3166,30 +3295,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
3166
3295
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength): string;
|
|
3167
3296
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, SDKValidationError>;
|
|
3168
3297
|
/** @internal */
|
|
3169
|
-
export declare const
|
|
3298
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
3170
3299
|
/** @internal */
|
|
3171
|
-
export type
|
|
3300
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$Outbound = {};
|
|
3172
3301
|
/** @internal */
|
|
3173
|
-
export declare const
|
|
3302
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575>;
|
|
3174
3303
|
/**
|
|
3175
3304
|
* @internal
|
|
3176
3305
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3177
3306
|
*/
|
|
3178
|
-
export declare namespace
|
|
3179
|
-
/** @deprecated use `
|
|
3180
|
-
const inboundSchema: z.ZodType<
|
|
3181
|
-
/** @deprecated use `
|
|
3182
|
-
const outboundSchema: z.ZodType<
|
|
3183
|
-
/** @deprecated use `
|
|
3184
|
-
type Outbound =
|
|
3307
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$ {
|
|
3308
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$inboundSchema` instead. */
|
|
3309
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
3310
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$outboundSchema` instead. */
|
|
3311
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575>;
|
|
3312
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$Outbound` instead. */
|
|
3313
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$Outbound;
|
|
3185
3314
|
}
|
|
3186
|
-
export declare function
|
|
3187
|
-
export declare function
|
|
3315
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575): string;
|
|
3316
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575, SDKValidationError>;
|
|
3188
3317
|
/** @internal */
|
|
3189
3318
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, z.ZodTypeDef, unknown>;
|
|
3190
3319
|
/** @internal */
|
|
3191
3320
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound = {
|
|
3192
|
-
"__@BRAND@
|
|
3321
|
+
"__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8575$Outbound;
|
|
3193
3322
|
};
|
|
3194
3323
|
/** @internal */
|
|
3195
3324
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength>;
|
|
@@ -3208,30 +3337,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
3208
3337
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength): string;
|
|
3209
3338
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, SDKValidationError>;
|
|
3210
3339
|
/** @internal */
|
|
3211
|
-
export declare const
|
|
3340
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
3212
3341
|
/** @internal */
|
|
3213
|
-
export type
|
|
3342
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$Outbound = {};
|
|
3214
3343
|
/** @internal */
|
|
3215
|
-
export declare const
|
|
3344
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575>;
|
|
3216
3345
|
/**
|
|
3217
3346
|
* @internal
|
|
3218
3347
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3219
3348
|
*/
|
|
3220
|
-
export declare namespace
|
|
3221
|
-
/** @deprecated use `
|
|
3222
|
-
const inboundSchema: z.ZodType<
|
|
3223
|
-
/** @deprecated use `
|
|
3224
|
-
const outboundSchema: z.ZodType<
|
|
3225
|
-
/** @deprecated use `
|
|
3226
|
-
type Outbound =
|
|
3349
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$ {
|
|
3350
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$inboundSchema` instead. */
|
|
3351
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
3352
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$outboundSchema` instead. */
|
|
3353
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575>;
|
|
3354
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$Outbound` instead. */
|
|
3355
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$Outbound;
|
|
3227
3356
|
}
|
|
3228
|
-
export declare function
|
|
3229
|
-
export declare function
|
|
3357
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575): string;
|
|
3358
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575, SDKValidationError>;
|
|
3230
3359
|
/** @internal */
|
|
3231
3360
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, z.ZodTypeDef, unknown>;
|
|
3232
3361
|
/** @internal */
|
|
3233
3362
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound = {
|
|
3234
|
-
"__@BRAND@
|
|
3363
|
+
"__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8575$Outbound;
|
|
3235
3364
|
};
|
|
3236
3365
|
/** @internal */
|
|
3237
3366
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern>;
|
|
@@ -3917,30 +4046,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiOptions$ {
|
|
|
3917
4046
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
|
|
3918
4047
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
|
|
3919
4048
|
/** @internal */
|
|
3920
|
-
export declare const
|
|
4049
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
3921
4050
|
/** @internal */
|
|
3922
|
-
export type
|
|
4051
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$Outbound = {};
|
|
3923
4052
|
/** @internal */
|
|
3924
|
-
export declare const
|
|
4053
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575>;
|
|
3925
4054
|
/**
|
|
3926
4055
|
* @internal
|
|
3927
4056
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3928
4057
|
*/
|
|
3929
|
-
export declare namespace
|
|
3930
|
-
/** @deprecated use `
|
|
3931
|
-
const inboundSchema: z.ZodType<
|
|
3932
|
-
/** @deprecated use `
|
|
3933
|
-
const outboundSchema: z.ZodType<
|
|
3934
|
-
/** @deprecated use `
|
|
3935
|
-
type Outbound =
|
|
4058
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$ {
|
|
4059
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$inboundSchema` instead. */
|
|
4060
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
4061
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$outboundSchema` instead. */
|
|
4062
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575>;
|
|
4063
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$Outbound` instead. */
|
|
4064
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$Outbound;
|
|
3936
4065
|
}
|
|
3937
|
-
export declare function
|
|
3938
|
-
export declare function
|
|
4066
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575): string;
|
|
4067
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575, SDKValidationError>;
|
|
3939
4068
|
/** @internal */
|
|
3940
4069
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
|
|
3941
4070
|
/** @internal */
|
|
3942
4071
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
|
|
3943
|
-
"__@BRAND@
|
|
4072
|
+
"__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8575$Outbound;
|
|
3944
4073
|
};
|
|
3945
4074
|
/** @internal */
|
|
3946
4075
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
|
|
@@ -3959,30 +4088,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMaxLe
|
|
|
3959
4088
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
|
|
3960
4089
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
|
|
3961
4090
|
/** @internal */
|
|
3962
|
-
export declare const
|
|
4091
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
3963
4092
|
/** @internal */
|
|
3964
|
-
export type
|
|
4093
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$Outbound = {};
|
|
3965
4094
|
/** @internal */
|
|
3966
|
-
export declare const
|
|
4095
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575>;
|
|
3967
4096
|
/**
|
|
3968
4097
|
* @internal
|
|
3969
4098
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3970
4099
|
*/
|
|
3971
|
-
export declare namespace
|
|
3972
|
-
/** @deprecated use `
|
|
3973
|
-
const inboundSchema: z.ZodType<
|
|
3974
|
-
/** @deprecated use `
|
|
3975
|
-
const outboundSchema: z.ZodType<
|
|
3976
|
-
/** @deprecated use `
|
|
3977
|
-
type Outbound =
|
|
4100
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$ {
|
|
4101
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$inboundSchema` instead. */
|
|
4102
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
4103
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$outboundSchema` instead. */
|
|
4104
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575>;
|
|
4105
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$Outbound` instead. */
|
|
4106
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$Outbound;
|
|
3978
4107
|
}
|
|
3979
|
-
export declare function
|
|
3980
|
-
export declare function
|
|
4108
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575): string;
|
|
4109
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575, SDKValidationError>;
|
|
3981
4110
|
/** @internal */
|
|
3982
4111
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
|
|
3983
4112
|
/** @internal */
|
|
3984
4113
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
|
|
3985
|
-
"__@BRAND@
|
|
4114
|
+
"__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8575$Outbound;
|
|
3986
4115
|
};
|
|
3987
4116
|
/** @internal */
|
|
3988
4117
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
|
|
@@ -4001,30 +4130,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMinLe
|
|
|
4001
4130
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
|
|
4002
4131
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
|
|
4003
4132
|
/** @internal */
|
|
4004
|
-
export declare const
|
|
4133
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
4005
4134
|
/** @internal */
|
|
4006
|
-
export type
|
|
4135
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$Outbound = {};
|
|
4007
4136
|
/** @internal */
|
|
4008
|
-
export declare const
|
|
4137
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575>;
|
|
4009
4138
|
/**
|
|
4010
4139
|
* @internal
|
|
4011
4140
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4012
4141
|
*/
|
|
4013
|
-
export declare namespace
|
|
4014
|
-
/** @deprecated use `
|
|
4015
|
-
const inboundSchema: z.ZodType<
|
|
4016
|
-
/** @deprecated use `
|
|
4017
|
-
const outboundSchema: z.ZodType<
|
|
4018
|
-
/** @deprecated use `
|
|
4019
|
-
type Outbound =
|
|
4142
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$ {
|
|
4143
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$inboundSchema` instead. */
|
|
4144
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
4145
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$outboundSchema` instead. */
|
|
4146
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575>;
|
|
4147
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$Outbound` instead. */
|
|
4148
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$Outbound;
|
|
4020
4149
|
}
|
|
4021
|
-
export declare function
|
|
4022
|
-
export declare function
|
|
4150
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575): string;
|
|
4151
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575, SDKValidationError>;
|
|
4023
4152
|
/** @internal */
|
|
4024
4153
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
|
|
4025
4154
|
/** @internal */
|
|
4026
4155
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
|
|
4027
|
-
"__@BRAND@
|
|
4156
|
+
"__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8575$Outbound;
|
|
4028
4157
|
};
|
|
4029
4158
|
/** @internal */
|
|
4030
4159
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
|
|
@@ -5372,30 +5501,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
5372
5501
|
}>;
|
|
5373
5502
|
}
|
|
5374
5503
|
/** @internal */
|
|
5375
|
-
export declare const
|
|
5504
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
5376
5505
|
/** @internal */
|
|
5377
|
-
export type
|
|
5506
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$Outbound = {};
|
|
5378
5507
|
/** @internal */
|
|
5379
|
-
export declare const
|
|
5508
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575>;
|
|
5380
5509
|
/**
|
|
5381
5510
|
* @internal
|
|
5382
5511
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5383
5512
|
*/
|
|
5384
|
-
export declare namespace
|
|
5385
|
-
/** @deprecated use `
|
|
5386
|
-
const inboundSchema: z.ZodType<
|
|
5387
|
-
/** @deprecated use `
|
|
5388
|
-
const outboundSchema: z.ZodType<
|
|
5389
|
-
/** @deprecated use `
|
|
5390
|
-
type Outbound =
|
|
5513
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$ {
|
|
5514
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$inboundSchema` instead. */
|
|
5515
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
5516
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$outboundSchema` instead. */
|
|
5517
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575>;
|
|
5518
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$Outbound` instead. */
|
|
5519
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$Outbound;
|
|
5391
5520
|
}
|
|
5392
|
-
export declare function
|
|
5393
|
-
export declare function
|
|
5521
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575): string;
|
|
5522
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575, SDKValidationError>;
|
|
5394
5523
|
/** @internal */
|
|
5395
5524
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
|
|
5396
5525
|
/** @internal */
|
|
5397
5526
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
5398
|
-
"__@BRAND@
|
|
5527
|
+
"__@BRAND@8575": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8575$Outbound;
|
|
5399
5528
|
};
|
|
5400
5529
|
/** @internal */
|
|
5401
5530
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
|
|
@@ -5414,30 +5543,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMaxLength$ {
|
|
|
5414
5543
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
|
|
5415
5544
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
|
|
5416
5545
|
/** @internal */
|
|
5417
|
-
export declare const
|
|
5546
|
+
export declare const PropertiesAtBRANDAt8575$inboundSchema: z.ZodType<PropertiesAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
5418
5547
|
/** @internal */
|
|
5419
|
-
export type
|
|
5548
|
+
export type PropertiesAtBRANDAt8575$Outbound = {};
|
|
5420
5549
|
/** @internal */
|
|
5421
|
-
export declare const
|
|
5550
|
+
export declare const PropertiesAtBRANDAt8575$outboundSchema: z.ZodType<PropertiesAtBRANDAt8575$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8575>;
|
|
5422
5551
|
/**
|
|
5423
5552
|
* @internal
|
|
5424
5553
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5425
5554
|
*/
|
|
5426
|
-
export declare namespace
|
|
5427
|
-
/** @deprecated use `
|
|
5428
|
-
const inboundSchema: z.ZodType<
|
|
5429
|
-
/** @deprecated use `
|
|
5430
|
-
const outboundSchema: z.ZodType<
|
|
5431
|
-
/** @deprecated use `
|
|
5432
|
-
type Outbound =
|
|
5555
|
+
export declare namespace PropertiesAtBRANDAt8575$ {
|
|
5556
|
+
/** @deprecated use `PropertiesAtBRANDAt8575$inboundSchema` instead. */
|
|
5557
|
+
const inboundSchema: z.ZodType<PropertiesAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
5558
|
+
/** @deprecated use `PropertiesAtBRANDAt8575$outboundSchema` instead. */
|
|
5559
|
+
const outboundSchema: z.ZodType<PropertiesAtBRANDAt8575$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8575>;
|
|
5560
|
+
/** @deprecated use `PropertiesAtBRANDAt8575$Outbound` instead. */
|
|
5561
|
+
type Outbound = PropertiesAtBRANDAt8575$Outbound;
|
|
5433
5562
|
}
|
|
5434
|
-
export declare function
|
|
5435
|
-
export declare function
|
|
5563
|
+
export declare function propertiesAtBRANDAt8575ToJSON(propertiesAtBRANDAt8575: PropertiesAtBRANDAt8575): string;
|
|
5564
|
+
export declare function propertiesAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8575, SDKValidationError>;
|
|
5436
5565
|
/** @internal */
|
|
5437
5566
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
|
|
5438
5567
|
/** @internal */
|
|
5439
5568
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
5440
|
-
"__@BRAND@
|
|
5569
|
+
"__@BRAND@8575": PropertiesAtBRANDAt8575$Outbound;
|
|
5441
5570
|
};
|
|
5442
5571
|
/** @internal */
|
|
5443
5572
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
|
|
@@ -5456,30 +5585,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMinLength$ {
|
|
|
5456
5585
|
export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
|
|
5457
5586
|
export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
|
|
5458
5587
|
/** @internal */
|
|
5459
|
-
export declare const
|
|
5588
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
5460
5589
|
/** @internal */
|
|
5461
|
-
export type
|
|
5590
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$Outbound = {};
|
|
5462
5591
|
/** @internal */
|
|
5463
|
-
export declare const
|
|
5592
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8575>;
|
|
5464
5593
|
/**
|
|
5465
5594
|
* @internal
|
|
5466
5595
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5467
5596
|
*/
|
|
5468
|
-
export declare namespace
|
|
5469
|
-
/** @deprecated use `
|
|
5470
|
-
const inboundSchema: z.ZodType<
|
|
5471
|
-
/** @deprecated use `
|
|
5472
|
-
const outboundSchema: z.ZodType<
|
|
5473
|
-
/** @deprecated use `
|
|
5474
|
-
type Outbound =
|
|
5597
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$ {
|
|
5598
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$inboundSchema` instead. */
|
|
5599
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
5600
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$outboundSchema` instead. */
|
|
5601
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8575>;
|
|
5602
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$Outbound` instead. */
|
|
5603
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$Outbound;
|
|
5475
5604
|
}
|
|
5476
|
-
export declare function
|
|
5477
|
-
export declare function
|
|
5605
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8575ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8575: CreateIntegrationStoreDirectPropertiesAtBRANDAt8575): string;
|
|
5606
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8575FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8575, SDKValidationError>;
|
|
5478
5607
|
/** @internal */
|
|
5479
5608
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
|
|
5480
5609
|
/** @internal */
|
|
5481
5610
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
5482
|
-
"__@BRAND@
|
|
5611
|
+
"__@BRAND@8575": CreateIntegrationStoreDirectPropertiesAtBRANDAt8575$Outbound;
|
|
5483
5612
|
};
|
|
5484
5613
|
/** @internal */
|
|
5485
5614
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
|
|
@@ -6113,30 +6242,30 @@ export declare namespace Guides$ {
|
|
|
6113
6242
|
export declare function guidesToJSON(guides: Guides): string;
|
|
6114
6243
|
export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
|
|
6115
6244
|
/** @internal */
|
|
6116
|
-
export declare const
|
|
6245
|
+
export declare const AtBRANDAt8575$inboundSchema: z.ZodType<AtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
6117
6246
|
/** @internal */
|
|
6118
|
-
export type
|
|
6247
|
+
export type AtBRANDAt8575$Outbound = {};
|
|
6119
6248
|
/** @internal */
|
|
6120
|
-
export declare const
|
|
6249
|
+
export declare const AtBRANDAt8575$outboundSchema: z.ZodType<AtBRANDAt8575$Outbound, z.ZodTypeDef, AtBRANDAt8575>;
|
|
6121
6250
|
/**
|
|
6122
6251
|
* @internal
|
|
6123
6252
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6124
6253
|
*/
|
|
6125
|
-
export declare namespace
|
|
6126
|
-
/** @deprecated use `
|
|
6127
|
-
const inboundSchema: z.ZodType<
|
|
6128
|
-
/** @deprecated use `
|
|
6129
|
-
const outboundSchema: z.ZodType<
|
|
6130
|
-
/** @deprecated use `
|
|
6131
|
-
type Outbound =
|
|
6254
|
+
export declare namespace AtBRANDAt8575$ {
|
|
6255
|
+
/** @deprecated use `AtBRANDAt8575$inboundSchema` instead. */
|
|
6256
|
+
const inboundSchema: z.ZodType<AtBRANDAt8575, z.ZodTypeDef, unknown>;
|
|
6257
|
+
/** @deprecated use `AtBRANDAt8575$outboundSchema` instead. */
|
|
6258
|
+
const outboundSchema: z.ZodType<AtBRANDAt8575$Outbound, z.ZodTypeDef, AtBRANDAt8575>;
|
|
6259
|
+
/** @deprecated use `AtBRANDAt8575$Outbound` instead. */
|
|
6260
|
+
type Outbound = AtBRANDAt8575$Outbound;
|
|
6132
6261
|
}
|
|
6133
|
-
export declare function
|
|
6134
|
-
export declare function
|
|
6262
|
+
export declare function atBRANDAt8575ToJSON(atBRANDAt8575: AtBRANDAt8575): string;
|
|
6263
|
+
export declare function atBRANDAt8575FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8575, SDKValidationError>;
|
|
6135
6264
|
/** @internal */
|
|
6136
6265
|
export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
|
|
6137
6266
|
/** @internal */
|
|
6138
6267
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
6139
|
-
"__@BRAND@
|
|
6268
|
+
"__@BRAND@8575": AtBRANDAt8575$Outbound;
|
|
6140
6269
|
};
|
|
6141
6270
|
/** @internal */
|
|
6142
6271
|
export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;
|
|
@@ -6584,6 +6713,7 @@ export declare const CreateIntegrationStoreDirectStore$inboundSchema: z.ZodType<
|
|
|
6584
6713
|
/** @internal */
|
|
6585
6714
|
export type CreateIntegrationStoreDirectStore$Outbound = {
|
|
6586
6715
|
projectsMetadata: Array<ProjectsMetadata$Outbound>;
|
|
6716
|
+
projectFilter?: ProjectFilter$Outbound | undefined;
|
|
6587
6717
|
totalConnectedProjects?: number | undefined;
|
|
6588
6718
|
usageQuotaExceeded: boolean;
|
|
6589
6719
|
status: string | null;
|