@silexpert/core 2.0.63-0 → 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.
Files changed (98) hide show
  1. package/dist/api/resources/HumanResourceLibrary.d.ts +5 -0
  2. package/dist/api/resources/HumanResourceLibrary.d.ts.map +1 -1
  3. package/dist/api/resources/HumanResourceLibrary.js +12 -0
  4. package/dist/api/resources/HumanResourceLibrary.js.map +1 -1
  5. package/dist/api/resources/Library.d.ts +0 -1
  6. package/dist/api/resources/Library.d.ts.map +1 -1
  7. package/dist/api/resources/Library.js +0 -8
  8. package/dist/api/resources/Library.js.map +1 -1
  9. package/dist/api/resources/Transaction.d.ts +2 -2
  10. package/dist/api/resources/Transaction.d.ts.map +1 -1
  11. package/dist/api/resources/Transaction.js.map +1 -1
  12. package/dist/api/resources/zendesk/Ticket.d.ts +12 -0
  13. package/dist/api/resources/zendesk/Ticket.d.ts.map +1 -0
  14. package/dist/api/resources/zendesk/Ticket.js +40 -0
  15. package/dist/api/resources/zendesk/Ticket.js.map +1 -0
  16. package/dist/api/resources.d.ts +2 -0
  17. package/dist/api/resources.d.ts.map +1 -1
  18. package/dist/api/resources.js +2 -0
  19. package/dist/api/resources.js.map +1 -1
  20. package/dist/types/Enum/CommercialManagement.d.ts +2 -0
  21. package/dist/types/Enum/CommercialManagement.d.ts.map +1 -1
  22. package/dist/types/Enum/CommercialManagement.js +19 -6
  23. package/dist/types/Enum/CommercialManagement.js.map +1 -1
  24. package/dist/types/Enum/{AccountingTransactionTracking.d.ts → ConnectorTracking.d.ts} +2 -2
  25. package/dist/types/Enum/ConnectorTracking.d.ts.map +1 -0
  26. package/dist/types/Enum/ConnectorTracking.js +10 -0
  27. package/dist/types/Enum/ConnectorTracking.js.map +1 -0
  28. package/dist/types/Enum/EInvoicingStatusCode.d.ts +16 -13
  29. package/dist/types/Enum/EInvoicingStatusCode.d.ts.map +1 -1
  30. package/dist/types/Enum/EInvoicingStatusCode.js +46 -16
  31. package/dist/types/Enum/EInvoicingStatusCode.js.map +1 -1
  32. package/dist/types/Enum/Unit.js +1 -1
  33. package/dist/types/Enum/Unit.js.map +1 -1
  34. package/dist/types/Enum/Zendesk.d.ts +40 -0
  35. package/dist/types/Enum/Zendesk.d.ts.map +1 -0
  36. package/dist/types/Enum/Zendesk.js +40 -0
  37. package/dist/types/Enum/Zendesk.js.map +1 -0
  38. package/dist/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +1 -0
  39. package/dist/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -1
  40. package/dist/types/Interface/api/accountingFiles/queryAccountingFiles.js +8 -0
  41. package/dist/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
  42. package/dist/types/Interface/api/accountingTransaction/Create.d.ts +2 -2
  43. package/dist/types/Interface/api/accountingTransaction/Create.d.ts.map +1 -1
  44. package/dist/types/Interface/api/accountingTransaction/Create.js +2 -2
  45. package/dist/types/Interface/api/accountingTransaction/Create.js.map +1 -1
  46. package/dist/types/Interface/api/commercialManagement/Create.d.ts +1 -0
  47. package/dist/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
  48. package/dist/types/Interface/api/commercialManagement/Create.js +2 -1
  49. package/dist/types/Interface/api/commercialManagement/Create.js.map +1 -1
  50. package/dist/types/Interface/api/zendesk/QueryTicket.d.ts +39 -0
  51. package/dist/types/Interface/api/zendesk/QueryTicket.d.ts.map +1 -0
  52. package/dist/types/Interface/api/zendesk/QueryTicket.js +244 -0
  53. package/dist/types/Interface/api/zendesk/QueryTicket.js.map +1 -0
  54. package/dist/types/Interface/api/zendesk/ReadTicket.d.ts +99 -0
  55. package/dist/types/Interface/api/zendesk/ReadTicket.d.ts.map +1 -0
  56. package/dist/types/Interface/api/zendesk/ReadTicket.js +2 -0
  57. package/dist/types/Interface/api/zendesk/ReadTicket.js.map +1 -0
  58. package/dist/types/Interface/models/IAccountingTransaction.d.ts +2 -2
  59. package/dist/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
  60. package/dist/types/Interface/models/IAccountingTransaction.js.map +1 -1
  61. package/dist/types/Interface/models/{IAccountingTransactionTracking.d.ts → IConnectorTracking.d.ts} +2 -2
  62. package/dist/types/Interface/models/IConnectorTracking.d.ts.map +1 -0
  63. package/dist/types/Interface/models/IConnectorTracking.js +2 -0
  64. package/dist/types/Interface/models/IConnectorTracking.js.map +1 -0
  65. package/dist/types/Interface/models/IEInvoicing.d.ts +1 -1
  66. package/dist/types/Interface/models/IEInvoicing.d.ts.map +1 -1
  67. package/dist/types/Interface/models/IEInvoicing.js +1 -12
  68. package/dist/types/Interface/models/IEInvoicing.js.map +1 -1
  69. package/dist/types/index.d.ts +5 -2
  70. package/dist/types/index.d.ts.map +1 -1
  71. package/dist/types/index.js +5 -2
  72. package/dist/types/index.js.map +1 -1
  73. package/package.json +1 -1
  74. package/ts/api/resources/HumanResourceLibrary.ts +13 -0
  75. package/ts/api/resources/Library.ts +0 -9
  76. package/ts/api/resources/Transaction.ts +2 -5
  77. package/ts/api/resources/zendesk/Ticket.ts +58 -0
  78. package/ts/api/resources.ts +2 -0
  79. package/ts/types/Enum/CommercialManagement.ts +25 -7
  80. package/ts/types/Enum/{AccountingTransactionTracking.ts → ConnectorTracking.ts} +1 -1
  81. package/ts/types/Enum/EInvoicingStatusCode.ts +48 -16
  82. package/ts/types/Enum/Unit.ts +1 -1
  83. package/ts/types/Enum/Zendesk.ts +56 -0
  84. package/ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts +6 -0
  85. package/ts/types/Interface/api/accountingTransaction/Create.ts +3 -3
  86. package/ts/types/Interface/api/commercialManagement/Create.ts +2 -1
  87. package/ts/types/Interface/api/zendesk/QueryTicket.ts +193 -0
  88. package/ts/types/Interface/api/zendesk/ReadTicket.ts +110 -0
  89. package/ts/types/Interface/models/IAccountingTransaction.ts +2 -2
  90. package/ts/types/Interface/models/{IAccountingTransactionTracking.ts → IConnectorTracking.ts} +1 -1
  91. package/ts/types/Interface/models/IEInvoicing.ts +1 -1
  92. package/ts/types/index.ts +5 -2
  93. package/dist/types/Enum/AccountingTransactionTracking.d.ts.map +0 -1
  94. package/dist/types/Enum/AccountingTransactionTracking.js +0 -10
  95. package/dist/types/Enum/AccountingTransactionTracking.js.map +0 -1
  96. package/dist/types/Interface/models/IAccountingTransactionTracking.d.ts.map +0 -1
  97. package/dist/types/Interface/models/IAccountingTransactionTracking.js +0 -2
  98. package/dist/types/Interface/models/IAccountingTransactionTracking.js.map +0 -1
@@ -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 { IAccountingTransactionTracking } from './IAccountingTransactionTracking.js';
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?: IAccountingTransactionTracking[];
80
+ trackings?: IConnectorTracking[];
81
81
  eInvoicing?: IEInvoicing | null;
82
82
  }
@@ -1,7 +1,7 @@
1
1
  import { IAccountingTransaction } from './IAccountingTransaction.js';
2
2
  import { IEInvoicing } from './IEInvoicing.js';
3
3
 
4
- export interface IAccountingTransactionTracking {
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 class IEInvoicing {
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/IAccountingTransactionTracking.js';
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/AccountingTransactionTracking.js';
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';
@@ -502,6 +502,7 @@ export * from './Enum/EquipmentAvailability.js';
502
502
  export * from './Enum/SpecialDayType.js';
503
503
  export * from './Enum/Degree.js';
504
504
  export * from './Enum/Brevo.js';
505
+ export * from './Enum/Zendesk.js';
505
506
  export * from './Enum/ZoneCode.js';
506
507
  export * from './Enum/TimeSlot.js';
507
508
  export * from './Enum/StateSynchro.js';
@@ -831,6 +832,8 @@ export * from './Interface/api/loan/ReadLoan.js';
831
832
  export * from './Interface/api/stock/StocksType.js';
832
833
  export * from './Interface/api/lettering/QueryRegroupLettering.js';
833
834
  export * from './Interface/api/loan/UpdateLoan.js';
835
+ export * from './Interface/api/zendesk/QueryTicket.js';
836
+ export * from './Interface/api/zendesk/ReadTicket.js';
834
837
  export * from './Interface/api/zticket/CreateZTicket.js';
835
838
  export * from './Interface/api/zticket/QueryZTicket.js';
836
839
  export * from './Interface/api/balanceSheetModule/CreateBalanceSheetModule.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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IAccountingTransactionTracking.js.map
@@ -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"]}