Skip to content

Commit ed8862c

Browse files
authored
feat: add identity type for project (#24)
1 parent 8b98a8a commit ed8862c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@picahq/authkit",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Frontend bindings for Pica AuthKit",
55
"files": [
66
"dist",

src/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export interface ConnectionRecord {
149149
platform: string;
150150
secretsServiceId: string;
151151
identity?: string;
152-
identityType?: 'user' | 'team' | 'organization';
152+
identityType?: 'user' | 'team' | 'organization' | 'project';
153153
settings: {
154154
parseWebhookBody: boolean;
155155
showSecret: boolean;

0 commit comments

Comments
 (0)