expensify-common 2.0.198 → 2.0.199
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 +2 -0
- package/dist/CONST.js +2 -0
- package/dist/esm/CONST.d.ts +2 -0
- package/dist/esm/CONST.js +2 -0
- package/package.json +1 -1
package/dist/CONST.d.ts
CHANGED
|
@@ -799,6 +799,8 @@ declare const CONST: {
|
|
|
799
799
|
readonly REPLACE_CARD: "replace_card";
|
|
800
800
|
readonly SHIP_CARD: "ship_card";
|
|
801
801
|
readonly REPORT_CARD_FRAUD: "report_card_fraud";
|
|
802
|
+
readonly ISSUE_CARD: "issue_card";
|
|
803
|
+
readonly UPDATE_CARD: "update_card";
|
|
802
804
|
};
|
|
803
805
|
readonly EXPENSIFY_CARD: {
|
|
804
806
|
readonly FEED_NAME: "Expensify Card";
|
package/dist/CONST.js
CHANGED
package/dist/esm/CONST.d.ts
CHANGED
|
@@ -799,6 +799,8 @@ declare const CONST: {
|
|
|
799
799
|
readonly REPLACE_CARD: "replace_card";
|
|
800
800
|
readonly SHIP_CARD: "ship_card";
|
|
801
801
|
readonly REPORT_CARD_FRAUD: "report_card_fraud";
|
|
802
|
+
readonly ISSUE_CARD: "issue_card";
|
|
803
|
+
readonly UPDATE_CARD: "update_card";
|
|
802
804
|
};
|
|
803
805
|
readonly EXPENSIFY_CARD: {
|
|
804
806
|
readonly FEED_NAME: "Expensify Card";
|
package/dist/esm/CONST.js
CHANGED