@monfilon/api-client 1.0.0 → 1.0.7

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 (50) hide show
  1. package/.openapi-generator/FILES +1 -0
  2. package/README.md +2 -2
  3. package/api/assetAccounts.service.ts +1 -1
  4. package/api/assets.service.ts +1 -1
  5. package/api/averageBaskets.service.ts +1 -1
  6. package/api/bfrSettings.service.ts +1 -1
  7. package/api/budgetFinancings.service.ts +1 -1
  8. package/api/budgets.service.ts +1 -1
  9. package/api/businessPlanSections.service.ts +1 -1
  10. package/api/charges.service.ts +1 -1
  11. package/api/compositeBaskets.service.ts +1 -1
  12. package/api/configSlots.service.ts +1 -1
  13. package/api/convertibles.service.ts +1 -1
  14. package/api/currentAccounts.service.ts +1 -1
  15. package/api/default.service.ts +1 -1
  16. package/api/employees.service.ts +1 -1
  17. package/api/financingSources.service.ts +1 -1
  18. package/api/fiscalYears.service.ts +1 -1
  19. package/api/generatorEntities.service.ts +1 -1
  20. package/api/laborInputs.service.ts +1 -1
  21. package/api/memberships.service.ts +1 -1
  22. package/api/notifications.service.ts +1 -1
  23. package/api/optionPools.service.ts +1 -1
  24. package/api/persons.service.ts +1 -1
  25. package/api/priceLists.service.ts +1 -1
  26. package/api/prices.service.ts +1 -1
  27. package/api/products.service.ts +1 -1
  28. package/api/projects.service.ts +1 -1
  29. package/api/rawMaterials.service.ts +1 -1
  30. package/api/reports.service.ts +1 -1
  31. package/api/rounds.service.ts +1 -1
  32. package/api/salesInputs.service.ts +1 -1
  33. package/api/salesItems.service.ts +1 -1
  34. package/api/salesModels.service.ts +1 -1
  35. package/api/salesScenarios.service.ts +1 -1
  36. package/api/salesStages.service.ts +1 -1
  37. package/api/salesVolumes.service.ts +1 -1
  38. package/api/segments.service.ts +1 -1
  39. package/api/services.service.ts +1 -1
  40. package/api/shareLots.service.ts +1 -1
  41. package/api/shareholderGroups.service.ts +1 -1
  42. package/api/shareholders.service.ts +7 -5
  43. package/api/shareholders.serviceInterface.ts +2 -1
  44. package/api/slotOptions.service.ts +1 -1
  45. package/api/targets.service.ts +1 -1
  46. package/model/models.ts +1 -0
  47. package/model/projectsProjectIdShareholdersGet200ResponseInner.ts +7 -0
  48. package/model/projectsProjectIdShareholdersIdGet200Response.ts +18 -0
  49. package/model/projectsProjectIdShareholdersPost201Response.ts +2 -0
  50. package/package.json +1 -1
@@ -291,6 +291,7 @@ model/projectsProjectIdShareholderGroupsIdPatchRequest.ts
291
291
  model/projectsProjectIdShareholderGroupsPost201Response.ts
292
292
  model/projectsProjectIdShareholderGroupsPostRequest.ts
293
293
  model/projectsProjectIdShareholdersGet200ResponseInner.ts
294
+ model/projectsProjectIdShareholdersIdGet200Response.ts
294
295
  model/projectsProjectIdShareholdersIdPatchRequest.ts
295
296
  model/projectsProjectIdShareholdersPost201Response.ts
296
297
  model/projectsProjectIdShareholdersPostRequest.ts
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @monfilon/api-client@1.0.0
1
+ # @monfilon/api-client@1.0.7
2
2
 
3
3
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
 
@@ -24,7 +24,7 @@ Navigate to the folder of your consuming project and run one of next commands.
24
24
  _published:_
25
25
 
26
26
  ```console
27
- npm install @monfilon/api-client@1.0.0 --save
27
+ npm install @monfilon/api-client@1.0.7 --save
28
28
  ```
29
29
 
30
30
  _without publishing (not recommended):_
