@googleapis/vmmigration 4.0.0 → 4.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/CHANGELOG.md +7 -0
- package/build/v1.d.ts +1 -1
- package/build/v1alpha1.d.ts +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
- package/v1alpha1.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/vmmigration-v4.0.0...vmmigration-v4.0.1) (2023-10-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **vmmigration:** update the API ([82eb241](https://github.com/googleapis/google-api-nodejs-client/commit/82eb241b1f32866cdd051570657d8cee8715678a))
|
|
9
|
+
|
|
3
10
|
## [4.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/vmmigration-v3.0.0...vmmigration-v4.0.0) (2023-10-11)
|
|
4
11
|
|
|
5
12
|
|
package/build/v1.d.ts
CHANGED
|
@@ -1945,7 +1945,7 @@ export declare namespace vmmigration_v1 {
|
|
|
1945
1945
|
*/
|
|
1946
1946
|
name?: string | null;
|
|
1947
1947
|
/**
|
|
1948
|
-
* The target project ID (number) or project name.
|
|
1948
|
+
* Required. The target project ID (number) or project name.
|
|
1949
1949
|
*/
|
|
1950
1950
|
project?: string | null;
|
|
1951
1951
|
/**
|
package/build/v1alpha1.d.ts
CHANGED
|
@@ -1982,7 +1982,7 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
1982
1982
|
*/
|
|
1983
1983
|
name?: string | null;
|
|
1984
1984
|
/**
|
|
1985
|
-
* The target project ID (number) or project name.
|
|
1985
|
+
* Required. The target project ID (number) or project name.
|
|
1986
1986
|
*/
|
|
1987
1987
|
project?: string | null;
|
|
1988
1988
|
/**
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -1946,7 +1946,7 @@ export namespace vmmigration_v1 {
|
|
|
1946
1946
|
*/
|
|
1947
1947
|
name?: string | null;
|
|
1948
1948
|
/**
|
|
1949
|
-
* The target project ID (number) or project name.
|
|
1949
|
+
* Required. The target project ID (number) or project name.
|
|
1950
1950
|
*/
|
|
1951
1951
|
project?: string | null;
|
|
1952
1952
|
/**
|
package/v1alpha1.ts
CHANGED
|
@@ -1983,7 +1983,7 @@ export namespace vmmigration_v1alpha1 {
|
|
|
1983
1983
|
*/
|
|
1984
1984
|
name?: string | null;
|
|
1985
1985
|
/**
|
|
1986
|
-
* The target project ID (number) or project name.
|
|
1986
|
+
* Required. The target project ID (number) or project name.
|
|
1987
1987
|
*/
|
|
1988
1988
|
project?: string | null;
|
|
1989
1989
|
/**
|