alula-ruby 2.33.0 → 2.34.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: 31daa0fd131304d5f8c858b4bc4918c051c4d1a1d7a21d0aa1ebaa627cf10af1
4
- data.tar.gz: f32fde1b206ba13b62bcd8e125505bded5364c9f90b38a951fe364013d95c53e
3
+ metadata.gz: b83ebcec265a85695b8e1a84d7961ba8f67972bde1ba661fda5f2ea3d0576113
4
+ data.tar.gz: 00621eaa3a8481aa2b526a4b8fd6e5fdc63e5662e8f5a455f329f5ef86e46df9
5
5
  SHA512:
6
- metadata.gz: bdf84b81c4560d36b051477d8db8683fb1621f3ad220318cdd2cda3874380845688744b56c72ddb06c7cbe3702ea0475b3fe90c6294045687e9d50a513e9269c
7
- data.tar.gz: 9681ddcb9749ac4a2491be164e8ac002f72b34eb47952bf738d6ce26adf99c19d3de4634d48cb27db1a4049f9a48f83eb044ee7782d760908de67e305dfa7a5d
6
+ metadata.gz: 9e4a8db28f7766bdcda562fb27d77f75c97d4f642c096d2a167ff417d08e848ae7bf0e0042ff71f45e7ba0ec0163481c8c434daec2e9eb821e3d5a68eb890490
7
+ data.tar.gz: 9f0cb4409c0b81afbd25e25bc14c7363244ce2cf0d95065311271bbcd74c4f92c05f1f0dbc3a23fd94925a383ab1df313cd8e60581caccdb936ae2af83483648
data/VERSION.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  | Version | Date | Description |
4
4
  | ------- | ------------| --------------------------------------------------------------------------- |
5
+ | v2.34.0 | 2026-05-04 | Add CONNECT-XiP-INTL (program ID 49) to XiP family and Connect device program IDs |
5
6
  | v2.33.0 | 2026-03-02 | Add a new method `Alula::Oauth#authenticate_with_code` for handling grants of type `authorization_code` |
6
7
  | v2.32.0 | 2026-01-30 | Add a new `Alula::Dcp::Config::ClearStaged` class that calls the DCP API endpoint to clear all staged configuration data for a device. |
7
8
  | v2.31.0 | 2025-12-19 | Adds managed_by and sso_access_level properties in Dealer |
@@ -21,7 +21,8 @@ module Alula
21
21
  44, # WTP-02 (is ALDER-WTP_WIFI)
22
22
  45, # Connect-FLX-Z
23
23
  46, # Connect-FLX-DUAL
24
- 47 # Connect-FLX-DUAL-Z
24
+ 47, # Connect-FLX-DUAL-Z
25
+ 49 # CONNECT-XiP-INTL
25
26
  ].freeze
26
27
 
27
28
  GSM_PROGRAM_IDS = [
@@ -60,7 +61,8 @@ module Alula
60
61
  42, # C+Pro-SC
61
62
  45, # C+Flex-Z
62
63
  46, # C+Flex-Dual
63
- 47 # C+Flex-Dual-Z
64
+ 47, # C+Flex-Dual-Z
65
+ 49 # CONNECT-XiP-INTL
64
66
  ].freeze
65
67
 
66
68
  def connect_device?
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.33.0'
4
+ VERSION = '2.34.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alula-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.33.0
4
+ version: 2.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Titus Johnson