@vercel/sdk 1.7.5 → 1.7.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 (105) hide show
  1. package/bin/mcp-server.js +2231 -2062
  2. package/bin/mcp-server.js.map +34 -25
  3. package/esm/__tests__/projects.test.js +15 -13
  4. package/esm/__tests__/projects.test.js.map +1 -1
  5. package/esm/lib/config.d.ts +3 -3
  6. package/esm/lib/config.js +3 -3
  7. package/esm/mcp-server/mcp-server.js +1 -1
  8. package/esm/mcp-server/server.js +1 -1
  9. package/esm/models/authuser.d.ts +0 -93
  10. package/esm/models/authuser.d.ts.map +1 -1
  11. package/esm/models/authuser.js +0 -64
  12. package/esm/models/authuser.js.map +1 -1
  13. package/esm/models/authuserlimited.d.ts +0 -34
  14. package/esm/models/authuserlimited.d.ts.map +1 -1
  15. package/esm/models/authuserlimited.js +0 -23
  16. package/esm/models/authuserlimited.js.map +1 -1
  17. package/esm/models/createdeploymentop.d.ts +43 -43
  18. package/esm/models/createdeploymentop.d.ts.map +1 -1
  19. package/esm/models/createdeploymentop.js +27 -27
  20. package/esm/models/createdeploymentop.js.map +1 -1
  21. package/esm/models/createprojectop.d.ts +18 -9
  22. package/esm/models/createprojectop.d.ts.map +1 -1
  23. package/esm/models/createprojectop.js +9 -3
  24. package/esm/models/createprojectop.js.map +1 -1
  25. package/esm/models/createwebhookop.d.ts +6 -0
  26. package/esm/models/createwebhookop.d.ts.map +1 -1
  27. package/esm/models/createwebhookop.js +2 -0
  28. package/esm/models/createwebhookop.js.map +1 -1
  29. package/esm/models/getaliasop.d.ts +108 -0
  30. package/esm/models/getaliasop.d.ts.map +1 -1
  31. package/esm/models/getaliasop.js +84 -0
  32. package/esm/models/getaliasop.js.map +1 -1
  33. package/esm/models/getprojectsop.d.ts +9 -0
  34. package/esm/models/getprojectsop.d.ts.map +1 -1
  35. package/esm/models/getprojectsop.js +6 -0
  36. package/esm/models/getprojectsop.js.map +1 -1
  37. package/esm/models/getwebhookop.d.ts +3 -0
  38. package/esm/models/getwebhookop.d.ts.map +1 -1
  39. package/esm/models/getwebhookop.js +1 -0
  40. package/esm/models/getwebhookop.js.map +1 -1
  41. package/esm/models/getwebhooksop.d.ts +6 -0
  42. package/esm/models/getwebhooksop.d.ts.map +1 -1
  43. package/esm/models/getwebhooksop.js +2 -0
  44. package/esm/models/getwebhooksop.js.map +1 -1
  45. package/esm/models/importresourceop.d.ts +44 -7
  46. package/esm/models/importresourceop.d.ts.map +1 -1
  47. package/esm/models/importresourceop.js +31 -2
  48. package/esm/models/importresourceop.js.map +1 -1
  49. package/esm/models/listaliasesop.d.ts +108 -0
  50. package/esm/models/listaliasesop.d.ts.map +1 -1
  51. package/esm/models/listaliasesop.js +85 -0
  52. package/esm/models/listaliasesop.js.map +1 -1
  53. package/esm/models/listauthtokensop.d.ts +0 -5
  54. package/esm/models/listauthtokensop.d.ts.map +1 -1
  55. package/esm/models/listauthtokensop.js +0 -2
  56. package/esm/models/listauthtokensop.js.map +1 -1
  57. package/esm/models/teamlimited.d.ts +29 -2
  58. package/esm/models/teamlimited.d.ts.map +1 -1
  59. package/esm/models/teamlimited.js +31 -2
  60. package/esm/models/teamlimited.js.map +1 -1
  61. package/esm/models/updateprojectdatacacheop.d.ts +9 -0
  62. package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
  63. package/esm/models/updateprojectdatacacheop.js +6 -0
  64. package/esm/models/updateprojectdatacacheop.js.map +1 -1
  65. package/esm/models/updateprojectop.d.ts +9 -0
  66. package/esm/models/updateprojectop.d.ts.map +1 -1
  67. package/esm/models/updateprojectop.js +6 -0
  68. package/esm/models/updateprojectop.js.map +1 -1
  69. package/esm/models/updateresourcesecretsbyidop.d.ts +45 -8
  70. package/esm/models/updateresourcesecretsbyidop.d.ts.map +1 -1
  71. package/esm/models/updateresourcesecretsbyidop.js +31 -2
  72. package/esm/models/updateresourcesecretsbyidop.js.map +1 -1
  73. package/esm/models/updateresourcesecretsop.d.ts +44 -7
  74. package/esm/models/updateresourcesecretsop.d.ts.map +1 -1
  75. package/esm/models/updateresourcesecretsop.js +33 -2
  76. package/esm/models/updateresourcesecretsop.js.map +1 -1
  77. package/esm/models/userevent.d.ts +1119 -1091
  78. package/esm/models/userevent.d.ts.map +1 -1
  79. package/esm/models/userevent.js +1412 -1383
  80. package/esm/models/userevent.js.map +1 -1
  81. package/jsr.json +1 -1
  82. package/package.json +2 -2
  83. package/src/__tests__/projects.test.ts +15 -13
  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/authuser.ts +0 -145
  88. package/src/models/authuserlimited.ts +0 -40
  89. package/src/models/createdeploymentop.ts +75 -53
  90. package/src/models/createprojectop.ts +18 -3
  91. package/src/models/createwebhookop.ts +2 -0
  92. package/src/models/getaliasop.ts +204 -0
  93. package/src/models/getprojectsop.ts +15 -0
  94. package/src/models/getwebhookop.ts +1 -0
  95. package/src/models/getwebhooksop.ts +2 -0
  96. package/src/models/importresourceop.ts +93 -5
  97. package/src/models/listaliasesop.ts +213 -0
  98. package/src/models/listauthtokensop.ts +0 -7
  99. package/src/models/teamlimited.ts +56 -4
  100. package/src/models/updateprojectdatacacheop.ts +15 -0
  101. package/src/models/updateprojectop.ts +15 -0
  102. package/src/models/updateresourcesecretsbyidop.ts +105 -6
  103. package/src/models/updateresourcesecretsop.ts +85 -5
  104. package/src/models/userevent.ts +2545 -2477
  105. package/vercel-spec.json +276 -98
@@ -1,17 +1,6 @@
1
1
  import * as z from "zod";
2
- import { ClosedEnum } from "../types/enums.js";
3
2
  import { Result as SafeParseResult } from "../types/fp.js";
4
3
  import { SDKValidationError } from "./sdkvalidationerror.js";
5
- /**
6
- * The user's version. Will always be `northstar`.
7
- */
8
- export declare const AuthUserLimitedVersion: {
9
- readonly Northstar: "northstar";
10
- };
11
- /**
12
- * The user's version. Will always be `northstar`.
13
- */
14
- export type AuthUserLimitedVersion = ClosedEnum<typeof AuthUserLimitedVersion>;
15
4
  /**
16
5
  * A limited form of data for the currently authenticated User, due to the authentication token missing privileges to read the full User data.
17
6
  */
@@ -44,30 +33,8 @@ export type AuthUserLimited = {
44
33
  * The user's default team.
45
34
  */
46
35
  defaultTeamId: string | null;
47
- /**
48
- * The user's version. Will always be `northstar`.
49
- */
50
- version: AuthUserLimitedVersion;
51
36
  };
52
37
  /** @internal */
53
- export declare const AuthUserLimitedVersion$inboundSchema: z.ZodNativeEnum<typeof AuthUserLimitedVersion>;
54
- /** @internal */
55
- export declare const AuthUserLimitedVersion$outboundSchema: z.ZodNativeEnum<typeof AuthUserLimitedVersion>;
56
- /**
57
- * @internal
58
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
59
- */
60
- export declare namespace AuthUserLimitedVersion$ {
61
- /** @deprecated use `AuthUserLimitedVersion$inboundSchema` instead. */
62
- const inboundSchema: z.ZodNativeEnum<{
63
- readonly Northstar: "northstar";
64
- }>;
65
- /** @deprecated use `AuthUserLimitedVersion$outboundSchema` instead. */
66
- const outboundSchema: z.ZodNativeEnum<{
67
- readonly Northstar: "northstar";
68
- }>;
69
- }
70
- /** @internal */
71
38
  export declare const AuthUserLimited$inboundSchema: z.ZodType<AuthUserLimited, z.ZodTypeDef, unknown>;
72
39
  /** @internal */
73
40
  export type AuthUserLimited$Outbound = {
@@ -78,7 +45,6 @@ export type AuthUserLimited$Outbound = {
78
45
  username: string;
79
46
  avatar: string | null;
80
47
  defaultTeamId: string | null;
81
- version: string;
82
48
  };
83
49
  /** @internal */
84
50
  export declare const AuthUserLimited$outboundSchema: z.ZodType<AuthUserLimited$Outbound, z.ZodTypeDef, AuthUserLimited>;
@@ -1 +1 @@
1
- {"version":3,"file":"authuserlimited.d.ts","sourceRoot":"","sources":["../../src/models/authuserlimited.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D;;GAEG;AACH,eAAO,MAAM,sBAAsB;;CAEzB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE/E;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;OAEG;IACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;OAEG;IACH,OAAO,EAAE,sBAAsB,CAAC;CACjC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,aAAa,CAChE,OAAO,sBAAsB,CACS,CAAC;AAEzC,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,aAAa,CACjE,OAAO,sBAAsB,CACS,CAAC;AAEzC;;;GAGG;AACH,yBAAiB,uBAAuB,CAAC;IACvC,sEAAsE;IAC/D,MAAM,aAAa;;MAAuC,CAAC;IAClE,uEAAuE;IAChE,MAAM,cAAc;;MAAwC,CAAC;CACrE;AAED,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CACnD,eAAe,EACf,CAAC,CAAC,UAAU,EACZ,OAAO,CAUP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,wBAAwB,GAAG;IACrC,OAAO,EAAE,OAAO,CAAC;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,OAAO,CACpD,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,eAAe,CAUf,CAAC;AAEH;;;GAGG;AACH,yBAAiB,gBAAgB,CAAC;IAChC,+DAA+D;IACxD,MAAM,aAAa,mDAAgC,CAAC;IAC3D,gEAAgE;IACzD,MAAM,cAAc,oEAAiC,CAAC;IAC7D,0DAA0D;IAC1D,KAAY,QAAQ,GAAG,wBAAwB,CAAC;CACjD;AAED,wBAAgB,qBAAqB,CACnC,eAAe,EAAE,eAAe,GAC/B,MAAM,CAER;AAED,wBAAgB,uBAAuB,CACrC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,eAAe,EAAE,kBAAkB,CAAC,CAMtD"}
1
+ {"version":3,"file":"authuserlimited.d.ts","sourceRoot":"","sources":["../../src/models/authuserlimited.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;OAEG;IACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CACnD,eAAe,EACf,CAAC,CAAC,UAAU,EACZ,OAAO,CASP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,wBAAwB,GAAG;IACrC,OAAO,EAAE,OAAO,CAAC;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;CAC9B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8BAA8B,EAAE,CAAC,CAAC,OAAO,CACpD,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,eAAe,CASf,CAAC;AAEH;;;GAGG;AACH,yBAAiB,gBAAgB,CAAC;IAChC,+DAA+D;IACxD,MAAM,aAAa,mDAAgC,CAAC;IAC3D,gEAAgE;IACzD,MAAM,cAAc,oEAAiC,CAAC;IAC7D,0DAA0D;IAC1D,KAAY,QAAQ,GAAG,wBAAwB,CAAC;CACjD;AAED,wBAAgB,qBAAqB,CACnC,eAAe,EAAE,eAAe,GAC/B,MAAM,CAER;AAED,wBAAgB,uBAAuB,CACrC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,eAAe,EAAE,kBAAkB,CAAC,CAMtD"}
@@ -3,27 +3,6 @@
3
3
  */
4
4
  import * as z from "zod";
5
5
  import { safeParse } from "../lib/schemas.js";
6
- /**
7
- * The user's version. Will always be `northstar`.
8
- */
9
- export const AuthUserLimitedVersion = {
10
- Northstar: "northstar",
11
- };
12
- /** @internal */
13
- export const AuthUserLimitedVersion$inboundSchema = z.nativeEnum(AuthUserLimitedVersion);
14
- /** @internal */
15
- export const AuthUserLimitedVersion$outboundSchema = AuthUserLimitedVersion$inboundSchema;
16
- /**
17
- * @internal
18
- * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
19
- */
20
- export var AuthUserLimitedVersion$;
21
- (function (AuthUserLimitedVersion$) {
22
- /** @deprecated use `AuthUserLimitedVersion$inboundSchema` instead. */
23
- AuthUserLimitedVersion$.inboundSchema = AuthUserLimitedVersion$inboundSchema;
24
- /** @deprecated use `AuthUserLimitedVersion$outboundSchema` instead. */
25
- AuthUserLimitedVersion$.outboundSchema = AuthUserLimitedVersion$outboundSchema;
26
- })(AuthUserLimitedVersion$ || (AuthUserLimitedVersion$ = {}));
27
6
  /** @internal */
28
7
  export const AuthUserLimited$inboundSchema = z.object({
29
8
  limited: z.boolean(),
@@ -33,7 +12,6 @@ export const AuthUserLimited$inboundSchema = z.object({
33
12
  username: z.string(),
34
13
  avatar: z.nullable(z.string()),
35
14
  defaultTeamId: z.nullable(z.string()),
36
- version: AuthUserLimitedVersion$inboundSchema,
37
15
  });
38
16
  /** @internal */
39
17
  export const AuthUserLimited$outboundSchema = z.object({
@@ -44,7 +22,6 @@ export const AuthUserLimited$outboundSchema = z.object({
44
22
  username: z.string(),
45
23
  avatar: z.nullable(z.string()),
46
24
  defaultTeamId: z.nullable(z.string()),
47
- version: AuthUserLimitedVersion$outboundSchema,
48
25
  });
49
26
  /**
50
27
  * @internal
@@ -1 +1 @@
1
- {"version":3,"file":"authuserlimited.js","sourceRoot":"","sources":["../../src/models/authuserlimited.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAK9C;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAG;IACpC,SAAS,EAAE,WAAW;CACd,CAAC;AA4CX,gBAAgB;AAChB,MAAM,CAAC,MAAM,oCAAoC,GAE7C,CAAC,CAAC,UAAU,CAAC,sBAAsB,CAAC,CAAC;AAEzC,gBAAgB;AAChB,MAAM,CAAC,MAAM,qCAAqC,GAE9C,oCAAoC,CAAC;AAEzC;;;GAGG;AACH,MAAM,KAAW,uBAAuB,CAKvC;AALD,WAAiB,uBAAuB;IACtC,sEAAsE;IACzD,qCAAa,GAAG,oCAAoC,CAAC;IAClE,uEAAuE;IAC1D,sCAAc,GAAG,qCAAqC,CAAC;AACtE,CAAC,EALgB,uBAAuB,KAAvB,uBAAuB,QAKvC;AAED,gBAAgB;AAChB,MAAM,CAAC,MAAM,6BAA6B,GAItC,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACpB,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC5B,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC9B,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IACrC,OAAO,EAAE,oCAAoC;CAC9C,CAAC,CAAC;AAcH,gBAAgB;AAChB,MAAM,CAAC,MAAM,8BAA8B,GAIvC,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACpB,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC5B,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC9B,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IACrC,OAAO,EAAE,qCAAqC;CAC/C,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,gBAAgB,CAOhC;AAPD,WAAiB,gBAAgB;IAC/B,+DAA+D;IAClD,8BAAa,GAAG,6BAA6B,CAAC;IAC3D,gEAAgE;IACnD,+BAAc,GAAG,8BAA8B,CAAC;AAG/D,CAAC,EAPgB,gBAAgB,KAAhB,gBAAgB,QAOhC;AAED,MAAM,UAAU,qBAAqB,CACnC,eAAgC;IAEhC,OAAO,IAAI,CAAC,SAAS,CAAC,8BAA8B,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC;AAC/E,CAAC;AAED,MAAM,UAAU,uBAAuB,CACrC,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,6BAA6B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzD,6CAA6C,CAC9C,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"authuserlimited.js","sourceRoot":"","sources":["../../src/models/authuserlimited.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAsC9C,gBAAgB;AAChB,MAAM,CAAC,MAAM,6BAA6B,GAItC,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACpB,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC5B,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC9B,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;CACtC,CAAC,CAAC;AAaH,gBAAgB;AAChB,MAAM,CAAC,MAAM,8BAA8B,GAIvC,CAAC,CAAC,MAAM,CAAC;IACX,OAAO,EAAE,CAAC,CAAC,OAAO,EAAE;IACpB,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC5B,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAC9B,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;CACtC,CAAC,CAAC;AAEH;;;GAGG;AACH,MAAM,KAAW,gBAAgB,CAOhC;AAPD,WAAiB,gBAAgB;IAC/B,+DAA+D;IAClD,8BAAa,GAAG,6BAA6B,CAAC;IAC3D,gEAAgE;IACnD,+BAAc,GAAG,8BAA8B,CAAC;AAG/D,CAAC,EAPgB,gBAAgB,KAAhB,gBAAgB,QAOhC;AAED,MAAM,UAAU,qBAAqB,CACnC,eAAgC;IAEhC,OAAO,IAAI,CAAC,SAAS,CAAC,8BAA8B,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC;AAC/E,CAAC;AAED,MAAM,UAAU,uBAAuB,CACrC,UAAkB;IAElB,OAAO,SAAS,CACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,6BAA6B,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzD,6CAA6C,CAC9C,CAAC;AACJ,CAAC"}
@@ -533,8 +533,8 @@ export type Creator = {
533
533
  avatar?: string | undefined;
534
534
  };
535
535
  export declare const CreateDeploymentReadyState: {
536
- readonly Building: "BUILDING";
537
536
  readonly Error: "ERROR";
537
+ readonly Building: "BUILDING";
538
538
  readonly Initializing: "INITIALIZING";
539
539
  readonly Ready: "READY";
540
540
  };
@@ -547,10 +547,10 @@ export type CreateDeploymentOutput = {
547
547
  * A partial representation of a Build used by the deployment endpoint.
548
548
  */
549
549
  export type Lambdas = {
550
- id?: string | undefined;
551
550
  createdAt?: number | undefined;
552
- entrypoint?: string | null | undefined;
551
+ id?: string | undefined;
553
552
  readyState?: CreateDeploymentReadyState | undefined;
553
+ entrypoint?: string | null | undefined;
554
554
  readyStateAt?: number | undefined;
555
555
  output: Array<CreateDeploymentOutput>;
556
556
  };
@@ -588,9 +588,9 @@ export type CustomEnvironmentType = ClosedEnum<typeof CustomEnvironmentType>;
588
588
  * The type of matching to perform
589
589
  */
590
590
  export declare const CreateDeploymentCustomEnvironmentType: {
591
+ readonly EndsWith: "endsWith";
591
592
  readonly StartsWith: "startsWith";
592
593
  readonly Equals: "equals";
593
- readonly EndsWith: "endsWith";
594
594
  };
595
595
  /**
596
596
  * The type of matching to perform
@@ -919,7 +919,7 @@ export type CreateDeploymentPlan = ClosedEnum<typeof CreateDeploymentPlan>;
919
919
  /**
920
920
  * 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.
921
921
  */
922
- export type Applications = {
922
+ export type CreateDeploymentMicrofrontendsApplications = {
923
923
  /**
924
924
  * This is the production alias, it will always show the most up to date of each application.
925
925
  */
@@ -935,7 +935,7 @@ export type CreateDeploymentMicrofrontends2 = {
935
935
  * 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.
936
936
  */
937
937
  applications?: {
938
- [k: string]: Applications;
938
+ [k: string]: CreateDeploymentMicrofrontendsApplications;
939
939
  } | undefined;
940
940
  isDefaultApp: boolean;
941
941
  /**
@@ -971,13 +971,13 @@ export type CreateDeploymentMicrofrontends1 = {
971
971
  };
972
972
  export type CreateDeploymentMicrofrontends = CreateDeploymentMicrofrontends1 | CreateDeploymentMicrofrontends2;
973
973
  export declare const FunctionType: {
974
- readonly Fluid: "fluid";
975
974
  readonly Standard: "standard";
975
+ readonly Fluid: "fluid";
976
976
  };
977
977
  export type FunctionType = ClosedEnum<typeof FunctionType>;
978
978
  export declare const FunctionMemoryType: {
979
- readonly Standard: "standard";
980
979
  readonly StandardLegacy: "standard_legacy";
980
+ readonly Standard: "standard";
981
981
  readonly Performance: "performance";
982
982
  };
983
983
  export type FunctionMemoryType = ClosedEnum<typeof FunctionMemoryType>;
@@ -1006,11 +1006,11 @@ export type Routes3 = {
1006
1006
  };
1007
1007
  export declare const RoutesHandle: {
1008
1008
  readonly Error: "error";
1009
+ readonly Resource: "resource";
1009
1010
  readonly Filesystem: "filesystem";
1010
1011
  readonly Hit: "hit";
1011
1012
  readonly Miss: "miss";
1012
1013
  readonly Rewrite: "rewrite";
1013
- readonly Resource: "resource";
1014
1014
  };
1015
1015
  export type RoutesHandle = ClosedEnum<typeof RoutesHandle>;
1016
1016
  export type Routes2 = {
@@ -1104,8 +1104,8 @@ export declare const CreateDeploymentGitRepoDeploymentsType: {
1104
1104
  };
1105
1105
  export type CreateDeploymentGitRepoDeploymentsType = ClosedEnum<typeof CreateDeploymentGitRepoDeploymentsType>;
1106
1106
  export declare const CreateDeploymentGitRepoOwnerType: {
1107
- readonly Team: "team";
1108
1107
  readonly User: "user";
1108
+ readonly Team: "team";
1109
1109
  };
1110
1110
  export type CreateDeploymentGitRepoOwnerType = ClosedEnum<typeof CreateDeploymentGitRepoOwnerType>;
1111
1111
  export type GitRepo3 = {
@@ -1125,8 +1125,8 @@ export declare const CreateDeploymentGitRepoType: {
1125
1125
  };
1126
1126
  export type CreateDeploymentGitRepoType = ClosedEnum<typeof CreateDeploymentGitRepoType>;
1127
1127
  export declare const GitRepoOwnerType: {
1128
- readonly Team: "team";
1129
1128
  readonly User: "user";
1129
+ readonly Team: "team";
1130
1130
  };
1131
1131
  export type GitRepoOwnerType = ClosedEnum<typeof GitRepoOwnerType>;
1132
1132
  export type GitRepo2 = {
@@ -1146,8 +1146,8 @@ export declare const GitRepoType: {
1146
1146
  };
1147
1147
  export type GitRepoType = ClosedEnum<typeof GitRepoType>;
1148
1148
  export declare const OwnerType: {
1149
- readonly Team: "team";
1150
1149
  readonly User: "user";
1150
+ readonly Team: "team";
1151
1151
  };
1152
1152
  export type OwnerType = ClosedEnum<typeof OwnerType>;
1153
1153
  export type GitRepo1 = {
@@ -2490,15 +2490,15 @@ export declare const CreateDeploymentReadyState$outboundSchema: z.ZodNativeEnum<
2490
2490
  export declare namespace CreateDeploymentReadyState$ {
2491
2491
  /** @deprecated use `CreateDeploymentReadyState$inboundSchema` instead. */
2492
2492
  const inboundSchema: z.ZodNativeEnum<{
2493
- readonly Building: "BUILDING";
2494
2493
  readonly Error: "ERROR";
2494
+ readonly Building: "BUILDING";
2495
2495
  readonly Initializing: "INITIALIZING";
2496
2496
  readonly Ready: "READY";
2497
2497
  }>;
2498
2498
  /** @deprecated use `CreateDeploymentReadyState$outboundSchema` instead. */
2499
2499
  const outboundSchema: z.ZodNativeEnum<{
2500
- readonly Building: "BUILDING";
2501
2500
  readonly Error: "ERROR";
2501
+ readonly Building: "BUILDING";
2502
2502
  readonly Initializing: "INITIALIZING";
2503
2503
  readonly Ready: "READY";
2504
2504
  }>;
@@ -2530,10 +2530,10 @@ export declare function createDeploymentOutputFromJSON(jsonString: string): Safe
2530
2530
  export declare const Lambdas$inboundSchema: z.ZodType<Lambdas, z.ZodTypeDef, unknown>;
2531
2531
  /** @internal */
2532
2532
  export type Lambdas$Outbound = {
2533
- id?: string | undefined;
2534
2533
  createdAt?: number | undefined;
2535
- entrypoint?: string | null | undefined;
2534
+ id?: string | undefined;
2536
2535
  readyState?: string | undefined;
2536
+ entrypoint?: string | null | undefined;
2537
2537
  readyStateAt?: number | undefined;
2538
2538
  output: Array<CreateDeploymentOutput$Outbound>;
2539
2539
  };
@@ -2661,15 +2661,15 @@ export declare const CreateDeploymentCustomEnvironmentType$outboundSchema: z.Zod
2661
2661
  export declare namespace CreateDeploymentCustomEnvironmentType$ {
2662
2662
  /** @deprecated use `CreateDeploymentCustomEnvironmentType$inboundSchema` instead. */
2663
2663
  const inboundSchema: z.ZodNativeEnum<{
2664
+ readonly EndsWith: "endsWith";
2664
2665
  readonly StartsWith: "startsWith";
2665
2666
  readonly Equals: "equals";
2666
- readonly EndsWith: "endsWith";
2667
2667
  }>;
2668
2668
  /** @deprecated use `CreateDeploymentCustomEnvironmentType$outboundSchema` instead. */
2669
2669
  const outboundSchema: z.ZodNativeEnum<{
2670
+ readonly EndsWith: "endsWith";
2670
2671
  readonly StartsWith: "startsWith";
2671
2672
  readonly Equals: "equals";
2672
- readonly EndsWith: "endsWith";
2673
2673
  }>;
2674
2674
  }
2675
2675
  /** @internal */
@@ -3710,35 +3710,35 @@ export declare namespace CreateDeploymentPlan$ {
3710
3710
  }>;
3711
3711
  }
3712
3712
  /** @internal */
3713
- export declare const Applications$inboundSchema: z.ZodType<Applications, z.ZodTypeDef, unknown>;
3713
+ export declare const CreateDeploymentMicrofrontendsApplications$inboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications, z.ZodTypeDef, unknown>;
3714
3714
  /** @internal */
3715
- export type Applications$Outbound = {
3715
+ export type CreateDeploymentMicrofrontendsApplications$Outbound = {
3716
3716
  productionHost: string;
3717
3717
  deploymentAlias?: string | undefined;
3718
3718
  deploymentHost?: string | undefined;
3719
3719
  };
3720
3720
  /** @internal */
3721
- export declare const Applications$outboundSchema: z.ZodType<Applications$Outbound, z.ZodTypeDef, Applications>;
3721
+ export declare const CreateDeploymentMicrofrontendsApplications$outboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontendsApplications>;
3722
3722
  /**
3723
3723
  * @internal
3724
3724
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
3725
3725
  */
3726
- export declare namespace Applications$ {
3727
- /** @deprecated use `Applications$inboundSchema` instead. */
3728
- const inboundSchema: z.ZodType<Applications, z.ZodTypeDef, unknown>;
3729
- /** @deprecated use `Applications$outboundSchema` instead. */
3730
- const outboundSchema: z.ZodType<Applications$Outbound, z.ZodTypeDef, Applications>;
3731
- /** @deprecated use `Applications$Outbound` instead. */
3732
- type Outbound = Applications$Outbound;
3726
+ export declare namespace CreateDeploymentMicrofrontendsApplications$ {
3727
+ /** @deprecated use `CreateDeploymentMicrofrontendsApplications$inboundSchema` instead. */
3728
+ const inboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications, z.ZodTypeDef, unknown>;
3729
+ /** @deprecated use `CreateDeploymentMicrofrontendsApplications$outboundSchema` instead. */
3730
+ const outboundSchema: z.ZodType<CreateDeploymentMicrofrontendsApplications$Outbound, z.ZodTypeDef, CreateDeploymentMicrofrontendsApplications>;
3731
+ /** @deprecated use `CreateDeploymentMicrofrontendsApplications$Outbound` instead. */
3732
+ type Outbound = CreateDeploymentMicrofrontendsApplications$Outbound;
3733
3733
  }
3734
- export declare function applicationsToJSON(applications: Applications): string;
3735
- export declare function applicationsFromJSON(jsonString: string): SafeParseResult<Applications, SDKValidationError>;
3734
+ export declare function createDeploymentMicrofrontendsApplicationsToJSON(createDeploymentMicrofrontendsApplications: CreateDeploymentMicrofrontendsApplications): string;
3735
+ export declare function createDeploymentMicrofrontendsApplicationsFromJSON(jsonString: string): SafeParseResult<CreateDeploymentMicrofrontendsApplications, SDKValidationError>;
3736
3736
  /** @internal */
3737
3737
  export declare const CreateDeploymentMicrofrontends2$inboundSchema: z.ZodType<CreateDeploymentMicrofrontends2, z.ZodTypeDef, unknown>;
3738
3738
  /** @internal */
3739
3739
  export type CreateDeploymentMicrofrontends2$Outbound = {
3740
3740
  applications?: {
3741
- [k: string]: Applications$Outbound;
3741
+ [k: string]: CreateDeploymentMicrofrontendsApplications$Outbound;
3742
3742
  } | undefined;
3743
3743
  isDefaultApp: boolean;
3744
3744
  defaultAppProjectName: string;
@@ -3817,13 +3817,13 @@ export declare const FunctionType$outboundSchema: z.ZodNativeEnum<typeof Functio
3817
3817
  export declare namespace FunctionType$ {
3818
3818
  /** @deprecated use `FunctionType$inboundSchema` instead. */
3819
3819
  const inboundSchema: z.ZodNativeEnum<{
3820
- readonly Fluid: "fluid";
3821
3820
  readonly Standard: "standard";
3821
+ readonly Fluid: "fluid";
3822
3822
  }>;
3823
3823
  /** @deprecated use `FunctionType$outboundSchema` instead. */
3824
3824
  const outboundSchema: z.ZodNativeEnum<{
3825
- readonly Fluid: "fluid";
3826
3825
  readonly Standard: "standard";
3826
+ readonly Fluid: "fluid";
3827
3827
  }>;
3828
3828
  }
3829
3829
  /** @internal */
@@ -3837,14 +3837,14 @@ export declare const FunctionMemoryType$outboundSchema: z.ZodNativeEnum<typeof F
3837
3837
  export declare namespace FunctionMemoryType$ {
3838
3838
  /** @deprecated use `FunctionMemoryType$inboundSchema` instead. */
3839
3839
  const inboundSchema: z.ZodNativeEnum<{
3840
- readonly Standard: "standard";
3841
3840
  readonly StandardLegacy: "standard_legacy";
3841
+ readonly Standard: "standard";
3842
3842
  readonly Performance: "performance";
3843
3843
  }>;
3844
3844
  /** @deprecated use `FunctionMemoryType$outboundSchema` instead. */
3845
3845
  const outboundSchema: z.ZodNativeEnum<{
3846
- readonly Standard: "standard";
3847
3846
  readonly StandardLegacy: "standard_legacy";
3847
+ readonly Standard: "standard";
3848
3848
  readonly Performance: "performance";
3849
3849
  }>;
3850
3850
  }
@@ -3937,20 +3937,20 @@ export declare namespace RoutesHandle$ {
3937
3937
  /** @deprecated use `RoutesHandle$inboundSchema` instead. */
3938
3938
  const inboundSchema: z.ZodNativeEnum<{
3939
3939
  readonly Error: "error";
3940
+ readonly Resource: "resource";
3940
3941
  readonly Filesystem: "filesystem";
3941
3942
  readonly Hit: "hit";
3942
3943
  readonly Miss: "miss";
3943
3944
  readonly Rewrite: "rewrite";
3944
- readonly Resource: "resource";
3945
3945
  }>;
3946
3946
  /** @deprecated use `RoutesHandle$outboundSchema` instead. */
3947
3947
  const outboundSchema: z.ZodNativeEnum<{
3948
3948
  readonly Error: "error";
3949
+ readonly Resource: "resource";
3949
3950
  readonly Filesystem: "filesystem";
3950
3951
  readonly Hit: "hit";
3951
3952
  readonly Miss: "miss";
3952
3953
  readonly Rewrite: "rewrite";
3953
- readonly Resource: "resource";
3954
3954
  }>;
3955
3955
  }
3956
3956
  /** @internal */
@@ -4328,13 +4328,13 @@ export declare const CreateDeploymentGitRepoOwnerType$outboundSchema: z.ZodNativ
4328
4328
  export declare namespace CreateDeploymentGitRepoOwnerType$ {
4329
4329
  /** @deprecated use `CreateDeploymentGitRepoOwnerType$inboundSchema` instead. */
4330
4330
  const inboundSchema: z.ZodNativeEnum<{
4331
- readonly Team: "team";
4332
4331
  readonly User: "user";
4332
+ readonly Team: "team";
4333
4333
  }>;
4334
4334
  /** @deprecated use `CreateDeploymentGitRepoOwnerType$outboundSchema` instead. */
4335
4335
  const outboundSchema: z.ZodNativeEnum<{
4336
- readonly Team: "team";
4337
4336
  readonly User: "user";
4337
+ readonly Team: "team";
4338
4338
  }>;
4339
4339
  }
4340
4340
  /** @internal */
@@ -4397,13 +4397,13 @@ export declare const GitRepoOwnerType$outboundSchema: z.ZodNativeEnum<typeof Git
4397
4397
  export declare namespace GitRepoOwnerType$ {
4398
4398
  /** @deprecated use `GitRepoOwnerType$inboundSchema` instead. */
4399
4399
  const inboundSchema: z.ZodNativeEnum<{
4400
- readonly Team: "team";
4401
4400
  readonly User: "user";
4401
+ readonly Team: "team";
4402
4402
  }>;
4403
4403
  /** @deprecated use `GitRepoOwnerType$outboundSchema` instead. */
4404
4404
  const outboundSchema: z.ZodNativeEnum<{
4405
- readonly Team: "team";
4406
4405
  readonly User: "user";
4406
+ readonly Team: "team";
4407
4407
  }>;
4408
4408
  }
4409
4409
  /** @internal */
@@ -4466,13 +4466,13 @@ export declare const OwnerType$outboundSchema: z.ZodNativeEnum<typeof OwnerType>
4466
4466
  export declare namespace OwnerType$ {
4467
4467
  /** @deprecated use `OwnerType$inboundSchema` instead. */
4468
4468
  const inboundSchema: z.ZodNativeEnum<{
4469
- readonly Team: "team";
4470
4469
  readonly User: "user";
4470
+ readonly Team: "team";
4471
4471
  }>;
4472
4472
  /** @deprecated use `OwnerType$outboundSchema` instead. */
4473
4473
  const outboundSchema: z.ZodNativeEnum<{
4474
- readonly Team: "team";
4475
4474
  readonly User: "user";
4475
+ readonly Team: "team";
4476
4476
  }>;
4477
4477
  }
4478
4478
  /** @internal */