oci-servicecatalog 2.70.4 → 2.71.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.
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
@@ -86,7 +86,7 @@ export declare class ServiceCatalogClient {
86
86
  * @param BulkReplaceServiceCatalogAssociationsRequest
87
87
  * @return BulkReplaceServiceCatalogAssociationsResponse
88
88
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
89
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
90
90
  */
91
91
  bulkReplaceServiceCatalogAssociations(bulkReplaceServiceCatalogAssociationsRequest: requests.BulkReplaceServiceCatalogAssociationsRequest): Promise<responses.BulkReplaceServiceCatalogAssociationsResponse>;
92
92
  /**
@@ -95,7 +95,7 @@ export declare class ServiceCatalogClient {
95
95
  * @param ChangePrivateApplicationCompartmentRequest
96
96
  * @return ChangePrivateApplicationCompartmentResponse
97
97
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
99
99
  */
100
100
  changePrivateApplicationCompartment(changePrivateApplicationCompartmentRequest: requests.ChangePrivateApplicationCompartmentRequest): Promise<responses.ChangePrivateApplicationCompartmentResponse>;
101
101
  /**
@@ -104,7 +104,7 @@ export declare class ServiceCatalogClient {
104
104
  * @param ChangeServiceCatalogCompartmentRequest
105
105
  * @return ChangeServiceCatalogCompartmentResponse
106
106
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
108
108
  */
109
109
  changeServiceCatalogCompartment(changeServiceCatalogCompartmentRequest: requests.ChangeServiceCatalogCompartmentRequest): Promise<responses.ChangeServiceCatalogCompartmentResponse>;
110
110
  /**
@@ -113,7 +113,7 @@ export declare class ServiceCatalogClient {
113
113
  * @param CreatePrivateApplicationRequest
114
114
  * @return CreatePrivateApplicationResponse
115
115
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
117
117
  */
118
118
  createPrivateApplication(createPrivateApplicationRequest: requests.CreatePrivateApplicationRequest): Promise<responses.CreatePrivateApplicationResponse>;
119
119
  /**
@@ -122,7 +122,7 @@ export declare class ServiceCatalogClient {
122
122
  * @param CreateServiceCatalogRequest
123
123
  * @return CreateServiceCatalogResponse
124
124
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
126
126
  */
127
127
  createServiceCatalog(createServiceCatalogRequest: requests.CreateServiceCatalogRequest): Promise<responses.CreateServiceCatalogResponse>;
128
128
  /**
@@ -131,7 +131,7 @@ export declare class ServiceCatalogClient {
131
131
  * @param CreateServiceCatalogAssociationRequest
132
132
  * @return CreateServiceCatalogAssociationResponse
133
133
  * @throws OciError when an error occurs
134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
135
135
  */
136
136
  createServiceCatalogAssociation(createServiceCatalogAssociationRequest: requests.CreateServiceCatalogAssociationRequest): Promise<responses.CreateServiceCatalogAssociationResponse>;
137
137
  /**
@@ -140,7 +140,7 @@ export declare class ServiceCatalogClient {
140
140
  * @param DeletePrivateApplicationRequest
141
141
  * @return DeletePrivateApplicationResponse
142
142
  * @throws OciError when an error occurs
143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
144
144
  */
145
145
  deletePrivateApplication(deletePrivateApplicationRequest: requests.DeletePrivateApplicationRequest): Promise<responses.DeletePrivateApplicationResponse>;
146
146
  /**
@@ -149,7 +149,7 @@ export declare class ServiceCatalogClient {
149
149
  * @param DeleteServiceCatalogRequest
150
150
  * @return DeleteServiceCatalogResponse
151
151
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
153
153
  */
154
154
  deleteServiceCatalog(deleteServiceCatalogRequest: requests.DeleteServiceCatalogRequest): Promise<responses.DeleteServiceCatalogResponse>;
155
155
  /**
@@ -158,7 +158,7 @@ export declare class ServiceCatalogClient {
158
158
  * @param DeleteServiceCatalogAssociationRequest
159
159
  * @return DeleteServiceCatalogAssociationResponse
160
160
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
162
162
  */
163
163
  deleteServiceCatalogAssociation(deleteServiceCatalogAssociationRequest: requests.DeleteServiceCatalogAssociationRequest): Promise<responses.DeleteServiceCatalogAssociationResponse>;
164
164
  /**
@@ -167,7 +167,7 @@ export declare class ServiceCatalogClient {
167
167
  * @param GetPrivateApplicationRequest
168
168
  * @return GetPrivateApplicationResponse
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.70.4/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
171
171
  */
172
172
  getPrivateApplication(getPrivateApplicationRequest: requests.GetPrivateApplicationRequest): Promise<responses.GetPrivateApplicationResponse>;
173
173
  /**
@@ -176,7 +176,7 @@ export declare class ServiceCatalogClient {
176
176
  * @param GetPrivateApplicationActionDownloadLogoRequest
177
177
  * @return GetPrivateApplicationActionDownloadLogoResponse
178
178
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
180
180
  */
181
181
  getPrivateApplicationActionDownloadLogo(getPrivateApplicationActionDownloadLogoRequest: requests.GetPrivateApplicationActionDownloadLogoRequest): Promise<responses.GetPrivateApplicationActionDownloadLogoResponse>;
182
182
  /**
@@ -185,7 +185,7 @@ export declare class ServiceCatalogClient {
185
185
  * @param GetPrivateApplicationPackageRequest
186
186
  * @return GetPrivateApplicationPackageResponse
187
187
  * @throws OciError when an error occurs
188
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
189
189
  */
190
190
  getPrivateApplicationPackage(getPrivateApplicationPackageRequest: requests.GetPrivateApplicationPackageRequest): Promise<responses.GetPrivateApplicationPackageResponse>;
191
191
  /**
@@ -194,7 +194,7 @@ export declare class ServiceCatalogClient {
194
194
  * @param GetPrivateApplicationPackageActionDownloadConfigRequest
195
195
  * @return GetPrivateApplicationPackageActionDownloadConfigResponse
196
196
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
198
198
  */
199
199
  getPrivateApplicationPackageActionDownloadConfig(getPrivateApplicationPackageActionDownloadConfigRequest: requests.GetPrivateApplicationPackageActionDownloadConfigRequest): Promise<responses.GetPrivateApplicationPackageActionDownloadConfigResponse>;
200
200
  /**
@@ -203,7 +203,7 @@ export declare class ServiceCatalogClient {
203
203
  * @param GetServiceCatalogRequest
204
204
  * @return GetServiceCatalogResponse
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.70.4/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
207
207
  */
208
208
  getServiceCatalog(getServiceCatalogRequest: requests.GetServiceCatalogRequest): Promise<responses.GetServiceCatalogResponse>;
209
209
  /**
@@ -212,7 +212,7 @@ export declare class ServiceCatalogClient {
212
212
  * @param GetServiceCatalogAssociationRequest
213
213
  * @return GetServiceCatalogAssociationResponse
214
214
  * @throws OciError when an error occurs
215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
216
216
  */
217
217
  getServiceCatalogAssociation(getServiceCatalogAssociationRequest: requests.GetServiceCatalogAssociationRequest): Promise<responses.GetServiceCatalogAssociationResponse>;
218
218
  /**
@@ -221,7 +221,7 @@ export declare class ServiceCatalogClient {
221
221
  * @param GetWorkRequestRequest
222
222
  * @return GetWorkRequestResponse
223
223
  * @throws OciError when an error occurs
224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
225
225
  */
226
226
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
227
227
  /**
@@ -233,7 +233,7 @@ export declare class ServiceCatalogClient {
233
233
  * @param ListApplicationsRequest
234
234
  * @return ListApplicationsResponse
235
235
  * @throws OciError when an error occurs
236
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
236
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
237
237
  */
238
238
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
239
239
  /**
@@ -242,7 +242,7 @@ export declare class ServiceCatalogClient {
242
242
  * @param ListPrivateApplicationPackagesRequest
243
243
  * @return ListPrivateApplicationPackagesResponse
244
244
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
246
246
  */
247
247
  listPrivateApplicationPackages(listPrivateApplicationPackagesRequest: requests.ListPrivateApplicationPackagesRequest): Promise<responses.ListPrivateApplicationPackagesResponse>;
248
248
  /**
@@ -251,7 +251,7 @@ export declare class ServiceCatalogClient {
251
251
  * @param ListPrivateApplicationsRequest
252
252
  * @return ListPrivateApplicationsResponse
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.70.4/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
255
255
  */
256
256
  listPrivateApplications(listPrivateApplicationsRequest: requests.ListPrivateApplicationsRequest): Promise<responses.ListPrivateApplicationsResponse>;
257
257
  /**
@@ -260,7 +260,7 @@ export declare class ServiceCatalogClient {
260
260
  * @param ListServiceCatalogAssociationsRequest
261
261
  * @return ListServiceCatalogAssociationsResponse
262
262
  * @throws OciError when an error occurs
263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
264
264
  */
265
265
  listServiceCatalogAssociations(listServiceCatalogAssociationsRequest: requests.ListServiceCatalogAssociationsRequest): Promise<responses.ListServiceCatalogAssociationsResponse>;
266
266
  /**
@@ -269,7 +269,7 @@ export declare class ServiceCatalogClient {
269
269
  * @param ListServiceCatalogsRequest
270
270
  * @return ListServiceCatalogsResponse
271
271
  * @throws OciError when an error occurs
272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
273
273
  */
274
274
  listServiceCatalogs(listServiceCatalogsRequest: requests.ListServiceCatalogsRequest): Promise<responses.ListServiceCatalogsResponse>;
275
275
  /**
@@ -279,7 +279,7 @@ export declare class ServiceCatalogClient {
279
279
  * @param ListWorkRequestErrorsRequest
280
280
  * @return ListWorkRequestErrorsResponse
281
281
  * @throws OciError when an error occurs
282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
283
283
  */
284
284
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
285
285
  /**
@@ -289,7 +289,7 @@ export declare class ServiceCatalogClient {
289
289
  * @param ListWorkRequestLogsRequest
290
290
  * @return ListWorkRequestLogsResponse
291
291
  * @throws OciError when an error occurs
292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
292
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
293
293
  */
294
294
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
295
295
  /**
@@ -299,7 +299,7 @@ export declare class ServiceCatalogClient {
299
299
  * @param ListWorkRequestsRequest
300
300
  * @return ListWorkRequestsResponse
301
301
  * @throws OciError when an error occurs
302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
303
303
  */
304
304
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
305
305
  /**
@@ -308,7 +308,7 @@ export declare class ServiceCatalogClient {
308
308
  * @param UpdatePrivateApplicationRequest
309
309
  * @return UpdatePrivateApplicationResponse
310
310
  * @throws OciError when an error occurs
311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
312
312
  */
313
313
  updatePrivateApplication(updatePrivateApplicationRequest: requests.UpdatePrivateApplicationRequest): Promise<responses.UpdatePrivateApplicationResponse>;
314
314
  /**
@@ -317,7 +317,7 @@ export declare class ServiceCatalogClient {
317
317
  * @param UpdateServiceCatalogRequest
318
318
  * @return UpdateServiceCatalogResponse
319
319
  * @throws OciError when an error occurs
320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
321
321
  */
322
322
  updateServiceCatalog(updateServiceCatalogRequest: requests.UpdateServiceCatalogRequest): Promise<responses.UpdateServiceCatalogResponse>;
323
323
  }
package/lib/client.js CHANGED
@@ -183,7 +183,7 @@ class ServiceCatalogClient {
183
183
  * @param BulkReplaceServiceCatalogAssociationsRequest
184
184
  * @return BulkReplaceServiceCatalogAssociationsResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociations API.
187
187
  */
188
188
  bulkReplaceServiceCatalogAssociations(bulkReplaceServiceCatalogAssociationsRequest) {
189
189
  return __awaiter(this, void 0, void 0, function* () {
@@ -239,7 +239,7 @@ class ServiceCatalogClient {
239
239
  * @param ChangePrivateApplicationCompartmentRequest
240
240
  * @return ChangePrivateApplicationCompartmentResponse
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.70.4/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
242
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartment API.
243
243
  */
244
244
  changePrivateApplicationCompartment(changePrivateApplicationCompartmentRequest) {
245
245
  return __awaiter(this, void 0, void 0, function* () {
@@ -300,7 +300,7 @@ class ServiceCatalogClient {
300
300
  * @param ChangeServiceCatalogCompartmentRequest
301
301
  * @return ChangeServiceCatalogCompartmentResponse
302
302
  * @throws OciError when an error occurs
303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
303
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartment API.
304
304
  */
305
305
  changeServiceCatalogCompartment(changeServiceCatalogCompartmentRequest) {
306
306
  return __awaiter(this, void 0, void 0, function* () {
@@ -356,7 +356,7 @@ class ServiceCatalogClient {
356
356
  * @param CreatePrivateApplicationRequest
357
357
  * @return CreatePrivateApplicationResponse
358
358
  * @throws OciError when an error occurs
359
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
359
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplication API.
360
360
  */
361
361
  createPrivateApplication(createPrivateApplicationRequest) {
362
362
  return __awaiter(this, void 0, void 0, function* () {
@@ -424,7 +424,7 @@ class ServiceCatalogClient {
424
424
  * @param CreateServiceCatalogRequest
425
425
  * @return CreateServiceCatalogResponse
426
426
  * @throws OciError when an error occurs
427
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalog API.
428
428
  */
429
429
  createServiceCatalog(createServiceCatalogRequest) {
430
430
  return __awaiter(this, void 0, void 0, function* () {
@@ -487,7 +487,7 @@ class ServiceCatalogClient {
487
487
  * @param CreateServiceCatalogAssociationRequest
488
488
  * @return CreateServiceCatalogAssociationResponse
489
489
  * @throws OciError when an error occurs
490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociation API.
491
491
  */
492
492
  createServiceCatalogAssociation(createServiceCatalogAssociationRequest) {
493
493
  return __awaiter(this, void 0, void 0, function* () {
@@ -550,7 +550,7 @@ class ServiceCatalogClient {
550
550
  * @param DeletePrivateApplicationRequest
551
551
  * @return DeletePrivateApplicationResponse
552
552
  * @throws OciError when an error occurs
553
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
553
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplication API.
554
554
  */
555
555
  deletePrivateApplication(deletePrivateApplicationRequest) {
556
556
  return __awaiter(this, void 0, void 0, function* () {
@@ -610,7 +610,7 @@ class ServiceCatalogClient {
610
610
  * @param DeleteServiceCatalogRequest
611
611
  * @return DeleteServiceCatalogResponse
612
612
  * @throws OciError when an error occurs
613
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalog API.
614
614
  */
615
615
  deleteServiceCatalog(deleteServiceCatalogRequest) {
616
616
  return __awaiter(this, void 0, void 0, function* () {
@@ -665,7 +665,7 @@ class ServiceCatalogClient {
665
665
  * @param DeleteServiceCatalogAssociationRequest
666
666
  * @return DeleteServiceCatalogAssociationResponse
667
667
  * @throws OciError when an error occurs
668
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
668
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociation API.
669
669
  */
670
670
  deleteServiceCatalogAssociation(deleteServiceCatalogAssociationRequest) {
671
671
  return __awaiter(this, void 0, void 0, function* () {
@@ -720,7 +720,7 @@ class ServiceCatalogClient {
720
720
  * @param GetPrivateApplicationRequest
721
721
  * @return GetPrivateApplicationResponse
722
722
  * @throws OciError when an error occurs
723
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
723
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplication API.
724
724
  */
725
725
  getPrivateApplication(getPrivateApplicationRequest) {
726
726
  return __awaiter(this, void 0, void 0, function* () {
@@ -783,7 +783,7 @@ class ServiceCatalogClient {
783
783
  * @param GetPrivateApplicationActionDownloadLogoRequest
784
784
  * @return GetPrivateApplicationActionDownloadLogoResponse
785
785
  * @throws OciError when an error occurs
786
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
786
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogo API.
787
787
  */
788
788
  getPrivateApplicationActionDownloadLogo(getPrivateApplicationActionDownloadLogoRequest) {
789
789
  return __awaiter(this, void 0, void 0, function* () {
@@ -840,7 +840,7 @@ class ServiceCatalogClient {
840
840
  * @param GetPrivateApplicationPackageRequest
841
841
  * @return GetPrivateApplicationPackageResponse
842
842
  * @throws OciError when an error occurs
843
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
843
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackage API.
844
844
  */
845
845
  getPrivateApplicationPackage(getPrivateApplicationPackageRequest) {
846
846
  return __awaiter(this, void 0, void 0, function* () {
@@ -903,7 +903,7 @@ class ServiceCatalogClient {
903
903
  * @param GetPrivateApplicationPackageActionDownloadConfigRequest
904
904
  * @return GetPrivateApplicationPackageActionDownloadConfigResponse
905
905
  * @throws OciError when an error occurs
906
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
906
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfig API.
907
907
  */
908
908
  getPrivateApplicationPackageActionDownloadConfig(getPrivateApplicationPackageActionDownloadConfigRequest) {
909
909
  return __awaiter(this, void 0, void 0, function* () {
@@ -960,7 +960,7 @@ class ServiceCatalogClient {
960
960
  * @param GetServiceCatalogRequest
961
961
  * @return GetServiceCatalogResponse
962
962
  * @throws OciError when an error occurs
963
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
963
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalog API.
964
964
  */
965
965
  getServiceCatalog(getServiceCatalogRequest) {
966
966
  return __awaiter(this, void 0, void 0, function* () {
@@ -1023,7 +1023,7 @@ class ServiceCatalogClient {
1023
1023
  * @param GetServiceCatalogAssociationRequest
1024
1024
  * @return GetServiceCatalogAssociationResponse
1025
1025
  * @throws OciError when an error occurs
1026
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
1026
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociation API.
1027
1027
  */
1028
1028
  getServiceCatalogAssociation(getServiceCatalogAssociationRequest) {
1029
1029
  return __awaiter(this, void 0, void 0, function* () {
@@ -1086,7 +1086,7 @@ class ServiceCatalogClient {
1086
1086
  * @param GetWorkRequestRequest
1087
1087
  * @return GetWorkRequestResponse
1088
1088
  * @throws OciError when an error occurs
1089
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1089
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1090
1090
  */
1091
1091
  getWorkRequest(getWorkRequestRequest) {
1092
1092
  return __awaiter(this, void 0, void 0, function* () {
@@ -1157,7 +1157,7 @@ class ServiceCatalogClient {
1157
1157
  * @param ListApplicationsRequest
1158
1158
  * @return ListApplicationsResponse
1159
1159
  * @throws OciError when an error occurs
1160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
1160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplications API.
1161
1161
  */
1162
1162
  listApplications(listApplicationsRequest) {
1163
1163
  return __awaiter(this, void 0, void 0, function* () {
@@ -1231,7 +1231,7 @@ class ServiceCatalogClient {
1231
1231
  * @param ListPrivateApplicationPackagesRequest
1232
1232
  * @return ListPrivateApplicationPackagesResponse
1233
1233
  * @throws OciError when an error occurs
1234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
1234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackages API.
1235
1235
  */
1236
1236
  listPrivateApplicationPackages(listPrivateApplicationPackagesRequest) {
1237
1237
  return __awaiter(this, void 0, void 0, function* () {
@@ -1301,7 +1301,7 @@ class ServiceCatalogClient {
1301
1301
  * @param ListPrivateApplicationsRequest
1302
1302
  * @return ListPrivateApplicationsResponse
1303
1303
  * @throws OciError when an error occurs
1304
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
1304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplications API.
1305
1305
  */
1306
1306
  listPrivateApplications(listPrivateApplicationsRequest) {
1307
1307
  return __awaiter(this, void 0, void 0, function* () {
@@ -1370,7 +1370,7 @@ class ServiceCatalogClient {
1370
1370
  * @param ListServiceCatalogAssociationsRequest
1371
1371
  * @return ListServiceCatalogAssociationsResponse
1372
1372
  * @throws OciError when an error occurs
1373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
1373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociations API.
1374
1374
  */
1375
1375
  listServiceCatalogAssociations(listServiceCatalogAssociationsRequest) {
1376
1376
  return __awaiter(this, void 0, void 0, function* () {
@@ -1440,7 +1440,7 @@ class ServiceCatalogClient {
1440
1440
  * @param ListServiceCatalogsRequest
1441
1441
  * @return ListServiceCatalogsResponse
1442
1442
  * @throws OciError when an error occurs
1443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
1443
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogs API.
1444
1444
  */
1445
1445
  listServiceCatalogs(listServiceCatalogsRequest) {
1446
1446
  return __awaiter(this, void 0, void 0, function* () {
@@ -1510,7 +1510,7 @@ class ServiceCatalogClient {
1510
1510
  * @param ListWorkRequestErrorsRequest
1511
1511
  * @return ListWorkRequestErrorsResponse
1512
1512
  * @throws OciError when an error occurs
1513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1514
1514
  */
1515
1515
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1516
1516
  return __awaiter(this, void 0, void 0, function* () {
@@ -1579,7 +1579,7 @@ class ServiceCatalogClient {
1579
1579
  * @param ListWorkRequestLogsRequest
1580
1580
  * @return ListWorkRequestLogsResponse
1581
1581
  * @throws OciError when an error occurs
1582
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1582
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1583
1583
  */
1584
1584
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1585
1585
  return __awaiter(this, void 0, void 0, function* () {
@@ -1648,7 +1648,7 @@ class ServiceCatalogClient {
1648
1648
  * @param ListWorkRequestsRequest
1649
1649
  * @return ListWorkRequestsResponse
1650
1650
  * @throws OciError when an error occurs
1651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1651
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1652
1652
  */
1653
1653
  listWorkRequests(listWorkRequestsRequest) {
1654
1654
  return __awaiter(this, void 0, void 0, function* () {
@@ -1718,7 +1718,7 @@ class ServiceCatalogClient {
1718
1718
  * @param UpdatePrivateApplicationRequest
1719
1719
  * @return UpdatePrivateApplicationResponse
1720
1720
  * @throws OciError when an error occurs
1721
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
1721
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplication API.
1722
1722
  */
1723
1723
  updatePrivateApplication(updatePrivateApplicationRequest) {
1724
1724
  return __awaiter(this, void 0, void 0, function* () {
@@ -1788,7 +1788,7 @@ class ServiceCatalogClient {
1788
1788
  * @param UpdateServiceCatalogRequest
1789
1789
  * @return UpdateServiceCatalogResponse
1790
1790
  * @throws OciError when an error occurs
1791
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
1791
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalog API.
1792
1792
  */
1793
1793
  updateServiceCatalog(updateServiceCatalogRequest) {
1794
1794
  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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4/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.71.0/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.70.4",
3
+ "version": "2.71.0",
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.70.4",
19
- "oci-workrequests": "2.70.4"
18
+ "oci-common": "2.71.0",
19
+ "oci-workrequests": "2.71.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"