losant_rest 1.14.0 → 1.14.1
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.
- checksums.yaml +4 -4
- data/docs/_schemas.md +2988 -1118
- data/docs/instance.md +4 -2
- data/lib/losant_rest/client.rb +2 -2
- data/lib/losant_rest/instance.rb +1 -0
- data/lib/losant_rest/version.rb +1 -1
- data/schemas/dataTableRowsDelete.json +1 -1
- data/schemas/eventsDeleted.json +1 -1
- data/schemas/experienceLinkedResources.json +336 -6
- data/schemas/flow.json +112 -2
- data/schemas/flowPatch.json +112 -2
- data/schemas/flowPost.json +112 -2
- data/schemas/flowVersion.json +224 -4
- data/schemas/flowVersionPost.json +112 -2
- data/schemas/flowVersions.json +224 -4
- data/schemas/flows.json +112 -2
- data/schemas/flowsImportPost.json +224 -4
- data/schemas/flowsImportResult.json +336 -6
- metadata +3 -3
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.14.
|
4
|
+
version: 1.14.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: 2021-
|
11
|
+
date: 2021-08-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|
@@ -517,7 +517,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
517
517
|
- !ruby/object:Gem::Version
|
518
518
|
version: '0'
|
519
519
|
requirements: []
|
520
|
-
rubygems_version: 3.2.
|
520
|
+
rubygems_version: 3.2.22
|
521
521
|
signing_key:
|
522
522
|
specification_version: 4
|
523
523
|
summary: Provides a simple ruby wrapper around the Losant REST API
|