losant_rest 1.22.1 → 1.22.3

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.
@@ -158,6 +158,18 @@
158
158
  }
159
159
  ]
160
160
  },
161
+ "responseHeaders": {
162
+ "type": "object",
163
+ "patternProperties": {
164
+ "^.{1,255}$": {
165
+ "type": "string",
166
+ "minLength": 1,
167
+ "maxLength": 1024
168
+ }
169
+ },
170
+ "maxProperties": 10,
171
+ "additionalProperties": false
172
+ },
161
173
  "attachedDomains": {
162
174
  "type": "array",
163
175
  "items": {
@@ -113,6 +113,18 @@
113
113
  "type": "string",
114
114
  "minLength": 1,
115
115
  "maxLength": 255
116
+ },
117
+ "responseHeaders": {
118
+ "type": "object",
119
+ "patternProperties": {
120
+ "^.{1,255}$": {
121
+ "type": "string",
122
+ "minLength": 1,
123
+ "maxLength": 1024
124
+ }
125
+ },
126
+ "maxProperties": 10,
127
+ "additionalProperties": false
116
128
  }
117
129
  },
118
130
  "additionalProperties": false
@@ -129,6 +129,18 @@
129
129
  "maxLength": 270
130
130
  },
131
131
  "maxItems": 100
132
+ },
133
+ "responseHeaders": {
134
+ "type": "object",
135
+ "patternProperties": {
136
+ "^.{1,255}$": {
137
+ "type": "string",
138
+ "minLength": 1,
139
+ "maxLength": 1024
140
+ }
141
+ },
142
+ "maxProperties": 10,
143
+ "additionalProperties": false
132
144
  }
133
145
  },
134
146
  "additionalProperties": false,
@@ -165,6 +165,18 @@
165
165
  }
166
166
  ]
167
167
  },
