@mindline/sync 1.0.95 → 1.0.96
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 +2 -4
- 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/{2ba49e62-100e-498d-ab09-f417d49a9725.vsidx → 267c956b-8e64-4ecf-8c7d-0d6e5c331215.vsidx} +0 -0
- package/.vs/sync/FileContentIndex/2a74359a-b10f-4718-8feb-e05354e12eed.vsidx +0 -0
- package/.vs/sync/FileContentIndex/{49e6f471-0ac6-4a06-8312-e820e7fac4c6.vsidx → 3ed24be5-ed12-4df5-a2f2-e78b9b8077e3.vsidx} +0 -0
- package/.vs/sync/FileContentIndex/{fbdc1c8b-cd95-4f09-8525-d6d1db68192f.vsidx → 5fc42aa4-5090-4944-85e6-55a5c3f853b9.vsidx} +0 -0
- package/.vs/sync/v17/.wsuo +0 -0
- package/.vs/sync/v17/DocumentLayout.backup.json +39 -25
- package/.vs/sync/v17/DocumentLayout.json +37 -23
- package/dist/sync.es.js +2 -4
- package/dist/sync.es.js.map +1 -1
- package/dist/sync.umd.js +1 -1
- package/dist/sync.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
- package/.vs/sync/FileContentIndex/e0a3e09d-eab1-4de8-a273-cbf145b692b7.vsidx +0 -0
- /package/.vs/sync/FileContentIndex/{29a49992-9853-4bc2-be0a-3c72e0dd42f6.vsidx → ab8f086b-3a2c-4783-bc6d-540828d1e0e1.vsidx} +0 -0
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -2351,7 +2351,6 @@ async function workspaceInfoGet(instance: IPublicClientApplication, user: User,
|
|
|
2351
2351
|
// set id and name based on returned data
|
|
2352
2352
|
workspace!.id = o.id;
|
|
2353
2353
|
workspace!.name = o.name;
|
|
2354
|
-
debugger;
|
|
2355
2354
|
workspace!.ownerid = o.workspaceOwnerUserId;
|
|
2356
2355
|
// parallel GET admins, tenants, configs associated with this workspace
|
|
2357
2356
|
let adminsPromise: Promise<APIResult> = adminsGet(instance, user, workspace!.id, debug);
|
|
@@ -2386,6 +2385,7 @@ export async function getPowerBIAccessToken(
|
|
|
2386
2385
|
user: User
|
|
2387
2386
|
): Promise<string> {
|
|
2388
2387
|
let accesstoken: string = "";
|
|
2388
|
+
let syncversion: string = getSyncVersion();
|
|
2389
2389
|
// retrieve access token silently
|
|
2390
2390
|
try {
|
|
2391
2391
|
let accounts: AccountInfo[] = instance.getAllAccounts();
|
|
Binary file
|