alula-ruby 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 546e50f62f86038f53f08d44774263b5adce9d74b5ea2fa4d2795195e3f93877
4
- data.tar.gz: ad18a4e2275bc8811c89c5d1ae00514757e6e39808fe9d8176847f6b85779bf7
3
+ metadata.gz: 76e3fb4e97de46f4bb42b736383e362e55f81efb69fe48508951851b757729ee
4
+ data.tar.gz: 36b13f4a52d22c64499e91b0fcd97e9c063e1cd66616b130ce0d898813b2b62d
5
5
  SHA512:
6
- metadata.gz: a19f8278b5db084bfae605d419bac5511cc6a0e260c985f002ed8827bad68d27658ee59e9faf2dc33fe9d301eee270ccb8cf83dd85c8a134a5c0edbcf058f59a
7
- data.tar.gz: 5803162edb7262f6f56e155503d13bd4b77036b02de069fabc6f37a0e622a92e7c3c40c73fbdf96b32696e5e4174b58cecd658f8271120e1004956e1020f7680
6
+ metadata.gz: 7bab4b970eb6724492c4cea1cbc5f6f9ce0c7726435debabf8f604dd8c0dc8bf9a89068ba3f4b3670b882f3e7e8d85dfa2a96474756bb2a1f08e8718cc1be73c
7
+ data.tar.gz: 9ad8f87a40c10a46a04d704bd70ffdcc3066b8c61f1c00bcea679fc4e2c647f23157bc8646c17b8e47cf19aefc8d537bb37c10ec7f2352f8871ab3048e8465e8
data/VERSION.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  | Version | Date | Description |
4
4
  | ------- | --------- | --------------------------------------------------------------------------- |
5
+ | v1.2.1 | 2023-08-17 | Add new device patchable field `uiSettings` |
5
6
  | v1.2.1 | 2023-08-17 | Fix types on OAuth clients |
6
7
  | v1.2.0 | 2023-08-10 | Support objects and saving to objects natively |
7
8
  | v1.1.0 | 2023-08-01 | Fixes Ruby 3 argument errors in filter builder. Gets test suite running again in circle |
@@ -116,4 +117,4 @@
116
117
  | v0.1.8 | 2019-8-9 | Bugfix, switches api_root in Alula::Client to api_url |
117
118
  | v0.1.7 | 2019-8-8 | Adds RequestStore as a thread-safe storage system for tokens, auth keys, and debug info |
118
119
  | v0.1.6 | 2019-8-7 | Added Dealers and Branding, bug with non-patchable attributes, client grant |
119
- | v0.1.0 | 2019-7-25 | Initial release, GET and POST devices, dealer_addresses, user, self |
120
+ | v0.1.0 | 2019-7-25 | Initial release, GET and POST devices, dealer_addresses, user, self |
@@ -691,5 +691,12 @@ module Alula
691
691
  creatable_by: [],
692
692
  patchable_by: []
693
693
 
694
+ field :uiSettings,
695
+ type: :string,
696
+ sortable: false,
697
+ filterable: false,
698
+ creatable_by: [],
699
+ patchable_by: [:system]
700
+
694
701
  end
695
702
  end
data/lib/alula/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Alula
4
- VERSION = '1.2.1'
4
+ VERSION = '1.2.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alula-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Titus Johnson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-17 00:00:00.000000000 Z
11
+ date: 2023-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty