@francesco_ksh/app-ksh-mgd-schemas 1.4.2 → 1.4.3

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.
Files changed (2) hide show
  1. package/models/Store.js +42 -42
  2. package/package.json +1 -1
package/models/Store.js CHANGED
@@ -130,11 +130,11 @@ const storeSchema = new Schema(
130
130
  },
131
131
  start: {
132
132
  type: Date,
133
- default: moment().set('hour', 8).format(),
133
+ default: moment().set('hour', 16).format(),
134
134
  },
135
135
  end: {
136
136
  type: Date,
137
- default: moment().set('hour', 17).format(),
137
+ default: moment().set('hour', 1).format(),
138
138
  },
139
139
  },
140
140
  tuesday: {
@@ -144,11 +144,11 @@ const storeSchema = new Schema(
144
144
  },
145
145
  start: {
146
146
  type: Date,
147
- default: moment().set('hour', 8).format(),
147
+ default: moment().set('hour', 16).format(),
148
148
  },
149
149
  end: {
150
150
  type: Date,
151
- default: moment().set('hour', 17).format(),
151
+ default: moment().set('hour', 1).format(),
152
152
  },
153
153
  },
154
154
  wednesday: {
@@ -158,11 +158,11 @@ const storeSchema = new Schema(
158
158
  },
159
159
  start: {
160
160
  type: Date,
161
- default: moment().set('hour', 8).format(),
161
+ default: moment().set('hour', 16).format(),
162
162
  },
163
163
  end: {
164
164
  type: Date,
165
- default: moment().set('hour', 17).format(),
165
+ default: moment().set('hour', 1).format(),
166
166
  },
167
167
  },
168
168
  thursday: {
@@ -172,11 +172,11 @@ const storeSchema = new Schema(
172
172
  },
173
173
  start: {
174
174
  type: Date,
175
- default: moment().set('hour', 8).format(),
175
+ default: moment().set('hour', 16).format(),
176
176
  },
177
177
  end: {
178
178
  type: Date,
179
- default: moment().set('hour', 17).format(),
179
+ default: moment().set('hour', 1).format(),
180
180
  },
181
181
  },
182
182
  friday: {
@@ -186,11 +186,11 @@ const storeSchema = new Schema(
186
186
  },
187
187
  start: {
188
188
  type: Date,
189
- default: moment().set('hour', 8).format(),
189
+ default: moment().set('hour', 16).format(),
190
190
  },
191
191
  end: {
192
192
  type: Date,
193
- default: moment().set('hour', 17).format(),
193
+ default: moment().set('hour', 1).format(),
194
194
  },
195
195
  },
196
196
  saturday: {
@@ -200,11 +200,11 @@ const storeSchema = new Schema(
200
200
  },
201
201
  start: {
202
202
  type: Date,
203
- default: moment().set('hour', 8).format(),
203
+ default: moment().set('hour', 16).format(),
204
204
  },
205
205
  end: {
206
206
  type: Date,
207
- default: moment().set('hour', 17).format(),
207
+ default: moment().set('hour', 1).format(),
208
208
  },
209
209
  },
210
210
  sunday: {
@@ -214,11 +214,11 @@ const storeSchema = new Schema(
214
214
  },
215
215
  start: {
216
216
  type: Date,
217
- default: moment().set('hour', 8).format(),
217
+ default: moment().set('hour', 16).format(),
218
218
  },
219
219
  end: {
220
220
  type: Date,
221
- default: moment().set('hour', 17).format(),
221
+ default: moment().set('hour', 1).format(),
222
222
  },
223
223
  },
224
224
  },
@@ -237,11 +237,11 @@ const storeSchema = new Schema(
237
237
  },
238
238
  start: {
239
239
  type: Date,
240
- default: moment().set('hour', 8).format(),
240
+ default: moment().set('hour', 16).format(),
241
241
  },
242
242
  end: {
243
243
  type: Date,
244
- default: moment().set('hour', 17).format(),
244
+ default: moment().set('hour', 1).format(),
245
245
  },
246
246
  },
247
247
  tuesday: {
@@ -251,11 +251,11 @@ const storeSchema = new Schema(
251
251
  },
252
252
  start: {
253
253
  type: Date,
254
- default: moment().set('hour', 8).format(),
254
+ default: moment().set('hour', 16).format(),
255
255
  },
256
256
  end: {
257
257
  type: Date,
258
- default: moment().set('hour', 17).format(),
258
+ default: moment().set('hour', 1).format(),
259
259
  },
260
260
  },
261
261
  wednesday: {
@@ -265,11 +265,11 @@ const storeSchema = new Schema(
265
265
  },
266
266
  start: {
267
267
  type: Date,
268
- default: moment().set('hour', 8).format(),
268
+ default: moment().set('hour', 16).format(),
269
269
  },
270
270
  end: {
271
271
  type: Date,
272
- default: moment().set('hour', 17).format(),
272
+ default: moment().set('hour', 1).format(),
273
273
  },
274
274
  },
