@smartbooks-ai/api-client 0.1.1 → 0.1.2

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.
@@ -6940,6 +6940,12 @@ export interface GeneratedTableVisual {
6940
6940
  * @memberof GeneratedTableVisual
6941
6941
  */
6942
6942
  aiFindingsEnabled: boolean;
6943
+ /**
6944
+ *
6945
+ * @type {Array<string>}
6946
+ * @memberof GeneratedTableVisual
6947
+ */
6948
+ nodesAllowingCodeDisplay: Array<string>;
6943
6949
  /**
6944
6950
  *
6945
6951
  * @type {boolean}
package/package.json CHANGED
@@ -19,5 +19,5 @@
19
19
  },
20
20
  "sideEffects": false,
21
21
  "typings": "./dist/index.d.ts",
22
- "version": "0.1.1"
22
+ "version": "0.1.2"
23
23
  }