@lilaquadrat/chat 0.1.17 → 0.1.18

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.
Files changed (68) hide show
  1. package/dist/wc/lilaquadrat-studio-chat.js +5 -5
  2. package/dist/wc/lilaquadrat-studio-chat.umd.cjs +1 -1
  3. package/package.json +24 -23
  4. package/dist/app/assets/de-BPWT8j6E.js +0 -1
  5. package/dist/app/assets/loadFonts-DmNZ8tPj.js +0 -1
  6. package/dist/app/assets/main-B18LDkun.js +0 -2
  7. package/dist/app/assets/preload-helper-OSX1TyOM.js +0 -1
  8. package/dist/app/assets/support-DgYHnicF.js +0 -2
  9. package/dist/app/assets/support-agent-CTl6KCJE.js +0 -1
  10. package/dist/app/assets/web-component-BANWBXIc.js +0 -1
  11. package/dist/app/index.html +0 -37
  12. package/dist/app/support/index.html +0 -43
  13. package/dist/studio-chat-module.js +0 -0
  14. package/dist/studio-chat-module.umd.cjs +0 -1
  15. package/dist/types/src/bot/botClient.d.ts +0 -40
  16. package/dist/types/src/bot/botManager.d.ts +0 -3
  17. package/dist/types/src/composables/useChatBootstrap.d.ts +0 -27
  18. package/dist/types/src/composables/useChatVisibility.d.ts +0 -18
  19. package/dist/types/src/composables/useTriggerEvent.d.ts +0 -10
  20. package/dist/types/src/composables/useWebSocket.d.ts +0 -11
  21. package/dist/types/src/config/auth.d.ts +0 -19
  22. package/dist/types/src/config/bootstrap.agent.d.ts +0 -86
  23. package/dist/types/src/config/bootstrap.d.ts +0 -10
  24. package/dist/types/src/config/chatConfig.d.ts +0 -83
  25. package/dist/types/src/config/components.shared.d.ts +0 -18
  26. package/dist/types/src/config/users.d.ts +0 -27
  27. package/dist/types/src/helpers/date.d.ts +0 -7
  28. package/dist/types/src/helpers/handleMessages.d.ts +0 -2
  29. package/dist/types/src/helpers/loadComponents.d.ts +0 -10
  30. package/dist/types/src/helpers/participants.d.ts +0 -50
  31. package/dist/types/src/helpers/rights.d.ts +0 -19
  32. package/dist/types/src/helpers/sdkOptions.d.ts +0 -17
  33. package/dist/types/src/helpers/sounds.d.ts +0 -8
  34. package/dist/types/src/helpers/supportStatus.d.ts +0 -15
  35. package/dist/types/src/interfaces/Conversation.d.ts +0 -44
  36. package/dist/types/src/interfaces/ConversationSla.d.ts +0 -9
  37. package/dist/types/src/interfaces/IncomingFrame.d.ts +0 -71
  38. package/dist/types/src/interfaces/Message.d.ts +0 -18
  39. package/dist/types/src/interfaces/ParticipantDocument.d.ts +0 -13
  40. package/dist/types/src/libs/StudioSDK.d.ts +0 -148
  41. package/dist/types/src/libs/chatSession.d.ts +0 -113
  42. package/dist/types/src/libs/resize.d.ts +0 -79
  43. package/dist/types/src/libs/websocketManager.d.ts +0 -54
  44. package/dist/types/src/locales/de.d.ts +0 -115
  45. package/dist/types/src/locales/en.d.ts +0 -115
  46. package/dist/types/src/main.d.ts +0 -1
  47. package/dist/types/src/mixins/groupMessages.d.ts +0 -14
  48. package/dist/types/src/mixins/hardCopy.d.ts +0 -2
  49. package/dist/types/src/mixins/logger.d.ts +0 -8
  50. package/dist/types/src/mixins/traceable.d.ts +0 -11
  51. package/dist/types/src/plugins/i18n.d.ts +0 -124
  52. package/dist/types/src/standalone/auth.d.ts +0 -26
  53. package/dist/types/src/standalone/main.d.ts +0 -1
  54. package/dist/types/src/standalone/settings.d.ts +0 -63
  55. package/dist/types/src/standalone-support/main.d.ts +0 -1
  56. package/dist/types/src/stores/bots.store.d.ts +0 -69
  57. package/dist/types/src/stores/calls.store.d.ts +0 -14
  58. package/dist/types/src/stores/contacts.store.d.ts +0 -87
  59. package/dist/types/src/stores/conversations.store.d.ts +0 -2228
  60. package/dist/types/src/stores/main.store.d.ts +0 -184
  61. package/dist/types/src/stores/supportConversations.store.d.ts +0 -65
  62. package/dist/types/src/stores/user.store.d.ts +0 -8
  63. package/dist/types/src/stores/usersCache.store.d.ts +0 -31
  64. package/dist/types/src/styles/loadFonts.d.ts +0 -15
  65. package/dist/types/src/support-agent.d.ts +0 -18
  66. package/dist/types/tsconfig.build.tsbuildinfo +0 -1
  67. package/dist/wc-support/lilaquadrat-studio-support.js +0 -9
  68. package/dist/wc-support/lilaquadrat-studio-support.umd.cjs +0 -1
