@tripian/core 6.0.64 → 6.0.65

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.
package/api/API.d.ts CHANGED
@@ -168,7 +168,7 @@ declare class API {
168
168
  /**
169
169
  * Logs
170
170
  */
171
- log: (message: string, dataPayload?: any) => Promise<any>;
171
+ log: (message: string, dataPayload?: any, type?: 'ERROR' | 'WARNING' | 'INFO') => Promise<any>;
172
172
  /**
173
173
  * COMBO
174
174
  */