vortex-ruby-sdk 1.8.3 → 1.8.4

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: f18c676fb034bb528e9d15103c72c781336265ea591c207c98c3b43011999e19
4
- data.tar.gz: f93d826ce67bbaf30a0d2c40240f0070c492f277823b9c377d31d0557b989d9f
3
+ metadata.gz: 677efb240644fe95c61d07a325952a6d2f8c6851eb14d59d17178d2c74881629
4
+ data.tar.gz: 83ad91fa108419346c2b6a707b62316573fdc5137d213a141840a599eca02dbe
5
5
  SHA512:
6
- metadata.gz: 55f270dd410709b262dded8417c3a0f76362e8650b4611a719cf4061601b0e2c056438c5ebe33f1d6544a2f6b41c22a341fd587ca9f93e97023920404401aec7
7
- data.tar.gz: aefed295464f5b39ae39bd7738287f8e097b8ad5a1d4da056028019705f1a136856e4d63405a087d93bc268ddf0f27215ba19db53cd165caf833fc09b212785e
6
+ metadata.gz: 324e85fc0660f7b952932a163ad10df4ae17f8f81dafd7c8eb6d8de70e771146474c0cc147d7643ae689f9629eafba0b9884c6f022b3091fb4147a3a1dc2f1eb
7
+ data.tar.gz: 2d780b17c5697ffcb0532bfcabce7756bd80a672b74417b5194e0c3e9089de31c0bc8c03977b4a0fdce0e416af1bb2a85868b2aa6050d2bf6a9fe9fbf7aa45e5
data/README.md CHANGED
@@ -188,7 +188,7 @@ The SDK provides these routes (same as other SDKs for React provider compatibili
188
188
  - `GET /api/vortex/invitations/by-group/:type/:id`
189
189
  - `DELETE /api/vortex/invitations/by-group/:type/:id`
190
190
  - `POST /api/vortex/invitations/:id/reinvite`
191
- - `POST /api/vortex/invitation-actions/sync-internal-invitation`
191
+ - `POST /api/vortex/invitations/sync-internal-invitation`
192
192
 
193
193
  ## Sync Internal Invitation
194
194
 
data/lib/vortex/client.rb CHANGED
@@ -507,7 +507,7 @@ module Vortex
507
507
  componentId: component_id
508
508
  }
509
509
 
510
- response = @connection.post('/api/v1/invitation-actions/sync-internal-invitation') do |req|
510
+ response = @connection.post('/api/v1/invitations/sync-internal-invitation') do |req|
511
511
  req.headers['Content-Type'] = 'application/json'
512
512
  req.body = JSON.generate(body)
513
513
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Vortex
4
- VERSION = '1.8.3'
4
+ VERSION = '1.8.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vortex-ruby-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.3
4
+ version: 1.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vortex Software
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-02-20 00:00:00.000000000 Z
11
+ date: 2026-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday