@xuda.io/ai_module 1.1.4799 → 1.1.4800
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/index.mjs +37 -37
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -3342,44 +3342,44 @@ export const update_ai_agent_properties = async function (doc, app_id, uid, fiel
|
|
|
3342
3342
|
"center": "title",
|
|
3343
3343
|
"right": "dayGridMonth,timeGridWeek,timeGridDay"
|
|
3344
3344
|
}",
|
|
3345
|
-
},
|
|
3346
|
-
events: {
|
|
3347
|
-
label: "Events",
|
|
3348
|
-
type: "string",
|
|
3349
|
-
render: "events",
|
|
3350
|
-
tooltip: "Listen to any event",
|
|
3351
|
-
options: [
|
|
3352
|
-
{
|
|
3353
|
-
label: "After update",
|
|
3354
|
-
value: "onAfterUpdate",
|
|
3355
|
-
tooltip: "Invoked after the tippy has been updated.",
|
|
3356
|
-
}
|
|
3357
|
-
],
|
|
3358
|
-
},
|
|
3359
|
-
event_name_for_successful_callback: {
|
|
3360
|
-
label: "Successful Callback",
|
|
3361
|
-
type: "string",
|
|
3362
|
-
render: "eventId",
|
|
3363
|
-
},
|
|
3364
|
-
customThresholds: {
|
|
3365
|
-
label: "Custom Thresholds",
|
|
3366
|
-
type: "boolean",
|
|
3367
|
-
render: "checkbox",
|
|
3368
|
-
tooltip: "Enable if you want to provide custom thresholds for formatting.",
|
|
3369
|
-
defaultValue: () => false,
|
|
3370
|
-
},
|
|
3371
|
-
field_id_to_return_result: {
|
|
3372
|
-
label: "Field Id Callback",
|
|
3373
|
-
type: "string",
|
|
3374
|
-
render: "field",
|
|
3375
|
-
},
|
|
3376
|
-
alert_description: {
|
|
3377
|
-
label: 'Alert Description',
|
|
3378
|
-
type: 'string',
|
|
3379
|
-
render: 'textarea',
|
|
3380
|
-
tooltip: 'Detailed description or message content of the alert.',
|
|
3381
|
-
mandatory: false,
|
|
3382
3345
|
},
|
|
3346
|
+
events: {
|
|
3347
|
+
label: "Events",
|
|
3348
|
+
type: "string",
|
|
3349
|
+
render: "events",
|
|
3350
|
+
tooltip: "Listen to any event",
|
|
3351
|
+
options: [
|
|
3352
|
+
{
|
|
3353
|
+
label: "After update",
|
|
3354
|
+
value: "onAfterUpdate",
|
|
3355
|
+
tooltip: "Invoked after the tippy has been updated.",
|
|
3356
|
+
}
|
|
3357
|
+
],
|
|
3358
|
+
},
|
|
3359
|
+
event_name_for_successful_callback: {
|
|
3360
|
+
label: "Successful Callback",
|
|
3361
|
+
type: "string",
|
|
3362
|
+
render: "eventId",
|
|
3363
|
+
} ,
|
|
3364
|
+
customThresholds: {
|
|
3365
|
+
label: "Custom Thresholds",
|
|
3366
|
+
type: "boolean",
|
|
3367
|
+
render: "checkbox",
|
|
3368
|
+
tooltip: "Enable if you want to provide custom thresholds for formatting.",
|
|
3369
|
+
defaultValue: () => false,
|
|
3370
|
+
},
|
|
3371
|
+
field_id_to_return_result: {
|
|
3372
|
+
label: "Field Id Callback",
|
|
3373
|
+
type: "string",
|
|
3374
|
+
render: "field",
|
|
3375
|
+
},
|
|
3376
|
+
alert_description: {
|
|
3377
|
+
label: 'Alert Description',
|
|
3378
|
+
type: 'string',
|
|
3379
|
+
render: 'textarea',
|
|
3380
|
+
tooltip: 'Detailed description or message content of the alert.',
|
|
3381
|
+
mandatory: false,
|
|
3382
|
+
},
|
|
3383
3383
|
|
|
3384
3384
|
|
|
3385
3385
|
docs: {
|