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.
@@ -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-app': "github-app";
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-app': "github-app";
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];