@maxim_mazurok/gapi.client.netapp-v1beta1 0.1.20250901 → 0.1.20250908

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.
Files changed (2) hide show
  1. package/index.d.ts +6 -2
  2. package/package.json +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://netapp.googleapis.com/$discovery/rest?version=v1beta1
12
- // Revision: 20250901
12
+ // Revision: 20250908
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -556,6 +556,8 @@ declare namespace gapi.client {
556
556
  accessType?: string;
557
557
  /** Comma separated list of allowed clients IP addresses */
558
558
  allowedClients?: string;
559
+ /** Optional. An integer representing the anonymous user ID. Range is 0 to 4294967295. Required when squash_mode is ROOT_SQUASH or ALL_SQUASH. */
560
+ anonUid?: string;
559
561
  /** Whether Unix root access will be granted. */
560
562
  hasRootAccess?: string;
561
563
  /** If enabled (true) the rule defines a read only access for clients matching the 'allowedClients' specification. It enables nfs clients to mount using 'integrity' kerberos security mode. */
@@ -574,6 +576,8 @@ declare namespace gapi.client {
574
576
  nfsv3?: boolean;
575
577
  /** NFS V4 protocol. */
576
578
  nfsv4?: boolean;
579
+ /** Optional. Defines how user identity squashing is applied for this export rule. This field is the preferred way to configure squashing behavior and takes precedence over `has_root_access` if both are provided. */
580
+ squashMode?: string;
577
581
  }
578
582
  interface Snapshot {
579
583
  /** Output only. The time when the snapshot was created. */
@@ -3855,7 +3859,7 @@ declare namespace gapi.client {
3855
3859
  alt?: string;
3856
3860
  /** JSONP */
3857
3861
  callback?: string;
3858
- /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
3862
+ /** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. */
3859
3863
  extraLocationTypes?: string | string[];
3860
3864
  /** Selector specifying which fields to include in a partial response. */
3861
3865
  fields?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.netapp-v1beta1",
3
- "version": "0.1.20250901",
3
+ "version": "0.1.20250908",
4
4
  "description": "TypeScript typings for NetApp API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",