@open-tender/types 0.2.85 → 0.2.86

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.
@@ -61,7 +61,7 @@ export interface LoyaltyTier {
61
61
  value: any;
62
62
  }
63
63
  export declare type LoyaltyTiers = LoyaltyTier[];
64
- export interface CustomerLoyalty {
64
+ export interface LoyaltyProgram {
65
65
  credit: LoyaltyCredit | null;
66
66
  description: string;
67
67
  loyalty_type: LoyaltyType;
@@ -75,4 +75,4 @@ export interface CustomerLoyalty {
75
75
  tiers: LoyaltyTiers;
76
76
  towards: string | null;
77
77
  }
78
- export declare type CustomerLoyalties = CustomerLoyalty[];
78
+ export declare type LoyaltyPrograms = LoyaltyProgram[];
@@ -61,7 +61,7 @@ export interface LoyaltyTier {
61
61
  value: any;
62
62
  }
63
63
  export declare type LoyaltyTiers = LoyaltyTier[];
64
- export interface CustomerLoyalty {
64
+ export interface LoyaltyProgram {
65
65
  credit: LoyaltyCredit | null;
66
66
  description: string;
67
67
  loyalty_type: LoyaltyType;
@@ -75,4 +75,4 @@ export interface CustomerLoyalty {
75
75
  tiers: LoyaltyTiers;
76
76
  towards: string | null;
77
77
  }
78
- export declare type CustomerLoyalties = CustomerLoyalty[];
78
+ export declare type LoyaltyPrograms = LoyaltyProgram[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.2.85",
3
+ "version": "0.2.86",
4
4
  "description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",