@compassdigital/sdk.typescript 4.96.0 → 4.98.0

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.
@@ -13,7 +13,6 @@ export interface Error {
13
13
  }
14
14
 
15
15
  export interface Tender {
16
- // tender
17
16
  id?: string;
18
17
  name?: string;
19
18
  balance?: number;
@@ -225,7 +224,6 @@ export interface DeleteMealplanTenderBody {
225
224
  }
226
225
 
227
226
  export interface DeleteMealplanTenderResponse {
228
- // tender
229
227
  id?: string;
230
228
  name?: string;
231
229
  balance?: number;
@@ -321,7 +319,6 @@ export interface PostMealplanAuthorizeBody {
321
319
  }
322
320
 
323
321
  export interface PostMealplanAuthorizeResponse {
324
- // tender
325
322
  id?: string;
326
323
  name?: string;
327
324
  balance?: number;