@silexpert/core 1.1.11 → 1.1.13

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 (106) hide show
  1. package/es/api/resources/Invoice.d.ts +2 -0
  2. package/es/api/resources/Invoice.d.ts.map +1 -1
  3. package/es/api/resources/Invoice.js +6 -0
  4. package/es/api/resources/Invoice.js.map +1 -1
  5. package/es/api/resources/Report.d.ts +2 -1
  6. package/es/api/resources/Report.d.ts.map +1 -1
  7. package/es/api/resources/Report.js +3 -0
  8. package/es/api/resources/Report.js.map +1 -1
  9. package/es/types/Enum/BrandClementine.d.ts +24 -0
  10. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  11. package/es/types/Enum/BrandClementine.js +22 -0
  12. package/es/types/Enum/BrandClementine.js.map +1 -1
  13. package/es/types/Enum/BrandComptalib.d.ts +16 -0
  14. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  15. package/es/types/Enum/BrandComptalib.js +14 -0
  16. package/es/types/Enum/BrandComptalib.js.map +1 -1
  17. package/es/types/Enum/BrandLegalstart.d.ts +22 -0
  18. package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
  19. package/es/types/Enum/BrandLegalstart.js +22 -0
  20. package/es/types/Enum/BrandLegalstart.js.map +1 -1
  21. package/es/types/Enum/BrandPourcentage.d.ts +115 -2
  22. package/es/types/Enum/BrandPourcentage.d.ts.map +1 -1
  23. package/es/types/Enum/BrandPourcentage.js +32 -6
  24. package/es/types/Enum/BrandPourcentage.js.map +1 -1
  25. package/es/types/Enum/PrestationType.d.ts +2 -1
  26. package/es/types/Enum/PrestationType.d.ts.map +1 -1
  27. package/es/types/Enum/PrestationType.js +18 -0
  28. package/es/types/Enum/PrestationType.js.map +1 -1
  29. package/es/types/Interface/api/report/QueryReportsForLetter.d.ts +5 -0
  30. package/es/types/Interface/api/report/QueryReportsForLetter.d.ts.map +1 -0
  31. package/es/types/Interface/api/report/QueryReportsForLetter.js +24 -0
  32. package/es/types/Interface/api/report/QueryReportsForLetter.js.map +1 -0
  33. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts +1 -1
  34. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts.map +1 -1
  35. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +1 -0
  36. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
  37. package/es/types/Interface/models/IImmobilization.d.ts +2 -0
  38. package/es/types/Interface/models/IImmobilization.d.ts.map +1 -1
  39. package/es/types/Interface/models/IImmobilization.js.map +1 -1
  40. package/es/types/Interface/models/ISociety.d.ts +2 -1
  41. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  42. package/es/types/Interface/models/ISociety.js.map +1 -1
  43. package/es/types/index.d.ts +1 -2
  44. package/es/types/index.d.ts.map +1 -1
  45. package/es/types/index.js +1 -2
  46. package/es/types/index.js.map +1 -1
  47. package/es/utils/brands.d.ts +8 -0
  48. package/es/utils/brands.d.ts.map +1 -1
  49. package/es/utils/brands.js.map +1 -1
  50. package/es/utils/vat/utils.d.ts.map +1 -1
  51. package/es/utils/vat/utils.js +3 -2
  52. package/es/utils/vat/utils.js.map +1 -1
  53. package/js/api/resources/Invoice.js +6 -0
  54. package/js/api/resources/Invoice.js.map +1 -1
  55. package/js/api/resources/Report.js +7 -0
  56. package/js/api/resources/Report.js.map +1 -1
  57. package/js/types/Enum/BrandClementine.js +22 -0
  58. package/js/types/Enum/BrandClementine.js.map +1 -1
  59. package/js/types/Enum/BrandComptalib.js +14 -0
  60. package/js/types/Enum/BrandComptalib.js.map +1 -1
  61. package/js/types/Enum/BrandLegalstart.js +22 -0
  62. package/js/types/Enum/BrandLegalstart.js.map +1 -1
  63. package/js/types/Enum/BrandPourcentage.js +32 -6
  64. package/js/types/Enum/BrandPourcentage.js.map +1 -1
  65. package/js/types/Enum/PrestationType.js +18 -0
  66. package/js/types/Enum/PrestationType.js.map +1 -1
  67. package/js/types/Interface/api/report/QueryReportsForLetter.js +23 -0
  68. package/js/types/Interface/api/report/QueryReportsForLetter.js.map +1 -0
  69. package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +1 -1
  70. package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
  71. package/js/types/Interface/models/IImmobilization.js.map +1 -1
  72. package/js/types/Interface/models/ISociety.js.map +1 -1
  73. package/js/types/index.js +10 -20
  74. package/js/types/index.js.map +1 -1
  75. package/js/utils/brands.js.map +1 -1
  76. package/js/utils/vat/utils.js +2 -1
  77. package/js/utils/vat/utils.js.map +1 -1
  78. package/package.json +1 -1
  79. package/ts/api/resources/Invoice.ts +8 -0
  80. package/ts/api/resources/Report.ts +4 -1
  81. package/ts/types/Enum/BrandClementine.ts +22 -0
  82. package/ts/types/Enum/BrandComptalib.ts +14 -0
  83. package/ts/types/Enum/BrandLegalstart.ts +22 -0
  84. package/ts/types/Enum/BrandPourcentage.ts +32 -6
  85. package/ts/types/Enum/PrestationType.ts +18 -0
  86. package/ts/types/Interface/api/report/QueryReportsForLetter.ts +12 -0
  87. package/ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts +2 -1
  88. package/ts/types/Interface/models/IImmobilization.ts +2 -0
  89. package/ts/types/Interface/models/ISociety.ts +2 -0
  90. package/ts/types/index.ts +1 -2
  91. package/ts/utils/brands.ts +8 -0
  92. package/ts/utils/vat/utils.ts +3 -2
  93. package/es/types/Enum/Office.d.ts +0 -19
  94. package/es/types/Enum/Office.d.ts.map +0 -1
  95. package/es/types/Enum/Office.js +0 -20
  96. package/es/types/Enum/Office.js.map +0 -1
  97. package/es/types/Enum/TimeRecorderLocation.d.ts +0 -23
  98. package/es/types/Enum/TimeRecorderLocation.d.ts.map +0 -1
  99. package/es/types/Enum/TimeRecorderLocation.js +0 -6
  100. package/es/types/Enum/TimeRecorderLocation.js.map +0 -1
  101. package/js/types/Enum/Office.js +0 -25
  102. package/js/types/Enum/Office.js.map +0 -1
  103. package/js/types/Enum/TimeRecorderLocation.js +0 -14
  104. package/js/types/Enum/TimeRecorderLocation.js.map +0 -1
  105. package/ts/types/Enum/Office.ts +0 -19
  106. package/ts/types/Enum/TimeRecorderLocation.ts +0 -9
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryReportsForLetter = undefined;
7
+ var _classValidator = require("class-validator");
8
+ var _utils = require("../../../../utils");
9
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
10
+ var c = arguments.length,
11
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
12
+ d;
13
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
14
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
15
+ };
16
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
17
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
18
+ };
19
+ class QueryReportsForLetter {}
20
+ exports.QueryReportsForLetter = QueryReportsForLetter;
21
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryReportsForLetter.prototype, "idReportType", void 0);
22
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], QueryReportsForLetter.prototype, "idSociety", void 0);
23
+ //# sourceMappingURL=QueryReportsForLetter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryReportsForLetter.js","names":["_classValidator","require","_utils","QueryReportsForLetter","exports","__decorate","ApiProperty","IsInt"],"sources":["../../../../../ts/types/Interface/api/report/QueryReportsForLetter.ts"],"sourcesContent":["import { IsInt } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\n\nexport class QueryReportsForLetter {\n @ApiProperty()\n @IsInt()\n idReportType: number;\n\n @ApiProperty()\n @IsInt()\n idSociety: number;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,qBAAqB;AAQjCC,OAAA,CARYD,qBAAqB,GAArBA,qBAAqB;AAChCE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,qBAAK,GAAE,E,4FACa;AAErBF,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,qBAAK,GAAE,E,yFACU"}
@@ -24,7 +24,7 @@ __decorate([(0, _decorators.ApiProperty)(), (0, _classValidator.IsNumber)(), __m
24
24
  class QueryVatMigrationEntry {}
25
25
  exports.QueryVatMigrationEntry = QueryVatMigrationEntry;
26
26
  __decorate([(0, _decorators.ApiProperty)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryVatMigrationEntry.prototype, "token", void 0);
27
- __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryVatMigrationEntry.prototype, "id", void 0);
27
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], QueryVatMigrationEntry.prototype, "id", void 0);
28
28
  class QueryVatDeclaration {}
