phx-node 1.0.84 → 1.0.85
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const PHXQueryListDetailFeeAdjustment = "\nlist_detail_fee_adjustment: tuition_fee_detail_adjustments(\n where: { deleted_at: { _is_null: true } }\n ) {\n tuition_fee_adjustment {\n total_fee\n fee_type_code\n tuition_fee_project_code {\n tuition_fee_type_of_service {\n type_code\n }\n }\n }\n}";
|
|
2
|
-
export declare const PHXQueryAdmissionTuition = "\ntuition_fee_detail_promotions(where: {deleted_at: {_is_null: true}
|
|
2
|
+
export declare const PHXQueryAdmissionTuition = "\ntuition_fee_detail_promotions(where: {deleted_at: {_is_null: true}}) {\n total_promo\n code: promotion_type\n}";
|
|
3
3
|
export declare const PHXQueryListDetailFeeAdjustmentBM = "list_detail_fee_adjustment: tuition_fee_detail_adjustment_by_months(\n where: { deleted_at: { _is_null: true } }\n ) {\n tuition_fee_adjustment {\n total_fee\n fee_type_code\n tuition_fee_project_code {\n tuition_fee_type_of_service {\n type_code\n }\n }\n }\n }";
|
|
4
|
-
export declare const PHXQueryAdmissionTuitionBM = "\ntuition_fee_detail_promotions: tuition_fee_detail_promotion_by_months(where: {deleted_at: {_is_null: true}
|
|
4
|
+
export declare const PHXQueryAdmissionTuitionBM = "\ntuition_fee_detail_promotions: tuition_fee_detail_promotion_by_months(where: {deleted_at: {_is_null: true}}) {\n total_promo\n code: promotion_type\n}";
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PHXQueryAdmissionTuitionBM = exports.PHXQueryListDetailFeeAdjustmentBM = exports.PHXQueryAdmissionTuition = exports.PHXQueryListDetailFeeAdjustment = void 0;
|
|
4
|
-
const tuition_1 = require("../../lib/types/tuition");
|
|
5
4
|
exports.PHXQueryListDetailFeeAdjustment = `
|
|
6
5
|
list_detail_fee_adjustment: tuition_fee_detail_adjustments(
|
|
7
6
|
where: { deleted_at: { _is_null: true } }
|
|
@@ -17,7 +16,7 @@ list_detail_fee_adjustment: tuition_fee_detail_adjustments(
|
|
|
17
16
|
}
|
|
18
17
|
}`;
|
|
19
18
|
exports.PHXQueryAdmissionTuition = `
|
|
20
|
-
tuition_fee_detail_promotions(where: {deleted_at: {_is_null: true}
|
|
19
|
+
tuition_fee_detail_promotions(where: {deleted_at: {_is_null: true}}) {
|
|
21
20
|
total_promo
|
|
22
21
|
code: promotion_type
|
|
23
22
|
}`;
|
|
@@ -35,7 +34,7 @@ exports.PHXQueryListDetailFeeAdjustmentBM = `list_detail_fee_adjustment: tuition
|
|
|
35
34
|
}
|
|
36
35
|
}`;
|
|
37
36
|
exports.PHXQueryAdmissionTuitionBM = `
|
|
38
|
-
tuition_fee_detail_promotions: tuition_fee_detail_promotion_by_months(where: {deleted_at: {_is_null: true}
|
|
37
|
+
tuition_fee_detail_promotions: tuition_fee_detail_promotion_by_months(where: {deleted_at: {_is_null: true}}) {
|
|
39
38
|
total_promo
|
|
40
39
|
code: promotion_type
|
|
41
40
|
}`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"debt-record.js","sourceRoot":"","sources":["../../../src/query/tuition/debt-record.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"debt-record.js","sourceRoot":"","sources":["../../../src/query/tuition/debt-record.ts"],"names":[],"mappings":";;;AAGa,QAAA,+BAA+B,GAAG;;;;;;;;;;;;;EAa7C,CAAC;AAGU,QAAA,wBAAwB,GAAG;;;;EAItC,CAAC;AAIU,QAAA,iCAAiC,GAAG;;;;;;;;;;;;IAY7C,CAAC;AAGQ,QAAA,0BAA0B,GAAG;;;;EAIxC,CAAC"}
|