tango-api-schema 2.2.97 → 2.2.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/schema/store.model.js
CHANGED
|
@@ -146,6 +146,15 @@ const storeFixtureSchema = new mongoose.Schema(
|
|
|
146
146
|
fixtureCode: {
|
|
147
147
|
type: String,
|
|
148
148
|
},
|
|
149
|
+
header: {
|
|
150
|
+
type: String,
|
|
151
|
+
},
|
|
152
|
+
footer: {
|
|
153
|
+
type: String,
|
|
154
|
+
},
|
|
155
|
+
associatedElementFixtureNumber: {
|
|
156
|
+
type: Number,
|
|
157
|
+
},
|
|
149
158
|
},
|
|
150
159
|
{
|
|
151
160
|
strict: true,
|