@googleapis/servicedirectory 3.0.1 → 3.0.3
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 +14 -0
- package/build/v1.d.ts +1 -1
- package/build/v1beta1.d.ts +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
- package/v1beta1.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.0.3](https://github.com/googleapis/google-api-nodejs-client/compare/servicedirectory-v3.0.2...servicedirectory-v3.0.3) (2024-02-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **servicedirectory:** update the API ([f3bec00](https://github.com/googleapis/google-api-nodejs-client/commit/f3bec00a8b5b76d60a9556d1466eb1d57364da26))
|
|
9
|
+
|
|
10
|
+
## [3.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/servicedirectory-v3.0.1...servicedirectory-v3.0.2) (2024-01-05)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **servicedirectory:** update the API ([ddc06a2](https://github.com/googleapis/google-api-nodejs-client/commit/ddc06a219b2d2b225fc8219d10030d0f605d791e))
|
|
16
|
+
|
|
3
17
|
## [3.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/servicedirectory-v3.0.0...servicedirectory-v3.0.1) (2024-01-03)
|
|
4
18
|
|
|
5
19
|
|
package/build/v1.d.ts
CHANGED
|
@@ -84,7 +84,7 @@ export declare namespace servicedirectory_v1 {
|
|
|
84
84
|
*/
|
|
85
85
|
members?: string[] | null;
|
|
86
86
|
/**
|
|
87
|
-
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
|
|
87
|
+
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
|
|
88
88
|
*/
|
|
89
89
|
role?: string | null;
|
|
90
90
|
}
|
package/build/v1beta1.d.ts
CHANGED
|
@@ -84,7 +84,7 @@ export declare namespace servicedirectory_v1beta1 {
|
|
|
84
84
|
*/
|
|
85
85
|
members?: string[] | null;
|
|
86
86
|
/**
|
|
87
|
-
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
|
|
87
|
+
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
|
|
88
88
|
*/
|
|
89
89
|
role?: string | null;
|
|
90
90
|
}
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -137,7 +137,7 @@ export namespace servicedirectory_v1 {
|
|
|
137
137
|
*/
|
|
138
138
|
members?: string[] | null;
|
|
139
139
|
/**
|
|
140
|
-
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
|
|
140
|
+
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
|
|
141
141
|
*/
|
|
142
142
|
role?: string | null;
|
|
143
143
|
}
|
package/v1beta1.ts
CHANGED
|
@@ -137,7 +137,7 @@ export namespace servicedirectory_v1beta1 {
|
|
|
137
137
|
*/
|
|
138
138
|
members?: string[] | null;
|
|
139
139
|
/**
|
|
140
|
-
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
|
|
140
|
+
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
|
|
141
141
|
*/
|
|
142
142
|
role?: string | null;
|
|
143
143
|
}
|