@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
|
@@ -193,6 +193,13 @@ export type CreateIntegrationStoreDirectOwnership = ClosedEnum<
|
|
|
193
193
|
typeof CreateIntegrationStoreDirectOwnership
|
|
194
194
|
>;
|
|
195
195
|
|
|
196
|
+
export type Capabilities = {
|
|
197
|
+
mcp?: boolean | undefined;
|
|
198
|
+
sso?: boolean | undefined;
|
|
199
|
+
billable?: boolean | undefined;
|
|
200
|
+
secretsSync?: boolean | undefined;
|
|
201
|
+
};
|
|
202
|
+
|
|
196
203
|
export type CreateIntegrationStoreDirectMetadata =
|
|
197
204
|
| string
|
|
198
205
|
| number
|
|
@@ -210,6 +217,15 @@ export const ExternalResourceStatus = {
|
|
|
210
217
|
} as const;
|
|
211
218
|
export type ExternalResourceStatus = ClosedEnum<typeof ExternalResourceStatus>;
|
|
212
219
|
|
|
220
|
+
export type CreateIntegrationStoreDirectCapabilities = {
|
|
221
|
+
mcp?: boolean | undefined;
|
|
222
|
+
sso?: boolean | undefined;
|
|
223
|
+
billable?: boolean | undefined;
|
|
224
|
+
secretsSync?: boolean | undefined;
|
|
225
|
+
sandbox?: boolean | undefined;
|
|
226
|
+
linking?: boolean | undefined;
|
|
227
|
+
};
|
|
228
|
+
|
|
213
229
|
export const CreateIntegrationStoreDirectIntegrationsType = {
|
|
214
230
|
Object: "object",
|
|
215
231
|
} as const;
|
|
@@ -217,12 +233,12 @@ export type CreateIntegrationStoreDirectIntegrationsType = ClosedEnum<
|
|
|
217
233
|
typeof CreateIntegrationStoreDirectIntegrationsType
|
|
218
234
|
>;
|
|
219
235
|
|
|
220
|
-
export type
|
|
236
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466 =
|
|
221
237
|
{};
|
|
222
238
|
|
|
223
239
|
export type CreateIntegrationStoreDirectPropertiesValue = {
|
|
224
|
-
|
|
225
|
-
|
|
240
|
+
atBRANDAt8466:
|
|
241
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466;
|
|
226
242
|
};
|
|
227
243
|
|
|
228
244
|
export const CreateIntegrationStoreDirectDisabled3 = {
|
|
@@ -259,7 +275,7 @@ export type CreateIntegrationStoreDirectPropertiesHidden =
|
|
|
259
275
|
| boolean
|
|
260
276
|
| CreateIntegrationStoreDirectHidden3;
|
|
261
277
|
|
|
262
|
-
export type
|
|
278
|
+
export type CreateIntegrationStoreDirectProperties9 = {
|
|
263
279
|
value: CreateIntegrationStoreDirectPropertiesValue;
|
|
264
280
|
disabled?:
|
|
265
281
|
| CreateIntegrationStoreDirectDisabled2
|
|
@@ -273,6 +289,168 @@ export type CreateIntegrationStoreDirectProperties8 = {
|
|
|
273
289
|
| undefined;
|
|
274
290
|
};
|
|
275
291
|
|
|
292
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType =
|
|
293
|
+
{
|
|
294
|
+
String: "string",
|
|
295
|
+
} as const;
|
|
296
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType =
|
|
297
|
+
ClosedEnum<
|
|
298
|
+
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType
|
|
299
|
+
>;
|
|
300
|
+
|
|
301
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl =
|
|
302
|
+
{
|
|
303
|
+
Domain: "domain",
|
|
304
|
+
} as const;
|
|
305
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl =
|
|
306
|
+
ClosedEnum<
|
|
307
|
+
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
|
|
308
|
+
>;
|
|
309
|
+
|
|
310
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466 =
|
|
311
|
+
{};
|
|
312
|
+
|
|
313
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength =
|
|
314
|
+
{
|
|
315
|
+
atBRANDAt8466:
|
|
316
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466;
|
|
317
|
+
};
|
|
318
|
+
|
|
319
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466 =
|
|
320
|
+
{};
|
|
321
|
+
|
|
322
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength =
|
|
323
|
+
{
|
|
324
|
+
atBRANDAt8466:
|
|
325
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466;
|
|
326
|
+
};
|
|
327
|
+
|
|
328
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466 =
|
|
329
|
+
{};
|
|
330
|
+
|
|
331
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern =
|
|
332
|
+
{
|
|
333
|
+
atBRANDAt8466:
|
|
334
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466;
|
|
335
|
+
};
|
|
336
|
+
|
|
337
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
338
|
+
{
|
|
339
|
+
Update: "update",
|
|
340
|
+
Create: "create",
|
|
341
|
+
} as const;
|
|
342
|
+
export type CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
343
|
+
ClosedEnum<
|
|
344
|
+
typeof CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
345
|
+
>;
|
|
346
|
+
|
|
347
|
+
export type CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 =
|
|
348
|
+
{
|
|
349
|
+
expr: string;
|
|
350
|
+
};
|
|
351
|
+
|
|
352
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly =
|
|
353
|
+
| CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
354
|
+
| boolean
|
|
355
|
+
| CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3;
|
|
356
|
+
|
|
357
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
358
|
+
{
|
|
359
|
+
Update: "update",
|
|
360
|
+
Create: "create",
|
|
361
|
+
} as const;
|
|
362
|
+
export type CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
363
|
+
ClosedEnum<
|
|
364
|
+
typeof CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
365
|
+
>;
|
|
366
|
+
|
|
367
|
+
export type CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 =
|
|
368
|
+
{
|
|
369
|
+
expr: string;
|
|
370
|
+
};
|
|
371
|
+
|
|
372
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden =
|
|
373
|
+
| CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
374
|
+
| boolean
|
|
375
|
+
| CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3;
|
|
376
|
+
|
|
377
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
378
|
+
{
|
|
379
|
+
Update: "update",
|
|
380
|
+
Create: "create",
|
|
381
|
+
} as const;
|
|
382
|
+
export type CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3 =
|
|
383
|
+
ClosedEnum<
|
|
384
|
+
typeof CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
385
|
+
>;
|
|
386
|
+
|
|
387
|
+
export type CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 =
|
|
388
|
+
{
|
|
389
|
+
expr: string;
|
|
390
|
+
};
|
|
391
|
+
|
|
392
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled =
|
|
393
|
+
| CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
394
|
+
| boolean
|
|
395
|
+
| CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3;
|
|
396
|
+
|
|
397
|
+
export type CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2 =
|
|
398
|
+
{
|
|
399
|
+
expr: string;
|
|
400
|
+
};
|
|
401
|
+
|
|
402
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription =
|
|
403
|
+
| CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
404
|
+
| string;
|
|
405
|
+
|
|
406
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue =
|
|
407
|
+
{
|
|
408
|
+
expr: string;
|
|
409
|
+
};
|
|
410
|
+
|
|
411
|
+
export type CreateIntegrationStoreDirectProperties8 = {
|
|
412
|
+
type:
|
|
413
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType;
|
|
414
|
+
uiControl:
|
|
415
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl;
|
|
416
|
+
enum?: Array<string> | undefined;
|
|
417
|
+
maxLength?:
|
|
418
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
|
|
419
|
+
| undefined;
|
|
420
|
+
minLength?:
|
|
421
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
|
|
422
|
+
| undefined;
|
|
423
|
+
pattern?:
|
|
424
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
|
|
425
|
+
| undefined;
|
|
426
|
+
description?: string | undefined;
|
|
427
|
+
default?: string | undefined;
|
|
428
|
+
uiLabel?: string | undefined;
|
|
429
|
+
uiReadOnly?:
|
|
430
|
+
| CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
431
|
+
| boolean
|
|
432
|
+
| CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
433
|
+
| undefined;
|
|
434
|
+
uiHidden?:
|
|
435
|
+
| CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
436
|
+
| boolean
|
|
437
|
+
| CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
438
|
+
| undefined;
|
|
439
|
+
uiDisabled?:
|
|
440
|
+
| CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
441
|
+
| boolean
|
|
442
|
+
| CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
443
|
+
| undefined;
|
|
444
|
+
uiDescription?:
|
|
445
|
+
| CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
446
|
+
| string
|
|
447
|
+
| undefined;
|
|
448
|
+
uiFormattedValue?:
|
|
449
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue
|
|
450
|
+
| undefined;
|
|
451
|
+
uiPlaceholder?: string | undefined;
|
|
452
|
+
};
|
|
453
|
+
|
|
276
454
|
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreType =
|
|
277
455
|
{
|
|
278
456
|
String: "string",
|
|
@@ -291,10 +469,10 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
291
469
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreUiControl
|
|
292
470
|
>;
|
|
293
471
|
|
|
294
|
-
export type
|
|
472
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466 = {};
|
|
295
473
|
|
|
296
474
|
export type CreateIntegrationStoreDirectUiOptionsValue = {
|
|
297
|
-
|
|
475
|
+
atBRANDAt8466: CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466;
|
|
298
476
|
};
|
|
299
477
|
|
|
300
478
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse2003 = {
|
|
@@ -345,10 +523,10 @@ export type CreateIntegrationStoreDirectUiOptions3 = {
|
|
|
345
523
|
| undefined;
|
|
346
524
|
};
|
|
347
525
|
|
|
348
|
-
export type
|
|
526
|
+
export type UiOptionsAtBRANDAt8466 = {};
|
|
349
527
|
|
|
350
528
|
export type CreateIntegrationStoreDirectUiOptions2 = {
|
|
351
|
-
|
|
529
|
+
atBRANDAt8466: UiOptionsAtBRANDAt8466;
|
|
352
530
|
};
|
|
353
531
|
|
|
354
532
|
export const CreateIntegrationStoreDirectDisabledIntegrationsResponse200ApplicationJson3 =
|
|
@@ -411,31 +589,31 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseUiOptions
|
|
|
411
589
|
| CreateIntegrationStoreDirectUiOptions2
|
|
412
590
|
| CreateIntegrationStoreDirectUiOptions3;
|
|
413
591
|
|
|
414
|
-
export type
|
|
592
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466 =
|
|
415
593
|
{};
|
|
416
594
|
|
|
417
595
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength =
|
|
418
596
|
{
|
|
419
|
-
|
|
420
|
-
|
|
597
|
+
atBRANDAt8466:
|
|
598
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466;
|
|
421
599
|
};
|
|
422
600
|
|
|
423
|
-
export type
|
|
601
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466 =
|
|
424
602
|
{};
|
|
425
603
|
|
|
426
604
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength =
|
|
427
605
|
{
|
|
428
|
-
|
|
429
|
-
|
|
606
|
+
atBRANDAt8466:
|
|
607
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466;
|
|
430
608
|
};
|
|
431
609
|
|
|
432
|
-
export type
|
|
610
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466 =
|
|
433
611
|
{};
|
|
434
612
|
|
|
435
613
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern =
|
|
436
614
|
{
|
|
437
|
-
|
|
438
|
-
|
|
615
|
+
atBRANDAt8466:
|
|
616
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466;
|
|
439
617
|
};
|
|
440
618
|
|
|
441
619
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStore3 =
|
|
@@ -569,54 +747,54 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Applica
|
|
|
569
747
|
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyType
|
|
570
748
|
>;
|
|
571
749
|
|
|
572
|
-
export const
|
|
750
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type =
|
|
573
751
|
{
|
|
574
752
|
String: "string",
|
|
575
753
|
} as const;
|
|
576
|
-
export type
|
|
754
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type =
|
|
577
755
|
ClosedEnum<
|
|
578
|
-
typeof
|
|
756
|
+
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
|
|
579
757
|
>;
|
|
580
758
|
|
|
581
|
-
export type
|
|
759
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466 =
|
|
582
760
|
{};
|
|
583
761
|
|
|
584
|
-
export type
|
|
762
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength =
|
|
585
763
|
{
|
|
586
|
-
|
|
587
|
-
|
|
764
|
+
atBRANDAt8466:
|
|
765
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466;
|
|
588
766
|
};
|
|
589
767
|
|
|
590
|
-
export type
|
|
768
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466 =
|
|
591
769
|
{};
|
|
592
770
|
|
|
593
|
-
export type
|
|
771
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength =
|
|
594
772
|
{
|
|
595
|
-
|
|
596
|
-
|
|
773
|
+
atBRANDAt8466:
|
|
774
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466;
|
|
597
775
|
};
|
|
598
776
|
|
|
599
|
-
export type
|
|
777
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466 =
|
|
600
778
|
{};
|
|
601
779
|
|
|
602
|
-
export type
|
|
780
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern =
|
|
603
781
|
{
|
|
604
|
-
|
|
605
|
-
|
|
782
|
+
atBRANDAt8466:
|
|
783
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466;
|
|
606
784
|
};
|
|
607
785
|
|
|
608
786
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsItems = {
|
|
609
787
|
type:
|
|
610
|
-
|
|
788
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type;
|
|
611
789
|
description?: string | undefined;
|
|
612
790
|
minLength?:
|
|
613
|
-
|
|
|
791
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
|
|
614
792
|
| undefined;
|
|
615
793
|
maxLength?:
|
|
616
|
-
|
|
|
794
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
|
|
617
795
|
| undefined;
|
|
618
796
|
pattern?:
|
|
619
|
-
|
|
|
797
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
|
|
620
798
|
| undefined;
|
|
621
799
|
default?: string | undefined;
|
|
622
800
|
enum?: Array<string> | undefined;
|
|
@@ -857,28 +1035,28 @@ export type CreateIntegrationStoreDirectPropertiesUiOptions = {
|
|
|
857
1035
|
| undefined;
|
|
858
1036
|
};
|
|
859
1037
|
|
|
860
|
-
export type
|
|
1038
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466 =
|
|
861
1039
|
{};
|
|
862
1040
|
|
|
863
1041
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength = {
|
|
864
|
-
|
|
865
|
-
|
|
1042
|
+
atBRANDAt8466:
|
|
1043
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466;
|
|
866
1044
|
};
|
|
867
1045
|
|
|
868
|
-
export type
|
|
1046
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466 =
|
|
869
1047
|
{};
|
|
870
1048
|
|
|
871
1049
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength = {
|
|
872
|
-
|
|
873
|
-
|
|
1050
|
+
atBRANDAt8466:
|
|
1051
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466;
|
|
874
1052
|
};
|
|
875
1053
|
|
|
876
|
-
export type
|
|
1054
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466 =
|
|
877
1055
|
{};
|
|
878
1056
|
|
|
879
1057
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern = {
|
|
880
|
-
|
|
881
|
-
|
|
1058
|
+
atBRANDAt8466:
|
|
1059
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466;
|
|
882
1060
|
};
|
|
883
1061
|
|
|
884
1062
|
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJson3 =
|
|
@@ -1381,24 +1559,24 @@ export type CreateIntegrationStoreDirectPropertiesUiControl = ClosedEnum<
|
|
|
1381
1559
|
typeof CreateIntegrationStoreDirectPropertiesUiControl
|
|
1382
1560
|
>;
|
|
1383
1561
|
|
|
1384
|
-
export type
|
|
1562
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466 =
|
|
1385
1563
|
{};
|
|
1386
1564
|
|
|
1387
1565
|
export type CreateIntegrationStoreDirectPropertiesMaxLength = {
|
|
1388
|
-
|
|
1389
|
-
|
|
1566
|
+
atBRANDAt8466:
|
|
1567
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466;
|
|
1390
1568
|
};
|
|
1391
1569
|
|
|
1392
|
-
export type
|
|
1570
|
+
export type PropertiesAtBRANDAt8466 = {};
|
|
1393
1571
|
|
|
1394
1572
|
export type CreateIntegrationStoreDirectPropertiesMinLength = {
|
|
1395
|
-
|
|
1573
|
+
atBRANDAt8466: PropertiesAtBRANDAt8466;
|
|
1396
1574
|
};
|
|
1397
1575
|
|
|
1398
|
-
export type
|
|
1576
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8466 = {};
|
|
1399
1577
|
|
|
1400
1578
|
export type CreateIntegrationStoreDirectPropertiesPattern = {
|
|
1401
|
-
|
|
1579
|
+
atBRANDAt8466: CreateIntegrationStoreDirectPropertiesAtBRANDAt8466;
|
|
1402
1580
|
};
|
|
1403
1581
|
|
|
1404
1582
|
export const CreateIntegrationStoreDirectUiReadOnly3 = {
|
|
@@ -1507,7 +1685,8 @@ export type CreateIntegrationStoreDirectProperties =
|
|
|
1507
1685
|
| CreateIntegrationStoreDirectProperties1
|
|
1508
1686
|
| CreateIntegrationStoreDirectProperties2
|
|
1509
1687
|
| CreateIntegrationStoreDirectProperties3
|
|
1510
|
-
| CreateIntegrationStoreDirectProperties8
|
|
1688
|
+
| CreateIntegrationStoreDirectProperties8
|
|
1689
|
+
| CreateIntegrationStoreDirectProperties9;
|
|
1511
1690
|
|
|
1512
1691
|
export type CreateIntegrationStoreDirectMetadataSchema = {
|
|
1513
1692
|
type: CreateIntegrationStoreDirectIntegrationsType;
|
|
@@ -1520,7 +1699,8 @@ export type CreateIntegrationStoreDirectMetadataSchema = {
|
|
|
1520
1699
|
| CreateIntegrationStoreDirectProperties1
|
|
1521
1700
|
| CreateIntegrationStoreDirectProperties2
|
|
1522
1701
|
| CreateIntegrationStoreDirectProperties3
|
|
1523
|
-
| CreateIntegrationStoreDirectProperties8
|
|
1702
|
+
| CreateIntegrationStoreDirectProperties8
|
|
1703
|
+
| CreateIntegrationStoreDirectProperties9;
|
|
1524
1704
|
};
|
|
1525
1705
|
required?: Array<string> | undefined;
|
|
1526
1706
|
};
|
|
@@ -1530,7 +1710,7 @@ export type ResourceLinks = {
|
|
|
1530
1710
|
title: string;
|
|
1531
1711
|
};
|
|
1532
1712
|
|
|
1533
|
-
export const
|
|
1713
|
+
export const CreateIntegrationStoreDirectTags = {
|
|
1534
1714
|
EdgeConfig: "edge-config",
|
|
1535
1715
|
Redis: "redis",
|
|
1536
1716
|
Postgres: "postgres",
|
|
@@ -1563,6 +1743,7 @@ export const Tags = {
|
|
|
1563
1743
|
TagMessaging: "tag_messaging",
|
|
1564
1744
|
TagMonitoring: "tag_monitoring",
|
|
1565
1745
|
TagObservability: "tag_observability",
|
|
1746
|
+
TagPayments: "tag_payments",
|
|
1566
1747
|
TagPerformance: "tag_performance",
|
|
1567
1748
|
TagProductivity: "tag_productivity",
|
|
1568
1749
|
TagSearching: "tag_searching",
|
|
@@ -1576,7 +1757,9 @@ export const Tags = {
|
|
|
1576
1757
|
TagTraceDrain: "tag_traceDrain",
|
|
1577
1758
|
TagOther: "tag_other",
|
|
1578
1759
|
} as const;
|
|
1579
|
-
export type
|
|
1760
|
+
export type CreateIntegrationStoreDirectTags = ClosedEnum<
|
|
1761
|
+
typeof CreateIntegrationStoreDirectTags
|
|
1762
|
+
>;
|
|
1580
1763
|
|
|
1581
1764
|
export const ProjectConnectionScopes = {
|
|
1582
1765
|
ReadDeployment: "read:deployment",
|
|
@@ -1589,6 +1772,7 @@ export const ProjectConnectionScopes = {
|
|
|
1589
1772
|
ReadWriteIntegrationDeploymentAction:
|
|
1590
1773
|
"read-write:integration-deployment-action",
|
|
1591
1774
|
ReadWriteLogDrain: "read-write:log-drain",
|
|
1775
|
+
ReadWriteDrains: "read-write:drains",
|
|
1592
1776
|
ReadWriteProjectEnvVars: "read-write:project-env-vars",
|
|
1593
1777
|
ReadWriteProjectProtectionBypass: "read-write:project-protection-bypass",
|
|
1594
1778
|
} as const;
|
|
@@ -1626,10 +1810,10 @@ export type Guides = {
|
|
|
1626
1810
|
steps: Array<Steps>;
|
|
1627
1811
|
};
|
|
1628
1812
|
|
|
1629
|
-
export type
|
|
1813
|
+
export type AtBRANDAt8466 = {};
|
|
1630
1814
|
|
|
1631
1815
|
export type CreateIntegrationStoreDirectValue = {
|
|
1632
|
-
|
|
1816
|
+
atBRANDAt8466: AtBRANDAt8466;
|
|
1633
1817
|
};
|
|
1634
1818
|
|
|
1635
1819
|
export const Disabled3 = {
|
|
@@ -1661,10 +1845,11 @@ export type Product = {
|
|
|
1661
1845
|
name?: string | undefined;
|
|
1662
1846
|
slug?: string | undefined;
|
|
1663
1847
|
iconUrl?: string | undefined;
|
|
1848
|
+
capabilities?: CreateIntegrationStoreDirectCapabilities | undefined;
|
|
1664
1849
|
shortDescription?: string | undefined;
|
|
1665
1850
|
metadataSchema?: CreateIntegrationStoreDirectMetadataSchema | undefined;
|
|
1666
1851
|
resourceLinks?: Array<ResourceLinks> | undefined;
|
|
1667
|
-
tags?: Array<
|
|
1852
|
+
tags?: Array<CreateIntegrationStoreDirectTags> | undefined;
|
|
1668
1853
|
projectConnectionScopes?: Array<ProjectConnectionScopes> | undefined;
|
|
1669
1854
|
showSSOLinkOnProjectConnection?: boolean | undefined;
|
|
1670
1855
|
disableResourceRenaming?: boolean | undefined;
|
|
@@ -1765,6 +1950,7 @@ export type CreateIntegrationStoreDirectStore = {
|
|
|
1765
1950
|
usageQuotaExceeded: boolean;
|
|
1766
1951
|
status: CreateIntegrationStoreDirectStatus | null;
|
|
1767
1952
|
ownership?: CreateIntegrationStoreDirectOwnership | undefined;
|
|
1953
|
+
capabilities?: Capabilities | undefined;
|
|
1768
1954
|
metadata?: {
|
|
1769
1955
|
[k: string]: string | number | boolean | Array<string> | Array<number>;
|
|
1770
1956
|
} | undefined;
|
|
@@ -2353,6 +2539,65 @@ export namespace CreateIntegrationStoreDirectOwnership$ {
|
|
|
2353
2539
|
CreateIntegrationStoreDirectOwnership$outboundSchema;
|
|
2354
2540
|
}
|
|
2355
2541
|
|
|
2542
|
+
/** @internal */
|
|
2543
|
+
export const Capabilities$inboundSchema: z.ZodType<
|
|
2544
|
+
Capabilities,
|
|
2545
|
+
z.ZodTypeDef,
|
|
2546
|
+
unknown
|
|
2547
|
+
> = z.object({
|
|
2548
|
+
mcp: z.boolean().optional(),
|
|
2549
|
+
sso: z.boolean().optional(),
|
|
2550
|
+
billable: z.boolean().optional(),
|
|
2551
|
+
secretsSync: z.boolean().optional(),
|
|
2552
|
+
});
|
|
2553
|
+
|
|
2554
|
+
/** @internal */
|
|
2555
|
+
export type Capabilities$Outbound = {
|
|
2556
|
+
mcp?: boolean | undefined;
|
|
2557
|
+
sso?: boolean | undefined;
|
|
2558
|
+
billable?: boolean | undefined;
|
|
2559
|
+
secretsSync?: boolean | undefined;
|
|
2560
|
+
};
|
|
2561
|
+
|
|
2562
|
+
/** @internal */
|
|
2563
|
+
export const Capabilities$outboundSchema: z.ZodType<
|
|
2564
|
+
Capabilities$Outbound,
|
|
2565
|
+
z.ZodTypeDef,
|
|
2566
|
+
Capabilities
|
|
2567
|
+
> = z.object({
|
|
2568
|
+
mcp: z.boolean().optional(),
|
|
2569
|
+
sso: z.boolean().optional(),
|
|
2570
|
+
billable: z.boolean().optional(),
|
|
2571
|
+
secretsSync: z.boolean().optional(),
|
|
2572
|
+
});
|
|
2573
|
+
|
|
2574
|
+
/**
|
|
2575
|
+
* @internal
|
|
2576
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2577
|
+
*/
|
|
2578
|
+
export namespace Capabilities$ {
|
|
2579
|
+
/** @deprecated use `Capabilities$inboundSchema` instead. */
|
|
2580
|
+
export const inboundSchema = Capabilities$inboundSchema;
|
|
2581
|
+
/** @deprecated use `Capabilities$outboundSchema` instead. */
|
|
2582
|
+
export const outboundSchema = Capabilities$outboundSchema;
|
|
2583
|
+
/** @deprecated use `Capabilities$Outbound` instead. */
|
|
2584
|
+
export type Outbound = Capabilities$Outbound;
|
|
2585
|
+
}
|
|
2586
|
+
|
|
2587
|
+
export function capabilitiesToJSON(capabilities: Capabilities): string {
|
|
2588
|
+
return JSON.stringify(Capabilities$outboundSchema.parse(capabilities));
|
|
2589
|
+
}
|
|
2590
|
+
|
|
2591
|
+
export function capabilitiesFromJSON(
|
|
2592
|
+
jsonString: string,
|
|
2593
|
+
): SafeParseResult<Capabilities, SDKValidationError> {
|
|
2594
|
+
return safeParse(
|
|
2595
|
+
jsonString,
|
|
2596
|
+
(x) => Capabilities$inboundSchema.parse(JSON.parse(x)),
|
|
2597
|
+
`Failed to parse 'Capabilities' from JSON`,
|
|
2598
|
+
);
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2356
2601
|
/** @internal */
|
|
2357
2602
|
export const CreateIntegrationStoreDirectMetadata$inboundSchema: z.ZodType<
|
|
2358
2603
|
CreateIntegrationStoreDirectMetadata,
|
|
@@ -2444,6 +2689,86 @@ export namespace ExternalResourceStatus$ {
|
|
|
2444
2689
|
export const outboundSchema = ExternalResourceStatus$outboundSchema;
|
|
2445
2690
|
}
|
|
2446
2691
|
|
|
2692
|
+
/** @internal */
|
|
2693
|
+
export const CreateIntegrationStoreDirectCapabilities$inboundSchema: z.ZodType<
|
|
2694
|
+
CreateIntegrationStoreDirectCapabilities,
|
|
2695
|
+
z.ZodTypeDef,
|
|
2696
|
+
unknown
|
|
2697
|
+
> = z.object({
|
|
2698
|
+
mcp: z.boolean().optional(),
|
|
2699
|
+
sso: z.boolean().optional(),
|
|
2700
|
+
billable: z.boolean().optional(),
|
|
2701
|
+
secretsSync: z.boolean().optional(),
|
|
2702
|
+
sandbox: z.boolean().optional(),
|
|
2703
|
+
linking: z.boolean().optional(),
|
|
2704
|
+
});
|
|
2705
|
+
|
|
2706
|
+
/** @internal */
|
|
2707
|
+
export type CreateIntegrationStoreDirectCapabilities$Outbound = {
|
|
2708
|
+
mcp?: boolean | undefined;
|
|
2709
|
+
sso?: boolean | undefined;
|
|
2710
|
+
billable?: boolean | undefined;
|
|
2711
|
+
secretsSync?: boolean | undefined;
|
|
2712
|
+
sandbox?: boolean | undefined;
|
|
2713
|
+
linking?: boolean | undefined;
|
|
2714
|
+
};
|
|
2715
|
+
|
|
2716
|
+
/** @internal */
|
|
2717
|
+
export const CreateIntegrationStoreDirectCapabilities$outboundSchema: z.ZodType<
|
|
2718
|
+
CreateIntegrationStoreDirectCapabilities$Outbound,
|
|
2719
|
+
z.ZodTypeDef,
|
|
2720
|
+
CreateIntegrationStoreDirectCapabilities
|
|
2721
|
+
> = z.object({
|
|
2722
|
+
mcp: z.boolean().optional(),
|
|
2723
|
+
sso: z.boolean().optional(),
|
|
2724
|
+
billable: z.boolean().optional(),
|
|
2725
|
+
secretsSync: z.boolean().optional(),
|
|
2726
|
+
sandbox: z.boolean().optional(),
|
|
2727
|
+
linking: z.boolean().optional(),
|
|
2728
|
+
});
|
|
2729
|
+
|
|
2730
|
+
/**
|
|
2731
|
+
* @internal
|
|
2732
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2733
|
+
*/
|
|
2734
|
+
export namespace CreateIntegrationStoreDirectCapabilities$ {
|
|
2735
|
+
/** @deprecated use `CreateIntegrationStoreDirectCapabilities$inboundSchema` instead. */
|
|
2736
|
+
export const inboundSchema =
|
|
2737
|
+
CreateIntegrationStoreDirectCapabilities$inboundSchema;
|
|
2738
|
+
/** @deprecated use `CreateIntegrationStoreDirectCapabilities$outboundSchema` instead. */
|
|
2739
|
+
export const outboundSchema =
|
|
2740
|
+
CreateIntegrationStoreDirectCapabilities$outboundSchema;
|
|
2741
|
+
/** @deprecated use `CreateIntegrationStoreDirectCapabilities$Outbound` instead. */
|
|
2742
|
+
export type Outbound = CreateIntegrationStoreDirectCapabilities$Outbound;
|
|
2743
|
+
}
|
|
2744
|
+
|
|
2745
|
+
export function createIntegrationStoreDirectCapabilitiesToJSON(
|
|
2746
|
+
createIntegrationStoreDirectCapabilities:
|
|
2747
|
+
CreateIntegrationStoreDirectCapabilities,
|
|
2748
|
+
): string {
|
|
2749
|
+
return JSON.stringify(
|
|
2750
|
+
CreateIntegrationStoreDirectCapabilities$outboundSchema.parse(
|
|
2751
|
+
createIntegrationStoreDirectCapabilities,
|
|
2752
|
+
),
|
|
2753
|
+
);
|
|
2754
|
+
}
|
|
2755
|
+
|
|
2756
|
+
export function createIntegrationStoreDirectCapabilitiesFromJSON(
|
|
2757
|
+
jsonString: string,
|
|
2758
|
+
): SafeParseResult<
|
|
2759
|
+
CreateIntegrationStoreDirectCapabilities,
|
|
2760
|
+
SDKValidationError
|
|
2761
|
+
> {
|
|
2762
|
+
return safeParse(
|
|
2763
|
+
jsonString,
|
|
2764
|
+
(x) =>
|
|
2765
|
+
CreateIntegrationStoreDirectCapabilities$inboundSchema.parse(
|
|
2766
|
+
JSON.parse(x),
|
|
2767
|
+
),
|
|
2768
|
+
`Failed to parse 'CreateIntegrationStoreDirectCapabilities' from JSON`,
|
|
2769
|
+
);
|
|
2770
|
+
}
|
|
2771
|
+
|
|
2447
2772
|
/** @internal */
|
|
2448
2773
|
export const CreateIntegrationStoreDirectIntegrationsType$inboundSchema:
|
|
2449
2774
|
z.ZodNativeEnum<typeof CreateIntegrationStoreDirectIntegrationsType> = z
|
|
@@ -2468,65 +2793,65 @@ export namespace CreateIntegrationStoreDirectIntegrationsType$ {
|
|
|
2468
2793
|
}
|
|
2469
2794
|
|
|
2470
2795
|
/** @internal */
|
|
2471
|
-
export const
|
|
2796
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema:
|
|
2472
2797
|
z.ZodType<
|
|
2473
|
-
|
|
2798
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466,
|
|
2474
2799
|
z.ZodTypeDef,
|
|
2475
2800
|
unknown
|
|
2476
2801
|
> = z.object({});
|
|
2477
2802
|
|
|
2478
2803
|
/** @internal */
|
|
2479
|
-
export type
|
|
2804
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound =
|
|
2480
2805
|
{};
|
|
2481
2806
|
|
|
2482
2807
|
/** @internal */
|
|
2483
|
-
export const
|
|
2808
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema:
|
|
2484
2809
|
z.ZodType<
|
|
2485
|
-
|
|
2810
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound,
|
|
2486
2811
|
z.ZodTypeDef,
|
|
2487
|
-
|
|
2812
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466
|
|
2488
2813
|
> = z.object({});
|
|
2489
2814
|
|
|
2490
2815
|
/**
|
|
2491
2816
|
* @internal
|
|
2492
2817
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2493
2818
|
*/
|
|
2494
|
-
export namespace
|
|
2495
|
-
/** @deprecated use `
|
|
2819
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$ {
|
|
2820
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema` instead. */
|
|
2496
2821
|
export const inboundSchema =
|
|
2497
|
-
|
|
2498
|
-
/** @deprecated use `
|
|
2822
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema;
|
|
2823
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema` instead. */
|
|
2499
2824
|
export const outboundSchema =
|
|
2500
|
-
|
|
2501
|
-
/** @deprecated use `
|
|
2825
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema;
|
|
2826
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound` instead. */
|
|
2502
2827
|
export type Outbound =
|
|
2503
|
-
|
|
2828
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound;
|
|
2504
2829
|
}
|
|
2505
2830
|
|
|
2506
|
-
export function
|
|
2507
|
-
|
|
2508
|
-
|
|
2831
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466ToJSON(
|
|
2832
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466:
|
|
2833
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466,
|
|
2509
2834
|
): string {
|
|
2510
2835
|
return JSON.stringify(
|
|
2511
|
-
|
|
2836
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema
|
|
2512
2837
|
.parse(
|
|
2513
|
-
|
|
2838
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466,
|
|
2514
2839
|
),
|
|
2515
2840
|
);
|
|
2516
2841
|
}
|
|
2517
2842
|
|
|
2518
|
-
export function
|
|
2843
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466FromJSON(
|
|
2519
2844
|
jsonString: string,
|
|
2520
2845
|
): SafeParseResult<
|
|
2521
|
-
|
|
2846
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466,
|
|
2522
2847
|
SDKValidationError
|
|
2523
2848
|
> {
|
|
2524
2849
|
return safeParse(
|
|
2525
2850
|
jsonString,
|
|
2526
2851
|
(x) =>
|
|
2527
|
-
|
|
2852
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema
|
|
2528
2853
|
.parse(JSON.parse(x)),
|
|
2529
|
-
`Failed to parse '
|
|
2854
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466' from JSON`,
|
|
2530
2855
|
);
|
|
2531
2856
|
}
|
|
2532
2857
|
|
|
@@ -2537,19 +2862,19 @@ export const CreateIntegrationStoreDirectPropertiesValue$inboundSchema:
|
|
|
2537
2862
|
z.ZodTypeDef,
|
|
2538
2863
|
unknown
|
|
2539
2864
|
> = z.object({
|
|
2540
|
-
"__@BRAND@
|
|
2541
|
-
|
|
2865
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
2866
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$inboundSchema
|
|
2542
2867
|
),
|
|
2543
2868
|
}).transform((v) => {
|
|
2544
2869
|
return remap$(v, {
|
|
2545
|
-
"__@BRAND@
|
|
2870
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
2546
2871
|
});
|
|
2547
2872
|
});
|
|
2548
2873
|
|
|
2549
2874
|
/** @internal */
|
|
2550
2875
|
export type CreateIntegrationStoreDirectPropertiesValue$Outbound = {
|
|
2551
|
-
"__@BRAND@
|
|
2552
|
-
|
|
2876
|
+
"__@BRAND@8466":
|
|
2877
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$Outbound;
|
|
2553
2878
|
};
|
|
2554
2879
|
|
|
2555
2880
|
/** @internal */
|
|
@@ -2559,12 +2884,12 @@ export const CreateIntegrationStoreDirectPropertiesValue$outboundSchema:
|
|
|
2559
2884
|
z.ZodTypeDef,
|
|
2560
2885
|
CreateIntegrationStoreDirectPropertiesValue
|
|
2561
2886
|
> = z.object({
|
|
2562
|
-
|
|
2563
|
-
|
|
2887
|
+
atBRANDAt8466: z.lazy(() =>
|
|
2888
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema9AtBRANDAt8466$outboundSchema
|
|
2564
2889
|
),
|
|
2565
2890
|
}).transform((v) => {
|
|
2566
2891
|
return remap$(v, {
|
|
2567
|
-
|
|
2892
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
2568
2893
|
});
|
|
2569
2894
|
});
|
|
2570
2895
|
|
|
@@ -2867,56 +3192,1380 @@ export type CreateIntegrationStoreDirectPropertiesHidden$Outbound =
|
|
|
2867
3192
|
| string;
|
|
2868
3193
|
|
|
2869
3194
|
/** @internal */
|
|
2870
|
-
export const CreateIntegrationStoreDirectPropertiesHidden$outboundSchema:
|
|
3195
|
+
export const CreateIntegrationStoreDirectPropertiesHidden$outboundSchema:
|
|
3196
|
+
z.ZodType<
|
|
3197
|
+
CreateIntegrationStoreDirectPropertiesHidden$Outbound,
|
|
3198
|
+
z.ZodTypeDef,
|
|
3199
|
+
CreateIntegrationStoreDirectPropertiesHidden
|
|
3200
|
+
> = z.union([
|
|
3201
|
+
z.lazy(() => CreateIntegrationStoreDirectHidden2$outboundSchema),
|
|
3202
|
+
z.boolean(),
|
|
3203
|
+
CreateIntegrationStoreDirectHidden3$outboundSchema,
|
|
3204
|
+
]);
|
|
3205
|
+
|
|
3206
|
+
/**
|
|
3207
|
+
* @internal
|
|
3208
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3209
|
+
*/
|
|
3210
|
+
export namespace CreateIntegrationStoreDirectPropertiesHidden$ {
|
|
3211
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesHidden$inboundSchema` instead. */
|
|
3212
|
+
export const inboundSchema =
|
|
3213
|
+
CreateIntegrationStoreDirectPropertiesHidden$inboundSchema;
|
|
3214
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesHidden$outboundSchema` instead. */
|
|
3215
|
+
export const outboundSchema =
|
|
3216
|
+
CreateIntegrationStoreDirectPropertiesHidden$outboundSchema;
|
|
3217
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesHidden$Outbound` instead. */
|
|
3218
|
+
export type Outbound = CreateIntegrationStoreDirectPropertiesHidden$Outbound;
|
|
3219
|
+
}
|
|
3220
|
+
|
|
3221
|
+
export function createIntegrationStoreDirectPropertiesHiddenToJSON(
|
|
3222
|
+
createIntegrationStoreDirectPropertiesHidden:
|
|
3223
|
+
CreateIntegrationStoreDirectPropertiesHidden,
|
|
3224
|
+
): string {
|
|
3225
|
+
return JSON.stringify(
|
|
3226
|
+
CreateIntegrationStoreDirectPropertiesHidden$outboundSchema.parse(
|
|
3227
|
+
createIntegrationStoreDirectPropertiesHidden,
|
|
3228
|
+
),
|
|
3229
|
+
);
|
|
3230
|
+
}
|
|
3231
|
+
|
|
3232
|
+
export function createIntegrationStoreDirectPropertiesHiddenFromJSON(
|
|
3233
|
+
jsonString: string,
|
|
3234
|
+
): SafeParseResult<
|
|
3235
|
+
CreateIntegrationStoreDirectPropertiesHidden,
|
|
3236
|
+
SDKValidationError
|
|
3237
|
+
> {
|
|
3238
|
+
return safeParse(
|
|
3239
|
+
jsonString,
|
|
3240
|
+
(x) =>
|
|
3241
|
+
CreateIntegrationStoreDirectPropertiesHidden$inboundSchema.parse(
|
|
3242
|
+
JSON.parse(x),
|
|
3243
|
+
),
|
|
3244
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesHidden' from JSON`,
|
|
3245
|
+
);
|
|
3246
|
+
}
|
|
3247
|
+
|
|
3248
|
+
/** @internal */
|
|
3249
|
+
export const CreateIntegrationStoreDirectProperties9$inboundSchema: z.ZodType<
|
|
3250
|
+
CreateIntegrationStoreDirectProperties9,
|
|
3251
|
+
z.ZodTypeDef,
|
|
3252
|
+
unknown
|
|
3253
|
+
> = z.object({
|
|
3254
|
+
value: z.lazy(() =>
|
|
3255
|
+
CreateIntegrationStoreDirectPropertiesValue$inboundSchema
|
|
3256
|
+
),
|
|
3257
|
+
disabled: z.union([
|
|
3258
|
+
z.lazy(() => CreateIntegrationStoreDirectDisabled2$inboundSchema),
|
|
3259
|
+
z.boolean(),
|
|
3260
|
+
CreateIntegrationStoreDirectDisabled3$inboundSchema,
|
|
3261
|
+
]).optional(),
|
|
3262
|
+
hidden: z.union([
|
|
3263
|
+
z.lazy(() => CreateIntegrationStoreDirectHidden2$inboundSchema),
|
|
3264
|
+
z.boolean(),
|
|
3265
|
+
CreateIntegrationStoreDirectHidden3$inboundSchema,
|
|
3266
|
+
]).optional(),
|
|
3267
|
+
});
|
|
3268
|
+
|
|
3269
|
+
/** @internal */
|
|
3270
|
+
export type CreateIntegrationStoreDirectProperties9$Outbound = {
|
|
3271
|
+
value: CreateIntegrationStoreDirectPropertiesValue$Outbound;
|
|
3272
|
+
disabled?:
|
|
3273
|
+
| CreateIntegrationStoreDirectDisabled2$Outbound
|
|
3274
|
+
| boolean
|
|
3275
|
+
| string
|
|
3276
|
+
| undefined;
|
|
3277
|
+
hidden?:
|
|
3278
|
+
| CreateIntegrationStoreDirectHidden2$Outbound
|
|
3279
|
+
| boolean
|
|
3280
|
+
| string
|
|
3281
|
+
| undefined;
|
|
3282
|
+
};
|
|
3283
|
+
|
|
3284
|
+
/** @internal */
|
|
3285
|
+
export const CreateIntegrationStoreDirectProperties9$outboundSchema: z.ZodType<
|
|
3286
|
+
CreateIntegrationStoreDirectProperties9$Outbound,
|
|
3287
|
+
z.ZodTypeDef,
|
|
3288
|
+
CreateIntegrationStoreDirectProperties9
|
|
3289
|
+
> = z.object({
|
|
3290
|
+
value: z.lazy(() =>
|
|
3291
|
+
CreateIntegrationStoreDirectPropertiesValue$outboundSchema
|
|
3292
|
+
),
|
|
3293
|
+
disabled: z.union([
|
|
3294
|
+
z.lazy(() => CreateIntegrationStoreDirectDisabled2$outboundSchema),
|
|
3295
|
+
z.boolean(),
|
|
3296
|
+
CreateIntegrationStoreDirectDisabled3$outboundSchema,
|
|
3297
|
+
]).optional(),
|
|
3298
|
+
hidden: z.union([
|
|
3299
|
+
z.lazy(() => CreateIntegrationStoreDirectHidden2$outboundSchema),
|
|
3300
|
+
z.boolean(),
|
|
3301
|
+
CreateIntegrationStoreDirectHidden3$outboundSchema,
|
|
3302
|
+
]).optional(),
|
|
3303
|
+
});
|
|
3304
|
+
|
|
3305
|
+
/**
|
|
3306
|
+
* @internal
|
|
3307
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3308
|
+
*/
|
|
3309
|
+
export namespace CreateIntegrationStoreDirectProperties9$ {
|
|
3310
|
+
/** @deprecated use `CreateIntegrationStoreDirectProperties9$inboundSchema` instead. */
|
|
3311
|
+
export const inboundSchema =
|
|
3312
|
+
CreateIntegrationStoreDirectProperties9$inboundSchema;
|
|
3313
|
+
/** @deprecated use `CreateIntegrationStoreDirectProperties9$outboundSchema` instead. */
|
|
3314
|
+
export const outboundSchema =
|
|
3315
|
+
CreateIntegrationStoreDirectProperties9$outboundSchema;
|
|
3316
|
+
/** @deprecated use `CreateIntegrationStoreDirectProperties9$Outbound` instead. */
|
|
3317
|
+
export type Outbound = CreateIntegrationStoreDirectProperties9$Outbound;
|
|
3318
|
+
}
|
|
3319
|
+
|
|
3320
|
+
export function createIntegrationStoreDirectProperties9ToJSON(
|
|
3321
|
+
createIntegrationStoreDirectProperties9:
|
|
3322
|
+
CreateIntegrationStoreDirectProperties9,
|
|
3323
|
+
): string {
|
|
3324
|
+
return JSON.stringify(
|
|
3325
|
+
CreateIntegrationStoreDirectProperties9$outboundSchema.parse(
|
|
3326
|
+
createIntegrationStoreDirectProperties9,
|
|
3327
|
+
),
|
|
3328
|
+
);
|
|
3329
|
+
}
|
|
3330
|
+
|
|
3331
|
+
export function createIntegrationStoreDirectProperties9FromJSON(
|
|
3332
|
+
jsonString: string,
|
|
3333
|
+
): SafeParseResult<
|
|
3334
|
+
CreateIntegrationStoreDirectProperties9,
|
|
3335
|
+
SDKValidationError
|
|
3336
|
+
> {
|
|
3337
|
+
return safeParse(
|
|
3338
|
+
jsonString,
|
|
3339
|
+
(x) =>
|
|
3340
|
+
CreateIntegrationStoreDirectProperties9$inboundSchema.parse(
|
|
3341
|
+
JSON.parse(x),
|
|
3342
|
+
),
|
|
3343
|
+
`Failed to parse 'CreateIntegrationStoreDirectProperties9' from JSON`,
|
|
3344
|
+
);
|
|
3345
|
+
}
|
|
3346
|
+
|
|
3347
|
+
/** @internal */
|
|
3348
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema:
|
|
3349
|
+
z.ZodNativeEnum<
|
|
3350
|
+
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType
|
|
3351
|
+
> = z.nativeEnum(
|
|
3352
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType,
|
|
3353
|
+
);
|
|
3354
|
+
|
|
3355
|
+
/** @internal */
|
|
3356
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema:
|
|
3357
|
+
z.ZodNativeEnum<
|
|
3358
|
+
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType
|
|
3359
|
+
> =
|
|
3360
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema;
|
|
3361
|
+
|
|
3362
|
+
/**
|
|
3363
|
+
* @internal
|
|
3364
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3365
|
+
*/
|
|
3366
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$ {
|
|
3367
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema` instead. */
|
|
3368
|
+
export const inboundSchema =
|
|
3369
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema;
|
|
3370
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema` instead. */
|
|
3371
|
+
export const outboundSchema =
|
|
3372
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema;
|
|
3373
|
+
}
|
|
3374
|
+
|
|
3375
|
+
/** @internal */
|
|
3376
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema:
|
|
3377
|
+
z.ZodNativeEnum<
|
|
3378
|
+
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
|
|
3379
|
+
> = z.nativeEnum(
|
|
3380
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl,
|
|
3381
|
+
);
|
|
3382
|
+
|
|
3383
|
+
/** @internal */
|
|
3384
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema:
|
|
3385
|
+
z.ZodNativeEnum<
|
|
3386
|
+
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl
|
|
3387
|
+
> =
|
|
3388
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
|
|
3389
|
+
|
|
3390
|
+
/**
|
|
3391
|
+
* @internal
|
|
3392
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3393
|
+
*/
|
|
3394
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$ {
|
|
3395
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema` instead. */
|
|
3396
|
+
export const inboundSchema =
|
|
3397
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema;
|
|
3398
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema` instead. */
|
|
3399
|
+
export const outboundSchema =
|
|
3400
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema;
|
|
3401
|
+
}
|
|
3402
|
+
|
|
3403
|
+
/** @internal */
|
|
3404
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema:
|
|
3405
|
+
z.ZodType<
|
|
3406
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466,
|
|
3407
|
+
z.ZodTypeDef,
|
|
3408
|
+
unknown
|
|
3409
|
+
> = z.object({});
|
|
3410
|
+
|
|
3411
|
+
/** @internal */
|
|
3412
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound =
|
|
3413
|
+
{};
|
|
3414
|
+
|
|
3415
|
+
/** @internal */
|
|
3416
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema:
|
|
3417
|
+
z.ZodType<
|
|
3418
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound,
|
|
3419
|
+
z.ZodTypeDef,
|
|
3420
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466
|
|
3421
|
+
> = z.object({});
|
|
3422
|
+
|
|
3423
|
+
/**
|
|
3424
|
+
* @internal
|
|
3425
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3426
|
+
*/
|
|
3427
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$ {
|
|
3428
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema` instead. */
|
|
3429
|
+
export const inboundSchema =
|
|
3430
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema;
|
|
3431
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema` instead. */
|
|
3432
|
+
export const outboundSchema =
|
|
3433
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema;
|
|
3434
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound` instead. */
|
|
3435
|
+
export type Outbound =
|
|
3436
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound;
|
|
3437
|
+
}
|
|
3438
|
+
|
|
3439
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466ToJSON(
|
|
3440
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466:
|
|
3441
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466,
|
|
3442
|
+
): string {
|
|
3443
|
+
return JSON.stringify(
|
|
3444
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema
|
|
3445
|
+
.parse(
|
|
3446
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466,
|
|
3447
|
+
),
|
|
3448
|
+
);
|
|
3449
|
+
}
|
|
3450
|
+
|
|
3451
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466FromJSON(
|
|
3452
|
+
jsonString: string,
|
|
3453
|
+
): SafeParseResult<
|
|
3454
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466,
|
|
3455
|
+
SDKValidationError
|
|
3456
|
+
> {
|
|
3457
|
+
return safeParse(
|
|
3458
|
+
jsonString,
|
|
3459
|
+
(x) =>
|
|
3460
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema
|
|
3461
|
+
.parse(JSON.parse(x)),
|
|
3462
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466' from JSON`,
|
|
3463
|
+
);
|
|
3464
|
+
}
|
|
3465
|
+
|
|
3466
|
+
/** @internal */
|
|
3467
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema:
|
|
3468
|
+
z.ZodType<
|
|
3469
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength,
|
|
3470
|
+
z.ZodTypeDef,
|
|
3471
|
+
unknown
|
|
3472
|
+
> = z.object({
|
|
3473
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
3474
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$inboundSchema
|
|
3475
|
+
),
|
|
3476
|
+
}).transform((v) => {
|
|
3477
|
+
return remap$(v, {
|
|
3478
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
3479
|
+
});
|
|
3480
|
+
});
|
|
3481
|
+
|
|
3482
|
+
/** @internal */
|
|
3483
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound =
|
|
3484
|
+
{
|
|
3485
|
+
"__@BRAND@8466":
|
|
3486
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$Outbound;
|
|
3487
|
+
};
|
|
3488
|
+
|
|
3489
|
+
/** @internal */
|
|
3490
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema:
|
|
3491
|
+
z.ZodType<
|
|
3492
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound,
|
|
3493
|
+
z.ZodTypeDef,
|
|
3494
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength
|
|
3495
|
+
> = z.object({
|
|
3496
|
+
atBRANDAt8466: z.lazy(() =>
|
|
3497
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductAtBRANDAt8466$outboundSchema
|
|
3498
|
+
),
|
|
3499
|
+
}).transform((v) => {
|
|
3500
|
+
return remap$(v, {
|
|
3501
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
3502
|
+
});
|
|
3503
|
+
});
|
|
3504
|
+
|
|
3505
|
+
/**
|
|
3506
|
+
* @internal
|
|
3507
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3508
|
+
*/
|
|
3509
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$ {
|
|
3510
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema` instead. */
|
|
3511
|
+
export const inboundSchema =
|
|
3512
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema;
|
|
3513
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema` instead. */
|
|
3514
|
+
export const outboundSchema =
|
|
3515
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema;
|
|
3516
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound` instead. */
|
|
3517
|
+
export type Outbound =
|
|
3518
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound;
|
|
3519
|
+
}
|
|
3520
|
+
|
|
3521
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthToJSON(
|
|
3522
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength:
|
|
3523
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength,
|
|
3524
|
+
): string {
|
|
3525
|
+
return JSON.stringify(
|
|
3526
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema
|
|
3527
|
+
.parse(
|
|
3528
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength,
|
|
3529
|
+
),
|
|
3530
|
+
);
|
|
3531
|
+
}
|
|
3532
|
+
|
|
3533
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLengthFromJSON(
|
|
3534
|
+
jsonString: string,
|
|
3535
|
+
): SafeParseResult<
|
|
3536
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength,
|
|
3537
|
+
SDKValidationError
|
|
3538
|
+
> {
|
|
3539
|
+
return safeParse(
|
|
3540
|
+
jsonString,
|
|
3541
|
+
(x) =>
|
|
3542
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema
|
|
3543
|
+
.parse(JSON.parse(x)),
|
|
3544
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength' from JSON`,
|
|
3545
|
+
);
|
|
3546
|
+
}
|
|
3547
|
+
|
|
3548
|
+
/** @internal */
|
|
3549
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema:
|
|
3550
|
+
z.ZodType<
|
|
3551
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466,
|
|
3552
|
+
z.ZodTypeDef,
|
|
3553
|
+
unknown
|
|
3554
|
+
> = z.object({});
|
|
3555
|
+
|
|
3556
|
+
/** @internal */
|
|
3557
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound =
|
|
3558
|
+
{};
|
|
3559
|
+
|
|
3560
|
+
/** @internal */
|
|
3561
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema:
|
|
3562
|
+
z.ZodType<
|
|
3563
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound,
|
|
3564
|
+
z.ZodTypeDef,
|
|
3565
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466
|
|
3566
|
+
> = z.object({});
|
|
3567
|
+
|
|
3568
|
+
/**
|
|
3569
|
+
* @internal
|
|
3570
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3571
|
+
*/
|
|
3572
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$ {
|
|
3573
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema` instead. */
|
|
3574
|
+
export const inboundSchema =
|
|
3575
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema;
|
|
3576
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema` instead. */
|
|
3577
|
+
export const outboundSchema =
|
|
3578
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema;
|
|
3579
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound` instead. */
|
|
3580
|
+
export type Outbound =
|
|
3581
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound;
|
|
3582
|
+
}
|
|
3583
|
+
|
|
3584
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466ToJSON(
|
|
3585
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466:
|
|
3586
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466,
|
|
3587
|
+
): string {
|
|
3588
|
+
return JSON.stringify(
|
|
3589
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema
|
|
3590
|
+
.parse(
|
|
3591
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466,
|
|
3592
|
+
),
|
|
3593
|
+
);
|
|
3594
|
+
}
|
|
3595
|
+
|
|
3596
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466FromJSON(
|
|
3597
|
+
jsonString: string,
|
|
3598
|
+
): SafeParseResult<
|
|
3599
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466,
|
|
3600
|
+
SDKValidationError
|
|
3601
|
+
> {
|
|
3602
|
+
return safeParse(
|
|
3603
|
+
jsonString,
|
|
3604
|
+
(x) =>
|
|
3605
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema
|
|
3606
|
+
.parse(JSON.parse(x)),
|
|
3607
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466' from JSON`,
|
|
3608
|
+
);
|
|
3609
|
+
}
|
|
3610
|
+
|
|
3611
|
+
/** @internal */
|
|
3612
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema:
|
|
3613
|
+
z.ZodType<
|
|
3614
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength,
|
|
3615
|
+
z.ZodTypeDef,
|
|
3616
|
+
unknown
|
|
3617
|
+
> = z.object({
|
|
3618
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
3619
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$inboundSchema
|
|
3620
|
+
),
|
|
3621
|
+
}).transform((v) => {
|
|
3622
|
+
return remap$(v, {
|
|
3623
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
3624
|
+
});
|
|
3625
|
+
});
|
|
3626
|
+
|
|
3627
|
+
/** @internal */
|
|
3628
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound =
|
|
3629
|
+
{
|
|
3630
|
+
"__@BRAND@8466":
|
|
3631
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$Outbound;
|
|
3632
|
+
};
|
|
3633
|
+
|
|
3634
|
+
/** @internal */
|
|
3635
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema:
|
|
3636
|
+
z.ZodType<
|
|
3637
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound,
|
|
3638
|
+
z.ZodTypeDef,
|
|
3639
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength
|
|
3640
|
+
> = z.object({
|
|
3641
|
+
atBRANDAt8466: z.lazy(() =>
|
|
3642
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchemaAtBRANDAt8466$outboundSchema
|
|
3643
|
+
),
|
|
3644
|
+
}).transform((v) => {
|
|
3645
|
+
return remap$(v, {
|
|
3646
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
3647
|
+
});
|
|
3648
|
+
});
|
|
3649
|
+
|
|
3650
|
+
/**
|
|
3651
|
+
* @internal
|
|
3652
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3653
|
+
*/
|
|
3654
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$ {
|
|
3655
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema` instead. */
|
|
3656
|
+
export const inboundSchema =
|
|
3657
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema;
|
|
3658
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema` instead. */
|
|
3659
|
+
export const outboundSchema =
|
|
3660
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema;
|
|
3661
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound` instead. */
|
|
3662
|
+
export type Outbound =
|
|
3663
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound;
|
|
3664
|
+
}
|
|
3665
|
+
|
|
3666
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthToJSON(
|
|
3667
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength:
|
|
3668
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength,
|
|
3669
|
+
): string {
|
|
3670
|
+
return JSON.stringify(
|
|
3671
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema
|
|
3672
|
+
.parse(
|
|
3673
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength,
|
|
3674
|
+
),
|
|
3675
|
+
);
|
|
3676
|
+
}
|
|
3677
|
+
|
|
3678
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200MinLengthFromJSON(
|
|
3679
|
+
jsonString: string,
|
|
3680
|
+
): SafeParseResult<
|
|
3681
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength,
|
|
3682
|
+
SDKValidationError
|
|
3683
|
+
> {
|
|
3684
|
+
return safeParse(
|
|
3685
|
+
jsonString,
|
|
3686
|
+
(x) =>
|
|
3687
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema
|
|
3688
|
+
.parse(JSON.parse(x)),
|
|
3689
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength' from JSON`,
|
|
3690
|
+
);
|
|
3691
|
+
}
|
|
3692
|
+
|
|
3693
|
+
/** @internal */
|
|
3694
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema:
|
|
3695
|
+
z.ZodType<
|
|
3696
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466,
|
|
3697
|
+
z.ZodTypeDef,
|
|
3698
|
+
unknown
|
|
3699
|
+
> = z.object({});
|
|
3700
|
+
|
|
3701
|
+
/** @internal */
|
|
3702
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound =
|
|
3703
|
+
{};
|
|
3704
|
+
|
|
3705
|
+
/** @internal */
|
|
3706
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema:
|
|
3707
|
+
z.ZodType<
|
|
3708
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound,
|
|
3709
|
+
z.ZodTypeDef,
|
|
3710
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466
|
|
3711
|
+
> = z.object({});
|
|
3712
|
+
|
|
3713
|
+
/**
|
|
3714
|
+
* @internal
|
|
3715
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3716
|
+
*/
|
|
3717
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$ {
|
|
3718
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema` instead. */
|
|
3719
|
+
export const inboundSchema =
|
|
3720
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema;
|
|
3721
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema` instead. */
|
|
3722
|
+
export const outboundSchema =
|
|
3723
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema;
|
|
3724
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound` instead. */
|
|
3725
|
+
export type Outbound =
|
|
3726
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound;
|
|
3727
|
+
}
|
|
3728
|
+
|
|
3729
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466ToJSON(
|
|
3730
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466:
|
|
3731
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466,
|
|
3732
|
+
): string {
|
|
3733
|
+
return JSON.stringify(
|
|
3734
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema
|
|
3735
|
+
.parse(
|
|
3736
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466,
|
|
3737
|
+
),
|
|
3738
|
+
);
|
|
3739
|
+
}
|
|
3740
|
+
|
|
3741
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466FromJSON(
|
|
3742
|
+
jsonString: string,
|
|
3743
|
+
): SafeParseResult<
|
|
3744
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466,
|
|
3745
|
+
SDKValidationError
|
|
3746
|
+
> {
|
|
3747
|
+
return safeParse(
|
|
3748
|
+
jsonString,
|
|
3749
|
+
(x) =>
|
|
3750
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema
|
|
3751
|
+
.parse(JSON.parse(x)),
|
|
3752
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466' from JSON`,
|
|
3753
|
+
);
|
|
3754
|
+
}
|
|
3755
|
+
|
|
3756
|
+
/** @internal */
|
|
3757
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema:
|
|
3758
|
+
z.ZodType<
|
|
3759
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern,
|
|
3760
|
+
z.ZodTypeDef,
|
|
3761
|
+
unknown
|
|
3762
|
+
> = z.object({
|
|
3763
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
3764
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$inboundSchema
|
|
3765
|
+
),
|
|
3766
|
+
}).transform((v) => {
|
|
3767
|
+
return remap$(v, {
|
|
3768
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
3769
|
+
});
|
|
3770
|
+
});
|
|
3771
|
+
|
|
3772
|
+
/** @internal */
|
|
3773
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound =
|
|
3774
|
+
{
|
|
3775
|
+
"__@BRAND@8466":
|
|
3776
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$Outbound;
|
|
3777
|
+
};
|
|
3778
|
+
|
|
3779
|
+
/** @internal */
|
|
3780
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema:
|
|
3781
|
+
z.ZodType<
|
|
3782
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound,
|
|
3783
|
+
z.ZodTypeDef,
|
|
3784
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern
|
|
3785
|
+
> = z.object({
|
|
3786
|
+
atBRANDAt8466: z.lazy(() =>
|
|
3787
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema8AtBRANDAt8466$outboundSchema
|
|
3788
|
+
),
|
|
3789
|
+
}).transform((v) => {
|
|
3790
|
+
return remap$(v, {
|
|
3791
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
3792
|
+
});
|
|
3793
|
+
});
|
|
3794
|
+
|
|
3795
|
+
/**
|
|
3796
|
+
* @internal
|
|
3797
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3798
|
+
*/
|
|
3799
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$ {
|
|
3800
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema` instead. */
|
|
3801
|
+
export const inboundSchema =
|
|
3802
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema;
|
|
3803
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema` instead. */
|
|
3804
|
+
export const outboundSchema =
|
|
3805
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema;
|
|
3806
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound` instead. */
|
|
3807
|
+
export type Outbound =
|
|
3808
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound;
|
|
3809
|
+
}
|
|
3810
|
+
|
|
3811
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternToJSON(
|
|
3812
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern:
|
|
3813
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern,
|
|
3814
|
+
): string {
|
|
3815
|
+
return JSON.stringify(
|
|
3816
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema
|
|
3817
|
+
.parse(
|
|
3818
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern,
|
|
3819
|
+
),
|
|
3820
|
+
);
|
|
3821
|
+
}
|
|
3822
|
+
|
|
3823
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200PatternFromJSON(
|
|
3824
|
+
jsonString: string,
|
|
3825
|
+
): SafeParseResult<
|
|
3826
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern,
|
|
3827
|
+
SDKValidationError
|
|
3828
|
+
> {
|
|
3829
|
+
return safeParse(
|
|
3830
|
+
jsonString,
|
|
3831
|
+
(x) =>
|
|
3832
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema
|
|
3833
|
+
.parse(JSON.parse(x)),
|
|
3834
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern' from JSON`,
|
|
3835
|
+
);
|
|
3836
|
+
}
|
|
3837
|
+
|
|
3838
|
+
/** @internal */
|
|
3839
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema:
|
|
3840
|
+
z.ZodNativeEnum<
|
|
3841
|
+
typeof CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
3842
|
+
> = z.nativeEnum(
|
|
3843
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3,
|
|
3844
|
+
);
|
|
3845
|
+
|
|
3846
|
+
/** @internal */
|
|
3847
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema:
|
|
3848
|
+
z.ZodNativeEnum<
|
|
3849
|
+
typeof CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
3850
|
+
> =
|
|
3851
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
3852
|
+
|
|
3853
|
+
/**
|
|
3854
|
+
* @internal
|
|
3855
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3856
|
+
*/
|
|
3857
|
+
export namespace CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ {
|
|
3858
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
|
|
3859
|
+
export const inboundSchema =
|
|
3860
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
3861
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
|
|
3862
|
+
export const outboundSchema =
|
|
3863
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema;
|
|
3864
|
+
}
|
|
3865
|
+
|
|
3866
|
+
/** @internal */
|
|
3867
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema:
|
|
3868
|
+
z.ZodType<
|
|
3869
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
3870
|
+
z.ZodTypeDef,
|
|
3871
|
+
unknown
|
|
3872
|
+
> = z.object({
|
|
3873
|
+
expr: z.string(),
|
|
3874
|
+
});
|
|
3875
|
+
|
|
3876
|
+
/** @internal */
|
|
3877
|
+
export type CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound =
|
|
3878
|
+
{
|
|
3879
|
+
expr: string;
|
|
3880
|
+
};
|
|
3881
|
+
|
|
3882
|
+
/** @internal */
|
|
3883
|
+
export const CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema:
|
|
3884
|
+
z.ZodType<
|
|
3885
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound,
|
|
3886
|
+
z.ZodTypeDef,
|
|
3887
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
3888
|
+
> = z.object({
|
|
3889
|
+
expr: z.string(),
|
|
3890
|
+
});
|
|
3891
|
+
|
|
3892
|
+
/**
|
|
3893
|
+
* @internal
|
|
3894
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3895
|
+
*/
|
|
3896
|
+
export namespace CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ {
|
|
3897
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
3898
|
+
export const inboundSchema =
|
|
3899
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
|
|
3900
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
3901
|
+
export const outboundSchema =
|
|
3902
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
|
|
3903
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound` instead. */
|
|
3904
|
+
export type Outbound =
|
|
3905
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound;
|
|
3906
|
+
}
|
|
3907
|
+
|
|
3908
|
+
export function createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(
|
|
3909
|
+
createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2:
|
|
3910
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
3911
|
+
): string {
|
|
3912
|
+
return JSON.stringify(
|
|
3913
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
3914
|
+
.parse(
|
|
3915
|
+
createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
3916
|
+
),
|
|
3917
|
+
);
|
|
3918
|
+
}
|
|
3919
|
+
|
|
3920
|
+
export function createIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(
|
|
3921
|
+
jsonString: string,
|
|
3922
|
+
): SafeParseResult<
|
|
3923
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
3924
|
+
SDKValidationError
|
|
3925
|
+
> {
|
|
3926
|
+
return safeParse(
|
|
3927
|
+
jsonString,
|
|
3928
|
+
(x) =>
|
|
3929
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
3930
|
+
.parse(JSON.parse(x)),
|
|
3931
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`,
|
|
3932
|
+
);
|
|
3933
|
+
}
|
|
3934
|
+
|
|
3935
|
+
/** @internal */
|
|
3936
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema:
|
|
3937
|
+
z.ZodType<
|
|
3938
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly,
|
|
3939
|
+
z.ZodTypeDef,
|
|
3940
|
+
unknown
|
|
3941
|
+
> = z.union([
|
|
3942
|
+
z.lazy(() =>
|
|
3943
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
3944
|
+
),
|
|
3945
|
+
z.boolean(),
|
|
3946
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
3947
|
+
]);
|
|
3948
|
+
|
|
3949
|
+
/** @internal */
|
|
3950
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$Outbound =
|
|
3951
|
+
| CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound
|
|
3952
|
+
| boolean
|
|
3953
|
+
| string;
|
|
3954
|
+
|
|
3955
|
+
/** @internal */
|
|
3956
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema:
|
|
3957
|
+
z.ZodType<
|
|
3958
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$Outbound,
|
|
3959
|
+
z.ZodTypeDef,
|
|
3960
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly
|
|
3961
|
+
> = z.union([
|
|
3962
|
+
z.lazy(() =>
|
|
3963
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
3964
|
+
),
|
|
3965
|
+
z.boolean(),
|
|
3966
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
3967
|
+
]);
|
|
3968
|
+
|
|
3969
|
+
/**
|
|
3970
|
+
* @internal
|
|
3971
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3972
|
+
*/
|
|
3973
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$ {
|
|
3974
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema` instead. */
|
|
3975
|
+
export const inboundSchema =
|
|
3976
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema;
|
|
3977
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema` instead. */
|
|
3978
|
+
export const outboundSchema =
|
|
3979
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema;
|
|
3980
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$Outbound` instead. */
|
|
3981
|
+
export type Outbound =
|
|
3982
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$Outbound;
|
|
3983
|
+
}
|
|
3984
|
+
|
|
3985
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnlyToJSON(
|
|
3986
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly:
|
|
3987
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly,
|
|
3988
|
+
): string {
|
|
3989
|
+
return JSON.stringify(
|
|
3990
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$outboundSchema
|
|
3991
|
+
.parse(
|
|
3992
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly,
|
|
3993
|
+
),
|
|
3994
|
+
);
|
|
3995
|
+
}
|
|
3996
|
+
|
|
3997
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnlyFromJSON(
|
|
3998
|
+
jsonString: string,
|
|
3999
|
+
): SafeParseResult<
|
|
4000
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly,
|
|
4001
|
+
SDKValidationError
|
|
4002
|
+
> {
|
|
4003
|
+
return safeParse(
|
|
4004
|
+
jsonString,
|
|
4005
|
+
(x) =>
|
|
4006
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly$inboundSchema
|
|
4007
|
+
.parse(JSON.parse(x)),
|
|
4008
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiReadOnly' from JSON`,
|
|
4009
|
+
);
|
|
4010
|
+
}
|
|
4011
|
+
|
|
4012
|
+
/** @internal */
|
|
4013
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema:
|
|
4014
|
+
z.ZodNativeEnum<
|
|
4015
|
+
typeof CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
4016
|
+
> = z.nativeEnum(
|
|
4017
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3,
|
|
4018
|
+
);
|
|
4019
|
+
|
|
4020
|
+
/** @internal */
|
|
4021
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema:
|
|
4022
|
+
z.ZodNativeEnum<
|
|
4023
|
+
typeof CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
4024
|
+
> =
|
|
4025
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
4026
|
+
|
|
4027
|
+
/**
|
|
4028
|
+
* @internal
|
|
4029
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4030
|
+
*/
|
|
4031
|
+
export namespace CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ {
|
|
4032
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
|
|
4033
|
+
export const inboundSchema =
|
|
4034
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
4035
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
|
|
4036
|
+
export const outboundSchema =
|
|
4037
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema;
|
|
4038
|
+
}
|
|
4039
|
+
|
|
4040
|
+
/** @internal */
|
|
4041
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema:
|
|
4042
|
+
z.ZodType<
|
|
4043
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4044
|
+
z.ZodTypeDef,
|
|
4045
|
+
unknown
|
|
4046
|
+
> = z.object({
|
|
4047
|
+
expr: z.string(),
|
|
4048
|
+
});
|
|
4049
|
+
|
|
4050
|
+
/** @internal */
|
|
4051
|
+
export type CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound =
|
|
4052
|
+
{
|
|
4053
|
+
expr: string;
|
|
4054
|
+
};
|
|
4055
|
+
|
|
4056
|
+
/** @internal */
|
|
4057
|
+
export const CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema:
|
|
4058
|
+
z.ZodType<
|
|
4059
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound,
|
|
4060
|
+
z.ZodTypeDef,
|
|
4061
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
4062
|
+
> = z.object({
|
|
4063
|
+
expr: z.string(),
|
|
4064
|
+
});
|
|
4065
|
+
|
|
4066
|
+
/**
|
|
4067
|
+
* @internal
|
|
4068
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4069
|
+
*/
|
|
4070
|
+
export namespace CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ {
|
|
4071
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
4072
|
+
export const inboundSchema =
|
|
4073
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
|
|
4074
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
4075
|
+
export const outboundSchema =
|
|
4076
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
|
|
4077
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound` instead. */
|
|
4078
|
+
export type Outbound =
|
|
4079
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound;
|
|
4080
|
+
}
|
|
4081
|
+
|
|
4082
|
+
export function createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(
|
|
4083
|
+
createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2:
|
|
4084
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4085
|
+
): string {
|
|
4086
|
+
return JSON.stringify(
|
|
4087
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4088
|
+
.parse(
|
|
4089
|
+
createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4090
|
+
),
|
|
4091
|
+
);
|
|
4092
|
+
}
|
|
4093
|
+
|
|
4094
|
+
export function createIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(
|
|
4095
|
+
jsonString: string,
|
|
4096
|
+
): SafeParseResult<
|
|
4097
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4098
|
+
SDKValidationError
|
|
4099
|
+
> {
|
|
4100
|
+
return safeParse(
|
|
4101
|
+
jsonString,
|
|
4102
|
+
(x) =>
|
|
4103
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4104
|
+
.parse(JSON.parse(x)),
|
|
4105
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`,
|
|
4106
|
+
);
|
|
4107
|
+
}
|
|
4108
|
+
|
|
4109
|
+
/** @internal */
|
|
4110
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema:
|
|
4111
|
+
z.ZodType<
|
|
4112
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden,
|
|
4113
|
+
z.ZodTypeDef,
|
|
4114
|
+
unknown
|
|
4115
|
+
> = z.union([
|
|
4116
|
+
z.lazy(() =>
|
|
4117
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4118
|
+
),
|
|
4119
|
+
z.boolean(),
|
|
4120
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
4121
|
+
]);
|
|
4122
|
+
|
|
4123
|
+
/** @internal */
|
|
4124
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$Outbound =
|
|
4125
|
+
| CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound
|
|
4126
|
+
| boolean
|
|
4127
|
+
| string;
|
|
4128
|
+
|
|
4129
|
+
/** @internal */
|
|
4130
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema:
|
|
4131
|
+
z.ZodType<
|
|
4132
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$Outbound,
|
|
4133
|
+
z.ZodTypeDef,
|
|
4134
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden
|
|
4135
|
+
> = z.union([
|
|
4136
|
+
z.lazy(() =>
|
|
4137
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4138
|
+
),
|
|
4139
|
+
z.boolean(),
|
|
4140
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
4141
|
+
]);
|
|
4142
|
+
|
|
4143
|
+
/**
|
|
4144
|
+
* @internal
|
|
4145
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4146
|
+
*/
|
|
4147
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$ {
|
|
4148
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema` instead. */
|
|
4149
|
+
export const inboundSchema =
|
|
4150
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema;
|
|
4151
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema` instead. */
|
|
4152
|
+
export const outboundSchema =
|
|
4153
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema;
|
|
4154
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$Outbound` instead. */
|
|
4155
|
+
export type Outbound =
|
|
4156
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$Outbound;
|
|
4157
|
+
}
|
|
4158
|
+
|
|
4159
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHiddenToJSON(
|
|
4160
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden:
|
|
4161
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden,
|
|
4162
|
+
): string {
|
|
4163
|
+
return JSON.stringify(
|
|
4164
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$outboundSchema
|
|
4165
|
+
.parse(
|
|
4166
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden,
|
|
4167
|
+
),
|
|
4168
|
+
);
|
|
4169
|
+
}
|
|
4170
|
+
|
|
4171
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHiddenFromJSON(
|
|
4172
|
+
jsonString: string,
|
|
4173
|
+
): SafeParseResult<
|
|
4174
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden,
|
|
4175
|
+
SDKValidationError
|
|
4176
|
+
> {
|
|
4177
|
+
return safeParse(
|
|
4178
|
+
jsonString,
|
|
4179
|
+
(x) =>
|
|
4180
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden$inboundSchema
|
|
4181
|
+
.parse(JSON.parse(x)),
|
|
4182
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiHidden' from JSON`,
|
|
4183
|
+
);
|
|
4184
|
+
}
|
|
4185
|
+
|
|
4186
|
+
/** @internal */
|
|
4187
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema:
|
|
4188
|
+
z.ZodNativeEnum<
|
|
4189
|
+
typeof CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
4190
|
+
> = z.nativeEnum(
|
|
4191
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3,
|
|
4192
|
+
);
|
|
4193
|
+
|
|
4194
|
+
/** @internal */
|
|
4195
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema:
|
|
4196
|
+
z.ZodNativeEnum<
|
|
4197
|
+
typeof CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3
|
|
4198
|
+
> =
|
|
4199
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
4200
|
+
|
|
4201
|
+
/**
|
|
4202
|
+
* @internal
|
|
4203
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4204
|
+
*/
|
|
4205
|
+
export namespace CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$ {
|
|
4206
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema` instead. */
|
|
4207
|
+
export const inboundSchema =
|
|
4208
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema;
|
|
4209
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema` instead. */
|
|
4210
|
+
export const outboundSchema =
|
|
4211
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema;
|
|
4212
|
+
}
|
|
4213
|
+
|
|
4214
|
+
/** @internal */
|
|
4215
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema:
|
|
4216
|
+
z.ZodType<
|
|
4217
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4218
|
+
z.ZodTypeDef,
|
|
4219
|
+
unknown
|
|
4220
|
+
> = z.object({
|
|
4221
|
+
expr: z.string(),
|
|
4222
|
+
});
|
|
4223
|
+
|
|
4224
|
+
/** @internal */
|
|
4225
|
+
export type CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound =
|
|
4226
|
+
{
|
|
4227
|
+
expr: string;
|
|
4228
|
+
};
|
|
4229
|
+
|
|
4230
|
+
/** @internal */
|
|
4231
|
+
export const CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema:
|
|
4232
|
+
z.ZodType<
|
|
4233
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound,
|
|
4234
|
+
z.ZodTypeDef,
|
|
4235
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
4236
|
+
> = z.object({
|
|
4237
|
+
expr: z.string(),
|
|
4238
|
+
});
|
|
4239
|
+
|
|
4240
|
+
/**
|
|
4241
|
+
* @internal
|
|
4242
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4243
|
+
*/
|
|
4244
|
+
export namespace CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ {
|
|
4245
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
4246
|
+
export const inboundSchema =
|
|
4247
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
|
|
4248
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
4249
|
+
export const outboundSchema =
|
|
4250
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
|
|
4251
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound` instead. */
|
|
4252
|
+
export type Outbound =
|
|
4253
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound;
|
|
4254
|
+
}
|
|
4255
|
+
|
|
4256
|
+
export function createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(
|
|
4257
|
+
createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2:
|
|
4258
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4259
|
+
): string {
|
|
4260
|
+
return JSON.stringify(
|
|
4261
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4262
|
+
.parse(
|
|
4263
|
+
createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4264
|
+
),
|
|
4265
|
+
);
|
|
4266
|
+
}
|
|
4267
|
+
|
|
4268
|
+
export function createIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(
|
|
4269
|
+
jsonString: string,
|
|
4270
|
+
): SafeParseResult<
|
|
4271
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4272
|
+
SDKValidationError
|
|
4273
|
+
> {
|
|
4274
|
+
return safeParse(
|
|
4275
|
+
jsonString,
|
|
4276
|
+
(x) =>
|
|
4277
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4278
|
+
.parse(JSON.parse(x)),
|
|
4279
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`,
|
|
4280
|
+
);
|
|
4281
|
+
}
|
|
4282
|
+
|
|
4283
|
+
/** @internal */
|
|
4284
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema:
|
|
4285
|
+
z.ZodType<
|
|
4286
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled,
|
|
4287
|
+
z.ZodTypeDef,
|
|
4288
|
+
unknown
|
|
4289
|
+
> = z.union([
|
|
4290
|
+
z.lazy(() =>
|
|
4291
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4292
|
+
),
|
|
4293
|
+
z.boolean(),
|
|
4294
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
4295
|
+
]);
|
|
4296
|
+
|
|
4297
|
+
/** @internal */
|
|
4298
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$Outbound =
|
|
4299
|
+
| CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound
|
|
4300
|
+
| boolean
|
|
4301
|
+
| string;
|
|
4302
|
+
|
|
4303
|
+
/** @internal */
|
|
4304
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema:
|
|
4305
|
+
z.ZodType<
|
|
4306
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$Outbound,
|
|
4307
|
+
z.ZodTypeDef,
|
|
4308
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled
|
|
4309
|
+
> = z.union([
|
|
4310
|
+
z.lazy(() =>
|
|
4311
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4312
|
+
),
|
|
4313
|
+
z.boolean(),
|
|
4314
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
4315
|
+
]);
|
|
4316
|
+
|
|
4317
|
+
/**
|
|
4318
|
+
* @internal
|
|
4319
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4320
|
+
*/
|
|
4321
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$ {
|
|
4322
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema` instead. */
|
|
4323
|
+
export const inboundSchema =
|
|
4324
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema;
|
|
4325
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema` instead. */
|
|
4326
|
+
export const outboundSchema =
|
|
4327
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema;
|
|
4328
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$Outbound` instead. */
|
|
4329
|
+
export type Outbound =
|
|
4330
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$Outbound;
|
|
4331
|
+
}
|
|
4332
|
+
|
|
4333
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabledToJSON(
|
|
4334
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled:
|
|
4335
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled,
|
|
4336
|
+
): string {
|
|
4337
|
+
return JSON.stringify(
|
|
4338
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$outboundSchema
|
|
4339
|
+
.parse(
|
|
4340
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled,
|
|
4341
|
+
),
|
|
4342
|
+
);
|
|
4343
|
+
}
|
|
4344
|
+
|
|
4345
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabledFromJSON(
|
|
4346
|
+
jsonString: string,
|
|
4347
|
+
): SafeParseResult<
|
|
4348
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled,
|
|
4349
|
+
SDKValidationError
|
|
4350
|
+
> {
|
|
4351
|
+
return safeParse(
|
|
4352
|
+
jsonString,
|
|
4353
|
+
(x) =>
|
|
4354
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled$inboundSchema
|
|
4355
|
+
.parse(JSON.parse(x)),
|
|
4356
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDisabled' from JSON`,
|
|
4357
|
+
);
|
|
4358
|
+
}
|
|
4359
|
+
|
|
4360
|
+
/** @internal */
|
|
4361
|
+
export const CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema:
|
|
4362
|
+
z.ZodType<
|
|
4363
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4364
|
+
z.ZodTypeDef,
|
|
4365
|
+
unknown
|
|
4366
|
+
> = z.object({
|
|
4367
|
+
expr: z.string(),
|
|
4368
|
+
});
|
|
4369
|
+
|
|
4370
|
+
/** @internal */
|
|
4371
|
+
export type CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound =
|
|
4372
|
+
{
|
|
4373
|
+
expr: string;
|
|
4374
|
+
};
|
|
4375
|
+
|
|
4376
|
+
/** @internal */
|
|
4377
|
+
export const CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema:
|
|
4378
|
+
z.ZodType<
|
|
4379
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound,
|
|
4380
|
+
z.ZodTypeDef,
|
|
4381
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2
|
|
4382
|
+
> = z.object({
|
|
4383
|
+
expr: z.string(),
|
|
4384
|
+
});
|
|
4385
|
+
|
|
4386
|
+
/**
|
|
4387
|
+
* @internal
|
|
4388
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4389
|
+
*/
|
|
4390
|
+
export namespace CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$ {
|
|
4391
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema` instead. */
|
|
4392
|
+
export const inboundSchema =
|
|
4393
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema;
|
|
4394
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema` instead. */
|
|
4395
|
+
export const outboundSchema =
|
|
4396
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema;
|
|
4397
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound` instead. */
|
|
4398
|
+
export type Outbound =
|
|
4399
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound;
|
|
4400
|
+
}
|
|
4401
|
+
|
|
4402
|
+
export function createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2ToJSON(
|
|
4403
|
+
createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2:
|
|
4404
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4405
|
+
): string {
|
|
4406
|
+
return JSON.stringify(
|
|
4407
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4408
|
+
.parse(
|
|
4409
|
+
createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4410
|
+
),
|
|
4411
|
+
);
|
|
4412
|
+
}
|
|
4413
|
+
|
|
4414
|
+
export function createIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2FromJSON(
|
|
4415
|
+
jsonString: string,
|
|
4416
|
+
): SafeParseResult<
|
|
4417
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2,
|
|
4418
|
+
SDKValidationError
|
|
4419
|
+
> {
|
|
4420
|
+
return safeParse(
|
|
4421
|
+
jsonString,
|
|
4422
|
+
(x) =>
|
|
4423
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4424
|
+
.parse(JSON.parse(x)),
|
|
4425
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2' from JSON`,
|
|
4426
|
+
);
|
|
4427
|
+
}
|
|
4428
|
+
|
|
4429
|
+
/** @internal */
|
|
4430
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema:
|
|
4431
|
+
z.ZodType<
|
|
4432
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription,
|
|
4433
|
+
z.ZodTypeDef,
|
|
4434
|
+
unknown
|
|
4435
|
+
> = z.union([
|
|
4436
|
+
z.lazy(() =>
|
|
4437
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4438
|
+
),
|
|
4439
|
+
z.string(),
|
|
4440
|
+
]);
|
|
4441
|
+
|
|
4442
|
+
/** @internal */
|
|
4443
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$Outbound =
|
|
4444
|
+
| CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound
|
|
4445
|
+
| string;
|
|
4446
|
+
|
|
4447
|
+
/** @internal */
|
|
4448
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema:
|
|
4449
|
+
z.ZodType<
|
|
4450
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$Outbound,
|
|
4451
|
+
z.ZodTypeDef,
|
|
4452
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription
|
|
4453
|
+
> = z.union([
|
|
4454
|
+
z.lazy(() =>
|
|
4455
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4456
|
+
),
|
|
4457
|
+
z.string(),
|
|
4458
|
+
]);
|
|
4459
|
+
|
|
4460
|
+
/**
|
|
4461
|
+
* @internal
|
|
4462
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4463
|
+
*/
|
|
4464
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$ {
|
|
4465
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema` instead. */
|
|
4466
|
+
export const inboundSchema =
|
|
4467
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema;
|
|
4468
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema` instead. */
|
|
4469
|
+
export const outboundSchema =
|
|
4470
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema;
|
|
4471
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$Outbound` instead. */
|
|
4472
|
+
export type Outbound =
|
|
4473
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$Outbound;
|
|
4474
|
+
}
|
|
4475
|
+
|
|
4476
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescriptionToJSON(
|
|
4477
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription:
|
|
4478
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription,
|
|
4479
|
+
): string {
|
|
4480
|
+
return JSON.stringify(
|
|
4481
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$outboundSchema
|
|
4482
|
+
.parse(
|
|
4483
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription,
|
|
4484
|
+
),
|
|
4485
|
+
);
|
|
4486
|
+
}
|
|
4487
|
+
|
|
4488
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescriptionFromJSON(
|
|
4489
|
+
jsonString: string,
|
|
4490
|
+
): SafeParseResult<
|
|
4491
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription,
|
|
4492
|
+
SDKValidationError
|
|
4493
|
+
> {
|
|
4494
|
+
return safeParse(
|
|
4495
|
+
jsonString,
|
|
4496
|
+
(x) =>
|
|
4497
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription$inboundSchema
|
|
4498
|
+
.parse(JSON.parse(x)),
|
|
4499
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiDescription' from JSON`,
|
|
4500
|
+
);
|
|
4501
|
+
}
|
|
4502
|
+
|
|
4503
|
+
/** @internal */
|
|
4504
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema:
|
|
4505
|
+
z.ZodType<
|
|
4506
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue,
|
|
4507
|
+
z.ZodTypeDef,
|
|
4508
|
+
unknown
|
|
4509
|
+
> = z.object({
|
|
4510
|
+
expr: z.string(),
|
|
4511
|
+
});
|
|
4512
|
+
|
|
4513
|
+
/** @internal */
|
|
4514
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound =
|
|
4515
|
+
{
|
|
4516
|
+
expr: string;
|
|
4517
|
+
};
|
|
4518
|
+
|
|
4519
|
+
/** @internal */
|
|
4520
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema:
|
|
2871
4521
|
z.ZodType<
|
|
2872
|
-
|
|
4522
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound,
|
|
2873
4523
|
z.ZodTypeDef,
|
|
2874
|
-
|
|
2875
|
-
> = z.
|
|
2876
|
-
z.
|
|
2877
|
-
|
|
2878
|
-
CreateIntegrationStoreDirectHidden3$outboundSchema,
|
|
2879
|
-
]);
|
|
4524
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue
|
|
4525
|
+
> = z.object({
|
|
4526
|
+
expr: z.string(),
|
|
4527
|
+
});
|
|
2880
4528
|
|
|
2881
4529
|
/**
|
|
2882
4530
|
* @internal
|
|
2883
4531
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2884
4532
|
*/
|
|
2885
|
-
export namespace
|
|
2886
|
-
/** @deprecated use `
|
|
4533
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$ {
|
|
4534
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema` instead. */
|
|
2887
4535
|
export const inboundSchema =
|
|
2888
|
-
|
|
2889
|
-
/** @deprecated use `
|
|
4536
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema;
|
|
4537
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema` instead. */
|
|
2890
4538
|
export const outboundSchema =
|
|
2891
|
-
|
|
2892
|
-
/** @deprecated use `
|
|
2893
|
-
export type Outbound =
|
|
4539
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema;
|
|
4540
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound` instead. */
|
|
4541
|
+
export type Outbound =
|
|
4542
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound;
|
|
2894
4543
|
}
|
|
2895
4544
|
|
|
2896
|
-
export function
|
|
2897
|
-
|
|
2898
|
-
|
|
4545
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValueToJSON(
|
|
4546
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue:
|
|
4547
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue,
|
|
2899
4548
|
): string {
|
|
2900
4549
|
return JSON.stringify(
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
4550
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema
|
|
4551
|
+
.parse(
|
|
4552
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue,
|
|
4553
|
+
),
|
|
2904
4554
|
);
|
|
2905
4555
|
}
|
|
2906
4556
|
|
|
2907
|
-
export function
|
|
4557
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValueFromJSON(
|
|
2908
4558
|
jsonString: string,
|
|
2909
4559
|
): SafeParseResult<
|
|
2910
|
-
|
|
4560
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue,
|
|
2911
4561
|
SDKValidationError
|
|
2912
4562
|
> {
|
|
2913
4563
|
return safeParse(
|
|
2914
4564
|
jsonString,
|
|
2915
4565
|
(x) =>
|
|
2916
|
-
|
|
2917
|
-
JSON.parse(x),
|
|
2918
|
-
|
|
2919
|
-
`Failed to parse 'CreateIntegrationStoreDirectPropertiesHidden' from JSON`,
|
|
4566
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema
|
|
4567
|
+
.parse(JSON.parse(x)),
|
|
4568
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue' from JSON`,
|
|
2920
4569
|
);
|
|
2921
4570
|
}
|
|
2922
4571
|
|
|
@@ -2926,34 +4575,107 @@ export const CreateIntegrationStoreDirectProperties8$inboundSchema: z.ZodType<
|
|
|
2926
4575
|
z.ZodTypeDef,
|
|
2927
4576
|
unknown
|
|
2928
4577
|
> = z.object({
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
4578
|
+
type:
|
|
4579
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$inboundSchema,
|
|
4580
|
+
"ui:control":
|
|
4581
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$inboundSchema,
|
|
4582
|
+
enum: z.array(z.string()).optional(),
|
|
4583
|
+
maxLength: z.lazy(() =>
|
|
4584
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$inboundSchema
|
|
4585
|
+
).optional(),
|
|
4586
|
+
minLength: z.lazy(() =>
|
|
4587
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$inboundSchema
|
|
4588
|
+
).optional(),
|
|
4589
|
+
pattern: z.lazy(() =>
|
|
4590
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$inboundSchema
|
|
4591
|
+
).optional(),
|
|
4592
|
+
description: z.string().optional(),
|
|
4593
|
+
default: z.string().optional(),
|
|
4594
|
+
"ui:label": z.string().optional(),
|
|
4595
|
+
"ui:read-only": z.union([
|
|
4596
|
+
z.lazy(() =>
|
|
4597
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4598
|
+
),
|
|
2934
4599
|
z.boolean(),
|
|
2935
|
-
|
|
4600
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
2936
4601
|
]).optional(),
|
|
2937
|
-
hidden: z.union([
|
|
2938
|
-
z.lazy(() =>
|
|
4602
|
+
"ui:hidden": z.union([
|
|
4603
|
+
z.lazy(() =>
|
|
4604
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4605
|
+
),
|
|
2939
4606
|
z.boolean(),
|
|
2940
|
-
|
|
4607
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
4608
|
+
]).optional(),
|
|
4609
|
+
"ui:disabled": z.union([
|
|
4610
|
+
z.lazy(() =>
|
|
4611
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4612
|
+
),
|
|
4613
|
+
z.boolean(),
|
|
4614
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$inboundSchema,
|
|
4615
|
+
]).optional(),
|
|
4616
|
+
"ui:description": z.union([
|
|
4617
|
+
z.lazy(() =>
|
|
4618
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$inboundSchema
|
|
4619
|
+
),
|
|
4620
|
+
z.string(),
|
|
2941
4621
|
]).optional(),
|
|
4622
|
+
"ui:formatted-value": z.lazy(() =>
|
|
4623
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$inboundSchema
|
|
4624
|
+
).optional(),
|
|
4625
|
+
"ui:placeholder": z.string().optional(),
|
|
4626
|
+
}).transform((v) => {
|
|
4627
|
+
return remap$(v, {
|
|
4628
|
+
"ui:control": "uiControl",
|
|
4629
|
+
"ui:label": "uiLabel",
|
|
4630
|
+
"ui:read-only": "uiReadOnly",
|
|
4631
|
+
"ui:hidden": "uiHidden",
|
|
4632
|
+
"ui:disabled": "uiDisabled",
|
|
4633
|
+
"ui:description": "uiDescription",
|
|
4634
|
+
"ui:formatted-value": "uiFormattedValue",
|
|
4635
|
+
"ui:placeholder": "uiPlaceholder",
|
|
4636
|
+
});
|
|
2942
4637
|
});
|
|
2943
4638
|
|
|
2944
4639
|
/** @internal */
|
|
2945
4640
|
export type CreateIntegrationStoreDirectProperties8$Outbound = {
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
4641
|
+
type: string;
|
|
4642
|
+
"ui:control": string;
|
|
4643
|
+
enum?: Array<string> | undefined;
|
|
4644
|
+
maxLength?:
|
|
4645
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$Outbound
|
|
4646
|
+
| undefined;
|
|
4647
|
+
minLength?:
|
|
4648
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$Outbound
|
|
4649
|
+
| undefined;
|
|
4650
|
+
pattern?:
|
|
4651
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$Outbound
|
|
4652
|
+
| undefined;
|
|
4653
|
+
description?: string | undefined;
|
|
4654
|
+
default?: string | undefined;
|
|
4655
|
+
"ui:label"?: string | undefined;
|
|
4656
|
+
"ui:read-only"?:
|
|
4657
|
+
| CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound
|
|
2949
4658
|
| boolean
|
|
2950
4659
|
| string
|
|
2951
4660
|
| undefined;
|
|
2952
|
-
hidden?:
|
|
2953
|
-
|
|
|
4661
|
+
"ui:hidden"?:
|
|
4662
|
+
| CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound
|
|
4663
|
+
| boolean
|
|
4664
|
+
| string
|
|
4665
|
+
| undefined;
|
|
4666
|
+
"ui:disabled"?:
|
|
4667
|
+
| CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound
|
|
2954
4668
|
| boolean
|
|
2955
4669
|
| string
|
|
2956
4670
|
| undefined;
|
|
4671
|
+
"ui:description"?:
|
|
4672
|
+
| CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$Outbound
|
|
4673
|
+
| string
|
|
4674
|
+
| undefined;
|
|
4675
|
+
"ui:formatted-value"?:
|
|
4676
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$Outbound
|
|
4677
|
+
| undefined;
|
|
4678
|
+
"ui:placeholder"?: string | undefined;
|
|
2957
4679
|
};
|
|
2958
4680
|
|
|
2959
4681
|
/** @internal */
|
|
@@ -2962,19 +4684,65 @@ export const CreateIntegrationStoreDirectProperties8$outboundSchema: z.ZodType<
|
|
|
2962
4684
|
z.ZodTypeDef,
|
|
2963
4685
|
CreateIntegrationStoreDirectProperties8
|
|
2964
4686
|
> = z.object({
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
4687
|
+
type:
|
|
4688
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductType$outboundSchema,
|
|
4689
|
+
uiControl:
|
|
4690
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiControl$outboundSchema,
|
|
4691
|
+
enum: z.array(z.string()).optional(),
|
|
4692
|
+
maxLength: z.lazy(() =>
|
|
4693
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLength$outboundSchema
|
|
4694
|
+
).optional(),
|
|
4695
|
+
minLength: z.lazy(() =>
|
|
4696
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLength$outboundSchema
|
|
4697
|
+
).optional(),
|
|
4698
|
+
pattern: z.lazy(() =>
|
|
4699
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Pattern$outboundSchema
|
|
4700
|
+
).optional(),
|
|
4701
|
+
description: z.string().optional(),
|
|
4702
|
+
default: z.string().optional(),
|
|
4703
|
+
uiLabel: z.string().optional(),
|
|
4704
|
+
uiReadOnly: z.union([
|
|
4705
|
+
z.lazy(() =>
|
|
4706
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4707
|
+
),
|
|
2970
4708
|
z.boolean(),
|
|
2971
|
-
|
|
4709
|
+
CreateIntegrationStoreDirectUiReadOnlyIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
2972
4710
|
]).optional(),
|
|
2973
|
-
|
|
2974
|
-
z.lazy(() =>
|
|
4711
|
+
uiHidden: z.union([
|
|
4712
|
+
z.lazy(() =>
|
|
4713
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4714
|
+
),
|
|
2975
4715
|
z.boolean(),
|
|
2976
|
-
|
|
4716
|
+
CreateIntegrationStoreDirectUiHiddenIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
4717
|
+
]).optional(),
|
|
4718
|
+
uiDisabled: z.union([
|
|
4719
|
+
z.lazy(() =>
|
|
4720
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4721
|
+
),
|
|
4722
|
+
z.boolean(),
|
|
4723
|
+
CreateIntegrationStoreDirectUiDisabledIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct3$outboundSchema,
|
|
2977
4724
|
]).optional(),
|
|
4725
|
+
uiDescription: z.union([
|
|
4726
|
+
z.lazy(() =>
|
|
4727
|
+
CreateIntegrationStoreDirectUiDescriptionIntegrationsResponse200ApplicationJSONResponseBodyStoreProduct2$outboundSchema
|
|
4728
|
+
),
|
|
4729
|
+
z.string(),
|
|
4730
|
+
]).optional(),
|
|
4731
|
+
uiFormattedValue: z.lazy(() =>
|
|
4732
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductUiFormattedValue$outboundSchema
|
|
4733
|
+
).optional(),
|
|
4734
|
+
uiPlaceholder: z.string().optional(),
|
|
4735
|
+
}).transform((v) => {
|
|
4736
|
+
return remap$(v, {
|
|
4737
|
+
uiControl: "ui:control",
|
|
4738
|
+
uiLabel: "ui:label",
|
|
4739
|
+
uiReadOnly: "ui:read-only",
|
|
4740
|
+
uiHidden: "ui:hidden",
|
|
4741
|
+
uiDisabled: "ui:disabled",
|
|
4742
|
+
uiDescription: "ui:description",
|
|
4743
|
+
uiFormattedValue: "ui:formatted-value",
|
|
4744
|
+
uiPlaceholder: "ui:placeholder",
|
|
4745
|
+
});
|
|
2978
4746
|
});
|
|
2979
4747
|
|
|
2980
4748
|
/**
|
|
@@ -3076,64 +4844,64 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
3076
4844
|
}
|
|
3077
4845
|
|
|
3078
4846
|
/** @internal */
|
|
3079
|
-
export const
|
|
4847
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema:
|
|
3080
4848
|
z.ZodType<
|
|
3081
|
-
|
|
4849
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466,
|
|
3082
4850
|
z.ZodTypeDef,
|
|
3083
4851
|
unknown
|
|
3084
4852
|
> = z.object({});
|
|
3085
4853
|
|
|
3086
4854
|
/** @internal */
|
|
3087
|
-
export type
|
|
4855
|
+
export type CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound = {};
|
|
3088
4856
|
|
|
3089
4857
|
/** @internal */
|
|
3090
|
-
export const
|
|
4858
|
+
export const CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema:
|
|
3091
4859
|
z.ZodType<
|
|
3092
|
-
|
|
4860
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound,
|
|
3093
4861
|
z.ZodTypeDef,
|
|
3094
|
-
|
|
4862
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466
|
|
3095
4863
|
> = z.object({});
|
|
3096
4864
|
|
|
3097
4865
|
/**
|
|
3098
4866
|
* @internal
|
|
3099
4867
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3100
4868
|
*/
|
|
3101
|
-
export namespace
|
|
3102
|
-
/** @deprecated use `
|
|
4869
|
+
export namespace CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$ {
|
|
4870
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema` instead. */
|
|
3103
4871
|
export const inboundSchema =
|
|
3104
|
-
|
|
3105
|
-
/** @deprecated use `
|
|
4872
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema;
|
|
4873
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema` instead. */
|
|
3106
4874
|
export const outboundSchema =
|
|
3107
|
-
|
|
3108
|
-
/** @deprecated use `
|
|
4875
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema;
|
|
4876
|
+
/** @deprecated use `CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound` instead. */
|
|
3109
4877
|
export type Outbound =
|
|
3110
|
-
|
|
4878
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound;
|
|
3111
4879
|
}
|
|
3112
4880
|
|
|
3113
|
-
export function
|
|
3114
|
-
|
|
3115
|
-
|
|
4881
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8466ToJSON(
|
|
4882
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8466:
|
|
4883
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466,
|
|
3116
4884
|
): string {
|
|
3117
4885
|
return JSON.stringify(
|
|
3118
|
-
|
|
3119
|
-
|
|
4886
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema.parse(
|
|
4887
|
+
createIntegrationStoreDirectUiOptionsAtBRANDAt8466,
|
|
3120
4888
|
),
|
|
3121
4889
|
);
|
|
3122
4890
|
}
|
|
3123
4891
|
|
|
3124
|
-
export function
|
|
4892
|
+
export function createIntegrationStoreDirectUiOptionsAtBRANDAt8466FromJSON(
|
|
3125
4893
|
jsonString: string,
|
|
3126
4894
|
): SafeParseResult<
|
|
3127
|
-
|
|
4895
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466,
|
|
3128
4896
|
SDKValidationError
|
|
3129
4897
|
> {
|
|
3130
4898
|
return safeParse(
|
|
3131
4899
|
jsonString,
|
|
3132
4900
|
(x) =>
|
|
3133
|
-
|
|
4901
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema.parse(
|
|
3134
4902
|
JSON.parse(x),
|
|
3135
4903
|
),
|
|
3136
|
-
`Failed to parse '
|
|
4904
|
+
`Failed to parse 'CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466' from JSON`,
|
|
3137
4905
|
);
|
|
3138
4906
|
}
|
|
3139
4907
|
|
|
@@ -3141,18 +4909,18 @@ export function createIntegrationStoreDirectUiOptionsAtBRANDAt7823FromJSON(
|
|
|
3141
4909
|
export const CreateIntegrationStoreDirectUiOptionsValue$inboundSchema:
|
|
3142
4910
|
z.ZodType<CreateIntegrationStoreDirectUiOptionsValue, z.ZodTypeDef, unknown> =
|
|
3143
4911
|
z.object({
|
|
3144
|
-
"__@BRAND@
|
|
3145
|
-
|
|
4912
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
4913
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$inboundSchema
|
|
3146
4914
|
),
|
|
3147
4915
|
}).transform((v) => {
|
|
3148
4916
|
return remap$(v, {
|
|
3149
|
-
"__@BRAND@
|
|
4917
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
3150
4918
|
});
|
|
3151
4919
|
});
|
|
3152
4920
|
|
|
3153
4921
|
/** @internal */
|
|
3154
4922
|
export type CreateIntegrationStoreDirectUiOptionsValue$Outbound = {
|
|
3155
|
-
"__@BRAND@
|
|
4923
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$Outbound;
|
|
3156
4924
|
};
|
|
3157
4925
|
|
|
3158
4926
|
/** @internal */
|
|
@@ -3162,12 +4930,12 @@ export const CreateIntegrationStoreDirectUiOptionsValue$outboundSchema:
|
|
|
3162
4930
|
z.ZodTypeDef,
|
|
3163
4931
|
CreateIntegrationStoreDirectUiOptionsValue
|
|
3164
4932
|
> = z.object({
|
|
3165
|
-
|
|
3166
|
-
|
|
4933
|
+
atBRANDAt8466: z.lazy(() =>
|
|
4934
|
+
CreateIntegrationStoreDirectUiOptionsAtBRANDAt8466$outboundSchema
|
|
3167
4935
|
),
|
|
3168
4936
|
}).transform((v) => {
|
|
3169
4937
|
return remap$(v, {
|
|
3170
|
-
|
|
4938
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
3171
4939
|
});
|
|
3172
4940
|
});
|
|
3173
4941
|
|
|
@@ -3651,50 +5419,50 @@ export function createIntegrationStoreDirectUiOptions3FromJSON(
|
|
|
3651
5419
|
}
|
|
3652
5420
|
|
|
3653
5421
|
/** @internal */
|
|
3654
|
-
export const
|
|
3655
|
-
|
|
5422
|
+
export const UiOptionsAtBRANDAt8466$inboundSchema: z.ZodType<
|
|
5423
|
+
UiOptionsAtBRANDAt8466,
|
|
3656
5424
|
z.ZodTypeDef,
|
|
3657
5425
|
unknown
|
|
3658
5426
|
> = z.object({});
|
|
3659
5427
|
|
|
3660
5428
|
/** @internal */
|
|
3661
|
-
export type
|
|
5429
|
+
export type UiOptionsAtBRANDAt8466$Outbound = {};
|
|
3662
5430
|
|
|
3663
5431
|
/** @internal */
|
|
3664
|
-
export const
|
|
3665
|
-
|
|
5432
|
+
export const UiOptionsAtBRANDAt8466$outboundSchema: z.ZodType<
|
|
5433
|
+
UiOptionsAtBRANDAt8466$Outbound,
|
|
3666
5434
|
z.ZodTypeDef,
|
|
3667
|
-
|
|
5435
|
+
UiOptionsAtBRANDAt8466
|
|
3668
5436
|
> = z.object({});
|
|
3669
5437
|
|
|
3670
5438
|
/**
|
|
3671
5439
|
* @internal
|
|
3672
5440
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3673
5441
|
*/
|
|
3674
|
-
export namespace
|
|
3675
|
-
/** @deprecated use `
|
|
3676
|
-
export const inboundSchema =
|
|
3677
|
-
/** @deprecated use `
|
|
3678
|
-
export const outboundSchema =
|
|
3679
|
-
/** @deprecated use `
|
|
3680
|
-
export type Outbound =
|
|
5442
|
+
export namespace UiOptionsAtBRANDAt8466$ {
|
|
5443
|
+
/** @deprecated use `UiOptionsAtBRANDAt8466$inboundSchema` instead. */
|
|
5444
|
+
export const inboundSchema = UiOptionsAtBRANDAt8466$inboundSchema;
|
|
5445
|
+
/** @deprecated use `UiOptionsAtBRANDAt8466$outboundSchema` instead. */
|
|
5446
|
+
export const outboundSchema = UiOptionsAtBRANDAt8466$outboundSchema;
|
|
5447
|
+
/** @deprecated use `UiOptionsAtBRANDAt8466$Outbound` instead. */
|
|
5448
|
+
export type Outbound = UiOptionsAtBRANDAt8466$Outbound;
|
|
3681
5449
|
}
|
|
3682
5450
|
|
|
3683
|
-
export function
|
|
3684
|
-
|
|
5451
|
+
export function uiOptionsAtBRANDAt8466ToJSON(
|
|
5452
|
+
uiOptionsAtBRANDAt8466: UiOptionsAtBRANDAt8466,
|
|
3685
5453
|
): string {
|
|
3686
5454
|
return JSON.stringify(
|
|
3687
|
-
|
|
5455
|
+
UiOptionsAtBRANDAt8466$outboundSchema.parse(uiOptionsAtBRANDAt8466),
|
|
3688
5456
|
);
|
|
3689
5457
|
}
|
|
3690
5458
|
|
|
3691
|
-
export function
|
|
5459
|
+
export function uiOptionsAtBRANDAt8466FromJSON(
|
|
3692
5460
|
jsonString: string,
|
|
3693
|
-
): SafeParseResult<
|
|
5461
|
+
): SafeParseResult<UiOptionsAtBRANDAt8466, SDKValidationError> {
|
|
3694
5462
|
return safeParse(
|
|
3695
5463
|
jsonString,
|
|
3696
|
-
(x) =>
|
|
3697
|
-
`Failed to parse '
|
|
5464
|
+
(x) => UiOptionsAtBRANDAt8466$inboundSchema.parse(JSON.parse(x)),
|
|
5465
|
+
`Failed to parse 'UiOptionsAtBRANDAt8466' from JSON`,
|
|
3698
5466
|
);
|
|
3699
5467
|
}
|
|
3700
5468
|
|
|
@@ -3704,16 +5472,16 @@ export const CreateIntegrationStoreDirectUiOptions2$inboundSchema: z.ZodType<
|
|
|
3704
5472
|
z.ZodTypeDef,
|
|
3705
5473
|
unknown
|
|
3706
5474
|
> = z.object({
|
|
3707
|
-
"__@BRAND@
|
|
5475
|
+
"__@BRAND@8466": z.lazy(() => UiOptionsAtBRANDAt8466$inboundSchema),
|
|
3708
5476
|
}).transform((v) => {
|
|
3709
5477
|
return remap$(v, {
|
|
3710
|
-
"__@BRAND@
|
|
5478
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
3711
5479
|
});
|
|
3712
5480
|
});
|
|
3713
5481
|
|
|
3714
5482
|
/** @internal */
|
|
3715
5483
|
export type CreateIntegrationStoreDirectUiOptions2$Outbound = {
|
|
3716
|
-
"__@BRAND@
|
|
5484
|
+
"__@BRAND@8466": UiOptionsAtBRANDAt8466$Outbound;
|
|
3717
5485
|
};
|
|
3718
5486
|
|
|
3719
5487
|
/** @internal */
|
|
@@ -3722,10 +5490,10 @@ export const CreateIntegrationStoreDirectUiOptions2$outboundSchema: z.ZodType<
|
|
|
3722
5490
|
z.ZodTypeDef,
|
|
3723
5491
|
CreateIntegrationStoreDirectUiOptions2
|
|
3724
5492
|
> = z.object({
|
|
3725
|
-
|
|
5493
|
+
atBRANDAt8466: z.lazy(() => UiOptionsAtBRANDAt8466$outboundSchema),
|
|
3726
5494
|
}).transform((v) => {
|
|
3727
5495
|
return remap$(v, {
|
|
3728
|
-
|
|
5496
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
3729
5497
|
});
|
|
3730
5498
|
});
|
|
3731
5499
|
|
|
@@ -4287,65 +6055,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseUiOpti
|
|
|
4287
6055
|
}
|
|
4288
6056
|
|
|
4289
6057
|
/** @internal */
|
|
4290
|
-
export const
|
|
6058
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema:
|
|
4291
6059
|
z.ZodType<
|
|
4292
|
-
|
|
6060
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466,
|
|
4293
6061
|
z.ZodTypeDef,
|
|
4294
6062
|
unknown
|
|
4295
6063
|
> = z.object({});
|
|
4296
6064
|
|
|
4297
6065
|
/** @internal */
|
|
4298
|
-
export type
|
|
6066
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound =
|
|
4299
6067
|
{};
|
|
4300
6068
|
|
|
4301
6069
|
/** @internal */
|
|
4302
|
-
export const
|
|
6070
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema:
|
|
4303
6071
|
z.ZodType<
|
|
4304
|
-
|
|
6072
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound,
|
|
4305
6073
|
z.ZodTypeDef,
|
|
4306
|
-
|
|
6074
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466
|
|
4307
6075
|
> = z.object({});
|
|
4308
6076
|
|
|
4309
6077
|
/**
|
|
4310
6078
|
* @internal
|
|
4311
6079
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4312
6080
|
*/
|
|
4313
|
-
export namespace
|
|
4314
|
-
/** @deprecated use `
|
|
6081
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$ {
|
|
6082
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema` instead. */
|
|
4315
6083
|
export const inboundSchema =
|
|
4316
|
-
|
|
4317
|
-
/** @deprecated use `
|
|
6084
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema;
|
|
6085
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema` instead. */
|
|
4318
6086
|
export const outboundSchema =
|
|
4319
|
-
|
|
4320
|
-
/** @deprecated use `
|
|
6087
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema;
|
|
6088
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound` instead. */
|
|
4321
6089
|
export type Outbound =
|
|
4322
|
-
|
|
6090
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound;
|
|
4323
6091
|
}
|
|
4324
6092
|
|
|
4325
|
-
export function
|
|
4326
|
-
|
|
4327
|
-
|
|
6093
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466ToJSON(
|
|
6094
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466:
|
|
6095
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466,
|
|
4328
6096
|
): string {
|
|
4329
6097
|
return JSON.stringify(
|
|
4330
|
-
|
|
6098
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema
|
|
4331
6099
|
.parse(
|
|
4332
|
-
|
|
6100
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466,
|
|
4333
6101
|
),
|
|
4334
6102
|
);
|
|
4335
6103
|
}
|
|
4336
6104
|
|
|
4337
|
-
export function
|
|
6105
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466FromJSON(
|
|
4338
6106
|
jsonString: string,
|
|
4339
6107
|
): SafeParseResult<
|
|
4340
|
-
|
|
6108
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466,
|
|
4341
6109
|
SDKValidationError
|
|
4342
6110
|
> {
|
|
4343
6111
|
return safeParse(
|
|
4344
6112
|
jsonString,
|
|
4345
6113
|
(x) =>
|
|
4346
|
-
|
|
6114
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema
|
|
4347
6115
|
.parse(JSON.parse(x)),
|
|
4348
|
-
`Failed to parse '
|
|
6116
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466' from JSON`,
|
|
4349
6117
|
);
|
|
4350
6118
|
}
|
|
4351
6119
|
|
|
@@ -4356,20 +6124,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
4356
6124
|
z.ZodTypeDef,
|
|
4357
6125
|
unknown
|
|
4358
6126
|
> = z.object({
|
|
4359
|
-
"__@BRAND@
|
|
4360
|
-
|
|
6127
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
6128
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$inboundSchema
|
|
4361
6129
|
),
|
|
4362
6130
|
}).transform((v) => {
|
|
4363
6131
|
return remap$(v, {
|
|
4364
|
-
"__@BRAND@
|
|
6132
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
4365
6133
|
});
|
|
4366
6134
|
});
|
|
4367
6135
|
|
|
4368
6136
|
/** @internal */
|
|
4369
6137
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength$Outbound =
|
|
4370
6138
|
{
|
|
4371
|
-
"__@BRAND@
|
|
4372
|
-
|
|
6139
|
+
"__@BRAND@8466":
|
|
6140
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$Outbound;
|
|
4373
6141
|
};
|
|
4374
6142
|
|
|
4375
6143
|
/** @internal */
|
|
@@ -4379,12 +6147,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
|
4379
6147
|
z.ZodTypeDef,
|
|
4380
6148
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMaxLength
|
|
4381
6149
|
> = z.object({
|
|
4382
|
-
|
|
4383
|
-
|
|
6150
|
+
atBRANDAt8466: z.lazy(() =>
|
|
6151
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONAtBRANDAt8466$outboundSchema
|
|
4384
6152
|
),
|
|
4385
6153
|
}).transform((v) => {
|
|
4386
6154
|
return remap$(v, {
|
|
4387
|
-
|
|
6155
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
4388
6156
|
});
|
|
4389
6157
|
});
|
|
4390
6158
|
|
|
@@ -4432,65 +6200,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMaxLen
|
|
|
4432
6200
|
}
|
|
4433
6201
|
|
|
4434
6202
|
/** @internal */
|
|
4435
|
-
export const
|
|
6203
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema:
|
|
4436
6204
|
z.ZodType<
|
|
4437
|
-
|
|
6205
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466,
|
|
4438
6206
|
z.ZodTypeDef,
|
|
4439
6207
|
unknown
|
|
4440
6208
|
> = z.object({});
|
|
4441
6209
|
|
|
4442
6210
|
/** @internal */
|
|
4443
|
-
export type
|
|
6211
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound =
|
|
4444
6212
|
{};
|
|
4445
6213
|
|
|
4446
6214
|
/** @internal */
|
|
4447
|
-
export const
|
|
6215
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema:
|
|
4448
6216
|
z.ZodType<
|
|
4449
|
-
|
|
6217
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound,
|
|
4450
6218
|
z.ZodTypeDef,
|
|
4451
|
-
|
|
6219
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466
|
|
4452
6220
|
> = z.object({});
|
|
4453
6221
|
|
|
4454
6222
|
/**
|
|
4455
6223
|
* @internal
|
|
4456
6224
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4457
6225
|
*/
|
|
4458
|
-
export namespace
|
|
4459
|
-
/** @deprecated use `
|
|
6226
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$ {
|
|
6227
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema` instead. */
|
|
4460
6228
|
export const inboundSchema =
|
|
4461
|
-
|
|
4462
|
-
/** @deprecated use `
|
|
6229
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema;
|
|
6230
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema` instead. */
|
|
4463
6231
|
export const outboundSchema =
|
|
4464
|
-
|
|
4465
|
-
/** @deprecated use `
|
|
6232
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema;
|
|
6233
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound` instead. */
|
|
4466
6234
|
export type Outbound =
|
|
4467
|
-
|
|
6235
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound;
|
|
4468
6236
|
}
|
|
4469
6237
|
|
|
4470
|
-
export function
|
|
4471
|
-
|
|
4472
|
-
|
|
6238
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466ToJSON(
|
|
6239
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466:
|
|
6240
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466,
|
|
4473
6241
|
): string {
|
|
4474
6242
|
return JSON.stringify(
|
|
4475
|
-
|
|
6243
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema
|
|
4476
6244
|
.parse(
|
|
4477
|
-
|
|
6245
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466,
|
|
4478
6246
|
),
|
|
4479
6247
|
);
|
|
4480
6248
|
}
|
|
4481
6249
|
|
|
4482
|
-
export function
|
|
6250
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466FromJSON(
|
|
4483
6251
|
jsonString: string,
|
|
4484
6252
|
): SafeParseResult<
|
|
4485
|
-
|
|
6253
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466,
|
|
4486
6254
|
SDKValidationError
|
|
4487
6255
|
> {
|
|
4488
6256
|
return safeParse(
|
|
4489
6257
|
jsonString,
|
|
4490
6258
|
(x) =>
|
|
4491
|
-
|
|
6259
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema
|
|
4492
6260
|
.parse(JSON.parse(x)),
|
|
4493
|
-
`Failed to parse '
|
|
6261
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466' from JSON`,
|
|
4494
6262
|
);
|
|
4495
6263
|
}
|
|
4496
6264
|
|
|
@@ -4501,20 +6269,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
4501
6269
|
z.ZodTypeDef,
|
|
4502
6270
|
unknown
|
|
4503
6271
|
> = z.object({
|
|
4504
|
-
"__@BRAND@
|
|
4505
|
-
|
|
6272
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
6273
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$inboundSchema
|
|
4506
6274
|
),
|
|
4507
6275
|
}).transform((v) => {
|
|
4508
6276
|
return remap$(v, {
|
|
4509
|
-
"__@BRAND@
|
|
6277
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
4510
6278
|
});
|
|
4511
6279
|
});
|
|
4512
6280
|
|
|
4513
6281
|
/** @internal */
|
|
4514
6282
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength$Outbound =
|
|
4515
6283
|
{
|
|
4516
|
-
"__@BRAND@
|
|
4517
|
-
|
|
6284
|
+
"__@BRAND@8466":
|
|
6285
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$Outbound;
|
|
4518
6286
|
};
|
|
4519
6287
|
|
|
4520
6288
|
/** @internal */
|
|
@@ -4524,12 +6292,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
|
4524
6292
|
z.ZodTypeDef,
|
|
4525
6293
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponseMinLength
|
|
4526
6294
|
> = z.object({
|
|
4527
|
-
|
|
4528
|
-
|
|
6295
|
+
atBRANDAt8466: z.lazy(() =>
|
|
6296
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyAtBRANDAt8466$outboundSchema
|
|
4529
6297
|
),
|
|
4530
6298
|
}).transform((v) => {
|
|
4531
6299
|
return remap$(v, {
|
|
4532
|
-
|
|
6300
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
4533
6301
|
});
|
|
4534
6302
|
});
|
|
4535
6303
|
|
|
@@ -4577,65 +6345,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsResponseMinLen
|
|
|
4577
6345
|
}
|
|
4578
6346
|
|
|
4579
6347
|
/** @internal */
|
|
4580
|
-
export const
|
|
6348
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema:
|
|
4581
6349
|
z.ZodType<
|
|
4582
|
-
|
|
6350
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466,
|
|
4583
6351
|
z.ZodTypeDef,
|
|
4584
6352
|
unknown
|
|
4585
6353
|
> = z.object({});
|
|
4586
6354
|
|
|
4587
6355
|
/** @internal */
|
|
4588
|
-
export type
|
|
6356
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound =
|
|
4589
6357
|
{};
|
|
4590
6358
|
|
|
4591
6359
|
/** @internal */
|
|
4592
|
-
export const
|
|
6360
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema:
|
|
4593
6361
|
z.ZodType<
|
|
4594
|
-
|
|
6362
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound,
|
|
4595
6363
|
z.ZodTypeDef,
|
|
4596
|
-
|
|
6364
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466
|
|
4597
6365
|
> = z.object({});
|
|
4598
6366
|
|
|
4599
6367
|
/**
|
|
4600
6368
|
* @internal
|
|
4601
6369
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4602
6370
|
*/
|
|
4603
|
-
export namespace
|
|
4604
|
-
/** @deprecated use `
|
|
6371
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$ {
|
|
6372
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema` instead. */
|
|
4605
6373
|
export const inboundSchema =
|
|
4606
|
-
|
|
4607
|
-
/** @deprecated use `
|
|
6374
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema;
|
|
6375
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema` instead. */
|
|
4608
6376
|
export const outboundSchema =
|
|
4609
|
-
|
|
4610
|
-
/** @deprecated use `
|
|
6377
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema;
|
|
6378
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound` instead. */
|
|
4611
6379
|
export type Outbound =
|
|
4612
|
-
|
|
6380
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound;
|
|
4613
6381
|
}
|
|
4614
6382
|
|
|
4615
|
-
export function
|
|
4616
|
-
|
|
4617
|
-
|
|
6383
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466ToJSON(
|
|
6384
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466:
|
|
6385
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466,
|
|
4618
6386
|
): string {
|
|
4619
6387
|
return JSON.stringify(
|
|
4620
|
-
|
|
6388
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema
|
|
4621
6389
|
.parse(
|
|
4622
|
-
|
|
6390
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466,
|
|
4623
6391
|
),
|
|
4624
6392
|
);
|
|
4625
6393
|
}
|
|
4626
6394
|
|
|
4627
|
-
export function
|
|
6395
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466FromJSON(
|
|
4628
6396
|
jsonString: string,
|
|
4629
6397
|
): SafeParseResult<
|
|
4630
|
-
|
|
6398
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466,
|
|
4631
6399
|
SDKValidationError
|
|
4632
6400
|
> {
|
|
4633
6401
|
return safeParse(
|
|
4634
6402
|
jsonString,
|
|
4635
6403
|
(x) =>
|
|
4636
|
-
|
|
6404
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema
|
|
4637
6405
|
.parse(JSON.parse(x)),
|
|
4638
|
-
`Failed to parse '
|
|
6406
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466' from JSON`,
|
|
4639
6407
|
);
|
|
4640
6408
|
}
|
|
4641
6409
|
|
|
@@ -4646,20 +6414,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$i
|
|
|
4646
6414
|
z.ZodTypeDef,
|
|
4647
6415
|
unknown
|
|
4648
6416
|
> = z.object({
|
|
4649
|
-
"__@BRAND@
|
|
4650
|
-
|
|
6417
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
6418
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$inboundSchema
|
|
4651
6419
|
),
|
|
4652
6420
|
}).transform((v) => {
|
|
4653
6421
|
return remap$(v, {
|
|
4654
|
-
"__@BRAND@
|
|
6422
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
4655
6423
|
});
|
|
4656
6424
|
});
|
|
4657
6425
|
|
|
4658
6426
|
/** @internal */
|
|
4659
6427
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$Outbound =
|
|
4660
6428
|
{
|
|
4661
|
-
"__@BRAND@
|
|
4662
|
-
|
|
6429
|
+
"__@BRAND@8466":
|
|
6430
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$Outbound;
|
|
4663
6431
|
};
|
|
4664
6432
|
|
|
4665
6433
|
/** @internal */
|
|
@@ -4669,12 +6437,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern$o
|
|
|
4669
6437
|
z.ZodTypeDef,
|
|
4670
6438
|
CreateIntegrationStoreDirectPropertiesIntegrationsResponsePattern
|
|
4671
6439
|
> = z.object({
|
|
4672
|
-
|
|
4673
|
-
|
|
6440
|
+
atBRANDAt8466: z.lazy(() =>
|
|
6441
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreAtBRANDAt8466$outboundSchema
|
|
4674
6442
|
),
|
|
4675
6443
|
}).transform((v) => {
|
|
4676
6444
|
return remap$(v, {
|
|
4677
|
-
|
|
6445
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
4678
6446
|
});
|
|
4679
6447
|
});
|
|
4680
6448
|
|
|
@@ -5721,132 +7489,132 @@ export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Ap
|
|
|
5721
7489
|
}
|
|
5722
7490
|
|
|
5723
7491
|
/** @internal */
|
|
5724
|
-
export const
|
|
7492
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema:
|
|
5725
7493
|
z.ZodNativeEnum<
|
|
5726
|
-
typeof
|
|
7494
|
+
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
|
|
5727
7495
|
> = z.nativeEnum(
|
|
5728
|
-
|
|
7496
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type,
|
|
5729
7497
|
);
|
|
5730
7498
|
|
|
5731
7499
|
/** @internal */
|
|
5732
|
-
export const
|
|
7500
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema:
|
|
5733
7501
|
z.ZodNativeEnum<
|
|
5734
|
-
typeof
|
|
7502
|
+
typeof CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type
|
|
5735
7503
|
> =
|
|
5736
|
-
|
|
7504
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
|
|
5737
7505
|
|
|
5738
7506
|
/**
|
|
5739
7507
|
* @internal
|
|
5740
7508
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5741
7509
|
*/
|
|
5742
|
-
export namespace
|
|
5743
|
-
/** @deprecated use `
|
|
7510
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$ {
|
|
7511
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema` instead. */
|
|
5744
7512
|
export const inboundSchema =
|
|
5745
|
-
|
|
5746
|
-
/** @deprecated use `
|
|
7513
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema;
|
|
7514
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema` instead. */
|
|
5747
7515
|
export const outboundSchema =
|
|
5748
|
-
|
|
7516
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema;
|
|
5749
7517
|
}
|
|
5750
7518
|
|
|
5751
7519
|
/** @internal */
|
|
5752
|
-
export const
|
|
7520
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema:
|
|
5753
7521
|
z.ZodType<
|
|
5754
|
-
|
|
7522
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466,
|
|
5755
7523
|
z.ZodTypeDef,
|
|
5756
7524
|
unknown
|
|
5757
7525
|
> = z.object({});
|
|
5758
7526
|
|
|
5759
7527
|
/** @internal */
|
|
5760
|
-
export type
|
|
7528
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound =
|
|
5761
7529
|
{};
|
|
5762
7530
|
|
|
5763
7531
|
/** @internal */
|
|
5764
|
-
export const
|
|
7532
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema:
|
|
5765
7533
|
z.ZodType<
|
|
5766
|
-
|
|
7534
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound,
|
|
5767
7535
|
z.ZodTypeDef,
|
|
5768
|
-
|
|
7536
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466
|
|
5769
7537
|
> = z.object({});
|
|
5770
7538
|
|
|
5771
7539
|
/**
|
|
5772
7540
|
* @internal
|
|
5773
7541
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5774
7542
|
*/
|
|
5775
|
-
export namespace
|
|
5776
|
-
/** @deprecated use `
|
|
7543
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$ {
|
|
7544
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema` instead. */
|
|
5777
7545
|
export const inboundSchema =
|
|
5778
|
-
|
|
5779
|
-
/** @deprecated use `
|
|
7546
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema;
|
|
7547
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema` instead. */
|
|
5780
7548
|
export const outboundSchema =
|
|
5781
|
-
|
|
5782
|
-
/** @deprecated use `
|
|
7549
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema;
|
|
7550
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound` instead. */
|
|
5783
7551
|
export type Outbound =
|
|
5784
|
-
|
|
7552
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound;
|
|
5785
7553
|
}
|
|
5786
7554
|
|
|
5787
|
-
export function
|
|
5788
|
-
|
|
5789
|
-
|
|
7555
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466ToJSON(
|
|
7556
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466:
|
|
7557
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466,
|
|
5790
7558
|
): string {
|
|
5791
7559
|
return JSON.stringify(
|
|
5792
|
-
|
|
7560
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema
|
|
5793
7561
|
.parse(
|
|
5794
|
-
|
|
7562
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466,
|
|
5795
7563
|
),
|
|
5796
7564
|
);
|
|
5797
7565
|
}
|
|
5798
7566
|
|
|
5799
|
-
export function
|
|
7567
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466FromJSON(
|
|
5800
7568
|
jsonString: string,
|
|
5801
7569
|
): SafeParseResult<
|
|
5802
|
-
|
|
7570
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466,
|
|
5803
7571
|
SDKValidationError
|
|
5804
7572
|
> {
|
|
5805
7573
|
return safeParse(
|
|
5806
7574
|
jsonString,
|
|
5807
7575
|
(x) =>
|
|
5808
|
-
|
|
7576
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema
|
|
5809
7577
|
.parse(JSON.parse(x)),
|
|
5810
|
-
`Failed to parse '
|
|
7578
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466' from JSON`,
|
|
5811
7579
|
);
|
|
5812
7580
|
}
|
|
5813
7581
|
|
|
5814
7582
|
/** @internal */
|
|
5815
|
-
export const
|
|
7583
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema:
|
|
5816
7584
|
z.ZodType<
|
|
5817
|
-
|
|
7585
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength,
|
|
5818
7586
|
z.ZodTypeDef,
|
|
5819
7587
|
unknown
|
|
5820
7588
|
> = z.object({
|
|
5821
|
-
"__@BRAND@
|
|
5822
|
-
|
|
7589
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
7590
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$inboundSchema
|
|
5823
7591
|
),
|
|
5824
7592
|
}).transform((v) => {
|
|
5825
7593
|
return remap$(v, {
|
|
5826
|
-
"__@BRAND@
|
|
7594
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
5827
7595
|
});
|
|
5828
7596
|
});
|
|
5829
7597
|
|
|
5830
7598
|
/** @internal */
|
|
5831
|
-
export type
|
|
7599
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound =
|
|
5832
7600
|
{
|
|
5833
|
-
"__@BRAND@
|
|
5834
|
-
|
|
7601
|
+
"__@BRAND@8466":
|
|
7602
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$Outbound;
|
|
5835
7603
|
};
|
|
5836
7604
|
|
|
5837
7605
|
/** @internal */
|
|
5838
|
-
export const
|
|
7606
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema:
|
|
5839
7607
|
z.ZodType<
|
|
5840
|
-
|
|
7608
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound,
|
|
5841
7609
|
z.ZodTypeDef,
|
|
5842
|
-
|
|
7610
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength
|
|
5843
7611
|
> = z.object({
|
|
5844
|
-
|
|
5845
|
-
|
|
7612
|
+
atBRANDAt8466: z.lazy(() =>
|
|
7613
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsAtBRANDAt8466$outboundSchema
|
|
5846
7614
|
),
|
|
5847
7615
|
}).transform((v) => {
|
|
5848
7616
|
return remap$(v, {
|
|
5849
|
-
|
|
7617
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
5850
7618
|
});
|
|
5851
7619
|
});
|
|
5852
7620
|
|
|
@@ -5854,144 +7622,144 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MinLen
|
|
|
5854
7622
|
* @internal
|
|
5855
7623
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5856
7624
|
*/
|
|
5857
|
-
export namespace
|
|
5858
|
-
/** @deprecated use `
|
|
7625
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$ {
|
|
7626
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema` instead. */
|
|
5859
7627
|
export const inboundSchema =
|
|
5860
|
-
|
|
5861
|
-
/** @deprecated use `
|
|
7628
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema;
|
|
7629
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema` instead. */
|
|
5862
7630
|
export const outboundSchema =
|
|
5863
|
-
|
|
5864
|
-
/** @deprecated use `
|
|
7631
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema;
|
|
7632
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound` instead. */
|
|
5865
7633
|
export type Outbound =
|
|
5866
|
-
|
|
7634
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound;
|
|
5867
7635
|
}
|
|
5868
7636
|
|
|
5869
|
-
export function
|
|
5870
|
-
|
|
5871
|
-
|
|
7637
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthToJSON(
|
|
7638
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength:
|
|
7639
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength,
|
|
5872
7640
|
): string {
|
|
5873
7641
|
return JSON.stringify(
|
|
5874
|
-
|
|
7642
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema
|
|
5875
7643
|
.parse(
|
|
5876
|
-
|
|
7644
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength,
|
|
5877
7645
|
),
|
|
5878
7646
|
);
|
|
5879
7647
|
}
|
|
5880
7648
|
|
|
5881
|
-
export function
|
|
7649
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLengthFromJSON(
|
|
5882
7650
|
jsonString: string,
|
|
5883
7651
|
): SafeParseResult<
|
|
5884
|
-
|
|
7652
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength,
|
|
5885
7653
|
SDKValidationError
|
|
5886
7654
|
> {
|
|
5887
7655
|
return safeParse(
|
|
5888
7656
|
jsonString,
|
|
5889
7657
|
(x) =>
|
|
5890
|
-
|
|
7658
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema
|
|
5891
7659
|
.parse(JSON.parse(x)),
|
|
5892
|
-
`Failed to parse '
|
|
7660
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength' from JSON`,
|
|
5893
7661
|
);
|
|
5894
7662
|
}
|
|
5895
7663
|
|
|
5896
7664
|
/** @internal */
|
|
5897
|
-
export const
|
|
7665
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema:
|
|
5898
7666
|
z.ZodType<
|
|
5899
|
-
|
|
7667
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466,
|
|
5900
7668
|
z.ZodTypeDef,
|
|
5901
7669
|
unknown
|
|
5902
7670
|
> = z.object({});
|
|
5903
7671
|
|
|
5904
7672
|
/** @internal */
|
|
5905
|
-
export type
|
|
7673
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound =
|
|
5906
7674
|
{};
|
|
5907
7675
|
|
|
5908
7676
|
/** @internal */
|
|
5909
|
-
export const
|
|
7677
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema:
|
|
5910
7678
|
z.ZodType<
|
|
5911
|
-
|
|
7679
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound,
|
|
5912
7680
|
z.ZodTypeDef,
|
|
5913
|
-
|
|
7681
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466
|
|
5914
7682
|
> = z.object({});
|
|
5915
7683
|
|
|
5916
7684
|
/**
|
|
5917
7685
|
* @internal
|
|
5918
7686
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5919
7687
|
*/
|
|
5920
|
-
export namespace
|
|
5921
|
-
/** @deprecated use `
|
|
7688
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$ {
|
|
7689
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema` instead. */
|
|
5922
7690
|
export const inboundSchema =
|
|
5923
|
-
|
|
5924
|
-
/** @deprecated use `
|
|
7691
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema;
|
|
7692
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema` instead. */
|
|
5925
7693
|
export const outboundSchema =
|
|
5926
|
-
|
|
5927
|
-
/** @deprecated use `
|
|
7694
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema;
|
|
7695
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound` instead. */
|
|
5928
7696
|
export type Outbound =
|
|
5929
|
-
|
|
7697
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound;
|
|
5930
7698
|
}
|
|
5931
7699
|
|
|
5932
|
-
export function
|
|
5933
|
-
|
|
5934
|
-
|
|
7700
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466ToJSON(
|
|
7701
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466:
|
|
7702
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466,
|
|
5935
7703
|
): string {
|
|
5936
7704
|
return JSON.stringify(
|
|
5937
|
-
|
|
7705
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema
|
|
5938
7706
|
.parse(
|
|
5939
|
-
|
|
7707
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466,
|
|
5940
7708
|
),
|
|
5941
7709
|
);
|
|
5942
7710
|
}
|
|
5943
7711
|
|
|
5944
|
-
export function
|
|
7712
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466FromJSON(
|
|
5945
7713
|
jsonString: string,
|
|
5946
7714
|
): SafeParseResult<
|
|
5947
|
-
|
|
7715
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466,
|
|
5948
7716
|
SDKValidationError
|
|
5949
7717
|
> {
|
|
5950
7718
|
return safeParse(
|
|
5951
7719
|
jsonString,
|
|
5952
7720
|
(x) =>
|
|
5953
|
-
|
|
7721
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema
|
|
5954
7722
|
.parse(JSON.parse(x)),
|
|
5955
|
-
`Failed to parse '
|
|
7723
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466' from JSON`,
|
|
5956
7724
|
);
|
|
5957
7725
|
}
|
|
5958
7726
|
|
|
5959
7727
|
/** @internal */
|
|
5960
|
-
export const
|
|
7728
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema:
|
|
5961
7729
|
z.ZodType<
|
|
5962
|
-
|
|
7730
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength,
|
|
5963
7731
|
z.ZodTypeDef,
|
|
5964
7732
|
unknown
|
|
5965
7733
|
> = z.object({
|
|
5966
|
-
"__@BRAND@
|
|
5967
|
-
|
|
7734
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
7735
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$inboundSchema
|
|
5968
7736
|
),
|
|
5969
7737
|
}).transform((v) => {
|
|
5970
7738
|
return remap$(v, {
|
|
5971
|
-
"__@BRAND@
|
|
7739
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
5972
7740
|
});
|
|
5973
7741
|
});
|
|
5974
7742
|
|
|
5975
7743
|
/** @internal */
|
|
5976
|
-
export type
|
|
7744
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound =
|
|
5977
7745
|
{
|
|
5978
|
-
"__@BRAND@
|
|
5979
|
-
|
|
7746
|
+
"__@BRAND@8466":
|
|
7747
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$Outbound;
|
|
5980
7748
|
};
|
|
5981
7749
|
|
|
5982
7750
|
/** @internal */
|
|
5983
|
-
export const
|
|
7751
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema:
|
|
5984
7752
|
z.ZodType<
|
|
5985
|
-
|
|
7753
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound,
|
|
5986
7754
|
z.ZodTypeDef,
|
|
5987
|
-
|
|
7755
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength
|
|
5988
7756
|
> = z.object({
|
|
5989
|
-
|
|
5990
|
-
|
|
7757
|
+
atBRANDAt8466: z.lazy(() =>
|
|
7758
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6ItemsMaxLengthAtBRANDAt8466$outboundSchema
|
|
5991
7759
|
),
|
|
5992
7760
|
}).transform((v) => {
|
|
5993
7761
|
return remap$(v, {
|
|
5994
|
-
|
|
7762
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
5995
7763
|
});
|
|
5996
7764
|
});
|
|
5997
7765
|
|
|
@@ -5999,144 +7767,144 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200MaxLen
|
|
|
5999
7767
|
* @internal
|
|
6000
7768
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6001
7769
|
*/
|
|
6002
|
-
export namespace
|
|
6003
|
-
/** @deprecated use `
|
|
7770
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$ {
|
|
7771
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema` instead. */
|
|
6004
7772
|
export const inboundSchema =
|
|
6005
|
-
|
|
6006
|
-
/** @deprecated use `
|
|
7773
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema;
|
|
7774
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema` instead. */
|
|
6007
7775
|
export const outboundSchema =
|
|
6008
|
-
|
|
6009
|
-
/** @deprecated use `
|
|
7776
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema;
|
|
7777
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound` instead. */
|
|
6010
7778
|
export type Outbound =
|
|
6011
|
-
|
|
7779
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound;
|
|
6012
7780
|
}
|
|
6013
7781
|
|
|
6014
|
-
export function
|
|
6015
|
-
|
|
6016
|
-
|
|
7782
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthToJSON(
|
|
7783
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength:
|
|
7784
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength,
|
|
6017
7785
|
): string {
|
|
6018
7786
|
return JSON.stringify(
|
|
6019
|
-
|
|
7787
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema
|
|
6020
7788
|
.parse(
|
|
6021
|
-
|
|
7789
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength,
|
|
6022
7790
|
),
|
|
6023
7791
|
);
|
|
6024
7792
|
}
|
|
6025
7793
|
|
|
6026
|
-
export function
|
|
7794
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLengthFromJSON(
|
|
6027
7795
|
jsonString: string,
|
|
6028
7796
|
): SafeParseResult<
|
|
6029
|
-
|
|
7797
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength,
|
|
6030
7798
|
SDKValidationError
|
|
6031
7799
|
> {
|
|
6032
7800
|
return safeParse(
|
|
6033
7801
|
jsonString,
|
|
6034
7802
|
(x) =>
|
|
6035
|
-
|
|
7803
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema
|
|
6036
7804
|
.parse(JSON.parse(x)),
|
|
6037
|
-
`Failed to parse '
|
|
7805
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength' from JSON`,
|
|
6038
7806
|
);
|
|
6039
7807
|
}
|
|
6040
7808
|
|
|
6041
7809
|
/** @internal */
|
|
6042
|
-
export const
|
|
7810
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema:
|
|
6043
7811
|
z.ZodType<
|
|
6044
|
-
|
|
7812
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466,
|
|
6045
7813
|
z.ZodTypeDef,
|
|
6046
7814
|
unknown
|
|
6047
7815
|
> = z.object({});
|
|
6048
7816
|
|
|
6049
7817
|
/** @internal */
|
|
6050
|
-
export type
|
|
7818
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound =
|
|
6051
7819
|
{};
|
|
6052
7820
|
|
|
6053
7821
|
/** @internal */
|
|
6054
|
-
export const
|
|
7822
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema:
|
|
6055
7823
|
z.ZodType<
|
|
6056
|
-
|
|
7824
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound,
|
|
6057
7825
|
z.ZodTypeDef,
|
|
6058
|
-
|
|
7826
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466
|
|
6059
7827
|
> = z.object({});
|
|
6060
7828
|
|
|
6061
7829
|
/**
|
|
6062
7830
|
* @internal
|
|
6063
7831
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6064
7832
|
*/
|
|
6065
|
-
export namespace
|
|
6066
|
-
/** @deprecated use `
|
|
7833
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$ {
|
|
7834
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema` instead. */
|
|
6067
7835
|
export const inboundSchema =
|
|
6068
|
-
|
|
6069
|
-
/** @deprecated use `
|
|
7836
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema;
|
|
7837
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema` instead. */
|
|
6070
7838
|
export const outboundSchema =
|
|
6071
|
-
|
|
6072
|
-
/** @deprecated use `
|
|
7839
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema;
|
|
7840
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound` instead. */
|
|
6073
7841
|
export type Outbound =
|
|
6074
|
-
|
|
7842
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound;
|
|
6075
7843
|
}
|
|
6076
7844
|
|
|
6077
|
-
export function
|
|
6078
|
-
|
|
6079
|
-
|
|
7845
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466ToJSON(
|
|
7846
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466:
|
|
7847
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466,
|
|
6080
7848
|
): string {
|
|
6081
7849
|
return JSON.stringify(
|
|
6082
|
-
|
|
7850
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema
|
|
6083
7851
|
.parse(
|
|
6084
|
-
|
|
7852
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466,
|
|
6085
7853
|
),
|
|
6086
7854
|
);
|
|
6087
7855
|
}
|
|
6088
7856
|
|
|
6089
|
-
export function
|
|
7857
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466FromJSON(
|
|
6090
7858
|
jsonString: string,
|
|
6091
7859
|
): SafeParseResult<
|
|
6092
|
-
|
|
7860
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466,
|
|
6093
7861
|
SDKValidationError
|
|
6094
7862
|
> {
|
|
6095
7863
|
return safeParse(
|
|
6096
7864
|
jsonString,
|
|
6097
7865
|
(x) =>
|
|
6098
|
-
|
|
7866
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema
|
|
6099
7867
|
.parse(JSON.parse(x)),
|
|
6100
|
-
`Failed to parse '
|
|
7868
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466' from JSON`,
|
|
6101
7869
|
);
|
|
6102
7870
|
}
|
|
6103
7871
|
|
|
6104
7872
|
/** @internal */
|
|
6105
|
-
export const
|
|
7873
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema:
|
|
6106
7874
|
z.ZodType<
|
|
6107
|
-
|
|
7875
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern,
|
|
6108
7876
|
z.ZodTypeDef,
|
|
6109
7877
|
unknown
|
|
6110
7878
|
> = z.object({
|
|
6111
|
-
"__@BRAND@
|
|
6112
|
-
|
|
7879
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
7880
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$inboundSchema
|
|
6113
7881
|
),
|
|
6114
7882
|
}).transform((v) => {
|
|
6115
7883
|
return remap$(v, {
|
|
6116
|
-
"__@BRAND@
|
|
7884
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
6117
7885
|
});
|
|
6118
7886
|
});
|
|
6119
7887
|
|
|
6120
7888
|
/** @internal */
|
|
6121
|
-
export type
|
|
7889
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound =
|
|
6122
7890
|
{
|
|
6123
|
-
"__@BRAND@
|
|
6124
|
-
|
|
7891
|
+
"__@BRAND@8466":
|
|
7892
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$Outbound;
|
|
6125
7893
|
};
|
|
6126
7894
|
|
|
6127
7895
|
/** @internal */
|
|
6128
|
-
export const
|
|
7896
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema:
|
|
6129
7897
|
z.ZodType<
|
|
6130
|
-
|
|
7898
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound,
|
|
6131
7899
|
z.ZodTypeDef,
|
|
6132
|
-
|
|
7900
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern
|
|
6133
7901
|
> = z.object({
|
|
6134
|
-
|
|
6135
|
-
|
|
7902
|
+
atBRANDAt8466: z.lazy(() =>
|
|
7903
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6AtBRANDAt8466$outboundSchema
|
|
6136
7904
|
),
|
|
6137
7905
|
}).transform((v) => {
|
|
6138
7906
|
return remap$(v, {
|
|
6139
|
-
|
|
7907
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
6140
7908
|
});
|
|
6141
7909
|
});
|
|
6142
7910
|
|
|
@@ -6144,42 +7912,42 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200Patter
|
|
|
6144
7912
|
* @internal
|
|
6145
7913
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
6146
7914
|
*/
|
|
6147
|
-
export namespace
|
|
6148
|
-
/** @deprecated use `
|
|
7915
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$ {
|
|
7916
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema` instead. */
|
|
6149
7917
|
export const inboundSchema =
|
|
6150
|
-
|
|
6151
|
-
/** @deprecated use `
|
|
7918
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema;
|
|
7919
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema` instead. */
|
|
6152
7920
|
export const outboundSchema =
|
|
6153
|
-
|
|
6154
|
-
/** @deprecated use `
|
|
7921
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema;
|
|
7922
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound` instead. */
|
|
6155
7923
|
export type Outbound =
|
|
6156
|
-
|
|
7924
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound;
|
|
6157
7925
|
}
|
|
6158
7926
|
|
|
6159
|
-
export function
|
|
6160
|
-
|
|
6161
|
-
|
|
7927
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternToJSON(
|
|
7928
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern:
|
|
7929
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern,
|
|
6162
7930
|
): string {
|
|
6163
7931
|
return JSON.stringify(
|
|
6164
|
-
|
|
7932
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema
|
|
6165
7933
|
.parse(
|
|
6166
|
-
|
|
7934
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern,
|
|
6167
7935
|
),
|
|
6168
7936
|
);
|
|
6169
7937
|
}
|
|
6170
7938
|
|
|
6171
|
-
export function
|
|
7939
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPatternFromJSON(
|
|
6172
7940
|
jsonString: string,
|
|
6173
7941
|
): SafeParseResult<
|
|
6174
|
-
|
|
7942
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern,
|
|
6175
7943
|
SDKValidationError
|
|
6176
7944
|
> {
|
|
6177
7945
|
return safeParse(
|
|
6178
7946
|
jsonString,
|
|
6179
7947
|
(x) =>
|
|
6180
|
-
|
|
7948
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema
|
|
6181
7949
|
.parse(JSON.parse(x)),
|
|
6182
|
-
`Failed to parse '
|
|
7950
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern' from JSON`,
|
|
6183
7951
|
);
|
|
6184
7952
|
}
|
|
6185
7953
|
|
|
@@ -6191,16 +7959,16 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsItems$inboundSche
|
|
|
6191
7959
|
unknown
|
|
6192
7960
|
> = z.object({
|
|
6193
7961
|
type:
|
|
6194
|
-
|
|
7962
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$inboundSchema,
|
|
6195
7963
|
description: z.string().optional(),
|
|
6196
7964
|
minLength: z.lazy(() =>
|
|
6197
|
-
|
|
7965
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$inboundSchema
|
|
6198
7966
|
).optional(),
|
|
6199
7967
|
maxLength: z.lazy(() =>
|
|
6200
|
-
|
|
7968
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$inboundSchema
|
|
6201
7969
|
).optional(),
|
|
6202
7970
|
pattern: z.lazy(() =>
|
|
6203
|
-
|
|
7971
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$inboundSchema
|
|
6204
7972
|
).optional(),
|
|
6205
7973
|
default: z.string().optional(),
|
|
6206
7974
|
enum: z.array(z.string()).optional(),
|
|
@@ -6211,13 +7979,13 @@ export type CreateIntegrationStoreDirectPropertiesIntegrationsItems$Outbound = {
|
|
|
6211
7979
|
type: string;
|
|
6212
7980
|
description?: string | undefined;
|
|
6213
7981
|
minLength?:
|
|
6214
|
-
|
|
|
7982
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$Outbound
|
|
6215
7983
|
| undefined;
|
|
6216
7984
|
maxLength?:
|
|
6217
|
-
|
|
|
7985
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$Outbound
|
|
6218
7986
|
| undefined;
|
|
6219
7987
|
pattern?:
|
|
6220
|
-
|
|
|
7988
|
+
| CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$Outbound
|
|
6221
7989
|
| undefined;
|
|
6222
7990
|
default?: string | undefined;
|
|
6223
7991
|
enum?: Array<string> | undefined;
|
|
@@ -6231,16 +7999,16 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsItems$outboundSch
|
|
|
6231
7999
|
CreateIntegrationStoreDirectPropertiesIntegrationsItems
|
|
6232
8000
|
> = z.object({
|
|
6233
8001
|
type:
|
|
6234
|
-
|
|
8002
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema6Type$outboundSchema,
|
|
6235
8003
|
description: z.string().optional(),
|
|
6236
8004
|
minLength: z.lazy(() =>
|
|
6237
|
-
|
|
8005
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMinLength$outboundSchema
|
|
6238
8006
|
).optional(),
|
|
6239
8007
|
maxLength: z.lazy(() =>
|
|
6240
|
-
|
|
8008
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONMaxLength$outboundSchema
|
|
6241
8009
|
).optional(),
|
|
6242
8010
|
pattern: z.lazy(() =>
|
|
6243
|
-
|
|
8011
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONPattern$outboundSchema
|
|
6244
8012
|
).optional(),
|
|
6245
8013
|
default: z.string().optional(),
|
|
6246
8014
|
enum: z.array(z.string()).optional(),
|
|
@@ -8207,63 +9975,63 @@ export function createIntegrationStoreDirectPropertiesUiOptionsFromJSON(
|
|
|
8207
9975
|
}
|
|
8208
9976
|
|
|
8209
9977
|
/** @internal */
|
|
8210
|
-
export const
|
|
9978
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema:
|
|
8211
9979
|
z.ZodType<
|
|
8212
|
-
|
|
9980
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466,
|
|
8213
9981
|
z.ZodTypeDef,
|
|
8214
9982
|
unknown
|
|
8215
9983
|
> = z.object({});
|
|
8216
9984
|
|
|
8217
9985
|
/** @internal */
|
|
8218
|
-
export type
|
|
9986
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound =
|
|
8219
9987
|
{};
|
|
8220
9988
|
|
|
8221
9989
|
/** @internal */
|
|
8222
|
-
export const
|
|
9990
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema:
|
|
8223
9991
|
z.ZodType<
|
|
8224
|
-
|
|
9992
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound,
|
|
8225
9993
|
z.ZodTypeDef,
|
|
8226
|
-
|
|
9994
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466
|
|
8227
9995
|
> = z.object({});
|
|
8228
9996
|
|
|
8229
9997
|
/**
|
|
8230
9998
|
* @internal
|
|
8231
9999
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8232
10000
|
*/
|
|
8233
|
-
export namespace
|
|
8234
|
-
/** @deprecated use `
|
|
10001
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$ {
|
|
10002
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema` instead. */
|
|
8235
10003
|
export const inboundSchema =
|
|
8236
|
-
|
|
8237
|
-
/** @deprecated use `
|
|
10004
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema;
|
|
10005
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema` instead. */
|
|
8238
10006
|
export const outboundSchema =
|
|
8239
|
-
|
|
8240
|
-
/** @deprecated use `
|
|
10007
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema;
|
|
10008
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound` instead. */
|
|
8241
10009
|
export type Outbound =
|
|
8242
|
-
|
|
10010
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound;
|
|
8243
10011
|
}
|
|
8244
10012
|
|
|
8245
|
-
export function
|
|
8246
|
-
|
|
8247
|
-
|
|
10013
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466ToJSON(
|
|
10014
|
+
createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466:
|
|
10015
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466,
|
|
8248
10016
|
): string {
|
|
8249
10017
|
return JSON.stringify(
|
|
8250
|
-
|
|
8251
|
-
.parse(
|
|
10018
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema
|
|
10019
|
+
.parse(createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466),
|
|
8252
10020
|
);
|
|
8253
10021
|
}
|
|
8254
10022
|
|
|
8255
|
-
export function
|
|
10023
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466FromJSON(
|
|
8256
10024
|
jsonString: string,
|
|
8257
10025
|
): SafeParseResult<
|
|
8258
|
-
|
|
10026
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466,
|
|
8259
10027
|
SDKValidationError
|
|
8260
10028
|
> {
|
|
8261
10029
|
return safeParse(
|
|
8262
10030
|
jsonString,
|
|
8263
10031
|
(x) =>
|
|
8264
|
-
|
|
10032
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema
|
|
8265
10033
|
.parse(JSON.parse(x)),
|
|
8266
|
-
`Failed to parse '
|
|
10034
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466' from JSON`,
|
|
8267
10035
|
);
|
|
8268
10036
|
}
|
|
8269
10037
|
|
|
@@ -8274,20 +10042,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$inbound
|
|
|
8274
10042
|
z.ZodTypeDef,
|
|
8275
10043
|
unknown
|
|
8276
10044
|
> = z.object({
|
|
8277
|
-
"__@BRAND@
|
|
8278
|
-
|
|
10045
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
10046
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$inboundSchema
|
|
8279
10047
|
),
|
|
8280
10048
|
}).transform((v) => {
|
|
8281
10049
|
return remap$(v, {
|
|
8282
|
-
"__@BRAND@
|
|
10050
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
8283
10051
|
});
|
|
8284
10052
|
});
|
|
8285
10053
|
|
|
8286
10054
|
/** @internal */
|
|
8287
10055
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$Outbound =
|
|
8288
10056
|
{
|
|
8289
|
-
"__@BRAND@
|
|
8290
|
-
|
|
10057
|
+
"__@BRAND@8466":
|
|
10058
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$Outbound;
|
|
8291
10059
|
};
|
|
8292
10060
|
|
|
8293
10061
|
/** @internal */
|
|
@@ -8297,12 +10065,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength$outboun
|
|
|
8297
10065
|
z.ZodTypeDef,
|
|
8298
10066
|
CreateIntegrationStoreDirectPropertiesIntegrationsMaxLength
|
|
8299
10067
|
> = z.object({
|
|
8300
|
-
|
|
8301
|
-
|
|
10068
|
+
atBRANDAt8466: z.lazy(() =>
|
|
10069
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsAtBRANDAt8466$outboundSchema
|
|
8302
10070
|
),
|
|
8303
10071
|
}).transform((v) => {
|
|
8304
10072
|
return remap$(v, {
|
|
8305
|
-
|
|
10073
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
8306
10074
|
});
|
|
8307
10075
|
});
|
|
8308
10076
|
|
|
@@ -8348,65 +10116,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMaxLengthFromJ
|
|
|
8348
10116
|
}
|
|
8349
10117
|
|
|
8350
10118
|
/** @internal */
|
|
8351
|
-
export const
|
|
10119
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema:
|
|
8352
10120
|
z.ZodType<
|
|
8353
|
-
|
|
10121
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466,
|
|
8354
10122
|
z.ZodTypeDef,
|
|
8355
10123
|
unknown
|
|
8356
10124
|
> = z.object({});
|
|
8357
10125
|
|
|
8358
10126
|
/** @internal */
|
|
8359
|
-
export type
|
|
10127
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound =
|
|
8360
10128
|
{};
|
|
8361
10129
|
|
|
8362
10130
|
/** @internal */
|
|
8363
|
-
export const
|
|
10131
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema:
|
|
8364
10132
|
z.ZodType<
|
|
8365
|
-
|
|
10133
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound,
|
|
8366
10134
|
z.ZodTypeDef,
|
|
8367
|
-
|
|
10135
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466
|
|
8368
10136
|
> = z.object({});
|
|
8369
10137
|
|
|
8370
10138
|
/**
|
|
8371
10139
|
* @internal
|
|
8372
10140
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8373
10141
|
*/
|
|
8374
|
-
export namespace
|
|
8375
|
-
/** @deprecated use `
|
|
10142
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$ {
|
|
10143
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema` instead. */
|
|
8376
10144
|
export const inboundSchema =
|
|
8377
|
-
|
|
8378
|
-
/** @deprecated use `
|
|
10145
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema;
|
|
10146
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema` instead. */
|
|
8379
10147
|
export const outboundSchema =
|
|
8380
|
-
|
|
8381
|
-
/** @deprecated use `
|
|
10148
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema;
|
|
10149
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound` instead. */
|
|
8382
10150
|
export type Outbound =
|
|
8383
|
-
|
|
10151
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound;
|
|
8384
10152
|
}
|
|
8385
10153
|
|
|
8386
|
-
export function
|
|
8387
|
-
|
|
8388
|
-
|
|
10154
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466ToJSON(
|
|
10155
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466:
|
|
10156
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466,
|
|
8389
10157
|
): string {
|
|
8390
10158
|
return JSON.stringify(
|
|
8391
|
-
|
|
10159
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema
|
|
8392
10160
|
.parse(
|
|
8393
|
-
|
|
10161
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466,
|
|
8394
10162
|
),
|
|
8395
10163
|
);
|
|
8396
10164
|
}
|
|
8397
10165
|
|
|
8398
|
-
export function
|
|
10166
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466FromJSON(
|
|
8399
10167
|
jsonString: string,
|
|
8400
10168
|
): SafeParseResult<
|
|
8401
|
-
|
|
10169
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466,
|
|
8402
10170
|
SDKValidationError
|
|
8403
10171
|
> {
|
|
8404
10172
|
return safeParse(
|
|
8405
10173
|
jsonString,
|
|
8406
10174
|
(x) =>
|
|
8407
|
-
|
|
10175
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema
|
|
8408
10176
|
.parse(JSON.parse(x)),
|
|
8409
|
-
`Failed to parse '
|
|
10177
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466' from JSON`,
|
|
8410
10178
|
);
|
|
8411
10179
|
}
|
|
8412
10180
|
|
|
@@ -8417,20 +10185,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$inbound
|
|
|
8417
10185
|
z.ZodTypeDef,
|
|
8418
10186
|
unknown
|
|
8419
10187
|
> = z.object({
|
|
8420
|
-
"__@BRAND@
|
|
8421
|
-
|
|
10188
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
10189
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$inboundSchema
|
|
8422
10190
|
),
|
|
8423
10191
|
}).transform((v) => {
|
|
8424
10192
|
return remap$(v, {
|
|
8425
|
-
"__@BRAND@
|
|
10193
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
8426
10194
|
});
|
|
8427
10195
|
});
|
|
8428
10196
|
|
|
8429
10197
|
/** @internal */
|
|
8430
10198
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$Outbound =
|
|
8431
10199
|
{
|
|
8432
|
-
"__@BRAND@
|
|
8433
|
-
|
|
10200
|
+
"__@BRAND@8466":
|
|
10201
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$Outbound;
|
|
8434
10202
|
};
|
|
8435
10203
|
|
|
8436
10204
|
/** @internal */
|
|
@@ -8440,12 +10208,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsMinLength$outboun
|
|
|
8440
10208
|
z.ZodTypeDef,
|
|
8441
10209
|
CreateIntegrationStoreDirectPropertiesIntegrationsMinLength
|
|
8442
10210
|
> = z.object({
|
|
8443
|
-
|
|
8444
|
-
|
|
10211
|
+
atBRANDAt8466: z.lazy(() =>
|
|
10212
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponseAtBRANDAt8466$outboundSchema
|
|
8445
10213
|
),
|
|
8446
10214
|
}).transform((v) => {
|
|
8447
10215
|
return remap$(v, {
|
|
8448
|
-
|
|
10216
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
8449
10217
|
});
|
|
8450
10218
|
});
|
|
8451
10219
|
|
|
@@ -8491,65 +10259,65 @@ export function createIntegrationStoreDirectPropertiesIntegrationsMinLengthFromJ
|
|
|
8491
10259
|
}
|
|
8492
10260
|
|
|
8493
10261
|
/** @internal */
|
|
8494
|
-
export const
|
|
10262
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema:
|
|
8495
10263
|
z.ZodType<
|
|
8496
|
-
|
|
10264
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466,
|
|
8497
10265
|
z.ZodTypeDef,
|
|
8498
10266
|
unknown
|
|
8499
10267
|
> = z.object({});
|
|
8500
10268
|
|
|
8501
10269
|
/** @internal */
|
|
8502
|
-
export type
|
|
10270
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound =
|
|
8503
10271
|
{};
|
|
8504
10272
|
|
|
8505
10273
|
/** @internal */
|
|
8506
|
-
export const
|
|
10274
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema:
|
|
8507
10275
|
z.ZodType<
|
|
8508
|
-
|
|
10276
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound,
|
|
8509
10277
|
z.ZodTypeDef,
|
|
8510
|
-
|
|
10278
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466
|
|
8511
10279
|
> = z.object({});
|
|
8512
10280
|
|
|
8513
10281
|
/**
|
|
8514
10282
|
* @internal
|
|
8515
10283
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
8516
10284
|
*/
|
|
8517
|
-
export namespace
|
|
8518
|
-
/** @deprecated use `
|
|
10285
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$ {
|
|
10286
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema` instead. */
|
|
8519
10287
|
export const inboundSchema =
|
|
8520
|
-
|
|
8521
|
-
/** @deprecated use `
|
|
10288
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema;
|
|
10289
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema` instead. */
|
|
8522
10290
|
export const outboundSchema =
|
|
8523
|
-
|
|
8524
|
-
/** @deprecated use `
|
|
10291
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema;
|
|
10292
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound` instead. */
|
|
8525
10293
|
export type Outbound =
|
|
8526
|
-
|
|
10294
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound;
|
|
8527
10295
|
}
|
|
8528
10296
|
|
|
8529
|
-
export function
|
|
8530
|
-
|
|
8531
|
-
|
|
10297
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466ToJSON(
|
|
10298
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466:
|
|
10299
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466,
|
|
8532
10300
|
): string {
|
|
8533
10301
|
return JSON.stringify(
|
|
8534
|
-
|
|
10302
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema
|
|
8535
10303
|
.parse(
|
|
8536
|
-
|
|
10304
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466,
|
|
8537
10305
|
),
|
|
8538
10306
|
);
|
|
8539
10307
|
}
|
|
8540
10308
|
|
|
8541
|
-
export function
|
|
10309
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466FromJSON(
|
|
8542
10310
|
jsonString: string,
|
|
8543
10311
|
): SafeParseResult<
|
|
8544
|
-
|
|
10312
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466,
|
|
8545
10313
|
SDKValidationError
|
|
8546
10314
|
> {
|
|
8547
10315
|
return safeParse(
|
|
8548
10316
|
jsonString,
|
|
8549
10317
|
(x) =>
|
|
8550
|
-
|
|
10318
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema
|
|
8551
10319
|
.parse(JSON.parse(x)),
|
|
8552
|
-
`Failed to parse '
|
|
10320
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466' from JSON`,
|
|
8553
10321
|
);
|
|
8554
10322
|
}
|
|
8555
10323
|
|
|
@@ -8560,20 +10328,20 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$inboundSc
|
|
|
8560
10328
|
z.ZodTypeDef,
|
|
8561
10329
|
unknown
|
|
8562
10330
|
> = z.object({
|
|
8563
|
-
"__@BRAND@
|
|
8564
|
-
|
|
10331
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
10332
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$inboundSchema
|
|
8565
10333
|
),
|
|
8566
10334
|
}).transform((v) => {
|
|
8567
10335
|
return remap$(v, {
|
|
8568
|
-
"__@BRAND@
|
|
10336
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
8569
10337
|
});
|
|
8570
10338
|
});
|
|
8571
10339
|
|
|
8572
10340
|
/** @internal */
|
|
8573
10341
|
export type CreateIntegrationStoreDirectPropertiesIntegrationsPattern$Outbound =
|
|
8574
10342
|
{
|
|
8575
|
-
"__@BRAND@
|
|
8576
|
-
|
|
10343
|
+
"__@BRAND@8466":
|
|
10344
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$Outbound;
|
|
8577
10345
|
};
|
|
8578
10346
|
|
|
8579
10347
|
/** @internal */
|
|
@@ -8583,12 +10351,12 @@ export const CreateIntegrationStoreDirectPropertiesIntegrationsPattern$outboundS
|
|
|
8583
10351
|
z.ZodTypeDef,
|
|
8584
10352
|
CreateIntegrationStoreDirectPropertiesIntegrationsPattern
|
|
8585
10353
|
> = z.object({
|
|
8586
|
-
|
|
8587
|
-
|
|
10354
|
+
atBRANDAt8466: z.lazy(() =>
|
|
10355
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200AtBRANDAt8466$outboundSchema
|
|
8588
10356
|
),
|
|
8589
10357
|
}).transform((v) => {
|
|
8590
10358
|
return remap$(v, {
|
|
8591
|
-
|
|
10359
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
8592
10360
|
});
|
|
8593
10361
|
});
|
|
8594
10362
|
|
|
@@ -12651,65 +14419,65 @@ export namespace CreateIntegrationStoreDirectPropertiesUiControl$ {
|
|
|
12651
14419
|
}
|
|
12652
14420
|
|
|
12653
14421
|
/** @internal */
|
|
12654
|
-
export const
|
|
14422
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema:
|
|
12655
14423
|
z.ZodType<
|
|
12656
|
-
|
|
14424
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466,
|
|
12657
14425
|
z.ZodTypeDef,
|
|
12658
14426
|
unknown
|
|
12659
14427
|
> = z.object({});
|
|
12660
14428
|
|
|
12661
14429
|
/** @internal */
|
|
12662
|
-
export type
|
|
14430
|
+
export type CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound =
|
|
12663
14431
|
{};
|
|
12664
14432
|
|
|
12665
14433
|
/** @internal */
|
|
12666
|
-
export const
|
|
14434
|
+
export const CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema:
|
|
12667
14435
|
z.ZodType<
|
|
12668
|
-
|
|
14436
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound,
|
|
12669
14437
|
z.ZodTypeDef,
|
|
12670
|
-
|
|
14438
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466
|
|
12671
14439
|
> = z.object({});
|
|
12672
14440
|
|
|
12673
14441
|
/**
|
|
12674
14442
|
* @internal
|
|
12675
14443
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12676
14444
|
*/
|
|
12677
|
-
export namespace
|
|
12678
|
-
/** @deprecated use `
|
|
14445
|
+
export namespace CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$ {
|
|
14446
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema` instead. */
|
|
12679
14447
|
export const inboundSchema =
|
|
12680
|
-
|
|
12681
|
-
/** @deprecated use `
|
|
14448
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema;
|
|
14449
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema` instead. */
|
|
12682
14450
|
export const outboundSchema =
|
|
12683
|
-
|
|
12684
|
-
/** @deprecated use `
|
|
14451
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema;
|
|
14452
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound` instead. */
|
|
12685
14453
|
export type Outbound =
|
|
12686
|
-
|
|
14454
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound;
|
|
12687
14455
|
}
|
|
12688
14456
|
|
|
12689
|
-
export function
|
|
12690
|
-
|
|
12691
|
-
|
|
14457
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466ToJSON(
|
|
14458
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466:
|
|
14459
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466,
|
|
12692
14460
|
): string {
|
|
12693
14461
|
return JSON.stringify(
|
|
12694
|
-
|
|
14462
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema
|
|
12695
14463
|
.parse(
|
|
12696
|
-
|
|
14464
|
+
createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466,
|
|
12697
14465
|
),
|
|
12698
14466
|
);
|
|
12699
14467
|
}
|
|
12700
14468
|
|
|
12701
|
-
export function
|
|
14469
|
+
export function createIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466FromJSON(
|
|
12702
14470
|
jsonString: string,
|
|
12703
14471
|
): SafeParseResult<
|
|
12704
|
-
|
|
14472
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466,
|
|
12705
14473
|
SDKValidationError
|
|
12706
14474
|
> {
|
|
12707
14475
|
return safeParse(
|
|
12708
14476
|
jsonString,
|
|
12709
14477
|
(x) =>
|
|
12710
|
-
|
|
14478
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema
|
|
12711
14479
|
.parse(JSON.parse(x)),
|
|
12712
|
-
`Failed to parse '
|
|
14480
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466' from JSON`,
|
|
12713
14481
|
);
|
|
12714
14482
|
}
|
|
12715
14483
|
|
|
@@ -12720,19 +14488,19 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$inboundSchema:
|
|
|
12720
14488
|
z.ZodTypeDef,
|
|
12721
14489
|
unknown
|
|
12722
14490
|
> = z.object({
|
|
12723
|
-
"__@BRAND@
|
|
12724
|
-
|
|
14491
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
14492
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$inboundSchema
|
|
12725
14493
|
),
|
|
12726
14494
|
}).transform((v) => {
|
|
12727
14495
|
return remap$(v, {
|
|
12728
|
-
"__@BRAND@
|
|
14496
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
12729
14497
|
});
|
|
12730
14498
|
});
|
|
12731
14499
|
|
|
12732
14500
|
/** @internal */
|
|
12733
14501
|
export type CreateIntegrationStoreDirectPropertiesMaxLength$Outbound = {
|
|
12734
|
-
"__@BRAND@
|
|
12735
|
-
|
|
14502
|
+
"__@BRAND@8466":
|
|
14503
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$Outbound;
|
|
12736
14504
|
};
|
|
12737
14505
|
|
|
12738
14506
|
/** @internal */
|
|
@@ -12742,12 +14510,12 @@ export const CreateIntegrationStoreDirectPropertiesMaxLength$outboundSchema:
|
|
|
12742
14510
|
z.ZodTypeDef,
|
|
12743
14511
|
CreateIntegrationStoreDirectPropertiesMaxLength
|
|
12744
14512
|
> = z.object({
|
|
12745
|
-
|
|
12746
|
-
|
|
14513
|
+
atBRANDAt8466: z.lazy(() =>
|
|
14514
|
+
CreateIntegrationStoreDirectPropertiesIntegrationsResponse200ApplicationJSONResponseBodyStoreProductMetadataSchema1AtBRANDAt8466$outboundSchema
|
|
12747
14515
|
),
|
|
12748
14516
|
}).transform((v) => {
|
|
12749
14517
|
return remap$(v, {
|
|
12750
|
-
|
|
14518
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
12751
14519
|
});
|
|
12752
14520
|
});
|
|
12753
14521
|
|
|
@@ -12795,50 +14563,50 @@ export function createIntegrationStoreDirectPropertiesMaxLengthFromJSON(
|
|
|
12795
14563
|
}
|
|
12796
14564
|
|
|
12797
14565
|
/** @internal */
|
|
12798
|
-
export const
|
|
12799
|
-
|
|
14566
|
+
export const PropertiesAtBRANDAt8466$inboundSchema: z.ZodType<
|
|
14567
|
+
PropertiesAtBRANDAt8466,
|
|
12800
14568
|
z.ZodTypeDef,
|
|
12801
14569
|
unknown
|
|
12802
14570
|
> = z.object({});
|
|
12803
14571
|
|
|
12804
14572
|
/** @internal */
|
|
12805
|
-
export type
|
|
14573
|
+
export type PropertiesAtBRANDAt8466$Outbound = {};
|
|
12806
14574
|
|
|
12807
14575
|
/** @internal */
|
|
12808
|
-
export const
|
|
12809
|
-
|
|
14576
|
+
export const PropertiesAtBRANDAt8466$outboundSchema: z.ZodType<
|
|
14577
|
+
PropertiesAtBRANDAt8466$Outbound,
|
|
12810
14578
|
z.ZodTypeDef,
|
|
12811
|
-
|
|
14579
|
+
PropertiesAtBRANDAt8466
|
|
12812
14580
|
> = z.object({});
|
|
12813
14581
|
|
|
12814
14582
|
/**
|
|
12815
14583
|
* @internal
|
|
12816
14584
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12817
14585
|
*/
|
|
12818
|
-
export namespace
|
|
12819
|
-
/** @deprecated use `
|
|
12820
|
-
export const inboundSchema =
|
|
12821
|
-
/** @deprecated use `
|
|
12822
|
-
export const outboundSchema =
|
|
12823
|
-
/** @deprecated use `
|
|
12824
|
-
export type Outbound =
|
|
14586
|
+
export namespace PropertiesAtBRANDAt8466$ {
|
|
14587
|
+
/** @deprecated use `PropertiesAtBRANDAt8466$inboundSchema` instead. */
|
|
14588
|
+
export const inboundSchema = PropertiesAtBRANDAt8466$inboundSchema;
|
|
14589
|
+
/** @deprecated use `PropertiesAtBRANDAt8466$outboundSchema` instead. */
|
|
14590
|
+
export const outboundSchema = PropertiesAtBRANDAt8466$outboundSchema;
|
|
14591
|
+
/** @deprecated use `PropertiesAtBRANDAt8466$Outbound` instead. */
|
|
14592
|
+
export type Outbound = PropertiesAtBRANDAt8466$Outbound;
|
|
12825
14593
|
}
|
|
12826
14594
|
|
|
12827
|
-
export function
|
|
12828
|
-
|
|
14595
|
+
export function propertiesAtBRANDAt8466ToJSON(
|
|
14596
|
+
propertiesAtBRANDAt8466: PropertiesAtBRANDAt8466,
|
|
12829
14597
|
): string {
|
|
12830
14598
|
return JSON.stringify(
|
|
12831
|
-
|
|
14599
|
+
PropertiesAtBRANDAt8466$outboundSchema.parse(propertiesAtBRANDAt8466),
|
|
12832
14600
|
);
|
|
12833
14601
|
}
|
|
12834
14602
|
|
|
12835
|
-
export function
|
|
14603
|
+
export function propertiesAtBRANDAt8466FromJSON(
|
|
12836
14604
|
jsonString: string,
|
|
12837
|
-
): SafeParseResult<
|
|
14605
|
+
): SafeParseResult<PropertiesAtBRANDAt8466, SDKValidationError> {
|
|
12838
14606
|
return safeParse(
|
|
12839
14607
|
jsonString,
|
|
12840
|
-
(x) =>
|
|
12841
|
-
`Failed to parse '
|
|
14608
|
+
(x) => PropertiesAtBRANDAt8466$inboundSchema.parse(JSON.parse(x)),
|
|
14609
|
+
`Failed to parse 'PropertiesAtBRANDAt8466' from JSON`,
|
|
12842
14610
|
);
|
|
12843
14611
|
}
|
|
12844
14612
|
|
|
@@ -12849,16 +14617,16 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$inboundSchema:
|
|
|
12849
14617
|
z.ZodTypeDef,
|
|
12850
14618
|
unknown
|
|
12851
14619
|
> = z.object({
|
|
12852
|
-
"__@BRAND@
|
|
14620
|
+
"__@BRAND@8466": z.lazy(() => PropertiesAtBRANDAt8466$inboundSchema),
|
|
12853
14621
|
}).transform((v) => {
|
|
12854
14622
|
return remap$(v, {
|
|
12855
|
-
"__@BRAND@
|
|
14623
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
12856
14624
|
});
|
|
12857
14625
|
});
|
|
12858
14626
|
|
|
12859
14627
|
/** @internal */
|
|
12860
14628
|
export type CreateIntegrationStoreDirectPropertiesMinLength$Outbound = {
|
|
12861
|
-
"__@BRAND@
|
|
14629
|
+
"__@BRAND@8466": PropertiesAtBRANDAt8466$Outbound;
|
|
12862
14630
|
};
|
|
12863
14631
|
|
|
12864
14632
|
/** @internal */
|
|
@@ -12868,10 +14636,10 @@ export const CreateIntegrationStoreDirectPropertiesMinLength$outboundSchema:
|
|
|
12868
14636
|
z.ZodTypeDef,
|
|
12869
14637
|
CreateIntegrationStoreDirectPropertiesMinLength
|
|
12870
14638
|
> = z.object({
|
|
12871
|
-
|
|
14639
|
+
atBRANDAt8466: z.lazy(() => PropertiesAtBRANDAt8466$outboundSchema),
|
|
12872
14640
|
}).transform((v) => {
|
|
12873
14641
|
return remap$(v, {
|
|
12874
|
-
|
|
14642
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
12875
14643
|
});
|
|
12876
14644
|
});
|
|
12877
14645
|
|
|
@@ -12919,64 +14687,64 @@ export function createIntegrationStoreDirectPropertiesMinLengthFromJSON(
|
|
|
12919
14687
|
}
|
|
12920
14688
|
|
|
12921
14689
|
/** @internal */
|
|
12922
|
-
export const
|
|
14690
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema:
|
|
12923
14691
|
z.ZodType<
|
|
12924
|
-
|
|
14692
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466,
|
|
12925
14693
|
z.ZodTypeDef,
|
|
12926
14694
|
unknown
|
|
12927
14695
|
> = z.object({});
|
|
12928
14696
|
|
|
12929
14697
|
/** @internal */
|
|
12930
|
-
export type
|
|
14698
|
+
export type CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound = {};
|
|
12931
14699
|
|
|
12932
14700
|
/** @internal */
|
|
12933
|
-
export const
|
|
14701
|
+
export const CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema:
|
|
12934
14702
|
z.ZodType<
|
|
12935
|
-
|
|
14703
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound,
|
|
12936
14704
|
z.ZodTypeDef,
|
|
12937
|
-
|
|
14705
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466
|
|
12938
14706
|
> = z.object({});
|
|
12939
14707
|
|
|
12940
14708
|
/**
|
|
12941
14709
|
* @internal
|
|
12942
14710
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
12943
14711
|
*/
|
|
12944
|
-
export namespace
|
|
12945
|
-
/** @deprecated use `
|
|
14712
|
+
export namespace CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$ {
|
|
14713
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema` instead. */
|
|
12946
14714
|
export const inboundSchema =
|
|
12947
|
-
|
|
12948
|
-
/** @deprecated use `
|
|
14715
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema;
|
|
14716
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema` instead. */
|
|
12949
14717
|
export const outboundSchema =
|
|
12950
|
-
|
|
12951
|
-
/** @deprecated use `
|
|
14718
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema;
|
|
14719
|
+
/** @deprecated use `CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound` instead. */
|
|
12952
14720
|
export type Outbound =
|
|
12953
|
-
|
|
14721
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound;
|
|
12954
14722
|
}
|
|
12955
14723
|
|
|
12956
|
-
export function
|
|
12957
|
-
|
|
12958
|
-
|
|
14724
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8466ToJSON(
|
|
14725
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8466:
|
|
14726
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466,
|
|
12959
14727
|
): string {
|
|
12960
14728
|
return JSON.stringify(
|
|
12961
|
-
|
|
12962
|
-
|
|
14729
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema.parse(
|
|
14730
|
+
createIntegrationStoreDirectPropertiesAtBRANDAt8466,
|
|
12963
14731
|
),
|
|
12964
14732
|
);
|
|
12965
14733
|
}
|
|
12966
14734
|
|
|
12967
|
-
export function
|
|
14735
|
+
export function createIntegrationStoreDirectPropertiesAtBRANDAt8466FromJSON(
|
|
12968
14736
|
jsonString: string,
|
|
12969
14737
|
): SafeParseResult<
|
|
12970
|
-
|
|
14738
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466,
|
|
12971
14739
|
SDKValidationError
|
|
12972
14740
|
> {
|
|
12973
14741
|
return safeParse(
|
|
12974
14742
|
jsonString,
|
|
12975
14743
|
(x) =>
|
|
12976
|
-
|
|
14744
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema.parse(
|
|
12977
14745
|
JSON.parse(x),
|
|
12978
14746
|
),
|
|
12979
|
-
`Failed to parse '
|
|
14747
|
+
`Failed to parse 'CreateIntegrationStoreDirectPropertiesAtBRANDAt8466' from JSON`,
|
|
12980
14748
|
);
|
|
12981
14749
|
}
|
|
12982
14750
|
|
|
@@ -12987,18 +14755,18 @@ export const CreateIntegrationStoreDirectPropertiesPattern$inboundSchema:
|
|
|
12987
14755
|
z.ZodTypeDef,
|
|
12988
14756
|
unknown
|
|
12989
14757
|
> = z.object({
|
|
12990
|
-
"__@BRAND@
|
|
12991
|
-
|
|
14758
|
+
"__@BRAND@8466": z.lazy(() =>
|
|
14759
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$inboundSchema
|
|
12992
14760
|
),
|
|
12993
14761
|
}).transform((v) => {
|
|
12994
14762
|
return remap$(v, {
|
|
12995
|
-
"__@BRAND@
|
|
14763
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
12996
14764
|
});
|
|
12997
14765
|
});
|
|
12998
14766
|
|
|
12999
14767
|
/** @internal */
|
|
13000
14768
|
export type CreateIntegrationStoreDirectPropertiesPattern$Outbound = {
|
|
13001
|
-
"__@BRAND@
|
|
14769
|
+
"__@BRAND@8466": CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$Outbound;
|
|
13002
14770
|
};
|
|
13003
14771
|
|
|
13004
14772
|
/** @internal */
|
|
@@ -13008,12 +14776,12 @@ export const CreateIntegrationStoreDirectPropertiesPattern$outboundSchema:
|
|
|
13008
14776
|
z.ZodTypeDef,
|
|
13009
14777
|
CreateIntegrationStoreDirectPropertiesPattern
|
|
13010
14778
|
> = z.object({
|
|
13011
|
-
|
|
13012
|
-
|
|
14779
|
+
atBRANDAt8466: z.lazy(() =>
|
|
14780
|
+
CreateIntegrationStoreDirectPropertiesAtBRANDAt8466$outboundSchema
|
|
13013
14781
|
),
|
|
13014
14782
|
}).transform((v) => {
|
|
13015
14783
|
return remap$(v, {
|
|
13016
|
-
|
|
14784
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
13017
14785
|
});
|
|
13018
14786
|
});
|
|
13019
14787
|
|
|
@@ -13948,6 +15716,7 @@ export const CreateIntegrationStoreDirectProperties$inboundSchema: z.ZodType<
|
|
|
13948
15716
|
z.lazy(() => CreateIntegrationStoreDirectProperties2$inboundSchema),
|
|
13949
15717
|
z.lazy(() => CreateIntegrationStoreDirectProperties3$inboundSchema),
|
|
13950
15718
|
z.lazy(() => CreateIntegrationStoreDirectProperties8$inboundSchema),
|
|
15719
|
+
z.lazy(() => CreateIntegrationStoreDirectProperties9$inboundSchema),
|
|
13951
15720
|
]);
|
|
13952
15721
|
|
|
13953
15722
|
/** @internal */
|
|
@@ -13959,7 +15728,8 @@ export type CreateIntegrationStoreDirectProperties$Outbound =
|
|
|
13959
15728
|
| CreateIntegrationStoreDirectProperties1$Outbound
|
|
13960
15729
|
| CreateIntegrationStoreDirectProperties2$Outbound
|
|
13961
15730
|
| CreateIntegrationStoreDirectProperties3$Outbound
|
|
13962
|
-
| CreateIntegrationStoreDirectProperties8$Outbound
|
|
15731
|
+
| CreateIntegrationStoreDirectProperties8$Outbound
|
|
15732
|
+
| CreateIntegrationStoreDirectProperties9$Outbound;
|
|
13963
15733
|
|
|
13964
15734
|
/** @internal */
|
|
13965
15735
|
export const CreateIntegrationStoreDirectProperties$outboundSchema: z.ZodType<
|
|
@@ -13975,6 +15745,7 @@ export const CreateIntegrationStoreDirectProperties$outboundSchema: z.ZodType<
|
|
|
13975
15745
|
z.lazy(() => CreateIntegrationStoreDirectProperties2$outboundSchema),
|
|
13976
15746
|
z.lazy(() => CreateIntegrationStoreDirectProperties3$outboundSchema),
|
|
13977
15747
|
z.lazy(() => CreateIntegrationStoreDirectProperties8$outboundSchema),
|
|
15748
|
+
z.lazy(() => CreateIntegrationStoreDirectProperties9$outboundSchema),
|
|
13978
15749
|
]);
|
|
13979
15750
|
|
|
13980
15751
|
/**
|
|
@@ -14029,6 +15800,7 @@ export const CreateIntegrationStoreDirectMetadataSchema$inboundSchema:
|
|
|
14029
15800
|
z.lazy(() => CreateIntegrationStoreDirectProperties2$inboundSchema),
|
|
14030
15801
|
z.lazy(() => CreateIntegrationStoreDirectProperties3$inboundSchema),
|
|
14031
15802
|
z.lazy(() => CreateIntegrationStoreDirectProperties8$inboundSchema),
|
|
15803
|
+
z.lazy(() => CreateIntegrationStoreDirectProperties9$inboundSchema),
|
|
14032
15804
|
]),
|
|
14033
15805
|
),
|
|
14034
15806
|
required: z.array(z.string()).optional(),
|
|
@@ -14046,7 +15818,8 @@ export type CreateIntegrationStoreDirectMetadataSchema$Outbound = {
|
|
|
14046
15818
|
| CreateIntegrationStoreDirectProperties1$Outbound
|
|
14047
15819
|
| CreateIntegrationStoreDirectProperties2$Outbound
|
|
14048
15820
|
| CreateIntegrationStoreDirectProperties3$Outbound
|
|
14049
|
-
| CreateIntegrationStoreDirectProperties8$Outbound
|
|
15821
|
+
| CreateIntegrationStoreDirectProperties8$Outbound
|
|
15822
|
+
| CreateIntegrationStoreDirectProperties9$Outbound;
|
|
14050
15823
|
};
|
|
14051
15824
|
required?: Array<string> | undefined;
|
|
14052
15825
|
};
|
|
@@ -14069,6 +15842,7 @@ export const CreateIntegrationStoreDirectMetadataSchema$outboundSchema:
|
|
|
14069
15842
|
z.lazy(() => CreateIntegrationStoreDirectProperties2$outboundSchema),
|
|
14070
15843
|
z.lazy(() => CreateIntegrationStoreDirectProperties3$outboundSchema),
|
|
14071
15844
|
z.lazy(() => CreateIntegrationStoreDirectProperties8$outboundSchema),
|
|
15845
|
+
z.lazy(() => CreateIntegrationStoreDirectProperties9$outboundSchema),
|
|
14072
15846
|
]),
|
|
14073
15847
|
),
|
|
14074
15848
|
required: z.array(z.string()).optional(),
|
|
@@ -14170,23 +15944,24 @@ export function resourceLinksFromJSON(
|
|
|
14170
15944
|
}
|
|
14171
15945
|
|
|
14172
15946
|
/** @internal */
|
|
14173
|
-
export const
|
|
14174
|
-
|
|
14175
|
-
);
|
|
15947
|
+
export const CreateIntegrationStoreDirectTags$inboundSchema: z.ZodNativeEnum<
|
|
15948
|
+
typeof CreateIntegrationStoreDirectTags
|
|
15949
|
+
> = z.nativeEnum(CreateIntegrationStoreDirectTags);
|
|
14176
15950
|
|
|
14177
15951
|
/** @internal */
|
|
14178
|
-
export const
|
|
14179
|
-
|
|
15952
|
+
export const CreateIntegrationStoreDirectTags$outboundSchema: z.ZodNativeEnum<
|
|
15953
|
+
typeof CreateIntegrationStoreDirectTags
|
|
15954
|
+
> = CreateIntegrationStoreDirectTags$inboundSchema;
|
|
14180
15955
|
|
|
14181
15956
|
/**
|
|
14182
15957
|
* @internal
|
|
14183
15958
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14184
15959
|
*/
|
|
14185
|
-
export namespace
|
|
14186
|
-
/** @deprecated use `
|
|
14187
|
-
export const inboundSchema =
|
|
14188
|
-
/** @deprecated use `
|
|
14189
|
-
export const outboundSchema =
|
|
15960
|
+
export namespace CreateIntegrationStoreDirectTags$ {
|
|
15961
|
+
/** @deprecated use `CreateIntegrationStoreDirectTags$inboundSchema` instead. */
|
|
15962
|
+
export const inboundSchema = CreateIntegrationStoreDirectTags$inboundSchema;
|
|
15963
|
+
/** @deprecated use `CreateIntegrationStoreDirectTags$outboundSchema` instead. */
|
|
15964
|
+
export const outboundSchema = CreateIntegrationStoreDirectTags$outboundSchema;
|
|
14190
15965
|
}
|
|
14191
15966
|
|
|
14192
15967
|
/** @internal */
|
|
@@ -14453,46 +16228,46 @@ export function guidesFromJSON(
|
|
|
14453
16228
|
}
|
|
14454
16229
|
|
|
14455
16230
|
/** @internal */
|
|
14456
|
-
export const
|
|
14457
|
-
|
|
16231
|
+
export const AtBRANDAt8466$inboundSchema: z.ZodType<
|
|
16232
|
+
AtBRANDAt8466,
|
|
14458
16233
|
z.ZodTypeDef,
|
|
14459
16234
|
unknown
|
|
14460
16235
|
> = z.object({});
|
|
14461
16236
|
|
|
14462
16237
|
/** @internal */
|
|
14463
|
-
export type
|
|
16238
|
+
export type AtBRANDAt8466$Outbound = {};
|
|
14464
16239
|
|
|
14465
16240
|
/** @internal */
|
|
14466
|
-
export const
|
|
14467
|
-
|
|
16241
|
+
export const AtBRANDAt8466$outboundSchema: z.ZodType<
|
|
16242
|
+
AtBRANDAt8466$Outbound,
|
|
14468
16243
|
z.ZodTypeDef,
|
|
14469
|
-
|
|
16244
|
+
AtBRANDAt8466
|
|
14470
16245
|
> = z.object({});
|
|
14471
16246
|
|
|
14472
16247
|
/**
|
|
14473
16248
|
* @internal
|
|
14474
16249
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
14475
16250
|
*/
|
|
14476
|
-
export namespace
|
|
14477
|
-
/** @deprecated use `
|
|
14478
|
-
export const inboundSchema =
|
|
14479
|
-
/** @deprecated use `
|
|
14480
|
-
export const outboundSchema =
|
|
14481
|
-
/** @deprecated use `
|
|
14482
|
-
export type Outbound =
|
|
16251
|
+
export namespace AtBRANDAt8466$ {
|
|
16252
|
+
/** @deprecated use `AtBRANDAt8466$inboundSchema` instead. */
|
|
16253
|
+
export const inboundSchema = AtBRANDAt8466$inboundSchema;
|
|
16254
|
+
/** @deprecated use `AtBRANDAt8466$outboundSchema` instead. */
|
|
16255
|
+
export const outboundSchema = AtBRANDAt8466$outboundSchema;
|
|
16256
|
+
/** @deprecated use `AtBRANDAt8466$Outbound` instead. */
|
|
16257
|
+
export type Outbound = AtBRANDAt8466$Outbound;
|
|
14483
16258
|
}
|
|
14484
16259
|
|
|
14485
|
-
export function
|
|
14486
|
-
return JSON.stringify(
|
|
16260
|
+
export function atBRANDAt8466ToJSON(atBRANDAt8466: AtBRANDAt8466): string {
|
|
16261
|
+
return JSON.stringify(AtBRANDAt8466$outboundSchema.parse(atBRANDAt8466));
|
|
14487
16262
|
}
|
|
14488
16263
|
|
|
14489
|
-
export function
|
|
16264
|
+
export function atBRANDAt8466FromJSON(
|
|
14490
16265
|
jsonString: string,
|
|
14491
|
-
): SafeParseResult<
|
|
16266
|
+
): SafeParseResult<AtBRANDAt8466, SDKValidationError> {
|
|
14492
16267
|
return safeParse(
|
|
14493
16268
|
jsonString,
|
|
14494
|
-
(x) =>
|
|
14495
|
-
`Failed to parse '
|
|
16269
|
+
(x) => AtBRANDAt8466$inboundSchema.parse(JSON.parse(x)),
|
|
16270
|
+
`Failed to parse 'AtBRANDAt8466' from JSON`,
|
|
14496
16271
|
);
|
|
14497
16272
|
}
|
|
14498
16273
|
|
|
@@ -14502,16 +16277,16 @@ export const CreateIntegrationStoreDirectValue$inboundSchema: z.ZodType<
|
|
|
14502
16277
|
z.ZodTypeDef,
|
|
14503
16278
|
unknown
|
|
14504
16279
|
> = z.object({
|
|
14505
|
-
"__@BRAND@
|
|
16280
|
+
"__@BRAND@8466": z.lazy(() => AtBRANDAt8466$inboundSchema),
|
|
14506
16281
|
}).transform((v) => {
|
|
14507
16282
|
return remap$(v, {
|
|
14508
|
-
"__@BRAND@
|
|
16283
|
+
"__@BRAND@8466": "atBRANDAt8466",
|
|
14509
16284
|
});
|
|
14510
16285
|
});
|
|
14511
16286
|
|
|
14512
16287
|
/** @internal */
|
|
14513
16288
|
export type CreateIntegrationStoreDirectValue$Outbound = {
|
|
14514
|
-
"__@BRAND@
|
|
16289
|
+
"__@BRAND@8466": AtBRANDAt8466$Outbound;
|
|
14515
16290
|
};
|
|
14516
16291
|
|
|
14517
16292
|
/** @internal */
|
|
@@ -14520,10 +16295,10 @@ export const CreateIntegrationStoreDirectValue$outboundSchema: z.ZodType<
|
|
|
14520
16295
|
z.ZodTypeDef,
|
|
14521
16296
|
CreateIntegrationStoreDirectValue
|
|
14522
16297
|
> = z.object({
|
|
14523
|
-
|
|
16298
|
+
atBRANDAt8466: z.lazy(() => AtBRANDAt8466$outboundSchema),
|
|
14524
16299
|
}).transform((v) => {
|
|
14525
16300
|
return remap$(v, {
|
|
14526
|
-
|
|
16301
|
+
atBRANDAt8466: "__@BRAND@8466",
|
|
14527
16302
|
});
|
|
14528
16303
|
});
|
|
14529
16304
|
|
|
@@ -14804,13 +16579,16 @@ export const Product$inboundSchema: z.ZodType<Product, z.ZodTypeDef, unknown> =
|
|
|
14804
16579
|
name: z.string().optional(),
|
|
14805
16580
|
slug: z.string().optional(),
|
|
14806
16581
|
iconUrl: z.string().optional(),
|
|
16582
|
+
capabilities: z.lazy(() =>
|
|
16583
|
+
CreateIntegrationStoreDirectCapabilities$inboundSchema
|
|
16584
|
+
).optional(),
|
|
14807
16585
|
shortDescription: z.string().optional(),
|
|
14808
16586
|
metadataSchema: z.lazy(() =>
|
|
14809
16587
|
CreateIntegrationStoreDirectMetadataSchema$inboundSchema
|
|
14810
16588
|
).optional(),
|
|
14811
16589
|
resourceLinks: z.array(z.lazy(() => ResourceLinks$inboundSchema))
|
|
14812
16590
|
.optional(),
|
|
14813
|
-
tags: z.array(
|
|
16591
|
+
tags: z.array(CreateIntegrationStoreDirectTags$inboundSchema).optional(),
|
|
14814
16592
|
projectConnectionScopes: z.array(ProjectConnectionScopes$inboundSchema)
|
|
14815
16593
|
.optional(),
|
|
14816
16594
|
showSSOLinkOnProjectConnection: z.boolean().optional(),
|
|
@@ -14836,6 +16614,7 @@ export type Product$Outbound = {
|
|
|
14836
16614
|
name?: string | undefined;
|
|
14837
16615
|
slug?: string | undefined;
|
|
14838
16616
|
iconUrl?: string | undefined;
|
|
16617
|
+
capabilities?: CreateIntegrationStoreDirectCapabilities$Outbound | undefined;
|
|
14839
16618
|
shortDescription?: string | undefined;
|
|
14840
16619
|
metadataSchema?:
|
|
14841
16620
|
| CreateIntegrationStoreDirectMetadataSchema$Outbound
|
|
@@ -14862,12 +16641,15 @@ export const Product$outboundSchema: z.ZodType<
|
|
|
14862
16641
|
name: z.string().optional(),
|
|
14863
16642
|
slug: z.string().optional(),
|
|
14864
16643
|
iconUrl: z.string().optional(),
|
|
16644
|
+
capabilities: z.lazy(() =>
|
|
16645
|
+
CreateIntegrationStoreDirectCapabilities$outboundSchema
|
|
16646
|
+
).optional(),
|
|
14865
16647
|
shortDescription: z.string().optional(),
|
|
14866
16648
|
metadataSchema: z.lazy(() =>
|
|
14867
16649
|
CreateIntegrationStoreDirectMetadataSchema$outboundSchema
|
|
14868
16650
|
).optional(),
|
|
14869
16651
|
resourceLinks: z.array(z.lazy(() => ResourceLinks$outboundSchema)).optional(),
|
|
14870
|
-
tags: z.array(
|
|
16652
|
+
tags: z.array(CreateIntegrationStoreDirectTags$outboundSchema).optional(),
|
|
14871
16653
|
projectConnectionScopes: z.array(ProjectConnectionScopes$outboundSchema)
|
|
14872
16654
|
.optional(),
|
|
14873
16655
|
showSSOLinkOnProjectConnection: z.boolean().optional(),
|
|
@@ -15590,6 +17372,7 @@ export const CreateIntegrationStoreDirectStore$inboundSchema: z.ZodType<
|
|
|
15590
17372
|
usageQuotaExceeded: z.boolean(),
|
|
15591
17373
|
status: z.nullable(CreateIntegrationStoreDirectStatus$inboundSchema),
|
|
15592
17374
|
ownership: CreateIntegrationStoreDirectOwnership$inboundSchema.optional(),
|
|
17375
|
+
capabilities: z.lazy(() => Capabilities$inboundSchema).optional(),
|
|
15593
17376
|
metadata: z.record(
|
|
15594
17377
|
z.union([
|
|
15595
17378
|
z.string(),
|
|
@@ -15624,6 +17407,7 @@ export type CreateIntegrationStoreDirectStore$Outbound = {
|
|
|
15624
17407
|
usageQuotaExceeded: boolean;
|
|
15625
17408
|
status: string | null;
|
|
15626
17409
|
ownership?: string | undefined;
|
|
17410
|
+
capabilities?: Capabilities$Outbound | undefined;
|
|
15627
17411
|
metadata?: {
|
|
15628
17412
|
[k: string]: string | number | boolean | Array<string> | Array<number>;
|
|
15629
17413
|
} | undefined;
|
|
@@ -15649,6 +17433,7 @@ export const CreateIntegrationStoreDirectStore$outboundSchema: z.ZodType<
|
|
|
15649
17433
|
usageQuotaExceeded: z.boolean(),
|
|
15650
17434
|
status: z.nullable(CreateIntegrationStoreDirectStatus$outboundSchema),
|
|
15651
17435
|
ownership: CreateIntegrationStoreDirectOwnership$outboundSchema.optional(),
|
|
17436
|
+
capabilities: z.lazy(() => Capabilities$outboundSchema).optional(),
|
|
15652
17437
|
metadata: z.record(
|
|
15653
17438
|
z.union([
|
|
15654
17439
|
z.string(),
|