@studyportals/campaign-management-api-interface 16.3.1 → 16.3.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studyportals/campaign-management-api-interface",
3
- "version": "16.3.1",
3
+ "version": "16.3.2",
4
4
  "scripts": {
5
5
  "compile": "rm -fR bin && npx tsc",
6
6
  "test-u": "jest -c jest.config.unit.json --maxWorkers=1",
@@ -1,3 +1,7 @@
1
+ /**
2
+ * SchedulerPricingEntity represents the entity from Scheduler.
3
+ * Naming and typing represents the data as it comes from Scheduler, without any transformation.
4
+ */
1
5
  export type SchedulerPricingEntity = {
2
6
  entityID: string;
3
7
  productID: string;