Skip to content

Commit

Permalink
fix: terms_and_conditions in instance (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmolki authored Dec 17, 2024
1 parent d512b6a commit 0e62c86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/message/src/instance/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ export type InstancePublishConfiguration = {
storageEngine?: ItemType.ipfs | ItemType.storage
payment?: Payment
sync?: boolean
termsAndConditions?: string
}
1 change: 1 addition & 0 deletions packages/message/src/types/execution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export type NodeRequirements = {
owner?: string
address_regex?: string
node_hash?: string
terms_and_conditions?: string
}

/**
Expand Down

0 comments on commit 0e62c86

Please sign in to comment.