@mindline/sync 1.0.93 → 1.0.96

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 (35) hide show
  1. package/.vs/VSWorkspaceState.json +1 -2
  2. package/.vs/slnx.sqlite +0 -0
  3. package/.vs/sync/CopilotIndices/17.14.260.54502/CodeChunks.db +0 -0
  4. package/.vs/sync/CopilotIndices/17.14.260.54502/SemanticSymbols.db +0 -0
  5. package/.vs/sync/FileContentIndex/267c956b-8e64-4ecf-8c7d-0d6e5c331215.vsidx +0 -0
  6. package/.vs/sync/FileContentIndex/2a74359a-b10f-4718-8feb-e05354e12eed.vsidx +0 -0
  7. package/.vs/sync/FileContentIndex/3ed24be5-ed12-4df5-a2f2-e78b9b8077e3.vsidx +0 -0
  8. package/.vs/sync/FileContentIndex/5fc42aa4-5090-4944-85e6-55a5c3f853b9.vsidx +0 -0
  9. package/.vs/sync/v17/.wsuo +0 -0
  10. package/.vs/sync/v17/DocumentLayout.backup.json +118 -8
  11. package/.vs/sync/v17/DocumentLayout.json +101 -7
  12. package/dist/index.d.ts +2 -348
  13. package/dist/src/index.d.ts +349 -0
  14. package/dist/sync.es.js +40 -36
  15. package/dist/sync.es.js.map +1 -1
  16. package/dist/sync.umd.js +2 -2
  17. package/dist/sync.umd.js.map +1 -1
  18. package/index.test.ts +1 -1
  19. package/package.json +3 -2
  20. package/src/index.d.ts +1 -0
  21. package/src/index.ts +13 -8
  22. package/tsconfig.json +1 -1
  23. package/vite.config.ts +24 -1
  24. package/.vs/sync/FileContentIndex/37cf3ba8-be62-4549-89ef-f092c9f43d47.vsidx +0 -0
  25. package/.vs/sync/FileContentIndex/b22d6a63-ec64-479e-b70a-dd1a66299e4c.vsidx +0 -0
  26. package/.vs/sync/FileContentIndex/d5a4b6e4-5645-45e1-8135-648e002a306d.vsidx +0 -0
  27. package/.vs/sync/FileContentIndex/f1c0dd18-8f11-493d-b452-9a59ff91ffb8.vsidx +0 -0
  28. /package/.vs/sync/FileContentIndex/{fee90bf7-9f86-4fc9-a06e-ccbbe7777bfe.vsidx → ab8f086b-3a2c-4783-bc6d-540828d1e0e1.vsidx} +0 -0
  29. /package/dist/{actors.json.d.ts → src/actors.json.d.ts} +0 -0
  30. /package/dist/{configs.json.d.ts → src/configs.json.d.ts} +0 -0
  31. /package/dist/{resources.json.d.ts → src/resources.json.d.ts} +0 -0
  32. /package/dist/{syncmilestones.json.d.ts → src/syncmilestones.json.d.ts} +0 -0
  33. /package/dist/{tenants.json.d.ts → src/tenants.json.d.ts} +0 -0
  34. /package/dist/{users.json.d.ts → src/users.json.d.ts} +0 -0
  35. /package/dist/{workspaces.json.d.ts → src/workspaces.json.d.ts} +0 -0
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "ExpandedNodes": [
3
- "",
4
- "\\src"
3
+ ""
5
4
  ],
6
5
  "SelectedNode": "\\package.json",
7
6
  "PreviewInSolutionExplorer": false
package/.vs/slnx.sqlite CHANGED
Binary file
Binary file
@@ -2,6 +2,18 @@
2
2
  "Version": 1,
3
3
  "WorkspaceRootPath": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\",
