@emilgroup/tenant-sdk-node 1.0.0-beta.0 → 1.0.0-beta.1

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 (96) hide show
  1. package/.openapi-generator/FILES +9 -12
  2. package/README.md +6 -6
  3. package/api/custom-schema-api.ts +16 -16
  4. package/api/data-report-executor-api.ts +4 -8
  5. package/api.ts +0 -6
  6. package/base.ts +1 -1
  7. package/dist/api/custom-schema-api.d.ts +16 -16
  8. package/dist/api/custom-schema-api.js +16 -16
  9. package/dist/api/data-report-executor-api.d.ts +4 -8
  10. package/dist/api/data-report-executor-api.js +4 -8
  11. package/dist/api.d.ts +0 -3
  12. package/dist/api.js +0 -3
  13. package/dist/base.js +1 -1
  14. package/dist/models/alert-history-class.d.ts +108 -0
  15. package/dist/models/{create-permission-response-class.js → alert-history-class.js} +0 -0
  16. package/dist/models/{list-permissions-response-class.d.ts → channel-response-class.d.ts} +9 -9
  17. package/dist/models/{create-role-response-class.js → channel-response-class.js} +0 -0
  18. package/dist/models/compare-tariffs-response-class.d.ts +3 -2
  19. package/dist/models/data-report-filter-single-value-dto.d.ts +42 -0
  20. package/dist/models/{create-tenant-response-class.js → data-report-filter-single-value-dto.js} +0 -0
  21. package/dist/models/data-report-filter-value-dto.d.ts +31 -0
  22. package/dist/models/{get-role-response-class.js → data-report-filter-value-dto.js} +0 -0
  23. package/dist/models/{list-roles-response-class.d.ts → grouped-tariff-class.d.ts} +10 -10
  24. package/dist/models/{list-permissions-response-class.js → grouped-tariff-class.js} +0 -0
  25. package/dist/models/index.d.ts +9 -9
  26. package/dist/models/index.js +9 -9
  27. package/dist/models/{get-role-response-class.d.ts → insurance-company-response-class.d.ts} +6 -7
  28. package/dist/models/{list-roles-response-class.js → insurance-company-response-class.js} +0 -0
  29. package/dist/models/{update-role-response-class.d.ts → insurance-response-class.d.ts} +6 -7
  30. package/dist/models/{permission-class.js → insurance-response-class.js} +0 -0
  31. package/dist/models/list-alert-history-response-class.d.ts +3 -2
  32. package/dist/models/list-alerts-response-class.d.ts +3 -2
  33. package/dist/models/list-channels-response-class.d.ts +3 -2
  34. package/dist/models/list-custom-schemas-response-class.d.ts +1 -1
  35. package/dist/models/list-dashboards-response-class.d.ts +3 -2
  36. package/dist/models/list-insurance-companies-response-class.d.ts +3 -2
  37. package/dist/models/list-invites-response-class.d.ts +3 -2
  38. package/dist/models/list-report-history-response-class.d.ts +3 -2
  39. package/dist/models/list-reports-response-class.d.ts +3 -2
  40. package/dist/models/list-scenario-analyses-response-class.d.ts +3 -2
  41. package/dist/models/list-scenario-analysis-dates-response-class.d.ts +3 -2
  42. package/dist/models/list-tariff-insurance-companies-response-class.d.ts +3 -2
  43. package/dist/models/list-tariffs-response-class.d.ts +3 -2
  44. package/dist/models/list-users-response-class.d.ts +3 -2
  45. package/dist/models/report-history-class.d.ts +48 -0
  46. package/dist/models/{role-class.js → report-history-class.js} +0 -0
  47. package/dist/models/run-data-report-request-dto.d.ts +3 -2
  48. package/dist/models/run-data-report-response-class.d.ts +2 -2
  49. package/dist/models/scenario-analysis-date-response-class.d.ts +36 -0
  50. package/dist/models/{update-role-response-class.js → scenario-analysis-date-response-class.js} +0 -0
  51. package/models/alert-history-class.ts +114 -0
  52. package/models/{list-permissions-response-class.ts → channel-response-class.ts} +9 -9
  53. package/models/compare-tariffs-response-class.ts +3 -2
  54. package/models/data-report-filter-single-value-dto.ts +48 -0
  55. package/models/data-report-filter-value-dto.ts +37 -0
  56. package/models/{list-roles-response-class.ts → grouped-tariff-class.ts} +10 -10
  57. package/models/index.ts +9 -9
  58. package/models/{get-role-response-class.ts → insurance-company-response-class.ts} +6 -7
  59. package/models/{create-role-response-class.ts → insurance-response-class.ts} +6 -7
  60. package/models/list-alert-history-response-class.ts +3 -2
  61. package/models/list-alerts-response-class.ts +3 -2
  62. package/models/list-channels-response-class.ts +3 -2
  63. package/models/list-custom-schemas-response-class.ts +1 -1
  64. package/models/list-dashboards-response-class.ts +3 -2
  65. package/models/list-insurance-companies-response-class.ts +3 -2
  66. package/models/list-invites-response-class.ts +3 -2
  67. package/models/list-report-history-response-class.ts +3 -2
  68. package/models/list-reports-response-class.ts +3 -2
  69. package/models/list-scenario-analyses-response-class.ts +3 -2
  70. package/models/list-scenario-analysis-dates-response-class.ts +3 -2
  71. package/models/list-tariff-insurance-companies-response-class.ts +3 -2
  72. package/models/list-tariffs-response-class.ts +3 -2
  73. package/models/list-users-response-class.ts +3 -2
  74. package/models/{create-tenant-response-class.ts → report-history-class.ts} +20 -14
  75. package/models/run-data-report-request-dto.ts +3 -2
  76. package/models/run-data-report-response-class.ts +2 -3
  77. package/models/scenario-analysis-date-response-class.ts +42 -0
  78. package/package.json +1 -1
  79. package/api/permissions-api.ts +0 -307
  80. package/api/roles-api.ts +0 -564
  81. package/api/tenants-api.ts +0 -514
  82. package/dist/api/permissions-api.d.ts +0 -172
  83. package/dist/api/permissions-api.js +0 -331
  84. package/dist/api/roles-api.d.ts +0 -301
  85. package/dist/api/roles-api.js +0 -578
  86. package/dist/api/tenants-api.d.ts +0 -282
  87. package/dist/api/tenants-api.js +0 -514
  88. package/dist/models/create-permission-response-class.d.ts +0 -25
  89. package/dist/models/create-role-response-class.d.ts +0 -25
  90. package/dist/models/create-tenant-response-class.d.ts +0 -42
  91. package/dist/models/permission-class.d.ts +0 -66
  92. package/dist/models/role-class.d.ts +0 -60
  93. package/models/create-permission-response-class.ts +0 -31
  94. package/models/permission-class.ts +0 -72
  95. package/models/role-class.ts +0 -66
  96. package/models/update-role-response-class.ts +0 -31
