@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/cjs/index.js
CHANGED
@@ -15357,11 +15357,11 @@ var Loading = function () {
|
|
15357
15357
|
var GuaranteePayback;
|
15358
15358
|
(function (GuaranteePayback) {
|
15359
15359
|
GuaranteePayback["UPFORNT"] = "Upfront";
|
15360
|
-
GuaranteePayback["ANNUAL"] = "
|
15360
|
+
GuaranteePayback["ANNUAL"] = "Annual";
|
15361
15361
|
})(GuaranteePayback || (GuaranteePayback = {}));
|
15362
15362
|
var InsurancePayback;
|
15363
15363
|
(function (InsurancePayback) {
|
15364
|
-
InsurancePayback["LUMPSUM"] = "
|
15364
|
+
InsurancePayback["LUMPSUM"] = "Lump Sum";
|
15365
15365
|
InsurancePayback["ANNUAL"] = "Annual";
|
15366
15366
|
})(InsurancePayback || (InsurancePayback = {}));
|
15367
15367
|
|