Skip to content

Commit

Permalink
feat: add productDetailsUrl field to perk
Browse files Browse the repository at this point in the history
  • Loading branch information
Keeqler committed Dec 3, 2024
1 parent 6b33da3 commit e8332d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/api/perk/content-types/perk/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
},
"printfulProductId": {
"type": "biginteger"
},
"productDetailsUrl": {
"type": "string"
}
}
}
1 change: 1 addition & 0 deletions types/generated/contentTypes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ export interface ApiPerkPerk extends Struct.CollectionTypeSchema {
Schema.Attribute.DefaultTo<true>;
price: Schema.Attribute.Integer & Schema.Attribute.Required;
printfulProductId: Schema.Attribute.BigInteger;
productDetailsUrl: Schema.Attribute.String;
publishedAt: Schema.Attribute.DateTime;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Expand Down

0 comments on commit e8332d2

Please sign in to comment.