@mindline/sync 1.0.65 → 1.0.66

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
@@ -88,7 +88,7 @@
88
88
  "RelativeDocumentMoniker": "index.ts",
89
89
  "ToolTip": "C:\\Users\\ArvindSuthar\\source\\repos\\front\\sync\\index.ts",
90
90
  "RelativeToolTip": "index.ts",
91
- "ViewState": "AQIAANkBAAAAAAAAAAARwGcFAAAAAAAA",
91
+ "ViewState": "AQIAAAAAAAAAAAAAAAAAAFAAAAAEAAAA",
92
92
  "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003213|",
93
93
  "WhenOpened": "2023-11-25T04:05:46.842Z",
94
94
  "EditorCaption": ""
package/index.ts CHANGED
@@ -78,9 +78,9 @@ export class graphConfig {
78
78
  static graphTenantByIdPredicate: string = "beta/tenantRelationships/findTenantInformationByTenantId";
79
79
  // authority values are based on the well-known OIDC auth endpoints
80
80
  static authorityWW: string = "https://login.microsoftonline.com/";
81
- static authorityWWRegex: RegExp = /^(https:\/\/login\.microsoftonline\.(?:us|com)\/)([\dA-Fa-f]{8}-[\dA-Fa-f]{4}-[\dA-Fa-f]{4}-[\dA-Fa-f]{4}-[\dA-Fa-f]{12})\/oauth2\/authorize$/;
81
+ static authorityWWRegex: RegExp = /^(https:\/\/login\.microsoftonline\.com\/)([\dA-Fa-f]{8}-[\dA-Fa-f]{4}-[\dA-Fa-f]{4}-[\dA-Fa-f]{4}-[\dA-Fa-f]{12})\/oauth2\/authorize$/;
82
82
  static authorityUS: string = "https://login.microsoftonline.us/";
83
- static authorityUSRegex: RegExp = /^(https:\/\/login\.microsoftonline\.(?:us|com)\/)([\dA-Fa-f]{8}-[\dA-Fa-f]{4}-[\dA-Fa-f]{4}-[\dA-Fa-f]{4}-[\dA-Fa-f]{12})\/oauth2\/authorize$/;
83
+ static authorityUSRegex: RegExp = /^(https:\/\/login\.microsoftonline\.us\/)([\dA-Fa-f]{8}-[\dA-Fa-f]{4}-[\dA-Fa-f]{4}-[\dA-Fa-f]{4}-[\dA-Fa-f]{12})\/oauth2\/authorize$/;
84
84
  static authorityCN: string = "https://login.partner.microsoftonline.cn/";
85
85
  static authorityCNRegex: RegExp = /^(https:\/\/login\.partner\.microsoftonline\.cn\/)([\dA-Fa-f]{8}-[\dA-Fa-f]{4}-[\dA-Fa-f]{4}-[\dA-Fa-f]{4}-[\dA-Fa-f]{12})\/oauth2\/authorize$/;
86
86
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mindline/sync",
3
3
  "type": "module",
4
- "version": "1.0.65",
4
+ "version": "1.0.66",
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.",