Skip to content

Commit

Permalink
feat: update types for loyalty program
Browse files Browse the repository at this point in the history
  • Loading branch information
AbleKSaju committed Aug 22, 2024
1 parent 71bd519 commit 9a3a613
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions models/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export enum ModelNameEnum {
NumberSeries = 'NumberSeries',
Lead = 'Lead',
Party = 'Party',
LoyaltyProgram = 'LoyaltyProgram',
LoyaltyPointEntry = 'LoyaltyPointEntry',
CollectionRulesItems = 'CollectionRulesItems',
Payment = 'Payment',
PaymentFor = 'PaymentFor',
PriceList = 'PriceList',
Expand Down

0 comments on commit 9a3a613

Please sign in to comment.