@mindline/sync 1.0.103 → 1.0.105
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 +0 -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/069feaec-de6f-456e-9a9f-3a7edff9927d.vsidx +0 -0
- package/.vs/sync/FileContentIndex/3b17981b-603f-4e34-8b49-f18ef10f5f91.vsidx +0 -0
- package/.vs/sync/FileContentIndex/{d6a9e023-f0ee-489b-8cfd-04fd4d8b476f.vsidx → 5c93d870-257a-4d35-93a3-48d299fa5b1a.vsidx} +0 -0
- package/.vs/sync/FileContentIndex/cce6d665-d5bc-4e83-b1ff-dabf19413432.vsidx +0 -0
- package/.vs/sync/v17/.wsuo +0 -0
- package/.vs/sync/v17/DocumentLayout.backup.json +18 -11
- package/.vs/sync/v17/DocumentLayout.json +10 -11
- package/dist/src/index.d.ts +10 -2
- package/dist/sync.es.js +706 -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 +294 -15
- package/.vs/sync/FileContentIndex/46473787-3d20-4f5a-849d-a99c601ab90f.vsidx +0 -0
- package/.vs/sync/FileContentIndex/57cacc78-62f1-4670-a7de-ef5a5f15761c.vsidx +0 -0
- package/.vs/sync/FileContentIndex/ddd298b1-dee9-42b4-a705-1eeebff3ae8c.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
|
|
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.d.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}",
|
|
7
|
-
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:src\\index.d.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.ts||{0F2454B1-A556-402D-A7D0-1FDE7F99DEE0}",
|
|
11
7
|
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:src\\index.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.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
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": 1,
|
|
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,19 +81,26 @@
|
|
|
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
|
-
|
|
86
|
+
"WhenOpened": "2025-05-01T12:37:44.78Z",
|
|
87
|
+
"EditorCaption": ""
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"DockedWidth": 200,
|
|
93
|
+
"SelectedChildIndex": 0,
|
|
94
|
+
"Children": [
|
|
88
95
|
{
|
|
89
96
|
"$type": "Document",
|
|
90
|
-
"DocumentIndex":
|
|
97
|
+
"DocumentIndex": 0,
|
|
91
98
|
"Title": "index.ts",
|
|
92
99
|
"DocumentMoniker": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.ts",
|
|
93
100
|
"RelativeDocumentMoniker": "src\\index.ts",
|
|
94
101
|
"ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\src\\index.ts",
|
|
95
102
|
"RelativeToolTip": "src\\index.ts",
|
|
96
|
-
"ViewState": "
|
|
103
|
+
"ViewState": "AgIAABALAAAAAAAAAAAAAFELAAAYAAAAAAAAAA==",
|
|
97
104
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
|
|
98
105
|
"WhenOpened": "2025-05-01T12:24:49.156Z",
|
|
99
106
|
"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}"
|
|
@@ -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": ""
|
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 {
|
|
@@ -147,6 +148,7 @@ export declare class AuditConfig {
|
|
|
147
148
|
name: string;
|
|
148
149
|
description: string;
|
|
149
150
|
isEnabled: boolean;
|
|
151
|
+
isReadPermissionConsented: boolean;
|
|
150
152
|
email: string;
|
|
151
153
|
tenantId: string;
|
|
152
154
|
sel: boolean;
|
|
@@ -327,7 +329,9 @@ export declare function usersGet(instance: IPublicClientApplication, user: User
|
|
|
327
329
|
error: string;
|
|
328
330
|
}>;
|
|
329
331
|
export declare function auditConfigAdd(instance: IPublicClientApplication, user: User, ac: AuditConfig, debug: boolean): Promise<APIResult>;
|
|
330
|
-
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>;
|
|
331
335
|
export declare function auditEventsRetrieve(instance: IPublicClientApplication, authorizedUser: User, debug: boolean): Promise<APIResult>;
|
|
332
336
|
export declare function configEdit(instance: IPublicClientApplication, authorizedUser: User, config: SyncConfig, setConfigId: (id: string) => void, setSelectedConfigs: (selectedConfigs: {
|
|
333
337
|
[id: string]: boolean | number[];
|
|
@@ -351,7 +355,10 @@ export declare function adminDelete(instance: IPublicClientApplication, authoriz
|
|
|
351
355
|
export declare function adminsGet(instance: IPublicClientApplication, user: User, workspaceID: string, debug: boolean): Promise<APIResult>;
|
|
352
356
|
export declare function adminPost(instance: IPublicClientApplication, authorizedUser: User, user: User, workspaceId: string): Promise<APIResult>;
|
|
353
357
|
export declare function auditConfigPost(instance: IPublicClientApplication, user: User, config: AuditConfig, debug: boolean): Promise<APIResult>;
|
|
354
|
-
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>;
|
|
355
362
|
export declare function auditEventsGet(instance: IPublicClientApplication, user: User, debug: boolean): Promise<APIResult>;
|
|
356
363
|
export declare function configConsentReadPut(instance: IPublicClientApplication, authorizedUser: User, configId: string, tid: string, consent: boolean): Promise<APIResult>;
|
|
357
364
|
export declare function configConsentWritePut(instance: IPublicClientApplication, authorizedUser: User, configId: string, tid: string, consent: boolean): Promise<APIResult>;
|
|
@@ -360,6 +367,7 @@ export declare function configPatch(instance: IPublicClientApplication, authoriz
|
|
|
360
367
|
export declare function configPost(instance: IPublicClientApplication, authorizedUser: User, config: SyncConfig, workspaceId: string, debug: boolean): Promise<APIResult>;
|
|
361
368
|
export declare function configPut(instance: IPublicClientApplication, authorizedUser: User, config: SyncConfig, debug: boolean): Promise<APIResult>;
|
|
362
369
|
export declare function configsGet(instance: IPublicClientApplication, user: User, workspaceID: string, debug: boolean): Promise<APIResult>;
|
|
370
|
+
export declare function workspaceConfigsGet(instance: IPublicClientApplication, user: User | null | undefined, workspaceId: string, debug: boolean): Promise<APIResult>;
|
|
363
371
|
export declare function initPost(instance: IPublicClientApplication, user: User, debug: boolean): Promise<APIResult>;
|
|
364
372
|
export declare function tenantDelete(instance: IPublicClientApplication, authorizedUser: User, tenant: Tenant, workspaceId: string, debug: boolean): Promise<APIResult>;
|
|
365
373
|
export declare function tenantsGet(instance: IPublicClientApplication, user: User, workspaceID: string, debug: boolean): Promise<APIResult>;
|