@adminforth/bulk-ai-flow 1.0.4 → 1.0.6

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/build.log CHANGED
@@ -10,5 +10,5 @@ custom/tsconfig.json
10
10
  custom/visionAction.vue
11
11
  custom/visionTable.vue
12
12
 
13
- sent 23,945 bytes received 115 bytes 48,120.00 bytes/sec
13
+ sent 23,951 bytes received 115 bytes 48,132.00 bytes/sec
14
14
  total size is 23,526 speedup is 0.98
package/dist/index.js CHANGED
@@ -62,7 +62,6 @@ export default class BulkAiFlowPlugin extends AdminForthPlugin {
62
62
  pluginInstanceId: this.pluginInstanceId,
63
63
  outputFields: this.options.outputFields,
64
64
  actionName: this.options.actionName,
65
- confirmMessage: this.options.confirmMessage,
66
65
  columnEnums: columnEnums,
67
66
  }
68
67
  };
package/index.ts CHANGED
@@ -58,7 +58,6 @@ export default class BulkAiFlowPlugin extends AdminForthPlugin {
58
58
  pluginInstanceId: this.pluginInstanceId,
59
59
  outputFields: this.options.outputFields,
60
60
  actionName: this.options.actionName,
61
- confirmMessage: this.options.confirmMessage,
62
61
  columnEnums: columnEnums,
63
62
  }
64
63
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/bulk-ai-flow",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/types.ts CHANGED
@@ -3,7 +3,6 @@ import { ImageVisionAdapter, AdminUser, IAdminForth, StorageAdapter } from "admi
3
3
 
4
4
  export interface PluginOptions {
5
5
  actionName: string,
6
- confirmMessage: string,
7
6
  adapter: ImageVisionAdapter,
8
7
  outputFields: Record<string, string>[],
9
8
  attachFiles?: ({ record }: {