@buynomics-lib/bn-shared 1.12.7-hotfix-bd-1066.0
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/CHANGELOG.md +204 -0
- package/build/domains/fitting/enums/fitting-statuses.d.ts +6 -0
- package/build/domains/fitting/enums/fitting-statuses.js +11 -0
- package/build/domains/fitting/enums/fitting-statuses.js.map +1 -0
- package/build/domains/fitting/interfaces/fitting-logs.d.ts +5 -0
- package/build/domains/fitting/interfaces/fitting-logs.js +3 -0
- package/build/domains/fitting/interfaces/fitting-logs.js.map +1 -0
- package/build/domains/fitting/interfaces/fitting.d.ts +11 -0
- package/build/domains/fitting/interfaces/fitting.js +3 -0
- package/build/domains/fitting/interfaces/fitting.js.map +1 -0
- package/build/domains/pricing/intermediaries/enums/intermediary-group-range-formats.d.ts +4 -0
- package/build/domains/pricing/intermediaries/enums/intermediary-group-range-formats.js +9 -0
- package/build/domains/pricing/intermediaries/enums/intermediary-group-range-formats.js.map +1 -0
- package/build/domains/pricing/intermediaries/enums/intermediary-group-types.d.ts +4 -0
- package/build/domains/pricing/intermediaries/enums/intermediary-group-types.js +9 -0
- package/build/domains/pricing/intermediaries/enums/intermediary-group-types.js.map +1 -0
- package/build/domains/promotions/helpers/promotion-periods.d.ts +2 -0
- package/build/domains/promotions/helpers/promotion-periods.js +47 -0
- package/build/domains/promotions/helpers/promotion-periods.js.map +1 -0
- package/build/domains/promotions/interfaces/promotion-period.d.ts +5 -0
- package/build/domains/promotions/interfaces/promotion-period.js +3 -0
- package/build/domains/promotions/interfaces/promotion-period.js.map +1 -0
- package/build/enums/client/client-clv-periods.d.ts +4 -0
- package/build/enums/client/client-clv-periods.js +9 -0
- package/build/enums/client/client-clv-periods.js.map +1 -0
- package/build/enums/client/client-clv-price-types.d.ts +8 -0
- package/build/enums/client/client-clv-price-types.js +13 -0
- package/build/enums/client/client-clv-price-types.js.map +1 -0
- package/build/enums/client/client-decimal-settings.d.ts +18 -0
- package/build/enums/client/client-decimal-settings.js +24 -0
- package/build/enums/client/client-decimal-settings.js.map +1 -0
- package/build/enums/client/client-terms.d.ts +10 -0
- package/build/enums/client/client-terms.js +15 -0
- package/build/enums/client/client-terms.js.map +1 -0
- package/build/enums/client/client-types.d.ts +4 -0
- package/build/enums/client/client-types.js +9 -0
- package/build/enums/client/client-types.js.map +1 -0
- package/build/enums/deeperion/deeperion-versions.d.ts +6 -0
- package/build/enums/deeperion/deeperion-versions.js +11 -0
- package/build/enums/deeperion/deeperion-versions.js.map +1 -0
- package/build/enums/permissions.d.ts +74 -0
- package/build/enums/permissions.js +78 -0
- package/build/enums/permissions.js.map +1 -0
- package/build/enums/price-level/price-level-types.d.ts +6 -0
- package/build/enums/price-level/price-level-types.js +11 -0
- package/build/enums/price-level/price-level-types.js.map +1 -0
- package/build/enums/product/configurable-product-field.d.ts +7 -0
- package/build/enums/product/configurable-product-field.js +12 -0
- package/build/enums/product/configurable-product-field.js.map +1 -0
- package/build/enums/product/sortable-product-fields.d.ts +6 -0
- package/build/enums/product/sortable-product-fields.js +11 -0
- package/build/enums/product/sortable-product-fields.js.map +1 -0
- package/build/enums/scenario/custom-formula-params.d.ts +5 -0
- package/build/enums/scenario/custom-formula-params.js +19 -0
- package/build/enums/scenario/custom-formula-params.js.map +1 -0
- package/build/helpers/calculate-range.d.ts +5 -0
- package/build/helpers/calculate-range.js +18 -0
- package/build/helpers/calculate-range.js.map +1 -0
- package/build/helpers/deeperion/get-latest-deeperion-version.d.ts +1 -0
- package/build/helpers/deeperion/get-latest-deeperion-version.js +14 -0
- package/build/helpers/deeperion/get-latest-deeperion-version.js.map +1 -0
- package/build/helpers/deeperion/get-latest-deeperion-version.test.d.ts +1 -0
- package/build/helpers/deeperion/get-latest-deeperion-version.test.js +11 -0
- package/build/helpers/deeperion/get-latest-deeperion-version.test.js.map +1 -0
- package/build/helpers/enum-helper.d.ts +8 -0
- package/build/helpers/enum-helper.js +15 -0
- package/build/helpers/enum-helper.js.map +1 -0
- package/build/helpers/formula/formula-converter.d.ts +4 -0
- package/build/helpers/formula/formula-converter.js +6 -0
- package/build/helpers/formula/formula-converter.js.map +1 -0
- package/build/helpers/formula/formula-validator/formula-validator.d.ts +9 -0
- package/build/helpers/formula/formula-validator/formula-validator.js +61 -0
- package/build/helpers/formula/formula-validator/formula-validator.js.map +1 -0
- package/build/helpers/formula/formula-validator/formula-validator.test.d.ts +1 -0
- package/build/helpers/formula/formula-validator/formula-validator.test.js +63 -0
- package/build/helpers/formula/formula-validator/formula-validator.test.js.map +1 -0
- package/build/helpers/formula/json-formula-to-expression.d.ts +14 -0
- package/build/helpers/formula/json-formula-to-expression.js +43 -0
- package/build/helpers/formula/json-formula-to-expression.js.map +1 -0
- package/build/helpers/get-property-name.d.ts +1 -0
- package/build/helpers/get-property-name.js +16 -0
- package/build/helpers/get-property-name.js.map +1 -0
- package/build/helpers/price-decision/price-decision-helper.d.ts +8 -0
- package/build/helpers/price-decision/price-decision-helper.js +12 -0
- package/build/helpers/price-decision/price-decision-helper.js.map +1 -0
- package/build/helpers/price-decision/price-decision-helper.test.d.ts +1 -0
- package/build/helpers/price-decision/price-decision-helper.test.js +50 -0
- package/build/helpers/price-decision/price-decision-helper.test.js.map +1 -0
- package/build/index.d.ts +29 -0
- package/build/index.js +58 -0
- package/build/index.js.map +1 -0
- package/build/interfaces/file-upload.d.ts +5 -0
- package/build/interfaces/file-upload.js +3 -0
- package/build/interfaces/file-upload.js.map +1 -0
- package/build/interfaces/simulation/simulation-input-change-events.d.ts +4 -0
- package/build/interfaces/simulation/simulation-input-change-events.js +3 -0
- package/build/interfaces/simulation/simulation-input-change-events.js.map +1 -0
- package/package.json +38 -0
- package/readme.md +3 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
+
|
|
5
|
+
### [1.12.5](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.12.4...v1.12.5) (2021-11-18)
|
|
6
|
+
|
|
7
|
+
### [1.12.4](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.12.3...v1.12.4) (2021-10-12)
|
|
8
|
+
|
|
9
|
+
### [1.12.3](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.12.2...v1.12.3) (2021-10-06)
|
|
10
|
+
|
|
11
|
+
### [1.12.2](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.12.1...v1.12.2) (2021-07-27)
|
|
12
|
+
|
|
13
|
+
### [1.12.1](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.12.1-hotfix-bd-782.0...v1.12.1) (2021-07-07)
|
|
14
|
+
|
|
15
|
+
## [1.12.0](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.12.0-review.2...v1.12.0) (2021-07-02)
|
|
16
|
+
|
|
17
|
+
### [1.11.11](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.11.7...v1.11.11) (2021-06-08)
|
|
18
|
+
|
|
19
|
+
### [1.11.7-review.2](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.11.7-review.1...v1.11.7-review.2) (2021-06-08)
|
|
20
|
+
|
|
21
|
+
### [1.11.7](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.11.7-review.1...v1.11.7) (2021-06-08)
|
|
22
|
+
|
|
23
|
+
### [1.11.10](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.11.9...v1.11.10) (2021-06-08)
|
|
24
|
+
|
|
25
|
+
### [1.11.10](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.11.9...v1.11.10) (2021-06-08)
|
|
26
|
+
|
|
27
|
+
### [1.11.9](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.11.8...v1.11.9) (2021-05-20)
|
|
28
|
+
|
|
29
|
+
### [1.11.8](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.11.6-fix-bd-704-excluded-project-simulation.0...v1.11.8) (2021-05-18)
|
|
30
|
+
|
|
31
|
+
### [1.11.5](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.11.3-review.2...v1.11.5) (2021-05-06)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* fixed version ([ea5ecab](https://gitlab.com/buynomics/libraries/bn-shared/commit/ea5ecab2744164d5cf1788f1c27aa624582fe955))
|
|
37
|
+
|
|
38
|
+
### [1.11.4](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.11.3...v1.11.4) (2021-05-04)
|
|
39
|
+
|
|
40
|
+
### [1.11.3](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.10.2-feat-bd-578-bulk-delete.3...v1.11.3) (2021-04-26)
|
|
41
|
+
|
|
42
|
+
### [1.11.2](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.11.1...v1.11.2) (2021-04-26)
|
|
43
|
+
|
|
44
|
+
### [1.11.1](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.11.1-review.0...v1.11.1) (2021-04-26)
|
|
45
|
+
|
|
46
|
+
### [1.11.1-review.0](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.10.2-feat-bd-498-excel-download-formulas.1...v1.11.1-review.0) (2021-04-26)
|
|
47
|
+
|
|
48
|
+
### [1.11.2](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.11.1...v1.11.2) (2021-04-26)
|
|
49
|
+
|
|
50
|
+
### [1.11.1](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.11.1-review.0...v1.11.1) (2021-04-26)
|
|
51
|
+
|
|
52
|
+
## [1.11.0](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.11.0-review.0...v1.11.0) (2021-04-20)
|
|
53
|
+
|
|
54
|
+
### [1.10.2](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.10.2-review.0...v1.10.2) (2021-04-14)
|
|
55
|
+
|
|
56
|
+
### [1.10.1](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.10.0...v1.10.1) (2021-03-23)
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Bug Fixes
|
|
60
|
+
|
|
61
|
+
* fixed return statement ([9e1c88a](https://gitlab.com/buynomics/libraries/bn-shared/commit/9e1c88a7e857b0dd27b3666a0f5d57a33aa5ca54))
|
|
62
|
+
|
|
63
|
+
### [1.7.6-review.2](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.7.6-feat-bd-421-number-of-decimals.4...v1.7.6-review.2) (2021-01-07)
|
|
64
|
+
|
|
65
|
+
## [1.10.0](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.9.2...v1.10.0) (2021-02-25)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Features
|
|
69
|
+
|
|
70
|
+
* added availability term ([4b01bc5](https://gitlab.com/buynomics/libraries/bn-shared/commit/4b01bc596c695607bada48f0906a1ab2ec858caa))
|
|
71
|
+
|
|
72
|
+
### [1.9.2](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.9.1...v1.9.2) (2021-02-23)
|
|
73
|
+
|
|
74
|
+
### [1.9.1](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.9.0...v1.9.1) (2021-02-23)
|
|
75
|
+
|
|
76
|
+
## [1.9.0](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.8.0...v1.9.0) (2021-02-01)
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
### Features
|
|
80
|
+
|
|
81
|
+
* added is operand to formula validator ([7a09fb4](https://gitlab.com/buynomics/libraries/bn-shared/commit/7a09fb4a3eefb83ba862daa893557cf1cd7d55fe))
|
|
82
|
+
|
|
83
|
+
## [1.8.0](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.7.7...v1.8.0) (2021-02-01)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Features
|
|
87
|
+
|
|
88
|
+
* added validation, default labels to formula params ([a8b9b83](https://gitlab.com/buynomics/libraries/bn-shared/commit/a8b9b832191365d0eb78127b8236bbfe56bd79f9))
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Bug Fixes
|
|
92
|
+
|
|
93
|
+
* fixed linting ([5d88442](https://gitlab.com/buynomics/libraries/bn-shared/commit/5d88442cf7ce28c3051fa0e96e615e9d89956fbe))
|
|
94
|
+
|
|
95
|
+
### [1.7.7](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.7.6-feat-bd-421-number-of-decimals.4...v1.7.7) (2021-01-07)
|
|
96
|
+
|
|
97
|
+
### [1.7.6-review.1](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.7.6...v1.7.6-review.1) (2020-11-30)
|
|
98
|
+
|
|
99
|
+
### [1.7.6](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.7.6-review.0...v1.7.6) (2020-11-18)
|
|
100
|
+
|
|
101
|
+
### [1.7.6](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.7.2-feat-bd-331-client-custom-terminology.6...v1.7.6) (2020-11-18)
|
|
102
|
+
|
|
103
|
+
### [1.7.4](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.7.3...v1.7.4) (2020-11-06)
|
|
104
|
+
|
|
105
|
+
### [1.7.3](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.7.2...v1.7.3) (2020-11-06)
|
|
106
|
+
|
|
107
|
+
### [1.7.2](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.7.1...v1.7.2) (2020-11-06)
|
|
108
|
+
|
|
109
|
+
### [1.7.1](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.7.0...v1.7.1) (2020-10-26)
|
|
110
|
+
|
|
111
|
+
### [1.5.2-review.2](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.5.2-review.1...v1.5.2-review.2) (2020-10-09)
|
|
112
|
+
|
|
113
|
+
### [1.5.2-review.1](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.5.2-review.0...v1.5.2-review.1) (2020-10-09)
|
|
114
|
+
|
|
115
|
+
### [1.5.2-review.0](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.5.1...v1.5.2-review.0) (2020-10-09)
|
|
116
|
+
|
|
117
|
+
## [1.7.0](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.6.0...v1.7.0) (2020-10-20)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### Features
|
|
121
|
+
|
|
122
|
+
* deeperionVersion ([f4cc25c](https://gitlab.com/buynomics/libraries/bn-shared/commit/f4cc25c190d01ca7858fb5cceb0236993a43f409))
|
|
123
|
+
|
|
124
|
+
## [1.6.0](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.5.2...v1.6.0) (2020-10-20)
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
### Features
|
|
128
|
+
|
|
129
|
+
* ISimulationInputChangeEvents ([80cc662](https://gitlab.com/buynomics/libraries/bn-shared/commit/80cc6629bc98a7d22e5efacfce34d240d91c7e76))
|
|
130
|
+
|
|
131
|
+
### [1.5.2](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.5.1...v1.5.2) (2020-10-12)
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Bug Fixes
|
|
135
|
+
|
|
136
|
+
* bnpermissions now has scenario set permissions ([1933f55](https://gitlab.com/buynomics/libraries/bn-shared/commit/1933f55f79af71918984c9d38a496c566acd9af9))
|
|
137
|
+
|
|
138
|
+
### [1.5.1](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.4.2...v1.5.1) (2020-10-07)
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
### Bug Fixes
|
|
142
|
+
|
|
143
|
+
* added more lib options ([b721d90](https://gitlab.com/buynomics/libraries/bn-shared/commit/b721d905528155100fdee6bc5428a684b260f4b9))
|
|
144
|
+
* fixed module ([70483e1](https://gitlab.com/buynomics/libraries/bn-shared/commit/70483e119a29454bbb7cc8e64322adc9b6fd8ff7))
|
|
145
|
+
|
|
146
|
+
### [1.4.2](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.4.1...v1.4.2) (2020-10-07)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
### Bug Fixes
|
|
150
|
+
|
|
151
|
+
* removed module ([5953400](https://gitlab.com/buynomics/libraries/bn-shared/commit/59534002d8940491a1599412fbd5147889bbaec0))
|
|
152
|
+
|
|
153
|
+
### [1.4.1](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.4.0...v1.4.1) (2020-10-07)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
### Bug Fixes
|
|
157
|
+
|
|
158
|
+
* added package type ([df3df5a](https://gitlab.com/buynomics/libraries/bn-shared/commit/df3df5acaa15bd2632fe6744878857df1cbdfd6b))
|
|
159
|
+
|
|
160
|
+
## [1.4.0](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.3.1...v1.4.0) (2020-10-02)
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
### Features
|
|
164
|
+
|
|
165
|
+
* added price level types to export ([f73dc0f](https://gitlab.com/buynomics/libraries/bn-shared/commit/f73dc0fc329d9e8d1cb1f509fe62b1764b072672))
|
|
166
|
+
|
|
167
|
+
### [1.3.1](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.3.0...v1.3.1) (2020-10-02)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### Bug Fixes
|
|
171
|
+
|
|
172
|
+
* fixed naming in permissions ([f10a9f8](https://gitlab.com/buynomics/libraries/bn-shared/commit/f10a9f83a0c36c106053bff1f372f2cd10ca3c7f))
|
|
173
|
+
|
|
174
|
+
## [1.3.0](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.2.1...v1.3.0) (2020-10-02)
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
### Features
|
|
178
|
+
|
|
179
|
+
* added all permissions ([fcaec76](https://gitlab.com/buynomics/libraries/bn-shared/commit/fcaec76f9e1b71cfc4fd1186184e37bb1cf7ba96))
|
|
180
|
+
|
|
181
|
+
### [1.2.1](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.1.0...v1.2.1) (2020-10-02)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
### Bug Fixes
|
|
185
|
+
|
|
186
|
+
* new version ([12ae2ef](https://gitlab.com/buynomics/libraries/bn-shared/commit/12ae2ef7f97dc979da372d266ff697930dadd88e))
|
|
187
|
+
|
|
188
|
+
## [1.1.0](https://gitlab.com/buynomics/libraries/bn-shared/compare/v1.0.1...v1.1.0) (2020-10-02)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Features
|
|
192
|
+
|
|
193
|
+
* added bn permissions enum ([ceac159](https://gitlab.com/buynomics/libraries/bn-shared/commit/ceac159769002f3f27506e1d8a041bf19abacffe))
|
|
194
|
+
* changed version ([c0c7b17](https://gitlab.com/buynomics/libraries/bn-shared/commit/c0c7b1788b9af17e79f6a4970a85902827315f95))
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
### Bug Fixes
|
|
198
|
+
|
|
199
|
+
* removed tests ([74d4e69](https://gitlab.com/buynomics/libraries/bn-shared/commit/74d4e691eec608d406c546ffa55b0d9bbce73d56))
|
|
200
|
+
* removed tests stage ([cae1328](https://gitlab.com/buynomics/libraries/bn-shared/commit/cae1328fc67ad70ef29dd48a02aebe7dc5fa0e8c))
|
|
201
|
+
* update package.json ([cab7a34](https://gitlab.com/buynomics/libraries/bn-shared/commit/cab7a345b950df18914234e43266df96e80015cc))
|
|
202
|
+
* updated package.json ([369322c](https://gitlab.com/buynomics/libraries/bn-shared/commit/369322cfbf69fe29dc10b2ea3f14bf9dccbed078))
|
|
203
|
+
|
|
204
|
+
### 1.0.1 (2020-10-02)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FittingStatuses = void 0;
|
|
4
|
+
var FittingStatuses;
|
|
5
|
+
(function (FittingStatuses) {
|
|
6
|
+
FittingStatuses["Failed"] = "failed";
|
|
7
|
+
FittingStatuses["Queued"] = "queued";
|
|
8
|
+
FittingStatuses["InProgress"] = "inProgress";
|
|
9
|
+
FittingStatuses["Completed"] = "completed";
|
|
10
|
+
})(FittingStatuses = exports.FittingStatuses || (exports.FittingStatuses = {}));
|
|
11
|
+
//# sourceMappingURL=fitting-statuses.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fitting-statuses.js","sourceRoot":"","sources":["../../../../src/domains/fitting/enums/fitting-statuses.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAKX;AALD,WAAY,eAAe;IACzB,oCAAiB,CAAA;IACjB,oCAAiB,CAAA;IACjB,4CAAyB,CAAA;IACzB,0CAAuB,CAAA;AACzB,CAAC,EALW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAK1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fitting-logs.js","sourceRoot":"","sources":["../../../../src/domains/fitting/interfaces/fitting-logs.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FittingStatuses } from './../enums/fitting-statuses';
|
|
2
|
+
export interface IFitting {
|
|
3
|
+
id: string;
|
|
4
|
+
organizationId: string;
|
|
5
|
+
inputFileName: string;
|
|
6
|
+
outputFileName?: string;
|
|
7
|
+
status: FittingStatuses;
|
|
8
|
+
created: string;
|
|
9
|
+
createdBy: string;
|
|
10
|
+
updated: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fitting.js","sourceRoot":"","sources":["../../../../src/domains/fitting/interfaces/fitting.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IntermediaryGroupRangeFormats = void 0;
|
|
4
|
+
var IntermediaryGroupRangeFormats;
|
|
5
|
+
(function (IntermediaryGroupRangeFormats) {
|
|
6
|
+
IntermediaryGroupRangeFormats[IntermediaryGroupRangeFormats["NoFormat"] = 0] = "NoFormat";
|
|
7
|
+
IntermediaryGroupRangeFormats[IntermediaryGroupRangeFormats["Percentage"] = 1] = "Percentage";
|
|
8
|
+
})(IntermediaryGroupRangeFormats = exports.IntermediaryGroupRangeFormats || (exports.IntermediaryGroupRangeFormats = {}));
|
|
9
|
+
//# sourceMappingURL=intermediary-group-range-formats.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"intermediary-group-range-formats.js","sourceRoot":"","sources":["../../../../../src/domains/pricing/intermediaries/enums/intermediary-group-range-formats.ts"],"names":[],"mappings":";;;AAAA,IAAY,6BAGX;AAHD,WAAY,6BAA6B;IACvC,yFAAY,CAAA;IACZ,6FAAc,CAAA;AAChB,CAAC,EAHW,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAGxC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IntermediaryGroupTypes = void 0;
|
|
4
|
+
var IntermediaryGroupTypes;
|
|
5
|
+
(function (IntermediaryGroupTypes) {
|
|
6
|
+
IntermediaryGroupTypes[IntermediaryGroupTypes["Values"] = 0] = "Values";
|
|
7
|
+
IntermediaryGroupTypes[IntermediaryGroupTypes["Range"] = 1] = "Range";
|
|
8
|
+
})(IntermediaryGroupTypes = exports.IntermediaryGroupTypes || (exports.IntermediaryGroupTypes = {}));
|
|
9
|
+
//# sourceMappingURL=intermediary-group-types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"intermediary-group-types.js","sourceRoot":"","sources":["../../../../../src/domains/pricing/intermediaries/enums/intermediary-group-types.ts"],"names":[],"mappings":";;;AAAA,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,uEAAU,CAAA;IACV,qEAAS,CAAA;AACX,CAAC,EAHW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAGjC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
10
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
11
|
+
}) : function(o, v) {
|
|
12
|
+
o["default"] = v;
|
|
13
|
+
});
|
|
14
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
15
|
+
if (mod && mod.__esModule) return mod;
|
|
16
|
+
var result = {};
|
|
17
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
18
|
+
__setModuleDefault(result, mod);
|
|
19
|
+
return result;
|
|
20
|
+
};
|
|
21
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
exports.getPromotionPeriods = void 0;
|
|
23
|
+
var Moment = __importStar(require("moment"));
|
|
24
|
+
var moment = Moment;
|
|
25
|
+
moment.updateLocale('en', {
|
|
26
|
+
week: {
|
|
27
|
+
dow: 1,
|
|
28
|
+
doy: 4,
|
|
29
|
+
},
|
|
30
|
+
});
|
|
31
|
+
var DEFAULT_START_DATE = new Date().getFullYear() + "-01-04";
|
|
32
|
+
var firstDayOfTheYear = moment.utc(DEFAULT_START_DATE);
|
|
33
|
+
var periods = [];
|
|
34
|
+
var numberOfWeeks = firstDayOfTheYear.isLeapYear() ? 53 : 52;
|
|
35
|
+
for (var i = 1; i <= numberOfWeeks; i++) {
|
|
36
|
+
var currentWeek = moment.utc(firstDayOfTheYear).week(i);
|
|
37
|
+
var nextWeek = moment.utc(firstDayOfTheYear).week(i + 1);
|
|
38
|
+
var firstWeekDay = currentWeek.day(1);
|
|
39
|
+
var lastWeekDay = nextWeek.day(1);
|
|
40
|
+
periods.push({
|
|
41
|
+
label: 'Week ' + String(i),
|
|
42
|
+
start: firstWeekDay.toISOString(),
|
|
43
|
+
end: lastWeekDay.toISOString(),
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
exports.getPromotionPeriods = function () { return periods; };
|
|
47
|
+
//# sourceMappingURL=promotion-periods.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"promotion-periods.js","sourceRoot":"","sources":["../../../../src/domains/promotions/helpers/promotion-periods.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,6CAAgC;AAGhC,IAAM,MAAM,GAAG,MAAM,CAAA;AACrB,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE;IACxB,IAAI,EAAE;QACJ,GAAG,EAAE,CAAC;QACN,GAAG,EAAE,CAAC;KACP;CACF,CAAC,CAAA;AAEF,IAAM,kBAAkB,GAAM,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE,WAAQ,CAAA;AAC9D,IAAM,iBAAiB,GAAG,MAAM,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAA;AACxD,IAAM,OAAO,GAAuB,EAAE,CAAA;AACtC,IAAM,aAAa,GAAG,iBAAiB,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAA;AAE9D,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,IAAI,aAAa,EAAE,CAAC,EAAE,EAAE;IACvC,IAAM,WAAW,GAAG,MAAM,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;IACzD,IAAM,QAAQ,GAAG,MAAM,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAA;IAC1D,IAAM,YAAY,GAAG,WAAW,CAAC,GAAG,CAAC,CAAC,CAAC,CAAA;IACvC,IAAM,WAAW,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAA;IAEnC,OAAO,CAAC,IAAI,CAAC;QACX,KAAK,EAAE,OAAO,GAAG,MAAM,CAAC,CAAC,CAAC;QAC1B,KAAK,EAAE,YAAY,CAAC,WAAW,EAAE;QACjC,GAAG,EAAE,WAAW,CAAC,WAAW,EAAE;KAC/B,CAAC,CAAA;CACH;AAEY,QAAA,mBAAmB,GAAG,cAAM,OAAA,OAAO,EAAP,CAAO,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"promotion-period.js","sourceRoot":"","sources":["../../../../src/domains/promotions/interfaces/promotion-period.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ClientCLVPeriods = void 0;
|
|
4
|
+
var ClientCLVPeriods;
|
|
5
|
+
(function (ClientCLVPeriods) {
|
|
6
|
+
ClientCLVPeriods["Year"] = "year";
|
|
7
|
+
ClientCLVPeriods["Month"] = "month";
|
|
8
|
+
})(ClientCLVPeriods = exports.ClientCLVPeriods || (exports.ClientCLVPeriods = {}));
|
|
9
|
+
//# sourceMappingURL=client-clv-periods.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-clv-periods.js","sourceRoot":"","sources":["../../../src/enums/client/client-clv-periods.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,iCAAa,CAAA;IACb,mCAAe,CAAA;AACjB,CAAC,EAHW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAG3B"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DefaultClientCLVPriceTypeLabels = exports.ClientCLVPriceTypes = void 0;
|
|
4
|
+
var ClientCLVPriceTypes;
|
|
5
|
+
(function (ClientCLVPriceTypes) {
|
|
6
|
+
ClientCLVPriceTypes[ClientCLVPriceTypes["Promotion"] = 1] = "Promotion";
|
|
7
|
+
ClientCLVPriceTypes[ClientCLVPriceTypes["List"] = 2] = "List";
|
|
8
|
+
})(ClientCLVPriceTypes = exports.ClientCLVPriceTypes || (exports.ClientCLVPriceTypes = {}));
|
|
9
|
+
exports.DefaultClientCLVPriceTypeLabels = {
|
|
10
|
+
1: 'Promotion Price',
|
|
11
|
+
2: 'List Price',
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=client-clv-price-types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-clv-price-types.js","sourceRoot":"","sources":["../../../src/enums/client/client-clv-price-types.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,uEAAa,CAAA;IACb,6DAAQ,CAAA;AACV,CAAC,EAHW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAG9B;AAEY,QAAA,+BAA+B,GAAG;IAC7C,CAAC,EAAE,iBAAiB;IACpB,CAAC,EAAE,YAAY;CAChB,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare enum ClientDecimalSettings {
|
|
2
|
+
ManufacturerCost = 1,
|
|
3
|
+
IntermediariesPrice = 2,
|
|
4
|
+
ListPrice = 3,
|
|
5
|
+
Price = 4,
|
|
6
|
+
Margin = 5,
|
|
7
|
+
RelativeDelta = 6,
|
|
8
|
+
ConversionRates = 7
|
|
9
|
+
}
|
|
10
|
+
export declare const DefaultClientDecimalSettings: {
|
|
11
|
+
1: number;
|
|
12
|
+
2: number;
|
|
13
|
+
3: number;
|
|
14
|
+
4: number;
|
|
15
|
+
5: number;
|
|
16
|
+
6: number;
|
|
17
|
+
7: number;
|
|
18
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var _a;
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.DefaultClientDecimalSettings = exports.ClientDecimalSettings = void 0;
|
|
5
|
+
var ClientDecimalSettings;
|
|
6
|
+
(function (ClientDecimalSettings) {
|
|
7
|
+
ClientDecimalSettings[ClientDecimalSettings["ManufacturerCost"] = 1] = "ManufacturerCost";
|
|
8
|
+
ClientDecimalSettings[ClientDecimalSettings["IntermediariesPrice"] = 2] = "IntermediariesPrice";
|
|
9
|
+
ClientDecimalSettings[ClientDecimalSettings["ListPrice"] = 3] = "ListPrice";
|
|
10
|
+
ClientDecimalSettings[ClientDecimalSettings["Price"] = 4] = "Price";
|
|
11
|
+
ClientDecimalSettings[ClientDecimalSettings["Margin"] = 5] = "Margin";
|
|
12
|
+
ClientDecimalSettings[ClientDecimalSettings["RelativeDelta"] = 6] = "RelativeDelta";
|
|
13
|
+
ClientDecimalSettings[ClientDecimalSettings["ConversionRates"] = 7] = "ConversionRates";
|
|
14
|
+
})(ClientDecimalSettings = exports.ClientDecimalSettings || (exports.ClientDecimalSettings = {}));
|
|
15
|
+
exports.DefaultClientDecimalSettings = (_a = {},
|
|
16
|
+
_a[ClientDecimalSettings.ManufacturerCost] = 2,
|
|
17
|
+
_a[ClientDecimalSettings.IntermediariesPrice] = 2,
|
|
18
|
+
_a[ClientDecimalSettings.ListPrice] = 2,
|
|
19
|
+
_a[ClientDecimalSettings.Price] = 2,
|
|
20
|
+
_a[ClientDecimalSettings.Margin] = 0,
|
|
21
|
+
_a[ClientDecimalSettings.RelativeDelta] = 0,
|
|
22
|
+
_a[ClientDecimalSettings.ConversionRates] = 3,
|
|
23
|
+
_a);
|
|
24
|
+
//# sourceMappingURL=client-decimal-settings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-decimal-settings.js","sourceRoot":"","sources":["../../../src/enums/client/client-decimal-settings.ts"],"names":[],"mappings":";;;;AAAA,IAAY,qBAQX;AARD,WAAY,qBAAqB;IAC/B,yFAAoB,CAAA;IACpB,+FAAuB,CAAA;IACvB,2EAAa,CAAA;IACb,mEAAS,CAAA;IACT,qEAAU,CAAA;IACV,mFAAiB,CAAA;IACjB,uFAAmB,CAAA;AACrB,CAAC,EARW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAQhC;AAEY,QAAA,4BAA4B;IACvC,GAAC,qBAAqB,CAAC,gBAAgB,IAAG,CAAC;IAC3C,GAAC,qBAAqB,CAAC,mBAAmB,IAAG,CAAC;IAC9C,GAAC,qBAAqB,CAAC,SAAS,IAAG,CAAC;IACpC,GAAC,qBAAqB,CAAC,KAAK,IAAG,CAAC;IAChC,GAAC,qBAAqB,CAAC,MAAM,IAAG,CAAC;IACjC,GAAC,qBAAqB,CAAC,aAAa,IAAG,CAAC;IACxC,GAAC,qBAAqB,CAAC,eAAe,IAAG,CAAC;QAC3C"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DefaultClientTermLabels = exports.ClientTerms = void 0;
|
|
4
|
+
var ClientTerms;
|
|
5
|
+
(function (ClientTerms) {
|
|
6
|
+
ClientTerms[ClientTerms["Profit"] = 1] = "Profit";
|
|
7
|
+
ClientTerms[ClientTerms["Revenue"] = 2] = "Revenue";
|
|
8
|
+
ClientTerms[ClientTerms["Availability"] = 3] = "Availability";
|
|
9
|
+
})(ClientTerms = exports.ClientTerms || (exports.ClientTerms = {}));
|
|
10
|
+
exports.DefaultClientTermLabels = {
|
|
11
|
+
1: 'Profit',
|
|
12
|
+
2: 'Revenue',
|
|
13
|
+
3: 'Availability',
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=client-terms.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-terms.js","sourceRoot":"","sources":["../../../src/enums/client/client-terms.ts"],"names":[],"mappings":";;;AAAA,IAAY,WAIX;AAJD,WAAY,WAAW;IACrB,iDAAU,CAAA;IACV,mDAAW,CAAA;IACX,6DAAgB,CAAA;AAClB,CAAC,EAJW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAItB;AAEY,QAAA,uBAAuB,GAAG;IACrC,CAAC,EAAE,QAAQ;IACX,CAAC,EAAE,SAAS;IACZ,CAAC,EAAE,cAAc;CAClB,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ClientTypes = void 0;
|
|
4
|
+
var ClientTypes;
|
|
5
|
+
(function (ClientTypes) {
|
|
6
|
+
ClientTypes["B2B"] = "b2b";
|
|
7
|
+
ClientTypes["B2C"] = "b2c";
|
|
8
|
+
})(ClientTypes = exports.ClientTypes || (exports.ClientTypes = {}));
|
|
9
|
+
//# sourceMappingURL=client-types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-types.js","sourceRoot":"","sources":["../../../src/enums/client/client-types.ts"],"names":[],"mappings":";;;AAAA,IAAY,WAGX;AAHD,WAAY,WAAW;IACrB,0BAAW,CAAA;IACX,0BAAW,CAAA;AACb,CAAC,EAHW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAGtB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeeperionVersions = void 0;
|
|
4
|
+
var DeeperionVersions;
|
|
5
|
+
(function (DeeperionVersions) {
|
|
6
|
+
DeeperionVersions[DeeperionVersions["v1_2_15"] = 0] = "v1_2_15";
|
|
7
|
+
DeeperionVersions[DeeperionVersions["v1_2_16"] = 1] = "v1_2_16";
|
|
8
|
+
DeeperionVersions[DeeperionVersions["v1_6_3"] = 2] = "v1_6_3";
|
|
9
|
+
DeeperionVersions[DeeperionVersions["v1_8_0"] = 3] = "v1_8_0";
|
|
10
|
+
})(DeeperionVersions = exports.DeeperionVersions || (exports.DeeperionVersions = {}));
|
|
11
|
+
//# sourceMappingURL=deeperion-versions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deeperion-versions.js","sourceRoot":"","sources":["../../../src/enums/deeperion/deeperion-versions.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAKX;AALD,WAAY,iBAAiB;IAC3B,+DAAW,CAAA;IACX,+DAAW,CAAA;IACX,6DAAU,CAAA;IACV,6DAAU,CAAA;AACZ,CAAC,EALW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAK5B"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
export declare const BnPermissions: {
|
|
2
|
+
Client: {
|
|
3
|
+
Create: string;
|
|
4
|
+
Delete: string;
|
|
5
|
+
EditInfo: string;
|
|
6
|
+
EditTags: string;
|
|
7
|
+
Get: string;
|
|
8
|
+
List: string;
|
|
9
|
+
Switch: string;
|
|
10
|
+
};
|
|
11
|
+
CustomerSample: {
|
|
12
|
+
Create: string;
|
|
13
|
+
Delete: string;
|
|
14
|
+
Edit: string;
|
|
15
|
+
Get: string;
|
|
16
|
+
List: string;
|
|
17
|
+
BulkDelete: string;
|
|
18
|
+
};
|
|
19
|
+
Organization: {
|
|
20
|
+
Create: string;
|
|
21
|
+
Delete: string;
|
|
22
|
+
Edit: string;
|
|
23
|
+
Get: string;
|
|
24
|
+
List: string;
|
|
25
|
+
Switch: string;
|
|
26
|
+
};
|
|
27
|
+
PriceLevel: {
|
|
28
|
+
Create: string;
|
|
29
|
+
Delete: string;
|
|
30
|
+
Edit: string;
|
|
31
|
+
Get: string;
|
|
32
|
+
List: string;
|
|
33
|
+
};
|
|
34
|
+
Project: {
|
|
35
|
+
Create: string;
|
|
36
|
+
Duplicate: string;
|
|
37
|
+
Delete: string;
|
|
38
|
+
Edit: string;
|
|
39
|
+
Get: string;
|
|
40
|
+
List: string;
|
|
41
|
+
BulkDelete: string;
|
|
42
|
+
};
|
|
43
|
+
Roles: {
|
|
44
|
+
OrgAdmin: string;
|
|
45
|
+
OrgUser: string;
|
|
46
|
+
SuperAdmin: string;
|
|
47
|
+
};
|
|
48
|
+
ScenarioSet: {
|
|
49
|
+
Create: string;
|
|
50
|
+
Delete: string;
|
|
51
|
+
Get: string;
|
|
52
|
+
List: string;
|
|
53
|
+
Update: string;
|
|
54
|
+
};
|
|
55
|
+
User: {
|
|
56
|
+
Create: string;
|
|
57
|
+
Delete: string;
|
|
58
|
+
Edit: string;
|
|
59
|
+
Get: string;
|
|
60
|
+
List: string;
|
|
61
|
+
};
|
|
62
|
+
Fitting: {
|
|
63
|
+
Create: string;
|
|
64
|
+
Delete: string;
|
|
65
|
+
Edit: string;
|
|
66
|
+
List: string;
|
|
67
|
+
};
|
|
68
|
+
Promotion: {
|
|
69
|
+
Create: string;
|
|
70
|
+
Delete: string;
|
|
71
|
+
Edit: string;
|
|
72
|
+
List: string;
|
|
73
|
+
};
|
|
74
|
+
};
|