diff --git a/packages/sdk/src/types/attributes/index.ts b/packages/sdk/src/types/attributes/index.ts index 78af1eba..41a51eb1 100644 --- a/packages/sdk/src/types/attributes/index.ts +++ b/packages/sdk/src/types/attributes/index.ts @@ -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"; diff --git a/packages/sdk/src/types/requests/ConnectorRequestContent.ts b/packages/sdk/src/types/requests/ConnectorRequestContent.ts index edcd6bd2..776c0b3c 100644 --- a/packages/sdk/src/types/requests/ConnectorRequestContent.ts +++ b/packages/sdk/src/types/requests/ConnectorRequestContent.ts @@ -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;