@synsci/sdk 1.1.103 → 1.1.105

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.
@@ -953,6 +953,10 @@ export type KeybindsConfig = {
953
953
  * Cycle model variants
954
954
  */
955
955
  variant_cycle?: string;
956
+ /**
957
+ * Cycle research depth
958
+ */
959
+ research_cycle?: string;
956
960
  /**
957
961
  * Clear input field
958
962
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@synsci/sdk",
4
- "version": "1.1.103",
4
+ "version": "1.1.105",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {