oci-announcementsservice 2.76.1 → 2.77.1

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 (45) hide show
  1. package/lib/client.d.ts +34 -20
  2. package/lib/client.js +42 -17
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/announcement-subscription-summary.d.ts +3 -3
  5. package/lib/model/announcement-subscription.d.ts +3 -3
  6. package/lib/model/announcement-user-status-details.d.ts +1 -1
  7. package/lib/model/base-announcement.d.ts +10 -10
  8. package/lib/model/base-announcements-preferences.d.ts +1 -1
  9. package/lib/model/base-create-announcements-preferences-details.d.ts +1 -1
  10. package/lib/model/create-announcement-subscription-details.d.ts +2 -2
  11. package/lib/model/update-announcement-subscription-details.d.ts +2 -2
  12. package/lib/request/change-announcement-subscription-compartment-request.d.ts +1 -1
  13. package/lib/request/create-announcement-subscription-request.d.ts +1 -1
  14. package/lib/request/create-announcements-preference-request.d.ts +1 -1
  15. package/lib/request/create-filter-group-request.d.ts +1 -1
  16. package/lib/request/delete-announcement-subscription-request.d.ts +1 -1
  17. package/lib/request/delete-filter-group-request.d.ts +1 -1
  18. package/lib/request/get-announcement-request.d.ts +1 -1
  19. package/lib/request/get-announcement-subscription-request.d.ts +1 -1
  20. package/lib/request/get-announcement-user-status-request.d.ts +1 -1
  21. package/lib/request/get-announcements-preference-request.d.ts +1 -1
  22. package/lib/request/list-announcement-subscriptions-request.d.ts +2 -2
  23. package/lib/request/list-announcements-preferences-request.d.ts +2 -2
  24. package/lib/request/list-announcements-request.d.ts +5 -5
  25. package/lib/request/update-announcement-subscription-request.d.ts +1 -1
  26. package/lib/request/update-announcement-user-status-request.d.ts +1 -1
  27. package/lib/request/update-announcements-preference-request.d.ts +1 -1
  28. package/lib/request/update-filter-group-request.d.ts +1 -1
  29. package/lib/response/change-announcement-subscription-compartment-response.d.ts +1 -1
  30. package/lib/response/create-announcement-subscription-response.d.ts +1 -1
  31. package/lib/response/create-announcements-preference-response.d.ts +1 -1
  32. package/lib/response/create-filter-group-response.d.ts +1 -1
  33. package/lib/response/delete-filter-group-response.d.ts +1 -1
  34. package/lib/response/get-announcement-response.d.ts +1 -1
  35. package/lib/response/get-announcement-subscription-response.d.ts +1 -1
  36. package/lib/response/get-announcement-user-status-response.d.ts +1 -1
  37. package/lib/response/get-announcements-preference-response.d.ts +1 -1
  38. package/lib/response/list-announcement-subscriptions-response.d.ts +1 -1
  39. package/lib/response/list-announcements-preferences-response.d.ts +1 -1
  40. package/lib/response/list-announcements-response.d.ts +2 -2
  41. package/lib/response/update-announcement-subscription-response.d.ts +1 -1
  42. package/lib/response/update-announcement-user-status-response.d.ts +1 -1
  43. package/lib/response/update-announcements-preference-response.d.ts +1 -1
  44. package/lib/response/update-filter-group-response.d.ts +1 -1
  45. package/package.json +3 -3
