@supernova-studio/client 1.0.0-alpha.22 → 1.0.0-alpha.23
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13842,7 +13842,7 @@ var DocsStructureRepository = class {
|
|
|
13842
13842
|
// Actions
|
|
13843
13843
|
//
|
|
13844
13844
|
executeAction(action, metadata) {
|
|
13845
|
-
void this.executeActionPromise(action);
|
|
13845
|
+
void this.executeActionPromise(action, metadata);
|
|
13846
13846
|
}
|
|
13847
13847
|
executeActionPromise(action, metadata) {
|
|
13848
13848
|
const fullAction = { ...action, tId: this.transactionIdGenerator() };
|