@silexpert/core 0.4.97 → 0.4.98
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/Tax.d.ts +7 -0
- package/es/api/resources/Tax.d.ts.map +1 -0
- package/es/api/resources/Tax.js +10 -0
- package/es/api/resources/Tax.js.map +1 -0
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/Log.d.ts +35 -0
- package/es/types/Enum/Log.d.ts.map +1 -0
- package/es/types/Enum/Log.js +38 -0
- package/es/types/Enum/Log.js.map +1 -0
- package/es/types/Enum/Tax.d.ts +31 -0
- package/es/types/Enum/Tax.d.ts.map +1 -0
- package/es/types/Enum/Tax.js +34 -0
- package/es/types/Enum/Tax.js.map +1 -0
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/es/types/Interface/api/log/CreateLog.d.ts +14 -0
- package/es/types/Interface/api/log/CreateLog.d.ts.map +1 -0
- package/es/types/Interface/api/log/CreateLog.js +2 -0
- package/es/types/Interface/api/log/CreateLog.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.d.ts +2 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.d.ts.map +1 -1
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js.map +1 -1
- package/es/types/Interface/api/tax/CreateTax.d.ts +12 -0
- package/es/types/Interface/api/tax/CreateTax.d.ts.map +1 -0
- package/es/types/Interface/api/tax/CreateTax.js +52 -0
- package/es/types/Interface/api/tax/CreateTax.js.map +1 -0
- package/es/types/Interface/api/tax/ReadTax.d.ts +20 -0
- package/es/types/Interface/api/tax/ReadTax.d.ts.map +1 -0
- package/es/types/Interface/api/tax/ReadTax.js +2 -0
- package/es/types/Interface/api/tax/ReadTax.js.map +1 -0
- package/es/types/Interface/models/ICustomerIsRegime.d.ts +5 -4
- package/es/types/Interface/models/ICustomerIsRegime.d.ts.map +1 -1
- package/es/types/Interface/models/ICustomerIsRegime.js.map +1 -1
- package/es/types/Interface/models/IPartneredAccountantService.d.ts +3 -0
- package/es/types/Interface/models/IPartneredAccountantService.d.ts.map +1 -1
- package/es/types/Interface/models/IPartneredAccountantService.js.map +1 -1
- package/es/types/Interface/models/IPartneredAccountantServiceIcon.d.ts +10 -0
- package/es/types/Interface/models/IPartneredAccountantServiceIcon.d.ts.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantServiceIcon.js +2 -0
- package/es/types/Interface/models/IPartneredAccountantServiceIcon.js.map +1 -0
- package/es/types/index.d.ts +6 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Tax.js +22 -0
- package/js/api/resources/Tax.js.map +1 -0
- package/js/api/resources.js +3 -0
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Log.js +48 -0
- package/js/types/Enum/Log.js.map +1 -0
- package/js/types/Enum/Tax.js +44 -0
- package/js/types/Enum/Tax.js.map +1 -0
- package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +1 -1
- package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/js/types/Interface/api/log/CreateLog.js +6 -0
- package/js/types/Interface/api/log/CreateLog.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.js.map +1 -1
- package/js/types/Interface/api/tax/CreateTax.js +66 -0
- package/js/types/Interface/api/tax/CreateTax.js.map +1 -0
- package/js/types/Interface/api/tax/ReadTax.js +6 -0
- package/js/types/Interface/api/tax/ReadTax.js.map +1 -0
- package/js/types/Interface/models/IPartneredAccountantServiceIcon.js +6 -0
- package/js/types/Interface/models/IPartneredAccountantServiceIcon.js.map +1 -0
- package/js/types/index.js +72 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Tax.ts +13 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/Log.ts +36 -0
- package/ts/types/Enum/Tax.ts +32 -0
- package/ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts +1 -1
- package/ts/types/Interface/api/log/CreateLog.ts +11 -0
- package/ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.ts +3 -0
- package/ts/types/Interface/api/tax/CreateTax.ts +34 -0
- package/ts/types/Interface/api/tax/ReadTax.ts +22 -0
- package/ts/types/Interface/models/ICustomerIsRegime.ts +5 -4
- package/ts/types/Interface/models/IPartneredAccountantService.ts +3 -0
- package/ts/types/Interface/models/IPartneredAccountantServiceIcon.ts +13 -0
- package/ts/types/index.ts +6 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
import { ReadTax, CreateTax, ICustomerIsRegime } from '../../types';
|
|
3
|
+
export declare class Tax extends Resource {
|
|
4
|
+
getAll(id: number): Promise<ReadTax>;
|
|
5
|
+
create(id: number, payload: CreateTax): Promise<ICustomerIsRegime>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=Tax.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tax.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Tax.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,OAAO,EAAE,SAAS,EAAE,iBAAiB,EACtC,MAAM,aAAa,CAAC;AAErB,qBAAa,GAAI,SAAQ,QAAQ;IAC/B,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAGpC,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,SAAS,GAAG,OAAO,CAAC,iBAAiB,CAAC;CAGnE"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Resource } from '../Resource';
|
|
2
|
+
export class Tax extends Resource {
|
|
3
|
+
getAll(id) {
|
|
4
|
+
return this.axios.$get(`/exercice/${id}/taxes`);
|
|
5
|
+
}
|
|
6
|
+
create(id, payload) {
|
|
7
|
+
return this.axios.$post(`/exercice/${id}/taxes`, payload);
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=Tax.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tax.js","sourceRoot":"","sources":["../../../ts/api/resources/Tax.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,GAAI,SAAQ,QAAQ;IAC/B,MAAM,CAAC,EAAU;QACf,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,aAAa,EAAE,QAAQ,CAAC,CAAC;IAClD,CAAC;IACD,MAAM,CAAC,EAAU,EAAE,OAAkB;QACnC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC;IAC5D,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n ReadTax, CreateTax, ICustomerIsRegime,\n} from '../../types';\n\nexport class Tax extends Resource {\n getAll(id: number): Promise<ReadTax> {\n return this.axios.$get(`/exercice/${id}/taxes`);\n }\n create(id: number, payload: CreateTax): Promise<ICustomerIsRegime> {\n return this.axios.$post(`/exercice/${id}/taxes`, payload);\n }\n}"]}
|
package/es/api/resources.d.ts
CHANGED
|
@@ -40,6 +40,7 @@ import { TaxDeadline } from './resources/TaxDeadline';
|
|
|
40
40
|
import { ExerciceNote } from './resources/ExerciceNote';
|
|
41
41
|
import { Connector } from './resources/Connector';
|
|
42
42
|
import { PartneredAccountant } from './resources/PartneredAccountant';
|
|
43
|
+
import { Tax } from './resources/Tax';
|
|
43
44
|
import { QuotesAccount } from './resources/QuotesAccount';
|
|
44
45
|
export declare const resources: {
|
|
45
46
|
simulation: typeof Simulation;
|
|
@@ -84,6 +85,7 @@ export declare const resources: {
|
|
|
84
85
|
exerciceNote: typeof ExerciceNote;
|
|
85
86
|
connector: typeof Connector;
|
|
86
87
|
partneredAccountant: typeof PartneredAccountant;
|
|
88
|
+
tax: typeof Tax;
|
|
87
89
|
quotesAccount: typeof QuotesAccount;
|
|
88
90
|
};
|
|
89
91
|
//# sourceMappingURL=resources.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAE1D,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,GAAG,EAAE,MAAM,iBAAiB,CAAC;AACtC,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAE1D,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6CrB,CAAC"}
|
package/es/api/resources.js
CHANGED
|
@@ -40,6 +40,7 @@ import { TaxDeadline } from './resources/TaxDeadline';
|
|
|
40
40
|
import { ExerciceNote } from './resources/ExerciceNote';
|
|
41
41
|
import { Connector } from './resources/Connector';
|
|
42
42
|
import { PartneredAccountant } from './resources/PartneredAccountant';
|
|
43
|
+
import { Tax } from './resources/Tax';
|
|
43
44
|
import { QuotesAccount } from './resources/QuotesAccount';
|
|
44
45
|
export const resources = {
|
|
45
46
|
simulation: Simulation,
|
|
@@ -84,6 +85,7 @@ export const resources = {
|
|
|
84
85
|
exerciceNote: ExerciceNote,
|
|
85
86
|
connector: Connector,
|
|
86
87
|
partneredAccountant: PartneredAccountant,
|
|
88
|
+
tax: Tax,
|
|
87
89
|
quotesAccount: QuotesAccount,
|
|
88
90
|
};
|
|
89
91
|
//# sourceMappingURL=resources.js.map
|
package/es/api/resources.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { QuotesAccount } from './resources/QuotesAccount';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n quotesAccount: QuotesAccount,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n};\n"]}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export declare enum ActionType {
|
|
2
|
+
POST = 1,
|
|
3
|
+
PUT = 2,
|
|
4
|
+
DELETE = 3
|
|
5
|
+
}
|
|
6
|
+
export declare enum Source {
|
|
7
|
+
MY_CLEMENTINE = 1,
|
|
8
|
+
CLEMENTINIER = 2
|
|
9
|
+
}
|
|
10
|
+
export declare enum LogType {
|
|
11
|
+
VAT = 1,
|
|
12
|
+
TAX = 2,
|
|
13
|
+
BALANCESHEET = 3,
|
|
14
|
+
SUPERVISION = 4,
|
|
15
|
+
TASK = 5,
|
|
16
|
+
COMMENT = 6,
|
|
17
|
+
MAIL = 7,
|
|
18
|
+
REPORT = 8,
|
|
19
|
+
EXPORT = 9,
|
|
20
|
+
REVISION = 10,
|
|
21
|
+
ARCHIVING = 11,
|
|
22
|
+
UNARCHIVING = 12,
|
|
23
|
+
PAYMENT_DELETED = 13,
|
|
24
|
+
LOGIN = 14,
|
|
25
|
+
PAUSE = 15,
|
|
26
|
+
DAY_END = 16,
|
|
27
|
+
GENERIC_ACCOUNT = 17,
|
|
28
|
+
BANK_ACCOUNT_FUSION = 18,
|
|
29
|
+
IMPORT = 19,
|
|
30
|
+
PAUSE_END = 20,
|
|
31
|
+
UNPAID = 21,
|
|
32
|
+
DELETE = 22,
|
|
33
|
+
REGULATION_DELETE = 23
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=Log.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Log.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Log.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,IAAI,IAAI;IACR,GAAG,IAAI;IACP,MAAM,IAAI;CACX;AAED,oBAAY,MAAM;IAChB,aAAa,IAAI;IACjB,YAAY,IAAI;CACjB;AAED,oBAAY,OAAO;IACjB,GAAG,IAAI;IACP,GAAG,IAAI;IACP,YAAY,IAAI;IAChB,WAAW,IAAI;IACf,IAAI,IAAI;IACR,OAAO,IAAI;IACX,IAAI,IAAI;IACR,MAAM,IAAI;IACV,MAAM,IAAI;IACV,QAAQ,KAAK;IACb,SAAS,KAAK;IACd,WAAW,KAAK;IAChB,eAAe,KAAK;IACpB,KAAK,KAAK;IACV,KAAK,KAAK;IACV,OAAO,KAAK;IACZ,eAAe,KAAK;IACpB,mBAAmB,KAAK;IACxB,MAAM,KAAK;IACX,SAAS,KAAK;IACd,MAAM,KAAK;IACX,MAAM,KAAK;IACX,iBAAiB,KAAK;CACvB"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export var ActionType;
|
|
2
|
+
(function (ActionType) {
|
|
3
|
+
ActionType[ActionType["POST"] = 1] = "POST";
|
|
4
|
+
ActionType[ActionType["PUT"] = 2] = "PUT";
|
|
5
|
+
ActionType[ActionType["DELETE"] = 3] = "DELETE";
|
|
6
|
+
})(ActionType || (ActionType = {}));
|
|
7
|
+
export var Source;
|
|
8
|
+
(function (Source) {
|
|
9
|
+
Source[Source["MY_CLEMENTINE"] = 1] = "MY_CLEMENTINE";
|
|
10
|
+
Source[Source["CLEMENTINIER"] = 2] = "CLEMENTINIER";
|
|
11
|
+
})(Source || (Source = {}));
|
|
12
|
+
export var LogType;
|
|
13
|
+
(function (LogType) {
|
|
14
|
+
LogType[LogType["VAT"] = 1] = "VAT";
|
|
15
|
+
LogType[LogType["TAX"] = 2] = "TAX";
|
|
16
|
+
LogType[LogType["BALANCESHEET"] = 3] = "BALANCESHEET";
|
|
17
|
+
LogType[LogType["SUPERVISION"] = 4] = "SUPERVISION";
|
|
18
|
+
LogType[LogType["TASK"] = 5] = "TASK";
|
|
19
|
+
LogType[LogType["COMMENT"] = 6] = "COMMENT";
|
|
20
|
+
LogType[LogType["MAIL"] = 7] = "MAIL";
|
|
21
|
+
LogType[LogType["REPORT"] = 8] = "REPORT";
|
|
22
|
+
LogType[LogType["EXPORT"] = 9] = "EXPORT";
|
|
23
|
+
LogType[LogType["REVISION"] = 10] = "REVISION";
|
|
24
|
+
LogType[LogType["ARCHIVING"] = 11] = "ARCHIVING";
|
|
25
|
+
LogType[LogType["UNARCHIVING"] = 12] = "UNARCHIVING";
|
|
26
|
+
LogType[LogType["PAYMENT_DELETED"] = 13] = "PAYMENT_DELETED";
|
|
27
|
+
LogType[LogType["LOGIN"] = 14] = "LOGIN";
|
|
28
|
+
LogType[LogType["PAUSE"] = 15] = "PAUSE";
|
|
29
|
+
LogType[LogType["DAY_END"] = 16] = "DAY_END";
|
|
30
|
+
LogType[LogType["GENERIC_ACCOUNT"] = 17] = "GENERIC_ACCOUNT";
|
|
31
|
+
LogType[LogType["BANK_ACCOUNT_FUSION"] = 18] = "BANK_ACCOUNT_FUSION";
|
|
32
|
+
LogType[LogType["IMPORT"] = 19] = "IMPORT";
|
|
33
|
+
LogType[LogType["PAUSE_END"] = 20] = "PAUSE_END";
|
|
34
|
+
LogType[LogType["UNPAID"] = 21] = "UNPAID";
|
|
35
|
+
LogType[LogType["DELETE"] = 22] = "DELETE";
|
|
36
|
+
LogType[LogType["REGULATION_DELETE"] = 23] = "REGULATION_DELETE";
|
|
37
|
+
})(LogType || (LogType = {}));
|
|
38
|
+
//# sourceMappingURL=Log.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Log.js","sourceRoot":"","sources":["../../../ts/types/Enum/Log.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAIX;AAJD,WAAY,UAAU;IACpB,2CAAQ,CAAA;IACR,yCAAO,CAAA;IACP,+CAAU,CAAA;AACZ,CAAC,EAJW,UAAU,KAAV,UAAU,QAIrB;AAED,MAAM,CAAN,IAAY,MAGX;AAHD,WAAY,MAAM;IAChB,qDAAiB,CAAA;IACjB,mDAAgB,CAAA;AAClB,CAAC,EAHW,MAAM,KAAN,MAAM,QAGjB;AAED,MAAM,CAAN,IAAY,OAwBX;AAxBD,WAAY,OAAO;IACjB,mCAAO,CAAA;IACP,mCAAO,CAAA;IACP,qDAAgB,CAAA;IAChB,mDAAe,CAAA;IACf,qCAAQ,CAAA;IACR,2CAAW,CAAA;IACX,qCAAQ,CAAA;IACR,yCAAU,CAAA;IACV,yCAAU,CAAA;IACV,8CAAa,CAAA;IACb,gDAAc,CAAA;IACd,oDAAgB,CAAA;IAChB,4DAAoB,CAAA;IACpB,wCAAU,CAAA;IACV,wCAAU,CAAA;IACV,4CAAY,CAAA;IACZ,4DAAoB,CAAA;IACpB,oEAAwB,CAAA;IACxB,0CAAW,CAAA;IACX,gDAAc,CAAA;IACd,0CAAW,CAAA;IACX,0CAAW,CAAA;IACX,gEAAsB,CAAA;AACxB,CAAC,EAxBW,OAAO,KAAP,OAAO,QAwBlB","sourcesContent":["export enum ActionType {\n POST = 1,\n PUT = 2,\n DELETE = 3,\n}\n\nexport enum Source {\n MY_CLEMENTINE = 1,\n CLEMENTINIER = 2,\n}\n\nexport enum LogType {\n VAT = 1,\n TAX = 2,\n BALANCESHEET = 3,\n SUPERVISION = 4,\n TASK = 5,\n COMMENT = 6,\n MAIL = 7,\n REPORT = 8,\n EXPORT = 9,\n REVISION = 10,\n ARCHIVING = 11,\n UNARCHIVING = 12,\n PAYMENT_DELETED = 13,\n LOGIN = 14,\n PAUSE = 15,\n DAY_END = 16,\n GENERIC_ACCOUNT = 17,\n BANK_ACCOUNT_FUSION = 18,\n IMPORT = 19,\n PAUSE_END = 20,\n UNPAID = 21,\n DELETE = 22,\n REGULATION_DELETE = 23,\n}"]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare enum TaxType {
|
|
2
|
+
DEFAULT = 0,
|
|
3
|
+
TO_PAY = 1,
|
|
4
|
+
REPORTABLE = 2,
|
|
5
|
+
REFUND = 3
|
|
6
|
+
}
|
|
7
|
+
export declare enum TaxState {
|
|
8
|
+
WAITING = 0,
|
|
9
|
+
WAITING_CLIENT = 14,
|
|
10
|
+
TO_DO = 13,
|
|
11
|
+
CLIENT_PROBLEM = 3,
|
|
12
|
+
SENDED_TO_CLIENT = 6,
|
|
13
|
+
ACCEPTED_BY_CLIENT = 11,
|
|
14
|
+
REFUSED_BY_CLIENT = 12,
|
|
15
|
+
SENDED_TO_SIE = 2,
|
|
16
|
+
ACCEPTED_BY_SIE = 1,
|
|
17
|
+
SIE_PROBLEM = 10,
|
|
18
|
+
DONE_BY_CLIENT = 4,
|
|
19
|
+
UNPAID = 9,
|
|
20
|
+
NA = 5
|
|
21
|
+
}
|
|
22
|
+
export declare enum TaxCredit {
|
|
23
|
+
NOTHING = 0,
|
|
24
|
+
CICE = 1,
|
|
25
|
+
CIR = 2,
|
|
26
|
+
PATRONAGE = 3,
|
|
27
|
+
TRAINING = 4,
|
|
28
|
+
LEARNING_CREDIT = 5,
|
|
29
|
+
OTHER = 6
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=Tax.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tax.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Tax.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IACjB,OAAO,IAAI;IACX,MAAM,IAAI;IACV,UAAU,IAAI;IACd,MAAM,IAAI;CACX;AAED,oBAAY,QAAQ;IAClB,OAAO,IAAI;IACX,cAAc,KAAK;IACnB,KAAK,KAAK;IACV,cAAc,IAAI;IAClB,gBAAgB,IAAI;IACpB,kBAAkB,KAAK;IACvB,iBAAiB,KAAK;IACtB,aAAa,IAAI;IACjB,eAAe,IAAI;IACnB,WAAW,KAAK;IAChB,cAAc,IAAI;IAClB,MAAM,IAAI;IACV,EAAE,IAAI;CACP;AAED,oBAAY,SAAS;IACnB,OAAO,IAAI;IACX,IAAI,IAAI;IACR,GAAG,IAAI;IACP,SAAS,IAAI;IACb,QAAQ,IAAI;IACZ,eAAe,IAAI;IACnB,KAAK,IAAI;CACV"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export var TaxType;
|
|
2
|
+
(function (TaxType) {
|
|
3
|
+
TaxType[TaxType["DEFAULT"] = 0] = "DEFAULT";
|
|
4
|
+
TaxType[TaxType["TO_PAY"] = 1] = "TO_PAY";
|
|
5
|
+
TaxType[TaxType["REPORTABLE"] = 2] = "REPORTABLE";
|
|
6
|
+
TaxType[TaxType["REFUND"] = 3] = "REFUND";
|
|
7
|
+
})(TaxType || (TaxType = {}));
|
|
8
|
+
export var TaxState;
|
|
9
|
+
(function (TaxState) {
|
|
10
|
+
TaxState[TaxState["WAITING"] = 0] = "WAITING";
|
|
11
|
+
TaxState[TaxState["WAITING_CLIENT"] = 14] = "WAITING_CLIENT";
|
|
12
|
+
TaxState[TaxState["TO_DO"] = 13] = "TO_DO";
|
|
13
|
+
TaxState[TaxState["CLIENT_PROBLEM"] = 3] = "CLIENT_PROBLEM";
|
|
14
|
+
TaxState[TaxState["SENDED_TO_CLIENT"] = 6] = "SENDED_TO_CLIENT";
|
|
15
|
+
TaxState[TaxState["ACCEPTED_BY_CLIENT"] = 11] = "ACCEPTED_BY_CLIENT";
|
|
16
|
+
TaxState[TaxState["REFUSED_BY_CLIENT"] = 12] = "REFUSED_BY_CLIENT";
|
|
17
|
+
TaxState[TaxState["SENDED_TO_SIE"] = 2] = "SENDED_TO_SIE";
|
|
18
|
+
TaxState[TaxState["ACCEPTED_BY_SIE"] = 1] = "ACCEPTED_BY_SIE";
|
|
19
|
+
TaxState[TaxState["SIE_PROBLEM"] = 10] = "SIE_PROBLEM";
|
|
20
|
+
TaxState[TaxState["DONE_BY_CLIENT"] = 4] = "DONE_BY_CLIENT";
|
|
21
|
+
TaxState[TaxState["UNPAID"] = 9] = "UNPAID";
|
|
22
|
+
TaxState[TaxState["NA"] = 5] = "NA";
|
|
23
|
+
})(TaxState || (TaxState = {}));
|
|
24
|
+
export var TaxCredit;
|
|
25
|
+
(function (TaxCredit) {
|
|
26
|
+
TaxCredit[TaxCredit["NOTHING"] = 0] = "NOTHING";
|
|
27
|
+
TaxCredit[TaxCredit["CICE"] = 1] = "CICE";
|
|
28
|
+
TaxCredit[TaxCredit["CIR"] = 2] = "CIR";
|
|
29
|
+
TaxCredit[TaxCredit["PATRONAGE"] = 3] = "PATRONAGE";
|
|
30
|
+
TaxCredit[TaxCredit["TRAINING"] = 4] = "TRAINING";
|
|
31
|
+
TaxCredit[TaxCredit["LEARNING_CREDIT"] = 5] = "LEARNING_CREDIT";
|
|
32
|
+
TaxCredit[TaxCredit["OTHER"] = 6] = "OTHER";
|
|
33
|
+
})(TaxCredit || (TaxCredit = {}));
|
|
34
|
+
//# sourceMappingURL=Tax.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tax.js","sourceRoot":"","sources":["../../../ts/types/Enum/Tax.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,OAKX;AALD,WAAY,OAAO;IACjB,2CAAW,CAAA;IACX,yCAAU,CAAA;IACV,iDAAc,CAAA;IACd,yCAAU,CAAA;AACZ,CAAC,EALW,OAAO,KAAP,OAAO,QAKlB;AAED,MAAM,CAAN,IAAY,QAcX;AAdD,WAAY,QAAQ;IAClB,6CAAW,CAAA;IACX,4DAAmB,CAAA;IACnB,0CAAU,CAAA;IACV,2DAAkB,CAAA;IAClB,+DAAoB,CAAA;IACpB,oEAAuB,CAAA;IACvB,kEAAsB,CAAA;IACtB,yDAAiB,CAAA;IACjB,6DAAmB,CAAA;IACnB,sDAAgB,CAAA;IAChB,2DAAkB,CAAA;IAClB,2CAAU,CAAA;IACV,mCAAM,CAAA;AACR,CAAC,EAdW,QAAQ,KAAR,QAAQ,QAcnB;AAED,MAAM,CAAN,IAAY,SAQX;AARD,WAAY,SAAS;IACnB,+CAAW,CAAA;IACX,yCAAQ,CAAA;IACR,uCAAO,CAAA;IACP,mDAAa,CAAA;IACb,iDAAY,CAAA;IACZ,+DAAmB,CAAA;IACnB,2CAAS,CAAA;AACX,CAAC,EARW,SAAS,KAAT,SAAS,QAQpB","sourcesContent":["export enum TaxType {\n DEFAULT = 0,\n TO_PAY = 1,\n REPORTABLE = 2,\n REFUND = 3,\n}\n\nexport enum TaxState {\n WAITING = 0,\n WAITING_CLIENT = 14,\n TO_DO = 13,\n CLIENT_PROBLEM = 3,\n SENDED_TO_CLIENT = 6,\n ACCEPTED_BY_CLIENT = 11,\n REFUSED_BY_CLIENT = 12,\n SENDED_TO_SIE = 2,\n ACCEPTED_BY_SIE = 1,\n SIE_PROBLEM = 10,\n DONE_BY_CLIENT = 4,\n UNPAID = 9,\n NA = 5,\n}\n\nexport enum TaxCredit {\n NOTHING = 0,\n CICE = 1,\n CIR = 2,\n PATRONAGE = 3,\n TRAINING = 4,\n LEARNING_CREDIT = 5,\n OTHER = 6,\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnnotateAccountingTransaction.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAGnE,oBAAY,kBAAkB,GAAG,eAAe,CAAC;AAEjD,qBAAa,SAAS;IACpB,GAAG,CAAC,EAAG,MAAM,GAAG;QACd,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;KAChB,EAAE,CAAC;IACJ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAGD,oBAAY,6BAA6B,GAAG,SAAS,EAAE,CAAC;AAExD,qBAAa,2BAA2B;IAGtC,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC;IAEtB,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAEvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,
|
|
1
|
+
{"version":3,"file":"AnnotateAccountingTransaction.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAGnE,oBAAY,kBAAkB,GAAG,eAAe,CAAC;AAEjD,qBAAa,SAAS;IACpB,GAAG,CAAC,EAAG,MAAM,GAAG;QACd,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;KAChB,EAAE,CAAC;IACJ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAGD,oBAAY,6BAA6B,GAAG,SAAS,EAAE,CAAC;AAExD,qBAAa,2BAA2B;IAGtC,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC;IAEtB,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAEvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,SAAS,CAAC,EAAE,IAAI,CAAC;IAEjB,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAGD,MAAM,WAAW,kCAAmC,SAAQ,sBAAsB;IAChF,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,kBAAkB,EAAE,OAAO,CAAC;IAC5B,OAAO,CAAC,EAAE,6BAA6B,CAAC;CACzC"}
|
|
@@ -35,7 +35,7 @@ __decorate([
|
|
|
35
35
|
__decorate([
|
|
36
36
|
ApiPropertyOptional(),
|
|
37
37
|
__metadata("design:type", Date)
|
|
38
|
-
], UpdateAccountingTransaction.prototype, "
|
|
38
|
+
], UpdateAccountingTransaction.prototype, "dateValue", void 0);
|
|
39
39
|
__decorate([
|
|
40
40
|
ApiPropertyOptional(),
|
|
41
41
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnnotateAccountingTransaction.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts"],"names":[],"mappings":";;;;;;;;;AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAIxD,MAAM,OAAO,SAAS;CAYrB;AAKD,MAAM,OAAO,2BAA2B;CAoBvC;AAjBC;IAFC,mBAAmB,EAAE;;4DAEA;AAEtB;IADC,mBAAmB,EAAE;;4DACL;AAEjB;IADC,mBAAmB,EAAE;;qEACI;AAE1B;IADC,mBAAmB,EAAE;;6DACC;AAEvB;IADC,mBAAmB,EAAE;;4DACJ;AAElB;IADC,mBAAmB,EAAE;
|
|
1
|
+
{"version":3,"file":"AnnotateAccountingTransaction.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts"],"names":[],"mappings":";;;;;;;;;AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAIxD,MAAM,OAAO,SAAS;CAYrB;AAKD,MAAM,OAAO,2BAA2B;CAoBvC;AAjBC;IAFC,mBAAmB,EAAE;;4DAEA;AAEtB;IADC,mBAAmB,EAAE;;4DACL;AAEjB;IADC,mBAAmB,EAAE;;qEACI;AAE1B;IADC,mBAAmB,EAAE;;6DACC;AAEvB;IADC,mBAAmB,EAAE;;4DACJ;AAElB;IADC,mBAAmB,EAAE;8BACV,IAAI;8DAAC;AAEjB;IADC,mBAAmB,EAAE;;kEACC;AAEvB;IADC,mBAAmB,EAAE;;yDACR;AAEd;IADC,mBAAmB,EAAE;;yEACQ","sourcesContent":["import { IAccountingTransaction, IImmobilization } from '../../..';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport type FormImmobilization = IImmobilization;\n\nexport class FormEntry {\n vat? : number | {\n idVat: number;\n amount: number;\n }[];\n idAccount?: number;\n idThirdParty?: number;\n amountAllTaxIncludedPurchase?: number;\n designation?: string;\n amountAllTaxIncluded?: number;\n immobilization?: FormImmobilization; // pour la création d'une immo\n idImmobilization?: number; //\n}\n\n// Permet d'annoté une transaction bancaire Split, Marge, Intracom, Immo etc...\nexport type AnnotateAccountingTransaction = FormEntry[];\n\nexport class UpdateAccountingTransaction {\n @ApiPropertyOptional()\n // @Type(() => FormEntry)\n entries?: FormEntry[];\n @ApiPropertyOptional()\n comment?: string;\n @ApiPropertyOptional()\n idSocietyPartner?: number;\n @ApiPropertyOptional()\n exported?: Date | null;\n @ApiPropertyOptional()\n isAsset?: boolean;\n @ApiPropertyOptional()\n dateValue?: Date;\n @ApiPropertyOptional()\n invoiceNumber?: string;\n @ApiPropertyOptional()\n name?: string;\n @ApiPropertyOptional()\n amountAllTaxIncluded?: number;\n}\n\n// Permet d'afficher une transaction bancaire avec les informations de base ainsi que les informations d'annotations\nexport interface ReadFormattedAccountingTransaction extends IAccountingTransaction {\n amount: number;\n comment: string | null;\n designation: string | null;\n debit: number;\n credit: number;\n autoAnnotateWithML: boolean;\n entries?: AnnotateAccountingTransaction;\n}\n"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ActionType } from '../../..';
|
|
2
|
+
export declare type CreateLog = {
|
|
3
|
+
idUser: number;
|
|
4
|
+
payload?: any;
|
|
5
|
+
client?: {
|
|
6
|
+
idExercice?: number;
|
|
7
|
+
idSociety?: number;
|
|
8
|
+
};
|
|
9
|
+
idAction: ActionType;
|
|
10
|
+
idTypeLog: number;
|
|
11
|
+
referer?: string;
|
|
12
|
+
ip?: string;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=CreateLog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateLog.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/log/CreateLog.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC,oBAAY,SAAS,GAAG;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,MAAM,CAAC,EAAE;QAAE,UAAU,CAAC,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACrD,QAAQ,EAAE,UAAU,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateLog.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/log/CreateLog.ts"],"names":[],"mappings":"","sourcesContent":["import { ActionType } from '../../..';\n\nexport type CreateLog = {\n idUser: number,\n payload?: any,\n client?: { idExercice?: number, idSociety?: number },\n idAction: ActionType,\n idTypeLog: number,\n referer?: string,\n ip?: string\n};"]}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IPartneredAccountantServiceIcon } from '../../models/IPartneredAccountantServiceIcon';
|
|
1
2
|
export declare class ReadPartneredAccountantService {
|
|
2
3
|
id: number;
|
|
3
4
|
name: string;
|
|
@@ -5,5 +6,6 @@ export declare class ReadPartneredAccountantService {
|
|
|
5
6
|
preTaxPrice: number;
|
|
6
7
|
idPartneredAccountant: number;
|
|
7
8
|
isPending: boolean;
|
|
9
|
+
icon: IPartneredAccountantServiceIcon;
|
|
8
10
|
}
|
|
9
11
|
//# sourceMappingURL=ReadPartneredAccountantService.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadPartneredAccountantService.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.ts"],"names":[],"mappings":"AAAA,qBAAa,8BAA8B;IACzC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,SAAS,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ReadPartneredAccountantService.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,8CAA8C,CAAC;AAE/F,qBAAa,8BAA8B;IACzC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,SAAS,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,+BAA+B,CAAC;CACvC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadPartneredAccountantService.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ReadPartneredAccountantService.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantService.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,8BAA8B;CAQ1C","sourcesContent":["import { IPartneredAccountantServiceIcon } from '../../models/IPartneredAccountantServiceIcon';\n\nexport class ReadPartneredAccountantService {\n id: number;\n name: string;\n description: string;\n preTaxPrice: number;\n idPartneredAccountant: number;\n isPending: boolean;\n icon: IPartneredAccountantServiceIcon;\n}"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { TaxType, TaxState, TaxCredit } from '../../../Enum/Tax';
|
|
2
|
+
export declare class CreateTax {
|
|
3
|
+
amount: number;
|
|
4
|
+
dateIs: string;
|
|
5
|
+
type: TaxType;
|
|
6
|
+
state: TaxState;
|
|
7
|
+
solde: boolean;
|
|
8
|
+
balance: number | null;
|
|
9
|
+
creditRefunded: TaxCredit;
|
|
10
|
+
isOrphan?: boolean;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=CreateTax.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTax.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/CreateTax.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAGjE,qBAAa,SAAS;IAEpB,MAAM,EAAE,MAAM,CAAC;IAGf,MAAM,EAAE,MAAM,CAAC;IAGf,IAAI,EAAE,OAAO,CAAC;IAGd,KAAK,EAAE,QAAQ,CAAC;IAKhB,KAAK,EAAE,OAAO,CAAC;IAGf,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvB,cAAc,EAAE,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
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;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { IsBoolean } from 'class-validator';
|
|
11
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
12
|
+
import { TaxType, TaxState, TaxCredit } from '../../../Enum/Tax';
|
|
13
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
14
|
+
export class CreateTax {
|
|
15
|
+
}
|
|
16
|
+
__decorate([
|
|
17
|
+
ApiProperty({ description: 'Montant de l\'impôt' }),
|
|
18
|
+
__metadata("design:type", Number)
|
|
19
|
+
], CreateTax.prototype, "amount", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
ApiProperty({ description: 'Date de l\'impôt' }),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], CreateTax.prototype, "dateIs", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
ApiProperty({ description: 'Type d\'impôt', enum: TaxType }),
|
|
26
|
+
__metadata("design:type", Number)
|
|
27
|
+
], CreateTax.prototype, "type", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
ApiProperty({ description: 'État', enum: TaxState }),
|
|
30
|
+
__metadata("design:type", Number)
|
|
31
|
+
], CreateTax.prototype, "state", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
ApiProperty({ description: 'Défini l\'acompte comme un solde' }),
|
|
34
|
+
IsBoolean(),
|
|
35
|
+
ToBoolean(),
|
|
36
|
+
__metadata("design:type", Boolean)
|
|
37
|
+
], CreateTax.prototype, "solde", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
ApiProperty({ description: 'Montant du crédit d\'impôt' }),
|
|
40
|
+
__metadata("design:type", Object)
|
|
41
|
+
], CreateTax.prototype, "balance", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
ApiProperty({ description: 'État du crédit d\'impôt', enum: TaxCredit }),
|
|
44
|
+
__metadata("design:type", Number)
|
|
45
|
+
], CreateTax.prototype, "creditRefunded", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
ApiPropertyOptional({ description: 'Défini l\'acompte en tant qu\'orphelin' }),
|
|
48
|
+
IsBoolean(),
|
|
49
|
+
ToBoolean(),
|
|
50
|
+
__metadata("design:type", Boolean)
|
|
51
|
+
], CreateTax.prototype, "isOrphan", void 0);
|
|
52
|
+
//# sourceMappingURL=CreateTax.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTax.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/CreateTax.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,SAAS;CA4BrB;AA1BC;IADC,WAAW,CAAC,EAAE,WAAW,EAAE,qBAAqB,EAAE,CAAC;;yCACrC;AAGf;IADC,WAAW,CAAC,EAAE,WAAW,EAAE,kBAAkB,EAAE,CAAC;;yCAClC;AAGf;IADC,WAAW,CAAC,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;uCAC/C;AAGd;IADC,WAAW,CAAC,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;;wCACrC;AAKhB;IAHC,WAAW,CAAC,EAAE,WAAW,EAAE,kCAAkC,EAAE,CAAC;IAChE,SAAS,EAAE;IACX,SAAS,EAAE;;wCACG;AAGf;IADC,WAAW,CAAC,EAAE,WAAW,EAAE,4BAA4B,EAAE,CAAC;;0CACpC;AAGvB;IADC,WAAW,CAAC,EAAE,WAAW,EAAE,yBAAyB,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;iDAC/C;AAK1B;IAHC,mBAAmB,CAAC,EAAE,WAAW,EAAE,wCAAwC,EAAE,CAAC;IAC9E,SAAS,EAAE;IACX,SAAS,EAAE;;2CACO","sourcesContent":["import { IsBoolean } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TaxType, TaxState, TaxCredit } from '../../../Enum/Tax';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateTax {\n @ApiProperty({ description: 'Montant de l\\'impôt' })\n amount: number;\n\n @ApiProperty({ description: 'Date de l\\'impôt' })\n dateIs: string;\n\n @ApiProperty({ description: 'Type d\\'impôt', enum: TaxType })\n type: TaxType;\n\n @ApiProperty({ description: 'État', enum: TaxState })\n state: TaxState;\n\n @ApiProperty({ description: 'Défini l\\'acompte comme un solde' })\n @IsBoolean()\n @ToBoolean()\n solde: boolean;\n\n @ApiProperty({ description: 'Montant du crédit d\\'impôt' })\n balance: number | null;\n\n @ApiProperty({ description: 'État du crédit d\\'impôt', enum: TaxCredit })\n creditRefunded: TaxCredit;\n\n @ApiPropertyOptional({ description: 'Défini l\\'acompte en tant qu\\'orphelin' })\n @IsBoolean()\n @ToBoolean()\n isOrphan?: boolean;\n}"]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ICustomerIsRegime } from '../../models/ICustomerIsRegime';
|
|
2
|
+
export interface ReadAmountBase {
|
|
3
|
+
amount: number;
|
|
4
|
+
isFirstExercice: boolean;
|
|
5
|
+
}
|
|
6
|
+
interface Tax extends TaxDate {
|
|
7
|
+
tax: ICustomerIsRegime | null;
|
|
8
|
+
}
|
|
9
|
+
export interface ReadTax {
|
|
10
|
+
amountBase: ReadAmountBase | null;
|
|
11
|
+
taxes: Tax[];
|
|
12
|
+
others: ICustomerIsRegime[];
|
|
13
|
+
}
|
|
14
|
+
export interface TaxDate {
|
|
15
|
+
date: string;
|
|
16
|
+
required: boolean;
|
|
17
|
+
isBalance: boolean;
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=ReadTax.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadTax.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/ReadTax.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAEnE,MAAM,WAAW,cAAc;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,OAAO,CAAC;CAC1B;AAED,UAAU,GAAI,SAAQ,OAAO;IAC3B,GAAG,EAAE,iBAAiB,GAAG,IAAI,CAAC;CAC/B;AAED,MAAM,WAAW,OAAO;IACtB,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;IAClC,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,MAAM,EAAE,iBAAiB,EAAE,CAAA;CAC5B;AAED,MAAM,WAAW,OAAO;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,OAAO,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadTax.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/ReadTax.ts"],"names":[],"mappings":"","sourcesContent":["import { ICustomerIsRegime } from '../../models/ICustomerIsRegime';\n\nexport interface ReadAmountBase {\n amount: number;\n isFirstExercice: boolean;\n}\n\ninterface Tax extends TaxDate {\n tax: ICustomerIsRegime | null;\n}\n\nexport interface ReadTax {\n amountBase: ReadAmountBase | null;\n taxes: Tax[],\n others: ICustomerIsRegime[]\n}\n\nexport interface TaxDate {\n date: string;\n required: boolean;\n isBalance: boolean;\n}"]}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { IExercice } from './IExercice';
|
|
2
|
+
import { TaxState, TaxType } from '../..';
|
|
2
3
|
export interface ICustomerIsRegime {
|
|
3
4
|
id?: number;
|
|
4
5
|
amount: number;
|
|
5
|
-
stateAmount
|
|
6
|
-
state:
|
|
7
|
-
type:
|
|
6
|
+
stateAmount?: number;
|
|
7
|
+
state: TaxState;
|
|
8
|
+
type: TaxType;
|
|
8
9
|
balance: number | null;
|
|
9
10
|
creditRefunded: number;
|
|
10
11
|
solde: number;
|
|
@@ -13,6 +14,6 @@ export interface ICustomerIsRegime {
|
|
|
13
14
|
isOrphan: boolean;
|
|
14
15
|
createdAt?: Date | null;
|
|
15
16
|
updatedAt?: Date | null;
|
|
16
|
-
exercice
|
|
17
|
+
exercice?: IExercice;
|
|
17
18
|
}
|
|
18
19
|
//# sourceMappingURL=ICustomerIsRegime.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ICustomerIsRegime.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICustomerIsRegime.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"ICustomerIsRegime.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICustomerIsRegime.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAG1C,MAAM,WAAW,iBAAiB;IAChC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,QAAQ,CAAC;IAChB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,IAAI,GAAG,IAAI,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ICustomerIsRegime.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICustomerIsRegime.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\n\n// customersIsRegimes\nexport interface ICustomerIsRegime {\n id?: number;\n amount: number;\n stateAmount
|
|
1
|
+
{"version":3,"file":"ICustomerIsRegime.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICustomerIsRegime.ts"],"names":[],"mappings":"","sourcesContent":["import { IExercice } from './IExercice';\nimport { TaxState, TaxType } from '../..';\n\n// customersIsRegimes\nexport interface ICustomerIsRegime {\n id?: number;\n amount: number;\n stateAmount?: number; // Encore utilisé ?\n state: TaxState;\n type: TaxType;\n balance: number | null;\n creditRefunded: number;\n solde: number;\n idExercice: number;\n dateIs: Date | null;\n isOrphan: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n exercice?: IExercice;\n}\n"]}
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
import { IPartneredAccountant } from './IPartneredAccountant';
|
|
2
|
+
import { IPartneredAccountantServiceIcon } from './IPartneredAccountantServiceIcon';
|
|
2
3
|
export interface IPartneredAccountantService {
|
|
3
4
|
id?: number;
|
|
4
5
|
name: string;
|
|
5
6
|
description?: string;
|
|
6
7
|
preTaxPrice: number;
|
|
7
8
|
idPartneredAccountant: number;
|
|
9
|
+
idIcon?: number;
|
|
8
10
|
createdAt?: Date;
|
|
9
11
|
updatedAt?: Date;
|
|
10
12
|
deletedAt?: Date | null;
|
|
11
13
|
partneredAccountant?: IPartneredAccountant;
|
|
14
|
+
icon?: IPartneredAccountantServiceIcon;
|
|
12
15
|
}
|
|
13
16
|
//# sourceMappingURL=IPartneredAccountantService.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPartneredAccountantService.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartneredAccountantService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"IPartneredAccountantService.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartneredAccountantService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAEpF,MAAM,WAAW,2BAA2B;IAC1C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,mBAAmB,CAAC,EAAE,oBAAoB,CAAC;IAC3C,IAAI,CAAC,EAAE,+BAA+B,CAAC;CACxC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IPartneredAccountantService.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartneredAccountantService.ts"],"names":[],"mappings":"","sourcesContent":["import { IPartneredAccountant } from './IPartneredAccountant';\n\nexport interface IPartneredAccountantService {\n id?: number;\n name: string;\n description?: string;\n preTaxPrice: number;\n idPartneredAccountant: number;\n\n createdAt?: Date;\n updatedAt?: Date;\n deletedAt?: Date | null;\n\n // Associations\n partneredAccountant?: IPartneredAccountant;\n}"]}
|
|
1
|
+
{"version":3,"file":"IPartneredAccountantService.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartneredAccountantService.ts"],"names":[],"mappings":"","sourcesContent":["import { IPartneredAccountant } from './IPartneredAccountant';\nimport { IPartneredAccountantServiceIcon } from './IPartneredAccountantServiceIcon';\n\nexport interface IPartneredAccountantService {\n id?: number;\n name: string;\n description?: string;\n preTaxPrice: number;\n idPartneredAccountant: number;\n idIcon?: number;\n\n createdAt?: Date;\n updatedAt?: Date;\n deletedAt?: Date | null;\n\n // Associations\n partneredAccountant?: IPartneredAccountant;\n icon?: IPartneredAccountantServiceIcon;\n}"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IFile } from './IFile';
|
|
2
|
+
export interface IPartneredAccountantServiceIcon {
|
|
3
|
+
id?: number;
|
|
4
|
+
label: string;
|
|
5
|
+
idFile: number;
|
|
6
|
+
createdAt?: number;
|
|
7
|
+
updatedAt?: number;
|
|
8
|
+
file?: IFile;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=IPartneredAccountantServiceIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPartneredAccountantServiceIcon.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartneredAccountantServiceIcon.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,MAAM,WAAW,+BAA+B;IAC9C,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IAEf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPartneredAccountantServiceIcon.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPartneredAccountantServiceIcon.ts"],"names":[],"mappings":"","sourcesContent":["import { IFile } from './IFile';\n\nexport interface IPartneredAccountantServiceIcon {\n id?: number;\n label: string;\n idFile: number;\n\n createdAt?: number;\n updatedAt?: number;\n\n // Associations\n file?: IFile;\n}"]}
|
package/es/types/index.d.ts
CHANGED
|
@@ -123,6 +123,7 @@ export * from './Interface/models/IPartneredAccountant';
|
|
|
123
123
|
export * from './Interface/models/IPartneredAccountantCompanyService';
|
|
124
124
|
export * from './Interface/models/IPartneredAccountantPicture';
|
|
125
125
|
export * from './Interface/models/IPartneredAccountantService';
|
|
126
|
+
export * from './Interface/models/IPartneredAccountantServiceIcon';
|
|
126
127
|
export * from './Interface/models/IPartneredAccountantTag';
|
|
127
128
|
export * from './Interface/models/IPartneredAccountantToTag';
|
|
128
129
|
export * from './Interface/models/IPayPlan';
|
|
@@ -293,6 +294,8 @@ export * from './Interface/models/ISponsorshipWithSponsorInfo';
|
|
|
293
294
|
export * from './Interface/models/ILastUpdateConnection';
|
|
294
295
|
export * from './Form/FormAuthenticate';
|
|
295
296
|
export * from './Form/FormConnector';
|
|
297
|
+
export * from './Enum/Tax';
|
|
298
|
+
export * from './Enum/Log';
|
|
296
299
|
export * from './Enum/Quality';
|
|
297
300
|
export * from './Enum/Role';
|
|
298
301
|
export * from './Enum/Simulation';
|
|
@@ -488,6 +491,8 @@ export * from './Interface/api/revisionGuide/CreateRevisionGuide';
|
|
|
488
491
|
export * from './Interface/api/library/QueryLibrary';
|
|
489
492
|
export * from './Interface/api/taxDeadline/QueryTaxDeadline';
|
|
490
493
|
export * from './Interface/api/taxDeadline/ReadTaxDeadline';
|
|
494
|
+
export * from './Interface/api/tax/ReadTax';
|
|
495
|
+
export * from './Interface/api/tax/CreateTax';
|
|
491
496
|
export * from './Interface/api/society/ReadSociety';
|
|
492
497
|
export * from './Interface/api/exerciceNote/QueryExerciceNote';
|
|
493
498
|
export * from './Interface/api/exerciceNote/CreateExerciceNote';
|
|
@@ -503,4 +508,5 @@ export * from './Interface/api/partneredAccountant/UpdatePartneredAccountantSold
|
|
|
503
508
|
export * from './Interface/api/partneredAccountant/ReadPartneredAccountantSoldServiceStatistics';
|
|
504
509
|
export * from './Interface/api/partneredAccountant/UpdatePartneredAccountantAccess';
|
|
505
510
|
export * from './Interface/api/partneredAccountant/InvitePartneredAccountant';
|
|
511
|
+
export * from './Interface/api/log/CreateLog';
|
|
506
512
|
//# sourceMappingURL=index.d.ts.map
|