oci-ons 2.102.2 → 2.103.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 +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +25 -25
- package/lib/client.js +25 -25
- package/lib/model/backoff-retry-policy.d.ts +2 -2
- package/lib/model/backoff-retry-policy.js +1 -1
- package/lib/model/change-compartment-details.d.ts +2 -2
- package/lib/model/change-compartment-details.js +1 -1
- package/lib/model/confirmation-result.d.ts +4 -4
- package/lib/model/confirmation-result.js +1 -1
- package/lib/model/create-subscription-details.d.ts +7 -7
- package/lib/model/create-subscription-details.js +1 -1
- package/lib/model/create-topic-details.d.ts +4 -4
- package/lib/model/create-topic-details.js +1 -1
- package/lib/model/delivery-policy.d.ts +1 -1
- package/lib/model/delivery-policy.js +1 -1
- package/lib/model/index.d.ts +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/message-details.d.ts +1 -1
- package/lib/model/message-details.js +1 -1
- package/lib/model/notification-topic-summary.d.ts +5 -5
- package/lib/model/notification-topic-summary.js +1 -1
- package/lib/model/notification-topic.d.ts +6 -6
- package/lib/model/notification-topic.js +1 -1
- package/lib/model/publish-result.d.ts +1 -1
- package/lib/model/publish-result.js +1 -1
- package/lib/model/subscription-summary.d.ts +7 -7
- package/lib/model/subscription-summary.js +1 -1
- package/lib/model/subscription.d.ts +8 -8
- package/lib/model/subscription.js +1 -1
- package/lib/model/topic-attributes-details.d.ts +3 -3
- package/lib/model/topic-attributes-details.js +1 -1
- package/lib/model/update-subscription-details.d.ts +3 -3
- package/lib/model/update-subscription-details.js +1 -1
- package/lib/notificationdataplane-waiter.d.ts +1 -1
- package/lib/notificationdataplane-waiter.js +1 -1
- package/lib/request/change-subscription-compartment-request.d.ts +2 -2
- package/lib/request/change-topic-compartment-request.d.ts +2 -2
- package/lib/request/create-subscription-request.d.ts +1 -1
- package/lib/request/create-topic-request.d.ts +1 -1
- package/lib/request/delete-subscription-request.d.ts +2 -2
- package/lib/request/delete-topic-request.d.ts +2 -2
- package/lib/request/get-confirm-subscription-request.d.ts +3 -3
- package/lib/request/get-subscription-request.d.ts +2 -2
- package/lib/request/get-topic-request.d.ts +2 -2
- package/lib/request/get-unsubscription-request.d.ts +3 -3
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/list-subscriptions-request.d.ts +4 -4
- package/lib/request/list-topics-request.d.ts +4 -4
- package/lib/request/publish-message-request.d.ts +2 -2
- package/lib/request/resend-subscription-confirmation-request.d.ts +2 -2
- package/lib/request/update-subscription-request.d.ts +2 -2
- package/lib/request/update-topic-request.d.ts +2 -2
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-subscriptions-response.d.ts +1 -1
- package/lib/response/list-topics-response.d.ts +2 -2
- package/package.json +3 -3
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ons/GetTopic.ts.html |here} to see how to use GetTopicRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetTopicRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic to retrieve.
|
|
20
20
|
* <p>
|
|
21
21
|
Transactions Per Minute (TPM) per-tenancy limit for this operation: 120.
|
|
22
22
|
*
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ons/GetUnsubscription.ts.html |here} to see how to use GetUnsubscriptionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetUnsubscriptionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription to unsubscribe from.
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"id": string;
|
|
@@ -37,7 +37,7 @@ export interface GetUnsubscriptionRequest extends common.BaseRequest {
|
|
|
37
37
|
* * {@code SMS}
|
|
38
38
|
* <p>
|
|
39
39
|
For information about subscription protocols, see
|
|
40
|
-
* [To create a subscription](https://docs.
|
|
40
|
+
* [To create a subscription](https://docs.oracle.com/iaas/Content/Notification/Tasks/managingtopicsandsubscriptions.htm#createSub).
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
"protocol": string;
|
package/lib/request/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Notifications API
|
|
3
3
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
4
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
4
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20181201
|
|
7
7
|
*
|
package/lib/request/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Notifications API
|
|
4
4
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
5
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20181201
|
|
8
8
|
*
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ons/ListSubscriptions.ts.html |here} to see how to use ListSubscriptionsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSubscriptionsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"compartmentId": string;
|
|
@@ -27,13 +27,13 @@ export interface ListSubscriptionsRequest extends common.BaseRequest {
|
|
|
27
27
|
"topicId"?: string;
|
|
28
28
|
/**
|
|
29
29
|
* For list pagination. The value of the opc-next-page response header from the previous \"List\" call.
|
|
30
|
-
* For important details about how pagination works, see [List Pagination](https://docs.
|
|
30
|
+
* For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"page"?: string;
|
|
34
34
|
/**
|
|
35
35
|
* For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
36
|
-
* For important details about how pagination works, see [List Pagination](https://docs.
|
|
36
|
+
* For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"limit"?: number;
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ons/ListTopics.ts.html |here} to see how to use ListTopicsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListTopicsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"compartmentId": string;
|
|
@@ -32,13 +32,13 @@ export interface ListTopicsRequest extends common.BaseRequest {
|
|
|
32
32
|
"name"?: string;
|
|
33
33
|
/**
|
|
34
34
|
* For list pagination. The value of the opc-next-page response header from the previous \"List\" call.
|
|
35
|
-
* For important details about how pagination works, see [List Pagination](https://docs.
|
|
35
|
+
* For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
"page"?: string;
|
|
39
39
|
/**
|
|
40
40
|
* For list pagination. The maximum number of results per page, or items to return in a paginated \"List\" call.
|
|
41
|
-
* For important details about how pagination works, see [List Pagination](https://docs.
|
|
41
|
+
* For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
"limit"?: number;
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ons/PublishMessage.ts.html |here} to see how to use PublishMessageRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface PublishMessageRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"topicId": string;
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ons/ResendSubscriptionConfirmation.ts.html |here} to see how to use ResendSubscriptionConfirmationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ResendSubscriptionConfirmationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription to resend the confirmation for.
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"id": string;
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ons/UpdateSubscription.ts.html |here} to see how to use UpdateSubscriptionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSubscriptionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription to update.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"subscriptionId": string;
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/ons/UpdateTopic.ts.html |here} to see how to use UpdateTopicRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateTopicRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the topic to update.
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
"topicId": string;
|
package/lib/response/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Notifications API
|
|
3
3
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
4
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
4
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20181201
|
|
7
7
|
*
|
package/lib/response/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Notifications API
|
|
4
4
|
* Use the Notifications API to broadcast messages to distributed components by topic, using a publish-subscribe pattern.
|
|
5
|
-
For information about managing topics, subscriptions, and messages, see [Notifications Overview](/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
5
|
+
For information about managing topics, subscriptions, and messages, see [Notifications Overview](https://docs.oracle.com/iaas/Content/Notification/Concepts/notificationoverview.htm).
|
|
6
6
|
|
|
7
7
|
* OpenAPI spec version: 20181201
|
|
8
8
|
*
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListSubscriptionsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages of results remain.
|
|
17
|
-
* For important details about how pagination works, see [List Pagination](https://docs.
|
|
17
|
+
* For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcNextPage": string;
|
|
@@ -14,13 +14,13 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListTopicsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages of results remain.
|
|
17
|
-
* For important details about how pagination works, see [List Pagination](https://docs.
|
|
17
|
+
* For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcNextPage": string;
|
|
21
21
|
/**
|
|
22
22
|
* For list pagination. When this header appears in the response, previous pages of results remain.
|
|
23
|
-
* For important details about how pagination works, see [List Pagination](https://docs.
|
|
23
|
+
* For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
"opcPreviousPage": string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-ons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "OCI NodeJS client for ONS",
|
|
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.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|