@maxim_mazurok/gapi.client.netapp-v1 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=v1
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). */
@@ -235,6 +267,24 @@ declare namespace gapi.client {
235
267
  rules?: SimpleExportPolicyRule[];
236
268
  }
237
269
  interface GoogleProtobufEmpty {}
270
+ interface HostGroup {
271
+ /** Output only. Create time of the host group. */
272
+ createTime?: string;
273
+ /** Optional. Description of the host group. */
274
+ description?: string;
275
+ /** Required. The list of hosts associated with the host group. */
276
+ hosts?: string[];
277
+ /** Optional. Labels of the host group. */
278
+ labels?: {[P in string]: string};
279
+ /** Identifier. The resource name of the host group. Format: `projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}`. */
280
+ name?: string;
281
+ /** 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. */
282
+ osType?: string;
283
+ /** Output only. State of the host group. */
284
+ state?: string;
285
+ /** Required. Type of the host group. */
286
+ type?: string;
287
+ }
238
288
  interface HourlySchedule {
239
289
  /** Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0). */
240
290
  minute?: number;
@@ -284,7 +334,7 @@ declare namespace gapi.client {
284
334
  interface KmsConfig {
285
335
  /** Output only. Create time of the KmsConfig. */
286
336
  createTime?: string;
287
- /** Required. Customer managed crypto key resource full name. Format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}. */
337
+ /** Required. Customer managed crypto key resource full name. Format: `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`. */
288
338
  cryptoKeyName?: string;
289
339
  /** Description of the KmsConfig. */
290
340
  description?: string;
@@ -333,6 +383,14 @@ declare namespace gapi.client {
333
383
  /** Locations that could not be reached. */
334
384
  unreachable?: string[];
335
385
  }
386
+ interface ListHostGroupsResponse {
387
+ /** The list of host groups. */
388
+ hostGroups?: HostGroup[];
389
+ /** A token identifying a page of results the server should return. */
390
+ nextPageToken?: string;
391
+ /** Locations that could not be reached. */
392
+ unreachable?: string[];
393
+ }
336
394
  interface ListKmsConfigsResponse {
337
395
  /** The list of KmsConfigs */
338
396
  kmsConfigs?: KmsConfig[];
@@ -352,7 +410,7 @@ declare namespace gapi.client {
352
410
  nextPageToken?: string;
353
411
  /** A list of operations that matches the specified filter in the request. */
354
412
  operations?: Operation[];
355
- /** 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. */
413
+ /** 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. */
356
414
  unreachable?: string[];
357
415
  }
358
416
  interface ListQuotaRulesResponse {
@@ -526,9 +584,9 @@ declare namespace gapi.client {
526
584
  interface RestoreBackupFilesRequest {
527
585
  /** Required. The backup resource name, in the format `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}` */
528
586
  backup?: string;
529
- /** Required. List of files to be restored in the form of their absolute path as in source volume. */
587
+ /** Required. List of files to be restored, specified by their absolute path in the source volume. */
530
588
  fileList?: string[];
531
- /** Optional. Absolute directory path in the destination volume. */
589
+ /** Optional. Absolute directory path in the destination volume. This is required if the `file_list` is provided. */
532
590
  restoreDestinationPath?: string;
533
591
  }
534
592
  interface RestoreParameters {
@@ -548,7 +606,7 @@ declare namespace gapi.client {
548
606
  accessType?: string;
549
607
  /** Comma separated list of allowed clients IP addresses */
550
608
  allowedClients?: string;
551
- /** Optional. An integer representing the anonymous user ID. Range is 0 to 4294967295. Required when squash_mode is ROOT_SQUASH or ALL_SQUASH. */
609
+ /** Optional. An integer representing the anonymous user ID. Range is 0 to 4294967295. Required when `squash_mode` is `ROOT_SQUASH` or `ALL_SQUASH`. */
552
610
  anonUid?: string;
553
611
  /** Whether Unix root access will be granted. */
554
612
  hasRootAccess?: string;
@@ -668,6 +726,8 @@ declare namespace gapi.client {
668
726
  totalIops?: string;
669
727
  /** Optional. Custom Performance Total Throughput of the pool (in MiBps) */
670
728
  totalThroughputMibps?: string;
729
+ /** 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`. */
730
+ type?: string;
671
731
  /** Output only. Allocated size of all volumes in GIB in the storage pool */
672
732
  volumeCapacityGib?: string;
673
733
  /** Output only. Volume count of the storage pool */
@@ -725,6 +785,8 @@ declare namespace gapi.client {
725
785
  activeDirectory?: string;
726
786
  /** BackupConfig of the volume. */
727
787
  backupConfig?: BackupConfig;
788
+ /** Optional. Block devices for the volume. Currently, only one block device is permitted per Volume. */
789
+ blockDevices?: BlockDevice[];
728
790
  /** Optional. Cache parameters for the volume. */
729
791
  cacheParameters?: CacheParameters;
730
792
  /** Required. Capacity in GIB of the volume */
@@ -1675,6 +1737,221 @@ declare namespace gapi.client {
1675
1737
  ): Request<Operation>;
1676
1738
  backups: BackupsResource;
1677
1739
  }
1740
+ interface HostGroupsResource {
1741
+ /** Creates a new host group. */
1742
+ create(request: {
1743
+ /** V1 error format. */
1744
+ '$.xgafv'?: string;
1745
+ /** OAuth access token. */
1746
+ access_token?: string;
1747
+ /** Data format for response. */
1748
+ alt?: string;
1749
+ /** JSONP */
1750
+ callback?: string;
1751
+ /** Selector specifying which fields to include in a partial response. */
1752
+ fields?: string;
1753
+ /** 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. */
1754
+ hostGroupId?: string;
1755
+ /** 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. */
1756
+ key?: string;
1757
+ /** OAuth 2.0 token for the current user. */
1758
+ oauth_token?: string;
1759
+ /** Required. Parent value for CreateHostGroupRequest */
1760
+ parent: string;
1761
+ /** Returns response with indentations and line breaks. */
1762
+ prettyPrint?: boolean;
1763
+ /** 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. */
1764
+ quotaUser?: string;
1765
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1766
+ upload_protocol?: string;
1767
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1768
+ uploadType?: string;
1769
+ /** Request body */
1770
+ resource: HostGroup;
1771
+ }): Request<Operation>;
1772
+ create(
1773
+ request: {
1774
+ /** V1 error format. */
1775
+ '$.xgafv'?: string;
1776
+ /** OAuth access token. */
1777
+ access_token?: string;
1778
+ /** Data format for response. */
1779
+ alt?: string;
1780
+ /** JSONP */
1781
+ callback?: string;
1782
+ /** Selector specifying which fields to include in a partial response. */
1783
+ fields?: string;
1784
+ /** 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. */
1785
+ hostGroupId?: string;
1786
+ /** 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. */
1787
+ key?: string;
1788
+ /** OAuth 2.0 token for the current user. */
1789
+ oauth_token?: string;
1790
+ /** Required. Parent value for CreateHostGroupRequest */
1791
+ parent: string;
1792
+ /** Returns response with indentations and line breaks. */
1793
+ prettyPrint?: boolean;
1794
+ /** 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. */
1795
+ quotaUser?: string;
1796
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1797
+ upload_protocol?: string;
1798
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1799
+ uploadType?: string;
1800
+ },
1801
+ body: HostGroup,
1802
+ ): Request<Operation>;
1803
+ /** Deletes a host group. */
1804
+ delete(request?: {
1805
+ /** V1 error format. */
1806
+ '$.xgafv'?: string;
1807
+ /** OAuth access token. */
1808
+ access_token?: string;
1809
+ /** Data format for response. */
1810
+ alt?: string;
1811
+ /** JSONP */
1812
+ callback?: string;
1813
+ /** Selector specifying which fields to include in a partial response. */
1814
+ fields?: string;
1815
+ /** 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. */
1816
+ key?: string;
1817
+ /** Required. The resource name of the host group. Format: `projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}`. */
1818
+ name: string;
1819
+ /** OAuth 2.0 token for the current user. */
1820
+ oauth_token?: string;
1821
+ /** Returns response with indentations and line breaks. */
1822
+ prettyPrint?: boolean;
1823
+ /** 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. */
1824
+ quotaUser?: string;
1825
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1826
+ upload_protocol?: string;
1827
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1828
+ uploadType?: string;
1829
+ }): Request<Operation>;
1830
+ /** Returns details of the specified host group. */
1831
+ get(request?: {
1832
+ /** V1 error format. */
1833
+ '$.xgafv'?: string;
1834
+ /** OAuth access token. */
1835
+ access_token?: string;
1836
+ /** Data format for response. */
1837
+ alt?: string;
1838
+ /** JSONP */
1839
+ callback?: string;
1840
+ /** Selector specifying which fields to include in a partial response. */
1841
+ fields?: string;
1842
+ /** 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. */
1843
+ key?: string;
1844
+ /** Required. The resource name of the host group. Format: `projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}`. */
1845
+ name: string;
1846
+ /** OAuth 2.0 token for the current user. */
1847
+ oauth_token?: string;
1848
+ /** Returns response with indentations and line breaks. */
1849
+ prettyPrint?: boolean;
1850
+ /** 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. */
1851
+ quotaUser?: string;
1852
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1853
+ upload_protocol?: string;
1854
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1855
+ uploadType?: string;
1856
+ }): Request<HostGroup>;
1857
+ /** Returns a list of host groups in a `location`. Use `-` as location to list host groups across all locations. */
1858
+ list(request?: {
1859
+ /** V1 error format. */
1860
+ '$.xgafv'?: string;
1861
+ /** OAuth access token. */
1862
+ access_token?: string;
1863
+ /** Data format for response. */
1864
+ alt?: string;
1865
+ /** JSONP */
1866
+ callback?: string;
1867
+ /** Selector specifying which fields to include in a partial response. */
1868
+ fields?: string;
1869
+ /** Optional. Filter to apply to the request. */
1870
+ filter?: string;
1871
+ /** 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. */
1872
+ key?: string;
1873
+ /** OAuth 2.0 token for the current user. */
1874
+ oauth_token?: string;
1875
+ /** Optional. Hint for how to order the results */
1876
+ orderBy?: string;
1877
+ /** Optional. Requested page size. Server may return fewer items than requested. If unspecified, the server will pick an appropriate default. */
1878
+ pageSize?: number;
1879
+ /** Optional. A token identifying a page of results the server should return. */
1880
+ pageToken?: string;
1881
+ /** Required. Parent value for ListHostGroupsRequest */
1882
+ parent: string;
1883
+ /** Returns response with indentations and line breaks. */
1884
+ prettyPrint?: boolean;
1885
+ /** 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. */
1886
+ quotaUser?: string;
1887
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1888
+ upload_protocol?: string;
1889
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1890
+ uploadType?: string;
1891
+ }): Request<ListHostGroupsResponse>;
1892
+ /** Updates an existing host group. */
1893
+ patch(request: {
1894
+ /** V1 error format. */
1895
+ '$.xgafv'?: string;
1896
+ /** OAuth access token. */
1897
+ access_token?: string;
1898
+ /** Data format for response. */
1899
+ alt?: string;
1900
+ /** JSONP */
1901
+ callback?: string;
1902
+ /** Selector specifying which fields to include in a partial response. */
1903
+ fields?: string;
1904
+ /** 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. */
1905
+ key?: string;
1906
+ /** Identifier. The resource name of the host group. Format: `projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}`. */
1907
+ name: string;
1908
+ /** OAuth 2.0 token for the current user. */
1909
+ oauth_token?: string;
1910
+ /** Returns response with indentations and line breaks. */
1911
+ prettyPrint?: boolean;
1912
+ /** 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. */
1913
+ quotaUser?: string;
1914
+ /** Optional. The list of fields to update. */
1915
+ updateMask?: string;
1916
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1917
+ upload_protocol?: string;
1918
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1919
+ uploadType?: string;
1920
+ /** Request body */
1921
+ resource: HostGroup;
1922
+ }): Request<Operation>;
1923
+ patch(
1924
+ request: {
1925
+ /** V1 error format. */
1926
+ '$.xgafv'?: string;
1927
+ /** OAuth access token. */
1928
+ access_token?: string;
1929
+ /** Data format for response. */
1930
+ alt?: string;
1931
+ /** JSONP */
1932
+ callback?: string;
1933
+ /** Selector specifying which fields to include in a partial response. */
1934
+ fields?: string;
1935
+ /** 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. */
1936
+ key?: string;
1937
+ /** Identifier. The resource name of the host group. Format: `projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}`. */
1938
+ name: string;
1939
+ /** OAuth 2.0 token for the current user. */
1940
+ oauth_token?: string;
1941
+ /** Returns response with indentations and line breaks. */
1942
+ prettyPrint?: boolean;
1943
+ /** 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. */
1944
+ quotaUser?: string;
1945
+ /** Optional. The list of fields to update. */
1946
+ updateMask?: string;
1947
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
1948
+ upload_protocol?: string;
1949
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1950
+ uploadType?: string;
1951
+ },
1952
+ body: HostGroup,
1953
+ ): Request<Operation>;
1954
+ }
1678
1955
  interface KmsConfigsResource {
1679
1956
  /** Creates a new KMS config. */
1680
1957
  create(request: {
@@ -2147,7 +2424,7 @@ declare namespace gapi.client {
2147
2424
  prettyPrint?: boolean;
2148
2425
  /** 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. */
2149
2426
  quotaUser?: string;
2150
- /** 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. */
2427
+ /** 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. */
2151
2428
  returnPartialSuccess?: boolean;
2152
2429
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2153
2430
  upload_protocol?: string;
@@ -3823,6 +4100,7 @@ declare namespace gapi.client {
3823
4100
  activeDirectories: ActiveDirectoriesResource;
3824
4101
  backupPolicies: BackupPoliciesResource;
3825
4102
  backupVaults: BackupVaultsResource;
4103
+ hostGroups: HostGroupsResource;
3826
4104
  kmsConfigs: KmsConfigsResource;
3827
4105
  operations: OperationsResource;
3828
4106
  storagePools: StoragePoolsResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.netapp-v1",
3
- "version": "0.1.20251109",
3
+ "version": "0.1.20251214",
4
4
  "description": "TypeScript typings for NetApp API v1",
5
5
  "repository": {
6
6
  "type": "git",