@dhyasama/totem-models 10.33.1 → 10.34.0

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.
@@ -241,7 +241,7 @@ module.exports = function(mongoose, config) {
241
241
  type: { type: String, enum: ['Text', 'Number', 'Checkbox', 'Single Select', 'Multiple Select', 'Timestamp', 'Tags', 'Person', 'Org', 'Poll'] },
242
242
 
243
243
  // These are the number formats
244
- format: { type: String, enum: [null, 'number', 'abbreviated', 'decimal', 'financials', 'currency', 'ownership', 'multiple', 'variance', 'M/d/yy', 'long'] },
244
+ format: { type: String, enum: [null, 'number', 'abbreviated', 'decimal', 'financials', 'currency', 'ownership', 'multiple', 'variance', 'M/d/yyyy', 'long'] },
245
245
 
246
246
  // These will be the choices in polls, single-selects and multi-selects
247
247
  options: [{
@@ -416,7 +416,7 @@ module.exports = function(mongoose, config) {
416
416
  type: { type: String, enum: ['Text', 'Number', 'Checkbox', 'Single Select', 'Multiple Select', 'Timestamp', 'Tags', 'Person', 'Org', 'Poll'] },
417
417
 
418
418
  // These are the number formats
419
- format: { type: String, enum: [null, 'number', 'abbreviated', 'decimal', 'financials', 'currency', 'ownership', 'multiple', 'variance', 'M/d/yy', 'long'] },
419
+ format: { type: String, enum: [null, 'number', 'abbreviated', 'decimal', 'financials', 'currency', 'ownership', 'multiple', 'variance', 'M/d/yyyy', 'long'] },
420
420
 
421
421
  // These will be the choices in polls, single-selects and multi-selects
422
422
  options: [{
@@ -484,7 +484,7 @@ module.exports = function(mongoose, config) {
484
484
  type: { type: String, enum: ['Text', 'Number', 'Checkbox', 'Single Select', 'Multiple Select', 'Timestamp', 'Tags', 'Person', 'Org', 'Poll'] },
485
485
 
486
486
  // These are the number formats
487
- format: { type: String, enum: [null, 'number', 'abbreviated', 'decimal', 'financials', 'currency', 'ownership', 'multiple', 'variance', 'M/d/yy', 'long'] },
487
+ format: { type: String, enum: [null, 'number', 'abbreviated', 'decimal', 'financials', 'currency', 'ownership', 'multiple', 'variance', 'M/d/yyyy', 'long'] },
488
488
 
489
489
  // These will be the choices in polls, single-selects and multi-selects
490
490
  options: [{
@@ -554,7 +554,7 @@ module.exports = function(mongoose, config) {
554
554
  type: { type: String, enum: ['Text', 'Number', 'Checkbox', 'Single Select', 'Multiple Select', 'Timestamp', 'Tags', 'Person', 'Org', 'Poll'] },
555
555
 
556
556
  // These are the number formats
557
- format: { type: String, enum: [null, 'number', 'abbreviated', 'decimal', 'financials', 'currency', 'ownership', 'multiple', 'variance', 'M/d/yy', 'long'] },
557
+ format: { type: String, enum: [null, 'number', 'abbreviated', 'decimal', 'financials', 'currency', 'ownership', 'multiple', 'variance', 'M/d/yyyy', 'long'] },
558
558
 
559
559
  // These will be the choices in polls, single-selects and multi-selects
560
560
  options: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "10.33.1",
3
+ "version": "10.34.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",