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,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Announcements Service API
|
|
4
|
+
* Manage Oracle Cloud Infrastructure console announcements.
|
|
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
|
+
exports.SortOrder = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* Sort orders.
|
|
18
|
+
**/
|
|
19
|
+
var SortOrder;
|
|
20
|
+
(function (SortOrder) {
|
|
21
|
+
SortOrder["Asc"] = "ASC";
|
|
22
|
+
SortOrder["Desc"] = "DESC";
|
|
23
|
+
})(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
|
|
24
|
+
(function (SortOrder) {
|
|
25
|
+
function getJsonObj(obj) {
|
|
26
|
+
return obj;
|
|
27
|
+
}
|
|
28
|
+
SortOrder.getJsonObj = getJsonObj;
|
|
29
|
+
function getDeserializedJsonObj(obj) {
|
|
30
|
+
return obj;
|
|
31
|
+
}
|
|
32
|
+
SortOrder.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
33
|
+
})(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
|
|
34
|
+
//# sourceMappingURL=sort-order.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sort-order.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/model/sort-order.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB;AAED,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOzB"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Announcements Service API
|
|
3
|
+
* Manage Oracle Cloud Infrastructure console announcements.
|
|
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
|
+
/**
|
|
14
|
+
* The details for updating an announcement subscription.
|
|
15
|
+
*/
|
|
16
|
+
export interface UpdateAnnouncementSubscriptionDetails {
|
|
17
|
+
/**
|
|
18
|
+
* A user-friendly name for the announcement subscription. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
19
|
+
*/
|
|
20
|
+
"displayName"?: string;
|
|
21
|
+
/**
|
|
22
|
+
* A description of the announcement subscription. Avoid entering confidential information.
|
|
23
|
+
*/
|
|
24
|
+
"description"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Notifications service topic that is the target for publishing announcements that match the configured announcement subscription. The caller of the operation needs the ONS_TOPIC_PUBLISH permission for the targeted Notifications service topic. For more information about Notifications permissions, see [Details for Notifications](https://docs.cloud.oracle.com/Content/Identity/policyreference/notificationpolicyreference.htm).
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"onsTopicId"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
32
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"freeformTags"?: {
|
|
36
|
+
[key: string]: string;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
40
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"definedTags"?: {
|
|
44
|
+
[key: string]: {
|
|
45
|
+
[key: string]: any;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
export declare namespace UpdateAnnouncementSubscriptionDetails {
|
|
50
|
+
function getJsonObj(obj: UpdateAnnouncementSubscriptionDetails): object;
|
|
51
|
+
function getDeserializedJsonObj(obj: UpdateAnnouncementSubscriptionDetails): object;
|
|
52
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Announcements Service API
|
|
4
|
+
* Manage Oracle Cloud Infrastructure console announcements.
|
|
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
|
+
exports.UpdateAnnouncementSubscriptionDetails = void 0;
|
|
16
|
+
var UpdateAnnouncementSubscriptionDetails;
|
|
17
|
+
(function (UpdateAnnouncementSubscriptionDetails) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
UpdateAnnouncementSubscriptionDetails.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
UpdateAnnouncementSubscriptionDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(UpdateAnnouncementSubscriptionDetails = exports.UpdateAnnouncementSubscriptionDetails || (exports.UpdateAnnouncementSubscriptionDetails = {}));
|
|
29
|
+
//# sourceMappingURL=update-announcement-subscription-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-announcement-subscription-details.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/model/update-announcement-subscription-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoCH,IAAiB,qCAAqC,CAWrD;AAXD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CAAC,GAA0C;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0C;QAC/E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAWrD"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Announcements Service API
|
|
3
|
+
* Manage Oracle Cloud Infrastructure console announcements.
|
|
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
|
+
/**
|
|
15
|
+
* The details for updating a filter group in an announcement subscription.
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateFilterGroupDetails {
|
|
18
|
+
/**
|
|
19
|
+
* A list of filters against which the Announcements service will match announcements. You cannot have more than one of any given filter type within a filter group.
|
|
20
|
+
*/
|
|
21
|
+
"filters": Array<model.Filter>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace UpdateFilterGroupDetails {
|
|
24
|
+
function getJsonObj(obj: UpdateFilterGroupDetails): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: UpdateFilterGroupDetails): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Announcements Service API
|
|
4
|
+
* Manage Oracle Cloud Infrastructure console announcements.
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.UpdateFilterGroupDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var UpdateFilterGroupDetails;
|
|
37
|
+
(function (UpdateFilterGroupDetails) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"filters": obj.filters
|
|
41
|
+
? obj.filters.map(item => {
|
|
42
|
+
return model.Filter.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
UpdateFilterGroupDetails.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"filters": obj.filters
|
|
52
|
+
? obj.filters.map(item => {
|
|
53
|
+
return model.Filter.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
UpdateFilterGroupDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(UpdateFilterGroupDetails = exports.UpdateFilterGroupDetails || (exports.UpdateFilterGroupDetails = {}));
|
|
61
|
+
//# sourceMappingURL=update-filter-group-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-filter-group-details.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/model/update-filter-group-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,wBAAwB,CA6BxC;AA7BD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA6BxC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/announcementsservice/ChangeAnnouncementSubscriptionCompartment.ts.html |here} to see how to use ChangeAnnouncementSubscriptionCompartmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeAnnouncementSubscriptionCompartmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the announcement subscription.
|
|
21
|
+
*/
|
|
22
|
+
"announcementSubscriptionId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The compartment information to update.
|
|
25
|
+
*/
|
|
26
|
+
"changeAnnouncementSubscriptionCompartmentDetails": model.ChangeAnnouncementSubscriptionCompartmentDetails;
|
|
27
|
+
/**
|
|
28
|
+
* The locking version, used for optimistic concurrency control.
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The unique Oracle-assigned identifier for the request. If you need to contact Oracle about
|
|
33
|
+
* a particular request, please provide the complete request ID.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"opcRequestId"?: string;
|
|
37
|
+
}
|
|
@@ -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=change-announcement-subscription-compartment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-announcement-subscription-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/request/change-announcement-subscription-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/announcementsservice/CreateAnnouncementSubscription.ts.html |here} to see how to use CreateAnnouncementSubscriptionRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateAnnouncementSubscriptionRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details of the new announcement subscription.
|
|
21
|
+
*/
|
|
22
|
+
"createAnnouncementSubscriptionDetails": model.CreateAnnouncementSubscriptionDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The unique Oracle-assigned identifier for the request. If you need to contact Oracle about
|
|
34
|
+
* a particular request, please provide the complete request ID.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"opcRequestId"?: string;
|
|
38
|
+
}
|
|
@@ -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=create-announcement-subscription-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-announcement-subscription-request.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/request/create-announcement-subscription-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/announcementsservice/CreateAnnouncementsPreference.ts.html |here} to see how to use CreateAnnouncementsPreferenceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateAnnouncementsPreferenceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,46 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/announcementsservice/CreateFilterGroup.ts.html |here} to see how to use CreateFilterGroupRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateFilterGroupRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the announcement subscription.
|
|
21
|
+
*/
|
|
22
|
+
"announcementSubscriptionId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Details of the new filter group.
|
|
25
|
+
*/
|
|
26
|
+
"createFilterGroupDetails": model.CreateFilterGroupDetails;
|
|
27
|
+
/**
|
|
28
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
29
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
30
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
31
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
32
|
+
* might be rejected.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"opcRetryToken"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The unique Oracle-assigned identifier for the request. If you need to contact Oracle about
|
|
38
|
+
* a particular request, please provide the complete request ID.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"opcRequestId"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The locking version, used for optimistic concurrency control.
|
|
44
|
+
*/
|
|
45
|
+
"ifMatch"?: string;
|
|
46
|
+
}
|
|
@@ -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=create-filter-group-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-filter-group-request.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/request/create-filter-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/announcementsservice/DeleteAnnouncementSubscription.ts.html |here} to see how to use DeleteAnnouncementSubscriptionRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteAnnouncementSubscriptionRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the announcement subscription.
|
|
20
|
+
*/
|
|
21
|
+
"announcementSubscriptionId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The locking version, used for optimistic concurrency control.
|
|
24
|
+
*/
|
|
25
|
+
"ifMatch"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The unique Oracle-assigned identifier for the request. If you need to contact Oracle about
|
|
28
|
+
* a particular request, please provide the complete request ID.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRequestId"?: string;
|
|
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=delete-announcement-subscription-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-announcement-subscription-request.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/request/delete-announcement-subscription-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/announcementsservice/DeleteFilterGroup.ts.html |here} to see how to use DeleteFilterGroupRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteFilterGroupRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the announcement subscription.
|
|
20
|
+
*/
|
|
21
|
+
"announcementSubscriptionId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The name of the filter group.
|
|
24
|
+
*/
|
|
25
|
+
"filterGroupName": string;
|
|
26
|
+
/**
|
|
27
|
+
* The unique Oracle-assigned identifier for the request. If you need to contact Oracle about
|
|
28
|
+
* a particular request, please provide the complete request ID.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRequestId"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The locking version, used for optimistic concurrency control.
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
}
|
|
@@ -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=delete-filter-group-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-filter-group-request.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/request/delete-filter-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/announcementsservice/GetAnnouncement.ts.html |here} to see how to use GetAnnouncementRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAnnouncementRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -0,0 +1,28 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/announcementsservice/GetAnnouncementSubscription.ts.html |here} to see how to use GetAnnouncementSubscriptionRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetAnnouncementSubscriptionRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the announcement subscription.
|
|
20
|
+
*/
|
|
21
|
+
"announcementSubscriptionId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The unique Oracle-assigned identifier for the request. If you need to contact Oracle about
|
|
24
|
+
* a particular request, please provide the complete request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId"?: string;
|
|
28
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-announcement-subscription-request.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/request/get-announcement-subscription-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/announcementsservice/GetAnnouncementUserStatus.ts.html |here} to see how to use GetAnnouncementUserStatusRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAnnouncementUserStatusRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.14.0/announcementsservice/GetAnnouncementsPreference.ts.html |here} to see how to use GetAnnouncementsPreferenceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAnnouncementsPreferenceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/lib/request/index.d.ts
CHANGED
|
@@ -18,6 +18,24 @@ import * as ListAnnouncementsRequest from "./list-announcements-request";
|
|
|
18
18
|
export import ListAnnouncementsRequest = ListAnnouncementsRequest.ListAnnouncementsRequest;
|
|
19
19
|
import * as UpdateAnnouncementUserStatusRequest from "./update-announcement-user-status-request";
|
|
20
20
|
export import UpdateAnnouncementUserStatusRequest = UpdateAnnouncementUserStatusRequest.UpdateAnnouncementUserStatusRequest;
|
|
21
|
+
import * as ChangeAnnouncementSubscriptionCompartmentRequest from "./change-announcement-subscription-compartment-request";
|
|
22
|
+
export import ChangeAnnouncementSubscriptionCompartmentRequest = ChangeAnnouncementSubscriptionCompartmentRequest.ChangeAnnouncementSubscriptionCompartmentRequest;
|
|
23
|
+
import * as CreateAnnouncementSubscriptionRequest from "./create-announcement-subscription-request";
|
|
24
|
+
export import CreateAnnouncementSubscriptionRequest = CreateAnnouncementSubscriptionRequest.CreateAnnouncementSubscriptionRequest;
|
|
25
|
+
import * as CreateFilterGroupRequest from "./create-filter-group-request";
|
|
26
|
+
export import CreateFilterGroupRequest = CreateFilterGroupRequest.CreateFilterGroupRequest;
|
|
27
|
+
import * as DeleteAnnouncementSubscriptionRequest from "./delete-announcement-subscription-request";
|
|
28
|
+
export import DeleteAnnouncementSubscriptionRequest = DeleteAnnouncementSubscriptionRequest.DeleteAnnouncementSubscriptionRequest;
|
|
29
|
+
import * as DeleteFilterGroupRequest from "./delete-filter-group-request";
|
|
30
|
+
export import DeleteFilterGroupRequest = DeleteFilterGroupRequest.DeleteFilterGroupRequest;
|
|
31
|
+
import * as GetAnnouncementSubscriptionRequest from "./get-announcement-subscription-request";
|
|
32
|
+
export import GetAnnouncementSubscriptionRequest = GetAnnouncementSubscriptionRequest.GetAnnouncementSubscriptionRequest;
|
|
33
|
+
import * as ListAnnouncementSubscriptionsRequest from "./list-announcement-subscriptions-request";
|
|
34
|
+
export import ListAnnouncementSubscriptionsRequest = ListAnnouncementSubscriptionsRequest.ListAnnouncementSubscriptionsRequest;
|
|
35
|
+
import * as UpdateAnnouncementSubscriptionRequest from "./update-announcement-subscription-request";
|
|
36
|
+
export import UpdateAnnouncementSubscriptionRequest = UpdateAnnouncementSubscriptionRequest.UpdateAnnouncementSubscriptionRequest;
|
|
37
|
+
import * as UpdateFilterGroupRequest from "./update-filter-group-request";
|
|
38
|
+
export import UpdateFilterGroupRequest = UpdateFilterGroupRequest.UpdateFilterGroupRequest;
|
|
21
39
|
import * as CreateAnnouncementsPreferenceRequest from "./create-announcements-preference-request";
|
|
22
40
|
export import CreateAnnouncementsPreferenceRequest = CreateAnnouncementsPreferenceRequest.CreateAnnouncementsPreferenceRequest;
|
|
23
41
|
import * as GetAnnouncementsPreferenceRequest from "./get-announcements-preference-request";
|