vercel-api-js 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.mts +182 -182
- package/dist/client.d.ts +182 -182
- package/dist/generated/components.d.mts +664 -664
- package/dist/generated/components.d.ts +664 -664
- package/dist/generated/components.js +1071 -801
- package/dist/generated/components.mjs +1071 -801
- package/dist/generated/mcp.d.mts +2061 -0
- package/dist/generated/mcp.d.ts +2061 -0
- package/dist/generated/mcp.js +4692 -0
- package/dist/generated/mcp.mjs +4508 -0
- package/dist/generated/schemas.d.mts +14785 -1918
- package/dist/generated/schemas.d.ts +14785 -1918
- package/dist/generated/schemas.js +1501 -989
- package/dist/generated/schemas.mjs +1501 -989
- package/dist/generated/types.d.mts +11 -2
- package/dist/generated/types.d.ts +11 -2
- package/dist/generated/types.js +133 -132
- package/dist/generated/types.mjs +133 -132
- package/dist/index.d.mts +484 -484
- package/dist/index.d.ts +484 -484
- package/dist/mcp.d.mts +1 -0
- package/dist/mcp.d.ts +1 -0
- package/dist/mcp.js +5 -0
- package/dist/mcp.mjs +1 -0
- package/dist/utils/fetcher.d.mts +2 -3
- package/dist/utils/fetcher.d.ts +2 -3
- package/dist/utils/fetcher.js +2 -1
- package/dist/utils/fetcher.mjs +2 -1
- package/dist/utils/mcp.d.mts +1 -0
- package/dist/utils/mcp.d.ts +1 -0
- package/dist/utils/mcp.js +2 -0
- package/dist/utils/mcp.mjs +1 -0
- package/package.json +14 -4
|
@@ -237,18 +237,18 @@ export declare const credentialsTypeEnum: {
|
|
|
237
237
|
readonly bitbucket: "bitbucket";
|
|
238
238
|
readonly google: "google";
|
|
239
239
|
readonly 'github-oauth': "github-oauth";
|
|
240
|
-
readonly 'github-
|
|
240
|
+
readonly 'github-oauth-limited': "github-oauth-limited";
|
|
241
241
|
};
|
|
242
242
|
export type CredentialsTypeEnum = (typeof credentialsTypeEnum)[keyof typeof credentialsTypeEnum];
|
|
243
243
|
export declare const credentialsTypeEnum2: {
|
|
244
244
|
readonly 'github-oauth-custom-host': "github-oauth-custom-host";
|
|
245
|
-
readonly 'github-app-custom-host': "github-app-custom-host";
|
|
246
245
|
};
|
|
247
246
|
export type CredentialsTypeEnum2 = (typeof credentialsTypeEnum2)[keyof typeof credentialsTypeEnum2];
|
|
248
247
|
export declare const newOwnerImportFlowGitProviderEnum: {
|
|
249
248
|
readonly github: "github";
|
|
250
249
|
readonly gitlab: "gitlab";
|
|
251
250
|
readonly bitbucket: "bitbucket";
|
|
251
|
+
readonly 'github-limited': "github-limited";
|
|
252
252
|
readonly 'github-custom-host': "github-custom-host";
|
|
253
253
|
};
|
|
254
254
|
export type NewOwnerImportFlowGitProviderEnum = (typeof newOwnerImportFlowGitProviderEnum)[keyof typeof newOwnerImportFlowGitProviderEnum];
|
|
@@ -4837,6 +4837,10 @@ export type UserEvent = {
|
|
|
4837
4837
|
* @type string
|
|
4838
4838
|
*/
|
|
4839
4839
|
connectConfigurationId: string;
|
|
4840
|
+
/**
|
|
4841
|
+
* @type string | undefined
|
|
4842
|
+
*/
|
|
4843
|
+
dc?: string | undefined;
|
|
4840
4844
|
/**
|
|
4841
4845
|
* @type boolean
|
|
4842
4846
|
*/
|
|
@@ -4876,6 +4880,10 @@ export type UserEvent = {
|
|
|
4876
4880
|
* @type string
|
|
4877
4881
|
*/
|
|
4878
4882
|
connectConfigurationId: string;
|
|
4883
|
+
/**
|
|
4884
|
+
* @type string | undefined
|
|
4885
|
+
*/
|
|
4886
|
+
dc?: string | undefined;
|
|
4879
4887
|
/**
|
|
4880
4888
|
* @type boolean
|
|
4881
4889
|
*/
|
|
@@ -7308,6 +7316,7 @@ export declare const authUserImportFlowGitProviderEnum: {
|
|
|
7308
7316
|
readonly bitbucket: "bitbucket";
|
|
7309
7317
|
readonly github: "github";
|
|
7310
7318
|
readonly 'github-custom-host': "github-custom-host";
|
|
7319
|
+
readonly 'github-limited': "github-limited";
|
|
7311
7320
|
readonly gitlab: "gitlab";
|
|
7312
7321
|
};
|
|
7313
7322
|
export type AuthUserImportFlowGitProviderEnum = (typeof authUserImportFlowGitProviderEnum)[keyof typeof authUserImportFlowGitProviderEnum];
|
|
@@ -237,18 +237,18 @@ export declare const credentialsTypeEnum: {
|
|
|
237
237
|
readonly bitbucket: "bitbucket";
|
|
238
238
|
readonly google: "google";
|
|
239
239
|
readonly 'github-oauth': "github-oauth";
|
|
240
|
-
readonly 'github-
|
|
240
|
+
readonly 'github-oauth-limited': "github-oauth-limited";
|
|
241
241
|
};
|
|
242
242
|
export type CredentialsTypeEnum = (typeof credentialsTypeEnum)[keyof typeof credentialsTypeEnum];
|
|
243
243
|
export declare const credentialsTypeEnum2: {
|
|
244
244
|
readonly 'github-oauth-custom-host': "github-oauth-custom-host";
|
|
245
|
-
readonly 'github-app-custom-host': "github-app-custom-host";
|
|
246
245
|
};
|
|
247
246
|
export type CredentialsTypeEnum2 = (typeof credentialsTypeEnum2)[keyof typeof credentialsTypeEnum2];
|
|
248
247
|
export declare const newOwnerImportFlowGitProviderEnum: {
|
|
249
248
|
readonly github: "github";
|
|
250
249
|
readonly gitlab: "gitlab";
|
|
251
250
|
readonly bitbucket: "bitbucket";
|
|
251
|
+
readonly 'github-limited': "github-limited";
|
|
252
252
|
readonly 'github-custom-host': "github-custom-host";
|
|
253
253
|
};
|
|
254
254
|
export type NewOwnerImportFlowGitProviderEnum = (typeof newOwnerImportFlowGitProviderEnum)[keyof typeof newOwnerImportFlowGitProviderEnum];
|
|
@@ -4837,6 +4837,10 @@ export type UserEvent = {
|
|
|
4837
4837
|
* @type string
|
|
4838
4838
|
*/
|
|
4839
4839
|
connectConfigurationId: string;
|
|
4840
|
+
/**
|
|
4841
|
+
* @type string | undefined
|
|
4842
|
+
*/
|
|
4843
|
+
dc?: string | undefined;
|
|
4840
4844
|
/**
|
|
4841
4845
|
* @type boolean
|
|
4842
4846
|
*/
|
|
@@ -4876,6 +4880,10 @@ export type UserEvent = {
|
|
|
4876
4880
|
* @type string
|
|
4877
4881
|
*/
|
|
4878
4882
|
connectConfigurationId: string;
|
|
4883
|
+
/**
|
|
4884
|
+
* @type string | undefined
|
|
4885
|
+
*/
|
|
4886
|
+
dc?: string | undefined;
|
|
4879
4887
|
/**
|
|
4880
4888
|
* @type boolean
|
|
4881
4889
|
*/
|
|
@@ -7308,6 +7316,7 @@ export declare const authUserImportFlowGitProviderEnum: {
|
|
|
7308
7316
|
readonly bitbucket: "bitbucket";
|
|
7309
7317
|
readonly github: "github";
|
|
7310
7318
|
readonly 'github-custom-host': "github-custom-host";
|
|
7319
|
+
readonly 'github-limited': "github-limited";
|
|
7311
7320
|
readonly gitlab: "gitlab";
|
|
7312
7321
|
};
|
|
7313
7322
|
export type AuthUserImportFlowGitProviderEnum = (typeof authUserImportFlowGitProviderEnum)[keyof typeof authUserImportFlowGitProviderEnum];
|