@maxim_mazurok/gapi.client.certificatemanager-v1 0.0.20250108 → 0.0.20250122
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 +16 -16
- package/package.json +1 -1
- package/readme.md +2 -2
package/index.d.ts
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
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://certificatemanager.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250122
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
16
16
|
declare namespace gapi.client {
|
|
17
17
|
/** Load Certificate Manager API v1 */
|
|
18
18
|
function load(
|
|
19
|
-
urlOrObject: 'https://certificatemanager.googleapis.com/$discovery/rest?version=v1'
|
|
19
|
+
urlOrObject: 'https://certificatemanager.googleapis.com/$discovery/rest?version=v1',
|
|
20
20
|
): Promise<void>;
|
|
21
21
|
/** @deprecated Please load APIs with discovery documents. */
|
|
22
22
|
function load(name: 'certificatemanager', version: 'v1'): Promise<void>;
|
|
@@ -24,7 +24,7 @@ declare namespace gapi.client {
|
|
|
24
24
|
function load(
|
|
25
25
|
name: 'certificatemanager',
|
|
26
26
|
version: 'v1',
|
|
27
|
-
callback: () => any
|
|
27
|
+
callback: () => any,
|
|
28
28
|
): void;
|
|
29
29
|
|
|
30
30
|
namespace certificatemanager {
|
|
@@ -397,7 +397,7 @@ declare namespace gapi.client {
|
|
|
397
397
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
398
398
|
uploadType?: string;
|
|
399
399
|
},
|
|
400
|
-
body: CertificateIssuanceConfig
|
|
400
|
+
body: CertificateIssuanceConfig,
|
|
401
401
|
): Request<Operation>;
|
|
402
402
|
/** Deletes a single CertificateIssuanceConfig. */
|
|
403
403
|
delete(request?: {
|
|
@@ -548,7 +548,7 @@ declare namespace gapi.client {
|
|
|
548
548
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
549
549
|
uploadType?: string;
|
|
550
550
|
},
|
|
551
|
-
body: CertificateIssuanceConfig
|
|
551
|
+
body: CertificateIssuanceConfig,
|
|
552
552
|
): Request<Operation>;
|
|
553
553
|
}
|
|
554
554
|
interface CertificateMapEntriesResource {
|
|
@@ -612,7 +612,7 @@ declare namespace gapi.client {
|
|
|
612
612
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
613
613
|
uploadType?: string;
|
|
614
614
|
},
|
|
615
|
-
body: CertificateMapEntry
|
|
615
|
+
body: CertificateMapEntry,
|
|
616
616
|
): Request<Operation>;
|
|
617
617
|
/** Deletes a single CertificateMapEntry. */
|
|
618
618
|
delete(request?: {
|
|
@@ -763,7 +763,7 @@ declare namespace gapi.client {
|
|
|
763
763
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
764
764
|
uploadType?: string;
|
|
765
765
|
},
|
|
766
|
-
body: CertificateMapEntry
|
|
766
|
+
body: CertificateMapEntry,
|
|
767
767
|
): Request<Operation>;
|
|
768
768
|
}
|
|
769
769
|
interface CertificateMapsResource {
|
|
@@ -827,7 +827,7 @@ declare namespace gapi.client {
|
|
|
827
827
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
828
828
|
uploadType?: string;
|
|
829
829
|
},
|
|
830
|
-
body: CertificateMap
|
|
830
|
+
body: CertificateMap,
|
|
831
831
|
): Request<Operation>;
|
|
832
832
|
/** Deletes a single CertificateMap. A Certificate Map can't be deleted if it contains Certificate Map Entries. Remove all the entries from the map before calling this method. */
|
|
833
833
|
delete(request?: {
|
|
@@ -978,7 +978,7 @@ declare namespace gapi.client {
|
|
|
978
978
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
979
979
|
uploadType?: string;
|
|
980
980
|
},
|
|
981
|
-
body: CertificateMap
|
|
981
|
+
body: CertificateMap,
|
|
982
982
|
): Request<Operation>;
|
|
983
983
|
certificateMapEntries: CertificateMapEntriesResource;
|
|
984
984
|
}
|
|
@@ -1043,7 +1043,7 @@ declare namespace gapi.client {
|
|
|
1043
1043
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1044
1044
|
uploadType?: string;
|
|
1045
1045
|
},
|
|
1046
|
-
body: Certificate
|
|
1046
|
+
body: Certificate,
|
|
1047
1047
|
): Request<Operation>;
|
|
1048
1048
|
/** Deletes a single Certificate. */
|
|
1049
1049
|
delete(request?: {
|
|
@@ -1194,7 +1194,7 @@ declare namespace gapi.client {
|
|
|
1194
1194
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1195
1195
|
uploadType?: string;
|
|
1196
1196
|
},
|
|
1197
|
-
body: Certificate
|
|
1197
|
+
body: Certificate,
|
|
1198
1198
|
): Request<Operation>;
|
|
1199
1199
|
}
|
|
1200
1200
|
interface DnsAuthorizationsResource {
|
|
@@ -1258,7 +1258,7 @@ declare namespace gapi.client {
|
|
|
1258
1258
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1259
1259
|
uploadType?: string;
|
|
1260
1260
|
},
|
|
1261
|
-
body: DnsAuthorization
|
|
1261
|
+
body: DnsAuthorization,
|
|
1262
1262
|
): Request<Operation>;
|
|
1263
1263
|
/** Deletes a single DnsAuthorization. */
|
|
1264
1264
|
delete(request?: {
|
|
@@ -1409,7 +1409,7 @@ declare namespace gapi.client {
|
|
|
1409
1409
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1410
1410
|
uploadType?: string;
|
|
1411
1411
|
},
|
|
1412
|
-
body: DnsAuthorization
|
|
1412
|
+
body: DnsAuthorization,
|
|
1413
1413
|
): Request<Operation>;
|
|
1414
1414
|
}
|
|
1415
1415
|
interface OperationsResource {
|
|
@@ -1469,7 +1469,7 @@ declare namespace gapi.client {
|
|
|
1469
1469
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1470
1470
|
uploadType?: string;
|
|
1471
1471
|
},
|
|
1472
|
-
body: CancelOperationRequest
|
|
1472
|
+
body: CancelOperationRequest,
|
|
1473
1473
|
): Request<{}>;
|
|
1474
1474
|
/** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
|
|
1475
1475
|
delete(request?: {
|
|
@@ -1620,7 +1620,7 @@ declare namespace gapi.client {
|
|
|
1620
1620
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1621
1621
|
uploadType?: string;
|
|
1622
1622
|
},
|
|
1623
|
-
body: TrustConfig
|
|
1623
|
+
body: TrustConfig,
|
|
1624
1624
|
): Request<Operation>;
|
|
1625
1625
|
/** Deletes a single TrustConfig. */
|
|
1626
1626
|
delete(request?: {
|
|
@@ -1773,7 +1773,7 @@ declare namespace gapi.client {
|
|
|
1773
1773
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1774
1774
|
uploadType?: string;
|
|
1775
1775
|
},
|
|
1776
|
-
body: TrustConfig
|
|
1776
|
+
body: TrustConfig,
|
|
1777
1777
|
): Request<Operation>;
|
|
1778
1778
|
}
|
|
1779
1779
|
interface LocationsResource {
|
package/package.json
CHANGED
package/readme.md
CHANGED