@messaia/cdk 19.0.0-rc11 → 19.0.0-rc12

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.
@@ -1469,6 +1469,7 @@ var Salutation;
1469
1469
  Salutation[Salutation["Unknown"] = 0] = "Unknown";
1470
1470
  Salutation[Salutation["Female"] = 1] = "Female";
1471
1471
  Salutation[Salutation["Male"] = 2] = "Male";
1472
+ Salutation[Salutation["Others"] = 3] = "Others";
1472
1473
  })(Salutation || (Salutation = {}));
1473
1474
 
1474
1475
  /**