@mindline/sync 1.0.77 → 1.0.78

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/slnx.sqlite CHANGED
Binary file
Binary file
@@ -78,7 +78,7 @@
78
78
  "RelativeDocumentMoniker": "index.d.ts",
79
79
  "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\index.d.ts",
80
80
  "RelativeToolTip": "index.d.ts",
81
- "ViewState": "AQIAAAIAAAAAAAAAAAD8vxAAAAAIAAAA",
81
+ "ViewState": "AQIAADYAAAAAAAAAAIApwLgAAAAAAAAA",
82
82
  "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
83
83
  "WhenOpened": "2024-03-31T03:51:46.193Z",
84
84
  "EditorCaption": ""
package/index.d.ts CHANGED
@@ -15,7 +15,7 @@ declare module "@mindline/sync" {
15
15
  // azure graph REST API endpoints
16
16
  static azureElevateAccess: string;
17
17
  static azureListRootAssignments: string;
18
- };
18
+ }
19
19
  export class mindlineConfig {
20
20
  static environmentTag: string;
21
21
  // config API endpoints
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mindline/sync",
3
3
  "type": "module",
4
- "version": "1.0.77",
4
+ "version": "1.0.78",
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.",