@oneblink/sdk 3.3.0 → 3.3.1
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oneblink/sdk",
|
|
3
3
|
"description": "OneBlink SDK to serve as an entry point for all OneBlink Services in NodeJS",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.1",
|
|
5
5
|
"author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/oneblink/sdk-node-js/issues"
|
|
@@ -340,7 +340,7 @@ export default class Forms extends OneBlinkAPI {
|
|
|
340
340
|
/** The attachment identifier from the form submission data */
|
|
341
341
|
attachmentId: string;
|
|
342
342
|
/** The submission identifier for the the form submission */
|
|
343
|
-
submissionId:
|
|
343
|
+
submissionId: string;
|
|
344
344
|
}): Promise<{
|
|
345
345
|
url: string;
|
|
346
346
|
}>;
|