@silexpert/core 2.0.63 → 2.0.65
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/api/resources/Docoon.d.ts +2 -1
- package/dist/api/resources/Docoon.d.ts.map +1 -1
- package/dist/api/resources/Docoon.js +3 -0
- package/dist/api/resources/Docoon.js.map +1 -1
- package/dist/api/resources/Transaction.d.ts +2 -2
- package/dist/api/resources/Transaction.d.ts.map +1 -1
- package/dist/api/resources/Transaction.js.map +1 -1
- package/dist/types/Enum/CommercialManagement.d.ts +2 -0
- package/dist/types/Enum/CommercialManagement.d.ts.map +1 -1
- package/dist/types/Enum/CommercialManagement.js +19 -6
- package/dist/types/Enum/CommercialManagement.js.map +1 -1
- package/dist/types/Enum/{AccountingTransactionTracking.d.ts → ConnectorTracking.d.ts} +2 -2
- package/dist/types/Enum/ConnectorTracking.d.ts.map +1 -0
- package/dist/types/Enum/ConnectorTracking.js +10 -0
- package/dist/types/Enum/ConnectorTracking.js.map +1 -0
- package/dist/types/Enum/EInvoicingReasonType.d.ts +104 -29
- package/dist/types/Enum/EInvoicingReasonType.d.ts.map +1 -1
- package/dist/types/Enum/EInvoicingReasonType.js +482 -108
- package/dist/types/Enum/EInvoicingReasonType.js.map +1 -1
- package/dist/types/Enum/EInvoicingStatusCode.d.ts +16 -13
- package/dist/types/Enum/EInvoicingStatusCode.d.ts.map +1 -1
- package/dist/types/Enum/EInvoicingStatusCode.js +46 -16
- package/dist/types/Enum/EInvoicingStatusCode.js.map +1 -1
- package/dist/types/Enum/Unit.js +1 -1
- package/dist/types/Enum/Unit.js.map +1 -1
- package/dist/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +1 -0
- package/dist/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -1
- package/dist/types/Interface/api/accountingFiles/queryAccountingFiles.js +8 -0
- package/dist/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
- package/dist/types/Interface/api/accountingTransaction/Create.d.ts +2 -2
- package/dist/types/Interface/api/accountingTransaction/Create.d.ts.map +1 -1
- package/dist/types/Interface/api/accountingTransaction/Create.js +2 -2
- package/dist/types/Interface/api/accountingTransaction/Create.js.map +1 -1
- package/dist/types/Interface/api/commercialManagement/Create.d.ts +1 -0
- package/dist/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
- package/dist/types/Interface/api/commercialManagement/Create.js +2 -1
- package/dist/types/Interface/api/commercialManagement/Create.js.map +1 -1
- package/dist/types/Interface/api/docoon/Create.d.ts +2 -2
- package/dist/types/Interface/api/docoon/Create.d.ts.map +1 -1
- package/dist/types/Interface/api/docoon/Create.js.map +1 -1
- package/dist/types/Interface/api/docoon/Read.d.ts +43 -27
- package/dist/types/Interface/api/docoon/Read.d.ts.map +1 -1
- package/dist/types/Interface/api/docoon/Read.js.map +1 -1
- package/dist/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.d.ts +1 -1
- package/dist/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.d.ts.map +1 -1
- package/dist/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.js +18 -4
- package/dist/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.js.map +1 -1
- package/dist/types/Interface/api/registration/DeclareRegistration.d.ts +1 -0
- package/dist/types/Interface/api/registration/DeclareRegistration.d.ts.map +1 -1
- package/dist/types/Interface/api/registration/DeclareRegistration.js +8 -0
- package/dist/types/Interface/api/registration/DeclareRegistration.js.map +1 -1
- package/dist/types/Interface/models/IAccountingTransaction.d.ts +2 -2
- package/dist/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
- package/dist/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/dist/types/Interface/models/{IAccountingTransactionTracking.d.ts → IConnectorTracking.d.ts} +2 -2
- package/dist/types/Interface/models/IConnectorTracking.d.ts.map +1 -0
- package/dist/types/Interface/models/IConnectorTracking.js +2 -0
- package/dist/types/Interface/models/IConnectorTracking.js.map +1 -0
- package/dist/types/Interface/models/IEInvoicing.d.ts +1 -1
- package/dist/types/Interface/models/IEInvoicing.d.ts.map +1 -1
- package/dist/types/Interface/models/IEInvoicing.js +1 -12
- package/dist/types/Interface/models/IEInvoicing.js.map +1 -1
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +2 -2
- package/dist/types/index.js.map +1 -1
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +1 -0
- package/dist/utils/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Docoon.ts +5 -0
- package/ts/api/resources/Transaction.ts +2 -5
- package/ts/types/Enum/CommercialManagement.ts +25 -7
- package/ts/types/Enum/{AccountingTransactionTracking.ts → ConnectorTracking.ts} +1 -1
- package/ts/types/Enum/EInvoicingReasonType.ts +487 -110
- package/ts/types/Enum/EInvoicingStatusCode.ts +48 -16
- package/ts/types/Enum/Unit.ts +1 -1
- package/ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts +6 -0
- package/ts/types/Interface/api/accountingTransaction/Create.ts +3 -3
- package/ts/types/Interface/api/commercialManagement/Create.ts +2 -1
- package/ts/types/Interface/api/docoon/Create.ts +2 -2
- package/ts/types/Interface/api/docoon/Read.ts +46 -27
- package/ts/types/Interface/api/humanResourceLibrary/CreateHumanResourceLibrary.ts +18 -4
- package/ts/types/Interface/api/registration/DeclareRegistration.ts +6 -0
- package/ts/types/Interface/models/IAccountingTransaction.ts +2 -2
- package/ts/types/Interface/models/{IAccountingTransactionTracking.ts → IConnectorTracking.ts} +1 -1
- package/ts/types/Interface/models/IEInvoicing.ts +1 -1
- package/ts/types/index.ts +2 -2
- package/ts/utils/index.ts +1 -0
- package/dist/types/Enum/AccountingTransactionTracking.d.ts.map +0 -1
- package/dist/types/Enum/AccountingTransactionTracking.js +0 -10
- package/dist/types/Enum/AccountingTransactionTracking.js.map +0 -1
- package/dist/types/Interface/models/IAccountingTransactionTracking.d.ts.map +0 -1
- package/dist/types/Interface/models/IAccountingTransactionTracking.js +0 -2
- package/dist/types/Interface/models/IAccountingTransactionTracking.js.map +0 -1
|
@@ -1,18 +1,50 @@
|
|
|
1
|
-
// ENUM peuplé avec les états de base mais il faudra le peupler avec les codes
|
|
2
|
-
// de statuts de eInvoicing lors de la mise en place du cycle de vie
|
|
3
|
-
// des factures électroniques
|
|
4
1
|
export enum EInvoicingStatusCode {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
2
|
+
DEPOSITED = 1, // Déposée
|
|
3
|
+
ISSUED = 2, // Émise
|
|
4
|
+
RECEIVED = 3, // Reçue
|
|
5
|
+
MADE_AVAILABLE = 4, // Mise à disposition
|
|
6
|
+
HANDLED = 5, // Prise en charge
|
|
7
|
+
APPROVED = 6, // Approuvée
|
|
8
|
+
PARTIALLY_APPROVED = 7, // Approbation partielle
|
|
9
|
+
IN_DISPUTE = 8, // En litige
|
|
10
|
+
SUSPENDED = 9, // Suspendue
|
|
11
|
+
COMPLETED = 10, // Complétée
|
|
12
|
+
REFUSED = 11, // Refusée
|
|
13
|
+
PAYMENT_TRANSMITTED = 12, // Paiement transmis
|
|
14
|
+
PAID = 13, // Encaissée
|
|
15
|
+
REJECTED = 14, // Rejetée
|
|
18
16
|
}
|
|
17
|
+
|
|
18
|
+
export const EInvoicingStatusCodeLabel: Record<EInvoicingStatusCode, string> = {
|
|
19
|
+
[EInvoicingStatusCode.DEPOSITED]: 'Déposée',
|
|
20
|
+
[EInvoicingStatusCode.ISSUED]: 'Émise',
|
|
21
|
+
[EInvoicingStatusCode.RECEIVED]: 'Reçue',
|
|
22
|
+
[EInvoicingStatusCode.MADE_AVAILABLE]: 'Mise à disposition',
|
|
23
|
+
[EInvoicingStatusCode.HANDLED]: 'Prise en charge',
|
|
24
|
+
[EInvoicingStatusCode.APPROVED]: 'Approuvée',
|
|
25
|
+
[EInvoicingStatusCode.PARTIALLY_APPROVED]: 'Approbation partielle',
|
|
26
|
+
[EInvoicingStatusCode.IN_DISPUTE]: 'En litige',
|
|
27
|
+
[EInvoicingStatusCode.SUSPENDED]: 'Suspendue',
|
|
28
|
+
[EInvoicingStatusCode.COMPLETED]: 'Complétée',
|
|
29
|
+
[EInvoicingStatusCode.REFUSED]: 'Refusée',
|
|
30
|
+
[EInvoicingStatusCode.PAYMENT_TRANSMITTED]: 'Paiement transmis',
|
|
31
|
+
[EInvoicingStatusCode.PAID]: 'Encaissée',
|
|
32
|
+
[EInvoicingStatusCode.REJECTED]: 'Rejetée',
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export const EInvoicingStatusCodeDocoon: Record<EInvoicingStatusCode, number> = {
|
|
36
|
+
[EInvoicingStatusCode.DEPOSITED]: 200,
|
|
37
|
+
[EInvoicingStatusCode.ISSUED]: 201,
|
|
38
|
+
[EInvoicingStatusCode.RECEIVED]: 202,
|
|
39
|
+
[EInvoicingStatusCode.MADE_AVAILABLE]: 203,
|
|
40
|
+
[EInvoicingStatusCode.HANDLED]: 204,
|
|
41
|
+
[EInvoicingStatusCode.APPROVED]: 205,
|
|
42
|
+
[EInvoicingStatusCode.PARTIALLY_APPROVED]: 206,
|
|
43
|
+
[EInvoicingStatusCode.IN_DISPUTE]: 207,
|
|
44
|
+
[EInvoicingStatusCode.SUSPENDED]: 208,
|
|
45
|
+
[EInvoicingStatusCode.COMPLETED]: 209,
|
|
46
|
+
[EInvoicingStatusCode.REFUSED]: 210,
|
|
47
|
+
[EInvoicingStatusCode.PAYMENT_TRANSMITTED]: 211,
|
|
48
|
+
[EInvoicingStatusCode.PAID]: 212,
|
|
49
|
+
[EInvoicingStatusCode.REJECTED]: 213,
|
|
50
|
+
};
|
package/ts/types/Enum/Unit.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ConnectorTrackingType } from '#types/index.js';
|
|
2
2
|
import { ApiProperty } from '@nestjs/swagger';
|
|
3
3
|
import { IsEnum } from 'class-validator';
|
|
4
4
|
|
|
5
5
|
export class ProcessTrackingPayload {
|
|
6
6
|
@ApiProperty()
|
|
7
|
-
@IsEnum(
|
|
8
|
-
type:
|
|
7
|
+
@IsEnum(ConnectorTrackingType)
|
|
8
|
+
type: ConnectorTrackingType;
|
|
9
9
|
}
|
|
@@ -14,7 +14,6 @@ import {
|
|
|
14
14
|
} from 'class-validator';
|
|
15
15
|
import { BorderLineType, IFile, ReadProductEditing } from '../../../index.js';
|
|
16
16
|
import { ApiProperty, ApiPropertyOptional } from '@nestjs/swagger';
|
|
17
|
-
import { ToBoolean } from '../../../../utils/transforms/boolean.transform.js';
|
|
18
17
|
import {
|
|
19
18
|
AccountingCategoryId,
|
|
20
19
|
EmailType,
|
|
@@ -27,6 +26,7 @@ import { RecurrenceType } from '../../../Enum/RecurrenceType.js';
|
|
|
27
26
|
import { IProductInvoice } from '../../models/IProductInvoice.js';
|
|
28
27
|
import { ISocietyGescom } from '../../models/ISocietyGescom.js';
|
|
29
28
|
import { IThirdParty } from '../../models/IThirdParty.js';
|
|
29
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform.js';
|
|
30
30
|
|
|
31
31
|
export type IProductInvoiceToCreate = IProductInvoice & { save?: boolean };
|
|
32
32
|
|
|
@@ -524,6 +524,7 @@ export class CreateInvoiceDocument extends CommercialDocumentInputs {
|
|
|
524
524
|
language?: InvoiceLanguage;
|
|
525
525
|
reminder?: CreateReminder | null;
|
|
526
526
|
recurrence?: CreateRecurrence | null;
|
|
527
|
+
isEInvoicing?: boolean | null;
|
|
527
528
|
}
|
|
528
529
|
|
|
529
530
|
export class CreateRecurrence {
|
|
@@ -16,10 +16,10 @@ export type CreateLegalEntity = {
|
|
|
16
16
|
taxId?: string;
|
|
17
17
|
legalForm?: string;
|
|
18
18
|
capital?: number;
|
|
19
|
-
structures?:
|
|
19
|
+
structures?: CreateLegalEntityStructure[];
|
|
20
20
|
};
|
|
21
21
|
|
|
22
|
-
export type
|
|
22
|
+
export type CreateLegalEntityStructure = {
|
|
23
23
|
legalIdSchemeId?: string;
|
|
24
24
|
isEnabled?: boolean;
|
|
25
25
|
address?: {
|
|
@@ -94,6 +94,51 @@ export interface ReadDirectoryLine {
|
|
|
94
94
|
identite_etablissement?: string;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
+
export interface ReadClientDirectoryLine {
|
|
98
|
+
search: QuerySearchDirectoryLine;
|
|
99
|
+
totalNumberOfResults: number;
|
|
100
|
+
results: ReadDirectoryLineResult[];
|
|
101
|
+
}
|
|
102
|
+
export interface ReadDocoonStructure {
|
|
103
|
+
id: string;
|
|
104
|
+
code: string | null;
|
|
105
|
+
name: string | null;
|
|
106
|
+
tenantId: string;
|
|
107
|
+
legalId: string;
|
|
108
|
+
legalIdSchemeId: string;
|
|
109
|
+
isEnabled: boolean;
|
|
110
|
+
parentStructureId: string;
|
|
111
|
+
countryCode: string | null;
|
|
112
|
+
startDate: string | null;
|
|
113
|
+
endDate: string | null;
|
|
114
|
+
structureType: string | null;
|
|
115
|
+
address: {
|
|
116
|
+
name: string | null;
|
|
117
|
+
street: string | null;
|
|
118
|
+
zipCode: string | null;
|
|
119
|
+
postBox: string | null;
|
|
120
|
+
city: string | null;
|
|
121
|
+
additionalInfo: string | null;
|
|
122
|
+
country: string | null;
|
|
123
|
+
};
|
|
124
|
+
mainActivity: {
|
|
125
|
+
name: string | null;
|
|
126
|
+
code: string | null;
|
|
127
|
+
};
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export interface ReadDocoonAddStructure {
|
|
131
|
+
data: {
|
|
132
|
+
addStructure: ReadDocoonStructure;
|
|
133
|
+
};
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
export interface ReadDocoonStructureResponse {
|
|
137
|
+
data: {
|
|
138
|
+
structureItems: ReadDocoonStructure[];
|
|
139
|
+
};
|
|
140
|
+
}
|
|
141
|
+
|
|
97
142
|
export interface ReadDocoonLegalEntity {
|
|
98
143
|
id: string;
|
|
99
144
|
code: string;
|
|
@@ -111,33 +156,7 @@ export interface ReadDocoonLegalEntity {
|
|
|
111
156
|
personType: 'PRIVATE_PERSON' | 'MORAL_PERSON_PRIVATE' | 'MORAL_PERSON_PUBLIC';
|
|
112
157
|
primaryStructureId: string;
|
|
113
158
|
parentStructureId: string | null;
|
|
114
|
-
structures:
|
|
115
|
-
id: string;
|
|
116
|
-
code: string | null;
|
|
117
|
-
name: string | null;
|
|
118
|
-
tenantId: string;
|
|
119
|
-
legalId: string;
|
|
120
|
-
legalIdSchemeId: string;
|
|
121
|
-
isEnabled: boolean;
|
|
122
|
-
parentStructureId: string;
|
|
123
|
-
countryCode: string | null;
|
|
124
|
-
startDate: string | null;
|
|
125
|
-
endDate: string | null;
|
|
126
|
-
structureType: string | null;
|
|
127
|
-
address: {
|
|
128
|
-
name: string | null;
|
|
129
|
-
street: string | null;
|
|
130
|
-
zipCode: string | null;
|
|
131
|
-
postBox: string | null;
|
|
132
|
-
city: string | null;
|
|
133
|
-
additionalInfo: string | null;
|
|
134
|
-
country: string | null;
|
|
135
|
-
};
|
|
136
|
-
mainActivity: {
|
|
137
|
-
name: string | null;
|
|
138
|
-
code: string | null;
|
|
139
|
-
};
|
|
140
|
-
}[];
|
|
159
|
+
structures: ReadDocoonStructure[];
|
|
141
160
|
pdpProperties: {
|
|
142
161
|
isVerified: boolean;
|
|
143
162
|
isMandated: boolean;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { IsBoolean, IsInt, IsOptional, IsString } from 'class-validator';
|
|
1
|
+
import { IsArray, IsBoolean, IsInt, IsOptional, IsString } from 'class-validator';
|
|
2
|
+
import { Transform } from 'class-transformer';
|
|
2
3
|
import { ApiProperty, ApiPropertyOptional } from '@nestjs/swagger';
|
|
3
4
|
import { ToBoolean } from '../../../../utils/transforms/boolean.transform.js';
|
|
4
5
|
import { DocumentForHumanResourceType } from '../../../Enum/DocumentForHumanResourceType.js';
|
|
@@ -25,10 +26,23 @@ export class CreateHumanResourceLibrary {
|
|
|
25
26
|
@IsOptional()
|
|
26
27
|
idRole?: number;
|
|
27
28
|
|
|
28
|
-
@ApiPropertyOptional()
|
|
29
|
+
@ApiPropertyOptional({ type: [Number] })
|
|
29
30
|
@IsOptional()
|
|
30
|
-
@
|
|
31
|
-
|
|
31
|
+
@Transform(({ value }: { value: any }) => {
|
|
32
|
+
if (Array.isArray(value)) {
|
|
33
|
+
return value.map((v) => Number(v));
|
|
34
|
+
}
|
|
35
|
+
if (value === null || value === undefined || value === '') {
|
|
36
|
+
return undefined;
|
|
37
|
+
}
|
|
38
|
+
if (typeof value === 'string' && value.includes(',')) {
|
|
39
|
+
return value.split(',').map((v) => Number(v.trim()));
|
|
40
|
+
}
|
|
41
|
+
return [Number(value)];
|
|
42
|
+
})
|
|
43
|
+
@IsArray()
|
|
44
|
+
@IsInt({ each: true })
|
|
45
|
+
idUser?: number[];
|
|
32
46
|
|
|
33
47
|
@ApiPropertyOptional()
|
|
34
48
|
@IsOptional()
|
|
@@ -13,7 +13,7 @@ import { ICurrency } from './ICurrency.js';
|
|
|
13
13
|
import { IMachineLearningResult } from './IMachineLearningResult.js';
|
|
14
14
|
import { ISocietyPartner } from './ISocietyPartner.js';
|
|
15
15
|
import { ISocietyVehicle } from './ISocietyVehicle.js';
|
|
16
|
-
import {
|
|
16
|
+
import { IConnectorTracking } from './IConnectorTracking.js';
|
|
17
17
|
import { IEInvoicing } from './IEInvoicing.js';
|
|
18
18
|
|
|
19
19
|
// accountingTransactions
|
|
@@ -77,6 +77,6 @@ export class IAccountingTransaction {
|
|
|
77
77
|
machineLearningResults?: IMachineLearningResult[];
|
|
78
78
|
societyPartner?: ISocietyPartner;
|
|
79
79
|
vehicle?: ISocietyVehicle | null;
|
|
80
|
-
trackings?:
|
|
80
|
+
trackings?: IConnectorTracking[];
|
|
81
81
|
eInvoicing?: IEInvoicing | null;
|
|
82
82
|
}
|
package/ts/types/Interface/models/{IAccountingTransactionTracking.ts → IConnectorTracking.ts}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IAccountingTransaction } from './IAccountingTransaction.js';
|
|
2
2
|
import { IEInvoicing } from './IEInvoicing.js';
|
|
3
3
|
|
|
4
|
-
export interface
|
|
4
|
+
export interface IConnectorTracking {
|
|
5
5
|
id?: number;
|
|
6
6
|
method: string | null;
|
|
7
7
|
url: string | null;
|
|
@@ -4,7 +4,7 @@ import { IEInvoicingStatus } from './IEInvoicingStatus.js';
|
|
|
4
4
|
import { IAccountingFile } from './IAccountingFile.js';
|
|
5
5
|
import { IAccountingTransaction } from './IAccountingTransaction.js';
|
|
6
6
|
|
|
7
|
-
export
|
|
7
|
+
export interface IEInvoicing {
|
|
8
8
|
id?: number;
|
|
9
9
|
|
|
10
10
|
direction: EInvoicingDirection;
|
package/ts/types/index.ts
CHANGED
|
@@ -287,7 +287,7 @@ export * from './Interface/models/IRevenueSnapshot.js';
|
|
|
287
287
|
export * from './Interface/models/IEInvoicingEligibilityRequest.js';
|
|
288
288
|
export * from './Interface/models/IUsersHistory.js';
|
|
289
289
|
export * from './Interface/models/IEInvoicingKycAndMandate.js';
|
|
290
|
-
export * from './Interface/models/
|
|
290
|
+
export * from './Interface/models/IConnectorTracking.js';
|
|
291
291
|
export * from './Interface/models/IEInvoicing.js';
|
|
292
292
|
export * from './Interface/models/IEInvoicingStatus.js';
|
|
293
293
|
|
|
@@ -300,7 +300,7 @@ export * from './Form/FormAuthenticate.js';
|
|
|
300
300
|
export * from './Form/FormConnector.js';
|
|
301
301
|
|
|
302
302
|
// Enums
|
|
303
|
-
export * from './Enum/
|
|
303
|
+
export * from './Enum/ConnectorTracking.js';
|
|
304
304
|
export * from './Enum/EInvoicingDirection.js';
|
|
305
305
|
export * from './Enum/EInvoicingStatusCode.js';
|
|
306
306
|
export * from './Enum/EInvoicingReasonType.js';
|
package/ts/utils/index.ts
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AccountingTransactionTracking.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/AccountingTransactionTracking.ts"],"names":[],"mappings":"AAAA,oBAAY,iCAAiC;IAC3C,GAAG,QAAQ;IACX,sBAAsB,2BAA2B;IACjD,gBAAgB,qBAAqB;IACrC,qBAAqB,0BAA0B;IAC/C,oBAAoB,yBAAyB;IAC7C,6BAA6B,kCAAkC;CAChE"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export var AccountingTransactionTrackingType;
|
|
2
|
-
(function (AccountingTransactionTrackingType) {
|
|
3
|
-
AccountingTransactionTrackingType["ACD"] = "ACD";
|
|
4
|
-
AccountingTransactionTrackingType["DOCOON_MANDATE_PROCESS"] = "DOCOON_MANDATE_PROCESS";
|
|
5
|
-
AccountingTransactionTrackingType["DOCOON_DIRECTORY"] = "DOCOON_DIRECTORY";
|
|
6
|
-
AccountingTransactionTrackingType["E_INVOICING_RECEPTION"] = "E_INVOICING_RECEPTION";
|
|
7
|
-
AccountingTransactionTrackingType["E_INVOICING_EMISSION"] = "E_INVOICING_EMISSION";
|
|
8
|
-
AccountingTransactionTrackingType["E_INVOICING_INTERNAL_EMISSION"] = "E_INVOICING_INTERNAL_EMISSION";
|
|
9
|
-
})(AccountingTransactionTrackingType || (AccountingTransactionTrackingType = {}));
|
|
10
|
-
//# sourceMappingURL=AccountingTransactionTracking.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AccountingTransactionTracking.js","sourceRoot":"","sources":["../../../ts/types/Enum/AccountingTransactionTracking.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,iCAOX;AAPD,WAAY,iCAAiC;IAC3C,gDAAW,CAAA;IACX,sFAAiD,CAAA;IACjD,0EAAqC,CAAA;IACrC,oFAA+C,CAAA;IAC/C,kFAA6C,CAAA;IAC7C,oGAA+D,CAAA;AACjE,CAAC,EAPW,iCAAiC,KAAjC,iCAAiC,QAO5C","sourcesContent":["export enum AccountingTransactionTrackingType {\n ACD = 'ACD',\n DOCOON_MANDATE_PROCESS = 'DOCOON_MANDATE_PROCESS',\n DOCOON_DIRECTORY = 'DOCOON_DIRECTORY',\n E_INVOICING_RECEPTION = 'E_INVOICING_RECEPTION',\n E_INVOICING_EMISSION = 'E_INVOICING_EMISSION',\n E_INVOICING_INTERNAL_EMISSION = 'E_INVOICING_INTERNAL_EMISSION',\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountingTransactionTracking.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransactionTracking.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,MAAM,WAAW,8BAA8B;IAC7C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC;IACxC,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,OAAO,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC;IACzC,IAAI,EAAE,MAAM,CAAC;IACb,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC;IAEjB,qBAAqB,CAAC,EAAE,sBAAsB,CAAC;IAC/C,UAAU,CAAC,EAAE,WAAW,CAAC;CAC1B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IAccountingTransactionTracking.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransactionTracking.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccountingTransaction } from './IAccountingTransaction.js';\nimport { IEInvoicing } from './IEInvoicing.js';\n\nexport interface IAccountingTransactionTracking {\n id?: number;\n method: string | null;\n url: string | null;\n payload: Record<string, unknown> | null;\n status: number;\n isProcessEnd: boolean;\n response: Record<string, unknown> | null;\n type: string;\n idAccountingTransaction?: number | null;\n idEInvoicing?: number | null;\n createdAt?: Date;\n updatedAt?: Date;\n\n accountingTransaction?: IAccountingTransaction;\n eInvoicing?: IEInvoicing;\n}\n"]}
|