package/models/index.ts CHANGED
@@ -1,7 +1,9 @@
1
1
  export * from './alert-class';
2
+ export * from './alert-history-class';
2
3
  export * from './assign-user-roles-request-dto';
3
4
  export * from './assign-user-roles-response-class';
4
5
  export * from './batch-delete-request-dto';
6
+ export * from './channel-response-class';
5
7
  export * from './compare-tariffs-request-dto';
6
8
  export * from './compare-tariffs-response-class';
7
9
  export * from './condition-dto';
@@ -12,19 +14,18 @@ export * from './create-custom-schema-response-class';
12
14
  export * from './create-dashboard-request-dto';
13
15
  export * from './create-dashboard-response-class';
14
16
  export * from './create-permission-request-dto';
15
- export * from './create-permission-response-class';
16
17
  export * from './create-report-request-dto';
17
18
  export * from './create-report-response-class';
18
19
  export * from './create-role-request-dto';
19
- export * from './create-role-response-class';
20
20
  export * from './create-scenario-analysis-request-dto';
21
21
  export * from './create-scenario-analysis-response-class';
22
22
  export * from './create-tenant-request-dto';
23
- export * from './create-tenant-response-class';
24
23
  export * from './custom-field-dto';
25
24
  export * from './custom-schema-class';
26
25
  export * from './dbconfig-dto';
27
26
  export * from './dashboard-class';
27
+ export * from './data-report-filter-single-value-dto';
28
+ export * from './data-report-filter-value-dto';
28
29
  export * from './disable-user-response-class';
29
30
  export * from './disable-users-request-dto';
30
31
  export * from './enable-user-response-class';
@@ -34,9 +35,11 @@ export * from './get-custom-schema-response-class';
34
35
  export * from './get-dashboard-response-class';
35
36
  export * from './get-embedded-url-response-class';
36
37
  export * from './get-report-response-class';
37
- export * from './get-role-response-class';
38
38
  export * from './get-scenario-analysis-response-class';
39
39
  export * from './get-user-response-class';
40
+ export * from './grouped-tariff-class';
41
+ export * from './insurance-company-response-class';
42
+ export * from './insurance-response-class';
40
43
  export * from './invite-class';
41
44
  export * from './invite-user-request-dto';
42
45
  export * from './invite-user-response-class';
@@ -48,10 +51,8 @@ export * from './list-custom-schemas-response-class';
48
51
  export * from './list-dashboards-response-class';
49
52
  export * from './list-insurance-companies-response-class';
50
53
  export * from './list-invites-response-class';
51
- export * from './list-permissions-response-class';
52
54
  export * from './list-report-history-response-class';
53
55
  export * from './list-reports-response-class';
54
- export * from './list-roles-response-class';
55
56
  export * from './list-scenario-analyses-response-class';
56
57
  export * from './list-scenario-analysis-dates-response-class';
57
58
  export * from './list-tariff-insurance-companies-response-class';
@@ -59,12 +60,12 @@ export * from './list-tariffs-response-class';
59
60
  export * from './list-users-response-class';
60
61
  export * from './manage-subscription-request-dto';
61
62
  export * from './manage-subscription-response-class';
62
- export * from './permission-class';
63
63
  export * from './report-class';
64
- export * from './role-class';
64
+ export * from './report-history-class';
65
65
  export * from './run-data-report-request-dto';
66
66
  export * from './run-data-report-response-class';
67
67
  export * from './scenario-analysis-class';
68
+ export * from './scenario-analysis-date-response-class';
68
69
  export * from './set-user-setting-request-dto';
69
70
  export * from './subscription-class';
70
71
  export * from './tenant-admin-user-dto';
@@ -77,7 +78,6 @@ export * from './update-dashboard-response-class';
77
78
  export * from './update-report-request-dto';
78
79
  export * from './update-report-response-class';
79
80
  export * from './update-role-request-dto';
80
- export * from './update-role-response-class';
81
81
  export * from './update-scenario-analysis-request-dto';
82
82
  export * from './update-scenario-analysis-response-class';
83
83
  export * from './user-class';
@@ -13,19 +13,18 @@
13
13
  */
14
14
 
15
15
 
16
- import { RoleClass } from './role-class';
17
16
 
18
17
  /**
19
18
  *
20
19
  * @export
21
- * @interface GetRoleResponseClass
20
+ * @interface InsuranceCompanyResponseClass
22
21
  */
