@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.
Files changed (150) hide show
  1. package/dist/client/index.d.ts +0 -2
  2. package/dist/client/index.d.ts.map +1 -1
  3. package/dist/client/index.js +2 -28
  4. package/dist/client/index.js.map +1 -1
  5. package/dist/component/_generated/api.d.ts +4 -4
  6. package/dist/component/_generated/api.d.ts.map +1 -1
  7. package/dist/component/_generated/component.d.ts +165 -218
  8. package/dist/component/_generated/component.d.ts.map +1 -1
  9. package/dist/component/contracts.d.ts +9 -9
  10. package/dist/component/contracts.d.ts.map +1 -1
  11. package/dist/component/contracts.js +7 -13
  12. package/dist/component/contracts.js.map +1 -1
  13. package/dist/component/crons.d.ts.map +1 -1
  14. package/dist/component/crons.js +1 -2
  15. package/dist/component/crons.js.map +1 -1
  16. package/dist/component/dashboardStats.d.ts +8 -3
  17. package/dist/component/dashboardStats.d.ts.map +1 -1
  18. package/dist/component/dashboardStats.js +24 -39
  19. package/dist/component/dashboardStats.js.map +1 -1
  20. package/dist/component/dashboardStatsCache.d.ts +5 -11
  21. package/dist/component/dashboardStatsCache.d.ts.map +1 -1
  22. package/dist/component/dashboardStatsCache.js +12 -53
  23. package/dist/component/dashboardStatsCache.js.map +1 -1
  24. package/dist/component/deviceCategories.d.ts +22 -15
  25. package/dist/component/deviceCategories.d.ts.map +1 -1
  26. package/dist/component/deviceCategories.js +10 -4
  27. package/dist/component/deviceCategories.js.map +1 -1
  28. package/dist/component/deviceQuestions.d.ts +36 -27
  29. package/dist/component/deviceQuestions.d.ts.map +1 -1
  30. package/dist/component/deviceQuestions.js +22 -5
  31. package/dist/component/deviceQuestions.js.map +1 -1
  32. package/dist/component/deviceRepairHistory.d.ts +3 -3
  33. package/dist/component/deviceRepairHistory.js +1 -1
  34. package/dist/component/deviceRepairHistory.js.map +1 -1
  35. package/dist/component/deviceStatus.d.ts +8 -57
  36. package/dist/component/deviceStatus.d.ts.map +1 -1
  37. package/dist/component/deviceStatus.js +32 -30
  38. package/dist/component/deviceStatus.js.map +1 -1
  39. package/dist/component/devices.d.ts +39 -22
  40. package/dist/component/devices.d.ts.map +1 -1
  41. package/dist/component/devices.js +85 -96
  42. package/dist/component/devices.js.map +1 -1
  43. package/dist/component/emailHelpers.d.ts +10 -3
  44. package/dist/component/emailHelpers.d.ts.map +1 -1
  45. package/dist/component/emailHelpers.js +9 -20
  46. package/dist/component/emailHelpers.js.map +1 -1
  47. package/dist/component/emails.d.ts +5 -5
  48. package/dist/component/emails.js +2 -2
  49. package/dist/component/emails.js.map +1 -1
  50. package/dist/component/http.d.ts.map +1 -1
  51. package/dist/component/http.js +3 -108
  52. package/dist/component/http.js.map +1 -1
  53. package/dist/component/migrationHelpers.d.ts +29 -0
  54. package/dist/component/migrationHelpers.d.ts.map +1 -0
  55. package/dist/component/migrationHelpers.js +84 -0
  56. package/dist/component/migrationHelpers.js.map +1 -0
  57. package/dist/component/roles.d.ts +1 -0
  58. package/dist/component/roles.d.ts.map +1 -1
  59. package/dist/component/roles.js +5 -6
  60. package/dist/component/roles.js.map +1 -1
  61. package/dist/component/schema.d.ts +69 -150
  62. package/dist/component/schema.d.ts.map +1 -1
  63. package/dist/component/schema.js +35 -88
  64. package/dist/component/schema.js.map +1 -1
  65. package/dist/component/slaMonitoring.d.ts +16 -30
  66. package/dist/component/slaMonitoring.d.ts.map +1 -1
  67. package/dist/component/slaMonitoring.js +48 -99
  68. package/dist/component/slaMonitoring.js.map +1 -1
  69. package/dist/component/spareParts.d.ts +11 -48
  70. package/dist/component/spareParts.d.ts.map +1 -1
  71. package/dist/component/spareParts.js +41 -11
  72. package/dist/component/spareParts.js.map +1 -1
  73. package/dist/component/suppliers.d.ts +38 -19
  74. package/dist/component/suppliers.d.ts.map +1 -1
  75. package/dist/component/suppliers.js +63 -44
  76. package/dist/component/suppliers.js.map +1 -1
  77. package/dist/component/ticketComments.d.ts +18 -12
  78. package/dist/component/ticketComments.d.ts.map +1 -1
  79. package/dist/component/ticketComments.js +28 -59
  80. package/dist/component/ticketComments.js.map +1 -1
  81. package/dist/component/ticketDeviceData.d.ts +63 -0
  82. package/dist/component/ticketDeviceData.d.ts.map +1 -0
  83. package/dist/component/ticketDeviceData.js +103 -0
  84. package/dist/component/ticketDeviceData.js.map +1 -0
  85. package/dist/component/ticketExport.d.ts +22 -40
  86. package/dist/component/ticketExport.d.ts.map +1 -1
  87. package/dist/component/ticketExport.js +43 -109
  88. package/dist/component/ticketExport.js.map +1 -1
  89. package/dist/component/ticketHistory.d.ts +4 -4
  90. package/dist/component/ticketHistory.d.ts.map +1 -1
  91. package/dist/component/ticketHistory.js +6 -9
  92. package/dist/component/ticketHistory.js.map +1 -1
  93. package/dist/component/ticketMacros.d.ts +19 -18
  94. package/dist/component/ticketMacros.d.ts.map +1 -1
  95. package/dist/component/ticketMacros.js +24 -30
  96. package/dist/component/ticketMacros.js.map +1 -1
  97. package/dist/component/ticketStatuses.d.ts +1 -0
  98. package/dist/component/ticketStatuses.d.ts.map +1 -1
  99. package/dist/component/ticketStatuses.js +5 -6
  100. package/dist/component/ticketStatuses.js.map +1 -1
  101. package/dist/component/ticketTriggers.d.ts +36 -16
  102. package/dist/component/ticketTriggers.d.ts.map +1 -1
  103. package/dist/component/ticketTriggers.js +115 -153
  104. package/dist/component/ticketTriggers.js.map +1 -1
  105. package/dist/component/userProfiles.d.ts +25 -120
  106. package/dist/component/userProfiles.d.ts.map +1 -1
  107. package/dist/component/userProfiles.js +73 -384
  108. package/dist/component/userProfiles.js.map +1 -1
  109. package/dist/test.d.ts +69 -150
  110. package/dist/test.d.ts.map +1 -1
  111. package/package.json +12 -3
  112. package/src/client/index.ts +2 -30
  113. package/src/component/_generated/api.ts +4 -4
  114. package/src/component/_generated/component.ts +228 -350
  115. package/src/component/contracts.ts +7 -14
  116. package/src/component/crons.ts +2 -7
  117. package/src/component/dashboardStats.ts +24 -41
  118. package/src/component/dashboardStatsCache.ts +12 -61
  119. package/src/component/deviceCategories.ts +12 -4
  120. package/src/component/deviceQuestions.ts +28 -5
  121. package/src/component/deviceRepairHistory.ts +1 -1
  122. package/src/component/deviceStatus.ts +43 -45
  123. package/src/component/devices.ts +87 -106
  124. package/src/component/emailHelpers.ts +9 -19
  125. package/src/component/emails.ts +2 -2
  126. package/src/component/http.ts +3 -108
  127. package/src/component/migrationHelpers.ts +96 -0
  128. package/src/component/roles.ts +5 -6
  129. package/src/component/schema.ts +35 -93
  130. package/src/component/slaMonitoring.ts +52 -107
  131. package/src/component/spareParts.ts +46 -12
  132. package/src/component/suppliers.ts +71 -48
  133. package/src/component/ticketComments.ts +28 -71
  134. package/src/component/ticketDeviceData.ts +113 -0
  135. package/src/component/ticketExport.ts +52 -137
  136. package/src/component/ticketHistory.ts +6 -9
  137. package/src/component/ticketMacros.ts +25 -37
  138. package/src/component/ticketStatuses.ts +5 -6
  139. package/src/component/ticketTriggers.ts +121 -217
  140. package/src/component/userProfiles.ts +67 -451
  141. package/dist/component/clinics.d.ts +0 -103
  142. package/dist/component/clinics.d.ts.map +0 -1
  143. package/dist/component/clinics.js +0 -126
  144. package/dist/component/clinics.js.map +0 -1
  145. package/dist/component/maintenanceTasks.d.ts +0 -733
  146. package/dist/component/maintenanceTasks.d.ts.map +0 -1
  147. package/dist/component/maintenanceTasks.js +0 -937
  148. package/dist/component/maintenanceTasks.js.map +0 -1
  149. package/src/component/clinics.ts +0 -136
  150. 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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"}