@@ -33,7 +33,7 @@ import {
33
33
  })
34
34
  export class AssetAccountsService implements AssetAccountsServiceInterface {
35
35
 
36
- protected basePath = 'https://cresus-api.liant.cloud/v1';
36
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
37
37
  public defaultHeaders = new HttpHeaders();
38
38
  public configuration = new Configuration();
39
39
  public encoder: HttpParameterCodec;
@@ -48,7 +48,7 @@ import {
48
48
  })
49
49
  export class AssetsService implements AssetsServiceInterface {
50
50
 
51
- protected basePath = 'https://cresus-api.liant.cloud/v1';
51
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
52
52
  public defaultHeaders = new HttpHeaders();
53
53
  public configuration = new Configuration();
54
54
  public encoder: HttpParameterCodec;
@@ -50,7 +50,7 @@ import {
50
50
  })
51
51
  export class AverageBasketsService implements AverageBasketsServiceInterface {
52
52
 
53
- protected basePath = 'https://cresus-api.liant.cloud/v1';
53
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
54
54
  public defaultHeaders = new HttpHeaders();
55
55
  public configuration = new Configuration();
56
56
  public encoder: HttpParameterCodec;
@@ -47,7 +47,7 @@ import {
47
47
  })
48
48
  export class BfrSettingsService implements BfrSettingsServiceInterface {
49
49
 
50
- protected basePath = 'https://cresus-api.liant.cloud/v1';
50
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
51
51
  public defaultHeaders = new HttpHeaders();
52
52
  public configuration = new Configuration();
53
53
  public encoder: HttpParameterCodec;
@@ -52,7 +52,7 @@ import {
52
52
  })
53
53
  export class BudgetFinancingsService implements BudgetFinancingsServiceInterface {
54
54
 
55
- protected basePath = 'https://cresus-api.liant.cloud/v1';
55
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
56
56
  public defaultHeaders = new HttpHeaders();
57
57
  public configuration = new Configuration();
58
58
  public encoder: HttpParameterCodec;
@@ -50,7 +50,7 @@ import {
50
50
  })
51
51
  export class BudgetsService implements BudgetsServiceInterface {
52
52
 
53
- protected basePath = 'https://cresus-api.liant.cloud/v1';
53
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
54
54
  public defaultHeaders = new HttpHeaders();
55
55
  public configuration = new Configuration();
56
56
  public encoder: HttpParameterCodec;
@@ -52,7 +52,7 @@ import {
52
52
  })
53
53
  export class BusinessPlanSectionsService implements BusinessPlanSectionsServiceInterface {
54
54
 
55
- protected basePath = 'https://cresus-api.liant.cloud/v1';
55
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
56
56
  public defaultHeaders = new HttpHeaders();
57
57
  public configuration = new Configuration();
58
58
  public encoder: HttpParameterCodec;
@@ -52,7 +52,7 @@ import {
52
52
  })
53
53
  export class ChargesService implements ChargesServiceInterface {
54
54
 
55
- protected basePath = 'https://cresus-api.liant.cloud/v1';
55
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
56
56
  public defaultHeaders = new HttpHeaders();
57
57
  public configuration = new Configuration();
58
58
  public encoder: HttpParameterCodec;
@@ -36,7 +36,7 @@ import {
36
36
  })
37
37
  export class CompositeBasketsService implements CompositeBasketsServiceInterface {
38
38
 
39
- protected basePath = 'https://cresus-api.liant.cloud/v1';
39
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
40
40
  public defaultHeaders = new HttpHeaders();
41
41
  public configuration = new Configuration();
42
42
  public encoder: HttpParameterCodec;
@@ -48,7 +48,7 @@ import {
48
48
  })
49
49
  export class ConfigSlotsService implements ConfigSlotsServiceInterface {
50
50
 
51
- protected basePath = 'https://cresus-api.liant.cloud/v1';
51
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
52
52
  public defaultHeaders = new HttpHeaders();
53
53
  public configuration = new Configuration();
54
54
  public encoder: HttpParameterCodec;
@@ -53,7 +53,7 @@ import {
53
53
  })
54
54
  export class ConvertiblesService implements ConvertiblesServiceInterface {
55
55
 
56
- protected basePath = 'https://cresus-api.liant.cloud/v1';
56
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
57
57
  public defaultHeaders = new HttpHeaders();
58
58
  public configuration = new Configuration();
59
59
  public encoder: HttpParameterCodec;
@@ -48,7 +48,7 @@ import {
48
48
  })
49
49
  export class CurrentAccountsService implements CurrentAccountsServiceInterface {
50
50
 
51
- protected basePath = 'https://cresus-api.liant.cloud/v1';
51
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
52
52
  public defaultHeaders = new HttpHeaders();
53
53
  public configuration = new Configuration();
54
54
  public encoder: HttpParameterCodec;
@@ -119,7 +119,7 @@ import {
119
119
  })
120
120
  export class DefaultService implements DefaultServiceInterface {
121
121
 
122
- protected basePath = 'https://cresus-api.liant.cloud/v1';
122
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
123
123
  public defaultHeaders = new HttpHeaders();
124
124
  public configuration = new Configuration();
125
125
  public encoder: HttpParameterCodec;
@@ -50,7 +50,7 @@ import {
50
50
  })
51
51
  export class EmployeesService implements EmployeesServiceInterface {
52
52
 
53
- protected basePath = 'https://cresus-api.liant.cloud/v1';
53
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
54
54
  public defaultHeaders = new HttpHeaders();
55
55
  public configuration = new Configuration();
56
56
  public encoder: HttpParameterCodec;
@@ -50,7 +50,7 @@ import {
50
50
  })
51
51
  export class FinancingSourcesService implements FinancingSourcesServiceInterface {
52
52
 
53
- protected basePath = 'https://cresus-api.liant.cloud/v1';
53
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
54
54
  public defaultHeaders = new HttpHeaders();
55
55
  public configuration = new Configuration();
56
56
  public encoder: HttpParameterCodec;
@@ -48,7 +48,7 @@ import {
48
48
  })
49
49
  export class FiscalYearsService implements FiscalYearsServiceInterface {
50
50
 
51
- protected basePath = 'https://cresus-api.liant.cloud/v1';
51
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
52
52
  public defaultHeaders = new HttpHeaders();
53
53
  public configuration = new Configuration();
54
54
  public encoder: HttpParameterCodec;
@@ -44,7 +44,7 @@ import {
44
44
  })
45
45
  export class GeneratorEntitiesService implements GeneratorEntitiesServiceInterface {
46
46
 
47
- protected basePath = 'https://cresus-api.liant.cloud/v1';
47
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
48
48
  public defaultHeaders = new HttpHeaders();
49
49
  public configuration = new Configuration();
50
50
  public encoder: HttpParameterCodec;
@@ -44,7 +44,7 @@ import {
44
44
  })
45
45
  export class LaborInputsService implements LaborInputsServiceInterface {
46
46
 
47
- protected basePath = 'https://cresus-api.liant.cloud/v1';
47
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
48
48
  public defaultHeaders = new HttpHeaders();
49
49
  public configuration = new Configuration();
50
50
  public encoder: HttpParameterCodec;
@@ -42,7 +42,7 @@ import {
42
42
  })
43
43
  export class MembershipsService implements MembershipsServiceInterface {
44
44
 
45
- protected basePath = 'https://cresus-api.liant.cloud/v1';
45
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
46
46
  public defaultHeaders = new HttpHeaders();
47
47
  public configuration = new Configuration();
48
48
  public encoder: HttpParameterCodec;
@@ -39,7 +39,7 @@ import {
39
39
  })
40
40
  export class NotificationsService implements NotificationsServiceInterface {
41
41
 
42
- protected basePath = 'https://cresus-api.liant.cloud/v1';
42
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
43
43
  public defaultHeaders = new HttpHeaders();
44
44
  public configuration = new Configuration();
45
45
  public encoder: HttpParameterCodec;
@@ -50,7 +50,7 @@ import {
50
50
  })
