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