@boxyhq/saml-jackson 0.3.0-beta.249 → 0.3.0-beta.250

Sign up to get free protection for your applications and to get access to all the features.
package/dist/typings.d.ts CHANGED
@@ -94,10 +94,10 @@ export declare type DatabaseType = 'postgres' | 'mysql' | 'mariadb';
94
94
  export interface DatabaseOption {
95
95
  engine: DatabaseEngine;
96
96
  url: string;
97
- type: DatabaseType;
98
- ttl: number;
99
- cleanupLimit: number;
100
- encryptionKey: string;
97
+ type?: DatabaseType;
98
+ ttl?: number;
99
+ cleanupLimit?: number;
100
+ encryptionKey?: string;
101
101
  }
102
102
  export interface SAMLReq {
103
103
  ssoUrl?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxyhq/saml-jackson",
3
- "version": "0.3.0-beta.249",
3
+ "version": "0.3.0-beta.250",
4
4
  "license": "Apache 2.0",
5
5
  "description": "SAML 2.0 service",
6
6
  "main": "dist/index.js",