oci-announcementsservice 2.11.1 → 2.14.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.
- package/index.d.ts +3 -0
- package/index.js +4 -1
- package/index.js.map +1 -1
- package/lib/announcementsubscription-waiter.d.ts +29 -0
- package/lib/announcementsubscription-waiter.js +65 -0
- package/lib/announcementsubscription-waiter.js.map +1 -0
- package/lib/client.d.ts +242 -61
- package/lib/client.js +798 -72
- package/lib/client.js.map +1 -1
- package/lib/model/announcement-subscription-collection.d.ts +26 -0
- package/lib/model/announcement-subscription-collection.js +61 -0
- package/lib/model/announcement-subscription-collection.js.map +1 -0
- package/lib/model/announcement-subscription-summary.d.ts +84 -0
- package/lib/model/announcement-subscription-summary.js +29 -0
- package/lib/model/announcement-subscription-summary.js.map +1 -0
- package/lib/model/announcement-subscription.d.ts +109 -0
- package/lib/model/announcement-subscription.js +69 -0
- package/lib/model/announcement-subscription.js.map +1 -0
- package/lib/model/base-announcement.d.ts +14 -0
- package/lib/model/base-announcement.js +5 -0
- package/lib/model/base-announcement.js.map +1 -1
- package/lib/model/change-announcement-subscription-compartment-details.d.ts +27 -0
- package/lib/model/change-announcement-subscription-compartment-details.js +29 -0
- package/lib/model/change-announcement-subscription-compartment-details.js.map +1 -0
- package/lib/model/create-announcement-subscription-details.d.ts +65 -0
- package/lib/model/create-announcement-subscription-details.js +58 -0
- package/lib/model/create-announcement-subscription-details.js.map +1 -0
- package/lib/model/create-filter-group-details.d.ts +30 -0
- package/lib/model/create-filter-group-details.js +61 -0
- package/lib/model/create-filter-group-details.js.map +1 -0
- package/lib/model/filter-group-details.d.ts +26 -0
- package/lib/model/filter-group-details.js +61 -0
- package/lib/model/filter-group-details.js.map +1 -0
- package/lib/model/filter-group.d.ts +30 -0
- package/lib/model/filter-group.js +61 -0
- package/lib/model/filter-group.js.map +1 -0
- package/lib/model/filter.d.ts +42 -0
- package/lib/model/filter.js +43 -0
- package/lib/model/filter.js.map +1 -0
- package/lib/model/index.d.ts +24 -0
- package/lib/model/index.js +25 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/sort-order.d.ts +23 -0
- package/lib/model/sort-order.js +34 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-announcement-subscription-details.d.ts +52 -0
- package/lib/model/update-announcement-subscription-details.js +29 -0
- package/lib/model/update-announcement-subscription-details.js.map +1 -0
- package/lib/model/update-filter-group-details.d.ts +26 -0
- package/lib/model/update-filter-group-details.js +61 -0
- package/lib/model/update-filter-group-details.js.map +1 -0
- package/lib/request/change-announcement-subscription-compartment-request.d.ts +37 -0
- package/lib/request/change-announcement-subscription-compartment-request.js +15 -0
- package/lib/request/change-announcement-subscription-compartment-request.js.map +1 -0
- package/lib/request/create-announcement-subscription-request.d.ts +38 -0
- package/lib/request/create-announcement-subscription-request.js +15 -0
- package/lib/request/create-announcement-subscription-request.js.map +1 -0
- package/lib/request/create-announcements-preference-request.d.ts +1 -1
- package/lib/request/create-filter-group-request.d.ts +46 -0
- package/lib/request/create-filter-group-request.js +15 -0
- package/lib/request/create-filter-group-request.js.map +1 -0
- package/lib/request/delete-announcement-subscription-request.d.ts +32 -0
- package/lib/request/delete-announcement-subscription-request.js +15 -0
- package/lib/request/delete-announcement-subscription-request.js.map +1 -0
- package/lib/request/delete-filter-group-request.d.ts +36 -0
- package/lib/request/delete-filter-group-request.js +15 -0
- package/lib/request/delete-filter-group-request.js.map +1 -0
- package/lib/request/get-announcement-request.d.ts +1 -1
- package/lib/request/get-announcement-subscription-request.d.ts +28 -0
- package/lib/request/get-announcement-subscription-request.js +15 -0
- package/lib/request/get-announcement-subscription-request.js.map +1 -0
- package/lib/request/get-announcement-user-status-request.d.ts +1 -1
- package/lib/request/get-announcements-preference-request.d.ts +1 -1
- package/lib/request/index.d.ts +18 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-announcement-subscriptions-request.d.ts +65 -0
- package/lib/request/list-announcement-subscriptions-request.js +24 -0
- package/lib/request/list-announcement-subscriptions-request.js.map +1 -0
- package/lib/request/list-announcements-preferences-request.d.ts +2 -3
- package/lib/request/list-announcements-request.d.ts +22 -3
- package/lib/request/list-announcements-request.js +5 -0
- package/lib/request/list-announcements-request.js.map +1 -1
- package/lib/request/update-announcement-subscription-request.d.ts +37 -0
- package/lib/request/update-announcement-subscription-request.js +15 -0
- package/lib/request/update-announcement-subscription-request.js.map +1 -0
- package/lib/request/update-announcement-user-status-request.d.ts +1 -1
- package/lib/request/update-announcements-preference-request.d.ts +1 -1
- package/lib/request/update-filter-group-request.d.ts +41 -0
- package/lib/request/update-filter-group-request.js +15 -0
- package/lib/request/update-filter-group-request.js.map +1 -0
- package/lib/response/change-announcement-subscription-compartment-response.d.ts +25 -0
- package/lib/response/change-announcement-subscription-compartment-response.js +15 -0
- package/lib/response/change-announcement-subscription-compartment-response.js.map +1 -0
- package/lib/response/create-announcement-subscription-response.d.ts +30 -0
- package/lib/response/create-announcement-subscription-response.js +15 -0
- package/lib/response/create-announcement-subscription-response.js.map +1 -0
- package/lib/response/create-announcements-preference-response.d.ts +3 -0
- package/lib/response/create-filter-group-response.d.ts +30 -0
- package/lib/response/create-filter-group-response.js +15 -0
- package/lib/response/create-filter-group-response.js.map +1 -0
- package/lib/response/delete-announcement-subscription-response.d.ts +20 -0
- package/lib/response/delete-announcement-subscription-response.js +15 -0
- package/lib/response/delete-announcement-subscription-response.js.map +1 -0
- package/lib/response/delete-filter-group-response.d.ts +25 -0
- package/lib/response/delete-filter-group-response.js +15 -0
- package/lib/response/delete-filter-group-response.js.map +1 -0
- package/lib/response/get-announcement-response.d.ts +8 -1
- package/lib/response/get-announcement-subscription-response.d.ts +30 -0
- package/lib/response/get-announcement-subscription-response.js +15 -0
- package/lib/response/get-announcement-subscription-response.js.map +1 -0
- package/lib/response/get-announcement-user-status-response.d.ts +8 -1
- package/lib/response/get-announcements-preference-response.d.ts +7 -0
- package/lib/response/index.d.ts +18 -0
- package/lib/response/list-announcement-subscriptions-response.d.ts +32 -0
- package/lib/response/list-announcement-subscriptions-response.js +15 -0
- package/lib/response/list-announcement-subscriptions-response.js.map +1 -0
- package/lib/response/list-announcements-preferences-response.d.ts +5 -0
- package/lib/response/list-announcements-response.d.ts +13 -2
- package/lib/response/update-announcement-subscription-response.d.ts +30 -0
- package/lib/response/update-announcement-subscription-response.js +15 -0
- package/lib/response/update-announcement-subscription-response.js.map +1 -0
- package/lib/response/update-announcement-user-status-response.d.ts +9 -1
- package/lib/response/update-announcements-preference-response.d.ts +3 -0
- package/lib/response/update-filter-group-response.d.ts +30 -0
- package/lib/response/update-filter-group-response.js +15 -0
- package/lib/response/update-filter-group-response.js.map +1 -0
- 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
|
-
*
|
|
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
|
*/
|
package/lib/response/index.d.ts
CHANGED
|
@@ -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,
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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.
|
|
3
|
+
"version": "2.14.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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.14.0",
|
|
19
|
+
"oci-workrequests": "2.14.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|