mirror of
https://github.com/MAGICGrants/strapi.git
synced 2026-01-08 04:13:50 -05:00
feat: add productDetailsUrl field to perk
This commit is contained in:
@@ -45,6 +45,9 @@
|
|||||||
},
|
},
|
||||||
"printfulProductId": {
|
"printfulProductId": {
|
||||||
"type": "biginteger"
|
"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>;
|
Schema.Attribute.DefaultTo<true>;
|
||||||
price: Schema.Attribute.Integer & Schema.Attribute.Required;
|
price: Schema.Attribute.Integer & Schema.Attribute.Required;
|
||||||
printfulProductId: Schema.Attribute.BigInteger;
|
printfulProductId: Schema.Attribute.BigInteger;
|
||||||
|
productDetailsUrl: Schema.Attribute.String;
|
||||||
publishedAt: Schema.Attribute.DateTime;
|
publishedAt: Schema.Attribute.DateTime;
|
||||||
updatedAt: Schema.Attribute.DateTime;
|
updatedAt: Schema.Attribute.DateTime;
|
||||||
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||||
|
|||||||
Reference in New Issue
Block a user