@@ -51,7 +51,7 @@ export interface AnnouncementSubscriptionSummary {
51
51
  "onsTopicId": string;
52
52
  /**
53
53
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
54
- * Example: `{\"bar-key\": \"value\"}`
54
+ * Example: {@code {\"bar-key\": \"value\"}}
55
55
  *
56
56
  */
57
57
  "freeformTags": {
@@ -59,7 +59,7 @@ export interface AnnouncementSubscriptionSummary {
59
59
  };
60
60
  /**
61
61
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
62
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
62
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
63
63
  *
64
64
  */
65
65
  "definedTags": {
@@ -69,7 +69,7 @@ export interface AnnouncementSubscriptionSummary {
69
69
  };
70
70
  /**
71
71
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
72
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
72
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
73
73
  *
74
74
  */
75
75
  "systemTags"?: {
@@ -74,7 +74,7 @@ export interface AnnouncementSubscription {
74
74
  "preferredTimeZone"?: string;
75
75
  /**
76
76
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
77
- * Example: `{\"bar-key\": \"value\"}`
77
+ * Example: {@code {\"bar-key\": \"value\"}}
78
78
  *
79
79
  */
80
80
  "freeformTags": {
@@ -82,7 +82,7 @@ export interface AnnouncementSubscription {
82
82
  };
83
83
  /**
84
84
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
85
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
85
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
86
86
  *
87
87
  */
88
88
  "definedTags": {
@@ -92,7 +92,7 @@ export interface AnnouncementSubscription {
92
92
  };
93
93
  /**
94
94
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
95
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
95
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
96
96
  *
97
97
  */
98
98
  "systemTags"?: {
@@ -25,7 +25,7 @@ export interface AnnouncementUserStatusDetails {
25
25
  "userId": string;
26
26
  /**
27
27
  * The date and time the announcement was acknowledged, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
28
- * Example: `2019-01-01T17:43:01.389+0000`
28
+ * Example: {@code 2019-01-01T17:43:01.389+0000}
29
29
  *
30
30
  */
31
31
  "timeAcknowledged"?: Date;
@@ -30,37 +30,37 @@ export interface BaseAnnouncement {
30
30
  "summary": string;
31
31
  /**
32
32
  * The label associated with an initial time value.
33
- * Example: `Time Started`
33
+ * Example: {@code Time Started}
34
34
  *
35
35
  */
36
36
  "timeOneTitle"?: string;
37
37
  /**
38
- * The type of a time associated with an initial time value. If the `timeOneTitle` attribute is present, then the `timeOneTitle` attribute contains a label of `timeOneType` in English.
39
- * Example: `START_TIME`
38
+ * The type of a time associated with an initial time value. If the {@code timeOneTitle} attribute is present, then the {@code timeOneTitle} attribute contains a label of {@code timeOneType} in English.
39
+ * Example: {@code START_TIME}
40
40
  *
41
41
  */
42
42
  "timeOneType"?: BaseAnnouncement.TimeOneType;
43
43
  /**
44
44
  * The actual value of the first time value for the event. Typically, this denotes the time an event started, but the meaning
45
- * can vary, depending on the announcement type. The `timeOneType` attribute describes the meaning.
45
+ * can vary, depending on the announcement type. The {@code timeOneType} attribute describes the meaning.
46
46
  *
47
47
  */
48
48
  "timeOneValue"?: Date;
49
49
  /**
50
50
  * The label associated with a second time value.
51
- * Example: `Time Ended`
51
+ * Example: {@code Time Ended}
52
52
  *
53
53
  */
54
54
  "timeTwoTitle"?: string;
55
55
  /**
56
- * The type of a time associated with second time value. If the `timeTwoTitle` attribute is present, then the `timeTwoTitle` attribute contains a label of `timeTwoType` in English.
57
- * Example: `END_TIME`
56
+ * The type of a time associated with second time value. If the {@code timeTwoTitle} attribute is present, then the {@code timeTwoTitle} attribute contains a label of {@code timeTwoType} in English.
57
+ * Example: {@code END_TIME}
58
58
  *
59
59
  */
60
60
  "timeTwoType"?: BaseAnnouncement.TimeTwoType;
61
61
  /**
62
62
  * The actual value of the second time value. Typically, this denotes the time an event ended, but the meaning
63
- * can vary, depending on the announcement type. The `timeTwoType` attribute describes the meaning.
63
+ * can vary, depending on the announcement type. The {@code timeTwoType} attribute describes the meaning.
64
64
  *
65
65
  */
66
66
  "timeTwoValue"?: Date;
@@ -86,13 +86,13 @@ export interface BaseAnnouncement {
86
86
  "isBanner": boolean;
87
87
  /**
88
88
  * The date and time the announcement was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
89
- * Example: `2019-01-01T17:43:01.389+0000`
89
+ * Example: {@code 2019-01-01T17:43:01.389+0000}
90
90
  *
91
91
  */
92
92
  "timeCreated"?: Date;
93
93
  /**
94
94
  * The date and time the announcement was last updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
95
- * Example: `2019-01-01T17:43:01.389+0000`
95
+ * Example: {@code 2019-01-01T17:43:01.389+0000}
96
96
  *
97
97
  */
98
98
  "timeUpdated"?: Date;
@@ -26,7 +26,7 @@ export interface BaseAnnouncementsPreferences {
26
26
  "id"?: string;
27
27
  /**
28
28
  * A Boolean value to indicate whether the specified compartment chooses to not to receive informational announcements by email.
29
- * (Manage preferences for receiving announcements by email by specifying the `preferenceType` attribute instead.)
29
+ * (Manage preferences for receiving announcements by email by specifying the {@code preferenceType} attribute instead.)
30
30
  *
31
31
  */
32
32
  "isUnsubscribed"?: boolean;
@@ -16,7 +16,7 @@
16
16
  export interface BaseCreateAnnouncementsPreferencesDetails {
17
17
  /**
18
18
  * A Boolean value to indicate whether the specified compartment chooses to not to receive informational announcements by email.
19
- * (Manage preferences for receiving announcements by email by specifying the `preferenceType` attribute instead.)
19
+ * (Manage preferences for receiving announcements by email by specifying the {@code preferenceType} attribute instead.)
20
20
  *
21
21
  */
22
22
  "isUnsubscribed"?: boolean;
@@ -50,7 +50,7 @@ export interface CreateAnnouncementSubscriptionDetails {
50
50
  "preferredTimeZone"?: string;
51
51
  /**
52
52
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
53
- * Example: `{\"bar-key\": \"value\"}`
53
+ * Example: {@code {\"bar-key\": \"value\"}}
54
54
  *
55
55
  */
56
56
  "freeformTags"?: {
@@ -58,7 +58,7 @@ export interface CreateAnnouncementSubscriptionDetails {
58
58
  };
59
59
  /**
60
60
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
61
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
61
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
62
62
  *
63
63
  */
64
64
  "definedTags"?: {
@@ -37,7 +37,7 @@ export interface UpdateAnnouncementSubscriptionDetails {
37
37
  "preferredTimeZone"?: string;
38
38
  /**
39
39
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
40
- * Example: `{\"bar-key\": \"value\"}`
40
+ * Example: {@code {\"bar-key\": \"value\"}}
41
41
  *
42
42
  */
43
43
  "freeformTags"?: {
@@ -45,7 +45,7 @@ export interface UpdateAnnouncementSubscriptionDetails {
45
45
  };
46
46
  /**
47
47
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
48
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
48
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
49
49
  *
50
50
  */
51
51
  "definedTags"?: {
@@ -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.76.1/announcementsservice/ChangeAnnouncementSubscriptionCompartment.ts.html |here} to see how to use ChangeAnnouncementSubscriptionCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/announcementsservice/ChangeAnnouncementSubscriptionCompartment.ts.html |here} to see how to use ChangeAnnouncementSubscriptionCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAnnouncementSubscriptionCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -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.76.1/announcementsservice/CreateAnnouncementSubscription.ts.html |here} to see how to use CreateAnnouncementSubscriptionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/announcementsservice/CreateAnnouncementSubscription.ts.html |here} to see how to use CreateAnnouncementSubscriptionRequest.
17
17
  */
18
18
  export interface CreateAnnouncementSubscriptionRequest extends common.BaseRequest {
19
19
  /**
@@ -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.76.1/announcementsservice/CreateAnnouncementsPreference.ts.html |here} to see how to use CreateAnnouncementsPreferenceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/announcementsservice/CreateAnnouncementsPreference.ts.html |here} to see how to use CreateAnnouncementsPreferenceRequest.
17
17
  */
18
18
  export interface CreateAnnouncementsPreferenceRequest extends common.BaseRequest {
19
19
  /**
@@ -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.76.1/announcementsservice/CreateFilterGroup.ts.html |here} to see how to use CreateFilterGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/announcementsservice/CreateFilterGroup.ts.html |here} to see how to use CreateFilterGroupRequest.
17
17
  */
18
18
  export interface CreateFilterGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -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.76.1/announcementsservice/DeleteAnnouncementSubscription.ts.html |here} to see how to use DeleteAnnouncementSubscriptionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/announcementsservice/DeleteAnnouncementSubscription.ts.html |here} to see how to use DeleteAnnouncementSubscriptionRequest.
16
16
  */
17
17
  export interface DeleteAnnouncementSubscriptionRequest 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.76.1/announcementsservice/DeleteFilterGroup.ts.html |here} to see how to use DeleteFilterGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/announcementsservice/DeleteFilterGroup.ts.html |here} to see how to use DeleteFilterGroupRequest.
16
16
  */
17
17
  export interface DeleteFilterGroupRequest 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.76.1/announcementsservice/GetAnnouncement.ts.html |here} to see how to use GetAnnouncementRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/announcementsservice/GetAnnouncement.ts.html |here} to see how to use GetAnnouncementRequest.
16
16
  */
17
17
  export interface GetAnnouncementRequest 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.76.1/announcementsservice/GetAnnouncementSubscription.ts.html |here} to see how to use GetAnnouncementSubscriptionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/announcementsservice/GetAnnouncementSubscription.ts.html |here} to see how to use GetAnnouncementSubscriptionRequest.
16
16
  */
17
17
  export interface GetAnnouncementSubscriptionRequest 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.76.1/announcementsservice/GetAnnouncementUserStatus.ts.html |here} to see how to use GetAnnouncementUserStatusRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/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.76.1/announcementsservice/GetAnnouncementsPreference.ts.html |here} to see how to use GetAnnouncementsPreferenceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/announcementsservice/GetAnnouncementsPreference.ts.html |here} to see how to use GetAnnouncementsPreferenceRequest.
16
16
  */
17
17
  export interface GetAnnouncementsPreferenceRequest extends common.BaseRequest {
18
18
  /**
@@ -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.76.1/announcementsservice/ListAnnouncementSubscriptions.ts.html |here} to see how to use ListAnnouncementSubscriptionsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/announcementsservice/ListAnnouncementSubscriptions.ts.html |here} to see how to use ListAnnouncementSubscriptionsRequest.
17
17
  */
18
18
  export interface ListAnnouncementSubscriptionsRequest extends common.BaseRequest {
19
19
  /**
@@ -38,7 +38,7 @@ export interface ListAnnouncementSubscriptionsRequest extends common.BaseRequest
38
38
  */
39
39
  "limit"?: number;
40
40
  /**
41
- * The value of the `opc-next-page` response header from the previous \"List\" call.
41
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
42
42
  */
43
43
  "page"?: string;
44
44
  /**
@@ -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.76.1/announcementsservice/ListAnnouncementsPreferences.ts.html |here} to see how to use ListAnnouncementsPreferencesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/announcementsservice/ListAnnouncementsPreferences.ts.html |here} to see how to use ListAnnouncementsPreferencesRequest.
16
16
  */
17
17
  export interface ListAnnouncementsPreferencesRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface ListAnnouncementsPreferencesRequest extends common.BaseRequest
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * The value of the `opc-next-page` response header from the previous \"List\" call.
28
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -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.76.1/announcementsservice/ListAnnouncements.ts.html |here} to see how to use ListAnnouncementsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/announcementsservice/ListAnnouncements.ts.html |here} to see how to use ListAnnouncementsRequest.
16
16
  */
17
17
  export interface ListAnnouncementsRequest extends common.BaseRequest {
18
18
  /**
@@ -25,7 +25,7 @@ export interface ListAnnouncementsRequest extends common.BaseRequest {
25
25
  */
26
26
  "limit"?: number;
27
27
  /**
28
- * The value of the `opc-next-page` response header from the previous \"List\" call.
28
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
29
29
  */
30
30
  "page"?: string;
31
31
  /**
@@ -46,16 +46,16 @@ export interface ListAnnouncementsRequest extends common.BaseRequest {
46
46
  */
47
47
  "sortBy"?: ListAnnouncementsRequest.SortBy;
48
48
  /**
49
- * The sort order to use. (Sorting by `announcementType` orders the announcements list according to importance.)
49
+ * The sort order to use. (Sorting by {@code announcementType} orders the announcements list according to importance.)
50
50
  *
51
51
  */
52
52
  "sortOrder"?: ListAnnouncementsRequest.SortOrder;
53
53
  /**
54
- * The boundary for the earliest `timeOneValue` date on announcements that you want to see.
54
+ * The boundary for the earliest {@code timeOneValue} date on announcements that you want to see.
55
55
  */
56
56
  "timeOneEarliestTime"?: Date;
57
57
  /**
58
- * The boundary for the latest `timeOneValue` date on announcements that you want to see.
58
+ * The boundary for the latest {@code timeOneValue} date on announcements that you want to see.
59
59
  */
60
60
  "timeOneLatestTime"?: Date;
61
61
  /**
@@ -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.76.1/announcementsservice/UpdateAnnouncementSubscription.ts.html |here} to see how to use UpdateAnnouncementSubscriptionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/announcementsservice/UpdateAnnouncementSubscription.ts.html |here} to see how to use UpdateAnnouncementSubscriptionRequest.
17
17
  */
18
18
  export interface UpdateAnnouncementSubscriptionRequest extends common.BaseRequest {
19
19
  /**
@@ -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.76.1/announcementsservice/UpdateAnnouncementUserStatus.ts.html |here} to see how to use UpdateAnnouncementUserStatusRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/announcementsservice/UpdateAnnouncementUserStatus.ts.html |here} to see how to use UpdateAnnouncementUserStatusRequest.
17
17
  */
18
18
  export interface UpdateAnnouncementUserStatusRequest extends common.BaseRequest {
19
19
  /**
@@ -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.76.1/announcementsservice/UpdateAnnouncementsPreference.ts.html |here} to see how to use UpdateAnnouncementsPreferenceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/announcementsservice/UpdateAnnouncementsPreference.ts.html |here} to see how to use UpdateAnnouncementsPreferenceRequest.
17
17
  */
18
18
  export interface UpdateAnnouncementsPreferenceRequest extends common.BaseRequest {
19
19
  /**
@@ -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.76.1/announcementsservice/UpdateFilterGroup.ts.html |here} to see how to use UpdateFilterGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/announcementsservice/UpdateFilterGroup.ts.html |here} to see how to use UpdateFilterGroupRequest.
17
17
  */
18
18
  export interface UpdateFilterGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -18,7 +18,7 @@ export interface ChangeAnnouncementSubscriptionCompartmentResponse {
18
18
  */
19
19
  "opcRequestId": string;
20
20
  /**
21
- * For optimistic concurrency control. See `if-match`.
21
+ * For optimistic concurrency control. See {@code if-match}.
22
22
  *
23
23
  */
24
24
  "etag": string;
@@ -19,7 +19,7 @@ export interface CreateAnnouncementSubscriptionResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface CreateAnnouncementsPreferenceResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface CreateFilterGroupResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -18,7 +18,7 @@ export interface DeleteFilterGroupResponse {
18
18
  */
19
19
  "opcRequestId": string;
20
20
  /**
21
- * For optimistic concurrency control. See `if-match`.
21
+ * For optimistic concurrency control. See {@code if-match}.
22
22
  *
23
23
  */
24
24
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetAnnouncementResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetAnnouncementSubscriptionResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetAnnouncementUserStatusResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetAnnouncementsPreferenceResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -20,7 +20,7 @@ export interface ListAnnouncementSubscriptionsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
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
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListAnnouncementsPreferencesResponse {
15
15
  /**
16
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
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,13 +14,13 @@ import * as model from "../model";
14
14
  export interface ListAnnouncementsResponse {
15
15
  /**
16
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
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
21
21
  "opcNextPage": string;
22
22
  /**
23
- * For pagination of a list of items. Include this value as the `page` parameter for the
23
+ * For pagination of a list of items. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the previous batch of items.
25
25
  *
26
26
  */
@@ -19,7 +19,7 @@ export interface UpdateAnnouncementSubscriptionResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface UpdateAnnouncementUserStatusResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface UpdateAnnouncementsPreferenceResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface UpdateFilterGroupResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-announcementsservice",
3
- "version": "2.76.1",
3
+ "version": "2.77.1",
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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.1",
19
+ "oci-workrequests": "2.77.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"