29
29
  exports.QueryVatDeclaration = QueryVatDeclaration;
30
30
  __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDate)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Date)], QueryVatDeclaration.prototype, "declarationDate", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"QueryVatDeclaration.js","names":["_classValidator","require","_CerfaType","_decorators","QueryPreviousVatDeclaration","exports","__decorate","ApiProperty","IsDateString","IsNumber","QueryVatMigrationEntry","IsString","ApiPropertyOptional","QueryVatDeclaration","IsDate","IsOptional","Date","IsEnum","CerfaType","QueryVatEntry","QueryCerfa"],"sources":["../../../../../ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts"],"sourcesContent":["import {\n IsDate, IsDateString, IsEnum, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { CerfaType } from '../../../Enum/CerfaType';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class QueryPreviousVatDeclaration {\n @ApiProperty()\n @IsDateString()\n fromDate: string;\n\n @ApiProperty()\n @IsNumber()\n idCerfaType: number;\n}\n\nexport class QueryVatMigrationEntry {\n @ApiProperty()\n @IsString()\n token: string;\n\n @ApiPropertyOptional()\n @IsNumber()\n id: number;\n}\n\nexport class QueryVatDeclaration {\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n declarationDate?: Date;\n\n @ApiProperty()\n @IsEnum(CerfaType)\n idCerfaType: CerfaType;\n}\n\nexport class QueryVatEntry {\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiProperty()\n @IsString()\n type: 'collected' | 'deductible';\n}\n\nexport class QueryCerfa {\n @ApiProperty()\n @IsString()\n fileName: string;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,UAAA,GAAAD,OAAA;AACA,IAAAE,WAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,2BAA2B;AAQvCC,OAAA,CARYD,2BAA2B,GAA3BA,2BAA2B;AACtCE,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,8FACE;AAEjBF,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAE,wBAAQ,GAAE,E,iGACS;AAGhB,MAAOC,sBAAsB;AAQlCL,OAAA,CARYK,sBAAsB,GAAtBA,sBAAsB;AACjCJ,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAI,wBAAQ,GAAE,E,sFACG;AAEdL,UAAA,EAAC,IAAAM,+BAAmB,GAAE,EACrB,IAAAH,wBAAQ,GAAE,E,mFACA;AAGP,MAAOI,mBAAmB;AAS/BR,OAAA,CATYQ,mBAAmB,GAAnBA,mBAAmB;AAC9BP,UAAA,EAAC,IAAAM,+BAAmB,GAAE,EACrB,IAAAE,sBAAM,GAAE,EACR,IAAAC,0BAAU,GAAE,E,0BACKC,IAAI,E,2DAAC;AAEvBV,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAU,sBAAM,EAACC,oBAAS,CAAC,E,yFACK;AAGnB,MAAOC,aAAa;AAYzBd,OAAA,CAZYc,aAAa,GAAbA,aAAa;AACxBb,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,iFACG;AAElBF,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,+EACC;AAEhBF,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAI,wBAAQ,GAAE,E,4EACsB;AAG7B,MAAOS,UAAU;AAItBf,OAAA,CAJYe,UAAU,GAAVA,UAAU;AACrBd,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAI,wBAAQ,GAAE,E,6EACM"}
