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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9b2e1d48e1646a763687cc9763dba07211d94137d035767c6ff664dc33654ee
4
- data.tar.gz: eec78ab47319dbbe03b0982e9173ee75214c0ab0bdbb6631e4ef1494818929de
3
+ metadata.gz: c45c97a74b8359adbe282b56af55dc872abb0f7254dbf9302650a7e617726d5a
4
+ data.tar.gz: 688d1e8fa635ee6acb8d672dcf6660f9d64ce64b0de58cbb930470ce0657b1b2
5
5
  SHA512:
6
- metadata.gz: 110243f72ffab33fcac03ac569f7e6f300b9fb089eb76a03d0c83ad605dde4842e86081c418a068042ebc53013566f165b344096d11ccf8a9263d578d4b736ad
7
- data.tar.gz: eac6bd6a56157a00728197158ce84093959cda708a46882e7122867d5c81dcca49fad40a5cd4db5ba913dce4d30040fe1908e9d1c95258f7ae89e92991806890
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Alula
4
- VERSION = '2.23.0'
4
+ VERSION = '2.24.0'
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: 2.23.0
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-08 00:00:00.000000000 Z
11
+ date: 2025-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty