@maxim_mazurok/gapi.client.datamigration-v1 0.0.20221211 → 0.0.20221220
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 +3 -3
- package/package.json +1 -1
- package/tests.ts +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://datamigration.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20221220
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -221,7 +221,7 @@ declare namespace gapi.client {
|
|
|
221
221
|
udt?: boolean;
|
|
222
222
|
}
|
|
223
223
|
interface CommitConversionWorkspaceRequest {
|
|
224
|
-
/** Optional name of the commit. */
|
|
224
|
+
/** Optional. Optional name of the commit. */
|
|
225
225
|
commitName?: string;
|
|
226
226
|
}
|
|
227
227
|
interface ConnectionProfile {
|
|
@@ -1724,7 +1724,7 @@ declare namespace gapi.client {
|
|
|
1724
1724
|
alt?: string;
|
|
1725
1725
|
/** JSONP */
|
|
1726
1726
|
callback?: string;
|
|
1727
|
-
/** Optional filter to request a specific commit id */
|
|
1727
|
+
/** Optional. Optional filter to request a specific commit id */
|
|
1728
1728
|
commitId?: string;
|
|
1729
1729
|
/**
|
|
1730
1730
|
* Required. Name of the conversion workspace resource whose revisions are listed. in the form of:
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20221220
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|