@mindline/sync 1.0.104 → 1.0.106
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/0d08f64f-8fd9-4bd4-90fc-8322cb33dd00.vsidx +0 -0
- package/.vs/sync/FileContentIndex/5d404a65-c534-43ee-beba-a5efbe6a49b0.vsidx +0 -0
- package/.vs/sync/FileContentIndex/63524bf8-437e-4a1c-951f-7a78da75a1bc.vsidx +0 -0
- package/.vs/sync/FileContentIndex/f95b6302-8444-443b-9e3b-a41d3483c73a.vsidx +0 -0
- package/.vs/sync/v17/.wsuo +0 -0
- package/.vs/sync/v17/DocumentLayout.backup.json +10 -11
- package/.vs/sync/v17/DocumentLayout.json +20 -26
- package/dist/src/index.d.ts +9 -2
- package/dist/sync.es.js +705 -598
- package/dist/sync.es.js.map +1 -1
- package/dist/sync.umd.js +22 -15
- package/dist/sync.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +4 -1
- package/src/index.ts +292 -15
- package/.vs/sync/FileContentIndex/3881c9ba-413d-444d-b9d4-43b79228192c.vsidx +0 -0
- package/.vs/sync/FileContentIndex/40eca9db-2eca-4bb1-b236-ef05624e799e.vsidx +0 -0
- package/.vs/sync/FileContentIndex/5c93d870-257a-4d35-93a3-48d299fa5b1a.vsidx +0 -0
- package/.vs/sync/FileContentIndex/c2ebbf3f-6ffc-45f4-9e41-20101dcbfe33.vsidx +0 -0
- /package/.vs/sync/FileContentIndex/{00d0d744-d920-41f7-81bd-64419c4b96a9.vsidx → db560492-d007-4291-a6b3-50ccdcbd66b4.vsidx} +0 -0
package/.vs/slnx.sqlite
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/.vs/sync/v17/.wsuo
CHANGED
|
Binary file
|
|
@@ -2,14 +2,14 @@
|
|
|
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
5
|
{
|
|
10
6
|
"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
7
|
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:src\\index.d.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}"
|
|
12
8
|
},
|
|
9
|
+
{
|
|
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
|
+
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:src\\index.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}"
|
|
12
|
+
},
|
|
13
13
|
{
|
|
14
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
15
|
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:package.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"$type": "Document",
|
|
65
|
-
"DocumentIndex":
|
|
65
|
+
"DocumentIndex": 0,
|
|
66
66
|
"Title": "index.d.ts",
|
|
67
67
|
"DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.d.ts",
|
|
68
68
|
"RelativeDocumentMoniker": "src\\index.d.ts",
|
|
69
69
|
"ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.d.ts",
|
|
70
70
|
"RelativeToolTip": "src\\index.d.ts",
|
|
71
|
-
"ViewState": "
|
|
71
|
+
"ViewState": "AgIAADwBAAAAAAAAAAAAAFIBAAAiAAAAAAAAAA==",
|
|
72
72
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
|
|
73
73
|
"WhenOpened": "2025-05-30T02:21:13.533Z",
|
|
74
74
|
"EditorCaption": ""
|
|
@@ -81,10 +81,9 @@
|
|
|
81
81
|
"RelativeDocumentMoniker": "package.json",
|
|
82
82
|
"ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\package.json",
|
|
83
83
|
"RelativeToolTip": "package.json",
|
|
84
|
-
"ViewState": "
|
|
84
|
+
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAIAAAAXAAAAAAAAAA==",
|
|
85
85
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
|
|
86
|
-
"WhenOpened": "2025-05-01T12:37:44.78Z"
|
|
87
|
-
"EditorCaption": ""
|
|
86
|
+
"WhenOpened": "2025-05-01T12:37:44.78Z"
|
|
88
87
|
}
|
|
89
88
|
]
|
|
90
89
|
},
|
|
@@ -94,13 +93,13 @@
|
|
|
94
93
|
"Children": [
|
|
95
94
|
{
|
|
96
95
|
"$type": "Document",
|
|
97
|
-
"DocumentIndex":
|
|
96
|
+
"DocumentIndex": 1,
|
|
98
97
|
"Title": "index.ts",
|
|
99
98
|
"DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.ts",
|
|
100
99
|
"RelativeDocumentMoniker": "src\\index.ts",
|
|
101
100
|
"ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.ts",
|
|
102
101
|
"RelativeToolTip": "src\\index.ts",
|
|
103
|
-
"ViewState": "
|
|
102
|
+
"ViewState": "AgIAABALAAAAAAAAAAAAAFELAAAYAAAAAAAAAA==",
|
|
104
103
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
|
|
105
104
|
"WhenOpened": "2025-05-01T12:24:49.156Z",
|
|
106
105
|
"EditorCaption": ""
|
|
@@ -2,14 +2,14 @@
|
|
|
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
5
|
{
|
|
10
6
|
"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
7
|
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:src\\index.d.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}"
|
|
12
8
|
},
|
|
9
|
+
{
|
|
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
|
+
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:src\\index.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}"
|
|
12
|
+
},
|
|
13
13
|
{
|
|
14
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
15
|
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:package.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"DocumentGroups": [
|
|
23
23
|
{
|
|
24
24
|
"DockedWidth": 203,
|
|
25
|
-
"SelectedChildIndex":
|
|
25
|
+
"SelectedChildIndex": 10,
|
|
26
26
|
"Children": [
|
|
27
27
|
{
|
|
28
28
|
"$type": "Bookmark",
|
|
@@ -63,12 +63,25 @@
|
|
|
63
63
|
{
|
|
64
64
|
"$type": "Document",
|
|
65
65
|
"DocumentIndex": 1,
|
|
66
|
+
"Title": "index.ts",
|
|
67
|
+
"DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.ts",
|
|
68
|
+
"RelativeDocumentMoniker": "src\\index.ts",
|
|
69
|
+
"ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.ts",
|
|
70
|
+
"RelativeToolTip": "src\\index.ts",
|
|
71
|
+
"ViewState": "AgIAACcIAAAAAAAAAAAQwD0IAAA9AAAAAAAAAA==",
|
|
72
|
+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
|
|
73
|
+
"WhenOpened": "2025-08-04T16:09:06.645Z",
|
|
74
|
+
"EditorCaption": ""
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"$type": "Document",
|
|
78
|
+
"DocumentIndex": 0,
|
|
66
79
|
"Title": "index.d.ts",
|
|
67
80
|
"DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.d.ts",
|
|
68
81
|
"RelativeDocumentMoniker": "src\\index.d.ts",
|
|
69
82
|
"ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.d.ts",
|
|
70
83
|
"RelativeToolTip": "src\\index.d.ts",
|
|
71
|
-
"ViewState": "
|
|
84
|
+
"ViewState": "AgIAADwBAAAAAAAAAAAAAFsBAAAiAAAAAAAAAA==",
|
|
72
85
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
|
|
73
86
|
"WhenOpened": "2025-05-30T02:21:13.533Z",
|
|
74
87
|
"EditorCaption": ""
|
|
@@ -81,31 +94,12 @@
|
|
|
81
94
|
"RelativeDocumentMoniker": "package.json",
|
|
82
95
|
"ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\package.json",
|
|
83
96
|
"RelativeToolTip": "package.json",
|
|
84
|
-
"ViewState": "
|
|
97
|
+
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAIAAAAXAAAAAAAAAA==",
|
|
85
98
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
|
|
86
99
|
"WhenOpened": "2025-05-01T12:37:44.78Z"
|
|
87
100
|
}
|
|
88
101
|
]
|
|
89
102
|
},
|
|
90
|
-
{
|
|
91
|
-
"DockedWidth": 200,
|
|
92
|
-
"SelectedChildIndex": 0,
|
|
93
|
-
"Children": [
|
|
94
|
-
{
|
|
95
|
-
"$type": "Document",
|
|
96
|
-
"DocumentIndex": 0,
|
|
97
|
-
"Title": "index.ts",
|
|
98
|
-
"DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.ts",
|
|
99
|
-
"RelativeDocumentMoniker": "src\\index.ts",
|
|
100
|
-
"ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.ts",
|
|
101
|
-
"RelativeToolTip": "src\\index.ts",
|
|
102
|
-
"ViewState": "AgIAAAgBAAAAAAAAAAArwC0BAAAIAAAAAAAAAA==",
|
|
103
|
-
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
|
|
104
|
-
"WhenOpened": "2025-05-01T12:24:49.156Z",
|
|
105
|
-
"EditorCaption": ""
|
|
106
|
-
}
|
|
107
|
-
]
|
|
108
|
-
},
|
|
109
103
|
{
|
|
110
104
|
"DockedWidth": 254,
|
|
111
105
|
"SelectedChildIndex": -1,
|
package/dist/src/index.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ export declare class mindlineConfig {
|
|
|
31
31
|
static tenantsEndpoint(): string;
|
|
32
32
|
static workspaceEndpoint(): string;
|
|
33
33
|
static workspacesEndpoint(): string;
|
|
34
|
+
static workspaceConfigsEndpoint(): string;
|
|
34
35
|
static signalREndpoint(): string;
|
|
35
36
|
}
|
|
36
37
|
export declare class graphConfig {
|
|
@@ -328,7 +329,9 @@ export declare function usersGet(instance: IPublicClientApplication, user: User
|
|
|
328
329
|
error: string;
|
|
329
330
|
}>;
|
|
330
331
|
export declare function auditConfigAdd(instance: IPublicClientApplication, user: User, ac: AuditConfig, debug: boolean): Promise<APIResult>;
|
|
331
|
-
export declare function auditConfigRetrieve(instance: IPublicClientApplication, user: User, debug: boolean): Promise<APIResult>;
|
|
332
|
+
export declare function auditConfigRetrieve(instance: IPublicClientApplication, user: User, configurationId: string, debug: boolean): Promise<APIResult>;
|
|
333
|
+
export declare function auditConfigEdit(instance: IPublicClientApplication, user: User, configurationId: string, config: AuditConfig, debug: boolean): Promise<APIResult>;
|
|
334
|
+
export declare function auditConfigRemove(instance: IPublicClientApplication, user: User, configurationId: string, debug: boolean): Promise<APIResult>;
|
|
332
335
|
export declare function auditEventsRetrieve(instance: IPublicClientApplication, authorizedUser: User, debug: boolean): Promise<APIResult>;
|
|
333
336
|
export declare function configEdit(instance: IPublicClientApplication, authorizedUser: User, config: SyncConfig, setConfigId: (id: string) => void, setSelectedConfigs: (selectedConfigs: {
|
|
334
337
|
[id: string]: boolean | number[];
|
|
@@ -352,7 +355,10 @@ export declare function adminDelete(instance: IPublicClientApplication, authoriz
|
|
|
352
355
|
export declare function adminsGet(instance: IPublicClientApplication, user: User, workspaceID: string, debug: boolean): Promise<APIResult>;
|
|
353
356
|
export declare function adminPost(instance: IPublicClientApplication, authorizedUser: User, user: User, workspaceId: string): Promise<APIResult>;
|
|
354
357
|
export declare function auditConfigPost(instance: IPublicClientApplication, user: User, config: AuditConfig, debug: boolean): Promise<APIResult>;
|
|
355
|
-
export declare function auditConfigGet(instance: IPublicClientApplication, user: User, debug: boolean): Promise<APIResult>;
|
|
358
|
+
export declare function auditConfigGet(instance: IPublicClientApplication, user: User, configurationId: string, debug: boolean): Promise<APIResult>;
|
|
359
|
+
export declare function auditConfigPut(instance: IPublicClientApplication, user: User, configurationId: string, config: AuditConfig, // model with name, description, isEnabled, isReadPermissionConsented, email
|
|
360
|
+
debug: boolean): Promise<APIResult>;
|
|
361
|
+
export declare function auditConfigDelete(instance: IPublicClientApplication, user: User, configurationId: string, debug: boolean): Promise<APIResult>;
|
|
356
362
|
export declare function auditEventsGet(instance: IPublicClientApplication, user: User, debug: boolean): Promise<APIResult>;
|
|
357
363
|
export declare function configConsentReadPut(instance: IPublicClientApplication, authorizedUser: User, configId: string, tid: string, consent: boolean): Promise<APIResult>;
|
|
358
364
|
export declare function configConsentWritePut(instance: IPublicClientApplication, authorizedUser: User, configId: string, tid: string, consent: boolean): Promise<APIResult>;
|
|
@@ -361,6 +367,7 @@ export declare function configPatch(instance: IPublicClientApplication, authoriz
|
|
|
361
367
|
export declare function configPost(instance: IPublicClientApplication, authorizedUser: User, config: SyncConfig, workspaceId: string, debug: boolean): Promise<APIResult>;
|
|
362
368
|
export declare function configPut(instance: IPublicClientApplication, authorizedUser: User, config: SyncConfig, debug: boolean): Promise<APIResult>;
|
|
363
369
|
export declare function configsGet(instance: IPublicClientApplication, user: User, workspaceID: string, debug: boolean): Promise<APIResult>;
|
|
370
|
+
export declare function workspaceConfigsGet(instance: IPublicClientApplication, user: User, workspaceId: string, debug: boolean): Promise<APIResult>;
|
|
364
371
|
export declare function initPost(instance: IPublicClientApplication, user: User, debug: boolean): Promise<APIResult>;
|
|
365
372
|
export declare function tenantDelete(instance: IPublicClientApplication, authorizedUser: User, tenant: Tenant, workspaceId: string, debug: boolean): Promise<APIResult>;
|
|
366
373
|
export declare function tenantsGet(instance: IPublicClientApplication, user: User, workspaceID: string, debug: boolean): Promise<APIResult>;
|