BREAKING CHANGE(core): switch to esm and allow specification of redirect url

This commit is contained in:
2022-04-18 18:54:53 +02:00
parent bdd7419d3d
commit dca6f9ef0b
10 changed files with 5562 additions and 13937 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
import * as plugins from './tink.plugins';
import * as plugins from './tink.plugins.js';
import { TinkUser } from './tink.classes.tinkuser';
import { TinkUser } from './tink.classes.tinkuser.js';
/**
* a provider consent maps to tinks bank consents
@@ -19,8 +19,8 @@ export class TinkProviderConsent {
urlArg: '/api/v1/provider-consents',
accessToken,
methodArg: 'GET',
payloadArg: null
})
payloadArg: null,
});
console.log(responseData);
return returnProviderConsents;
}