losant_rest 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,19 +3,40 @@
3
3
  "type": "object",
4
4
  "properties": {
5
5
  "sslKey": {
6
- "type": "string",
7
- "maxLength": 32767,
8
- "minLength": 50
6
+ "$oneOf": [
7
+ {
8
+ "type": "string",
9
+ "maxLength": 32767,
10
+ "minLength": 50
11
+ },
12
+ {
13
+ "type": null
14
+ }
15
+ ]
9
16
  },
10
17
  "sslCert": {
11
- "type": "string",
12
- "maxLength": 32767,
13
- "minLength": 50
18
+ "$oneOf": [
19
+ {
20
+ "type": "string",
21
+ "maxLength": 32767,
22
+ "minLength": 50
23
+ },
24
+ {
25
+ "type": null
26
+ }
27
+ ]
14
28
  },
15
29
  "sslBundle": {
16
- "type": "string",
17
- "maxLength": 32767,
18
- "minLength": 50
30
+ "$oneOf": [
31
+ {
32
+ "type": "string",
33
+ "maxLength": 32767,
34
+ "minLength": 50
35
+ },
36
+ {
37
+ "type": null
38
+ }
39
+ ]
19
40
  },
20
41
  "domainName": {
21
42
  "type": "string",
data/schemas/flow.json CHANGED
@@ -145,7 +145,7 @@
145
145
  "json": {
146
146
  "type": "string",
147
147
  "minLength": 1,
148
- "maxLength": 2048
148
+ "maxLength": 32767
149
149
  }
150
150
  },
151
151
  "additionalProperties": false,
@@ -132,7 +132,7 @@
132
132
  "json": {
133
133
  "type": "string",
134
134
  "minLength": 1,
135
- "maxLength": 2048
135
+ "maxLength": 32767
136
136
  }
137
137
  },
138
138
  "additionalProperties": false,
@@ -121,7 +121,7 @@
121
121
  "json": {
122
122
  "type": "string",
123
123
  "minLength": 1,
124
- "maxLength": 2048
124
+ "maxLength": 32767
125
125
  }
126
126
  },
127
127
  "additionalProperties": false,
@@ -145,7 +145,7 @@
145
145
  "json": {
146
146
  "type": "string",
147
147
  "minLength": 1,
148
- "maxLength": 2048
148
+ "maxLength": 32767
149
149
  }
150
150
  },
151
151
  "additionalProperties": false,
@@ -121,7 +121,7 @@
121
121
  "json": {
122
122
  "type": "string",
123
123
  "minLength": 1,
124
- "maxLength": 2048
124
+ "maxLength": 32767
125
125
  }
126
126
  },
127
127
  "additionalProperties": false,
@@ -152,7 +152,7 @@
152
152
  "json": {
153
153
  "type": "string",
154
154
  "minLength": 1,
155
- "maxLength": 2048
155
+ "maxLength": 32767
156
156
  }
157
157
  },
158
158
  "additionalProperties": false,
data/schemas/flows.json CHANGED
@@ -152,7 +152,7 @@
152
152
  "json": {
153
153
  "type": "string",
154
154
  "minLength": 1,
155
- "maxLength": 2048
155
+ "maxLength": 32767
156
156
  }
157
157
  },
158
158
  "additionalProperties": false,
data/schemas/webhook.json CHANGED
@@ -42,7 +42,8 @@
42
42
  "facebook",
43
43
  "fitbit",
44
44
  "none",
45
- "twilio"
45
+ "twilio",
46
+ "alexa"
46
47
  ]
47
48
  },
48
49
  "verificationCode": {
@@ -18,7 +18,8 @@
18
18
  "facebook",
19
19
  "fitbit",
20
20
  "none",
21
- "twilio"
21
+ "twilio",
22
+ "alexa"
22
23
  ]
23
24
  },
24
25
  "verificationCode": {
@@ -18,7 +18,8 @@
18
18
  "facebook",
19
19
  "fitbit",
20
20
  "none",
21
- "twilio"
21
+ "twilio",
22
+ "alexa"
22
23
  ]
23
24
  },
24
25
  "verificationCode": {
@@ -49,7 +49,8 @@
49
49
  "facebook",
50
50
  "fitbit",
51
51
  "none",
52
- "twilio"
52
+ "twilio",
53
+ "alexa"
53
54
  ]
54
55
  },
55
56
  "verificationCode": {
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.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Kuehl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-03 00:00:00.000000000 Z
11
+ date: 2017-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -219,6 +219,7 @@ files:
219
219
  - schemas/dataTableRow.json
220
220
  - schemas/dataTableRowInsertUpdate.json
221
221
  - schemas/dataTableRows.json
222
+ - schemas/dataTableRowsDelete.json
222
223
  - schemas/dataTableRowsExport.json
223
224
  - schemas/dataTables.json
224
225
  - schemas/device.json