@managespace/sdk 0.1.171 → 0.1.174
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.
|
@@ -57,6 +57,12 @@ export interface DocumentComplete {
|
|
|
57
57
|
* @memberof DocumentComplete
|
|
58
58
|
*/
|
|
59
59
|
signerName?: string;
|
|
60
|
+
/**
|
|
61
|
+
* Role of the signer (e.g. operator, tenant).
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof DocumentComplete
|
|
64
|
+
*/
|
|
65
|
+
signerRole?: string;
|
|
60
66
|
/**
|
|
61
67
|
* Whether all signatures have been gathered or not.
|
|
62
68
|
* @type {boolean}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"document-complete.d.ts","sourceRoot":"","sources":["../../../src/generated/models/document-complete.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,qBAAqB,EAAE,OAAO,CAAC;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gBAAgB,CAGnF;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAEpE;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gBAAgB,
|
|
1
|
+
{"version":3,"file":"document-complete.d.ts","sourceRoot":"","sources":["../../../src/generated/models/document-complete.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,qBAAqB,EAAE,OAAO,CAAC;IAC/B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gBAAgB,CAGnF;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAEpE;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gBAAgB,CAiBvG;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAElE;AAED,wBAAgB,2BAA2B,CAAC,KAAK,CAAC,EAAE,gBAAgB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAkBtH"}
|
|
@@ -42,6 +42,7 @@ function DocumentCompleteFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
42
42
|
'userId': json['userId'] == null ? undefined : json['userId'],
|
|
43
43
|
'signerEmail': json['signerEmail'] == null ? undefined : json['signerEmail'],
|
|
44
44
|
'signerName': json['signerName'] == null ? undefined : json['signerName'],
|
|
45
|
+
'signerRole': json['signerRole'] == null ? undefined : json['signerRole'],
|
|
45
46
|
'allSignaturesGathered': json['allSignaturesGathered'],
|
|
46
47
|
'fileUrl': json['fileUrl'] == null ? undefined : json['fileUrl'],
|
|
47
48
|
};
|
|
@@ -61,6 +62,7 @@ function DocumentCompleteToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
61
62
|
'userId': value['userId'],
|
|
62
63
|
'signerEmail': value['signerEmail'],
|
|
63
64
|
'signerName': value['signerName'],
|
|
65
|
+
'signerRole': value['signerRole'],
|
|
64
66
|
'allSignaturesGathered': value['allSignaturesGathered'],
|
|
65
67
|
'fileUrl': value['fileUrl'],
|
|
66
68
|
};
|
package/package.json
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@managespace/sdk",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"main": "./dist/index.js",
|
|
5
|
-
"types": "./dist/index.d.ts",
|
|
3
|
+
"version": "0.1.174",
|
|
6
4
|
"scripts": {
|
|
7
5
|
"lint:check": "eslint .",
|
|
8
6
|
"lint:fix": "eslint --fix .",
|
|
@@ -10,8 +8,13 @@
|
|
|
10
8
|
"typecheck": "tsc --noEmit",
|
|
11
9
|
"circular": "bunx madge --circular --warning --ts-config tsconfig.json --extensions ts ."
|
|
12
10
|
},
|
|
11
|
+
"main": "./dist/index.js",
|
|
12
|
+
"types": "./dist/index.d.ts",
|
|
13
13
|
"exports": {
|
|
14
|
-
".":
|
|
14
|
+
".": {
|
|
15
|
+
"bun": "./src/index.ts",
|
|
16
|
+
"default": "./dist/index.js"
|
|
17
|
+
}
|
|
15
18
|
},
|
|
16
19
|
"dependencies": {
|
|
17
20
|
"import-sync": "^2.2.2",
|
|
@@ -19,7 +22,7 @@
|
|
|
19
22
|
"zod": "^3.23.8"
|
|
20
23
|
},
|
|
21
24
|
"devDependencies": {
|
|
22
|
-
"@types/node": "^20.
|
|
25
|
+
"@types/node": "^20.17.0",
|
|
23
26
|
"@repo/typescript-config": "workspace:*"
|
|
24
27
|
}
|
|
25
28
|
}
|
|
@@ -62,6 +62,12 @@ export interface DocumentComplete {
|
|
|
62
62
|
* @memberof DocumentComplete
|
|
63
63
|
*/
|
|
64
64
|
signerName?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Role of the signer (e.g. operator, tenant).
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof DocumentComplete
|
|
69
|
+
*/
|
|
70
|
+
signerRole?: string;
|
|
65
71
|
/**
|
|
66
72
|
* Whether all signatures have been gathered or not.
|
|
67
73
|
* @type {boolean}
|
|
@@ -101,6 +107,7 @@ export function DocumentCompleteFromJSONTyped(json: any, ignoreDiscriminator: bo
|
|
|
101
107
|
'userId': json['userId'] == null ? undefined : json['userId'],
|
|
102
108
|
'signerEmail': json['signerEmail'] == null ? undefined : json['signerEmail'],
|
|
103
109
|
'signerName': json['signerName'] == null ? undefined : json['signerName'],
|
|
110
|
+
'signerRole': json['signerRole'] == null ? undefined : json['signerRole'],
|
|
104
111
|
'allSignaturesGathered': json['allSignaturesGathered'],
|
|
105
112
|
'fileUrl': json['fileUrl'] == null ? undefined : json['fileUrl'],
|
|
106
113
|
};
|
|
@@ -124,6 +131,7 @@ export function DocumentCompleteToJSONTyped(value?: DocumentComplete | null, ign
|
|
|
124
131
|
'userId': value['userId'],
|
|
125
132
|
'signerEmail': value['signerEmail'],
|
|
126
133
|
'signerName': value['signerName'],
|
|
134
|
+
'signerRole': value['signerRole'],
|
|
127
135
|
'allSignaturesGathered': value['allSignaturesGathered'],
|
|
128
136
|
'fileUrl': value['fileUrl'],
|
|
129
137
|
};
|