expensify-common 2.0.201 → 2.0.202
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/CONST.d.ts +1 -0
- package/dist/CONST.js +1 -0
- package/dist/esm/CONST.d.ts +1 -0
- package/dist/esm/CONST.js +1 -0
- package/package.json +1 -1
package/dist/CONST.d.ts
CHANGED
|
@@ -801,6 +801,7 @@ declare const CONST: {
|
|
|
801
801
|
readonly REPORT_CARD_FRAUD: "report_card_fraud";
|
|
802
802
|
readonly ISSUE_CARD: "issue_card";
|
|
803
803
|
readonly UPDATE_CARD: "update_card";
|
|
804
|
+
readonly UPDATE_PERSONAL_DETAILS: "update_personal_details";
|
|
804
805
|
};
|
|
805
806
|
readonly EXPENSIFY_CARD: {
|
|
806
807
|
readonly FEED_NAME: "Expensify Card";
|
package/dist/CONST.js
CHANGED
package/dist/esm/CONST.d.ts
CHANGED
|
@@ -801,6 +801,7 @@ declare const CONST: {
|
|
|
801
801
|
readonly REPORT_CARD_FRAUD: "report_card_fraud";
|
|
802
802
|
readonly ISSUE_CARD: "issue_card";
|
|
803
803
|
readonly UPDATE_CARD: "update_card";
|
|
804
|
+
readonly UPDATE_PERSONAL_DETAILS: "update_personal_details";
|
|
804
805
|
};
|
|
805
806
|
readonly EXPENSIFY_CARD: {
|
|
806
807
|
readonly FEED_NAME: "Expensify Card";
|
package/dist/esm/CONST.js
CHANGED