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.
- package/lib/client.d.ts +33 -27
- package/lib/client.js +35 -26
- package/lib/client.js.map +1 -1
- package/lib/model/create-private-application-details.d.ts +2 -2
- package/lib/model/create-service-catalog-details.d.ts +2 -2
- package/lib/model/private-application-package-summary.d.ts +1 -1
- package/lib/model/private-application-package.d.ts +1 -1
- package/lib/model/private-application-summary.d.ts +1 -1
- package/lib/model/private-application.d.ts +4 -4
- package/lib/model/service-catalog-summary.d.ts +1 -1
- package/lib/model/service-catalog.d.ts +4 -4
- package/lib/model/update-private-application-details.d.ts +2 -2
- package/lib/model/update-service-catalog-details.d.ts +2 -2
- package/lib/request/bulk-replace-service-catalog-associations-request.d.ts +2 -2
- package/lib/request/change-private-application-compartment-request.d.ts +2 -2
- package/lib/request/change-service-catalog-compartment-request.d.ts +2 -2
- package/lib/request/create-private-application-request.d.ts +1 -1
- package/lib/request/create-service-catalog-association-request.d.ts +1 -1
- package/lib/request/create-service-catalog-request.d.ts +1 -1
- package/lib/request/delete-private-application-request.d.ts +2 -2
- package/lib/request/delete-service-catalog-association-request.d.ts +2 -2
- package/lib/request/delete-service-catalog-request.d.ts +2 -2
- package/lib/request/get-private-application-action-download-logo-request.d.ts +1 -1
- package/lib/request/get-private-application-package-action-download-config-request.d.ts +1 -1
- package/lib/request/get-private-application-package-request.d.ts +1 -1
- package/lib/request/get-private-application-request.d.ts +1 -1
- package/lib/request/get-service-catalog-association-request.d.ts +1 -1
- package/lib/request/get-service-catalog-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-applications-request.d.ts +4 -4
- package/lib/request/list-private-application-packages-request.d.ts +4 -4
- package/lib/request/list-private-applications-request.d.ts +4 -4
- package/lib/request/list-service-catalog-associations-request.d.ts +4 -4
- package/lib/request/list-service-catalogs-request.d.ts +4 -4
- package/lib/request/list-work-request-errors-request.d.ts +3 -3
- package/lib/request/list-work-request-logs-request.d.ts +3 -3
- package/lib/request/list-work-requests-request.d.ts +3 -3
- package/lib/request/update-private-application-request.d.ts +2 -2
- package/lib/request/update-service-catalog-request.d.ts +2 -2
- package/lib/response/create-private-application-response.d.ts +1 -1
- package/lib/response/create-service-catalog-association-response.d.ts +1 -1
- package/lib/response/create-service-catalog-response.d.ts +1 -1
- package/lib/response/get-private-application-package-response.d.ts +1 -1
- package/lib/response/get-private-application-response.d.ts +1 -1
- package/lib/response/get-service-catalog-association-response.d.ts +1 -1
- package/lib/response/get-service-catalog-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/list-applications-response.d.ts +1 -1
- package/lib/response/list-private-application-packages-response.d.ts +1 -1
- package/lib/response/list-private-applications-response.d.ts +1 -1
- package/lib/response/list-service-catalog-associations-response.d.ts +1 -1
- package/lib/response/list-service-catalogs-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/update-private-application-response.d.ts +1 -1
- package/lib/response/update-service-catalog-response.d.ts +1 -1
- 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.
|
|
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.
|
|
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.
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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.
|
|
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
|
|
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
|
|
43
|
+
* Default is {@code TIMECREATED}.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
"sortBy"?: ListPrivateApplicationsRequest.SortBy;
|
|
47
47
|
/**
|
|
48
|
-
* The sort order to apply, either
|
|
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.
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
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
|
|
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
|
|
42
|
+
* Default is {@code TIMECREATED}
|
|
43
43
|
*/
|
|
44
44
|
"sortBy"?: ListServiceCatalogsRequest.SortBy;
|
|
45
45
|
/**
|
|
46
|
-
* The sort order to apply, either
|
|
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.
|
|
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
|
|
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
|
|
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.
|
|
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
|
|
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
|
|
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.
|
|
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
|
|
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
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
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
|
*
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-servicecatalog",
|
|
3
|
-
"version": "2.
|
|
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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.1",
|
|
19
|
+
"oci-workrequests": "2.77.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|