@singi-labs/sifa-sdk 0.12.61 → 0.12.62

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/dist/index.cjs CHANGED
@@ -448,6 +448,17 @@ var EMPLOYMENT_TYPE_GROUPS = [
448
448
  { value: "id.sifa.defs#fellowship", label: "Fellowship" },
449
449
  { value: "id.sifa.defs#trainee", label: "Trainee" }
450
450
  ]
451
+ },
452
+ // A non-executive director is normally not an employee, and neither is a volunteer:
453
+ // this axis was never payroll-only. These roles carry a title, duties and a term, so
454
+ // they belong on a position rather than on the investment record.
455
+ {
456
+ label: "Governance & advisory",
457
+ items: [
458
+ { value: "id.sifa.defs#boardMember", label: "Board member" },
459
+ { value: "id.sifa.defs#boardObserver", label: "Board observer" },
460
+ { value: "id.sifa.defs#advisor", label: "Advisor" }
461
+ ]
451
462
  }
452
463
  ];
453
464
  var EMPLOYMENT_TYPE_LABELS = {
@@ -5648,7 +5659,7 @@ function describeSifaRecord(collection, value) {
5648
5659
  }
5649
5660
 
5650
5661
  // src/index.ts
5651
- var SIFA_SDK_VERSION = "0.12.61";
5662
+ var SIFA_SDK_VERSION = "0.12.62";
5652
5663
 
5653
5664
  exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
5654
5665
  exports.ACTIVITY_VERBS = ACTIVITY_VERBS;