@clickview/ship-it 0.0.28 → 0.0.29-dev.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.
Files changed (67) hide show
  1. package/lib/src/commands/BumpPackagesCommand.js +1 -3
  2. package/lib/src/index.js +0 -0
  3. package/package.json +1 -1
  4. package/dist/F1/Analytics Web.md +0 -8
  5. package/dist/F1/AutoCaptions.md +0 -30
  6. package/dist/F1/Classroom.Api.md +0 -23
  7. package/dist/F1/ClickView Online.md +0 -17
  8. package/dist/F1/ClickView.Curator.md +0 -100
  9. package/dist/F1/ClickView.EmailService.md +0 -53
  10. package/dist/F1/ClickView.OnlineApi.md +0 -13
  11. package/dist/F1/Clients.md +0 -19
  12. package/dist/F1/Domain.Api.md +0 -23
  13. package/dist/F1/Exchange.Web.md +0 -8
  14. package/dist/F1/Image.Api.md +0 -8
  15. package/dist/F1/Integrations.Api.md +0 -23
  16. package/dist/F1/Krakend.md +0 -8
  17. package/dist/F1/Library Editor.md +0 -0
  18. package/dist/F1/Lite.md +0 -60
  19. package/dist/F1/Master.Api.md +0 -58
  20. package/dist/F1/Master.Auth.md +0 -22
  21. package/dist/F1/Objects.Api.md +0 -12
  22. package/dist/F1/Permissions.Api.md +0 -12
  23. package/dist/F1/RealtimeSalesforceSync.md +0 -14
  24. package/dist/F1/Release Notes.md +0 -990
  25. package/dist/F1/Search.Api.md +0 -12
  26. package/dist/F1/StreamableLearning.Web.md +0 -35
  27. package/dist/F1/Users.Api.md +0 -13
  28. package/dist/F1/VideoProcessorService.md +0 -23
  29. package/dist/F1/clickview.md +0 -321
  30. package/dist/F2/Analytics Web.md +0 -7
  31. package/dist/F2/Batch.Api.md +0 -27
  32. package/dist/F2/ClickView Online.md +0 -12
  33. package/dist/F2/ClickView.Curator.md +0 -166
  34. package/dist/F2/Clients.md +0 -14
  35. package/dist/F2/CurriculumIngestion.Api.md +0 -13
  36. package/dist/F2/Discover.Api.md +0 -64
  37. package/dist/F2/Domain.Api.md +0 -16
  38. package/dist/F2/Exchange.Web.md +0 -7
  39. package/dist/F2/Krakend.md +0 -12
  40. package/dist/F2/Library Editor.md +0 -11
  41. package/dist/F2/Lite.md +0 -30
  42. package/dist/F2/Objects.Api.md +0 -12
  43. package/dist/F2/Release Notes.md +0 -759
  44. package/dist/F2/Search.Api.md +0 -30
  45. package/dist/F2/Share.Api.md +0 -12
  46. package/dist/F2/StreamableLearning.Web.md +0 -14
  47. package/dist/F2/Subjects.API.md +0 -12
  48. package/dist/F2/Tv.Web.md +0 -8
  49. package/dist/F2/Users.Api.md +0 -21
  50. package/dist/F2/clickview.md +0 -200
  51. package/dist/F2/shortcode-api.md +0 -8
  52. package/dist/F3.1/Analytics Web.md +0 -8
  53. package/dist/F3.1/ClickView.Curator.md +0 -14
  54. package/dist/F3.1/Discover.Api.md +0 -14
  55. package/dist/F3.1/Domain.Api.md +0 -7
  56. package/dist/F3.1/Exchange.Web.md +0 -8
  57. package/dist/F3.1/Library Editor.md +0 -8
  58. package/dist/F3.1/Lite.md +0 -8
  59. package/dist/F3.1/Objects.Api.md +0 -7
  60. package/dist/F3.1/Release Notes.md +0 -207
  61. package/dist/F3.1/Search.Api.md +0 -14
  62. package/dist/F3.1/Share.Api.md +0 -10
  63. package/dist/F3.1/Subjects.API.md +0 -35
  64. package/dist/F3.1/VideoViews.Api.md +0 -7
  65. package/dist/F3.1/clickview.md +0 -28
  66. package/lib/src/commands/StartConsumingProjectBuildsCommand.js +0 -76
  67. package/lib/src/tasks/StartConsumingProjectBuildsTask.js +0 -149
