New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@maxim_mazurok/gapi.client.cloudscheduler-v1beta1

Package Overview
Dependencies
Maintainers
0
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.cloudscheduler-v1beta1 - npm Package Compare versions

Comparing version

to
0.0.20250205

16

index.d.ts

@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Cloud Scheduler API v1beta1 0.0 */

// Generated from: https://cloudscheduler.googleapis.com/$discovery/rest?version=v1beta1
// Revision: 20250117
// Revision: 20250205

@@ -20,3 +20,3 @@ /// <reference types="gapi.client" />

function load(
urlOrObject: 'https://cloudscheduler.googleapis.com/$discovery/rest?version=v1beta1'
urlOrObject: 'https://cloudscheduler.googleapis.com/$discovery/rest?version=v1beta1',
): Promise<void>;

@@ -29,3 +29,3 @@ /** @deprecated Please load APIs with discovery documents. */

version: 'v1beta1',
callback: () => any
callback: () => any,
): void;

@@ -258,3 +258,3 @@

},
body: Job
body: Job,
): Request<Job>;

@@ -412,3 +412,3 @@ /** Deletes a job. */

},
body: Job
body: Job,
): Request<Job>;

@@ -471,3 +471,3 @@ /** Pauses a job. If a job is paused then the system will stop executing the job until it is re-enabled via ResumeJob. The state of the job is stored in state; if paused it will be set to Job.State.PAUSED. A job must be in Job.State.ENABLED to be paused. */

},
body: PauseJobRequest
body: PauseJobRequest,
): Request<Job>;

@@ -530,3 +530,3 @@ /** Resume a job. This method reenables a job after it has been Job.State.PAUSED. The state of a job is stored in Job.state; after calling this method it will be set to Job.State.ENABLED. A job must be in Job.State.PAUSED to be resumed. */

},
body: ResumeJobRequest
body: ResumeJobRequest,
): Request<Job>;

@@ -589,3 +589,3 @@ /** Forces a job to run now. When this method is called, Cloud Scheduler will dispatch the job, even if the job is already running. */

},
body: RunJobRequest
body: RunJobRequest,
): Request<Job>;

@@ -592,0 +592,0 @@ }

{
"name": "@maxim_mazurok/gapi.client.cloudscheduler-v1beta1",
"version": "0.0.20250117",
"version": "0.0.20250205",
"description": "TypeScript typings for Cloud Scheduler API v1beta1",

@@ -5,0 +5,0 @@ "repository": {

@@ -33,3 +33,3 @@ # TypeScript typings for Cloud Scheduler API v1beta1

// gapi.client.cloudscheduler
}
},
);

@@ -66,3 +66,3 @@ ```

}
}
},
);

@@ -69,0 +69,0 @@ ```