From 241f0f33820e2741205bb7046a50d7ad3a0eeeac Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 18:42:42 +0000 Subject: [PATCH] SDK regeneration --- LICENSE | 21 +++++++++++++++++++++ package.json | 3 ++- src/api/resources/saml/client/Client.ts | 4 ++-- src/environments.ts | 2 +- yarn.lock | 6 +++--- 5 files changed, 29 insertions(+), 7 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..809d6e8 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Ssoready. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/package.json b/package.json index 17f7f59..9db666c 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "ssoready", - "version": "0.2.0", + "version": "0.2.1", "private": false, "repository": "https://github.com/ssoready/ssoready-typescript", + "license": "MIT", "main": "./index.js", "types": "./index.d.ts", "scripts": { diff --git a/src/api/resources/saml/client/Client.ts b/src/api/resources/saml/client/Client.ts index 35e5cf2..a9a6272 100644 --- a/src/api/resources/saml/client/Client.ts +++ b/src/api/resources/saml/client/Client.ts @@ -50,7 +50,7 @@ export class Saml { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "ssoready", - "X-Fern-SDK-Version": "0.2.0", + "X-Fern-SDK-Version": "0.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -118,7 +118,7 @@ export class Saml { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "ssoready", - "X-Fern-SDK-Version": "0.2.0", + "X-Fern-SDK-Version": "0.2.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/environments.ts b/src/environments.ts index a5ad3be..844b453 100644 --- a/src/environments.ts +++ b/src/environments.ts @@ -3,7 +3,7 @@ */ export const SSOReadyEnvironment = { - Default: "https://api.dev-ucarion.ssoready-nonprod.com", + Default: "https://api.ssoready.com", } as const; export type SSOReadyEnvironment = typeof SSOReadyEnvironment.Default; diff --git a/yarn.lock b/yarn.lock index dad46c7..7180e2d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -906,9 +906,9 @@ camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001587: - version "1.0.30001621" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001621.tgz#4adcb443c8b9c8303e04498318f987616b8fea2e" - integrity sha512-+NLXZiviFFKX0fk8Piwv3PfLPGtRqJeq2TiNoUff/qB5KJgwecJTvCXDpmlyP/eCI/GUEmp/h/y5j0yckiiZrA== + version "1.0.30001624" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001624.tgz#0ec4c8fa7a46e5b785477c70b38a56d0b10058eb" + integrity sha512-0dWnQG87UevOCPYaOR49CBcLBwoZLpws+k6W37nLjWUhumP1Isusj0p2u+3KhjNloRWK9OKMgjBBzPujQHw4nA== chalk@^2.4.2: version "2.4.2"