@maxim_mazurok/gapi.client.netapp-v1beta1 0.1.20251109 → 0.1.20251214

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 +286 -8
  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: 20251109
12
+ // Revision: 20251214
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -151,6 +151,8 @@ declare namespace gapi.client {
151
151
  backupRegion?: string;
152
152
  /** Optional. Backup retention policy defining the retenton of backups. */
153
153
  backupRetentionPolicy?: BackupRetentionPolicy;
154
+ /** Output only. The crypto key version used to encrypt the backup vault. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version} */
155
+ backupsCryptoKeyVersion?: string;
154
156
  /** Optional. Type of backup vault to be created. Default is IN_REGION. */
155
157
  backupVaultType?: string;
156
158
  /** Output only. Create time of the backup vault. */
@@ -159,6 +161,10 @@ declare namespace gapi.client {
159
161
  description?: string;
160
162
  /** Output only. Name of the Backup vault created in backup region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}` */
161
163
  destinationBackupVault?: string;
164
+ /** Output only. Field indicating encryption state of CMEK backups. */
165
+ encryptionState?: string;
166
+ /** Optional. Specifies the KMS config to be used for backup encryption. Format: projects/{project}/locations/{location}/kmsConfigs/{kms_config} */
167
+ kmsConfig?: string;
162
168
  /** Resource labels to represent user provided metadata. */
163
169
  labels?: {[P in string]: string};
164
170
  /** Identifier. The resource name of the backup vault. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`. */
@@ -170,9 +176,27 @@ declare namespace gapi.client {
170
176
  /** Output only. The backup vault state. */
171
177
  state?: string;
172
178
  }
179
+ interface BlockDevice {
180
+ /** Optional. A list of host groups that identify hosts that can mount the block volume. Format: `projects/{project_id}/locations/{location}/hostGroups/{host_group_id}` This field can be updated after the block device is created. */
181
+ hostGroups?: string[];
182
+ /** Output only. Device identifier of the block volume. This represents `lun_serial_number` for iSCSI volumes. */
183
+ identifier?: string;
184
+ /** Optional. User-defined name for the block device, unique within the volume. In case no user input is provided, name will be autogenerated in the backend. The name must meet the following requirements: * Be between 1 and 255 characters long. * Contain only uppercase or lowercase letters (A-Z, a-z), numbers (0-9), and the following special characters: "-", "_", "}", "{", ".". * Spaces are not allowed. */
185
+ name?: string;
186
+ /** Required. Immutable. The OS type of the volume. This field can't be changed after the block device is created. */
187
+ osType?: string;
188
+ /** Optional. The size of the block device in GiB. Any value provided for the `size_gib` field during volume creation is ignored. The block device's size is system-managed and will be set to match the parent Volume's `capacity_gib`. */
189
+ sizeGib?: string;
190
+ }
173
191
  interface CacheConfig {
192
+ /** Optional. Pre-populate cache volume with data from the origin volume. */
193
+ cachePrePopulate?: CachePrePopulate;
194
+ /** Output only. State of the prepopulation job indicating how the prepopulation is progressing. */
195
+ cachePrePopulateState?: string;
174
196
  /** Optional. Flag indicating whether a CIFS change notification is enabled for the FlexCache volume. */
175
197
  cifsChangeNotifyEnabled?: boolean;
198
+ /** Optional. Flag indicating whether writeback is enabled for the FlexCache volume. */
199
+ writebackEnabled?: boolean;
176
200
  }
177
201
  interface CacheParameters {
178
202
  /** Optional. Configuration of the cache volume. */
@@ -181,7 +205,7 @@ declare namespace gapi.client {
181
205
  cacheState?: string;
182
206
  /** Output only. Copy-paste-able commands to be used on user's ONTAP to accept peering requests. */
183
207
  command?: string;
184
- /** Optional. Field indicating whether cache volume as global file lock enabled. */
208
+ /** Optional. Indicates whether the cache volume has global file lock enabled. */
185
209
  enableGlobalFileLock?: boolean;
186
210
  /** Output only. Temporary passphrase generated to accept cluster peering command. */
187
211
  passphrase?: string;
@@ -198,6 +222,14 @@ declare namespace gapi.client {
198
222
  /** Output only. Detailed description of the current cache state. */
199
223
  stateDetails?: string;
200
224
  }
225
+ interface CachePrePopulate {
226
+ /** Optional. List of directory-paths to be excluded for pre-population for the FlexCache volume. */
227
+ excludePathList?: string[];
228
+ /** Optional. List of directory-paths to be pre-populated for the FlexCache volume. */
229
+ pathList?: string[];
230
+ /** Optional. Flag indicating whether the directories listed with the pathList need to be recursively pre-populated. */
231
+ recursion?: boolean;
232
+ }
201
233
  interface CancelOperationRequest {}
202
234
  interface DailySchedule {
203
235
  /** Set the hour to start the snapshot (0-23), defaults to midnight (0). */
@@ -245,6 +277,24 @@ declare namespace gapi.client {
245
277
  rules?: SimpleExportPolicyRule[];
246
278
  }
247
279
  interface GoogleProtobufEmpty {}
280
+ interface HostGroup {
281
+ /** Output only. Create time of the host group. */
282
+ createTime?: string;
283
+ /** Optional. Description of the host group. */
284
+ description?: string;
285
+ /** Required. The list of hosts associated with the host group. */
286
+ hosts?: string[];
287
+ /** Optional. Labels of the host group. */
288
+ labels?: {[P in string]: string};
289
+ /** Identifier. The resource name of the host group. Format: `projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}`. */
290
+ name?: string;
291
+ /** Required. The OS type of the host group. It indicates the type of operating system used by all of the hosts in the HostGroup. All hosts in a HostGroup must be of the same OS type. This can be set only when creating a HostGroup. */
292
+ osType?: string;
293
+ /** Output only. State of the host group. */
294
+ state?: string;
295
+ /** Required. Type of the host group. */
296
+ type?: string;
297
+ }
248
298
  interface HourlySchedule {
249
299
  /** Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0). */
250
300
  minute?: number;
@@ -294,7 +344,7 @@ declare namespace gapi.client {
294
344
  interface KmsConfig {
295
345
  /** Output only. Create time of the KmsConfig. */
296
346
  createTime?: string;
297
- /** Required. Customer managed crypto key resource full name. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}. */
347
+ /** Required. Customer managed crypto key resource full name. Format: `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`. */
298
348
  cryptoKeyName?: string;
299
349
  /** Description of the KmsConfig. */
300
350
  description?: string;
@@ -343,6 +393,14 @@ declare namespace gapi.client {
343
393
  /** Locations that could not be reached. */
344
394
  unreachable?: string[];
345
395
  }
396
+ interface ListHostGroupsResponse {
397
+ /** The list of host groups. */
398
+ hostGroups?: HostGroup[];
399
+ /** A token identifying a page of results the server should return. */
400
+ nextPageToken?: string;
401
+ /** Locations that could not be reached. */
402
+ unreachable?: string[];
403
+ }
346
404
  interface ListKmsConfigsResponse {
347
405
  /** The list of KmsConfigs */
348
406
  kmsConfigs?: KmsConfig[];
@@ -362,7 +420,7 @@ declare namespace gapi.client {
362
420
  nextPageToken?: string;
363
421
  /** A list of operations that matches the specified filter in the request. */
364
422
  operations?: Operation[];
365
- /** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations. */
423
+ /** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations. */
366
424
  unreachable?: string[];
367
425
  }
368
426
  interface ListQuotaRulesResponse {
@@ -536,9 +594,9 @@ declare namespace gapi.client {
536
594
  interface RestoreBackupFilesRequest {
537
595
  /** Required. The backup resource name, in the format `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}` */
538
596
  backup?: string;
539
- /** Required. List of files to be restored in the form of their absolute path as in source volume. */
597
+ /** Required. List of files to be restored, specified by their absolute path in the source volume. */
540
598
  fileList?: string[];
541
- /** Optional. Absolute directory path in the destination volume. */
599
+ /** Optional. Absolute directory path in the destination volume. This is required if the `file_list` is provided. */
542
600
  restoreDestinationPath?: string;
543
601
  }
544
602
  interface RestoreParameters {
@@ -558,7 +616,7 @@ declare namespace gapi.client {
558
616
  accessType?: string;
559
617
  /** Comma separated list of allowed clients IP addresses */
560
618
  allowedClients?: string;
561
- /** Optional. An integer representing the anonymous user ID. Range is 0 to 4294967295. Required when squash_mode is ROOT_SQUASH or ALL_SQUASH. */
619
+ /** Optional. An integer representing the anonymous user ID. Range is 0 to 4294967295. Required when `squash_mode` is `ROOT_SQUASH` or `ALL_SQUASH`. */
562
620
  anonUid?: string;
563
621
  /** Whether Unix root access will be granted. */
564
622
  hasRootAccess?: string;
@@ -678,6 +736,8 @@ declare namespace gapi.client {
678
736
  totalIops?: string;
679
737
  /** Optional. Custom Performance Total Throughput of the pool (in MiBps) */
680
738
  totalThroughputMibps?: string;
739
+ /** Optional. Type of the storage pool. This field is used to control whether the pool supports `FILE` based volumes only or `UNIFIED` (both `FILE` and `BLOCK`) volumes or `UNIFIED_LARGE_CAPACITY` (both `FILE` and `BLOCK`) volumes with large capacity. If not specified during creation, it defaults to `FILE`. */
740
+ type?: string;
681
741
  /** Output only. Allocated size of all volumes in GIB in the storage pool */
682
742
  volumeCapacityGib?: string;
683
743
  /** Output only. Volume count of the storage pool */
@@ -735,6 +795,8 @@ declare namespace gapi.client {
735
795
  activeDirectory?: string;
736
796
  /** BackupConfig of the volume. */
737
797
  backupConfig?: BackupConfig;
798
+ /** Optional. Block devices for the volume. Currently, only one block device is permitted per Volume. */
799
+ blockDevices?: BlockDevice[];
738
800
  /** Optional. Cache parameters for the volume. */
739
801
  cacheParameters?: CacheParameters;
740
802
  /** Required. Capacity in GIB of the volume */
@@ -1685,6 +1747,221 @@ declare namespace gapi.client {
1685
1747
  ): Request<Operation>;
1686
1748
  backups: BackupsResource;
1687
1749
  }
1750
+ interface HostGroupsResource {
1751
+ /** Creates a new host group. */
1752
+ create(request: {
1753
+ /** V1 error format. */
1754
+ '$.xgafv'?: string;
1755
+ /** OAuth access token. */
1756
+ access_token?: string;
1757
+ /** Data format for response. */
1758
+ alt?: string;
1759
+ /** JSONP */
1760
+ callback?: string;
1761
+ /** Selector specifying which fields to include in a partial response. */
1762
+ fields?: string;
1763
+ /** Required. ID of the host group to create. Must be unique within the parent resource. Must contain only letters, numbers, and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum. */
1764
+ hostGroupId?: string;
1765
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1766
+ key?: string;
1767
+ /** OAuth 2.0 token for the current user. */
1768
+ oauth_token?: string;
1769
+ /** Required. Parent value for CreateHostGroupRequest */
1770
+ parent: string;
1771
+ /** Returns response with indentations and line breaks. */
1772
+ prettyPrint?: boolean;
1773
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1774
+ quotaUser?: string;
1775
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1776
+ upload_protocol?: string;
1777
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1778
+ uploadType?: string;
1779
+ /** Request body */
1780
+ resource: HostGroup;
1781
+ }): Request<Operation>;
1782
+ create(
1783
+ request: {
1784
+ /** V1 error format. */
1785
+ '$.xgafv'?: string;
1786
+ /** OAuth access token. */
1787
+ access_token?: string;
1788
+ /** Data format for response. */
1789
+ alt?: string;
1790
+ /** JSONP */
1791
+ callback?: string;
1792
+ /** Selector specifying which fields to include in a partial response. */
1793
+ fields?: string;
1794
+ /** Required. ID of the host group to create. Must be unique within the parent resource. Must contain only letters, numbers, and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum. */
1795
+ hostGroupId?: string;
1796
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1797
+ key?: string;
1798
+ /** OAuth 2.0 token for the current user. */
1799
+ oauth_token?: string;
1800
+ /** Required. Parent value for CreateHostGroupRequest */
1801
+ parent: string;
1802
+ /** Returns response with indentations and line breaks. */
1803
+ prettyPrint?: boolean;
1804
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1805
+ quotaUser?: string;
1806
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1807
+ upload_protocol?: string;
1808
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1809
+ uploadType?: string;
1810
+ },
1811
+ body: HostGroup,
1812
+ ): Request<Operation>;
1813
+ /** Deletes a host group. */
1814
+ delete(request?: {
1815
+ /** V1 error format. */
1816
+ '$.xgafv'?: string;
1817
+ /** OAuth access token. */
1818
+ access_token?: string;
1819
+ /** Data format for response. */
1820
+ alt?: string;
1821
+ /** JSONP */
1822
+ callback?: string;
1823
+ /** Selector specifying which fields to include in a partial response. */
1824
+ fields?: string;
1825
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1826
+ key?: string;
1827
+ /** Required. The resource name of the host group. Format: `projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}`. */
1828
+ name: string;
1829
+ /** OAuth 2.0 token for the current user. */
1830
+ oauth_token?: string;
1831
+ /** Returns response with indentations and line breaks. */
1832
+ prettyPrint?: boolean;
1833
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1834
+ quotaUser?: string;
1835
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1836
+ upload_protocol?: string;
1837
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1838
+ uploadType?: string;
1839
+ }): Request<Operation>;
1840
+ /** Returns details of the specified host group. */
1841
+ get(request?: {
1842
+ /** V1 error format. */
1843
+ '$.xgafv'?: string;
1844
+ /** OAuth access token. */
1845
+ access_token?: string;
1846
+ /** Data format for response. */
1847
+ alt?: string;
1848
+ /** JSONP */
1849
+ callback?: string;
1850
+ /** Selector specifying which fields to include in a partial response. */
1851
+ fields?: string;
1852
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1853
+ key?: string;
1854
+ /** Required. The resource name of the host group. Format: `projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}`. */
1855
+ name: string;
1856
+ /** OAuth 2.0 token for the current user. */
1857
+ oauth_token?: string;
1858
+ /** Returns response with indentations and line breaks. */
1859
+ prettyPrint?: boolean;
1860
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1861
+ quotaUser?: string;
1862
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1863
+ upload_protocol?: string;
1864
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1865
+ uploadType?: string;
1866
+ }): Request<HostGroup>;
1867
+ /** Returns a list of host groups in a `location`. Use `-` as location to list host groups across all locations. */
1868
+ list(request?: {
1869
+ /** V1 error format. */
1870
+ '$.xgafv'?: string;
1871
+ /** OAuth access token. */
1872
+ access_token?: string;
1873
+ /** Data format for response. */
1874
+ alt?: string;
1875
+ /** JSONP */
1876
+ callback?: string;
1877
+ /** Selector specifying which fields to include in a partial response. */
1878
+ fields?: string;
1879
+ /** Optional. Filter to apply to the request. */
1880
+ filter?: string;
1881
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1882
+ key?: string;
1883
+ /** OAuth 2.0 token for the current user. */
1884
+ oauth_token?: string;
1885
+ /** Optional. Hint for how to order the results */
1886
+ orderBy?: string;
1887
+ /** Optional. Requested page size. Server may return fewer items than requested. If unspecified, the server will pick an appropriate default. */
1888
+ pageSize?: number;
1889
+ /** Optional. A token identifying a page of results the server should return. */
1890
+ pageToken?: string;
1891
+ /** Required. Parent value for ListHostGroupsRequest */
1892
+ parent: string;
1893
+ /** Returns response with indentations and line breaks. */
1894
+ prettyPrint?: boolean;
1895
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1896
+ quotaUser?: string;
1897
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1898
+ upload_protocol?: string;
1899
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1900
+ uploadType?: string;
1901
+ }): Request<ListHostGroupsResponse>;
1902
+ /** Updates an existing host group. */
1903
+ patch(request: {
1904
+ /** V1 error format. */
1905
+ '$.xgafv'?: string;
1906
+ /** OAuth access token. */
1907
+ access_token?: string;
1908
+ /** Data format for response. */
1909
+ alt?: string;
1910
+ /** JSONP */
1911
+ callback?: string;
1912
+ /** Selector specifying which fields to include in a partial response. */
1913
+ fields?: string;
1914
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1915
+ key?: string;
1916
+ /** Identifier. The resource name of the host group. Format: `projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}`. */
1917
+ name: string;
1918
+ /** OAuth 2.0 token for the current user. */
1919
+ oauth_token?: string;
1920
+ /** Returns response with indentations and line breaks. */
1921
+ prettyPrint?: boolean;
1922
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1923
+ quotaUser?: string;
1924
+ /** Optional. The list of fields to update. */
1925
+ updateMask?: string;
1926
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1927
+ upload_protocol?: string;
1928
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1929
+ uploadType?: string;
1930
+ /** Request body */
1931
+ resource: HostGroup;
1932
+ }): Request<Operation>;
1933
+ patch(
1934
+ request: {
1935
+ /** V1 error format. */
1936
+ '$.xgafv'?: string;
1937
+ /** OAuth access token. */
1938
+ access_token?: string;
1939
+ /** Data format for response. */
1940
+ alt?: string;
1941
+ /** JSONP */
1942
+ callback?: string;
1943
+ /** Selector specifying which fields to include in a partial response. */
1944
+ fields?: string;
1945
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1946
+ key?: string;
1947
+ /** Identifier. The resource name of the host group. Format: `projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}`. */
1948
+ name: string;
1949
+ /** OAuth 2.0 token for the current user. */
1950
+ oauth_token?: string;
1951
+ /** Returns response with indentations and line breaks. */
1952
+ prettyPrint?: boolean;
1953
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1954
+ quotaUser?: string;
1955
+ /** Optional. The list of fields to update. */
1956
+ updateMask?: string;
1957
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1958
+ upload_protocol?: string;
1959
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1960
+ uploadType?: string;
1961
+ },
1962
+ body: HostGroup,
1963
+ ): Request<Operation>;
1964
+ }
1688
1965
  interface KmsConfigsResource {
1689
1966
  /** Creates a new KMS config. */
1690
1967
  create(request: {
@@ -2157,7 +2434,7 @@ declare namespace gapi.client {
2157
2434
  prettyPrint?: boolean;
2158
2435
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2159
2436
  quotaUser?: string;
2160
- /** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
2437
+ /** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
2161
2438
  returnPartialSuccess?: boolean;
2162
2439
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2163
2440
  upload_protocol?: string;
@@ -3891,6 +4168,7 @@ declare namespace gapi.client {
3891
4168
  activeDirectories: ActiveDirectoriesResource;
3892
4169
  backupPolicies: BackupPoliciesResource;
3893
4170
  backupVaults: BackupVaultsResource;
4171
+ hostGroups: HostGroupsResource;
3894
4172
  kmsConfigs: KmsConfigsResource;
3895
4173
  operations: OperationsResource;
3896
4174
  storagePools: StoragePoolsResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.netapp-v1beta1",
3
- "version": "0.1.20251109",
3
+ "version": "0.1.20251214",
4
4
  "description": "TypeScript typings for NetApp API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",