168
+ "responseHeaders": {
169
+ "type": "object",
170
+ "patternProperties": {
171
+ "^.{1,255}$": {
172
+ "type": "string",
173
+ "minLength": 1,
174
+ "maxLength": 1024
175
+ }
176
+ },
177
+ "maxProperties": 10,
178
+ "additionalProperties": false
179
+ },
168
180
  "attachedDomains": {
169
181
  "type": "array",
170
182
  "items": {
@@ -31,6 +31,8 @@
31
31
  "applicationCertificateAuthorities.*",
32
32
  "applicationDashboards.*",
33
33
  "applicationDashboard.*",
34
+ "applicationJobLogs.*",
35
+ "applicationJobLog.*",
34
36
  "applicationKey.*",
35
37
  "applicationKeys.*",
36
38
  "credential.*",
@@ -122,6 +124,8 @@
122
124
  "applicationDashboard.delete",
123
125
  "applicationDashboards.get",
124
126
  "applicationDashboards.post",
127
+ "applicationJobLogs.get",
128
+ "applicationJobLog.get",
125
129
  "applicationKey.delete",
126
130
  "applicationKey.get",
127
131
  "applicationKey.patch",
@@ -36,6 +36,8 @@
36
36
  "applicationCertificateAuthorities.*",
37
37
  "applicationDashboards.*",
38
38
  "applicationDashboard.*",
39
+ "applicationJobLogs.*",
40
+ "applicationJobLog.*",
39
41
  "applicationKey.*",
40
42
  "applicationKeys.*",
41
43
  "credential.*",
@@ -127,6 +129,8 @@
127
129
  "applicationDashboard.delete",
128
130
  "applicationDashboards.get",
129
131
  "applicationDashboards.post",
132
+ "applicationJobLogs.get",
133
+ "applicationJobLog.get",
130
134
  "applicationKey.delete",
131
135
  "applicationKey.get",
132
136
  "applicationKey.patch",
@@ -40,6 +40,8 @@
40
40
  "applicationCertificateAuthorities.*",
41
41
  "applicationDashboards.*",
42
42
  "applicationDashboard.*",
43
+ "applicationJobLogs.*",
44
+ "applicationJobLog.*",
43
45
  "applicationKey.*",
44
46
  "applicationKeys.*",
45
47
  "credential.*",
@@ -131,6 +133,8 @@
131
133
  "applicationDashboard.delete",
132
134
  "applicationDashboards.get",
133
135
  "applicationDashboards.post",
136
+ "applicationJobLogs.get",
137
+ "applicationJobLog.get",
134
138
  "applicationKey.delete",
135
139
  "applicationKey.get",
136
140
  "applicationKey.patch",
@@ -98,6 +98,8 @@
98
98
  "applicationCertificateAuthorities.*",
99
99
  "applicationDashboards.*",
100
100
  "applicationDashboard.*",
101
+ "applicationJobLogs.*",
102
+ "applicationJobLog.*",
101
103
  "applicationKey.*",
102
104
  "applicationKeys.*",
103
105
  "credential.*",
@@ -189,6 +191,8 @@
189
191
  "applicationDashboard.delete",
190
192
  "applicationDashboards.get",
191
193
  "applicationDashboards.post",
194
+ "applicationJobLogs.get",
195
+ "applicationJobLog.get",
192
196
  "applicationKey.delete",
193
197
  "applicationKey.get",
194
198
  "applicationKey.patch",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: losant_rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.22.1
4
+ version: 1.22.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Kuehl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-05 00:00:00.000000000 Z
11
+ date: 2025-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -91,6 +91,8 @@ files:
91
91
  - docs/applicationCertificates.md
92
92
  - docs/applicationDashboard.md
93
93
  - docs/applicationDashboards.md
94
+ - docs/applicationJobLog.md
95
+ - docs/applicationJobLogs.md
94
96
  - docs/applicationKey.md
95
97
  - docs/applicationKeys.md
96
98
  - docs/applicationTemplate.md
@@ -187,6 +189,8 @@ files:
187
189
  - lib/platform_rest/application_certificates.rb
188
190
  - lib/platform_rest/application_dashboard.rb
189
191
  - lib/platform_rest/application_dashboards.rb
192
+ - lib/platform_rest/application_job_log.rb
193
+ - lib/platform_rest/application_job_logs.rb
190
194
  - lib/platform_rest/application_key.rb
191
195
  - lib/platform_rest/application_keys.rb
192
196
  - lib/platform_rest/application_template.rb
@@ -276,6 +280,7 @@ files:
276
280
  - lib/platform_rest/webhook.rb
277
281
  - lib/platform_rest/webhooks.rb
278
282
  - losant_rest.gemspec
283
+ - schemas/advancedApplicationJobLogQuery.json
279
284
  - schemas/advancedApplicationKeyQuery.json
280
285
  - schemas/advancedDeviceQuery.json
281
286
  - schemas/advancedEventQuery.json
@@ -310,6 +315,8 @@ files:
310
315
  - schemas/applicationGlobalPatch.json
311
316
  - schemas/applicationImportExecutions.json
312
317
  - schemas/applicationImportOptions.json
318
+ - schemas/applicationJobLog.json
319
+ - schemas/applicationJobLogs.json
313
320
  - schemas/applicationKey.json
314
321
  - schemas/applicationKeyPatch.json
315
322
  - schemas/applicationKeyPost.json
@@ -376,6 +383,7 @@ files:
376
383
  - schemas/deviceConnectionStatus.json
377
384
  - schemas/deviceCounts.json
378
385
  - schemas/deviceCredentials.json
386
+ - schemas/deviceDataExport.json
379
387
  - schemas/deviceLog.json
380
388
  - schemas/deviceNamesResponse.json
381
389
  - schemas/devicePatch.json
@@ -393,6 +401,7 @@ files:
393
401
  - schemas/deviceStates.json
394
402
  - schemas/deviceTagFilter.json
395
403
  - schemas/devices.json
404
+ - schemas/devicesDataExport.json
396
405
  - schemas/devicesDataRemoved.json
397
406
  - schemas/devicesDeleteOrRestorePost.json
398
407
  - schemas/devicesDeletePost.json