@maxim_mazurok/gapi.client.developerconnect-v1 0.0.20250324 → 0.0.20250414
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/index.d.ts +10 -10
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://developerconnect.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250414
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -31,19 +31,19 @@ declare namespace gapi.client {
|
|
|
31
31
|
interface AccountConnector {
|
|
32
32
|
/** Optional. Allows users to store small amounts of arbitrary data. */
|
|
33
33
|
annotations?: {[P in string]: string};
|
|
34
|
-
/** Output only. The timestamp when the
|
|
34
|
+
/** Output only. The timestamp when the accountConnector was created. */
|
|
35
35
|
createTime?: string;
|
|
36
36
|
/** Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. */
|
|
37
37
|
etag?: string;
|
|
38
38
|
/** Optional. Labels as key value pairs */
|
|
39
39
|
labels?: {[P in string]: string};
|
|
40
|
-
/** Identifier. The resource name of the
|
|
40
|
+
/** Identifier. The resource name of the accountConnector, in the format `projects/{project}/locations/{location}/accountConnectors/{account_connector_id}`. */
|
|
41
41
|
name?: string;
|
|
42
42
|
/** Output only. Start OAuth flow by clicking on this URL. */
|
|
43
43
|
oauthStartUri?: string;
|
|
44
44
|
/** Provider OAuth config. */
|
|
45
45
|
providerOauthConfig?: ProviderOAuthConfig;
|
|
46
|
-
/** Output only. The timestamp when the
|
|
46
|
+
/** Output only. The timestamp when the accountConnector was updated. */
|
|
47
47
|
updateTime?: string;
|
|
48
48
|
}
|
|
49
49
|
interface BitbucketCloudConfig {
|
|
@@ -461,7 +461,7 @@ declare namespace gapi.client {
|
|
|
461
461
|
/** Optional. If set, validate the request, but do not actually post it. */
|
|
462
462
|
validateOnly?: boolean;
|
|
463
463
|
}): Request<Operation>;
|
|
464
|
-
/** Delete the User
|
|
464
|
+
/** Delete the User based on the user credentials. */
|
|
465
465
|
deleteSelf(request?: {
|
|
466
466
|
/** V1 error format. */
|
|
467
467
|
'$.xgafv'?: string;
|
|
@@ -546,7 +546,7 @@ declare namespace gapi.client {
|
|
|
546
546
|
},
|
|
547
547
|
body: FetchAccessTokenRequest,
|
|
548
548
|
): Request<FetchAccessTokenResponse>;
|
|
549
|
-
/**
|
|
549
|
+
/** Fetch the User based on the user credentials. */
|
|
550
550
|
fetchSelf(request?: {
|
|
551
551
|
/** V1 error format. */
|
|
552
552
|
'$.xgafv'?: string;
|
|
@@ -783,7 +783,7 @@ declare namespace gapi.client {
|
|
|
783
783
|
'$.xgafv'?: string;
|
|
784
784
|
/** OAuth access token. */
|
|
785
785
|
access_token?: string;
|
|
786
|
-
/** Optional. If set to true, and the
|
|
786
|
+
/** Optional. If set to true, and the accountConnector is not found a new accountConnector will be created. In this situation `update_mask` is ignored. The creation will succeed only if the input accountConnector has all the necessary */
|
|
787
787
|
allowMissing?: boolean;
|
|
788
788
|
/** Data format for response. */
|
|
789
789
|
alt?: string;
|
|
@@ -793,7 +793,7 @@ declare namespace gapi.client {
|
|
|
793
793
|
fields?: string;
|
|
794
794
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
795
795
|
key?: string;
|
|
796
|
-
/** Identifier. The resource name of the
|
|
796
|
+
/** Identifier. The resource name of the accountConnector, in the format `projects/{project}/locations/{location}/accountConnectors/{account_connector_id}`. */
|
|
797
797
|
name: string;
|
|
798
798
|
/** OAuth 2.0 token for the current user. */
|
|
799
799
|
oauth_token?: string;
|
|
@@ -820,7 +820,7 @@ declare namespace gapi.client {
|
|
|
820
820
|
'$.xgafv'?: string;
|
|
821
821
|
/** OAuth access token. */
|
|
822
822
|
access_token?: string;
|
|
823
|
-
/** Optional. If set to true, and the
|
|
823
|
+
/** Optional. If set to true, and the accountConnector is not found a new accountConnector will be created. In this situation `update_mask` is ignored. The creation will succeed only if the input accountConnector has all the necessary */
|
|
824
824
|
allowMissing?: boolean;
|
|
825
825
|
/** Data format for response. */
|
|
826
826
|
alt?: string;
|
|
@@ -830,7 +830,7 @@ declare namespace gapi.client {
|
|
|
830
830
|
fields?: string;
|
|
831
831
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
832
832
|
key?: string;
|
|
833
|
-
/** Identifier. The resource name of the
|
|
833
|
+
/** Identifier. The resource name of the accountConnector, in the format `projects/{project}/locations/{location}/accountConnectors/{account_connector_id}`. */
|
|
834
834
|
name: string;
|
|
835
835
|
/** OAuth 2.0 token for the current user. */
|
|
836
836
|
oauth_token?: string;
|