gst-common 1.4.78 → 1.4.79
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/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -169,6 +169,7 @@ type TProposedLearningLessonEntity = {
|
|
|
169
169
|
type TProposedLearningEntity = {
|
|
170
170
|
class: TClassEntity;
|
|
171
171
|
title: string;
|
|
172
|
+
paymentStatus: PROPOSED_LEARNING_PAYMENT_STATUS;
|
|
172
173
|
description: string | null;
|
|
173
174
|
} & BaseEntity;
|
|
174
175
|
type TFileLessonEntity = {
|
package/dist/index.d.ts
CHANGED
|
@@ -169,6 +169,7 @@ type TProposedLearningLessonEntity = {
|
|
|
169
169
|
type TProposedLearningEntity = {
|
|
170
170
|
class: TClassEntity;
|
|
171
171
|
title: string;
|
|
172
|
+
paymentStatus: PROPOSED_LEARNING_PAYMENT_STATUS;
|
|
172
173
|
description: string | null;
|
|
173
174
|
} & BaseEntity;
|
|
174
175
|
type TFileLessonEntity = {
|