oci-functions 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 (44) hide show
  1. package/lib/client.d.ts +29 -19
  2. package/lib/client.js +34 -17
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/application-summary.d.ts +8 -8
  5. package/lib/model/application.d.ts +10 -10
  6. package/lib/model/create-application-details.d.ts +8 -8
  7. package/lib/model/create-function-details.d.ts +5 -5
  8. package/lib/model/function-summary.d.ts +7 -7
  9. package/lib/model/function.d.ts +8 -8
  10. package/lib/model/pbf-listing-summary.d.ts +3 -3
  11. package/lib/model/pbf-listing-version-summary.d.ts +3 -3
  12. package/lib/model/pbf-listing-version.d.ts +3 -3
  13. package/lib/model/pbf-listing.d.ts +3 -3
  14. package/lib/model/update-application-details.d.ts +4 -4
  15. package/lib/model/update-function-details.d.ts +5 -5
  16. package/lib/request/change-application-compartment-request.d.ts +2 -2
  17. package/lib/request/create-application-request.d.ts +1 -1
  18. package/lib/request/create-function-request.d.ts +1 -1
  19. package/lib/request/delete-application-request.d.ts +2 -2
  20. package/lib/request/delete-function-request.d.ts +2 -2
  21. package/lib/request/get-application-request.d.ts +1 -1
  22. package/lib/request/get-function-request.d.ts +1 -1
  23. package/lib/request/get-pbf-listing-request.d.ts +1 -1
  24. package/lib/request/get-pbf-listing-version-request.d.ts +1 -1
  25. package/lib/request/invoke-function-request.d.ts +1 -1
  26. package/lib/request/list-applications-request.d.ts +3 -3
  27. package/lib/request/list-functions-request.d.ts +3 -3
  28. package/lib/request/list-pbf-listing-versions-request.d.ts +1 -1
  29. package/lib/request/list-pbf-listings-request.d.ts +1 -1
  30. package/lib/request/list-triggers-request.d.ts +1 -1
  31. package/lib/request/update-application-request.d.ts +2 -2
  32. package/lib/request/update-function-request.d.ts +2 -2
  33. package/lib/response/create-application-response.d.ts +2 -2
  34. package/lib/response/create-function-response.d.ts +2 -2
  35. package/lib/response/get-application-response.d.ts +2 -2
  36. package/lib/response/get-function-response.d.ts +2 -2
  37. package/lib/response/get-pbf-listing-response.d.ts +1 -1
  38. package/lib/response/get-pbf-listing-version-response.d.ts +1 -1
  39. package/lib/response/list-pbf-listing-versions-response.d.ts +1 -1
  40. package/lib/response/list-pbf-listings-response.d.ts +1 -1
  41. package/lib/response/list-triggers-response.d.ts +1 -1
  42. package/lib/response/update-application-response.d.ts +2 -2
  43. package/lib/response/update-function-response.d.ts +2 -2
  44. 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/functions/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/functions/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
16
16
  */
