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 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
@@ -844,6 +844,7 @@ const CONST = {
844
844
  REPORT_CARD_FRAUD: 'report_card_fraud',
845
845
  ISSUE_CARD: 'issue_card',
846
846
  UPDATE_CARD: 'update_card',
847
+ UPDATE_PERSONAL_DETAILS: 'update_personal_details',
847
848
  },
848
849
  EXPENSIFY_CARD: {
849
850
  FEED_NAME: 'Expensify Card',
@@ -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
@@ -839,6 +839,7 @@ const CONST = {
839
839
  REPORT_CARD_FRAUD: 'report_card_fraud',
840
840
  ISSUE_CARD: 'issue_card',
841
841
  UPDATE_CARD: 'update_card',
842
+ UPDATE_PERSONAL_DETAILS: 'update_personal_details',
842
843
  },
843
844
  EXPENSIFY_CARD: {
844
845
  FEED_NAME: 'Expensify Card',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expensify-common",
3
- "version": "2.0.201",
3
+ "version": "2.0.202",
4
4
  "author": "Expensify, Inc.",
5
5
  "description": "Expensify libraries and components shared across different repos",
6
6
  "homepage": "https://expensify.com",