@animaapp/anima-sdk 0.23.1 → 0.23.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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -4633,7 +4633,8 @@ class Gf {
|
|
|
4633
4633
|
styling: t.settings.styling,
|
|
4634
4634
|
uiLibrary: t.settings.uiLibrary
|
|
4635
4635
|
},
|
|
4636
|
-
dsId: t.settings.dsId
|
|
4636
|
+
dsId: t.settings.dsId,
|
|
4637
|
+
fastMode: t.settings.fastMode
|
|
4637
4638
|
}, (s = t.settings.codegenSettings) != null ? s : {}),
|
|
4638
4639
|
webhookUrl: t.webhookUrl
|
|
4639
4640
|
};
|