@choiceform/os-client-core 3.6.26 → 3.6.27

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/index.d.ts CHANGED
@@ -4384,6 +4384,7 @@ interface CCUploadOption extends CCOption, CCUploadResult {
4384
4384
  * @ignore
4385
4385
  */
4386
4386
  image: CCNodeImage;
4387
+ origin: CFPDUploadOption;
4387
4388
  }
4388
4389
 
4389
4390
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.6.26",
3
+ "version": "3.6.27",
4
4
  "description": "choiceform survey client core",
5
5
  "main": "./dist/core.js",
6
6
  "repository": "https://github.com/choice-form/os-client-core",