@marketrix.ai/widget 3.3.169 → 3.3.170
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/dist/src/sdk/index.d.ts +8 -8
- package/dist/src/sdk/routes.d.ts +8 -8
- package/dist/src/sdk/schema.d.ts +3 -3
- package/dist/widget.mjs +68 -68
- package/dist/widget.mjs.map +1 -1
- package/package.json +10 -10
package/dist/src/sdk/index.d.ts
CHANGED
|
@@ -4834,7 +4834,7 @@ export declare const sdk: {
|
|
|
4834
4834
|
event_count: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4835
4835
|
started_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4836
4836
|
ended_at: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>>;
|
|
4837
|
-
is_active: import("zod").ZodOptional<import("zod").
|
|
4837
|
+
is_active: import("zod").ZodOptional<import("zod").ZodPreprocess<import("zod").ZodBoolean>>;
|
|
4838
4838
|
metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4839
4839
|
userAgent: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4840
4840
|
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4858,7 +4858,7 @@ export declare const sdk: {
|
|
|
4858
4858
|
event_count: import("zod").ZodCoercedNumber<unknown>;
|
|
4859
4859
|
started_at: import("zod").ZodCoercedDate<unknown>;
|
|
4860
4860
|
ended_at: import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>;
|
|
4861
|
-
is_active: import("zod").
|
|
4861
|
+
is_active: import("zod").ZodPreprocess<import("zod").ZodBoolean>;
|
|
4862
4862
|
metadata: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4863
4863
|
userAgent: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4864
4864
|
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4884,7 +4884,7 @@ export declare const sdk: {
|
|
|
4884
4884
|
event_count: import("zod").ZodCoercedNumber<unknown>;
|
|
4885
4885
|
started_at: import("zod").ZodCoercedDate<unknown>;
|
|
4886
4886
|
ended_at: import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>;
|
|
4887
|
-
is_active: import("zod").
|
|
4887
|
+
is_active: import("zod").ZodPreprocess<import("zod").ZodBoolean>;
|
|
4888
4888
|
metadata: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4889
4889
|
userAgent: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4890
4890
|
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4911,7 +4911,7 @@ export declare const sdk: {
|
|
|
4911
4911
|
event_count: import("zod").ZodCoercedNumber<unknown>;
|
|
4912
4912
|
started_at: import("zod").ZodCoercedDate<unknown>;
|
|
4913
4913
|
ended_at: import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>;
|
|
4914
|
-
is_active: import("zod").
|
|
4914
|
+
is_active: import("zod").ZodPreprocess<import("zod").ZodBoolean>;
|
|
4915
4915
|
metadata: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4916
4916
|
userAgent: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4917
4917
|
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -4944,7 +4944,7 @@ export declare const sdk: {
|
|
|
4944
4944
|
event_count: import("zod").ZodCoercedNumber<unknown>;
|
|
4945
4945
|
started_at: import("zod").ZodCoercedDate<unknown>;
|
|
4946
4946
|
ended_at: import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>;
|
|
4947
|
-
is_active: import("zod").
|
|
4947
|
+
is_active: import("zod").ZodPreprocess<import("zod").ZodBoolean>;
|
|
4948
4948
|
metadata: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
4949
4949
|
userAgent: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4950
4950
|
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -5580,7 +5580,7 @@ export declare const sdk: {
|
|
|
5580
5580
|
Medium: "Medium";
|
|
5581
5581
|
High: "High";
|
|
5582
5582
|
}>;
|
|
5583
|
-
is_active: import("zod").
|
|
5583
|
+
is_active: import("zod").ZodPreprocess<import("zod").ZodBoolean>;
|
|
5584
5584
|
current_version: import("zod").ZodNumber;
|
|
5585
5585
|
version_history: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
5586
5586
|
version: import("zod").ZodNumber;
|
|
@@ -5734,7 +5734,7 @@ export declare const sdk: {
|
|
|
5734
5734
|
Medium: "Medium";
|
|
5735
5735
|
High: "High";
|
|
5736
5736
|
}>;
|
|
5737
|
-
is_active: import("zod").
|
|
5737
|
+
is_active: import("zod").ZodPreprocess<import("zod").ZodBoolean>;
|
|
5738
5738
|
current_version: import("zod").ZodNumber;
|
|
5739
5739
|
version_history: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
5740
5740
|
version: import("zod").ZodNumber;
|
|
@@ -5822,7 +5822,7 @@ export declare const sdk: {
|
|
|
5822
5822
|
Medium: "Medium";
|
|
5823
5823
|
High: "High";
|
|
5824
5824
|
}>;
|
|
5825
|
-
is_active: import("zod").
|
|
5825
|
+
is_active: import("zod").ZodPreprocess<import("zod").ZodBoolean>;
|
|
5826
5826
|
current_version: import("zod").ZodNumber;
|
|
5827
5827
|
version_history: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
5828
5828
|
version: import("zod").ZodNumber;
|
package/dist/src/sdk/routes.d.ts
CHANGED
|
@@ -4864,7 +4864,7 @@ declare const contract: {
|
|
|
4864
4864
|
event_count: z.ZodOptional<z.ZodNumber>;
|
|
4865
4865
|
started_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
4866
4866
|
ended_at: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
|
|
4867
|
-
is_active: z.ZodOptional<z.
|
|
4867
|
+
is_active: z.ZodOptional<z.ZodPreprocess<z.ZodBoolean>>;
|
|
4868
4868
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4869
4869
|
userAgent: z.ZodOptional<z.ZodString>;
|
|
4870
4870
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -4888,7 +4888,7 @@ declare const contract: {
|
|
|
4888
4888
|
event_count: z.ZodCoercedNumber<unknown>;
|
|
4889
4889
|
started_at: z.ZodCoercedDate<unknown>;
|
|
4890
4890
|
ended_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
4891
|
-
is_active: z.
|
|
4891
|
+
is_active: z.ZodPreprocess<z.ZodBoolean>;
|
|
4892
4892
|
metadata: z.ZodNullable<z.ZodObject<{
|
|
4893
4893
|
userAgent: z.ZodOptional<z.ZodString>;
|
|
4894
4894
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -4914,7 +4914,7 @@ declare const contract: {
|
|
|
4914
4914
|
event_count: z.ZodCoercedNumber<unknown>;
|
|
4915
4915
|
started_at: z.ZodCoercedDate<unknown>;
|
|
4916
4916
|
ended_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
4917
|
-
is_active: z.
|
|
4917
|
+
is_active: z.ZodPreprocess<z.ZodBoolean>;
|
|
4918
4918
|
metadata: z.ZodNullable<z.ZodObject<{
|
|
4919
4919
|
userAgent: z.ZodOptional<z.ZodString>;
|
|
4920
4920
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -4941,7 +4941,7 @@ declare const contract: {
|
|
|
4941
4941
|
event_count: z.ZodCoercedNumber<unknown>;
|
|
4942
4942
|
started_at: z.ZodCoercedDate<unknown>;
|
|
4943
4943
|
ended_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
4944
|
-
is_active: z.
|
|
4944
|
+
is_active: z.ZodPreprocess<z.ZodBoolean>;
|
|
4945
4945
|
metadata: z.ZodNullable<z.ZodObject<{
|
|
4946
4946
|
userAgent: z.ZodOptional<z.ZodString>;
|
|
4947
4947
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -4974,7 +4974,7 @@ declare const contract: {
|
|
|
4974
4974
|
event_count: z.ZodCoercedNumber<unknown>;
|
|
4975
4975
|
started_at: z.ZodCoercedDate<unknown>;
|
|
4976
4976
|
ended_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
4977
|
-
is_active: z.
|
|
4977
|
+
is_active: z.ZodPreprocess<z.ZodBoolean>;
|
|
4978
4978
|
metadata: z.ZodNullable<z.ZodObject<{
|
|
4979
4979
|
userAgent: z.ZodOptional<z.ZodString>;
|
|
4980
4980
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -5610,7 +5610,7 @@ declare const contract: {
|
|
|
5610
5610
|
Medium: "Medium";
|
|
5611
5611
|
High: "High";
|
|
5612
5612
|
}>;
|
|
5613
|
-
is_active: z.
|
|
5613
|
+
is_active: z.ZodPreprocess<z.ZodBoolean>;
|
|
5614
5614
|
current_version: z.ZodNumber;
|
|
5615
5615
|
version_history: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
5616
5616
|
version: z.ZodNumber;
|
|
@@ -5764,7 +5764,7 @@ declare const contract: {
|
|
|
5764
5764
|
Medium: "Medium";
|
|
5765
5765
|
High: "High";
|
|
5766
5766
|
}>;
|
|
5767
|
-
is_active: z.
|
|
5767
|
+
is_active: z.ZodPreprocess<z.ZodBoolean>;
|
|
5768
5768
|
current_version: z.ZodNumber;
|
|
5769
5769
|
version_history: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
5770
5770
|
version: z.ZodNumber;
|
|
@@ -5852,7 +5852,7 @@ declare const contract: {
|
|
|
5852
5852
|
Medium: "Medium";
|
|
5853
5853
|
High: "High";
|
|
5854
5854
|
}>;
|
|
5855
|
-
is_active: z.
|
|
5855
|
+
is_active: z.ZodPreprocess<z.ZodBoolean>;
|
|
5856
5856
|
current_version: z.ZodNumber;
|
|
5857
5857
|
version_history: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
5858
5858
|
version: z.ZodNumber;
|
package/dist/src/sdk/schema.d.ts
CHANGED
|
@@ -847,7 +847,7 @@ export declare const QATestCaseEntitySchema: z.ZodObject<{
|
|
|
847
847
|
Medium: "Medium";
|
|
848
848
|
High: "High";
|
|
849
849
|
}>;
|
|
850
|
-
is_active: z.
|
|
850
|
+
is_active: z.ZodPreprocess<z.ZodBoolean>;
|
|
851
851
|
current_version: z.ZodNumber;
|
|
852
852
|
version_history: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
853
853
|
version: z.ZodNumber;
|
|
@@ -1568,7 +1568,7 @@ export declare const SessionEntitySchema: z.ZodObject<{
|
|
|
1568
1568
|
event_count: z.ZodCoercedNumber<unknown>;
|
|
1569
1569
|
started_at: z.ZodCoercedDate<unknown>;
|
|
1570
1570
|
ended_at: z.ZodNullable<z.ZodCoercedDate<unknown>>;
|
|
1571
|
-
is_active: z.
|
|
1571
|
+
is_active: z.ZodPreprocess<z.ZodBoolean>;
|
|
1572
1572
|
metadata: z.ZodNullable<z.ZodObject<{
|
|
1573
1573
|
userAgent: z.ZodOptional<z.ZodString>;
|
|
1574
1574
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -1592,7 +1592,7 @@ export declare const SessionUpsertSchema: z.ZodObject<{
|
|
|
1592
1592
|
event_count: z.ZodOptional<z.ZodNumber>;
|
|
1593
1593
|
started_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
1594
1594
|
ended_at: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
|
|
1595
|
-
is_active: z.ZodOptional<z.
|
|
1595
|
+
is_active: z.ZodOptional<z.ZodPreprocess<z.ZodBoolean>>;
|
|
1596
1596
|
metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1597
1597
|
userAgent: z.ZodOptional<z.ZodString>;
|
|
1598
1598
|
url: z.ZodOptional<z.ZodString>;
|