@primocaredentgroup/elettromedicali 0.1.0 → 0.1.1
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/client/index.d.ts +0 -2
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +2 -28
- package/dist/client/index.js.map +1 -1
- package/dist/component/_generated/api.d.ts +4 -4
- package/dist/component/_generated/api.d.ts.map +1 -1
- package/dist/component/_generated/component.d.ts +165 -218
- package/dist/component/_generated/component.d.ts.map +1 -1
- package/dist/component/contracts.d.ts +9 -9
- package/dist/component/contracts.d.ts.map +1 -1
- package/dist/component/contracts.js +7 -13
- package/dist/component/contracts.js.map +1 -1
- package/dist/component/crons.d.ts.map +1 -1
- package/dist/component/crons.js +1 -2
- package/dist/component/crons.js.map +1 -1
- package/dist/component/dashboardStats.d.ts +8 -3
- package/dist/component/dashboardStats.d.ts.map +1 -1
- package/dist/component/dashboardStats.js +24 -39
- package/dist/component/dashboardStats.js.map +1 -1
- package/dist/component/dashboardStatsCache.d.ts +5 -11
- package/dist/component/dashboardStatsCache.d.ts.map +1 -1
- package/dist/component/dashboardStatsCache.js +12 -53
- package/dist/component/dashboardStatsCache.js.map +1 -1
- package/dist/component/deviceCategories.d.ts +22 -15
- package/dist/component/deviceCategories.d.ts.map +1 -1
- package/dist/component/deviceCategories.js +10 -4
- package/dist/component/deviceCategories.js.map +1 -1
- package/dist/component/deviceQuestions.d.ts +36 -27
- package/dist/component/deviceQuestions.d.ts.map +1 -1
- package/dist/component/deviceQuestions.js +22 -5
- package/dist/component/deviceQuestions.js.map +1 -1
- package/dist/component/deviceRepairHistory.d.ts +3 -3
- package/dist/component/deviceRepairHistory.js +1 -1
- package/dist/component/deviceRepairHistory.js.map +1 -1
- package/dist/component/deviceStatus.d.ts +8 -57
- package/dist/component/deviceStatus.d.ts.map +1 -1
- package/dist/component/deviceStatus.js +32 -30
- package/dist/component/deviceStatus.js.map +1 -1
- package/dist/component/devices.d.ts +39 -22
- package/dist/component/devices.d.ts.map +1 -1
- package/dist/component/devices.js +85 -96
- package/dist/component/devices.js.map +1 -1
- package/dist/component/emailHelpers.d.ts +10 -3
- package/dist/component/emailHelpers.d.ts.map +1 -1
- package/dist/component/emailHelpers.js +9 -20
- package/dist/component/emailHelpers.js.map +1 -1
- package/dist/component/emails.d.ts +5 -5
- package/dist/component/emails.js +2 -2
- package/dist/component/emails.js.map +1 -1
- package/dist/component/http.d.ts.map +1 -1
- package/dist/component/http.js +3 -108
- package/dist/component/http.js.map +1 -1
- package/dist/component/migrationHelpers.d.ts +29 -0
- package/dist/component/migrationHelpers.d.ts.map +1 -0
- package/dist/component/migrationHelpers.js +84 -0
- package/dist/component/migrationHelpers.js.map +1 -0
- package/dist/component/roles.d.ts +1 -0
- package/dist/component/roles.d.ts.map +1 -1
- package/dist/component/roles.js +5 -6
- package/dist/component/roles.js.map +1 -1
- package/dist/component/schema.d.ts +69 -150
- package/dist/component/schema.d.ts.map +1 -1
- package/dist/component/schema.js +35 -88
- package/dist/component/schema.js.map +1 -1
- package/dist/component/slaMonitoring.d.ts +16 -30
- package/dist/component/slaMonitoring.d.ts.map +1 -1
- package/dist/component/slaMonitoring.js +48 -99
- package/dist/component/slaMonitoring.js.map +1 -1
- package/dist/component/spareParts.d.ts +11 -48
- package/dist/component/spareParts.d.ts.map +1 -1
- package/dist/component/spareParts.js +41 -11
- package/dist/component/spareParts.js.map +1 -1
- package/dist/component/suppliers.d.ts +38 -19
- package/dist/component/suppliers.d.ts.map +1 -1
- package/dist/component/suppliers.js +63 -44
- package/dist/component/suppliers.js.map +1 -1
- package/dist/component/ticketComments.d.ts +18 -12
- package/dist/component/ticketComments.d.ts.map +1 -1
- package/dist/component/ticketComments.js +28 -59
- package/dist/component/ticketComments.js.map +1 -1
- package/dist/component/ticketDeviceData.d.ts +63 -0
- package/dist/component/ticketDeviceData.d.ts.map +1 -0
- package/dist/component/ticketDeviceData.js +103 -0
- package/dist/component/ticketDeviceData.js.map +1 -0
- package/dist/component/ticketExport.d.ts +22 -40
- package/dist/component/ticketExport.d.ts.map +1 -1
- package/dist/component/ticketExport.js +43 -109
- package/dist/component/ticketExport.js.map +1 -1
- package/dist/component/ticketHistory.d.ts +4 -4
- package/dist/component/ticketHistory.d.ts.map +1 -1
- package/dist/component/ticketHistory.js +6 -9
- package/dist/component/ticketHistory.js.map +1 -1
- package/dist/component/ticketMacros.d.ts +19 -18
- package/dist/component/ticketMacros.d.ts.map +1 -1
- package/dist/component/ticketMacros.js +24 -30
- package/dist/component/ticketMacros.js.map +1 -1
- package/dist/component/ticketStatuses.d.ts +1 -0
- package/dist/component/ticketStatuses.d.ts.map +1 -1
- package/dist/component/ticketStatuses.js +5 -6
- package/dist/component/ticketStatuses.js.map +1 -1
- package/dist/component/ticketTriggers.d.ts +36 -16
- package/dist/component/ticketTriggers.d.ts.map +1 -1
- package/dist/component/ticketTriggers.js +115 -153
- package/dist/component/ticketTriggers.js.map +1 -1
- package/dist/component/userProfiles.d.ts +25 -120
- package/dist/component/userProfiles.d.ts.map +1 -1
- package/dist/component/userProfiles.js +73 -384
- package/dist/component/userProfiles.js.map +1 -1
- package/dist/test.d.ts +69 -150
- package/dist/test.d.ts.map +1 -1
- package/package.json +12 -3
- package/src/client/index.ts +2 -30
- package/src/component/_generated/api.ts +4 -4
- package/src/component/_generated/component.ts +228 -350
- package/src/component/contracts.ts +7 -14
- package/src/component/crons.ts +2 -7
- package/src/component/dashboardStats.ts +24 -41
- package/src/component/dashboardStatsCache.ts +12 -61
- package/src/component/deviceCategories.ts +12 -4
- package/src/component/deviceQuestions.ts +28 -5
- package/src/component/deviceRepairHistory.ts +1 -1
- package/src/component/deviceStatus.ts +43 -45
- package/src/component/devices.ts +87 -106
- package/src/component/emailHelpers.ts +9 -19
- package/src/component/emails.ts +2 -2
- package/src/component/http.ts +3 -108
- package/src/component/migrationHelpers.ts +96 -0
- package/src/component/roles.ts +5 -6
- package/src/component/schema.ts +35 -93
- package/src/component/slaMonitoring.ts +52 -107
- package/src/component/spareParts.ts +46 -12
- package/src/component/suppliers.ts +71 -48
- package/src/component/ticketComments.ts +28 -71
- package/src/component/ticketDeviceData.ts +113 -0
- package/src/component/ticketExport.ts +52 -137
- package/src/component/ticketHistory.ts +6 -9
- package/src/component/ticketMacros.ts +25 -37
- package/src/component/ticketStatuses.ts +5 -6
- package/src/component/ticketTriggers.ts +121 -217
- package/src/component/userProfiles.ts +67 -451
- package/dist/component/clinics.d.ts +0 -103
- package/dist/component/clinics.d.ts.map +0 -1
- package/dist/component/clinics.js +0 -126
- package/dist/component/clinics.js.map +0 -1
- package/dist/component/maintenanceTasks.d.ts +0 -733
- package/dist/component/maintenanceTasks.d.ts.map +0 -1
- package/dist/component/maintenanceTasks.js +0 -937
- package/dist/component/maintenanceTasks.js.map +0 -1
- package/src/component/clinics.ts +0 -136
- package/src/component/maintenanceTasks.ts +0 -1003
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
export declare const listClinics: import("convex/server").RegisteredQuery<"public", {}, Promise<{
|
|
2
|
-
_id: import("convex/values").GenericId<"clinics">;
|
|
3
|
-
_creationTime: number;
|
|
4
|
-
region?: string | undefined;
|
|
5
|
-
primoupId?: string | undefined;
|
|
6
|
-
name: string;
|
|
7
|
-
address: string;
|
|
8
|
-
contact_email: string;
|
|
9
|
-
contact_phone: string;
|
|
10
|
-
}[]>>;
|
|
11
|
-
export declare const getAllClinicsForMigration: import("convex/server").RegisteredQuery<"public", {}, Promise<{
|
|
12
|
-
_id: import("convex/values").GenericId<"clinics">;
|
|
13
|
-
_creationTime: number;
|
|
14
|
-
region?: string | undefined;
|
|
15
|
-
primoupId?: string | undefined;
|
|
16
|
-
name: string;
|
|
17
|
-
address: string;
|
|
18
|
-
contact_email: string;
|
|
19
|
-
contact_phone: string;
|
|
20
|
-
}[]>>;
|
|
21
|
-
export declare const getClinic: import("convex/server").RegisteredQuery<"public", {
|
|
22
|
-
clinicId: import("convex/values").GenericId<"clinics">;
|
|
23
|
-
}, Promise<{
|
|
24
|
-
_id: import("convex/values").GenericId<"clinics">;
|
|
25
|
-
_creationTime: number;
|
|
26
|
-
region?: string | undefined;
|
|
27
|
-
primoupId?: string | undefined;
|
|
28
|
-
name: string;
|
|
29
|
-
address: string;
|
|
30
|
-
contact_email: string;
|
|
31
|
-
contact_phone: string;
|
|
32
|
-
} | null>>;
|
|
33
|
-
export declare const getById: import("convex/server").RegisteredQuery<"public", {
|
|
34
|
-
id: import("convex/values").GenericId<"clinics">;
|
|
35
|
-
}, Promise<{
|
|
36
|
-
_id: import("convex/values").GenericId<"clinics">;
|
|
37
|
-
_creationTime: number;
|
|
38
|
-
region?: string | undefined;
|
|
39
|
-
primoupId?: string | undefined;
|
|
40
|
-
name: string;
|
|
41
|
-
address: string;
|
|
42
|
-
contact_email: string;
|
|
43
|
-
contact_phone: string;
|
|
44
|
-
} | null>>;
|
|
45
|
-
export declare const createClinic: import("convex/server").RegisteredMutation<"public", {
|
|
46
|
-
name: string;
|
|
47
|
-
address: string;
|
|
48
|
-
contact_email: string;
|
|
49
|
-
contact_phone: string;
|
|
50
|
-
}, Promise<import("convex/values").GenericId<"clinics">>>;
|
|
51
|
-
export declare const updateClinic: import("convex/server").RegisteredMutation<"public", {
|
|
52
|
-
region?: string | undefined;
|
|
53
|
-
name: string;
|
|
54
|
-
clinicId: import("convex/values").GenericId<"clinics">;
|
|
55
|
-
address: string;
|
|
56
|
-
contact_email: string;
|
|
57
|
-
contact_phone: string;
|
|
58
|
-
}, Promise<import("convex/values").GenericId<"clinics">>>;
|
|
59
|
-
export declare const deleteClinic: import("convex/server").RegisteredMutation<"public", {
|
|
60
|
-
clinicId: import("convex/values").GenericId<"clinics">;
|
|
61
|
-
}, Promise<{
|
|
62
|
-
success: boolean;
|
|
63
|
-
}>>;
|
|
64
|
-
export declare const getClinicByPrimoupId: import("convex/server").RegisteredQuery<"public", {
|
|
65
|
-
primoupId: string;
|
|
66
|
-
}, Promise<{
|
|
67
|
-
_id: import("convex/values").GenericId<"clinics">;
|
|
68
|
-
_creationTime: number;
|
|
69
|
-
region?: string | undefined;
|
|
70
|
-
primoupId?: string | undefined;
|
|
71
|
-
name: string;
|
|
72
|
-
address: string;
|
|
73
|
-
contact_email: string;
|
|
74
|
-
contact_phone: string;
|
|
75
|
-
} | null>>;
|
|
76
|
-
export declare const createClinicFromPrimoUP: import("convex/server").RegisteredMutation<"public", {
|
|
77
|
-
name: string;
|
|
78
|
-
address: string;
|
|
79
|
-
contact_email: string;
|
|
80
|
-
contact_phone: string;
|
|
81
|
-
primoupId: string;
|
|
82
|
-
}, Promise<import("convex/values").GenericId<"clinics">>>;
|
|
83
|
-
export declare const updateClinicFromPrimoUP: import("convex/server").RegisteredMutation<"public", {
|
|
84
|
-
name: string;
|
|
85
|
-
clinicId: import("convex/values").GenericId<"clinics">;
|
|
86
|
-
address: string;
|
|
87
|
-
contact_email: string;
|
|
88
|
-
contact_phone: string;
|
|
89
|
-
primoupId: string;
|
|
90
|
-
}, Promise<import("convex/values").GenericId<"clinics">>>;
|
|
91
|
-
export declare const getClinicByName: import("convex/server").RegisteredQuery<"public", {
|
|
92
|
-
name: string;
|
|
93
|
-
}, Promise<{
|
|
94
|
-
_id: import("convex/values").GenericId<"clinics">;
|
|
95
|
-
_creationTime: number;
|
|
96
|
-
region?: string | undefined;
|
|
97
|
-
primoupId?: string | undefined;
|
|
98
|
-
name: string;
|
|
99
|
-
address: string;
|
|
100
|
-
contact_email: string;
|
|
101
|
-
contact_phone: string;
|
|
102
|
-
} | null>>;
|
|
103
|
-
//# sourceMappingURL=clinics.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clinics.d.ts","sourceRoot":"","sources":["../../src/component/clinics.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW;;;;;;;;;KAKtB,CAAC;AAEH,eAAO,MAAM,yBAAyB;;;;;;;;;KAKpC,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;UAKpB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;UAKlB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;yDAevB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;yDAmBvB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;GAMvB,CAAC;AAEH,eAAO,MAAM,oBAAoB;;;;;;;;;;;UAQ/B,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;yDAiBlC,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;yDAmBlC,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;UAQ1B,CAAC"}
|
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
import { v } from 'convex/values';
|
|
2
|
-
import { query, mutation } from './_generated/server';
|
|
3
|
-
export const listClinics = query({
|
|
4
|
-
args: {},
|
|
5
|
-
handler: async (ctx) => {
|
|
6
|
-
return await ctx.db.query('clinics').collect();
|
|
7
|
-
},
|
|
8
|
-
});
|
|
9
|
-
export const getAllClinicsForMigration = query({
|
|
10
|
-
args: {},
|
|
11
|
-
handler: async (ctx) => {
|
|
12
|
-
return await ctx.db.query('clinics').collect();
|
|
13
|
-
},
|
|
14
|
-
});
|
|
15
|
-
export const getClinic = query({
|
|
16
|
-
args: { clinicId: v.id('clinics') },
|
|
17
|
-
handler: async (ctx, args) => {
|
|
18
|
-
return await ctx.db.get(args.clinicId);
|
|
19
|
-
},
|
|
20
|
-
});
|
|
21
|
-
export const getById = query({
|
|
22
|
-
args: { id: v.id('clinics') },
|
|
23
|
-
handler: async (ctx, args) => {
|
|
24
|
-
return await ctx.db.get(args.id);
|
|
25
|
-
},
|
|
26
|
-
});
|
|
27
|
-
export const createClinic = mutation({
|
|
28
|
-
args: {
|
|
29
|
-
name: v.string(),
|
|
30
|
-
address: v.string(),
|
|
31
|
-
contact_email: v.string(),
|
|
32
|
-
contact_phone: v.string(),
|
|
33
|
-
},
|
|
34
|
-
handler: async (ctx, args) => {
|
|
35
|
-
return await ctx.db.insert('clinics', {
|
|
36
|
-
name: args.name,
|
|
37
|
-
address: args.address,
|
|
38
|
-
contact_email: args.contact_email,
|
|
39
|
-
contact_phone: args.contact_phone,
|
|
40
|
-
});
|
|
41
|
-
},
|
|
42
|
-
});
|
|
43
|
-
export const updateClinic = mutation({
|
|
44
|
-
args: {
|
|
45
|
-
clinicId: v.id('clinics'),
|
|
46
|
-
name: v.string(),
|
|
47
|
-
address: v.string(),
|
|
48
|
-
contact_email: v.string(),
|
|
49
|
-
contact_phone: v.string(),
|
|
50
|
-
region: v.optional(v.string()),
|
|
51
|
-
},
|
|
52
|
-
handler: async (ctx, args) => {
|
|
53
|
-
await ctx.db.patch(args.clinicId, {
|
|
54
|
-
name: args.name,
|
|
55
|
-
address: args.address,
|
|
56
|
-
contact_email: args.contact_email,
|
|
57
|
-
contact_phone: args.contact_phone,
|
|
58
|
-
region: args.region,
|
|
59
|
-
});
|
|
60
|
-
return args.clinicId;
|
|
61
|
-
},
|
|
62
|
-
});
|
|
63
|
-
export const deleteClinic = mutation({
|
|
64
|
-
args: { clinicId: v.id('clinics') },
|
|
65
|
-
handler: async (ctx, args) => {
|
|
66
|
-
await ctx.db.delete(args.clinicId);
|
|
67
|
-
return { success: true };
|
|
68
|
-
},
|
|
69
|
-
});
|
|
70
|
-
export const getClinicByPrimoupId = query({
|
|
71
|
-
args: { primoupId: v.string() },
|
|
72
|
-
handler: async (ctx, args) => {
|
|
73
|
-
return await ctx.db
|
|
74
|
-
.query('clinics')
|
|
75
|
-
.filter((q) => q.eq(q.field('primoupId'), args.primoupId))
|
|
76
|
-
.first();
|
|
77
|
-
},
|
|
78
|
-
});
|
|
79
|
-
export const createClinicFromPrimoUP = mutation({
|
|
80
|
-
args: {
|
|
81
|
-
name: v.string(),
|
|
82
|
-
address: v.string(),
|
|
83
|
-
contact_email: v.string(),
|
|
84
|
-
contact_phone: v.string(),
|
|
85
|
-
primoupId: v.string(),
|
|
86
|
-
},
|
|
87
|
-
handler: async (ctx, args) => {
|
|
88
|
-
return await ctx.db.insert('clinics', {
|
|
89
|
-
name: args.name.trim(),
|
|
90
|
-
address: args.address.trim(),
|
|
91
|
-
contact_email: args.contact_email.trim().toLowerCase(),
|
|
92
|
-
contact_phone: args.contact_phone.trim(),
|
|
93
|
-
primoupId: args.primoupId,
|
|
94
|
-
});
|
|
95
|
-
},
|
|
96
|
-
});
|
|
97
|
-
export const updateClinicFromPrimoUP = mutation({
|
|
98
|
-
args: {
|
|
99
|
-
clinicId: v.id('clinics'),
|
|
100
|
-
name: v.string(),
|
|
101
|
-
address: v.string(),
|
|
102
|
-
contact_email: v.string(),
|
|
103
|
-
contact_phone: v.string(),
|
|
104
|
-
primoupId: v.string(),
|
|
105
|
-
},
|
|
106
|
-
handler: async (ctx, args) => {
|
|
107
|
-
await ctx.db.patch(args.clinicId, {
|
|
108
|
-
name: args.name.trim(),
|
|
109
|
-
address: args.address.trim(),
|
|
110
|
-
contact_email: args.contact_email.trim().toLowerCase(),
|
|
111
|
-
contact_phone: args.contact_phone.trim(),
|
|
112
|
-
primoupId: args.primoupId,
|
|
113
|
-
});
|
|
114
|
-
return args.clinicId;
|
|
115
|
-
},
|
|
116
|
-
});
|
|
117
|
-
export const getClinicByName = query({
|
|
118
|
-
args: { name: v.string() },
|
|
119
|
-
handler: async (ctx, args) => {
|
|
120
|
-
return await ctx.db
|
|
121
|
-
.query('clinics')
|
|
122
|
-
.filter((q) => q.eq(q.field('name'), args.name))
|
|
123
|
-
.first();
|
|
124
|
-
},
|
|
125
|
-
});
|
|
126
|
-
//# sourceMappingURL=clinics.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clinics.js","sourceRoot":"","sources":["../../src/component/clinics.ts"],"names":[],"mappings":"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"}
|