alula-ruby 1.2.1 → 1.2.3

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: c73e0ad7d53aca033b836b7d76ba42e4bbe11663cc4da1d7405784a61c7b2ffb
4
+ data.tar.gz: 32e78c3e343f4fedb884ced7720022d4b650689bd033f4913f95aec9eb0db203
5
5
  SHA512:
6
- metadata.gz: a19f8278b5db084bfae605d419bac5511cc6a0e260c985f002ed8827bad68d27658ee59e9faf2dc33fe9d301eee270ccb8cf83dd85c8a134a5c0edbcf058f59a
7
- data.tar.gz: 5803162edb7262f6f56e155503d13bd4b77036b02de069fabc6f37a0e622a92e7c3c40c73fbdf96b32696e5e4174b58cecd658f8271120e1004956e1020f7680
6
+ metadata.gz: 31e5791b713088b5520489b4094d7046f3086315073dab81f169d89f1a74506108e36d7f9f58d2c90fd972bf692eb4702d30bd09963e6bd4ef996c504a8862cc
7
+ data.tar.gz: fe334c289575793200305253617cb095910e6ea3fb939c3fe48a609fb7bcb39a096562ba3c531cda32d6eff00b8814eb8c5fc072361cbd99a989033b3510209a
data/VERSION.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  | Version | Date | Description |
4
4
  | ------- | --------- | --------------------------------------------------------------------------- |
5
+ | v1.2.3 | 2023-08-31 | Update typo device patchable field `uiSettings` |
6
+ | v1.2.2 | 2023-08-30 | Add new device patchable field `uiSettings` |
5
7
  | v1.2.1 | 2023-08-17 | Fix types on OAuth clients |
6
8
  | v1.2.0 | 2023-08-10 | Support objects and saving to objects natively |
7
9
  | v1.1.0 | 2023-08-01 | Fixes Ruby 3 argument errors in filter builder. Gets test suite running again in circle |
@@ -116,4 +118,4 @@
116
118
  | v0.1.8 | 2019-8-9 | Bugfix, switches api_root in Alula::Client to api_url |
117
119
  | v0.1.7 | 2019-8-8 | Adds RequestStore as a thread-safe storage system for tokens, auth keys, and debug info |
118
120
  | 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 |
121
+ | 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 :ui_settings,
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.3'
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.3
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