Skip to content

Commit

Permalink
Merge pull request #361 from bakaphp/refact/allow-custom-fields-visib…
Browse files Browse the repository at this point in the history
…ility

refact: allow custom field visibility
  • Loading branch information
kaioken authored Dec 3, 2024
2 parents 529d639 + 8788569 commit 8b3dc96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.22.5",
"version": "0.22.6",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/types/custom-fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export interface DeletedCustomField {
export interface CustomFieldInput {
name: string;
data: any;
public?: boolean;
}

export interface CustomFieldData {
Expand Down

0 comments on commit 8b3dc96

Please sign in to comment.