Commit 986a2cf
committed
feat: add Entry Variant support and integration tests
Add EntryVariant model and Entry.Variant() for create/fetch/find/update/delete
against entry variant endpoints.
Extend publish flow with PublishVariant, PublishVariantRules, and serialization
in PublishUnpublishDetails / PublishUnpublishService; update unit tests for
variant publish JSON.
Add Contentstack021_EntryVariantTest: Product Banner lifecycle (setup, create,
fetch, publish, delete) with config-based stack API key, and negative cases
for invalid entry/variant, publish, environments, and unlinked content types.
Update CHANGELOG for Entry Variant support.1 parent de1ea58 commit 986a2cf
File tree
15 files changed
+1003
-8
lines changed- Contentstack.Management.Core.Tests/IntegrationTest
- Contentstack.Management.Core.Unit.Tests
- Core/Services/Models
- Models
- ContentModel
- Contentstack.Management.Core
- Abstractions
- Models
- Services/Models
15 files changed
+1003
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1789 | 1789 | | |
1790 | 1790 | | |
1791 | 1791 | | |
| 1792 | + | |
| 1793 | + | |
| 1794 | + | |
1792 | 1795 | | |
1793 | 1796 | | |
1794 | 1797 | | |
| |||
0 commit comments