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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c306fbb8f49cc593c4988f4717f10ad634ff28c768b87e132ce8a9e15395962
4
- data.tar.gz: 10ad1f6409a137133bb63f43f856e48022ca3d6cddd398a5d1aa15e6d8b026b4
3
+ metadata.gz: 76d48d080f70c89c2f8d1af67d4fb6df32f0490a200351ed53a5f733c8a4a082
4
+ data.tar.gz: d31418b27a7853f9da10dbc65cee816330db331b69ea139f514c7b8dd12521a6
5
5
  SHA512:
6
- metadata.gz: d2469ab35543347240453b9e90f8913f638049730052e1b306a139cda51ea6fbc5de85abcc3842bb3dfb1691bc089151205799cdac2feff6027b6eb5c07da860
7
- data.tar.gz: 5f8aa745f79295e3cb7df2280432a5eae1cacde66ad510b639b7409ccbda84065a73c333255dbf62a464b32123608f9bb5265d708ea79afe4de63c49edb6cae7
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 (a slug) as `data.id`. Slugs are unique within an account and immutable. An enabled job begins scheduling immediately.
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 (a slug) as `data.id`. Slugs are unique within an account and immutable. An enabled job begins scheduling immediately.
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 slug may be reused later.
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 slug may be reused later.
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 (slug).
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 (slug).
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]={slug}` for a single job's run history.
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 &#x60;filter[job]&#x3D;{slug}&#x60; for a single job&#39;s run history.
161
+ # List runs for this account, newest first (cursor paginated). Use &#x60;filter[job]&#x3D;{id}&#x60; for a single job&#39;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` (the slug) on create.
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 slug of the job this run belongs to.
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&#39;s id (a slug) as &#x60;data.id&#x60;. Slugs are unique within an account and immutable. An enabled job begins scheduling immediately.
37
+ # Create a job for this account. The caller supplies the job&#39;s id as &#x60;data.id&#x60;. 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 slug may be reused later.
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 (slug).
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 &#x60;filter[job]&#x3D;{slug}&#x60; for a single job&#39;s run history.
61
+ # List runs for this account, newest first (cursor paginated). Use &#x60;filter[job]&#x3D;{id}&#x60; for a single job&#39;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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smplkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.83
4
+ version: 3.0.84
5
5
  platform: ruby
6
6
  authors:
7
7
  - Smpl Solutions LLC