Socket
Socket
Sign inDemoInstall

oci-workrequests

Package Overview
Dependencies
1
Maintainers
4
Versions
183
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.76.1 to 2.77.0

8

lib/client.d.ts

@@ -96,3 +96,3 @@ /**

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
*/

@@ -107,3 +107,3 @@ getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
*/

@@ -150,3 +150,3 @@ listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
*/

@@ -193,3 +193,3 @@ listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
*/

@@ -196,0 +196,0 @@ listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;

@@ -197,3 +197,3 @@ "use strict";

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
*/

@@ -257,3 +257,3 @@ getWorkRequest(getWorkRequestRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
*/

@@ -366,3 +366,3 @@ listWorkRequestErrors(listWorkRequestErrorsRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
*/

@@ -475,3 +475,3 @@ listWorkRequestLogs(listWorkRequestLogsRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
*/

@@ -478,0 +478,0 @@ listWorkRequests(listWorkRequestsRequest) {

@@ -50,3 +50,3 @@ /**

/**
* The date and time the work request transitioned from `ACCEPTED` to `IN_PROGRESS`, in
* The date and time the work request transitioned from {@code ACCEPTED} to {@code IN_PROGRESS}, in
* the format defined by RFC3339.

@@ -57,3 +57,3 @@ *

/**
* The date and time the work request reached a terminal state, either `FAILED` or `SUCCEEDED`.
* The date and time the work request reached a terminal state, either {@code FAILED} or {@code SUCCEEDED}.
* Format is defined by RFC3339.

@@ -60,0 +60,0 @@ *

@@ -55,3 +55,3 @@ /**

/**
* The date and time the work request transitioned from `ACCEPTED` to `IN_PROGRESS`,
* The date and time the work request transitioned from {@code ACCEPTED} to {@code IN_PROGRESS},
* in the format defined by RFC3339.

@@ -62,3 +62,3 @@ *

/**
* The date and time the work request reached a terminal state, either `FAILED` or `SUCCEEDED`.
* The date and time the work request reached a terminal state, either {@code FAILED} or {@code SUCCEEDED}.
* Format is defined by RFC3339.

@@ -65,0 +65,0 @@ *

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
*/

@@ -18,0 +18,0 @@ export interface GetWorkRequestRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
*/

@@ -31,3 +31,3 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {

/**
* For list pagination. The value of the `opc-next-page` response header from the
* For list pagination. The value of the {@code opc-next-page} response header from the
* previous \"List\" call. For important details about how pagination works, see

@@ -39,3 +39,3 @@ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).

/**
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
*

@@ -42,0 +42,0 @@ */

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
*/

@@ -31,3 +31,3 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {

/**
* For list pagination. The value of the `opc-next-page` response header from the
* For list pagination. The value of the {@code opc-next-page} response header from the
* previous \"List\" call. For important details about how pagination works, see

@@ -39,3 +39,3 @@ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).

/**
* The sort order to use, either ascending (`ASC`) or descending (`DESC`).
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
*

@@ -42,0 +42,0 @@ */

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
*/

@@ -35,3 +35,3 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {

/**
* For list pagination. The value of the `opc-next-page` response header from the
* For list pagination. The value of the {@code opc-next-page} response header from the
* previous \"List\" call. For important details about how pagination works, see

@@ -38,0 +38,0 @@ * [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).

{
"name": "oci-workrequests",
"version": "2.76.1",
"version": "2.77.0",
"description": "OCI NodeJS client for WorkRequests",

@@ -18,4 +18,4 @@ "repository": {

"dependencies": {
"oci-common": "2.76.1",
"oci-workrequests": "2.76.1"
"oci-common": "2.77.0",
"oci-workrequests": "2.77.0"
},

@@ -22,0 +22,0 @@ "publishConfig": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc