@vercel/sdk 1.10.1 → 1.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +816 -1951
- package/bin/mcp-server.js.map +22 -22
- package/esm/__tests__/teams.test.js +2 -2
- package/esm/__tests__/teams.test.js.map +1 -1
- package/esm/funcs/domainsBuyDomain.js +2 -2
- package/esm/funcs/domainsBuyDomain.js.map +1 -1
- package/esm/funcs/domainsPatchDomain.js +2 -2
- package/esm/funcs/domainsPatchDomain.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/canceldeploymentop.d.ts +49 -49
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +53 -55
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +139 -139
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +153 -152
- package/esm/models/createdeploymentop.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 +189 -741
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +179 -678
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +90 -90
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +101 -102
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getfirewallconfigop.d.ts +3 -0
- package/esm/models/getfirewallconfigop.d.ts.map +1 -1
- package/esm/models/getfirewallconfigop.js +1 -0
- package/esm/models/getfirewallconfigop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +33 -585
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +31 -530
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/putfirewallconfigop.d.ts +3 -0
- package/esm/models/putfirewallconfigop.d.ts.map +1 -1
- package/esm/models/putfirewallconfigop.js +1 -0
- package/esm/models/putfirewallconfigop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/team.d.ts +13 -10
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +6 -5
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +41 -593
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +43 -561
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +33 -585
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +31 -530
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +154 -124
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +166 -135
- package/esm/models/userevent.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/teams.test.ts +2 -2
- package/src/funcs/domainsBuyDomain.ts +2 -2
- package/src/funcs/domainsPatchDomain.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/canceldeploymentop.ts +78 -104
- package/src/models/createdeploymentop.ts +332 -335
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +448 -1472
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getdeploymentop.ts +214 -216
- package/src/models/getfirewallconfigop.ts +1 -0
- package/src/models/getprojectsop.ts +202 -1207
- package/src/models/putfirewallconfigop.ts +1 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/team.ts +13 -12
- package/src/models/updateprojectdatacacheop.ts +171 -1168
- package/src/models/updateprojectop.ts +197 -1221
- package/src/models/userevent.ts +309 -236
- package/vercel-spec.json +429 -1834
|
@@ -1237,7 +1237,7 @@ export declare const GetDeploymentHasType: {
|
|
|
1237
1237
|
};
|
|
1238
1238
|
export type GetDeploymentHasType = ClosedEnum<typeof GetDeploymentHasType>;
|
|
1239
1239
|
export type GetDeploymentValueDeploymentsResponse200Eq = string | number;
|
|
1240
|
-
export type
|
|
1240
|
+
export type GetDeploymentValue2 = {
|
|
1241
1241
|
eq?: string | number | undefined;
|
|
1242
1242
|
neq?: string | undefined;
|
|
1243
1243
|
inc?: Array<string> | undefined;
|
|
@@ -1250,18 +1250,18 @@ export type GetDeploymentValueDeployments2 = {
|
|
|
1250
1250
|
lt?: number | undefined;
|
|
1251
1251
|
lte?: number | undefined;
|
|
1252
1252
|
};
|
|
1253
|
-
export type
|
|
1253
|
+
export type GetDeploymentHasDeploymentsValue = GetDeploymentValue2 | string;
|
|
1254
1254
|
export type GetDeploymentHas2 = {
|
|
1255
1255
|
type: GetDeploymentHasType;
|
|
1256
1256
|
key: string;
|
|
1257
|
-
value?:
|
|
1257
|
+
value?: GetDeploymentValue2 | string | undefined;
|
|
1258
1258
|
};
|
|
1259
1259
|
export declare const GetDeploymentHasDeploymentsType: {
|
|
1260
1260
|
readonly Host: "host";
|
|
1261
1261
|
};
|
|
1262
1262
|
export type GetDeploymentHasDeploymentsType = ClosedEnum<typeof GetDeploymentHasDeploymentsType>;
|
|
1263
1263
|
export type GetDeploymentValueDeploymentsResponseEq = string | number;
|
|
1264
|
-
export type
|
|
1264
|
+
export type GetDeploymentValueDeploymentsResponse2002 = {
|
|
1265
1265
|
eq?: string | number | undefined;
|
|
1266
1266
|
neq?: string | undefined;
|
|
1267
1267
|
inc?: Array<string> | undefined;
|
|
@@ -1274,10 +1274,10 @@ export type GetDeploymentValue2 = {
|
|
|
1274
1274
|
lt?: number | undefined;
|
|
1275
1275
|
lte?: number | undefined;
|
|
1276
1276
|
};
|
|
1277
|
-
export type
|
|
1277
|
+
export type GetDeploymentHasValue = GetDeploymentValueDeploymentsResponse2002 | string;
|
|
1278
1278
|
export type GetDeploymentHas1 = {
|
|
1279
1279
|
type: GetDeploymentHasDeploymentsType;
|
|
1280
|
-
value:
|
|
1280
|
+
value: GetDeploymentValueDeploymentsResponse2002 | string;
|
|
1281
1281
|
};
|
|
1282
1282
|
export type GetDeploymentRoutesHas = GetDeploymentHas1 | GetDeploymentHas2;
|
|
1283
1283
|
export declare const GetDeploymentMissingType: {
|
|
@@ -1287,7 +1287,7 @@ export declare const GetDeploymentMissingType: {
|
|
|
1287
1287
|
};
|
|
1288
1288
|
export type GetDeploymentMissingType = ClosedEnum<typeof GetDeploymentMissingType>;
|
|
1289
1289
|
export type GetDeploymentValueDeploymentsEq = string | number;
|
|
1290
|
-
export type
|
|
1290
|
+
export type GetDeploymentValueDeploymentsResponse2 = {
|
|
1291
1291
|
eq?: string | number | undefined;
|
|
1292
1292
|
neq?: string | undefined;
|
|
1293
1293
|
inc?: Array<string> | undefined;
|
|
@@ -1300,18 +1300,18 @@ export type GetDeploymentValueDeploymentsResponse2002 = {
|
|
|
1300
1300
|
lt?: number | undefined;
|
|
1301
1301
|
lte?: number | undefined;
|
|
1302
1302
|
};
|
|
1303
|
-
export type GetDeploymentMissingValue =
|
|
1303
|
+
export type GetDeploymentMissingValue = GetDeploymentValueDeploymentsResponse2 | string;
|
|
1304
1304
|
export type GetDeploymentMissing2 = {
|
|
1305
1305
|
type: GetDeploymentMissingType;
|
|
1306
1306
|
key: string;
|
|
1307
|
-
value?:
|
|
1307
|
+
value?: GetDeploymentValueDeploymentsResponse2 | string | undefined;
|
|
1308
1308
|
};
|
|
1309
1309
|
export declare const GetDeploymentMissingDeploymentsType: {
|
|
1310
1310
|
readonly Host: "host";
|
|
1311
1311
|
};
|
|
1312
1312
|
export type GetDeploymentMissingDeploymentsType = ClosedEnum<typeof GetDeploymentMissingDeploymentsType>;
|
|
1313
1313
|
export type GetDeploymentValueEq = string | number;
|
|
1314
|
-
export type
|
|
1314
|
+
export type GetDeploymentValueDeployments2 = {
|
|
1315
1315
|
eq?: string | number | undefined;
|
|
1316
1316
|
neq?: string | undefined;
|
|
1317
1317
|
inc?: Array<string> | undefined;
|
|
@@ -1324,10 +1324,10 @@ export type GetDeploymentValueDeploymentsResponse2 = {
|
|
|
1324
1324
|
lt?: number | undefined;
|
|
1325
1325
|
lte?: number | undefined;
|
|
1326
1326
|
};
|
|
1327
|
-
export type GetDeploymentMissingDeploymentsValue =
|
|
1327
|
+
export type GetDeploymentMissingDeploymentsValue = GetDeploymentValueDeployments2 | string;
|
|
1328
1328
|
export type GetDeploymentMissing1 = {
|
|
1329
1329
|
type: GetDeploymentMissingDeploymentsType;
|
|
1330
|
-
value:
|
|
1330
|
+
value: GetDeploymentValueDeployments2 | string;
|
|
1331
1331
|
};
|
|
1332
1332
|
export type GetDeploymentRoutesMissing = GetDeploymentMissing1 | GetDeploymentMissing2;
|
|
1333
1333
|
export declare const GetDeploymentRoutesAction: {
|
|
@@ -5412,9 +5412,9 @@ export declare namespace GetDeploymentValueDeploymentsResponse200Eq$ {
|
|
|
5412
5412
|
export declare function getDeploymentValueDeploymentsResponse200EqToJSON(getDeploymentValueDeploymentsResponse200Eq: GetDeploymentValueDeploymentsResponse200Eq): string;
|
|
5413
5413
|
export declare function getDeploymentValueDeploymentsResponse200EqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse200Eq, SDKValidationError>;
|
|
5414
5414
|
/** @internal */
|
|
5415
|
-
export declare const
|
|
5415
|
+
export declare const GetDeploymentValue2$inboundSchema: z.ZodType<GetDeploymentValue2, z.ZodTypeDef, unknown>;
|
|
5416
5416
|
/** @internal */
|
|
5417
|
-
export type
|
|
5417
|
+
export type GetDeploymentValue2$Outbound = {
|
|
5418
5418
|
eq?: string | number | undefined;
|
|
5419
5419
|
neq?: string | undefined;
|
|
5420
5420
|
inc?: Array<string> | undefined;
|
|
@@ -5428,48 +5428,48 @@ export type GetDeploymentValueDeployments2$Outbound = {
|
|
|
5428
5428
|
lte?: number | undefined;
|
|
5429
5429
|
};
|
|
5430
5430
|
/** @internal */
|
|
5431
|
-
export declare const
|
|
5431
|
+
export declare const GetDeploymentValue2$outboundSchema: z.ZodType<GetDeploymentValue2$Outbound, z.ZodTypeDef, GetDeploymentValue2>;
|
|
5432
5432
|
/**
|
|
5433
5433
|
* @internal
|
|
5434
5434
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5435
5435
|
*/
|
|
5436
|
-
export declare namespace
|
|
5437
|
-
/** @deprecated use `
|
|
5438
|
-
const inboundSchema: z.ZodType<
|
|
5439
|
-
/** @deprecated use `
|
|
5440
|
-
const outboundSchema: z.ZodType<
|
|
5441
|
-
/** @deprecated use `
|
|
5442
|
-
type Outbound =
|
|
5436
|
+
export declare namespace GetDeploymentValue2$ {
|
|
5437
|
+
/** @deprecated use `GetDeploymentValue2$inboundSchema` instead. */
|
|
5438
|
+
const inboundSchema: z.ZodType<GetDeploymentValue2, z.ZodTypeDef, unknown>;
|
|
5439
|
+
/** @deprecated use `GetDeploymentValue2$outboundSchema` instead. */
|
|
5440
|
+
const outboundSchema: z.ZodType<GetDeploymentValue2$Outbound, z.ZodTypeDef, GetDeploymentValue2>;
|
|
5441
|
+
/** @deprecated use `GetDeploymentValue2$Outbound` instead. */
|
|
5442
|
+
type Outbound = GetDeploymentValue2$Outbound;
|
|
5443
5443
|
}
|
|
5444
|
-
export declare function
|
|
5445
|
-
export declare function
|
|
5444
|
+
export declare function getDeploymentValue2ToJSON(getDeploymentValue2: GetDeploymentValue2): string;
|
|
5445
|
+
export declare function getDeploymentValue2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValue2, SDKValidationError>;
|
|
5446
5446
|
/** @internal */
|
|
5447
|
-
export declare const
|
|
5447
|
+
export declare const GetDeploymentHasDeploymentsValue$inboundSchema: z.ZodType<GetDeploymentHasDeploymentsValue, z.ZodTypeDef, unknown>;
|
|
5448
5448
|
/** @internal */
|
|
5449
|
-
export type
|
|
5449
|
+
export type GetDeploymentHasDeploymentsValue$Outbound = GetDeploymentValue2$Outbound | string;
|
|
5450
5450
|
/** @internal */
|
|
5451
|
-
export declare const
|
|
5451
|
+
export declare const GetDeploymentHasDeploymentsValue$outboundSchema: z.ZodType<GetDeploymentHasDeploymentsValue$Outbound, z.ZodTypeDef, GetDeploymentHasDeploymentsValue>;
|
|
5452
5452
|
/**
|
|
5453
5453
|
* @internal
|
|
5454
5454
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5455
5455
|
*/
|
|
5456
|
-
export declare namespace
|
|
5457
|
-
/** @deprecated use `
|
|
5458
|
-
const inboundSchema: z.ZodType<
|
|
5459
|
-
/** @deprecated use `
|
|
5460
|
-
const outboundSchema: z.ZodType<
|
|
5461
|
-
/** @deprecated use `
|
|
5462
|
-
type Outbound =
|
|
5456
|
+
export declare namespace GetDeploymentHasDeploymentsValue$ {
|
|
5457
|
+
/** @deprecated use `GetDeploymentHasDeploymentsValue$inboundSchema` instead. */
|
|
5458
|
+
const inboundSchema: z.ZodType<GetDeploymentHasDeploymentsValue, z.ZodTypeDef, unknown>;
|
|
5459
|
+
/** @deprecated use `GetDeploymentHasDeploymentsValue$outboundSchema` instead. */
|
|
5460
|
+
const outboundSchema: z.ZodType<GetDeploymentHasDeploymentsValue$Outbound, z.ZodTypeDef, GetDeploymentHasDeploymentsValue>;
|
|
5461
|
+
/** @deprecated use `GetDeploymentHasDeploymentsValue$Outbound` instead. */
|
|
5462
|
+
type Outbound = GetDeploymentHasDeploymentsValue$Outbound;
|
|
5463
5463
|
}
|
|
5464
|
-
export declare function
|
|
5465
|
-
export declare function
|
|
5464
|
+
export declare function getDeploymentHasDeploymentsValueToJSON(getDeploymentHasDeploymentsValue: GetDeploymentHasDeploymentsValue): string;
|
|
5465
|
+
export declare function getDeploymentHasDeploymentsValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentHasDeploymentsValue, SDKValidationError>;
|
|
5466
5466
|
/** @internal */
|
|
5467
5467
|
export declare const GetDeploymentHas2$inboundSchema: z.ZodType<GetDeploymentHas2, z.ZodTypeDef, unknown>;
|
|
5468
5468
|
/** @internal */
|
|
5469
5469
|
export type GetDeploymentHas2$Outbound = {
|
|
5470
5470
|
type: string;
|
|
5471
5471
|
key: string;
|
|
5472
|
-
value?:
|
|
5472
|
+
value?: GetDeploymentValue2$Outbound | string | undefined;
|
|
5473
5473
|
};
|
|
5474
5474
|
/** @internal */
|
|
5475
5475
|
export declare const GetDeploymentHas2$outboundSchema: z.ZodType<GetDeploymentHas2$Outbound, z.ZodTypeDef, GetDeploymentHas2>;
|
|
@@ -5526,9 +5526,9 @@ export declare namespace GetDeploymentValueDeploymentsResponseEq$ {
|
|
|
5526
5526
|
export declare function getDeploymentValueDeploymentsResponseEqToJSON(getDeploymentValueDeploymentsResponseEq: GetDeploymentValueDeploymentsResponseEq): string;
|
|
5527
5527
|
export declare function getDeploymentValueDeploymentsResponseEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponseEq, SDKValidationError>;
|
|
5528
5528
|
/** @internal */
|
|
5529
|
-
export declare const
|
|
5529
|
+
export declare const GetDeploymentValueDeploymentsResponse2002$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2002, z.ZodTypeDef, unknown>;
|
|
5530
5530
|
/** @internal */
|
|
5531
|
-
export type
|
|
5531
|
+
export type GetDeploymentValueDeploymentsResponse2002$Outbound = {
|
|
5532
5532
|
eq?: string | number | undefined;
|
|
5533
5533
|
neq?: string | undefined;
|
|
5534
5534
|
inc?: Array<string> | undefined;
|
|
@@ -5542,47 +5542,47 @@ export type GetDeploymentValue2$Outbound = {
|
|
|
5542
5542
|
lte?: number | undefined;
|
|
5543
5543
|
};
|
|
5544
5544
|
/** @internal */
|
|
5545
|
-
export declare const
|
|
5545
|
+
export declare const GetDeploymentValueDeploymentsResponse2002$outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2002$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse2002>;
|
|
5546
5546
|
/**
|
|
5547
5547
|
* @internal
|
|
5548
5548
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5549
5549
|
*/
|
|
5550
|
-
export declare namespace
|
|
5551
|
-
/** @deprecated use `
|
|
5552
|
-
const inboundSchema: z.ZodType<
|
|
5553
|
-
/** @deprecated use `
|
|
5554
|
-
const outboundSchema: z.ZodType<
|
|
5555
|
-
/** @deprecated use `
|
|
5556
|
-
type Outbound =
|
|
5550
|
+
export declare namespace GetDeploymentValueDeploymentsResponse2002$ {
|
|
5551
|
+
/** @deprecated use `GetDeploymentValueDeploymentsResponse2002$inboundSchema` instead. */
|
|
5552
|
+
const inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2002, z.ZodTypeDef, unknown>;
|
|
5553
|
+
/** @deprecated use `GetDeploymentValueDeploymentsResponse2002$outboundSchema` instead. */
|
|
5554
|
+
const outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2002$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse2002>;
|
|
5555
|
+
/** @deprecated use `GetDeploymentValueDeploymentsResponse2002$Outbound` instead. */
|
|
5556
|
+
type Outbound = GetDeploymentValueDeploymentsResponse2002$Outbound;
|
|
5557
5557
|
}
|
|
5558
|
-
export declare function
|
|
5559
|
-
export declare function
|
|
5558
|
+
export declare function getDeploymentValueDeploymentsResponse2002ToJSON(getDeploymentValueDeploymentsResponse2002: GetDeploymentValueDeploymentsResponse2002): string;
|
|
5559
|
+
export declare function getDeploymentValueDeploymentsResponse2002FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse2002, SDKValidationError>;
|
|
5560
5560
|
/** @internal */
|
|
5561
|
-
export declare const
|
|
5561
|
+
export declare const GetDeploymentHasValue$inboundSchema: z.ZodType<GetDeploymentHasValue, z.ZodTypeDef, unknown>;
|
|
5562
5562
|
/** @internal */
|
|
5563
|
-
export type
|
|
5563
|
+
export type GetDeploymentHasValue$Outbound = GetDeploymentValueDeploymentsResponse2002$Outbound | string;
|
|
5564
5564
|
/** @internal */
|
|
5565
|
-
export declare const
|
|
5565
|
+
export declare const GetDeploymentHasValue$outboundSchema: z.ZodType<GetDeploymentHasValue$Outbound, z.ZodTypeDef, GetDeploymentHasValue>;
|
|
5566
5566
|
/**
|
|
5567
5567
|
* @internal
|
|
5568
5568
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5569
5569
|
*/
|
|
5570
|
-
export declare namespace
|
|
5571
|
-
/** @deprecated use `
|
|
5572
|
-
const inboundSchema: z.ZodType<
|
|
5573
|
-
/** @deprecated use `
|
|
5574
|
-
const outboundSchema: z.ZodType<
|
|
5575
|
-
/** @deprecated use `
|
|
5576
|
-
type Outbound =
|
|
5570
|
+
export declare namespace GetDeploymentHasValue$ {
|
|
5571
|
+
/** @deprecated use `GetDeploymentHasValue$inboundSchema` instead. */
|
|
5572
|
+
const inboundSchema: z.ZodType<GetDeploymentHasValue, z.ZodTypeDef, unknown>;
|
|
5573
|
+
/** @deprecated use `GetDeploymentHasValue$outboundSchema` instead. */
|
|
5574
|
+
const outboundSchema: z.ZodType<GetDeploymentHasValue$Outbound, z.ZodTypeDef, GetDeploymentHasValue>;
|
|
5575
|
+
/** @deprecated use `GetDeploymentHasValue$Outbound` instead. */
|
|
5576
|
+
type Outbound = GetDeploymentHasValue$Outbound;
|
|
5577
5577
|
}
|
|
5578
|
-
export declare function
|
|
5579
|
-
export declare function
|
|
5578
|
+
export declare function getDeploymentHasValueToJSON(getDeploymentHasValue: GetDeploymentHasValue): string;
|
|
5579
|
+
export declare function getDeploymentHasValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentHasValue, SDKValidationError>;
|
|
5580
5580
|
/** @internal */
|
|
5581
5581
|
export declare const GetDeploymentHas1$inboundSchema: z.ZodType<GetDeploymentHas1, z.ZodTypeDef, unknown>;
|
|
5582
5582
|
/** @internal */
|
|
5583
5583
|
export type GetDeploymentHas1$Outbound = {
|
|
5584
5584
|
type: string;
|
|
5585
|
-
value:
|
|
5585
|
+
value: GetDeploymentValueDeploymentsResponse2002$Outbound | string;
|
|
5586
5586
|
};
|
|
5587
5587
|
/** @internal */
|
|
5588
5588
|
export declare const GetDeploymentHas1$outboundSchema: z.ZodType<GetDeploymentHas1$Outbound, z.ZodTypeDef, GetDeploymentHas1>;
|
|
@@ -5663,9 +5663,9 @@ export declare namespace GetDeploymentValueDeploymentsEq$ {
|
|
|
5663
5663
|
export declare function getDeploymentValueDeploymentsEqToJSON(getDeploymentValueDeploymentsEq: GetDeploymentValueDeploymentsEq): string;
|
|
5664
5664
|
export declare function getDeploymentValueDeploymentsEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsEq, SDKValidationError>;
|
|
5665
5665
|
/** @internal */
|
|
5666
|
-
export declare const
|
|
5666
|
+
export declare const GetDeploymentValueDeploymentsResponse2$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2, z.ZodTypeDef, unknown>;
|
|
5667
5667
|
/** @internal */
|
|
5668
|
-
export type
|
|
5668
|
+
export type GetDeploymentValueDeploymentsResponse2$Outbound = {
|
|
5669
5669
|
eq?: string | number | undefined;
|
|
5670
5670
|
neq?: string | undefined;
|
|
5671
5671
|
inc?: Array<string> | undefined;
|
|
@@ -5679,25 +5679,25 @@ export type GetDeploymentValueDeploymentsResponse2002$Outbound = {
|
|
|
5679
5679
|
lte?: number | undefined;
|
|
5680
5680
|
};
|
|
5681
5681
|
/** @internal */
|
|
5682
|
-
export declare const
|
|
5682
|
+
export declare const GetDeploymentValueDeploymentsResponse2$outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse2>;
|
|
5683
5683
|
/**
|
|
5684
5684
|
* @internal
|
|
5685
5685
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5686
5686
|
*/
|
|
5687
|
-
export declare namespace
|
|
5688
|
-
/** @deprecated use `
|
|
5689
|
-
const inboundSchema: z.ZodType<
|
|
5690
|
-
/** @deprecated use `
|
|
5691
|
-
const outboundSchema: z.ZodType<
|
|
5692
|
-
/** @deprecated use `
|
|
5693
|
-
type Outbound =
|
|
5687
|
+
export declare namespace GetDeploymentValueDeploymentsResponse2$ {
|
|
5688
|
+
/** @deprecated use `GetDeploymentValueDeploymentsResponse2$inboundSchema` instead. */
|
|
5689
|
+
const inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2, z.ZodTypeDef, unknown>;
|
|
5690
|
+
/** @deprecated use `GetDeploymentValueDeploymentsResponse2$outboundSchema` instead. */
|
|
5691
|
+
const outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse2>;
|
|
5692
|
+
/** @deprecated use `GetDeploymentValueDeploymentsResponse2$Outbound` instead. */
|
|
5693
|
+
type Outbound = GetDeploymentValueDeploymentsResponse2$Outbound;
|
|
5694
5694
|
}
|
|
5695
|
-
export declare function
|
|
5696
|
-
export declare function
|
|
5695
|
+
export declare function getDeploymentValueDeploymentsResponse2ToJSON(getDeploymentValueDeploymentsResponse2: GetDeploymentValueDeploymentsResponse2): string;
|
|
5696
|
+
export declare function getDeploymentValueDeploymentsResponse2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse2, SDKValidationError>;
|
|
5697
5697
|
/** @internal */
|
|
5698
5698
|
export declare const GetDeploymentMissingValue$inboundSchema: z.ZodType<GetDeploymentMissingValue, z.ZodTypeDef, unknown>;
|
|
5699
5699
|
/** @internal */
|
|
5700
|
-
export type GetDeploymentMissingValue$Outbound =
|
|
5700
|
+
export type GetDeploymentMissingValue$Outbound = GetDeploymentValueDeploymentsResponse2$Outbound | string;
|
|
5701
5701
|
/** @internal */
|
|
5702
5702
|
export declare const GetDeploymentMissingValue$outboundSchema: z.ZodType<GetDeploymentMissingValue$Outbound, z.ZodTypeDef, GetDeploymentMissingValue>;
|
|
5703
5703
|
/**
|
|
@@ -5720,7 +5720,7 @@ export declare const GetDeploymentMissing2$inboundSchema: z.ZodType<GetDeploymen
|
|
|
5720
5720
|
export type GetDeploymentMissing2$Outbound = {
|
|
5721
5721
|
type: string;
|
|
5722
5722
|
key: string;
|
|
5723
|
-
value?:
|
|
5723
|
+
value?: GetDeploymentValueDeploymentsResponse2$Outbound | string | undefined;
|
|
5724
5724
|
};
|
|
5725
5725
|
/** @internal */
|
|
5726
5726
|
export declare const GetDeploymentMissing2$outboundSchema: z.ZodType<GetDeploymentMissing2$Outbound, z.ZodTypeDef, GetDeploymentMissing2>;
|
|
@@ -5777,9 +5777,9 @@ export declare namespace GetDeploymentValueEq$ {
|
|
|
5777
5777
|
export declare function getDeploymentValueEqToJSON(getDeploymentValueEq: GetDeploymentValueEq): string;
|
|
5778
5778
|
export declare function getDeploymentValueEqFromJSON(jsonString: string): SafeParseResult<GetDeploymentValueEq, SDKValidationError>;
|
|
5779
5779
|
/** @internal */
|
|
5780
|
-
export declare const
|
|
5780
|
+
export declare const GetDeploymentValueDeployments2$inboundSchema: z.ZodType<GetDeploymentValueDeployments2, z.ZodTypeDef, unknown>;
|
|
5781
5781
|
/** @internal */
|
|
5782
|
-
export type
|
|
5782
|
+
export type GetDeploymentValueDeployments2$Outbound = {
|
|
5783
5783
|
eq?: string | number | undefined;
|
|
5784
5784
|
neq?: string | undefined;
|
|
5785
5785
|
inc?: Array<string> | undefined;
|
|
@@ -5793,25 +5793,25 @@ export type GetDeploymentValueDeploymentsResponse2$Outbound = {
|
|
|
5793
5793
|
lte?: number | undefined;
|
|
5794
5794
|
};
|
|
5795
5795
|
/** @internal */
|
|
5796
|
-
export declare const
|
|
5796
|
+
export declare const GetDeploymentValueDeployments2$outboundSchema: z.ZodType<GetDeploymentValueDeployments2$Outbound, z.ZodTypeDef, GetDeploymentValueDeployments2>;
|
|
5797
5797
|
/**
|
|
5798
5798
|
* @internal
|
|
5799
5799
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
5800
5800
|
*/
|
|
5801
|
-
export declare namespace
|
|
5802
|
-
/** @deprecated use `
|
|
5803
|
-
const inboundSchema: z.ZodType<
|
|
5804
|
-
/** @deprecated use `
|
|
5805
|
-
const outboundSchema: z.ZodType<
|
|
5806
|
-
/** @deprecated use `
|
|
5807
|
-
type Outbound =
|
|
5801
|
+
export declare namespace GetDeploymentValueDeployments2$ {
|
|
5802
|
+
/** @deprecated use `GetDeploymentValueDeployments2$inboundSchema` instead. */
|
|
5803
|
+
const inboundSchema: z.ZodType<GetDeploymentValueDeployments2, z.ZodTypeDef, unknown>;
|
|
5804
|
+
/** @deprecated use `GetDeploymentValueDeployments2$outboundSchema` instead. */
|
|
5805
|
+
const outboundSchema: z.ZodType<GetDeploymentValueDeployments2$Outbound, z.ZodTypeDef, GetDeploymentValueDeployments2>;
|
|
5806
|
+
/** @deprecated use `GetDeploymentValueDeployments2$Outbound` instead. */
|
|
5807
|
+
type Outbound = GetDeploymentValueDeployments2$Outbound;
|
|
5808
5808
|
}
|
|
5809
|
-
export declare function
|
|
5810
|
-
export declare function
|
|
5809
|
+
export declare function getDeploymentValueDeployments2ToJSON(getDeploymentValueDeployments2: GetDeploymentValueDeployments2): string;
|
|
5810
|
+
export declare function getDeploymentValueDeployments2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeployments2, SDKValidationError>;
|
|
5811
5811
|
/** @internal */
|
|
5812
5812
|
export declare const GetDeploymentMissingDeploymentsValue$inboundSchema: z.ZodType<GetDeploymentMissingDeploymentsValue, z.ZodTypeDef, unknown>;
|
|
5813
5813
|
/** @internal */
|
|
5814
|
-
export type GetDeploymentMissingDeploymentsValue$Outbound =
|
|
5814
|
+
export type GetDeploymentMissingDeploymentsValue$Outbound = GetDeploymentValueDeployments2$Outbound | string;
|
|
5815
5815
|
/** @internal */
|
|
5816
5816
|
export declare const GetDeploymentMissingDeploymentsValue$outboundSchema: z.ZodType<GetDeploymentMissingDeploymentsValue$Outbound, z.ZodTypeDef, GetDeploymentMissingDeploymentsValue>;
|
|
5817
5817
|
/**
|
|
@@ -5833,7 +5833,7 @@ export declare const GetDeploymentMissing1$inboundSchema: z.ZodType<GetDeploymen
|
|
|
5833
5833
|
/** @internal */
|
|
5834
5834
|
export type GetDeploymentMissing1$Outbound = {
|
|
5835
5835
|
type: string;
|
|
5836
|
-
value:
|
|
5836
|
+
value: GetDeploymentValueDeployments2$Outbound | string;
|
|
5837
5837
|
};
|
|
5838
5838
|
/** @internal */
|
|
5839
5839
|
export declare const GetDeploymentMissing1$outboundSchema: z.ZodType<GetDeploymentMissing1$Outbound, z.ZodTypeDef, GetDeploymentMissing1>;
|