@silexpert/core 1.1.332 → 1.1.333

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 (82) hide show
  1. package/dist/cjs/api/resources/CompanyCreationForm.d.ts +10 -0
  2. package/dist/cjs/api/resources/CompanyCreationForm.d.ts.map +1 -0
  3. package/dist/cjs/api/resources/CompanyCreationForm.js +23 -0
  4. package/dist/cjs/api/resources/CompanyCreationForm.js.map +1 -0
  5. package/dist/cjs/api/resources.d.ts +2 -0
  6. package/dist/cjs/api/resources.d.ts.map +1 -1
  7. package/dist/cjs/api/resources.js +2 -0
  8. package/dist/cjs/api/resources.js.map +1 -1
  9. package/dist/cjs/types/Enum/FiscalRegime.d.ts +5 -0
  10. package/dist/cjs/types/Enum/FiscalRegime.d.ts.map +1 -1
  11. package/dist/cjs/types/Enum/FiscalRegime.js +28 -1
  12. package/dist/cjs/types/Enum/FiscalRegime.js.map +1 -1
  13. package/dist/cjs/types/Enum/LegalForm.d.ts +2 -1
  14. package/dist/cjs/types/Enum/LegalForm.d.ts.map +1 -1
  15. package/dist/cjs/types/Enum/LegalForm.js +10 -0
  16. package/dist/cjs/types/Enum/LegalForm.js.map +1 -1
  17. package/dist/cjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.d.ts +107 -0
  18. package/dist/cjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.d.ts.map +1 -0
  19. package/dist/cjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.js +3 -0
  20. package/dist/cjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.js.map +1 -0
  21. package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts +196 -0
  22. package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts.map +1 -0
  23. package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js +737 -0
  24. package/dist/cjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js.map +1 -0
  25. package/dist/cjs/types/Interface/api/companyCreationForm/UpdateCompanyCreationForm.d.ts +6 -0
  26. package/dist/cjs/types/Interface/api/companyCreationForm/UpdateCompanyCreationForm.d.ts.map +1 -0
  27. package/dist/cjs/types/Interface/api/companyCreationForm/UpdateCompanyCreationForm.js +24 -0
  28. package/dist/cjs/types/Interface/api/companyCreationForm/UpdateCompanyCreationForm.js.map +1 -0
  29. package/dist/cjs/types/Interface/models/ICompanyCreationForm.d.ts +12 -0
  30. package/dist/cjs/types/Interface/models/ICompanyCreationForm.d.ts.map +1 -0
  31. package/dist/cjs/types/Interface/models/ICompanyCreationForm.js +3 -0
  32. package/dist/cjs/types/Interface/models/ICompanyCreationForm.js.map +1 -0
  33. package/dist/cjs/types/index.d.ts +4 -0
  34. package/dist/cjs/types/index.d.ts.map +1 -1
  35. package/dist/cjs/types/index.js +4 -0
  36. package/dist/cjs/types/index.js.map +1 -1
  37. package/dist/mjs/api/resources/CompanyCreationForm.d.ts +10 -0
  38. package/dist/mjs/api/resources/CompanyCreationForm.d.ts.map +1 -0
  39. package/dist/mjs/api/resources/CompanyCreationForm.js +23 -0
  40. package/dist/mjs/api/resources/CompanyCreationForm.js.map +1 -0
  41. package/dist/mjs/api/resources.d.ts +2 -0
  42. package/dist/mjs/api/resources.d.ts.map +1 -1
  43. package/dist/mjs/api/resources.js +2 -0
  44. package/dist/mjs/api/resources.js.map +1 -1
  45. package/dist/mjs/types/Enum/FiscalRegime.d.ts +5 -0
  46. package/dist/mjs/types/Enum/FiscalRegime.d.ts.map +1 -1
  47. package/dist/mjs/types/Enum/FiscalRegime.js +27 -0
  48. package/dist/mjs/types/Enum/FiscalRegime.js.map +1 -1
  49. package/dist/mjs/types/Enum/LegalForm.d.ts +2 -1
  50. package/dist/mjs/types/Enum/LegalForm.d.ts.map +1 -1
  51. package/dist/mjs/types/Enum/LegalForm.js +10 -0
  52. package/dist/mjs/types/Enum/LegalForm.js.map +1 -1
  53. package/dist/mjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.d.ts +107 -0
  54. package/dist/mjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.d.ts.map +1 -0
  55. package/dist/mjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.js +2 -0
  56. package/dist/mjs/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.js.map +1 -0
  57. package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts +196 -0
  58. package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.d.ts.map +1 -0
  59. package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js +897 -0
  60. package/dist/mjs/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.js.map +1 -0
  61. package/dist/mjs/types/Interface/api/companyCreationForm/UpdateCompanyCreationForm.d.ts +6 -0
  62. package/dist/mjs/types/Interface/api/companyCreationForm/UpdateCompanyCreationForm.d.ts.map +1 -0
  63. package/dist/mjs/types/Interface/api/companyCreationForm/UpdateCompanyCreationForm.js +21 -0
  64. package/dist/mjs/types/Interface/api/companyCreationForm/UpdateCompanyCreationForm.js.map +1 -0
  65. package/dist/mjs/types/Interface/models/ICompanyCreationForm.d.ts +12 -0
  66. package/dist/mjs/types/Interface/models/ICompanyCreationForm.d.ts.map +1 -0
  67. package/dist/mjs/types/Interface/models/ICompanyCreationForm.js +2 -0
  68. package/dist/mjs/types/Interface/models/ICompanyCreationForm.js.map +1 -0
  69. package/dist/mjs/types/index.d.ts +4 -0
  70. package/dist/mjs/types/index.d.ts.map +1 -1
  71. package/dist/mjs/types/index.js +4 -0
  72. package/dist/mjs/types/index.js.map +1 -1
  73. package/package.json +1 -1
  74. package/ts/api/resources/CompanyCreationForm.ts +29 -0
  75. package/ts/api/resources.ts +2 -0
  76. package/ts/types/Enum/FiscalRegime.ts +28 -0
  77. package/ts/types/Enum/LegalForm.ts +10 -0
  78. package/ts/types/Interface/api/companyCreationForm/CompanyCreationFormPayload.ts +110 -0
  79. package/ts/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.ts +646 -0
  80. package/ts/types/Interface/api/companyCreationForm/UpdateCompanyCreationForm.ts +10 -0
  81. package/ts/types/Interface/models/ICompanyCreationForm.ts +13 -0
  82. package/ts/types/index.ts +4 -0
@@ -0,0 +1,196 @@
1
+ import { LegalFormTypeEnum } from '../../../Enum/LegalForm';
2
+ import { Activity } from '../../../Enum/Activity';
3
+ import { TaxSystem } from '../../../Enum/TaxSystem';
4
+ import { VatRegime } from '../../../Enum/VatRegime';
5
+ import { CompanyCreationFormPayload, CountryId, MaritalStatus, NationalityId, Quality } from '../../..';
6
+ export declare class CreateBusinessPartnersSociety {
7
+ idLegalForm: number;
8
+ name: string;
9
+ ownerName: string;
10
+ creationDate: Date;
11
+ address: string;
12
+ additionalAddress?: string;
13
+ zipCode: string;
14
+ city?: string;
15
+ idCountry: CountryId;
16
+ }
17
+ export declare class MaritalStatusInfos {
18
+ date?: Date;
19
+ place?: string;
20
+ contractDate?: Date;
21
+ notaryName?: string;
22
+ notaryAddress?: string;
23
+ spouseBirthname?: string;
24
+ spouseIdNationality?: NationalityId;
25
+ spouseBirthdate?: Date;
26
+ spouseBirthPlace?: string;
27
+ spouseWorkInCompany?: boolean;
28
+ spouseIsASalaried?: boolean;
29
+ }
30
+ export declare class CreateBusinessPartnersUser {
31
+ idUser?: number;
32
+ /**
33
+ * État civil
34
+ */
35
+ firstname: string;
36
+ lastname: string;
37
+ birthname?: string;
38
+ idNationality: NationalityId;
39
+ birthdate: Date;
40
+ cityOfBirth: string;
41
+ idCountryBirth: CountryId;
42
+ isOwner: boolean;
43
+ idQuality?: Quality;
44
+ /**
45
+ * Situation marital
46
+ */
47
+ idMaritalStatus: MaritalStatus;
48
+ maritalStatus?: MaritalStatusInfos;
49
+ /**
50
+ * Contact
51
+ */
52
+ address: string;
53
+ additionalAddress?: string;
54
+ zipCode: string;
55
+ city: string;
56
+ prefix: string;
57
+ phone: string;
58
+ email: string;
59
+ }
60
+ export declare class ContributionInfos {
61
+ sourceOfFunds: string;
62
+ description?: string;
63
+ amount: number;
64
+ isPercentage: boolean;
65
+ }
66
+ export declare class ParentInfos {
67
+ firstname: string;
68
+ lastname: string;
69
+ birthname?: string;
70
+ }
71
+ export declare class CreateCompanyBusinessPartners {
72
+ isPhysical?: boolean;
73
+ parents?: ParentInfos[];
74
+ user?: CreateBusinessPartnersUser;
75
+ society?: CreateBusinessPartnersSociety;
76
+ contribution?: ContributionInfos;
77
+ }
78
+ export declare class BeneficiaryInfos {
79
+ parentalLink: string;
80
+ firstname: string;
81
+ lastname: string;
82
+ birthname?: string;
83
+ gender?: string;
84
+ birthdate: Date;
85
+ birthPlace: string;
86
+ birthZipCode: string;
87
+ socialSecurityNumber: string;
88
+ idNationality: NationalityId;
89
+ }
90
+ export declare class CreateCompanyCreationFormData implements CompanyCreationFormPayload {
91
+ /**
92
+ * Choix du statut
93
+ */
94
+ idLegalForm?: LegalFormTypeEnum;
95
+ /**
96
+ * Dénomination sociale
97
+ */
98
+ name?: string;
99
+ sigle?: string;
100
+ commercialName?: string;
101
+ signboard?: string;
102
+ wantToBeContactedForDeposition?: boolean;
103
+ /**
104
+ * Activité
105
+ */
106
+ idActivity?: Activity;
107
+ modeOfSale?: string;
108
+ modeOfSaleDescription?: string;
109
+ surfaceArea?: number;
110
+ isActivitySubjectToObligation?: boolean;
111
+ /**
112
+ * Siège social
113
+ */
114
+ address?: string;
115
+ additionalAddress?: string;
116
+ zipCode?: string;
117
+ city?: string;
118
+ type: string;
119
+ sourceOfFunds?: string;
120
+ headOfficeOccupationType?: 'owner' | 'tenant';
121
+ isActivityAtDifferentAddress?: boolean;
122
+ activityAddress?: string;
123
+ additionalActivityAddress?: string;
124
+ zipCodeActivity?: string;
125
+ cityActivity?: string;
126
+ wantToBeContactedForHeadOffice: boolean;
127
+ /**
128
+ * Calendrier
129
+ */
130
+ startDate: Date;
131
+ endDate?: Date;
132
+ wantToStartActivityNow: boolean;
133
+ /**
134
+ * Salariés
135
+ */
136
+ nbEmployees: number;
137
+ nbApprentices: number;
138
+ /**
139
+ * Régime d'imposition
140
+ */
141
+ idTaxSystem?: TaxSystem;
142
+ /**
143
+ * Régime de TVA
144
+ */
145
+ idVatRegime?: VatRegime;
146
+ /**
147
+ * Régime fiscal
148
+ */
149
+ fiscalRegime?: string;
150
+ /**
151
+ * Dirigeants et associés
152
+ */
153
+ partners: CreateCompanyBusinessPartners[];
154
+ /**
155
+ * Informations sociales
156
+ */
157
+ socialSecurityNumber?: string;
158
+ socialRegime?: string;
159
+ hasAlreadyHaveSelfEmployedActivity?: boolean;
160
+ selfEmployedActivitySiren?: string;
161
+ selfEmployedActivityType?: string;
162
+ selfEmployedActivityZipCode?: string;
163
+ selfEmployedActivityCity?: string;
164
+ selfEmployedActivityEndDate?: Date;
165
+ parallelActivityType?: string;
166
+ hasSelectedHealthInsurance?: boolean;
167
+ spouseHasHealthInsurance?: boolean;
168
+ spouseAssociatedWithTheCompany?: string;
169
+ nbChildren?: number;
170
+ hasBeneficiaries?: boolean;
171
+ beneficiaries?: BeneficiaryInfos[];
172
+ /**
173
+ * Capital social
174
+ */
175
+ capitalAmount?: number;
176
+ isAContributionInKind?: boolean;
177
+ contributionInKindDescription?: string;
178
+ bankName?: string;
179
+ bankAddress?: string;
180
+ bankZipCode?: string;
181
+ bankCity?: string;
182
+ hasNotYetSendSocialCapital?: boolean;
183
+ /**
184
+ * ACRE
185
+ */
186
+ wantToBenefitFromACRE?: boolean;
187
+ /**
188
+ * Confidentialité
189
+ */
190
+ informationsSharedToSirene?: boolean;
191
+ }
192
+ export declare class CreateCompanyCreationForm {
193
+ idSociety: number;
194
+ payload: CreateCompanyCreationFormData;
195
+ }
196
+ //# sourceMappingURL=CreateCompanyCreationForm.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateCompanyCreationForm.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/companyCreationForm/CreateCompanyCreationForm.ts"],"names":[],"mappings":"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"}