@@ -1,184 +0,0 @@
1
- export type Feature = 'chat' | 'support';
2
- /**
3
- * which of the two custom elements this app instance is. The whole support-agent split hangs
4
- * off this axis: 'customer' is the end-user widget, 'agent' is the support desk.
5
- *
6
- * Set ONCE by the custom-element entry (during configureApp) and never by host config. That is
7
- * deliberate: `features` below is HOST-supplied via ChatModuleConfig, so if the role were read
8
- * from there, a customer host could hand itself the agent UI just by asking for it.
9
- *
10
- * Two near-miss names it must not be confused with:
11
- * - the per-conversation `operationMode: 'chat' | 'support'` in conversations.store.ts
12
- * (see the comment above createNew() there, which already apologises for the collision) —
13
- * that says what KIND a single conversation is, not who is looking at it.
14
- * - `features: ('chat'|'support')[]` right below — that says which capabilities the host
15
- * switched on, again per host, not per role.
16
- *
17
- * An agent build has appRole 'agent' regardless of what features the host asks for; a customer
18
- * build stays 'customer' even with the support feature enabled.
19
- */
20
- export type AppRole = 'customer' | 'agent';
21
- /**
22
- * what the left pane is showing. `conversations` covers both bundles: each registers its own
23
- * list component under that name, so the agent console needs no member of its own.
24
- */
25
- export type LeftTarget = 'conversations' | 'contacts-new' | 'contacts-edit' | 'contacts-rights' | 'rename';
26
- export type MainTarget = 'chat';
27
- export type RightTarget = 'chat-details' | 'user-details';
28
- export type TargetContent = {
29
- left: LeftTarget;
30
- main: MainTarget;
31
- right: RightTarget;
32
- };
33
- export declare const useMainStore: import("pinia").StoreDefinition<"main", Pick<{
34
- state: import("vue").Ref<"connected" | "disconnected", "connected" | "disconnected">;
35
- fullscreen: import("vue").Ref<boolean, boolean>;
36
- appRole: import("vue").Ref<AppRole, AppRole>;
37
- isAgent: import("vue").ComputedRef<boolean>;
38
- features: import("vue").Ref<Feature[], Feature[]>;
39
- hasChat: import("vue").ComputedRef<boolean>;
40
- hasSupport: import("vue").ComputedRef<boolean>;
41
- isSupportOnly: import("vue").ComputedRef<boolean>;
42
- viewMode: import("vue").Ref<"mobile" | "tablet" | "desktop", "mobile" | "tablet" | "desktop">;
43
- setViewMode: (newViewMode: "mobile" | "tablet" | "desktop") => void;
44
- chatVisible: import("vue").Ref<boolean, boolean>;
45
- soundEnabled: import("vue").Ref<boolean, boolean>;
46
- soundVolume: import("vue").Ref<number, number>;
47
- wsUrl: import("vue").Ref<string, string>;
48
- apiUrl: import("vue").Ref<string, string>;
49
- mediaUrl: import("vue").Ref<string, string>;
50
- authToken: import("vue").Ref<string, string>;
51
- unreadCallback: import("vue").Ref<(_stats: {
52
- unreadMessages: number;
53
- unreadConversations: number;
54
- }) => void, (_stats: {
55
- unreadMessages: number;
56
- unreadConversations: number;
57
- }) => void>;
58
- closeCallback: import("vue").Ref<() => void, () => void>;
59
- setContent: <T extends keyof TargetContent>(type: TargetContent[T], target: T) => void;
60
- unsetContent: <T extends keyof TargetContent>(target: T) => void;
61
- content: import("vue").Ref<{
62
- left: LeftTarget | undefined;
63
- main: MainTarget | undefined;
64
- right: RightTarget | undefined;
65
- }, {
66
- left: LeftTarget | undefined;
67
- main: MainTarget | undefined;
68
- right: RightTarget | undefined;
69
- } | {
70
- left: LeftTarget | undefined;
71
- main: MainTarget | undefined;
72
- right: RightTarget | undefined;
73
- }>;
74
- lastError: import("vue").Ref<{
75
- error: string;
76
- messageType?: string;
77
- }, {
78
- error: string;
79
- messageType?: string;
80
- }>;
81
- setError: (error: string, messageType?: string) => void;
82
- clearError: () => void;
83
- }, "state" | "fullscreen" | "appRole" | "features" | "viewMode" | "chatVisible" | "soundEnabled" | "soundVolume" | "wsUrl" | "apiUrl" | "mediaUrl" | "authToken" | "unreadCallback" | "closeCallback" | "content" | "lastError">, Pick<{
84
- state: import("vue").Ref<"connected" | "disconnected", "connected" | "disconnected">;
85
- fullscreen: import("vue").Ref<boolean, boolean>;
86
- appRole: import("vue").Ref<AppRole, AppRole>;
87
- isAgent: import("vue").ComputedRef<boolean>;
88
- features: import("vue").Ref<Feature[], Feature[]>;
89
- hasChat: import("vue").ComputedRef<boolean>;
90
- hasSupport: import("vue").ComputedRef<boolean>;
91
- isSupportOnly: import("vue").ComputedRef<boolean>;
92
- viewMode: import("vue").Ref<"mobile" | "tablet" | "desktop", "mobile" | "tablet" | "desktop">;
93
- setViewMode: (newViewMode: "mobile" | "tablet" | "desktop") => void;
94
- chatVisible: import("vue").Ref<boolean, boolean>;
95
- soundEnabled: import("vue").Ref<boolean, boolean>;
96
- soundVolume: import("vue").Ref<number, number>;
97
- wsUrl: import("vue").Ref<string, string>;
98
- apiUrl: import("vue").Ref<string, string>;
99
- mediaUrl: import("vue").Ref<string, string>;
100
- authToken: import("vue").Ref<string, string>;
101
- unreadCallback: import("vue").Ref<(_stats: {
102
- unreadMessages: number;
103
- unreadConversations: number;
104
- }) => void, (_stats: {
105
- unreadMessages: number;
106
- unreadConversations: number;
107
- }) => void>;
108
- closeCallback: import("vue").Ref<() => void, () => void>;
109
- setContent: <T extends keyof TargetContent>(type: TargetContent[T], target: T) => void;
110
- unsetContent: <T extends keyof TargetContent>(target: T) => void;
111
- content: import("vue").Ref<{
112
- left: LeftTarget | undefined;
113
- main: MainTarget | undefined;
114
- right: RightTarget | undefined;
115
- }, {
116
- left: LeftTarget | undefined;
117
- main: MainTarget | undefined;
118
- right: RightTarget | undefined;
119
- } | {
120
- left: LeftTarget | undefined;
121
- main: MainTarget | undefined;
122
- right: RightTarget | undefined;
123
- }>;
124
- lastError: import("vue").Ref<{
125
- error: string;
126
- messageType?: string;
127
- }, {
128
- error: string;
129
- messageType?: string;
130
- }>;
131
- setError: (error: string, messageType?: string) => void;
132
- clearError: () => void;
133
- }, "isAgent" | "hasChat" | "hasSupport" | "isSupportOnly">, Pick<{
134
- state: import("vue").Ref<"connected" | "disconnected", "connected" | "disconnected">;
135
- fullscreen: import("vue").Ref<boolean, boolean>;
136
- appRole: import("vue").Ref<AppRole, AppRole>;
137
- isAgent: import("vue").ComputedRef<boolean>;
138
- features: import("vue").Ref<Feature[], Feature[]>;
139
- hasChat: import("vue").ComputedRef<boolean>;
140
- hasSupport: import("vue").ComputedRef<boolean>;
141
- isSupportOnly: import("vue").ComputedRef<boolean>;
142
- viewMode: import("vue").Ref<"mobile" | "tablet" | "desktop", "mobile" | "tablet" | "desktop">;
143
- setViewMode: (newViewMode: "mobile" | "tablet" | "desktop") => void;
144
- chatVisible: import("vue").Ref<boolean, boolean>;
145
- soundEnabled: import("vue").Ref<boolean, boolean>;
146
- soundVolume: import("vue").Ref<number, number>;
147
- wsUrl: import("vue").Ref<string, string>;
148
- apiUrl: import("vue").Ref<string, string>;
149
- mediaUrl: import("vue").Ref<string, string>;
150
- authToken: import("vue").Ref<string, string>;
151
- unreadCallback: import("vue").Ref<(_stats: {
152
- unreadMessages: number;
153
- unreadConversations: number;
154
- }) => void, (_stats: {
155
- unreadMessages: number;
156
- unreadConversations: number;
157
- }) => void>;
158
- closeCallback: import("vue").Ref<() => void, () => void>;
159
- setContent: <T extends keyof TargetContent>(type: TargetContent[T], target: T) => void;
160
- unsetContent: <T extends keyof TargetContent>(target: T) => void;
161
- content: import("vue").Ref<{
162
- left: LeftTarget | undefined;
163
- main: MainTarget | undefined;
164
- right: RightTarget | undefined;
165
- }, {
166
- left: LeftTarget | undefined;
167
- main: MainTarget | undefined;
168
- right: RightTarget | undefined;
169
- } | {
170
- left: LeftTarget | undefined;
171
- main: MainTarget | undefined;
172
- right: RightTarget | undefined;
173
- }>;
174
- lastError: import("vue").Ref<{
175
- error: string;
176
- messageType?: string;
177
- }, {
178
- error: string;
179
- messageType?: string;
180
- }>;
181
- setError: (error: string, messageType?: string) => void;
182
- clearError: () => void;
183
- }, "setViewMode" | "setContent" | "unsetContent" | "setError" | "clearError">>;
184
- export default useMainStore;
@@ -1,65 +0,0 @@
1
- import { type SupportStatus, type SupportStatusFilter } from '@/helpers/supportStatus';
2
- /**
3
- * The support agent's view of conversations: every support conversation, shared by the whole
4
- * team. Every agent can filter the shared queue by its conversation-level workflow status.
5
- *
6
- * This store is a LOADER and a VIEW, not a second list. The conversations themselves live in
7
- * conversations.store, exactly like a customer's own conversations do: chats.module,
8
- * chat.module, chat-header, helpers/handleMessages, the typing map, the unread computeds and
9
- * the message paging all key off conversationsStore.getConversation(). A parallel list here
10
- * would fork every one of them, so load() merges its rows into that store and `conversations`
11
- * is a filtered, sorted view of it.
12
- */
13
- export declare const useSupportConversationsStore: import("pinia").StoreDefinition<"supportConversations", Pick<{
14
- loaded: import("vue").Ref<boolean, boolean>;
15
- loading: import("vue").Ref<boolean, boolean>;
16
- hasMore: import("vue").Ref<boolean, boolean>;
17
- statusFilter: import("vue").Ref<SupportStatusFilter, SupportStatusFilter>;
18
- serverTimeOffsetMilliseconds: import("vue").Ref<number, number>;
19
- visibleConversationIds: import("vue").Ref<string[], string[]>;
20
- conversations: import("vue").ComputedRef<import("@/interfaces/Conversation").Conversation[]>;
21
- load: () => Promise<void>;
22
- loadMore: () => Promise<void>;
23
- reload: () => Promise<void>;
24
- setStatusFilter: (status: SupportStatusFilter) => Promise<void>;
25
- setStatus: (conversationId: string, status: SupportStatus) => Promise<void>;
26
- isStatusUpdating: (conversationId: string) => boolean;
27
- syncServerTime: (serverTime: unknown) => void;
28
- syncConversationVisibility: (conversationId: string) => void;
29
- activateLastOrLatest: () => void;
30
- }, "loaded" | "loading" | "hasMore" | "statusFilter" | "serverTimeOffsetMilliseconds" | "visibleConversationIds">, Pick<{
31
- loaded: import("vue").Ref<boolean, boolean>;
32
- loading: import("vue").Ref<boolean, boolean>;
33
- hasMore: import("vue").Ref<boolean, boolean>;
34
- statusFilter: import("vue").Ref<SupportStatusFilter, SupportStatusFilter>;
35
- serverTimeOffsetMilliseconds: import("vue").Ref<number, number>;
36
- visibleConversationIds: import("vue").Ref<string[], string[]>;
37
- conversations: import("vue").ComputedRef<import("@/interfaces/Conversation").Conversation[]>;
38
- load: () => Promise<void>;
39
- loadMore: () => Promise<void>;
40
- reload: () => Promise<void>;
41
- setStatusFilter: (status: SupportStatusFilter) => Promise<void>;
42
- setStatus: (conversationId: string, status: SupportStatus) => Promise<void>;
43
- isStatusUpdating: (conversationId: string) => boolean;
44
- syncServerTime: (serverTime: unknown) => void;
45
- syncConversationVisibility: (conversationId: string) => void;
46
- activateLastOrLatest: () => void;
47
- }, "conversations">, Pick<{
48
- loaded: import("vue").Ref<boolean, boolean>;
49
- loading: import("vue").Ref<boolean, boolean>;
50
- hasMore: import("vue").Ref<boolean, boolean>;
51
- statusFilter: import("vue").Ref<SupportStatusFilter, SupportStatusFilter>;
52
- serverTimeOffsetMilliseconds: import("vue").Ref<number, number>;
53
- visibleConversationIds: import("vue").Ref<string[], string[]>;
54
- conversations: import("vue").ComputedRef<import("@/interfaces/Conversation").Conversation[]>;
55
- load: () => Promise<void>;
56
- loadMore: () => Promise<void>;
57
- reload: () => Promise<void>;
58
- setStatusFilter: (status: SupportStatusFilter) => Promise<void>;
59
- setStatus: (conversationId: string, status: SupportStatus) => Promise<void>;
60
- isStatusUpdating: (conversationId: string) => boolean;
61
- syncServerTime: (serverTime: unknown) => void;
62
- syncConversationVisibility: (conversationId: string) => void;
63
- activateLastOrLatest: () => void;
64
- }, "load" | "setStatus" | "loadMore" | "reload" | "setStatusFilter" | "isStatusUpdating" | "syncServerTime" | "syncConversationVisibility" | "activateLastOrLatest">>;
65
- export default useSupportConversationsStore;
@@ -1,8 +0,0 @@
1
- export declare const useUserStore: import("pinia").StoreDefinition<"user", Pick<{
2
- user: import("vue").Ref<string, string>;
3
- }, "user">, Pick<{
4
- user: import("vue").Ref<string, string>;
5
- }, never>, Pick<{
6
- user: import("vue").Ref<string, string>;
7
- }, never>>;
8
- export default useUserStore;
@@ -1,31 +0,0 @@
1
- import { type Participant, type ParticipantUser } from '@/helpers/participants';
2
- /**
3
- * id -> user object cache. Messages carry only a `user` id (enriching every message
4
- * server-side is too expensive), so author names are resolved here instead. The cache
5
- * is fed cheaply from the enriched `participants` objects that conversations already
6
- * carry; ids still unknown (e.g. a user who left) are fetched lazily from the
7
- * contacts API.
8
- */
9
- export declare const useUsersCacheStore: import("pinia").StoreDefinition<"usersCache", Pick<{
10
- entries: import("vue").Ref<Record<string, ParticipantUser>, Record<string, ParticipantUser>>;
11
- ingest: (participants?: Participant[]) => void;
12
- setOne: (user: ParticipantUser) => void;
13
- get: (id: string) => ParticipantUser | undefined;
14
- name: (id: string) => string;
15
- ensure: (ids?: string[]) => Promise<void>;
16
- }, "entries">, Pick<{
17
- entries: import("vue").Ref<Record<string, ParticipantUser>, Record<string, ParticipantUser>>;
18
- ingest: (participants?: Participant[]) => void;
19
- setOne: (user: ParticipantUser) => void;
20
- get: (id: string) => ParticipantUser | undefined;
21
- name: (id: string) => string;
22
- ensure: (ids?: string[]) => Promise<void>;
23
- }, never>, Pick<{
24
- entries: import("vue").Ref<Record<string, ParticipantUser>, Record<string, ParticipantUser>>;
25
- ingest: (participants?: Participant[]) => void;
26
- setOne: (user: ParticipantUser) => void;
27
- get: (id: string) => ParticipantUser | undefined;
28
- name: (id: string) => string;
29
- ensure: (ids?: string[]) => Promise<void>;
30
- }, "get" | "name" | "ingest" | "setOne" | "ensure">>;
31
- export default useUsersCacheStore;
@@ -1,15 +0,0 @@
1
- /**
2
- * @font-face rules declared inside a shadow root are ignored by the browser — font faces are
3
- * matched at the document level only. As a self-contained web component we inject the fonts
4
- * (inlined as base64 data URIs, so no external asset files are needed) into <head> exactly once.
5
- * Document-registered faces are then usable inside the shadow DOM.
6
- *
7
- * One variable font file covers every weight and width we use: the wght axis spans 300-800,
8
- * the wdth axis 75-100%. The mixins in fonts.less pick points on those axes instead of
9
- * switching font families — see .font-light / .font-normal / .font-bold / .font-head.
10
- *
11
- * It is the full upstream charset (googlefonts/opensans variable TTF, converted to woff2),
12
- * not a latin subset: participant names and messages can carry any script the font covers
13
- * (latin, latin-ext, cyrillic, greek, hebrew, vietnamese) without falling back to tofu.
14
- */
15
- export default function loadFonts(): void;
@@ -1,18 +0,0 @@
1
- /**
2
- * <lilaquadrat-studio-support> — the support-agent console as a framework-agnostic custom
3
- * element (Vue 3 bundled, shadow DOM).
4
- *
5
- * A separate element and a separate bundle from <lilaquadrat-studio-chat> on purpose: a normal
6
- * user must never load the agent console, and rollup tree-shakes by module, so "one bundle, one
7
- * flag" could not drop a single byte. The two share the shell, the chat view and the bootstrap;
8
- * only the left pane (the shared support conversations instead of the agent's own) differs.
9
- *
10
- * Config is set as a DOM property (functions/objects can't be attributes):
11
- * const el = document.createElement('lilaquadrat-studio-support');
12
- * el.config = { getToken: () => auth.getTokenSilently(), wsUrl, apiUrl };
13
- * host.appendChild(el);
14
- *
15
- * Note there is no `features` / `mode` in that config — see SupportAgentConfig: this element is
16
- * always the support console, regardless of what the host would like it to be.
17
- */
18
- export declare const LilaquadratStudioSupport: import("vue").VueElementConstructor<Record<string, unknown>>;
@@ -1 +0,0 @@
1
- {"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/vite/types/hmrPayload.d.ts","../../node_modules/vite/types/customEvent.d.ts","../../node_modules/vite/types/hot.d.ts","../../node_modules/vite/types/importGlob.d.ts","../../node_modules/vite/types/importMeta.d.ts","../../node_modules/vite/client.d.ts","../../node_modules/@vue/shared/dist/shared.d.ts","../../node_modules/@babel/types/lib/index.d.ts","../../node_modules/@babel/parser/typings/babel-parser.d.ts","../../node_modules/@vue/compiler-core/dist/compiler-core.d.ts","../../node_modules/@vue/compiler-dom/dist/compiler-dom.d.ts","../../node_modules/@vue/reactivity/dist/reactivity.d.ts","../../node_modules/@vue/runtime-core/dist/runtime-core.d.ts","../../node_modules/csstype/index.d.ts","../../node_modules/@vue/runtime-dom/dist/runtime-dom.d.ts","../../node_modules/vue/dist/vue.d.mts","../../env.d.ts","../../src/components.d.ts","../../node_modules/vue/jsx-runtime/index.d.ts","../../src/main.ts","../../node_modules/pinia/dist/pinia.d.ts","../../node_modules/dayjs/locale/types.d.ts","../../node_modules/dayjs/locale/index.d.ts","../../node_modules/dayjs/index.d.ts","../../node_modules/dayjs/plugin/relativeTime.d.ts","../../node_modules/@intlify/shared/dist/shared.d.ts","../../node_modules/source-map-js/source-map.d.ts","../../node_modules/@intlify/message-compiler/dist/message-compiler.d.ts","../../node_modules/@intlify/core-base/dist/core-base.d.ts","../../node_modules/vue-i18n/dist/vue-i18n.d.ts","../../src/locales/en.ts","../../src/plugins/i18n.ts","../../src/stores/main.store.ts","../../src/helpers/loadComponents.ts","../../src/config/components.shared.ts","../../src/stores/user.store.ts","../../src/config/users.ts","../../src/config/auth.ts","../../node_modules/axios/index.d.ts","../../src/mixins/hardCopy.ts","../../src/mixins/logger.ts","../../src/interfaces/ConversationSla.ts","../../src/helpers/supportStatus.ts","../../src/helpers/participants.ts","../../src/interfaces/Message.ts","../../src/interfaces/ParticipantDocument.ts","../../src/interfaces/Conversation.ts","../../src/libs/StudioSDK.ts","../../src/helpers/sdkOptions.ts","../../src/stores/usersCache.store.ts","../../src/config/chatConfig.ts","../../src/config/bootstrap.agent.ts","../../src/libs/resize.ts","../../src/styles/loadFonts.ts","../../src/support-agent.ts","../../src/config/bootstrap.ts","../../src/web-component.ts","../../src/bot/botClient.ts","../../node_modules/uuid/dist/esm-browser/types.d.ts","../../node_modules/uuid/dist/esm-browser/max.d.ts","../../node_modules/uuid/dist/esm-browser/nil.d.ts","../../node_modules/uuid/dist/esm-browser/parse.d.ts","../../node_modules/uuid/dist/esm-browser/stringify.d.ts","../../node_modules/uuid/dist/esm-browser/v1.d.ts","../../node_modules/uuid/dist/esm-browser/v1ToV6.d.ts","../../node_modules/uuid/dist/esm-browser/v35.d.ts","../../node_modules/uuid/dist/esm-browser/v3.d.ts","../../node_modules/uuid/dist/esm-browser/v4.d.ts","../../node_modules/uuid/dist/esm-browser/v5.d.ts","../../node_modules/uuid/dist/esm-browser/v6.d.ts","../../node_modules/uuid/dist/esm-browser/v6ToV1.d.ts","../../node_modules/uuid/dist/esm-browser/v7.d.ts","../../node_modules/uuid/dist/esm-browser/validate.d.ts","../../node_modules/uuid/dist/esm-browser/version.d.ts","../../node_modules/uuid/dist/esm-browser/index.d.ts","../../src/stores/bots.store.ts","../../src/bot/botManager.ts","../../src/stores/conversations.store.ts","../../src/libs/websocketManager.ts","../../src/interfaces/IncomingFrame.ts","../../src/libs/chatSession.ts","../../src/helpers/sounds.ts","../../src/stores/supportConversations.store.ts","../../src/helpers/handleMessages.ts","../../src/composables/useChatBootstrap.ts","../../src/composables/useChatVisibility.ts","../../src/composables/useTriggerEvent.ts","../../src/composables/useWebSocket.ts","../../node_modules/dayjs/plugin/utc.d.ts","../../node_modules/dayjs/plugin/timezone.d.ts","../../node_modules/dayjs/plugin/localizedFormat.d.ts","../../src/helpers/date.ts","../../src/helpers/rights.ts","../../src/locales/de.ts","../../src/mixins/groupMessages.ts","../../src/stores/calls.store.ts","../../src/mixins/traceable.ts","../../node_modules/keycloak-js/dist/keycloak.d.mts","../../src/standalone/settings.ts","../../src/standalone/auth.ts","../../src/standalone/main.ts","../../src/standalone-support/main.ts","../../src/stores/contacts.store.ts"],"fileIdsList":[[53,63,65,68,77],[55],[73,75],[73,74],[54,55,56],[57],[54],[54,59,60,62],[59,60,61,62],[70],[69],[71],[71,136,137],[71,72,136],[71,72,137],[63,65,68,77],[106,107,108,109,110,111,112,114,115,116,117,118,119,120,121],[106],[106,113],[52],[48],[49],[50,51],[63,65,68,76,77],[58,62],[62],[66],[66,80,105,123],[63,64,68,77],[63,65,66,68,77,80,83,85,91,97,100,125,128,131],[63,65,66,68,77,80],[63,65,66,68,77],[63,65,66,68,77,122,126,128],[63,64,65,66,68,77,81,82,98],[66,68,80,83,84,85,91,97],[64,66],[66,70,71,136,137,138],[66,80,83,90,95,97,125,127,129,130],[66,80,85],[53,66],[66,89],[66,89,90,91,92,93],[66,90],[66,89,90,91,92,94],[66,84,86,87,88,90,92,93,94],[66,85,88,126,127],[63,65,66,68,77,88],[66,88],[66,92,139],[63,65,66,68,77,88,143],[66,77,78],[66,99,102,146,147],[66,91,145,146],[66,103,104,146,147],[66,80,99],[63,65,66,68,77,84,122],[63,65,66,68,77,122],[63,65,66,68,77,83,84,95,96,97],[63,65,66,68,71,77,80,83,87,90,91,92,93,94,95,96,97,122],[63,65,66,68,71,77,80,90,94,95,96,97,125],[63,65,66,68,77,91,95,96],[63,64,65,66,68,71,72,77,79,80,99,100,101],[63,64,65,66,68,71,72,77,79,100,101,103]],"fileInfos":[{"version":"69684132aeb9b5642cbcd9e22dff7818ff0ee1aa831728af0ecf97d3364d5546","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"092c2bfe125ce69dbb1223c85d68d4d2397d7d8411867b5cc03cec902c233763","affectsGlobalScope":true,"impliedFormat":1},{"version":"07f073f19d67f74d732b1adea08e1dc66b1b58d77cb5b43931dee3d798a2fd53","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"936e80ad36a2ee83fc3caf008e7c4c5afe45b3cf3d5c24408f039c1d47bdc1df","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"fef8cfad2e2dc5f5b3d97a6f4f2e92848eb1b88e897bb7318cef0e2820bceaab","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"64ccfe7dcbcad9b8a661a042ecb2309e41b9ab957f7b8cd070b05583a7821a13","impliedFormat":99},{"version":"98580d6ed68c9cee7f956685abbb6502d70bd92f48175ac807ae6c5e254fadc6","impliedFormat":99},{"version":"4e003c868b0d8f8ad200b96cbc653e18e513fa23e1c19c4fe3cc25d4394efc47","impliedFormat":99},{"version":"e50d04d261120f8f9d07e85698735d5b88f3a66bc395c08ce26c3d817d141a73","affectsGlobalScope":true,"impliedFormat":99},{"version":"72429cda84a47f092a3bf777bbc4ece9dda492fe0f02324aa7f197f3800089c6","affectsGlobalScope":true,"impliedFormat":99},{"version":"74b98be6ab7723114273526706070ff9885fdf990d5c4e722801addca4d264e1","affectsGlobalScope":true,"impliedFormat":99},{"version":"f468b74459f1ad4473b36a36d49f2b255f3c6b5d536c81239c2b2971df089eaf","impliedFormat":1},{"version":"556ccd493ec36c7d7cb130d51be66e147b91cc1415be383d71da0f1e49f742a9","impliedFormat":1},{"version":"95aba78013d782537cc5e23868e736bec5d377b918990e28ed56110e3ae8b958","impliedFormat":1},{"version":"fe991452257beed9884c864d87cea9dfd1fa7120e3fadbe5710a4f4e7a044c3e","impliedFormat":1},{"version":"ebe84ad8344962b7117a3b95065f47383215020eaf1b626463863b45b4d16e62","impliedFormat":1},{"version":"8fa68a409acbfc169f88bc6763ffb2df73b49346a938fd7b75397261995db523","impliedFormat":1},{"version":"3e74c6f34a28b7c948bfdaf19172000d589093660b3605f8c21c1b30173c729b","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac51dd7d31333793807a6abaa5ae168512b6131bd41d9c5b98477fc3b7800f9f","impliedFormat":1},{"version":"88ad1af02cacc61bf79683b021d326eeafc91231660a06495c5046d4649ec3a2","impliedFormat":1},{"version":"c0191592be8eb7906f99ac4b8798d80a585b94001ea1a5f50d6ce5b0d13a5c62","impliedFormat":99},{"version":"13fbaacb0babb3d3729d759ddacc2fddbfef826d8f1dd2f486a050ab3df5b989","affectsGlobalScope":true},"baae1976956ebe43b0d3866c64c087ee5685733bcc1a3d5c42da866fcc060222",{"version":"318d19118bf6bf8d088441c948990f53cafc79ed581b78f3d41a0f7a3f5f145c","impliedFormat":1},{"version":"cb7440569fcd4b8902a97be4566401f8c0395882d395a8a95d907267c7e7fb29","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"dce3621e6c42ff85a85c26f827081feb317a2b45bc35007b7158964a2a9e1ed4","impliedFormat":99},{"version":"73a0ee6395819b063df4b148211985f2e1442945c1a057204cf4cf6281760dc3","affectsGlobalScope":true,"impliedFormat":1},{"version":"d05d8c67116dceafc62e691c47ac89f8f10cf7313cd1b2fb4fe801c2bf1bb1a7","impliedFormat":1},{"version":"3c5bb5207df7095882400323d692957e90ec17323ccff5fd5f29a1ecf3b165d0","impliedFormat":1},{"version":"f684f2969931de8fb9a5164f8c8f51aaea4025f4eede98406a17642a605c2842","impliedFormat":1},{"version":"f84bef1de5a8908edbc7b44ca39ba5e1db027060c132f3b1f2946f7c6ccc162f","impliedFormat":1},{"version":"402e5c534fb2b85fa771170595db3ac0dd532112c8fa44fc23f233bc6967488b","impliedFormat":1},{"version":"99a516417d80b6976439b6ad903ba8b39d85c0857610fe98a98c60e588f9f905","impliedFormat":1},{"version":"96cd08fcc008f2c4d161f4ca748563332173db07ae94b17b76914e7575042d20","impliedFormat":1},{"version":"662e81731c4bf5775658a491659e069c360ddb8f4551c9f2b483a827775cb8d4","impliedFormat":1},{"version":"79ff21baf399eb207ef2694170ab4281c65e66d58c1137e4ea045b1a51e431aa","signature":"281c4fdcbc4b9573d1e66e545ea708e0fbb32383c9394a6b961a30792e785ec2"},{"version":"cd90dd208c1bca3695bf450b15c2de03dd1596b1b71ab866b5b18c012ebbfba5","signature":"845008efb8b7c697e22d2956b6c67eae4d3706fb8d734160e6d21e7055ec19a5"},{"version":"edd539785b7a9732b9bd656071dc0960083530af16990859a2ebf208324a7ebb","signature":"10890f543818fafd5d6a104b66fa5d6212893cc05fa725323700207ed907dbb6"},{"version":"9d3d220467399828fb6fe017af9ce82f8a0c186071d58ef0923498388c2731d3","signature":"089771d24ca50072add0d0341a540252865e367600ae651d49452dc5281df26f"},{"version":"2b40753c7ca00ca7c334263aa57fc83b7fea4307df3c6c86fff2cd5ef1a483ee","signature":"e685b33e00739a5e6abce391155801f736c3b9468419a3cf586bf7e279ca7d9e"},{"version":"5e84d6f357ae3457136f11d017e9c99b311d38b3d474ae9981e7ca4961a5f9b9","signature":"0d94a7cc8985478a2f79aade11b8ca4d92515d4cd9bbf61bf35be93c927bbdd9"},{"version":"b3334dc37fde197ca3ba6045d5bead79ace9f323b81b6c3b5e2ad8f795e1b873","signature":"6d77f53ed29e24e31879e0356ff28ea58f3fff5a50e7efcbb92b0beb533e3e89"},{"version":"3e1cc52570312a99b39046edd219ed60f42f4953d0e2597e27ca097f61238c1a","signature":"9ea05778d87fd0222d6a7487813e6b6c196ab504ddd268c9c95a5f24fdedca69"},{"version":"1d7ee0c4eb734d59b6d962bc9151f6330895067cd3058ce6a3cd95347ef5c6e8","impliedFormat":99},{"version":"04e7353aa8835b1b7f02b04c234aecd51a3014a415145456241048997233e606","signature":"c9dce0e39135e933a086d15ae7e145d646dd7588dcc929ceb2169411c2859614"},{"version":"538661bfaf65c2e53276dc4340d14f94b247fd4cad200818dce86f068dae5361","signature":"564df19173ec4c24839bc874905bceb6dbbde946b6a63fda0b7a77f47688e1b6"},{"version":"84e4df70d075810614478aab3bc66faa026e7e720a83de1298c3a5148c1b9d20","signature":"fa30555c1286f3029c7ef4e24161401fa25a7bec333eea67ddd6fd0bace13971"},{"version":"c4e38c4ef66d475d77ce8945d5a78253ecf05569da9405e4669d67e8edec1721","signature":"3d151c0dbd44b8ba1f6ae74a80d92a71bce6888188baafdf7acbe4ce3b6535f6"},{"version":"db1d8ab5dc034fefc867432ffda7b4ef10581ff1b1c3eb029318d6b577feef97","signature":"e23e644021fddacd7b56cd00fdc76c3d342a92b710c3f06c567bde5767a4b547"},{"version":"d3dc0d11e45a66907d1933fdad0f865808b5c72d278573224ead278c0954551f","signature":"6251f748d4d0165701fb0d5bf5b6e1eeaf002ff931b4d01bed3fe237487260ff"},{"version":"e69d72e0c08288b83c05a119b97b16c15eab32e33ca8ba129c74b52c7bd45c01","signature":"ca9406e83d51154383528eab46a62d2fd1389742ad23ed3912335b912eee03b4"},{"version":"56ecc27654217e63a49764fc87da3fe2d32ba83c482cf52317ffe6e619387419","signature":"691baba5f973b27f6a7f65e8e8197e585862cf72aa99b9f8e54cfcd161937e20"},{"version":"a6aa31a2f607e58f85556e2a1d9e821858e5964ca70680943561cf8634dee5dd","signature":"678abc380bece32ee671a2f832138dabac5ef5bb659e5df04ce50029a9639323"},{"version":"162b8fd615c52c04f81eec3fe4adb9dbd0c6b9d649d930d272ac1332cfeb00bd","signature":"53215b3d7565fa2112c069a7d37ca4cfa0f37ea185ed644cbaa9de7ab4f7127f"},{"version":"5fbda7ddad8002e0c079baa2f84696a56672074712f1b6621b87d009b3ac3532","signature":"02c26732c2e74fdded44d6ab83be82f29c1fb5b22621fb630bee29f07058f482"},{"version":"93147222a3d990a740e41df3e93a9e79da4c7d9be39dfa98953a01c3a07e7f1c","signature":"bfb51a98ce4a40863f0e76d51f436f41a3e229010e9a23479df8600e7ebf1ec7"},{"version":"b94edafae790b2d07f8705e1094c406df1c8571f753dd4899ee066953812a7ba","signature":"bbe253fd91a82bcb5095d0f4efa1b19054c5eea0aa336679fad6a4ad347c1662"},{"version":"643586ccea0ad02eba85d3281d2d9fb6185d610982d5056c883224534bc27f68","signature":"94db8ccbf1c6c5256e31947d009b6a7095c77a8f66822c8b5bac9cf9ac050186"},{"version":"9d2221785178825f2e683327ca288cd262f69b740f468ec6f7af971184b4d96a","signature":"461b98415df16fb8c53855ebf936a74e59a70fc667e191648adfb2d55fe5e41e"},{"version":"7b9778e422ce8cbce21b1b5c6d884b6868bd80c59a324af535051549b394adf3","signature":"c551f36517fb9b4be2e98db59e3aca3c0f54d088eb1d9a7c8c99df650e767d17"},{"version":"57b7960c2993b2618ff19a9bfa1133b89de04227b77917eb9097f35178269d41","signature":"dd7317c6bc38da3b3b36c8407dba8c2cd0821944cfc4de4697fd83e79c9be95c"},{"version":"e2b2b9e2043bf077bcc93f22af8825c7a32b2aaa5e5da89b8f886aa48d725e3b","signature":"c76cdbd82915336abcb7bd3022bd71513c7b20b849a40e65c0f7af2460ca060c"},{"version":"af8b0d1920d3c521dd47d1f347d168f6686ed0beb79834e199b1adc94cacfe4e","signature":"9af390c36a11fe2fe73ef43411e716fd88add3183971036986562407f125950e"},{"version":"cff399d99c68e4fafdd5835d443a980622267a39ac6f3f59b9e3d60d60c4f133","impliedFormat":99},{"version":"6ada175c0c585e89569e8feb8ff6fc9fc443d7f9ca6340b456e0f94cbef559bf","impliedFormat":99},{"version":"e56e4d95fad615c97eb0ae39c329a4cda9c0af178273a9173676cc9b14b58520","impliedFormat":99},{"version":"73e8dfd5e7d2abc18bdb5c5873e64dbdd1082408dd1921cad6ff7130d8339334","impliedFormat":99},{"version":"fc820b2f0c21501f51f79b58a21d3fa7ae5659fc1812784dbfbb72af147659ee","impliedFormat":99},{"version":"4f041ef66167b5f9c73101e5fd8468774b09429932067926f9b2960cc3e4f99d","impliedFormat":99},{"version":"31501b8fc4279e78f6a05ca35e365e73c0b0c57d06dbe8faecb10c7254ce7714","impliedFormat":99},{"version":"7bc76e7d4bbe3764abaf054aed3a622c5cdbac694e474050d71ce9d4ab93ea4b","impliedFormat":99},{"version":"ff4e9db3eb1e95d7ba4b5765e4dc7f512b90fb3b588adfd5ca9b0d9d7a56a1ae","impliedFormat":99},{"version":"f205fd03cd15ea054f7006b7ef8378ef29c315149da0726f4928d291e7dce7b9","impliedFormat":99},{"version":"d683908557d53abeb1b94747e764b3bd6b6226273514b96a942340e9ce4b7be7","impliedFormat":99},{"version":"7c6d5704e2f236fddaf8dbe9131d998a4f5132609ef795b78c3b63f46317f88a","impliedFormat":99},{"version":"d05bd4d28c12545827349b0ac3a79c50658d68147dad38d13e97e22353544496","impliedFormat":99},{"version":"b6436d90a5487d9b3c3916b939f68e43f7eaca4b0bb305d897d5124180a122b9","impliedFormat":99},{"version":"04ace6bedd6f59c30ea6df1f0f8d432c728c8bc5c5fd0c5c1c80242d3ab51977","impliedFormat":99},{"version":"57a8a7772769c35ba7b4b1ba125f0812deec5c7102a0d04d9e15b1d22880c9e8","impliedFormat":99},{"version":"badcc9d59770b91987e962f8e3ddfa1e06671b0e4c5e2738bbd002255cad3f38","impliedFormat":99},{"version":"f8dc88e6cae57eaa59e01faf078cc6ec9af86232df5693ff7c9c707448d9bb5f","signature":"dce66e4164895b8d6ad1135792918cadea877173e74b2b54bd276edc98648fe1"},{"version":"e26cf39a8cfc471b42f80685ccf41287f0f1ba4f9c44f52f6aa14c460f5aab43","signature":"ce6605e15b9c4b514e669395a95cd34e285df741e34754f01f475a381e59d5cd"},{"version":"54a7aca23ee813f8e8979df1770837f604940111bf4023cb3d227250bc8b0187","signature":"4b85d7aa216439c7a414b5165232117a34d6b4c6645678185c84eec29f45cfef"},{"version":"5108dd292d38ec0b5c0b37a1ef6f149a0b29198017faff355c7050fba48e6dcd","signature":"db07eef63c9f1f6429daf1638d928f5a6eb04a95220db61e3547ddc06e56ec2e"},{"version":"75abea3ddc64cdc7c9fec447fdeab3bbae036b3259e0c67e94b443f72c8cbdb6","signature":"b49338b167eeab01e018ebf65d3f7e6cd53923c83bd8a9324646fb0423d38829"},{"version":"65009d2714b98bd361f37368651878b628d25f9456a15c7117c12424df2ea85b","signature":"637f2575f17e335ad17f4de3121439adac43fc11255ebbe766d15b79b48692ec"},{"version":"216999245d9d2b5eff7209b125d6ad7504b0600715414b3d64c99e6219e2550c","signature":"8296cf7d8c42c95bedca44549a3e6333622ed20fb701aa6459fae5a43f576cd6"},{"version":"881ba24bbb75c24b0a506e86cf28e5939dc1ea41fb604bb0e8cff93db318cde1","signature":"b7c79a1b68bd810717a5adff16ddff17f45d967fe5497d008d632f2a78a54a85"},{"version":"6e3170cca123526f17f6878815977fb7c24aefcd199b3beb5f4da3107e6eb500","signature":"2d0f5a89ba04073ae0e21a45443e576a3dd295f7ee3755ac931e48d8d9650a18"},{"version":"fa11bfa730cdc8846ea3ce26042063b66e5c32386fce407234abdfa7cce3a26b","signature":"06a664245c65589ea239ba60546564d7c6250e343298486c37bcc6b14b093e4e"},{"version":"fe112b09b9ba77e3023ae0d6cc63b38c16dde72d8b0de641bc24540f5c703d69","signature":"4990055d5960653574e9c7add26b64a3b1f9c18eb5c24a2b93441658c04e7342"},{"version":"4113f859d5cf212c7b8a5528c273a4f907052702dfcf12baff2657008f0dd2c7","signature":"ec19499df6e4f680560ff703da83d5e014ca3afad6fd1fa6503653a68f5460a9"},{"version":"ed92f98cdd095da394ed308dc854a838937e23f9cfddd59d119280a5c7cd61b3","signature":"3b819ea7acbcbc3457fc66e41bb0d995fe17fa0a85c28bd9c4099b8d4cbf3d3d"},{"version":"c868f50837eedd81fa9f61bd42de6665f74e7eb7a459135c6a14ac33ddc86798","impliedFormat":1},{"version":"56b2090352084289a1d572dfbddeed948906c0a0317a547ceb0ae6436ae44037","impliedFormat":1},{"version":"49123f65d0f1270a60f5cdb7220dea12d9fcbff320447c933511cb1f7168a11b","impliedFormat":1},{"version":"87f736a81ba4c2b5663545235833830482fb949b8761e6629dd8cbe756de47b3","signature":"81fb627f4fd77b0651259a8fb70ab971d01beefa2feb3c9b6855bfa391122c65"},{"version":"e924603df0dc191d4a6b8f4e883a3e214297a4e9992f077367bcecefd9d3b116","signature":"f611719420e8c2705966761257f4db673caca856addef0f4d0d26cb628eb7756"},{"version":"3bf6530edeb3c34f765ddcda523bc06f493b41210d9381ec5570791a74f17e0d","signature":"281c4fdcbc4b9573d1e66e545ea708e0fbb32383c9394a6b961a30792e785ec2"},{"version":"1a19d3fe07857b998390abc780192bb7b76f2523136e4b934e87a50b70f5e010","signature":"849cd6563547266398564700eb82444b3bc591de9750348a9f644ae6042e11fd"},{"version":"6957b6858bea0bf95380a2c0b727f0142deb06e009340a928df5ecf5a2ab6604","signature":"05ff065628c8395742a1cc1f068888e449d8b07a3e6f777c108b870cc94179cf"},{"version":"dba121c217ad784ed294c7135303fe2537ed581f295a22a9d24141a3dc2ddafb","signature":"4a21e5f7ccd6c675700c6e27bf70ccef75d3068cd0eab1ac5029df1b19b55b94"},{"version":"231a0dc2943d97c893e0a8b5749a72960778cc760943faf272393cdf6617531b","impliedFormat":99},{"version":"f4e6b98e1433a3a495360baeadcdff3e5c4d6b71d7740a9de90a19bfe4dd97b2","signature":"beed9713a3950f3a052a242e40684481feccb49a9ece3bad71ea65d453bcd71d"},{"version":"f922dee05d47236e9802272dcb61f5e3c478f6668d7d72a4f4efb5e45da52348","signature":"7b05ab272a5d5ffe78d900580c23dbc12e5a0dadcfb3241510c676814f65ebcc"},{"version":"aaf7f513555cc40452a0d516f026f22c3122d0f78a67f9522e87a075d036d225","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"66b2e6de84978f833db4055f561aa3cf17cc614715eb1373f635efce0447be97","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"587b73c7fd9f11ad30dd0219453efe18309a6af0ecb6e18959353d4cf270634f","signature":"7a0bab475729334110ee0bfba9781caf94d79526c551a2fbe25365d4966c0c3e"}],"root":[64,65,67,[78,85],[87,105],[123,135],[139,144],[146,150]],"options":{"allowImportingTsExtensions":true,"composite":true,"declaration":true,"emitDeclarationOnly":true,"esModuleInterop":true,"jsx":1,"jsxImportSource":"vue","module":99,"noImplicitAny":false,"noImplicitThis":true,"outDir":"./","skipLibCheck":true,"sourceMap":false,"strict":false,"target":99,"useDefineForClassFields":true,"verbatimModuleSyntax":true},"referencedMap":[[64,1],[56,2],[76,3],[75,4],[57,5],[58,6],[59,7],[60,8],[62,9],[71,10],[70,11],[138,12],[72,13],[137,14],[136,15],[68,16],[122,17],[111,18],[114,19],[113,18],[115,18],[116,19],[117,18],[119,18],[53,20],[49,21],[50,22],[52,23],[77,24],[63,25],[66,26],[105,27],[124,28],[65,29],[132,30],[133,31],[134,32],[135,33],[85,27],[99,34],[103,34],[98,35],[82,36],[84,27],[139,37],[131,38],[81,32],[91,27],[140,27],[96,39],[129,40],[90,41],[94,42],[89,43],[127,44],[92,27],[93,27],[95,45],[128,46],[100,47],[126,48],[141,27],[78,27],[67,27],[142,49],[87,27],[88,27],[144,50],[79,51],[149,52],[147,53],[148,54],[146,55],[123,56],[143,57],[150,58],[125,59],[80,32],[130,60],[83,32],[97,61],[101,40],[102,62],[104,63]],"latestChangedDtsFile":"./src/stores/contacts.store.d.ts","version":"5.8.3"}