losant_rest 1.15.2 → 1.16.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -266,6 +266,7 @@
266
266
  "flows.get",
267
267
  "flows.getByVersion",
268
268
  "flows.import",
269
+ "flows.palette",
269
270
  "flows.post",
270
271
  "flowVersion.delete",
271
272
  "flowVersion.errors",
@@ -380,7 +381,16 @@
380
381
  "instanceApiToken.*",
381
382
  "instanceApiToken.get",
382
383
  "instanceApiToken.patch",
383
- "instanceApiToken.delete"
384
+ "instanceApiToken.delete",
385
+ "instanceCustomNodes.*",
386
+ "instanceCustomNodes.get",
387
+ "instanceCustomNodes.post",
388
+ "instanceCustomNode.*",
389
+ "instanceCustomNode.get",
390
+ "instanceCustomNode.patch",
391
+ "instanceCustomNode.delete",
392
+ "instanceCustomNode.errors",
393
+ "instanceCustomNode.stats"
384
394
  ]
385
395
  },
386
396
  {
@@ -324,6 +324,7 @@
324
324
  "flows.get",
325
325
  "flows.getByVersion",
326
326
  "flows.import",
327
+ "flows.palette",
327
328
  "flows.post",
328
329
  "flowVersion.delete",
329
330
  "flowVersion.errors",
@@ -438,7 +439,16 @@
438
439
  "instanceApiToken.*",
439
440
  "instanceApiToken.get",
440
441
  "instanceApiToken.patch",
441
- "instanceApiToken.delete"
442
+ "instanceApiToken.delete",
443
+ "instanceCustomNodes.*",
444
+ "instanceCustomNodes.get",
445
+ "instanceCustomNodes.post",
446
+ "instanceCustomNode.*",
447
+ "instanceCustomNode.get",
448
+ "instanceCustomNode.patch",
449
+ "instanceCustomNode.delete",
450
+ "instanceCustomNode.errors",
451
+ "instanceCustomNode.stats"
442
452
  ]
443
453
  },
444
454
  {
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.15.2
4
+ version: 1.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Kuehl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-25 00:00:00.000000000 Z
11
+ date: 2022-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -140,6 +140,8 @@ files:
140
140
  - docs/instance.md
141
141
  - docs/instanceApiToken.md
142
142
  - docs/instanceApiTokens.md
143
+ - docs/instanceCustomNode.md
144
+ - docs/instanceCustomNodes.md
143
145
  - docs/instanceMember.md
144
146
  - docs/instanceMembers.md
145
147
  - docs/instanceOrg.md
@@ -224,6 +226,8 @@ files:
224
226
  - lib/losant_rest/instance.rb
225
227
  - lib/losant_rest/instance_api_token.rb
226
228
  - lib/losant_rest/instance_api_tokens.rb
229
+ - lib/losant_rest/instance_custom_node.rb
230
+ - lib/losant_rest/instance_custom_nodes.rb
227
231
  - lib/losant_rest/instance_member.rb
228
232
  - lib/losant_rest/instance_members.rb
229
233
  - lib/losant_rest/instance_org.rb
@@ -277,6 +281,7 @@ files:
277
281
  - schemas/applicationExportPost.json
278
282
  - schemas/applicationExportResult.json
279
283
  - schemas/applicationGlobalPatch.json
284
+ - schemas/applicationImportOptions.json
280
285
  - schemas/applicationKey.json
281
286
  - schemas/applicationKeyPatch.json
282
287
  - schemas/applicationKeyPost.json
@@ -435,6 +440,10 @@ files:
435
440
  - schemas/historicalSummaries.json
436
441
  - schemas/historicalSummary.json
437
442
  - schemas/instance.json
443
+ - schemas/instanceCustomNode.json
444
+ - schemas/instanceCustomNodePatch.json
445
+ - schemas/instanceCustomNodePost.json
446
+ - schemas/instanceCustomNodes.json
438
447
  - schemas/instanceMember.json
439
448
  - schemas/instanceMemberPatch.json
440
449
  - schemas/instanceMemberPost.json
@@ -481,6 +490,7 @@ files:
481
490
  - schemas/orgPost.json
482
491
  - schemas/orgRoleInfo.json
483
492
  - schemas/orgs.json
493
+ - schemas/paletteResponse.json
484
494
  - schemas/passwordResetFinish.json
485
495
  - schemas/passwordResetInput.json
486
496
  - schemas/passwordResetResponse.json