@marketrix.ai/widget 3.8.499 → 3.8.500
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.
|
@@ -136,7 +136,7 @@ export declare const activityLogCreate: import("@orpc/contract").ContractProcedu
|
|
|
136
136
|
}, z.core.$strip>, Record<never, never>, Record<never, never>>;
|
|
137
137
|
export declare const activityLogSearch: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
|
|
138
138
|
workspace_id: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
139
|
-
|
|
139
|
+
types: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
140
140
|
user_login: "user_login";
|
|
141
141
|
url_visit: "url_visit";
|
|
142
142
|
update_workspace: "update_workspace";
|
|
@@ -180,7 +180,7 @@ export declare const activityLogSearch: import("@orpc/contract").ContractProcedu
|
|
|
180
180
|
archive_form: "archive_form";
|
|
181
181
|
submit_form_response: "submit_form_response";
|
|
182
182
|
delete_form_response: "delete_form_response";
|
|
183
|
-
}
|
|
183
|
+
}>>>;
|
|
184
184
|
application_id: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
185
185
|
mine: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
186
186
|
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
@@ -387,7 +387,7 @@ export declare const activityLogRoutes: {
|
|
|
387
387
|
}, z.core.$strip>, Record<never, never>, Record<never, never>>;
|
|
388
388
|
activityLogSearch: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
|
|
389
389
|
workspace_id: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
390
|
-
|
|
390
|
+
types: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
391
391
|
user_login: "user_login";
|
|
392
392
|
url_visit: "url_visit";
|
|
393
393
|
update_workspace: "update_workspace";
|
|
@@ -431,7 +431,7 @@ export declare const activityLogRoutes: {
|
|
|
431
431
|
archive_form: "archive_form";
|
|
432
432
|
submit_form_response: "submit_form_response";
|
|
433
433
|
delete_form_response: "delete_form_response";
|
|
434
|
-
}
|
|
434
|
+
}>>>;
|
|
435
435
|
application_id: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
436
436
|
mine: z.ZodOptional<z.ZodCoercedBoolean<unknown>>;
|
|
437
437
|
limit: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
@@ -45,7 +45,6 @@ export declare const UserEntitySchema: z.ZodObject<{
|
|
|
45
45
|
external_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
46
|
first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
47
|
last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
|
-
password: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49
48
|
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
50
49
|
last_login_at: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
|
|
51
50
|
auth_method: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|