@sprucelabs/spruce-core-schemas 40.1.631 → 40.1.632
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/build/.spruce/schemas/core.schemas.types.d.ts +32 -2
- package/build/.spruce/schemas/spruce/v2020_07_22/location.schema.js +1 -1
- package/build/.spruce/schemas/spruce/v2020_07_22/person.schema.js +1 -1
- package/build/esm/.spruce/schemas/core.schemas.types.d.ts +32 -2
- package/build/esm/.spruce/schemas/spruce/v2020_07_22/location.schema.js +1 -1
- package/build/esm/.spruce/schemas/spruce/v2020_07_22/person.schema.js +1 -1
- package/build/esm/timezoneChoices.d.ts +15 -0
- package/build/esm/timezoneChoices.js +14 -1
- package/build/timezoneChoices.d.ts +15 -0
- package/build/timezoneChoices.js +14 -1
- package/package.json +1 -1
@@ -363,7 +363,7 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
|
|
363
363
|
/** Casual name. The name you can use when talking to this person. */
|
364
364
|
'casualName': string;
|
365
365
|
/** Timezone. */
|
366
|
-
'timezone'?: ("UTC" | "Pacific/Honolulu" | "America/Anchorage" | "America/Los_Angeles" | "America/Denver" | "America/Chicago" | "America/New_York" | "America/Sao_Paulo" | "Europe/London" | "Europe/Berlin" | "Europe/Athens" | "Europe/Moscow" | "Africa/Lagos" | "Africa/Cairo" | "Africa/Johannesburg" | "Asia/Dubai" | "Asia/Karachi" | "Asia/Kolkata" | "Asia/Shanghai" | "Asia/Tokyo" | "Asia/Seoul" | "Australia/Perth" | "Australia/Adelaide" | "Australia/Sydney" | "Pacific/Auckland") | undefined | null;
|
366
|
+
'timezone'?: ("UTC" | "Pacific/Honolulu" | "America/Anchorage" | "America/Los_Angeles" | "America/Denver" | "America/Phoenix" | "America/Chicago" | "America/Guatemala" | "America/New_York" | "America/Panama" | "America/Sao_Paulo" | "America/Argentina/Buenos_Aires" | "Europe/London" | "Europe/Berlin" | "Europe/Athens" | "Europe/Moscow" | "Africa/Lagos" | "Africa/Cairo" | "Africa/Johannesburg" | "Asia/Dubai" | "Asia/Karachi" | "Asia/Kolkata" | "Asia/Shanghai" | "Asia/Tokyo" | "Asia/Seoul" | "Australia/Perth" | "Australia/Adelaide" | "Australia/Sydney" | "Pacific/Auckland" | "Pacific/Port_Moresby") | undefined | null;
|
367
367
|
/** Phone. A number that can be texted */
|
368
368
|
'phone'?: string | undefined | null;
|
369
369
|
/** Username. An optional username if the person does not want to login using their phone */
|
@@ -431,15 +431,27 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
|
|
431
431
|
}, {
|
432
432
|
"value": "America/Denver";
|
433
433
|
"label": "Mountain Time";
|
434
|
+
}, {
|
435
|
+
"value": "America/Phoenix";
|
436
|
+
"label": "Phoenix Time (No DST)";
|
434
437
|
}, {
|
435
438
|
"value": "America/Chicago";
|
436
439
|
"label": "Central Time";
|
440
|
+
}, {
|
441
|
+
"value": "America/Guatemala";
|
442
|
+
"label": "Central Standard Time (No DST)";
|
437
443
|
}, {
|
438
444
|
"value": "America/New_York";
|
439
445
|
"label": "Eastern Time";
|
446
|
+
}, {
|
447
|
+
"value": "America/Panama";
|
448
|
+
"label": "Eastern Standard Time (No DST)";
|
440
449
|
}, {
|
441
450
|
"value": "America/Sao_Paulo";
|
442
451
|
"label": "Brasília Time";
|
452
|
+
}, {
|
453
|
+
"value": "America/Argentina/Buenos_Aires";
|
454
|
+
"label": "Argentina Time (No DST)";
|
443
455
|
}, {
|
444
456
|
"value": "Europe/London";
|
445
457
|
"label": "UK Time";
|
@@ -491,6 +503,9 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
|
|
491
503
|
}, {
|
492
504
|
"value": "Pacific/Auckland";
|
493
505
|
"label": "New Zealand Time";
|
506
|
+
}, {
|
507
|
+
"value": "Pacific/Port_Moresby";
|
508
|
+
"label": "Papua New Guinea Time (No DST)";
|
494
509
|
}];
|
495
510
|
};
|
496
511
|
};
|
@@ -885,7 +900,7 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
|
|
885
900
|
/** Main Phone. */
|
886
901
|
'phone'?: string | undefined | null;
|
887
902
|
/** Timezone. */
|
888
|
-
'timezone'?: ("UTC" | "Pacific/Honolulu" | "America/Anchorage" | "America/Los_Angeles" | "America/Denver" | "America/Chicago" | "America/New_York" | "America/Sao_Paulo" | "Europe/London" | "Europe/Berlin" | "Europe/Athens" | "Europe/Moscow" | "Africa/Lagos" | "Africa/Cairo" | "Africa/Johannesburg" | "Asia/Dubai" | "Asia/Karachi" | "Asia/Kolkata" | "Asia/Shanghai" | "Asia/Tokyo" | "Asia/Seoul" | "Australia/Perth" | "Australia/Adelaide" | "Australia/Sydney" | "Pacific/Auckland") | undefined | null;
|
903
|
+
'timezone'?: ("UTC" | "Pacific/Honolulu" | "America/Anchorage" | "America/Los_Angeles" | "America/Denver" | "America/Phoenix" | "America/Chicago" | "America/Guatemala" | "America/New_York" | "America/Panama" | "America/Sao_Paulo" | "America/Argentina/Buenos_Aires" | "Europe/London" | "Europe/Berlin" | "Europe/Athens" | "Europe/Moscow" | "Africa/Lagos" | "Africa/Cairo" | "Africa/Johannesburg" | "Asia/Dubai" | "Asia/Karachi" | "Asia/Kolkata" | "Asia/Shanghai" | "Asia/Tokyo" | "Asia/Seoul" | "Australia/Perth" | "Australia/Adelaide" | "Australia/Sydney" | "Pacific/Auckland" | "Pacific/Port_Moresby") | undefined | null;
|
889
904
|
/** Address. */
|
890
905
|
'address': SpruceSchema.AddressFieldValue;
|
891
906
|
'dateCreated': SpruceSchema.DateTimeFieldValue;
|
@@ -963,15 +978,27 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
|
|
963
978
|
}, {
|
964
979
|
"value": "America/Denver";
|
965
980
|
"label": "Mountain Time";
|
981
|
+
}, {
|
982
|
+
"value": "America/Phoenix";
|
983
|
+
"label": "Phoenix Time (No DST)";
|
966
984
|
}, {
|
967
985
|
"value": "America/Chicago";
|
968
986
|
"label": "Central Time";
|
987
|
+
}, {
|
988
|
+
"value": "America/Guatemala";
|
989
|
+
"label": "Central Standard Time (No DST)";
|
969
990
|
}, {
|
970
991
|
"value": "America/New_York";
|
971
992
|
"label": "Eastern Time";
|
993
|
+
}, {
|
994
|
+
"value": "America/Panama";
|
995
|
+
"label": "Eastern Standard Time (No DST)";
|
972
996
|
}, {
|
973
997
|
"value": "America/Sao_Paulo";
|
974
998
|
"label": "Brasília Time";
|
999
|
+
}, {
|
1000
|
+
"value": "America/Argentina/Buenos_Aires";
|
1001
|
+
"label": "Argentina Time (No DST)";
|
975
1002
|
}, {
|
976
1003
|
"value": "Europe/London";
|
977
1004
|
"label": "UK Time";
|
@@ -1023,6 +1050,9 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
|
|
1023
1050
|
}, {
|
1024
1051
|
"value": "Pacific/Auckland";
|
1025
1052
|
"label": "New Zealand Time";
|
1053
|
+
}, {
|
1054
|
+
"value": "Pacific/Port_Moresby";
|
1055
|
+
"label": "Papua New Guinea Time (No DST)";
|
1026
1056
|
}];
|
1027
1057
|
};
|
1028
1058
|
};
|
@@ -55,7 +55,7 @@ const locationSchema = {
|
|
55
55
|
'timezone': {
|
56
56
|
label: 'Timezone',
|
57
57
|
type: 'select',
|
58
|
-
options: { choices: [{ "value": "UTC", "label": "UTC" }, { "value": "Pacific/Honolulu", "label": "Hawaii Time" }, { "value": "America/Anchorage", "label": "Alaska Time" }, { "value": "America/Los_Angeles", "label": "Pacific Time" }, { "value": "America/Denver", "label": "Mountain Time" }, { "value": "America/Chicago", "label": "Central Time" }, { "value": "America/New_York", "label": "Eastern Time" }, { "value": "America/Sao_Paulo", "label": "Brasília Time" }, { "value": "Europe/London", "label": "UK Time" }, { "value": "Europe/Berlin", "label": "Central Europe Time" }, { "value": "Europe/Athens", "label": "Eastern Europe Time" }, { "value": "Europe/Moscow", "label": "Moscow Time" }, { "value": "Africa/Lagos", "label": "West Africa Time" }, { "value": "Africa/Cairo", "label": "Eastern Africa Time" }, { "value": "Africa/Johannesburg", "label": "South Africa Time" }, { "value": "Asia/Dubai", "label": "Gulf Standard Time" }, { "value": "Asia/Karachi", "label": "Pakistan Time" }, { "value": "Asia/Kolkata", "label": "India Time" }, { "value": "Asia/Shanghai", "label": "China Time" }, { "value": "Asia/Tokyo", "label": "Japan Time" }, { "value": "Asia/Seoul", "label": "Korea Time" }, { "value": "Australia/Perth", "label": "Western Australia Time" }, { "value": "Australia/Adelaide", "label": "Central Australia Time" }, { "value": "Australia/Sydney", "label": "Eastern Australia Time" }, { "value": "Pacific/Auckland", "label": "New Zealand Time" }], }
|
58
|
+
options: { choices: [{ "value": "UTC", "label": "UTC" }, { "value": "Pacific/Honolulu", "label": "Hawaii Time" }, { "value": "America/Anchorage", "label": "Alaska Time" }, { "value": "America/Los_Angeles", "label": "Pacific Time" }, { "value": "America/Denver", "label": "Mountain Time" }, { "value": "America/Phoenix", "label": "Phoenix Time (No DST)" }, { "value": "America/Chicago", "label": "Central Time" }, { "value": "America/Guatemala", "label": "Central Standard Time (No DST)" }, { "value": "America/New_York", "label": "Eastern Time" }, { "value": "America/Panama", "label": "Eastern Standard Time (No DST)" }, { "value": "America/Sao_Paulo", "label": "Brasília Time" }, { "value": "America/Argentina/Buenos_Aires", "label": "Argentina Time (No DST)" }, { "value": "Europe/London", "label": "UK Time" }, { "value": "Europe/Berlin", "label": "Central Europe Time" }, { "value": "Europe/Athens", "label": "Eastern Europe Time" }, { "value": "Europe/Moscow", "label": "Moscow Time" }, { "value": "Africa/Lagos", "label": "West Africa Time" }, { "value": "Africa/Cairo", "label": "Eastern Africa Time" }, { "value": "Africa/Johannesburg", "label": "South Africa Time" }, { "value": "Asia/Dubai", "label": "Gulf Standard Time" }, { "value": "Asia/Karachi", "label": "Pakistan Time" }, { "value": "Asia/Kolkata", "label": "India Time" }, { "value": "Asia/Shanghai", "label": "China Time" }, { "value": "Asia/Tokyo", "label": "Japan Time" }, { "value": "Asia/Seoul", "label": "Korea Time" }, { "value": "Australia/Perth", "label": "Western Australia Time" }, { "value": "Australia/Adelaide", "label": "Central Australia Time" }, { "value": "Australia/Sydney", "label": "Eastern Australia Time" }, { "value": "Pacific/Auckland", "label": "New Zealand Time" }, { "value": "Pacific/Port_Moresby", "label": "Papua New Guinea Time (No DST)" }], }
|
59
59
|
},
|
60
60
|
/** Address. */
|
61
61
|
'address': {
|
@@ -42,7 +42,7 @@ const personSchema = {
|
|
42
42
|
'timezone': {
|
43
43
|
label: 'Timezone',
|
44
44
|
type: 'select',
|
45
|
-
options: { choices: [{ "value": "UTC", "label": "UTC" }, { "value": "Pacific/Honolulu", "label": "Hawaii Time" }, { "value": "America/Anchorage", "label": "Alaska Time" }, { "value": "America/Los_Angeles", "label": "Pacific Time" }, { "value": "America/Denver", "label": "Mountain Time" }, { "value": "America/Chicago", "label": "Central Time" }, { "value": "America/New_York", "label": "Eastern Time" }, { "value": "America/Sao_Paulo", "label": "Brasília Time" }, { "value": "Europe/London", "label": "UK Time" }, { "value": "Europe/Berlin", "label": "Central Europe Time" }, { "value": "Europe/Athens", "label": "Eastern Europe Time" }, { "value": "Europe/Moscow", "label": "Moscow Time" }, { "value": "Africa/Lagos", "label": "West Africa Time" }, { "value": "Africa/Cairo", "label": "Eastern Africa Time" }, { "value": "Africa/Johannesburg", "label": "South Africa Time" }, { "value": "Asia/Dubai", "label": "Gulf Standard Time" }, { "value": "Asia/Karachi", "label": "Pakistan Time" }, { "value": "Asia/Kolkata", "label": "India Time" }, { "value": "Asia/Shanghai", "label": "China Time" }, { "value": "Asia/Tokyo", "label": "Japan Time" }, { "value": "Asia/Seoul", "label": "Korea Time" }, { "value": "Australia/Perth", "label": "Western Australia Time" }, { "value": "Australia/Adelaide", "label": "Central Australia Time" }, { "value": "Australia/Sydney", "label": "Eastern Australia Time" }, { "value": "Pacific/Auckland", "label": "New Zealand Time" }], }
|
45
|
+
options: { choices: [{ "value": "UTC", "label": "UTC" }, { "value": "Pacific/Honolulu", "label": "Hawaii Time" }, { "value": "America/Anchorage", "label": "Alaska Time" }, { "value": "America/Los_Angeles", "label": "Pacific Time" }, { "value": "America/Denver", "label": "Mountain Time" }, { "value": "America/Phoenix", "label": "Phoenix Time (No DST)" }, { "value": "America/Chicago", "label": "Central Time" }, { "value": "America/Guatemala", "label": "Central Standard Time (No DST)" }, { "value": "America/New_York", "label": "Eastern Time" }, { "value": "America/Panama", "label": "Eastern Standard Time (No DST)" }, { "value": "America/Sao_Paulo", "label": "Brasília Time" }, { "value": "America/Argentina/Buenos_Aires", "label": "Argentina Time (No DST)" }, { "value": "Europe/London", "label": "UK Time" }, { "value": "Europe/Berlin", "label": "Central Europe Time" }, { "value": "Europe/Athens", "label": "Eastern Europe Time" }, { "value": "Europe/Moscow", "label": "Moscow Time" }, { "value": "Africa/Lagos", "label": "West Africa Time" }, { "value": "Africa/Cairo", "label": "Eastern Africa Time" }, { "value": "Africa/Johannesburg", "label": "South Africa Time" }, { "value": "Asia/Dubai", "label": "Gulf Standard Time" }, { "value": "Asia/Karachi", "label": "Pakistan Time" }, { "value": "Asia/Kolkata", "label": "India Time" }, { "value": "Asia/Shanghai", "label": "China Time" }, { "value": "Asia/Tokyo", "label": "Japan Time" }, { "value": "Asia/Seoul", "label": "Korea Time" }, { "value": "Australia/Perth", "label": "Western Australia Time" }, { "value": "Australia/Adelaide", "label": "Central Australia Time" }, { "value": "Australia/Sydney", "label": "Eastern Australia Time" }, { "value": "Pacific/Auckland", "label": "New Zealand Time" }, { "value": "Pacific/Port_Moresby", "label": "Papua New Guinea Time (No DST)" }], }
|
46
46
|
},
|
47
47
|
/** Phone. A number that can be texted */
|
48
48
|
'phone': {
|
@@ -363,7 +363,7 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
|
|
363
363
|
/** Casual name. The name you can use when talking to this person. */
|
364
364
|
'casualName': string;
|
365
365
|
/** Timezone. */
|
366
|
-
'timezone'?: ("UTC" | "Pacific/Honolulu" | "America/Anchorage" | "America/Los_Angeles" | "America/Denver" | "America/Chicago" | "America/New_York" | "America/Sao_Paulo" | "Europe/London" | "Europe/Berlin" | "Europe/Athens" | "Europe/Moscow" | "Africa/Lagos" | "Africa/Cairo" | "Africa/Johannesburg" | "Asia/Dubai" | "Asia/Karachi" | "Asia/Kolkata" | "Asia/Shanghai" | "Asia/Tokyo" | "Asia/Seoul" | "Australia/Perth" | "Australia/Adelaide" | "Australia/Sydney" | "Pacific/Auckland") | undefined | null;
|
366
|
+
'timezone'?: ("UTC" | "Pacific/Honolulu" | "America/Anchorage" | "America/Los_Angeles" | "America/Denver" | "America/Phoenix" | "America/Chicago" | "America/Guatemala" | "America/New_York" | "America/Panama" | "America/Sao_Paulo" | "America/Argentina/Buenos_Aires" | "Europe/London" | "Europe/Berlin" | "Europe/Athens" | "Europe/Moscow" | "Africa/Lagos" | "Africa/Cairo" | "Africa/Johannesburg" | "Asia/Dubai" | "Asia/Karachi" | "Asia/Kolkata" | "Asia/Shanghai" | "Asia/Tokyo" | "Asia/Seoul" | "Australia/Perth" | "Australia/Adelaide" | "Australia/Sydney" | "Pacific/Auckland" | "Pacific/Port_Moresby") | undefined | null;
|
367
367
|
/** Phone. A number that can be texted */
|
368
368
|
'phone'?: string | undefined | null;
|
369
369
|
/** Username. An optional username if the person does not want to login using their phone */
|
@@ -431,15 +431,27 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
|
|
431
431
|
}, {
|
432
432
|
"value": "America/Denver";
|
433
433
|
"label": "Mountain Time";
|
434
|
+
}, {
|
435
|
+
"value": "America/Phoenix";
|
436
|
+
"label": "Phoenix Time (No DST)";
|
434
437
|
}, {
|
435
438
|
"value": "America/Chicago";
|
436
439
|
"label": "Central Time";
|
440
|
+
}, {
|
441
|
+
"value": "America/Guatemala";
|
442
|
+
"label": "Central Standard Time (No DST)";
|
437
443
|
}, {
|
438
444
|
"value": "America/New_York";
|
439
445
|
"label": "Eastern Time";
|
446
|
+
}, {
|
447
|
+
"value": "America/Panama";
|
448
|
+
"label": "Eastern Standard Time (No DST)";
|
440
449
|
}, {
|
441
450
|
"value": "America/Sao_Paulo";
|
442
451
|
"label": "Brasília Time";
|
452
|
+
}, {
|
453
|
+
"value": "America/Argentina/Buenos_Aires";
|
454
|
+
"label": "Argentina Time (No DST)";
|
443
455
|
}, {
|
444
456
|
"value": "Europe/London";
|
445
457
|
"label": "UK Time";
|
@@ -491,6 +503,9 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
|
|
491
503
|
}, {
|
492
504
|
"value": "Pacific/Auckland";
|
493
505
|
"label": "New Zealand Time";
|
506
|
+
}, {
|
507
|
+
"value": "Pacific/Port_Moresby";
|
508
|
+
"label": "Papua New Guinea Time (No DST)";
|
494
509
|
}];
|
495
510
|
};
|
496
511
|
};
|
@@ -885,7 +900,7 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
|
|
885
900
|
/** Main Phone. */
|
886
901
|
'phone'?: string | undefined | null;
|
887
902
|
/** Timezone. */
|
888
|
-
'timezone'?: ("UTC" | "Pacific/Honolulu" | "America/Anchorage" | "America/Los_Angeles" | "America/Denver" | "America/Chicago" | "America/New_York" | "America/Sao_Paulo" | "Europe/London" | "Europe/Berlin" | "Europe/Athens" | "Europe/Moscow" | "Africa/Lagos" | "Africa/Cairo" | "Africa/Johannesburg" | "Asia/Dubai" | "Asia/Karachi" | "Asia/Kolkata" | "Asia/Shanghai" | "Asia/Tokyo" | "Asia/Seoul" | "Australia/Perth" | "Australia/Adelaide" | "Australia/Sydney" | "Pacific/Auckland") | undefined | null;
|
903
|
+
'timezone'?: ("UTC" | "Pacific/Honolulu" | "America/Anchorage" | "America/Los_Angeles" | "America/Denver" | "America/Phoenix" | "America/Chicago" | "America/Guatemala" | "America/New_York" | "America/Panama" | "America/Sao_Paulo" | "America/Argentina/Buenos_Aires" | "Europe/London" | "Europe/Berlin" | "Europe/Athens" | "Europe/Moscow" | "Africa/Lagos" | "Africa/Cairo" | "Africa/Johannesburg" | "Asia/Dubai" | "Asia/Karachi" | "Asia/Kolkata" | "Asia/Shanghai" | "Asia/Tokyo" | "Asia/Seoul" | "Australia/Perth" | "Australia/Adelaide" | "Australia/Sydney" | "Pacific/Auckland" | "Pacific/Port_Moresby") | undefined | null;
|
889
904
|
/** Address. */
|
890
905
|
'address': SpruceSchema.AddressFieldValue;
|
891
906
|
'dateCreated': SpruceSchema.DateTimeFieldValue;
|
@@ -963,15 +978,27 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
|
|
963
978
|
}, {
|
964
979
|
"value": "America/Denver";
|
965
980
|
"label": "Mountain Time";
|
981
|
+
}, {
|
982
|
+
"value": "America/Phoenix";
|
983
|
+
"label": "Phoenix Time (No DST)";
|
966
984
|
}, {
|
967
985
|
"value": "America/Chicago";
|
968
986
|
"label": "Central Time";
|
987
|
+
}, {
|
988
|
+
"value": "America/Guatemala";
|
989
|
+
"label": "Central Standard Time (No DST)";
|
969
990
|
}, {
|
970
991
|
"value": "America/New_York";
|
971
992
|
"label": "Eastern Time";
|
993
|
+
}, {
|
994
|
+
"value": "America/Panama";
|
995
|
+
"label": "Eastern Standard Time (No DST)";
|
972
996
|
}, {
|
973
997
|
"value": "America/Sao_Paulo";
|
974
998
|
"label": "Brasília Time";
|
999
|
+
}, {
|
1000
|
+
"value": "America/Argentina/Buenos_Aires";
|
1001
|
+
"label": "Argentina Time (No DST)";
|
975
1002
|
}, {
|
976
1003
|
"value": "Europe/London";
|
977
1004
|
"label": "UK Time";
|
@@ -1023,6 +1050,9 @@ export declare namespace SpruceSchemas.Spruce.v2020_07_22 {
|
|
1023
1050
|
}, {
|
1024
1051
|
"value": "Pacific/Auckland";
|
1025
1052
|
"label": "New Zealand Time";
|
1053
|
+
}, {
|
1054
|
+
"value": "Pacific/Port_Moresby";
|
1055
|
+
"label": "Papua New Guinea Time (No DST)";
|
1026
1056
|
}];
|
1027
1057
|
};
|
1028
1058
|
};
|
@@ -53,7 +53,7 @@ const locationSchema = {
|
|
53
53
|
'timezone': {
|
54
54
|
label: 'Timezone',
|
55
55
|
type: 'select',
|
56
|
-
options: { choices: [{ "value": "UTC", "label": "UTC" }, { "value": "Pacific/Honolulu", "label": "Hawaii Time" }, { "value": "America/Anchorage", "label": "Alaska Time" }, { "value": "America/Los_Angeles", "label": "Pacific Time" }, { "value": "America/Denver", "label": "Mountain Time" }, { "value": "America/Chicago", "label": "Central Time" }, { "value": "America/New_York", "label": "Eastern Time" }, { "value": "America/Sao_Paulo", "label": "Brasília Time" }, { "value": "Europe/London", "label": "UK Time" }, { "value": "Europe/Berlin", "label": "Central Europe Time" }, { "value": "Europe/Athens", "label": "Eastern Europe Time" }, { "value": "Europe/Moscow", "label": "Moscow Time" }, { "value": "Africa/Lagos", "label": "West Africa Time" }, { "value": "Africa/Cairo", "label": "Eastern Africa Time" }, { "value": "Africa/Johannesburg", "label": "South Africa Time" }, { "value": "Asia/Dubai", "label": "Gulf Standard Time" }, { "value": "Asia/Karachi", "label": "Pakistan Time" }, { "value": "Asia/Kolkata", "label": "India Time" }, { "value": "Asia/Shanghai", "label": "China Time" }, { "value": "Asia/Tokyo", "label": "Japan Time" }, { "value": "Asia/Seoul", "label": "Korea Time" }, { "value": "Australia/Perth", "label": "Western Australia Time" }, { "value": "Australia/Adelaide", "label": "Central Australia Time" }, { "value": "Australia/Sydney", "label": "Eastern Australia Time" }, { "value": "Pacific/Auckland", "label": "New Zealand Time" }], }
|
56
|
+
options: { choices: [{ "value": "UTC", "label": "UTC" }, { "value": "Pacific/Honolulu", "label": "Hawaii Time" }, { "value": "America/Anchorage", "label": "Alaska Time" }, { "value": "America/Los_Angeles", "label": "Pacific Time" }, { "value": "America/Denver", "label": "Mountain Time" }, { "value": "America/Phoenix", "label": "Phoenix Time (No DST)" }, { "value": "America/Chicago", "label": "Central Time" }, { "value": "America/Guatemala", "label": "Central Standard Time (No DST)" }, { "value": "America/New_York", "label": "Eastern Time" }, { "value": "America/Panama", "label": "Eastern Standard Time (No DST)" }, { "value": "America/Sao_Paulo", "label": "Brasília Time" }, { "value": "America/Argentina/Buenos_Aires", "label": "Argentina Time (No DST)" }, { "value": "Europe/London", "label": "UK Time" }, { "value": "Europe/Berlin", "label": "Central Europe Time" }, { "value": "Europe/Athens", "label": "Eastern Europe Time" }, { "value": "Europe/Moscow", "label": "Moscow Time" }, { "value": "Africa/Lagos", "label": "West Africa Time" }, { "value": "Africa/Cairo", "label": "Eastern Africa Time" }, { "value": "Africa/Johannesburg", "label": "South Africa Time" }, { "value": "Asia/Dubai", "label": "Gulf Standard Time" }, { "value": "Asia/Karachi", "label": "Pakistan Time" }, { "value": "Asia/Kolkata", "label": "India Time" }, { "value": "Asia/Shanghai", "label": "China Time" }, { "value": "Asia/Tokyo", "label": "Japan Time" }, { "value": "Asia/Seoul", "label": "Korea Time" }, { "value": "Australia/Perth", "label": "Western Australia Time" }, { "value": "Australia/Adelaide", "label": "Central Australia Time" }, { "value": "Australia/Sydney", "label": "Eastern Australia Time" }, { "value": "Pacific/Auckland", "label": "New Zealand Time" }, { "value": "Pacific/Port_Moresby", "label": "Papua New Guinea Time (No DST)" }], }
|
57
57
|
},
|
58
58
|
/** Address. */
|
59
59
|
'address': {
|
@@ -40,7 +40,7 @@ const personSchema = {
|
|
40
40
|
'timezone': {
|
41
41
|
label: 'Timezone',
|
42
42
|
type: 'select',
|
43
|
-
options: { choices: [{ "value": "UTC", "label": "UTC" }, { "value": "Pacific/Honolulu", "label": "Hawaii Time" }, { "value": "America/Anchorage", "label": "Alaska Time" }, { "value": "America/Los_Angeles", "label": "Pacific Time" }, { "value": "America/Denver", "label": "Mountain Time" }, { "value": "America/Chicago", "label": "Central Time" }, { "value": "America/New_York", "label": "Eastern Time" }, { "value": "America/Sao_Paulo", "label": "Brasília Time" }, { "value": "Europe/London", "label": "UK Time" }, { "value": "Europe/Berlin", "label": "Central Europe Time" }, { "value": "Europe/Athens", "label": "Eastern Europe Time" }, { "value": "Europe/Moscow", "label": "Moscow Time" }, { "value": "Africa/Lagos", "label": "West Africa Time" }, { "value": "Africa/Cairo", "label": "Eastern Africa Time" }, { "value": "Africa/Johannesburg", "label": "South Africa Time" }, { "value": "Asia/Dubai", "label": "Gulf Standard Time" }, { "value": "Asia/Karachi", "label": "Pakistan Time" }, { "value": "Asia/Kolkata", "label": "India Time" }, { "value": "Asia/Shanghai", "label": "China Time" }, { "value": "Asia/Tokyo", "label": "Japan Time" }, { "value": "Asia/Seoul", "label": "Korea Time" }, { "value": "Australia/Perth", "label": "Western Australia Time" }, { "value": "Australia/Adelaide", "label": "Central Australia Time" }, { "value": "Australia/Sydney", "label": "Eastern Australia Time" }, { "value": "Pacific/Auckland", "label": "New Zealand Time" }], }
|
43
|
+
options: { choices: [{ "value": "UTC", "label": "UTC" }, { "value": "Pacific/Honolulu", "label": "Hawaii Time" }, { "value": "America/Anchorage", "label": "Alaska Time" }, { "value": "America/Los_Angeles", "label": "Pacific Time" }, { "value": "America/Denver", "label": "Mountain Time" }, { "value": "America/Phoenix", "label": "Phoenix Time (No DST)" }, { "value": "America/Chicago", "label": "Central Time" }, { "value": "America/Guatemala", "label": "Central Standard Time (No DST)" }, { "value": "America/New_York", "label": "Eastern Time" }, { "value": "America/Panama", "label": "Eastern Standard Time (No DST)" }, { "value": "America/Sao_Paulo", "label": "Brasília Time" }, { "value": "America/Argentina/Buenos_Aires", "label": "Argentina Time (No DST)" }, { "value": "Europe/London", "label": "UK Time" }, { "value": "Europe/Berlin", "label": "Central Europe Time" }, { "value": "Europe/Athens", "label": "Eastern Europe Time" }, { "value": "Europe/Moscow", "label": "Moscow Time" }, { "value": "Africa/Lagos", "label": "West Africa Time" }, { "value": "Africa/Cairo", "label": "Eastern Africa Time" }, { "value": "Africa/Johannesburg", "label": "South Africa Time" }, { "value": "Asia/Dubai", "label": "Gulf Standard Time" }, { "value": "Asia/Karachi", "label": "Pakistan Time" }, { "value": "Asia/Kolkata", "label": "India Time" }, { "value": "Asia/Shanghai", "label": "China Time" }, { "value": "Asia/Tokyo", "label": "Japan Time" }, { "value": "Asia/Seoul", "label": "Korea Time" }, { "value": "Australia/Perth", "label": "Western Australia Time" }, { "value": "Australia/Adelaide", "label": "Central Australia Time" }, { "value": "Australia/Sydney", "label": "Eastern Australia Time" }, { "value": "Pacific/Auckland", "label": "New Zealand Time" }, { "value": "Pacific/Port_Moresby", "label": "Papua New Guinea Time (No DST)" }], }
|
44
44
|
},
|
45
45
|
/** Phone. A number that can be texted */
|
46
46
|
'phone': {
|
@@ -13,15 +13,27 @@ export declare const timezoneChoices: readonly [{
|
|
13
13
|
}, {
|
14
14
|
readonly value: "America/Denver";
|
15
15
|
readonly label: "Mountain Time";
|
16
|
+
}, {
|
17
|
+
readonly value: "America/Phoenix";
|
18
|
+
readonly label: "Phoenix Time (No DST)";
|
16
19
|
}, {
|
17
20
|
readonly value: "America/Chicago";
|
18
21
|
readonly label: "Central Time";
|
22
|
+
}, {
|
23
|
+
readonly value: "America/Guatemala";
|
24
|
+
readonly label: "Central Standard Time (No DST)";
|
19
25
|
}, {
|
20
26
|
readonly value: "America/New_York";
|
21
27
|
readonly label: "Eastern Time";
|
28
|
+
}, {
|
29
|
+
readonly value: "America/Panama";
|
30
|
+
readonly label: "Eastern Standard Time (No DST)";
|
22
31
|
}, {
|
23
32
|
readonly value: "America/Sao_Paulo";
|
24
33
|
readonly label: "Brasília Time";
|
34
|
+
}, {
|
35
|
+
readonly value: "America/Argentina/Buenos_Aires";
|
36
|
+
readonly label: "Argentina Time (No DST)";
|
25
37
|
}, {
|
26
38
|
readonly value: "Europe/London";
|
27
39
|
readonly label: "UK Time";
|
@@ -73,4 +85,7 @@ export declare const timezoneChoices: readonly [{
|
|
73
85
|
}, {
|
74
86
|
readonly value: "Pacific/Auckland";
|
75
87
|
readonly label: "New Zealand Time";
|
88
|
+
}, {
|
89
|
+
readonly value: "Pacific/Port_Moresby";
|
90
|
+
readonly label: "Papua New Guinea Time (No DST)";
|
76
91
|
}];
|
@@ -1,14 +1,25 @@
|
|
1
1
|
export const timezoneChoices = [
|
2
2
|
// UTC
|
3
3
|
{ value: 'UTC', label: 'UTC' },
|
4
|
-
//
|
4
|
+
// Americas
|
5
5
|
{ value: 'Pacific/Honolulu', label: 'Hawaii Time' },
|
6
6
|
{ value: 'America/Anchorage', label: 'Alaska Time' },
|
7
7
|
{ value: 'America/Los_Angeles', label: 'Pacific Time' },
|
8
8
|
{ value: 'America/Denver', label: 'Mountain Time' },
|
9
|
+
// No-DST Mountain
|
10
|
+
{ value: 'America/Phoenix', label: 'Phoenix Time (No DST)' },
|
9
11
|
{ value: 'America/Chicago', label: 'Central Time' },
|
12
|
+
// No-DST Central
|
13
|
+
{ value: 'America/Guatemala', label: 'Central Standard Time (No DST)' },
|
10
14
|
{ value: 'America/New_York', label: 'Eastern Time' },
|
15
|
+
// No-DST Eastern
|
16
|
+
{ value: 'America/Panama', label: 'Eastern Standard Time (No DST)' },
|
11
17
|
{ value: 'America/Sao_Paulo', label: 'Brasília Time' },
|
18
|
+
// No-DST in South America
|
19
|
+
{
|
20
|
+
value: 'America/Argentina/Buenos_Aires',
|
21
|
+
label: 'Argentina Time (No DST)',
|
22
|
+
},
|
12
23
|
// Europe
|
13
24
|
{ value: 'Europe/London', label: 'UK Time' },
|
14
25
|
{ value: 'Europe/Berlin', label: 'Central Europe Time' },
|
@@ -31,4 +42,6 @@ export const timezoneChoices = [
|
|
31
42
|
{ value: 'Australia/Adelaide', label: 'Central Australia Time' },
|
32
43
|
{ value: 'Australia/Sydney', label: 'Eastern Australia Time' },
|
33
44
|
{ value: 'Pacific/Auckland', label: 'New Zealand Time' },
|
45
|
+
// No-DST in Oceania
|
46
|
+
{ value: 'Pacific/Port_Moresby', label: 'Papua New Guinea Time (No DST)' },
|
34
47
|
];
|
@@ -13,15 +13,27 @@ export declare const timezoneChoices: readonly [{
|
|
13
13
|
}, {
|
14
14
|
readonly value: "America/Denver";
|
15
15
|
readonly label: "Mountain Time";
|
16
|
+
}, {
|
17
|
+
readonly value: "America/Phoenix";
|
18
|
+
readonly label: "Phoenix Time (No DST)";
|
16
19
|
}, {
|
17
20
|
readonly value: "America/Chicago";
|
18
21
|
readonly label: "Central Time";
|
22
|
+
}, {
|
23
|
+
readonly value: "America/Guatemala";
|
24
|
+
readonly label: "Central Standard Time (No DST)";
|
19
25
|
}, {
|
20
26
|
readonly value: "America/New_York";
|
21
27
|
readonly label: "Eastern Time";
|
28
|
+
}, {
|
29
|
+
readonly value: "America/Panama";
|
30
|
+
readonly label: "Eastern Standard Time (No DST)";
|
22
31
|
}, {
|
23
32
|
readonly value: "America/Sao_Paulo";
|
24
33
|
readonly label: "Brasília Time";
|
34
|
+
}, {
|
35
|
+
readonly value: "America/Argentina/Buenos_Aires";
|
36
|
+
readonly label: "Argentina Time (No DST)";
|
25
37
|
}, {
|
26
38
|
readonly value: "Europe/London";
|
27
39
|
readonly label: "UK Time";
|
@@ -73,4 +85,7 @@ export declare const timezoneChoices: readonly [{
|
|
73
85
|
}, {
|
74
86
|
readonly value: "Pacific/Auckland";
|
75
87
|
readonly label: "New Zealand Time";
|
88
|
+
}, {
|
89
|
+
readonly value: "Pacific/Port_Moresby";
|
90
|
+
readonly label: "Papua New Guinea Time (No DST)";
|
76
91
|
}];
|
package/build/timezoneChoices.js
CHANGED
@@ -4,14 +4,25 @@ exports.timezoneChoices = void 0;
|
|
4
4
|
exports.timezoneChoices = [
|
5
5
|
// UTC
|
6
6
|
{ value: 'UTC', label: 'UTC' },
|
7
|
-
//
|
7
|
+
// Americas
|
8
8
|
{ value: 'Pacific/Honolulu', label: 'Hawaii Time' },
|
9
9
|
{ value: 'America/Anchorage', label: 'Alaska Time' },
|
10
10
|
{ value: 'America/Los_Angeles', label: 'Pacific Time' },
|
11
11
|
{ value: 'America/Denver', label: 'Mountain Time' },
|
12
|
+
// No-DST Mountain
|
13
|
+
{ value: 'America/Phoenix', label: 'Phoenix Time (No DST)' },
|
12
14
|
{ value: 'America/Chicago', label: 'Central Time' },
|
15
|
+
// No-DST Central
|
16
|
+
{ value: 'America/Guatemala', label: 'Central Standard Time (No DST)' },
|
13
17
|
{ value: 'America/New_York', label: 'Eastern Time' },
|
18
|
+
// No-DST Eastern
|
19
|
+
{ value: 'America/Panama', label: 'Eastern Standard Time (No DST)' },
|
14
20
|
{ value: 'America/Sao_Paulo', label: 'Brasília Time' },
|
21
|
+
// No-DST in South America
|
22
|
+
{
|
23
|
+
value: 'America/Argentina/Buenos_Aires',
|
24
|
+
label: 'Argentina Time (No DST)',
|
25
|
+
},
|
15
26
|
// Europe
|
16
27
|
{ value: 'Europe/London', label: 'UK Time' },
|
17
28
|
{ value: 'Europe/Berlin', label: 'Central Europe Time' },
|
@@ -34,4 +45,6 @@ exports.timezoneChoices = [
|
|
34
45
|
{ value: 'Australia/Adelaide', label: 'Central Australia Time' },
|
35
46
|
{ value: 'Australia/Sydney', label: 'Eastern Australia Time' },
|
36
47
|
{ value: 'Pacific/Auckland', label: 'New Zealand Time' },
|
48
|
+
// No-DST in Oceania
|
49
|
+
{ value: 'Pacific/Port_Moresby', label: 'Papua New Guinea Time (No DST)' },
|
37
50
|
];
|