shortcutkit 0.5.0 → 0.6.1
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/README.md +5 -4
- package/dist/generated/actions.d.ts +9838 -3484
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1759 -286
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type PlistValue } from "./plist.js";
|
|
2
2
|
import type { ActionId, MetaParams, ParamTypes } from "./generated/actions.js";
|
|
3
3
|
import type { Attachment, Picker, TokenString, Value } from "./values.js";
|
|
4
|
-
export { actions, ACTIONS, type ActionId, type ActionKey, type ParamKey, type ParamTypes, type MetaParams } from "./generated/actions.js";
|
|
4
|
+
export { actions, ACTIONS, PARAM_KINDS, type ActionId, type ActionKey, type ParamKey, type ParamTypes, type MetaParams } from "./generated/actions.js";
|
|
5
5
|
export type { PlistValue } from "./plist.js";
|
|
6
6
|
export type * from "./values.js";
|
|
7
7
|
export { getDefinition, allDefinitions, type ActionDefinition, type ParameterDefinition, type Localized } from "./definitions.js";
|