oci-announcementsservice 2.26.0 → 2.27.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/lib/client.d.ts +17 -17
- package/lib/client.js +17 -17
- package/lib/model/base-announcement.js +2 -2
- package/lib/model/base-announcement.js.map +1 -1
- package/lib/model/base-announcements-preferences.js +2 -2
- package/lib/model/base-announcements-preferences.js.map +1 -1
- package/lib/model/base-create-announcements-preferences-details.js +2 -2
- package/lib/model/base-create-announcements-preferences-details.js.map +1 -1
- package/lib/request/change-announcement-subscription-compartment-request.d.ts +1 -1
- package/lib/request/create-announcement-subscription-request.d.ts +1 -1
- package/lib/request/create-announcements-preference-request.d.ts +1 -1
- package/lib/request/create-filter-group-request.d.ts +1 -1
- package/lib/request/delete-announcement-subscription-request.d.ts +1 -1
- package/lib/request/delete-filter-group-request.d.ts +1 -1
- package/lib/request/get-announcement-request.d.ts +1 -1
- package/lib/request/get-announcement-subscription-request.d.ts +1 -1
- 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/list-announcement-subscriptions-request.d.ts +1 -1
- package/lib/request/list-announcements-preferences-request.d.ts +1 -1
- package/lib/request/list-announcements-request.d.ts +1 -1
- package/lib/request/update-announcement-subscription-request.d.ts +1 -1
- 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 +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -64,7 +64,7 @@ export declare class AnnouncementClient {
|
|
|
64
64
|
* @param GetAnnouncementRequest
|
|
65
65
|
* @return GetAnnouncementResponse
|
|
66
66
|
* @throws OciError when an error occurs
|
|
67
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
67
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/GetAnnouncement.ts.html |here} to see how to use GetAnnouncement API.
|
|
68
68
|
*/
|
|
69
69
|
getAnnouncement(getAnnouncementRequest: requests.GetAnnouncementRequest): Promise<responses.GetAnnouncementResponse>;
|
|
70
70
|
/**
|
|
@@ -76,7 +76,7 @@ export declare class AnnouncementClient {
|
|
|
76
76
|
* @param GetAnnouncementUserStatusRequest
|
|
77
77
|
* @return GetAnnouncementUserStatusResponse
|
|
78
78
|
* @throws OciError when an error occurs
|
|
79
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
79
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/GetAnnouncementUserStatus.ts.html |here} to see how to use GetAnnouncementUserStatus API.
|
|
80
80
|
*/
|
|
81
81
|
getAnnouncementUserStatus(getAnnouncementUserStatusRequest: requests.GetAnnouncementUserStatusRequest): Promise<responses.GetAnnouncementUserStatusResponse>;
|
|
82
82
|
/**
|
|
@@ -88,7 +88,7 @@ export declare class AnnouncementClient {
|
|
|
88
88
|
* @param ListAnnouncementsRequest
|
|
89
89
|
* @return ListAnnouncementsResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/ListAnnouncements.ts.html |here} to see how to use ListAnnouncements API.
|
|
92
92
|
*/
|
|
93
93
|
listAnnouncements(listAnnouncementsRequest: requests.ListAnnouncementsRequest): Promise<responses.ListAnnouncementsResponse>;
|
|
94
94
|
/**
|
|
@@ -100,7 +100,7 @@ export declare class AnnouncementClient {
|
|
|
100
100
|
* @param UpdateAnnouncementUserStatusRequest
|
|
101
101
|
* @return UpdateAnnouncementUserStatusResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/UpdateAnnouncementUserStatus.ts.html |here} to see how to use UpdateAnnouncementUserStatus API.
|
|
104
104
|
*/
|
|
105
105
|
updateAnnouncementUserStatus(updateAnnouncementUserStatusRequest: requests.UpdateAnnouncementUserStatusRequest): Promise<responses.UpdateAnnouncementUserStatusResponse>;
|
|
106
106
|
}
|
|
@@ -167,7 +167,7 @@ export declare class AnnouncementSubscriptionClient {
|
|
|
167
167
|
* @param ChangeAnnouncementSubscriptionCompartmentRequest
|
|
168
168
|
* @return ChangeAnnouncementSubscriptionCompartmentResponse
|
|
169
169
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/ChangeAnnouncementSubscriptionCompartment.ts.html |here} to see how to use ChangeAnnouncementSubscriptionCompartment API.
|
|
171
171
|
*/
|
|
172
172
|
changeAnnouncementSubscriptionCompartment(changeAnnouncementSubscriptionCompartmentRequest: requests.ChangeAnnouncementSubscriptionCompartmentRequest): Promise<responses.ChangeAnnouncementSubscriptionCompartmentResponse>;
|
|
173
173
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class AnnouncementSubscriptionClient {
|
|
|
179
179
|
* @param CreateAnnouncementSubscriptionRequest
|
|
180
180
|
* @return CreateAnnouncementSubscriptionResponse
|
|
181
181
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/CreateAnnouncementSubscription.ts.html |here} to see how to use CreateAnnouncementSubscription API.
|
|
183
183
|
*/
|
|
184
184
|
createAnnouncementSubscription(createAnnouncementSubscriptionRequest: requests.CreateAnnouncementSubscriptionRequest): Promise<responses.CreateAnnouncementSubscriptionResponse>;
|
|
185
185
|
/**
|
|
@@ -191,7 +191,7 @@ export declare class AnnouncementSubscriptionClient {
|
|
|
191
191
|
* @param CreateFilterGroupRequest
|
|
192
192
|
* @return CreateFilterGroupResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/CreateFilterGroup.ts.html |here} to see how to use CreateFilterGroup API.
|
|
195
195
|
*/
|
|
196
196
|
createFilterGroup(createFilterGroupRequest: requests.CreateFilterGroupRequest): Promise<responses.CreateFilterGroupResponse>;
|
|
197
197
|
/**
|
|
@@ -203,7 +203,7 @@ export declare class AnnouncementSubscriptionClient {
|
|
|
203
203
|
* @param DeleteAnnouncementSubscriptionRequest
|
|
204
204
|
* @return DeleteAnnouncementSubscriptionResponse
|
|
205
205
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/DeleteAnnouncementSubscription.ts.html |here} to see how to use DeleteAnnouncementSubscription API.
|
|
207
207
|
*/
|
|
208
208
|
deleteAnnouncementSubscription(deleteAnnouncementSubscriptionRequest: requests.DeleteAnnouncementSubscriptionRequest): Promise<responses.DeleteAnnouncementSubscriptionResponse>;
|
|
209
209
|
/**
|
|
@@ -215,7 +215,7 @@ export declare class AnnouncementSubscriptionClient {
|
|
|
215
215
|
* @param DeleteFilterGroupRequest
|
|
216
216
|
* @return DeleteFilterGroupResponse
|
|
217
217
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
218
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/DeleteFilterGroup.ts.html |here} to see how to use DeleteFilterGroup API.
|
|
219
219
|
*/
|
|
220
220
|
deleteFilterGroup(deleteFilterGroupRequest: requests.DeleteFilterGroupRequest): Promise<responses.DeleteFilterGroupResponse>;
|
|
221
221
|
/**
|
|
@@ -227,7 +227,7 @@ export declare class AnnouncementSubscriptionClient {
|
|
|
227
227
|
* @param GetAnnouncementSubscriptionRequest
|
|
228
228
|
* @return GetAnnouncementSubscriptionResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/GetAnnouncementSubscription.ts.html |here} to see how to use GetAnnouncementSubscription API.
|
|
231
231
|
*/
|
|
232
232
|
getAnnouncementSubscription(getAnnouncementSubscriptionRequest: requests.GetAnnouncementSubscriptionRequest): Promise<responses.GetAnnouncementSubscriptionResponse>;
|
|
233
233
|
/**
|
|
@@ -239,7 +239,7 @@ export declare class AnnouncementSubscriptionClient {
|
|
|
239
239
|
* @param ListAnnouncementSubscriptionsRequest
|
|
240
240
|
* @return ListAnnouncementSubscriptionsResponse
|
|
241
241
|
* @throws OciError when an error occurs
|
|
242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/ListAnnouncementSubscriptions.ts.html |here} to see how to use ListAnnouncementSubscriptions API.
|
|
243
243
|
*/
|
|
244
244
|
listAnnouncementSubscriptions(listAnnouncementSubscriptionsRequest: requests.ListAnnouncementSubscriptionsRequest): Promise<responses.ListAnnouncementSubscriptionsResponse>;
|
|
245
245
|
/**
|
|
@@ -251,7 +251,7 @@ export declare class AnnouncementSubscriptionClient {
|
|
|
251
251
|
* @param UpdateAnnouncementSubscriptionRequest
|
|
252
252
|
* @return UpdateAnnouncementSubscriptionResponse
|
|
253
253
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/UpdateAnnouncementSubscription.ts.html |here} to see how to use UpdateAnnouncementSubscription API.
|
|
255
255
|
*/
|
|
256
256
|
updateAnnouncementSubscription(updateAnnouncementSubscriptionRequest: requests.UpdateAnnouncementSubscriptionRequest): Promise<responses.UpdateAnnouncementSubscriptionResponse>;
|
|
257
257
|
/**
|
|
@@ -263,7 +263,7 @@ export declare class AnnouncementSubscriptionClient {
|
|
|
263
263
|
* @param UpdateFilterGroupRequest
|
|
264
264
|
* @return UpdateFilterGroupResponse
|
|
265
265
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/UpdateFilterGroup.ts.html |here} to see how to use UpdateFilterGroup API.
|
|
267
267
|
*/
|
|
268
268
|
updateFilterGroup(updateFilterGroupRequest: requests.UpdateFilterGroupRequest): Promise<responses.UpdateFilterGroupResponse>;
|
|
269
269
|
}
|
|
@@ -316,7 +316,7 @@ export declare class AnnouncementsPreferencesClient {
|
|
|
316
316
|
* @param CreateAnnouncementsPreferenceRequest
|
|
317
317
|
* @return CreateAnnouncementsPreferenceResponse
|
|
318
318
|
* @throws OciError when an error occurs
|
|
319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/CreateAnnouncementsPreference.ts.html |here} to see how to use CreateAnnouncementsPreference API.
|
|
320
320
|
*/
|
|
321
321
|
createAnnouncementsPreference(createAnnouncementsPreferenceRequest: requests.CreateAnnouncementsPreferenceRequest): Promise<responses.CreateAnnouncementsPreferenceResponse>;
|
|
322
322
|
/**
|
|
@@ -328,7 +328,7 @@ export declare class AnnouncementsPreferencesClient {
|
|
|
328
328
|
* @param GetAnnouncementsPreferenceRequest
|
|
329
329
|
* @return GetAnnouncementsPreferenceResponse
|
|
330
330
|
* @throws OciError when an error occurs
|
|
331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/GetAnnouncementsPreference.ts.html |here} to see how to use GetAnnouncementsPreference API.
|
|
332
332
|
*/
|
|
333
333
|
getAnnouncementsPreference(getAnnouncementsPreferenceRequest: requests.GetAnnouncementsPreferenceRequest): Promise<responses.GetAnnouncementsPreferenceResponse>;
|
|
334
334
|
/**
|
|
@@ -340,7 +340,7 @@ export declare class AnnouncementsPreferencesClient {
|
|
|
340
340
|
* @param ListAnnouncementsPreferencesRequest
|
|
341
341
|
* @return ListAnnouncementsPreferencesResponse
|
|
342
342
|
* @throws OciError when an error occurs
|
|
343
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
343
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/ListAnnouncementsPreferences.ts.html |here} to see how to use ListAnnouncementsPreferences API.
|
|
344
344
|
*/
|
|
345
345
|
listAnnouncementsPreferences(listAnnouncementsPreferencesRequest: requests.ListAnnouncementsPreferencesRequest): Promise<responses.ListAnnouncementsPreferencesResponse>;
|
|
346
346
|
/**
|
|
@@ -384,7 +384,7 @@ export declare class AnnouncementsPreferencesClient {
|
|
|
384
384
|
* @param UpdateAnnouncementsPreferenceRequest
|
|
385
385
|
* @return UpdateAnnouncementsPreferenceResponse
|
|
386
386
|
* @throws OciError when an error occurs
|
|
387
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/UpdateAnnouncementsPreference.ts.html |here} to see how to use UpdateAnnouncementsPreference API.
|
|
388
388
|
*/
|
|
389
389
|
updateAnnouncementsPreference(updateAnnouncementsPreferenceRequest: requests.UpdateAnnouncementsPreferenceRequest): Promise<responses.UpdateAnnouncementsPreferenceResponse>;
|
|
390
390
|
}
|
package/lib/client.js
CHANGED
|
@@ -138,7 +138,7 @@ class AnnouncementClient {
|
|
|
138
138
|
* @param GetAnnouncementRequest
|
|
139
139
|
* @return GetAnnouncementResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/GetAnnouncement.ts.html |here} to see how to use GetAnnouncement API.
|
|
142
142
|
*/
|
|
143
143
|
getAnnouncement(getAnnouncementRequest) {
|
|
144
144
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -202,7 +202,7 @@ class AnnouncementClient {
|
|
|
202
202
|
* @param GetAnnouncementUserStatusRequest
|
|
203
203
|
* @return GetAnnouncementUserStatusResponse
|
|
204
204
|
* @throws OciError when an error occurs
|
|
205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/GetAnnouncementUserStatus.ts.html |here} to see how to use GetAnnouncementUserStatus API.
|
|
206
206
|
*/
|
|
207
207
|
getAnnouncementUserStatus(getAnnouncementUserStatusRequest) {
|
|
208
208
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -266,7 +266,7 @@ class AnnouncementClient {
|
|
|
266
266
|
* @param ListAnnouncementsRequest
|
|
267
267
|
* @return ListAnnouncementsResponse
|
|
268
268
|
* @throws OciError when an error occurs
|
|
269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/ListAnnouncements.ts.html |here} to see how to use ListAnnouncements API.
|
|
270
270
|
*/
|
|
271
271
|
listAnnouncements(listAnnouncementsRequest) {
|
|
272
272
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -348,7 +348,7 @@ class AnnouncementClient {
|
|
|
348
348
|
* @param UpdateAnnouncementUserStatusRequest
|
|
349
349
|
* @return UpdateAnnouncementUserStatusResponse
|
|
350
350
|
* @throws OciError when an error occurs
|
|
351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/UpdateAnnouncementUserStatus.ts.html |here} to see how to use UpdateAnnouncementUserStatus API.
|
|
352
352
|
*/
|
|
353
353
|
updateAnnouncementUserStatus(updateAnnouncementUserStatusRequest) {
|
|
354
354
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -519,7 +519,7 @@ class AnnouncementSubscriptionClient {
|
|
|
519
519
|
* @param ChangeAnnouncementSubscriptionCompartmentRequest
|
|
520
520
|
* @return ChangeAnnouncementSubscriptionCompartmentResponse
|
|
521
521
|
* @throws OciError when an error occurs
|
|
522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
522
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/ChangeAnnouncementSubscriptionCompartment.ts.html |here} to see how to use ChangeAnnouncementSubscriptionCompartment API.
|
|
523
523
|
*/
|
|
524
524
|
changeAnnouncementSubscriptionCompartment(changeAnnouncementSubscriptionCompartmentRequest) {
|
|
525
525
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -581,7 +581,7 @@ class AnnouncementSubscriptionClient {
|
|
|
581
581
|
* @param CreateAnnouncementSubscriptionRequest
|
|
582
582
|
* @return CreateAnnouncementSubscriptionResponse
|
|
583
583
|
* @throws OciError when an error occurs
|
|
584
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/CreateAnnouncementSubscription.ts.html |here} to see how to use CreateAnnouncementSubscription API.
|
|
585
585
|
*/
|
|
586
586
|
createAnnouncementSubscription(createAnnouncementSubscriptionRequest) {
|
|
587
587
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -645,7 +645,7 @@ class AnnouncementSubscriptionClient {
|
|
|
645
645
|
* @param CreateFilterGroupRequest
|
|
646
646
|
* @return CreateFilterGroupResponse
|
|
647
647
|
* @throws OciError when an error occurs
|
|
648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/CreateFilterGroup.ts.html |here} to see how to use CreateFilterGroup API.
|
|
649
649
|
*/
|
|
650
650
|
createFilterGroup(createFilterGroupRequest) {
|
|
651
651
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -712,7 +712,7 @@ class AnnouncementSubscriptionClient {
|
|
|
712
712
|
* @param DeleteAnnouncementSubscriptionRequest
|
|
713
713
|
* @return DeleteAnnouncementSubscriptionResponse
|
|
714
714
|
* @throws OciError when an error occurs
|
|
715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/DeleteAnnouncementSubscription.ts.html |here} to see how to use DeleteAnnouncementSubscription API.
|
|
716
716
|
*/
|
|
717
717
|
deleteAnnouncementSubscription(deleteAnnouncementSubscriptionRequest) {
|
|
718
718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -768,7 +768,7 @@ class AnnouncementSubscriptionClient {
|
|
|
768
768
|
* @param DeleteFilterGroupRequest
|
|
769
769
|
* @return DeleteFilterGroupResponse
|
|
770
770
|
* @throws OciError when an error occurs
|
|
771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/DeleteFilterGroup.ts.html |here} to see how to use DeleteFilterGroup API.
|
|
772
772
|
*/
|
|
773
773
|
deleteFilterGroup(deleteFilterGroupRequest) {
|
|
774
774
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -830,7 +830,7 @@ class AnnouncementSubscriptionClient {
|
|
|
830
830
|
* @param GetAnnouncementSubscriptionRequest
|
|
831
831
|
* @return GetAnnouncementSubscriptionResponse
|
|
832
832
|
* @throws OciError when an error occurs
|
|
833
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
833
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/GetAnnouncementSubscription.ts.html |here} to see how to use GetAnnouncementSubscription API.
|
|
834
834
|
*/
|
|
835
835
|
getAnnouncementSubscription(getAnnouncementSubscriptionRequest) {
|
|
836
836
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -894,7 +894,7 @@ class AnnouncementSubscriptionClient {
|
|
|
894
894
|
* @param ListAnnouncementSubscriptionsRequest
|
|
895
895
|
* @return ListAnnouncementSubscriptionsResponse
|
|
896
896
|
* @throws OciError when an error occurs
|
|
897
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
897
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/ListAnnouncementSubscriptions.ts.html |here} to see how to use ListAnnouncementSubscriptions API.
|
|
898
898
|
*/
|
|
899
899
|
listAnnouncementSubscriptions(listAnnouncementSubscriptionsRequest) {
|
|
900
900
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -965,7 +965,7 @@ class AnnouncementSubscriptionClient {
|
|
|
965
965
|
* @param UpdateAnnouncementSubscriptionRequest
|
|
966
966
|
* @return UpdateAnnouncementSubscriptionResponse
|
|
967
967
|
* @throws OciError when an error occurs
|
|
968
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
968
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/UpdateAnnouncementSubscription.ts.html |here} to see how to use UpdateAnnouncementSubscription API.
|
|
969
969
|
*/
|
|
970
970
|
updateAnnouncementSubscription(updateAnnouncementSubscriptionRequest) {
|
|
971
971
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1031,7 +1031,7 @@ class AnnouncementSubscriptionClient {
|
|
|
1031
1031
|
* @param UpdateFilterGroupRequest
|
|
1032
1032
|
* @return UpdateFilterGroupResponse
|
|
1033
1033
|
* @throws OciError when an error occurs
|
|
1034
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1034
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/UpdateFilterGroup.ts.html |here} to see how to use UpdateFilterGroup API.
|
|
1035
1035
|
*/
|
|
1036
1036
|
updateFilterGroup(updateFilterGroupRequest) {
|
|
1037
1037
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1182,7 +1182,7 @@ class AnnouncementsPreferencesClient {
|
|
|
1182
1182
|
* @param CreateAnnouncementsPreferenceRequest
|
|
1183
1183
|
* @return CreateAnnouncementsPreferenceResponse
|
|
1184
1184
|
* @throws OciError when an error occurs
|
|
1185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/CreateAnnouncementsPreference.ts.html |here} to see how to use CreateAnnouncementsPreference API.
|
|
1186
1186
|
*/
|
|
1187
1187
|
createAnnouncementsPreference(createAnnouncementsPreferenceRequest) {
|
|
1188
1188
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1246,7 +1246,7 @@ class AnnouncementsPreferencesClient {
|
|
|
1246
1246
|
* @param GetAnnouncementsPreferenceRequest
|
|
1247
1247
|
* @return GetAnnouncementsPreferenceResponse
|
|
1248
1248
|
* @throws OciError when an error occurs
|
|
1249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/GetAnnouncementsPreference.ts.html |here} to see how to use GetAnnouncementsPreference API.
|
|
1250
1250
|
*/
|
|
1251
1251
|
getAnnouncementsPreference(getAnnouncementsPreferenceRequest) {
|
|
1252
1252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1310,7 +1310,7 @@ class AnnouncementsPreferencesClient {
|
|
|
1310
1310
|
* @param ListAnnouncementsPreferencesRequest
|
|
1311
1311
|
* @return ListAnnouncementsPreferencesResponse
|
|
1312
1312
|
* @throws OciError when an error occurs
|
|
1313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/ListAnnouncementsPreferences.ts.html |here} to see how to use ListAnnouncementsPreferences API.
|
|
1314
1314
|
*/
|
|
1315
1315
|
listAnnouncementsPreferences(listAnnouncementsPreferencesRequest) {
|
|
1316
1316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1416,7 +1416,7 @@ class AnnouncementsPreferencesClient {
|
|
|
1416
1416
|
* @param UpdateAnnouncementsPreferenceRequest
|
|
1417
1417
|
* @return UpdateAnnouncementsPreferenceResponse
|
|
1418
1418
|
* @throws OciError when an error occurs
|
|
1419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/UpdateAnnouncementsPreference.ts.html |here} to see how to use UpdateAnnouncementsPreference API.
|
|
1420
1420
|
*/
|
|
1421
1421
|
updateAnnouncementsPreference(updateAnnouncementsPreferenceRequest) {
|
|
1422
1422
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -78,7 +78,7 @@ var BaseAnnouncement;
|
|
|
78
78
|
})(PlatformType = BaseAnnouncement.PlatformType || (BaseAnnouncement.PlatformType = {}));
|
|
79
79
|
function getJsonObj(obj) {
|
|
80
80
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
81
|
-
if ("type" in obj && obj.type) {
|
|
81
|
+
if (obj && "type" in obj && obj.type) {
|
|
82
82
|
switch (obj.type) {
|
|
83
83
|
case "AnnouncementSummary":
|
|
84
84
|
return model.AnnouncementSummary.getJsonObj(jsonObj, true);
|
|
@@ -93,7 +93,7 @@ var BaseAnnouncement;
|
|
|
93
93
|
BaseAnnouncement.getJsonObj = getJsonObj;
|
|
94
94
|
function getDeserializedJsonObj(obj) {
|
|
95
95
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
96
|
-
if ("type" in obj && obj.type) {
|
|
96
|
+
if (obj && "type" in obj && obj.type) {
|
|
97
97
|
switch (obj.type) {
|
|
98
98
|
case "AnnouncementSummary":
|
|
99
99
|
return model.AnnouncementSummary.getDeserializedJsonObj(jsonObj, true);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-announcement.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/model/base-announcement.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuGlC,IAAiB,gBAAgB,CAiFhC;AAjFD,WAAiB,gBAAgB;IAC/B,IAAY,WAOX;IAPD,WAAY,WAAW;QACrB,sDAAuC,CAAA;QACvC,8CAA+B,CAAA;QAC/B,oDAAqC,CAAA;QACrC,yCAA0B,CAAA;QAC1B,uCAAwB,CAAA;QACxB,6CAA8B,CAAA;IAChC,CAAC,EAPW,WAAW,GAAX,4BAAW,KAAX,4BAAW,QAOtB;IAED,IAAY,WAGX;IAHD,WAAY,WAAW;QACrB,mCAAoB,CAAA;QACpB,0CAA2B,CAAA;IAC7B,CAAC,EAHW,WAAW,GAAX,4BAAW,KAAX,4BAAW,QAGtB;IAED,IAAY,gBAeX;IAfD,WAAY,gBAAgB;QAC1B,4DAAwC,CAAA;QACxC,sDAAkC,CAAA;QAClC,wDAAoC,CAAA;QACpC,kEAA8C,CAAA;QAC9C,mFAA+D,CAAA;QAC/D,mFAA+D,CAAA;QAC/D,yFAAqE,CAAA;QACrE,+CAA2B,CAAA;QAC3B,oDAAgC,CAAA;QAChC,qEAAiD,CAAA;QACjD,qEAAiD,CAAA;QACjD,2EAAuD,CAAA;QACvD,iFAA6D,CAAA;QAC7D,kEAA8C,CAAA;IAChD,CAAC,EAfW,gBAAgB,GAAhB,iCAAgB,KAAhB,iCAAgB,QAe3B;IAED,IAAY,cAGX;IAHD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;IACvB,CAAC,EAHW,cAAc,GAAd,+BAAc,KAAd,+BAAc,QAGzB;IAED,IAAY,YAGX;IAHD,WAAY,YAAY;QACtB,6BAAa,CAAA;QACb,6BAAa,CAAA;IACf,CAAC,EAHW,YAAY,GAAZ,6BAAY,KAAZ,6BAAY,QAGvB;IAED,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;
|
|
1
|
+
{"version":3,"file":"base-announcement.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/model/base-announcement.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuGlC,IAAiB,gBAAgB,CAiFhC;AAjFD,WAAiB,gBAAgB;IAC/B,IAAY,WAOX;IAPD,WAAY,WAAW;QACrB,sDAAuC,CAAA;QACvC,8CAA+B,CAAA;QAC/B,oDAAqC,CAAA;QACrC,yCAA0B,CAAA;QAC1B,uCAAwB,CAAA;QACxB,6CAA8B,CAAA;IAChC,CAAC,EAPW,WAAW,GAAX,4BAAW,KAAX,4BAAW,QAOtB;IAED,IAAY,WAGX;IAHD,WAAY,WAAW;QACrB,mCAAoB,CAAA;QACpB,0CAA2B,CAAA;IAC7B,CAAC,EAHW,WAAW,GAAX,4BAAW,KAAX,4BAAW,QAGtB;IAED,IAAY,gBAeX;IAfD,WAAY,gBAAgB;QAC1B,4DAAwC,CAAA;QACxC,sDAAkC,CAAA;QAClC,wDAAoC,CAAA;QACpC,kEAA8C,CAAA;QAC9C,mFAA+D,CAAA;QAC/D,mFAA+D,CAAA;QAC/D,yFAAqE,CAAA;QACrE,+CAA2B,CAAA;QAC3B,oDAAgC,CAAA;QAChC,qEAAiD,CAAA;QACjD,qEAAiD,CAAA;QACjD,2EAAuD,CAAA;QACvD,iFAA6D,CAAA;QAC7D,kEAA8C,CAAA;IAChD,CAAC,EAfW,gBAAgB,GAAhB,iCAAgB,KAAhB,iCAAgB,QAe3B;IAED,IAAY,cAGX;IAHD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;IACvB,CAAC,EAHW,cAAc,GAAd,+BAAc,KAAd,+BAAc,QAGzB;IAED,IAAY,YAGX;IAHD,WAAY,YAAY;QACtB,6BAAa,CAAA;QACb,6BAAa,CAAA;IACf,CAAC,EAHW,YAAY,GAAZ,6BAAY,KAAZ,6BAAY,QAGvB;IAED,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,qBAAqB;oBACxB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CACL,OAAQ,EAC5C,IAAI,CACL,CAAC;gBACJ,KAAK,cAAc;oBACjB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAA8B,OAAQ,EAAE,IAAI,CAAC,CAAC;gBACpF;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,2BAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,qBAAqB;oBACxB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CACjB,OAAQ,EAC5C,IAAI,CACL,CAAC;gBACJ,KAAK,cAAc;oBACjB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CACjB,OAAQ,EACrC,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,uCAAsB,yBAoBrC,CAAA;AACH,CAAC,EAjFgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAiFhC"}
|
|
@@ -37,7 +37,7 @@ var BaseAnnouncementsPreferences;
|
|
|
37
37
|
(function (BaseAnnouncementsPreferences) {
|
|
38
38
|
function getJsonObj(obj) {
|
|
39
39
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
|
-
if ("type" in obj && obj.type) {
|
|
40
|
+
if (obj && "type" in obj && obj.type) {
|
|
41
41
|
switch (obj.type) {
|
|
42
42
|
case "AnnouncementsPreferencesSummary":
|
|
43
43
|
return model.AnnouncementsPreferencesSummary.getJsonObj(jsonObj, true);
|
|
@@ -52,7 +52,7 @@ var BaseAnnouncementsPreferences;
|
|
|
52
52
|
BaseAnnouncementsPreferences.getJsonObj = getJsonObj;
|
|
53
53
|
function getDeserializedJsonObj(obj) {
|
|
54
54
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
55
|
-
if ("type" in obj && obj.type) {
|
|
55
|
+
if (obj && "type" in obj && obj.type) {
|
|
56
56
|
switch (obj.type) {
|
|
57
57
|
case "AnnouncementsPreferencesSummary":
|
|
58
58
|
return model.AnnouncementsPreferencesSummary.getDeserializedJsonObj(jsonObj, true);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-announcements-preferences.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/model/base-announcements-preferences.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuClC,IAAiB,4BAA4B,CA2C5C;AA3CD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;
|
|
1
|
+
{"version":3,"file":"base-announcements-preferences.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/model/base-announcements-preferences.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuClC,IAAiB,4BAA4B,CA2C5C;AA3CD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,iCAAiC;oBACpC,OAAO,KAAK,CAAC,+BAA+B,CAAC,UAAU,CACL,OAAQ,EACxD,IAAI,CACL,CAAC;gBACJ,KAAK,0BAA0B;oBAC7B,OAAO,KAAK,CAAC,wBAAwB,CAAC,UAAU,CACL,OAAQ,EACjD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,uCAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,iCAAiC;oBACpC,OAAO,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CACjB,OAAQ,EACxD,IAAI,CACL,CAAC;gBACJ,KAAK,0BAA0B;oBAC7B,OAAO,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CACjB,OAAQ,EACjD,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,mDAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA2C5C"}
|
|
@@ -43,7 +43,7 @@ var BaseCreateAnnouncementsPreferencesDetails;
|
|
|
43
43
|
})(PreferenceType = BaseCreateAnnouncementsPreferencesDetails.PreferenceType || (BaseCreateAnnouncementsPreferencesDetails.PreferenceType = {}));
|
|
44
44
|
function getJsonObj(obj) {
|
|
45
45
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
46
|
-
if ("type" in obj && obj.type) {
|
|
46
|
+
if (obj && "type" in obj && obj.type) {
|
|
47
47
|
switch (obj.type) {
|
|
48
48
|
case "CreateAnnouncementsPreferencesDetails":
|
|
49
49
|
return model.CreateAnnouncementsPreferencesDetails.getJsonObj(jsonObj, true);
|
|
@@ -58,7 +58,7 @@ var BaseCreateAnnouncementsPreferencesDetails;
|
|
|
58
58
|
BaseCreateAnnouncementsPreferencesDetails.getJsonObj = getJsonObj;
|
|
59
59
|
function getDeserializedJsonObj(obj) {
|
|
60
60
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
61
|
-
if ("type" in obj && obj.type) {
|
|
61
|
+
if (obj && "type" in obj && obj.type) {
|
|
62
62
|
switch (obj.type) {
|
|
63
63
|
case "CreateAnnouncementsPreferencesDetails":
|
|
64
64
|
return model.CreateAnnouncementsPreferencesDetails.getDeserializedJsonObj(jsonObj, true);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-create-announcements-preferences-details.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/model/base-create-announcements-preferences-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,yCAAyC,CAiDzD;AAjDD,WAAiB,yCAAyC;IACxD,IAAY,cAIX;IAJD,WAAY,cAAc;QACxB,0EAAwD,CAAA;QACxD,4GAA0F,CAAA;QAC1F,sEAAoD,CAAA;IACtD,CAAC,EAJW,cAAc,GAAd,wDAAc,KAAd,wDAAc,QAIzB;IAED,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;
|
|
1
|
+
{"version":3,"file":"base-create-announcements-preferences-details.js","sourceRoot":"","sources":["../../../../../lib/announcementsservice/lib/model/base-create-announcements-preferences-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,yCAAyC,CAiDzD;AAjDD,WAAiB,yCAAyC;IACxD,IAAY,cAIX;IAJD,WAAY,cAAc;QACxB,0EAAwD,CAAA;QACxD,4GAA0F,CAAA;QAC1F,sEAAoD,CAAA;IACtD,CAAC,EAJW,cAAc,GAAd,wDAAc,KAAd,wDAAc,QAIzB;IAED,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,uCAAuC;oBAC1C,OAAO,KAAK,CAAC,qCAAqC,CAAC,UAAU,CACL,OAAQ,EAC9D,IAAI,CACL,CAAC;gBACJ,KAAK,uCAAuC;oBAC1C,OAAO,KAAK,CAAC,qCAAqC,CAAC,UAAU,CACL,OAAQ,EAC9D,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,oDAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,uCAAuC;oBAC1C,OAAO,KAAK,CAAC,qCAAqC,CAAC,sBAAsB,CACjB,OAAQ,EAC9D,IAAI,CACL,CAAC;gBACJ,KAAK,uCAAuC;oBAC1C,OAAO,KAAK,CAAC,qCAAqC,CAAC,sBAAsB,CACjB,OAAQ,EAC9D,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,gEAAsB,yBAoBrC,CAAA;AACH,CAAC,EAjDgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAiDzD"}
|
|
@@ -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.27.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.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.27.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/ListAnnouncementSubscriptions.ts.html |here} to see how to use ListAnnouncementSubscriptionsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAnnouncementSubscriptionsRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/ListAnnouncementsPreferences.ts.html |here} to see how to use ListAnnouncementsPreferencesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAnnouncementsPreferencesRequest 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.27.0/announcementsservice/ListAnnouncements.ts.html |here} to see how to use ListAnnouncementsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAnnouncementsRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/announcementsservice/UpdateFilterGroup.ts.html |here} to see how to use UpdateFilterGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateFilterGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-announcementsservice",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.27.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.27.0",
|
|
19
|
+
"oci-workrequests": "2.27.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|