app-v3-scripts-editor 1.37.6 → 1.37.7

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.
@@ -2,13 +2,13 @@ import { Node, NodeProps } from '@xyflow/react';
2
2
  import { IFilterGroup, INodeBaseType } from '../../../../services';
3
3
  import { BlockTypeProps } from '../../../constants';
4
4
  export declare enum TRIGGER_CALLBOT_CUSTOMER_ACTION_TYPE {
5
- UPDATED_BY_CONDITION = "UPDATED_BY_CONDITION"
5
+ UPDATED_BY_CONDITION = "updated_by_condition"
6
6
  }
7
7
  export declare const CallbotCustomerTypeLabel: {
8
- UPDATED_BY_CONDITION: string;
8
+ updated_by_condition: string;
9
9
  };
10
10
  export declare const CallbotCustomerTypeDescription: {
11
- UPDATED_BY_CONDITION: string;
11
+ updated_by_condition: string;
12
12
  };
13
13
  export declare const CallbotCustomerTypeList: TRIGGER_CALLBOT_CUSTOMER_ACTION_TYPE[];
14
14
  export interface CallbotCustomerNodeData extends INodeBaseType, Record<string, unknown> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "app-v3-scripts-editor",
3
3
  "private": false,
4
- "version": "1.37.6",
4
+ "version": "1.37.7",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/ucall-asia/app-v3-scripts-editor.git"