@evergis/api 3.0.56 → 3.0.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@ export declare class PortalSettings extends ClientSettingsService {
5
5
  fetchPortalSettings(query: GetConfigurationParams): Promise<PortalConfiguration>;
6
6
  }
7
7
  export declare type PortalConfiguration = {
8
- settings: {
8
+ settings?: {
9
9
  withPortal?: boolean;
10
10
  allowRegistration?: boolean;
11
11
  allowSNS?: boolean;
@@ -1,2 +1,2 @@
1
1
  /** Generates unique identifier */
2
- export declare const generateId: () => string;
2
+ export declare const generateId: (size?: number | undefined) => string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.0.56",
2
+ "version": "3.0.59",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -42,5 +42,5 @@
42
42
  "nanoid": "^3.1.23",
43
43
  "query-string": "^6.7.0"
44
44
  },
45
- "gitHead": "d4bb972aa540a3ffeb81922357404433d6612219"
45
+ "gitHead": "4c6ed9d90497a60af0e72505ac9a883b33de3451"
46
46
  }