23
- export interface GetRoleResponseClass {
22
+ export interface InsuranceCompanyResponseClass {
24
23
  /**
25
- * role
26
- * @type {RoleClass}
27
- * @memberof GetRoleResponseClass
24
+ * insurance company name
25
+ * @type {string}
26
+ * @memberof InsuranceCompanyResponseClass
28
27
  */
29
- 'role': RoleClass;
28
+ 'name': string;
30
29
  }
31
30
 
@@ -13,19 +13,18 @@
13
13
  */
14
14
 
15
15
 
16
- import { RoleClass } from './role-class';
17
16
 
18
17
  /**
19
18
  *
20
19
  * @export
21
- * @interface CreateRoleResponseClass
20
+ * @interface InsuranceResponseClass
22
21
  */
23
- export interface CreateRoleResponseClass {
22
+ export interface InsuranceResponseClass {
24
23
  /**
25
- * role
26
- * @type {RoleClass}
27
- * @memberof CreateRoleResponseClass
24
+ * Insurance name
25
+ * @type {string}
26
+ * @memberof InsuranceResponseClass
28
27
  */
29
- 'role': RoleClass;
28
+ 'name': string;
30
29
  }
31
30
 
@@ -13,6 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
+ import { AlertHistoryClass } from './alert-history-class';
16
17
 
17
18
  /**
18
19
  *
@@ -22,10 +23,10 @@
22
23
  export interface ListAlertHistoryResponseClass {
23
24
  /**
24
25
  * Alert history
25
- * @type {Array<string>}
26
+ * @type {Array<AlertHistoryClass>}
26
27
  * @memberof ListAlertHistoryResponseClass
27
28
  */
28
- 'items': Array<string>;
29
+ 'items': Array<AlertHistoryClass>;
29
30
  /**
30
31
  * Next page token
31
32
  * @type {string}
@@ -13,6 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
+ import { AlertClass } from './alert-class';
16
17
 
17
18
  /**
18
19
  *
@@ -22,10 +23,10 @@
22
23
  export interface ListAlertsResponseClass {
23
24
  /**
24
25
  * Alerts
25
- * @type {Array<string>}
26
+ * @type {Array<AlertClass>}
26
27
  * @memberof ListAlertsResponseClass
27
28
  */
28
- 'items': Array<string>;
29
+ 'items': Array<AlertClass>;
29
30
  /**
30
31
  * Next page token
31
32
  * @type {string}
@@ -13,6 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
+ import { ChannelResponseClass } from './channel-response-class';
16
17
 
17
18
  /**
18
19
  *
@@ -22,9 +23,9 @@
22
23
  export interface ListChannelsResponseClass {
23
24
  /**
24
25
  * List of channels
25
- * @type {Array<string>}
26
+ * @type {Array<ChannelResponseClass>}
26
27
  * @memberof ListChannelsResponseClass
27
28
  */
28
- 'items': Array<string>;
29
+ 'items': Array<ChannelResponseClass>;
29
30
  }
30
31
 
@@ -21,7 +21,7 @@
21
21
  */
22
22
  export interface ListCustomSchemasResponseClass {
23
23
  /**
24
- * The list of custom-scehmass.
24
+ * The list of custom-schemass.
25
25
  * @type {Array<string>}
26
26
  * @memberof ListCustomSchemasResponseClass
27
27
  */
@@ -13,6 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
+ import { DashboardClass } from './dashboard-class';
16
17
 
17
18
  /**
18
19
  *
@@ -22,10 +23,10 @@
22
23
  export interface ListDashboardsResponseClass {
23
24
  /**
24
25
  * Dashboards
25
- * @type {Array<string>}
26
+ * @type {Array<DashboardClass>}
26
27
  * @memberof ListDashboardsResponseClass
27
28
  */
28
- 'items': Array<string>;
29
+ 'items': Array<DashboardClass>;
29
30
  /**
30
31
  * Next page token
31
32
  * @type {string}
@@ -13,6 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
+ import { InsuranceCompanyResponseClass } from './insurance-company-response-class';
16
17
 
17
18
  /**
18
19
  *
@@ -22,9 +23,9 @@
22
23
  export interface ListInsuranceCompaniesResponseClass {
23
24
  /**
24
25
  * List of insurance companies
25
- * @type {Array<string>}
26
+ * @type {Array<InsuranceCompanyResponseClass>}
26
27
  * @memberof ListInsuranceCompaniesResponseClass
27
28
  */
28
- 'items': Array<string>;
29
+ 'items': Array<InsuranceCompanyResponseClass>;
29
30
  }
30
31
 
@@ -13,6 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
+ import { InviteClass } from './invite-class';
16
17
 
17
18
  /**
18
19
  *
@@ -22,10 +23,10 @@
22
23
  export interface ListInvitesResponseClass {
23
24
  /**
24
25
  * Pending invites
25
- * @type {Array<string>}
26
+ * @type {Array<InviteClass>}
26
27
  * @memberof ListInvitesResponseClass
27
28
  */
28
- 'items': Array<string>;
29
+ 'items': Array<InviteClass>;
29
30
  /**
30
31
  * Next page token
31
32
  * @type {string}
@@ -13,6 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
+ import { ReportHistoryClass } from './report-history-class';
16
17
 
17
18
  /**
18
19
  *
@@ -22,10 +23,10 @@
22
23
  export interface ListReportHistoryResponseClass {
23
24
  /**
24
25
  * Report history
25
- * @type {Array<string>}
26
+ * @type {Array<ReportHistoryClass>}
26
27
  * @memberof ListReportHistoryResponseClass
27
28
  */
28
- 'items': Array<string>;
29
+ 'items': Array<ReportHistoryClass>;
29
30
  /**
30
31
  * Next page token
31
32
  * @type {string}
@@ -13,6 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
+ import { ReportClass } from './report-class';
16
17
 
17
18
  /**
18
19
  *
@@ -22,10 +23,10 @@
22
23
  export interface ListReportsResponseClass {
23
24
  /**
24
25
  * Reports
25
- * @type {Array<string>}
26
+ * @type {Array<ReportClass>}
26
27
  * @memberof ListReportsResponseClass
27
28
  */
28
- 'items': Array<string>;
29
+ 'items': Array<ReportClass>;
29
30
  /**
30
31
  * Next page token
31
32
  * @type {string}
@@ -13,6 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
+ import { ScenarioAnalysisClass } from './scenario-analysis-class';
16
17
 
17
18
  /**
18
19
  *
@@ -22,10 +23,10 @@
22
23
  export interface ListScenarioAnalysesResponseClass {
23
24
  /**
24
25
  * Scenario analyses
25
- * @type {Array<string>}
26
+ * @type {Array<ScenarioAnalysisClass>}
26
27
  * @memberof ListScenarioAnalysesResponseClass
27
28
  */
28
- 'items': Array<string>;
29
+ 'items': Array<ScenarioAnalysisClass>;
29
30
  /**
30
31
  * Next page token
31
32
  * @type {string}
@@ -13,6 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
+ import { ScenarioAnalysisDateResponseClass } from './scenario-analysis-date-response-class';
16
17
 
17
18
  /**
18
19
  *
@@ -22,9 +23,9 @@
22
23
  export interface ListScenarioAnalysisDatesResponseClass {
23
24
  /**
24
25
  * List of scenario analysis dates
25
- * @type {Array<string>}
26
+ * @type {Array<ScenarioAnalysisDateResponseClass>}
26
27
  * @memberof ListScenarioAnalysisDatesResponseClass
27
28
  */
28
- 'items': Array<string>;
29
+ 'items': Array<ScenarioAnalysisDateResponseClass>;
29
30
  }
30
31
 
@@ -13,6 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
+ import { InsuranceResponseClass } from './insurance-response-class';
16
17
 
17
18
  /**
18
19
  *
@@ -22,9 +23,9 @@
22
23
  export interface ListTariffInsuranceCompaniesResponseClass {
23
24
  /**
24
25
  * List of insurance companies
25
- * @type {Array<string>}
26
+ * @type {Array<InsuranceResponseClass>}
26
27
  * @memberof ListTariffInsuranceCompaniesResponseClass
27
28
  */
28
- 'items': Array<string>;
29
+ 'items': Array<InsuranceResponseClass>;
29
30
  }
30
31
 
@@ -13,6 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
+ import { InsuranceResponseClass } from './insurance-response-class';
16
17
 
17
18
  /**
18
19
  *
@@ -22,9 +23,9 @@
22
23
  export interface ListTariffsResponseClass {
23
24
  /**
24
25
  * List of tariffs
25
- * @type {Array<string>}
26
+ * @type {Array<InsuranceResponseClass>}
26
27
  * @memberof ListTariffsResponseClass
27
28
  */
28
- 'items': Array<string>;
29
+ 'items': Array<InsuranceResponseClass>;
29
30
  }
30
31
 
@@ -13,6 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
+ import { UserClass } from './user-class';
16
17
 
17
18
  /**
18
19
  *
@@ -22,10 +23,10 @@
22
23
  export interface ListUsersResponseClass {
23
24
  /**
24
25
  * Users
25
- * @type {Array<string>}
26
+ * @type {Array<UserClass>}
26
27
  * @memberof ListUsersResponseClass
27
28
  */
