oci-servicecatalog 2.76.1 → 2.77.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/lib/client.d.ts +33 -27
  2. package/lib/client.js +35 -26
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-private-application-details.d.ts +2 -2
  5. package/lib/model/create-service-catalog-details.d.ts +2 -2
  6. package/lib/model/private-application-package-summary.d.ts +1 -1
  7. package/lib/model/private-application-package.d.ts +1 -1
  8. package/lib/model/private-application-summary.d.ts +1 -1
  9. package/lib/model/private-application.d.ts +4 -4
  10. package/lib/model/service-catalog-summary.d.ts +1 -1
  11. package/lib/model/service-catalog.d.ts +4 -4
  12. package/lib/model/update-private-application-details.d.ts +2 -2
  13. package/lib/model/update-service-catalog-details.d.ts +2 -2
  14. package/lib/request/bulk-replace-service-catalog-associations-request.d.ts +2 -2
  15. package/lib/request/change-private-application-compartment-request.d.ts +2 -2
  16. package/lib/request/change-service-catalog-compartment-request.d.ts +2 -2
  17. package/lib/request/create-private-application-request.d.ts +1 -1
  18. package/lib/request/create-service-catalog-association-request.d.ts +1 -1
  19. package/lib/request/create-service-catalog-request.d.ts +1 -1
  20. package/lib/request/delete-private-application-request.d.ts +2 -2
  21. package/lib/request/delete-service-catalog-association-request.d.ts +2 -2
  22. package/lib/request/delete-service-catalog-request.d.ts +2 -2
  23. package/lib/request/get-private-application-action-download-logo-request.d.ts +1 -1
  24. package/lib/request/get-private-application-package-action-download-config-request.d.ts +1 -1
  25. package/lib/request/get-private-application-package-request.d.ts +1 -1
  26. package/lib/request/get-private-application-request.d.ts +1 -1
  27. package/lib/request/get-service-catalog-association-request.d.ts +1 -1
  28. package/lib/request/get-service-catalog-request.d.ts +1 -1
  29. package/lib/request/get-work-request-request.d.ts +1 -1
  30. package/lib/request/list-applications-request.d.ts +4 -4
  31. package/lib/request/list-private-application-packages-request.d.ts +4 -4
  32. package/lib/request/list-private-applications-request.d.ts +4 -4
  33. package/lib/request/list-service-catalog-associations-request.d.ts +4 -4
  34. package/lib/request/list-service-catalogs-request.d.ts +4 -4
  35. package/lib/request/list-work-request-errors-request.d.ts +3 -3
  36. package/lib/request/list-work-request-logs-request.d.ts +3 -3
  37. package/lib/request/list-work-requests-request.d.ts +3 -3
  38. package/lib/request/update-private-application-request.d.ts +2 -2
  39. package/lib/request/update-service-catalog-request.d.ts +2 -2
  40. package/lib/response/create-private-application-response.d.ts +1 -1
  41. package/lib/response/create-service-catalog-association-response.d.ts +1 -1
  42. package/lib/response/create-service-catalog-response.d.ts +1 -1
  43. package/lib/response/get-private-application-package-response.d.ts +1 -1
  44. package/lib/response/get-private-application-response.d.ts +1 -1
  45. package/lib/response/get-service-catalog-association-response.d.ts +1 -1
  46. package/lib/response/get-service-catalog-response.d.ts +1 -1
  47. package/lib/response/get-work-request-response.d.ts +1 -1
  48. package/lib/response/list-applications-response.d.ts +1 -1
  49. package/lib/response/list-private-application-packages-response.d.ts +1 -1
  50. package/lib/response/list-private-applications-response.d.ts +1 -1
  51. package/lib/response/list-service-catalog-associations-response.d.ts +1 -1
  52. package/lib/response/list-service-catalogs-response.d.ts +1 -1
  53. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  54. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  55. package/lib/response/list-work-requests-response.d.ts +1 -1
  56. package/lib/response/update-private-application-response.d.ts +1 -1
  57. package/lib/response/update-service-catalog-response.d.ts +1 -1
  58. package/package.json +3 -3
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.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.76.1/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.77.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.76.1/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.77.1/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
17
17
  */
18
18
  export interface ListApplicationsRequest extends common.BaseRequest {
19
19
  /**
@@ -40,7 +40,7 @@ export interface ListApplicationsRequest extends common.BaseRequest {
40
40
  */
41
41
  "limit"?: number;
42
42
  /**
43
- * The value of the `opc-next-page` response header from the previous \"List\" call.
43
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
44
44
  */
45
45
  "page"?: string;
46
46
  /**
@@ -68,12 +68,12 @@ export interface ListApplicationsRequest extends common.BaseRequest {
68
68
  */
69
69
  "pricing"?: Array<model.PricingTypeEnum>;
70
70
  /**
71
- * Indicates whether to show only featured resources. If this is set to `false` or is omitted, then all resources will be returned.
71
+ * Indicates whether to show only featured resources. If this is set to {@code false} or is omitted, then all resources will be returned.
72
72
  *
73
73
  */
74
74
  "isFeatured"?: boolean;
75
75
  /**
76
- * The sort order to apply, either `ASC` or `DESC`. Default is `ASC`.
76
+ * The sort order to apply, either {@code ASC} or {@code DESC}. Default is {@code ASC}.
77
77
  */
78
78
  "sortOrder"?: ListApplicationsRequest.SortOrder;
79
79
  }
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.1/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackagesRequest.
17
17
  */
18
18
  export interface ListPrivateApplicationPackagesRequest extends common.BaseRequest {
19
19
  /**
@@ -36,7 +36,7 @@ export interface ListPrivateApplicationPackagesRequest extends common.BaseReques
36
36
  */
37
37
  "limit"?: number;
38
38
  /**
39
- * The value of the `opc-next-page` response header from the previous \"List\" call.
39
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
40
40
  */
41
41
  "page"?: string;
42
42
  /**
@@ -47,13 +47,13 @@ export interface ListPrivateApplicationPackagesRequest extends common.BaseReques
47
47
  "opcRequestId"?: string;
48
48
  /**
49
49
  * The field to use to sort listed results. You can only specify one field to sort by.
50
- * `TIMECREATED` displays results in descending order by default. You can change your
50
+ * {@code TIMECREATED} displays results in descending order by default. You can change your
51
51
  * preference by specifying a different sort order.
52
52
  *
53
53
  */
54
54
  "sortBy"?: ListPrivateApplicationPackagesRequest.SortBy;
55
55
  /**
56
- * The sort order to apply, either `ASC` or `DESC`. Default is `ASC`.
56
+ * The sort order to apply, either {@code ASC} or {@code DESC}. Default is {@code ASC}.
57
57
  */
58
58
  "sortOrder"?: ListPrivateApplicationPackagesRequest.SortOrder;
59
59
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.1/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplicationsRequest.
16
16
  */
17
17
  export interface ListPrivateApplicationsRequest extends common.BaseRequest {
18
18
  /**
@@ -35,17 +35,17 @@ export interface ListPrivateApplicationsRequest extends common.BaseRequest {
35
35
  */
36
36
  "limit"?: number;
37
37
  /**
38
- * The value of the `opc-next-page` response header from the previous \"List\" call.
38
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
39
39
  */
40
40
  "page"?: string;
41
41
  /**
42
42
  * The field to use to sort listed results. You can only specify one field to sort by.
43
- * Default is `TIMECREATED`.
43
+ * Default is {@code TIMECREATED}.
44
44
  *
45
45
  */
46
46
  "sortBy"?: ListPrivateApplicationsRequest.SortBy;
47
47
  /**
48
- * The sort order to apply, either `ASC` or `DESC`. Default is `ASC`.
48
+ * The sort order to apply, either {@code ASC} or {@code DESC}. Default is {@code ASC}.
49
49
  */
50
50
  "sortOrder"?: ListPrivateApplicationsRequest.SortOrder;
51
51
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.1/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociationsRequest.
16
16
  */
17
17
  export interface ListServiceCatalogAssociationsRequest extends common.BaseRequest {
18
18
  /**
@@ -37,15 +37,15 @@ export interface ListServiceCatalogAssociationsRequest extends common.BaseReques
37
37
  */
38
38
  "limit"?: number;
39
39
  /**
40
- * The value of the `opc-next-page` response header from the previous \"List\" call.
40
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
41
41
  */
42
42
  "page"?: string;
43
43
  /**
44
- * The sort order to apply, either `ASC` or `DESC`. Default is `ASC`.
44
+ * The sort order to apply, either {@code ASC} or {@code DESC}. Default is {@code ASC}.
45
45
  */
46
46
  "sortOrder"?: ListServiceCatalogAssociationsRequest.SortOrder;
47
47
  /**
48
- * Default is `TIMECREATED`
48
+ * Default is {@code TIMECREATED}
49
49
  */
50
50
  "sortBy"?: ListServiceCatalogAssociationsRequest.SortBy;
51
51
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.1/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogsRequest.
16
16
  */
17
17
  export interface ListServiceCatalogsRequest extends common.BaseRequest {
18
18
  /**
@@ -35,15 +35,15 @@ export interface ListServiceCatalogsRequest extends common.BaseRequest {
35
35
  */
36
36
  "limit"?: number;
37
37
  /**
38
- * The value of the `opc-next-page` response header from the previous \"List\" call.
38
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
39
39
  */
40
40
  "page"?: string;
41
41
  /**
42
- * Default is `TIMECREATED`
42
+ * Default is {@code TIMECREATED}
43
43
  */
44
44
  "sortBy"?: ListServiceCatalogsRequest.SortBy;
45
45
  /**
46
- * The sort order to apply, either `ASC` or `DESC`. Default is `ASC`.
46
+ * The sort order to apply, either {@code ASC} or {@code DESC}. Default is {@code ASC}.
47
47
  */
48
48
  "sortOrder"?: ListServiceCatalogsRequest.SortOrder;
49
49
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.1/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -26,7 +26,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
26
26
  */
27
27
  "opcRequestId"?: string;
28
28
  /**
29
- * The value of the `opc-next-page` response header from the previous \"List\" call.
29
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
30
30
  */
31
31
  "page"?: string;
32
32
  /**
@@ -40,7 +40,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
40
40
  */
41
41
  "sortBy"?: ListWorkRequestErrorsRequest.SortBy;
42
42
  /**
43
- * The sort order to apply, either `ASC` or `DESC`. Default is `ASC`.
43
+ * The sort order to apply, either {@code ASC} or {@code DESC}. Default is {@code ASC}.
44
44
  */
45
45
  "sortOrder"?: ListWorkRequestErrorsRequest.SortOrder;
46
46
  }
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.1/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -26,7 +26,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
26
26
  */
27
27
  "opcRequestId"?: string;
28
28
  /**
29
- * The value of the `opc-next-page` response header from the previous \"List\" call.
29
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
30
30
  */
31
31
  "page"?: string;
32
32
  /**
@@ -40,7 +40,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
40
40
  */
41
41
  "sortBy"?: ListWorkRequestLogsRequest.SortBy;
42
42
  /**
43
- * The sort order to apply, either `ASC` or `DESC`. Default is `ASC`.
43
+ * The sort order to apply, either {@code ASC} or {@code DESC}. Default is {@code ASC}.
44
44
  */
45
45
  "sortOrder"?: ListWorkRequestLogsRequest.SortOrder;
46
46
  }
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.1/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -39,7 +39,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
39
39
  */
40
40
  "opcRequestId"?: string;
41
41
  /**
42
- * The value of the `opc-next-page` response header from the previous \"List\" call.
42
+ * The value of the {@code opc-next-page} response header from the previous \"List\" call.
43
43
  */
44
44
  "page"?: string;
45
45
  /**
@@ -48,7 +48,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
48
48
  */
49
49
  "limit"?: number;
50
50
  /**
51
- * The sort order to apply, either `ASC` or `DESC`. Default is `ASC`.
51
+ * The sort order to apply, either {@code ASC} or {@code DESC}. Default is {@code ASC}.
52
52
  */
53
53
  "sortOrder"?: ListWorkRequestsRequest.SortOrder;
54
54
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.1/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplicationRequest.
17
17
  */
18
18
  export interface UpdatePrivateApplicationRequest extends common.BaseRequest {
19
19
  /**
@@ -31,7 +31,7 @@ export interface UpdatePrivateApplicationRequest extends common.BaseRequest {
31
31
  */
32
32
  "opcRequestId"?: string;
33
33
  /**
34
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to
34
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to
35
35
  * the value of the etag from a previous GET or POST response for that resource. The resource will be updated or
36
36
  * deleted only if the etag you provide matches the resource's current etag value.
37
37
  *
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/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.77.1/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalogRequest.
17
17
  */
18
18
  export interface UpdateServiceCatalogRequest extends common.BaseRequest {
19
19
  /**
@@ -31,7 +31,7 @@ export interface UpdateServiceCatalogRequest extends common.BaseRequest {
31
31
  */
32
32
  "opcRequestId"?: string;
33
33
  /**
34
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to
34
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to
35
35
  * the value of the etag from a previous GET or POST response for that resource. The resource will be updated or
36
36
  * deleted only if the etag you provide matches the resource's current etag value.
37
37
  *
@@ -24,7 +24,7 @@ export interface CreatePrivateApplicationResponse {
24
24
  */
25
25
  "opcWorkRequestId": string;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
@@ -19,7 +19,7 @@ export interface CreateServiceCatalogAssociationResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface CreateServiceCatalogResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetPrivateApplicationPackageResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetPrivateApplicationResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetServiceCatalogAssociationResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetServiceCatalogResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetWorkRequestResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -20,7 +20,7 @@ export interface ListApplicationsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListPrivateApplicationPackagesResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListPrivateApplicationsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListServiceCatalogAssociationsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListServiceCatalogsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestErrorsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestLogsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -24,7 +24,7 @@ export interface UpdatePrivateApplicationResponse {
24
24
  */
25
25
  "opcWorkRequestId": string;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
@@ -19,7 +19,7 @@ export interface UpdateServiceCatalogResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-servicecatalog",
3
- "version": "2.76.1",
3
+ "version": "2.77.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.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.1",
19
+ "oci-workrequests": "2.77.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"