@lcdp/api-react-rest-client 2.13.3-LDS-4543-api-suppression-mandate-challen.15342132052 → 2.13.3-LDS-4543-api-suppression-mandate-challen.15342802230
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/mandate/src/apis/ManageMandatesApi.d.ts +3 -14
- package/mandate/src/apis/ManageMandatesApi.js +9 -90
- package/mandate/src/models/CreatedMandate.d.ts +31 -0
- package/mandate/src/models/CreatedMandate.js +47 -0
- package/mandate/src/models/MandateCreationParameters.d.ts +1 -7
- package/mandate/src/models/MandateCreationParameters.js +2 -2
- package/mandate/src/models/index.d.ts +1 -4
- package/mandate/src/models/index.js +1 -4
- package/package.json +1 -1
- package/challenge/index.d.ts +0 -1
- package/challenge/index.js +0 -17
- package/challenge/src/apis/ManageChallengesApi.d.ts +0 -29
- package/challenge/src/apis/ManageChallengesApi.js +0 -161
- package/challenge/src/apis/index.d.ts +0 -1
- package/challenge/src/apis/index.js +0 -19
- package/challenge/src/index.d.ts +0 -3
- package/challenge/src/index.js +0 -21
- package/challenge/src/models/Challenge.d.ts +0 -38
- package/challenge/src/models/Challenge.js +0 -48
- package/challenge/src/models/ChallengeAction.d.ts +0 -38
- package/challenge/src/models/ChallengeAction.js +0 -51
- package/challenge/src/models/index.d.ts +0 -2
- package/challenge/src/models/index.js +0 -20
- package/challenge/src/runtime.d.ts +0 -190
- package/challenge/src/runtime.js +0 -598
- package/mandate/src/models/Challenge.d.ts +0 -38
- package/mandate/src/models/Challenge.js +0 -48
- package/mandate/src/models/ChallengeAction.d.ts +0 -38
- package/mandate/src/models/ChallengeAction.js +0 -51
- package/mandate/src/models/MandateChallenge.d.ts +0 -44
- package/mandate/src/models/MandateChallenge.js +0 -52
- package/mandate/src/models/MandateChallengeCreationParameters.d.ts +0 -31
- package/mandate/src/models/MandateChallengeCreationParameters.js +0 -47
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* lcdp-monolith-service
|
|
3
|
-
* This is the REST API of LCDP products
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
* Contact: contact@lecomptoirdespharmacies.fr
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ChallengeAction
|
|
16
|
-
*/
|
|
17
|
-
export interface ChallengeAction {
|
|
18
|
-
/**
|
|
19
|
-
* Challenge actions
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ChallengeAction
|
|
22
|
-
*/
|
|
23
|
-
action?: ChallengeActionActionEnum;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* @export
|
|
27
|
-
*/
|
|
28
|
-
export declare const ChallengeActionActionEnum: {
|
|
29
|
-
readonly CREATE_MANDATE: "CREATE_MANDATE";
|
|
30
|
-
};
|
|
31
|
-
export declare type ChallengeActionActionEnum = typeof ChallengeActionActionEnum[keyof typeof ChallengeActionActionEnum];
|
|
32
|
-
/**
|
|
33
|
-
* Check if a given object implements the ChallengeAction interface.
|
|
34
|
-
*/
|
|
35
|
-
export declare function instanceOfChallengeAction(value: object): value is ChallengeAction;
|
|
36
|
-
export declare function ChallengeActionFromJSON(json: any): ChallengeAction;
|
|
37
|
-
export declare function ChallengeActionFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChallengeAction;
|
|
38
|
-
export declare function ChallengeActionToJSON(value?: ChallengeAction | null): any;
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* lcdp-monolith-service
|
|
6
|
-
* This is the REST API of LCDP products
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.0
|
|
9
|
-
* Contact: contact@lecomptoirdespharmacies.fr
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.ChallengeActionToJSON = exports.ChallengeActionFromJSONTyped = exports.ChallengeActionFromJSON = exports.instanceOfChallengeAction = exports.ChallengeActionActionEnum = void 0;
|
|
17
|
-
/**
|
|
18
|
-
* @export
|
|
19
|
-
*/
|
|
20
|
-
exports.ChallengeActionActionEnum = {
|
|
21
|
-
CREATE_MANDATE: 'CREATE_MANDATE'
|
|
22
|
-
};
|
|
23
|
-
/**
|
|
24
|
-
* Check if a given object implements the ChallengeAction interface.
|
|
25
|
-
*/
|
|
26
|
-
function instanceOfChallengeAction(value) {
|
|
27
|
-
return true;
|
|
28
|
-
}
|
|
29
|
-
exports.instanceOfChallengeAction = instanceOfChallengeAction;
|
|
30
|
-
function ChallengeActionFromJSON(json) {
|
|
31
|
-
return ChallengeActionFromJSONTyped(json, false);
|
|
32
|
-
}
|
|
33
|
-
exports.ChallengeActionFromJSON = ChallengeActionFromJSON;
|
|
34
|
-
function ChallengeActionFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
-
if (json == null) {
|
|
36
|
-
return json;
|
|
37
|
-
}
|
|
38
|
-
return {
|
|
39
|
-
'action': json['action'],
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
exports.ChallengeActionFromJSONTyped = ChallengeActionFromJSONTyped;
|
|
43
|
-
function ChallengeActionToJSON(value) {
|
|
44
|
-
if (value == null) {
|
|
45
|
-
return value;
|
|
46
|
-
}
|
|
47
|
-
return {
|
|
48
|
-
'action': value['action'],
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
exports.ChallengeActionToJSON = ChallengeActionToJSON;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* lcdp-monolith-service
|
|
3
|
-
* This is the REST API of LCDP products
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
* Contact: contact@lecomptoirdespharmacies.fr
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { ChallengeAction } from './ChallengeAction';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface MandateChallenge
|
|
17
|
-
*/
|
|
18
|
-
export interface MandateChallenge {
|
|
19
|
-
/**
|
|
20
|
-
* Unique reference of the challenge
|
|
21
|
-
* @type {string}
|
|
22
|
-
* @memberof MandateChallenge
|
|
23
|
-
*/
|
|
24
|
-
reference?: string;
|
|
25
|
-
/**
|
|
26
|
-
*
|
|
27
|
-
* @type {ChallengeAction}
|
|
28
|
-
* @memberof MandateChallenge
|
|
29
|
-
*/
|
|
30
|
-
action?: ChallengeAction;
|
|
31
|
-
/**
|
|
32
|
-
* Redirecting url to the mandate
|
|
33
|
-
* @type {string}
|
|
34
|
-
* @memberof MandateChallenge
|
|
35
|
-
*/
|
|
36
|
-
url: string;
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* Check if a given object implements the MandateChallenge interface.
|
|
40
|
-
*/
|
|
41
|
-
export declare function instanceOfMandateChallenge(value: object): value is MandateChallenge;
|
|
42
|
-
export declare function MandateChallengeFromJSON(json: any): MandateChallenge;
|
|
43
|
-
export declare function MandateChallengeFromJSONTyped(json: any, ignoreDiscriminator: boolean): MandateChallenge;
|
|
44
|
-
export declare function MandateChallengeToJSON(value?: MandateChallenge | null): any;
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* lcdp-monolith-service
|
|
6
|
-
* This is the REST API of LCDP products
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.0
|
|
9
|
-
* Contact: contact@lecomptoirdespharmacies.fr
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.MandateChallengeToJSON = exports.MandateChallengeFromJSONTyped = exports.MandateChallengeFromJSON = exports.instanceOfMandateChallenge = void 0;
|
|
17
|
-
var ChallengeAction_1 = require("./ChallengeAction");
|
|
18
|
-
/**
|
|
19
|
-
* Check if a given object implements the MandateChallenge interface.
|
|
20
|
-
*/
|
|
21
|
-
function instanceOfMandateChallenge(value) {
|
|
22
|
-
if (!('url' in value) || value['url'] === undefined)
|
|
23
|
-
return false;
|
|
24
|
-
return true;
|
|
25
|
-
}
|
|
26
|
-
exports.instanceOfMandateChallenge = instanceOfMandateChallenge;
|
|
27
|
-
function MandateChallengeFromJSON(json) {
|
|
28
|
-
return MandateChallengeFromJSONTyped(json, false);
|
|
29
|
-
}
|
|
30
|
-
exports.MandateChallengeFromJSON = MandateChallengeFromJSON;
|
|
31
|
-
function MandateChallengeFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (json == null) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'reference': json['reference'],
|
|
37
|
-
'action': (json['action'] === null || json['action'] === undefined) ? json['action'] : (0, ChallengeAction_1.ChallengeActionFromJSON)(json['action']),
|
|
38
|
-
'url': json['url'],
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
exports.MandateChallengeFromJSONTyped = MandateChallengeFromJSONTyped;
|
|
42
|
-
function MandateChallengeToJSON(value) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'reference': value['reference'],
|
|
48
|
-
'action': (0, ChallengeAction_1.ChallengeActionToJSON)(value['action']),
|
|
49
|
-
'url': value['url'],
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
exports.MandateChallengeToJSON = MandateChallengeToJSON;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* lcdp-monolith-service
|
|
3
|
-
* This is the REST API of LCDP products
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.0
|
|
6
|
-
* Contact: contact@lecomptoirdespharmacies.fr
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface MandateChallengeCreationParameters
|
|
16
|
-
*/
|
|
17
|
-
export interface MandateChallengeCreationParameters {
|
|
18
|
-
/**
|
|
19
|
-
* Mangopay bank account id
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof MandateChallengeCreationParameters
|
|
22
|
-
*/
|
|
23
|
-
mangopayBankAccountId: string;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Check if a given object implements the MandateChallengeCreationParameters interface.
|
|
27
|
-
*/
|
|
28
|
-
export declare function instanceOfMandateChallengeCreationParameters(value: object): value is MandateChallengeCreationParameters;
|
|
29
|
-
export declare function MandateChallengeCreationParametersFromJSON(json: any): MandateChallengeCreationParameters;
|
|
30
|
-
export declare function MandateChallengeCreationParametersFromJSONTyped(json: any, ignoreDiscriminator: boolean): MandateChallengeCreationParameters;
|
|
31
|
-
export declare function MandateChallengeCreationParametersToJSON(value?: MandateChallengeCreationParameters | null): any;
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* lcdp-monolith-service
|
|
6
|
-
* This is the REST API of LCDP products
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.0
|
|
9
|
-
* Contact: contact@lecomptoirdespharmacies.fr
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.MandateChallengeCreationParametersToJSON = exports.MandateChallengeCreationParametersFromJSONTyped = exports.MandateChallengeCreationParametersFromJSON = exports.instanceOfMandateChallengeCreationParameters = void 0;
|
|
17
|
-
/**
|
|
18
|
-
* Check if a given object implements the MandateChallengeCreationParameters interface.
|
|
19
|
-
*/
|
|
20
|
-
function instanceOfMandateChallengeCreationParameters(value) {
|
|
21
|
-
if (!('mangopayBankAccountId' in value) || value['mangopayBankAccountId'] === undefined)
|
|
22
|
-
return false;
|
|
23
|
-
return true;
|
|
24
|
-
}
|
|
25
|
-
exports.instanceOfMandateChallengeCreationParameters = instanceOfMandateChallengeCreationParameters;
|
|
26
|
-
function MandateChallengeCreationParametersFromJSON(json) {
|
|
27
|
-
return MandateChallengeCreationParametersFromJSONTyped(json, false);
|
|
28
|
-
}
|
|
29
|
-
exports.MandateChallengeCreationParametersFromJSON = MandateChallengeCreationParametersFromJSON;
|
|
30
|
-
function MandateChallengeCreationParametersFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
-
if (json == null) {
|
|
32
|
-
return json;
|
|
33
|
-
}
|
|
34
|
-
return {
|
|
35
|
-
'mangopayBankAccountId': json['mangopayBankAccountId'],
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
exports.MandateChallengeCreationParametersFromJSONTyped = MandateChallengeCreationParametersFromJSONTyped;
|
|
39
|
-
function MandateChallengeCreationParametersToJSON(value) {
|
|
40
|
-
if (value == null) {
|
|
41
|
-
return value;
|
|
42
|
-
}
|
|
43
|
-
return {
|
|
44
|
-
'mangopayBankAccountId': value['mangopayBankAccountId'],
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
exports.MandateChallengeCreationParametersToJSON = MandateChallengeCreationParametersToJSON;
|