@fivenet-app/gen 2026.4.0 → 2026.5.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/clients.ts +60 -0
- package/codegen/perms/perms.ts +11 -0
- package/package.json +1 -1
- package/perms.ts +10 -0
- package/resources/citizens/labels/access.ts +216 -0
- package/resources/citizens/labels/labels.ts +8 -214
- package/services/calendar/calendar.client.ts +2 -106
- package/services/calendar/calendar.ts +0 -1018
- package/services/calendar/entries.client.ts +129 -0
- package/services/calendar/entries.ts +1040 -0
- package/services/centrum/centrum.client.ts +23 -244
- package/services/centrum/centrum.ts +246 -2383
- package/services/centrum/dispatches.client.ts +155 -0
- package/services/centrum/dispatches.ts +1305 -0
- package/services/centrum/units.client.ts +116 -0
- package/services/centrum/units.ts +876 -0
- package/services/documents/categories.client.ts +64 -0
- package/services/documents/categories.ts +331 -0
- package/services/documents/comments.client.ts +77 -0
- package/services/documents/comments.ts +479 -0
- package/services/documents/documents.client.ts +26 -182
- package/services/documents/documents.ts +335 -1682
- package/services/documents/templates.client.ts +90 -0
- package/services/documents/templates.ts +591 -0
- package/services/jobs/colleagues.client.ts +129 -0
- package/services/jobs/colleagues.ts +1129 -0
- package/services/jobs/jobs.client.ts +3 -107
- package/services/jobs/jobs.ts +1 -1113
- package/services/mailer/mailer.client.ts +0 -208
- package/services/mailer/mailer.ts +1 -2010
- package/services/mailer/settings.client.ts +103 -0
- package/services/mailer/settings.ts +708 -0
- package/services/mailer/thread.client.ts +155 -0
- package/services/mailer/thread.ts +1343 -0
- package/services/qualifications/exam.client.ts +77 -0
- package/services/qualifications/exam.ts +609 -0
- package/services/qualifications/qualifications.client.ts +1 -53
- package/services/qualifications/qualifications.ts +0 -591
- package/services/sync/sync.client.ts +4 -4
- package/services/sync/sync.ts +23 -0
- package/svcs.ts +153 -67
package/services/sync/sync.ts
CHANGED
|
@@ -36,6 +36,7 @@ import { UserActivity } from "../../resources/users/activity/activity";
|
|
|
36
36
|
import { Dispatch } from "../../resources/centrum/dispatches/dispatches";
|
|
37
37
|
import { UserOAuth2Conn } from "../../resources/sync/activity/activity";
|
|
38
38
|
import { DataStatus } from "../../resources/sync/data/data";
|
|
39
|
+
import { Timestamp } from "../../resources/timestamp/timestamp";
|
|
39
40
|
/**
|
|
40
41
|
* @generated from protobuf message services.sync.GetStatusRequest
|
|
41
42
|
*/
|
|
@@ -45,6 +46,14 @@ export interface GetStatusRequest {
|
|
|
45
46
|
* @generated from protobuf message services.sync.GetStatusResponse
|
|
46
47
|
*/
|
|
47
48
|
export interface GetStatusResponse {
|
|
49
|
+
/**
|
|
50
|
+
* @generated from protobuf field: optional resources.timestamp.Timestamp last_synced_data = 6
|
|
51
|
+
*/
|
|
52
|
+
lastSyncedData?: Timestamp;
|
|
53
|
+
/**
|
|
54
|
+
* @generated from protobuf field: optional resources.timestamp.Timestamp last_synced_activity = 7
|
|
55
|
+
*/
|
|
56
|
+
lastSyncedActivity?: Timestamp;
|
|
48
57
|
/**
|
|
49
58
|
* @generated from protobuf field: resources.sync.data.DataStatus jobs = 1
|
|
50
59
|
*/
|
|
@@ -536,6 +545,8 @@ export const GetStatusRequest = new GetStatusRequest$Type();
|
|
|
536
545
|
class GetStatusResponse$Type extends MessageType<GetStatusResponse> {
|
|
537
546
|
constructor() {
|
|
538
547
|
super("services.sync.GetStatusResponse", [
|
|
548
|
+
{ no: 6, name: "last_synced_data", kind: "message", T: () => Timestamp },
|
|
549
|
+
{ no: 7, name: "last_synced_activity", kind: "message", T: () => Timestamp },
|
|
539
550
|
{ no: 1, name: "jobs", kind: "message", T: () => DataStatus },
|
|
540
551
|
{ no: 2, name: "licenses", kind: "message", T: () => DataStatus },
|
|
541
552
|
{ no: 3, name: "users", kind: "message", T: () => DataStatus },
|
|
@@ -554,6 +565,12 @@ class GetStatusResponse$Type extends MessageType<GetStatusResponse> {
|
|
|
554
565
|
while (reader.pos < end) {
|
|
555
566
|
let [fieldNo, wireType] = reader.tag();
|
|
556
567
|
switch (fieldNo) {
|
|
568
|
+
case /* optional resources.timestamp.Timestamp last_synced_data */ 6:
|
|
569
|
+
message.lastSyncedData = Timestamp.internalBinaryRead(reader, reader.uint32(), options, message.lastSyncedData);
|
|
570
|
+
break;
|
|
571
|
+
case /* optional resources.timestamp.Timestamp last_synced_activity */ 7:
|
|
572
|
+
message.lastSyncedActivity = Timestamp.internalBinaryRead(reader, reader.uint32(), options, message.lastSyncedActivity);
|
|
573
|
+
break;
|
|
557
574
|
case /* resources.sync.data.DataStatus jobs */ 1:
|
|
558
575
|
message.jobs = DataStatus.internalBinaryRead(reader, reader.uint32(), options, message.jobs);
|
|
559
576
|
break;
|
|
@@ -596,6 +613,12 @@ class GetStatusResponse$Type extends MessageType<GetStatusResponse> {
|
|
|
596
613
|
/* resources.sync.data.DataStatus accounts = 5; */
|
|
597
614
|
if (message.accounts)
|
|
598
615
|
DataStatus.internalBinaryWrite(message.accounts, writer.tag(5, WireType.LengthDelimited).fork(), options).join();
|
|
616
|
+
/* optional resources.timestamp.Timestamp last_synced_data = 6; */
|
|
617
|
+
if (message.lastSyncedData)
|
|
618
|
+
Timestamp.internalBinaryWrite(message.lastSyncedData, writer.tag(6, WireType.LengthDelimited).fork(), options).join();
|
|
619
|
+
/* optional resources.timestamp.Timestamp last_synced_activity = 7; */
|
|
620
|
+
if (message.lastSyncedActivity)
|
|
621
|
+
Timestamp.internalBinaryWrite(message.lastSyncedActivity, writer.tag(7, WireType.LengthDelimited).fork(), options).join();
|
|
599
622
|
let u = options.writeUnknownFields;
|
|
600
623
|
if (u !== false)
|
|
601
624
|
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
package/svcs.ts
CHANGED
|
@@ -1,68 +1,144 @@
|
|
|
1
1
|
// Code generated by protoc-gen-fronthelper. DO NOT EDIT.
|
|
2
2
|
// source: services/auth/auth.proto
|
|
3
3
|
// source: services/calendar/calendar.proto
|
|
4
|
+
// source: services/calendar/entries.proto
|
|
5
|
+
// source: services/calendar/calendar.proto
|
|
6
|
+
// source: services/calendar/entries.proto
|
|
7
|
+
// source: services/centrum/centrum.proto
|
|
8
|
+
// source: services/centrum/dispatches.proto
|
|
9
|
+
// source: services/centrum/units.proto
|
|
4
10
|
// source: services/centrum/centrum.proto
|
|
11
|
+
// source: services/centrum/dispatches.proto
|
|
12
|
+
// source: services/centrum/units.proto
|
|
13
|
+
// source: services/centrum/centrum.proto
|
|
14
|
+
// source: services/centrum/dispatches.proto
|
|
15
|
+
// source: services/centrum/units.proto
|
|
5
16
|
// source: services/citizens/citizens.proto
|
|
6
17
|
// source: services/citizens/labels.proto
|
|
7
18
|
// source: services/citizens/citizens.proto
|
|
8
19
|
// source: services/citizens/labels.proto
|
|
9
20
|
// source: services/completor/completor.proto
|
|
10
21
|
// source: services/documents/approval.proto
|
|
22
|
+
// source: services/documents/categories.proto
|
|
23
|
+
// source: services/documents/collab.proto
|
|
24
|
+
// source: services/documents/comments.proto
|
|
25
|
+
// source: services/documents/documents.proto
|
|
26
|
+
// source: services/documents/forms.proto
|
|
27
|
+
// source: services/documents/stamps.proto
|
|
28
|
+
// source: services/documents/stats.proto
|
|
29
|
+
// source: services/documents/templates.proto
|
|
30
|
+
// source: services/documents/approval.proto
|
|
31
|
+
// source: services/documents/categories.proto
|
|
32
|
+
// source: services/documents/collab.proto
|
|
33
|
+
// source: services/documents/comments.proto
|
|
34
|
+
// source: services/documents/documents.proto
|
|
35
|
+
// source: services/documents/forms.proto
|
|
36
|
+
// source: services/documents/stamps.proto
|
|
37
|
+
// source: services/documents/stats.proto
|
|
38
|
+
// source: services/documents/templates.proto
|
|
39
|
+
// source: services/documents/approval.proto
|
|
40
|
+
// source: services/documents/categories.proto
|
|
41
|
+
// source: services/documents/collab.proto
|
|
42
|
+
// source: services/documents/comments.proto
|
|
43
|
+
// source: services/documents/documents.proto
|
|
44
|
+
// source: services/documents/forms.proto
|
|
45
|
+
// source: services/documents/stamps.proto
|
|
46
|
+
// source: services/documents/stats.proto
|
|
47
|
+
// source: services/documents/templates.proto
|
|
48
|
+
// source: services/documents/approval.proto
|
|
49
|
+
// source: services/documents/categories.proto
|
|
11
50
|
// source: services/documents/collab.proto
|
|
51
|
+
// source: services/documents/comments.proto
|
|
12
52
|
// source: services/documents/documents.proto
|
|
13
53
|
// source: services/documents/forms.proto
|
|
14
54
|
// source: services/documents/stamps.proto
|
|
15
55
|
// source: services/documents/stats.proto
|
|
56
|
+
// source: services/documents/templates.proto
|
|
16
57
|
// source: services/documents/approval.proto
|
|
58
|
+
// source: services/documents/categories.proto
|
|
17
59
|
// source: services/documents/collab.proto
|
|
60
|
+
// source: services/documents/comments.proto
|
|
18
61
|
// source: services/documents/documents.proto
|
|
19
62
|
// source: services/documents/forms.proto
|
|
20
63
|
// source: services/documents/stamps.proto
|
|
21
64
|
// source: services/documents/stats.proto
|
|
65
|
+
// source: services/documents/templates.proto
|
|
22
66
|
// source: services/documents/approval.proto
|
|
67
|
+
// source: services/documents/categories.proto
|
|
23
68
|
// source: services/documents/collab.proto
|
|
69
|
+
// source: services/documents/comments.proto
|
|
24
70
|
// source: services/documents/documents.proto
|
|
25
71
|
// source: services/documents/forms.proto
|
|
26
72
|
// source: services/documents/stamps.proto
|
|
27
73
|
// source: services/documents/stats.proto
|
|
74
|
+
// source: services/documents/templates.proto
|
|
28
75
|
// source: services/documents/approval.proto
|
|
76
|
+
// source: services/documents/categories.proto
|
|
29
77
|
// source: services/documents/collab.proto
|
|
78
|
+
// source: services/documents/comments.proto
|
|
30
79
|
// source: services/documents/documents.proto
|
|
31
80
|
// source: services/documents/forms.proto
|
|
32
81
|
// source: services/documents/stamps.proto
|
|
33
82
|
// source: services/documents/stats.proto
|
|
83
|
+
// source: services/documents/templates.proto
|
|
34
84
|
// source: services/documents/approval.proto
|
|
85
|
+
// source: services/documents/categories.proto
|
|
35
86
|
// source: services/documents/collab.proto
|
|
87
|
+
// source: services/documents/comments.proto
|
|
36
88
|
// source: services/documents/documents.proto
|
|
37
89
|
// source: services/documents/forms.proto
|
|
38
90
|
// source: services/documents/stamps.proto
|
|
39
91
|
// source: services/documents/stats.proto
|
|
92
|
+
// source: services/documents/templates.proto
|
|
40
93
|
// source: services/documents/approval.proto
|
|
94
|
+
// source: services/documents/categories.proto
|
|
41
95
|
// source: services/documents/collab.proto
|
|
96
|
+
// source: services/documents/comments.proto
|
|
42
97
|
// source: services/documents/documents.proto
|
|
43
98
|
// source: services/documents/forms.proto
|
|
44
99
|
// source: services/documents/stamps.proto
|
|
45
100
|
// source: services/documents/stats.proto
|
|
101
|
+
// source: services/documents/templates.proto
|
|
46
102
|
// source: services/filestore/filestore.proto
|
|
103
|
+
// source: services/jobs/colleagues.proto
|
|
104
|
+
// source: services/jobs/conduct.proto
|
|
105
|
+
// source: services/jobs/jobs.proto
|
|
106
|
+
// source: services/jobs/stats.proto
|
|
107
|
+
// source: services/jobs/timeclock.proto
|
|
108
|
+
// source: services/jobs/colleagues.proto
|
|
47
109
|
// source: services/jobs/conduct.proto
|
|
48
110
|
// source: services/jobs/jobs.proto
|
|
49
111
|
// source: services/jobs/stats.proto
|
|
50
112
|
// source: services/jobs/timeclock.proto
|
|
113
|
+
// source: services/jobs/colleagues.proto
|
|
51
114
|
// source: services/jobs/conduct.proto
|
|
52
115
|
// source: services/jobs/jobs.proto
|
|
53
116
|
// source: services/jobs/stats.proto
|
|
54
117
|
// source: services/jobs/timeclock.proto
|
|
118
|
+
// source: services/jobs/colleagues.proto
|
|
55
119
|
// source: services/jobs/conduct.proto
|
|
56
120
|
// source: services/jobs/jobs.proto
|
|
57
121
|
// source: services/jobs/stats.proto
|
|
58
122
|
// source: services/jobs/timeclock.proto
|
|
123
|
+
// source: services/jobs/colleagues.proto
|
|
59
124
|
// source: services/jobs/conduct.proto
|
|
60
125
|
// source: services/jobs/jobs.proto
|
|
61
126
|
// source: services/jobs/stats.proto
|
|
62
127
|
// source: services/jobs/timeclock.proto
|
|
63
128
|
// source: services/livemap/livemap.proto
|
|
64
129
|
// source: services/mailer/mailer.proto
|
|
130
|
+
// source: services/mailer/settings.proto
|
|
131
|
+
// source: services/mailer/thread.proto
|
|
132
|
+
// source: services/mailer/mailer.proto
|
|
133
|
+
// source: services/mailer/settings.proto
|
|
134
|
+
// source: services/mailer/thread.proto
|
|
135
|
+
// source: services/mailer/mailer.proto
|
|
136
|
+
// source: services/mailer/settings.proto
|
|
137
|
+
// source: services/mailer/thread.proto
|
|
65
138
|
// source: services/notifications/notifications.proto
|
|
139
|
+
// source: services/qualifications/exam.proto
|
|
140
|
+
// source: services/qualifications/qualifications.proto
|
|
141
|
+
// source: services/qualifications/exam.proto
|
|
66
142
|
// source: services/qualifications/qualifications.proto
|
|
67
143
|
// source: services/settings/accounts.proto
|
|
68
144
|
// source: services/settings/config.proto
|
|
@@ -111,24 +187,34 @@
|
|
|
111
187
|
export const grpcServices = [
|
|
112
188
|
'auth.AuthService',
|
|
113
189
|
'calendar.CalendarService',
|
|
190
|
+
'calendar.EntriesService',
|
|
114
191
|
'centrum.CentrumService',
|
|
192
|
+
'centrum.DispatchesService',
|
|
193
|
+
'centrum.UnitsService',
|
|
115
194
|
'citizens.CitizensService',
|
|
116
195
|
'citizens.LabelsService',
|
|
117
196
|
'completor.CompletorService',
|
|
118
197
|
'documents.ApprovalService',
|
|
198
|
+
'documents.CategoriesService',
|
|
119
199
|
'documents.CollabService',
|
|
200
|
+
'documents.CommentsService',
|
|
120
201
|
'documents.DocumentsService',
|
|
121
202
|
'documents.FormsService',
|
|
122
203
|
'documents.StampsService',
|
|
123
204
|
'documents.StatsService',
|
|
205
|
+
'documents.TemplatesService',
|
|
124
206
|
'filestore.FilestoreService',
|
|
207
|
+
'jobs.ColleaguesService',
|
|
125
208
|
'jobs.ConductService',
|
|
126
209
|
'jobs.JobsService',
|
|
127
210
|
'jobs.StatsService',
|
|
128
211
|
'jobs.TimeclockService',
|
|
129
212
|
'livemap.LivemapService',
|
|
130
213
|
'mailer.MailerService',
|
|
214
|
+
'mailer.SettingsService',
|
|
215
|
+
'mailer.ThreadService',
|
|
131
216
|
'notifications.NotificationsService',
|
|
217
|
+
'qualifications.ExamService',
|
|
132
218
|
'qualifications.QualificationsService',
|
|
133
219
|
'settings.AccountsService',
|
|
134
220
|
'settings.ConfigService',
|
|
@@ -161,39 +247,39 @@ export const grpcMethods = [
|
|
|
161
247
|
'calendar.CalendarService/CreateCalendar',
|
|
162
248
|
'calendar.CalendarService/UpdateCalendar',
|
|
163
249
|
'calendar.CalendarService/DeleteCalendar',
|
|
164
|
-
'calendar.CalendarService/ListCalendarEntries',
|
|
165
|
-
'calendar.CalendarService/GetUpcomingEntries',
|
|
166
|
-
'calendar.CalendarService/GetCalendarEntry',
|
|
167
|
-
'calendar.CalendarService/CreateOrUpdateCalendarEntry',
|
|
168
|
-
'calendar.CalendarService/DeleteCalendarEntry',
|
|
169
|
-
'calendar.CalendarService/ShareCalendarEntry',
|
|
170
|
-
'calendar.CalendarService/ListCalendarEntryRSVP',
|
|
171
|
-
'calendar.CalendarService/RSVPCalendarEntry',
|
|
172
250
|
'calendar.CalendarService/ListSubscriptions',
|
|
173
251
|
'calendar.CalendarService/SubscribeToCalendar',
|
|
252
|
+
'calendar.EntriesService/ListCalendarEntries',
|
|
253
|
+
'calendar.EntriesService/GetUpcomingEntries',
|
|
254
|
+
'calendar.EntriesService/GetCalendarEntry',
|
|
255
|
+
'calendar.EntriesService/CreateOrUpdateCalendarEntry',
|
|
256
|
+
'calendar.EntriesService/DeleteCalendarEntry',
|
|
257
|
+
'calendar.EntriesService/ShareCalendarEntry',
|
|
258
|
+
'calendar.EntriesService/ListCalendarEntryRSVP',
|
|
259
|
+
'calendar.EntriesService/RSVPCalendarEntry',
|
|
260
|
+
'centrum.CentrumService/GetSettings',
|
|
174
261
|
'centrum.CentrumService/UpdateSettings',
|
|
175
|
-
'centrum.CentrumService/CreateDispatch',
|
|
176
|
-
'centrum.CentrumService/UpdateDispatch',
|
|
177
|
-
'centrum.CentrumService/DeleteDispatch',
|
|
178
|
-
'centrum.CentrumService/ListDispatchTargetJobs',
|
|
179
|
-
'centrum.CentrumService/TakeControl',
|
|
180
|
-
'centrum.CentrumService/AssignDispatch',
|
|
181
|
-
'centrum.CentrumService/AssignUnit',
|
|
182
262
|
'centrum.CentrumService/GetDispatchHeatmap',
|
|
263
|
+
'centrum.CentrumService/TakeControl',
|
|
183
264
|
'centrum.CentrumService/UpdateDispatchers',
|
|
184
265
|
'centrum.CentrumService/Stream',
|
|
185
|
-
'centrum.
|
|
186
|
-
'centrum.
|
|
187
|
-
'centrum.
|
|
188
|
-
'centrum.
|
|
189
|
-
'centrum.
|
|
190
|
-
'centrum.
|
|
191
|
-
'centrum.
|
|
192
|
-
'centrum.
|
|
193
|
-
'centrum.
|
|
194
|
-
'centrum.
|
|
195
|
-
'centrum.
|
|
196
|
-
'centrum.
|
|
266
|
+
'centrum.DispatchesService/CreateDispatch',
|
|
267
|
+
'centrum.DispatchesService/UpdateDispatch',
|
|
268
|
+
'centrum.DispatchesService/DeleteDispatch',
|
|
269
|
+
'centrum.DispatchesService/ListDispatchTargetJobs',
|
|
270
|
+
'centrum.DispatchesService/AssignDispatch',
|
|
271
|
+
'centrum.DispatchesService/GetDispatch',
|
|
272
|
+
'centrum.DispatchesService/ListDispatches',
|
|
273
|
+
'centrum.DispatchesService/ListDispatchActivity',
|
|
274
|
+
'centrum.DispatchesService/TakeDispatch',
|
|
275
|
+
'centrum.DispatchesService/UpdateDispatchStatus',
|
|
276
|
+
'centrum.UnitsService/JoinUnit',
|
|
277
|
+
'centrum.UnitsService/ListUnits',
|
|
278
|
+
'centrum.UnitsService/ListUnitActivity',
|
|
279
|
+
'centrum.UnitsService/CreateOrUpdateUnit',
|
|
280
|
+
'centrum.UnitsService/DeleteUnit',
|
|
281
|
+
'centrum.UnitsService/AssignUnit',
|
|
282
|
+
'centrum.UnitsService/UpdateUnitStatus',
|
|
197
283
|
'citizens.CitizensService/ListCitizens',
|
|
198
284
|
'citizens.CitizensService/GetUser',
|
|
199
285
|
'citizens.CitizensService/ListUserActivity',
|
|
@@ -222,12 +308,14 @@ export const grpcMethods = [
|
|
|
222
308
|
'documents.ApprovalService/DecideApproval',
|
|
223
309
|
'documents.ApprovalService/ReopenApprovalTask',
|
|
224
310
|
'documents.ApprovalService/RecomputeApprovalPolicyCounters',
|
|
311
|
+
'documents.CategoriesService/ListCategories',
|
|
312
|
+
'documents.CategoriesService/CreateOrUpdateCategory',
|
|
313
|
+
'documents.CategoriesService/DeleteCategory',
|
|
225
314
|
'documents.CollabService/JoinRoom',
|
|
226
|
-
'documents.
|
|
227
|
-
'documents.
|
|
228
|
-
'documents.
|
|
229
|
-
'documents.
|
|
230
|
-
'documents.DocumentsService/DeleteTemplate',
|
|
315
|
+
'documents.CommentsService/GetComments',
|
|
316
|
+
'documents.CommentsService/PostComment',
|
|
317
|
+
'documents.CommentsService/EditComment',
|
|
318
|
+
'documents.CommentsService/DeleteComment',
|
|
231
319
|
'documents.DocumentsService/ListDocuments',
|
|
232
320
|
'documents.DocumentsService/GetDocument',
|
|
233
321
|
'documents.DocumentsService/CreateDocument',
|
|
@@ -241,10 +329,6 @@ export const grpcMethods = [
|
|
|
241
329
|
'documents.DocumentsService/RemoveDocumentReference',
|
|
242
330
|
'documents.DocumentsService/AddDocumentRelation',
|
|
243
331
|
'documents.DocumentsService/RemoveDocumentRelation',
|
|
244
|
-
'documents.DocumentsService/GetComments',
|
|
245
|
-
'documents.DocumentsService/PostComment',
|
|
246
|
-
'documents.DocumentsService/EditComment',
|
|
247
|
-
'documents.DocumentsService/DeleteComment',
|
|
248
332
|
'documents.DocumentsService/GetDocumentAccess',
|
|
249
333
|
'documents.DocumentsService/SetDocumentAccess',
|
|
250
334
|
'documents.DocumentsService/ListDocumentActivity',
|
|
@@ -253,9 +337,6 @@ export const grpcMethods = [
|
|
|
253
337
|
'documents.DocumentsService/UpdateDocumentReq',
|
|
254
338
|
'documents.DocumentsService/DeleteDocumentReq',
|
|
255
339
|
'documents.DocumentsService/ListUserDocuments',
|
|
256
|
-
'documents.DocumentsService/ListCategories',
|
|
257
|
-
'documents.DocumentsService/CreateOrUpdateCategory',
|
|
258
|
-
'documents.DocumentsService/DeleteCategory',
|
|
259
340
|
'documents.DocumentsService/ListDocumentPins',
|
|
260
341
|
'documents.DocumentsService/ToggleDocumentPin',
|
|
261
342
|
'documents.DocumentsService/SetDocumentReminder',
|
|
@@ -267,24 +348,29 @@ export const grpcMethods = [
|
|
|
267
348
|
'documents.StampsService/UpsertStamp',
|
|
268
349
|
'documents.StampsService/DeleteStamp',
|
|
269
350
|
'documents.StatsService/GetStats',
|
|
351
|
+
'documents.TemplatesService/ListTemplates',
|
|
352
|
+
'documents.TemplatesService/GetTemplate',
|
|
353
|
+
'documents.TemplatesService/CreateTemplate',
|
|
354
|
+
'documents.TemplatesService/UpdateTemplate',
|
|
355
|
+
'documents.TemplatesService/DeleteTemplate',
|
|
270
356
|
'filestore.FilestoreService/Upload',
|
|
271
357
|
'filestore.FilestoreService/ListFiles',
|
|
272
358
|
'filestore.FilestoreService/DeleteFile',
|
|
273
359
|
'filestore.FilestoreService/DeleteFileByPath',
|
|
360
|
+
'jobs.ColleaguesService/ListColleagues',
|
|
361
|
+
'jobs.ColleaguesService/GetSelf',
|
|
362
|
+
'jobs.ColleaguesService/GetColleague',
|
|
363
|
+
'jobs.ColleaguesService/ListColleagueActivity',
|
|
364
|
+
'jobs.ColleaguesService/SetColleagueProps',
|
|
365
|
+
'jobs.ColleaguesService/GetColleagueLabels',
|
|
366
|
+
'jobs.ColleaguesService/ManageLabels',
|
|
367
|
+
'jobs.ColleaguesService/GetColleagueLabelsStats',
|
|
274
368
|
'jobs.ConductService/ListConductEntries',
|
|
275
369
|
'jobs.ConductService/GetConductEntry',
|
|
276
370
|
'jobs.ConductService/CreateConductEntry',
|
|
277
371
|
'jobs.ConductService/UpdateConductEntry',
|
|
278
372
|
'jobs.ConductService/DeleteConductEntry',
|
|
279
373
|
'jobs.ConductService/UploadFile',
|
|
280
|
-
'jobs.JobsService/ListColleagues',
|
|
281
|
-
'jobs.JobsService/GetSelf',
|
|
282
|
-
'jobs.JobsService/GetColleague',
|
|
283
|
-
'jobs.JobsService/ListColleagueActivity',
|
|
284
|
-
'jobs.JobsService/SetColleagueProps',
|
|
285
|
-
'jobs.JobsService/GetColleagueLabels',
|
|
286
|
-
'jobs.JobsService/ManageLabels',
|
|
287
|
-
'jobs.JobsService/GetColleagueLabelsStats',
|
|
288
374
|
'jobs.JobsService/GetMOTD',
|
|
289
375
|
'jobs.JobsService/SetMOTD',
|
|
290
376
|
'jobs.StatsService/GetStats',
|
|
@@ -299,25 +385,29 @@ export const grpcMethods = [
|
|
|
299
385
|
'mailer.MailerService/CreateOrUpdateEmail',
|
|
300
386
|
'mailer.MailerService/DeleteEmail',
|
|
301
387
|
'mailer.MailerService/GetEmailProposals',
|
|
302
|
-
'mailer.
|
|
303
|
-
'mailer.
|
|
304
|
-
'mailer.
|
|
305
|
-
'mailer.
|
|
306
|
-
'mailer.
|
|
307
|
-
'mailer.
|
|
308
|
-
'mailer.
|
|
309
|
-
'mailer.
|
|
310
|
-
'mailer.
|
|
311
|
-
'mailer.
|
|
312
|
-
'mailer.
|
|
313
|
-
'mailer.
|
|
314
|
-
'mailer.
|
|
315
|
-
'mailer.
|
|
316
|
-
'mailer.
|
|
317
|
-
'mailer.
|
|
388
|
+
'mailer.SettingsService/ListTemplates',
|
|
389
|
+
'mailer.SettingsService/GetTemplate',
|
|
390
|
+
'mailer.SettingsService/CreateOrUpdateTemplate',
|
|
391
|
+
'mailer.SettingsService/DeleteTemplate',
|
|
392
|
+
'mailer.SettingsService/GetEmailSettings',
|
|
393
|
+
'mailer.SettingsService/SetEmailSettings',
|
|
394
|
+
'mailer.ThreadService/ListThreads',
|
|
395
|
+
'mailer.ThreadService/GetThread',
|
|
396
|
+
'mailer.ThreadService/CreateThread',
|
|
397
|
+
'mailer.ThreadService/DeleteThread',
|
|
398
|
+
'mailer.ThreadService/GetThreadState',
|
|
399
|
+
'mailer.ThreadService/SetThreadState',
|
|
400
|
+
'mailer.ThreadService/SearchThreads',
|
|
401
|
+
'mailer.ThreadService/ListThreadMessages',
|
|
402
|
+
'mailer.ThreadService/PostMessage',
|
|
403
|
+
'mailer.ThreadService/DeleteMessage',
|
|
318
404
|
'notifications.NotificationsService/GetNotifications',
|
|
319
405
|
'notifications.NotificationsService/MarkNotifications',
|
|
320
406
|
'notifications.NotificationsService/Stream',
|
|
407
|
+
'qualifications.ExamService/GetExamInfo',
|
|
408
|
+
'qualifications.ExamService/TakeExam',
|
|
409
|
+
'qualifications.ExamService/SubmitExam',
|
|
410
|
+
'qualifications.ExamService/GetUserExam',
|
|
321
411
|
'qualifications.QualificationsService/ListQualifications',
|
|
322
412
|
'qualifications.QualificationsService/GetQualification',
|
|
323
413
|
'qualifications.QualificationsService/CreateQualification',
|
|
@@ -329,10 +419,6 @@ export const grpcMethods = [
|
|
|
329
419
|
'qualifications.QualificationsService/ListQualificationsResults',
|
|
330
420
|
'qualifications.QualificationsService/CreateOrUpdateQualificationResult',
|
|
331
421
|
'qualifications.QualificationsService/DeleteQualificationResult',
|
|
332
|
-
'qualifications.QualificationsService/GetExamInfo',
|
|
333
|
-
'qualifications.QualificationsService/TakeExam',
|
|
334
|
-
'qualifications.QualificationsService/SubmitExam',
|
|
335
|
-
'qualifications.QualificationsService/GetUserExam',
|
|
336
422
|
'qualifications.QualificationsService/UploadFile',
|
|
337
423
|
'settings.AccountsService/ListAccounts',
|
|
338
424
|
'settings.AccountsService/CreateAccount',
|