@wisemen/wise-crm 0.0.0-alpha.5 → 0.0.0-alpha.6
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/{ActivityIcon-DwPUmxzt.js → ActivityIcon-_feEsO4S.js} +1 -1
- package/dist/{BookIcon-CnxMEJ4U.js → BookIcon-Dm5Tlzm1.js} +1 -1
- package/dist/{BuildingIcon-Dm4zLpVp.js → BuildingIcon-hCpARUV9.js} +1 -1
- package/dist/{BuildingsIcon-ZsYVNceU.js → BuildingsIcon-CHS9JhUp.js} +1 -1
- package/dist/{BusinessDetailView-BD_5-gur.js → BusinessDetailView-CBdLJ1DL.js} +2 -2
- package/dist/{ChevronDownIcon-QE7YBP4M.js → ChevronDownIcon-BFvvIHWj.js} +1 -1
- package/dist/{ClockPlusIcon-CoUf-dk-.js → ClockPlusIcon-D8ksbWiS.js} +1 -1
- package/dist/{CopyIcon-DBT5WWA2.js → CopyIcon-CtNO8t8o.js} +1 -1
- package/dist/{CrmDetailView.vue_vue_type_script_setup_true_lang-B31uX-X7.js → CrmDetailView.vue_vue_type_script_setup_true_lang-BMZd_Bnd.js} +1 -1
- package/dist/{DealDetailView-DdZbslOT.js → DealDetailView-_6WeXWFc.js} +2 -2
- package/dist/{DealIcon-DSXPERiO.js → DealIcon-C5VPdj1w.js} +1 -1
- package/dist/{EditWithLineIcon-wkAXH1Pr.js → EditWithLineIcon-DbX-AyDv.js} +1 -1
- package/dist/{FileIcon-Dftn1Vwn.js → FileIcon-DMRG-8iP.js} +1 -1
- package/dist/{FilterLinesIcon-SPyYyjBK.js → FilterLinesIcon-CFHzQX88.js} +1 -1
- package/dist/{HashIcon-B6IWdDkU.js → HashIcon-Bqd_U6UZ.js} +1 -1
- package/dist/{HomeFilledIcon-DkvBdyyf.js → HomeFilledIcon-DzSDmU1G.js} +1 -1
- package/dist/{IndividualDetailView-CLUuxWnM.js → IndividualDetailView-B71RU3u0.js} +2 -2
- package/dist/{LayersTreeIcon-DlCcavlA.js → LayersTreeIcon-CSSg4jSq.js} +1 -1
- package/dist/{LinkExternalIcon-BdiDxCaa.js → LinkExternalIcon-DSUyHrBL.js} +1 -1
- package/dist/{LocationPinIcon-B0IaKlCF.js → LocationPinIcon-ETP0LcZ8.js} +1 -1
- package/dist/{MailIcon-C0w41KdY.js → MailIcon-BuXsMTuR.js} +1 -1
- package/dist/{MobilePhoneIcon-CIz1YoHp.js → MobilePhoneIcon-CLCNDzNY.js} +1 -1
- package/dist/{PhoneIcon-BgjQNd2l.js → PhoneIcon-DZt6sqIV.js} +1 -1
- package/dist/{SendIcon-C_NTDGvj.js → SendIcon-B6IDcWR7.js} +1 -1
- package/dist/{StarOutlineIcon-DAxf746-.js → StarOutlineIcon-R1cTEZn0.js} +1 -1
- package/dist/{StarYellowIcon-CYyd9E-r.js → StarYellowIcon-9-S2VZEQ.js} +1 -1
- package/dist/{TimeLineMarkerIcon-CKZFUDiO.js → TimeLineMarkerIcon-DBBI-Jrx.js} +1 -1
- package/dist/{TrashIcon-BOi6vWHg.js → TrashIcon-wJ1uXqz5.js} +1 -1
- package/dist/{UserCircleIcon-Bdr-IBNX.js → UserCircleIcon-C3IUpmZ1.js} +1 -1
- package/dist/{UserIcon-BAix1jEo.js → UserIcon-BkOnTL7C.js} +1 -1
- package/dist/{VerticalDotsIcon-Cht6si1H.js → VerticalDotsIcon-DVOs5Ydl.js} +1 -1
- package/dist/{WalletIcon-C-EjYVxW.js → WalletIcon-Vzdzgax4.js} +1 -1
- package/dist/client/types.gen.d.ts +1 -2
- package/dist/client/zod.gen.d.ts +42 -15
- package/dist/{index-YXBr1SD9.js → index-Ag75dU4w.js} +2294 -2305
- package/dist/index.js +1 -1
- package/dist/models/deal/index/dealIndex.model.d.ts +7 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { l as a, f as e, e as r, h as C, g as m, z as d, k as n, q as u, p as W, j as t, r as l, v as o, x as g, s as v, A as B, B as c, d as I, i as f, u as D, n as b, m as h, y as p, C as w, w as S } from "./index-
|
|
1
|
+
import { l as a, f as e, e as r, h as C, g as m, z as d, k as n, q as u, p as W, j as t, r as l, v as o, x as g, s as v, A as B, B as c, d as I, i as f, u as D, n as b, m as h, y as p, C as w, w as S } from "./index-Ag75dU4w.js";
|
|
2
2
|
export {
|
|
3
3
|
a as CrmSearchTrigger,
|
|
4
4
|
e as WiseCrmBusinessBillingInformationCard,
|
|
@@ -1,16 +1,20 @@
|
|
|
1
1
|
import type { Temporal } from 'temporal-polyfill';
|
|
2
|
-
import type { ClientType, DealLanguage, DealSource } from '@/client';
|
|
2
|
+
import type { ClientStatus, ClientType, DealLanguage, DealSource } from '@/client';
|
|
3
3
|
import type { DealUuid } from '@/models/deal/dealUuid.model.ts';
|
|
4
4
|
export interface DealIndex {
|
|
5
5
|
uuid: DealUuid;
|
|
6
|
-
clientUuid: string;
|
|
7
6
|
createdAt: Temporal.ZonedDateTime;
|
|
8
7
|
name: string;
|
|
9
8
|
boardColumn: {
|
|
10
9
|
uuid: string;
|
|
11
10
|
displayName: string;
|
|
12
11
|
};
|
|
13
|
-
|
|
12
|
+
client: {
|
|
13
|
+
uuid: string;
|
|
14
|
+
name: string;
|
|
15
|
+
status: ClientStatus;
|
|
16
|
+
type: ClientType;
|
|
17
|
+
};
|
|
14
18
|
createdBy: {
|
|
15
19
|
uuid: string;
|
|
16
20
|
name: string;
|
package/package.json
CHANGED