oci-announcementsservice 2.13.0 → 2.16.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 (129) hide show
  1. package/THIRD_PARTY_LICENSES.txt +467 -1412
  2. package/index.d.ts +3 -0
  3. package/index.js +4 -1
  4. package/index.js.map +1 -1
  5. package/lib/announcementsubscription-waiter.d.ts +29 -0
  6. package/lib/announcementsubscription-waiter.js +65 -0
  7. package/lib/announcementsubscription-waiter.js.map +1 -0
  8. package/lib/client.d.ts +240 -61
  9. package/lib/client.js +792 -68
  10. package/lib/client.js.map +1 -1
  11. package/lib/model/announcement-subscription-collection.d.ts +26 -0
  12. package/lib/model/announcement-subscription-collection.js +61 -0
  13. package/lib/model/announcement-subscription-collection.js.map +1 -0
  14. package/lib/model/announcement-subscription-summary.d.ts +84 -0
  15. package/lib/model/announcement-subscription-summary.js +29 -0
  16. package/lib/model/announcement-subscription-summary.js.map +1 -0
  17. package/lib/model/announcement-subscription.d.ts +109 -0
  18. package/lib/model/announcement-subscription.js +69 -0
  19. package/lib/model/announcement-subscription.js.map +1 -0
  20. package/lib/model/base-announcement.d.ts +14 -0
  21. package/lib/model/base-announcement.js +5 -0
  22. package/lib/model/base-announcement.js.map +1 -1
  23. package/lib/model/change-announcement-subscription-compartment-details.d.ts +27 -0
  24. package/lib/model/change-announcement-subscription-compartment-details.js +29 -0
  25. package/lib/model/change-announcement-subscription-compartment-details.js.map +1 -0
  26. package/lib/model/create-announcement-subscription-details.d.ts +65 -0
  27. package/lib/model/create-announcement-subscription-details.js +58 -0
  28. package/lib/model/create-announcement-subscription-details.js.map +1 -0
  29. package/lib/model/create-filter-group-details.d.ts +30 -0
  30. package/lib/model/create-filter-group-details.js +61 -0
  31. package/lib/model/create-filter-group-details.js.map +1 -0
  32. package/lib/model/filter-group-details.d.ts +26 -0
  33. package/lib/model/filter-group-details.js +61 -0
  34. package/lib/model/filter-group-details.js.map +1 -0
  35. package/lib/model/filter-group.d.ts +30 -0
  36. package/lib/model/filter-group.js +61 -0
  37. package/lib/model/filter-group.js.map +1 -0
  38. package/lib/model/filter.d.ts +42 -0
  39. package/lib/model/filter.js +43 -0
  40. package/lib/model/filter.js.map +1 -0
  41. package/lib/model/index.d.ts +24 -0
  42. package/lib/model/index.js +25 -1
  43. package/lib/model/index.js.map +1 -1
  44. package/lib/model/sort-order.d.ts +23 -0
  45. package/lib/model/sort-order.js +34 -0
  46. package/lib/model/sort-order.js.map +1 -0
  47. package/lib/model/update-announcement-subscription-details.d.ts +52 -0
  48. package/lib/model/update-announcement-subscription-details.js +29 -0
  49. package/lib/model/update-announcement-subscription-details.js.map +1 -0
  50. package/lib/model/update-filter-group-details.d.ts +26 -0
  51. package/lib/model/update-filter-group-details.js +61 -0
  52. package/lib/model/update-filter-group-details.js.map +1 -0
  53. package/lib/request/change-announcement-subscription-compartment-request.d.ts +37 -0
  54. package/lib/request/change-announcement-subscription-compartment-request.js +15 -0
  55. package/lib/request/change-announcement-subscription-compartment-request.js.map +1 -0
  56. package/lib/request/create-announcement-subscription-request.d.ts +38 -0
  57. package/lib/request/create-announcement-subscription-request.js +15 -0
  58. package/lib/request/create-announcement-subscription-request.js.map +1 -0
  59. package/lib/request/create-announcements-preference-request.d.ts +1 -1
  60. package/lib/request/create-filter-group-request.d.ts +46 -0
  61. package/lib/request/create-filter-group-request.js +15 -0
  62. package/lib/request/create-filter-group-request.js.map +1 -0
  63. package/lib/request/delete-announcement-subscription-request.d.ts +32 -0
  64. package/lib/request/delete-announcement-subscription-request.js +15 -0
  65. package/lib/request/delete-announcement-subscription-request.js.map +1 -0
  66. package/lib/request/delete-filter-group-request.d.ts +36 -0
  67. package/lib/request/delete-filter-group-request.js +15 -0
  68. package/lib/request/delete-filter-group-request.js.map +1 -0
  69. package/lib/request/get-announcement-request.d.ts +1 -1
  70. package/lib/request/get-announcement-subscription-request.d.ts +28 -0
  71. package/lib/request/get-announcement-subscription-request.js +15 -0
  72. package/lib/request/get-announcement-subscription-request.js.map +1 -0
  73. package/lib/request/get-announcement-user-status-request.d.ts +1 -1
  74. package/lib/request/get-announcements-preference-request.d.ts +1 -1
  75. package/lib/request/index.d.ts +18 -0
  76. package/lib/request/index.js +3 -1
  77. package/lib/request/index.js.map +1 -1
  78. package/lib/request/list-announcement-subscriptions-request.d.ts +65 -0
  79. package/lib/request/list-announcement-subscriptions-request.js +24 -0
  80. package/lib/request/list-announcement-subscriptions-request.js.map +1 -0
  81. package/lib/request/list-announcements-preferences-request.d.ts +2 -3
  82. package/lib/request/list-announcements-request.d.ts +22 -3
  83. package/lib/request/list-announcements-request.js +5 -0
  84. package/lib/request/list-announcements-request.js.map +1 -1
  85. package/lib/request/update-announcement-subscription-request.d.ts +37 -0
  86. package/lib/request/update-announcement-subscription-request.js +15 -0
  87. package/lib/request/update-announcement-subscription-request.js.map +1 -0
  88. package/lib/request/update-announcement-user-status-request.d.ts +1 -1
  89. package/lib/request/update-announcements-preference-request.d.ts +1 -1
  90. package/lib/request/update-filter-group-request.d.ts +41 -0
  91. package/lib/request/update-filter-group-request.js +15 -0
  92. package/lib/request/update-filter-group-request.js.map +1 -0
  93. package/lib/response/change-announcement-subscription-compartment-response.d.ts +25 -0
  94. package/lib/response/change-announcement-subscription-compartment-response.js +15 -0
  95. package/lib/response/change-announcement-subscription-compartment-response.js.map +1 -0
  96. package/lib/response/create-announcement-subscription-response.d.ts +30 -0
  97. package/lib/response/create-announcement-subscription-response.js +15 -0
  98. package/lib/response/create-announcement-subscription-response.js.map +1 -0
  99. package/lib/response/create-announcements-preference-response.d.ts +3 -0
  100. package/lib/response/create-filter-group-response.d.ts +30 -0
  101. package/lib/response/create-filter-group-response.js +15 -0
  102. package/lib/response/create-filter-group-response.js.map +1 -0
  103. package/lib/response/delete-announcement-subscription-response.d.ts +20 -0
  104. package/lib/response/delete-announcement-subscription-response.js +15 -0
  105. package/lib/response/delete-announcement-subscription-response.js.map +1 -0
  106. package/lib/response/delete-filter-group-response.d.ts +25 -0
  107. package/lib/response/delete-filter-group-response.js +15 -0
  108. package/lib/response/delete-filter-group-response.js.map +1 -0
  109. package/lib/response/get-announcement-response.d.ts +8 -1
  110. package/lib/response/get-announcement-subscription-response.d.ts +30 -0
  111. package/lib/response/get-announcement-subscription-response.js +15 -0
  112. package/lib/response/get-announcement-subscription-response.js.map +1 -0
  113. package/lib/response/get-announcement-user-status-response.d.ts +8 -1
  114. package/lib/response/get-announcements-preference-response.d.ts +7 -0
  115. package/lib/response/index.d.ts +18 -0
  116. package/lib/response/list-announcement-subscriptions-response.d.ts +32 -0
  117. package/lib/response/list-announcement-subscriptions-response.js +15 -0
  118. package/lib/response/list-announcement-subscriptions-response.js.map +1 -0
  119. package/lib/response/list-announcements-preferences-response.d.ts +5 -0
  120. package/lib/response/list-announcements-response.d.ts +13 -2
  121. package/lib/response/update-announcement-subscription-response.d.ts +30 -0
  122. package/lib/response/update-announcement-subscription-response.js +15 -0
  123. package/lib/response/update-announcement-subscription-response.js.map +1 -0
  124. package/lib/response/update-announcement-user-status-response.d.ts +9 -1
  125. package/lib/response/update-announcements-preference-response.d.ts +3 -0
  126. package/lib/response/update-filter-group-response.d.ts +30 -0
  127. package/lib/response/update-filter-group-response.js +15 -0
  128. package/lib/response/update-filter-group-response.js.map +1 -0
  129. package/package.json +3 -3
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 0.0.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-announcement-subscription-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-announcement-subscription-response.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/response/get-announcement-subscription-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,9 +13,16 @@
13
13
  import * as model from "../model";
