@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.
- package/lib/Organization.js +4 -4
- package/package.json +1 -1
package/lib/Organization.js
CHANGED
|
@@ -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/
|
|
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/
|
|
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/
|
|
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/
|
|
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: [{
|