oci-functions 2.76.0 → 2.77.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.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +18 -18
- package/lib/client.js +18 -18
- package/lib/functionsmanagement-waiter.d.ts +1 -1
- package/lib/functionsmanagement-waiter.js +1 -1
- package/lib/model/application-summary.d.ts +9 -9
- package/lib/model/application-summary.js +1 -1
- package/lib/model/application-trace-config.d.ts +1 -1
- package/lib/model/application-trace-config.js +1 -1
- package/lib/model/application.d.ts +11 -11
- package/lib/model/application.js +1 -1
- package/lib/model/change-application-compartment-details.d.ts +1 -1
- package/lib/model/change-application-compartment-details.js +1 -1
- package/lib/model/config-details.d.ts +1 -1
- package/lib/model/config-details.js +1 -1
- package/lib/model/constant-provisioned-concurrency-config.d.ts +1 -1
- package/lib/model/constant-provisioned-concurrency-config.js +1 -1
- package/lib/model/create-application-details.d.ts +9 -9
- package/lib/model/create-application-details.js +1 -1
- package/lib/model/create-function-details.d.ts +6 -6
- package/lib/model/create-function-details.js +1 -1
- package/lib/model/function-provisioned-concurrency-config.d.ts +1 -1
- package/lib/model/function-provisioned-concurrency-config.js +1 -1
- package/lib/model/function-source-details.d.ts +1 -1
- package/lib/model/function-source-details.js +1 -1
- package/lib/model/function-summary.d.ts +8 -8
- package/lib/model/function-summary.js +1 -1
- package/lib/model/function-trace-config.d.ts +1 -1
- package/lib/model/function-trace-config.js +1 -1
- package/lib/model/function.d.ts +9 -9
- package/lib/model/function.js +1 -1
- package/lib/model/image-policy-config.d.ts +1 -1
- package/lib/model/image-policy-config.js +1 -1
- package/lib/model/index.d.ts +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/key-details.d.ts +1 -1
- package/lib/model/key-details.js +1 -1
- package/lib/model/none-provisioned-concurrency-config.d.ts +1 -1
- package/lib/model/none-provisioned-concurrency-config.js +1 -1
- package/lib/model/pbf-listing-summary.d.ts +4 -4
- package/lib/model/pbf-listing-summary.js +1 -1
- package/lib/model/pbf-listing-version-summary.d.ts +4 -4
- package/lib/model/pbf-listing-version-summary.js +1 -1
- package/lib/model/pbf-listing-version.d.ts +4 -4
- package/lib/model/pbf-listing-version.js +1 -1
- package/lib/model/pbf-listing-versions-collection.d.ts +1 -1
- package/lib/model/pbf-listing-versions-collection.js +1 -1
- package/lib/model/pbf-listing.d.ts +4 -4
- package/lib/model/pbf-listing.js +1 -1
- package/lib/model/pbf-listings-collection.d.ts +1 -1
- package/lib/model/pbf-listings-collection.js +1 -1
- package/lib/model/policy-details.d.ts +1 -1
- package/lib/model/policy-details.js +1 -1
- package/lib/model/pre-built-function-source-details.d.ts +1 -1
- package/lib/model/pre-built-function-source-details.js +1 -1
- package/lib/model/publisher-details.d.ts +1 -1
- package/lib/model/publisher-details.js +1 -1
- package/lib/model/requirement-details.d.ts +1 -1
- package/lib/model/requirement-details.js +1 -1
- package/lib/model/trigger-summary.d.ts +1 -1
- package/lib/model/trigger-summary.js +1 -1
- package/lib/model/trigger.d.ts +1 -1
- package/lib/model/trigger.js +1 -1
- package/lib/model/triggers-collection.d.ts +1 -1
- package/lib/model/triggers-collection.js +1 -1
- package/lib/model/update-application-details.d.ts +5 -5
- package/lib/model/update-application-details.js +1 -1
- package/lib/model/update-function-details.d.ts +6 -6
- package/lib/model/update-function-details.js +1 -1
- package/lib/request/change-application-compartment-request.d.ts +3 -3
- package/lib/request/change-application-compartment-request.js +1 -1
- package/lib/request/create-application-request.d.ts +2 -2
- package/lib/request/create-application-request.js +1 -1
- package/lib/request/create-function-request.d.ts +2 -2
- package/lib/request/create-function-request.js +1 -1
- package/lib/request/delete-application-request.d.ts +3 -3
- package/lib/request/delete-application-request.js +1 -1
- package/lib/request/delete-function-request.d.ts +3 -3
- package/lib/request/delete-function-request.js +1 -1
- package/lib/request/get-application-request.d.ts +2 -2
- package/lib/request/get-application-request.js +1 -1
- package/lib/request/get-function-request.d.ts +2 -2
- package/lib/request/get-function-request.js +1 -1
- package/lib/request/get-pbf-listing-request.d.ts +2 -2
- package/lib/request/get-pbf-listing-request.js +1 -1
- package/lib/request/get-pbf-listing-version-request.d.ts +2 -2
- package/lib/request/get-pbf-listing-version-request.js +1 -1
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/invoke-function-request.d.ts +2 -2
- package/lib/request/invoke-function-request.js +1 -1
- package/lib/request/list-applications-request.d.ts +4 -4
- package/lib/request/list-applications-request.js +1 -1
- package/lib/request/list-functions-request.d.ts +4 -4
- package/lib/request/list-functions-request.js +1 -1
- package/lib/request/list-pbf-listing-versions-request.d.ts +2 -2
- package/lib/request/list-pbf-listing-versions-request.js +1 -1
- package/lib/request/list-pbf-listings-request.d.ts +2 -2
- package/lib/request/list-pbf-listings-request.js +1 -1
- package/lib/request/list-triggers-request.d.ts +2 -2
- package/lib/request/list-triggers-request.js +1 -1
- package/lib/request/update-application-request.d.ts +3 -3
- package/lib/request/update-application-request.js +1 -1
- package/lib/request/update-function-request.d.ts +3 -3
- package/lib/request/update-function-request.js +1 -1
- package/lib/response/change-application-compartment-response.d.ts +1 -1
- package/lib/response/change-application-compartment-response.js +1 -1
- package/lib/response/create-application-response.d.ts +3 -3
- package/lib/response/create-application-response.js +1 -1
- package/lib/response/create-function-response.d.ts +3 -3
- package/lib/response/create-function-response.js +1 -1
- package/lib/response/delete-application-response.d.ts +1 -1
- package/lib/response/delete-application-response.js +1 -1
- package/lib/response/delete-function-response.d.ts +1 -1
- package/lib/response/delete-function-response.js +1 -1
- package/lib/response/get-application-response.d.ts +3 -3
- package/lib/response/get-application-response.js +1 -1
- package/lib/response/get-function-response.d.ts +3 -3
- package/lib/response/get-function-response.js +1 -1
- package/lib/response/get-pbf-listing-response.d.ts +2 -2
- package/lib/response/get-pbf-listing-response.js +1 -1
- package/lib/response/get-pbf-listing-version-response.d.ts +2 -2
- package/lib/response/get-pbf-listing-version-response.js +1 -1
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/lib/response/invoke-function-response.d.ts +1 -1
- package/lib/response/invoke-function-response.js +1 -1
- package/lib/response/list-applications-response.d.ts +1 -1
- package/lib/response/list-applications-response.js +1 -1
- package/lib/response/list-functions-response.d.ts +1 -1
- package/lib/response/list-functions-response.js +1 -1
- package/lib/response/list-pbf-listing-versions-response.d.ts +2 -2
- package/lib/response/list-pbf-listing-versions-response.js +1 -1
- package/lib/response/list-pbf-listings-response.d.ts +2 -2
- package/lib/response/list-pbf-listings-response.js +1 -1
- package/lib/response/list-triggers-response.d.ts +2 -2
- package/lib/response/list-triggers-response.js +1 -1
- package/lib/response/update-application-response.d.ts +3 -3
- package/lib/response/update-application-response.js +1 -1
- package/lib/response/update-function-response.d.ts +3 -3
- package/lib/response/update-function-response.js +1 -1
- package/package.json +3 -3
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -20,7 +20,7 @@ export interface ListPbfListingVersionsResponse {
|
|
|
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
|
*/
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
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
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -20,7 +20,7 @@ export interface ListPbfListingsResponse {
|
|
|
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
|
*/
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
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
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -20,7 +20,7 @@ export interface ListTriggersResponse {
|
|
|
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
|
*/
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
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
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,15 +7,15 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface UpdateApplicationResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. Add this value to the
|
|
16
|
+
* For optimistic concurrency control. Add this value to the {@code if-match} parameter
|
|
17
17
|
* in a PUT or DELETE operation. The resource will be updated only if the value you
|
|
18
|
-
* provide matches the
|
|
18
|
+
* provide matches the {@code etag} on the resource.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"etag": string;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
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
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -7,15 +7,15 @@
|
|
|
7
7
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*
|
|
10
|
-
* Copyright (c) 2020,
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface UpdateFunctionResponse {
|
|
15
15
|
/**
|
|
16
|
-
* For optimistic concurrency control. Add this value to the
|
|
16
|
+
* For optimistic concurrency control. Add this value to the {@code if-match} parameter
|
|
17
17
|
* in a PUT or DELETE operation. The resource will be updated only if the value you
|
|
18
|
-
* provide matches the
|
|
18
|
+
* provide matches the {@code etag} on the resource.
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
"etag": string;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*
|
|
11
|
-
* Copyright (c) 2020,
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
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
13
|
*/
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-functions",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
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.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|