@maxim_mazurok/gapi.client.workstations-v1beta 0.2.20260604 → 0.3.20260604
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 +1 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -45,10 +45,7 @@ declare namespace gapi.client {
|
|
|
45
45
|
exemptedMembers?: string[];
|
|
46
46
|
/** The log type that this config enables. */
|
|
47
47
|
logType?:
|
|
48
|
-
| '
|
|
49
|
-
| 'ADMIN_READ'
|
|
50
|
-
| 'DATA_WRITE'
|
|
51
|
-
| 'DATA_READ';
|
|
48
|
+
'LOG_TYPE_UNSPECIFIED' | 'ADMIN_READ' | 'DATA_WRITE' | 'DATA_READ';
|
|
52
49
|
}
|
|
53
50
|
interface Binding {
|
|
54
51
|
/** The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
|