Skip to content

Commit

Permalink
fix: paths
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Gann committed Dec 19, 2023
1 parent 5a3018e commit 975d209
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/sdk/src/types/attributes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export * from "./IdentityAttributeQuery";
export * from "./RelationshipAttributeQuery";
export * from "./ThirdPartyAttributeQuery";
export * from "./requests/CreateAndShareRelationshipAttributeRequest";
export * from "./requests/CreateAttributeRequest";
export * from "./requests/CreateIdentityAttributeRequest";
export * from "./requests/ExecuteIQLQueryRequest";
export * from "./requests/ExecuteIdentityAttributeQueryRequest";
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/types/requests/ConnectorRequestContent.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { IQLQuery, ThirdPartyAttributeQuery } from "../attributes";
import { ConnectorIdentityAttribute, ConnectorRelationshipAttribute } from "../attributes/ConnectorAttribute";
import { IdentityAttributeQuery } from "../attributes/IdentityAttributeQuery";
import { RelationshipAttributeQuery } from "../attributes/RelationshipAttributeQuery";
import { ConnectorIdentityAttribute, ConnectorRelationshipAttribute } from "../attributes/requests/ConnectorAttribute";

export interface ConnectorRequestContent {
"@type"?: string;
Expand Down

0 comments on commit 975d209

Please sign in to comment.