@vercel/sdk 1.17.4 → 1.17.7

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 (100) hide show
  1. package/bin/mcp-server.js +1594 -1509
  2. package/bin/mcp-server.js.map +17 -17
  3. package/esm/__tests__/accessgroups.test.js +1 -3
  4. package/esm/__tests__/accessgroups.test.js.map +1 -1
  5. package/esm/__tests__/checks.test.js +1 -1
  6. package/esm/__tests__/checks.test.js.map +1 -1
  7. package/esm/__tests__/domains.test.js +11 -2
  8. package/esm/__tests__/domains.test.js.map +1 -1
  9. package/esm/__tests__/edgeconfig.test.js +6 -6
  10. package/esm/__tests__/edgeconfig.test.js.map +1 -1
  11. package/esm/__tests__/integrations.test.js +1 -1
  12. package/esm/__tests__/rollingrelease.test.js +6 -2
  13. package/esm/__tests__/rollingrelease.test.js.map +1 -1
  14. package/esm/__tests__/security.test.js +4 -4
  15. package/esm/__tests__/security.test.js.map +1 -1
  16. package/esm/__tests__/teams.test.js +2 -2
  17. package/esm/__tests__/teams.test.js.map +1 -1
  18. package/esm/funcs/marketplaceImportResource.js +2 -2
  19. package/esm/funcs/marketplaceImportResource.js.map +1 -1
  20. package/esm/lib/config.d.ts +3 -3
  21. package/esm/lib/config.js +3 -3
  22. package/esm/mcp-server/mcp-server.js +1 -1
  23. package/esm/mcp-server/server.js +1 -1
  24. package/esm/models/canceldeploymentop.d.ts +2 -37
  25. package/esm/models/canceldeploymentop.d.ts.map +1 -1
  26. package/esm/models/canceldeploymentop.js +2 -23
  27. package/esm/models/canceldeploymentop.js.map +1 -1
  28. package/esm/models/createdeploymentop.d.ts +2 -37
  29. package/esm/models/createdeploymentop.d.ts.map +1 -1
  30. package/esm/models/createdeploymentop.js +2 -22
  31. package/esm/models/createdeploymentop.js.map +1 -1
  32. package/esm/models/createintegrationstoredirectop.d.ts +152 -152
  33. package/esm/models/createintegrationstoredirectop.js +218 -218
  34. package/esm/models/createprojectop.d.ts +18 -18
  35. package/esm/models/createprojectop.d.ts.map +1 -1
  36. package/esm/models/createprojectop.js +18 -18
  37. package/esm/models/createprojectop.js.map +1 -1
  38. package/esm/models/getconfigurationproductsop.d.ts +200 -200
  39. package/esm/models/getconfigurationproductsop.js +290 -290
  40. package/esm/models/getdeploymentop.d.ts +2 -37
  41. package/esm/models/getdeploymentop.d.ts.map +1 -1
  42. package/esm/models/getdeploymentop.js +2 -22
  43. package/esm/models/getdeploymentop.js.map +1 -1
  44. package/esm/models/getmemberop.d.ts +4 -0
  45. package/esm/models/getmemberop.d.ts.map +1 -1
  46. package/esm/models/getmemberop.js +4 -0
  47. package/esm/models/getmemberop.js.map +1 -1
  48. package/esm/models/team.d.ts +21 -11
  49. package/esm/models/team.d.ts.map +1 -1
  50. package/esm/models/team.js +12 -8
  51. package/esm/models/team.js.map +1 -1
  52. package/esm/models/teamlimited.d.ts +10 -0
  53. package/esm/models/teamlimited.d.ts.map +1 -1
  54. package/esm/models/teamlimited.js +4 -0
  55. package/esm/models/teamlimited.js.map +1 -1
  56. package/esm/models/updateprojectop.d.ts +18 -18
  57. package/esm/models/updateprojectop.d.ts.map +1 -1
  58. package/esm/models/updateprojectop.js +18 -18
  59. package/esm/models/updateprojectop.js.map +1 -1
  60. package/esm/models/userevent.d.ts +1599 -1433
  61. package/esm/models/userevent.d.ts.map +1 -1
  62. package/esm/models/userevent.js +2124 -1947
  63. package/esm/models/userevent.js.map +1 -1
  64. package/esm/types/enums.d.ts +1 -8
  65. package/esm/types/enums.d.ts.map +1 -1
  66. package/esm/types/enums.js +1 -18
  67. package/esm/types/enums.js.map +1 -1
  68. package/esm/types/unrecognized.d.ts +10 -0
  69. package/esm/types/unrecognized.d.ts.map +1 -0
  70. package/esm/types/unrecognized.js +23 -0
  71. package/esm/types/unrecognized.js.map +1 -0
  72. package/examples/package-lock.json +1 -1
  73. package/jsr.json +1 -1
  74. package/package.json +1 -1
  75. package/src/__tests__/accessgroups.test.ts +1 -3
  76. package/src/__tests__/checks.test.ts +1 -1
  77. package/src/__tests__/domains.test.ts +11 -2
  78. package/src/__tests__/edgeconfig.test.ts +6 -6
  79. package/src/__tests__/integrations.test.ts +1 -1
  80. package/src/__tests__/rollingrelease.test.ts +6 -2
  81. package/src/__tests__/security.test.ts +4 -4
  82. package/src/__tests__/teams.test.ts +2 -2
  83. package/src/funcs/marketplaceImportResource.ts +2 -2
  84. package/src/lib/config.ts +3 -3
  85. package/src/mcp-server/mcp-server.ts +1 -1
  86. package/src/mcp-server/server.ts +1 -1
  87. package/src/models/canceldeploymentop.ts +4 -76
  88. package/src/models/createdeploymentop.ts +4 -87
  89. package/src/models/createintegrationstoredirectop.ts +471 -471
  90. package/src/models/createprojectop.ts +30 -30
  91. package/src/models/getconfigurationproductsop.ts +627 -627
  92. package/src/models/getdeploymentop.ts +4 -88
  93. package/src/models/getmemberop.ts +8 -0
  94. package/src/models/team.ts +29 -15
  95. package/src/models/teamlimited.ts +14 -0
  96. package/src/models/updateprojectop.ts +30 -30
  97. package/src/models/userevent.ts +4882 -4390
  98. package/src/types/enums.ts +1 -21
  99. package/src/types/unrecognized.ts +27 -0
  100. package/vercel-spec.json +356 -244
