@kl1/contracts 1.1.24 → 1.1.25
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/index.js +2644 -2444
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2642 -2444
- package/dist/index.mjs.map +1 -1
- package/dist/src/business-calendar/index.d.ts +22 -1
- package/dist/src/business-calendar/index.d.ts.map +1 -1
- package/dist/src/business-calendar/schema.d.ts +8 -0
- package/dist/src/business-calendar/schema.d.ts.map +1 -1
- package/dist/src/chat/index.d.ts +796 -0
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +189 -21
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +140 -0
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/contract.d.ts +9091 -305
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/instagram/index.d.ts +140 -0
- package/dist/src/instagram/index.d.ts.map +1 -1
- package/dist/src/line/index.d.ts +140 -0
- package/dist/src/line/index.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +140 -0
- package/dist/src/messenger/index.d.ts.map +1 -1
- package/dist/src/viber/index.d.ts +140 -0
- package/dist/src/viber/index.d.ts.map +1 -1
- package/dist/src/webchat/index.d.ts +140 -0
- package/dist/src/webchat/index.d.ts.map +1 -1
- package/dist/src/workflow-rule/index.d.ts +14 -834
- package/dist/src/workflow-rule/index.d.ts.map +1 -1
- package/package.json +1 -1
@@ -1764,7 +1764,8 @@ export declare const chatContract: {
|
|
1764
1764
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
1765
1765
|
note: z.ZodNullable<z.ZodString>;
|
1766
1766
|
disposition: z.ZodNullable<z.ZodString>;
|
1767
|
-
|
1767
|
+
callFrom: z.ZodNullable<z.ZodString>;
|
1768
|
+
callTo: z.ZodNullable<z.ZodString>;
|
1768
1769
|
tags: z.ZodArray<z.ZodObject<{
|
1769
1770
|
id: z.ZodString;
|
1770
1771
|
createdAt: z.ZodDate;
|
@@ -1784,171 +1785,12 @@ export declare const chatContract: {
|
|
1784
1785
|
updatedAt: Date;
|
1785
1786
|
deletedAt: Date | null;
|
1786
1787
|
}>, "many">;
|
1787
|
-
categories: z.ZodArray<z.ZodObject<{
|
1788
|
-
id: z.ZodString;
|
1789
|
-
createdAt: z.ZodDate;
|
1790
|
-
updatedAt: z.ZodDate;
|
1791
|
-
deletedAt: z.ZodNullable<z.ZodDate>;
|
1792
|
-
value: z.ZodString;
|
1793
|
-
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
1794
|
-
parentId: z.ZodNullable<z.ZodString>;
|
1795
|
-
childCategoryList: z.ZodArray<z.ZodObject<{
|
1796
|
-
id: z.ZodString;
|
1797
|
-
value: z.ZodString;
|
1798
|
-
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
1799
|
-
parentId: z.ZodNullable<z.ZodString>;
|
1800
|
-
childCategoryList: z.ZodArray<z.ZodObject<{
|
1801
|
-
id: z.ZodString;
|
1802
|
-
value: z.ZodString;
|
1803
|
-
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
1804
|
-
parentId: z.ZodNullable<z.ZodString>;
|
1805
|
-
childCategoryList: z.ZodArray<z.ZodAny, "many">;
|
1806
|
-
}, "strip", z.ZodTypeAny, {
|
1807
|
-
id: string;
|
1808
|
-
value: string;
|
1809
|
-
level: 2 | 1 | 3;
|
1810
|
-
parentId: string | null;
|
1811
|
-
childCategoryList: any[];
|
1812
|
-
}, {
|
1813
|
-
id: string;
|
1814
|
-
value: string;
|
1815
|
-
level: 2 | 1 | 3;
|
1816
|
-
parentId: string | null;
|
1817
|
-
childCategoryList: any[];
|
1818
|
-
}>, "many">;
|
1819
|
-
}, "strip", z.ZodTypeAny, {
|
1820
|
-
id: string;
|
1821
|
-
value: string;
|
1822
|
-
level: 2 | 1 | 3;
|
1823
|
-
parentId: string | null;
|
1824
|
-
childCategoryList: {
|
1825
|
-
id: string;
|
1826
|
-
value: string;
|
1827
|
-
level: 2 | 1 | 3;
|
1828
|
-
parentId: string | null;
|
1829
|
-
childCategoryList: any[];
|
1830
|
-
}[];
|
1831
|
-
}, {
|
1832
|
-
id: string;
|
1833
|
-
value: string;
|
1834
|
-
level: 2 | 1 | 3;
|
1835
|
-
parentId: string | null;
|
1836
|
-
childCategoryList: {
|
1837
|
-
id: string;
|
1838
|
-
value: string;
|
1839
|
-
level: 2 | 1 | 3;
|
1840
|
-
parentId: string | null;
|
1841
|
-
childCategoryList: any[];
|
1842
|
-
}[];
|
1843
|
-
}>, "many">;
|
1844
|
-
}, "strip", z.ZodTypeAny, {
|
1845
|
-
id: string;
|
1846
|
-
value: string;
|
1847
|
-
createdAt: Date;
|
1848
|
-
updatedAt: Date;
|
1849
|
-
deletedAt: Date | null;
|
1850
|
-
level: 2 | 1 | 3;
|
1851
|
-
parentId: string | null;
|
1852
|
-
childCategoryList: {
|
1853
|
-
id: string;
|
1854
|
-
value: string;
|
1855
|
-
level: 2 | 1 | 3;
|
1856
|
-
parentId: string | null;
|
1857
|
-
childCategoryList: {
|
1858
|
-
id: string;
|
1859
|
-
value: string;
|
1860
|
-
level: 2 | 1 | 3;
|
1861
|
-
parentId: string | null;
|
1862
|
-
childCategoryList: any[];
|
1863
|
-
}[];
|
1864
|
-
}[];
|
1865
|
-
}, {
|
1866
|
-
id: string;
|
1867
|
-
value: string;
|
1868
|
-
createdAt: Date;
|
1869
|
-
updatedAt: Date;
|
1870
|
-
deletedAt: Date | null;
|
1871
|
-
level: 2 | 1 | 3;
|
1872
|
-
parentId: string | null;
|
1873
|
-
childCategoryList: {
|
1874
|
-
id: string;
|
1875
|
-
value: string;
|
1876
|
-
level: 2 | 1 | 3;
|
1877
|
-
parentId: string | null;
|
1878
|
-
childCategoryList: {
|
1879
|
-
id: string;
|
1880
|
-
value: string;
|
1881
|
-
level: 2 | 1 | 3;
|
1882
|
-
parentId: string | null;
|
1883
|
-
childCategoryList: any[];
|
1884
|
-
}[];
|
1885
|
-
}[];
|
1886
|
-
}>, "many">;
|
1887
|
-
callFrom: z.ZodNullable<z.ZodString>;
|
1888
|
-
callTo: z.ZodNullable<z.ZodString>;
|
1889
|
-
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
1890
|
-
id: z.ZodString;
|
1891
|
-
createdAt: z.ZodDate;
|
1892
|
-
updatedAt: z.ZodDate;
|
1893
|
-
deletedAt: z.ZodNullable<z.ZodDate>;
|
1894
|
-
textValue: z.ZodNullable<z.ZodString>;
|
1895
|
-
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
1896
|
-
numberValue: z.ZodNullable<z.ZodNumber>;
|
1897
|
-
dateValue: z.ZodNullable<z.ZodDate>;
|
1898
|
-
entityId: z.ZodString;
|
1899
|
-
attributeId: z.ZodString;
|
1900
|
-
}, "strip", z.ZodTypeAny, {
|
1901
|
-
id: string;
|
1902
|
-
createdAt: Date;
|
1903
|
-
updatedAt: Date;
|
1904
|
-
deletedAt: Date | null;
|
1905
|
-
entityId: string;
|
1906
|
-
attributeId: string;
|
1907
|
-
textValue: string | null;
|
1908
|
-
booleanValue: boolean | null;
|
1909
|
-
numberValue: number | null;
|
1910
|
-
dateValue: Date | null;
|
1911
|
-
}, {
|
1912
|
-
id: string;
|
1913
|
-
createdAt: Date;
|
1914
|
-
updatedAt: Date;
|
1915
|
-
deletedAt: Date | null;
|
1916
|
-
entityId: string;
|
1917
|
-
attributeId: string;
|
1918
|
-
textValue: string | null;
|
1919
|
-
booleanValue: boolean | null;
|
1920
|
-
numberValue: number | null;
|
1921
|
-
dateValue: Date | null;
|
1922
|
-
}>, "many">>;
|
1923
1788
|
}, "strip", z.ZodTypeAny, {
|
1924
|
-
type: string;
|
1925
1789
|
id: string;
|
1926
1790
|
disposition: string | null;
|
1927
1791
|
createdAt: Date;
|
1928
1792
|
updatedAt: Date;
|
1929
1793
|
deletedAt: Date | null;
|
1930
|
-
categories: {
|
1931
|
-
id: string;
|
1932
|
-
value: string;
|
1933
|
-
createdAt: Date;
|
1934
|
-
updatedAt: Date;
|
1935
|
-
deletedAt: Date | null;
|
1936
|
-
level: 2 | 1 | 3;
|
1937
|
-
parentId: string | null;
|
1938
|
-
childCategoryList: {
|
1939
|
-
id: string;
|
1940
|
-
value: string;
|
1941
|
-
level: 2 | 1 | 3;
|
1942
|
-
parentId: string | null;
|
1943
|
-
childCategoryList: {
|
1944
|
-
id: string;
|
1945
|
-
value: string;
|
1946
|
-
level: 2 | 1 | 3;
|
1947
|
-
parentId: string | null;
|
1948
|
-
childCategoryList: any[];
|
1949
|
-
}[];
|
1950
|
-
}[];
|
1951
|
-
}[];
|
1952
1794
|
tags: {
|
1953
1795
|
id: string;
|
1954
1796
|
name: string;
|
@@ -1959,47 +1801,12 @@ export declare const chatContract: {
|
|
1959
1801
|
callFrom: string | null;
|
1960
1802
|
callTo: string | null;
|
1961
1803
|
note: string | null;
|
1962
|
-
customFields?: {
|
1963
|
-
id: string;
|
1964
|
-
createdAt: Date;
|
1965
|
-
updatedAt: Date;
|
1966
|
-
deletedAt: Date | null;
|
1967
|
-
entityId: string;
|
1968
|
-
attributeId: string;
|
1969
|
-
textValue: string | null;
|
1970
|
-
booleanValue: boolean | null;
|
1971
|
-
numberValue: number | null;
|
1972
|
-
dateValue: Date | null;
|
1973
|
-
}[] | undefined;
|
1974
1804
|
}, {
|
1975
|
-
type: string;
|
1976
1805
|
id: string;
|
1977
1806
|
disposition: string | null;
|
1978
1807
|
createdAt: Date;
|
1979
1808
|
updatedAt: Date;
|
1980
1809
|
deletedAt: Date | null;
|
1981
|
-
categories: {
|
1982
|
-
id: string;
|
1983
|
-
value: string;
|
1984
|
-
createdAt: Date;
|
1985
|
-
updatedAt: Date;
|
1986
|
-
deletedAt: Date | null;
|
1987
|
-
level: 2 | 1 | 3;
|
1988
|
-
parentId: string | null;
|
1989
|
-
childCategoryList: {
|
1990
|
-
id: string;
|
1991
|
-
value: string;
|
1992
|
-
level: 2 | 1 | 3;
|
1993
|
-
parentId: string | null;
|
1994
|
-
childCategoryList: {
|
1995
|
-
id: string;
|
1996
|
-
value: string;
|
1997
|
-
level: 2 | 1 | 3;
|
1998
|
-
parentId: string | null;
|
1999
|
-
childCategoryList: any[];
|
2000
|
-
}[];
|
2001
|
-
}[];
|
2002
|
-
}[];
|
2003
1810
|
tags: {
|
2004
1811
|
id: string;
|
2005
1812
|
name: string;
|
@@ -2010,18 +1817,6 @@ export declare const chatContract: {
|
|
2010
1817
|
callFrom: string | null;
|
2011
1818
|
callTo: string | null;
|
2012
1819
|
note: string | null;
|
2013
|
-
customFields?: {
|
2014
|
-
id: string;
|
2015
|
-
createdAt: Date;
|
2016
|
-
updatedAt: Date;
|
2017
|
-
deletedAt: Date | null;
|
2018
|
-
entityId: string;
|
2019
|
-
attributeId: string;
|
2020
|
-
textValue: string | null;
|
2021
|
-
booleanValue: boolean | null;
|
2022
|
-
numberValue: number | null;
|
2023
|
-
dateValue: Date | null;
|
2024
|
-
}[] | undefined;
|
2025
1820
|
}>>;
|
2026
1821
|
}, "strip", z.ZodTypeAny, {
|
2027
1822
|
id: string;
|
@@ -2040,34 +1835,11 @@ export declare const chatContract: {
|
|
2040
1835
|
handledTime: number | null;
|
2041
1836
|
firstResponseTime: number | null;
|
2042
1837
|
wrapUpForm: {
|
2043
|
-
type: string;
|
2044
1838
|
id: string;
|
2045
1839
|
disposition: string | null;
|
2046
1840
|
createdAt: Date;
|
2047
1841
|
updatedAt: Date;
|
2048
1842
|
deletedAt: Date | null;
|
2049
|
-
categories: {
|
2050
|
-
id: string;
|
2051
|
-
value: string;
|
2052
|
-
createdAt: Date;
|
2053
|
-
updatedAt: Date;
|
2054
|
-
deletedAt: Date | null;
|
2055
|
-
level: 2 | 1 | 3;
|
2056
|
-
parentId: string | null;
|
2057
|
-
childCategoryList: {
|
2058
|
-
id: string;
|
2059
|
-
value: string;
|
2060
|
-
level: 2 | 1 | 3;
|
2061
|
-
parentId: string | null;
|
2062
|
-
childCategoryList: {
|
2063
|
-
id: string;
|
2064
|
-
value: string;
|
2065
|
-
level: 2 | 1 | 3;
|
2066
|
-
parentId: string | null;
|
2067
|
-
childCategoryList: any[];
|
2068
|
-
}[];
|
2069
|
-
}[];
|
2070
|
-
}[];
|
2071
1843
|
tags: {
|
2072
1844
|
id: string;
|
2073
1845
|
name: string;
|
@@ -2078,18 +1850,6 @@ export declare const chatContract: {
|
|
2078
1850
|
callFrom: string | null;
|
2079
1851
|
callTo: string | null;
|
2080
1852
|
note: string | null;
|
2081
|
-
customFields?: {
|
2082
|
-
id: string;
|
2083
|
-
createdAt: Date;
|
2084
|
-
updatedAt: Date;
|
2085
|
-
deletedAt: Date | null;
|
2086
|
-
entityId: string;
|
2087
|
-
attributeId: string;
|
2088
|
-
textValue: string | null;
|
2089
|
-
booleanValue: boolean | null;
|
2090
|
-
numberValue: number | null;
|
2091
|
-
dateValue: Date | null;
|
2092
|
-
}[] | undefined;
|
2093
1853
|
} | null;
|
2094
1854
|
}, {
|
2095
1855
|
id: string;
|
@@ -2108,34 +1868,11 @@ export declare const chatContract: {
|
|
2108
1868
|
handledTime: number | null;
|
2109
1869
|
firstResponseTime: number | null;
|
2110
1870
|
wrapUpForm: {
|
2111
|
-
type: string;
|
2112
1871
|
id: string;
|
2113
1872
|
disposition: string | null;
|
2114
1873
|
createdAt: Date;
|
2115
1874
|
updatedAt: Date;
|
2116
1875
|
deletedAt: Date | null;
|
2117
|
-
categories: {
|
2118
|
-
id: string;
|
2119
|
-
value: string;
|
2120
|
-
createdAt: Date;
|
2121
|
-
updatedAt: Date;
|
2122
|
-
deletedAt: Date | null;
|
2123
|
-
level: 2 | 1 | 3;
|
2124
|
-
parentId: string | null;
|
2125
|
-
childCategoryList: {
|
2126
|
-
id: string;
|
2127
|
-
value: string;
|
2128
|
-
level: 2 | 1 | 3;
|
2129
|
-
parentId: string | null;
|
2130
|
-
childCategoryList: {
|
2131
|
-
id: string;
|
2132
|
-
value: string;
|
2133
|
-
level: 2 | 1 | 3;
|
2134
|
-
parentId: string | null;
|
2135
|
-
childCategoryList: any[];
|
2136
|
-
}[];
|
2137
|
-
}[];
|
2138
|
-
}[];
|
2139
1876
|
tags: {
|
2140
1877
|
id: string;
|
2141
1878
|
name: string;
|
@@ -2146,18 +1883,6 @@ export declare const chatContract: {
|
|
2146
1883
|
callFrom: string | null;
|
2147
1884
|
callTo: string | null;
|
2148
1885
|
note: string | null;
|
2149
|
-
customFields?: {
|
2150
|
-
id: string;
|
2151
|
-
createdAt: Date;
|
2152
|
-
updatedAt: Date;
|
2153
|
-
deletedAt: Date | null;
|
2154
|
-
entityId: string;
|
2155
|
-
attributeId: string;
|
2156
|
-
textValue: string | null;
|
2157
|
-
booleanValue: boolean | null;
|
2158
|
-
numberValue: number | null;
|
2159
|
-
dateValue: Date | null;
|
2160
|
-
}[] | undefined;
|
2161
1886
|
} | null;
|
2162
1887
|
}>;
|
2163
1888
|
workflowRule: z.ZodObject<{
|
@@ -2482,34 +2207,11 @@ export declare const chatContract: {
|
|
2482
2207
|
handledTime: number | null;
|
2483
2208
|
firstResponseTime: number | null;
|
2484
2209
|
wrapUpForm: {
|
2485
|
-
type: string;
|
2486
2210
|
id: string;
|
2487
2211
|
disposition: string | null;
|
2488
2212
|
createdAt: Date;
|
2489
2213
|
updatedAt: Date;
|
2490
2214
|
deletedAt: Date | null;
|
2491
|
-
categories: {
|
2492
|
-
id: string;
|
2493
|
-
value: string;
|
2494
|
-
createdAt: Date;
|
2495
|
-
updatedAt: Date;
|
2496
|
-
deletedAt: Date | null;
|
2497
|
-
level: 2 | 1 | 3;
|
2498
|
-
parentId: string | null;
|
2499
|
-
childCategoryList: {
|
2500
|
-
id: string;
|
2501
|
-
value: string;
|
2502
|
-
level: 2 | 1 | 3;
|
2503
|
-
parentId: string | null;
|
2504
|
-
childCategoryList: {
|
2505
|
-
id: string;
|
2506
|
-
value: string;
|
2507
|
-
level: 2 | 1 | 3;
|
2508
|
-
parentId: string | null;
|
2509
|
-
childCategoryList: any[];
|
2510
|
-
}[];
|
2511
|
-
}[];
|
2512
|
-
}[];
|
2513
2215
|
tags: {
|
2514
2216
|
id: string;
|
2515
2217
|
name: string;
|
@@ -2520,18 +2222,6 @@ export declare const chatContract: {
|
|
2520
2222
|
callFrom: string | null;
|
2521
2223
|
callTo: string | null;
|
2522
2224
|
note: string | null;
|
2523
|
-
customFields?: {
|
2524
|
-
id: string;
|
2525
|
-
createdAt: Date;
|
2526
|
-
updatedAt: Date;
|
2527
|
-
deletedAt: Date | null;
|
2528
|
-
entityId: string;
|
2529
|
-
attributeId: string;
|
2530
|
-
textValue: string | null;
|
2531
|
-
booleanValue: boolean | null;
|
2532
|
-
numberValue: number | null;
|
2533
|
-
dateValue: Date | null;
|
2534
|
-
}[] | undefined;
|
2535
2225
|
} | null;
|
2536
2226
|
};
|
2537
2227
|
workflowRule: {
|
@@ -2840,34 +2530,11 @@ export declare const chatContract: {
|
|
2840
2530
|
handledTime: number | null;
|
2841
2531
|
firstResponseTime: number | null;
|
2842
2532
|
wrapUpForm: {
|
2843
|
-
type: string;
|
2844
2533
|
id: string;
|
2845
2534
|
disposition: string | null;
|
2846
2535
|
createdAt: Date;
|
2847
2536
|
updatedAt: Date;
|
2848
2537
|
deletedAt: Date | null;
|
2849
|
-
categories: {
|
2850
|
-
id: string;
|
2851
|
-
value: string;
|
2852
|
-
createdAt: Date;
|
2853
|
-
updatedAt: Date;
|
2854
|
-
deletedAt: Date | null;
|
2855
|
-
level: 2 | 1 | 3;
|
2856
|
-
parentId: string | null;
|
2857
|
-
childCategoryList: {
|
2858
|
-
id: string;
|
2859
|
-
value: string;
|
2860
|
-
level: 2 | 1 | 3;
|
2861
|
-
parentId: string | null;
|
2862
|
-
childCategoryList: {
|
2863
|
-
id: string;
|
2864
|
-
value: string;
|
2865
|
-
level: 2 | 1 | 3;
|
2866
|
-
parentId: string | null;
|
2867
|
-
childCategoryList: any[];
|
2868
|
-
}[];
|
2869
|
-
}[];
|
2870
|
-
}[];
|
2871
2538
|
tags: {
|
2872
2539
|
id: string;
|
2873
2540
|
name: string;
|
@@ -2878,18 +2545,6 @@ export declare const chatContract: {
|
|
2878
2545
|
callFrom: string | null;
|
2879
2546
|
callTo: string | null;
|
2880
2547
|
note: string | null;
|
2881
|
-
customFields?: {
|
2882
|
-
id: string;
|
2883
|
-
createdAt: Date;
|
2884
|
-
updatedAt: Date;
|
2885
|
-
deletedAt: Date | null;
|
2886
|
-
entityId: string;
|
2887
|
-
attributeId: string;
|
2888
|
-
textValue: string | null;
|
2889
|
-
booleanValue: boolean | null;
|
2890
|
-
numberValue: number | null;
|
2891
|
-
dateValue: Date | null;
|
2892
|
-
}[] | undefined;
|
2893
2548
|
} | null;
|
2894
2549
|
};
|
2895
2550
|
workflowRule: {
|
@@ -3200,34 +2855,11 @@ export declare const chatContract: {
|
|
3200
2855
|
handledTime: number | null;
|
3201
2856
|
firstResponseTime: number | null;
|
3202
2857
|
wrapUpForm: {
|
3203
|
-
type: string;
|
3204
2858
|
id: string;
|
3205
2859
|
disposition: string | null;
|
3206
2860
|
createdAt: Date;
|
3207
2861
|
updatedAt: Date;
|
3208
2862
|
deletedAt: Date | null;
|
3209
|
-
categories: {
|
3210
|
-
id: string;
|
3211
|
-
value: string;
|
3212
|
-
createdAt: Date;
|
3213
|
-
updatedAt: Date;
|
3214
|
-
deletedAt: Date | null;
|
3215
|
-
level: 2 | 1 | 3;
|
3216
|
-
parentId: string | null;
|
3217
|
-
childCategoryList: {
|
3218
|
-
id: string;
|
3219
|
-
value: string;
|
3220
|
-
level: 2 | 1 | 3;
|
3221
|
-
parentId: string | null;
|
3222
|
-
childCategoryList: {
|
3223
|
-
id: string;
|
3224
|
-
value: string;
|
3225
|
-
level: 2 | 1 | 3;
|
3226
|
-
parentId: string | null;
|
3227
|
-
childCategoryList: any[];
|
3228
|
-
}[];
|
3229
|
-
}[];
|
3230
|
-
}[];
|
3231
2863
|
tags: {
|
3232
2864
|
id: string;
|
3233
2865
|
name: string;
|
@@ -3238,18 +2870,6 @@ export declare const chatContract: {
|
|
3238
2870
|
callFrom: string | null;
|
3239
2871
|
callTo: string | null;
|
3240
2872
|
note: string | null;
|
3241
|
-
customFields?: {
|
3242
|
-
id: string;
|
3243
|
-
createdAt: Date;
|
3244
|
-
updatedAt: Date;
|
3245
|
-
deletedAt: Date | null;
|
3246
|
-
entityId: string;
|
3247
|
-
attributeId: string;
|
3248
|
-
textValue: string | null;
|
3249
|
-
booleanValue: boolean | null;
|
3250
|
-
numberValue: number | null;
|
3251
|
-
dateValue: Date | null;
|
3252
|
-
}[] | undefined;
|
3253
2873
|
} | null;
|
3254
2874
|
};
|
3255
2875
|
workflowRule: {
|
@@ -3561,34 +3181,11 @@ export declare const chatContract: {
|
|
3561
3181
|
handledTime: number | null;
|
3562
3182
|
firstResponseTime: number | null;
|
3563
3183
|
wrapUpForm: {
|
3564
|
-
type: string;
|
3565
3184
|
id: string;
|
3566
3185
|
disposition: string | null;
|
3567
3186
|
createdAt: Date;
|
3568
3187
|
updatedAt: Date;
|
3569
3188
|
deletedAt: Date | null;
|
3570
|
-
categories: {
|
3571
|
-
id: string;
|
3572
|
-
value: string;
|
3573
|
-
createdAt: Date;
|
3574
|
-
updatedAt: Date;
|
3575
|
-
deletedAt: Date | null;
|
3576
|
-
level: 2 | 1 | 3;
|
3577
|
-
parentId: string | null;
|
3578
|
-
childCategoryList: {
|
3579
|
-
id: string;
|
3580
|
-
value: string;
|
3581
|
-
level: 2 | 1 | 3;
|
3582
|
-
parentId: string | null;
|
3583
|
-
childCategoryList: {
|
3584
|
-
id: string;
|
3585
|
-
value: string;
|
3586
|
-
level: 2 | 1 | 3;
|
3587
|
-
parentId: string | null;
|
3588
|
-
childCategoryList: any[];
|
3589
|
-
}[];
|
3590
|
-
}[];
|
3591
|
-
}[];
|
3592
3189
|
tags: {
|
3593
3190
|
id: string;
|
3594
3191
|
name: string;
|
@@ -3599,18 +3196,6 @@ export declare const chatContract: {
|
|
3599
3196
|
callFrom: string | null;
|
3600
3197
|
callTo: string | null;
|
3601
3198
|
note: string | null;
|
3602
|
-
customFields?: {
|
3603
|
-
id: string;
|
3604
|
-
createdAt: Date;
|
3605
|
-
updatedAt: Date;
|
3606
|
-
deletedAt: Date | null;
|
3607
|
-
entityId: string;
|
3608
|
-
attributeId: string;
|
3609
|
-
textValue: string | null;
|
3610
|
-
booleanValue: boolean | null;
|
3611
|
-
numberValue: number | null;
|
3612
|
-
dateValue: Date | null;
|
3613
|
-
}[] | undefined;
|
3614
3199
|
} | null;
|
3615
3200
|
};
|
3616
3201
|
workflowRule: {
|
@@ -3625,6 +3210,16 @@ export declare const chatContract: {
|
|
3625
3210
|
};
|
3626
3211
|
requestId: string;
|
3627
3212
|
}>;
|
3213
|
+
403: z.ZodObject<{
|
3214
|
+
message: z.ZodString;
|
3215
|
+
error: z.ZodAny;
|
3216
|
+
}, "strip", z.ZodTypeAny, {
|
3217
|
+
message: string;
|
3218
|
+
error?: any;
|
3219
|
+
}, {
|
3220
|
+
message: string;
|
3221
|
+
error?: any;
|
3222
|
+
}>;
|
3628
3223
|
};
|
3629
3224
|
path: "chat/room/assignee";
|
3630
3225
|
headers: z.ZodObject<{
|
@@ -5402,7 +4997,8 @@ export declare const chatContract: {
|
|
5402
4997
|
deletedAt: z.ZodNullable<z.ZodDate>;
|
5403
4998
|
note: z.ZodNullable<z.ZodString>;
|
5404
4999
|
disposition: z.ZodNullable<z.ZodString>;
|
5405
|
-
|
5000
|
+
callFrom: z.ZodNullable<z.ZodString>;
|
5001
|
+
callTo: z.ZodNullable<z.ZodString>;
|
5406
5002
|
tags: z.ZodArray<z.ZodObject<{
|
5407
5003
|
id: z.ZodString;
|
5408
5004
|
createdAt: z.ZodDate;
|
@@ -5422,171 +5018,12 @@ export declare const chatContract: {
|
|
5422
5018
|
updatedAt: Date;
|
5423
5019
|
deletedAt: Date | null;
|
5424
5020
|
}>, "many">;
|
5425
|
-
categories: z.ZodArray<z.ZodObject<{
|
5426
|
-
id: z.ZodString;
|
5427
|
-
createdAt: z.ZodDate;
|
5428
|
-
updatedAt: z.ZodDate;
|
5429
|
-
deletedAt: z.ZodNullable<z.ZodDate>;
|
5430
|
-
value: z.ZodString;
|
5431
|
-
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
5432
|
-
parentId: z.ZodNullable<z.ZodString>;
|
5433
|
-
childCategoryList: z.ZodArray<z.ZodObject<{
|
5434
|
-
id: z.ZodString;
|
5435
|
-
value: z.ZodString;
|
5436
|
-
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
5437
|
-
parentId: z.ZodNullable<z.ZodString>;
|
5438
|
-
childCategoryList: z.ZodArray<z.ZodObject<{
|
5439
|
-
id: z.ZodString;
|
5440
|
-
value: z.ZodString;
|
5441
|
-
level: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>]>;
|
5442
|
-
parentId: z.ZodNullable<z.ZodString>;
|
5443
|
-
childCategoryList: z.ZodArray<z.ZodAny, "many">;
|
5444
|
-
}, "strip", z.ZodTypeAny, {
|
5445
|
-
id: string;
|
5446
|
-
value: string;
|
5447
|
-
level: 2 | 1 | 3;
|
5448
|
-
parentId: string | null;
|
5449
|
-
childCategoryList: any[];
|
5450
|
-
}, {
|
5451
|
-
id: string;
|
5452
|
-
value: string;
|
5453
|
-
level: 2 | 1 | 3;
|
5454
|
-
parentId: string | null;
|
5455
|
-
childCategoryList: any[];
|
5456
|
-
}>, "many">;
|
5457
|
-
}, "strip", z.ZodTypeAny, {
|
5458
|
-
id: string;
|
5459
|
-
value: string;
|
5460
|
-
level: 2 | 1 | 3;
|
5461
|
-
parentId: string | null;
|
5462
|
-
childCategoryList: {
|
5463
|
-
id: string;
|
5464
|
-
value: string;
|
5465
|
-
level: 2 | 1 | 3;
|
5466
|
-
parentId: string | null;
|
5467
|
-
childCategoryList: any[];
|
5468
|
-
}[];
|
5469
|
-
}, {
|
5470
|
-
id: string;
|
5471
|
-
value: string;
|
5472
|
-
level: 2 | 1 | 3;
|
5473
|
-
parentId: string | null;
|
5474
|
-
childCategoryList: {
|
5475
|
-
id: string;
|
5476
|
-
value: string;
|
5477
|
-
level: 2 | 1 | 3;
|
5478
|
-
parentId: string | null;
|
5479
|
-
childCategoryList: any[];
|
5480
|
-
}[];
|
5481
|
-
}>, "many">;
|
5482
|
-
}, "strip", z.ZodTypeAny, {
|
5483
|
-
id: string;
|
5484
|
-
value: string;
|
5485
|
-
createdAt: Date;
|
5486
|
-
updatedAt: Date;
|
5487
|
-
deletedAt: Date | null;
|
5488
|
-
level: 2 | 1 | 3;
|
5489
|
-
parentId: string | null;
|
5490
|
-
childCategoryList: {
|
5491
|
-
id: string;
|
5492
|
-
value: string;
|
5493
|
-
level: 2 | 1 | 3;
|
5494
|
-
parentId: string | null;
|
5495
|
-
childCategoryList: {
|
5496
|
-
id: string;
|
5497
|
-
value: string;
|
5498
|
-
level: 2 | 1 | 3;
|
5499
|
-
parentId: string | null;
|
5500
|
-
childCategoryList: any[];
|
5501
|
-
}[];
|
5502
|
-
}[];
|
5503
|
-
}, {
|
5504
|
-
id: string;
|
5505
|
-
value: string;
|
5506
|
-
createdAt: Date;
|
5507
|
-
updatedAt: Date;
|
5508
|
-
deletedAt: Date | null;
|
5509
|
-
level: 2 | 1 | 3;
|
5510
|
-
parentId: string | null;
|
5511
|
-
childCategoryList: {
|
5512
|
-
id: string;
|
5513
|
-
value: string;
|
5514
|
-
level: 2 | 1 | 3;
|
5515
|
-
parentId: string | null;
|
5516
|
-
childCategoryList: {
|
5517
|
-
id: string;
|
5518
|
-
value: string;
|
5519
|
-
level: 2 | 1 | 3;
|
5520
|
-
parentId: string | null;
|
5521
|
-
childCategoryList: any[];
|
5522
|
-
}[];
|
5523
|
-
}[];
|
5524
|
-
}>, "many">;
|
5525
|
-
callFrom: z.ZodNullable<z.ZodString>;
|
5526
|
-
callTo: z.ZodNullable<z.ZodString>;
|
5527
|
-
customFields: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
5528
|
-
id: z.ZodString;
|
5529
|
-
createdAt: z.ZodDate;
|
5530
|
-
updatedAt: z.ZodDate;
|
5531
|
-
deletedAt: z.ZodNullable<z.ZodDate>;
|
5532
|
-
textValue: z.ZodNullable<z.ZodString>;
|
5533
|
-
booleanValue: z.ZodNullable<z.ZodBoolean>;
|
5534
|
-
numberValue: z.ZodNullable<z.ZodNumber>;
|
5535
|
-
dateValue: z.ZodNullable<z.ZodDate>;
|
5536
|
-
entityId: z.ZodString;
|
5537
|
-
attributeId: z.ZodString;
|
5538
|
-
}, "strip", z.ZodTypeAny, {
|
5539
|
-
id: string;
|
5540
|
-
createdAt: Date;
|
5541
|
-
updatedAt: Date;
|
5542
|
-
deletedAt: Date | null;
|
5543
|
-
entityId: string;
|
5544
|
-
attributeId: string;
|
5545
|
-
textValue: string | null;
|
5546
|
-
booleanValue: boolean | null;
|
5547
|
-
numberValue: number | null;
|
5548
|
-
dateValue: Date | null;
|
5549
|
-
}, {
|
5550
|
-
id: string;
|
5551
|
-
createdAt: Date;
|
5552
|
-
updatedAt: Date;
|
5553
|
-
deletedAt: Date | null;
|
5554
|
-
entityId: string;
|
5555
|
-
attributeId: string;
|
5556
|
-
textValue: string | null;
|
5557
|
-
booleanValue: boolean | null;
|
5558
|
-
numberValue: number | null;
|
5559
|
-
dateValue: Date | null;
|
5560
|
-
}>, "many">>;
|
5561
5021
|
}, "strip", z.ZodTypeAny, {
|
5562
|
-
type: string;
|
5563
5022
|
id: string;
|
5564
5023
|
disposition: string | null;
|
5565
5024
|
createdAt: Date;
|
5566
5025
|
updatedAt: Date;
|
5567
5026
|
deletedAt: Date | null;
|
5568
|
-
categories: {
|
5569
|
-
id: string;
|
5570
|
-
value: string;
|
5571
|
-
createdAt: Date;
|
5572
|
-
updatedAt: Date;
|
5573
|
-
deletedAt: Date | null;
|
5574
|
-
level: 2 | 1 | 3;
|
5575
|
-
parentId: string | null;
|
5576
|
-
childCategoryList: {
|
5577
|
-
id: string;
|
5578
|
-
value: string;
|
5579
|
-
level: 2 | 1 | 3;
|
5580
|
-
parentId: string | null;
|
5581
|
-
childCategoryList: {
|
5582
|
-
id: string;
|
5583
|
-
value: string;
|
5584
|
-
level: 2 | 1 | 3;
|
5585
|
-
parentId: string | null;
|
5586
|
-
childCategoryList: any[];
|
5587
|
-
}[];
|
5588
|
-
}[];
|
5589
|
-
}[];
|
5590
5027
|
tags: {
|
5591
5028
|
id: string;
|
5592
5029
|
name: string;
|
@@ -5597,47 +5034,12 @@ export declare const chatContract: {
|
|
5597
5034
|
callFrom: string | null;
|
5598
5035
|
callTo: string | null;
|
5599
5036
|
note: string | null;
|
5600
|
-
customFields?: {
|
5601
|
-
id: string;
|
5602
|
-
createdAt: Date;
|
5603
|
-
updatedAt: Date;
|
5604
|
-
deletedAt: Date | null;
|
5605
|
-
entityId: string;
|
5606
|
-
attributeId: string;
|
5607
|
-
textValue: string | null;
|
5608
|
-
booleanValue: boolean | null;
|
5609
|
-
numberValue: number | null;
|
5610
|
-
dateValue: Date | null;
|
5611
|
-
}[] | undefined;
|
5612
5037
|
}, {
|
5613
|
-
type: string;
|
5614
5038
|
id: string;
|
5615
5039
|
disposition: string | null;
|
5616
5040
|
createdAt: Date;
|
5617
5041
|
updatedAt: Date;
|
5618
5042
|
deletedAt: Date | null;
|
5619
|
-
categories: {
|
5620
|
-
id: string;
|
5621
|
-
value: string;
|
5622
|
-
createdAt: Date;
|
5623
|
-
updatedAt: Date;
|
5624
|
-
deletedAt: Date | null;
|
5625
|
-
level: 2 | 1 | 3;
|
5626
|
-
parentId: string | null;
|
5627
|
-
childCategoryList: {
|
5628
|
-
id: string;
|
5629
|
-
value: string;
|
5630
|
-
level: 2 | 1 | 3;
|
5631
|
-
parentId: string | null;
|
5632
|
-
childCategoryList: {
|
5633
|
-
id: string;
|
5634
|
-
value: string;
|
5635
|
-
level: 2 | 1 | 3;
|
5636
|
-
parentId: string | null;
|
5637
|
-
childCategoryList: any[];
|
5638
|
-
}[];
|
5639
|
-
}[];
|
5640
|
-
}[];
|
5641
5043
|
tags: {
|
5642
5044
|
id: string;
|
5643
5045
|
name: string;
|
@@ -5648,18 +5050,6 @@ export declare const chatContract: {
|
|
5648
5050
|
callFrom: string | null;
|
5649
5051
|
callTo: string | null;
|
5650
5052
|
note: string | null;
|
5651
|
-
customFields?: {
|
5652
|
-
id: string;
|
5653
|
-
createdAt: Date;
|
5654
|
-
updatedAt: Date;
|
5655
|
-
deletedAt: Date | null;
|
5656
|
-
entityId: string;
|
5657
|
-
attributeId: string;
|
5658
|
-
textValue: string | null;
|
5659
|
-
booleanValue: boolean | null;
|
5660
|
-
numberValue: number | null;
|
5661
|
-
dateValue: Date | null;
|
5662
|
-
}[] | undefined;
|
5663
5053
|
}>>;
|
5664
5054
|
}, "strip", z.ZodTypeAny, {
|
5665
5055
|
id: string;
|
@@ -5678,34 +5068,11 @@ export declare const chatContract: {
|
|
5678
5068
|
handledTime: number | null;
|
5679
5069
|
firstResponseTime: number | null;
|
5680
5070
|
wrapUpForm: {
|
5681
|
-
type: string;
|
5682
5071
|
id: string;
|
5683
5072
|
disposition: string | null;
|
5684
5073
|
createdAt: Date;
|
5685
5074
|
updatedAt: Date;
|
5686
5075
|
deletedAt: Date | null;
|
5687
|
-
categories: {
|
5688
|
-
id: string;
|
5689
|
-
value: string;
|
5690
|
-
createdAt: Date;
|
5691
|
-
updatedAt: Date;
|
5692
|
-
deletedAt: Date | null;
|
5693
|
-
level: 2 | 1 | 3;
|
5694
|
-
parentId: string | null;
|
5695
|
-
childCategoryList: {
|
5696
|
-
id: string;
|
5697
|
-
value: string;
|
5698
|
-
level: 2 | 1 | 3;
|
5699
|
-
parentId: string | null;
|
5700
|
-
childCategoryList: {
|
5701
|
-
id: string;
|
5702
|
-
value: string;
|
5703
|
-
level: 2 | 1 | 3;
|
5704
|
-
parentId: string | null;
|
5705
|
-
childCategoryList: any[];
|
5706
|
-
}[];
|
5707
|
-
}[];
|
5708
|
-
}[];
|
5709
5076
|
tags: {
|
5710
5077
|
id: string;
|
5711
5078
|
name: string;
|
@@ -5716,18 +5083,6 @@ export declare const chatContract: {
|
|
5716
5083
|
callFrom: string | null;
|
5717
5084
|
callTo: string | null;
|
5718
5085
|
note: string | null;
|
5719
|
-
customFields?: {
|
5720
|
-
id: string;
|
5721
|
-
createdAt: Date;
|
5722
|
-
updatedAt: Date;
|
5723
|
-
deletedAt: Date | null;
|
5724
|
-
entityId: string;
|
5725
|
-
attributeId: string;
|
5726
|
-
textValue: string | null;
|
5727
|
-
booleanValue: boolean | null;
|
5728
|
-
numberValue: number | null;
|
5729
|
-
dateValue: Date | null;
|
5730
|
-
}[] | undefined;
|
5731
5086
|
} | null;
|
5732
5087
|
}, {
|
5733
5088
|
id: string;
|
@@ -5746,34 +5101,11 @@ export declare const chatContract: {
|
|
5746
5101
|
handledTime: number | null;
|
5747
5102
|
firstResponseTime: number | null;
|
5748
5103
|
wrapUpForm: {
|
5749
|
-
type: string;
|
5750
5104
|
id: string;
|
5751
5105
|
disposition: string | null;
|
5752
5106
|
createdAt: Date;
|
5753
5107
|
updatedAt: Date;
|
5754
5108
|
deletedAt: Date | null;
|
5755
|
-
categories: {
|
5756
|
-
id: string;
|
5757
|
-
value: string;
|
5758
|
-
createdAt: Date;
|
5759
|
-
updatedAt: Date;
|
5760
|
-
deletedAt: Date | null;
|
5761
|
-
level: 2 | 1 | 3;
|
5762
|
-
parentId: string | null;
|
5763
|
-
childCategoryList: {
|
5764
|
-
id: string;
|
5765
|
-
value: string;
|
5766
|
-
level: 2 | 1 | 3;
|
5767
|
-
parentId: string | null;
|
5768
|
-
childCategoryList: {
|
5769
|
-
id: string;
|
5770
|
-
value: string;
|
5771
|
-
level: 2 | 1 | 3;
|
5772
|
-
parentId: string | null;
|
5773
|
-
childCategoryList: any[];
|
5774
|
-
}[];
|
5775
|
-
}[];
|
5776
|
-
}[];
|
5777
5109
|
tags: {
|
5778
5110
|
id: string;
|
5779
5111
|
name: string;
|
@@ -5784,18 +5116,6 @@ export declare const chatContract: {
|
|
5784
5116
|
callFrom: string | null;
|
5785
5117
|
callTo: string | null;
|
5786
5118
|
note: string | null;
|
5787
|
-
customFields?: {
|
5788
|
-
id: string;
|
5789
|
-
createdAt: Date;
|
5790
|
-
updatedAt: Date;
|
5791
|
-
deletedAt: Date | null;
|
5792
|
-
entityId: string;
|
5793
|
-
attributeId: string;
|
5794
|
-
textValue: string | null;
|
5795
|
-
booleanValue: boolean | null;
|
5796
|
-
numberValue: number | null;
|
5797
|
-
dateValue: Date | null;
|
5798
|
-
}[] | undefined;
|
5799
5119
|
} | null;
|
5800
5120
|
}>;
|
5801
5121
|
workflowRule: z.ZodObject<{
|
@@ -6121,34 +5441,11 @@ export declare const chatContract: {
|
|
6121
5441
|
handledTime: number | null;
|
6122
5442
|
firstResponseTime: number | null;
|
6123
5443
|
wrapUpForm: {
|
6124
|
-
type: string;
|
6125
5444
|
id: string;
|
6126
5445
|
disposition: string | null;
|
6127
5446
|
createdAt: Date;
|
6128
5447
|
updatedAt: Date;
|
6129
5448
|
deletedAt: Date | null;
|
6130
|
-
categories: {
|
6131
|
-
id: string;
|
6132
|
-
value: string;
|
6133
|
-
createdAt: Date;
|
6134
|
-
updatedAt: Date;
|
6135
|
-
deletedAt: Date | null;
|
6136
|
-
level: 2 | 1 | 3;
|
6137
|
-
parentId: string | null;
|
6138
|
-
childCategoryList: {
|
6139
|
-
id: string;
|
6140
|
-
value: string;
|
6141
|
-
level: 2 | 1 | 3;
|
6142
|
-
parentId: string | null;
|
6143
|
-
childCategoryList: {
|
6144
|
-
id: string;
|
6145
|
-
value: string;
|
6146
|
-
level: 2 | 1 | 3;
|
6147
|
-
parentId: string | null;
|
6148
|
-
childCategoryList: any[];
|
6149
|
-
}[];
|
6150
|
-
}[];
|
6151
|
-
}[];
|
6152
5449
|
tags: {
|
6153
5450
|
id: string;
|
6154
5451
|
name: string;
|
@@ -6159,18 +5456,6 @@ export declare const chatContract: {
|
|
6159
5456
|
callFrom: string | null;
|
6160
5457
|
callTo: string | null;
|
6161
5458
|
note: string | null;
|
6162
|
-
customFields?: {
|
6163
|
-
id: string;
|
6164
|
-
createdAt: Date;
|
6165
|
-
updatedAt: Date;
|
6166
|
-
deletedAt: Date | null;
|
6167
|
-
entityId: string;
|
6168
|
-
attributeId: string;
|
6169
|
-
textValue: string | null;
|
6170
|
-
booleanValue: boolean | null;
|
6171
|
-
numberValue: number | null;
|
6172
|
-
dateValue: Date | null;
|
6173
|
-
}[] | undefined;
|
6174
5459
|
} | null;
|
6175
5460
|
};
|
6176
5461
|
workflowRule: {
|
@@ -6480,34 +5765,11 @@ export declare const chatContract: {
|
|
6480
5765
|
handledTime: number | null;
|
6481
5766
|
firstResponseTime: number | null;
|
6482
5767
|
wrapUpForm: {
|
6483
|
-
type: string;
|
6484
5768
|
id: string;
|
6485
5769
|
disposition: string | null;
|
6486
5770
|
createdAt: Date;
|
6487
5771
|
updatedAt: Date;
|
6488
5772
|
deletedAt: Date | null;
|
6489
|
-
categories: {
|
6490
|
-
id: string;
|
6491
|
-
value: string;
|
6492
|
-
createdAt: Date;
|
6493
|
-
updatedAt: Date;
|
6494
|
-
deletedAt: Date | null;
|
6495
|
-
level: 2 | 1 | 3;
|
6496
|
-
parentId: string | null;
|
6497
|
-
childCategoryList: {
|
6498
|
-
id: string;
|
6499
|
-
value: string;
|
6500
|
-
level: 2 | 1 | 3;
|
6501
|
-
parentId: string | null;
|
6502
|
-
childCategoryList: {
|
6503
|
-
id: string;
|
6504
|
-
value: string;
|
6505
|
-
level: 2 | 1 | 3;
|
6506
|
-
parentId: string | null;
|
6507
|
-
childCategoryList: any[];
|
6508
|
-
}[];
|
6509
|
-
}[];
|
6510
|
-
}[];
|
6511
5773
|
tags: {
|
6512
5774
|
id: string;
|
6513
5775
|
name: string;
|
@@ -6518,18 +5780,6 @@ export declare const chatContract: {
|
|
6518
5780
|
callFrom: string | null;
|
6519
5781
|
callTo: string | null;
|
6520
5782
|
note: string | null;
|
6521
|
-
customFields?: {
|
6522
|
-
id: string;
|
6523
|
-
createdAt: Date;
|
6524
|
-
updatedAt: Date;
|
6525
|
-
deletedAt: Date | null;
|
6526
|
-
entityId: string;
|
6527
|
-
attributeId: string;
|
6528
|
-
textValue: string | null;
|
6529
|
-
booleanValue: boolean | null;
|
6530
|
-
numberValue: number | null;
|
6531
|
-
dateValue: Date | null;
|
6532
|
-
}[] | undefined;
|
6533
5783
|
} | null;
|
6534
5784
|
};
|
6535
5785
|
workflowRule: {
|
@@ -6841,34 +6091,11 @@ export declare const chatContract: {
|
|
6841
6091
|
handledTime: number | null;
|
6842
6092
|
firstResponseTime: number | null;
|
6843
6093
|
wrapUpForm: {
|
6844
|
-
type: string;
|
6845
6094
|
id: string;
|
6846
6095
|
disposition: string | null;
|
6847
6096
|
createdAt: Date;
|
6848
6097
|
updatedAt: Date;
|
6849
6098
|
deletedAt: Date | null;
|
6850
|
-
categories: {
|
6851
|
-
id: string;
|
6852
|
-
value: string;
|
6853
|
-
createdAt: Date;
|
6854
|
-
updatedAt: Date;
|
6855
|
-
deletedAt: Date | null;
|
6856
|
-
level: 2 | 1 | 3;
|
6857
|
-
parentId: string | null;
|
6858
|
-
childCategoryList: {
|
6859
|
-
id: string;
|
6860
|
-
value: string;
|
6861
|
-
level: 2 | 1 | 3;
|
6862
|
-
parentId: string | null;
|
6863
|
-
childCategoryList: {
|
6864
|
-
id: string;
|
6865
|
-
value: string;
|
6866
|
-
level: 2 | 1 | 3;
|
6867
|
-
parentId: string | null;
|
6868
|
-
childCategoryList: any[];
|
6869
|
-
}[];
|
6870
|
-
}[];
|
6871
|
-
}[];
|
6872
6099
|
tags: {
|
6873
6100
|
id: string;
|
6874
6101
|
name: string;
|
@@ -6879,18 +6106,6 @@ export declare const chatContract: {
|
|
6879
6106
|
callFrom: string | null;
|
6880
6107
|
callTo: string | null;
|
6881
6108
|
note: string | null;
|
6882
|
-
customFields?: {
|
6883
|
-
id: string;
|
6884
|
-
createdAt: Date;
|
6885
|
-
updatedAt: Date;
|
6886
|
-
deletedAt: Date | null;
|
6887
|
-
entityId: string;
|
6888
|
-
attributeId: string;
|
6889
|
-
textValue: string | null;
|
6890
|
-
booleanValue: boolean | null;
|
6891
|
-
numberValue: number | null;
|
6892
|
-
dateValue: Date | null;
|
6893
|
-
}[] | undefined;
|
6894
6109
|
} | null;
|
6895
6110
|
};
|
6896
6111
|
workflowRule: {
|
@@ -7203,34 +6418,11 @@ export declare const chatContract: {
|
|
7203
6418
|
handledTime: number | null;
|
7204
6419
|
firstResponseTime: number | null;
|
7205
6420
|
wrapUpForm: {
|
7206
|
-
type: string;
|
7207
6421
|
id: string;
|
7208
6422
|
disposition: string | null;
|
7209
6423
|
createdAt: Date;
|
7210
6424
|
updatedAt: Date;
|
7211
6425
|
deletedAt: Date | null;
|
7212
|
-
categories: {
|
7213
|
-
id: string;
|
7214
|
-
value: string;
|
7215
|
-
createdAt: Date;
|
7216
|
-
updatedAt: Date;
|
7217
|
-
deletedAt: Date | null;
|
7218
|
-
level: 2 | 1 | 3;
|
7219
|
-
parentId: string | null;
|
7220
|
-
childCategoryList: {
|
7221
|
-
id: string;
|
7222
|
-
value: string;
|
7223
|
-
level: 2 | 1 | 3;
|
7224
|
-
parentId: string | null;
|
7225
|
-
childCategoryList: {
|
7226
|
-
id: string;
|
7227
|
-
value: string;
|
7228
|
-
level: 2 | 1 | 3;
|
7229
|
-
parentId: string | null;
|
7230
|
-
childCategoryList: any[];
|
7231
|
-
}[];
|
7232
|
-
}[];
|
7233
|
-
}[];
|
7234
6426
|
tags: {
|
7235
6427
|
id: string;
|
7236
6428
|
name: string;
|
@@ -7241,18 +6433,6 @@ export declare const chatContract: {
|
|
7241
6433
|
callFrom: string | null;
|
7242
6434
|
callTo: string | null;
|
7243
6435
|
note: string | null;
|
7244
|
-
customFields?: {
|
7245
|
-
id: string;
|
7246
|
-
createdAt: Date;
|
7247
|
-
updatedAt: Date;
|
7248
|
-
deletedAt: Date | null;
|
7249
|
-
entityId: string;
|
7250
|
-
attributeId: string;
|
7251
|
-
textValue: string | null;
|
7252
|
-
booleanValue: boolean | null;
|
7253
|
-
numberValue: number | null;
|
7254
|
-
dateValue: Date | null;
|
7255
|
-
}[] | undefined;
|
7256
6436
|
} | null;
|
7257
6437
|
};
|
7258
6438
|
workflowRule: {
|