275
275
  thursday: {
@@ -279,11 +279,11 @@ const storeSchema = new Schema(
279
279
  },
280
280
  start: {
281
281
  type: Date,
282
- default: moment().set('hour', 8).format(),
282
+ default: moment().set('hour', 16).format(),
283
283
  },
284
284
  end: {
285
285
  type: Date,
286
- default: moment().set('hour', 17).format(),
286
+ default: moment().set('hour', 1).format(),
287
287
  },
288
288
  },
289
289
  friday: {
@@ -293,11 +293,11 @@ const storeSchema = new Schema(
293
293
  },
294
294
  start: {
295
295
  type: Date,
296
- default: moment().set('hour', 8).format(),
296
+ default: moment().set('hour', 16).format(),
297
297
  },
298
298
  end: {
299
299
  type: Date,
300
- default: moment().set('hour', 17).format(),
300
+ default: moment().set('hour', 1).format(),
301
301
  },
302
302
  },
303
303
  saturday: {
@@ -307,11 +307,11 @@ const storeSchema = new Schema(
307
307
  },
308
308
  start: {
309
309
  type: Date,
310
- default: moment().set('hour', 8).format(),
310
+ default: moment().set('hour', 16).format(),
311
311
  },
312
312
  end: {
313
313
  type: Date,
314
- default: moment().set('hour', 17).format(),
314
+ default: moment().set('hour', 1).format(),
315
315
  },
316
316
  },
317
317
  sunday: {
@@ -321,11 +321,11 @@ const storeSchema = new Schema(
321
321
  },
322
322
  start: {
323
323
  type: Date,
324
- default: moment().set('hour', 8).format(),
324
+ default: moment().set('hour', 16).format(),
325
325
  },
326
326
  end: {
327
327
  type: Date,
328
- default: moment().set('hour', 17).format(),
328
+ default: moment().set('hour', 1).format(),
329
329
  },
330
330
  },
331
331
  },
@@ -411,11 +411,11 @@ const storeSchema = new Schema(
411
411
  },
412
412
  start: {
413
413
  type: Date,
414
- default: moment().set('hour', 8).format(),
414
+ default: moment().set('hour', 16).format(),
415
415
  },
416
416
  end: {
417
417
  type: Date,
418
- default: moment().set('hour', 17).format(),
418
+ default: moment().set('hour', 1).format(),
419
419
  },
420
420
  },
421
421
  tuesday: {
@@ -425,11 +425,11 @@ const storeSchema = new Schema(
425
425
  },
426
426
  start: {
427
427
  type: Date,
428
- default: moment().set('hour', 8).format(),
428
+ default: moment().set('hour', 16).format(),
429
429
  },
430
430
  end: {
431
431
  type: Date,
432
- default: moment().set('hour', 17).format(),
432
+ default: moment().set('hour', 1).format(),
433
433
  },
434
434
  },
435
435
  wednesday: {
@@ -439,11 +439,11 @@ const storeSchema = new Schema(
439
439
  },
440
440
  start: {
441
441
  type: Date,
442
- default: moment().set('hour', 8).format(),
442
+ default: moment().set('hour', 16).format(),
443
443
  },
444
444
  end: {
445
445
  type: Date,
446
- default: moment().set('hour', 17).format(),
446
+ default: moment().set('hour', 1).format(),
447
447
  },
448
448
  },
449
449
  thursday: {
@@ -453,11 +453,11 @@ const storeSchema = new Schema(
453
453
  },
454
454
  start: {
455
455
  type: Date,
456
- default: moment().set('hour', 8).format(),
456
+ default: moment().set('hour', 16).format(),
457
457
  },
458
458
  end: {
459
459
  type: Date,
460
- default: moment().set('hour', 17).format(),
460
+ default: moment().set('hour', 1).format(),
461
461
  },
462
462
  },
463
463
  friday: {
@@ -467,11 +467,11 @@ const storeSchema = new Schema(
467
467
  },
468
468
  start: {
469
469
  type: Date,
470
- default: moment().set('hour', 8).format(),
470
+ default: moment().set('hour', 16).format(),
471
471
  },
472
472
  end: {
473
473
  type: Date,
474
- default: moment().set('hour', 17).format(),
474
+ default: moment().set('hour', 1).format(),
475
475
  },
476
476
  },
477
477
  saturday: {
@@ -481,11 +481,11 @@ const storeSchema = new Schema(
481
481
  },
482
482
  start: {
483
483
  type: Date,
484
- default: moment().set('hour', 8).format(),
484
+ default: moment().set('hour', 16).format(),
485
485
  },
486
486
  end: {
487
487
  type: Date,
488
- default: moment().set('hour', 17).format(),
488
+ default: moment().set('hour', 1).format(),
489
489
  },
490
490
  },
491
491
  sunday: {
@@ -495,11 +495,11 @@ const storeSchema = new Schema(
495
495
  },
496
496
  start: {
497
497
  type: Date,
498
- default: moment().set('hour', 8).format(),
498
+ default: moment().set('hour', 16).format(),
499
499
  },
500
500
  end: {
501
501
  type: Date,
502
- default: moment().set('hour', 17).format(),
502
+ default: moment().set('hour', 1).format(),
503
503
  },
504
504
  },
505
505
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@francesco_ksh/app-ksh-mgd-schemas",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "Mongoose schema definitions",
5
5
  "main": "index.js",
6
6
  "repository": {