@googleapis/servicedirectory 3.0.2 → 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 CHANGED
@@ -1,5 +1,12 @@
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
+
3
10
  ## [3.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/servicedirectory-v3.0.1...servicedirectory-v3.0.2) (2024-01-05)
4
11
 
5
12
 
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
  }
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/servicedirectory",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "servicedirectory",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
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
  }