workos 2.9.0 → 2.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cb4ed5c75fde00ce9440cfb146e5f556b98a21959b3f231bebc0ca2b0cb499dc
4
- data.tar.gz: '089e4d96517c1242ea0a5dad7bebbec0f476f7a54caf48e23a0037bb6a09da14'
3
+ metadata.gz: fd6da710852e1f089d5c3b501cc2d55ef5f9e85d8f8a745d740a5d6e0a6df4d6
4
+ data.tar.gz: 66ecf5d3316f904bacf20d9a0ecf7f7ff81633b455979863ce988d1d19f78c82
5
5
  SHA512:
6
- metadata.gz: 9e1378b7c7b241caf3d948034618af56c3fcdabc2d6e42a8e36dea5a877cd014767dbb72397ea4401a30fb90c66ee0457d73391d497dfea6997dd733e298f1f0
7
- data.tar.gz: ae8ecbb1b18e22db2843adf9a8182c2d0f93b1e6a1d178bb17dfa991f3eba602deee2f6a71a3b3515135c135ec8f8d0a6d56caca9cb2bdc0ea5ddacf661f7fae
6
+ metadata.gz: 036340bb1ba592f4abdf7884c1a64080a2d3b0c8bf1e24f6ed1323304f9a073723c5cd5297f6067f5d63b9e23ecdb498b2d776301c7d00431c9fc3085a9a070d
7
+ data.tar.gz: 10b5067388e52420fde807b1f0b40f66efd4cf9c9c027a6bc27610acc7700cdbee910311b819ad941d4be32ed78fa87356fc81c39555af947d984b6103bcbd6d
@@ -0,0 +1,11 @@
1
+ ## Description
2
+
3
+ ## Documentation
4
+
5
+ Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates.
6
+
7
+ ```
8
+ [ ] Yes
9
+ ```
10
+
11
+ If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- workos (2.9.0)
4
+ workos (2.10.0)
5
5
  sorbet-runtime (~> 0.5)
6
6
 
7
7
  GEM
data/lib/workos/portal.rb CHANGED
@@ -17,7 +17,7 @@ module WorkOS
17
17
  # Generate a link to grant access to an organization's Admin Portal
18
18
  #
19
19
  # @param [String] intent The access scope for the generated Admin Portal
20
- # link. Valid values are: ["sso", "dsync"]
20
+ # link. Valid values are: ["audit_logs", "dsync", "log_streams", "sso",]
21
21
  # @param [String] organization The ID of the organization the Admin
22
22
  # Portal link will be generated for.
23
23
  # @param [String] The URL that the end user will be redirected to upon
@@ -7,9 +7,10 @@ module WorkOS
7
7
  # intents while generating an Admin Portal link.
8
8
  class Intent < T::Enum
9
9
  enums do
10
- SSO = new('sso')
11
- DSYNC = new('dsync')
12
10
  AUDIT_LOGS = new('audit_logs')
11
+ DSYNC = new('dsync')
12
+ LOG_STREAMS = new('log_streams')
13
+ SSO = new('sso')
13
14
  end
14
15
  end
15
16
  end
@@ -2,5 +2,5 @@
2
2
  # typed: strong
3
3
 
4
4
  module WorkOS
5
- VERSION = '2.9.0'
5
+ VERSION = '2.10.0'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: workos
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.0
4
+ version: 2.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - WorkOS
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-18 00:00:00.000000000 Z
11
+ date: 2022-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sorbet-runtime
@@ -162,6 +162,7 @@ extensions: []
162
162
  extra_rdoc_files: []
163
163
  files:
164
164
  - ".github/CODEOWNERS"
165
+ - ".github/pull_request_template.md"
165
166
  - ".github/renovate.json"
166
167
  - ".gitignore"
167
168
  - ".rspec"
@@ -402,7 +403,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
402
403
  - !ruby/object:Gem::Version
403
404
  version: '0'
404
405
  requirements: []
405
- rubygems_version: 3.3.24
406
+ rubygems_version: 3.3.26
406
407
  signing_key:
407
408
  specification_version: 4
408
409
  summary: API client for WorkOS