@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.
- package/es/api/resources/Invoice.d.ts +2 -0
- package/es/api/resources/Invoice.d.ts.map +1 -1
- package/es/api/resources/Invoice.js +6 -0
- package/es/api/resources/Invoice.js.map +1 -1
- package/es/api/resources/Report.d.ts +2 -1
- package/es/api/resources/Report.d.ts.map +1 -1
- package/es/api/resources/Report.js +3 -0
- package/es/api/resources/Report.js.map +1 -1
- package/es/types/Enum/BrandClementine.d.ts +24 -0
- package/es/types/Enum/BrandClementine.d.ts.map +1 -1
- package/es/types/Enum/BrandClementine.js +22 -0
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/BrandComptalib.d.ts +16 -0
- package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
- package/es/types/Enum/BrandComptalib.js +14 -0
- package/es/types/Enum/BrandComptalib.js.map +1 -1
- package/es/types/Enum/BrandLegalstart.d.ts +22 -0
- package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
- package/es/types/Enum/BrandLegalstart.js +22 -0
- package/es/types/Enum/BrandLegalstart.js.map +1 -1
- package/es/types/Enum/BrandPourcentage.d.ts +115 -2
- package/es/types/Enum/BrandPourcentage.d.ts.map +1 -1
- package/es/types/Enum/BrandPourcentage.js +32 -6
- package/es/types/Enum/BrandPourcentage.js.map +1 -1
- package/es/types/Enum/PrestationType.d.ts +2 -1
- package/es/types/Enum/PrestationType.d.ts.map +1 -1
- package/es/types/Enum/PrestationType.js +18 -0
- package/es/types/Enum/PrestationType.js.map +1 -1
- package/es/types/Interface/api/report/QueryReportsForLetter.d.ts +5 -0
- package/es/types/Interface/api/report/QueryReportsForLetter.d.ts.map +1 -0
- package/es/types/Interface/api/report/QueryReportsForLetter.js +24 -0
- package/es/types/Interface/api/report/QueryReportsForLetter.js.map +1 -0
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts +1 -1
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts.map +1 -1
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +1 -0
- package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
- package/es/types/Interface/models/IImmobilization.d.ts +2 -0
- package/es/types/Interface/models/IImmobilization.d.ts.map +1 -1
- package/es/types/Interface/models/IImmobilization.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +2 -1
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/index.d.ts +1 -2
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +1 -2
- package/es/types/index.js.map +1 -1
- package/es/utils/brands.d.ts +8 -0
- package/es/utils/brands.d.ts.map +1 -1
- package/es/utils/brands.js.map +1 -1
- package/es/utils/vat/utils.d.ts.map +1 -1
- package/es/utils/vat/utils.js +3 -2
- package/es/utils/vat/utils.js.map +1 -1
- package/js/api/resources/Invoice.js +6 -0
- package/js/api/resources/Invoice.js.map +1 -1
- package/js/api/resources/Report.js +7 -0
- package/js/api/resources/Report.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +22 -0
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/BrandComptalib.js +14 -0
- package/js/types/Enum/BrandComptalib.js.map +1 -1
- package/js/types/Enum/BrandLegalstart.js +22 -0
- package/js/types/Enum/BrandLegalstart.js.map +1 -1
- package/js/types/Enum/BrandPourcentage.js +32 -6
- package/js/types/Enum/BrandPourcentage.js.map +1 -1
- package/js/types/Enum/PrestationType.js +18 -0
- package/js/types/Enum/PrestationType.js.map +1 -1
- package/js/types/Interface/api/report/QueryReportsForLetter.js +23 -0
- package/js/types/Interface/api/report/QueryReportsForLetter.js.map +1 -0
- package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +1 -1
- package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
- package/js/types/Interface/models/IImmobilization.js.map +1 -1
- package/js/types/Interface/models/ISociety.js.map +1 -1
- package/js/types/index.js +10 -20
- package/js/types/index.js.map +1 -1
- package/js/utils/brands.js.map +1 -1
- package/js/utils/vat/utils.js +2 -1
- package/js/utils/vat/utils.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Invoice.ts +8 -0
- package/ts/api/resources/Report.ts +4 -1
- package/ts/types/Enum/BrandClementine.ts +22 -0
- package/ts/types/Enum/BrandComptalib.ts +14 -0
- package/ts/types/Enum/BrandLegalstart.ts +22 -0
- package/ts/types/Enum/BrandPourcentage.ts +32 -6
- package/ts/types/Enum/PrestationType.ts +18 -0
- package/ts/types/Interface/api/report/QueryReportsForLetter.ts +12 -0
- package/ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts +2 -1
- package/ts/types/Interface/models/IImmobilization.ts +2 -0
- package/ts/types/Interface/models/ISociety.ts +2 -0
- package/ts/types/index.ts +1 -2
- package/ts/utils/brands.ts +8 -0
- package/ts/utils/vat/utils.ts +3 -2
- package/es/types/Enum/Office.d.ts +0 -19
- package/es/types/Enum/Office.d.ts.map +0 -1
- package/es/types/Enum/Office.js +0 -20
- package/es/types/Enum/Office.js.map +0 -1
- package/es/types/Enum/TimeRecorderLocation.d.ts +0 -23
- package/es/types/Enum/TimeRecorderLocation.d.ts.map +0 -1
- package/es/types/Enum/TimeRecorderLocation.js +0 -6
- package/es/types/Enum/TimeRecorderLocation.js.map +0 -1
- package/js/types/Enum/Office.js +0 -25
- package/js/types/Enum/Office.js.map +0 -1
- package/js/types/Enum/TimeRecorderLocation.js +0 -14
- package/js/types/Enum/TimeRecorderLocation.js.map +0 -1
- package/ts/types/Enum/Office.ts +0 -19
- 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","
|
|
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;
|