@vercel/sdk 1.10.1 → 1.10.3

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.
Files changed (81) hide show
  1. package/bin/mcp-server.js +436 -1558
  2. package/bin/mcp-server.js.map +19 -19
  3. package/esm/__tests__/teams.test.js +2 -4
  4. package/esm/__tests__/teams.test.js.map +1 -1
  5. package/esm/funcs/domainsBuyDomain.js +2 -2
  6. package/esm/funcs/domainsBuyDomain.js.map +1 -1
  7. package/esm/funcs/domainsGetDomainConfig.js +1 -0
  8. package/esm/funcs/domainsGetDomainConfig.js.map +1 -1
  9. package/esm/funcs/domainsPatchDomain.js +2 -2
  10. package/esm/funcs/domainsPatchDomain.js.map +1 -1
  11. package/esm/lib/config.d.ts +3 -3
  12. package/esm/lib/config.js +3 -3
  13. package/esm/mcp-server/mcp-server.js +1 -1
  14. package/esm/mcp-server/server.js +1 -1
  15. package/esm/models/canceldeploymentop.d.ts +49 -49
  16. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  17. package/esm/models/canceldeploymentop.js +53 -55
  18. package/esm/models/canceldeploymentop.js.map +1 -1
  19. package/esm/models/createdeploymentop.d.ts +174 -174
  20. package/esm/models/createdeploymentop.d.ts.map +1 -1
  21. package/esm/models/createdeploymentop.js +166 -165
  22. package/esm/models/createdeploymentop.js.map +1 -1
  23. package/esm/models/createprojectop.d.ts +33 -585
  24. package/esm/models/createprojectop.d.ts.map +1 -1
  25. package/esm/models/createprojectop.js +31 -530
  26. package/esm/models/createprojectop.js.map +1 -1
  27. package/esm/models/getdeploymentop.d.ts +90 -90
  28. package/esm/models/getdeploymentop.d.ts.map +1 -1
  29. package/esm/models/getdeploymentop.js +101 -102
  30. package/esm/models/getdeploymentop.js.map +1 -1
  31. package/esm/models/getdomainconfigop.d.ts +63 -0
  32. package/esm/models/getdomainconfigop.d.ts.map +1 -1
  33. package/esm/models/getdomainconfigop.js +52 -0
  34. package/esm/models/getdomainconfigop.js.map +1 -1
  35. package/esm/models/getprojectsop.d.ts +33 -585
  36. package/esm/models/getprojectsop.d.ts.map +1 -1
  37. package/esm/models/getprojectsop.js +31 -530
  38. package/esm/models/getprojectsop.js.map +1 -1
  39. package/esm/models/team.d.ts +13 -12
  40. package/esm/models/team.d.ts.map +1 -1
  41. package/esm/models/team.js +6 -7
  42. package/esm/models/team.js.map +1 -1
  43. package/esm/models/teamlimited.d.ts +0 -2
  44. package/esm/models/teamlimited.d.ts.map +1 -1
  45. package/esm/models/teamlimited.js +0 -2
  46. package/esm/models/teamlimited.js.map +1 -1
  47. package/esm/models/updateprojectdatacacheop.d.ts +41 -593
  48. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  49. package/esm/models/updateprojectdatacacheop.js +43 -561
  50. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  51. package/esm/models/updateprojectop.d.ts +33 -585
  52. package/esm/models/updateprojectop.d.ts.map +1 -1
  53. package/esm/models/updateprojectop.js +31 -530
  54. package/esm/models/updateprojectop.js.map +1 -1
  55. package/esm/models/userevent.d.ts +154 -124
  56. package/esm/models/userevent.d.ts.map +1 -1
  57. package/esm/models/userevent.js +166 -135
  58. package/esm/models/userevent.js.map +1 -1
  59. package/examples/package-lock.json +1 -1
  60. package/examples/projectsUpdateProject.example.ts +1 -1
  61. package/jsr.json +1 -1
  62. package/package.json +1 -1
  63. package/src/__tests__/teams.test.ts +2 -4
  64. package/src/funcs/domainsBuyDomain.ts +2 -2
  65. package/src/funcs/domainsGetDomainConfig.ts +1 -0
  66. package/src/funcs/domainsPatchDomain.ts +2 -2
  67. package/src/lib/config.ts +3 -3
  68. package/src/mcp-server/mcp-server.ts +1 -1
  69. package/src/mcp-server/server.ts +1 -1
  70. package/src/models/canceldeploymentop.ts +78 -104
  71. package/src/models/createdeploymentop.ts +347 -350
  72. package/src/models/createprojectop.ts +197 -1221
  73. package/src/models/getdeploymentop.ts +214 -216
  74. package/src/models/getdomainconfigop.ts +129 -0
  75. package/src/models/getprojectsop.ts +202 -1207
  76. package/src/models/team.ts +13 -16
  77. package/src/models/teamlimited.ts +0 -4
  78. package/src/models/updateprojectdatacacheop.ts +171 -1168
  79. package/src/models/updateprojectop.ts +197 -1221
  80. package/src/models/userevent.ts +309 -236
  81. package/vercel-spec.json +141 -1530
@@ -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 GetDeploymentValueDeployments2 = {
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 GetDeploymentHasValue = GetDeploymentValueDeployments2 | string;
1253
+ export type GetDeploymentHasDeploymentsValue = GetDeploymentValue2 | string;
1254
1254
  export type GetDeploymentHas2 = {
1255
1255
  type: GetDeploymentHasType;
1256
1256
  key: string;
1257
- value?: GetDeploymentValueDeployments2 | string | undefined;
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 GetDeploymentValue2 = {
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 GetDeploymentHasDeploymentsValue = GetDeploymentValue2 | string;
1277
+ export type GetDeploymentHasValue = GetDeploymentValueDeploymentsResponse2002 | string;
1278
1278
  export type GetDeploymentHas1 = {
1279
1279
  type: GetDeploymentHasDeploymentsType;
1280
- value: GetDeploymentValue2 | string;
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 GetDeploymentValueDeploymentsResponse2002 = {
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 = GetDeploymentValueDeploymentsResponse2002 | string;
1303
+ export type GetDeploymentMissingValue = GetDeploymentValueDeploymentsResponse2 | string;
1304
1304
  export type GetDeploymentMissing2 = {
1305
1305
  type: GetDeploymentMissingType;
1306
1306
  key: string;
1307
- value?: GetDeploymentValueDeploymentsResponse2002 | string | undefined;
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 GetDeploymentValueDeploymentsResponse2 = {
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 = GetDeploymentValueDeploymentsResponse2 | string;
1327
+ export type GetDeploymentMissingDeploymentsValue = GetDeploymentValueDeployments2 | string;
1328
1328
  export type GetDeploymentMissing1 = {
1329
1329
  type: GetDeploymentMissingDeploymentsType;
1330
- value: GetDeploymentValueDeploymentsResponse2 | string;
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 GetDeploymentValueDeployments2$inboundSchema: z.ZodType<GetDeploymentValueDeployments2, z.ZodTypeDef, unknown>;
5415
+ export declare const GetDeploymentValue2$inboundSchema: z.ZodType<GetDeploymentValue2, z.ZodTypeDef, unknown>;
5416
5416
  /** @internal */
5417
- export type GetDeploymentValueDeployments2$Outbound = {
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 GetDeploymentValueDeployments2$outboundSchema: z.ZodType<GetDeploymentValueDeployments2$Outbound, z.ZodTypeDef, GetDeploymentValueDeployments2>;
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 GetDeploymentValueDeployments2$ {
5437
- /** @deprecated use `GetDeploymentValueDeployments2$inboundSchema` instead. */
5438
- const inboundSchema: z.ZodType<GetDeploymentValueDeployments2, z.ZodTypeDef, unknown>;
5439
- /** @deprecated use `GetDeploymentValueDeployments2$outboundSchema` instead. */
5440
- const outboundSchema: z.ZodType<GetDeploymentValueDeployments2$Outbound, z.ZodTypeDef, GetDeploymentValueDeployments2>;
5441
- /** @deprecated use `GetDeploymentValueDeployments2$Outbound` instead. */
5442
- type Outbound = GetDeploymentValueDeployments2$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 getDeploymentValueDeployments2ToJSON(getDeploymentValueDeployments2: GetDeploymentValueDeployments2): string;
5445
- export declare function getDeploymentValueDeployments2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeployments2, SDKValidationError>;
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 GetDeploymentHasValue$inboundSchema: z.ZodType<GetDeploymentHasValue, z.ZodTypeDef, unknown>;
5447
+ export declare const GetDeploymentHasDeploymentsValue$inboundSchema: z.ZodType<GetDeploymentHasDeploymentsValue, z.ZodTypeDef, unknown>;
5448
5448
  /** @internal */
5449
- export type GetDeploymentHasValue$Outbound = GetDeploymentValueDeployments2$Outbound | string;
5449
+ export type GetDeploymentHasDeploymentsValue$Outbound = GetDeploymentValue2$Outbound | string;
5450
5450
  /** @internal */
5451
- export declare const GetDeploymentHasValue$outboundSchema: z.ZodType<GetDeploymentHasValue$Outbound, z.ZodTypeDef, GetDeploymentHasValue>;
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 GetDeploymentHasValue$ {
5457
- /** @deprecated use `GetDeploymentHasValue$inboundSchema` instead. */
5458
- const inboundSchema: z.ZodType<GetDeploymentHasValue, z.ZodTypeDef, unknown>;
5459
- /** @deprecated use `GetDeploymentHasValue$outboundSchema` instead. */
5460
- const outboundSchema: z.ZodType<GetDeploymentHasValue$Outbound, z.ZodTypeDef, GetDeploymentHasValue>;
5461
- /** @deprecated use `GetDeploymentHasValue$Outbound` instead. */
5462
- type Outbound = GetDeploymentHasValue$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 getDeploymentHasValueToJSON(getDeploymentHasValue: GetDeploymentHasValue): string;
5465
- export declare function getDeploymentHasValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentHasValue, SDKValidationError>;
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?: GetDeploymentValueDeployments2$Outbound | string | undefined;
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 GetDeploymentValue2$inboundSchema: z.ZodType<GetDeploymentValue2, z.ZodTypeDef, unknown>;
5529
+ export declare const GetDeploymentValueDeploymentsResponse2002$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2002, z.ZodTypeDef, unknown>;
5530
5530
  /** @internal */
5531
- export type GetDeploymentValue2$Outbound = {
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 GetDeploymentValue2$outboundSchema: z.ZodType<GetDeploymentValue2$Outbound, z.ZodTypeDef, GetDeploymentValue2>;
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 GetDeploymentValue2$ {
5551
- /** @deprecated use `GetDeploymentValue2$inboundSchema` instead. */
5552
- const inboundSchema: z.ZodType<GetDeploymentValue2, z.ZodTypeDef, unknown>;
5553
- /** @deprecated use `GetDeploymentValue2$outboundSchema` instead. */
5554
- const outboundSchema: z.ZodType<GetDeploymentValue2$Outbound, z.ZodTypeDef, GetDeploymentValue2>;
5555
- /** @deprecated use `GetDeploymentValue2$Outbound` instead. */
5556
- type Outbound = GetDeploymentValue2$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 getDeploymentValue2ToJSON(getDeploymentValue2: GetDeploymentValue2): string;
5559
- export declare function getDeploymentValue2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValue2, SDKValidationError>;
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 GetDeploymentHasDeploymentsValue$inboundSchema: z.ZodType<GetDeploymentHasDeploymentsValue, z.ZodTypeDef, unknown>;
5561
+ export declare const GetDeploymentHasValue$inboundSchema: z.ZodType<GetDeploymentHasValue, z.ZodTypeDef, unknown>;
5562
5562
  /** @internal */
5563
- export type GetDeploymentHasDeploymentsValue$Outbound = GetDeploymentValue2$Outbound | string;
5563
+ export type GetDeploymentHasValue$Outbound = GetDeploymentValueDeploymentsResponse2002$Outbound | string;
5564
5564
  /** @internal */
5565
- export declare const GetDeploymentHasDeploymentsValue$outboundSchema: z.ZodType<GetDeploymentHasDeploymentsValue$Outbound, z.ZodTypeDef, GetDeploymentHasDeploymentsValue>;
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 GetDeploymentHasDeploymentsValue$ {
5571
- /** @deprecated use `GetDeploymentHasDeploymentsValue$inboundSchema` instead. */
5572
- const inboundSchema: z.ZodType<GetDeploymentHasDeploymentsValue, z.ZodTypeDef, unknown>;
5573
- /** @deprecated use `GetDeploymentHasDeploymentsValue$outboundSchema` instead. */
5574
- const outboundSchema: z.ZodType<GetDeploymentHasDeploymentsValue$Outbound, z.ZodTypeDef, GetDeploymentHasDeploymentsValue>;
5575
- /** @deprecated use `GetDeploymentHasDeploymentsValue$Outbound` instead. */
5576
- type Outbound = GetDeploymentHasDeploymentsValue$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 getDeploymentHasDeploymentsValueToJSON(getDeploymentHasDeploymentsValue: GetDeploymentHasDeploymentsValue): string;
5579
- export declare function getDeploymentHasDeploymentsValueFromJSON(jsonString: string): SafeParseResult<GetDeploymentHasDeploymentsValue, SDKValidationError>;
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: GetDeploymentValue2$Outbound | string;
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 GetDeploymentValueDeploymentsResponse2002$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2002, z.ZodTypeDef, unknown>;
5666
+ export declare const GetDeploymentValueDeploymentsResponse2$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2, z.ZodTypeDef, unknown>;
5667
5667
  /** @internal */
5668
- export type GetDeploymentValueDeploymentsResponse2002$Outbound = {
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 GetDeploymentValueDeploymentsResponse2002$outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2002$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse2002>;
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 GetDeploymentValueDeploymentsResponse2002$ {
5688
- /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$inboundSchema` instead. */
5689
- const inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2002, z.ZodTypeDef, unknown>;
5690
- /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$outboundSchema` instead. */
5691
- const outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2002$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse2002>;
5692
- /** @deprecated use `GetDeploymentValueDeploymentsResponse2002$Outbound` instead. */
5693
- type Outbound = GetDeploymentValueDeploymentsResponse2002$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 getDeploymentValueDeploymentsResponse2002ToJSON(getDeploymentValueDeploymentsResponse2002: GetDeploymentValueDeploymentsResponse2002): string;
5696
- export declare function getDeploymentValueDeploymentsResponse2002FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse2002, SDKValidationError>;
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 = GetDeploymentValueDeploymentsResponse2002$Outbound | string;
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?: GetDeploymentValueDeploymentsResponse2002$Outbound | string | undefined;
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 GetDeploymentValueDeploymentsResponse2$inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2, z.ZodTypeDef, unknown>;
5780
+ export declare const GetDeploymentValueDeployments2$inboundSchema: z.ZodType<GetDeploymentValueDeployments2, z.ZodTypeDef, unknown>;
5781
5781
  /** @internal */
5782
- export type GetDeploymentValueDeploymentsResponse2$Outbound = {
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 GetDeploymentValueDeploymentsResponse2$outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse2>;
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 GetDeploymentValueDeploymentsResponse2$ {
5802
- /** @deprecated use `GetDeploymentValueDeploymentsResponse2$inboundSchema` instead. */
5803
- const inboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2, z.ZodTypeDef, unknown>;
5804
- /** @deprecated use `GetDeploymentValueDeploymentsResponse2$outboundSchema` instead. */
5805
- const outboundSchema: z.ZodType<GetDeploymentValueDeploymentsResponse2$Outbound, z.ZodTypeDef, GetDeploymentValueDeploymentsResponse2>;
5806
- /** @deprecated use `GetDeploymentValueDeploymentsResponse2$Outbound` instead. */
5807
- type Outbound = GetDeploymentValueDeploymentsResponse2$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 getDeploymentValueDeploymentsResponse2ToJSON(getDeploymentValueDeploymentsResponse2: GetDeploymentValueDeploymentsResponse2): string;
5810
- export declare function getDeploymentValueDeploymentsResponse2FromJSON(jsonString: string): SafeParseResult<GetDeploymentValueDeploymentsResponse2, SDKValidationError>;
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 = GetDeploymentValueDeploymentsResponse2$Outbound | string;
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: GetDeploymentValueDeploymentsResponse2$Outbound | string;
5836
+ value: GetDeploymentValueDeployments2$Outbound | string;
5837
5837
  };
5838
5838
  /** @internal */
5839
5839
  export declare const GetDeploymentMissing1$outboundSchema: z.ZodType<GetDeploymentMissing1$Outbound, z.ZodTypeDef, GetDeploymentMissing1>;