oci-functions 2.54.0 → 2.55.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 +66 -12
- package/lib/client.js +356 -12
- package/lib/client.js.map +1 -1
- package/lib/functionsmanagement-waiter.d.ts +16 -0
- package/lib/functionsmanagement-waiter.js +24 -0
- package/lib/functionsmanagement-waiter.js.map +1 -1
- package/lib/model/config-details.d.ts +34 -0
- package/lib/model/config-details.js +30 -0
- package/lib/model/config-details.js.map +1 -0
- package/lib/model/create-function-details.d.ts +2 -1
- package/lib/model/create-function-details.js +6 -0
- package/lib/model/create-function-details.js.map +1 -1
- package/lib/model/function-source-details.d.ts +24 -0
- package/lib/model/function-source-details.js +69 -0
- package/lib/model/function-source-details.js.map +1 -0
- package/lib/model/function-summary.d.ts +2 -15
- package/lib/model/function-summary.js +6 -15
- package/lib/model/function-summary.js.map +1 -1
- package/lib/model/function.d.ts +1 -0
- package/lib/model/function.js +6 -0
- package/lib/model/function.js.map +1 -1
- package/lib/model/index.d.ts +30 -0
- package/lib/model/index.js +31 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/pbf-listing-summary.d.ts +82 -0
- package/lib/model/pbf-listing-summary.js +68 -0
- package/lib/model/pbf-listing-summary.js.map +1 -0
- package/lib/model/pbf-listing-version-summary.d.ts +89 -0
- package/lib/model/pbf-listing-version-summary.js +78 -0
- package/lib/model/pbf-listing-version-summary.js.map +1 -0
- package/lib/model/pbf-listing-version.d.ts +101 -0
- package/lib/model/pbf-listing-version.js +89 -0
- package/lib/model/pbf-listing-version.js.map +1 -0
- package/lib/model/pbf-listing-versions-collection.d.ts +29 -0
- package/lib/model/pbf-listing-versions-collection.js +62 -0
- package/lib/model/pbf-listing-versions-collection.js.map +1 -0
- package/lib/model/pbf-listing.d.ts +95 -0
- package/lib/model/pbf-listing.js +79 -0
- package/lib/model/pbf-listing.js.map +1 -0
- package/lib/model/pbf-listings-collection.d.ts +27 -0
- package/lib/model/pbf-listings-collection.js +62 -0
- package/lib/model/pbf-listings-collection.js.map +1 -0
- package/lib/model/policy-details.d.ts +30 -0
- package/lib/model/policy-details.js +30 -0
- package/lib/model/policy-details.js.map +1 -0
- package/lib/model/pre-built-function-source-details.d.ts +32 -0
- package/lib/model/pre-built-function-source-details.js +55 -0
- package/lib/model/pre-built-function-source-details.js.map +1 -0
- package/lib/model/publisher-details.d.ts +26 -0
- package/lib/model/publisher-details.js +30 -0
- package/lib/model/publisher-details.js.map +1 -0
- package/lib/model/requirement-details.d.ts +35 -0
- package/lib/model/requirement-details.js +62 -0
- package/lib/model/requirement-details.js.map +1 -0
- package/lib/model/trigger-summary.d.ts +26 -0
- package/lib/model/trigger-summary.js +30 -0
- package/lib/model/trigger-summary.js.map +1 -0
- package/lib/model/trigger.d.ts +26 -0
- package/lib/model/trigger.js +30 -0
- package/lib/model/trigger.js.map +1 -0
- package/lib/model/triggers-collection.d.ts +27 -0
- package/lib/model/triggers-collection.js +62 -0
- package/lib/model/triggers-collection.js.map +1 -0
- package/lib/request/change-application-compartment-request.d.ts +1 -1
- package/lib/request/create-application-request.d.ts +1 -1
- package/lib/request/create-function-request.d.ts +1 -1
- package/lib/request/delete-application-request.d.ts +1 -1
- package/lib/request/delete-function-request.d.ts +1 -1
- package/lib/request/get-application-request.d.ts +1 -1
- package/lib/request/get-function-request.d.ts +1 -1
- package/lib/request/get-pbf-listing-request.d.ts +28 -0
- package/lib/request/get-pbf-listing-request.js +15 -0
- package/lib/request/get-pbf-listing-request.js.map +1 -0
- package/lib/request/get-pbf-listing-version-request.d.ts +28 -0
- package/lib/request/get-pbf-listing-version-request.js +15 -0
- package/lib/request/get-pbf-listing-version-request.js.map +1 -0
- package/lib/request/index.d.ts +10 -0
- package/lib/request/index.js +7 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/invoke-function-request.d.ts +1 -1
- package/lib/request/list-applications-request.d.ts +1 -1
- package/lib/request/list-functions-request.d.ts +1 -1
- package/lib/request/list-pbf-listing-versions-request.d.ts +83 -0
- package/lib/request/list-pbf-listing-versions-request.js +29 -0
- package/lib/request/list-pbf-listing-versions-request.js.map +1 -0
- package/lib/request/list-pbf-listings-request.d.ts +83 -0
- package/lib/request/list-pbf-listings-request.js +29 -0
- package/lib/request/list-pbf-listings-request.js.map +1 -0
- package/lib/request/list-triggers-request.d.ts +54 -0
- package/lib/request/list-triggers-request.js +24 -0
- package/lib/request/list-triggers-request.js.map +1 -0
- package/lib/request/update-application-request.d.ts +1 -1
- package/lib/request/update-function-request.d.ts +1 -1
- package/lib/response/get-pbf-listing-response.d.ts +30 -0
- package/lib/response/get-pbf-listing-response.js +15 -0
- package/lib/response/get-pbf-listing-response.js.map +1 -0
- package/lib/response/get-pbf-listing-version-response.d.ts +30 -0
- package/lib/response/get-pbf-listing-version-response.js +15 -0
- package/lib/response/get-pbf-listing-version-response.js.map +1 -0
- package/lib/response/index.d.ts +10 -0
- package/lib/response/list-pbf-listing-versions-response.d.ts +32 -0
- package/lib/response/list-pbf-listing-versions-response.js +15 -0
- package/lib/response/list-pbf-listing-versions-response.js.map +1 -0
- package/lib/response/list-pbf-listings-response.d.ts +32 -0
- package/lib/response/list-pbf-listings-response.js +15 -0
- package/lib/response/list-pbf-listings-response.js.map +1 -0
- package/lib/response/list-triggers-response.d.ts +32 -0
- package/lib/response/list-triggers-response.js +15 -0
- package/lib/response/list-triggers-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20181201
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListingsRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListPbfListingsRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* unique PbfListing identifier
|
|
20
|
+
*/
|
|
21
|
+
"pbfListingId"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* A filter to return only resources that match the entire PBF name given.
|
|
24
|
+
*/
|
|
25
|
+
"name"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* A filter to return only resources that contain the supplied filter text in the PBF name given.
|
|
28
|
+
*/
|
|
29
|
+
"nameContains"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* A filter to return only resources that start with the supplied filter text in the PBF name given.
|
|
32
|
+
*/
|
|
33
|
+
"nameStartsWith"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* A filter to return only resources that match the service trigger sources of a PBF.
|
|
36
|
+
*/
|
|
37
|
+
"trigger"?: Array<string>;
|
|
38
|
+
/**
|
|
39
|
+
* A filter to return only resources their lifecycleState matches the given lifecycleState.
|
|
40
|
+
*/
|
|
41
|
+
"lifecycleState"?: string;
|
|
42
|
+
/**
|
|
43
|
+
* The maximum number of items to return. 1 is the minimum, 50 is the maximum.
|
|
44
|
+
* <p>
|
|
45
|
+
Default: 10
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"limit"?: number;
|
|
49
|
+
/**
|
|
50
|
+
* The pagination token for a list query returned by a previous operation
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"page"?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Specifies sort order.
|
|
56
|
+
* <p>
|
|
57
|
+
* **ASC:** Ascending sort order.
|
|
58
|
+
* * **DESC:** Descending sort order.
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
"sortOrder"?: ListPbfListingsRequest.SortOrder;
|
|
62
|
+
/**
|
|
63
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for name is ascending.
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
"sortBy"?: ListPbfListingsRequest.SortBy;
|
|
67
|
+
/**
|
|
68
|
+
* The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
69
|
+
* particular request, please provide the request ID.
|
|
70
|
+
*
|
|
71
|
+
*/
|
|
72
|
+
"opcRequestId"?: string;
|
|
73
|
+
}
|
|
74
|
+
export declare namespace ListPbfListingsRequest {
|
|
75
|
+
enum SortOrder {
|
|
76
|
+
Asc = "ASC",
|
|
77
|
+
Desc = "DESC"
|
|
78
|
+
}
|
|
79
|
+
enum SortBy {
|
|
80
|
+
TimeCreated = "timeCreated",
|
|
81
|
+
Name = "name"
|
|
82
|
+
}
|
|
83
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20181201
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListPbfListingsRequest = void 0;
|
|
16
|
+
var ListPbfListingsRequest;
|
|
17
|
+
(function (ListPbfListingsRequest) {
|
|
18
|
+
let SortOrder;
|
|
19
|
+
(function (SortOrder) {
|
|
20
|
+
SortOrder["Asc"] = "ASC";
|
|
21
|
+
SortOrder["Desc"] = "DESC";
|
|
22
|
+
})(SortOrder = ListPbfListingsRequest.SortOrder || (ListPbfListingsRequest.SortOrder = {}));
|
|
23
|
+
let SortBy;
|
|
24
|
+
(function (SortBy) {
|
|
25
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
26
|
+
SortBy["Name"] = "name";
|
|
27
|
+
})(SortBy = ListPbfListingsRequest.SortBy || (ListPbfListingsRequest.SortBy = {}));
|
|
28
|
+
})(ListPbfListingsRequest = exports.ListPbfListingsRequest || (exports.ListPbfListingsRequest = {}));
|
|
29
|
+
//# sourceMappingURL=list-pbf-listings-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-pbf-listings-request.js","sourceRoot":"","sources":["../../../../../lib/functions/lib/request/list-pbf-listings-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkEH,IAAiB,sBAAsB,CAUtC;AAVD,WAAiB,sBAAsB;IACrC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,gCAAS,KAAT,gCAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,uBAAa,CAAA;IACf,CAAC,EAHW,MAAM,GAAN,6BAAM,KAAN,6BAAM,QAGjB;AACH,CAAC,EAVgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAUtC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20181201
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListTriggers.ts.html |here} to see how to use ListTriggersRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListTriggersRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* A filter to return only resources that match the service trigger source of a PBF.
|
|
20
|
+
*/
|
|
21
|
+
"name"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The maximum number of items to return. 1 is the minimum, 50 is the maximum.
|
|
24
|
+
* <p>
|
|
25
|
+
Default: 10
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"limit"?: number;
|
|
29
|
+
/**
|
|
30
|
+
* The pagination token for a list query returned by a previous operation
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"page"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Specifies sort order.
|
|
36
|
+
* <p>
|
|
37
|
+
* **ASC:** Ascending sort order.
|
|
38
|
+
* * **DESC:** Descending sort order.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"sortOrder"?: ListTriggersRequest.SortOrder;
|
|
42
|
+
/**
|
|
43
|
+
* The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
44
|
+
* particular request, please provide the request ID.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"opcRequestId"?: string;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace ListTriggersRequest {
|
|
50
|
+
enum SortOrder {
|
|
51
|
+
Asc = "ASC",
|
|
52
|
+
Desc = "DESC"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20181201
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListTriggersRequest = void 0;
|
|
16
|
+
var ListTriggersRequest;
|
|
17
|
+
(function (ListTriggersRequest) {
|
|
18
|
+
let SortOrder;
|
|
19
|
+
(function (SortOrder) {
|
|
20
|
+
SortOrder["Asc"] = "ASC";
|
|
21
|
+
SortOrder["Desc"] = "DESC";
|
|
22
|
+
})(SortOrder = ListTriggersRequest.SortOrder || (ListTriggersRequest.SortOrder = {}));
|
|
23
|
+
})(ListTriggersRequest = exports.ListTriggersRequest || (exports.ListTriggersRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-triggers-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-triggers-request.js","sourceRoot":"","sources":["../../../../../lib/functions/lib/request/list-triggers-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyCH,IAAiB,mBAAmB,CAKnC;AALD,WAAiB,mBAAmB;IAClC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,6BAAS,KAAT,6BAAS,QAGpB;AACH,CAAC,EALgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAKnC"}
|
|
@@ -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.55.1/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateApplicationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunctionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateFunctionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20181201
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface GetPbfListingResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.PbfListing instance.
|
|
28
|
+
*/
|
|
29
|
+
"pbfListing": model.PbfListing;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20181201
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-pbf-listing-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-pbf-listing-response.js","sourceRoot":"","sources":["../../../../../lib/functions/lib/response/get-pbf-listing-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20181201
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface GetPbfListingVersionResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.PbfListingVersion instance.
|
|
28
|
+
*/
|
|
29
|
+
"pbfListingVersion": model.PbfListingVersion;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20181201
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-pbf-listing-version-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-pbf-listing-version-response.js","sourceRoot":"","sources":["../../../../../lib/functions/lib/response/get-pbf-listing-version-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -27,10 +27,20 @@ import * as GetApplicationResponse from "./get-application-response";
|
|
|
27
27
|
export import GetApplicationResponse = GetApplicationResponse.GetApplicationResponse;
|
|
28
28
|
import * as GetFunctionResponse from "./get-function-response";
|
|
29
29
|
export import GetFunctionResponse = GetFunctionResponse.GetFunctionResponse;
|
|
30
|
+
import * as GetPbfListingResponse from "./get-pbf-listing-response";
|
|
31
|
+
export import GetPbfListingResponse = GetPbfListingResponse.GetPbfListingResponse;
|
|
32
|
+
import * as GetPbfListingVersionResponse from "./get-pbf-listing-version-response";
|
|
33
|
+
export import GetPbfListingVersionResponse = GetPbfListingVersionResponse.GetPbfListingVersionResponse;
|
|
30
34
|
import * as ListApplicationsResponse from "./list-applications-response";
|
|
31
35
|
export import ListApplicationsResponse = ListApplicationsResponse.ListApplicationsResponse;
|
|
32
36
|
import * as ListFunctionsResponse from "./list-functions-response";
|
|
33
37
|
export import ListFunctionsResponse = ListFunctionsResponse.ListFunctionsResponse;
|
|
38
|
+
import * as ListPbfListingVersionsResponse from "./list-pbf-listing-versions-response";
|
|
39
|
+
export import ListPbfListingVersionsResponse = ListPbfListingVersionsResponse.ListPbfListingVersionsResponse;
|
|
40
|
+
import * as ListPbfListingsResponse from "./list-pbf-listings-response";
|
|
41
|
+
export import ListPbfListingsResponse = ListPbfListingsResponse.ListPbfListingsResponse;
|
|
42
|
+
import * as ListTriggersResponse from "./list-triggers-response";
|
|
43
|
+
export import ListTriggersResponse = ListTriggersResponse.ListTriggersResponse;
|
|
34
44
|
import * as UpdateApplicationResponse from "./update-application-response";
|
|
35
45
|
export import UpdateApplicationResponse = UpdateApplicationResponse.UpdateApplicationResponse;
|
|
36
46
|
import * as UpdateFunctionResponse from "./update-function-response";
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20181201
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListPbfListingVersionsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
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
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.PbfListingVersionsCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"pbfListingVersionsCollection": model.PbfListingVersionsCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20181201
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-pbf-listing-versions-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-pbf-listing-versions-response.js","sourceRoot":"","sources":["../../../../../lib/functions/lib/response/list-pbf-listing-versions-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20181201
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListPbfListingsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
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
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.PbfListingsCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"pbfListingsCollection": model.PbfListingsCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20181201
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-pbf-listings-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-pbf-listings-response.js","sourceRoot":"","sources":["../../../../../lib/functions/lib/response/list-pbf-listings-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20181201
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListTriggersResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
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
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.TriggersCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"triggersCollection": model.TriggersCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20181201
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-triggers-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-triggers-response.js","sourceRoot":"","sources":["../../../../../lib/functions/lib/response/list-triggers-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-functions",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.55.1",
|
|
4
4
|
"description": "OCI NodeJS client for Functions",
|
|
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.55.1",
|
|
19
|
+
"oci-workrequests": "2.55.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|