@mindline/sync 1.0.76 → 1.0.77
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/FileContentIndex/dcf6510a-4c1e-4307-85fd-55a4f62d7575.vsidx +0 -0
- package/.vs/sync/v17/.wsuo +0 -0
- package/.vs/sync/v17/DocumentLayout.json +2 -3
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/.vs/sync/FileContentIndex/9fc9ff87-32fd-4b31-a169-fc6131f5ad60.vsidx +0 -0
package/.vs/slnx.sqlite
CHANGED
|
Binary file
|
package/.vs/sync/v17/.wsuo
CHANGED
|
Binary file
|
|
@@ -68,8 +68,7 @@
|
|
|
68
68
|
"RelativeToolTip": "index.ts",
|
|
69
69
|
"ViewState": "AQIAAMEAAAAAAAAAAAAAAE0FAAAAAAAA",
|
|
70
70
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
|
|
71
|
-
"WhenOpened": "2024-05-12T20:20:11.888Z"
|
|
72
|
-
"EditorCaption": ""
|
|
71
|
+
"WhenOpened": "2024-05-12T20:20:11.888Z"
|
|
73
72
|
},
|
|
74
73
|
{
|
|
75
74
|
"$type": "Document",
|
|
@@ -79,7 +78,7 @@
|
|
|
79
78
|
"RelativeDocumentMoniker": "index.d.ts",
|
|
80
79
|
"ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\index.d.ts",
|
|
81
80
|
"RelativeToolTip": "index.d.ts",
|
|
82
|
-
"ViewState": "
|
|
81
|
+
"ViewState": "AQIAAAIAAAAAAAAAAAD8vxAAAAAIAAAA",
|
|
83
82
|
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
|
|
84
83
|
"WhenOpened": "2024-03-31T03:51:46.193Z",
|
|
85
84
|
"EditorCaption": ""
|
package/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ declare module "@mindline/sync" {
|
|
|
14
14
|
export class azureConfig {
|
|
15
15
|
// azure graph REST API endpoints
|
|
16
16
|
static azureElevateAccess: string;
|
|
17
|
-
static azureListRootAssignments: string
|
|
17
|
+
static azureListRootAssignments: string;
|
|
18
18
|
};
|
|
19
19
|
export class mindlineConfig {
|
|
20
20
|
static environmentTag: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mindline/sync",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.77",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"exports": "./index.ts",
|
|
7
7
|
"description": "sync is a node.js package encapsulating javscript classes required for configuring Mindline sync service.",
|
|
Binary file
|