@budibase/types 3.39.24 → 3.39.26

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/dist/sdk/koa.d.ts CHANGED
@@ -25,6 +25,7 @@ export interface ContextUser extends Omit<User & Partial<UserSSO>, "roles"> {
25
25
  featureFlags?: FeatureFlag[];
26
26
  accountPortalAccess?: boolean;
27
27
  account?: Account;
28
+ thirdPartyProfile?: object;
28
29
  }
29
30
  /**
30
31
  * Add support for koa-body in context.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@budibase/types",
3
- "version": "3.39.24",
3
+ "version": "3.39.26",
4
4
  "description": "Budibase types",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,5 +28,5 @@
28
28
  "dependencies": {
29
29
  "scim-patch": "^0.9.1"
30
30
  },
31
- "gitHead": "2427bcf96d0624cdbd4aaf028177ba7b6f6519c2"
31
+ "gitHead": "6d7fa46d35e6d68da050e76f4c1662adaf25a182"
32
32
  }