51
51
  export class OptionPoolsService implements OptionPoolsServiceInterface {
52
52
 
53
- protected basePath = 'https://cresus-api.liant.cloud/v1';
53
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
54
54
  public defaultHeaders = new HttpHeaders();
55
55
  public configuration = new Configuration();
56
56
  public encoder: HttpParameterCodec;
@@ -50,7 +50,7 @@ import {
50
50
  })
51
51
  export class PersonsService implements PersonsServiceInterface {
52
52
 
53
- protected basePath = 'https://cresus-api.liant.cloud/v1';
53
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
54
54
  public defaultHeaders = new HttpHeaders();
55
55
  public configuration = new Configuration();
56
56
  public encoder: HttpParameterCodec;
@@ -48,7 +48,7 @@ import {
48
48
  })
49
49
  export class PriceListsService implements PriceListsServiceInterface {
50
50
 
51
- protected basePath = 'https://cresus-api.liant.cloud/v1';
51
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
52
52
  public defaultHeaders = new HttpHeaders();
53
53
  public configuration = new Configuration();
54
54
  public encoder: HttpParameterCodec;
@@ -48,7 +48,7 @@ import {
48
48
  })
49
49
  export class PricesService implements PricesServiceInterface {
50
50
 
51
- protected basePath = 'https://cresus-api.liant.cloud/v1';
51
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
52
52
  public defaultHeaders = new HttpHeaders();
53
53
  public configuration = new Configuration();
54
54
  public encoder: HttpParameterCodec;
@@ -52,7 +52,7 @@ import {
52
52
  })
53
53
  export class ProductsService implements ProductsServiceInterface {
54
54
 
55
- protected basePath = 'https://cresus-api.liant.cloud/v1';
55
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
56
56
  public defaultHeaders = new HttpHeaders();
57
57
  public configuration = new Configuration();
58
58
  public encoder: HttpParameterCodec;
@@ -49,7 +49,7 @@ import {
49
49
  })
50
50
  export class ProjectsService implements ProjectsServiceInterface {
51
51
 
52
- protected basePath = 'https://cresus-api.liant.cloud/v1';
52
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
53
53
  public defaultHeaders = new HttpHeaders();
54
54
  public configuration = new Configuration();
55
55
  public encoder: HttpParameterCodec;
@@ -46,7 +46,7 @@ import {
46
46
  })
47
47
  export class RawMaterialsService implements RawMaterialsServiceInterface {
48
48
 
49
- protected basePath = 'https://cresus-api.liant.cloud/v1';
49
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
50
50
  public defaultHeaders = new HttpHeaders();
51
51
  public configuration = new Configuration();
52
52
  public encoder: HttpParameterCodec;
@@ -38,7 +38,7 @@ import {
38
38
  })
39
39
  export class ReportsService implements ReportsServiceInterface {
40
40
 
41
- protected basePath = 'https://cresus-api.liant.cloud/v1';
41
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
42
42
  public defaultHeaders = new HttpHeaders();
43
43
  public configuration = new Configuration();
44
44
  public encoder: HttpParameterCodec;
@@ -50,7 +50,7 @@ import {
50
50
  })
51
51
  export class RoundsService implements RoundsServiceInterface {
52
52
 
53
- protected basePath = 'https://cresus-api.liant.cloud/v1';
53
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
54
54
  public defaultHeaders = new HttpHeaders();
55
55
  public configuration = new Configuration();
56
56
  public encoder: HttpParameterCodec;
@@ -44,7 +44,7 @@ import {
44
44
  })
45
45
  export class SalesInputsService implements SalesInputsServiceInterface {
46
46
 
47
- protected basePath = 'https://cresus-api.liant.cloud/v1';
47
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
48
48
  public defaultHeaders = new HttpHeaders();
49
49
  public configuration = new Configuration();
50
50
  public encoder: HttpParameterCodec;
@@ -50,7 +50,7 @@ import {
50
50
  })
51
51
  export class SalesItemsService implements SalesItemsServiceInterface {
52
52
 
53
- protected basePath = 'https://cresus-api.liant.cloud/v1';
53
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
54
54
  public defaultHeaders = new HttpHeaders();
55
55
  public configuration = new Configuration();
56
56
  public encoder: HttpParameterCodec;
@@ -43,7 +43,7 @@ import {
43
43
  })
