@undp/carbon-library 1.0.280-CARBON-412.41 → 1.0.280-CARBON-412.43
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/esm/index.js
CHANGED
@@ -15337,11 +15337,11 @@ var Loading = function () {
|
|
15337
15337
|
var GuaranteePayback;
|
15338
15338
|
(function (GuaranteePayback) {
|
15339
15339
|
GuaranteePayback["UPFORNT"] = "Upfront";
|
15340
|
-
GuaranteePayback["ANNUAL"] = "
|
15340
|
+
GuaranteePayback["ANNUAL"] = "Annual";
|
15341
15341
|
})(GuaranteePayback || (GuaranteePayback = {}));
|
15342
15342
|
var InsurancePayback;
|
15343
15343
|
(function (InsurancePayback) {
|
15344
|
-
InsurancePayback["LUMPSUM"] = "
|
15344
|
+
InsurancePayback["LUMPSUM"] = "Lump Sum";
|
15345
15345
|
InsurancePayback["ANNUAL"] = "Annual";
|
15346
15346
|
})(InsurancePayback || (InsurancePayback = {}));
|
15347
15347
|
|