smplkit 3.0.83 → 3.0.84
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.
- checksums.yaml +4 -4
- data/lib/smplkit/_generated/jobs/lib/smplkit_jobs_client/api/jobs_api.rb +6 -6
- data/lib/smplkit/_generated/jobs/lib/smplkit_jobs_client/api/runs_api.rb +2 -2
- data/lib/smplkit/_generated/jobs/lib/smplkit_jobs_client/models/job_resource.rb +1 -1
- data/lib/smplkit/_generated/jobs/lib/smplkit_jobs_client/models/run.rb +1 -1
- data/lib/smplkit/_generated/jobs/spec/api/jobs_api_spec.rb +3 -3
- data/lib/smplkit/_generated/jobs/spec/api/runs_api_spec.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 76d48d080f70c89c2f8d1af67d4fb6df32f0490a200351ed53a5f733c8a4a082
|
|
4
|
+
data.tar.gz: d31418b27a7853f9da10dbc65cee816330db331b69ea139f514c7b8dd12521a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af2675a5bb4a3d8d068370d054bf289617ebb6f7f412fee8fc2770c4b34cc00ce8d5cbc517c80501cfdaf3567af2e021f713d0b2e95fe88413fce14ceaffb5f6
|
|
7
|
+
data.tar.gz: 5ca474a7489922e6bcad50b77342498a77ff5180d551e6bbcd1a344d68fbd5b42a01ebec939509e2cd86a824659d82c0fe014a1405436266f2c70b5fa70e14ea
|
|
@@ -20,7 +20,7 @@ module SmplkitGeneratedClient::Jobs
|
|
|
20
20
|
@api_client = api_client
|
|
21
21
|
end
|
|
22
22
|
# Create Job
|
|
23
|
-
# Create a job for this account. The caller supplies the job's id
|
|
23
|
+
# Create a job for this account. The caller supplies the job's id as `data.id`. Ids are unique within an account and immutable. An enabled job begins scheduling immediately.
|
|
24
24
|
# @param job_create_request [JobCreateRequest]
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
26
|
# @return [JobResponse]
|
|
@@ -30,7 +30,7 @@ module SmplkitGeneratedClient::Jobs
|
|
|
30
30
|
end
|
|
31
31
|
|
|
32
32
|
# Create Job
|
|
33
|
-
# Create a job for this account. The caller supplies the job's id
|
|
33
|
+
# Create a job for this account. The caller supplies the job's id as `data.id`. Ids are unique within an account and immutable. An enabled job begins scheduling immediately.
|
|
34
34
|
# @param job_create_request [JobCreateRequest]
|
|
35
35
|
# @param [Hash] opts the optional parameters
|
|
36
36
|
# @return [Array<(JobResponse, Integer, Hash)>] JobResponse data, response status code and response headers
|
|
@@ -88,7 +88,7 @@ module SmplkitGeneratedClient::Jobs
|
|
|
88
88
|
end
|
|
89
89
|
|
|
90
90
|
# Delete Job
|
|
91
|
-
# Delete a job. Its run history is retained; the
|
|
91
|
+
# Delete a job. Its run history is retained; the id may be reused later.
|
|
92
92
|
# @param job_id [String]
|
|
93
93
|
# @param [Hash] opts the optional parameters
|
|
94
94
|
# @return [nil]
|
|
@@ -98,7 +98,7 @@ module SmplkitGeneratedClient::Jobs
|
|
|
98
98
|
end
|
|
99
99
|
|
|
100
100
|
# Delete Job
|
|
101
|
-
# Delete a job. Its run history is retained; the
|
|
101
|
+
# Delete a job. Its run history is retained; the id may be reused later.
|
|
102
102
|
# @param job_id [String]
|
|
103
103
|
# @param [Hash] opts the optional parameters
|
|
104
104
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
@@ -149,7 +149,7 @@ module SmplkitGeneratedClient::Jobs
|
|
|
149
149
|
end
|
|
150
150
|
|
|
151
151
|
# Get Job
|
|
152
|
-
# Retrieve a single job by its id
|
|
152
|
+
# Retrieve a single job by its id.
|
|
153
153
|
# @param job_id [String]
|
|
154
154
|
# @param [Hash] opts the optional parameters
|
|
155
155
|
# @return [JobResponse]
|
|
@@ -159,7 +159,7 @@ module SmplkitGeneratedClient::Jobs
|
|
|
159
159
|
end
|
|
160
160
|
|
|
161
161
|
# Get Job
|
|
162
|
-
# Retrieve a single job by its id
|
|
162
|
+
# Retrieve a single job by its id.
|
|
163
163
|
# @param job_id [String]
|
|
164
164
|
# @param [Hash] opts the optional parameters
|
|
165
165
|
# @return [Array<(JobResponse, Integer, Hash)>] JobResponse data, response status code and response headers
|
|
@@ -146,7 +146,7 @@ module SmplkitGeneratedClient::Jobs
|
|
|
146
146
|
end
|
|
147
147
|
|
|
148
148
|
# List Runs
|
|
149
|
-
# List runs for this account, newest first (cursor paginated). Use `filter[job]={
|
|
149
|
+
# List runs for this account, newest first (cursor paginated). Use `filter[job]={id}` for a single job's run history.
|
|
150
150
|
# @param [Hash] opts the optional parameters
|
|
151
151
|
# @option opts [String] :filter_job
|
|
152
152
|
# @option opts [Integer] :page_size
|
|
@@ -158,7 +158,7 @@ module SmplkitGeneratedClient::Jobs
|
|
|
158
158
|
end
|
|
159
159
|
|
|
160
160
|
# List Runs
|
|
161
|
-
# List runs for this account, newest first (cursor paginated). Use `filter[job]={
|
|
161
|
+
# List runs for this account, newest first (cursor paginated). Use `filter[job]={id}` for a single job's run history.
|
|
162
162
|
# @param [Hash] opts the optional parameters
|
|
163
163
|
# @option opts [String] :filter_job
|
|
164
164
|
# @option opts [Integer] :page_size
|
|
@@ -14,7 +14,7 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module SmplkitGeneratedClient::Jobs
|
|
17
|
-
# JSON:API resource envelope for a job. The caller supplies `id`
|
|
17
|
+
# JSON:API resource envelope for a job. The caller supplies `id` on create.
|
|
18
18
|
class JobResource < ApiModelBase
|
|
19
19
|
attr_accessor :id
|
|
20
20
|
|
|
@@ -16,7 +16,7 @@ require 'time'
|
|
|
16
16
|
module SmplkitGeneratedClient::Jobs
|
|
17
17
|
# One occurrence of a job executing.
|
|
18
18
|
class Run < ApiModelBase
|
|
19
|
-
# The
|
|
19
|
+
# The id of the job this run belongs to.
|
|
20
20
|
attr_accessor :job
|
|
21
21
|
|
|
22
22
|
# The job's version at the time the run executed.
|
|
@@ -34,7 +34,7 @@ describe 'JobsApi' do
|
|
|
34
34
|
|
|
35
35
|
# unit tests for create_job
|
|
36
36
|
# Create Job
|
|
37
|
-
# Create a job for this account. The caller supplies the job's id
|
|
37
|
+
# Create a job for this account. The caller supplies the job's id as `data.id`. Ids are unique within an account and immutable. An enabled job begins scheduling immediately.
|
|
38
38
|
# @param job_create_request
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
40
|
# @return [JobResponse]
|
|
@@ -46,7 +46,7 @@ describe 'JobsApi' do
|
|
|
46
46
|
|
|
47
47
|
# unit tests for delete_job
|
|
48
48
|
# Delete Job
|
|
49
|
-
# Delete a job. Its run history is retained; the
|
|
49
|
+
# Delete a job. Its run history is retained; the id may be reused later.
|
|
50
50
|
# @param job_id
|
|
51
51
|
# @param [Hash] opts the optional parameters
|
|
52
52
|
# @return [nil]
|
|
@@ -58,7 +58,7 @@ describe 'JobsApi' do
|
|
|
58
58
|
|
|
59
59
|
# unit tests for get_job
|
|
60
60
|
# Get Job
|
|
61
|
-
# Retrieve a single job by its id
|
|
61
|
+
# Retrieve a single job by its id.
|
|
62
62
|
# @param job_id
|
|
63
63
|
# @param [Hash] opts the optional parameters
|
|
64
64
|
# @return [JobResponse]
|
|
@@ -58,7 +58,7 @@ describe 'RunsApi' do
|
|
|
58
58
|
|
|
59
59
|
# unit tests for list_runs
|
|
60
60
|
# List Runs
|
|
61
|
-
# List runs for this account, newest first (cursor paginated). Use `filter[job]={
|
|
61
|
+
# List runs for this account, newest first (cursor paginated). Use `filter[job]={id}` for a single job's run history.
|
|
62
62
|
# @param [Hash] opts the optional parameters
|
|
63
63
|
# @option opts [String] :filter_job
|
|
64
64
|
# @option opts [Integer] :page_size
|