@choiceform/os-client-core 3.6.41 → 3.6.43

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
@@ -4447,6 +4447,7 @@ interface CCISurveyMeta {
4447
4447
  diagram_url: string;
4448
4448
  langs: CCIemoteLang[];
4449
4449
  published_at: string;
4450
+ start_auto?: boolean | null;
4450
4451
  }
4451
4452
 
4452
4453
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@choiceform/os-client-core",
3
- "version": "3.6.41",
3
+ "version": "3.6.43",
4
4
  "description": "choiceform survey client core",
5
5
  "main": "./dist/core.js",
6
6
  "repository": "https://github.com/choice-form/os-client-core",