@silexpert/core 2.0.63 → 2.0.64
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/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/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/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/package.json +1 -1
- 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/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/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/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
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
ReadSocietyTransactionGetBalance,
|
|
29
29
|
UpdatedAccountingTransactions,
|
|
30
30
|
ProcessTrackingPayload,
|
|
31
|
-
|
|
31
|
+
IConnectorTracking,
|
|
32
32
|
} from '../../types/index.js';
|
|
33
33
|
|
|
34
34
|
export class Transaction extends Resource {
|
|
@@ -154,10 +154,7 @@ export class Transaction extends Resource {
|
|
|
154
154
|
return this.axios.$post('/transactions/process-vat', payload);
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
processTracking(
|
|
158
|
-
idAccountingTransaction: number,
|
|
159
|
-
payload: ProcessTrackingPayload,
|
|
160
|
-
): Promise<IAccountingTransactionTracking[]> {
|
|
157
|
+
processTracking(idAccountingTransaction: number, payload: ProcessTrackingPayload): Promise<IConnectorTracking[]> {
|
|
161
158
|
return this.axios.$post(`/transactions/tracking/process/${idAccountingTransaction}`, payload);
|
|
162
159
|
}
|
|
163
160
|
}
|
|
@@ -243,41 +243,59 @@ export const CommercialPenaltiesList: string[] = [
|
|
|
243
243
|
'Taux directeur de la BCE + 10 points',
|
|
244
244
|
];
|
|
245
245
|
|
|
246
|
-
export const CommercialVatMentionList: Array<{
|
|
247
|
-
|
|
248
|
-
|
|
246
|
+
export const CommercialVatMentionList: Array<{
|
|
247
|
+
text: string;
|
|
248
|
+
value: string;
|
|
249
|
+
taxType: 'standard' | 'margin' | 'autoliquidation' | 'export' | 'exempt';
|
|
250
|
+
vatex?: string;
|
|
251
|
+
}> = [
|
|
252
|
+
{ text: 'Soumis à TVA', value: 'TVA: Non concerné', taxType: 'standard' },
|
|
253
|
+
{ text: 'Pas de TVA', value: 'TVA non applicable, art. 293 B du CGI', taxType: 'exempt' },
|
|
249
254
|
{
|
|
250
255
|
text: 'Exports hors UE',
|
|
251
256
|
value: 'TVA non applicable - Exportation hors UE - Art. 259-1 du CGI',
|
|
257
|
+
taxType: 'export',
|
|
258
|
+
vatex: 'VATEX-EU-G',
|
|
252
259
|
},
|
|
253
|
-
{ text: 'TVA exonérée (intérêt général)', value: "Non soumis à TVA selon l'article 261C du CGI" },
|
|
254
|
-
{ text: 'TVA exonérée (location)', value: 'Article 261 D du CGI' },
|
|
260
|
+
{ text: 'TVA exonérée (intérêt général)', value: "Non soumis à TVA selon l'article 261C du CGI", taxType: 'exempt' },
|
|
261
|
+
{ text: 'TVA exonérée (location)', value: 'Article 261 D du CGI', taxType: 'exempt' },
|
|
255
262
|
{
|
|
256
263
|
text: 'TVA autoliquidée (prestataire étranger)',
|
|
257
264
|
value: 'Exonération de TVA, article 283-2 du CGI',
|
|
265
|
+
vatex: 'VATEX-EU-AE',
|
|
266
|
+
taxType: 'autoliquidation',
|
|
258
267
|
},
|
|
259
|
-
{ text: 'Vente UE sans TVA', value: 'Exonération de la TVA : Article 262 ter I du CGI' },
|
|
260
|
-
{ text: 'TVA exonérée (formation)', value: 'Mention de TVA 261.4.4 1 du CGI' },
|
|
268
|
+
{ text: 'Vente UE sans TVA', value: 'Exonération de la TVA : Article 262 ter I du CGI', taxType: 'exempt' },
|
|
269
|
+
{ text: 'TVA exonérée (formation)', value: 'Mention de TVA 261.4.4 1 du CGI', taxType: 'exempt' },
|
|
261
270
|
{
|
|
262
271
|
text: 'TVA sur marge (occasion)',
|
|
263
272
|
value: "Régime particulier – Biens d'occasion - article 297 A du CGI et directive communautaire 2006/112/CE",
|
|
273
|
+
taxType: 'margin',
|
|
274
|
+
vatex: 'VATEX-EU-F',
|
|
264
275
|
},
|
|
265
276
|
{
|
|
266
277
|
text: 'TVA sur marge (art)',
|
|
267
278
|
value: "Régime particulier – Objets d'art - article 297 A du CGI et directive communautaire 2006/112/CE",
|
|
279
|
+
taxType: 'margin',
|
|
280
|
+
vatex: 'VATEX-EU-I',
|
|
268
281
|
},
|
|
269
282
|
{
|
|
270
283
|
text: 'TVA sur marge (collection)',
|
|
271
284
|
value:
|
|
272
285
|
"Régime particulier – Objets de collection ou d'antiquité - article 297 A du CGI et directive communautaire 2006/112/CE",
|
|
286
|
+
taxType: 'margin',
|
|
287
|
+
vatex: 'VATEX-EU-J',
|
|
273
288
|
},
|
|
274
289
|
{
|
|
275
290
|
text: 'TVA - Forfait voyage',
|
|
276
291
|
value: 'Régime particulier – Agences de voyage - article 297 A du CGI et directive communautaire 2006/112/CE',
|
|
292
|
+
taxType: 'margin',
|
|
293
|
+
vatex: 'VATEX-EU-D',
|
|
277
294
|
},
|
|
278
295
|
{
|
|
279
296
|
text: 'TVA autoliquidée (sous-traitant)',
|
|
280
297
|
value: 'Facture soumise au régime de l’auto-liquidation de la TVA',
|
|
298
|
+
taxType: 'autoliquidation',
|
|
281
299
|
},
|
|
282
300
|
];
|
|
283
301
|
|
|
@@ -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 {
|
|
@@ -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';
|
|
@@ -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"]}
|