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 +1 -1
- package/dist/dist/index.d.ts +2 -1
- package/dist/index.js +4 -4
- package/dist/src/Services/Gmail/index.d.ts +18 -0
- package/package.json +1 -1
package/dist/.build-ok
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.
|
|
1
|
+
0.9.901
|
package/dist/dist/index.d.ts
CHANGED
|
@@ -5971,7 +5971,8 @@ export class GmailService {
|
|
|
5971
5971
|
initialized: boolean;
|
|
5972
5972
|
credentialsFingerprint: string;
|
|
5973
5973
|
reconfigure(config: any): void;
|
|
5974
|
-
|
|
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;
|