mailmeteor 0.0.12 → 0.0.14
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/index.cjs +8 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.mjs +8 -1
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.d.ts +6 -0
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -22,7 +22,13 @@ export declare class Mailmeteor {
|
|
|
22
22
|
constructor(key: string, config?: MailmeteorConfig);
|
|
23
23
|
/**
|
|
24
24
|
* Update the API key for authentication
|
|
25
|
+
* @param key - The new API key to use for authentication.
|
|
25
26
|
*/
|
|
26
27
|
setApiKey(key: string): void;
|
|
28
|
+
/**
|
|
29
|
+
* Update the base URL for the API. Useful for testing and debugging.
|
|
30
|
+
* @param baseUrl - The new base URL to use for API requests.
|
|
31
|
+
*/
|
|
32
|
+
setApiBaseUrl(baseUrl: string): void;
|
|
27
33
|
}
|
|
28
34
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,OAAO,EACP,YAAY,EACZ,aAAa,EACb,QAAQ,EACR,KAAK,EACN,MAAM,yBAAyB,CAAA;AAEhC,OAAO,KAAK,eAAe,MAAM,2BAA2B,CAAA;AAqB5D,MAAM,WAAW,gBAAgB;IAC/B;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB;AAED;;GAEG;AACH,qBAAa,UAAU;IACrB,OAAO,CAAC,MAAM,CAAQ;IAEtB,SAAgB,aAAa,EAAE,aAAa,CAAA;IAC5C,SAAgB,mBAAmB,EAAE,mBAAmB,CAAA;IACxD,SAAgB,OAAO,EAAE,OAAO,CAAA;IAChC,SAAgB,YAAY,EAAE,YAAY,CAAA;IAC1C,SAAgB,aAAa,EAAE,aAAa,CAAA;IAC5C,SAAgB,KAAK,EAAE,KAAK,CAAA;IAC5B,SAAgB,QAAQ,EAAE,QAAQ,CAAA;gBAEtB,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,gBAAgB;IAwBlD
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,OAAO,EACP,YAAY,EACZ,aAAa,EACb,QAAQ,EACR,KAAK,EACN,MAAM,yBAAyB,CAAA;AAEhC,OAAO,KAAK,eAAe,MAAM,2BAA2B,CAAA;AAqB5D,MAAM,WAAW,gBAAgB;IAC/B;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB;AAED;;GAEG;AACH,qBAAa,UAAU;IACrB,OAAO,CAAC,MAAM,CAAQ;IAEtB,SAAgB,aAAa,EAAE,aAAa,CAAA;IAC5C,SAAgB,mBAAmB,EAAE,mBAAmB,CAAA;IACxD,SAAgB,OAAO,EAAE,OAAO,CAAA;IAChC,SAAgB,YAAY,EAAE,YAAY,CAAA;IAC1C,SAAgB,aAAa,EAAE,aAAa,CAAA;IAC5C,SAAgB,KAAK,EAAE,KAAK,CAAA;IAC5B,SAAgB,QAAQ,EAAE,QAAQ,CAAA;gBAEtB,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,gBAAgB;IAwBlD;;;OAGG;IACI,SAAS,CAAC,GAAG,EAAE,MAAM;IAa5B;;;OAGG;IACI,aAAa,CAAC,OAAO,EAAE,MAAM;CAQrC"}
|