@campxdev/server-shared 1.8.8 → 1.8.9
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.
|
@@ -8,8 +8,10 @@ export declare enum PrintFormatType {
|
|
|
8
8
|
MIGRATION_CERTIFICATE = "migration_certificate",
|
|
9
9
|
CUSTODIAN_CERTIFICATE = "custodian_certificate",
|
|
10
10
|
INCOME_TAX_CERTIFICATE = "income_tax_certificate",
|
|
11
|
+
NO_OBJECTION_CERTIFICATE = "no_objection_certificate",
|
|
11
12
|
PROVISIONAL_ADMISSION_LETTER = "provisional_admission_letter",
|
|
12
|
-
STUDY_CUM_CONDUCT_CERTIFICATE = "study_cum_conduct_certificate"
|
|
13
|
+
STUDY_CUM_CONDUCT_CERTIFICATE = "study_cum_conduct_certificate",
|
|
14
|
+
MEDIUM_OF_INSTRUCTION_CERTIFICATE = "medium_of_instruction_certificate"
|
|
13
15
|
}
|
|
14
16
|
export declare const printDesignerEndpoints: {
|
|
15
17
|
no_due: string;
|
|
@@ -21,7 +23,9 @@ export declare const printDesignerEndpoints: {
|
|
|
21
23
|
custodian_certificate: string;
|
|
22
24
|
migration_certificate: string;
|
|
23
25
|
income_tax_certificate: string;
|
|
26
|
+
no_objection_certificate: string;
|
|
24
27
|
provisional_admission_letter: string;
|
|
25
28
|
study_cum_conduct_certificate: string;
|
|
29
|
+
medium_of_instruction_certificate: string;
|
|
26
30
|
};
|
|
27
31
|
//# sourceMappingURL=print-designer-types-endpoints.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"print-designer-types-endpoints.d.ts","sourceRoot":"","sources":["../../src/utils/print-designer-types-endpoints.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,iBAAiB,sBAAsB;IACvC,mBAAmB,wBAAwB;IAC3C,oBAAoB,yBAAyB;IAC7C,qBAAqB,0BAA0B;IAC/C,qBAAqB,0BAA0B;IAC/C,sBAAsB,2BAA2B;IACjD,4BAA4B,iCAAiC;IAC7D,6BAA6B,kCAAkC;
|
|
1
|
+
{"version":3,"file":"print-designer-types-endpoints.d.ts","sourceRoot":"","sources":["../../src/utils/print-designer-types-endpoints.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,iBAAiB,sBAAsB;IACvC,mBAAmB,wBAAwB;IAC3C,oBAAoB,yBAAyB;IAC7C,qBAAqB,0BAA0B;IAC/C,qBAAqB,0BAA0B;IAC/C,sBAAsB,2BAA2B;IACjD,wBAAwB,6BAA6B;IACrD,4BAA4B,iCAAiC;IAC7D,6BAA6B,kCAAkC;IAC/D,iCAAiC,sCAAsC;CACxE;AAED,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;CAclC,CAAC"}
|
|
@@ -12,8 +12,10 @@ var PrintFormatType;
|
|
|
12
12
|
PrintFormatType["MIGRATION_CERTIFICATE"] = "migration_certificate";
|
|
13
13
|
PrintFormatType["CUSTODIAN_CERTIFICATE"] = "custodian_certificate";
|
|
14
14
|
PrintFormatType["INCOME_TAX_CERTIFICATE"] = "income_tax_certificate";
|
|
15
|
+
PrintFormatType["NO_OBJECTION_CERTIFICATE"] = "no_objection_certificate";
|
|
15
16
|
PrintFormatType["PROVISIONAL_ADMISSION_LETTER"] = "provisional_admission_letter";
|
|
16
17
|
PrintFormatType["STUDY_CUM_CONDUCT_CERTIFICATE"] = "study_cum_conduct_certificate";
|
|
18
|
+
PrintFormatType["MEDIUM_OF_INSTRUCTION_CERTIFICATE"] = "medium_of_instruction_certificate";
|
|
17
19
|
})(PrintFormatType || (exports.PrintFormatType = PrintFormatType = {}));
|
|
18
20
|
exports.printDesignerEndpoints = {
|
|
19
21
|
[PrintFormatType.NO_DUE]: `/paymentx/student-service-requests/print-designer/${PrintFormatType.NO_DUE}`,
|
|
@@ -25,7 +27,9 @@ exports.printDesignerEndpoints = {
|
|
|
25
27
|
[PrintFormatType.CUSTODIAN_CERTIFICATE]: `/paymentx/student-service-requests/print-designer/${PrintFormatType.CUSTODIAN_CERTIFICATE}`,
|
|
26
28
|
[PrintFormatType.MIGRATION_CERTIFICATE]: `/paymentx/student-service-requests/print-designer/${PrintFormatType.MIGRATION_CERTIFICATE}`,
|
|
27
29
|
[PrintFormatType.INCOME_TAX_CERTIFICATE]: `/paymentx/student-service-requests/print-designer/${PrintFormatType.INCOME_TAX_CERTIFICATE}`,
|
|
30
|
+
[PrintFormatType.NO_OBJECTION_CERTIFICATE]: `/paymentx/student-service-requests/print-designer/${PrintFormatType.NO_OBJECTION_CERTIFICATE}`,
|
|
28
31
|
[PrintFormatType.PROVISIONAL_ADMISSION_LETTER]: `/paymentx/student-service-requests/print-designer/${PrintFormatType.PROVISIONAL_ADMISSION_LETTER}`,
|
|
29
32
|
[PrintFormatType.STUDY_CUM_CONDUCT_CERTIFICATE]: `/paymentx/student-service-requests/print-designer/${PrintFormatType.STUDY_CUM_CONDUCT_CERTIFICATE}`,
|
|
33
|
+
[PrintFormatType.MEDIUM_OF_INSTRUCTION_CERTIFICATE]: `/paymentx/student-service-requests/print-designer/${PrintFormatType.MEDIUM_OF_INSTRUCTION_CERTIFICATE}`,
|
|
30
34
|
};
|
|
31
35
|
//# sourceMappingURL=print-designer-types-endpoints.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"print-designer-types-endpoints.js","sourceRoot":"","sources":["../../src/utils/print-designer-types-endpoints.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"print-designer-types-endpoints.js","sourceRoot":"","sources":["../../src/utils/print-designer-types-endpoints.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAcX;AAdD,WAAY,eAAe;IACzB,oCAAiB,CAAA;IACjB,wCAAqB,CAAA;IACrB,gDAA6B,CAAA;IAC7B,0DAAuC,CAAA;IACvC,8DAA2C,CAAA;IAC3C,gEAA6C,CAAA;IAC7C,kEAA+C,CAAA;IAC/C,kEAA+C,CAAA;IAC/C,oEAAiD,CAAA;IACjD,wEAAqD,CAAA;IACrD,gFAA6D,CAAA;IAC7D,kFAA+D,CAAA;IAC/D,0FAAuE,CAAA;AACzE,CAAC,EAdW,eAAe,+BAAf,eAAe,QAc1B;AAEY,QAAA,sBAAsB,GAAG;IACpC,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE,qDAAqD,eAAe,CAAC,MAAM,EAAE;IACvG,CAAC,eAAe,CAAC,QAAQ,CAAC,EAAE,qDAAqD,eAAe,CAAC,QAAQ,EAAE;IAC3G,CAAC,eAAe,CAAC,YAAY,CAAC,EAAE,qDAAqD,eAAe,CAAC,YAAY,EAAE;IACnH,CAAC,eAAe,CAAC,iBAAiB,CAAC,EAAE,qDAAqD,eAAe,CAAC,iBAAiB,EAAE;IAC7H,CAAC,eAAe,CAAC,mBAAmB,CAAC,EAAE,qDAAqD,eAAe,CAAC,mBAAmB,EAAE;IACjI,CAAC,eAAe,CAAC,oBAAoB,CAAC,EAAE,qDAAqD,eAAe,CAAC,oBAAoB,EAAE;IACnI,CAAC,eAAe,CAAC,qBAAqB,CAAC,EAAE,qDAAqD,eAAe,CAAC,qBAAqB,EAAE;IACrI,CAAC,eAAe,CAAC,qBAAqB,CAAC,EAAE,qDAAqD,eAAe,CAAC,qBAAqB,EAAE;IACrI,CAAC,eAAe,CAAC,sBAAsB,CAAC,EAAE,qDAAqD,eAAe,CAAC,sBAAsB,EAAE;IACvI,CAAC,eAAe,CAAC,wBAAwB,CAAC,EAAE,qDAAqD,eAAe,CAAC,wBAAwB,EAAE;IAC3I,CAAC,eAAe,CAAC,4BAA4B,CAAC,EAAE,qDAAqD,eAAe,CAAC,4BAA4B,EAAE;IACnJ,CAAC,eAAe,CAAC,6BAA6B,CAAC,EAAE,qDAAqD,eAAe,CAAC,6BAA6B,EAAE;IACrJ,CAAC,eAAe,CAAC,iCAAiC,CAAC,EAAE,qDAAqD,eAAe,CAAC,iCAAiC,EAAE;CAC9J,CAAC"}
|