Socket
Socket
Sign inDemoInstall

oci-workrequests

Package Overview
Dependencies
Maintainers
2
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-workrequests - npm Package Compare versions

Comparing version 1.9.1 to 1.10.0

4

lib/client.d.ts

@@ -77,2 +77,3 @@ /**

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

@@ -86,2 +87,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/1.10.0/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
*/

@@ -110,2 +112,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/1.10.0/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
*/

@@ -134,2 +137,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/1.10.0/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
*/

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

@@ -128,2 +128,3 @@ "use strict";

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

@@ -182,2 +183,3 @@ getWorkRequest(getWorkRequestRequest) {

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

@@ -264,2 +266,3 @@ listWorkRequestErrors(listWorkRequestErrorsRequest) {

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

@@ -346,2 +349,3 @@ listWorkRequestLogs(listWorkRequestLogsRequest) {

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

@@ -348,0 +352,0 @@ listWorkRequests(listWorkRequestsRequest) {

@@ -14,2 +14,5 @@ /**

import common = require("oci-common");
/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/workrequests/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
*/
export interface GetWorkRequestRequest extends common.BaseRequest {

@@ -16,0 +19,0 @@ /**

@@ -14,2 +14,5 @@ /**

import common = require("oci-common");
/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/workrequests/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
*/
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {

@@ -16,0 +19,0 @@ /**

@@ -14,2 +14,5 @@ /**

import common = require("oci-common");
/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/workrequests/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
*/
export interface ListWorkRequestLogsRequest extends common.BaseRequest {

@@ -16,0 +19,0 @@ /**

@@ -14,2 +14,5 @@ /**

import common = require("oci-common");
/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/workrequests/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
*/
export interface ListWorkRequestsRequest extends common.BaseRequest {

@@ -16,0 +19,0 @@ /**

6

package.json
{
"name": "oci-workrequests",
"version": "1.9.1",
"version": "1.10.0",
"description": "OCI NodeJS client for WorkRequests",

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

"dependencies": {
"oci-common": "1.9.1",
"oci-workrequests": "1.9.1"
"oci-common": "1.10.0",
"oci-workrequests": "1.10.0"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc