@oneclick.dev/cms-kit 0.0.36 → 0.0.38

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/cms-kit.js CHANGED
@@ -54324,7 +54324,7 @@ function getCmsComposable(key) {
54324
54324
  }
54325
54325
  const useIntegrationActionBuilder = () => getCmsComposable("cms-useIntegrationActionBuilder")();
54326
54326
  const useIntegrations = () => getCmsComposable("cms-useIntegrations")();
54327
- const useIntegrationActions$1 = () => getCmsComposable("cms-useIntegrationActions")();
54327
+ const useIntegrationActions$1 = (integrationId) => getCmsComposable("cms-useIntegrationActions")(integrationId);
54328
54328
  const useMediaLibrary = () => getCmsComposable("cms-useMediaLibrary")();
54329
54329
  const useProjectService = () => getCmsComposable("cms-useProjectService")();
54330
54330
  const useBreadcrumbs$1 = () => getCmsComposable("cms-useBreadcrumbs")();
package/dist/index.d.ts CHANGED
@@ -86,7 +86,7 @@ export declare const useIntegrationActionBuilder: () => {
86
86
  builderState: Ref<BuilderState>;
87
87
  };
88
88
 
89
- export declare const useIntegrationActions: () => {
89
+ export declare const useIntegrationActions: (integrationId: string) => {
90
90
  fireAction: (action: any, variableContext: Variable[]) => Promise<any>;
91
91
  };
92
92
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneclick.dev/cms-kit",
3
- "version": "0.0.36",
3
+ "version": "0.0.38",
4
4
  "type": "module",
5
5
  "main": "./dist/cms-kit.cjs",
6
6
  "module": "./dist/cms-kit.js",