28
- 'items': Array<string>;
29
+ 'items': Array<UserClass>;
29
30
  /**
30
31
  * Next page token
31
32
  * @type {string}
@@ -17,32 +17,38 @@
17
17
  /**
18
18
  *
19
19
  * @export
20
- * @interface CreateTenantResponseClass
20
+ * @interface ReportHistoryClass
21
21
  */
22
- export interface CreateTenantResponseClass {
22
+ export interface ReportHistoryClass {
23
23
  /**
24
- * Tenant\'s id
24
+ * Report history id
25
25
  * @type {number}
26
- * @memberof CreateTenantResponseClass
26
+ * @memberof ReportHistoryClass
27
27
  */
28
28
  'id': number;
29
29
  /**
30
- * Tenant\'s name
30
+ * Report id
31
+ * @type {number}
32
+ * @memberof ReportHistoryClass
33
+ */
34
+ 'reportId': number;
35
+ /**
36
+ * Report document key
31
37
  * @type {string}
32
- * @memberof CreateTenantResponseClass
38
+ * @memberof ReportHistoryClass
33
39
  */
34
- 'name': string;
40
+ 'documentKey': string;
35
41
  /**
36
- * A fixed string used to easily identify the tenant
42
+ * Created at
37
43
  * @type {string}
38
- * @memberof CreateTenantResponseClass
44
+ * @memberof ReportHistoryClass
39
45
  */
40
- 'slug': string;
46
+ 'createdAt': string;
41
47
  /**
42
- * Experimental - An id representing the tenant\'s tier
43
- * @type {number}
44
- * @memberof CreateTenantResponseClass
48
+ * Updated at
49
+ * @type {string}
50
+ * @memberof ReportHistoryClass
45
51
  */
46
- 'tierId': number;
52
+ 'updatedAt': string;
47
53
  }
48
54
 
@@ -13,6 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
+ import { DataReportFilterValueDto } from './data-report-filter-value-dto';
16
17
 
17
18
  /**
18
19
  *
@@ -28,9 +29,9 @@ export interface RunDataReportRequestDto {
28
29
  'reportSlug': string;
29
30
  /**
30
31
  * Array with the report filter values
31
- * @type {Array<string>}
32
+ * @type {Array<DataReportFilterValueDto>}
32
33
  * @memberof RunDataReportRequestDto
33
34
  */
34
- 'filterValues': Array<string>;
35
+ 'filterValues': Array<DataReportFilterValueDto>;
35
36
  }
36
37
 
@@ -13,7 +13,6 @@
13
13
  */
14
14
 
15
15
 
16
-
17
16
  /**
18
17
  *
19
18
  * @export
@@ -22,9 +21,9 @@
22
21
  export interface RunDataReportResponseClass {
23
22
  /**
24
23
  * Report results as an array of objects (each row is an object)
25
- * @type {Array<string>}
24
+ * @type {Array<any>}
26
25
  * @memberof RunDataReportResponseClass
27
26
  */
28
- 'data': Array<string>;
27
+ 'data': Array<any>;
29
28
  }
30
29
 
@@ -0,0 +1,42 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL Tenant Service
5
+ * The EMIL TenantService API description
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface ScenarioAnalysisDateResponseClass
21
+ */
22
+ export interface ScenarioAnalysisDateResponseClass {
23
+ /**
24
+ * List of days
25
+ * @type {Array<string>}
26
+ * @memberof ScenarioAnalysisDateResponseClass
27
+ */
28
+ 'days': Array<string>;
29
+ /**
30
+ * Week number
31
+ * @type {number}
32
+ * @memberof ScenarioAnalysisDateResponseClass
33
+ */
34
+ 'week': number;
35
+ /**
36
+ * year
37
+ * @type {number}
38
+ * @memberof ScenarioAnalysisDateResponseClass
39
+ */
40
+ 'year': number;
41
+ }
42
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/tenant-sdk-node",
3
- "version": "1.0.0-beta.0",
3
+ "version": "1.0.0-beta.1",
4
4
  "description": "OpenAPI client for @emilgroup/tenant-sdk-node",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [