alula-ruby 2.17.0 → 2.19.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 +2 -0
- data/lib/alula/resources/receiver.rb +14 -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: 568a1f5d12c0128c0500c8118101d3b6097a99fb002a5447573e6c6cf70c9d15
|
4
|
+
data.tar.gz: 0c9bc687faf0e26e111627213bbf51a244475c424de5839cc227a11c9bc33aaa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2c39a552fedb91a92e1bdc5ad4333437e6c1087865a440146efd6728ff88f3ae4e5998ba737fc42204dd6ced0f52f56ba8c486dcbb0753d7da22e63f080b7fd
|
7
|
+
data.tar.gz: f3f9f9445ec96ff64a2d1921189daeaeea616d6253852d8f343d4affbf99eb0eb1ea2e8d1e5296716f0d3179ebf78fb6dceadaf046e3f96d531cc3550a02c86e
|
data/VERSION.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
| Version | Date | Description |
|
4
4
|
| ------- | ------------| --------------------------------------------------------------------------- |
|
5
|
+
| v2.19.0 | 2025-07-03 | Add line_num_alphanumeric to Receiver model |
|
6
|
+
| v2.18.0 | 2025-07-02 | Add remote_central_station_id to Receiver model |
|
5
7
|
| v2.17.0 | 2025-07-01 | Add force logic to API resource creation |
|
6
8
|
| v2.16.2 | 2025-06-26 | Rename DCP fields, fix primitive arrays |
|
7
9
|
| v2.16.1 | 2025-06-24 | Remove byebug usages |
|
@@ -69,6 +69,13 @@ module Alula
|
|
69
69
|
creatable_by: [:system, :station, :dealer],
|
70
70
|
patchable_by: [:system, :station, :dealer]
|
71
71
|
|
72
|
+
field :line_num_alphanumeric,
|
73
|
+
type: :string,
|
74
|
+
sortable: false,
|
75
|
+
filterable: false,
|
76
|
+
creatable_by: [:system, :station, :dealer],
|
77
|
+
patchable_by: [:system, :station, :dealer]
|
78
|
+
|
72
79
|
field :dealer_acnt,
|
73
80
|
type: :string,
|
74
81
|
sortable: false,
|
@@ -125,6 +132,13 @@ module Alula
|
|
125
132
|
creatable_by: [:system, :station, :dealer],
|
126
133
|
patchable_by: [:system, :station, :dealer]
|
127
134
|
|
135
|
+
field :remote_central_station_id,
|
136
|
+
type: :string,
|
137
|
+
sortable: false,
|
138
|
+
filterable: false,
|
139
|
+
creatable_by: [:system],
|
140
|
+
patchable_by: [:system]
|
141
|
+
|
128
142
|
field :date_modified,
|
129
143
|
type: :date,
|
130
144
|
sortable: true,
|
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.19.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-07-
|
11
|
+
date: 2025-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|