@managespace/sdk 0.1.16 → 0.1.17

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.
@@ -52,11 +52,11 @@ export interface DocumentComplete {
52
52
  */
53
53
  allSignaturesGathered: boolean;
54
54
  /**
55
- * Base64 encoded signed document
55
+ * Downloadable URL of the document.
56
56
  * @type {string}
57
57
  * @memberof DocumentComplete
58
58
  */
59
- file: string;
59
+ fileUrl: string;
60
60
  }
61
61
  /**
62
62
  * Check if a given object implements the DocumentComplete interface.
@@ -1 +1 @@
1
- {"version":3,"file":"document-complete.d.ts","sourceRoot":"","sources":["../../../src/generated/models/document-complete.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;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,qBAAqB,EAAE,OAAO,CAAC;IAC/B;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gBAAgB,CAInF;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAEpE;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gBAAgB,CAcvG;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,CAetH"}
1
+ {"version":3,"file":"document-complete.d.ts","sourceRoot":"","sources":["../../../src/generated/models/document-complete.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;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,qBAAqB,EAAE,OAAO,CAAC;IAC/B;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gBAAgB,CAInF;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAEpE;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gBAAgB,CAcvG;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,CAetH"}
@@ -20,7 +20,7 @@ exports.DocumentCompleteToJSONTyped = exports.DocumentCompleteToJSON = exports.D
20
20
  function instanceOfDocumentComplete(value) {
21
21
  if (!('allSignaturesGathered' in value) || value['allSignaturesGathered'] === undefined)
22
22
  return false;
23
- if (!('file' in value) || value['file'] === undefined)
23
+ if (!('fileUrl' in value) || value['fileUrl'] === undefined)
24
24
  return false;
25
25
  return true;
26
26
  }
@@ -40,7 +40,7 @@ function DocumentCompleteFromJSONTyped(json, ignoreDiscriminator) {
40
40
  'contactId': json['contactId'] == null ? undefined : json['contactId'],
41
41
  'userId': json['userId'] == null ? undefined : json['userId'],
42
42
  'allSignaturesGathered': json['allSignaturesGathered'],
43
- 'file': json['file'],
43
+ 'fileUrl': json['fileUrl'],
44
44
  };
45
45
  }
46
46
  exports.DocumentCompleteFromJSONTyped = DocumentCompleteFromJSONTyped;
@@ -59,7 +59,7 @@ function DocumentCompleteToJSONTyped(value, ignoreDiscriminator = false) {
59
59
  'contactId': value['contactId'],
60
60
  'userId': value['userId'],
61
61
  'allSignaturesGathered': value['allSignaturesGathered'],
62
- 'file': value['file'],
62
+ 'fileUrl': value['fileUrl'],
63
63
  };
64
64
  }
65
65
  exports.DocumentCompleteToJSONTyped = DocumentCompleteToJSONTyped;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@managespace/sdk",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "scripts": {
5
5
  "dev": "tsc -w --preserveWatchOutput",
6
6
  "build": "tsc",
@@ -56,11 +56,11 @@ export interface DocumentComplete {
56
56
  */
57
57
  allSignaturesGathered: boolean;
58
58
  /**
59
- * Base64 encoded signed document
59
+ * Downloadable URL of the document.
60
60
  * @type {string}
61
61
  * @memberof DocumentComplete
62
62
  */
63
- file: string;
63
+ fileUrl: string;
64
64
  }
65
65
 
66
66
  /**
@@ -68,7 +68,7 @@ export interface DocumentComplete {
68
68
  */
69
69
  export function instanceOfDocumentComplete(value: object): value is DocumentComplete {
70
70
  if (!('allSignaturesGathered' in value) || value['allSignaturesGathered'] === undefined) return false;
71
- if (!('file' in value) || value['file'] === undefined) return false;
71
+ if (!('fileUrl' in value) || value['fileUrl'] === undefined) return false;
72
72
  return true;
73
73
  }
74
74
 
@@ -88,7 +88,7 @@ export function DocumentCompleteFromJSONTyped(json: any, ignoreDiscriminator: bo
88
88
  'contactId': json['contactId'] == null ? undefined : json['contactId'],
89
89
  'userId': json['userId'] == null ? undefined : json['userId'],
90
90
  'allSignaturesGathered': json['allSignaturesGathered'],
91
- 'file': json['file'],
91
+ 'fileUrl': json['fileUrl'],
92
92
  };
93
93
  }
94
94
 
@@ -109,7 +109,7 @@ export function DocumentCompleteToJSONTyped(value?: DocumentComplete | null, ign
109
109
  'contactId': value['contactId'],
110
110
  'userId': value['userId'],
111
111
  'allSignaturesGathered': value['allSignaturesGathered'],
112
- 'file': value['file'],
112
+ 'fileUrl': value['fileUrl'],
113
113
  };
114
114
  }
115
115