mirror of
https://github.com/MAGICGrants/strapi.git
synced 2026-01-06 19:33:54 -05:00
feat: add productDetailsUrl field to perk
This commit is contained in:
@@ -45,6 +45,9 @@
|
||||
},
|
||||
"printfulProductId": {
|
||||
"type": "biginteger"
|
||||
},
|
||||
"productDetailsUrl": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
1
types/generated/contentTypes.d.ts
vendored
1
types/generated/contentTypes.d.ts
vendored
@@ -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'> &
|
||||
|
||||
Reference in New Issue
Block a user