1
+ {"version":3,"file":"QueryVatDeclaration.js","names":["_classValidator","require","_CerfaType","_decorators","QueryPreviousVatDeclaration","exports","__decorate","ApiProperty","IsDateString","IsNumber","QueryVatMigrationEntry","IsString","ApiPropertyOptional","IsOptional","QueryVatDeclaration","IsDate","Date","IsEnum","CerfaType","QueryVatEntry","QueryCerfa"],"sources":["../../../../../ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts"],"sourcesContent":["import {\n IsDate, IsDateString, IsEnum, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { CerfaType } from '../../../Enum/CerfaType';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class QueryPreviousVatDeclaration {\n @ApiProperty()\n @IsDateString()\n fromDate: string;\n\n @ApiProperty()\n @IsNumber()\n idCerfaType: number;\n}\n\nexport class QueryVatMigrationEntry {\n @ApiProperty()\n @IsString()\n token: string;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n id?: number;\n}\n\nexport class QueryVatDeclaration {\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n declarationDate?: Date;\n\n @ApiProperty()\n @IsEnum(CerfaType)\n idCerfaType: CerfaType;\n}\n\nexport class QueryVatEntry {\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiProperty()\n @IsString()\n type: 'collected' | 'deductible';\n}\n\nexport class QueryCerfa {\n @ApiProperty()\n @IsString()\n fileName: string;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,UAAA,GAAAD,OAAA;AACA,IAAAE,WAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,2BAA2B;AAQvCC,OAAA,CARYD,2BAA2B,GAA3BA,2BAA2B;AACtCE,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,8FACE;AAEjBF,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAE,wBAAQ,GAAE,E,iGACS;AAGhB,MAAOC,sBAAsB;AASlCL,OAAA,CATYK,sBAAsB,GAAtBA,sBAAsB;AACjCJ,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAI,wBAAQ,GAAE,E,sFACG;AAEdL,UAAA,EAAC,IAAAM,+BAAmB,GAAE,EACrB,IAAAH,wBAAQ,GAAE,EACV,IAAAI,0BAAU,GAAE,E,mFACD;AAGR,MAAOC,mBAAmB;AAS/BT,OAAA,CATYS,mBAAmB,GAAnBA,mBAAmB;AAC9BR,UAAA,EAAC,IAAAM,+BAAmB,GAAE,EACrB,IAAAG,sBAAM,GAAE,EACR,IAAAF,0BAAU,GAAE,E,0BACKG,IAAI,E,2DAAC;AAEvBV,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAU,sBAAM,EAACC,oBAAS,CAAC,E,yFACK;AAGnB,MAAOC,aAAa;AAYzBd,OAAA,CAZYc,aAAa,GAAbA,aAAa;AACxBb,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,iFACG;AAElBF,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,+EACC;AAEhBF,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAI,wBAAQ,GAAE,E,4EACsB;AAG7B,MAAOS,UAAU;AAItBf,OAAA,CAJYe,UAAU,GAAVA,UAAU;AACrBd,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAI,wBAAQ,GAAE,E,6EACM"}
@@ -1 +1 @@
1
- {"version":3,"file":"IImmobilization.js","names":[],"sources":["../../../../ts/types/Interface/models/IImmobilization.ts"],"sourcesContent":["import { IAccountingEntry } from './IAccountingEntry';\nimport { ISociety } from './ISociety';\nimport { DepreciationMethods } from '../../Enum/ImmobilizationType';\n\nexport interface IImmobilization {\n id?: number;\n reference: string;\n designation: string;\n quantity: number;\n quantityTrashed?: number;\n quantitySelled?: number;\n acquisitionDate?: Date; // si il n'y a pas d'acquisition date, c'est un acompte\n duration: number;\n provider: string;\n depreciationMethod?: DepreciationMethods;\n amountTotalImmobilization : number;\n amountAlreadyDeducted?: number;\n idAccount?: number | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society?: ISociety;\n accountingEntries?: IAccountingEntry[];\n}\n"],"mappings":""}
1
+ {"version":3,"file":"IImmobilization.js","names":[],"sources":["../../../../ts/types/Interface/models/IImmobilization.ts"],"sourcesContent":["import { IAccountingEntry } from './IAccountingEntry';\nimport { ISociety } from './ISociety';\nimport { DepreciationMethods } from '../../Enum/ImmobilizationType';\nimport { IAccount } from './IAccount';\n\nexport interface IImmobilization {\n id?: number;\n reference: string;\n designation: string;\n quantity: number;\n quantityTrashed?: number;\n quantitySelled?: number;\n acquisitionDate?: Date; // si il n'y a pas d'acquisition date, c'est un acompte\n duration: number;\n provider: string;\n depreciationMethod?: DepreciationMethods;\n amountTotalImmobilization : number;\n amountAlreadyDeducted?: number;\n idAccount?: number | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society?: ISociety;\n account?: Partial<IAccount>;\n accountingEntries?: IAccountingEntry[];\n}\n"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"ISociety.js","names":[],"sources":["../../../../ts/types/Interface/models/ISociety.ts"],"sourcesContent":["import { IAccount } from './IAccount';\nimport { IComment } from './IComment';\nimport { IThirdParty } from './IThirdParty';\nimport { IReport } from './IReport';\nimport { IConnector } from './IConnector';\nimport { IBankConnection } from './IBankConnection';\nimport { IFollowedQualityMail } from './IFollowedQualityMail';\nimport { IFollow } from './IFollow';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { ILegalForm } from './ILegalForm';\nimport { IOldExpertInfo } from './IOldExpertInfo';\nimport { IPrestation } from './IPrestation';\nimport { ISector } from './ISector';\nimport { IRefund } from './IRefund';\nimport { IBankAccount } from './IBankAccount';\nimport { ISocietyBank } from './ISocietyBank';\nimport { IComptaType } from './IComptaType';\nimport { ISubscriptionType } from './ISubscriptionType';\nimport { ISocietyConfig } from './ISocietyConfig';\nimport { ISocietyGescom } from './ISocietyGescom';\nimport { ISocietyCgv } from './ISocietyCgv';\nimport { IFormalism } from './IFormalism';\nimport { ISocietyNote } from './ISocietyNote';\nimport { ITaxSystem } from './ITaxSystem';\nimport { IVatRegime } from './IVatRegime';\nimport { IFiscalRegime } from './IFiscalRegime';\nimport { ISource } from './ISource';\nimport { IAnalyticsUtm } from './IAnalyticsUtm';\nimport { IActivity } from './IActivity';\nimport { ISoftwareCompta } from './ISoftwareCompta';\nimport { IAccessToken } from './IAccessToken';\nimport { ICotation } from './ICotation';\nimport { ISocietyVehicle } from './ISocietyVehicle';\nimport { ICountry } from './ICountry';\nimport { ITerminationList } from './ITerminationList';\nimport { ISocietyFile } from './ISocietyFile';\nimport { ISocietyDetail } from './ISocietyDetail';\nimport { ISocietySocial } from './ISocietySocial';\nimport { ISocietyJuridical } from './ISocietyJuridical';\nimport { IPaymentWaiting } from './IPaymentWaiting';\nimport { IExercice } from './IExercice';\nimport { IWebMail } from './IWebMail';\nimport { ISocietyProceding } from './ISocietyProceding';\nimport { ISocietyStat } from './ISocietyStat';\nimport { ISurvey } from './ISurvey';\nimport { ILog } from './ILog';\nimport { ISms } from './ISms';\nimport { IUser } from './IUser';\nimport { ISocietyEvent } from './ISocietyEvent';\nimport {\n ComptaType, CountryId, INafCode, IPartneredAccountantCompanyService, Sector, UnpaidDetail, IPartneredAccountantToSociety, IMail, IAccountingTransaction, IFecFile, IGedFile, IBusinessPartner, IPaymentSchedule, IRegulate, IUserSocietyPermission,\n ISocietyConfigBalanceSheet,\n IAccountsSocieties,\n IUnpaidCallHistory,\n} from '../..';\nimport { IBrandType } from './IBrandType';\nimport { IFile } from './IFile';\n\n// societies\nexport interface ISociety {\n id?: number;\n name: string | null;\n commercialName: string | null;\n descriptionActivity: string | null;\n dateOfRegistration: Date | null;\n dateInscription: Date | null;\n dateIsClient: Date | null;\n partnerSubscriptionECDate: Date | null;\n dateStatus: Date | null;\n socialStatut: number | null;\n juridicalStatut: number | null;\n mailSocial: Date | null;\n mailJuridical: Date | null;\n city: string | null;\n zipCode: string | null;\n address: string | null;\n siret: string | null;\n diaCode: string | null;\n socialCapital: string | null;\n archive: boolean;\n archiveDate: Date | null;\n isBlocked: boolean | null;\n autoAnnotate: boolean;\n managementSoftware: boolean | null;\n cashbook: boolean | null;\n balanceZero: boolean | null;\n mailRecovery: boolean | null;\n folderIsFinished: boolean | null;\n hideInformationsBanner: boolean | null;\n dateUploadTva: Date | null;\n vatUploadDay: number | null;\n lockImposition: boolean | null;\n lockTva: boolean | null;\n isWaitingEnd: boolean | null;\n waitFirstContact: boolean | null;\n sendFirstContact: boolean | null;\n toConstitution: number | null;\n passwordIsuite: string | null;\n numberFrp: string | null;\n socialParts: string | null;\n numberSie: string | null;\n aga: string | null;\n statutoryAuditor: string | null;\n typeSales: string | null;\n dateRelanceCommercial: Date | null;\n firstPayslipDate: Date | null;\n totalSharesHeld: number | null;\n leadQuotation: number | null;\n idVatRegime: number | null;\n idTaxSystem: number | null;\n idActivity: number | null;\n profitsType: number | null;\n idSource: number | null;\n idFiscalRegime: number | null;\n idRegion: number | null;\n idLegalForm: number | null;\n idComptaType: ComptaType | null;\n idTypeBrand: number | null;\n idSubscriptionType: number | null;\n idCountry: CountryId | null;\n idSector: Sector | null;\n idSocietyNotes: number | null;\n folderNote: string | null;\n oldNafCode: string | null;\n dateSendAdvise: Date | null;\n idUserAdvise: number | null;\n idVatForInternalInvoicing: number;\n dateFirstSendUnpaid: Date | null;\n reasonUnpaid: number | null;\n stripeSubscriptionId: string | null;\n stateSynchroBankAccount: number | null;\n noShowPopUpSynchroDate: Date | null;\n stateFollowCall: number | null;\n folderCreation: boolean;\n hideSimulationBetaMessage: boolean;\n unpaid: number | null;\n isLate: boolean | null;\n unpaidDetails: UnpaidDetail[] | null;\n owner: IUser | null;\n social: string | null;\n exercices: string | null;\n recoveryDate: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n startAt?: Date | null;\n idSoftware: number | null;\n canceledFirstStepAt: Date | null;\n completedFirstStepAt: Date | null;\n lastMobileConnection: Date | null;\n idNafCode: number | null;\n canceledFirstStepTourAt: Date | null;\n step: string | null;\n hidePartneredAccountantsBubbleLink: boolean | null;\n cancelCompleteCreationModal: Date | null;\n isCreatedInApp: boolean;\n\n // Associations\n accounts?: IAccount[];\n accountsSocieties?: IAccountsSocieties[];\n comments?: IComment[];\n thirdParty?: IThirdParty[];\n reports?: IReport[];\n connectors?: IConnector[];\n bankConnections?: IBankConnection[];\n societiesFollowedQualityMail?: IFollowedQualityMail[];\n societyConfigBalanceSheet?: ISocietyConfigBalanceSheet[];\n societyFollow?: IFollow[];\n paymentsExpectations?: IPaymentExpectation[];\n paymentSchedules?: IPaymentSchedule[];\n legalForm?: ILegalForm;\n oldExpertInfo?: IOldExpertInfo;\n prestationsSocieties?: IPrestation[];\n sector?: ISector;\n refunds?: IRefund[];\n bankAccounts?: IBankAccount[];\n bankPayment?: ISocietyBank;\n compta?: IComptaType;\n typeSubscription?: ISubscriptionType;\n config?: ISocietyConfig;\n gescom?: ISocietyGescom;\n societyCgv?: ISocietyCgv;\n formalism?: IFormalism;\n notes?: ISocietyNote;\n taxSystem?: ITaxSystem;\n tvaRegime?: IVatRegime;\n fiscalRegime?: IFiscalRegime;\n source?: ISource;\n nafCode?: INafCode;\n analyticsUtm?: IAnalyticsUtm;\n activity?: IActivity;\n softwareCompta?: ISoftwareCompta;\n accessToken?: IAccessToken;\n cotations?: ICotation[];\n societyVehicles?: ISocietyVehicle[];\n societyCountry?: ICountry;\n terminationsList?: ITerminationList;\n societyFiles?: ISocietyFile[];\n societyDetail?: ISocietyDetail;\n societySocials?: ISocietySocial[];\n societyJuridical?: ISocietyJuridical;\n paymentWaitings?: IPaymentWaiting[];\n societyExercices?: IExercice[];\n webmailMails?: IWebMail[];\n societyProcedings?: ISocietyProceding[];\n societyStats?: ISocietyStat[];\n survey?: ISurvey[];\n logs?: ILog[];\n sms?: ISms[];\n users?: IUser[];\n userPermission?: IUserSocietyPermission;\n regulates?: IRegulate[];\n brandType?: IBrandType;\n partneredAccountantCompaniesServices: IPartneredAccountantCompanyService[];\n partneredAccountantRelated: IPartneredAccountantToSociety;\n events: ISocietyEvent[];\n mails: IMail[];\n transactions: IAccountingTransaction[];\n businessPartners: IBusinessPartner[];\n fecFile: IFecFile | null;\n gedFiles: IGedFile[];\n files: IFile[];\n unpaidCallHistory: IUnpaidCallHistory[];\n}"],"mappings":""}
1
+ {"version":3,"file":"ISociety.js","names":[],"sources":["../../../../ts/types/Interface/models/ISociety.ts"],"sourcesContent":["import { IAccount } from './IAccount';\nimport { IComment } from './IComment';\nimport { IThirdParty } from './IThirdParty';\nimport { IReport } from './IReport';\nimport { IConnector } from './IConnector';\nimport { IBankConnection } from './IBankConnection';\nimport { IFollowedQualityMail } from './IFollowedQualityMail';\nimport { IFollow } from './IFollow';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { ILegalForm } from './ILegalForm';\nimport { IOldExpertInfo } from './IOldExpertInfo';\nimport { IPrestation } from './IPrestation';\nimport { ISector } from './ISector';\nimport { IRefund } from './IRefund';\nimport { IBankAccount } from './IBankAccount';\nimport { ISocietyBank } from './ISocietyBank';\nimport { IComptaType } from './IComptaType';\nimport { ISubscriptionType } from './ISubscriptionType';\nimport { ISocietyConfig } from './ISocietyConfig';\nimport { ISocietyGescom } from './ISocietyGescom';\nimport { ISocietyCgv } from './ISocietyCgv';\nimport { IFormalism } from './IFormalism';\nimport { ISocietyNote } from './ISocietyNote';\nimport { ITaxSystem } from './ITaxSystem';\nimport { IVatRegime } from './IVatRegime';\nimport { IFiscalRegime } from './IFiscalRegime';\nimport { ISource } from './ISource';\nimport { IAnalyticsUtm } from './IAnalyticsUtm';\nimport { IActivity } from './IActivity';\nimport { ISoftwareCompta } from './ISoftwareCompta';\nimport { IAccessToken } from './IAccessToken';\nimport { ICotation } from './ICotation';\nimport { ISocietyVehicle } from './ISocietyVehicle';\nimport { ICountry } from './ICountry';\nimport { ITerminationList } from './ITerminationList';\nimport { ISocietyFile } from './ISocietyFile';\nimport { ISocietyDetail } from './ISocietyDetail';\nimport { ISocietySocial } from './ISocietySocial';\nimport { ISocietyJuridical } from './ISocietyJuridical';\nimport { IPaymentWaiting } from './IPaymentWaiting';\nimport { IExercice } from './IExercice';\nimport { IWebMail } from './IWebMail';\nimport { ISocietyProceding } from './ISocietyProceding';\nimport { ISocietyStat } from './ISocietyStat';\nimport { ISurvey } from './ISurvey';\nimport { ILog } from './ILog';\nimport { ISms } from './ISms';\nimport { IUser } from './IUser';\nimport { ISocietyEvent } from './ISocietyEvent';\nimport {\n ComptaType, CountryId, INafCode, IPartneredAccountantCompanyService, Sector, UnpaidDetail, IPartneredAccountantToSociety, IMail, IAccountingTransaction, IFecFile, IGedFile, IBusinessPartner, IPaymentSchedule, IRegulate, IUserSocietyPermission,\n ISocietyConfigBalanceSheet,\n IAccountsSocieties,\n IUnpaidCallHistory,\n IAccountingFile,\n} from '../..';\nimport { IBrandType } from './IBrandType';\nimport { IFile } from './IFile';\n\n// societies\nexport interface ISociety {\n id?: number;\n name: string | null;\n commercialName: string | null;\n descriptionActivity: string | null;\n dateOfRegistration: Date | null;\n dateInscription: Date | null;\n dateIsClient: Date | null;\n partnerSubscriptionECDate: Date | null;\n dateStatus: Date | null;\n socialStatut: number | null;\n juridicalStatut: number | null;\n mailSocial: Date | null;\n mailJuridical: Date | null;\n city: string | null;\n zipCode: string | null;\n address: string | null;\n siret: string | null;\n diaCode: string | null;\n socialCapital: string | null;\n archive: boolean;\n archiveDate: Date | null;\n isBlocked: boolean | null;\n autoAnnotate: boolean;\n managementSoftware: boolean | null;\n cashbook: boolean | null;\n balanceZero: boolean | null;\n mailRecovery: boolean | null;\n folderIsFinished: boolean | null;\n hideInformationsBanner: boolean | null;\n dateUploadTva: Date | null;\n vatUploadDay: number | null;\n lockImposition: boolean | null;\n lockTva: boolean | null;\n isWaitingEnd: boolean | null;\n waitFirstContact: boolean | null;\n sendFirstContact: boolean | null;\n toConstitution: number | null;\n passwordIsuite: string | null;\n numberFrp: string | null;\n socialParts: string | null;\n numberSie: string | null;\n aga: string | null;\n statutoryAuditor: string | null;\n typeSales: string | null;\n dateRelanceCommercial: Date | null;\n firstPayslipDate: Date | null;\n totalSharesHeld: number | null;\n leadQuotation: number | null;\n idVatRegime: number | null;\n idTaxSystem: number | null;\n idActivity: number | null;\n profitsType: number | null;\n idSource: number | null;\n idFiscalRegime: number | null;\n idRegion: number | null;\n idLegalForm: number | null;\n idComptaType: ComptaType | null;\n idTypeBrand: number | null;\n idSubscriptionType: number | null;\n idCountry: CountryId | null;\n idSector: Sector | null;\n idSocietyNotes: number | null;\n folderNote: string | null;\n oldNafCode: string | null;\n dateSendAdvise: Date | null;\n idUserAdvise: number | null;\n idVatForInternalInvoicing: number;\n dateFirstSendUnpaid: Date | null;\n reasonUnpaid: number | null;\n stripeSubscriptionId: string | null;\n stateSynchroBankAccount: number | null;\n noShowPopUpSynchroDate: Date | null;\n stateFollowCall: number | null;\n folderCreation: boolean;\n hideSimulationBetaMessage: boolean;\n unpaid: number | null;\n isLate: boolean | null;\n unpaidDetails: UnpaidDetail[] | null;\n owner: IUser | null;\n social: string | null;\n exercices: string | null;\n recoveryDate: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n startAt?: Date | null;\n idSoftware: number | null;\n canceledFirstStepAt: Date | null;\n completedFirstStepAt: Date | null;\n lastMobileConnection: Date | null;\n idNafCode: number | null;\n canceledFirstStepTourAt: Date | null;\n step: string | null;\n hidePartneredAccountantsBubbleLink: boolean | null;\n cancelCompleteCreationModal: Date | null;\n isCreatedInApp: boolean;\n\n // Associations\n accounts?: IAccount[];\n accountsSocieties?: IAccountsSocieties[];\n comments?: IComment[];\n thirdParty?: IThirdParty[];\n reports?: IReport[];\n connectors?: IConnector[];\n bankConnections?: IBankConnection[];\n societiesFollowedQualityMail?: IFollowedQualityMail[];\n societyConfigBalanceSheet?: ISocietyConfigBalanceSheet[];\n societyFollow?: IFollow[];\n paymentsExpectations?: IPaymentExpectation[];\n paymentSchedules?: IPaymentSchedule[];\n legalForm?: ILegalForm;\n oldExpertInfo?: IOldExpertInfo;\n prestationsSocieties?: IPrestation[];\n sector?: ISector;\n refunds?: IRefund[];\n bankAccounts?: IBankAccount[];\n bankPayment?: ISocietyBank;\n compta?: IComptaType;\n typeSubscription?: ISubscriptionType;\n config?: ISocietyConfig;\n gescom?: ISocietyGescom;\n societyCgv?: ISocietyCgv;\n formalism?: IFormalism;\n notes?: ISocietyNote;\n taxSystem?: ITaxSystem;\n tvaRegime?: IVatRegime;\n fiscalRegime?: IFiscalRegime;\n source?: ISource;\n nafCode?: INafCode;\n analyticsUtm?: IAnalyticsUtm;\n activity?: IActivity;\n softwareCompta?: ISoftwareCompta;\n accessToken?: IAccessToken;\n cotations?: ICotation[];\n societyVehicles?: ISocietyVehicle[];\n societyCountry?: ICountry;\n terminationsList?: ITerminationList;\n societyFiles?: ISocietyFile[];\n societyDetail?: ISocietyDetail;\n societySocials?: ISocietySocial[];\n societyJuridical?: ISocietyJuridical;\n paymentWaitings?: IPaymentWaiting[];\n societyExercices?: IExercice[];\n webmailMails?: IWebMail[];\n societyProcedings?: ISocietyProceding[];\n societyStats?: ISocietyStat[];\n survey?: ISurvey[];\n logs?: ILog[];\n sms?: ISms[];\n users?: IUser[];\n userPermission?: IUserSocietyPermission;\n regulates?: IRegulate[];\n brandType?: IBrandType;\n partneredAccountantCompaniesServices: IPartneredAccountantCompanyService[];\n partneredAccountantRelated: IPartneredAccountantToSociety;\n events: ISocietyEvent[];\n mails: IMail[];\n transactions: IAccountingTransaction[];\n businessPartners: IBusinessPartner[];\n fecFile: IFecFile | null;\n gedFiles: IGedFile[];\n files: IFile[];\n unpaidCallHistory: IUnpaidCallHistory[];\n accountingFiles?: IAccountingFile[];\n}"],"mappings":""}
package/js/types/index.js CHANGED
@@ -3463,16 +3463,6 @@ Object.keys(_RoleDetail).forEach(function (key) {
3463
3463
  }
3464
3464
  });
3465
3465
  });
3466
- var _Office = require("./Enum/Office");
3467
- Object.keys(_Office).forEach(function (key) {
3468
- if (key === "default" || key === "__esModule") return;
3469
- Object.defineProperty(exports, key, {
3470
- enumerable: true,
3471
- get: function () {
3472
- return _Office[key];
3473
- }
3474
- });
3475
- });
3476
3466
  var _PrestationOption = require("./Enum/PrestationOption");
3477
3467
  Object.keys(_PrestationOption).forEach(function (key) {
3478
3468
  if (key === "default" || key === "__esModule") return;
@@ -3493,16 +3483,6 @@ Object.keys(_TimeCounterType).forEach(function (key) {
3493
3483
  }
3494
3484
  });
3495
3485
  });
3496
- var _TimeRecorderLocation = require("./Enum/TimeRecorderLocation");
3497
- Object.keys(_TimeRecorderLocation).forEach(function (key) {
3498
- if (key === "default" || key === "__esModule") return;
3499
- Object.defineProperty(exports, key, {
3500
- enumerable: true,
3501
- get: function () {
3502
- return _TimeRecorderLocation[key];
3503
- }
3504
- });
3505
- });
3506
3486
  var _MailAuto = require("./Enum/MailAuto");
3507
3487
  Object.keys(_MailAuto).forEach(function (key) {
3508
3488
  if (key === "default" || key === "__esModule") return;
@@ -6753,6 +6733,16 @@ Object.keys(_QueryReportsStats).forEach(function (key) {
6753
6733
  }
6754
6734
  });
6755
6735
  });
6736
+ var _QueryReportsForLetter = require("./Interface/api/report/QueryReportsForLetter");
6737
+ Object.keys(_QueryReportsForLetter).forEach(function (key) {
6738
+ if (key === "default" || key === "__esModule") return;
6739
+ Object.defineProperty(exports, key, {
6740
+ enumerable: true,
6741
+ get: function () {
6742
+ return _QueryReportsForLetter[key];
6743
+ }
6744
+ });
6745
+ });
6756
6746
  var _CreateLetter = require("./Interface/api/letter/CreateLetter");
6757
6747
  Object.keys(_CreateLetter).forEach(function (key) {
6758
6748
  if (key === "default" || key === "__esModule") return;