ps-toolkit-ui 1.6.96 → 1.6.97
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/bundles/ps-toolkit-ui.umd.js +6 -0
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/classes/request.class.js +7 -1
- package/fesm2015/ps-toolkit-ui.js +6 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -1447,6 +1447,9 @@
|
|
|
1447
1447
|
if (res.status === exports.ResultStatusEnum.NotRegistered) {
|
|
1448
1448
|
m = 'FormBaseErrorNotRegistered';
|
|
1449
1449
|
}
|
|
1450
|
+
else if (res.status === exports.ResultStatusEnum.ExpiredRegistered) {
|
|
1451
|
+
m = 'FormBaseErrorExpiredRegistered';
|
|
1452
|
+
}
|
|
1450
1453
|
else if (res.status === exports.ResultStatusEnum.Unauthorized) {
|
|
1451
1454
|
m = 'FormBaseErrorExpired';
|
|
1452
1455
|
}
|
|
@@ -1514,6 +1517,9 @@
|
|
|
1514
1517
|
if (res.status === exports.ResultStatusEnum.NotRegistered) {
|
|
1515
1518
|
m = 'FormBaseErrorNotRegistered';
|
|
1516
1519
|
}
|
|
1520
|
+
else if (res.status === exports.ResultStatusEnum.ExpiredRegistered) {
|
|
1521
|
+
m = 'FormBaseErrorExpiredRegistered';
|
|
1522
|
+
}
|
|
1517
1523
|
else if (res.status === exports.ResultStatusEnum.Unauthorized) {
|
|
1518
1524
|
m = 'FormBaseErrorExpired';
|
|
1519
1525
|
}
|