44
44
  export class SalesModelsService implements SalesModelsServiceInterface {
45
45
 
46
- protected basePath = 'https://cresus-api.liant.cloud/v1';
46
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
47
47
  public defaultHeaders = new HttpHeaders();
48
48
  public configuration = new Configuration();
49
49
  public encoder: HttpParameterCodec;
@@ -51,7 +51,7 @@ import {
51
51
  })
52
52
  export class SalesScenariosService implements SalesScenariosServiceInterface {
53
53
 
54
- protected basePath = 'https://cresus-api.liant.cloud/v1';
54
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
55
55
  public defaultHeaders = new HttpHeaders();
56
56
  public configuration = new Configuration();
57
57
  public encoder: HttpParameterCodec;
@@ -44,7 +44,7 @@ import {
44
44
  })
45
45
  export class SalesStagesService implements SalesStagesServiceInterface {
46
46
 
47
- protected basePath = 'https://cresus-api.liant.cloud/v1';
47
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
48
48
  public defaultHeaders = new HttpHeaders();
49
49
  public configuration = new Configuration();
50
50
  public encoder: HttpParameterCodec;
@@ -44,7 +44,7 @@ import {
44
44
  })
45
45
  export class SalesVolumesService implements SalesVolumesServiceInterface {
46
46
 
47
- protected basePath = 'https://cresus-api.liant.cloud/v1';
47
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
48
48
  public defaultHeaders = new HttpHeaders();
49
49
  public configuration = new Configuration();
50
50
  public encoder: HttpParameterCodec;
@@ -48,7 +48,7 @@ import {
48
48
  })
49
49
  export class SegmentsService implements SegmentsServiceInterface {
50
50
 
51
- protected basePath = 'https://cresus-api.liant.cloud/v1';
51
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
52
52
  public defaultHeaders = new HttpHeaders();
53
53
  public configuration = new Configuration();
54
54
  public encoder: HttpParameterCodec;
@@ -52,7 +52,7 @@ import {
52
52
  })
53
53
  export class ServicesService implements ServicesServiceInterface {
54
54
 
55
- protected basePath = 'https://cresus-api.liant.cloud/v1';
55
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
56
56
  public defaultHeaders = new HttpHeaders();
57
57
  public configuration = new Configuration();
58
58
  public encoder: HttpParameterCodec;
@@ -48,7 +48,7 @@ import {
48
48
  })
49
49
  export class ShareLotsService implements ShareLotsServiceInterface {
50
50
 
51
- protected basePath = 'https://cresus-api.liant.cloud/v1';
51
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
52
52
  public defaultHeaders = new HttpHeaders();
53
53
  public configuration = new Configuration();
54
54
  public encoder: HttpParameterCodec;
@@ -50,7 +50,7 @@ import {
50
50
  })
51
51
  export class ShareholderGroupsService implements ShareholderGroupsServiceInterface {
52
52
 
53
- protected basePath = 'https://cresus-api.liant.cloud/v1';
53
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
54
54
  public defaultHeaders = new HttpHeaders();
55
55
  public configuration = new Configuration();
56
56
  public encoder: HttpParameterCodec;
@@ -23,6 +23,8 @@ import { ProjectsProjectIdAssetsPost422Response } from '../model/projectsProject
23
23
  // @ts-ignore
24
24
  import { ProjectsProjectIdShareholdersGet200ResponseInner } from '../model/projectsProjectIdShareholdersGet200ResponseInner';
25
25
  // @ts-ignore
26
+ import { ProjectsProjectIdShareholdersIdGet200Response } from '../model/projectsProjectIdShareholdersIdGet200Response';
27
+ // @ts-ignore
26
28
  import { ProjectsProjectIdShareholdersIdPatchRequest } from '../model/projectsProjectIdShareholdersIdPatchRequest';
27
29
  // @ts-ignore
28
30
  import { ProjectsProjectIdShareholdersPost201Response } from '../model/projectsProjectIdShareholdersPost201Response';
@@ -48,7 +50,7 @@ import {
48
50
  })
