oci-filestorage 2.76.1 → 2.77.0

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 (118) hide show
  1. package/lib/client.d.ts +50 -50
  2. package/lib/client.js +50 -50
  3. package/lib/model/client-options.d.ts +9 -9
  4. package/lib/model/create-export-details.d.ts +5 -5
  5. package/lib/model/create-file-system-details.d.ts +4 -4
  6. package/lib/model/create-filesystem-snapshot-policy-details.d.ts +7 -7
  7. package/lib/model/create-ldap-idmap-details.d.ts +2 -2
  8. package/lib/model/create-mount-target-details.d.ts +15 -15
  9. package/lib/model/create-outbound-connector-details.d.ts +4 -4
  10. package/lib/model/create-replication-details.d.ts +4 -4
  11. package/lib/model/create-snapshot-details.d.ts +3 -3
  12. package/lib/model/export-set-summary.d.ts +3 -3
  13. package/lib/model/export-set.d.ts +17 -17
  14. package/lib/model/export-summary.d.ts +2 -2
  15. package/lib/model/export.d.ts +11 -11
  16. package/lib/model/file-system-summary.d.ts +5 -5
  17. package/lib/model/file-system.d.ts +6 -6
  18. package/lib/model/filesystem-snapshot-policy-summary.d.ts +6 -6
  19. package/lib/model/filesystem-snapshot-policy.d.ts +6 -6
  20. package/lib/model/ldap-idmap.d.ts +2 -2
  21. package/lib/model/mount-target-summary.d.ts +5 -5
  22. package/lib/model/mount-target.d.ts +5 -5
  23. package/lib/model/outbound-connector-summary.d.ts +5 -5
  24. package/lib/model/outbound-connector.d.ts +5 -5
  25. package/lib/model/replication-summary.d.ts +9 -9
  26. package/lib/model/replication-target-summary.d.ts +6 -6
  27. package/lib/model/replication-target.d.ts +11 -11
  28. package/lib/model/replication.d.ts +8 -8
  29. package/lib/model/snapshot-schedule.d.ts +2 -2
  30. package/lib/model/snapshot-summary.d.ts +9 -9
  31. package/lib/model/snapshot.d.ts +9 -9
  32. package/lib/model/update-export-details.d.ts +1 -1
  33. package/lib/model/update-export-set-details.d.ts +15 -15
  34. package/lib/model/update-file-system-details.d.ts +3 -3
  35. package/lib/model/update-filesystem-snapshot-policy-details.d.ts +6 -6
  36. package/lib/model/update-ldap-idmap-details.d.ts +2 -2
  37. package/lib/model/update-mount-target-details.d.ts +3 -3
  38. package/lib/model/update-outbound-connector-details.d.ts +3 -3
  39. package/lib/model/update-replication-details.d.ts +4 -4
  40. package/lib/model/update-snapshot-details.d.ts +3 -3
  41. package/lib/request/change-file-system-compartment-request.d.ts +2 -2
  42. package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +2 -2
  43. package/lib/request/change-mount-target-compartment-request.d.ts +2 -2
  44. package/lib/request/change-outbound-connector-compartment-request.d.ts +2 -2
  45. package/lib/request/change-replication-compartment-request.d.ts +2 -2
  46. package/lib/request/create-export-request.d.ts +1 -1
  47. package/lib/request/create-file-system-request.d.ts +1 -1
  48. package/lib/request/create-filesystem-snapshot-policy-request.d.ts +1 -1
  49. package/lib/request/create-mount-target-request.d.ts +1 -1
  50. package/lib/request/create-outbound-connector-request.d.ts +1 -1
  51. package/lib/request/create-replication-request.d.ts +1 -1
  52. package/lib/request/create-snapshot-request.d.ts +1 -1
  53. package/lib/request/delete-export-request.d.ts +2 -2
  54. package/lib/request/delete-file-system-request.d.ts +2 -2
  55. package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +2 -2
  56. package/lib/request/delete-mount-target-request.d.ts +2 -2
  57. package/lib/request/delete-outbound-connector-request.d.ts +2 -2
  58. package/lib/request/delete-replication-request.d.ts +5 -5
  59. package/lib/request/delete-replication-target-request.d.ts +2 -2
  60. package/lib/request/delete-snapshot-request.d.ts +2 -2
  61. package/lib/request/estimate-replication-request.d.ts +2 -2
  62. package/lib/request/get-export-request.d.ts +1 -1
  63. package/lib/request/get-export-set-request.d.ts +1 -1
  64. package/lib/request/get-file-system-request.d.ts +1 -1
  65. package/lib/request/get-filesystem-snapshot-policy-request.d.ts +1 -1
  66. package/lib/request/get-mount-target-request.d.ts +1 -1
  67. package/lib/request/get-outbound-connector-request.d.ts +1 -1
  68. package/lib/request/get-replication-request.d.ts +1 -1
  69. package/lib/request/get-replication-target-request.d.ts +1 -1
  70. package/lib/request/get-snapshot-request.d.ts +1 -1
  71. package/lib/request/list-export-sets-request.d.ts +5 -5
  72. package/lib/request/list-exports-request.d.ts +3 -3
  73. package/lib/request/list-file-systems-request.d.ts +5 -5
  74. package/lib/request/list-filesystem-snapshot-policies-request.d.ts +5 -5
  75. package/lib/request/list-mount-targets-request.d.ts +5 -5
  76. package/lib/request/list-outbound-connectors-request.d.ts +5 -5
  77. package/lib/request/list-replication-targets-request.d.ts +7 -7
  78. package/lib/request/list-replications-request.d.ts +5 -5
  79. package/lib/request/list-snapshots-request.d.ts +3 -3
  80. package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +2 -2
  81. package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +2 -2
  82. package/lib/request/update-export-request.d.ts +2 -2
  83. package/lib/request/update-export-set-request.d.ts +2 -2
  84. package/lib/request/update-file-system-request.d.ts +2 -2
  85. package/lib/request/update-filesystem-snapshot-policy-request.d.ts +2 -2
  86. package/lib/request/update-mount-target-request.d.ts +2 -2
  87. package/lib/request/update-outbound-connector-request.d.ts +2 -2
  88. package/lib/request/update-replication-request.d.ts +2 -2
  89. package/lib/request/update-snapshot-request.d.ts +2 -2
  90. package/lib/request/validate-key-tabs-request.d.ts +1 -1
  91. package/lib/response/create-export-response.d.ts +1 -1
  92. package/lib/response/create-file-system-response.d.ts +1 -1
  93. package/lib/response/create-filesystem-snapshot-policy-response.d.ts +1 -1
  94. package/lib/response/create-mount-target-response.d.ts +1 -1
  95. package/lib/response/create-outbound-connector-response.d.ts +1 -1
  96. package/lib/response/create-replication-response.d.ts +1 -1
  97. package/lib/response/create-snapshot-response.d.ts +1 -1
  98. package/lib/response/estimate-replication-response.d.ts +1 -1
  99. package/lib/response/get-export-response.d.ts +1 -1
  100. package/lib/response/get-export-set-response.d.ts +1 -1
  101. package/lib/response/get-file-system-response.d.ts +1 -1
  102. package/lib/response/get-filesystem-snapshot-policy-response.d.ts +1 -1
  103. package/lib/response/get-mount-target-response.d.ts +1 -1
  104. package/lib/response/get-outbound-connector-response.d.ts +1 -1
  105. package/lib/response/get-replication-response.d.ts +1 -1
  106. package/lib/response/get-replication-target-response.d.ts +1 -1
  107. package/lib/response/get-snapshot-response.d.ts +1 -1
  108. package/lib/response/pause-filesystem-snapshot-policy-response.d.ts +1 -1
  109. package/lib/response/unpause-filesystem-snapshot-policy-response.d.ts +1 -1
  110. package/lib/response/update-export-response.d.ts +1 -1
  111. package/lib/response/update-export-set-response.d.ts +1 -1
  112. package/lib/response/update-file-system-response.d.ts +1 -1
  113. package/lib/response/update-filesystem-snapshot-policy-response.d.ts +1 -1
  114. package/lib/response/update-mount-target-response.d.ts +1 -1
  115. package/lib/response/update-outbound-connector-response.d.ts +1 -1
  116. package/lib/response/update-replication-response.d.ts +1 -1
  117. package/lib/response/update-snapshot-response.d.ts +1 -1
  118. package/package.json +3 -3
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface EstimateReplicationResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetExportResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetExportSetResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetFileSystemResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetFilesystemSnapshotPolicyResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetMountTargetResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetOutboundConnectorResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetReplicationResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetReplicationTargetResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetSnapshotResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -20,7 +20,7 @@ export interface PauseFilesystemSnapshotPolicyResponse {
20
20
  */
21
21
  "opcRequestId": string;
22
22
  /**
23
- * For optimistic concurrency control. See `if-match`.
23
+ * For optimistic concurrency control. See {@code if-match}.
24
24
  */
25
25
  "etag": string;
26
26
  /**
@@ -20,7 +20,7 @@ export interface UnpauseFilesystemSnapshotPolicyResponse {
20
20
  */
21
21
  "opcRequestId": string;
22
22
  /**
23
- * For optimistic concurrency control. See `if-match`.
23
+ * For optimistic concurrency control. See {@code if-match}.
24
24
  */
25
25
  "etag": string;
26
26
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateExportResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateExportSetResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateFileSystemResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateFilesystemSnapshotPolicyResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateMountTargetResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateOutboundConnectorResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateReplicationResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateSnapshotResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  */
18
18
  "etag": string;
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-filestorage",
3
- "version": "2.76.1",
3
+ "version": "2.77.0",
4
4
  "description": "OCI NodeJS client for File Storage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"