@vercel/sdk 1.11.4 → 1.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -7
- package/bin/mcp-server.js +4056 -2676
- package/bin/mcp-server.js.map +39 -33
- package/docs/sdks/deployments/README.md +8 -0
- package/docs/sdks/edgecache/README.md +169 -0
- package/docs/sdks/projects/README.md +0 -2
- package/esm/__tests__/checks.test.js +1 -1
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/deployments.test.js +1 -1
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +9 -0
- package/esm/__tests__/logdrains.test.js.map +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 +11 -1
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/deploymentsGetDeployments.js +1 -0
- package/esm/funcs/deploymentsGetDeployments.js.map +1 -1
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts +20 -0
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -0
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js +91 -0
- package/esm/funcs/edgeCacheDangerouslyDeleteByTags.js.map +1 -0
- package/esm/funcs/edgeCacheInvalidateByTags.d.ts +20 -0
- package/esm/funcs/edgeCacheInvalidateByTags.d.ts.map +1 -0
- package/esm/funcs/edgeCacheInvalidateByTags.js +91 -0
- package/esm/funcs/edgeCacheInvalidateByTags.js.map +1 -0
- package/esm/funcs/marketplaceImportResource.js +2 -2
- package/esm/funcs/marketplaceImportResource.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecrets.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecrets.js.map +1 -1
- package/esm/funcs/marketplaceUpdateResourceSecretsById.js +2 -2
- package/esm/funcs/marketplaceUpdateResourceSecretsById.js.map +1 -1
- package/esm/funcs/projectsGetProjects.js +0 -1
- package/esm/funcs/projectsGetProjects.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/url.js +1 -1
- package/esm/lib/url.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +5 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.d.ts +7 -0
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.d.ts.map +1 -0
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js +27 -0
- package/esm/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.js.map +1 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.d.ts +7 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.d.ts.map +1 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js +27 -0
- package/esm/mcp-server/tools/edgeCacheInvalidateByTags.js.map +1 -0
- package/esm/models/canceldeploymentop.d.ts +60 -50
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +58 -54
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +248 -109
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +244 -111
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +2 -2
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +2 -2
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +903 -308
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +1076 -371
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createlogdrainop.d.ts +126 -4
- package/esm/models/createlogdrainop.d.ts.map +1 -1
- package/esm/models/createlogdrainop.js +129 -1
- package/esm/models/createlogdrainop.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 +32 -30
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +20 -18
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/dangerouslydeletebytagsop.d.ts +117 -0
- package/esm/models/dangerouslydeletebytagsop.d.ts.map +1 -0
- package/esm/models/dangerouslydeletebytagsop.js +117 -0
- package/esm/models/dangerouslydeletebytagsop.js.map +1 -0
- 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/getconfigurationop.d.ts +8 -8
- package/esm/models/getconfigurationop.d.ts.map +1 -1
- package/esm/models/getconfigurationop.js +12 -12
- package/esm/models/getconfigurationop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +909 -390
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
- package/esm/models/getconfigurationproductsop.js +1104 -471
- package/esm/models/getconfigurationproductsop.js.map +1 -1
- package/esm/models/getconfigurationsop.d.ts +3 -0
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +1 -0
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +30 -20
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +24 -20
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +5 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +2 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +2 -2
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +2 -2
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getintegrationlogdrainsop.d.ts +125 -0
- package/esm/models/getintegrationlogdrainsop.d.ts.map +1 -1
- package/esm/models/getintegrationlogdrainsop.js +130 -0
- package/esm/models/getintegrationlogdrainsop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +198 -178
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +204 -166
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/invalidatebytagsop.d.ts +115 -0
- package/esm/models/invalidatebytagsop.d.ts.map +1 -0
- package/esm/models/invalidatebytagsop.js +116 -0
- package/esm/models/invalidatebytagsop.js.map +1 -0
- 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/updateedgeconfigop.d.ts +2 -2
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +2 -2
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +2 -0
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +2 -0
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +32 -30
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +20 -18
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +1300 -1049
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +1654 -1406
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/edgecache.d.ts +20 -0
- package/esm/sdk/edgecache.d.ts.map +1 -0
- package/esm/sdk/edgecache.js +28 -0
- package/esm/sdk/edgecache.js.map +1 -0
- package/esm/sdk/sdk.d.ts +3 -0
- package/esm/sdk/sdk.d.ts.map +1 -1
- package/esm/sdk/sdk.js +4 -0
- package/esm/sdk/sdk.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/checks.test.ts +1 -1
- package/src/__tests__/deployments.test.ts +1 -1
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +9 -0
- package/src/__tests__/rollingrelease.test.ts +2 -2
- package/src/__tests__/security.test.ts +11 -1
- package/src/funcs/deploymentsGetDeployments.ts +1 -0
- package/src/funcs/edgeCacheDangerouslyDeleteByTags.ts +199 -0
- package/src/funcs/edgeCacheInvalidateByTags.ts +199 -0
- package/src/funcs/marketplaceImportResource.ts +2 -2
- package/src/funcs/marketplaceUpdateResourceSecrets.ts +2 -2
- package/src/funcs/marketplaceUpdateResourceSecretsById.ts +2 -2
- package/src/funcs/projectsGetProjects.ts +0 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/url.ts +1 -1
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +5 -1
- package/src/mcp-server/tools/edgeCacheDangerouslyDeleteByTags.ts +37 -0
- package/src/mcp-server/tools/edgeCacheInvalidateByTags.ts +35 -0
- package/src/models/canceldeploymentop.ts +126 -104
- package/src/models/createdeploymentop.ts +511 -207
- package/src/models/createedgeconfigop.ts +4 -4
- package/src/models/createintegrationstoredirectop.ts +2458 -673
- package/src/models/createlogdrainop.ts +260 -2
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +34 -30
- package/src/models/dangerouslydeletebytagsop.ts +249 -0
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/getconfigurationop.ts +20 -15
- package/src/models/getconfigurationproductsop.ts +2433 -838
- package/src/models/getconfigurationsop.ts +1 -0
- package/src/models/getdeploymentop.ts +62 -48
- package/src/models/getdeploymentsop.ts +7 -0
- package/src/models/getedgeconfigop.ts +4 -4
- package/src/models/getintegrationlogdrainsop.ts +237 -0
- package/src/models/getprojectsop.ts +426 -336
- package/src/models/invalidatebytagsop.ts +227 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateedgeconfigop.ts +4 -4
- package/src/models/updateprojectdatacacheop.ts +4 -0
- package/src/models/updateprojectop.ts +34 -30
- package/src/models/userevent.ts +3017 -2473
- package/src/sdk/edgecache.ts +46 -0
- package/src/sdk/sdk.ts +6 -0
- package/vercel-spec.json +3069 -2056
|
@@ -162,6 +162,12 @@ export declare const CreateIntegrationStoreDirectOwnership: {
|
|
|
162
162
|
readonly Sandbox: "sandbox";
|
|
163
163
|
};
|
|
164
164
|
export type CreateIntegrationStoreDirectOwnership = ClosedEnum<typeof CreateIntegrationStoreDirectOwnership>;
|
|
165
|
+
export type Capabilities = {
|
|
166
|
+
mcp?: boolean | undefined;
|
|
167
|
+
sso?: boolean | undefined;
|
|
168
|
+
billable?: boolean | undefined;
|
|
169
|
+
secretsSync?: boolean | undefined;
|
|
170
|
+
};
|
|
165
171
|
export type CreateIntegrationStoreDirectMetadata = string | number | boolean | Array<string> | Array<number>;
|
|
166
172
|
export declare const ExternalResourceStatus: {
|
|
167
173
|
readonly Error: "error";
|
|
@@ -172,13 +178,21 @@ export declare const ExternalResourceStatus: {
|
|
|
172
178
|
readonly Resumed: "resumed";
|
|
173
179
|
};
|
|
174
180
|
export type ExternalResourceStatus = ClosedEnum<typeof ExternalResourceStatus>;
|
|
181
|
+
export type CreateIntegrationStoreDirectCapabilities = {
|
|
182
|
+
mcp?: boolean | undefined;
|
|
183
|
+
sso?: boolean | undefined;
|
|
184
|
+
billable?: boolean | undefined;
|
|
185
|
+
secretsSync?: boolean | undefined;
|
|
186
|
+
sandbox?: boolean | undefined;
|
|
187
|
+
linking?: boolean | undefined;
|
|
188
|
+
};
|
|
175
189
|
export declare const CreateIntegrationStoreDirectIntegrationsType: {
|
|
176
190
|
readonly Object: "object";
|
|
177
191
|
};
|
|
178
192
|
export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
|
|
179
|
-
export type
|
|
193
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466 = {};
|
|
180
194
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
181
|
-
|
|
195
|
+
atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466;
|
|
182
196
|
};
|
|
183
197
|
export declare const CreateIntegrationStoreDirectDisabled3: {
|
|
184
198
|
readonly Update: "update";
|
|
@@ -198,11 +212,82 @@ export type CreateIntegrationStoreDirectHidden2 = {
|
|
|
198
212
|
expr: string;
|
|
199
213
|
};
|
|
200
214
|
export type CreateIntegrationStoreDirectPropertiesHidden = CreateIntegrationStoreDirectHidden2 | boolean | CreateIntegrationStoreDirectHidden3;
|
|
201
|
-
export type
|
|
215
|
+
export type CreateIntegrationStoreDirectProperties9 = {
|
|
202
216
|
value: CreateIntegrationStoreDirectPropertiesValue;
|
|
203
217
|
disabled?: CreateIntegrationStoreDirectDisabled2 | boolean | CreateIntegrationStoreDirectDisabled3 | undefined;
|
|
204
218
|
hidden?: CreateIntegrationStoreDirectHidden2 | boolean | CreateIntegrationStoreDirectHidden3 | undefined;
|
|
205
219
|
};
|
|
220
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType: {
|
|
221
|
+
readonly String: "string";
|
|
222
|
+
};
|
|
223
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType>;
|
|
224
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl: {
|
|
225
|
+
readonly Domain: "domain";
|
|
226
|
+
};
|
|
227
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
|
|
228
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466 = {};
|
|
229
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength = {
|
|
230
|
+
atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466;
|
|
231
|
+
};
|
|
232
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466 = {};
|
|
233
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength = {
|
|
234
|
+
atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466;
|
|
235
|
+
};
|
|
236
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466 = {};
|
|
237
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern = {
|
|
238
|
+
atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466;
|
|
239
|
+
};
|
|
240
|
+
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
|
|
241
|
+
readonly Update: "update";
|
|
242
|
+
readonly Create: "create";
|
|
243
|
+
};
|
|
244
|
+
export type CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 = ClosedEnum<typeof CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3>;
|
|
245
|
+
export type CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 = {
|
|
246
|
+
expr: string;
|
|
247
|
+
};
|
|
248
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 | boolean | CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3;
|
|
249
|
+
export declare const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
|
|
250
|
+
readonly Update: "update";
|
|
251
|
+
readonly Create: "create";
|
|
252
|
+
};
|
|
253
|
+
export type CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 = ClosedEnum<typeof CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3>;
|
|
254
|
+
export type CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 = {
|
|
255
|
+
expr: string;
|
|
256
|
+
};
|
|
257
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 | boolean | CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3;
|
|
258
|
+
export declare const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3: {
|
|
259
|
+
readonly Update: "update";
|
|
260
|
+
readonly Create: "create";
|
|
261
|
+
};
|
|
262
|
+
export type CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 = ClosedEnum<typeof CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3>;
|
|
263
|
+
export type CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 = {
|
|
264
|
+
expr: string;
|
|
265
|
+
};
|
|
266
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 | boolean | CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3;
|
|
267
|
+
export type CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 = {
|
|
268
|
+
expr: string;
|
|
269
|
+
};
|
|
270
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription = CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 | string;
|
|
271
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue = {
|
|
272
|
+
expr: string;
|
|
273
|
+
};
|
|
274
|
+
export type CreateIntegrationStoreDirectProperties8 = {
|
|
275
|
+
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType;
|
|
276
|
+
uiControl: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl;
|
|
277
|
+
enum?: Array<string> | undefined;
|
|
278
|
+
maxLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength | undefined;
|
|
279
|
+
minLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength | undefined;
|
|
280
|
+
pattern?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern | undefined;
|
|
281
|
+
description?: string | undefined;
|
|
282
|
+
default?: string | undefined;
|
|
283
|
+
uiLabel?: string | undefined;
|
|
284
|
+
uiReadOnly?: CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 | boolean | CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 | undefined;
|
|
285
|
+
uiHidden?: CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 | boolean | CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 | undefined;
|
|
286
|
+
uiDisabled?: CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 | boolean | CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 | undefined;
|
|
287
|
+
uiDescription?: CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 | string | undefined;
|
|
288
|
+
uiFormattedValue?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue | undefined;
|
|
289
|
+
uiPlaceholder?: string | undefined;
|
|
290
|
+
};
|
|
206
291
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType: {
|
|
207
292
|
readonly String: "string";
|
|
208
293
|
};
|
|
@@ -211,9 +296,9 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
211
296
|
readonly VercelRegion: "vercel-region";
|
|
212
297
|
};
|
|
213
298
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl>;
|
|
214
|
-
export type
|
|
299
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466 = {};
|
|
215
300
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
216
|
-
|
|
301
|
+
atBRANDAt8466: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466;
|
|
217
302
|
};
|
|
218
303
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003: {
|
|
219
304
|
readonly Update: "update";
|
|
@@ -238,9 +323,9 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
238
323
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 | undefined;
|
|
239
324
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2002 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse2003 | undefined;
|
|
240
325
|
};
|
|
241
|
-
export type
|
|
326
|
+
export type UiOptionsAtBRANDAt8466 = {};
|
|
242
327
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
243
|
-
|
|
328
|
+
atBRANDAt8466: UiOptionsAtBRANDAt8466;
|
|
244
329
|
};
|
|
245
330
|
export declare const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3: {
|
|
246
331
|
readonly Update: "update";
|
|
@@ -267,17 +352,17 @@ export type CreateIntegrationStoreDirectUiOptions1 = {
|
|
|
267
352
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse200ApplicationJson3 | undefined;
|
|
268
353
|
};
|
|
269
354
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions = CreateIntegrationStoreDirectUiOptions1 | CreateIntegrationStoreDirectUiOptions2 | CreateIntegrationStoreDirectUiOptions3;
|
|
270
|
-
export type
|
|
355
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466 = {};
|
|
271
356
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength = {
|
|
272
|
-
|
|
357
|
+
atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466;
|
|
273
358
|
};
|
|
274
|
-
export type
|
|
359
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466 = {};
|
|
275
360
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength = {
|
|
276
|
-
|
|
361
|
+
atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466;
|
|
277
362
|
};
|
|
278
|
-
export type
|
|
363
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466 = {};
|
|
279
364
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern = {
|
|
280
|
-
|
|
365
|
+
atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466;
|
|
281
366
|
};
|
|
282
367
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3: {
|
|
283
368
|
readonly Update: "update";
|
|
@@ -335,28 +420,28 @@ export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse2
|
|
|
335
420
|
readonly Array: "array";
|
|
336
421
|
};
|
|
337
422
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType>;
|
|
338
|
-
export declare const
|
|
423
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type: {
|
|
339
424
|
readonly String: "string";
|
|
340
425
|
};
|
|
341
|
-
export type
|
|
342
|
-
export type
|
|
343
|
-
export type
|
|
344
|
-
|
|
426
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
|
|
427
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466 = {};
|
|
428
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength = {
|
|
429
|
+
atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466;
|
|
345
430
|
};
|
|
346
|
-
export type
|
|
347
|
-
export type
|
|
348
|
-
|
|
431
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466 = {};
|
|
432
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength = {
|
|
433
|
+
atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466;
|
|
349
434
|
};
|
|
350
|
-
export type
|
|
351
|
-
export type
|
|
352
|
-
|
|
435
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466 = {};
|
|
436
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern = {
|
|
437
|
+
atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466;
|
|
353
438
|
};
|
|
354
439
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
355
|
-
type:
|
|
440
|
+
type: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type;
|
|
356
441
|
description?: string | undefined;
|
|
357
|
-
minLength?:
|
|
358
|
-
maxLength?:
|
|
359
|
-
pattern?:
|
|
442
|
+
minLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength | undefined;
|
|
443
|
+
maxLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength | undefined;
|
|
444
|
+
pattern?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern | undefined;
|
|
360
445
|
default?: string | undefined;
|
|
361
446
|
enum?: Array<string> | undefined;
|
|
362
447
|
};
|
|
@@ -472,17 +557,17 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
472
557
|
disabled?: CreateIntegrationStoreDirectDisabledIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectDisabledIntegrationsResponse3 | undefined;
|
|
473
558
|
hidden?: CreateIntegrationStoreDirectHiddenIntegrationsResponse2 | boolean | CreateIntegrationStoreDirectHiddenIntegrationsResponse3 | undefined;
|
|
474
559
|
};
|
|
475
|
-
export type
|
|
560
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466 = {};
|
|
476
561
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
477
|
-
|
|
562
|
+
atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466;
|
|
478
563
|
};
|
|
479
|
-
export type
|
|
564
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466 = {};
|
|
480
565
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
481
|
-
|
|
566
|
+
atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466;
|
|
482
567
|
};
|
|
483
|
-
export type
|
|
568
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466 = {};
|
|
484
569
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
485
|
-
|
|
570
|
+
atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466;
|
|
486
571
|
};
|
|
487
572
|
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3: {
|
|
488
573
|
readonly Update: "update";
|
|
@@ -728,17 +813,17 @@ export declare const CreateIntegrationStoreDirectPropertiesUiControl: {
|
|
|
728
813
|
readonly Input: "input";
|
|
729
814
|
};
|
|
730
815
|
export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<typeof CreateIntegrationStoreDirectPropertiesUiControl>;
|
|
731
|
-
export type
|
|
816
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466 = {};
|
|
732
817
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
733
|
-
|
|
818
|
+
atBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466;
|
|
734
819
|
};
|
|
735
|
-
export type
|
|
820
|
+
export type PropertiesAtBRANDAt8466 = {};
|
|
736
821
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
737
|
-
|
|
822
|
+
atBRANDAt8466: PropertiesAtBRANDAt8466;
|
|
738
823
|
};
|
|
739
|
-
export type
|
|
824
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8466 = {};
|
|
740
825
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
741
|
-
|
|
826
|
+
atBRANDAt8466: CreateIntegrationStoreDirectPropertiesAtBRANDAt8466;
|
|
742
827
|
};
|
|
743
828
|
export declare const CreateIntegrationStoreDirectUiReadOnly3: {
|
|
744
829
|
readonly Update: "update";
|
|
@@ -791,11 +876,11 @@ export type CreateIntegrationStoreDirectProperties1 = {
|
|
|
791
876
|
uiFormattedValue?: CreateIntegrationStoreDirectPropertiesUiFormattedValue | undefined;
|
|
792
877
|
uiPlaceholder?: string | undefined;
|
|
793
878
|
};
|
|
794
|
-
export type CreateIntegrationStoreDirectProperties = CreateIntegrationStoreDirectProperties4 | CreateIntegrationStoreDirectProperties6 | CreateIntegrationStoreDirectProperties5 | CreateIntegrationStoreDirectProperties7 | CreateIntegrationStoreDirectProperties1 | CreateIntegrationStoreDirectProperties2 | CreateIntegrationStoreDirectProperties3 | CreateIntegrationStoreDirectProperties8;
|
|
879
|
+
export type CreateIntegrationStoreDirectProperties = CreateIntegrationStoreDirectProperties4 | CreateIntegrationStoreDirectProperties6 | CreateIntegrationStoreDirectProperties5 | CreateIntegrationStoreDirectProperties7 | CreateIntegrationStoreDirectProperties1 | CreateIntegrationStoreDirectProperties2 | CreateIntegrationStoreDirectProperties3 | CreateIntegrationStoreDirectProperties8 | CreateIntegrationStoreDirectProperties9;
|
|
795
880
|
export type CreateIntegrationStoreDirectMetadataSchema = {
|
|
796
881
|
type: CreateIntegrationStoreDirectIntegrationsType;
|
|
797
882
|
properties: {
|
|
798
|
-
[k: string]: CreateIntegrationStoreDirectProperties4 | CreateIntegrationStoreDirectProperties6 | CreateIntegrationStoreDirectProperties5 | CreateIntegrationStoreDirectProperties7 | CreateIntegrationStoreDirectProperties1 | CreateIntegrationStoreDirectProperties2 | CreateIntegrationStoreDirectProperties3 | CreateIntegrationStoreDirectProperties8;
|
|
883
|
+
[k: string]: CreateIntegrationStoreDirectProperties4 | CreateIntegrationStoreDirectProperties6 | CreateIntegrationStoreDirectProperties5 | CreateIntegrationStoreDirectProperties7 | CreateIntegrationStoreDirectProperties1 | CreateIntegrationStoreDirectProperties2 | CreateIntegrationStoreDirectProperties3 | CreateIntegrationStoreDirectProperties8 | CreateIntegrationStoreDirectProperties9;
|
|
799
884
|
};
|
|
800
885
|
required?: Array<string> | undefined;
|
|
801
886
|
};
|
|
@@ -803,7 +888,7 @@ export type ResourceLinks = {
|
|
|
803
888
|
href: string;
|
|
804
889
|
title: string;
|
|
805
890
|
};
|
|
806
|
-
export declare const
|
|
891
|
+
export declare const CreateIntegrationStoreDirectTags: {
|
|
807
892
|
readonly EdgeConfig: "edge-config";
|
|
808
893
|
readonly Redis: "redis";
|
|
809
894
|
readonly Postgres: "postgres";
|
|
@@ -836,6 +921,7 @@ export declare const Tags: {
|
|
|
836
921
|
readonly TagMessaging: "tag_messaging";
|
|
837
922
|
readonly TagMonitoring: "tag_monitoring";
|
|
838
923
|
readonly TagObservability: "tag_observability";
|
|
924
|
+
readonly TagPayments: "tag_payments";
|
|
839
925
|
readonly TagPerformance: "tag_performance";
|
|
840
926
|
readonly TagProductivity: "tag_productivity";
|
|
841
927
|
readonly TagSearching: "tag_searching";
|
|
@@ -849,7 +935,7 @@ export declare const Tags: {
|
|
|
849
935
|
readonly TagTraceDrain: "tag_traceDrain";
|
|
850
936
|
readonly TagOther: "tag_other";
|
|
851
937
|
};
|
|
852
|
-
export type
|
|
938
|
+
export type CreateIntegrationStoreDirectTags = ClosedEnum<typeof CreateIntegrationStoreDirectTags>;
|
|
853
939
|
export declare const ProjectConnectionScopes: {
|
|
854
940
|
readonly ReadDeployment: "read:deployment";
|
|
855
941
|
readonly ReadDomain: "read:domain";
|
|
@@ -860,6 +946,7 @@ export declare const ProjectConnectionScopes: {
|
|
|
860
946
|
readonly ReadWriteGlobalProjectEnvVars: "read-write:global-project-env-vars";
|
|
861
947
|
readonly ReadWriteIntegrationDeploymentAction: "read-write:integration-deployment-action";
|
|
862
948
|
readonly ReadWriteLogDrain: "read-write:log-drain";
|
|
949
|
+
readonly ReadWriteDrains: "read-write:drains";
|
|
863
950
|
readonly ReadWriteProjectEnvVars: "read-write:project-env-vars";
|
|
864
951
|
readonly ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass";
|
|
865
952
|
};
|
|
@@ -887,9 +974,9 @@ export type Guides = {
|
|
|
887
974
|
title: string;
|
|
888
975
|
steps: Array<Steps>;
|
|
889
976
|
};
|
|
890
|
-
export type
|
|
977
|
+
export type AtBRANDAt8466 = {};
|
|
891
978
|
export type CreateIntegrationStoreDirectValue = {
|
|
892
|
-
|
|
979
|
+
atBRANDAt8466: AtBRANDAt8466;
|
|
893
980
|
};
|
|
894
981
|
export declare const Disabled3: {
|
|
895
982
|
readonly Update: "update";
|
|
@@ -914,10 +1001,11 @@ export type Product = {
|
|
|
914
1001
|
name?: string | undefined;
|
|
915
1002
|
slug?: string | undefined;
|
|
916
1003
|
iconUrl?: string | undefined;
|
|
1004
|
+
capabilities?: CreateIntegrationStoreDirectCapabilities | undefined;
|
|
917
1005
|
shortDescription?: string | undefined;
|
|
918
1006
|
metadataSchema?: CreateIntegrationStoreDirectMetadataSchema | undefined;
|
|
919
1007
|
resourceLinks?: Array<ResourceLinks> | undefined;
|
|
920
|
-
tags?: Array<
|
|
1008
|
+
tags?: Array<CreateIntegrationStoreDirectTags> | undefined;
|
|
921
1009
|
projectConnectionScopes?: Array<ProjectConnectionScopes> | undefined;
|
|
922
1010
|
showSSOLinkOnProjectConnection?: boolean | undefined;
|
|
923
1011
|
disableResourceRenaming?: boolean | undefined;
|
|
@@ -998,6 +1086,7 @@ export type CreateIntegrationStoreDirectStore = {
|
|
|
998
1086
|
usageQuotaExceeded: boolean;
|
|
999
1087
|
status: CreateIntegrationStoreDirectStatus | null;
|
|
1000
1088
|
ownership?: CreateIntegrationStoreDirectOwnership | undefined;
|
|
1089
|
+
capabilities?: Capabilities | undefined;
|
|
1001
1090
|
metadata?: {
|
|
1002
1091
|
[k: string]: string | number | boolean | Array<string> | Array<number>;
|
|
1003
1092
|
} | undefined;
|
|
@@ -1384,6 +1473,31 @@ export declare namespace CreateIntegrationStoreDirectOwnership$ {
|
|
|
1384
1473
|
}>;
|
|
1385
1474
|
}
|
|
1386
1475
|
/** @internal */
|
|
1476
|
+
export declare const Capabilities$inboundSchema: z.ZodType<Capabilities, z.ZodTypeDef, unknown>;
|
|
1477
|
+
/** @internal */
|
|
1478
|
+
export type Capabilities$Outbound = {
|
|
1479
|
+
mcp?: boolean | undefined;
|
|
1480
|
+
sso?: boolean | undefined;
|
|
1481
|
+
billable?: boolean | undefined;
|
|
1482
|
+
secretsSync?: boolean | undefined;
|
|
1483
|
+
};
|
|
1484
|
+
/** @internal */
|
|
1485
|
+
export declare const Capabilities$outboundSchema: z.ZodType<Capabilities$Outbound, z.ZodTypeDef, Capabilities>;
|
|
1486
|
+
/**
|
|
1487
|
+
* @internal
|
|
1488
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1489
|
+
*/
|
|
1490
|
+
export declare namespace Capabilities$ {
|
|
1491
|
+
/** @deprecated use `Capabilities$inboundSchema` instead. */
|
|
1492
|
+
const inboundSchema: z.ZodType<Capabilities, z.ZodTypeDef, unknown>;
|
|
1493
|
+
/** @deprecated use `Capabilities$outboundSchema` instead. */
|
|
1494
|
+
const outboundSchema: z.ZodType<Capabilities$Outbound, z.ZodTypeDef, Capabilities>;
|
|
1495
|
+
/** @deprecated use `Capabilities$Outbound` instead. */
|
|
1496
|
+
type Outbound = Capabilities$Outbound;
|
|
1497
|
+
}
|
|
1498
|
+
export declare function capabilitiesToJSON(capabilities: Capabilities): string;
|
|
1499
|
+
export declare function capabilitiesFromJSON(jsonString: string): SafeParseResult<Capabilities, SDKValidationError>;
|
|
1500
|
+
/** @internal */
|
|
1387
1501
|
export declare const CreateIntegrationStoreDirectMetadata$inboundSchema: z.ZodType<CreateIntegrationStoreDirectMetadata, z.ZodTypeDef, unknown>;
|
|
1388
1502
|
/** @internal */
|
|
1389
1503
|
export type CreateIntegrationStoreDirectMetadata$Outbound = string | number | boolean | Array<string> | Array<number>;
|
|
@@ -1432,6 +1546,33 @@ export declare namespace ExternalResourceStatus$ {
|
|
|
1432
1546
|
}>;
|
|
1433
1547
|
}
|
|
1434
1548
|
/** @internal */
|
|
1549
|
+
export declare const CreateIntegrationStoreDirectCapabilities$inboundSchema: z.ZodType<CreateIntegrationStoreDirectCapabilities, z.ZodTypeDef, unknown>;
|
|
1550
|
+
/** @internal */
|
|
1551
|
+
export type CreateIntegrationStoreDirectCapabilities$Outbound = {
|
|
1552
|
+
mcp?: boolean | undefined;
|
|
1553
|
+
sso?: boolean | undefined;
|
|
1554
|
+
billable?: boolean | undefined;
|
|
1555
|
+
secretsSync?: boolean | undefined;
|
|
1556
|
+
sandbox?: boolean | undefined;
|
|
1557
|
+
linking?: boolean | undefined;
|
|
1558
|
+
};
|
|
1559
|
+
/** @internal */
|
|
1560
|
+
export declare const CreateIntegrationStoreDirectCapabilities$outboundSchema: z.ZodType<CreateIntegrationStoreDirectCapabilities$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectCapabilities>;
|
|
1561
|
+
/**
|
|
1562
|
+
* @internal
|
|
1563
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1564
|
+
*/
|
|
1565
|
+
export declare namespace CreateIntegrationStoreDirectCapabilities$ {
|
|
1566
|
+
/** @deprecated use `CreateIntegrationStoreDirectCapabilities$inboundSchema` instead. */
|
|
1567
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectCapabilities, z.ZodTypeDef, unknown>;
|
|
1568
|
+
/** @deprecated use `CreateIntegrationStoreDirectCapabilities$outboundSchema` instead. */
|
|
1569
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectCapabilities$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectCapabilities>;
|
|
1570
|
+
/** @deprecated use `CreateIntegrationStoreDirectCapabilities$Outbound` instead. */
|
|
1571
|
+
type Outbound = CreateIntegrationStoreDirectCapabilities$Outbound;
|
|
1572
|
+
}
|
|
1573
|
+
export declare function createIntegrationStoreDirectCapabilitiesToJSON(createIntegrationStoreDirectCapabilities: CreateIntegrationStoreDirectCapabilities): string;
|
|
1574
|
+
export declare function createIntegrationStoreDirectCapabilitiesFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectCapabilities, SDKValidationError>;
|
|
1575
|
+
/** @internal */
|
|
1435
1576
|
export declare const CreateIntegrationStoreDirectIntegrationsType$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
|
|
1436
1577
|
/** @internal */
|
|
1437
1578
|
export declare const CreateIntegrationStoreDirectIntegrationsType$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectIntegrationsType>;
|
|
@@ -1450,30 +1591,30 @@ export declare namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
1450
1591
|
}>;
|
|
1451
1592
|
}
|
|
1452
1593
|
/** @internal */
|
|
1453
|
-
export declare const
|
|
1594
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
1454
1595
|
/** @internal */
|
|
1455
|
-
export type
|
|
1596
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound = {};
|
|
1456
1597
|
/** @internal */
|
|
1457
|
-
export declare const
|
|
1598
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466>;
|
|
1458
1599
|
/**
|
|
1459
1600
|
* @internal
|
|
1460
1601
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1461
1602
|
*/
|
|
1462
|
-
export declare namespace
|
|
1463
|
-
/** @deprecated use `
|
|
1464
|
-
const inboundSchema: z.ZodType<
|
|
1465
|
-
/** @deprecated use `
|
|
1466
|
-
const outboundSchema: z.ZodType<
|
|
1467
|
-
/** @deprecated use `
|
|
1468
|
-
type Outbound =
|
|
1603
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$ {
|
|
1604
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema` instead. */
|
|
1605
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
1606
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema` instead. */
|
|
1607
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466>;
|
|
1608
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound` instead. */
|
|
1609
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound;
|
|
1469
1610
|
}
|
|
1470
|
-
export declare function
|
|
1471
|
-
export declare function
|
|
1611
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466): string;
|
|
1612
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466, SDKValidationError>;
|
|
1472
1613
|
/** @internal */
|
|
1473
1614
|
export declare const CreateIntegrationStoreDirectPropertiesValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue, z.ZodTypeDef, unknown>;
|
|
1474
1615
|
/** @internal */
|
|
1475
1616
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
1476
|
-
"__@BRAND@
|
|
1617
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound;
|
|
1477
1618
|
};
|
|
1478
1619
|
/** @internal */
|
|
1479
1620
|
export declare const CreateIntegrationStoreDirectPropertiesValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesValue>;
|
|
@@ -1616,14 +1757,462 @@ export declare namespace CreateIntegrationStoreDirectPropertiesHidden$ {
|
|
|
1616
1757
|
export declare function createIntegrationStoreDirectPropertiesHiddenToJSON(createIntegrationStoreDirectPropertiesHidden: CreateIntegrationStoreDirectPropertiesHidden): string;
|
|
1617
1758
|
export declare function createIntegrationStoreDirectPropertiesHiddenFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesHidden, SDKValidationError>;
|
|
1618
1759
|
/** @internal */
|
|
1619
|
-
export declare const
|
|
1760
|
+
export declare const CreateIntegrationStoreDirectProperties9$inboundSchema: z.ZodType<CreateIntegrationStoreDirectProperties9, z.ZodTypeDef, unknown>;
|
|
1620
1761
|
/** @internal */
|
|
1621
|
-
export type
|
|
1762
|
+
export type CreateIntegrationStoreDirectProperties9$Outbound = {
|
|
1622
1763
|
value: CreateIntegrationStoreDirectPropertiesValue$Outbound;
|
|
1623
1764
|
disabled?: CreateIntegrationStoreDirectDisabled2$Outbound | boolean | string | undefined;
|
|
1624
1765
|
hidden?: CreateIntegrationStoreDirectHidden2$Outbound | boolean | string | undefined;
|
|
1625
1766
|
};
|
|
1626
1767
|
/** @internal */
|
|
1768
|
+
export declare const CreateIntegrationStoreDirectProperties9$outboundSchema: z.ZodType<CreateIntegrationStoreDirectProperties9$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectProperties9>;
|
|
1769
|
+
/**
|
|
1770
|
+
* @internal
|
|
1771
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1772
|
+
*/
|
|
1773
|
+
export declare namespace CreateIntegrationStoreDirectProperties9$ {
|
|
1774
|
+
/** @deprecated use `CreateIntegrationStoreDirectProperties9$inboundSchema` instead. */
|
|
1775
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectProperties9, z.ZodTypeDef, unknown>;
|
|
1776
|
+
/** @deprecated use `CreateIntegrationStoreDirectProperties9$outboundSchema` instead. */
|
|
1777
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectProperties9$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectProperties9>;
|
|
1778
|
+
/** @deprecated use `CreateIntegrationStoreDirectProperties9$Outbound` instead. */
|
|
1779
|
+
type Outbound = CreateIntegrationStoreDirectProperties9$Outbound;
|
|
1780
|
+
}
|
|
1781
|
+
export declare function createIntegrationStoreDirectProperties9ToJSON(createIntegrationStoreDirectProperties9: CreateIntegrationStoreDirectProperties9): string;
|
|
1782
|
+
export declare function createIntegrationStoreDirectProperties9FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectProperties9, SDKValidationError>;
|
|
1783
|
+
/** @internal */
|
|
1784
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType>;
|
|
1785
|
+
/** @internal */
|
|
1786
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType>;
|
|
1787
|
+
/**
|
|
1788
|
+
* @internal
|
|
1789
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1790
|
+
*/
|
|
1791
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ {
|
|
1792
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema` instead. */
|
|
1793
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1794
|
+
readonly String: "string";
|
|
1795
|
+
}>;
|
|
1796
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema` instead. */
|
|
1797
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1798
|
+
readonly String: "string";
|
|
1799
|
+
}>;
|
|
1800
|
+
}
|
|
1801
|
+
/** @internal */
|
|
1802
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
|
|
1803
|
+
/** @internal */
|
|
1804
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl>;
|
|
1805
|
+
/**
|
|
1806
|
+
* @internal
|
|
1807
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1808
|
+
*/
|
|
1809
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ {
|
|
1810
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema` instead. */
|
|
1811
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1812
|
+
readonly Domain: "domain";
|
|
1813
|
+
}>;
|
|
1814
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema` instead. */
|
|
1815
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1816
|
+
readonly Domain: "domain";
|
|
1817
|
+
}>;
|
|
1818
|
+
}
|
|
1819
|
+
/** @internal */
|
|
1820
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
1821
|
+
/** @internal */
|
|
1822
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound = {};
|
|
1823
|
+
/** @internal */
|
|
1824
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466>;
|
|
1825
|
+
/**
|
|
1826
|
+
* @internal
|
|
1827
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1828
|
+
*/
|
|
1829
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$ {
|
|
1830
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema` instead. */
|
|
1831
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
1832
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema` instead. */
|
|
1833
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466>;
|
|
1834
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound` instead. */
|
|
1835
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound;
|
|
1836
|
+
}
|
|
1837
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466): string;
|
|
1838
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466, SDKValidationError>;
|
|
1839
|
+
/** @internal */
|
|
1840
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
|
|
1841
|
+
/** @internal */
|
|
1842
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound = {
|
|
1843
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound;
|
|
1844
|
+
};
|
|
1845
|
+
/** @internal */
|
|
1846
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
|
|
1847
|
+
/**
|
|
1848
|
+
* @internal
|
|
1849
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1850
|
+
*/
|
|
1851
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$ {
|
|
1852
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema` instead. */
|
|
1853
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, z.ZodTypeDef, unknown>;
|
|
1854
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema` instead. */
|
|
1855
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength>;
|
|
1856
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound` instead. */
|
|
1857
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound;
|
|
1858
|
+
}
|
|
1859
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength): string;
|
|
1860
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength, SDKValidationError>;
|
|
1861
|
+
/** @internal */
|
|
1862
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
1863
|
+
/** @internal */
|
|
1864
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound = {};
|
|
1865
|
+
/** @internal */
|
|
1866
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466>;
|
|
1867
|
+
/**
|
|
1868
|
+
* @internal
|
|
1869
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1870
|
+
*/
|
|
1871
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$ {
|
|
1872
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema` instead. */
|
|
1873
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
1874
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema` instead. */
|
|
1875
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466>;
|
|
1876
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound` instead. */
|
|
1877
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound;
|
|
1878
|
+
}
|
|
1879
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466): string;
|
|
1880
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466, SDKValidationError>;
|
|
1881
|
+
/** @internal */
|
|
1882
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
|
|
1883
|
+
/** @internal */
|
|
1884
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound = {
|
|
1885
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound;
|
|
1886
|
+
};
|
|
1887
|
+
/** @internal */
|
|
1888
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
|
|
1889
|
+
/**
|
|
1890
|
+
* @internal
|
|
1891
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1892
|
+
*/
|
|
1893
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$ {
|
|
1894
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema` instead. */
|
|
1895
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, z.ZodTypeDef, unknown>;
|
|
1896
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema` instead. */
|
|
1897
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength>;
|
|
1898
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound` instead. */
|
|
1899
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound;
|
|
1900
|
+
}
|
|
1901
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength): string;
|
|
1902
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength, SDKValidationError>;
|
|
1903
|
+
/** @internal */
|
|
1904
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
1905
|
+
/** @internal */
|
|
1906
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound = {};
|
|
1907
|
+
/** @internal */
|
|
1908
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466>;
|
|
1909
|
+
/**
|
|
1910
|
+
* @internal
|
|
1911
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1912
|
+
*/
|
|
1913
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$ {
|
|
1914
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema` instead. */
|
|
1915
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
1916
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema` instead. */
|
|
1917
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466>;
|
|
1918
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound` instead. */
|
|
1919
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound;
|
|
1920
|
+
}
|
|
1921
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466): string;
|
|
1922
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466, SDKValidationError>;
|
|
1923
|
+
/** @internal */
|
|
1924
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
|
|
1925
|
+
/** @internal */
|
|
1926
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound = {
|
|
1927
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound;
|
|
1928
|
+
};
|
|
1929
|
+
/** @internal */
|
|
1930
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
|
|
1931
|
+
/**
|
|
1932
|
+
* @internal
|
|
1933
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1934
|
+
*/
|
|
1935
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$ {
|
|
1936
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema` instead. */
|
|
1937
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, z.ZodTypeDef, unknown>;
|
|
1938
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema` instead. */
|
|
1939
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern>;
|
|
1940
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound` instead. */
|
|
1941
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound;
|
|
1942
|
+
}
|
|
1943
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern): string;
|
|
1944
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern, SDKValidationError>;
|
|
1945
|
+
/** @internal */
|
|
1946
|
+
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3>;
|
|
1947
|
+
/** @internal */
|
|
1948
|
+
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3>;
|
|
1949
|
+
/**
|
|
1950
|
+
* @internal
|
|
1951
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1952
|
+
*/
|
|
1953
|
+
export declare namespace CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ {
|
|
1954
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
|
|
1955
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
1956
|
+
readonly Update: "update";
|
|
1957
|
+
readonly Create: "create";
|
|
1958
|
+
}>;
|
|
1959
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
|
|
1960
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
1961
|
+
readonly Update: "update";
|
|
1962
|
+
readonly Create: "create";
|
|
1963
|
+
}>;
|
|
1964
|
+
}
|
|
1965
|
+
/** @internal */
|
|
1966
|
+
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, z.ZodTypeDef, unknown>;
|
|
1967
|
+
/** @internal */
|
|
1968
|
+
export type CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound = {
|
|
1969
|
+
expr: string;
|
|
1970
|
+
};
|
|
1971
|
+
/** @internal */
|
|
1972
|
+
export declare const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2>;
|
|
1973
|
+
/**
|
|
1974
|
+
* @internal
|
|
1975
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1976
|
+
*/
|
|
1977
|
+
export declare namespace CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ {
|
|
1978
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
1979
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, z.ZodTypeDef, unknown>;
|
|
1980
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
1981
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2>;
|
|
1982
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound` instead. */
|
|
1983
|
+
type Outbound = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound;
|
|
1984
|
+
}
|
|
1985
|
+
export declare function createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2: CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2): string;
|
|
1986
|
+
export declare function createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, SDKValidationError>;
|
|
1987
|
+
/** @internal */
|
|
1988
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly, z.ZodTypeDef, unknown>;
|
|
1989
|
+
/** @internal */
|
|
1990
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$Outbound = CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound | boolean | string;
|
|
1991
|
+
/** @internal */
|
|
1992
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly>;
|
|
1993
|
+
/**
|
|
1994
|
+
* @internal
|
|
1995
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1996
|
+
*/
|
|
1997
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$ {
|
|
1998
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema` instead. */
|
|
1999
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly, z.ZodTypeDef, unknown>;
|
|
2000
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema` instead. */
|
|
2001
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly>;
|
|
2002
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$Outbound` instead. */
|
|
2003
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$Outbound;
|
|
2004
|
+
}
|
|
2005
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnlyToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly): string;
|
|
2006
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnlyFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly, SDKValidationError>;
|
|
2007
|
+
/** @internal */
|
|
2008
|
+
export declare const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3>;
|
|
2009
|
+
/** @internal */
|
|
2010
|
+
export declare const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3>;
|
|
2011
|
+
/**
|
|
2012
|
+
* @internal
|
|
2013
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2014
|
+
*/
|
|
2015
|
+
export declare namespace CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ {
|
|
2016
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
|
|
2017
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2018
|
+
readonly Update: "update";
|
|
2019
|
+
readonly Create: "create";
|
|
2020
|
+
}>;
|
|
2021
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
|
|
2022
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2023
|
+
readonly Update: "update";
|
|
2024
|
+
readonly Create: "create";
|
|
2025
|
+
}>;
|
|
2026
|
+
}
|
|
2027
|
+
/** @internal */
|
|
2028
|
+
export declare const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, z.ZodTypeDef, unknown>;
|
|
2029
|
+
/** @internal */
|
|
2030
|
+
export type CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound = {
|
|
2031
|
+
expr: string;
|
|
2032
|
+
};
|
|
2033
|
+
/** @internal */
|
|
2034
|
+
export declare const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2>;
|
|
2035
|
+
/**
|
|
2036
|
+
* @internal
|
|
2037
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2038
|
+
*/
|
|
2039
|
+
export declare namespace CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ {
|
|
2040
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
2041
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, z.ZodTypeDef, unknown>;
|
|
2042
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
2043
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2>;
|
|
2044
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound` instead. */
|
|
2045
|
+
type Outbound = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound;
|
|
2046
|
+
}
|
|
2047
|
+
export declare function createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2: CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2): string;
|
|
2048
|
+
export declare function createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, SDKValidationError>;
|
|
2049
|
+
/** @internal */
|
|
2050
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden, z.ZodTypeDef, unknown>;
|
|
2051
|
+
/** @internal */
|
|
2052
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$Outbound = CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound | boolean | string;
|
|
2053
|
+
/** @internal */
|
|
2054
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden>;
|
|
2055
|
+
/**
|
|
2056
|
+
* @internal
|
|
2057
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2058
|
+
*/
|
|
2059
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$ {
|
|
2060
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema` instead. */
|
|
2061
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden, z.ZodTypeDef, unknown>;
|
|
2062
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema` instead. */
|
|
2063
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden>;
|
|
2064
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$Outbound` instead. */
|
|
2065
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$Outbound;
|
|
2066
|
+
}
|
|
2067
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHiddenToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden): string;
|
|
2068
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHiddenFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden, SDKValidationError>;
|
|
2069
|
+
/** @internal */
|
|
2070
|
+
export declare const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3>;
|
|
2071
|
+
/** @internal */
|
|
2072
|
+
export declare const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3>;
|
|
2073
|
+
/**
|
|
2074
|
+
* @internal
|
|
2075
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2076
|
+
*/
|
|
2077
|
+
export declare namespace CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ {
|
|
2078
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
|
|
2079
|
+
const inboundSchema: z.ZodNativeEnum<{
|
|
2080
|
+
readonly Update: "update";
|
|
2081
|
+
readonly Create: "create";
|
|
2082
|
+
}>;
|
|
2083
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
|
|
2084
|
+
const outboundSchema: z.ZodNativeEnum<{
|
|
2085
|
+
readonly Update: "update";
|
|
2086
|
+
readonly Create: "create";
|
|
2087
|
+
}>;
|
|
2088
|
+
}
|
|
2089
|
+
/** @internal */
|
|
2090
|
+
export declare const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, z.ZodTypeDef, unknown>;
|
|
2091
|
+
/** @internal */
|
|
2092
|
+
export type CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound = {
|
|
2093
|
+
expr: string;
|
|
2094
|
+
};
|
|
2095
|
+
/** @internal */
|
|
2096
|
+
export declare const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2>;
|
|
2097
|
+
/**
|
|
2098
|
+
* @internal
|
|
2099
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2100
|
+
*/
|
|
2101
|
+
export declare namespace CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ {
|
|
2102
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
2103
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, z.ZodTypeDef, unknown>;
|
|
2104
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
2105
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2>;
|
|
2106
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound` instead. */
|
|
2107
|
+
type Outbound = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound;
|
|
2108
|
+
}
|
|
2109
|
+
export declare function createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2: CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2): string;
|
|
2110
|
+
export declare function createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, SDKValidationError>;
|
|
2111
|
+
/** @internal */
|
|
2112
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled, z.ZodTypeDef, unknown>;
|
|
2113
|
+
/** @internal */
|
|
2114
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$Outbound = CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound | boolean | string;
|
|
2115
|
+
/** @internal */
|
|
2116
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled>;
|
|
2117
|
+
/**
|
|
2118
|
+
* @internal
|
|
2119
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2120
|
+
*/
|
|
2121
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$ {
|
|
2122
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema` instead. */
|
|
2123
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled, z.ZodTypeDef, unknown>;
|
|
2124
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema` instead. */
|
|
2125
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled>;
|
|
2126
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$Outbound` instead. */
|
|
2127
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$Outbound;
|
|
2128
|
+
}
|
|
2129
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabledToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled): string;
|
|
2130
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabledFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled, SDKValidationError>;
|
|
2131
|
+
/** @internal */
|
|
2132
|
+
export declare const CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, z.ZodTypeDef, unknown>;
|
|
2133
|
+
/** @internal */
|
|
2134
|
+
export type CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound = {
|
|
2135
|
+
expr: string;
|
|
2136
|
+
};
|
|
2137
|
+
/** @internal */
|
|
2138
|
+
export declare const CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2>;
|
|
2139
|
+
/**
|
|
2140
|
+
* @internal
|
|
2141
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2142
|
+
*/
|
|
2143
|
+
export declare namespace CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ {
|
|
2144
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
2145
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, z.ZodTypeDef, unknown>;
|
|
2146
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
2147
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2>;
|
|
2148
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound` instead. */
|
|
2149
|
+
type Outbound = CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound;
|
|
2150
|
+
}
|
|
2151
|
+
export declare function createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2: CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2): string;
|
|
2152
|
+
export declare function createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2, SDKValidationError>;
|
|
2153
|
+
/** @internal */
|
|
2154
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription, z.ZodTypeDef, unknown>;
|
|
2155
|
+
/** @internal */
|
|
2156
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$Outbound = CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound | string;
|
|
2157
|
+
/** @internal */
|
|
2158
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription>;
|
|
2159
|
+
/**
|
|
2160
|
+
* @internal
|
|
2161
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2162
|
+
*/
|
|
2163
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$ {
|
|
2164
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema` instead. */
|
|
2165
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription, z.ZodTypeDef, unknown>;
|
|
2166
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema` instead. */
|
|
2167
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription>;
|
|
2168
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$Outbound` instead. */
|
|
2169
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$Outbound;
|
|
2170
|
+
}
|
|
2171
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescriptionToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription): string;
|
|
2172
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescriptionFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription, SDKValidationError>;
|
|
2173
|
+
/** @internal */
|
|
2174
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue, z.ZodTypeDef, unknown>;
|
|
2175
|
+
/** @internal */
|
|
2176
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound = {
|
|
2177
|
+
expr: string;
|
|
2178
|
+
};
|
|
2179
|
+
/** @internal */
|
|
2180
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue>;
|
|
2181
|
+
/**
|
|
2182
|
+
* @internal
|
|
2183
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2184
|
+
*/
|
|
2185
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$ {
|
|
2186
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema` instead. */
|
|
2187
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue, z.ZodTypeDef, unknown>;
|
|
2188
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema` instead. */
|
|
2189
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue>;
|
|
2190
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound` instead. */
|
|
2191
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound;
|
|
2192
|
+
}
|
|
2193
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValueToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue): string;
|
|
2194
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValueFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue, SDKValidationError>;
|
|
2195
|
+
/** @internal */
|
|
2196
|
+
export declare const CreateIntegrationStoreDirectProperties8$inboundSchema: z.ZodType<CreateIntegrationStoreDirectProperties8, z.ZodTypeDef, unknown>;
|
|
2197
|
+
/** @internal */
|
|
2198
|
+
export type CreateIntegrationStoreDirectProperties8$Outbound = {
|
|
2199
|
+
type: string;
|
|
2200
|
+
"ui:control": string;
|
|
2201
|
+
enum?: Array<string> | undefined;
|
|
2202
|
+
maxLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound | undefined;
|
|
2203
|
+
minLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound | undefined;
|
|
2204
|
+
pattern?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound | undefined;
|
|
2205
|
+
description?: string | undefined;
|
|
2206
|
+
default?: string | undefined;
|
|
2207
|
+
"ui:label"?: string | undefined;
|
|
2208
|
+
"ui:read-only"?: CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound | boolean | string | undefined;
|
|
2209
|
+
"ui:hidden"?: CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound | boolean | string | undefined;
|
|
2210
|
+
"ui:disabled"?: CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound | boolean | string | undefined;
|
|
2211
|
+
"ui:description"?: CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound | string | undefined;
|
|
2212
|
+
"ui:formatted-value"?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound | undefined;
|
|
2213
|
+
"ui:placeholder"?: string | undefined;
|
|
2214
|
+
};
|
|
2215
|
+
/** @internal */
|
|
1627
2216
|
export declare const CreateIntegrationStoreDirectProperties8$outboundSchema: z.ZodType<CreateIntegrationStoreDirectProperties8$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectProperties8>;
|
|
1628
2217
|
/**
|
|
1629
2218
|
* @internal
|
|
@@ -1676,30 +2265,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
1676
2265
|
}>;
|
|
1677
2266
|
}
|
|
1678
2267
|
/** @internal */
|
|
1679
|
-
export declare const
|
|
2268
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
1680
2269
|
/** @internal */
|
|
1681
|
-
export type
|
|
2270
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound = {};
|
|
1682
2271
|
/** @internal */
|
|
1683
|
-
export declare const
|
|
2272
|
+
export declare const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466>;
|
|
1684
2273
|
/**
|
|
1685
2274
|
* @internal
|
|
1686
2275
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1687
2276
|
*/
|
|
1688
|
-
export declare namespace
|
|
1689
|
-
/** @deprecated use `
|
|
1690
|
-
const inboundSchema: z.ZodType<
|
|
1691
|
-
/** @deprecated use `
|
|
1692
|
-
const outboundSchema: z.ZodType<
|
|
1693
|
-
/** @deprecated use `
|
|
1694
|
-
type Outbound =
|
|
2277
|
+
export declare namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$ {
|
|
2278
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema` instead. */
|
|
2279
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
2280
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema` instead. */
|
|
2281
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466>;
|
|
2282
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound` instead. */
|
|
2283
|
+
type Outbound = CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound;
|
|
1695
2284
|
}
|
|
1696
|
-
export declare function
|
|
1697
|
-
export declare function
|
|
2285
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8466ToJSON(createIntegrationStoreDirectUiOptionsAtBRANDAt8466: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466): string;
|
|
2286
|
+
export declare function createIntegrationStoreDirectUiOptionsAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466, SDKValidationError>;
|
|
1698
2287
|
/** @internal */
|
|
1699
2288
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown>;
|
|
1700
2289
|
/** @internal */
|
|
1701
2290
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
1702
|
-
"__@BRAND@
|
|
2291
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound;
|
|
1703
2292
|
};
|
|
1704
2293
|
/** @internal */
|
|
1705
2294
|
export declare const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptionsValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptionsValue>;
|
|
@@ -1866,30 +2455,30 @@ export declare namespace CreateIntegrationStoreDirectUiOptions3$ {
|
|
|
1866
2455
|
export declare function createIntegrationStoreDirectUiOptions3ToJSON(createIntegrationStoreDirectUiOptions3: CreateIntegrationStoreDirectUiOptions3): string;
|
|
1867
2456
|
export declare function createIntegrationStoreDirectUiOptions3FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectUiOptions3, SDKValidationError>;
|
|
1868
2457
|
/** @internal */
|
|
1869
|
-
export declare const
|
|
2458
|
+
export declare const UiOptionsAtBRANDAt8466$inboundSchema: z.ZodType<UiOptionsAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
1870
2459
|
/** @internal */
|
|
1871
|
-
export type
|
|
2460
|
+
export type UiOptionsAtBRANDAt8466$Outbound = {};
|
|
1872
2461
|
/** @internal */
|
|
1873
|
-
export declare const
|
|
2462
|
+
export declare const UiOptionsAtBRANDAt8466$outboundSchema: z.ZodType<UiOptionsAtBRANDAt8466$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8466>;
|
|
1874
2463
|
/**
|
|
1875
2464
|
* @internal
|
|
1876
2465
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1877
2466
|
*/
|
|
1878
|
-
export declare namespace
|
|
1879
|
-
/** @deprecated use `
|
|
1880
|
-
const inboundSchema: z.ZodType<
|
|
1881
|
-
/** @deprecated use `
|
|
1882
|
-
const outboundSchema: z.ZodType<
|
|
1883
|
-
/** @deprecated use `
|
|
1884
|
-
type Outbound =
|
|
2467
|
+
export declare namespace UiOptionsAtBRANDAt8466$ {
|
|
2468
|
+
/** @deprecated use `UiOptionsAtBRANDAt8466$inboundSchema` instead. */
|
|
2469
|
+
const inboundSchema: z.ZodType<UiOptionsAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
2470
|
+
/** @deprecated use `UiOptionsAtBRANDAt8466$outboundSchema` instead. */
|
|
2471
|
+
const outboundSchema: z.ZodType<UiOptionsAtBRANDAt8466$Outbound, z.ZodTypeDef, UiOptionsAtBRANDAt8466>;
|
|
2472
|
+
/** @deprecated use `UiOptionsAtBRANDAt8466$Outbound` instead. */
|
|
2473
|
+
type Outbound = UiOptionsAtBRANDAt8466$Outbound;
|
|
1885
2474
|
}
|
|
1886
|
-
export declare function
|
|
1887
|
-
export declare function
|
|
2475
|
+
export declare function uiOptionsAtBRANDAt8466ToJSON(uiOptionsAtBRANDAt8466: UiOptionsAtBRANDAt8466): string;
|
|
2476
|
+
export declare function uiOptionsAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<UiOptionsAtBRANDAt8466, SDKValidationError>;
|
|
1888
2477
|
/** @internal */
|
|
1889
2478
|
export declare const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2, z.ZodTypeDef, unknown>;
|
|
1890
2479
|
/** @internal */
|
|
1891
2480
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
1892
|
-
"__@BRAND@
|
|
2481
|
+
"__@BRAND@8466": UiOptionsAtBRANDAt8466$Outbound;
|
|
1893
2482
|
};
|
|
1894
2483
|
/** @internal */
|
|
1895
2484
|
export declare const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<CreateIntegrationStoreDirectUiOptions2$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectUiOptions2>;
|
|
@@ -2077,30 +2666,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2077
2666
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions: CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions): string;
|
|
2078
2667
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions, SDKValidationError>;
|
|
2079
2668
|
/** @internal */
|
|
2080
|
-
export declare const
|
|
2669
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
2081
2670
|
/** @internal */
|
|
2082
|
-
export type
|
|
2671
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound = {};
|
|
2083
2672
|
/** @internal */
|
|
2084
|
-
export declare const
|
|
2673
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466>;
|
|
2085
2674
|
/**
|
|
2086
2675
|
* @internal
|
|
2087
2676
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2088
2677
|
*/
|
|
2089
|
-
export declare namespace
|
|
2090
|
-
/** @deprecated use `
|
|
2091
|
-
const inboundSchema: z.ZodType<
|
|
2092
|
-
/** @deprecated use `
|
|
2093
|
-
const outboundSchema: z.ZodType<
|
|
2094
|
-
/** @deprecated use `
|
|
2095
|
-
type Outbound =
|
|
2678
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$ {
|
|
2679
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema` instead. */
|
|
2680
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
2681
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema` instead. */
|
|
2682
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466>;
|
|
2683
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound` instead. */
|
|
2684
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound;
|
|
2096
2685
|
}
|
|
2097
|
-
export declare function
|
|
2098
|
-
export declare function
|
|
2686
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466): string;
|
|
2687
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466, SDKValidationError>;
|
|
2099
2688
|
/** @internal */
|
|
2100
2689
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, z.ZodTypeDef, unknown>;
|
|
2101
2690
|
/** @internal */
|
|
2102
2691
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound = {
|
|
2103
|
-
"__@BRAND@
|
|
2692
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound;
|
|
2104
2693
|
};
|
|
2105
2694
|
/** @internal */
|
|
2106
2695
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength>;
|
|
@@ -2119,30 +2708,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2119
2708
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength): string;
|
|
2120
2709
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength, SDKValidationError>;
|
|
2121
2710
|
/** @internal */
|
|
2122
|
-
export declare const
|
|
2711
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
2123
2712
|
/** @internal */
|
|
2124
|
-
export type
|
|
2713
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound = {};
|
|
2125
2714
|
/** @internal */
|
|
2126
|
-
export declare const
|
|
2715
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466>;
|
|
2127
2716
|
/**
|
|
2128
2717
|
* @internal
|
|
2129
2718
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2130
2719
|
*/
|
|
2131
|
-
export declare namespace
|
|
2132
|
-
/** @deprecated use `
|
|
2133
|
-
const inboundSchema: z.ZodType<
|
|
2134
|
-
/** @deprecated use `
|
|
2135
|
-
const outboundSchema: z.ZodType<
|
|
2136
|
-
/** @deprecated use `
|
|
2137
|
-
type Outbound =
|
|
2720
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$ {
|
|
2721
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema` instead. */
|
|
2722
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
2723
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema` instead. */
|
|
2724
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466>;
|
|
2725
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound` instead. */
|
|
2726
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound;
|
|
2138
2727
|
}
|
|
2139
|
-
export declare function
|
|
2140
|
-
export declare function
|
|
2728
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466): string;
|
|
2729
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466, SDKValidationError>;
|
|
2141
2730
|
/** @internal */
|
|
2142
2731
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, z.ZodTypeDef, unknown>;
|
|
2143
2732
|
/** @internal */
|
|
2144
2733
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound = {
|
|
2145
|
-
"__@BRAND@
|
|
2734
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound;
|
|
2146
2735
|
};
|
|
2147
2736
|
/** @internal */
|
|
2148
2737
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength>;
|
|
@@ -2161,30 +2750,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2161
2750
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength): string;
|
|
2162
2751
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength, SDKValidationError>;
|
|
2163
2752
|
/** @internal */
|
|
2164
|
-
export declare const
|
|
2753
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
2165
2754
|
/** @internal */
|
|
2166
|
-
export type
|
|
2755
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound = {};
|
|
2167
2756
|
/** @internal */
|
|
2168
|
-
export declare const
|
|
2757
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466>;
|
|
2169
2758
|
/**
|
|
2170
2759
|
* @internal
|
|
2171
2760
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2172
2761
|
*/
|
|
2173
|
-
export declare namespace
|
|
2174
|
-
/** @deprecated use `
|
|
2175
|
-
const inboundSchema: z.ZodType<
|
|
2176
|
-
/** @deprecated use `
|
|
2177
|
-
const outboundSchema: z.ZodType<
|
|
2178
|
-
/** @deprecated use `
|
|
2179
|
-
type Outbound =
|
|
2762
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$ {
|
|
2763
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema` instead. */
|
|
2764
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
2765
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema` instead. */
|
|
2766
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466>;
|
|
2767
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound` instead. */
|
|
2768
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound;
|
|
2180
2769
|
}
|
|
2181
|
-
export declare function
|
|
2182
|
-
export declare function
|
|
2770
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466): string;
|
|
2771
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466, SDKValidationError>;
|
|
2183
2772
|
/** @internal */
|
|
2184
2773
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern, z.ZodTypeDef, unknown>;
|
|
2185
2774
|
/** @internal */
|
|
2186
2775
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound = {
|
|
2187
|
-
"__@BRAND@
|
|
2776
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound;
|
|
2188
2777
|
};
|
|
2189
2778
|
/** @internal */
|
|
2190
2779
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern>;
|
|
@@ -2508,158 +3097,158 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsRespo
|
|
|
2508
3097
|
}>;
|
|
2509
3098
|
}
|
|
2510
3099
|
/** @internal */
|
|
2511
|
-
export declare const
|
|
3100
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
|
|
2512
3101
|
/** @internal */
|
|
2513
|
-
export declare const
|
|
3102
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type>;
|
|
2514
3103
|
/**
|
|
2515
3104
|
* @internal
|
|
2516
3105
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2517
3106
|
*/
|
|
2518
|
-
export declare namespace
|
|
2519
|
-
/** @deprecated use `
|
|
3107
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ {
|
|
3108
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema` instead. */
|
|
2520
3109
|
const inboundSchema: z.ZodNativeEnum<{
|
|
2521
3110
|
readonly String: "string";
|
|
2522
3111
|
}>;
|
|
2523
|
-
/** @deprecated use `
|
|
3112
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema` instead. */
|
|
2524
3113
|
const outboundSchema: z.ZodNativeEnum<{
|
|
2525
3114
|
readonly String: "string";
|
|
2526
3115
|
}>;
|
|
2527
3116
|
}
|
|
2528
3117
|
/** @internal */
|
|
2529
|
-
export declare const
|
|
3118
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
2530
3119
|
/** @internal */
|
|
2531
|
-
export type
|
|
3120
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound = {};
|
|
2532
3121
|
/** @internal */
|
|
2533
|
-
export declare const
|
|
3122
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466>;
|
|
2534
3123
|
/**
|
|
2535
3124
|
* @internal
|
|
2536
3125
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2537
3126
|
*/
|
|
2538
|
-
export declare namespace
|
|
2539
|
-
/** @deprecated use `
|
|
2540
|
-
const inboundSchema: z.ZodType<
|
|
2541
|
-
/** @deprecated use `
|
|
2542
|
-
const outboundSchema: z.ZodType<
|
|
2543
|
-
/** @deprecated use `
|
|
2544
|
-
type Outbound =
|
|
3127
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$ {
|
|
3128
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema` instead. */
|
|
3129
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
3130
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema` instead. */
|
|
3131
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466>;
|
|
3132
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound` instead. */
|
|
3133
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound;
|
|
2545
3134
|
}
|
|
2546
|
-
export declare function
|
|
2547
|
-
export declare function
|
|
3135
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466): string;
|
|
3136
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466, SDKValidationError>;
|
|
2548
3137
|
/** @internal */
|
|
2549
|
-
export declare const
|
|
3138
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, z.ZodTypeDef, unknown>;
|
|
2550
3139
|
/** @internal */
|
|
2551
|
-
export type
|
|
2552
|
-
"__@BRAND@
|
|
3140
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound = {
|
|
3141
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound;
|
|
2553
3142
|
};
|
|
2554
3143
|
/** @internal */
|
|
2555
|
-
export declare const
|
|
3144
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength>;
|
|
2556
3145
|
/**
|
|
2557
3146
|
* @internal
|
|
2558
3147
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2559
3148
|
*/
|
|
2560
|
-
export declare namespace
|
|
2561
|
-
/** @deprecated use `
|
|
2562
|
-
const inboundSchema: z.ZodType<
|
|
2563
|
-
/** @deprecated use `
|
|
2564
|
-
const outboundSchema: z.ZodType<
|
|
2565
|
-
/** @deprecated use `
|
|
2566
|
-
type Outbound =
|
|
3149
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$ {
|
|
3150
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema` instead. */
|
|
3151
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, z.ZodTypeDef, unknown>;
|
|
3152
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema` instead. */
|
|
3153
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength>;
|
|
3154
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound` instead. */
|
|
3155
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound;
|
|
2567
3156
|
}
|
|
2568
|
-
export declare function
|
|
2569
|
-
export declare function
|
|
3157
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength): string;
|
|
3158
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength, SDKValidationError>;
|
|
2570
3159
|
/** @internal */
|
|
2571
|
-
export declare const
|
|
3160
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
2572
3161
|
/** @internal */
|
|
2573
|
-
export type
|
|
3162
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound = {};
|
|
2574
3163
|
/** @internal */
|
|
2575
|
-
export declare const
|
|
3164
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466>;
|
|
2576
3165
|
/**
|
|
2577
3166
|
* @internal
|
|
2578
3167
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2579
3168
|
*/
|
|
2580
|
-
export declare namespace
|
|
2581
|
-
/** @deprecated use `
|
|
2582
|
-
const inboundSchema: z.ZodType<
|
|
2583
|
-
/** @deprecated use `
|
|
2584
|
-
const outboundSchema: z.ZodType<
|
|
2585
|
-
/** @deprecated use `
|
|
2586
|
-
type Outbound =
|
|
3169
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$ {
|
|
3170
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema` instead. */
|
|
3171
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
3172
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema` instead. */
|
|
3173
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466>;
|
|
3174
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound` instead. */
|
|
3175
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound;
|
|
2587
3176
|
}
|
|
2588
|
-
export declare function
|
|
2589
|
-
export declare function
|
|
3177
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466): string;
|
|
3178
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466, SDKValidationError>;
|
|
2590
3179
|
/** @internal */
|
|
2591
|
-
export declare const
|
|
3180
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, z.ZodTypeDef, unknown>;
|
|
2592
3181
|
/** @internal */
|
|
2593
|
-
export type
|
|
2594
|
-
"__@BRAND@
|
|
3182
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound = {
|
|
3183
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound;
|
|
2595
3184
|
};
|
|
2596
3185
|
/** @internal */
|
|
2597
|
-
export declare const
|
|
3186
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength>;
|
|
2598
3187
|
/**
|
|
2599
3188
|
* @internal
|
|
2600
3189
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2601
3190
|
*/
|
|
2602
|
-
export declare namespace
|
|
2603
|
-
/** @deprecated use `
|
|
2604
|
-
const inboundSchema: z.ZodType<
|
|
2605
|
-
/** @deprecated use `
|
|
2606
|
-
const outboundSchema: z.ZodType<
|
|
2607
|
-
/** @deprecated use `
|
|
2608
|
-
type Outbound =
|
|
3191
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$ {
|
|
3192
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema` instead. */
|
|
3193
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, z.ZodTypeDef, unknown>;
|
|
3194
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema` instead. */
|
|
3195
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength>;
|
|
3196
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound` instead. */
|
|
3197
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound;
|
|
2609
3198
|
}
|
|
2610
|
-
export declare function
|
|
2611
|
-
export declare function
|
|
3199
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength): string;
|
|
3200
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength, SDKValidationError>;
|
|
2612
3201
|
/** @internal */
|
|
2613
|
-
export declare const
|
|
3202
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
2614
3203
|
/** @internal */
|
|
2615
|
-
export type
|
|
3204
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound = {};
|
|
2616
3205
|
/** @internal */
|
|
2617
|
-
export declare const
|
|
3206
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466>;
|
|
2618
3207
|
/**
|
|
2619
3208
|
* @internal
|
|
2620
3209
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2621
3210
|
*/
|
|
2622
|
-
export declare namespace
|
|
2623
|
-
/** @deprecated use `
|
|
2624
|
-
const inboundSchema: z.ZodType<
|
|
2625
|
-
/** @deprecated use `
|
|
2626
|
-
const outboundSchema: z.ZodType<
|
|
2627
|
-
/** @deprecated use `
|
|
2628
|
-
type Outbound =
|
|
3211
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$ {
|
|
3212
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema` instead. */
|
|
3213
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
3214
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema` instead. */
|
|
3215
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466>;
|
|
3216
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound` instead. */
|
|
3217
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound;
|
|
2629
3218
|
}
|
|
2630
|
-
export declare function
|
|
2631
|
-
export declare function
|
|
3219
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466): string;
|
|
3220
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466, SDKValidationError>;
|
|
2632
3221
|
/** @internal */
|
|
2633
|
-
export declare const
|
|
3222
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, z.ZodTypeDef, unknown>;
|
|
2634
3223
|
/** @internal */
|
|
2635
|
-
export type
|
|
2636
|
-
"__@BRAND@
|
|
3224
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound = {
|
|
3225
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound;
|
|
2637
3226
|
};
|
|
2638
3227
|
/** @internal */
|
|
2639
|
-
export declare const
|
|
3228
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern>;
|
|
2640
3229
|
/**
|
|
2641
3230
|
* @internal
|
|
2642
3231
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2643
3232
|
*/
|
|
2644
|
-
export declare namespace
|
|
2645
|
-
/** @deprecated use `
|
|
2646
|
-
const inboundSchema: z.ZodType<
|
|
2647
|
-
/** @deprecated use `
|
|
2648
|
-
const outboundSchema: z.ZodType<
|
|
2649
|
-
/** @deprecated use `
|
|
2650
|
-
type Outbound =
|
|
3233
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$ {
|
|
3234
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema` instead. */
|
|
3235
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, z.ZodTypeDef, unknown>;
|
|
3236
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema` instead. */
|
|
3237
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern>;
|
|
3238
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound` instead. */
|
|
3239
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound;
|
|
2651
3240
|
}
|
|
2652
|
-
export declare function
|
|
2653
|
-
export declare function
|
|
3241
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern): string;
|
|
3242
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern, SDKValidationError>;
|
|
2654
3243
|
/** @internal */
|
|
2655
3244
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsItems$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsItems, z.ZodTypeDef, unknown>;
|
|
2656
3245
|
/** @internal */
|
|
2657
3246
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems$Outbound = {
|
|
2658
3247
|
type: string;
|
|
2659
3248
|
description?: string | undefined;
|
|
2660
|
-
minLength?:
|
|
2661
|
-
maxLength?:
|
|
2662
|
-
pattern?:
|
|
3249
|
+
minLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound | undefined;
|
|
3250
|
+
maxLength?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound | undefined;
|
|
3251
|
+
pattern?: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound | undefined;
|
|
2663
3252
|
default?: string | undefined;
|
|
2664
3253
|
enum?: Array<string> | undefined;
|
|
2665
3254
|
};
|
|
@@ -3319,30 +3908,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiOptions$ {
|
|
|
3319
3908
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsToJSON(createIntegrationStoreDirectPropertiesUiOptions: CreateIntegrationStoreDirectPropertiesUiOptions): string;
|
|
3320
3909
|
export declare function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesUiOptions, SDKValidationError>;
|
|
3321
3910
|
/** @internal */
|
|
3322
|
-
export declare const
|
|
3911
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
3323
3912
|
/** @internal */
|
|
3324
|
-
export type
|
|
3913
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound = {};
|
|
3325
3914
|
/** @internal */
|
|
3326
|
-
export declare const
|
|
3915
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466>;
|
|
3327
3916
|
/**
|
|
3328
3917
|
* @internal
|
|
3329
3918
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3330
3919
|
*/
|
|
3331
|
-
export declare namespace
|
|
3332
|
-
/** @deprecated use `
|
|
3333
|
-
const inboundSchema: z.ZodType<
|
|
3334
|
-
/** @deprecated use `
|
|
3335
|
-
const outboundSchema: z.ZodType<
|
|
3336
|
-
/** @deprecated use `
|
|
3337
|
-
type Outbound =
|
|
3920
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$ {
|
|
3921
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema` instead. */
|
|
3922
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
3923
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema` instead. */
|
|
3924
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466>;
|
|
3925
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound` instead. */
|
|
3926
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound;
|
|
3338
3927
|
}
|
|
3339
|
-
export declare function
|
|
3340
|
-
export declare function
|
|
3928
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466): string;
|
|
3929
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466, SDKValidationError>;
|
|
3341
3930
|
/** @internal */
|
|
3342
3931
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, z.ZodTypeDef, unknown>;
|
|
3343
3932
|
/** @internal */
|
|
3344
3933
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound = {
|
|
3345
|
-
"__@BRAND@
|
|
3934
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound;
|
|
3346
3935
|
};
|
|
3347
3936
|
/** @internal */
|
|
3348
3937
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength>;
|
|
@@ -3361,30 +3950,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMaxLe
|
|
|
3361
3950
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMaxLength: CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength): string;
|
|
3362
3951
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength, SDKValidationError>;
|
|
3363
3952
|
/** @internal */
|
|
3364
|
-
export declare const
|
|
3953
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
3365
3954
|
/** @internal */
|
|
3366
|
-
export type
|
|
3955
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound = {};
|
|
3367
3956
|
/** @internal */
|
|
3368
|
-
export declare const
|
|
3957
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466>;
|
|
3369
3958
|
/**
|
|
3370
3959
|
* @internal
|
|
3371
3960
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3372
3961
|
*/
|
|
3373
|
-
export declare namespace
|
|
3374
|
-
/** @deprecated use `
|
|
3375
|
-
const inboundSchema: z.ZodType<
|
|
3376
|
-
/** @deprecated use `
|
|
3377
|
-
const outboundSchema: z.ZodType<
|
|
3378
|
-
/** @deprecated use `
|
|
3379
|
-
type Outbound =
|
|
3962
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$ {
|
|
3963
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema` instead. */
|
|
3964
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
3965
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema` instead. */
|
|
3966
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466>;
|
|
3967
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound` instead. */
|
|
3968
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound;
|
|
3380
3969
|
}
|
|
3381
|
-
export declare function
|
|
3382
|
-
export declare function
|
|
3970
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466): string;
|
|
3971
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466, SDKValidationError>;
|
|
3383
3972
|
/** @internal */
|
|
3384
3973
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, z.ZodTypeDef, unknown>;
|
|
3385
3974
|
/** @internal */
|
|
3386
3975
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound = {
|
|
3387
|
-
"__@BRAND@
|
|
3976
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound;
|
|
3388
3977
|
};
|
|
3389
3978
|
/** @internal */
|
|
3390
3979
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsMinLength>;
|
|
@@ -3403,30 +3992,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsMinLe
|
|
|
3403
3992
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthToJSON(createIntegrationStoreDirectPropertiesIntegrationsMinLength: CreateIntegrationStoreDirectPropertiesIntegrationsMinLength): string;
|
|
3404
3993
|
export declare function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsMinLength, SDKValidationError>;
|
|
3405
3994
|
/** @internal */
|
|
3406
|
-
export declare const
|
|
3995
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
3407
3996
|
/** @internal */
|
|
3408
|
-
export type
|
|
3997
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound = {};
|
|
3409
3998
|
/** @internal */
|
|
3410
|
-
export declare const
|
|
3999
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466>;
|
|
3411
4000
|
/**
|
|
3412
4001
|
* @internal
|
|
3413
4002
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3414
4003
|
*/
|
|
3415
|
-
export declare namespace
|
|
3416
|
-
/** @deprecated use `
|
|
3417
|
-
const inboundSchema: z.ZodType<
|
|
3418
|
-
/** @deprecated use `
|
|
3419
|
-
const outboundSchema: z.ZodType<
|
|
3420
|
-
/** @deprecated use `
|
|
3421
|
-
type Outbound =
|
|
4004
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$ {
|
|
4005
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema` instead. */
|
|
4006
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
4007
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema` instead. */
|
|
4008
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466>;
|
|
4009
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound` instead. */
|
|
4010
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound;
|
|
3422
4011
|
}
|
|
3423
|
-
export declare function
|
|
3424
|
-
export declare function
|
|
4012
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466): string;
|
|
4013
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466, SDKValidationError>;
|
|
3425
4014
|
/** @internal */
|
|
3426
4015
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern, z.ZodTypeDef, unknown>;
|
|
3427
4016
|
/** @internal */
|
|
3428
4017
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound = {
|
|
3429
|
-
"__@BRAND@
|
|
4018
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound;
|
|
3430
4019
|
};
|
|
3431
4020
|
/** @internal */
|
|
3432
4021
|
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsPattern>;
|
|
@@ -4774,30 +5363,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
4774
5363
|
}>;
|
|
4775
5364
|
}
|
|
4776
5365
|
/** @internal */
|
|
4777
|
-
export declare const
|
|
5366
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
4778
5367
|
/** @internal */
|
|
4779
|
-
export type
|
|
5368
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound = {};
|
|
4780
5369
|
/** @internal */
|
|
4781
|
-
export declare const
|
|
5370
|
+
export declare const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466>;
|
|
4782
5371
|
/**
|
|
4783
5372
|
* @internal
|
|
4784
5373
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4785
5374
|
*/
|
|
4786
|
-
export declare namespace
|
|
4787
|
-
/** @deprecated use `
|
|
4788
|
-
const inboundSchema: z.ZodType<
|
|
4789
|
-
/** @deprecated use `
|
|
4790
|
-
const outboundSchema: z.ZodType<
|
|
4791
|
-
/** @deprecated use `
|
|
4792
|
-
type Outbound =
|
|
5375
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$ {
|
|
5376
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema` instead. */
|
|
5377
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
5378
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema` instead. */
|
|
5379
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466>;
|
|
5380
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound` instead. */
|
|
5381
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound;
|
|
4793
5382
|
}
|
|
4794
|
-
export declare function
|
|
4795
|
-
export declare function
|
|
5383
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466: CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466): string;
|
|
5384
|
+
export declare function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466, SDKValidationError>;
|
|
4796
5385
|
/** @internal */
|
|
4797
5386
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength, z.ZodTypeDef, unknown>;
|
|
4798
5387
|
/** @internal */
|
|
4799
5388
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
4800
|
-
"__@BRAND@
|
|
5389
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound;
|
|
4801
5390
|
};
|
|
4802
5391
|
/** @internal */
|
|
4803
5392
|
export declare const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMaxLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMaxLength>;
|
|
@@ -4816,30 +5405,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMaxLength$ {
|
|
|
4816
5405
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthToJSON(createIntegrationStoreDirectPropertiesMaxLength: CreateIntegrationStoreDirectPropertiesMaxLength): string;
|
|
4817
5406
|
export declare function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMaxLength, SDKValidationError>;
|
|
4818
5407
|
/** @internal */
|
|
4819
|
-
export declare const
|
|
5408
|
+
export declare const PropertiesAtBRANDAt8466$inboundSchema: z.ZodType<PropertiesAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
4820
5409
|
/** @internal */
|
|
4821
|
-
export type
|
|
5410
|
+
export type PropertiesAtBRANDAt8466$Outbound = {};
|
|
4822
5411
|
/** @internal */
|
|
4823
|
-
export declare const
|
|
5412
|
+
export declare const PropertiesAtBRANDAt8466$outboundSchema: z.ZodType<PropertiesAtBRANDAt8466$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8466>;
|
|
4824
5413
|
/**
|
|
4825
5414
|
* @internal
|
|
4826
5415
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4827
5416
|
*/
|
|
4828
|
-
export declare namespace
|
|
4829
|
-
/** @deprecated use `
|
|
4830
|
-
const inboundSchema: z.ZodType<
|
|
4831
|
-
/** @deprecated use `
|
|
4832
|
-
const outboundSchema: z.ZodType<
|
|
4833
|
-
/** @deprecated use `
|
|
4834
|
-
type Outbound =
|
|
5417
|
+
export declare namespace PropertiesAtBRANDAt8466$ {
|
|
5418
|
+
/** @deprecated use `PropertiesAtBRANDAt8466$inboundSchema` instead. */
|
|
5419
|
+
const inboundSchema: z.ZodType<PropertiesAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
5420
|
+
/** @deprecated use `PropertiesAtBRANDAt8466$outboundSchema` instead. */
|
|
5421
|
+
const outboundSchema: z.ZodType<PropertiesAtBRANDAt8466$Outbound, z.ZodTypeDef, PropertiesAtBRANDAt8466>;
|
|
5422
|
+
/** @deprecated use `PropertiesAtBRANDAt8466$Outbound` instead. */
|
|
5423
|
+
type Outbound = PropertiesAtBRANDAt8466$Outbound;
|
|
4835
5424
|
}
|
|
4836
|
-
export declare function
|
|
4837
|
-
export declare function
|
|
5425
|
+
export declare function propertiesAtBRANDAt8466ToJSON(propertiesAtBRANDAt8466: PropertiesAtBRANDAt8466): string;
|
|
5426
|
+
export declare function propertiesAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<PropertiesAtBRANDAt8466, SDKValidationError>;
|
|
4838
5427
|
/** @internal */
|
|
4839
5428
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength, z.ZodTypeDef, unknown>;
|
|
4840
5429
|
/** @internal */
|
|
4841
5430
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
4842
|
-
"__@BRAND@
|
|
5431
|
+
"__@BRAND@8466": PropertiesAtBRANDAt8466$Outbound;
|
|
4843
5432
|
};
|
|
4844
5433
|
/** @internal */
|
|
4845
5434
|
export declare const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesMinLength$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesMinLength>;
|
|
@@ -4858,30 +5447,30 @@ export declare namespace CreateIntegrationStoreDirectPropertiesMinLength$ {
|
|
|
4858
5447
|
export declare function createIntegrationStoreDirectPropertiesMinLengthToJSON(createIntegrationStoreDirectPropertiesMinLength: CreateIntegrationStoreDirectPropertiesMinLength): string;
|
|
4859
5448
|
export declare function createIntegrationStoreDirectPropertiesMinLengthFromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesMinLength, SDKValidationError>;
|
|
4860
5449
|
/** @internal */
|
|
4861
|
-
export declare const
|
|
5450
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
4862
5451
|
/** @internal */
|
|
4863
|
-
export type
|
|
5452
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound = {};
|
|
4864
5453
|
/** @internal */
|
|
4865
|
-
export declare const
|
|
5454
|
+
export declare const CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8466>;
|
|
4866
5455
|
/**
|
|
4867
5456
|
* @internal
|
|
4868
5457
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4869
5458
|
*/
|
|
4870
|
-
export declare namespace
|
|
4871
|
-
/** @deprecated use `
|
|
4872
|
-
const inboundSchema: z.ZodType<
|
|
4873
|
-
/** @deprecated use `
|
|
4874
|
-
const outboundSchema: z.ZodType<
|
|
4875
|
-
/** @deprecated use `
|
|
4876
|
-
type Outbound =
|
|
5459
|
+
export declare namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$ {
|
|
5460
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema` instead. */
|
|
5461
|
+
const inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
5462
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema` instead. */
|
|
5463
|
+
const outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesAtBRANDAt8466>;
|
|
5464
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound` instead. */
|
|
5465
|
+
type Outbound = CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound;
|
|
4877
5466
|
}
|
|
4878
|
-
export declare function
|
|
4879
|
-
export declare function
|
|
5467
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8466ToJSON(createIntegrationStoreDirectPropertiesAtBRANDAt8466: CreateIntegrationStoreDirectPropertiesAtBRANDAt8466): string;
|
|
5468
|
+
export declare function createIntegrationStoreDirectPropertiesAtBRANDAt8466FromJSON(jsonString: string): SafeParseResult<CreateIntegrationStoreDirectPropertiesAtBRANDAt8466, SDKValidationError>;
|
|
4880
5469
|
/** @internal */
|
|
4881
5470
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern, z.ZodTypeDef, unknown>;
|
|
4882
5471
|
/** @internal */
|
|
4883
5472
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
4884
|
-
"__@BRAND@
|
|
5473
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound;
|
|
4885
5474
|
};
|
|
4886
5475
|
/** @internal */
|
|
4887
5476
|
export declare const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema: z.ZodType<CreateIntegrationStoreDirectPropertiesPattern$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectPropertiesPattern>;
|
|
@@ -5188,7 +5777,7 @@ export declare function createIntegrationStoreDirectProperties1FromJSON(jsonStri
|
|
|
5188
5777
|
/** @internal */
|
|
5189
5778
|
export declare const CreateIntegrationStoreDirectProperties$inboundSchema: z.ZodType<CreateIntegrationStoreDirectProperties, z.ZodTypeDef, unknown>;
|
|
5190
5779
|
/** @internal */
|
|
5191
|
-
export type CreateIntegrationStoreDirectProperties$Outbound = CreateIntegrationStoreDirectProperties4$Outbound | CreateIntegrationStoreDirectProperties6$Outbound | CreateIntegrationStoreDirectProperties5$Outbound | CreateIntegrationStoreDirectProperties7$Outbound | CreateIntegrationStoreDirectProperties1$Outbound | CreateIntegrationStoreDirectProperties2$Outbound | CreateIntegrationStoreDirectProperties3$Outbound | CreateIntegrationStoreDirectProperties8$Outbound;
|
|
5780
|
+
export type CreateIntegrationStoreDirectProperties$Outbound = CreateIntegrationStoreDirectProperties4$Outbound | CreateIntegrationStoreDirectProperties6$Outbound | CreateIntegrationStoreDirectProperties5$Outbound | CreateIntegrationStoreDirectProperties7$Outbound | CreateIntegrationStoreDirectProperties1$Outbound | CreateIntegrationStoreDirectProperties2$Outbound | CreateIntegrationStoreDirectProperties3$Outbound | CreateIntegrationStoreDirectProperties8$Outbound | CreateIntegrationStoreDirectProperties9$Outbound;
|
|
5192
5781
|
/** @internal */
|
|
5193
5782
|
export declare const CreateIntegrationStoreDirectProperties$outboundSchema: z.ZodType<CreateIntegrationStoreDirectProperties$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectProperties>;
|
|
5194
5783
|
/**
|
|
@@ -5211,7 +5800,7 @@ export declare const CreateIntegrationStoreDirectMetadataSchema$inboundSchema: z
|
|
|
5211
5800
|
export type CreateIntegrationStoreDirectMetadataSchema$Outbound = {
|
|
5212
5801
|
type: string;
|
|
5213
5802
|
properties: {
|
|
5214
|
-
[k: string]: CreateIntegrationStoreDirectProperties4$Outbound | CreateIntegrationStoreDirectProperties6$Outbound | CreateIntegrationStoreDirectProperties5$Outbound | CreateIntegrationStoreDirectProperties7$Outbound | CreateIntegrationStoreDirectProperties1$Outbound | CreateIntegrationStoreDirectProperties2$Outbound | CreateIntegrationStoreDirectProperties3$Outbound | CreateIntegrationStoreDirectProperties8$Outbound;
|
|
5803
|
+
[k: string]: CreateIntegrationStoreDirectProperties4$Outbound | CreateIntegrationStoreDirectProperties6$Outbound | CreateIntegrationStoreDirectProperties5$Outbound | CreateIntegrationStoreDirectProperties7$Outbound | CreateIntegrationStoreDirectProperties1$Outbound | CreateIntegrationStoreDirectProperties2$Outbound | CreateIntegrationStoreDirectProperties3$Outbound | CreateIntegrationStoreDirectProperties8$Outbound | CreateIntegrationStoreDirectProperties9$Outbound;
|
|
5215
5804
|
};
|
|
5216
5805
|
required?: Array<string> | undefined;
|
|
5217
5806
|
};
|
|
@@ -5255,15 +5844,15 @@ export declare namespace ResourceLinks$ {
|
|
|
5255
5844
|
export declare function resourceLinksToJSON(resourceLinks: ResourceLinks): string;
|
|
5256
5845
|
export declare function resourceLinksFromJSON(jsonString: string): SafeParseResult<ResourceLinks, SDKValidationError>;
|
|
5257
5846
|
/** @internal */
|
|
5258
|
-
export declare const
|
|
5847
|
+
export declare const CreateIntegrationStoreDirectTags$inboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectTags>;
|
|
5259
5848
|
/** @internal */
|
|
5260
|
-
export declare const
|
|
5849
|
+
export declare const CreateIntegrationStoreDirectTags$outboundSchema: z.ZodNativeEnum<typeof CreateIntegrationStoreDirectTags>;
|
|
5261
5850
|
/**
|
|
5262
5851
|
* @internal
|
|
5263
5852
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5264
5853
|
*/
|
|
5265
|
-
export declare namespace
|
|
5266
|
-
/** @deprecated use `
|
|
5854
|
+
export declare namespace CreateIntegrationStoreDirectTags$ {
|
|
5855
|
+
/** @deprecated use `CreateIntegrationStoreDirectTags$inboundSchema` instead. */
|
|
5267
5856
|
const inboundSchema: z.ZodNativeEnum<{
|
|
5268
5857
|
readonly EdgeConfig: "edge-config";
|
|
5269
5858
|
readonly Redis: "redis";
|
|
@@ -5297,6 +5886,7 @@ export declare namespace Tags$ {
|
|
|
5297
5886
|
readonly TagMessaging: "tag_messaging";
|
|
5298
5887
|
readonly TagMonitoring: "tag_monitoring";
|
|
5299
5888
|
readonly TagObservability: "tag_observability";
|
|
5889
|
+
readonly TagPayments: "tag_payments";
|
|
5300
5890
|
readonly TagPerformance: "tag_performance";
|
|
5301
5891
|
readonly TagProductivity: "tag_productivity";
|
|
5302
5892
|
readonly TagSearching: "tag_searching";
|
|
@@ -5310,7 +5900,7 @@ export declare namespace Tags$ {
|
|
|
5310
5900
|
readonly TagTraceDrain: "tag_traceDrain";
|
|
5311
5901
|
readonly TagOther: "tag_other";
|
|
5312
5902
|
}>;
|
|
5313
|
-
/** @deprecated use `
|
|
5903
|
+
/** @deprecated use `CreateIntegrationStoreDirectTags$outboundSchema` instead. */
|
|
5314
5904
|
const outboundSchema: z.ZodNativeEnum<{
|
|
5315
5905
|
readonly EdgeConfig: "edge-config";
|
|
5316
5906
|
readonly Redis: "redis";
|
|
@@ -5344,6 +5934,7 @@ export declare namespace Tags$ {
|
|
|
5344
5934
|
readonly TagMessaging: "tag_messaging";
|
|
5345
5935
|
readonly TagMonitoring: "tag_monitoring";
|
|
5346
5936
|
readonly TagObservability: "tag_observability";
|
|
5937
|
+
readonly TagPayments: "tag_payments";
|
|
5347
5938
|
readonly TagPerformance: "tag_performance";
|
|
5348
5939
|
readonly TagProductivity: "tag_productivity";
|
|
5349
5940
|
readonly TagSearching: "tag_searching";
|
|
@@ -5378,6 +5969,7 @@ export declare namespace ProjectConnectionScopes$ {
|
|
|
5378
5969
|
readonly ReadWriteGlobalProjectEnvVars: "read-write:global-project-env-vars";
|
|
5379
5970
|
readonly ReadWriteIntegrationDeploymentAction: "read-write:integration-deployment-action";
|
|
5380
5971
|
readonly ReadWriteLogDrain: "read-write:log-drain";
|
|
5972
|
+
readonly ReadWriteDrains: "read-write:drains";
|
|
5381
5973
|
readonly ReadWriteProjectEnvVars: "read-write:project-env-vars";
|
|
5382
5974
|
readonly ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass";
|
|
5383
5975
|
}>;
|
|
@@ -5392,6 +5984,7 @@ export declare namespace ProjectConnectionScopes$ {
|
|
|
5392
5984
|
readonly ReadWriteGlobalProjectEnvVars: "read-write:global-project-env-vars";
|
|
5393
5985
|
readonly ReadWriteIntegrationDeploymentAction: "read-write:integration-deployment-action";
|
|
5394
5986
|
readonly ReadWriteLogDrain: "read-write:log-drain";
|
|
5987
|
+
readonly ReadWriteDrains: "read-write:drains";
|
|
5395
5988
|
readonly ReadWriteProjectEnvVars: "read-write:project-env-vars";
|
|
5396
5989
|
readonly ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass";
|
|
5397
5990
|
}>;
|
|
@@ -5511,30 +6104,30 @@ export declare namespace Guides$ {
|
|
|
5511
6104
|
export declare function guidesToJSON(guides: Guides): string;
|
|
5512
6105
|
export declare function guidesFromJSON(jsonString: string): SafeParseResult<Guides, SDKValidationError>;
|
|
5513
6106
|
/** @internal */
|
|
5514
|
-
export declare const
|
|
6107
|
+
export declare const AtBRANDAt8466$inboundSchema: z.ZodType<AtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
5515
6108
|
/** @internal */
|
|
5516
|
-
export type
|
|
6109
|
+
export type AtBRANDAt8466$Outbound = {};
|
|
5517
6110
|
/** @internal */
|
|
5518
|
-
export declare const
|
|
6111
|
+
export declare const AtBRANDAt8466$outboundSchema: z.ZodType<AtBRANDAt8466$Outbound, z.ZodTypeDef, AtBRANDAt8466>;
|
|
5519
6112
|
/**
|
|
5520
6113
|
* @internal
|
|
5521
6114
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5522
6115
|
*/
|
|
5523
|
-
export declare namespace
|
|
5524
|
-
/** @deprecated use `
|
|
5525
|
-
const inboundSchema: z.ZodType<
|
|
5526
|
-
/** @deprecated use `
|
|
5527
|
-
const outboundSchema: z.ZodType<
|
|
5528
|
-
/** @deprecated use `
|
|
5529
|
-
type Outbound =
|
|
6116
|
+
export declare namespace AtBRANDAt8466$ {
|
|
6117
|
+
/** @deprecated use `AtBRANDAt8466$inboundSchema` instead. */
|
|
6118
|
+
const inboundSchema: z.ZodType<AtBRANDAt8466, z.ZodTypeDef, unknown>;
|
|
6119
|
+
/** @deprecated use `AtBRANDAt8466$outboundSchema` instead. */
|
|
6120
|
+
const outboundSchema: z.ZodType<AtBRANDAt8466$Outbound, z.ZodTypeDef, AtBRANDAt8466>;
|
|
6121
|
+
/** @deprecated use `AtBRANDAt8466$Outbound` instead. */
|
|
6122
|
+
type Outbound = AtBRANDAt8466$Outbound;
|
|
5530
6123
|
}
|
|
5531
|
-
export declare function
|
|
5532
|
-
export declare function
|
|
6124
|
+
export declare function atBRANDAt8466ToJSON(atBRANDAt8466: AtBRANDAt8466): string;
|
|
6125
|
+
export declare function atBRANDAt8466FromJSON(jsonString: string): SafeParseResult<AtBRANDAt8466, SDKValidationError>;
|
|
5533
6126
|
/** @internal */
|
|
5534
6127
|
export declare const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<CreateIntegrationStoreDirectValue, z.ZodTypeDef, unknown>;
|
|
5535
6128
|
/** @internal */
|
|
5536
6129
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
5537
|
-
"__@BRAND@
|
|
6130
|
+
"__@BRAND@8466": AtBRANDAt8466$Outbound;
|
|
5538
6131
|
};
|
|
5539
6132
|
/** @internal */
|
|
5540
6133
|
export declare const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<CreateIntegrationStoreDirectValue$Outbound, z.ZodTypeDef, CreateIntegrationStoreDirectValue>;
|
|
@@ -5684,6 +6277,7 @@ export type Product$Outbound = {
|
|
|
5684
6277
|
name?: string | undefined;
|
|
5685
6278
|
slug?: string | undefined;
|
|
5686
6279
|
iconUrl?: string | undefined;
|
|
6280
|
+
capabilities?: CreateIntegrationStoreDirectCapabilities$Outbound | undefined;
|
|
5687
6281
|
shortDescription?: string | undefined;
|
|
5688
6282
|
metadataSchema?: CreateIntegrationStoreDirectMetadataSchema$Outbound | undefined;
|
|
5689
6283
|
resourceLinks?: Array<ResourceLinks$Outbound> | undefined;
|
|
@@ -5985,6 +6579,7 @@ export type CreateIntegrationStoreDirectStore$Outbound = {
|
|
|
5985
6579
|
usageQuotaExceeded: boolean;
|
|
5986
6580
|
status: string | null;
|
|
5987
6581
|
ownership?: string | undefined;
|
|
6582
|
+
capabilities?: Capabilities$Outbound | undefined;
|
|
5988
6583
|
metadata?: {
|
|
5989
6584
|
[k: string]: string | number | boolean | Array<string> | Array<number>;
|
|
5990
6585
|
} | undefined;
|