14
14
  export interface GetAnnouncementUserStatusResponse {
15
15
  /**
16
- * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the complete request ID.
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
17
19
  */
18
20
  "opcRequestId": string;
21
+ /**
22
+ * For optimistic concurrency control. See `if-match`.
23
+ *
24
+ */
25
+ "etag": string;
19
26
  /**
20
27
  * The returned model.AnnouncementUserStatusDetails instance.
21
28
  */
@@ -13,9 +13,16 @@
13
13
  import * as model from "../model";
14
14
  export interface GetAnnouncementsPreferenceResponse {
15
15
  /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
16
18
  *
17
19
  */
18
20
  "opcRequestId": string;
21
+ /**
22
+ * For optimistic concurrency control. See `if-match`.
23
+ *
24
+ */
25
+ "etag": string;
19
26
  /**
20
27
  * The returned model.AnnouncementsPreferences instance.
21
28
  */
@@ -18,6 +18,24 @@ import * as ListAnnouncementsResponse from "./list-announcements-response";
18
18
  export import ListAnnouncementsResponse = ListAnnouncementsResponse.ListAnnouncementsResponse;
19
19
  import * as UpdateAnnouncementUserStatusResponse from "./update-announcement-user-status-response";
20
20
  export import UpdateAnnouncementUserStatusResponse = UpdateAnnouncementUserStatusResponse.UpdateAnnouncementUserStatusResponse;
21
+ import * as ChangeAnnouncementSubscriptionCompartmentResponse from "./change-announcement-subscription-compartment-response";
22
+ export import ChangeAnnouncementSubscriptionCompartmentResponse = ChangeAnnouncementSubscriptionCompartmentResponse.ChangeAnnouncementSubscriptionCompartmentResponse;
23
+ import * as CreateAnnouncementSubscriptionResponse from "./create-announcement-subscription-response";
24
+ export import CreateAnnouncementSubscriptionResponse = CreateAnnouncementSubscriptionResponse.CreateAnnouncementSubscriptionResponse;
25
+ import * as CreateFilterGroupResponse from "./create-filter-group-response";
26
+ export import CreateFilterGroupResponse = CreateFilterGroupResponse.CreateFilterGroupResponse;
27
+ import * as DeleteAnnouncementSubscriptionResponse from "./delete-announcement-subscription-response";
28
+ export import DeleteAnnouncementSubscriptionResponse = DeleteAnnouncementSubscriptionResponse.DeleteAnnouncementSubscriptionResponse;
29
+ import * as DeleteFilterGroupResponse from "./delete-filter-group-response";
30
+ export import DeleteFilterGroupResponse = DeleteFilterGroupResponse.DeleteFilterGroupResponse;
31
+ import * as GetAnnouncementSubscriptionResponse from "./get-announcement-subscription-response";
32
+ export import GetAnnouncementSubscriptionResponse = GetAnnouncementSubscriptionResponse.GetAnnouncementSubscriptionResponse;
33
+ import * as ListAnnouncementSubscriptionsResponse from "./list-announcement-subscriptions-response";
34
+ export import ListAnnouncementSubscriptionsResponse = ListAnnouncementSubscriptionsResponse.ListAnnouncementSubscriptionsResponse;
35
+ import * as UpdateAnnouncementSubscriptionResponse from "./update-announcement-subscription-response";
36
+ export import UpdateAnnouncementSubscriptionResponse = UpdateAnnouncementSubscriptionResponse.UpdateAnnouncementSubscriptionResponse;
37
+ import * as UpdateFilterGroupResponse from "./update-filter-group-response";
38
+ export import UpdateFilterGroupResponse = UpdateFilterGroupResponse.UpdateFilterGroupResponse;
21
39
  import * as CreateAnnouncementsPreferenceResponse from "./create-announcements-preference-response";
22
40
  export import CreateAnnouncementsPreferenceResponse = CreateAnnouncementsPreferenceResponse.CreateAnnouncementsPreferenceResponse;
23
41
  import * as GetAnnouncementsPreferenceResponse from "./get-announcements-preference-response";
@@ -0,0 +1,32 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 0.0.1
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import * as model from "../model";
14
+ export interface ListAnnouncementSubscriptionsResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
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
24
+ * subsequent GET request to get the next batch of items.
25
+ *
26
+ */
27
+ "opcNextPage": string;
28
+ /**
29
+ * The returned model.AnnouncementSubscriptionCollection instance.
30
+ */
31
+ "announcementSubscriptionCollection": model.AnnouncementSubscriptionCollection;
32
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 0.0.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-announcement-subscriptions-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-announcement-subscriptions-response.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/response/list-announcement-subscriptions-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,10 +13,15 @@
13
13
  import * as model from "../model";
14
14
  export interface ListAnnouncementsPreferencesResponse {
15
15
  /**
16
+ * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
+ * then a partial list might have been returned. Include this value as the `page` parameter for the
18
+ * subsequent GET request to get the next batch of items.
16
19
  *
17
20
  */
18
21
  "opcNextPage": string;
19
22
  /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
20
25
  *
21
26
  */
22
27
  "opcRequestId": string;
@@ -13,11 +13,22 @@
13
13
  import * as model from "../model";
14
14
  export interface ListAnnouncementsResponse {
15
15
  /**
16
- * For pagination of a list of items. When paging through a list, if this header appears in the response, then there are additional items still to get. Include this value as the `page` parameter for the subsequent GET request. For information about pagination, see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#List_Pagination).
16
+ * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
+ * then a partial list might have been returned. Include this value as the `page` parameter for the
18
+ * subsequent GET request to get the next batch of items.
19
+ *
17
20
  */
18
21
  "opcNextPage": string;
19
22
  /**
20
- * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the complete request ID.
23
+ * For pagination of a list of items. Include this value as the `page` parameter for the
24
+ * subsequent GET request to get the previous batch of items.
25
+ *
26
+ */
27
+ "opcPreviousPage": string;
28
+ /**
29
+ * Unique Oracle-assigned identifier for the request. If you need to contact
30
+ * Oracle about a particular request, please provide the request ID.
31
+ *
21
32
  */
22
33
  "opcRequestId": string;
23
34
  /**
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 0.0.1
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import * as model from "../model";
14
+ export interface UpdateAnnouncementSubscriptionResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For optimistic concurrency control. See `if-match`.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.AnnouncementSubscription instance.
28
+ */
29
+ "announcementSubscription": model.AnnouncementSubscription;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 0.0.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-announcement-subscription-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-announcement-subscription-response.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/response/update-announcement-subscription-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -10,13 +10,21 @@
10
10
  * Copyright (c) 2020, 2022, 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
+ import * as model from "../model";
13
14
  export interface UpdateAnnouncementUserStatusResponse {
14
15
  /**
15
- * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the complete request ID.
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
16
19
  */
17
20
  "opcRequestId": string;
18
21
  /**
22
+ * For optimistic concurrency control. See `if-match`.
19
23
  *
20
24
  */
21
25
  "etag": string;
26
+ /**
27
+ * The returned model.AnnouncementUserStatusDetails instance.
28
+ */
29
+ "announcementUserStatusDetails": model.AnnouncementUserStatusDetails;
22
30
  }
@@ -13,10 +13,13 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateAnnouncementsPreferenceResponse {
15
15
  /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
16
18
  *
17
19
  */
18
20
  "opcRequestId": string;
19
21
  /**
22
+ * For optimistic concurrency control. See `if-match`.
20
23
  *
21
24
  */
22
25
  "etag": string;
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 0.0.1
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
13
+ import * as model from "../model";
14
+ export interface UpdateFilterGroupResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For optimistic concurrency control. See `if-match`.
23
+ *
24
+ */
25
+ "etag": string;
26
+ /**
27
+ * The returned model.FilterGroup instance.
28
+ */
29
+ "filterGroup": model.FilterGroup;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 0.0.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
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
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-filter-group-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-filter-group-response.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/response/update-filter-group-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-announcementsservice",
3
- "version": "2.13.0",
3
+ "version": "2.16.0",
4
4
  "description": "OCI NodeJS client for Announcement 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.13.0",
19
- "oci-workrequests": "2.13.0"
18
+ "oci-common": "2.16.0",
19
+ "oci-workrequests": "2.16.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"