losant_rest 1.22.2 → 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.
@@ -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": {
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.2
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-07-16 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