@dynamic-labs/sdk-api 0.0.392 → 0.0.393

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api",
3
- "version": "0.0.392",
3
+ "version": "0.0.393",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -26,31 +26,31 @@ export interface ProjectSettingsGeneral {
26
26
  * @type {string}
27
27
  * @memberof ProjectSettingsGeneral
28
28
  */
29
- supportEmail?: string;
29
+ supportEmail?: string | null;
30
30
  /**
31
31
  *
32
32
  * @type {string}
33
33
  * @memberof ProjectSettingsGeneral
34
34
  */
35
- supportText?: string;
35
+ supportText?: string | null;
36
36
  /**
37
37
  *
38
38
  * @type {string}
39
39
  * @memberof ProjectSettingsGeneral
40
40
  */
41
- appLogo?: string;
41
+ appLogo?: string | null;
42
42
  /**
43
43
  *
44
44
  * @type {string}
45
45
  * @memberof ProjectSettingsGeneral
46
46
  */
47
- imageUserNotInAccessList?: string;
47
+ imageUserNotInAccessList?: string | null;
48
48
  /**
49
49
  *
50
50
  * @type {string}
51
51
  * @memberof ProjectSettingsGeneral
52
52
  */
53
- imageUserInAccessList?: string;
53
+ imageUserInAccessList?: string | null;
54
54
  /**
55
55
  *
56
56
  * @type {{ [key: string]: string; }}
@@ -64,13 +64,13 @@ export interface ProjectSettingsGeneral {
64
64
  * @type {string}
65
65
  * @memberof ProjectSettingsGeneral
66
66
  */
67
- collectUserDataWelcomeHeader?: string;
67
+ collectUserDataWelcomeHeader?: string | null;
68
68
  /**
69
69
  *
70
70
  * @type {string}
71
71
  * @memberof ProjectSettingsGeneral
72
72
  */
73
- collectUserDataWelcomeMessage?: string;
73
+ collectUserDataWelcomeMessage?: string | null;
74
74
  /**
75
75
  *
76
76
  * @type {boolean}