@mindline/sync 1.0.100 → 1.0.101
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/.vs/VSWorkspaceState.json +1 -1
- package/.vs/slnx.sqlite +0 -0
- package/.vs/sync/CopilotIndices/17.14.260.54502/CodeChunks.db +0 -0
- package/.vs/sync/CopilotIndices/17.14.260.54502/SemanticSymbols.db +0 -0
- package/.vs/sync/FileContentIndex/24a4af15-f48f-4636-bba3-eb444f17772c.vsidx +0 -0
- package/.vs/sync/FileContentIndex/{329bf12b-91d2-45df-a54a-8517aa352455.vsidx → 3d735301-6bc9-4349-a917-609e552af3d6.vsidx} +0 -0
- package/.vs/sync/FileContentIndex/547368c3-2a34-40f3-abaf-8bff09e997f6.vsidx +0 -0
- package/.vs/sync/FileContentIndex/97436329-fb83-43f9-95a2-5f3a047fcb45.vsidx +0 -0
- package/.vs/sync/v17/.wsuo +0 -0
- package/.vs/sync/v17/DocumentLayout.backup.json +23 -5
- package/.vs/sync/v17/DocumentLayout.json +9 -3
- package/dist/src/index.d.ts +16 -0
- package/dist/sync.es.js +652 -589
- package/dist/sync.es.js.map +1 -1
- package/dist/sync.umd.js +22 -14
- package/dist/sync.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +13 -0
- package/src/index.ts +100 -0
- package/.vs/sync/FileContentIndex/3e5ba5f3-8912-41a5-b84c-70b0058c1769.vsidx +0 -0
- package/.vs/sync/FileContentIndex/b4b73e68-525d-401c-95be-e93f3675ea76.vsidx +0 -0
- package/.vs/sync/FileContentIndex/d40775c5-40b9-4274-bf7c-d627a3d5e7c8.vsidx +0 -0
- /package/.vs/sync/FileContentIndex/{1075558f-bf92-43ad-a8c4-360c99ce1e38.vsidx → c124698b-787d-47cd-a04b-0fc30de7e469.vsidx} +0 -0
package/.vs/slnx.sqlite
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/.vs/sync/v17/.wsuo
CHANGED
|
Binary file
|
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
{
|
|
10
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
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.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
|
|
15
|
+
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:package.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
|
|
12
16
|
}
|
|
13
17
|
],
|
|
14
18
|
"DocumentGroupContainers": [
|
|
@@ -18,7 +22,7 @@
|
|
|
18
22
|
"DocumentGroups": [
|
|
19
23
|
{
|
|
20
24
|
"DockedWidth": 203,
|
|
21
|
-
"SelectedChildIndex":
|
|
25
|
+
"SelectedChildIndex": 10,
|
|
22
26
|
"Children": [
|
|
23
27
|
{
|
|
24
28
|
"$type": "Bookmark",
|
|
@@ -56,6 +60,19 @@
|
|
|
56
60
|
"$type": "Bookmark",
|
|
57
61
|
"Name": "ST:0:0:{aa2115a1-9712-457b-9047-dbb71ca2cdd2}"
|
|
58
62
|
},
|
|
63
|
+
{
|
|
64
|
+
"$type": "Document",
|
|
65
|
+
"DocumentIndex": 2,
|
|
66
|
+
"Title": "package.json",
|
|
67
|
+
"DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\package.json",
|
|
68
|
+
"RelativeDocumentMoniker": "package.json",
|
|
69
|
+
"ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\package.json",
|
|
70
|
+
"RelativeToolTip": "package.json",
|
|
71
|
+
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
|
|
72
|
+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
|
|
73
|
+
"WhenOpened": "2025-05-01T12:37:44.78Z",
|
|
74
|
+
"EditorCaption": ""
|
|
75
|
+
},
|
|
59
76
|
{
|
|
60
77
|
"$type": "Document",
|
|
61
78
|
"DocumentIndex": 0,
|
|
@@ -64,9 +81,9 @@
|
|
|
64
81
|
"RelativeDocumentMoniker": "src\\index.ts",
|
|
65
82
|
"ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.ts",
|
|
66
83
|
"RelativeToolTip": "src\\index.ts",
|
|
67
|
-
"ViewState": "
|
|
84
|
+
"ViewState": "AgIAAP4KAAAAAAAAAAAAABMLAAARAAAAAAAAAA==",
|
|
68
85
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
|
|
69
|
-
"WhenOpened": "2025-
|
|
86
|
+
"WhenOpened": "2025-05-01T12:24:49.156Z",
|
|
70
87
|
"EditorCaption": ""
|
|
71
88
|
},
|
|
72
89
|
{
|
|
@@ -77,9 +94,10 @@
|
|
|
77
94
|
"RelativeDocumentMoniker": "src\\index.d.ts",
|
|
78
95
|
"ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.d.ts",
|
|
79
96
|
"RelativeToolTip": "src\\index.d.ts",
|
|
80
|
-
"ViewState": "
|
|
97
|
+
"ViewState": "AgIAAC0BAAAAAAAAAADwv0IBAAAnAAAAAAAAAA==",
|
|
81
98
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
|
|
82
|
-
"WhenOpened": "2025-
|
|
99
|
+
"WhenOpened": "2025-05-01T12:24:25.81Z",
|
|
100
|
+
"EditorCaption": ""
|
|
83
101
|
}
|
|
84
102
|
]
|
|
85
103
|
},
|
|
@@ -81,11 +81,17 @@
|
|
|
81
81
|
"RelativeDocumentMoniker": "src\\index.ts",
|
|
82
82
|
"ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.ts",
|
|
83
83
|
"RelativeToolTip": "src\\index.ts",
|
|
84
|
-
"ViewState": "
|
|
84
|
+
"ViewState": "AgIAACcLAAAAAAAAAAAAADgLAAAiAAAAAAAAAA==",
|
|
85
85
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
|
|
86
86
|
"WhenOpened": "2025-05-01T12:24:49.156Z",
|
|
87
87
|
"EditorCaption": ""
|
|
88
|
-
}
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"DockedWidth": 200,
|
|
93
|
+
"SelectedChildIndex": 0,
|
|
94
|
+
"Children": [
|
|
89
95
|
{
|
|
90
96
|
"$type": "Document",
|
|
91
97
|
"DocumentIndex": 1,
|
|
@@ -94,7 +100,7 @@
|
|
|
94
100
|
"RelativeDocumentMoniker": "src\\index.d.ts",
|
|
95
101
|
"ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.d.ts",
|
|
96
102
|
"RelativeToolTip": "src\\index.d.ts",
|
|
97
|
-
"ViewState": "
|
|
103
|
+
"ViewState": "AgIAADkBAAAAAAAAAAAAAE0BAAAiAAAAAAAAAA==",
|
|
98
104
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
|
|
99
105
|
"WhenOpened": "2025-05-01T12:24:25.81Z",
|
|
100
106
|
"EditorCaption": ""
|
package/dist/src/index.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export declare class mindlineConfig {
|
|
|
19
19
|
static adminEndpoint(): string;
|
|
20
20
|
static adminIncompleteEndpoint(): string;
|
|
21
21
|
static adminsEndpoint(): string;
|
|
22
|
+
static auditConfigEndpoint(): string;
|
|
22
23
|
static auditEventsEndpoint(): string;
|
|
23
24
|
static configConsentEndpoint(): string;
|
|
24
25
|
static configEnabledEndpoint(): string;
|
|
@@ -140,6 +141,17 @@ export declare class Config {
|
|
|
140
141
|
sel: boolean;
|
|
141
142
|
constructor();
|
|
142
143
|
}
|
|
144
|
+
export declare class AuditConfig {
|
|
145
|
+
id: string;
|
|
146
|
+
workspaceId: string;
|
|
147
|
+
name: string;
|
|
148
|
+
description: string;
|
|
149
|
+
isEnabled: boolean;
|
|
150
|
+
email: string;
|
|
151
|
+
tenantId: string;
|
|
152
|
+
sel: boolean;
|
|
153
|
+
constructor();
|
|
154
|
+
}
|
|
143
155
|
export declare class Workspace {
|
|
144
156
|
id: string;
|
|
145
157
|
name: string;
|
|
@@ -312,6 +324,8 @@ export declare function usersGet(instance: IPublicClientApplication, user: User
|
|
|
312
324
|
users: string[];
|
|
313
325
|
error: string;
|
|
314
326
|
}>;
|
|
327
|
+
export declare function auditConfigAdd(instance: IPublicClientApplication, user: User, ac: AuditConfig, debug: boolean): Promise<APIResult>;
|
|
328
|
+
export declare function auditConfigRetrieve(instance: IPublicClientApplication, user: User, debug: boolean): Promise<APIResult>;
|
|
315
329
|
export declare function auditEventsRetrieve(instance: IPublicClientApplication, authorizedUser: User, debug: boolean): Promise<APIResult>;
|
|
316
330
|
export declare function configEdit(instance: IPublicClientApplication, authorizedUser: User, config: Config, setConfigId: (id: string) => void, setSelectedConfigs: (selectedConfigs: {
|
|
317
331
|
[id: string]: boolean | number[];
|
|
@@ -334,6 +348,8 @@ export declare function processErrors(response: Response): Promise<string>;
|
|
|
334
348
|
export declare function adminDelete(instance: IPublicClientApplication, authorizedUser: User, user: User, workspaceId: string): Promise<APIResult>;
|
|
335
349
|
export declare function adminsGet(instance: IPublicClientApplication, user: User, workspaceID: string, debug: boolean): Promise<APIResult>;
|
|
336
350
|
export declare function adminPost(instance: IPublicClientApplication, authorizedUser: User, user: User, workspaceId: string): Promise<APIResult>;
|
|
351
|
+
export declare function auditConfigPost(instance: IPublicClientApplication, user: User, config: AuditConfig, debug: boolean): Promise<APIResult>;
|
|
352
|
+
export declare function auditConfigGet(instance: IPublicClientApplication, user: User, debug: boolean): Promise<APIResult>;
|
|
337
353
|
export declare function auditEventsGet(instance: IPublicClientApplication, user: User, debug: boolean): Promise<APIResult>;
|
|
338
354
|
export declare function configConsentReadPut(instance: IPublicClientApplication, authorizedUser: User, configId: string, tid: string, consent: boolean): Promise<APIResult>;
|
|
339
355
|
export declare function configConsentWritePut(instance: IPublicClientApplication, authorizedUser: User, configId: string, tid: string, consent: boolean): Promise<APIResult>;
|