@compassdigital/sdk.typescript 4.59.0 → 4.61.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.
@@ -117,6 +117,8 @@ export interface GetMealplanPath {
117
117
  }
118
118
 
119
119
  export interface GetMealplanQuery {
120
+ // Retrieve all tenders from the get_mealplan call. Defaults to false
121
+ all_tenders?: boolean;
120
122
  // Graphql query string
121
123
  _query?: string;
122
124
  }