@mindline/sync 1.0.105 → 1.0.106
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 +1 -0
- 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/{3b17981b-603f-4e34-8b49-f18ef10f5f91.vsidx → 0d08f64f-8fd9-4bd4-90fc-8322cb33dd00.vsidx} +0 -0
- package/.vs/sync/FileContentIndex/5d404a65-c534-43ee-beba-a5efbe6a49b0.vsidx +0 -0
- package/.vs/sync/FileContentIndex/63524bf8-437e-4a1c-951f-7a78da75a1bc.vsidx +0 -0
- package/.vs/sync/FileContentIndex/f95b6302-8444-443b-9e3b-a41d3483c73a.vsidx +0 -0
- package/.vs/sync/v17/.wsuo +0 -0
- package/.vs/sync/v17/DocumentLayout.backup.json +7 -8
- package/.vs/sync/v17/DocumentLayout.json +15 -21
- package/dist/src/index.d.ts +1 -1
- package/dist/sync.es.js +1 -1
- 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/069feaec-de6f-456e-9a9f-3a7edff9927d.vsidx +0 -0
- package/.vs/sync/FileContentIndex/5c93d870-257a-4d35-93a3-48d299fa5b1a.vsidx +0 -0
- package/.vs/sync/FileContentIndex/cce6d665-d5bc-4e83-b1ff-dabf19413432.vsidx +0 -0
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -3565,7 +3565,7 @@ export async function configsGet(
|
|
|
3565
3565
|
//workspaceConfigsGET
|
|
3566
3566
|
export async function workspaceConfigsGet(
|
|
3567
3567
|
instance: IPublicClientApplication,
|
|
3568
|
-
user: User
|
|
3568
|
+
user: User,
|
|
3569
3569
|
workspaceId: string,
|
|
3570
3570
|
debug: boolean
|
|
3571
3571
|
): Promise<APIResult> {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|