@divvydiary/divvydiary-json-schemas 1.2.21 → 1.2.23

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divvydiary/divvydiary-json-schemas",
3
- "version": "1.2.21",
3
+ "version": "1.2.23",
4
4
  "description": "JSON Schemas for DivvyDiary.com",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -372,6 +372,268 @@
372
372
  "nullable": true,
373
373
  "enum": [null, "ETF", "EQUITY", "FUND", "INDEX"],
374
374
  "example": "EQUITY"
375
+ },
376
+ "country": {
377
+ "type": "string",
378
+ "nullable": true,
379
+ "enum": [
380
+ null,
381
+ "AC",
382
+ "AD",
383
+ "AE",
384
+ "AF",
385
+ "AG",
386
+ "AI",
387
+ "AL",
388
+ "AM",
389
+ "AO",
390
+ "AQ",
391
+ "AR",
392
+ "AS",
393
+ "AT",
394
+ "AU",
395
+ "AW",
396
+ "AX",
397
+ "AZ",
398
+ "BA",
399
+ "BB",
400
+ "BD",
401
+ "BE",
402
+ "BF",
403
+ "BG",
404
+ "BH",
405
+ "BI",
406
+ "BJ",
407
+ "BL",
408
+ "BM",
409
+ "BN",
410
+ "BO",
411
+ "BQ",
412
+ "BR",
413
+ "BS",
414
+ "BT",
415
+ "BV",
416
+ "BW",
417
+ "BY",
418
+ "BZ",
419
+ "CA",
420
+ "CC",
421
+ "CD",
422
+ "CF",
423
+ "CG",
424
+ "CH",
425
+ "CI",
426
+ "CK",
427
+ "CL",
428
+ "CM",
429
+ "CN",
430
+ "CO",
431
+ "CR",
432
+ "CU",
433
+ "CV",
434
+ "CW",
435
+ "CX",
436
+ "CY",
437
+ "CZ",
438
+ "DE",
439
+ "DJ",
440
+ "DK",
441
+ "DM",
442
+ "DO",
443
+ "DZ",
444
+ "EC",
445
+ "EE",
446
+ "EG",
447
+ "EH",
448
+ "ER",
449
+ "ES",
450
+ "ET",
451
+ "EU",
452
+ "FI",
453
+ "FJ",
454
+ "FK",
455
+ "FM",
456
+ "FO",
457
+ "FR",
458
+ "GA",
459
+ "GB",
460
+ "GD",
461
+ "GE",
462
+ "GF",
463
+ "GG",
464
+ "GH",
465
+ "GI",
466
+ "GL",
467
+ "GM",
468
+ "GN",
469
+ "GP",
470
+ "GQ",
471
+ "GR",
472
+ "GS",
473
+ "GT",
474
+ "GU",
475
+ "GW",
476
+ "GY",
477
+ "HK",
478
+ "HM",
479
+ "HN",
480
+ "HR",
481
+ "HT",
482
+ "HU",
483
+ "IC",
484
+ "ID",
485
+ "IE",
486
+ "IL",
487
+ "IM",
488
+ "IN",
489
+ "IO",
490
+ "IQ",
491
+ "IR",
492
+ "IS",
493
+ "IT",
494
+ "JE",
495
+ "JM",
496
+ "JO",
497
+ "JP",
498
+ "KE",
499
+ "KG",
500
+ "KH",
501
+ "KI",
502
+ "KM",
503
+ "KN",
504
+ "KP",
505
+ "KR",
506
+ "KW",
507
+ "KY",
508
+ "KZ",
509
+ "LA",
510
+ "LB",
511
+ "LC",
512
+ "LI",
513
+ "LK",
514
+ "LR",
515
+ "LS",
516
+ "LT",
517
+ "LU",
518
+ "LV",
519
+ "LY",
520
+ "MA",
521
+ "MC",
522
+ "MD",
523
+ "ME",
524
+ "MF",
525
+ "MG",
526
+ "MH",
527
+ "MK",
528
+ "ML",
529
+ "MM",
530
+ "MN",
531
+ "MO",
532
+ "MP",
533
+ "MQ",
534
+ "MR",
535
+ "MS",
536
+ "MT",
537
+ "MU",
538
+ "MV",
539
+ "MW",
540
+ "MX",
541
+ "MY",
542
+ "MZ",
543
+ "NA",
544
+ "NC",
545
+ "NE",
546
+ "NF",
547
+ "NG",
548
+ "NI",
549
+ "NL",
550
+ "NO",
551
+ "NP",
552
+ "NR",
553
+ "NU",
554
+ "NZ",
555
+ "OM",
556
+ "PA",
557
+ "PE",
558
+ "PF",
559
+ "PG",
560
+ "PH",
561
+ "PK",
562
+ "PL",
563
+ "PM",
564
+ "PN",
565
+ "PR",
566
+ "PS",
567
+ "PT",
568
+ "PW",
569
+ "PY",
570
+ "QA",
571
+ "RE",
572
+ "RO",
573
+ "RS",
574
+ "RU",
575
+ "RW",
576
+ "SA",
577
+ "SB",
578
+ "SC",
579
+ "SD",
580
+ "SE",
581
+ "SG",
582
+ "SH",
583
+ "SI",
584
+ "SJ",
585
+ "SK",
586
+ "SL",
587
+ "SM",
588
+ "SN",
589
+ "SO",
590
+ "SR",
591
+ "SS",
592
+ "ST",
593
+ "SV",
594
+ "SX",
595
+ "SY",
596
+ "SZ",
597
+ "TA",
598
+ "TC",
599
+ "TD",
600
+ "TF",
601
+ "TG",
602
+ "TH",
603
+ "TJ",
604
+ "TK",
605
+ "TL",
606
+ "TM",
607
+ "TN",
608
+ "TO",
609
+ "TR",
610
+ "TT",
611
+ "TV",
612
+ "TW",
613
+ "TZ",
614
+ "UA",
615
+ "UG",
616
+ "UM",
617
+ "US",
618
+ "UY",
619
+ "UZ",
620
+ "VA",
621
+ "VC",
622
+ "VE",
623
+ "VG",
624
+ "VI",
625
+ "VN",
626
+ "VU",
627
+ "WF",
628
+ "WS",
629
+ "XK",
630
+ "YE",
631
+ "YT",
632
+ "ZA",
633
+ "ZM",
634
+ "ZW"
635
+ ],
636
+ "example": "DE"
375
637
  }
