Commit dc2da7e
feat: add missing commits (#5)
* fix: subscription proration policy prefix, offering attach/detach product (#940)
BREAKING CHANGE:
* feat: add breadcrumb types (#900)
* feat: add breadcrumb types
* fix: remove an old comment
* Feat: Add code to promotion filters (#902)
* feat: search code is eq, for promotion codes
* Update promotions.d.ts
feat: code filter
* feat: account association response (#901)
* feat: account association response
* feat: account association response
* Feat: Add code to promotion filters (#902)
* feat: search code is eq, for promotion codes
* Update promotions.d.ts
feat: code filter
---------
Co-authored-by: Steve Ramage <steve.ramage@elasticpath.com>
Co-authored-by: yasamanloghman <130011231+yasamanloghman@users.noreply.github.com>
* feat: plan fixed pricing (#903)
* feat: added sort_order field to variation and variation option interfaces (#904)
feat: Add new sort_order field to variation and variation option interfaces
* chore: updated all jobs node version to 20 except test job (#905)
fix: Updated pipeline jobs' node version
* fix: updated sort_order field to include the null value (#906)
Fix: updated pcm variation sort_order to include null
* [MT-16581]feat: CRUD promotion builder (#890)
* feat: CRUD promotion builder
* fix: remove extra imports
* feat: rulepromotion type and endpoint
* feat: add the update and create functionality
* Create yarn-error.log
* feat: preview mode for builder setting , uodate builder types
* update type with limitations and conditions
* Update rule-promotions.ts
* fixed format
* fix: remove extra logs
* feat: release - promotion builder (#907)
* fix: Promotion builder release (#908)
* feat: release - promotion builder
* fix: update names
* fix: Promotion builder release (#910)
* feat: release - promotion builder
* fix: update names
* fix: rules builder condition typo
* Feat!: Corrected variation and variation option response and update body types (#909)
BREAKING CHANGE: Updated PCM Variation Option response types and names
* Fix: Variation option base type and update body corrections (#911)
Fix: Update variation and variation body corrections
* chore: Revert "Fix: Variation option base type and update body corrections (#911)" (#912)
chore: This reverts commit cc4e52297ae3cc4560b4ba92fe3e707dc855a03f.
* fix: Variation & variation option update body type (#913)
* fix: variation option base type correction and fixed inaccurate update body type for variation and variation option
* fix: changed update body types using intersection instead of mapped type
* fix: removed intermediate attributes type
* feat: Added useTemplateSlugs query param as optional argument to PCM.ExportProducts method (#914)
feat: Add useTemplateSlugs query param to PCM.ExportProducts method
* feat: subscribers endpoint (#915)
* feat: meta type to subscriber, subscription filter type (#916)
* feat: product type for offering build request, filter interface (#917)
* feat: subscription relationships (#918)
* feat: added subscription schedules and jobs endpoints (#919)
* feat: Removed billing_day, billing_month_day and status from plans (#920)
* feat: Add tags to product interface (#921)
* feat: add codes to promotion builder (#922)
* feat: add codes to promotion builder
* fix: spacing
* feat: added update for subscriptions settings (#923)
* feat: subscriptions meta timestamp (#924)
* feat: Allow null for external reference in schedules (#925)
* feat: added GetAttachedPlans and GetAttachedProducts to subs (#927)
BREAKING CHANGE
* !feat: added CreateState endpoint to subscription, types update (#928)
BREAKING CHANGE: types change
* fix: Update product component interface (#931)
BREAKING CHANGE:
* feat(custom apis): adds the custom apis endpoint (#929)
* feat(custom apis): adds the custom apis endpoint
* updated export
* updated validation
* updated validation and its fields to optional
* updated name for validation
* updated to use slug
* feat: subscription update endpoint (#932)
* refactor(custom apis): updated entries to use id instead of slug (#933)
BREAKING CHANGE: changed the endpoint in entries and it now uses customApiId instead of
customApiSlug
* feat: 🎸 configurable token for account management auth settings (#930)
BREAKING CHANGE: 🧨 no
✅ Closes: MT-17759
* fix: Component Option default type (#934)
BREAKING CHANGE:
* feat: added subscription dunning rules endpoint (#935)
* feat: subscription proration policies endpoint (#936)
* feat: subscription proration policies endpoint
* fix: removed missing fields
* feat!: added endpoint to attach proration policy to offerings (#937)
BREAKING CHANGE:
* feat: added ability to remove attached proration from offering (#938)
* feat: subscription offering replace products endpoint (#939)
BREAKING CHANGE: removed deprecated endpoint and types
* fix: subscription proration policy prefix, offering attach/detach product (#940)
BREAKING CHANGE:
* chore: cleanup
---------
Co-authored-by: Rostyk <34774987+rostyk-kanafotskyy@users.noreply.github.com>
Co-authored-by: yasamanloghman <130011231+yasamanloghman@users.noreply.github.com>
Co-authored-by: sarawasim1 <111089200+sarawasim1@users.noreply.github.com>
Co-authored-by: Steve Ramage <steve.ramage@elasticpath.com>
Co-authored-by: Georgios Botzakis <45125702+GeorgeBotzakis@users.noreply.github.com>
Co-authored-by: Dubno Petro <34708483+petro97@users.noreply.github.com>
Co-authored-by: mahsaelasticpath <76009804+mahsaelasticpath@users.noreply.github.com>1 parent bd6365d commit dc2da7e
File tree
39 files changed
+8801
-337
lines changed- src
- endpoints
- types
- utils
- test/unit
39 files changed
+8801
-337
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
218 | 260 | | |
219 | 261 | | |
220 | 262 | | |
| |||
232 | 274 | | |
233 | 275 | | |
234 | 276 | | |
235 | | - | |
| 277 | + | |
236 | 278 | | |
237 | 279 | | |
238 | 280 | | |
| |||
242 | 284 | | |
243 | 285 | | |
244 | 286 | | |
245 | | - | |
| 287 | + | |
246 | 288 | | |
247 | 289 | | |
248 | 290 | | |
| |||
278 | 320 | | |
279 | 321 | | |
280 | 322 | | |
281 | | - | |
| 323 | + | |
282 | 324 | | |
283 | 325 | | |
284 | 326 | | |
| |||
362 | 404 | | |
363 | 405 | | |
364 | 406 | | |
365 | | - | |
| 407 | + | |
366 | 408 | | |
367 | 409 | | |
368 | 410 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
| |||
129 | 128 | | |
130 | 129 | | |
131 | 130 | | |
132 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
133 | 137 | | |
134 | 138 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
142 | 149 | | |
143 | 150 | | |
144 | 151 | | |
| |||
196 | 203 | | |
197 | 204 | | |
198 | 205 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | 206 | | |
204 | 207 | | |
205 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
0 commit comments