Skip to content
Merged

LEM v4 #1544

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/services/legalEntityManagement/businessLinesApi.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -24,7 +24,7 @@ import { BusinessLineInfoUpdate } from "../../typings/legalEntityManagement/mode
*/
export class BusinessLinesApi extends Service {

private readonly API_BASEPATH: string = "https://kyc-test.adyen.com/lem/v3";
private readonly API_BASEPATH: string = "https://kyc-test.adyen.com/lem/v4";
private baseUrl: string;

public constructor(client: Client){
Expand Down
4 changes: 2 additions & 2 deletions src/services/legalEntityManagement/documentsApi.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -22,7 +22,7 @@ import { Document } from "../../typings/legalEntityManagement/models";
*/
export class DocumentsApi extends Service {

private readonly API_BASEPATH: string = "https://kyc-test.adyen.com/lem/v3";
private readonly API_BASEPATH: string = "https://kyc-test.adyen.com/lem/v4";
private baseUrl: string;

public constructor(client: Client){
Expand Down
4 changes: 2 additions & 2 deletions src/services/legalEntityManagement/hostedOnboardingApi.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -25,7 +25,7 @@ import { OnboardingThemes } from "../../typings/legalEntityManagement/models";
*/
export class HostedOnboardingApi extends Service {

private readonly API_BASEPATH: string = "https://kyc-test.adyen.com/lem/v3";
private readonly API_BASEPATH: string = "https://kyc-test.adyen.com/lem/v4";
private baseUrl: string;

public constructor(client: Client){
Expand Down
2 changes: 1 addition & 1 deletion src/services/legalEntityManagement/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
4 changes: 2 additions & 2 deletions src/services/legalEntityManagement/legalEntitiesApi.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -27,7 +27,7 @@ import { VerificationErrors } from "../../typings/legalEntityManagement/models";
*/
export class LegalEntitiesApi extends Service {

private readonly API_BASEPATH: string = "https://kyc-test.adyen.com/lem/v3";
private readonly API_BASEPATH: string = "https://kyc-test.adyen.com/lem/v4";
private baseUrl: string;

public constructor(client: Client){
Expand Down
4 changes: 2 additions & 2 deletions src/services/legalEntityManagement/pCIQuestionnairesApi.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -29,7 +29,7 @@ import { PciSigningResponse } from "../../typings/legalEntityManagement/models";
*/
export class PCIQuestionnairesApi extends Service {

private readonly API_BASEPATH: string = "https://kyc-test.adyen.com/lem/v3";
private readonly API_BASEPATH: string = "https://kyc-test.adyen.com/lem/v4";
private baseUrl: string;

public constructor(client: Client){
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -23,7 +23,7 @@ import { SetTaxElectronicDeliveryConsentRequest } from "../../typings/legalEntit
*/
export class TaxEDeliveryConsentApi extends Service {

private readonly API_BASEPATH: string = "https://kyc-test.adyen.com/lem/v3";
private readonly API_BASEPATH: string = "https://kyc-test.adyen.com/lem/v4";
private baseUrl: string;

public constructor(client: Client){
Expand Down
4 changes: 2 additions & 2 deletions src/services/legalEntityManagement/termsOfServiceApi.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -28,7 +28,7 @@ import { GetTermsOfServiceDocumentResponse } from "../../typings/legalEntityMana
*/
export class TermsOfServiceApi extends Service {

private readonly API_BASEPATH: string = "https://kyc-test.adyen.com/lem/v3";
private readonly API_BASEPATH: string = "https://kyc-test.adyen.com/lem/v4";
private baseUrl: string;

public constructor(client: Client){
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -23,7 +23,7 @@ import { TransferInstrumentInfo } from "../../typings/legalEntityManagement/mode
*/
export class TransferInstrumentsApi extends Service {

private readonly API_BASEPATH: string = "https://kyc-test.adyen.com/lem/v3";
private readonly API_BASEPATH: string = "https://kyc-test.adyen.com/lem/v4";
private baseUrl: string;

public constructor(client: Client){
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/typings/legalEntityManagement/address.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/typings/legalEntityManagement/amount.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/typings/legalEntityManagement/attachment.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/typings/legalEntityManagement/bankAccountInfo.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/typings/legalEntityManagement/birthData.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
23 changes: 3 additions & 20 deletions src/typings/legalEntityManagement/businessLine.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -14,13 +14,6 @@ import { WebDataExemption } from "./webDataExemption";


export class BusinessLine {
/**
* The capability for which you are creating the business line. Possible values: **receivePayments**, **receiveFromPlatformPayments**, **issueBankAccount**
*
* @deprecated since Legal Entity Management API v3
* Use `service` instead.
*/
"capability"?: BusinessLine.CapabilityEnum;
/**
* The unique identifier of the business line.
*/
Expand All @@ -42,7 +35,7 @@ export class BusinessLine {
*/
"salesChannels"?: Array<string>;
/**
* The service for which you are creating the business line. Possible values: * **paymentProcessing** * **banking**
* The service for which you are creating the business line. Possible values: * **paymentProcessing** * **issuing** * **banking**
*/
"service": BusinessLine.ServiceEnum;
"sourceOfFunds"?: SourceOfFunds | null;
Expand All @@ -57,12 +50,6 @@ export class BusinessLine {
static readonly mapping: {[index: string]: string} | undefined = undefined;

static readonly attributeTypeMap: Array<{name: string, baseName: string, type: string, format: string}> = [
{
"name": "capability",
"baseName": "capability",
"type": "BusinessLine.CapabilityEnum",
"format": ""
},
{
"name": "id",
"baseName": "id",
Expand Down Expand Up @@ -127,13 +114,9 @@ export class BusinessLine {
}

export namespace BusinessLine {
export enum CapabilityEnum {
ReceivePayments = 'receivePayments',
ReceiveFromPlatformPayments = 'receiveFromPlatformPayments',
IssueBankAccount = 'issueBankAccount'
}
export enum ServiceEnum {
PaymentProcessing = 'paymentProcessing',
Issuing = 'issuing',
Banking = 'banking'
}
}
23 changes: 3 additions & 20 deletions src/typings/legalEntityManagement/businessLineInfo.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -13,13 +13,6 @@ import { WebDataExemption } from "./webDataExemption";


export class BusinessLineInfo {
/**
* The capability for which you are creating the business line. Possible values: **receivePayments**, **receiveFromPlatformPayments**, **issueBankAccount**
*
* @deprecated since Legal Entity Management API v3
* Use `service` instead.
*/
"capability"?: BusinessLineInfo.CapabilityEnum;
/**
* A code that represents the industry of the legal entity for [marketplaces](https://docs.adyen.com/marketplaces/verification-requirements/reference-additional-products/#list-industry-codes) or [platforms](https://docs.adyen.com/platforms/verification-requirements/reference-additional-products/#list-industry-codes). For example, **4431A** for computer software stores.
*/
Expand All @@ -33,7 +26,7 @@ export class BusinessLineInfo {
*/
"salesChannels"?: Array<string>;
/**
* The service for which you are creating the business line. Possible values: * **paymentProcessing** * **banking**
* The service for which you are creating the business line. Possible values: * **paymentProcessing** * **issuing** * **banking**
*/
"service": BusinessLineInfo.ServiceEnum;
"sourceOfFunds"?: SourceOfFunds | null;
Expand All @@ -48,12 +41,6 @@ export class BusinessLineInfo {
static readonly mapping: {[index: string]: string} | undefined = undefined;

static readonly attributeTypeMap: Array<{name: string, baseName: string, type: string, format: string}> = [
{
"name": "capability",
"baseName": "capability",
"type": "BusinessLineInfo.CapabilityEnum",
"format": ""
},
{
"name": "industryCode",
"baseName": "industryCode",
Expand Down Expand Up @@ -106,13 +93,9 @@ export class BusinessLineInfo {
}

export namespace BusinessLineInfo {
export enum CapabilityEnum {
ReceivePayments = 'receivePayments',
ReceiveFromPlatformPayments = 'receiveFromPlatformPayments',
IssueBankAccount = 'issueBankAccount'
}
export enum ServiceEnum {
PaymentProcessing = 'paymentProcessing',
Issuing = 'issuing',
Banking = 'banking'
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/typings/legalEntityManagement/businessLines.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/typings/legalEntityManagement/capabilityProblem.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/typings/legalEntityManagement/capabilitySettings.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* The version of the OpenAPI document: v3
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Loading
Loading