alula-ruby 2.23.0 → 2.24.0
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/VERSION.md +1 -0
- data/lib/alula/resources/dealer_branding.rb +27 -0
- 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: c45c97a74b8359adbe282b56af55dc872abb0f7254dbf9302650a7e617726d5a
|
4
|
+
data.tar.gz: 688d1e8fa635ee6acb8d672dcf6660f9d64ce64b0de58cbb930470ce0657b1b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36079e853c703f56f6955b82a9d3f49899cd51170cce4d5b5327f59ea494fe5c9e8eb25ea34c8f68c3f0bcc0c4a8099f01c44b88fd08010f7713a58f0beffbf4
|
7
|
+
data.tar.gz: 8abb92be68ac4d7701da5b4cf7e10044f34e511fdfc58e6f3932c531783c26b0f7ee45685eb0a1fb2fb49c4b8a4bd462840f7bb3bad0005cdc9acf13f700d297
|
data/VERSION.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2
2
|
|
3
3
|
| Version | Date | Description |
|
4
4
|
| ------- | ------------| --------------------------------------------------------------------------- |
|
5
|
+
| v2.24.0 | 2025-08-13 | Add app identifier fields to dealer branding |
|
5
6
|
| v2.23.0 | 2025-07-16 | Replace monitoring device feature with intrusion_services and video_monitoring_with_ai |
|
6
7
|
| v2.22.0 | 2025-07-07 | Add is_default config_template field |
|
7
8
|
| v2.21.0 | 2025-07-16 | Add monitoring device feature for EUFY-HOMEBASE-PRO |
|
@@ -222,5 +222,32 @@ module Alula
|
|
222
222
|
creatable_by: [],
|
223
223
|
patchable_by: []
|
224
224
|
|
225
|
+
field :app_store_app_id,
|
226
|
+
type: :string,
|
227
|
+
sortable: false,
|
228
|
+
filterable: false,
|
229
|
+
creatable_by: [:system, :station, :dealer],
|
230
|
+
patchable_by: [:system, :station, :dealer]
|
231
|
+
|
232
|
+
field :app_store_app_name,
|
233
|
+
type: :string,
|
234
|
+
sortable: false,
|
235
|
+
filterable: false,
|
236
|
+
creatable_by: [:system, :station, :dealer],
|
237
|
+
patchable_by: [:system, :station, :dealer]
|
238
|
+
|
239
|
+
field :play_store_app_id,
|
240
|
+
type: :string,
|
241
|
+
sortable: false,
|
242
|
+
filterable: false,
|
243
|
+
creatable_by: [:system, :station, :dealer],
|
244
|
+
patchable_by: [:system, :station, :dealer]
|
245
|
+
|
246
|
+
field :play_store_app_name,
|
247
|
+
type: :string,
|
248
|
+
sortable: false,
|
249
|
+
filterable: false,
|
250
|
+
creatable_by: [:system, :station, :dealer],
|
251
|
+
patchable_by: [:system, :station, :dealer]
|
225
252
|
end
|
226
253
|
end
|
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: 2.
|
4
|
+
version: 2.24.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Titus Johnson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|