Skip to content

Commit

Permalink
fix: remove owner from ProposeAttributeRequestItemConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Milena-Czierlinski committed Jan 7, 2025
1 parent d77090c commit 9e287a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions packages/runtime/src/modules/decide/RequestConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export interface FreeTextRequestItemConfig extends RequestItemConfig {
export interface ProposeAttributeRequestItemConfig extends RequestItemConfig {
"content.item.@type": "ProposeAttributeRequestItem";
"content.item.attribute.@type"?: "IdentityAttribute" | "RelationshipAttribute";
"content.item.attribute.owner"?: string | string[];
"content.item.attribute.validFrom"?: string | string[];
"content.item.attribute.validTo"?: string | string[];
"content.item.attribute.tags"?: string[];
Expand All @@ -73,7 +72,6 @@ export interface ProposeAttributeRequestItemConfig extends RequestItemConfig {
"content.item.query.valueType"?: string | string[];
"content.item.query.tags"?: string[];
"content.item.query.key"?: string | string[];
"content.item.query.owner"?: string | string[];
"content.item.query.queryString"?: string | string[];
"content.item.query.attributeCreationHints.title"?: string | string[];
"content.item.query.attributeCreationHints.description"?: string | string[];
Expand Down
1 change: 0 additions & 1 deletion packages/runtime/test/modules/DeciderModule.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,6 @@ describe("DeciderModule", () => {
requestConfig: {
"content.item.@type": "ProposeAttributeRequestItem",
"content.item.attribute.@type": "RelationshipAttribute",
"content.item.attribute.owner": "",
"content.item.attribute.validFrom": attributeValidFrom,
"content.item.attribute.validTo": attributeValidTo,
"content.item.attribute.key": "A key",
Expand Down

0 comments on commit 9e287a7

Please sign in to comment.