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 +4 -4
- data/README.md +1 -1
- data/lib/vortex/client.rb +1 -1
- data/lib/vortex/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: 677efb240644fe95c61d07a325952a6d2f8c6851eb14d59d17178d2c74881629
|
|
4
|
+
data.tar.gz: 83ad91fa108419346c2b6a707b62316573fdc5137d213a141840a599eca02dbe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
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/
|
|
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
|
data/lib/vortex/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2026-02-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|