@marketrix.ai/widget 3.8.504 → 3.8.505
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.
|
@@ -19,12 +19,8 @@ export declare const widgetContract: {
|
|
|
19
19
|
created_by: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
20
20
|
}, import("zod/v4/core").$loose>>>;
|
|
21
21
|
type: import("zod").ZodEnum<{
|
|
22
|
-
user_login: "user_login";
|
|
23
|
-
url_visit: "url_visit";
|
|
24
22
|
update_workspace: "update_workspace";
|
|
25
|
-
create_user: "create_user";
|
|
26
23
|
update_user: "update_user";
|
|
27
|
-
delete_user: "delete_user";
|
|
28
24
|
create_application: "create_application";
|
|
29
25
|
update_application: "update_application";
|
|
30
26
|
delete_application: "delete_application";
|
|
@@ -46,22 +42,15 @@ export declare const widgetContract: {
|
|
|
46
42
|
payment_succeeded: "payment_succeeded";
|
|
47
43
|
payment_failed: "payment_failed";
|
|
48
44
|
widget_question: "widget_question";
|
|
49
|
-
qa_run_started: "qa_run_started";
|
|
50
45
|
start_simulation: "start_simulation";
|
|
51
46
|
create_workflow: "create_workflow";
|
|
52
47
|
update_workflow: "update_workflow";
|
|
53
48
|
delete_workflow: "delete_workflow";
|
|
54
49
|
toggle_workflow: "toggle_workflow";
|
|
55
50
|
slack_command: "slack_command";
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
duplicate_form: "duplicate_form";
|
|
60
|
-
publish_form: "publish_form";
|
|
61
|
-
unpublish_form: "unpublish_form";
|
|
62
|
-
archive_form: "archive_form";
|
|
63
|
-
submit_form_response: "submit_form_response";
|
|
64
|
-
delete_form_response: "delete_form_response";
|
|
51
|
+
publish_survey: "publish_survey";
|
|
52
|
+
unpublish_survey: "unpublish_survey";
|
|
53
|
+
delete_survey_response: "delete_survey_response";
|
|
65
54
|
}>;
|
|
66
55
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
67
56
|
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -70,12 +59,8 @@ export declare const widgetContract: {
|
|
|
70
59
|
workspace_id: import("zod").ZodNumber;
|
|
71
60
|
user_id: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
72
61
|
type: import("zod").ZodEnum<{
|
|
73
|
-
user_login: "user_login";
|
|
74
|
-
url_visit: "url_visit";
|
|
75
62
|
update_workspace: "update_workspace";
|
|
76
|
-
create_user: "create_user";
|
|
77
63
|
update_user: "update_user";
|
|
78
|
-
delete_user: "delete_user";
|
|
79
64
|
create_application: "create_application";
|
|
80
65
|
update_application: "update_application";
|
|
81
66
|
delete_application: "delete_application";
|
|
@@ -97,22 +82,15 @@ export declare const widgetContract: {
|
|
|
97
82
|
payment_succeeded: "payment_succeeded";
|
|
98
83
|
payment_failed: "payment_failed";
|
|
99
84
|
widget_question: "widget_question";
|
|
100
|
-
qa_run_started: "qa_run_started";
|
|
101
85
|
start_simulation: "start_simulation";
|
|
102
86
|
create_workflow: "create_workflow";
|
|
103
87
|
update_workflow: "update_workflow";
|
|
104
88
|
delete_workflow: "delete_workflow";
|
|
105
89
|
toggle_workflow: "toggle_workflow";
|
|
106
90
|
slack_command: "slack_command";
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
duplicate_form: "duplicate_form";
|
|
111
|
-
publish_form: "publish_form";
|
|
112
|
-
unpublish_form: "unpublish_form";
|
|
113
|
-
archive_form: "archive_form";
|
|
114
|
-
submit_form_response: "submit_form_response";
|
|
115
|
-
delete_form_response: "delete_form_response";
|
|
91
|
+
publish_survey: "publish_survey";
|
|
92
|
+
unpublish_survey: "unpublish_survey";
|
|
93
|
+
delete_survey_response: "delete_survey_response";
|
|
116
94
|
}>;
|
|
117
95
|
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
118
96
|
details: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -25,12 +25,8 @@ export declare const activityLogCreate: import("@orpc/contract").ContractProcedu
|
|
|
25
25
|
created_by: z.ZodOptional<z.ZodNumber>;
|
|
26
26
|
}, z.core.$loose>>>;
|
|
27
27
|
type: z.ZodEnum<{
|
|
28
|
-
user_login: "user_login";
|
|
29
|
-
url_visit: "url_visit";
|
|
30
28
|
update_workspace: "update_workspace";
|
|
31
|
-
create_user: "create_user";
|
|
32
29
|
update_user: "update_user";
|
|
33
|
-
delete_user: "delete_user";
|
|
34
30
|
create_application: "create_application";
|
|
35
31
|
update_application: "update_application";
|
|
36
32
|
delete_application: "delete_application";
|
|
@@ -52,22 +48,15 @@ export declare const activityLogCreate: import("@orpc/contract").ContractProcedu
|
|
|
52
48
|
payment_succeeded: "payment_succeeded";
|
|
53
49
|
payment_failed: "payment_failed";
|
|
54
50
|
widget_question: "widget_question";
|
|
55
|
-
qa_run_started: "qa_run_started";
|
|
56
51
|
start_simulation: "start_simulation";
|
|
57
52
|
create_workflow: "create_workflow";
|
|
58
53
|
update_workflow: "update_workflow";
|
|
59
54
|
delete_workflow: "delete_workflow";
|
|
60
55
|
toggle_workflow: "toggle_workflow";
|
|
61
56
|
slack_command: "slack_command";
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
duplicate_form: "duplicate_form";
|
|
66
|
-
publish_form: "publish_form";
|
|
67
|
-
unpublish_form: "unpublish_form";
|
|
68
|
-
archive_form: "archive_form";
|
|
69
|
-
submit_form_response: "submit_form_response";
|
|
70
|
-
delete_form_response: "delete_form_response";
|
|
57
|
+
publish_survey: "publish_survey";
|
|
58
|
+
unpublish_survey: "unpublish_survey";
|
|
59
|
+
delete_survey_response: "delete_survey_response";
|
|
71
60
|
}>;
|
|
72
61
|
}, z.core.$strip>, z.ZodObject<{
|
|
73
62
|
id: z.ZodOptional<z.ZodNumber>;
|
|
@@ -76,12 +65,8 @@ export declare const activityLogCreate: import("@orpc/contract").ContractProcedu
|
|
|
76
65
|
workspace_id: z.ZodNumber;
|
|
77
66
|
user_id: z.ZodNullable<z.ZodNumber>;
|
|
78
67
|
type: z.ZodEnum<{
|
|
79
|
-
user_login: "user_login";
|
|
80
|
-
url_visit: "url_visit";
|
|
81
68
|
update_workspace: "update_workspace";
|
|
82
|
-
create_user: "create_user";
|
|
83
69
|
update_user: "update_user";
|
|
84
|
-
delete_user: "delete_user";
|
|
85
70
|
create_application: "create_application";
|
|
86
71
|
update_application: "update_application";
|
|
87
72
|
delete_application: "delete_application";
|
|
@@ -103,22 +88,15 @@ export declare const activityLogCreate: import("@orpc/contract").ContractProcedu
|
|
|
103
88
|
payment_succeeded: "payment_succeeded";
|
|
104
89
|
payment_failed: "payment_failed";
|
|
105
90
|
widget_question: "widget_question";
|
|
106
|
-
qa_run_started: "qa_run_started";
|
|
107
91
|
start_simulation: "start_simulation";
|
|
108
92
|
create_workflow: "create_workflow";
|
|
109
93
|
update_workflow: "update_workflow";
|
|
110
94
|
delete_workflow: "delete_workflow";
|
|
111
95
|
toggle_workflow: "toggle_workflow";
|
|
112
96
|
slack_command: "slack_command";
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
duplicate_form: "duplicate_form";
|
|
117
|
-
publish_form: "publish_form";
|
|
118
|
-
unpublish_form: "unpublish_form";
|
|
119
|
-
archive_form: "archive_form";
|
|
120
|
-
submit_form_response: "submit_form_response";
|
|
121
|
-
delete_form_response: "delete_form_response";
|
|
97
|
+
publish_survey: "publish_survey";
|
|
98
|
+
unpublish_survey: "unpublish_survey";
|
|
99
|
+
delete_survey_response: "delete_survey_response";
|
|
122
100
|
}>;
|
|
123
101
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
124
102
|
details: z.ZodOptional<z.ZodString>;
|
|
@@ -137,12 +115,8 @@ export declare const activityLogCreate: import("@orpc/contract").ContractProcedu
|
|
|
137
115
|
export declare const activityLogSearch: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
|
|
138
116
|
workspace_id: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
139
117
|
types: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
140
|
-
user_login: "user_login";
|
|
141
|
-
url_visit: "url_visit";
|
|
142
118
|
update_workspace: "update_workspace";
|
|
143
|
-
create_user: "create_user";
|
|
144
119
|
update_user: "update_user";
|
|
145
|
-
delete_user: "delete_user";
|
|
146
120
|
create_application: "create_application";
|
|
147
121
|
update_application: "update_application";
|
|
148
122
|
delete_application: "delete_application";
|
|
@@ -164,22 +138,15 @@ export declare const activityLogSearch: import("@orpc/contract").ContractProcedu
|
|
|
164
138
|
payment_succeeded: "payment_succeeded";
|
|
165
139
|
payment_failed: "payment_failed";
|
|
166
140
|
widget_question: "widget_question";
|
|
167
|
-
qa_run_started: "qa_run_started";
|
|
168
141
|
start_simulation: "start_simulation";
|
|
169
142
|
create_workflow: "create_workflow";
|
|
170
143
|
update_workflow: "update_workflow";
|
|
171
144
|
delete_workflow: "delete_workflow";
|
|
172
145
|
toggle_workflow: "toggle_workflow";
|
|
173
146
|
slack_command: "slack_command";
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
duplicate_form: "duplicate_form";
|
|
178
|
-
publish_form: "publish_form";
|
|
179
|
-
unpublish_form: "unpublish_form";
|
|
180
|
-
archive_form: "archive_form";
|
|
181
|
-
submit_form_response: "submit_form_response";
|
|
182
|
-
delete_form_response: "delete_form_response";
|
|
147
|
+
publish_survey: "publish_survey";
|
|
148
|
+
unpublish_survey: "unpublish_survey";
|
|
149
|
+
delete_survey_response: "delete_survey_response";
|
|
183
150
|
}>>>;
|
|
184
151
|
application_id: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
185
152
|
mine: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
@@ -193,12 +160,8 @@ export declare const activityLogSearch: import("@orpc/contract").ContractProcedu
|
|
|
193
160
|
workspace_id: z.ZodNumber;
|
|
194
161
|
user_id: z.ZodNullable<z.ZodNumber>;
|
|
195
162
|
type: z.ZodEnum<{
|
|
196
|
-
user_login: "user_login";
|
|
197
|
-
url_visit: "url_visit";
|
|
198
163
|
update_workspace: "update_workspace";
|
|
199
|
-
create_user: "create_user";
|
|
200
164
|
update_user: "update_user";
|
|
201
|
-
delete_user: "delete_user";
|
|
202
165
|
create_application: "create_application";
|
|
203
166
|
update_application: "update_application";
|
|
204
167
|
delete_application: "delete_application";
|
|
@@ -220,22 +183,15 @@ export declare const activityLogSearch: import("@orpc/contract").ContractProcedu
|
|
|
220
183
|
payment_succeeded: "payment_succeeded";
|
|
221
184
|
payment_failed: "payment_failed";
|
|
222
185
|
widget_question: "widget_question";
|
|
223
|
-
qa_run_started: "qa_run_started";
|
|
224
186
|
start_simulation: "start_simulation";
|
|
225
187
|
create_workflow: "create_workflow";
|
|
226
188
|
update_workflow: "update_workflow";
|
|
227
189
|
delete_workflow: "delete_workflow";
|
|
228
190
|
toggle_workflow: "toggle_workflow";
|
|
229
191
|
slack_command: "slack_command";
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
duplicate_form: "duplicate_form";
|
|
234
|
-
publish_form: "publish_form";
|
|
235
|
-
unpublish_form: "unpublish_form";
|
|
236
|
-
archive_form: "archive_form";
|
|
237
|
-
submit_form_response: "submit_form_response";
|
|
238
|
-
delete_form_response: "delete_form_response";
|
|
192
|
+
publish_survey: "publish_survey";
|
|
193
|
+
unpublish_survey: "unpublish_survey";
|
|
194
|
+
delete_survey_response: "delete_survey_response";
|
|
239
195
|
}>;
|
|
240
196
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
241
197
|
details: z.ZodOptional<z.ZodString>;
|
|
@@ -276,12 +232,8 @@ export declare const activityLogRoutes: {
|
|
|
276
232
|
created_by: z.ZodOptional<z.ZodNumber>;
|
|
277
233
|
}, z.core.$loose>>>;
|
|
278
234
|
type: z.ZodEnum<{
|
|
279
|
-
user_login: "user_login";
|
|
280
|
-
url_visit: "url_visit";
|
|
281
235
|
update_workspace: "update_workspace";
|
|
282
|
-
create_user: "create_user";
|
|
283
236
|
update_user: "update_user";
|
|
284
|
-
delete_user: "delete_user";
|
|
285
237
|
create_application: "create_application";
|
|
286
238
|
update_application: "update_application";
|
|
287
239
|
delete_application: "delete_application";
|
|
@@ -303,22 +255,15 @@ export declare const activityLogRoutes: {
|
|
|
303
255
|
payment_succeeded: "payment_succeeded";
|
|
304
256
|
payment_failed: "payment_failed";
|
|
305
257
|
widget_question: "widget_question";
|
|
306
|
-
qa_run_started: "qa_run_started";
|
|
307
258
|
start_simulation: "start_simulation";
|
|
308
259
|
create_workflow: "create_workflow";
|
|
309
260
|
update_workflow: "update_workflow";
|
|
310
261
|
delete_workflow: "delete_workflow";
|
|
311
262
|
toggle_workflow: "toggle_workflow";
|
|
312
263
|
slack_command: "slack_command";
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
duplicate_form: "duplicate_form";
|
|
317
|
-
publish_form: "publish_form";
|
|
318
|
-
unpublish_form: "unpublish_form";
|
|
319
|
-
archive_form: "archive_form";
|
|
320
|
-
submit_form_response: "submit_form_response";
|
|
321
|
-
delete_form_response: "delete_form_response";
|
|
264
|
+
publish_survey: "publish_survey";
|
|
265
|
+
unpublish_survey: "unpublish_survey";
|
|
266
|
+
delete_survey_response: "delete_survey_response";
|
|
322
267
|
}>;
|
|
323
268
|
}, z.core.$strip>, z.ZodObject<{
|
|
324
269
|
id: z.ZodOptional<z.ZodNumber>;
|
|
@@ -327,12 +272,8 @@ export declare const activityLogRoutes: {
|
|
|
327
272
|
workspace_id: z.ZodNumber;
|
|
328
273
|
user_id: z.ZodNullable<z.ZodNumber>;
|
|
329
274
|
type: z.ZodEnum<{
|
|
330
|
-
user_login: "user_login";
|
|
331
|
-
url_visit: "url_visit";
|
|
332
275
|
update_workspace: "update_workspace";
|
|
333
|
-
create_user: "create_user";
|
|
334
276
|
update_user: "update_user";
|
|
335
|
-
delete_user: "delete_user";
|
|
336
277
|
create_application: "create_application";
|
|
337
278
|
update_application: "update_application";
|
|
338
279
|
delete_application: "delete_application";
|
|
@@ -354,22 +295,15 @@ export declare const activityLogRoutes: {
|
|
|
354
295
|
payment_succeeded: "payment_succeeded";
|
|
355
296
|
payment_failed: "payment_failed";
|
|
356
297
|
widget_question: "widget_question";
|
|
357
|
-
qa_run_started: "qa_run_started";
|
|
358
298
|
start_simulation: "start_simulation";
|
|
359
299
|
create_workflow: "create_workflow";
|
|
360
300
|
update_workflow: "update_workflow";
|
|
361
301
|
delete_workflow: "delete_workflow";
|
|
362
302
|
toggle_workflow: "toggle_workflow";
|
|
363
303
|
slack_command: "slack_command";
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
duplicate_form: "duplicate_form";
|
|
368
|
-
publish_form: "publish_form";
|
|
369
|
-
unpublish_form: "unpublish_form";
|
|
370
|
-
archive_form: "archive_form";
|
|
371
|
-
submit_form_response: "submit_form_response";
|
|
372
|
-
delete_form_response: "delete_form_response";
|
|
304
|
+
publish_survey: "publish_survey";
|
|
305
|
+
unpublish_survey: "unpublish_survey";
|
|
306
|
+
delete_survey_response: "delete_survey_response";
|
|
373
307
|
}>;
|
|
374
308
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
375
309
|
details: z.ZodOptional<z.ZodString>;
|
|
@@ -388,12 +322,8 @@ export declare const activityLogRoutes: {
|
|
|
388
322
|
activityLogSearch: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
|
|
389
323
|
workspace_id: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
390
324
|
types: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
391
|
-
user_login: "user_login";
|
|
392
|
-
url_visit: "url_visit";
|
|
393
325
|
update_workspace: "update_workspace";
|
|
394
|
-
create_user: "create_user";
|
|
395
326
|
update_user: "update_user";
|
|
396
|
-
delete_user: "delete_user";
|
|
397
327
|
create_application: "create_application";
|
|
398
328
|
update_application: "update_application";
|
|
399
329
|
delete_application: "delete_application";
|
|
@@ -415,22 +345,15 @@ export declare const activityLogRoutes: {
|
|
|
415
345
|
payment_succeeded: "payment_succeeded";
|
|
416
346
|
payment_failed: "payment_failed";
|
|
417
347
|
widget_question: "widget_question";
|
|
418
|
-
qa_run_started: "qa_run_started";
|
|
419
348
|
start_simulation: "start_simulation";
|
|
420
349
|
create_workflow: "create_workflow";
|
|
421
350
|
update_workflow: "update_workflow";
|
|
422
351
|
delete_workflow: "delete_workflow";
|
|
423
352
|
toggle_workflow: "toggle_workflow";
|
|
424
353
|
slack_command: "slack_command";
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
duplicate_form: "duplicate_form";
|
|
429
|
-
publish_form: "publish_form";
|
|
430
|
-
unpublish_form: "unpublish_form";
|
|
431
|
-
archive_form: "archive_form";
|
|
432
|
-
submit_form_response: "submit_form_response";
|
|
433
|
-
delete_form_response: "delete_form_response";
|
|
354
|
+
publish_survey: "publish_survey";
|
|
355
|
+
unpublish_survey: "unpublish_survey";
|
|
356
|
+
delete_survey_response: "delete_survey_response";
|
|
434
357
|
}>>>;
|
|
435
358
|
application_id: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
436
359
|
mine: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
@@ -444,12 +367,8 @@ export declare const activityLogRoutes: {
|
|
|
444
367
|
workspace_id: z.ZodNumber;
|
|
445
368
|
user_id: z.ZodNullable<z.ZodNumber>;
|
|
446
369
|
type: z.ZodEnum<{
|
|
447
|
-
user_login: "user_login";
|
|
448
|
-
url_visit: "url_visit";
|
|
449
370
|
update_workspace: "update_workspace";
|
|
450
|
-
create_user: "create_user";
|
|
451
371
|
update_user: "update_user";
|
|
452
|
-
delete_user: "delete_user";
|
|
453
372
|
create_application: "create_application";
|
|
454
373
|
update_application: "update_application";
|
|
455
374
|
delete_application: "delete_application";
|
|
@@ -471,22 +390,15 @@ export declare const activityLogRoutes: {
|
|
|
471
390
|
payment_succeeded: "payment_succeeded";
|
|
472
391
|
payment_failed: "payment_failed";
|
|
473
392
|
widget_question: "widget_question";
|
|
474
|
-
qa_run_started: "qa_run_started";
|
|
475
393
|
start_simulation: "start_simulation";
|
|
476
394
|
create_workflow: "create_workflow";
|
|
477
395
|
update_workflow: "update_workflow";
|
|
478
396
|
delete_workflow: "delete_workflow";
|
|
479
397
|
toggle_workflow: "toggle_workflow";
|
|
480
398
|
slack_command: "slack_command";
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
duplicate_form: "duplicate_form";
|
|
485
|
-
publish_form: "publish_form";
|
|
486
|
-
unpublish_form: "unpublish_form";
|
|
487
|
-
archive_form: "archive_form";
|
|
488
|
-
submit_form_response: "submit_form_response";
|
|
489
|
-
delete_form_response: "delete_form_response";
|
|
399
|
+
publish_survey: "publish_survey";
|
|
400
|
+
unpublish_survey: "unpublish_survey";
|
|
401
|
+
delete_survey_response: "delete_survey_response";
|
|
490
402
|
}>;
|
|
491
403
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
492
404
|
details: z.ZodOptional<z.ZodString>;
|
|
@@ -261,12 +261,8 @@ export declare const WidgetEntitySchema: z.ZodObject<{
|
|
|
261
261
|
}, z.core.$strip>;
|
|
262
262
|
export type WidgetData = z.infer<typeof WidgetEntitySchema>;
|
|
263
263
|
export declare const ActivityLogTypeSchema: z.ZodEnum<{
|
|
264
|
-
user_login: "user_login";
|
|
265
|
-
url_visit: "url_visit";
|
|
266
264
|
update_workspace: "update_workspace";
|
|
267
|
-
create_user: "create_user";
|
|
268
265
|
update_user: "update_user";
|
|
269
|
-
delete_user: "delete_user";
|
|
270
266
|
create_application: "create_application";
|
|
271
267
|
update_application: "update_application";
|
|
272
268
|
delete_application: "delete_application";
|
|
@@ -288,22 +284,15 @@ export declare const ActivityLogTypeSchema: z.ZodEnum<{
|
|
|
288
284
|
payment_succeeded: "payment_succeeded";
|
|
289
285
|
payment_failed: "payment_failed";
|
|
290
286
|
widget_question: "widget_question";
|
|
291
|
-
qa_run_started: "qa_run_started";
|
|
292
287
|
start_simulation: "start_simulation";
|
|
293
288
|
create_workflow: "create_workflow";
|
|
294
289
|
update_workflow: "update_workflow";
|
|
295
290
|
delete_workflow: "delete_workflow";
|
|
296
291
|
toggle_workflow: "toggle_workflow";
|
|
297
292
|
slack_command: "slack_command";
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
duplicate_form: "duplicate_form";
|
|
302
|
-
publish_form: "publish_form";
|
|
303
|
-
unpublish_form: "unpublish_form";
|
|
304
|
-
archive_form: "archive_form";
|
|
305
|
-
submit_form_response: "submit_form_response";
|
|
306
|
-
delete_form_response: "delete_form_response";
|
|
293
|
+
publish_survey: "publish_survey";
|
|
294
|
+
unpublish_survey: "unpublish_survey";
|
|
295
|
+
delete_survey_response: "delete_survey_response";
|
|
307
296
|
}>;
|
|
308
297
|
export type ActivityLogType = z.infer<typeof ActivityLogTypeSchema>;
|
|
309
298
|
export declare const ActivityLogMetadataSchema: z.ZodObject<{
|
|
@@ -326,12 +315,8 @@ export declare const ActivityLogEntitySchema: z.ZodObject<{
|
|
|
326
315
|
workspace_id: z.ZodNumber;
|
|
327
316
|
user_id: z.ZodNullable<z.ZodNumber>;
|
|
328
317
|
type: z.ZodEnum<{
|
|
329
|
-
user_login: "user_login";
|
|
330
|
-
url_visit: "url_visit";
|
|
331
318
|
update_workspace: "update_workspace";
|
|
332
|
-
create_user: "create_user";
|
|
333
319
|
update_user: "update_user";
|
|
334
|
-
delete_user: "delete_user";
|
|
335
320
|
create_application: "create_application";
|
|
336
321
|
update_application: "update_application";
|
|
337
322
|
delete_application: "delete_application";
|
|
@@ -353,22 +338,15 @@ export declare const ActivityLogEntitySchema: z.ZodObject<{
|
|
|
353
338
|
payment_succeeded: "payment_succeeded";
|
|
354
339
|
payment_failed: "payment_failed";
|
|
355
340
|
widget_question: "widget_question";
|
|
356
|
-
qa_run_started: "qa_run_started";
|
|
357
341
|
start_simulation: "start_simulation";
|
|
358
342
|
create_workflow: "create_workflow";
|
|
359
343
|
update_workflow: "update_workflow";
|
|
360
344
|
delete_workflow: "delete_workflow";
|
|
361
345
|
toggle_workflow: "toggle_workflow";
|
|
362
346
|
slack_command: "slack_command";
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
duplicate_form: "duplicate_form";
|
|
367
|
-
publish_form: "publish_form";
|
|
368
|
-
unpublish_form: "unpublish_form";
|
|
369
|
-
archive_form: "archive_form";
|
|
370
|
-
submit_form_response: "submit_form_response";
|
|
371
|
-
delete_form_response: "delete_form_response";
|
|
347
|
+
publish_survey: "publish_survey";
|
|
348
|
+
unpublish_survey: "unpublish_survey";
|
|
349
|
+
delete_survey_response: "delete_survey_response";
|
|
372
350
|
}>;
|
|
373
351
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
374
352
|
details: z.ZodOptional<z.ZodString>;
|
|
@@ -405,12 +383,8 @@ export declare const ActivityLogCreateSchema: z.ZodObject<{
|
|
|
405
383
|
created_by: z.ZodOptional<z.ZodNumber>;
|
|
406
384
|
}, z.core.$loose>>>;
|
|
407
385
|
type: z.ZodEnum<{
|
|
408
|
-
user_login: "user_login";
|
|
409
|
-
url_visit: "url_visit";
|
|
410
386
|
update_workspace: "update_workspace";
|
|
411
|
-
create_user: "create_user";
|
|
412
387
|
update_user: "update_user";
|
|
413
|
-
delete_user: "delete_user";
|
|
414
388
|
create_application: "create_application";
|
|
415
389
|
update_application: "update_application";
|
|
416
390
|
delete_application: "delete_application";
|
|
@@ -432,21 +406,14 @@ export declare const ActivityLogCreateSchema: z.ZodObject<{
|
|
|
432
406
|
payment_succeeded: "payment_succeeded";
|
|
433
407
|
payment_failed: "payment_failed";
|
|
434
408
|
widget_question: "widget_question";
|
|
435
|
-
qa_run_started: "qa_run_started";
|
|
436
409
|
start_simulation: "start_simulation";
|
|
437
410
|
create_workflow: "create_workflow";
|
|
438
411
|
update_workflow: "update_workflow";
|
|
439
412
|
delete_workflow: "delete_workflow";
|
|
440
413
|
toggle_workflow: "toggle_workflow";
|
|
441
414
|
slack_command: "slack_command";
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
duplicate_form: "duplicate_form";
|
|
446
|
-
publish_form: "publish_form";
|
|
447
|
-
unpublish_form: "unpublish_form";
|
|
448
|
-
archive_form: "archive_form";
|
|
449
|
-
submit_form_response: "submit_form_response";
|
|
450
|
-
delete_form_response: "delete_form_response";
|
|
415
|
+
publish_survey: "publish_survey";
|
|
416
|
+
unpublish_survey: "unpublish_survey";
|
|
417
|
+
delete_survey_response: "delete_survey_response";
|
|
451
418
|
}>;
|
|
452
419
|
}, z.core.$strip>;
|
package/dist/src/sdk/index.d.ts
CHANGED
|
@@ -20,12 +20,8 @@ export declare const sdk: {
|
|
|
20
20
|
created_by: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
21
21
|
}, import("zod/v4/core").$loose>>>;
|
|
22
22
|
type: import("zod").ZodEnum<{
|
|
23
|
-
user_login: "user_login";
|
|
24
|
-
url_visit: "url_visit";
|
|
25
23
|
update_workspace: "update_workspace";
|
|
26
|
-
create_user: "create_user";
|
|
27
24
|
update_user: "update_user";
|
|
28
|
-
delete_user: "delete_user";
|
|
29
25
|
create_application: "create_application";
|
|
30
26
|
update_application: "update_application";
|
|
31
27
|
delete_application: "delete_application";
|
|
@@ -47,22 +43,15 @@ export declare const sdk: {
|
|
|
47
43
|
payment_succeeded: "payment_succeeded";
|
|
48
44
|
payment_failed: "payment_failed";
|
|
49
45
|
widget_question: "widget_question";
|
|
50
|
-
qa_run_started: "qa_run_started";
|
|
51
46
|
start_simulation: "start_simulation";
|
|
52
47
|
create_workflow: "create_workflow";
|
|
53
48
|
update_workflow: "update_workflow";
|
|
54
49
|
delete_workflow: "delete_workflow";
|
|
55
50
|
toggle_workflow: "toggle_workflow";
|
|
56
51
|
slack_command: "slack_command";
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
duplicate_form: "duplicate_form";
|
|
61
|
-
publish_form: "publish_form";
|
|
62
|
-
unpublish_form: "unpublish_form";
|
|
63
|
-
archive_form: "archive_form";
|
|
64
|
-
submit_form_response: "submit_form_response";
|
|
65
|
-
delete_form_response: "delete_form_response";
|
|
52
|
+
publish_survey: "publish_survey";
|
|
53
|
+
unpublish_survey: "unpublish_survey";
|
|
54
|
+
delete_survey_response: "delete_survey_response";
|
|
66
55
|
}>;
|
|
67
56
|
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
68
57
|
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
@@ -71,12 +60,8 @@ export declare const sdk: {
|
|
|
71
60
|
workspace_id: import("zod").ZodNumber;
|
|
72
61
|
user_id: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
73
62
|
type: import("zod").ZodEnum<{
|
|
74
|
-
user_login: "user_login";
|
|
75
|
-
url_visit: "url_visit";
|
|
76
63
|
update_workspace: "update_workspace";
|
|
77
|
-
create_user: "create_user";
|
|
78
64
|
update_user: "update_user";
|
|
79
|
-
delete_user: "delete_user";
|
|
80
65
|
create_application: "create_application";
|
|
81
66
|
update_application: "update_application";
|
|
82
67
|
delete_application: "delete_application";
|
|
@@ -98,22 +83,15 @@ export declare const sdk: {
|
|
|
98
83
|
payment_succeeded: "payment_succeeded";
|
|
99
84
|
payment_failed: "payment_failed";
|
|
100
85
|
widget_question: "widget_question";
|
|
101
|
-
qa_run_started: "qa_run_started";
|
|
102
86
|
start_simulation: "start_simulation";
|
|
103
87
|
create_workflow: "create_workflow";
|
|
104
88
|
update_workflow: "update_workflow";
|
|
105
89
|
delete_workflow: "delete_workflow";
|
|
106
90
|
toggle_workflow: "toggle_workflow";
|
|
107
91
|
slack_command: "slack_command";
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
duplicate_form: "duplicate_form";
|
|
112
|
-
publish_form: "publish_form";
|
|
113
|
-
unpublish_form: "unpublish_form";
|
|
114
|
-
archive_form: "archive_form";
|
|
115
|
-
submit_form_response: "submit_form_response";
|
|
116
|
-
delete_form_response: "delete_form_response";
|
|
92
|
+
publish_survey: "publish_survey";
|
|
93
|
+
unpublish_survey: "unpublish_survey";
|
|
94
|
+
delete_survey_response: "delete_survey_response";
|
|
117
95
|
}>;
|
|
118
96
|
metadata: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
119
97
|
details: import("zod").ZodOptional<import("zod").ZodString>;
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marketrix.ai/widget",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.505",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"packageManager": "bun@1.
|
|
5
|
+
"packageManager": "bun@1.4.2",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"main": "./dist/widget.mjs",
|
|
8
8
|
"module": "./dist/widget.mjs",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@typescript-eslint/parser": "^8.59.0",
|
|
58
58
|
"@vitejs/plugin-react": "^6.1.1",
|
|
59
59
|
"axe-core": "^4.13.0",
|
|
60
|
-
"bun-types": "1.
|
|
60
|
+
"bun-types": "1.4.2",
|
|
61
61
|
"eslint": "^10.10.0",
|
|
62
62
|
"eslint-config-prettier": "^10.1.8",
|
|
63
63
|
"eslint-plugin-import-x": "^4.17.1",
|