@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindline/sync",
3
- "version": "1.0.105",
3
+ "version": "1.0.106",
4
4
  "description": "sync is a node.js package encapsulating JavaScript classes required for configuring Mindline sync service.",
5
5
  "main": "dist/sync.es.js",
6
6
  "types": "dist/index.d.ts",
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 | null | undefined,
3568
+ user: User,
3569
3569
  workspaceId: string,
3570
3570
  debug: boolean
3571
3571
  ): Promise<APIResult> {