@equisoft/equisoft-connect-sdk-typescript 10.18.2 → 10.19.1-snapshot.20220411143826

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.
@@ -28,7 +28,7 @@ export interface GatewaysCredentials {
28
28
  */
29
29
  password: string;
30
30
  /**
31
- *
31
+ * | null
32
32
  * @type {string}
33
33
  * @memberof GatewaysCredentials
34
34
  */
@@ -28,7 +28,7 @@ export interface GatewaysCredentialsWithSsn {
28
28
  */
29
29
  password: string;
30
30
  /**
31
- *
31
+ * | null
32
32
  * @type {string}
33
33
  * @memberof GatewaysCredentialsWithSsn
34
34
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equisoft/equisoft-connect-sdk-typescript",
3
- "version": "10.18.2",
3
+ "version": "10.19.1-snapshot.20220411143826",
4
4
  "description": "OpenAPI client for @equisoft/equisoft-connect-sdk-typescript",
5
5
  "author": "OpenAPI-Generator",
6
6
  "main": "./dist/index.js",
@@ -32,7 +32,7 @@ export interface GatewaysCredentials {
32
32
  */
33
33
  password: string;
34
34
  /**
35
- *
35
+ * | null
36
36
  * @type {string}
37
37
  * @memberof GatewaysCredentials
38
38
  */
@@ -43,7 +43,7 @@ export interface GatewaysCredentialsWithSsn {
43
43
  */
44
44
  password: string;
45
45
  /**
46
- *
46
+ * | null
47
47
  * @type {string}
48
48
  * @memberof GatewaysCredentialsWithSsn
49
49
  */