49
51
  export class ShareholdersService implements ShareholdersServiceInterface {
50
52
 
51
- protected basePath = 'https://cresus-api.liant.cloud/v1';
53
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
52
54
  public defaultHeaders = new HttpHeaders();
53
55
  public configuration = new Configuration();
54
56
  public encoder: HttpParameterCodec;
@@ -248,9 +250,9 @@ export class ShareholdersService implements ShareholdersServiceInterface {
248
250
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
249
251
  * @param reportProgress flag to report request and response progress.
250
252
  */
251
- public projectsProjectIdShareholdersIdGet(requestParameters: ProjectsProjectIdShareholdersIdGetRequestParams, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext, transferCache?: boolean}): Observable<ProjectsProjectIdAssetsIdGet200Response>;
252
- public projectsProjectIdShareholdersIdGet(requestParameters: ProjectsProjectIdShareholdersIdGetRequestParams, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext, transferCache?: boolean}): Observable<HttpResponse<ProjectsProjectIdAssetsIdGet200Response>>;
253
- public projectsProjectIdShareholdersIdGet(requestParameters: ProjectsProjectIdShareholdersIdGetRequestParams, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext, transferCache?: boolean}): Observable<HttpEvent<ProjectsProjectIdAssetsIdGet200Response>>;
253
+ public projectsProjectIdShareholdersIdGet(requestParameters: ProjectsProjectIdShareholdersIdGetRequestParams, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext, transferCache?: boolean}): Observable<ProjectsProjectIdShareholdersIdGet200Response>;
254
+ public projectsProjectIdShareholdersIdGet(requestParameters: ProjectsProjectIdShareholdersIdGetRequestParams, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext, transferCache?: boolean}): Observable<HttpResponse<ProjectsProjectIdShareholdersIdGet200Response>>;
255
+ public projectsProjectIdShareholdersIdGet(requestParameters: ProjectsProjectIdShareholdersIdGetRequestParams, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext, transferCache?: boolean}): Observable<HttpEvent<ProjectsProjectIdShareholdersIdGet200Response>>;
254
256
  public projectsProjectIdShareholdersIdGet(requestParameters: ProjectsProjectIdShareholdersIdGetRequestParams, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext, transferCache?: boolean}): Observable<any> {
255
257
  const projectId = requestParameters?.projectId;
256
258
  if (projectId === null || projectId === undefined) {
@@ -298,7 +300,7 @@ export class ShareholdersService implements ShareholdersServiceInterface {
298
300
  }
299
301
 
300
302
  let localVarPath = `/projects/${this.configuration.encodeParam({name: "projectId", value: projectId, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}/shareholders/${this.configuration.encodeParam({name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined})}`;
301
- return this.httpClient.request<ProjectsProjectIdAssetsIdGet200Response>('get', `${this.configuration.basePath}${localVarPath}`,
303
+ return this.httpClient.request<ProjectsProjectIdShareholdersIdGet200Response>('get', `${this.configuration.basePath}${localVarPath}`,
302
304
  {
303
305
  context: localVarHttpContext,
304
306
  responseType: <any>responseType_,
@@ -14,6 +14,7 @@ import { Observable } from 'rxjs';
14
14
  import { ProjectsProjectIdAssetsIdGet200Response } from '../model/models';
15
15
  import { ProjectsProjectIdAssetsPost422Response } from '../model/models';
16
16
  import { ProjectsProjectIdShareholdersGet200ResponseInner } from '../model/models';
17
+ import { ProjectsProjectIdShareholdersIdGet200Response } from '../model/models';
17
18
  import { ProjectsProjectIdShareholdersIdPatchRequest } from '../model/models';
18
19
  import { ProjectsProjectIdShareholdersPost201Response } from '../model/models';
19
20
  import { ProjectsProjectIdShareholdersPostRequest } from '../model/models';
@@ -71,7 +72,7 @@ export interface ShareholdersServiceInterface {
71
72
  *
72
73
  * @param requestParameters
73
74
  */
74
- projectsProjectIdShareholdersIdGet(requestParameters: ProjectsProjectIdShareholdersIdGetRequestParams, extraHttpRequestParams?: any): Observable<ProjectsProjectIdAssetsIdGet200Response>;
75
+ projectsProjectIdShareholdersIdGet(requestParameters: ProjectsProjectIdShareholdersIdGetRequestParams, extraHttpRequestParams?: any): Observable<ProjectsProjectIdShareholdersIdGet200Response>;
75
76
 
76
77
  /**
77
78
  * update a shareholder
@@ -50,7 +50,7 @@ import {
50
50
  })
51
51
  export class SlotOptionsService implements SlotOptionsServiceInterface {
52
52
 
53
- protected basePath = 'https://cresus-api.liant.cloud/v1';
53
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
54
54
  public defaultHeaders = new HttpHeaders();
55
55
  public configuration = new Configuration();
56
56
  public encoder: HttpParameterCodec;
@@ -48,7 +48,7 @@ import {
48
48
  })
49
49
  export class TargetsService implements TargetsServiceInterface {
50
50
 
51
- protected basePath = 'https://cresus-api.liant.cloud/v1';
51
+ protected basePath = 'https://api.cresus.liant.cloud/v1';
52
52
  public defaultHeaders = new HttpHeaders();
53
53
  public configuration = new Configuration();
54
54
  public encoder: HttpParameterCodec;
package/model/models.ts CHANGED
@@ -197,6 +197,7 @@ export * from './projectsProjectIdShareholderGroupsIdPatchRequest';
197
197
  export * from './projectsProjectIdShareholderGroupsPost201Response';
198
198
  export * from './projectsProjectIdShareholderGroupsPostRequest';
199
199
  export * from './projectsProjectIdShareholdersGet200ResponseInner';
200
+ export * from './projectsProjectIdShareholdersIdGet200Response';
200
201
  export * from './projectsProjectIdShareholdersIdPatchRequest';
201
202
  export * from './projectsProjectIdShareholdersPost201Response';
202
203
  export * from './projectsProjectIdShareholdersPostRequest';
@@ -13,6 +13,9 @@ export interface ProjectsProjectIdShareholdersGet200ResponseInner {
13
13
  id: string;
14
14
  name: string;
15
15
  kind: ProjectsProjectIdShareholdersGet200ResponseInnerKindEnum;
16
+ entity_type: ProjectsProjectIdShareholdersGet200ResponseInnerEntityTypeEnum;
17
+ person_id?: string | null;
18
+ representative_id?: string | null;
16
19
  project_id: string;
17
20
  display_name: string;
18
21
  created_at?: string;
@@ -23,6 +26,10 @@ export enum ProjectsProjectIdShareholdersGet200ResponseInnerKindEnum {
23
26
  Founder = 'founder',
24
27
  Investor = 'investor'
25
28
  };
29
+ export enum ProjectsProjectIdShareholdersGet200ResponseInnerEntityTypeEnum {
30
+ NaturalPerson = 'natural_person',
31
+ LegalEntity = 'legal_entity'
32
+ };
26
33
 
27
34
 
28
35
 
@@ -0,0 +1,18 @@
1
+ /**
2
+ * API V1
3
+ *
4
+ *
5
+ *
6
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7
+ * https://openapi-generator.tech
8
+ * Do not edit the class manually.
9
+ */
10
+
11
+
12
+ export interface ProjectsProjectIdShareholdersIdGet200Response {
13
+ id: string;
14
+ name: string;
15
+ entity_type: string;
16
+ person_id?: string | null;
17
+ }
18
+
@@ -13,6 +13,8 @@ export interface ProjectsProjectIdShareholdersPost201Response {
13
13
  id: string;
14
14
  name: string;
15
15
  kind?: string;
16
+ entity_type?: string;
17
+ person_id?: string | null;
16
18
  display_name?: string;
17
19
  url?: string;
18
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monfilon/api-client",
3
- "version": "1.0.0",
3
+ "version": "1.0.7",
4
4
  "description": "OpenAPI client for @monfilon/api-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {