smplkit 3.0.107 → 3.0.108
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47685fa09e972b27d7b8adcdf114e76df9c499d35b150b83699656bc5ea06211
|
|
4
|
+
data.tar.gz: b5a1c2f7d36f7b4515028a11981076cb9e3c301492d63f8ab64b2cf47be661a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a59fe2640fc510e199f2b113c5626d4c9393db1caf3b29c7f12cde7a8d1cec877375712a87a26d510462b3d01fb45802551504bfd086b08c79af68b579f44a2f
|
|
7
|
+
data.tar.gz: 50a342dd528444f3fa4004e2007cfe891038746a3ec8ffe1d24b3ca7450be45b1ebb1d2f60236111c264cb34ba1e1a6152068234c83d56d436a32747a18b1a49
|
|
@@ -130,6 +130,7 @@ module SmplkitGeneratedClient::Jobs
|
|
|
130
130
|
Set.new([
|
|
131
131
|
:'description',
|
|
132
132
|
:'next_run_at',
|
|
133
|
+
:'recurring',
|
|
133
134
|
:'created_at',
|
|
134
135
|
:'updated_at',
|
|
135
136
|
:'deleted_at',
|
|
@@ -199,8 +200,6 @@ module SmplkitGeneratedClient::Jobs
|
|
|
199
200
|
|
|
200
201
|
if attributes.key?(:'recurring')
|
|
201
202
|
self.recurring = attributes[:'recurring']
|
|
202
|
-
else
|
|
203
|
-
self.recurring = false
|
|
204
203
|
end
|
|
205
204
|
|
|
206
205
|
if attributes.key?(:'created_at')
|