nucleus-core-ts 0.9.899 → 0.9.901

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/dist/.build-ok CHANGED
@@ -1 +1 @@
1
- 0.9.899
1
+ 0.9.901
@@ -5971,7 +5971,8 @@ export class GmailService {
5971
5971
  initialized: boolean;
5972
5972
  credentialsFingerprint: string;
5973
5973
  reconfigure(config: any): void;
5974
- encodeHeaderValue(value: any): any;
5974
+ sanitizeHeaderValue(value: any): any;
5975
+ encodeHeaderValue(rawValue: any): any;
5975
5976
  isAvailable(): boolean;
5976
5977
  initialize(config: any): void;
5977
5978
  createEmailMessage(payload: any): string;