@maxim_mazurok/gapi.client.netapp-v1 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=v1
12
- // Revision: 20250901
12
+ // Revision: 20250908
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -510,6 +510,8 @@ declare namespace gapi.client {
510
510
  accessType?: string;
511
511
  /** Comma separated list of allowed clients IP addresses */
512
512
  allowedClients?: string;
513
+ /** Optional. An integer representing the anonymous user ID. Range is 0 to 4294967295. Required when squash_mode is ROOT_SQUASH or ALL_SQUASH. */
514
+ anonUid?: string;
513
515
  /** Whether Unix root access will be granted. */
514
516
  hasRootAccess?: string;
515
517
  /** 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. */
@@ -528,6 +530,8 @@ declare namespace gapi.client {
528
530
  nfsv3?: boolean;
529
531
  /** NFS V4 protocol. */
530
532
  nfsv4?: boolean;
533
+ /** 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. */
534
+ squashMode?: string;
531
535
  }
532
536
  interface Snapshot {
533
537
  /** Output only. The time when the snapshot was created. */
@@ -3691,7 +3695,7 @@ declare namespace gapi.client {
3691
3695
  alt?: string;
3692
3696
  /** JSONP */
3693
3697
  callback?: string;
3694
- /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
3698
+ /** Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. */
3695
3699
  extraLocationTypes?: string | string[];
3696
3700
  /** Selector specifying which fields to include in a partial response. */
3697
3701
  fields?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.netapp-v1",
3
- "version": "0.1.20250901",
3
+ "version": "0.1.20250908",
4
4
  "description": "TypeScript typings for NetApp API v1",
5
5
  "repository": {
6
6
  "type": "git",