4
4
  "Documents": [
5
+ {
6
+ "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}",
7
+ "RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:src\\index.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}"
8
+ },
9
+ {
10
+ "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.d.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}",
11
+ "RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:src\\index.d.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}"
12
+ },
13
+ {
14
+ "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\package-lock.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
15
+ "RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:package-lock.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
16
+ },
5
17
  {
6
18
  "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\vite.config.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}",
7
19
  "RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:vite.config.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}"
@@ -9,6 +21,21 @@
9
21
  {
10
22
  "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\package.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
11
23
  "RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:package.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
24
+ },
25
+ {
26
+ "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\dist\\sync.es.js.map||{3B902123-F8A7-4915-9F01-361F908088D0}",
27
+ "RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:dist\\sync.es.js.map||{3B902123-F8A7-4915-9F01-361F908088D0}"
28
+ },
29
+ {
30
+ "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\dist\\sync.es.js||{14D17961-FE51-464D-9111-C4AF11D7D99A}",
31
+ "RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:dist\\sync.es.js||{14D17961-FE51-464D-9111-C4AF11D7D99A}"
32
+ },
33
+ {
34
+ "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\ArvindSuthar\\source\\repos\\front\\SyncPortal\\ClientApp\\node_modules\\@mindline\\sync\\package.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
35
+ },
36
+ {
37
+ "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\tsconfig.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
38
+ "RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:tsconfig.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
12
39
  }
13
40
  ],
14
41
  "DocumentGroupContainers": [
@@ -18,7 +45,7 @@
18
45
  "DocumentGroups": [
19
46
  {
20
47
  "DockedWidth": 200,
21
- "SelectedChildIndex": 10,
48
+ "SelectedChildIndex": 15,
22
49
  "Children": [
23
50
  {
24
51
  "$type": "Bookmark",
@@ -56,31 +83,114 @@
56
83
  "$type": "Bookmark",
57
84
  "Name": "ST:0:0:{aa2115a1-9712-457b-9047-dbb71ca2cdd2}"
58
85
  },
86
+ {
87
+ "$type": "Document",
88
+ "DocumentIndex": 2,
89
+ "Title": "package-lock.json",
90
+ "DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\package-lock.json",
91
+ "RelativeDocumentMoniker": "package-lock.json",
92
+ "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\package-lock.json",
93
+ "RelativeToolTip": "package-lock.json",
94
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAAAgAAAAHAAAAAAAAAA==",
95
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
96
+ "WhenOpened": "2025-04-09T03:07:57.881Z"
97
+ },
98
+ {
99
+ "$type": "Document",
100
+ "DocumentIndex": 6,
101
+ "Title": "sync.es.js",
102
+ "DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\dist\\sync.es.js",
103
+ "RelativeDocumentMoniker": "dist\\sync.es.js",
104
+ "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\dist\\sync.es.js",
105
+ "RelativeToolTip": "dist\\sync.es.js",
106
+ "ViewState": "AgIAAIQAAAAAAAAAAAAAAJQAAAAAAAAAAAAAAA==",
107
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001646|",
108
+ "WhenOpened": "2025-04-09T01:03:04.586Z"
109
+ },
110
+ {
111
+ "$type": "Document",
112
+ "DocumentIndex": 5,
113
+ "Title": "sync.es.js.map",
114
+ "DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\dist\\sync.es.js.map",
115
+ "RelativeDocumentMoniker": "dist\\sync.es.js.map",
116
+ "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\dist\\sync.es.js.map",
117
+ "RelativeToolTip": "dist\\sync.es.js.map",
118
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAADyAwAAAAAAAA==",
119
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001001|",
120
+ "WhenOpened": "2025-04-09T01:02:18.309Z"
121
+ },
59
122
  {
60
123
  "$type": "Document",
61
124
  "DocumentIndex": 1,
125
+ "Title": "index.d.ts",
126
+ "DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.d.ts",
127
+ "RelativeDocumentMoniker": "src\\index.d.ts",
128
+ "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.d.ts",
129
+ "RelativeToolTip": "src\\index.d.ts",
130
+ "ViewState": "AgIAAEEBAAAAAAAAAAAAAEgBAAAUAAAAAAAAAA==",
131
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
132
+ "WhenOpened": "2025-04-08T23:58:23.151Z"
133
+ },
134
+ {
135
+ "$type": "Document",
136
+ "DocumentIndex": 7,
137
+ "Title": "package.json",
138
+ "DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\SyncPortal\\ClientApp\\node_modules\\@mindline\\sync\\package.json",
139
+ "RelativeDocumentMoniker": "..\\SyncPortal\\ClientApp\\node_modules\\@mindline\\sync\\package.json",
140
+ "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\SyncPortal\\ClientApp\\node_modules\\@mindline\\sync\\package.json",
141
+ "RelativeToolTip": "..\\SyncPortal\\ClientApp\\node_modules\\@mindline\\sync\\package.json",
142
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
143
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
144
+ "WhenOpened": "2025-04-08T21:53:04.749Z"
145
+ },
146
+ {
147
+ "$type": "Document",
148
+ "DocumentIndex": 8,
149
+ "Title": "tsconfig.json",
150
+ "DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\tsconfig.json",
151
+ "RelativeDocumentMoniker": "tsconfig.json",
152
+ "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\tsconfig.json",
153
+ "RelativeToolTip": "tsconfig.json",
154
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAAAoAAAARAAAAAAAAAA==",
155
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
156
+ "WhenOpened": "2025-04-08T15:04:06.388Z"
157
+ },
158
+ {
159
+ "$type": "Document",
160
+ "DocumentIndex": 0,
161
+ "Title": "index.ts",
162
+ "DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.ts",
163
+ "RelativeDocumentMoniker": "src\\index.ts",
164
+ "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.ts",
165
+ "RelativeToolTip": "src\\index.ts",
166
+ "ViewState": "AgIAAAkAAAAAAAAAAAD4vxYAAAAmAAAAAAAAAA==",
167
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
168
+ "WhenOpened": "2025-04-05T16:26:25.648Z",
169
+ "EditorCaption": ""
170
+ },
171
+ {
172
+ "$type": "Document",
173
+ "DocumentIndex": 4,
62
174
  "Title": "package.json",
63
175
  "DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\package.json",
64
176
  "RelativeDocumentMoniker": "package.json",
65
177
  "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\package.json",
66
178
  "RelativeToolTip": "package.json",
67
- "ViewState": "AgIAABIAAAAAAAAAAAAUwCQAAAAAAAAAAAAAAA==",
179
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAABIAAAAEAAAAAAAAAA==",
68
180
  "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
69
- "WhenOpened": "2025-04-05T14:39:17.505Z",
70
- "EditorCaption": ""
181
+ "WhenOpened": "2025-04-05T14:39:17.505Z"
71
182
  },
72
183
  {
73
184
  "$type": "Document",
74
- "DocumentIndex": 0,
185
+ "DocumentIndex": 3,
75
186
  "Title": "vite.config.ts",
76
187
  "DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\vite.config.ts",
77
188
  "RelativeDocumentMoniker": "vite.config.ts",
78
189
  "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\vite.config.ts",
79
190
  "RelativeToolTip": "vite.config.ts",
80
- "ViewState": "AgIAAAAAAAAAAAAAAAAAAB4AAAACAAAAAAAAAA==",
191
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAACsAAAAMAAAAAAAAAA==",
81
192
  "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
82
- "WhenOpened": "2025-04-05T14:29:46.429Z",
83
- "EditorCaption": ""
193
+ "WhenOpened": "2025-04-05T14:29:46.429Z"
84
194
  }
85
195
  ]
86
196
  },
@@ -10,9 +10,32 @@
10
10
  "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}",
11
11
  "RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:src\\index.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}"
12
12
  },
13
+ {
14
+ "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.d.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}",
15
+ "RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:src\\index.d.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}"
16
+ },
17
+ {
18
+ "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\package-lock.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
19
+ "RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:package-lock.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
20
+ },
13
21
  {
14
22
  "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\vite.config.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}",
15
23
  "RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:vite.config.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}"
24
+ },
25
+ {
26
+ "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\dist\\sync.es.js.map||{3B902123-F8A7-4915-9F01-361F908088D0}",
27
+ "RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:dist\\sync.es.js.map||{3B902123-F8A7-4915-9F01-361F908088D0}"
28
+ },
29
+ {
30
+ "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\dist\\sync.es.js||{14D17961-FE51-464D-9111-C4AF11D7D99A}",
31
+ "RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:dist\\sync.es.js||{14D17961-FE51-464D-9111-C4AF11D7D99A}"
32
+ },
33
+ {
34
+ "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\ArvindSuthar\\source\\repos\\front\\SyncPortal\\ClientApp\\node_modules\\@mindline\\sync\\package.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
35
+ },
36
+ {
37
+ "AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\tsconfig.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
38
+ "RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:tsconfig.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
16
39
  }
17
40
  ],
18
41
  "DocumentGroupContainers": [
@@ -22,7 +45,7 @@
22
45
  "DocumentGroups": [
23
46
  {
24
47
  "DockedWidth": 200,
25
- "SelectedChildIndex": 10,
48
+ "SelectedChildIndex": 16,
26
49
  "Children": [
27
50
  {
28
51
  "$type": "Bookmark",
@@ -60,6 +83,78 @@
60
83
  "$type": "Bookmark",
61
84
  "Name": "ST:0:0:{aa2115a1-9712-457b-9047-dbb71ca2cdd2}"
62
85
  },
86
+ {
87
+ "$type": "Document",
88
+ "DocumentIndex": 3,
89
+ "Title": "package-lock.json",
90
+ "DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\package-lock.json",
91
+ "RelativeDocumentMoniker": "package-lock.json",
92
+ "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\package-lock.json",
93
+ "RelativeToolTip": "package-lock.json",
94
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAAAgAAAAHAAAAAAAAAA==",
95
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
96
+ "WhenOpened": "2025-04-09T03:07:57.881Z"
97
+ },
98
+ {
99
+ "$type": "Document",
100
+ "DocumentIndex": 6,
101
+ "Title": "sync.es.js",
102
+ "DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\dist\\sync.es.js",
103
+ "RelativeDocumentMoniker": "dist\\sync.es.js",
104
+ "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\dist\\sync.es.js",
105
+ "RelativeToolTip": "dist\\sync.es.js",
106
+ "ViewState": "AgIAAIQAAAAAAAAAAAAAAJQAAAAAAAAAAAAAAA==",
107
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001646|",
108
+ "WhenOpened": "2025-04-09T01:03:04.586Z"
109
+ },
110
+ {
111
+ "$type": "Document",
112
+ "DocumentIndex": 5,
113
+ "Title": "sync.es.js.map",
114
+ "DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\dist\\sync.es.js.map",
115
+ "RelativeDocumentMoniker": "dist\\sync.es.js.map",
116
+ "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\dist\\sync.es.js.map",
117
+ "RelativeToolTip": "dist\\sync.es.js.map",
118
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAADyAwAAAAAAAA==",
119
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001001|",
120
+ "WhenOpened": "2025-04-09T01:02:18.309Z"
121
+ },
122
+ {
123
+ "$type": "Document",
124
+ "DocumentIndex": 2,
125
+ "Title": "index.d.ts",
126
+ "DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.d.ts",
127
+ "RelativeDocumentMoniker": "src\\index.d.ts",
128
+ "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.d.ts",
129
+ "RelativeToolTip": "src\\index.d.ts",
130
+ "ViewState": "AgIAAEEBAAAAAAAAAAAAAEgBAAAUAAAAAAAAAA==",
131
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
132
+ "WhenOpened": "2025-04-08T23:58:23.151Z"
133
+ },
134
+ {
135
+ "$type": "Document",
136
+ "DocumentIndex": 7,
137
+ "Title": "package.json",
138
+ "DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\SyncPortal\\ClientApp\\node_modules\\@mindline\\sync\\package.json",
139
+ "RelativeDocumentMoniker": "..\\SyncPortal\\ClientApp\\node_modules\\@mindline\\sync\\package.json",
140
+ "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\SyncPortal\\ClientApp\\node_modules\\@mindline\\sync\\package.json",
141
+ "RelativeToolTip": "..\\SyncPortal\\ClientApp\\node_modules\\@mindline\\sync\\package.json",
142
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
143
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
144
+ "WhenOpened": "2025-04-08T21:53:04.749Z"
145
+ },
146
+ {
147
+ "$type": "Document",
148
+ "DocumentIndex": 8,
149
+ "Title": "tsconfig.json",
150
+ "DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\tsconfig.json",
151
+ "RelativeDocumentMoniker": "tsconfig.json",
152
+ "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\tsconfig.json",
153
+ "RelativeToolTip": "tsconfig.json",
154
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAAAoAAAARAAAAAAAAAA==",
155
+ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
156
+ "WhenOpened": "2025-04-08T15:04:06.388Z"
157
+ },
63
158
  {
64
159
  "$type": "Document",
65
160
  "DocumentIndex": 1,
@@ -68,7 +163,7 @@
68
163
  "RelativeDocumentMoniker": "src\\index.ts",
69
164
  "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.ts",
70
165
  "RelativeToolTip": "src\\index.ts",
71
- "ViewState": "AgIAADABAAAAAAAAAAAmwEYBAAAfAAAAAAAAAA==",
166
+ "ViewState": "AgIAAAkAAAAAAAAAAAD4vxcAAAATAAAAAAAAAA==",
72
167
  "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
73
168
  "WhenOpened": "2025-04-05T16:26:25.648Z",
74
169
  "EditorCaption": ""
@@ -81,23 +176,22 @@
81
176
  "RelativeDocumentMoniker": "package.json",
82
177
  "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\package.json",
83
178
  "RelativeToolTip": "package.json",
84
- "ViewState": "AgIAAAAAAAAAAAAAAAAAACQAAAAAAAAAAAAAAA==",
179
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAABIAAAAEAAAAAAAAAA==",
85
180
  "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
86
181
  "WhenOpened": "2025-04-05T14:39:17.505Z",
87
182
  "EditorCaption": ""
88
183
  },
89
184
  {
90
185
  "$type": "Document",
91
- "DocumentIndex": 2,
186
+ "DocumentIndex": 4,
92
187
  "Title": "vite.config.ts",
93
188
  "DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\vite.config.ts",
94
189
  "RelativeDocumentMoniker": "vite.config.ts",
95
190
  "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\vite.config.ts",
96
191
  "RelativeToolTip": "vite.config.ts",
97
- "ViewState": "AgIAAAAAAAAAAAAAAAAAAB4AAAACAAAAAAAAAA==",
192
+ "ViewState": "AgIAAAAAAAAAAAAAAAAAACsAAAAMAAAAAAAAAA==",
98
193
  "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
99
- "WhenOpened": "2025-04-05T14:29:46.429Z",
100
- "EditorCaption": ""
194
+ "WhenOpened": "2025-04-05T14:29:46.429Z"
101
195
  }
102
196
  ]
103
197
  },