@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.
@@ -2,6 +2,5 @@
2
2
  "ExpandedNodes": [
3
3
  ""
4
4
  ],
5
- "SelectedNode": "\\index.ts",
6
5
  "PreviewInSolutionExplorer": false
7
6
  }
package/.vs/slnx.sqlite CHANGED
Binary file
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": "AQIAAK8AAAAAAAAAAAAAACUBAAAQAAAA",
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.76",
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.",