oci-servicecatalog 2.81.0 → 2.82.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 (29) hide show
  1. package/lib/client.d.ts +26 -26
  2. package/lib/client.js +26 -26
  3. package/lib/request/bulk-replace-service-catalog-associations-request.d.ts +1 -1
  4. package/lib/request/change-private-application-compartment-request.d.ts +1 -1
  5. package/lib/request/change-service-catalog-compartment-request.d.ts +1 -1
  6. package/lib/request/create-private-application-request.d.ts +1 -1
  7. package/lib/request/create-service-catalog-association-request.d.ts +1 -1
  8. package/lib/request/create-service-catalog-request.d.ts +1 -1
  9. package/lib/request/delete-private-application-request.d.ts +1 -1
  10. package/lib/request/delete-service-catalog-association-request.d.ts +1 -1
  11. package/lib/request/delete-service-catalog-request.d.ts +1 -1
  12. package/lib/request/get-private-application-action-download-logo-request.d.ts +1 -1
  13. package/lib/request/get-private-application-package-action-download-config-request.d.ts +1 -1
  14. package/lib/request/get-private-application-package-request.d.ts +1 -1
  15. package/lib/request/get-private-application-request.d.ts +1 -1
  16. package/lib/request/get-service-catalog-association-request.d.ts +1 -1
  17. package/lib/request/get-service-catalog-request.d.ts +1 -1
  18. package/lib/request/get-work-request-request.d.ts +1 -1
  19. package/lib/request/list-applications-request.d.ts +1 -1
  20. package/lib/request/list-private-application-packages-request.d.ts +1 -1
  21. package/lib/request/list-private-applications-request.d.ts +1 -1
  22. package/lib/request/list-service-catalog-associations-request.d.ts +1 -1
  23. package/lib/request/list-service-catalogs-request.d.ts +1 -1
  24. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  25. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  26. package/lib/request/list-work-requests-request.d.ts +1 -1
  27. package/lib/request/update-private-application-request.d.ts +1 -1
  28. package/lib/request/update-service-catalog-request.d.ts +1 -1
  29. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -91,7 +91,7 @@ export declare class ServiceCatalogClient {
91
91
  * @param BulkReplaceServiceCatalogAssociationsRequest
92
92
  * @return BulkReplaceServiceCatalogAssociationsResponse
93
93
  * @throws OciError when an error occurs
94
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
94
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
95
95
  */
96
96
  bulkReplaceServiceCatalogAssociations(bulkReplaceServiceCatalogAssociationsRequest: requests.BulkReplaceServiceCatalogAssociationsRequest): Promise<responses.BulkReplaceServiceCatalogAssociationsResponse>;
97
97
  /**
@@ -100,7 +100,7 @@ export declare class ServiceCatalogClient {
100
100
  * @param ChangePrivateApplicationCompartmentRequest
101
101
  * @return ChangePrivateApplicationCompartmentResponse
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.81.0/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
104
104
  */
105
105
  changePrivateApplicationCompartment(changePrivateApplicationCompartmentRequest: requests.ChangePrivateApplicationCompartmentRequest): Promise<responses.ChangePrivateApplicationCompartmentResponse>;
106
106
  /**
@@ -109,7 +109,7 @@ export declare class ServiceCatalogClient {
109
109
  * @param ChangeServiceCatalogCompartmentRequest
110
110
  * @return ChangeServiceCatalogCompartmentResponse
111
111
  * @throws OciError when an error occurs
112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
113
113
  */
114
114
  changeServiceCatalogCompartment(changeServiceCatalogCompartmentRequest: requests.ChangeServiceCatalogCompartmentRequest): Promise<responses.ChangeServiceCatalogCompartmentResponse>;
115
115
  /**
@@ -118,7 +118,7 @@ export declare class ServiceCatalogClient {
118
118
  * @param CreatePrivateApplicationRequest
119
119
  * @return CreatePrivateApplicationResponse
120
120
  * @throws OciError when an error occurs
121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
122
122
  */
123
123
  createPrivateApplication(createPrivateApplicationRequest: requests.CreatePrivateApplicationRequest): Promise<responses.CreatePrivateApplicationResponse>;
124
124
  /**
@@ -127,7 +127,7 @@ export declare class ServiceCatalogClient {
127
127
  * @param CreateServiceCatalogRequest
128
128
  * @return CreateServiceCatalogResponse
129
129
  * @throws OciError when an error occurs
130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
131
131
  */
132
132
  createServiceCatalog(createServiceCatalogRequest: requests.CreateServiceCatalogRequest): Promise<responses.CreateServiceCatalogResponse>;
133
133
  /**
@@ -136,7 +136,7 @@ export declare class ServiceCatalogClient {
136
136
  * @param CreateServiceCatalogAssociationRequest
137
137
  * @return CreateServiceCatalogAssociationResponse
138
138
  * @throws OciError when an error occurs
139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
140
140
  */
141
141
  createServiceCatalogAssociation(createServiceCatalogAssociationRequest: requests.CreateServiceCatalogAssociationRequest): Promise<responses.CreateServiceCatalogAssociationResponse>;
142
142
  /**
@@ -145,7 +145,7 @@ export declare class ServiceCatalogClient {
145
145
  * @param DeletePrivateApplicationRequest
146
146
  * @return DeletePrivateApplicationResponse
147
147
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
149
149
  */
150
150
  deletePrivateApplication(deletePrivateApplicationRequest: requests.DeletePrivateApplicationRequest): Promise<responses.DeletePrivateApplicationResponse>;
151
151
  /**
@@ -154,7 +154,7 @@ export declare class ServiceCatalogClient {
154
154
  * @param DeleteServiceCatalogRequest
155
155
  * @return DeleteServiceCatalogResponse
156
156
  * @throws OciError when an error occurs
157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
158
158
  */
159
159
  deleteServiceCatalog(deleteServiceCatalogRequest: requests.DeleteServiceCatalogRequest): Promise<responses.DeleteServiceCatalogResponse>;
160
160
  /**
@@ -163,7 +163,7 @@ export declare class ServiceCatalogClient {
163
163
  * @param DeleteServiceCatalogAssociationRequest
164
164
  * @return DeleteServiceCatalogAssociationResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
167
167
  */
168
168
  deleteServiceCatalogAssociation(deleteServiceCatalogAssociationRequest: requests.DeleteServiceCatalogAssociationRequest): Promise<responses.DeleteServiceCatalogAssociationResponse>;
169
169
  /**
@@ -172,7 +172,7 @@ export declare class ServiceCatalogClient {
172
172
  * @param GetPrivateApplicationRequest
173
173
  * @return GetPrivateApplicationResponse
174
174
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
175
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
176
176
  */
177
177
  getPrivateApplication(getPrivateApplicationRequest: requests.GetPrivateApplicationRequest): Promise<responses.GetPrivateApplicationResponse>;
178
178
  /**
@@ -181,7 +181,7 @@ export declare class ServiceCatalogClient {
181
181
  * @param GetPrivateApplicationActionDownloadLogoRequest
182
182
  * @return GetPrivateApplicationActionDownloadLogoResponse
183
183
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
185
185
  */
186
186
  getPrivateApplicationActionDownloadLogo(getPrivateApplicationActionDownloadLogoRequest: requests.GetPrivateApplicationActionDownloadLogoRequest): Promise<responses.GetPrivateApplicationActionDownloadLogoResponse>;
187
187
  /**
@@ -190,7 +190,7 @@ export declare class ServiceCatalogClient {
190
190
  * @param GetPrivateApplicationPackageRequest
191
191
  * @return GetPrivateApplicationPackageResponse
192
192
  * @throws OciError when an error occurs
193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
194
194
  */
195
195
  getPrivateApplicationPackage(getPrivateApplicationPackageRequest: requests.GetPrivateApplicationPackageRequest): Promise<responses.GetPrivateApplicationPackageResponse>;
196
196
  /**
@@ -199,7 +199,7 @@ export declare class ServiceCatalogClient {
199
199
  * @param GetPrivateApplicationPackageActionDownloadConfigRequest
200
200
  * @return GetPrivateApplicationPackageActionDownloadConfigResponse
201
201
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
203
203
  */
204
204
  getPrivateApplicationPackageActionDownloadConfig(getPrivateApplicationPackageActionDownloadConfigRequest: requests.GetPrivateApplicationPackageActionDownloadConfigRequest): Promise<responses.GetPrivateApplicationPackageActionDownloadConfigResponse>;
205
205
  /**
@@ -208,7 +208,7 @@ export declare class ServiceCatalogClient {
208
208
  * @param GetServiceCatalogRequest
209
209
  * @return GetServiceCatalogResponse
210
210
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
212
212
  */
213
213
  getServiceCatalog(getServiceCatalogRequest: requests.GetServiceCatalogRequest): Promise<responses.GetServiceCatalogResponse>;
214
214
  /**
@@ -217,7 +217,7 @@ export declare class ServiceCatalogClient {
217
217
  * @param GetServiceCatalogAssociationRequest
218
218
  * @return GetServiceCatalogAssociationResponse
219
219
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
221
221
  */
222
222
  getServiceCatalogAssociation(getServiceCatalogAssociationRequest: requests.GetServiceCatalogAssociationRequest): Promise<responses.GetServiceCatalogAssociationResponse>;
223
223
  /**
@@ -226,7 +226,7 @@ export declare class ServiceCatalogClient {
226
226
  * @param GetWorkRequestRequest
227
227
  * @return GetWorkRequestResponse
228
228
  * @throws OciError when an error occurs
229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
229
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
230
230
  */
231
231
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
232
232
  /**
@@ -238,7 +238,7 @@ export declare class ServiceCatalogClient {
238
238
  * @param ListApplicationsRequest
239
239
  * @return ListApplicationsResponse
240
240
  * @throws OciError when an error occurs
241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
242
242
  */
243
243
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
244
244
  /**
@@ -247,7 +247,7 @@ export declare class ServiceCatalogClient {
247
247
  * @param ListPrivateApplicationPackagesRequest
248
248
  * @return ListPrivateApplicationPackagesResponse
249
249
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
251
251
  */
252
252
  listPrivateApplicationPackages(listPrivateApplicationPackagesRequest: requests.ListPrivateApplicationPackagesRequest): Promise<responses.ListPrivateApplicationPackagesResponse>;
253
253
  /**
@@ -256,7 +256,7 @@ export declare class ServiceCatalogClient {
256
256
  * @param ListPrivateApplicationsRequest
257
257
  * @return ListPrivateApplicationsResponse
258
258
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
260
260
  */
261
261
  listPrivateApplications(listPrivateApplicationsRequest: requests.ListPrivateApplicationsRequest): Promise<responses.ListPrivateApplicationsResponse>;
262
262
  /**
@@ -265,7 +265,7 @@ export declare class ServiceCatalogClient {
265
265
  * @param ListServiceCatalogAssociationsRequest
266
266
  * @return ListServiceCatalogAssociationsResponse
267
267
  * @throws OciError when an error occurs
268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
269
269
  */
270
270
  listServiceCatalogAssociations(listServiceCatalogAssociationsRequest: requests.ListServiceCatalogAssociationsRequest): Promise<responses.ListServiceCatalogAssociationsResponse>;
271
271
  /**
@@ -274,7 +274,7 @@ export declare class ServiceCatalogClient {
274
274
  * @param ListServiceCatalogsRequest
275
275
  * @return ListServiceCatalogsResponse
276
276
  * @throws OciError when an error occurs
277
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
277
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
278
278
  */
279
279
  listServiceCatalogs(listServiceCatalogsRequest: requests.ListServiceCatalogsRequest): Promise<responses.ListServiceCatalogsResponse>;
280
280
  /**
@@ -284,7 +284,7 @@ export declare class ServiceCatalogClient {
284
284
  * @param ListWorkRequestErrorsRequest
285
285
  * @return ListWorkRequestErrorsResponse
286
286
  * @throws OciError when an error occurs
287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
287
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
288
288
  */
289
289
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
290
290
  /**
@@ -294,7 +294,7 @@ export declare class ServiceCatalogClient {
294
294
  * @param ListWorkRequestLogsRequest
295
295
  * @return ListWorkRequestLogsResponse
296
296
  * @throws OciError when an error occurs
297
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
298
298
  */
299
299
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
300
300
  /**
@@ -304,7 +304,7 @@ export declare class ServiceCatalogClient {
304
304
  * @param ListWorkRequestsRequest
305
305
  * @return ListWorkRequestsResponse
306
306
  * @throws OciError when an error occurs
307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
308
308
  */
309
309
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
310
310
  /**
@@ -313,7 +313,7 @@ export declare class ServiceCatalogClient {
313
313
  * @param UpdatePrivateApplicationRequest
314
314
  * @return UpdatePrivateApplicationResponse
315
315
  * @throws OciError when an error occurs
316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
317
317
  */
318
318
  updatePrivateApplication(updatePrivateApplicationRequest: requests.UpdatePrivateApplicationRequest): Promise<responses.UpdatePrivateApplicationResponse>;
319
319
  /**
@@ -322,7 +322,7 @@ export declare class ServiceCatalogClient {
322
322
  * @param UpdateServiceCatalogRequest
323
323
  * @return UpdateServiceCatalogResponse
324
324
  * @throws OciError when an error occurs
325
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
325
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
326
326
  */
327
327
  updateServiceCatalog(updateServiceCatalogRequest: requests.UpdateServiceCatalogRequest): Promise<responses.UpdateServiceCatalogResponse>;
328
328
  }
package/lib/client.js CHANGED
@@ -196,7 +196,7 @@ class ServiceCatalogClient {
196
196
  * @param BulkReplaceServiceCatalogAssociationsRequest
197
197
  * @return BulkReplaceServiceCatalogAssociationsResponse
198
198
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
200
200
  */
201
201
  bulkReplaceServiceCatalogAssociations(bulkReplaceServiceCatalogAssociationsRequest) {
202
202
  return __awaiter(this, void 0, void 0, function* () {
@@ -252,7 +252,7 @@ class ServiceCatalogClient {
252
252
  * @param ChangePrivateApplicationCompartmentRequest
253
253
  * @return ChangePrivateApplicationCompartmentResponse
254
254
  * @throws OciError when an error occurs
255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
255
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
256
256
  */
257
257
  changePrivateApplicationCompartment(changePrivateApplicationCompartmentRequest) {
258
258
  return __awaiter(this, void 0, void 0, function* () {
@@ -313,7 +313,7 @@ class ServiceCatalogClient {
313
313
  * @param ChangeServiceCatalogCompartmentRequest
314
314
  * @return ChangeServiceCatalogCompartmentResponse
315
315
  * @throws OciError when an error occurs
316
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
317
317
  */
318
318
  changeServiceCatalogCompartment(changeServiceCatalogCompartmentRequest) {
319
319
  return __awaiter(this, void 0, void 0, function* () {
@@ -369,7 +369,7 @@ class ServiceCatalogClient {
369
369
  * @param CreatePrivateApplicationRequest
370
370
  * @return CreatePrivateApplicationResponse
371
371
  * @throws OciError when an error occurs
372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
373
373
  */
374
374
  createPrivateApplication(createPrivateApplicationRequest) {
375
375
  return __awaiter(this, void 0, void 0, function* () {
@@ -437,7 +437,7 @@ class ServiceCatalogClient {
437
437
  * @param CreateServiceCatalogRequest
438
438
  * @return CreateServiceCatalogResponse
439
439
  * @throws OciError when an error occurs
440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
441
441
  */
442
442
  createServiceCatalog(createServiceCatalogRequest) {
443
443
  return __awaiter(this, void 0, void 0, function* () {
@@ -500,7 +500,7 @@ class ServiceCatalogClient {
500
500
  * @param CreateServiceCatalogAssociationRequest
501
501
  * @return CreateServiceCatalogAssociationResponse
502
502
  * @throws OciError when an error occurs
503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
504
504
  */
505
505
  createServiceCatalogAssociation(createServiceCatalogAssociationRequest) {
506
506
  return __awaiter(this, void 0, void 0, function* () {
@@ -563,7 +563,7 @@ class ServiceCatalogClient {
563
563
  * @param DeletePrivateApplicationRequest
564
564
  * @return DeletePrivateApplicationResponse
565
565
  * @throws OciError when an error occurs
566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
567
567
  */
568
568
  deletePrivateApplication(deletePrivateApplicationRequest) {
569
569
  return __awaiter(this, void 0, void 0, function* () {
@@ -623,7 +623,7 @@ class ServiceCatalogClient {
623
623
  * @param DeleteServiceCatalogRequest
624
624
  * @return DeleteServiceCatalogResponse
625
625
  * @throws OciError when an error occurs
626
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
627
627
  */
628
628
  deleteServiceCatalog(deleteServiceCatalogRequest) {
629
629
  return __awaiter(this, void 0, void 0, function* () {
@@ -678,7 +678,7 @@ class ServiceCatalogClient {
678
678
  * @param DeleteServiceCatalogAssociationRequest
679
679
  * @return DeleteServiceCatalogAssociationResponse
680
680
  * @throws OciError when an error occurs
681
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
681
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
682
682
  */
683
683
  deleteServiceCatalogAssociation(deleteServiceCatalogAssociationRequest) {
684
684
  return __awaiter(this, void 0, void 0, function* () {
@@ -733,7 +733,7 @@ class ServiceCatalogClient {
733
733
  * @param GetPrivateApplicationRequest
734
734
  * @return GetPrivateApplicationResponse
735
735
  * @throws OciError when an error occurs
736
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
736
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
737
737
  */
738
738
  getPrivateApplication(getPrivateApplicationRequest) {
739
739
  return __awaiter(this, void 0, void 0, function* () {
@@ -796,7 +796,7 @@ class ServiceCatalogClient {
796
796
  * @param GetPrivateApplicationActionDownloadLogoRequest
797
797
  * @return GetPrivateApplicationActionDownloadLogoResponse
798
798
  * @throws OciError when an error occurs
799
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
799
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
800
800
  */
801
801
  getPrivateApplicationActionDownloadLogo(getPrivateApplicationActionDownloadLogoRequest) {
802
802
  return __awaiter(this, void 0, void 0, function* () {
@@ -853,7 +853,7 @@ class ServiceCatalogClient {
853
853
  * @param GetPrivateApplicationPackageRequest
854
854
  * @return GetPrivateApplicationPackageResponse
855
855
  * @throws OciError when an error occurs
856
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
856
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
857
857
  */
858
858
  getPrivateApplicationPackage(getPrivateApplicationPackageRequest) {
859
859
  return __awaiter(this, void 0, void 0, function* () {
@@ -916,7 +916,7 @@ class ServiceCatalogClient {
916
916
  * @param GetPrivateApplicationPackageActionDownloadConfigRequest
917
917
  * @return GetPrivateApplicationPackageActionDownloadConfigResponse
918
918
  * @throws OciError when an error occurs
919
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
919
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
920
920
  */
921
921
  getPrivateApplicationPackageActionDownloadConfig(getPrivateApplicationPackageActionDownloadConfigRequest) {
922
922
  return __awaiter(this, void 0, void 0, function* () {
@@ -973,7 +973,7 @@ class ServiceCatalogClient {
973
973
  * @param GetServiceCatalogRequest
974
974
  * @return GetServiceCatalogResponse
975
975
  * @throws OciError when an error occurs
976
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
976
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
977
977
  */
978
978
  getServiceCatalog(getServiceCatalogRequest) {
979
979
  return __awaiter(this, void 0, void 0, function* () {
@@ -1036,7 +1036,7 @@ class ServiceCatalogClient {
1036
1036
  * @param GetServiceCatalogAssociationRequest
1037
1037
  * @return GetServiceCatalogAssociationResponse
1038
1038
  * @throws OciError when an error occurs
1039
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
1039
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
1040
1040
  */
1041
1041
  getServiceCatalogAssociation(getServiceCatalogAssociationRequest) {
1042
1042
  return __awaiter(this, void 0, void 0, function* () {
@@ -1099,7 +1099,7 @@ class ServiceCatalogClient {
1099
1099
  * @param GetWorkRequestRequest
1100
1100
  * @return GetWorkRequestResponse
1101
1101
  * @throws OciError when an error occurs
1102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1103
1103
  */
1104
1104
  getWorkRequest(getWorkRequestRequest) {
1105
1105
  return __awaiter(this, void 0, void 0, function* () {
@@ -1170,7 +1170,7 @@ class ServiceCatalogClient {
1170
1170
  * @param ListApplicationsRequest
1171
1171
  * @return ListApplicationsResponse
1172
1172
  * @throws OciError when an error occurs
1173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
1173
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
1174
1174
  */
1175
1175
  listApplications(listApplicationsRequest) {
1176
1176
  return __awaiter(this, void 0, void 0, function* () {
@@ -1244,7 +1244,7 @@ class ServiceCatalogClient {
1244
1244
  * @param ListPrivateApplicationPackagesRequest
1245
1245
  * @return ListPrivateApplicationPackagesResponse
1246
1246
  * @throws OciError when an error occurs
1247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
1247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
1248
1248
  */
1249
1249
  listPrivateApplicationPackages(listPrivateApplicationPackagesRequest) {
1250
1250
  return __awaiter(this, void 0, void 0, function* () {
@@ -1314,7 +1314,7 @@ class ServiceCatalogClient {
1314
1314
  * @param ListPrivateApplicationsRequest
1315
1315
  * @return ListPrivateApplicationsResponse
1316
1316
  * @throws OciError when an error occurs
1317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
1317
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
1318
1318
  */
1319
1319
  listPrivateApplications(listPrivateApplicationsRequest) {
1320
1320
  return __awaiter(this, void 0, void 0, function* () {
@@ -1383,7 +1383,7 @@ class ServiceCatalogClient {
1383
1383
  * @param ListServiceCatalogAssociationsRequest
1384
1384
  * @return ListServiceCatalogAssociationsResponse
1385
1385
  * @throws OciError when an error occurs
1386
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
1386
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
1387
1387
  */
1388
1388
  listServiceCatalogAssociations(listServiceCatalogAssociationsRequest) {
1389
1389
  return __awaiter(this, void 0, void 0, function* () {
@@ -1453,7 +1453,7 @@ class ServiceCatalogClient {
1453
1453
  * @param ListServiceCatalogsRequest
1454
1454
  * @return ListServiceCatalogsResponse
1455
1455
  * @throws OciError when an error occurs
1456
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
1456
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
1457
1457
  */
1458
1458
  listServiceCatalogs(listServiceCatalogsRequest) {
1459
1459
  return __awaiter(this, void 0, void 0, function* () {
@@ -1523,7 +1523,7 @@ class ServiceCatalogClient {
1523
1523
  * @param ListWorkRequestErrorsRequest
1524
1524
  * @return ListWorkRequestErrorsResponse
1525
1525
  * @throws OciError when an error occurs
1526
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1526
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1527
1527
  */
1528
1528
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1529
1529
  return __awaiter(this, void 0, void 0, function* () {
@@ -1592,7 +1592,7 @@ class ServiceCatalogClient {
1592
1592
  * @param ListWorkRequestLogsRequest
1593
1593
  * @return ListWorkRequestLogsResponse
1594
1594
  * @throws OciError when an error occurs
1595
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1595
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1596
1596
  */
1597
1597
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1598
1598
  return __awaiter(this, void 0, void 0, function* () {
@@ -1661,7 +1661,7 @@ class ServiceCatalogClient {
1661
1661
  * @param ListWorkRequestsRequest
1662
1662
  * @return ListWorkRequestsResponse
1663
1663
  * @throws OciError when an error occurs
1664
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1664
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1665
1665
  */
1666
1666
  listWorkRequests(listWorkRequestsRequest) {
1667
1667
  return __awaiter(this, void 0, void 0, function* () {
@@ -1731,7 +1731,7 @@ class ServiceCatalogClient {
1731
1731
  * @param UpdatePrivateApplicationRequest
1732
1732
  * @return UpdatePrivateApplicationResponse
1733
1733
  * @throws OciError when an error occurs
1734
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
1734
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
1735
1735
  */
1736
1736
  updatePrivateApplication(updatePrivateApplicationRequest) {
1737
1737
  return __awaiter(this, void 0, void 0, function* () {
@@ -1801,7 +1801,7 @@ class ServiceCatalogClient {
1801
1801
  * @param UpdateServiceCatalogRequest
1802
1802
  * @return UpdateServiceCatalogResponse
1803
1803
  * @throws OciError when an error occurs
1804
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
1804
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
1805
1805
  */
1806
1806
  updateServiceCatalog(updateServiceCatalogRequest) {
1807
1807
  return __awaiter(this, void 0, void 0, function* () {
@@ -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.81.0/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociationsRequest.
17
17
  */
18
18
  export interface BulkReplaceServiceCatalogAssociationsRequest 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.81.0/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartmentRequest.
17
17
  */
18
18
  export interface ChangePrivateApplicationCompartmentRequest 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.81.0/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartmentRequest.
17
17
  */
18
18
  export interface ChangeServiceCatalogCompartmentRequest 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.81.0/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplicationRequest.
17
17
  */
18
18
  export interface CreatePrivateApplicationRequest 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.81.0/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociationRequest.
17
17
  */
18
18
  export interface CreateServiceCatalogAssociationRequest 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.81.0/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalogRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalogRequest.
17
17
  */
18
18
  export interface CreateServiceCatalogRequest 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.81.0/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplicationRequest.
16
16
  */
17
17
  export interface DeletePrivateApplicationRequest 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.81.0/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociationRequest.
16
16
  */
17
17
  export interface DeleteServiceCatalogAssociationRequest 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.81.0/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalogRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalogRequest.
16
16
  */
17
17
  export interface DeleteServiceCatalogRequest 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.81.0/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogoRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogoRequest.
16
16
  */
17
17
  export interface GetPrivateApplicationActionDownloadLogoRequest 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.81.0/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfigRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfigRequest.
16
16
  */
17
17
  export interface GetPrivateApplicationPackageActionDownloadConfigRequest 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.81.0/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackageRequest.
16
16
  */
17
17
  export interface GetPrivateApplicationPackageRequest 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.81.0/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplicationRequest.
16
16
  */
17
17
  export interface GetPrivateApplicationRequest 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.81.0/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociationRequest.
16
16
  */
17
17
  export interface GetServiceCatalogAssociationRequest 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.81.0/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalogRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalogRequest.
16
16
  */
17
17
  export interface GetServiceCatalogRequest 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.81.0/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest 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.81.0/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
17
17
  */
18
18
  export interface ListApplicationsRequest 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.81.0/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackagesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackagesRequest.
17
17
  */
18
18
  export interface ListPrivateApplicationPackagesRequest 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.81.0/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplicationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplicationsRequest.
16
16
  */
17
17
  export interface ListPrivateApplicationsRequest 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.81.0/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociationsRequest.
16
16
  */
17
17
  export interface ListServiceCatalogAssociationsRequest 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.81.0/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogsRequest.
16
16
  */
17
17
  export interface ListServiceCatalogsRequest 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.81.0/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest 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.81.0/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest 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.81.0/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest 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.81.0/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplicationRequest.
17
17
  */
18
18
  export interface UpdatePrivateApplicationRequest 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.81.0/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalogRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.1/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalogRequest.
17
17
  */
18
18
  export interface UpdateServiceCatalogRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-servicecatalog",
3
- "version": "2.81.0",
3
+ "version": "2.82.1",
4
4
  "description": "OCI NodeJS client for Service Catalog 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.81.0",
19
- "oci-workrequests": "2.81.0"
18
+ "oci-common": "2.82.1",
19
+ "oci-workrequests": "2.82.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"