@parra/parra-js-sdk 0.3.405 → 0.3.406

Sign up to get free protection for your applications and to get access to all the features.
@@ -3018,6 +3018,7 @@ export interface SsoConnection {
3018
3018
  updated_at: string;
3019
3019
  deleted_at?: string | null;
3020
3020
  provider: SsoProvider;
3021
+ disabled: boolean;
3021
3022
  }
3022
3023
  export interface CreateSsoConnectionRequestBody {
3023
3024
  provider: SsoProvider;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.405",
3
+ "version": "0.3.406",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",