@opexa/portal-sdk 0.0.149 → 0.0.150
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.js +7 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +67 -63
- package/dist/index.mjs.map +1 -1
- package/dist/sdk/types.d.ts +2 -0
- package/dist/services/types.d.ts +2 -0
- package/package.json +1 -1
package/dist/sdk/types.d.ts
CHANGED
package/dist/services/types.d.ts
CHANGED
|
@@ -1407,6 +1407,8 @@ export interface Quest {
|
|
|
1407
1407
|
program: QuestProgram;
|
|
1408
1408
|
status: QuestStatus;
|
|
1409
1409
|
progressPercentage: Decimal;
|
|
1410
|
+
turnover: Decimal;
|
|
1411
|
+
targetTurnover: Decimal;
|
|
1410
1412
|
bonus: Decimal;
|
|
1411
1413
|
endDateTime: DateString;
|
|
1412
1414
|
dateTimeCreated: DateString;
|