376
638
  }
377
639
  }
@@ -105,6 +105,9 @@
105
105
  },
106
106
  "securityType": {
107
107
  "$ref": "https://divvydiary.com/schemas/defs.json#/properties/securityType"
108
+ },
109
+ "country": {
110
+ "$ref": "https://divvydiary.com/schemas/defs.json#/properties/country"
108
111
  }
109
112
  }
110
113
  }
@@ -91,6 +91,9 @@
91
91
  },
92
92
  "securityType": {
93
93
  "$ref": "https://divvydiary.com/schemas/defs.json#/properties/securityType"
94
+ },
95
+ "country": {
96
+ "$ref": "https://divvydiary.com/schemas/defs.json#/properties/country"
94
97
  }
95
98
  }
96
99
  }
@@ -65,7 +65,10 @@
65
65
  "format": "uuid",
66
66
  "nullable": true
67
67
  },
68
- "plan": { "type": "string", "enum": ["free", "monthly", "yearly"] },
68
+ "plan": {
69
+ "type": "string",
70
+ "enum": ["free", "promo", "monthly", "yearly"]
71
+ },
69
72
  "taxes": { "type": "boolean" },
70
73
  "defaultTaxRate": {
71
74
  "$ref": "https://divvydiary.com/schemas/defs.json#/properties/taxRate"