smplkit 3.0.133 → 3.0.134

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.
@@ -0,0 +1,60 @@
1
+ =begin
2
+ #smplkit Jobs API
3
+
4
+ #Scheduled HTTP job execution API for smplkit.
5
+
6
+ The version of the OpenAPI document: 0.1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.22.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SmplkitGeneratedClient::Jobs::RunStat
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SmplkitGeneratedClient::Jobs::RunStat do
21
+ #let(:instance) { SmplkitGeneratedClient::Jobs::RunStat.new }
22
+
23
+ describe 'test an instance of RunStat' do
24
+ it 'should create an instance of RunStat' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SmplkitGeneratedClient::Jobs::RunStat)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "total"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "tally"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ describe 'test attribute "buckets"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ end
46
+ end
47
+
48
+ describe 'test attribute "recent_failures"' do
49
+ it 'should work' do
50
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
+ end
52
+ end
53
+
54
+ describe 'test attribute "next_scheduled"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
60
+ end
@@ -0,0 +1,60 @@
1
+ =begin
2
+ #smplkit Jobs API
3
+
4
+ #Scheduled HTTP job execution API for smplkit.
5
+
6
+ The version of the OpenAPI document: 0.1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.22.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SmplkitGeneratedClient::Jobs::RunStatTally
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SmplkitGeneratedClient::Jobs::RunStatTally do
21
+ #let(:instance) { SmplkitGeneratedClient::Jobs::RunStatTally.new }
22
+
23
+ describe 'test an instance of RunStatTally' do
24
+ it 'should create an instance of RunStatTally' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SmplkitGeneratedClient::Jobs::RunStatTally)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "pending"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "running"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ describe 'test attribute "succeeded"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ end
46
+ end
47
+
48
+ describe 'test attribute "failed"' do
49
+ it 'should work' do
50
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
+ end
52
+ end
53
+
54
+ describe 'test attribute "canceled"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
60
+ end
@@ -0,0 +1,36 @@
1
+ =begin
2
+ #smplkit Jobs API
3
+
4
+ #Scheduled HTTP job execution API for smplkit.
5
+
6
+ The version of the OpenAPI document: 0.1.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.22.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for SmplkitGeneratedClient::Jobs::RunStatsResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe SmplkitGeneratedClient::Jobs::RunStatsResponse do
21
+ #let(:instance) { SmplkitGeneratedClient::Jobs::RunStatsResponse.new }
22
+
23
+ describe 'test an instance of RunStatsResponse' do
24
+ it 'should create an instance of RunStatsResponse' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(SmplkitGeneratedClient::Jobs::RunStatsResponse)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "data"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ end
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.133
4
+ version: 3.0.134
5
5
  platform: ruby
6
6
  authors:
7
7
  - Smpl Solutions LLC
@@ -787,6 +787,13 @@ files:
787
787
  - lib/smplkit/_generated/jobs/lib/smplkit_jobs_client/models/run_resource.rb
788
788
  - lib/smplkit/_generated/jobs/lib/smplkit_jobs_client/models/run_response.rb
789
789
  - lib/smplkit/_generated/jobs/lib/smplkit_jobs_client/models/run_retry.rb
790
+ - lib/smplkit/_generated/jobs/lib/smplkit_jobs_client/models/run_stat.rb
791
+ - lib/smplkit/_generated/jobs/lib/smplkit_jobs_client/models/run_stat_bucket.rb
792
+ - lib/smplkit/_generated/jobs/lib/smplkit_jobs_client/models/run_stat_failure.rb
793
+ - lib/smplkit/_generated/jobs/lib/smplkit_jobs_client/models/run_stat_next_scheduled.rb
794
+ - lib/smplkit/_generated/jobs/lib/smplkit_jobs_client/models/run_stat_resource.rb
795
+ - lib/smplkit/_generated/jobs/lib/smplkit_jobs_client/models/run_stat_tally.rb
796
+ - lib/smplkit/_generated/jobs/lib/smplkit_jobs_client/models/run_stats_response.rb
790
797
  - lib/smplkit/_generated/jobs/lib/smplkit_jobs_client/models/usage.rb
791
798
  - lib/smplkit/_generated/jobs/lib/smplkit_jobs_client/models/usage_resource.rb
792
799
  - lib/smplkit/_generated/jobs/lib/smplkit_jobs_client/models/usage_response.rb
@@ -822,6 +829,13 @@ files:
822
829
  - lib/smplkit/_generated/jobs/spec/models/run_response_spec.rb
823
830
  - lib/smplkit/_generated/jobs/spec/models/run_retry_spec.rb
824
831
  - lib/smplkit/_generated/jobs/spec/models/run_spec.rb
832
+ - lib/smplkit/_generated/jobs/spec/models/run_stat_bucket_spec.rb
833
+ - lib/smplkit/_generated/jobs/spec/models/run_stat_failure_spec.rb
834
+ - lib/smplkit/_generated/jobs/spec/models/run_stat_next_scheduled_spec.rb
835
+ - lib/smplkit/_generated/jobs/spec/models/run_stat_resource_spec.rb
836
+ - lib/smplkit/_generated/jobs/spec/models/run_stat_spec.rb
837
+ - lib/smplkit/_generated/jobs/spec/models/run_stat_tally_spec.rb
838
+ - lib/smplkit/_generated/jobs/spec/models/run_stats_response_spec.rb
825
839
  - lib/smplkit/_generated/jobs/spec/models/usage_resource_spec.rb
826
840
  - lib/smplkit/_generated/jobs/spec/models/usage_response_spec.rb
827
841
  - lib/smplkit/_generated/jobs/spec/models/usage_spec.rb