@campxdev/server-shared 1.6.59 → 1.7.0
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/common/decorators/batch-validation.decorator.js +1 -2
- package/dist/common/decorators/batch-validation.decorator.js.map +1 -1
- package/dist/common/decorators/time-validation.decorator.js +1 -2
- package/dist/common/decorators/time-validation.decorator.js.map +1 -1
- package/dist/common/interceptors/request.interceptor.d.ts +0 -24
- package/dist/common/interceptors/request.interceptor.d.ts.map +1 -1
- package/dist/common/interfaces/context.interface.d.ts +0 -1
- package/dist/common/interfaces/context.interface.d.ts.map +1 -1
- package/dist/data-export-fields-manager/index.js +3 -3
- package/dist/data-export-fields-manager/index.js.map +1 -1
- package/dist/data-imports-manager/services/data-import.resource.d.ts +0 -2
- package/dist/data-imports-manager/services/data-import.resource.d.ts.map +1 -1
- package/dist/data-imports-manager/utils/data-import.utils.js +4 -5
- package/dist/data-imports-manager/utils/data-import.utils.js.map +1 -1
- package/dist/domain/entities/user.entity.js +17 -7
- package/dist/domain/entities/user.entity.js.map +1 -1
- package/dist/domain/mongodb-repositories/mongodb-data-imports.repository.d.ts +0 -24
- package/dist/domain/mongodb-repositories/mongodb-data-imports.repository.d.ts.map +1 -1
- package/dist/domain/mongodb-repositories/mongodb-global-user.repository.d.ts +0 -24
- package/dist/domain/mongodb-repositories/mongodb-global-user.repository.d.ts.map +1 -1
- package/dist/domain/mongodb-repositories/mongodb-media-record.repository.d.ts +0 -24
- package/dist/domain/mongodb-repositories/mongodb-media-record.repository.d.ts.map +1 -1
- package/dist/domain/mongodb-repositories/mongodb-oauth-client.repository.d.ts +0 -24
- package/dist/domain/mongodb-repositories/mongodb-oauth-client.repository.d.ts.map +1 -1
- package/dist/domain/mongodb-repositories/mongodb-tenant.repository.d.ts +0 -24
- package/dist/domain/mongodb-repositories/mongodb-tenant.repository.d.ts.map +1 -1
- package/dist/domain/other-schemas/admission.schema.d.ts +0 -24
- package/dist/domain/other-schemas/admission.schema.d.ts.map +1 -1
- package/dist/domain/other-schemas/course.schema.d.ts +0 -24
- package/dist/domain/other-schemas/course.schema.d.ts.map +1 -1
- package/dist/domain/other-schemas/institution.schema.d.ts +0 -24
- package/dist/domain/other-schemas/institution.schema.d.ts.map +1 -1
- package/dist/domain/other-schemas/program.schema.d.ts +0 -24
- package/dist/domain/other-schemas/program.schema.d.ts.map +1 -1
- package/dist/domain/other-schemas/quota.schema.d.ts +0 -24
- package/dist/domain/other-schemas/quota.schema.d.ts.map +1 -1
- package/dist/domain/other-schemas/semester.schema.d.ts +0 -24
- package/dist/domain/other-schemas/semester.schema.d.ts.map +1 -1
- package/dist/domain/other-schemas/student.schema.d.ts +0 -24
- package/dist/domain/other-schemas/student.schema.d.ts.map +1 -1
- package/dist/domain/other-schemas/sub-schemas.schema.d.ts +0 -24
- package/dist/domain/other-schemas/sub-schemas.schema.d.ts.map +1 -1
- package/dist/domain/schemas/data-import.schema.d.ts +0 -24
- package/dist/domain/schemas/data-import.schema.d.ts.map +1 -1
- package/dist/domain/schemas/global-users.schema.d.ts +0 -24
- package/dist/domain/schemas/global-users.schema.d.ts.map +1 -1
- package/dist/domain/schemas/media-record.schema.d.ts +0 -24
- package/dist/domain/schemas/media-record.schema.d.ts.map +1 -1
- package/dist/domain/schemas/oauth-client.schema.d.ts +0 -24
- package/dist/domain/schemas/oauth-client.schema.d.ts.map +1 -1
- package/dist/domain/schemas/print-format.schema.d.ts +0 -24
- package/dist/domain/schemas/print-format.schema.d.ts.map +1 -1
- package/dist/domain/schemas/tenant.schema.d.ts +0 -24
- package/dist/domain/schemas/tenant.schema.d.ts.map +1 -1
- package/dist/domain/services/shared-domain.service.d.ts +0 -24
- package/dist/domain/services/shared-domain.service.d.ts.map +1 -1
- package/dist/frappe/services/user.service.d.ts.map +1 -1
- package/dist/frappe/utils/frappe.utils.js +10 -11
- package/dist/frappe/utils/frappe.utils.js.map +1 -1
- package/dist/media/managers/aws.manager.d.ts +0 -1
- package/dist/media/managers/aws.manager.d.ts.map +1 -1
- package/dist/media/managers/media-object-manager.d.ts +0 -1
- package/dist/media/managers/media-object-manager.d.ts.map +1 -1
- package/dist/media/managers/media-records-manager.d.ts +0 -2
- package/dist/media/managers/media-records-manager.d.ts.map +1 -1
- package/dist/permissions/check-permission.guard.d.ts +0 -24
- package/dist/permissions/check-permission.guard.d.ts.map +1 -1
- package/dist/permissions/check-permission.guard.js +1 -2
- package/dist/permissions/check-permission.guard.js.map +1 -1
- package/dist/permissions/permissions.d.ts +0 -1
- package/dist/permissions/permissions.d.ts.map +1 -1
- package/dist/permissions/permissions.js +6 -6
- package/dist/permissions/permissions.js.map +1 -1
- package/dist/request-store/contexts/aws-context.js +3 -4
- package/dist/request-store/contexts/aws-context.js.map +1 -1
- package/dist/request-store/contexts/easydms-context.js +2 -3
- package/dist/request-store/contexts/easydms-context.js.map +1 -1
- package/dist/request-store/contexts/express-context.js +4 -5
- package/dist/request-store/contexts/express-context.js.map +1 -1
- package/dist/request-store/contexts/mongo-context.d.ts +0 -24
- package/dist/request-store/contexts/mongo-context.d.ts.map +1 -1
- package/dist/request-store/contexts/mongo-context.js +2 -3
- package/dist/request-store/contexts/mongo-context.js.map +1 -1
- package/dist/request-store/contexts/mysql-context.js +3 -4
- package/dist/request-store/contexts/mysql-context.js.map +1 -1
- package/dist/request-store/contexts/mysql-credentials-context.js +1 -2
- package/dist/request-store/contexts/mysql-credentials-context.js.map +1 -1
- package/dist/request-store/contexts/tenant-context.d.ts.map +1 -1
- package/dist/request-store/contexts/tenant-context.js +17 -18
- package/dist/request-store/contexts/tenant-context.js.map +1 -1
- package/dist/request-store/contexts/user-context.js +8 -9
- package/dist/request-store/contexts/user-context.js.map +1 -1
- package/dist/request-store/request-store.d.ts.map +1 -1
- package/dist/request-store/store-config.d.ts +0 -1
- package/dist/request-store/store-config.d.ts.map +1 -1
- package/dist/request-store/store-config.js +2 -2
- package/dist/request-store/store-config.js.map +1 -1
- package/dist/shared-module/shared.service.js +17 -7
- package/dist/shared-module/shared.service.js.map +1 -1
- package/dist/sqs-queues/utils/message-queue.utils.js +5 -6
- package/dist/sqs-queues/utils/message-queue.utils.js.map +1 -1
- package/dist/util-module/utils.service.d.ts +0 -24
- package/dist/util-module/utils.service.d.ts.map +1 -1
- package/dist/utils/aws-secret-manager.d.ts +2 -0
- package/dist/utils/aws-secret-manager.d.ts.map +1 -0
- package/dist/utils/aws-secret-manager.js +32 -0
- package/dist/utils/aws-secret-manager.js.map +1 -0
- package/dist/utils/constants.d.ts +0 -24
- package/dist/utils/constants.d.ts.map +1 -1
- package/dist/utils/constants.js +19 -9
- package/dist/utils/constants.js.map +1 -1
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +1 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/mongoose-fn.d.ts +0 -24
- package/dist/utils/mongoose-fn.d.ts.map +1 -1
- package/dist/utils/mongoose-fn.js +2 -2
- package/dist/utils/mongoose-fn.js.map +1 -1
- package/dist/utils/sql-fn.js +4 -5
- package/dist/utils/sql-fn.js.map +1 -1
- package/dist/utils/utils.d.ts +0 -26
- package/dist/utils/utils.d.ts.map +1 -1
- package/dist/utils/utils.js +58 -48
- package/dist/utils/utils.js.map +1 -1
- package/package.json +2 -1
|
@@ -1,27 +1,3 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
1
|
import { Schema as MongooseSchema } from 'mongoose';
|
|
26
2
|
import { MCourse } from './course.schema';
|
|
27
3
|
export declare const ProgramCName = "programs";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"program.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/other-schemas/program.schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"program.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/other-schemas/program.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,UAAU,CAAC;AAEpD,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAE1C,eAAO,MAAM,YAAY,aAAa,CAAC;AAEvC,qBACa,QAAQ;IAEnB,EAAE,EAAE,MAAM,CAAC;IAGX,QAAQ,EAAE,MAAM,CAAC;IAGjB,QAAQ,EAAE,MAAM,CAAC;IAGjB,aAAa,EAAE,MAAM,CAAC;IAGtB,QAAQ,EAAE,MAAM,CAAC;IAGjB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,UAAU,EAAE,MAAM,CAAC;IAGnB,OAAO,EAAE,MAAM,CAAC;IAGhB,UAAU,EAAE,MAAM,CAAC;IAGnB,aAAa,EAAE,MAAM,CAAC;IAGtB,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,WAAW,EAAE,MAAM,CAAC;IAGpB,WAAW,EAAE,MAAM,CAAC;IAGpB,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;IAEhB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,aAAa;;;;EAAyC,CAAC;AAGpE,eAAO,MAAM,iBAAiB;;;;;;;CAAuB,CAAC"}
|
|
@@ -1,27 +1,3 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
1
|
import { Schema as MongooseSchema } from 'mongoose';
|
|
26
2
|
import { MCourse } from './course.schema';
|
|
27
3
|
export declare const QuotaCName = "quotas";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"quota.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/other-schemas/quota.schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"quota.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/other-schemas/quota.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,UAAU,CAAC;AAEpD,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAE1C,eAAO,MAAM,UAAU,WAAW,CAAC;AAEnC,qBACa,KAAK;IAEhB,EAAE,EAAE,MAAM,CAAC;IAGX,QAAQ,EAAE,MAAM,CAAC;IAGjB,aAAa,EAAE,MAAM,CAAC;IAGtB,QAAQ,EAAE,MAAM,CAAC;IAGjB,QAAQ,EAAE,MAAM,CAAC;IAGjB,IAAI,EAAE,MAAM,CAAC;IAGb,WAAW,EAAE,MAAM,CAAC;IAGpB,WAAW,EAAE,MAAM,CAAC;IAGpB,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;IAEhB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,WAAW;;;;EAAsC,CAAC;AAG/D,eAAO,MAAM,eAAe;;;;;;;CAAoB,CAAC"}
|
|
@@ -1,27 +1,3 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
1
|
import { Schema as MongooseSchema } from 'mongoose';
|
|
26
2
|
import { MCourse } from './course.schema';
|
|
27
3
|
export declare const SemesterCName = "semesters";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"semester.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/other-schemas/semester.schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"semester.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/other-schemas/semester.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,UAAU,CAAC;AAEpD,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC;AAE1C,eAAO,MAAM,aAAa,cAAc,CAAC;AAEzC,qBACa,SAAS;IAEpB,EAAE,EAAE,MAAM,CAAC;IAGX,QAAQ,EAAE,MAAM,CAAC;IAGjB,aAAa,EAAE,MAAM,CAAC;IAGtB,QAAQ,EAAE,MAAM,CAAC;IAGjB,KAAK,EAAE,MAAM,CAAC;IAGd,IAAI,EAAE,MAAM,CAAC;IAGb,IAAI,EAAE,MAAM,CAAC;IAGb,QAAQ,EAAE,MAAM,CAAC;IAGjB,YAAY,EAAE,MAAM,CAAC;IAGrB,UAAU,EAAE,OAAO,CAAC;IAGpB,YAAY,EAAE,OAAO,CAAC;IAGtB,WAAW,EAAE,MAAM,CAAC;IAGpB,WAAW,EAAE,MAAM,CAAC;IAGpB,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;IAEhB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,cAAc;;;;EAA0C,CAAC;AAGtE,eAAO,MAAM,kBAAkB;;;;;;;CAAwB,CAAC"}
|
|
@@ -1,27 +1,3 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
1
|
import { Schema as MongooseSchema } from 'mongoose';
|
|
26
2
|
import { AdmissionSubValue } from './admission.schema';
|
|
27
3
|
import { MentorSessions } from './sub-schemas.schema';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"student.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/other-schemas/student.schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"student.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/other-schemas/student.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,UAAU,CAAC;AAEpD,OAAO,EAAE,iBAAiB,EAA2B,MAAM,oBAAoB,CAAC;AAChF,OAAO,EAAE,cAAc,EAAwB,MAAM,sBAAsB,CAAC;AAE5E,eAAO,MAAM,YAAY,aAAa,CAAC;AAEvC,qBACa,QAAQ;IAEnB,EAAE,EAAE,MAAM,CAAC;IAGX,QAAQ,EAAE,MAAM,CAAC;IAGjB,aAAa,EAAE,MAAM,CAAC;IAGtB,MAAM,EAAE,MAAM,CAAC;IAGf,SAAS,EAAE,MAAM,CAAC;IAGlB,WAAW,EAAE,MAAM,CAAC;IAGpB,MAAM,EAAE,MAAM,CAAC;IAGf,aAAa,EAAE,MAAM,EAAE,CAAC;IAGxB,cAAc,EAAE,cAAc,EAAE,CAAC;IAGjC,iBAAiB,EAAE,iBAAiB,CAAC;IAGrC,YAAY,EAAE,MAAM,CAAC;IAGrB,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;CACjB;AAED,eAAO,MAAM,aAAa;;;;EAAyC,CAAC;AAGpE,eAAO,MAAM,iBAAiB;;;;;;;CAAuB,CAAC"}
|
|
@@ -1,27 +1,3 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
1
|
import { Schema as MongooseSchema } from 'mongoose';
|
|
26
2
|
export declare class TenthDetails {
|
|
27
3
|
tenthStudentName?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sub-schemas.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/other-schemas/sub-schemas.schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sub-schemas.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/other-schemas/sub-schemas.schema.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,UAAU,CAAC;AAwBpD,qBACa,YAAY;IAEvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAG/B,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAGjC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAG9B,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAG5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAG3B,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AACD,eAAO,MAAM,kBAAkB;;;;EAA6C,CAAC;AAE7E,qBAAa,eAAe;IAI1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAI1B,SAAS,CAAC,EAAE,MAAM,CAAC;IAInB,eAAe,CAAC,EAAE,MAAM,CAAC;IAIzB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAI/B,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAIjC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAI9B,eAAe,CAAC,EAAE,MAAM,CAAC;IAIzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAI5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAI1B,eAAe,CAAC,EAAE,MAAM,CAAC;IAIzB,cAAc,CAAC,EAAE,MAAM,CAAC;IAIxB,eAAe,CAAC,EAAE,MAAM,CAAC;IAIzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAI3B,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,qBACa,YAAY;IAEvB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAGhC,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAG3B,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAGnC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAG9B,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAGjC,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAG5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC;AACD,eAAO,MAAM,kBAAkB;;;;EAA6C,CAAC;AAE7E,qBAAa,eAAe;IAG1B,cAAc,CAAC,EAAE,MAAM,CAAC;IAIxB,WAAW,CAAC,EAAE,MAAM,CAAC;IAIrB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAIhC,UAAU,CAAC,EAAE,MAAM,CAAC;IAIpB,SAAS,CAAC,EAAE,MAAM,CAAC;IAInB,eAAe,CAAC,EAAE,MAAM,CAAC;IAIzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAIzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAI3B,cAAc,CAAC,EAAE,MAAM,CAAC;IAIxB,eAAe,CAAC,EAAE,MAAM,CAAC;IAIzB,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAInC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAI9B,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAIjC,eAAe,CAAC,EAAE,MAAM,CAAC;IAIzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAI5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAI1B,eAAe,CAAC,EAAE,MAAM,CAAC;IAIzB,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC;AAED,qBACa,SAAS;IAEpB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAG5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAG3B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAG9B,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AACD,eAAO,MAAM,eAAe;;;;EAA0C,CAAC;AAEvE,qBAAa,YAAY;IAGvB,YAAY,CAAC,EAAE,MAAM,CAAC;IAItB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,cAAc,CAAC,EAAE,MAAM,CAAC;IAIxB,YAAY,CAAC,EAAE,MAAM,CAAC;IAItB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAI5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAI3B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAI9B,YAAY,CAAC,EAAE,MAAM,CAAC;IAItB,eAAe,CAAC,EAAE,MAAM,CAAC;IAIzB,aAAa,CAAC,EAAE,MAAM,CAAC;IAIvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,qBACa,eAAe;IAE1B,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAG5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AACD,eAAO,MAAM,qBAAqB;;;;EAAgD,CAAC;AAEnF,qBAAa,kBAAkB;IAI7B,YAAY,CAAC,EAAE,MAAM,CAAC;IAMtB,aAAa,CAAC,EAAE,MAAM,CAAC;IAIvB,cAAc,CAAC,EAAE,MAAM,CAAC;IAIxB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAI5B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAK1B,UAAU,CAAC,EAAE,MAAM,CAAC;IAMpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAIrB,YAAY,CAAC,EAAE,MAAM,CAAC;IAItB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAI1B,YAAY,CAAC,EAAE,MAAM,CAAC;IAItB,aAAa,CAAC,EAAE,MAAM,CAAC;IAKvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAMpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAIrB,YAAY,CAAC,EAAE,MAAM,CAAC;IAItB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAI1B,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,qBACa,eAAe;IAE1B,GAAG,CAAC,EAAE,IAAI,CAAC;IAGX,GAAG,CAAC,EAAE,IAAI,CAAC;IAGX,iBAAiB,CAAC,EAAE,IAAI,CAAC;IAGzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAGlB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAG/B,eAAe,CAAC,EAAE,MAAM,CAAC;IAGzB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAG/B,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAG/B,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAG9B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAG9B,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AACD,eAAO,MAAM,qBAAqB;;;;EAAgD,CAAC;AAEnF,qBAAa,kBAAkB;IAI7B,GAAG,CAAC,EAAE,IAAI,CAAC;IAKX,GAAG,CAAC,EAAE,IAAI,CAAC;IAKX,iBAAiB,CAAC,EAAE,IAAI,CAAC;IAIzB,eAAe,CAAC,EAAE,MAAM,CAAC;IAMzB,cAAc,CAAC,EAAE,MAAM,CAAC;IAIxB,YAAY,CAAC,EAAE,MAAM,CAAC;IAItB,WAAW,CAAC,EAAE,MAAM,CAAC;IAIrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAIlB,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAIlB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAI/B,eAAe,CAAC,EAAE,MAAM,CAAC;IAIzB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAI/B,OAAO,CAAC,EAAE,MAAM,CAAC;IAIjB,SAAS,CAAC,EAAE,MAAM,CAAC;IAInB,MAAM,CAAC,EAAE,MAAM,CAAC;IAIhB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAI/B,OAAO,CAAC,EAAE,MAAM,CAAC;IAIjB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAI1B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAI9B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAI9B,KAAK,CAAC,EAAE,MAAM,CAAC;IAIf,IAAI,CAAC,EAAE,MAAM,CAAC;IAId,OAAO,CAAC,EAAE,MAAM,CAAC;IAIjB,UAAU,CAAC,EAAE,MAAM,CAAC;IAIpB,UAAU,CAAC,EAAE,MAAM,CAAC;IAIpB,aAAa,CAAC,EAAE,MAAM,CAAC;IAIvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,qBACa,cAAc;IAEzB,YAAY,EAAE,MAAM,CAAC;IAGrB,aAAa,EAAE,MAAM,CAAC;IAGtB,YAAY,EAAE,IAAI,CAAC;CACpB;AACD,eAAO,MAAM,oBAAoB;;;;EAA+C,CAAC"}
|
|
@@ -1,27 +1,3 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
1
|
import { Schema as MongooseSchema } from 'mongoose';
|
|
26
2
|
import { MediaRecord } from './media-record.schema';
|
|
27
3
|
export declare const DataImportImportTypes: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-import.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/schemas/data-import.schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"data-import.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/schemas/data-import.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,UAAU,CAAC;AAEpD,OAAO,EAAE,WAAW,EAAwB,MAAM,uBAAuB,CAAC;AAE1E,eAAO,MAAM,qBAAqB;;;CAGjC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;CAQ5B,CAAC;AAEF,eAAO,MAAM,eAAe,iBAAiB,CAAC;AAE9C,qBACa,UAAU;IAErB,EAAE,EAAE,MAAM,CAAC;IAGX,QAAQ,EAAE,MAAM,CAAC;IAGjB,aAAa,EAAE,MAAM,CAAC;IAGtB,WAAW,EAAE,MAAM,CAAC;IAGpB,QAAQ,EAAE,MAAM,CAAC;IAGjB,UAAU,EAAE,MAAM,CAAC;IAGnB,MAAM,EAAE,MAAM,CAAC;IAGf,YAAY,CAAC,EAAE,WAAW,CAAC;IAG3B,YAAY,CAAC,EAAE,WAAW,CAAC;IAG3B,WAAW,EAAE,MAAM,CAAC;IAGpB,aAAa,CAAC,EAAE,MAAM,CAAC;IAGvB,KAAK,CAAC,EAAE,MAAM,CAAC;IAGf,YAAY,CAAC,EAAE,MAAM,CAAC;IAGtB,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;CACjB;AAED,eAAO,MAAM,gBAAgB;;;;EAA2C,CAAC;AAGzE,eAAO,MAAM,oBAAoB;;;;;;;CAAyB,CAAC"}
|
|
@@ -1,27 +1,3 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
1
|
import { Schema as MongooseSchema } from 'mongoose';
|
|
26
2
|
export declare class MentorDetails {
|
|
27
3
|
noOfStudents: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"global-users.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/schemas/global-users.schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"global-users.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/schemas/global-users.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,UAAU,CAAC;AAGpD,qBACa,aAAa;IAExB,YAAY,EAAE,MAAM,CAAC;IAGrB,aAAa,EAAE,MAAM,CAAC;IAGtB,aAAa,EAAE,MAAM,CAAC;IAGtB,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAG7B,gBAAgB,EAAE,MAAM,EAAE,CAAC;CAC5B;AAGD,qBACa,cAAc;IAEzB,gBAAgB,EAAE,MAAM,CAAC;IAGzB,UAAU,EAAE,MAAM,CAAC;IAGnB,YAAY,EAAE,MAAM,CAAC;IAGrB,UAAU,EAAE,MAAM,CAAC;IAGnB,UAAU,EAAE,MAAM,CAAC;IAGnB,OAAO,EAAE,MAAM,CAAC;CACjB;AAGD,eAAO,MAAM,eAAe,iBAAiB,CAAC;AAE9C,qBACa,UAAU;IACrB,GAAG,EAAE,cAAc,CAAC,KAAK,CAAC,QAAQ,CAAC;IAEnC,EAAE,EAAE,MAAM,CAAC;IAGX,QAAQ,EAAE,MAAM,CAAC;IAGjB,cAAc,EAAE,MAAM,EAAE,CAAC;IAGzB,MAAM,EAAE,MAAM,CAAC;IAGf,UAAU,EAAE,MAAM,CAAC;IAGnB,QAAQ,EAAE,MAAM,CAAC;IAGjB,YAAY,EAAE,MAAM,CAAC;IAGrB,KAAK,EAAE,MAAM,CAAC;IAGd,YAAY,EAAE,OAAO,CAAC;IAGtB,SAAS,EAAE,MAAM,CAAC;IAGlB,QAAQ,EAAE,MAAM,CAAC;IAGjB,QAAQ,EAAE,MAAM,CAAC;IAGjB,QAAQ,EAAE,OAAO,CAAC;IAGlB,WAAW,EAAE,OAAO,CAAC;IAGrB,WAAW,EAAE,OAAO,CAAC;IAGrB,IAAI,EAAE,MAAM,CAAC;IAGb,eAAe,EAAE,MAAM,CAAC;IAGxB,mBAAmB,EAAE,MAAM,CAAC;IAG5B,aAAa,EAAE,MAAM,CAAC;IAGtB,cAAc,EAAE,cAAc,CAAC;IAG/B,YAAY,EAAE,IAAI,CAAC;IAGnB,aAAa,EAAE,MAAM,CAAC;IAGtB,aAAa,EAAE,MAAM,EAAE,CAAC;IAGxB,KAAK,EAAE,MAAM,EAAE,CAAC;IAGhB,QAAQ,EAAE,OAAO,CAAC;IAGlB,aAAa,EAAE,aAAa,CAAC;IAG7B,SAAS,EAAE,MAAM,CAAC;IAGlB,SAAS,EAAE,MAAM,CAAC;IAElB,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC;IAGpB,WAAW,EAAE,IAAI,CAAC;IAGlB,MAAM,EAAE,MAAM,CAAC;IAGf,aAAa,EAAE,IAAI,CAAC;CACrB;AAED,eAAO,MAAM,gBAAgB;;;;GAA2C,CAAC;AACzE,eAAO,MAAM,oBAAoB;;;;;;;CAAwC,CAAC"}
|
|
@@ -1,27 +1,3 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
1
|
import { Schema as MongooseSchema } from 'mongoose';
|
|
26
2
|
export declare const MediaRecordCName = "media_records";
|
|
27
3
|
export declare class MediaRecord {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"media-record.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/schemas/media-record.schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"media-record.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/schemas/media-record.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,UAAU,CAAC;AAGpD,eAAO,MAAM,gBAAgB,kBAAkB,CAAC;AAEhD,qBAMa,WAAW;IAEtB,EAAE,EAAE,MAAM,CAAC;IAGX,gBAAgB,EAAE,MAAM,CAAC;IAGzB,GAAG,EAAE,MAAM,CAAC;IAGZ,IAAI,EAAE,MAAM,CAAC;IAGb,OAAO,EAAE,MAAM,CAAC;IAGhB,MAAM,EAAE,MAAM,CAAC;IAGf,SAAS,EAAE,MAAM,CAAC;IAGlB,QAAQ,EAAE,MAAM,CAAC;IAGjB,QAAQ,EAAE,MAAM,CAAC;IAGjB,UAAU,EAAE,GAAG,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;IAEhB,GAAG,EAAE,MAAM,CAAC;CACb;AAED,eAAO,MAAM,iBAAiB;;;;EAA4C,CAAC;AAS3E,eAAO,MAAM,qBAAqB;;;;;;;CAA0B,CAAC;AAE7D,eAAO,MAAM,oBAAoB;;;;EAA4C,CAAC"}
|
|
@@ -1,27 +1,3 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
1
|
import { HydratedDocument, Schema as MongooseSchema } from 'mongoose';
|
|
26
2
|
export declare const OAuthClientCName = "oauth_clients";
|
|
27
3
|
export type OAuthClientDocument = HydratedDocument<MOAuthClient>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oauth-client.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/schemas/oauth-client.schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"oauth-client.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/schemas/oauth-client.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,UAAU,CAAC;AAGtE,eAAO,MAAM,gBAAgB,kBAAkB,CAAC;AAChD,MAAM,MAAM,mBAAmB,GAAG,gBAAgB,CAAC,YAAY,CAAC,CAAC;AAEjE,qBACa,YAAY;IAEvB,EAAE,EAAE,MAAM,CAAC;IAGX,QAAQ,EAAE,MAAM,CAAC;IAGjB,YAAY,EAAE,MAAM,CAAC;IAGrB,gBAAgB,EAAE,MAAM,CAAC;IAGzB,IAAI,EAAE,MAAM,CAAC;IAGb,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,QAAQ,EAAE,MAAM,CAAC;IAGjB,WAAW,EAAE,MAAM,CAAC;IAGpB,WAAW,EAAE,MAAM,CAAC;IAGpB,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;CACjB;AAED,eAAO,MAAM,kBAAkB;;;;;;;CAA2B,CAAC;AAE3D,eAAO,MAAM,iBAAiB;;;;EAA6C,CAAC"}
|
|
@@ -1,27 +1,3 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
1
|
import { Schema as MongooseSchema } from 'mongoose';
|
|
26
2
|
import { MediaRecord } from './media-record.schema';
|
|
27
3
|
export declare class PrintFormat {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"print-format.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/schemas/print-format.schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"print-format.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/schemas/print-format.schema.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,IAAI,cAAc,EAAE,MAAM,UAAU,CAAC;AAEpD,OAAO,EAAE,WAAW,EAAwB,MAAM,uBAAuB,CAAC;AAI1E,qBACa,WAAW;IAEtB,EAAE,EAAE,MAAM,CAAC;IAGX,QAAQ,EAAE,MAAM,CAAC;IAGjB,aAAa,EAAE,MAAM,CAAC;IAGtB,IAAI,EAAE,MAAM,CAAC;IAGb,IAAI,EAAE,MAAM,CAAC;IAGb,IAAI,EAAE,MAAM,CAAC;IAGb,KAAK,CAAC,EAAE,GAAG,CAAC;IAGZ,MAAM,CAAC,EAAE,WAAW,EAAE,CAAC;IAGvB,WAAW,EAAE,MAAM,CAAC;IAGpB,WAAW,EAAE,MAAM,CAAC;IAGpB,SAAS,EAAE,IAAI,CAAC;IAGhB,SAAS,EAAE,IAAI,CAAC;CACjB;AAED,eAAO,MAAM,qBAAqB;;;;;;;CAA0B,CAAC;AAE7D,eAAO,MAAM,iBAAiB;;;;EAA4C,CAAC;AAG3E,eAAO,MAAM,oBAAoB;;;;EAA4C,CAAC"}
|
|
@@ -1,27 +1,3 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
1
|
import { Schema as MongooseSchema, Types } from 'mongoose';
|
|
26
2
|
export declare class EasyWDMSConfig {
|
|
27
3
|
host: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tenant.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/schemas/tenant.schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tenant.schema.d.ts","sourceRoot":"","sources":["../../../src/domain/schemas/tenant.schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,27 +1,3 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
1
|
import { Connection } from 'mongoose';
|
|
26
2
|
export declare class SharedDomainService {
|
|
27
3
|
private readonly connection;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared-domain.service.d.ts","sourceRoot":"","sources":["../../../src/domain/services/shared-domain.service.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"shared-domain.service.d.ts","sourceRoot":"","sources":["../../../src/domain/services/shared-domain.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAGtC,qBACa,mBAAmB;IACE,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAAV,UAAU,EAAE,UAAU;IAEjE,gBAAgB,CAAC,CAAC,EAAE,KAAK,EAAE;QAC/B,OAAO,EAAE,MAAM,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;QAC9B,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;KAChD;CA4BF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user.service.d.ts","sourceRoot":"","sources":["../../../src/frappe/services/user.service.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"user.service.d.ts","sourceRoot":"","sources":["../../../src/frappe/services/user.service.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,7 +3,16 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
6
|
+
exports.getFrappeAxiosConfig = getFrappeAxiosConfig;
|
|
7
|
+
exports.createOrUpdateFrappeCustomField = createOrUpdateFrappeCustomField;
|
|
8
|
+
exports.insertFrappeRecord = insertFrappeRecord;
|
|
9
|
+
exports.updateFrappeRecord = updateFrappeRecord;
|
|
10
|
+
exports.getRecordByOtherFields = getRecordByOtherFields;
|
|
11
|
+
exports.renameFrappeRecord = renameFrappeRecord;
|
|
12
|
+
exports.getFrappeRecords = getFrappeRecords;
|
|
13
|
+
exports.getAllFrappeRecords = getAllFrappeRecords;
|
|
14
|
+
exports.getFrappeRecordsByIds = getFrappeRecordsByIds;
|
|
15
|
+
exports.deleteFrappeRecord = deleteFrappeRecord;
|
|
7
16
|
const common_1 = require("@nestjs/common");
|
|
8
17
|
const axios_1 = __importDefault(require("axios"));
|
|
9
18
|
function getFrappeAxiosConfig(token, secret) {
|
|
@@ -14,7 +23,6 @@ function getFrappeAxiosConfig(token, secret) {
|
|
|
14
23
|
},
|
|
15
24
|
};
|
|
16
25
|
}
|
|
17
|
-
exports.getFrappeAxiosConfig = getFrappeAxiosConfig;
|
|
18
26
|
async function createOrUpdateFrappeCustomField({ baseUrl, authToken, authSecret, doctype, fieldMetaData, }) {
|
|
19
27
|
const fieldName = fieldMetaData.fieldname;
|
|
20
28
|
const checkFieldUrl = `${baseUrl}/api/resource/Custom Field?filters=[["dt", "=", "${doctype}"], ["fieldname", "=", "${fieldName}"]]`;
|
|
@@ -51,7 +59,6 @@ async function createOrUpdateFrappeCustomField({ baseUrl, authToken, authSecret,
|
|
|
51
59
|
throw new common_1.UnprocessableEntityException('Unexpected error', error);
|
|
52
60
|
}
|
|
53
61
|
}
|
|
54
|
-
exports.createOrUpdateFrappeCustomField = createOrUpdateFrappeCustomField;
|
|
55
62
|
async function insertFrappeRecord({ baseUrl, authToken, authSecret, doctype, record, }) {
|
|
56
63
|
const url = `${baseUrl}/api/resource/${doctype}`;
|
|
57
64
|
const reqConfig = getFrappeAxiosConfig(authToken, authSecret);
|
|
@@ -69,7 +76,6 @@ async function insertFrappeRecord({ baseUrl, authToken, authSecret, doctype, rec
|
|
|
69
76
|
throw new common_1.UnprocessableEntityException('Unexpected error', error);
|
|
70
77
|
}
|
|
71
78
|
}
|
|
72
|
-
exports.insertFrappeRecord = insertFrappeRecord;
|
|
73
79
|
async function updateFrappeRecord({ baseUrl, authToken, authSecret, doctype, id, record, }) {
|
|
74
80
|
const url = `${baseUrl}/api/resource/${doctype}/${id}`;
|
|
75
81
|
const reqConfig = getFrappeAxiosConfig(authToken, authSecret);
|
|
@@ -87,7 +93,6 @@ async function updateFrappeRecord({ baseUrl, authToken, authSecret, doctype, id,
|
|
|
87
93
|
throw new common_1.UnprocessableEntityException('Unexpected error', error);
|
|
88
94
|
}
|
|
89
95
|
}
|
|
90
|
-
exports.updateFrappeRecord = updateFrappeRecord;
|
|
91
96
|
async function getRecordByOtherFields(props) {
|
|
92
97
|
const { baseUrl, token, secret, doctype, fields } = props;
|
|
93
98
|
const uri = new URL(`${baseUrl}/api/resource/${doctype}`);
|
|
@@ -109,7 +114,6 @@ async function getRecordByOtherFields(props) {
|
|
|
109
114
|
throw new common_1.UnprocessableEntityException('Unexpected error', error);
|
|
110
115
|
}
|
|
111
116
|
}
|
|
112
|
-
exports.getRecordByOtherFields = getRecordByOtherFields;
|
|
113
117
|
async function renameFrappeRecord({ baseUrl, authToken, authSecret, doctype, oldName, newName, }) {
|
|
114
118
|
const url = `${baseUrl}/api/method/frappe.rename_doc`;
|
|
115
119
|
const reqConfig = getFrappeAxiosConfig(authToken, authSecret);
|
|
@@ -133,7 +137,6 @@ async function renameFrappeRecord({ baseUrl, authToken, authSecret, doctype, old
|
|
|
133
137
|
throw new common_1.UnprocessableEntityException('Unexpected error', error);
|
|
134
138
|
}
|
|
135
139
|
}
|
|
136
|
-
exports.renameFrappeRecord = renameFrappeRecord;
|
|
137
140
|
function parseFrappeError(errorData) {
|
|
138
141
|
const error = {};
|
|
139
142
|
if (errorData.exc_type) {
|
|
@@ -174,7 +177,6 @@ async function getFrappeRecords(props) {
|
|
|
174
177
|
throw new common_1.UnprocessableEntityException('Unexpected error', error);
|
|
175
178
|
}
|
|
176
179
|
}
|
|
177
|
-
exports.getFrappeRecords = getFrappeRecords;
|
|
178
180
|
async function getAllFrappeRecords(props) {
|
|
179
181
|
const { baseUrl, token, secret, doctype } = props;
|
|
180
182
|
const response = [];
|
|
@@ -197,7 +199,6 @@ async function getAllFrappeRecords(props) {
|
|
|
197
199
|
}
|
|
198
200
|
return response;
|
|
199
201
|
}
|
|
200
|
-
exports.getAllFrappeRecords = getAllFrappeRecords;
|
|
201
202
|
async function getFrappeRecordsByIds(props) {
|
|
202
203
|
const { baseUrl, token, secret, doctype, ids } = props;
|
|
203
204
|
const uri = new URL(`${baseUrl}/api/resource/${doctype}`);
|
|
@@ -222,7 +223,6 @@ async function getFrappeRecordsByIds(props) {
|
|
|
222
223
|
throw new common_1.UnprocessableEntityException('Unexpected error', error);
|
|
223
224
|
}
|
|
224
225
|
}
|
|
225
|
-
exports.getFrappeRecordsByIds = getFrappeRecordsByIds;
|
|
226
226
|
async function deleteFrappeRecord(props) {
|
|
227
227
|
const { baseUrl, token, secret, doctype, name } = props;
|
|
228
228
|
const url = `${baseUrl}/api/resource/${doctype}/${name}`;
|
|
@@ -241,5 +241,4 @@ async function deleteFrappeRecord(props) {
|
|
|
241
241
|
throw new common_1.UnprocessableEntityException('Unexpected error', error);
|
|
242
242
|
}
|
|
243
243
|
}
|
|
244
|
-
exports.deleteFrappeRecord = deleteFrappeRecord;
|
|
245
244
|
//# sourceMappingURL=frappe.utils.js.map
|