@@ -1,64 +0,0 @@
1
-
2
- # Before release
3
- - [ ] Execute SQL script `next.sql`
4
-
5
- - [ ] Execute SQL script `next.sql`
6
-
7
-
8
- # Dependencies
9
- - [ ] Merge after https://gitlab.cvinternal.net/clickview/back-end/discover.api/-/merge_requests/179
10
-
11
- - [ ] Merge after https://gitlab.cvinternal.net/clickview/back-end/discover.api/-/merge_requests/178
12
-
13
- - [ ] Merge after https://gitlab.cvinternal.net/clickview/back-end/discover.api/-/merge_requests/177
14
-
15
-
16
- # Code changes
17
- - When getting special event policy data, also hydrate mapping objects as the frontend will need some objects data. Implements CORE-1394
18
-
19
- - Added support to Webinar objects in special event calendar objects mapping. Implements CORE-1393
20
-
21
- - Added webinar CRUD:
22
- - `GET` `v1/webinars`: Get webinars
23
- - `GET` `v1/webinars/{id}`: Get webinar by ID
24
- - `POST` `v1/webinars`: Create webinar
25
- - `PUT` `v1/webinars/{id}`: Update webinar
26
- - `DELETE` `v1/webinars/{id}`: Delete webinar
27
- - `POST` `v1/webinars/{id}/audiences`: Add audiences to webinar
28
- - `DELETE` `v1/webinars/{id}/audiences`: Remove audiences to webinar.
29
- Implements CORE-1392
30
-
31
- - Added SQL tables:
32
- - webinars
33
- - webinar_audiences.
34
- Implements CORE-1387
35
-
36
- - Added substring search for special event names. Implements CORE-1391
37
-
38
- - Added support to filter by `objecType` when fetching special events data
39
- - Reviewed special events mapping objects to the internal type `MappingObjectType` instead of using `MasterType` to allow creating special events for Streamable Learning events and anything different from a master type. Implements CORE-1389
40
-
41
- - Added new special event type, `Webinar = 8`. Implements CORE-1388
42
-
43
- - Added productionCompanies to video ogql query
44
- - Added productionCompanies in the global cacheable properties.
45
- Implements CORE-1382
46
-
47
-
48
- # Testing
49
- CORE-1394
50
-
51
- CORE-1393
52
-
53
- CORE-1392
54
-
55
- Implements CORE-1387
56
-
57
- CORE-1391
58
-
59
- CORE-1389
60
-
61
- CORE-1388
62
-
63
- CORE-1382
64
-
@@ -1,16 +0,0 @@
1
-
2
- # Before release
3
- - [ ] Update `ClickView.Subjects.Common` with the latest changes
4
-
5
-
6
- # Dependencies
7
- - [ ] https://gitlab.cvinternal.net/clickview/back-end/clickview.subjects.api/-/merge_requests/218
8
-
9
-
10
- # Code changes
11
- - Update `ClickView.Subjects.Common` with the new presentation type `StreamableLearning`. Implements CORE-1376
12
-
13
-
14
- # Testing
15
- CORE-1376
16
-
@@ -1,7 +0,0 @@
1
-
2
- # Code changes
3
- - Add Google font Inter to layout head
4
-
5
-
6
- # Testing
7
-
@@ -1,12 +0,0 @@
1
-
2
- # Dependencies
3
- - [x] Merge after https://gitlab.cvinternal.net/clickview/back-end/discover.api/-/merge_requests/178
4
-
5
-
6
- # Code changes
7
- - Added new webinars (discover.api) endpoints. Implements CORE-1395
8
-
9
-
10
- # Testing
11
- CORE-1395
12
-
@@ -1,11 +0,0 @@
1
-
2
- # Code changes
3
- * Bump jquery version
4
-
5
- - Add Google font Inter to layout head
6
-
7
-
8
- # Testing
9
- * Implements INBOX-6076
10
-
11
-
package/dist/F2/Lite.md DELETED
@@ -1,30 +0,0 @@
1
-
2
- # Before release
3
- - Add cloud editor values to octo. @mathew.ly to flesh out.
4
-
5
-
6
- # Customer changes
7
- - Fixed a bug where if 2 topics with similar IDs (the only difference being casing) were fetched by an anon user, the second request would return the same result as the first request. Fixes INBOX-5984
8
-
9
-
10
- # Code changes
11
- * Update jquery vendor version.
12
-
13
- - Add Google font Inter to layout head
14
-
15
- * Add regional calendar empty state images.
16
-
17
- - Add cloud editor urls to config
18
-
19
- - Updated the output cache to use case sensitive paths.
20
-
21
-
22
- # Testing
23
- * Implements INBOX-6076
24
-
25
-
26
- * n/a
27
-
28
-
29
- - Fixes INBOX-5984
30
-
@@ -1,12 +0,0 @@
1
-
2
- # Code changes
3
- * Fix the issue that curator cannot create new interactive/clip from draft videos
4
-
5
- * Ignoring `public` permission value when checking video permissions. Public permissions are used for userchannel contents but the NP doesn't have concept of user channels. Fixes INBOX-5971
6
-
7
-
8
- # Testing
9
- * Implements [CC-877](https://clickview.atlassian.net/browse/CC-877)
10
-
11
- * Fixes INBOX-5971
12
-