@konomi-app/kintone-utilities 3.0.1 → 3.0.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.
@@ -27,7 +27,7 @@ export declare class KintoneEventListener {
27
27
  * @param events
28
28
  * @param callback
29
29
  */
30
- add: <T extends import("./types/api/record").Record = import("./types/api/record").Record, K extends keyof KintoneEventMap<T> = keyof KintoneEventMap<T>>(events: K[], callback: (event: KintoneEventMap<T>[K], options: CallbackOption) => KintoneEventMap<T>[K] | Promise<KintoneEventMap<T>[K]>) => void;
30
+ add: <T = import("./types/api/record").Record, K extends keyof KintoneEventMap<T> = keyof KintoneEventMap<T>>(events: K[], callback: (event: KintoneEventMap<T>[K], options: CallbackOption) => KintoneEventMap<T>[K] | Promise<KintoneEventMap<T>[K]>) => void;
31
31
  /**
32
32
  * Changeイベントを登録します
33
33
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konomi-app/kintone-utilities",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.js",
6
6
  "repository": "https://github.com/local-bias/kintone-utilities.git",