alula-ruby 1.10.0 → 1.10.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION.md +1 -0
- data/lib/alula/resources/user.rb +7 -7
- data/lib/alula/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 667a3ac37f68614a88b87b736788962f2809f8a13be1b8d0dfe61a7a8e008e62
|
4
|
+
data.tar.gz: c65f4112d90efb762789d1b5ba9e498c3b2e5744d91c9c90f030e872f691021a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e2cfafbe6ac09fd661ead9deda8ca17fd0ca4efed77210870a1dd702af8818be62cec650102ede5fda370747b8f523d4ed4c0b31a97665f9bfa6a7768aa8445
|
7
|
+
data.tar.gz: f7dfcd521139ca3fcc46d91a8ad96ed44ea9626ec97412d6f578b173748e8537959300be78be2d649b91045a3116e3c76f9473f3536dd54b897a67d191ca5ee9
|
data/VERSION.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2
2
|
|
3
3
|
| Version | Date | Description |
|
4
4
|
| ------- | ------------| --------------------------------------------------------------------------- |
|
5
|
+
| v1.10.1 | 2024-09-20 | Update User model properties |
|
5
6
|
| v1.10.0 | 2024-09-18 | Add DeviceUser and HelixUser resources |
|
6
7
|
| v1.9.17 | 2024-09-17 | Bump HTTParty version |
|
7
8
|
| v1.9.16 | 2024-09-04 | Add get camera stats proc |
|
data/lib/alula/resources/user.rb
CHANGED
@@ -25,8 +25,8 @@ module Alula
|
|
25
25
|
# on how params are parsed,
|
26
26
|
field :id,
|
27
27
|
type: :string,
|
28
|
-
sortable:
|
29
|
-
filterable:
|
28
|
+
sortable: true,
|
29
|
+
filterable: true,
|
30
30
|
creatable_by: [],
|
31
31
|
patchable_by: []
|
32
32
|
|
@@ -142,7 +142,7 @@ module Alula
|
|
142
142
|
filterable: false,
|
143
143
|
creatable_by: [],
|
144
144
|
patchable_by: %i[system station dealer technician user sub_user]
|
145
|
-
|
145
|
+
|
146
146
|
field :language,
|
147
147
|
type: :string,
|
148
148
|
sortable: false,
|
@@ -166,10 +166,10 @@ module Alula
|
|
166
166
|
|
167
167
|
field :company_name,
|
168
168
|
type: :string,
|
169
|
-
sortable:
|
170
|
-
filterable:
|
171
|
-
creatable_by: [],
|
172
|
-
patchable_by: []
|
169
|
+
sortable: true,
|
170
|
+
filterable: true,
|
171
|
+
creatable_by: %i[system station dealer technician user],
|
172
|
+
patchable_by: %i[system station dealer technician user sub_user]
|
173
173
|
|
174
174
|
field :name_first,
|
175
175
|
type: :string,
|
data/lib/alula/version.rb
CHANGED
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.10.
|
4
|
+
version: 1.10.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Titus Johnson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|