Skip to content

Commit 674655f

Browse files
authored
Bump typescript generator (#117)
1 parent 61616e0 commit 674655f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

fern/fern.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "ssoready",
3-
"version": "0.45.0-rc12"
4-
}
3+
"version": "0.56.6"
4+
}

fern/generators.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
api:
2-
path: openapi.yml
3-
overrides: openapi-overrides.yml
2+
specs:
3+
- openapi: openapi.yml
4+
overrides: openapi-overrides.yml
45
groups:
56
python-sdk:
67
generators:
@@ -22,7 +23,7 @@ groups:
2223
ts-sdk:
2324
generators:
2425
- name: fernapi/fern-typescript-node-sdk
25-
version: 0.19.0
26+
version: 0.51.7
2627
output:
2728
location: npm
2829
package-name: ssoready

fern/pages/ssoready-concepts/scim-request-logs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ include details about that failure on the SCIM request log.
4343
</Frame>
4444

4545
Every SCIM directory has a secret [bearer
46-
token](//docs/ssoready-concepts/scim-directories#scim-authentication) associated
46+
token](/docs/ssoready-concepts/scim-directories#scim-authentication) associated
4747
with it. This bearer token lets SSOReady authenticate that a SCIM HTTP request
4848
is really coming from your customer's identity provider.
4949

0 commit comments

Comments
 (0)