@@ -1,16 +1,9 @@
1
1
  import * as z from "zod/v3";
2
- declare const __brand: unique symbol;
3
- export type Unrecognized<T> = T & {
4
- [__brand]: "unrecognized";
5
- };
2
+ import { Unrecognized } from "./unrecognized.js";
6
3
  export type ClosedEnum<T extends Readonly<Record<string, string | number>>> = T[keyof T];
7
4
  export type OpenEnum<T extends Readonly<Record<string, string | number>>> = T[keyof T] | Unrecognized<T[keyof T] extends number ? number : string>;
8
- export declare function unrecognizedCounter(): {
9
- count: () => number;
10
- };
11
5
  export declare function inboundSchema<T extends Record<string, string>>(enumObj: T): z.ZodType<OpenEnum<T>, z.ZodTypeDef, unknown>;
12
6
  export declare function inboundSchemaInt<T extends Record<string, number | string>>(enumObj: T): z.ZodType<OpenEnum<T>, z.ZodTypeDef, unknown>;
13
7
  export declare function outboundSchema<T extends Record<string, string>>(_: T): z.ZodType<string, z.ZodTypeDef, OpenEnum<T>>;
14
8
  export declare function outboundSchemaInt<T extends Record<string, number | string>>(_: T): z.ZodType<number, z.ZodTypeDef, OpenEnum<T>>;
15
- export {};
16
9
  //# sourceMappingURL=enums.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../src/types/enums.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,CAAC,MAAM,OAAO,EAAE,OAAO,MAAM,CAAC;AACrC,MAAM,MAAM,YAAY,CAAC,CAAC,IAAI,CAAC,GAAG;IAAE,CAAC,OAAO,CAAC,EAAE,cAAc,CAAA;CAAE,CAAC;AAChE,MAAM,MAAM,UAAU,CAAC,CAAC,SAAS,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC,IACxE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;AACb,MAAM,MAAM,QAAQ,CAAC,CAAC,SAAS,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC,IACpE,CAAC,CAAC,MAAM,CAAC,CAAC,GACV,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,CAAC;AAS9D,wBAAgB,mBAAmB;;EAUlC;AAED,wBAAgB,aAAa,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAC5D,OAAO,EAAE,CAAC,GACT,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAAC,CAM/C;AAED,wBAAgB,gBAAgB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,EACxE,OAAO,EAAE,CAAC,GACT,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAAC,CAO/C;AAED,wBAAgB,cAAc,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAC7D,CAAC,EAAE,CAAC,GACH,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAE9C;AAED,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,EACzE,CAAC,EAAE,CAAC,GACH,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAE9C"}
1
+ {"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../src/types/enums.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,YAAY,EAAgB,MAAM,mBAAmB,CAAC;AAE/D,MAAM,MAAM,UAAU,CAAC,CAAC,SAAS,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC,IACxE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;AACb,MAAM,MAAM,QAAQ,CAAC,CAAC,SAAS,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC,IACpE,CAAC,CAAC,MAAM,CAAC,CAAC,GACV,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,CAAC;AAE9D,wBAAgB,aAAa,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAC5D,OAAO,EAAE,CAAC,GACT,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAAC,CAM/C;AAED,wBAAgB,gBAAgB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,EACxE,OAAO,EAAE,CAAC,GACT,CAAC,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,UAAU,EAAE,OAAO,CAAC,CAO/C;AAED,wBAAgB,cAAc,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAC7D,CAAC,EAAE,CAAC,GACH,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAE9C;AAED,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,EACzE,CAAC,EAAE,CAAC,GACH,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAE9C"}
@@ -2,24 +2,7 @@
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
  import * as z from "zod/v3";
5
- function unrecognized(value) {
6
- unrecognizedCount++;
7
- return value;
8
- }
9
- let unrecognizedCount = 0;
10
- let refCount = 0;
11
- export function unrecognizedCounter() {
12
- refCount++;
13
- const start = unrecognizedCount;
14
- return {
15
- count: () => {
16
- const count = unrecognizedCount - start;
17
- if (--refCount === 0)
18
- unrecognizedCount = 0;
19
- return count;
20
- },
21
- };
22
- }
5
+ import { unrecognized } from "./unrecognized.js";
23
6
  export function inboundSchema(enumObj) {
24
7
  const options = Object.values(enumObj);
25
8
  return z.union([
@@ -1 +1 @@
1
- {"version":3,"file":"enums.js","sourceRoot":"","sources":["../../src/types/enums.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAU5B,SAAS,YAAY,CAAI,KAAQ;IAC/B,iBAAiB,EAAE,CAAC;IACpB,OAAO,KAAwB,CAAC;AAClC,CAAC;AAED,IAAI,iBAAiB,GAAG,CAAC,CAAC;AAC1B,IAAI,QAAQ,GAAG,CAAC,CAAC;AACjB,MAAM,UAAU,mBAAmB;IACjC,QAAQ,EAAE,CAAC;IACX,MAAM,KAAK,GAAG,iBAAiB,CAAC;IAChC,OAAO;QACL,KAAK,EAAE,GAAG,EAAE;YACV,MAAM,KAAK,GAAG,iBAAiB,GAAG,KAAK,CAAC;YACxC,IAAI,EAAE,QAAQ,KAAK,CAAC;gBAAE,iBAAiB,GAAG,CAAC,CAAC;YAC5C,OAAO,KAAK,CAAC;QACf,CAAC;KACF,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,aAAa,CAC3B,OAAU;IAEV,MAAM,OAAO,GAAG,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IACvC,OAAO,CAAC,CAAC,KAAK,CAAC;QACb,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;QACjC,CAAC,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;KACpC,CAAC,CAAC;AACZ,CAAC;AAED,MAAM,UAAU,gBAAgB,CAC9B,OAAU;IAEV,wEAAwE;IACxE,MAAM,OAAO,GAAG,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,KAAK,QAAQ,CAAC,CAAC;IAC1E,OAAO,CAAC,CAAC,KAAK,CAAC;QACb,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;QACjC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;KAC1C,CAAC,CAAC;AACZ,CAAC;AAED,MAAM,UAAU,cAAc,CAC5B,CAAI;IAEJ,OAAO,CAAC,CAAC,MAAM,EAAS,CAAC;AAC3B,CAAC;AAED,MAAM,UAAU,iBAAiB,CAC/B,CAAI;IAEJ,OAAO,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAS,CAAC;AACjC,CAAC"}
1
+ {"version":3,"file":"enums.js","sourceRoot":"","sources":["../../src/types/enums.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAgB,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAQ/D,MAAM,UAAU,aAAa,CAC3B,OAAU;IAEV,MAAM,OAAO,GAAG,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IACvC,OAAO,CAAC,CAAC,KAAK,CAAC;QACb,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;QACjC,CAAC,CAAC,MAAM,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;KACpC,CAAC,CAAC;AACZ,CAAC;AAED,MAAM,UAAU,gBAAgB,CAC9B,OAAU;IAEV,wEAAwE;IACxE,MAAM,OAAO,GAAG,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,KAAK,QAAQ,CAAC,CAAC;IAC1E,OAAO,CAAC,CAAC,KAAK,CAAC;QACb,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;QACjC,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;KAC1C,CAAC,CAAC;AACZ,CAAC;AAED,MAAM,UAAU,cAAc,CAC5B,CAAI;IAEJ,OAAO,CAAC,CAAC,MAAM,EAAS,CAAC;AAC3B,CAAC;AAED,MAAM,UAAU,iBAAiB,CAC/B,CAAI;IAEJ,OAAO,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAS,CAAC;AACjC,CAAC"}
@@ -0,0 +1,10 @@
1
+ declare const __brand: unique symbol;
2
+ export type Unrecognized<T> = T & {
3
+ [__brand]: "unrecognized";
4
+ };
5
+ declare function unrecognized<T>(value: T): Unrecognized<T>;
6
+ export declare function startCountingUnrecognized(): {
7
+ end: () => number;
8
+ };
9
+ export { unrecognized };
10
+ //# sourceMappingURL=unrecognized.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unrecognized.d.ts","sourceRoot":"","sources":["../../src/types/unrecognized.ts"],"names":[],"mappings":"AAIA,OAAO,CAAC,MAAM,OAAO,EAAE,OAAO,MAAM,CAAC;AACrC,MAAM,MAAM,YAAY,CAAC,CAAC,IAAI,CAAC,GAAG;IAAE,CAAC,OAAO,CAAC,EAAE,cAAc,CAAA;CAAE,CAAC;AAEhE,iBAAS,YAAY,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,YAAY,CAAC,CAAC,CAAC,CAGlD;AAID,wBAAgB,yBAAyB;;EAUxC;AAED,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1,23 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ function unrecognized(value) {
5
+ globalCount++;
6
+ return value;
7
+ }
8
+ let globalCount = 0;
9
+ let refCount = 0;
10
+ export function startCountingUnrecognized() {
11
+ refCount++;
12
+ const start = globalCount;
13
+ return {
14
+ end: () => {
15
+ const count = globalCount - start;
16
+ if (--refCount === 0)
17
+ globalCount = 0;
18
+ return count;
19
+ },
20
+ };
21
+ }
22
+ export { unrecognized };
23
+ //# sourceMappingURL=unrecognized.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unrecognized.js","sourceRoot":"","sources":["../../src/types/unrecognized.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,SAAS,YAAY,CAAI,KAAQ;IAC/B,WAAW,EAAE,CAAC;IACd,OAAO,KAAwB,CAAC;AAClC,CAAC;AAED,IAAI,WAAW,GAAG,CAAC,CAAC;AACpB,IAAI,QAAQ,GAAG,CAAC,CAAC;AACjB,MAAM,UAAU,yBAAyB;IACvC,QAAQ,EAAE,CAAC;IACX,MAAM,KAAK,GAAG,WAAW,CAAC;IAC1B,OAAO;QACL,GAAG,EAAE,GAAG,EAAE;YACR,MAAM,KAAK,GAAG,WAAW,GAAG,KAAK,CAAC;YAClC,IAAI,EAAE,QAAQ,KAAK,CAAC;gBAAE,WAAW,GAAG,CAAC,CAAC;YACtC,OAAO,KAAK,CAAC;QACf,CAAC;KACF,CAAC;AACJ,CAAC;AAED,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "..": {
20
20
  "name": "@vercel/sdk",
21
- "version": "1.17.4",
21
+ "version": "1.17.7",
22
22
  "dependencies": {
23
23
  "@modelcontextprotocol/sdk": ">=1.5.0 <1.10.0",
24
24
  "zod": "^3.25.0 || ^4.0.0"
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "@vercel/sdk",
5
- "version": "1.17.4",
5
+ "version": "1.17.7",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models": "./src/models/index.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/sdk",
3
- "version": "1.17.4",
3
+ "version": "1.17.7",
4
4
  "author": "Speakeasy",
5
5
  "type": "module",
6
6
  "bin": {
@@ -107,9 +107,7 @@ test("Access Groups Update Access Group", async () => {
107
107
  });
108
108
  expect(result).toBeDefined();
109
109
  expect(result).toEqual({
110
- entitlements: [
111
- "v0",
112
- ],
110
+ entitlements: [],
113
111
  name: "my-access-group",
114
112
  createdAt: "1588720733602",
115
113
  teamId: "team_123a6c5209bc3778245d011443644c8d27dc2c50",
@@ -66,7 +66,7 @@ test("Checks Get All Checks", async () => {
66
66
  integrationId: "<id>",
67
67
  name: "<value>",
68
68
  rerequestable: false,
69
- blocking: true,
69
+ blocking: false,
70
70
  status: "completed",
71
71
  updatedAt: 5993.81,
72
72
  },
@@ -130,11 +130,20 @@ test("Domains Get Domain Config", async () => {
130
130
  });
131
131
  expect(result).toBeDefined();
132
132
  expect(result).toEqual({
133
- configuredBy: "CNAME",
133
+ configuredBy: "dns-01",
134
134
  acceptedChallenges: [
135
135
  "http-01",
136
136
  ],
137
- recommendedIPv4: [],
137
+ recommendedIPv4: [
138
+ {
139
+ rank: 4614.79,
140
+ value: [
141
+ "<value 1>",
142
+ "<value 2>",
143
+ "<value 3>",
144
+ ],
145
+ },
146
+ ],
138
147
  recommendedCNAME: [],
139
148
  misconfigured: false,
140
149
  });
@@ -50,8 +50,8 @@ test("Edge Config Create Edge Config", async () => {
50
50
  });
51
51
  expect(result).toBeDefined();
52
52
  expect(result).toEqual({
53
- createdAt: 5488.14,
54
- updatedAt: 7151.9,
53
+ createdAt: 5288.95,
54
+ updatedAt: 5680.45,
55
55
  id: "<id>",
56
56
  slug: "<value>",
57
57
  ownerId: "<id>",
@@ -77,8 +77,8 @@ test("Edge Config Get Edge Config", async () => {
77
77
  });
78
78
  expect(result).toBeDefined();
79
79
  expect(result).toEqual({
80
- createdAt: 6027.63,
81
- updatedAt: 5448.83,
80
+ createdAt: 9255.97,
81
+ updatedAt: 710.36,
82
82
  id: "<id>",
83
83
  slug: "<value>",
84
84
  ownerId: "<id>",
@@ -107,8 +107,8 @@ test("Edge Config Update Edge Config", async () => {
107
107
  });
108
108
  expect(result).toBeDefined();
109
109
  expect(result).toEqual({
110
- createdAt: 4236.55,
111
- updatedAt: 6458.94,
110
+ createdAt: 871.29,
111
+ updatedAt: 202.18,
112
112
  id: "<id>",
113
113
  slug: "<value>",
114
114
  ownerId: "<id>",
@@ -124,7 +124,7 @@ test("Integrations Create Integration Store Direct", async () => {
124
124
  externalResourceId: "<id>",
125
125
  product: {
126
126
  value: {
127
- atBRANDAt8805: {},
127
+ atBRANDAt8825: {},
128
128
  },
129
129
  },
130
130
  secrets: [],
@@ -362,8 +362,12 @@ test("Rolling Release Get Rolling Release Billing Status", async () => {
362
362
  });
363
363
  expect(result).toBeDefined();
364
364
  expect(result).toEqual({
365
- availableSlots: "unlimited",
366
- reason: "unlimited_slots",
365
+ availableSlots: 7151.9,
366
+ reason: "no_available_slots",
367
367
  message: "<value>",
368
+ enabledProjects: [
369
+ "<value 1>",
370
+ "<value 2>",
371
+ ],
368
372
  });
369
373
  });
@@ -322,10 +322,10 @@ test("Security Get Bypass Ip", async () => {
322
322
  {
323
323
  ownerId: "<id>",
324
324
  id: "<id>",
325
- domain: "insignificant-parsnip.info",
326
- ip: "f8bb:ce11:0cbd:fbab:2e3e:b95b:ac0d:ddef",
327
- createdAt: "1715491040793",
328
- updatedAt: "1735640959124",
325
+ domain: "second-newsletter.name",
326
+ ip: "165.112.228.246",
327
+ createdAt: "1716245811354",
328
+ updatedAt: "1735671604252",
329
329
  updatedAtHour: "<value>",
330
330
  },
331
331
  ],
@@ -167,8 +167,8 @@ test("Teams Get Team", async () => {
167
167
  emailDomain: "example.com",
168
168
  saml: {
169
169
  connection: {
170
- status: "linked",
171
170
  type: "OktaSAML",
171
+ status: "linked",
172
172
  state: "active",
173
173
  connectedAt: 1611796915677,
174
174
  lastReceivedWebhookEvent: 1611796915677,
@@ -240,8 +240,8 @@ test("Teams Patch Team", async () => {
240
240
  emailDomain: "example.com",
241
241
  saml: {
242
242
  connection: {
243
- status: "linked",
244
243
  type: "OktaSAML",
244
+ status: "linked",
245
245
  state: "active",
246
246
  connectedAt: 1611796915677,
247
247
  lastReceivedWebhookEvent: 1611796915677,
@@ -147,7 +147,7 @@ async function $do(
147
147
 
148
148
  const doResult = await client._do(req, {
149
149
  context,
150
- errorCodes: ["400", "401", "403", "404", "409", "422", "4XX", "5XX"],
150
+ errorCodes: ["400", "401", "403", "404", "409", "422", "429", "4XX", "5XX"],
151
151
  retryConfig: context.retryConfig,
152
152
  retryCodes: context.retryCodes,
153
153
  });
@@ -168,7 +168,7 @@ async function $do(
168
168
  | SDKValidationError
169
169
  >(
170
170
  M.json(200, ImportResourceResponseBody$inboundSchema),
171
- M.fail([400, 401, 403, 404, 409, 422, "4XX"]),
171
+ M.fail([400, 401, 403, 404, 409, 422, 429, "4XX"]),
172
172
  M.fail("5XX"),
173
173
  )(response, req);
174
174
  if (!result.ok) {
package/src/lib/config.ts CHANGED
@@ -61,7 +61,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
61
61
  export const SDK_METADATA = {
62
62
  language: "typescript",
63
63
  openapiDocVersion: "0.0.1",
64
- sdkVersion: "1.17.4",
65
- genVersion: "2.755.9",
66
- userAgent: "speakeasy-sdk/typescript 1.17.4 2.755.9 0.0.1 @vercel/sdk",
64
+ sdkVersion: "1.17.7",
65
+ genVersion: "2.760.2",
66
+ userAgent: "speakeasy-sdk/typescript 1.17.7 2.760.2 0.0.1 @vercel/sdk",
67
67
  } as const;
@@ -19,7 +19,7 @@ const routes = buildRouteMap({
19
19
  export const app = buildApplication(routes, {
20
20
  name: "mcp",
21
21
  versionInfo: {
22
- currentVersion: "1.17.4",
22
+ currentVersion: "1.17.7",
23
23
  },
24
24
  });
25
25
 
@@ -242,7 +242,7 @@ export function createMCPServer(deps: {
242
242
  }) {
243
243
  const server = new McpServer({
244
244
  name: "Vercel",
245
- version: "1.17.4",
245
+ version: "1.17.7",
246
246
  });
247
247
 
248
248
  const client = new VercelCore({
@@ -1169,6 +1169,7 @@ export type RoutesTransforms = {
1169
1169
  op: RoutesOp;
1170
1170
  target: CancelDeploymentRoutesTarget;
1171
1171
  args?: string | Array<string> | undefined;
1172
+ env?: Array<string> | undefined;
1172
1173
  };
1173
1174
 
1174
1175
  export type RoutesLocale = {
@@ -1328,22 +1329,6 @@ export type CancelDeploymentFlags =
1328
1329
  | CancelDeploymentFlags1
1329
1330
  | Array<CancelDeploymentFlags2>;
1330
1331
 
1331
- /**
1332
- * A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment. Note: this field will be removed when MFE alias routing is fully rolled out.
1333
- */
1334
- export type MicrofrontendsApplications = {
1335
- isDefaultApp?: boolean | undefined;
1336
- /**
1337
- * This is the production alias, it will always show the most up to date of each application.
1338
- */
1339
- productionHost: string;
1340
- /**
1341
- * Use the fixed deploymentAlias and deploymentHost so that the microfrontend preview stays in sync with the deployment. These are only present for mono-repos when a single commit creates multiple deployments. If they are not present, productionHost will be used.
1342
- */
1343
- deploymentAlias?: string | undefined;
1344
- deploymentHost?: string | undefined;
1345
- };
1346
-
1347
1332
  /**
1348
1333
  * The result of the microfrontends config upload during deployment creation / build. Only set for default app deployments. The config upload is attempted during deployment create, and then again during the build. If the config is not in the root directory, or the deployment is prebuilt, the config cannot be uploaded during deployment create. The upload during deployment build finds the config even if it's not in the root directory, as it has access to all files. Uploading the config during create is ideal, as then all child deployments are guaranteed to have access to the default app deployment config even if the default app has not yet started building. If the config is not uploaded, the child app will show as building until the config has been uploaded during the default app build. - `success` - The config was uploaded successfully, either when the deployment was created or during the build. - `waiting_on_build` - The config could not be uploaded during deployment create, will be attempted again during the build. - `no_config` - No config was found. Only set once the build has not found the config in any of the deployment's files. - `undefined` - Legacy deployments, or there was an error uploading the config during deployment create.
1349
1334
  */
@@ -1361,10 +1346,6 @@ export type MicrofrontendsMfeConfigUploadState = ClosedEnum<
1361
1346
 
1362
1347
  export type CancelDeploymentMicrofrontends2 = {
1363
1348
  isDefaultApp: boolean;
1364
- /**
1365
- * A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment. Note: this field will be removed when MFE alias routing is fully rolled out.
1366
- */
1367
- applications?: { [k: string]: MicrofrontendsApplications } | undefined;
1368
1349
  /**
1369
1350
  * The result of the microfrontends config upload during deployment creation / build. Only set for default app deployments. The config upload is attempted during deployment create, and then again during the build. If the config is not in the root directory, or the deployment is prebuilt, the config cannot be uploaded during deployment create. The upload during deployment build finds the config even if it's not in the root directory, as it has access to all files. Uploading the config during create is ideal, as then all child deployments are guaranteed to have access to the default app deployment config even if the default app has not yet started building. If the config is not uploaded, the child app will show as building until the config has been uploaded during the default app build. - `success` - The config was uploaded successfully, either when the deployment was created or during the build. - `waiting_on_build` - The config could not be uploaded during deployment create, will be attempted again during the build. - `no_config` - No config was found. Only set once the build has not found the config in any of the deployment's files. - `undefined` - Legacy deployments, or there was an error uploading the config during deployment create.
1370
1351
  */
@@ -5894,6 +5875,7 @@ export const RoutesTransforms$inboundSchema: z.ZodType<
5894
5875
  op: RoutesOp$inboundSchema,
5895
5876
  target: z.lazy(() => CancelDeploymentRoutesTarget$inboundSchema),
5896
5877
  args: z.union([z.string(), z.array(z.string())]).optional(),
5878
+ env: z.array(z.string()).optional(),
5897
5879
  });
5898
5880
  /** @internal */
5899
5881
  export type RoutesTransforms$Outbound = {
@@ -5901,6 +5883,7 @@ export type RoutesTransforms$Outbound = {
5901
5883
  op: string;
5902
5884
  target: CancelDeploymentRoutesTarget$Outbound;
5903
5885
  args?: string | Array<string> | undefined;
5886
+ env?: Array<string> | undefined;
5904
5887
  };
5905
5888
 
5906
5889
  /** @internal */
@@ -5913,6 +5896,7 @@ export const RoutesTransforms$outboundSchema: z.ZodType<
5913
5896
  op: RoutesOp$outboundSchema,
5914
5897
  target: z.lazy(() => CancelDeploymentRoutesTarget$outboundSchema),
5915
5898
  args: z.union([z.string(), z.array(z.string())]).optional(),
5899
+ env: z.array(z.string()).optional(),
5916
5900
  });
5917
5901
 
5918
5902
  export function routesTransformsToJSON(
@@ -6628,54 +6612,6 @@ export function cancelDeploymentFlagsFromJSON(
6628
6612
  );
6629
6613
  }
6630
6614
 
6631
- /** @internal */
6632
- export const MicrofrontendsApplications$inboundSchema: z.ZodType<
6633
- MicrofrontendsApplications,
6634
- z.ZodTypeDef,
6635
- unknown
6636
- > = z.object({
6637
- isDefaultApp: z.boolean().optional(),
6638
- productionHost: z.string(),
6639
- deploymentAlias: z.string().optional(),
6640
- deploymentHost: z.string().optional(),
6641
- });
6642
- /** @internal */
6643
- export type MicrofrontendsApplications$Outbound = {
6644
- isDefaultApp?: boolean | undefined;
6645
- productionHost: string;
6646
- deploymentAlias?: string | undefined;
6647
- deploymentHost?: string | undefined;
6648
- };
6649
-
6650
- /** @internal */
6651
- export const MicrofrontendsApplications$outboundSchema: z.ZodType<
6652
- MicrofrontendsApplications$Outbound,
6653
- z.ZodTypeDef,
6654
- MicrofrontendsApplications
6655
- > = z.object({
6656
- isDefaultApp: z.boolean().optional(),
6657
- productionHost: z.string(),
6658
- deploymentAlias: z.string().optional(),
6659
- deploymentHost: z.string().optional(),
6660
- });
6661
-
6662
- export function microfrontendsApplicationsToJSON(
6663
- microfrontendsApplications: MicrofrontendsApplications,
6664
- ): string {
6665
- return JSON.stringify(
6666
- MicrofrontendsApplications$outboundSchema.parse(microfrontendsApplications),
6667
- );
6668
- }
6669
- export function microfrontendsApplicationsFromJSON(
6670
- jsonString: string,
6671
- ): SafeParseResult<MicrofrontendsApplications, SDKValidationError> {
6672
- return safeParse(
6673
- jsonString,
6674
- (x) => MicrofrontendsApplications$inboundSchema.parse(JSON.parse(x)),
6675
- `Failed to parse 'MicrofrontendsApplications' from JSON`,
6676
- );
6677
- }
6678
-
6679
6615
  /** @internal */
6680
6616
  export const MicrofrontendsMfeConfigUploadState$inboundSchema: z.ZodNativeEnum<
6681
6617
  typeof MicrofrontendsMfeConfigUploadState
@@ -6692,8 +6628,6 @@ export const CancelDeploymentMicrofrontends2$inboundSchema: z.ZodType<
6692
6628
  unknown
6693
6629
  > = z.object({
6694
6630
  isDefaultApp: z.boolean(),
6695
- applications: z.record(z.lazy(() => MicrofrontendsApplications$inboundSchema))
6696
- .optional(),
6697
6631
  mfeConfigUploadState: MicrofrontendsMfeConfigUploadState$inboundSchema
6698
6632
  .optional(),
6699
6633
  defaultAppProjectName: z.string(),
@@ -6703,9 +6637,6 @@ export const CancelDeploymentMicrofrontends2$inboundSchema: z.ZodType<
6703
6637
  /** @internal */
6704
6638
  export type CancelDeploymentMicrofrontends2$Outbound = {
6705
6639
  isDefaultApp: boolean;
6706
- applications?:
6707
- | { [k: string]: MicrofrontendsApplications$Outbound }
6708
- | undefined;
6709
6640
  mfeConfigUploadState?: string | undefined;
6710
6641
  defaultAppProjectName: string;
6711
6642
  defaultRoute?: string | undefined;
@@ -6719,9 +6650,6 @@ export const CancelDeploymentMicrofrontends2$outboundSchema: z.ZodType<
6719
6650
  CancelDeploymentMicrofrontends2
6720
6651
  > = z.object({
6721
6652
  isDefaultApp: z.boolean(),
6722
- applications: z.record(
6723
- z.lazy(() => MicrofrontendsApplications$outboundSchema),
6724
- ).optional(),
6725
6653
  mfeConfigUploadState: MicrofrontendsMfeConfigUploadState$outboundSchema
6726
6654
  .optional(),
6727
6655
  defaultAppProjectName: z.string(),
@@ -1587,6 +1587,7 @@ export type CreateDeploymentRoutesTransforms = {
1587
1587
  op: CreateDeploymentRoutesOp;
1588
1588
  target: RoutesTarget;
1589
1589
  args?: string | Array<string> | undefined;
1590
+ env?: Array<string> | undefined;
1590
1591
  };
1591
1592
 
1592
1593
  export type Locale = {
@@ -1730,22 +1731,6 @@ export type Flags1 = {
1730
1731
 
1731
1732
  export type Flags = Flags1 | Array<Flags2>;
1732
1733
 
1733
- /**
1734
- * A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment. Note: this field will be removed when MFE alias routing is fully rolled out.
1735
- */
1736
- export type CreateDeploymentMicrofrontendsApplications = {
1737
- isDefaultApp?: boolean | undefined;
1738
- /**
1739
- * This is the production alias, it will always show the most up to date of each application.
1740
- */
1741
- productionHost: string;
1742
- /**
1743
- * Use the fixed deploymentAlias and deploymentHost so that the microfrontend preview stays in sync with the deployment. These are only present for mono-repos when a single commit creates multiple deployments. If they are not present, productionHost will be used.
1744
- */
1745
- deploymentAlias?: string | undefined;
1746
- deploymentHost?: string | undefined;
1747
- };
1748
-
1749
1734
  /**
1750
1735
  * The result of the microfrontends config upload during deployment creation / build. Only set for default app deployments. The config upload is attempted during deployment create, and then again during the build. If the config is not in the root directory, or the deployment is prebuilt, the config cannot be uploaded during deployment create. The upload during deployment build finds the config even if it's not in the root directory, as it has access to all files. Uploading the config during create is ideal, as then all child deployments are guaranteed to have access to the default app deployment config even if the default app has not yet started building. If the config is not uploaded, the child app will show as building until the config has been uploaded during the default app build. - `success` - The config was uploaded successfully, either when the deployment was created or during the build. - `waiting_on_build` - The config could not be uploaded during deployment create, will be attempted again during the build. - `no_config` - No config was found. Only set once the build has not found the config in any of the deployment's files. - `undefined` - Legacy deployments, or there was an error uploading the config during deployment create.
1751
1736
  */
@@ -1761,12 +1746,6 @@ export type MfeConfigUploadState = ClosedEnum<typeof MfeConfigUploadState>;
1761
1746
 
1762
1747
  export type CreateDeploymentMicrofrontends2 = {
1763
1748
  isDefaultApp: boolean;
1764
- /**
1765
- * A map of the other applications that are part of this group. Only defined on the default application. The field is set after deployments have been created, so can be undefined, but should be there for a successful deployment. Note: this field will be removed when MFE alias routing is fully rolled out.
1766
- */
1767
- applications?:
1768
- | { [k: string]: CreateDeploymentMicrofrontendsApplications }
1769
- | undefined;
1770
1749
  /**
1771
1750
  * The result of the microfrontends config upload during deployment creation / build. Only set for default app deployments. The config upload is attempted during deployment create, and then again during the build. If the config is not in the root directory, or the deployment is prebuilt, the config cannot be uploaded during deployment create. The upload during deployment build finds the config even if it's not in the root directory, as it has access to all files. Uploading the config during create is ideal, as then all child deployments are guaranteed to have access to the default app deployment config even if the default app has not yet started building. If the config is not uploaded, the child app will show as building until the config has been uploaded during the default app build. - `success` - The config was uploaded successfully, either when the deployment was created or during the build. - `waiting_on_build` - The config could not be uploaded during deployment create, will be attempted again during the build. - `no_config` - No config was found. Only set once the build has not found the config in any of the deployment's files. - `undefined` - Legacy deployments, or there was an error uploading the config during deployment create.
1772
1751
  */
@@ -6999,6 +6978,7 @@ export const CreateDeploymentRoutesTransforms$inboundSchema: z.ZodType<
6999
6978
  op: CreateDeploymentRoutesOp$inboundSchema,
7000
6979
  target: z.lazy(() => RoutesTarget$inboundSchema),
7001
6980
  args: z.union([z.string(), z.array(z.string())]).optional(),
6981
+ env: z.array(z.string()).optional(),
7002
6982
  });
7003
6983
  /** @internal */
7004
6984
  export type CreateDeploymentRoutesTransforms$Outbound = {
@@ -7006,6 +6986,7 @@ export type CreateDeploymentRoutesTransforms$Outbound = {
7006
6986
  op: string;
7007
6987
  target: RoutesTarget$Outbound;
7008
6988
  args?: string | Array<string> | undefined;
6989
+ env?: Array<string> | undefined;
7009
6990
  };
7010
6991
 
7011
6992
  /** @internal */
@@ -7018,6 +6999,7 @@ export const CreateDeploymentRoutesTransforms$outboundSchema: z.ZodType<
7018
6999
  op: CreateDeploymentRoutesOp$outboundSchema,
7019
7000
  target: z.lazy(() => RoutesTarget$outboundSchema),
7020
7001
  args: z.union([z.string(), z.array(z.string())]).optional(),
7002
+ env: z.array(z.string()).optional(),
7021
7003
  });
7022
7004
 
7023
7005
  export function createDeploymentRoutesTransformsToJSON(
@@ -7661,62 +7643,6 @@ export function flagsFromJSON(
7661
7643
  );
7662
7644
  }
7663
7645
 
7664
- /** @internal */
7665
- export const CreateDeploymentMicrofrontendsApplications$inboundSchema:
7666
- z.ZodType<CreateDeploymentMicrofrontendsApplications, z.ZodTypeDef, unknown> =
7667
- z.object({
7668
- isDefaultApp: z.boolean().optional(),
7669
- productionHost: z.string(),
7670
- deploymentAlias: z.string().optional(),
7671
- deploymentHost: z.string().optional(),
7672
- });
7673
- /** @internal */
7674
- export type CreateDeploymentMicrofrontendsApplications$Outbound = {
7675
- isDefaultApp?: boolean | undefined;
7676
- productionHost: string;
7677
- deploymentAlias?: string | undefined;
7678
- deploymentHost?: string | undefined;
7679
- };
7680
-
7681
- /** @internal */
7682
- export const CreateDeploymentMicrofrontendsApplications$outboundSchema:
7683
- z.ZodType<
7684
- CreateDeploymentMicrofrontendsApplications$Outbound,
7685
- z.ZodTypeDef,
7686
- CreateDeploymentMicrofrontendsApplications
7687
- > = z.object({
7688
- isDefaultApp: z.boolean().optional(),
7689
- productionHost: z.string(),
7690
- deploymentAlias: z.string().optional(),
7691
- deploymentHost: z.string().optional(),
7692
- });
7693
-
7694
- export function createDeploymentMicrofrontendsApplicationsToJSON(
7695
- createDeploymentMicrofrontendsApplications:
7696
- CreateDeploymentMicrofrontendsApplications,
7697
- ): string {
7698
- return JSON.stringify(
7699
- CreateDeploymentMicrofrontendsApplications$outboundSchema.parse(
7700
- createDeploymentMicrofrontendsApplications,
7701
- ),
7702
- );
7703
- }
7704
- export function createDeploymentMicrofrontendsApplicationsFromJSON(
7705
- jsonString: string,
7706
- ): SafeParseResult<
7707
- CreateDeploymentMicrofrontendsApplications,
7708
- SDKValidationError
7709
- > {
7710
- return safeParse(
7711
- jsonString,
7712
- (x) =>
7713
- CreateDeploymentMicrofrontendsApplications$inboundSchema.parse(
7714
- JSON.parse(x),
7715
- ),
7716
- `Failed to parse 'CreateDeploymentMicrofrontendsApplications' from JSON`,
7717
- );
7718
- }
7719
-
7720
7646
  /** @internal */
7721
7647
  export const MfeConfigUploadState$inboundSchema: z.ZodNativeEnum<
7722
7648
  typeof MfeConfigUploadState
@@ -7733,9 +7659,6 @@ export const CreateDeploymentMicrofrontends2$inboundSchema: z.ZodType<
7733
7659
  unknown
7734
7660
  > = z.object({
7735
7661
  isDefaultApp: z.boolean(),
7736
- applications: z.record(
7737
- z.lazy(() => CreateDeploymentMicrofrontendsApplications$inboundSchema),
7738
- ).optional(),
7739
7662
  mfeConfigUploadState: MfeConfigUploadState$inboundSchema.optional(),
7740
7663
  defaultAppProjectName: z.string(),
7741
7664
  defaultRoute: z.string().optional(),
@@ -7744,9 +7667,6 @@ export const CreateDeploymentMicrofrontends2$inboundSchema: z.ZodType<
7744
7667
  /** @internal */
7745
7668
  export type CreateDeploymentMicrofrontends2$Outbound = {
7746
7669
  isDefaultApp: boolean;
7747
- applications?: {
7748
- [k: string]: CreateDeploymentMicrofrontendsApplications$Outbound;
7749
- } | undefined;
7750
7670
  mfeConfigUploadState?: string | undefined;
7751
7671
  defaultAppProjectName: string;
7752
7672
  defaultRoute?: string | undefined;
@@ -7760,9 +7680,6 @@ export const CreateDeploymentMicrofrontends2$outboundSchema: z.ZodType<
7760
7680
  CreateDeploymentMicrofrontends2
7761
7681
  > = z.object({
7762
7682
  isDefaultApp: z.boolean(),
7763
- applications: z.record(
7764
- z.lazy(() => CreateDeploymentMicrofrontendsApplications$outboundSchema),
7765
- ).optional(),
7766
7683
  mfeConfigUploadState: MfeConfigUploadState$outboundSchema.optional(),
7767
7684
  defaultAppProjectName: z.string(),
7768
7685
  defaultRoute: z.string().optional(),