Skip to content

Commit

Permalink
fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
narefyev91 committed Sep 11, 2024
1 parent 1b79469 commit 98efbce
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2474,22 +2474,6 @@ const CONST = {
RESTRICT: 'corporate',
ALLOW: 'personal',
},
},
AVATAR_ROW_SIZE: {
DEFAULT: 4,
LARGE_SCREEN: 8,
},
OPTION_MODE: {
COMPACT: 'compact',
DEFAULT: 'default',
},
SUBSCRIPTION: {
TYPE: {
ANNUAL: 'yearly2018',
PAYPERUSE: 'monthly2018',
},
},
COMPANY_CARDS: {
EXPORT_CARD_TYPES: {
/**
* Name of Card NVP for QBO custom export accounts
Expand Down Expand Up @@ -2575,6 +2559,20 @@ const CONST = {
NVP_FINANCIALFORCE_EXPORT_VENDOR_POLICY_ID: 'financialforce_export_vendor_policy_id',
},
},
AVATAR_ROW_SIZE: {
DEFAULT: 4,
LARGE_SCREEN: 8,
},
OPTION_MODE: {
COMPACT: 'compact',
DEFAULT: 'default',
},
SUBSCRIPTION: {
TYPE: {
ANNUAL: 'yearly2018',
PAYPERUSE: 'monthly2018',
},
},
REGEX: {
SPECIAL_CHARS_WITHOUT_NEWLINE: /((?!\n)[()-\s\t])/g,
DIGITS_AND_PLUS: /^\+?[0-9]*$/,
Expand Down

0 comments on commit 98efbce

Please sign in to comment.