@feedmepos/mf-payment 0.0.0-beta.32 → 0.0.0-beta.34

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-payment",
3
- "version": "0.0.0-beta.32",
3
+ "version": "0.0.0-beta.34",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -1,7 +0,0 @@
1
- declare function getCustomToken(token: string): Promise<any>;
2
- declare function getIdToken(customToken: string): Promise<any>;
3
- export declare const AuthApi: {
4
- getCustomToken: typeof getCustomToken;
5
- getIdToken: typeof getIdToken;
6
- };
7
- export {};