losant_rest 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,6 +37,10 @@
37
37
  "type": "string",
38
38
  "minLength": 8,
39
39
  "maxLength": 2048
40
+ },
41
+ "tokenCutoff": {
42
+ "type": "string",
43
+ "format": "date-time"
40
44
  }
41
45
  },
42
46
  "additionalProperties": false
@@ -103,6 +103,9 @@
103
103
  "solution": {
104
104
  "type": "number"
105
105
  },
106
+ "integration": {
107
+ "type": "number"
108
+ },
106
109
  "webhook": {
107
110
  "type": "number"
108
111
  },
@@ -247,12 +250,23 @@
247
250
  "type": "number"
248
251
  }
249
252
  }
253
+ },
254
+ "integration": {
255
+ "type": "object",
256
+ "patternProperties": {
257
+ ".*": {
258
+ "type": "number"
259
+ }
260
+ }
250
261
  }
251
262
  }
252
263
  },
253
264
  "solutionCount": {
254
265
  "type": "number"
255
266
  },
267
+ "integrationCount": {
268
+ "type": "number"
269
+ },
256
270
  "webhookCount": {
257
271
  "type": "number"
258
272
  }
@@ -110,6 +110,9 @@
110
110
  "solution": {
111
111
  "type": "number"
112
112
  },
113
+ "integration": {
114
+ "type": "number"
115
+ },
113
116
  "webhook": {
114
117
  "type": "number"
115
118
  },
@@ -254,12 +257,23 @@
254
257
  "type": "number"
255
258
  }
256
259
  }
260
+ },
261
+ "integration": {
262
+ "type": "object",
263
+ "patternProperties": {
264
+ ".*": {
265
+ "type": "number"
266
+ }
267
+ }
257
268
  }
258
269
  }
259
270
  },
260
271
  "solutionCount": {
261
272
  "type": "number"
262
273
  },
274
+ "integrationCount": {
275
+ "type": "number"
276
+ },
263
277
  "webhookCount": {
264
278
  "type": "number"
265
279
  }
@@ -89,6 +89,14 @@
89
89
  "type": "number"
90
90
  }
91
91
  }
92
+ },
93
+ "integration": {
94
+ "type": "object",
95
+ "patternProperties": {
96
+ ".*": {
97
+ "type": "number"
98
+ }
99
+ }
92
100
  }
93
101
  }
94
102
  }
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.2.0
4
+ version: 1.2.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-04-04 00:00:00.000000000 Z
11
+ date: 2017-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -107,6 +107,8 @@ files:
107
107
  - docs/experienceUsers.md
108
108
  - docs/flow.md
109
109
  - docs/flows.md
110
+ - docs/integration.md
111
+ - docs/integrations.md
110
112
  - docs/me.md
111
113
  - docs/org.md
112
114
  - docs/orgInvites.md
@@ -148,6 +150,8 @@ files:
148
150
  - lib/losant_rest/experience_users.rb
149
151
  - lib/losant_rest/flow.rb
150
152
  - lib/losant_rest/flows.rb
153
+ - lib/losant_rest/integration.rb
154
+ - lib/losant_rest/integrations.rb
151
155
  - lib/losant_rest/me.rb
152
156
  - lib/losant_rest/org.rb
153
157
  - lib/losant_rest/org_invites.rb
@@ -230,6 +234,10 @@ files:
230
234
  - schemas/flowTriggerFilter.json
231
235
  - schemas/flows.json
232
236
  - schemas/githubLogin.json
237
+ - schemas/integration.json
238
+ - schemas/integrationPatch.json
239
+ - schemas/integrationPost.json
240
+ - schemas/integrations.json
233
241
  - schemas/lastValueData.json
234
242
  - schemas/lastValueQuery.json
235
243
  - schemas/me.json