oci-budget 2.76.0 → 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 (85) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/budget-waiter.d.ts +1 -1
  4. package/lib/budget-waiter.js +1 -1
  5. package/lib/client.d.ts +11 -11
  6. package/lib/client.js +11 -11
  7. package/lib/model/alert-rule-summary.d.ts +3 -3
  8. package/lib/model/alert-rule-summary.js +1 -1
  9. package/lib/model/alert-rule.d.ts +3 -3
  10. package/lib/model/alert-rule.js +1 -1
  11. package/lib/model/alert-type.d.ts +1 -1
  12. package/lib/model/alert-type.js +1 -1
  13. package/lib/model/budget-summary.d.ts +5 -5
  14. package/lib/model/budget-summary.js +1 -1
  15. package/lib/model/budget.d.ts +5 -5
  16. package/lib/model/budget.js +1 -1
  17. package/lib/model/create-alert-rule-details.d.ts +3 -3
  18. package/lib/model/create-alert-rule-details.js +1 -1
  19. package/lib/model/create-budget-details.d.ts +5 -5
  20. package/lib/model/create-budget-details.js +1 -1
  21. package/lib/model/index.d.ts +1 -1
  22. package/lib/model/index.js +1 -1
  23. package/lib/model/lifecycle-state.d.ts +1 -1
  24. package/lib/model/lifecycle-state.js +1 -1
  25. package/lib/model/processing-period-type.d.ts +1 -1
  26. package/lib/model/processing-period-type.js +1 -1
  27. package/lib/model/reset-period.d.ts +1 -1
  28. package/lib/model/reset-period.js +1 -1
  29. package/lib/model/sort-by.d.ts +1 -1
  30. package/lib/model/sort-by.js +1 -1
  31. package/lib/model/sort-order.d.ts +1 -1
  32. package/lib/model/sort-order.js +1 -1
  33. package/lib/model/target-type.d.ts +1 -1
  34. package/lib/model/target-type.js +1 -1
  35. package/lib/model/threshold-type.d.ts +1 -1
  36. package/lib/model/threshold-type.js +1 -1
  37. package/lib/model/update-alert-rule-details.d.ts +3 -3
  38. package/lib/model/update-alert-rule-details.js +1 -1
  39. package/lib/model/update-budget-details.d.ts +5 -5
  40. package/lib/model/update-budget-details.js +1 -1
  41. package/lib/request/create-alert-rule-request.d.ts +2 -2
  42. package/lib/request/create-alert-rule-request.js +1 -1
  43. package/lib/request/create-budget-request.d.ts +2 -2
  44. package/lib/request/create-budget-request.js +1 -1
  45. package/lib/request/delete-alert-rule-request.d.ts +3 -3
  46. package/lib/request/delete-alert-rule-request.js +1 -1
  47. package/lib/request/delete-budget-request.d.ts +3 -3
  48. package/lib/request/delete-budget-request.js +1 -1
  49. package/lib/request/get-alert-rule-request.d.ts +2 -2
  50. package/lib/request/get-alert-rule-request.js +1 -1
  51. package/lib/request/get-budget-request.d.ts +2 -2
  52. package/lib/request/get-budget-request.js +1 -1
  53. package/lib/request/index.d.ts +1 -1
  54. package/lib/request/index.js +1 -1
  55. package/lib/request/list-alert-rules-request.d.ts +3 -3
  56. package/lib/request/list-alert-rules-request.js +1 -1
  57. package/lib/request/list-budgets-request.d.ts +3 -3
  58. package/lib/request/list-budgets-request.js +1 -1
  59. package/lib/request/update-alert-rule-request.d.ts +3 -3
  60. package/lib/request/update-alert-rule-request.js +1 -1
  61. package/lib/request/update-budget-request.d.ts +3 -3
  62. package/lib/request/update-budget-request.js +1 -1
  63. package/lib/response/create-alert-rule-response.d.ts +2 -2
  64. package/lib/response/create-alert-rule-response.js +1 -1
  65. package/lib/response/create-budget-response.d.ts +2 -2
  66. package/lib/response/create-budget-response.js +1 -1
  67. package/lib/response/delete-alert-rule-response.d.ts +1 -1
  68. package/lib/response/delete-alert-rule-response.js +1 -1
  69. package/lib/response/delete-budget-response.d.ts +1 -1
  70. package/lib/response/delete-budget-response.js +1 -1
  71. package/lib/response/get-alert-rule-response.d.ts +2 -2
  72. package/lib/response/get-alert-rule-response.js +1 -1
  73. package/lib/response/get-budget-response.d.ts +2 -2
  74. package/lib/response/get-budget-response.js +1 -1
  75. package/lib/response/index.d.ts +1 -1
  76. package/lib/response/index.js +1 -1
  77. package/lib/response/list-alert-rules-response.d.ts +3 -3
  78. package/lib/response/list-alert-rules-response.js +1 -1
  79. package/lib/response/list-budgets-response.d.ts +3 -3
  80. package/lib/response/list-budgets-response.js +1 -1
  81. package/lib/response/update-alert-rule-response.d.ts +2 -2
  82. package/lib/response/update-alert-rule-response.js +1 -1
  83. package/lib/response/update-budget-response.d.ts +2 -2
  84. package/lib/response/update-budget-response.js +1 -1
  85. package/package.json +3 -3
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
14
14
  export interface GetAlertRuleResponse {
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
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
14
14
  export interface GetBudgetResponse {
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
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as CreateAlertRuleResponse from "./create-alert-rule-response";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -20,8 +20,8 @@ export interface ListAlertRulesResponse {
20
20
  */
21
21
  "opcRequestId": string;
22
22
  /**
23
- * For pagination of a list of `AlertRuleSummary`. If this header appears in the response, then this
24
- * is a partial list of AlertRuleSummaries. Include this value as the `page` parameter in a subsequent
23
+ * For pagination of a list of {@code AlertRuleSummary}. If this header appears in the response, then this
24
+ * is a partial list of AlertRuleSummaries. Include this value as the {@code page} parameter in a subsequent
25
25
  * GET request to get the next batch of AlertRuleSummaries.
26
26
  *
27
27
  */
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -20,8 +20,8 @@ export interface ListBudgetsResponse {
20
20
  */
21
21
  "opcRequestId": string;
22
22
  /**
23
- * For pagination of a list of `Budget`s. If this header appears in the response, then this
24
- * is a partial list of budgets. Include this value as the `page` parameter in a subsequent
23
+ * For pagination of a list of {@code Budget}s. If this header appears in the response, then this
24
+ * is a partial list of budgets. Include this value as the {@code page} parameter in a subsequent
25
25
  * GET request to get the next batch of budgets.
26
26
  *
27
27
  */
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -20,7 +20,7 @@ export interface UpdateAlertRuleResponse {
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
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -20,7 +20,7 @@ export interface UpdateBudgetResponse {
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
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-budget",
3
- "version": "2.76.0",
3
+ "version": "2.77.0",
4
4
  "description": "OCI NodeJS client for Budget 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.0",
19
- "oci-workrequests": "2.76.0"
18
+ "oci-common": "2.77.0",
19
+ "oci-workrequests": "2.77.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"