17
17
  export interface ListApplicationsRequest extends common.BaseRequest {
18
18
  /**
@@ -40,7 +40,7 @@ export interface ListApplicationsRequest extends common.BaseRequest {
40
40
  "opcRequestId"?: string;
41
41
  /**
42
42
  * A filter to return only applications that match the lifecycle state in this parameter.
43
- * Example: `Creating`
43
+ * Example: {@code Creating}
44
44
  *
45
45
  */
46
46
  "lifecycleState"?: string;
@@ -65,7 +65,7 @@ export interface ListApplicationsRequest extends common.BaseRequest {
65
65
  /**
66
66
  * Specifies the attribute with which to sort the rules.
67
67
  * <p>
68
- Default: `displayName`
68
+ Default: {@code displayName}
69
69
  * <p>
70
70
  * **timeCreated:** Sorts by timeCreated.
71
71
  * * **displayName:** Sorts by displayName.
@@ -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/functions/ListFunctions.ts.html |here} to see how to use ListFunctionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/functions/ListFunctions.ts.html |here} to see how to use ListFunctionsRequest.
16
16
  */
17
17
  export interface ListFunctionsRequest extends common.BaseRequest {
18
18
  /**
@@ -40,7 +40,7 @@ export interface ListFunctionsRequest extends common.BaseRequest {
40
40
  "opcRequestId"?: string;
41
41
  /**
42
42
  * A filter to return only functions that match the lifecycle state in this parameter.
43
- * Example: `Creating`
43
+ * Example: {@code Creating}
44
44
  *
45
45
  */
46
46
  "lifecycleState"?: string;
@@ -65,7 +65,7 @@ export interface ListFunctionsRequest extends common.BaseRequest {
65
65
  /**
66
66
  * Specifies the attribute with which to sort the rules.
67
67
  * <p>
68
- Default: `displayName`
68
+ Default: {@code displayName}
69
69
  * <p>
70
70
  * **timeCreated:** Sorts by timeCreated.
71
71
  * * **displayName:** Sorts by displayName.
@@ -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/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersionsRequest.
16
16
  */
17
17
  export interface ListPbfListingVersionsRequest 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/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListingsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListingsRequest.
16
16
  */
17
17
  export interface ListPbfListingsRequest 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/functions/ListTriggers.ts.html |here} to see how to use ListTriggersRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/functions/ListTriggers.ts.html |here} to see how to use ListTriggersRequest.
16
16
  */
17
17
  export interface ListTriggersRequest 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/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
17
17
  */
18
18
  export interface UpdateApplicationRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateApplicationRequest extends common.BaseRequest {
26
26
  */
27
27
  "updateApplicationDetails": model.UpdateApplicationDetails;
28
28
  /**
29
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
29
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
30
30
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
31
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
32
  *
@@ -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/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunctionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunctionRequest.
17
17
  */
18
18
  export interface UpdateFunctionRequest extends common.BaseRequest {
19
19
  /**
@@ -26,7 +26,7 @@ export interface UpdateFunctionRequest extends common.BaseRequest {
26
26
  */
27
27
  "updateFunctionDetails": model.UpdateFunctionDetails;
28
28
  /**
29
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
29
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
30
30
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
31
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
32
  *
@@ -13,9 +13,9 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateApplicationResponse {
15
15
  /**
16
- * For optimistic concurrency control. Add this value to the `if-match` parameter
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 `etag` on the resource.
18
+ * provide matches the {@code etag} on the resource.
19
19
  *
20
20
  */
21
21
  "etag": string;
@@ -13,9 +13,9 @@
13
13
  import * as model from "../model";
14
14
  export interface CreateFunctionResponse {
15
15
  /**
16
- * For optimistic concurrency control. Add this value to the `if-match` parameter
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 `etag` on the resource.
18
+ * provide matches the {@code etag} on the resource.
19
19
  *
20
20
  */
21
21
  "etag": string;
@@ -13,9 +13,9 @@
13
13
  import * as model from "../model";
14
14
  export interface GetApplicationResponse {
15
15
  /**
16
- * For optimistic concurrency control. Add this value to the `if-match` parameter
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 `etag` on the resource.
18
+ * provide matches the {@code etag} on the resource.
19
19
  *
20
20
  */
21
21
  "etag": string;
@@ -13,9 +13,9 @@
13
13
  import * as model from "../model";
14
14
  export interface GetFunctionResponse {
15
15
  /**
16
- * For optimistic concurrency control. Add this value to the `if-match` parameter
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 `etag` on the resource.
18
+ * provide matches the {@code etag} on the resource.
19
19
  *
20
20
  */
21
21
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetPbfListingResponse {
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 GetPbfListingVersionResponse {
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 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 `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 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 `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 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 `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
  */
@@ -13,9 +13,9 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateApplicationResponse {
15
15
  /**
16
- * For optimistic concurrency control. Add this value to the `if-match` parameter
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 `etag` on the resource.
18
+ * provide matches the {@code etag} on the resource.
19
19
  *
20
20
  */
21
21
  "etag": string;
@@ -13,9 +13,9 @@
13
13
  import * as model from "../model";
14
14
  export interface UpdateFunctionResponse {
15
15
  /**
16
- * For optimistic concurrency control. Add this value to the `if-match` parameter
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 `etag` on the resource.
18
+ * provide matches the {@code etag} on the resource.
19
19
  *
20
20
  */
21
21
  "etag": string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-functions",
3
- "version": "2.76.1",
3
+ "version": "2.77.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.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"