expensify-common 2.0.184 → 2.0.186
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 +6 -0
- package/dist/CONST.js +6 -0
- package/package.json +2 -2
package/dist/CONST.d.ts
CHANGED
|
@@ -790,6 +790,12 @@ declare const CONST: {
|
|
|
790
790
|
readonly WEB: "login";
|
|
791
791
|
readonly MOBILE: "device";
|
|
792
792
|
};
|
|
793
|
+
readonly VALIDATE_CODE_REASONS: {
|
|
794
|
+
readonly SIGN_IN: "sign_in";
|
|
795
|
+
readonly ADD_CONTACT_METHOD: "add_contact_method";
|
|
796
|
+
readonly VALIDATE_ACCOUNT: "validate_account";
|
|
797
|
+
readonly REVEAL_CARD_DETAILS: "reveal_card_details";
|
|
798
|
+
};
|
|
793
799
|
readonly EXPENSIFY_CARD: {
|
|
794
800
|
readonly FEED_NAME: "Expensify Card";
|
|
795
801
|
readonly FRAUD_STATES: {
|
package/dist/CONST.js
CHANGED
|
@@ -833,6 +833,12 @@ const CONST = {
|
|
|
833
833
|
WEB: 'login',
|
|
834
834
|
MOBILE: 'device',
|
|
835
835
|
},
|
|
836
|
+
VALIDATE_CODE_REASONS: {
|
|
837
|
+
SIGN_IN: 'sign_in',
|
|
838
|
+
ADD_CONTACT_METHOD: 'add_contact_method',
|
|
839
|
+
VALIDATE_ACCOUNT: 'validate_account',
|
|
840
|
+
REVEAL_CARD_DETAILS: 'reveal_card_details',
|
|
841
|
+
},
|
|
836
842
|
EXPENSIFY_CARD: {
|
|
837
843
|
FEED_NAME: 'Expensify Card',
|
|
838
844
|
// The following variables must be kept up to date with the Card::FraudState constants found in Auth
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expensify-common",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.186",
|
|
4
4
|
"author": "Expensify, Inc.",
|
|
5
5
|
"description": "Expensify libraries and components shared across different repos",
|
|
6
6
|
"homepage": "https://expensify.com",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"babel-jest": "^29.0.0",
|
|
59
59
|
"babelify": "10.0.0",
|
|
60
60
|
"eslint": "^9.36.0",
|
|
61
|
-
"eslint-config-expensify": "4.0.
|
|
61
|
+
"eslint-config-expensify": "4.0.4",
|
|
62
62
|
"eslint-config-prettier": "^10.1.5",
|
|
63
63
|
"eslint-import-resolver-typescript": "^4.4.5",
|
|
64
64
|
"eslint-plugin-prettier": "^5.2.1",
|