oci-licensemanager 2.76.1 → 2.77.1

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 (45) hide show
  1. package/lib/client.d.ts +25 -19
  2. package/lib/client.js +27 -18
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-license-record-details.d.ts +4 -4
  5. package/lib/model/create-product-license-details.d.ts +2 -2
  6. package/lib/model/license-record-summary.d.ts +5 -5
  7. package/lib/model/license-record.d.ts +5 -5
  8. package/lib/model/product-license-summary.d.ts +3 -3
  9. package/lib/model/product-license.d.ts +3 -3
  10. package/lib/model/update-license-record-details.d.ts +4 -4
  11. package/lib/model/update-product-license-details.d.ts +2 -2
  12. package/lib/request/bulk-upload-license-records-request.d.ts +1 -1
  13. package/lib/request/create-license-record-request.d.ts +1 -1
  14. package/lib/request/create-product-license-request.d.ts +1 -1
  15. package/lib/request/delete-license-record-request.d.ts +2 -2
  16. package/lib/request/delete-product-license-request.d.ts +2 -2
  17. package/lib/request/get-bulk-upload-template-request.d.ts +1 -1
  18. package/lib/request/get-configuration-request.d.ts +1 -1
  19. package/lib/request/get-license-metric-request.d.ts +1 -1
  20. package/lib/request/get-license-record-request.d.ts +1 -1
  21. package/lib/request/get-product-license-request.d.ts +1 -1
  22. package/lib/request/list-license-records-request.d.ts +4 -4
  23. package/lib/request/list-product-license-consumers-request.d.ts +4 -4
  24. package/lib/request/list-product-licenses-request.d.ts +4 -4
  25. package/lib/request/list-top-utilized-product-licenses-request.d.ts +4 -4
  26. package/lib/request/list-top-utilized-resources-request.d.ts +4 -4
  27. package/lib/request/update-configuration-request.d.ts +2 -2
  28. package/lib/request/update-license-record-request.d.ts +2 -2
  29. package/lib/request/update-product-license-request.d.ts +2 -2
  30. package/lib/response/create-license-record-response.d.ts +1 -1
  31. package/lib/response/create-product-license-response.d.ts +1 -1
  32. package/lib/response/get-bulk-upload-template-response.d.ts +1 -1
  33. package/lib/response/get-configuration-response.d.ts +1 -1
  34. package/lib/response/get-license-metric-response.d.ts +1 -1
  35. package/lib/response/get-license-record-response.d.ts +1 -1
  36. package/lib/response/get-product-license-response.d.ts +1 -1
  37. package/lib/response/list-license-records-response.d.ts +1 -1
  38. package/lib/response/list-product-license-consumers-response.d.ts +1 -1
  39. package/lib/response/list-product-licenses-response.d.ts +1 -1
  40. package/lib/response/list-top-utilized-product-licenses-response.d.ts +1 -1
  41. package/lib/response/list-top-utilized-resources-response.d.ts +1 -1
  42. package/lib/response/update-configuration-response.d.ts +1 -1
  43. package/lib/response/update-license-record-response.d.ts +1 -1
  44. package/lib/response/update-product-license-response.d.ts +1 -1
  45. package/package.json +3 -3
@@ -20,7 +20,7 @@ export interface ListProductLicenseConsumersResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListProductLicensesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListTopUtilizedProductLicensesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListTopUtilizedResourcesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateConfigurationResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateLicenseRecordResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateProductLicenseResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-licensemanager",
3
- "version": "2.76.1",
3
+ "version": "2.77.1",
4
4
  "description": "OCI NodeJS client for License Manager Service",
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.1",
19
+ "oci-workrequests": "2.77.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"