@fivenet-app/gen 0.9.4-0 → 0.9.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 +150 -0
- package/google/protobuf/any.ts +10 -6
- package/google/protobuf/descriptor.ts +1255 -76
- package/google/protobuf/duration.ts +1 -2
- package/google/protobuf/timestamp.ts +3 -6
- package/package.json +2 -2
- package/perms.ts +5 -1
- package/resources/accounts/accounts.ts +1 -1
- package/resources/accounts/oauth2.ts +1 -1
- package/resources/calendar/access.ts +3 -3
- package/resources/calendar/calendar.ts +3 -1
- package/resources/centrum/access.ts +19 -4
- package/resources/centrum/attributes.ts +182 -0
- package/resources/centrum/dispatches.ts +11 -9
- package/resources/centrum/disponents.ts +81 -0
- package/resources/centrum/settings.ts +5 -1
- package/resources/centrum/units.ts +9 -9
- package/resources/centrum/user_unit.ts +104 -0
- package/resources/common/content/content.ts +47 -26
- package/resources/common/cron/cron.ts +37 -1
- package/resources/common/database/database.ts +37 -19
- package/resources/common/error.ts +1 -1
- package/resources/common/grpcws/grpcws.ts +59 -33
- package/resources/common/i18n.ts +4 -1
- package/resources/common/tests/objects.ts +82 -0
- package/resources/common/uuid.ts +1 -1
- package/resources/documents/access.ts +7 -5
- package/resources/documents/activity.ts +3 -1
- package/resources/documents/category.ts +1 -1
- package/resources/documents/comment.ts +1 -1
- package/resources/documents/documents.ts +3 -3
- package/resources/documents/requests.ts +1 -1
- package/resources/documents/templates.ts +18 -3
- package/resources/documents/workflow.ts +3 -1
- package/resources/filestore/file.ts +1 -1
- package/resources/internet/access.ts +47 -47
- package/resources/internet/ads.ts +1 -1
- package/resources/internet/domain.ts +44 -11
- package/resources/internet/page.ts +194 -4
- package/resources/internet/search.ts +34 -10
- package/resources/jobs/activity.ts +3 -1
- package/resources/jobs/colleagues.ts +1 -1
- package/resources/jobs/conduct.ts +1 -1
- package/resources/jobs/labels.ts +1 -1
- package/resources/jobs/timeclock.ts +1 -1
- package/resources/laws/laws.ts +1 -1
- package/resources/livemap/livemap.ts +313 -294
- package/resources/livemap/tracker.ts +1 -1
- package/resources/mailer/access.ts +4 -4
- package/resources/mailer/email.ts +1 -1
- package/resources/mailer/events.ts +1 -1
- package/resources/mailer/message.ts +127 -21
- package/resources/mailer/settings.ts +1 -1
- package/resources/mailer/template.ts +1 -1
- package/resources/mailer/thread.ts +1 -1
- package/resources/notifications/events.ts +74 -2
- package/resources/notifications/notifications.ts +3 -1
- package/resources/permissions/permissions.ts +3 -1
- package/resources/qualifications/access.ts +18 -9
- package/resources/qualifications/exam.ts +186 -4
- package/resources/qualifications/qualifications.ts +35 -7
- package/resources/rector/audit.ts +1 -1
- package/resources/rector/banner.ts +133 -0
- package/resources/rector/config.ts +84 -17
- package/resources/stats/stats.ts +1 -1
- package/resources/sync/activity.ts +1 -1
- package/resources/sync/data.ts +1 -1
- package/resources/timestamp/timestamp.ts +1 -1
- package/resources/users/activity.ts +3 -1
- package/resources/users/job_props.ts +3 -1
- package/resources/users/job_settings.ts +47 -3
- package/resources/users/jobs.ts +1 -1
- package/resources/users/labels.ts +3 -1
- package/resources/users/licenses.ts +3 -3
- package/resources/users/props.ts +1 -1
- package/resources/users/users.ts +1 -1
- package/resources/vehicles/vehicles.ts +38 -5
- package/resources/wiki/access.ts +4 -8
- package/resources/wiki/activity.ts +3 -1
- package/resources/wiki/page.ts +1 -1
- package/services/auth/auth.client.ts +7 -1
- package/services/auth/auth.ts +94 -17
- package/services/calendar/calendar.client.ts +1 -1
- package/services/calendar/calendar.ts +43 -4
- package/services/centrum/centrum.client.ts +1 -1
- package/services/centrum/centrum.ts +156 -13
- package/services/citizenstore/citizenstore.client.ts +1 -1
- package/services/citizenstore/citizenstore.ts +1 -1
- package/services/completor/completor.client.ts +1 -1
- package/services/completor/completor.ts +15 -2
- package/services/dmv/vehicles.client.ts +1 -1
- package/services/dmv/vehicles.ts +13 -2
- package/services/docstore/docstore.client.ts +1 -1
- package/services/docstore/docstore.ts +212 -17
- package/services/internet/ads.client.ts +1 -1
- package/services/internet/ads.ts +1 -1
- package/services/internet/domain.client.ts +13 -30
- package/services/internet/domain.ts +159 -196
- package/services/internet/internet.client.ts +1 -1
- package/services/internet/internet.ts +13 -2
- package/services/jobs/conduct.client.ts +1 -1
- package/services/jobs/conduct.ts +15 -2
- package/services/jobs/jobs.client.ts +1 -1
- package/services/jobs/jobs.ts +29 -3
- package/services/jobs/timeclock.client.ts +1 -1
- package/services/jobs/timeclock.ts +19 -19
- package/services/livemapper/livemap.client.ts +1 -1
- package/services/livemapper/livemap.ts +129 -27
- package/services/mailer/mailer.client.ts +1 -1
- package/services/mailer/mailer.ts +57 -5
- package/services/notificator/notificator.client.ts +1 -1
- package/services/notificator/notificator.ts +15 -2
- package/services/qualifications/qualifications.client.ts +3 -3
- package/services/qualifications/qualifications.ts +82 -7
- package/services/rector/config.client.ts +1 -1
- package/services/rector/config.ts +16 -3
- package/services/rector/filestore.client.ts +1 -1
- package/services/rector/filestore.ts +15 -2
- package/services/rector/laws.client.ts +1 -1
- package/services/rector/laws.ts +29 -3
- package/services/rector/rector.client.ts +1 -1
- package/services/rector/rector.ts +72 -7
- package/services/stats/stats.client.ts +1 -1
- package/services/stats/stats.ts +16 -3
- package/services/sync/sync.client.ts +7 -1
- package/services/sync/sync.ts +58 -6
- package/services/wiki/wiki.client.ts +1 -1
- package/services/wiki/wiki.ts +15 -2
- package/svcs.ts +6 -3
- package/resources/centrum/general.ts +0 -231
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protobuf-ts 2.9.
|
|
1
|
+
// @generated by protobuf-ts 2.9.6 with parameter optimize_speed,long_type_number,force_server_none
|
|
2
2
|
// @generated from protobuf file "services/notificator/notificator.proto" (package "services.notificator", syntax proto3)
|
|
3
3
|
// @ts-nocheck
|
|
4
4
|
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
|
@@ -382,7 +382,20 @@ class StreamRequest$Type extends MessageType<StreamRequest> {
|
|
|
382
382
|
return message;
|
|
383
383
|
}
|
|
384
384
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamRequest): StreamRequest {
|
|
385
|
-
|
|
385
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
386
|
+
while (reader.pos < end) {
|
|
387
|
+
let [fieldNo, wireType] = reader.tag();
|
|
388
|
+
switch (fieldNo) {
|
|
389
|
+
default:
|
|
390
|
+
let u = options.readUnknownField;
|
|
391
|
+
if (u === "throw")
|
|
392
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
393
|
+
let d = reader.skip(wireType);
|
|
394
|
+
if (u !== false)
|
|
395
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
return message;
|
|
386
399
|
}
|
|
387
400
|
internalBinaryWrite(message: StreamRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
|
388
401
|
let u = options.writeUnknownFields;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protobuf-ts 2.9.
|
|
1
|
+
// @generated by protobuf-ts 2.9.6 with parameter optimize_speed,long_type_number,force_server_none
|
|
2
2
|
// @generated from protobuf file "services/qualifications/qualifications.proto" (package "services.qualifications", syntax proto3)
|
|
3
3
|
// @ts-nocheck
|
|
4
4
|
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
|
@@ -54,7 +54,7 @@ export interface IQualificationsServiceClient {
|
|
|
54
54
|
*/
|
|
55
55
|
getQualification(input: GetQualificationRequest, options?: RpcOptions): UnaryCall<GetQualificationRequest, GetQualificationResponse>;
|
|
56
56
|
/**
|
|
57
|
-
* @perm
|
|
57
|
+
* @perm: Attrs=Fields/StringList:[]string{"Public"}
|
|
58
58
|
*
|
|
59
59
|
* @generated from protobuf rpc: CreateQualification(services.qualifications.CreateQualificationRequest) returns (services.qualifications.CreateQualificationResponse);
|
|
60
60
|
*/
|
|
@@ -160,7 +160,7 @@ export class QualificationsServiceClient implements IQualificationsServiceClient
|
|
|
160
160
|
return stackIntercept<GetQualificationRequest, GetQualificationResponse>("unary", this._transport, method, opt, input);
|
|
161
161
|
}
|
|
162
162
|
/**
|
|
163
|
-
* @perm
|
|
163
|
+
* @perm: Attrs=Fields/StringList:[]string{"Public"}
|
|
164
164
|
*
|
|
165
165
|
* @generated from protobuf rpc: CreateQualification(services.qualifications.CreateQualificationRequest) returns (services.qualifications.CreateQualificationResponse);
|
|
166
166
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protobuf-ts 2.9.
|
|
1
|
+
// @generated by protobuf-ts 2.9.6 with parameter optimize_speed,long_type_number,force_server_none
|
|
2
2
|
// @generated from protobuf file "services/qualifications/qualifications.proto" (package "services.qualifications", syntax proto3)
|
|
3
3
|
// @ts-nocheck
|
|
4
4
|
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
|
@@ -16,6 +16,7 @@ import { ExamResponses } from "../../resources/qualifications/exam";
|
|
|
16
16
|
import { ExamQuestions } from "../../resources/qualifications/exam";
|
|
17
17
|
import { ExamUser } from "../../resources/qualifications/exam";
|
|
18
18
|
import { QualificationShort } from "../../resources/qualifications/qualifications";
|
|
19
|
+
import { ExamGrading } from "../../resources/qualifications/exam";
|
|
19
20
|
import { QualificationResult } from "../../resources/qualifications/qualifications";
|
|
20
21
|
import { ResultStatus } from "../../resources/qualifications/qualifications";
|
|
21
22
|
import { QualificationRequest } from "../../resources/qualifications/qualifications";
|
|
@@ -299,6 +300,10 @@ export interface CreateOrUpdateQualificationResultRequest {
|
|
|
299
300
|
* @generated from protobuf field: resources.qualifications.QualificationResult result = 1;
|
|
300
301
|
*/
|
|
301
302
|
result?: QualificationResult;
|
|
303
|
+
/**
|
|
304
|
+
* @generated from protobuf field: optional resources.qualifications.ExamGrading grading = 2;
|
|
305
|
+
*/
|
|
306
|
+
grading?: ExamGrading;
|
|
302
307
|
}
|
|
303
308
|
/**
|
|
304
309
|
* @generated from protobuf message services.qualifications.CreateOrUpdateQualificationResultResponse
|
|
@@ -428,6 +433,10 @@ export interface GetUserExamResponse {
|
|
|
428
433
|
* @generated from protobuf field: resources.qualifications.ExamResponses responses = 3;
|
|
429
434
|
*/
|
|
430
435
|
responses?: ExamResponses;
|
|
436
|
+
/**
|
|
437
|
+
* @generated from protobuf field: resources.qualifications.ExamGrading grading = 4;
|
|
438
|
+
*/
|
|
439
|
+
grading?: ExamGrading;
|
|
431
440
|
}
|
|
432
441
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
433
442
|
class ListQualificationsRequest$Type extends MessageType<ListQualificationsRequest> {
|
|
@@ -895,7 +904,20 @@ class DeleteQualificationResponse$Type extends MessageType<DeleteQualificationRe
|
|
|
895
904
|
return message;
|
|
896
905
|
}
|
|
897
906
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DeleteQualificationResponse): DeleteQualificationResponse {
|
|
898
|
-
|
|
907
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
908
|
+
while (reader.pos < end) {
|
|
909
|
+
let [fieldNo, wireType] = reader.tag();
|
|
910
|
+
switch (fieldNo) {
|
|
911
|
+
default:
|
|
912
|
+
let u = options.readUnknownField;
|
|
913
|
+
if (u === "throw")
|
|
914
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
915
|
+
let d = reader.skip(wireType);
|
|
916
|
+
if (u !== false)
|
|
917
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
918
|
+
}
|
|
919
|
+
}
|
|
920
|
+
return message;
|
|
899
921
|
}
|
|
900
922
|
internalBinaryWrite(message: DeleteQualificationResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
|
901
923
|
let u = options.writeUnknownFields;
|
|
@@ -1067,7 +1089,20 @@ class SetQualificationAccessResponse$Type extends MessageType<SetQualificationAc
|
|
|
1067
1089
|
return message;
|
|
1068
1090
|
}
|
|
1069
1091
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SetQualificationAccessResponse): SetQualificationAccessResponse {
|
|
1070
|
-
|
|
1092
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
1093
|
+
while (reader.pos < end) {
|
|
1094
|
+
let [fieldNo, wireType] = reader.tag();
|
|
1095
|
+
switch (fieldNo) {
|
|
1096
|
+
default:
|
|
1097
|
+
let u = options.readUnknownField;
|
|
1098
|
+
if (u === "throw")
|
|
1099
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
1100
|
+
let d = reader.skip(wireType);
|
|
1101
|
+
if (u !== false)
|
|
1102
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
return message;
|
|
1071
1106
|
}
|
|
1072
1107
|
internalBinaryWrite(message: SetQualificationAccessResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
|
1073
1108
|
let u = options.writeUnknownFields;
|
|
@@ -1376,7 +1411,20 @@ class DeleteQualificationReqResponse$Type extends MessageType<DeleteQualificatio
|
|
|
1376
1411
|
return message;
|
|
1377
1412
|
}
|
|
1378
1413
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DeleteQualificationReqResponse): DeleteQualificationReqResponse {
|
|
1379
|
-
|
|
1414
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
1415
|
+
while (reader.pos < end) {
|
|
1416
|
+
let [fieldNo, wireType] = reader.tag();
|
|
1417
|
+
switch (fieldNo) {
|
|
1418
|
+
default:
|
|
1419
|
+
let u = options.readUnknownField;
|
|
1420
|
+
if (u === "throw")
|
|
1421
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
1422
|
+
let d = reader.skip(wireType);
|
|
1423
|
+
if (u !== false)
|
|
1424
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
return message;
|
|
1380
1428
|
}
|
|
1381
1429
|
internalBinaryWrite(message: DeleteQualificationReqResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
|
1382
1430
|
let u = options.writeUnknownFields;
|
|
@@ -1530,7 +1578,8 @@ export const ListQualificationsResultsResponse = new ListQualificationsResultsRe
|
|
|
1530
1578
|
class CreateOrUpdateQualificationResultRequest$Type extends MessageType<CreateOrUpdateQualificationResultRequest> {
|
|
1531
1579
|
constructor() {
|
|
1532
1580
|
super("services.qualifications.CreateOrUpdateQualificationResultRequest", [
|
|
1533
|
-
{ no: 1, name: "result", kind: "message", T: () => QualificationResult, options: { "validate.rules": { message: { required: true } } } }
|
|
1581
|
+
{ no: 1, name: "result", kind: "message", T: () => QualificationResult, options: { "validate.rules": { message: { required: true } } } },
|
|
1582
|
+
{ no: 2, name: "grading", kind: "message", T: () => ExamGrading }
|
|
1534
1583
|
]);
|
|
1535
1584
|
}
|
|
1536
1585
|
create(value?: PartialMessage<CreateOrUpdateQualificationResultRequest>): CreateOrUpdateQualificationResultRequest {
|
|
@@ -1547,6 +1596,9 @@ class CreateOrUpdateQualificationResultRequest$Type extends MessageType<CreateOr
|
|
|
1547
1596
|
case /* resources.qualifications.QualificationResult result */ 1:
|
|
1548
1597
|
message.result = QualificationResult.internalBinaryRead(reader, reader.uint32(), options, message.result);
|
|
1549
1598
|
break;
|
|
1599
|
+
case /* optional resources.qualifications.ExamGrading grading */ 2:
|
|
1600
|
+
message.grading = ExamGrading.internalBinaryRead(reader, reader.uint32(), options, message.grading);
|
|
1601
|
+
break;
|
|
1550
1602
|
default:
|
|
1551
1603
|
let u = options.readUnknownField;
|
|
1552
1604
|
if (u === "throw")
|
|
@@ -1562,6 +1614,9 @@ class CreateOrUpdateQualificationResultRequest$Type extends MessageType<CreateOr
|
|
|
1562
1614
|
/* resources.qualifications.QualificationResult result = 1; */
|
|
1563
1615
|
if (message.result)
|
|
1564
1616
|
QualificationResult.internalBinaryWrite(message.result, writer.tag(1, WireType.LengthDelimited).fork(), options).join();
|
|
1617
|
+
/* optional resources.qualifications.ExamGrading grading = 2; */
|
|
1618
|
+
if (message.grading)
|
|
1619
|
+
ExamGrading.internalBinaryWrite(message.grading, writer.tag(2, WireType.LengthDelimited).fork(), options).join();
|
|
1565
1620
|
let u = options.writeUnknownFields;
|
|
1566
1621
|
if (u !== false)
|
|
1567
1622
|
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
|
@@ -1677,7 +1732,20 @@ class DeleteQualificationResultResponse$Type extends MessageType<DeleteQualifica
|
|
|
1677
1732
|
return message;
|
|
1678
1733
|
}
|
|
1679
1734
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DeleteQualificationResultResponse): DeleteQualificationResultResponse {
|
|
1680
|
-
|
|
1735
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
1736
|
+
while (reader.pos < end) {
|
|
1737
|
+
let [fieldNo, wireType] = reader.tag();
|
|
1738
|
+
switch (fieldNo) {
|
|
1739
|
+
default:
|
|
1740
|
+
let u = options.readUnknownField;
|
|
1741
|
+
if (u === "throw")
|
|
1742
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
1743
|
+
let d = reader.skip(wireType);
|
|
1744
|
+
if (u !== false)
|
|
1745
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
1746
|
+
}
|
|
1747
|
+
}
|
|
1748
|
+
return message;
|
|
1681
1749
|
}
|
|
1682
1750
|
internalBinaryWrite(message: DeleteQualificationResultResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
|
1683
1751
|
let u = options.writeUnknownFields;
|
|
@@ -2066,7 +2134,8 @@ class GetUserExamResponse$Type extends MessageType<GetUserExamResponse> {
|
|
|
2066
2134
|
super("services.qualifications.GetUserExamResponse", [
|
|
2067
2135
|
{ no: 1, name: "exam", kind: "message", T: () => ExamQuestions },
|
|
2068
2136
|
{ no: 2, name: "exam_user", kind: "message", T: () => ExamUser },
|
|
2069
|
-
{ no: 3, name: "responses", kind: "message", T: () => ExamResponses }
|
|
2137
|
+
{ no: 3, name: "responses", kind: "message", T: () => ExamResponses },
|
|
2138
|
+
{ no: 4, name: "grading", kind: "message", T: () => ExamGrading }
|
|
2070
2139
|
]);
|
|
2071
2140
|
}
|
|
2072
2141
|
create(value?: PartialMessage<GetUserExamResponse>): GetUserExamResponse {
|
|
@@ -2089,6 +2158,9 @@ class GetUserExamResponse$Type extends MessageType<GetUserExamResponse> {
|
|
|
2089
2158
|
case /* resources.qualifications.ExamResponses responses */ 3:
|
|
2090
2159
|
message.responses = ExamResponses.internalBinaryRead(reader, reader.uint32(), options, message.responses);
|
|
2091
2160
|
break;
|
|
2161
|
+
case /* resources.qualifications.ExamGrading grading */ 4:
|
|
2162
|
+
message.grading = ExamGrading.internalBinaryRead(reader, reader.uint32(), options, message.grading);
|
|
2163
|
+
break;
|
|
2092
2164
|
default:
|
|
2093
2165
|
let u = options.readUnknownField;
|
|
2094
2166
|
if (u === "throw")
|
|
@@ -2110,6 +2182,9 @@ class GetUserExamResponse$Type extends MessageType<GetUserExamResponse> {
|
|
|
2110
2182
|
/* resources.qualifications.ExamResponses responses = 3; */
|
|
2111
2183
|
if (message.responses)
|
|
2112
2184
|
ExamResponses.internalBinaryWrite(message.responses, writer.tag(3, WireType.LengthDelimited).fork(), options).join();
|
|
2185
|
+
/* resources.qualifications.ExamGrading grading = 4; */
|
|
2186
|
+
if (message.grading)
|
|
2187
|
+
ExamGrading.internalBinaryWrite(message.grading, writer.tag(4, WireType.LengthDelimited).fork(), options).join();
|
|
2113
2188
|
let u = options.writeUnknownFields;
|
|
2114
2189
|
if (u !== false)
|
|
2115
2190
|
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protobuf-ts 2.9.
|
|
1
|
+
// @generated by protobuf-ts 2.9.6 with parameter optimize_speed,long_type_number,force_server_none
|
|
2
2
|
// @generated from protobuf file "services/rector/config.proto" (package "services.rector", syntax proto3)
|
|
3
3
|
// @ts-nocheck
|
|
4
4
|
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
// @generated by protobuf-ts 2.9.
|
|
1
|
+
// @generated by protobuf-ts 2.9.6 with parameter optimize_speed,long_type_number,force_server_none
|
|
2
2
|
// @generated from protobuf file "services/rector/config.proto" (package "services.rector", syntax proto3)
|
|
3
3
|
// @ts-nocheck
|
|
4
4
|
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
|
5
5
|
import { WireType } from "@protobuf-ts/runtime";
|
|
6
6
|
import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
|
|
7
7
|
import type { IBinaryWriter } from "@protobuf-ts/runtime";
|
|
8
|
-
import { UnknownFieldHandler } from "@protobuf-ts/runtime";
|
|
9
8
|
import type { BinaryReadOptions } from "@protobuf-ts/runtime";
|
|
10
9
|
import type { IBinaryReader } from "@protobuf-ts/runtime";
|
|
10
|
+
import { UnknownFieldHandler } from "@protobuf-ts/runtime";
|
|
11
11
|
import type { PartialMessage } from "@protobuf-ts/runtime";
|
|
12
12
|
import { reflectionMergePartial } from "@protobuf-ts/runtime";
|
|
13
13
|
import { MessageType } from "@protobuf-ts/runtime";
|
|
@@ -56,7 +56,20 @@ class GetAppConfigRequest$Type extends MessageType<GetAppConfigRequest> {
|
|
|
56
56
|
return message;
|
|
57
57
|
}
|
|
58
58
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GetAppConfigRequest): GetAppConfigRequest {
|
|
59
|
-
|
|
59
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
60
|
+
while (reader.pos < end) {
|
|
61
|
+
let [fieldNo, wireType] = reader.tag();
|
|
62
|
+
switch (fieldNo) {
|
|
63
|
+
default:
|
|
64
|
+
let u = options.readUnknownField;
|
|
65
|
+
if (u === "throw")
|
|
66
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
67
|
+
let d = reader.skip(wireType);
|
|
68
|
+
if (u !== false)
|
|
69
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
return message;
|
|
60
73
|
}
|
|
61
74
|
internalBinaryWrite(message: GetAppConfigRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
|
62
75
|
let u = options.writeUnknownFields;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protobuf-ts 2.9.
|
|
1
|
+
// @generated by protobuf-ts 2.9.6 with parameter optimize_speed,long_type_number,force_server_none
|
|
2
2
|
// @generated from protobuf file "services/rector/filestore.proto" (package "services.rector", syntax proto3)
|
|
3
3
|
// @ts-nocheck
|
|
4
4
|
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protobuf-ts 2.9.
|
|
1
|
+
// @generated by protobuf-ts 2.9.6 with parameter optimize_speed,long_type_number,force_server_none
|
|
2
2
|
// @generated from protobuf file "services/rector/filestore.proto" (package "services.rector", syntax proto3)
|
|
3
3
|
// @ts-nocheck
|
|
4
4
|
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
|
@@ -355,7 +355,20 @@ class DeleteFileResponse$Type extends MessageType<DeleteFileResponse> {
|
|
|
355
355
|
return message;
|
|
356
356
|
}
|
|
357
357
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DeleteFileResponse): DeleteFileResponse {
|
|
358
|
-
|
|
358
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
359
|
+
while (reader.pos < end) {
|
|
360
|
+
let [fieldNo, wireType] = reader.tag();
|
|
361
|
+
switch (fieldNo) {
|
|
362
|
+
default:
|
|
363
|
+
let u = options.readUnknownField;
|
|
364
|
+
if (u === "throw")
|
|
365
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
366
|
+
let d = reader.skip(wireType);
|
|
367
|
+
if (u !== false)
|
|
368
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
return message;
|
|
359
372
|
}
|
|
360
373
|
internalBinaryWrite(message: DeleteFileResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
|
361
374
|
let u = options.writeUnknownFields;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protobuf-ts 2.9.
|
|
1
|
+
// @generated by protobuf-ts 2.9.6 with parameter optimize_speed,long_type_number,force_server_none
|
|
2
2
|
// @generated from protobuf file "services/rector/laws.proto" (package "services.rector", syntax proto3)
|
|
3
3
|
// @ts-nocheck
|
|
4
4
|
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
package/services/rector/laws.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protobuf-ts 2.9.
|
|
1
|
+
// @generated by protobuf-ts 2.9.6 with parameter optimize_speed,long_type_number,force_server_none
|
|
2
2
|
// @generated from protobuf file "services/rector/laws.proto" (package "services.rector", syntax proto3)
|
|
3
3
|
// @ts-nocheck
|
|
4
4
|
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
|
@@ -228,7 +228,20 @@ class DeleteLawBookResponse$Type extends MessageType<DeleteLawBookResponse> {
|
|
|
228
228
|
return message;
|
|
229
229
|
}
|
|
230
230
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DeleteLawBookResponse): DeleteLawBookResponse {
|
|
231
|
-
|
|
231
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
232
|
+
while (reader.pos < end) {
|
|
233
|
+
let [fieldNo, wireType] = reader.tag();
|
|
234
|
+
switch (fieldNo) {
|
|
235
|
+
default:
|
|
236
|
+
let u = options.readUnknownField;
|
|
237
|
+
if (u === "throw")
|
|
238
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
239
|
+
let d = reader.skip(wireType);
|
|
240
|
+
if (u !== false)
|
|
241
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
return message;
|
|
232
245
|
}
|
|
233
246
|
internalBinaryWrite(message: DeleteLawBookResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
|
234
247
|
let u = options.writeUnknownFields;
|
|
@@ -392,7 +405,20 @@ class DeleteLawResponse$Type extends MessageType<DeleteLawResponse> {
|
|
|
392
405
|
return message;
|
|
393
406
|
}
|
|
394
407
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DeleteLawResponse): DeleteLawResponse {
|
|
395
|
-
|
|
408
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
409
|
+
while (reader.pos < end) {
|
|
410
|
+
let [fieldNo, wireType] = reader.tag();
|
|
411
|
+
switch (fieldNo) {
|
|
412
|
+
default:
|
|
413
|
+
let u = options.readUnknownField;
|
|
414
|
+
if (u === "throw")
|
|
415
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
416
|
+
let d = reader.skip(wireType);
|
|
417
|
+
if (u !== false)
|
|
418
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
return message;
|
|
396
422
|
}
|
|
397
423
|
internalBinaryWrite(message: DeleteLawResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
|
398
424
|
let u = options.writeUnknownFields;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protobuf-ts 2.9.
|
|
1
|
+
// @generated by protobuf-ts 2.9.6 with parameter optimize_speed,long_type_number,force_server_none
|
|
2
2
|
// @generated from protobuf file "services/rector/rector.proto" (package "services.rector", syntax proto3)
|
|
3
3
|
// @ts-nocheck
|
|
4
4
|
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
// @generated by protobuf-ts 2.9.
|
|
1
|
+
// @generated by protobuf-ts 2.9.6 with parameter optimize_speed,long_type_number,force_server_none
|
|
2
2
|
// @generated from protobuf file "services/rector/rector.proto" (package "services.rector", syntax proto3)
|
|
3
3
|
// @ts-nocheck
|
|
4
4
|
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
|
5
5
|
import { WireType } from "@protobuf-ts/runtime";
|
|
6
6
|
import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
|
|
7
7
|
import type { IBinaryWriter } from "@protobuf-ts/runtime";
|
|
8
|
-
import { UnknownFieldHandler } from "@protobuf-ts/runtime";
|
|
9
8
|
import type { BinaryReadOptions } from "@protobuf-ts/runtime";
|
|
10
9
|
import type { IBinaryReader } from "@protobuf-ts/runtime";
|
|
10
|
+
import { UnknownFieldHandler } from "@protobuf-ts/runtime";
|
|
11
11
|
import type { PartialMessage } from "@protobuf-ts/runtime";
|
|
12
12
|
import { reflectionMergePartial } from "@protobuf-ts/runtime";
|
|
13
13
|
import { MessageType } from "@protobuf-ts/runtime";
|
|
@@ -319,7 +319,20 @@ class GetJobPropsRequest$Type extends MessageType<GetJobPropsRequest> {
|
|
|
319
319
|
return message;
|
|
320
320
|
}
|
|
321
321
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GetJobPropsRequest): GetJobPropsRequest {
|
|
322
|
-
|
|
322
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
323
|
+
while (reader.pos < end) {
|
|
324
|
+
let [fieldNo, wireType] = reader.tag();
|
|
325
|
+
switch (fieldNo) {
|
|
326
|
+
default:
|
|
327
|
+
let u = options.readUnknownField;
|
|
328
|
+
if (u === "throw")
|
|
329
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
330
|
+
let d = reader.skip(wireType);
|
|
331
|
+
if (u !== false)
|
|
332
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
return message;
|
|
323
336
|
}
|
|
324
337
|
internalBinaryWrite(message: GetJobPropsRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
|
325
338
|
let u = options.writeUnknownFields;
|
|
@@ -823,7 +836,20 @@ class DeleteRoleResponse$Type extends MessageType<DeleteRoleResponse> {
|
|
|
823
836
|
return message;
|
|
824
837
|
}
|
|
825
838
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DeleteRoleResponse): DeleteRoleResponse {
|
|
826
|
-
|
|
839
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
840
|
+
while (reader.pos < end) {
|
|
841
|
+
let [fieldNo, wireType] = reader.tag();
|
|
842
|
+
switch (fieldNo) {
|
|
843
|
+
default:
|
|
844
|
+
let u = options.readUnknownField;
|
|
845
|
+
if (u === "throw")
|
|
846
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
847
|
+
let d = reader.skip(wireType);
|
|
848
|
+
if (u !== false)
|
|
849
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
return message;
|
|
827
853
|
}
|
|
828
854
|
internalBinaryWrite(message: DeleteRoleResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
|
829
855
|
let u = options.writeUnknownFields;
|
|
@@ -1082,7 +1108,20 @@ class UpdateRolePermsResponse$Type extends MessageType<UpdateRolePermsResponse>
|
|
|
1082
1108
|
return message;
|
|
1083
1109
|
}
|
|
1084
1110
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: UpdateRolePermsResponse): UpdateRolePermsResponse {
|
|
1085
|
-
|
|
1111
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
1112
|
+
while (reader.pos < end) {
|
|
1113
|
+
let [fieldNo, wireType] = reader.tag();
|
|
1114
|
+
switch (fieldNo) {
|
|
1115
|
+
default:
|
|
1116
|
+
let u = options.readUnknownField;
|
|
1117
|
+
if (u === "throw")
|
|
1118
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
1119
|
+
let d = reader.skip(wireType);
|
|
1120
|
+
if (u !== false)
|
|
1121
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
return message;
|
|
1086
1125
|
}
|
|
1087
1126
|
internalBinaryWrite(message: UpdateRolePermsResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
|
1088
1127
|
let u = options.writeUnknownFields;
|
|
@@ -1437,7 +1476,20 @@ class UpdateRoleLimitsResponse$Type extends MessageType<UpdateRoleLimitsResponse
|
|
|
1437
1476
|
return message;
|
|
1438
1477
|
}
|
|
1439
1478
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: UpdateRoleLimitsResponse): UpdateRoleLimitsResponse {
|
|
1440
|
-
|
|
1479
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
1480
|
+
while (reader.pos < end) {
|
|
1481
|
+
let [fieldNo, wireType] = reader.tag();
|
|
1482
|
+
switch (fieldNo) {
|
|
1483
|
+
default:
|
|
1484
|
+
let u = options.readUnknownField;
|
|
1485
|
+
if (u === "throw")
|
|
1486
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
1487
|
+
let d = reader.skip(wireType);
|
|
1488
|
+
if (u !== false)
|
|
1489
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
1490
|
+
}
|
|
1491
|
+
}
|
|
1492
|
+
return message;
|
|
1441
1493
|
}
|
|
1442
1494
|
internalBinaryWrite(message: UpdateRoleLimitsResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
|
1443
1495
|
let u = options.writeUnknownFields;
|
|
@@ -1509,7 +1561,20 @@ class DeleteFactionResponse$Type extends MessageType<DeleteFactionResponse> {
|
|
|
1509
1561
|
return message;
|
|
1510
1562
|
}
|
|
1511
1563
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DeleteFactionResponse): DeleteFactionResponse {
|
|
1512
|
-
|
|
1564
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
1565
|
+
while (reader.pos < end) {
|
|
1566
|
+
let [fieldNo, wireType] = reader.tag();
|
|
1567
|
+
switch (fieldNo) {
|
|
1568
|
+
default:
|
|
1569
|
+
let u = options.readUnknownField;
|
|
1570
|
+
if (u === "throw")
|
|
1571
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
1572
|
+
let d = reader.skip(wireType);
|
|
1573
|
+
if (u !== false)
|
|
1574
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
1575
|
+
}
|
|
1576
|
+
}
|
|
1577
|
+
return message;
|
|
1513
1578
|
}
|
|
1514
1579
|
internalBinaryWrite(message: DeleteFactionResponse, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
|
1515
1580
|
let u = options.writeUnknownFields;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protobuf-ts 2.9.
|
|
1
|
+
// @generated by protobuf-ts 2.9.6 with parameter optimize_speed,long_type_number,force_server_none
|
|
2
2
|
// @generated from protobuf file "services/stats/stats.proto" (package "services.stats", syntax proto3)
|
|
3
3
|
// @ts-nocheck
|
|
4
4
|
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
package/services/stats/stats.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
// @generated by protobuf-ts 2.9.
|
|
1
|
+
// @generated by protobuf-ts 2.9.6 with parameter optimize_speed,long_type_number,force_server_none
|
|
2
2
|
// @generated from protobuf file "services/stats/stats.proto" (package "services.stats", syntax proto3)
|
|
3
3
|
// @ts-nocheck
|
|
4
4
|
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
|
5
5
|
import { WireType } from "@protobuf-ts/runtime";
|
|
6
6
|
import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
|
|
7
7
|
import type { IBinaryWriter } from "@protobuf-ts/runtime";
|
|
8
|
-
import { UnknownFieldHandler } from "@protobuf-ts/runtime";
|
|
9
8
|
import type { BinaryReadOptions } from "@protobuf-ts/runtime";
|
|
10
9
|
import type { IBinaryReader } from "@protobuf-ts/runtime";
|
|
10
|
+
import { UnknownFieldHandler } from "@protobuf-ts/runtime";
|
|
11
11
|
import type { PartialMessage } from "@protobuf-ts/runtime";
|
|
12
12
|
import { reflectionMergePartial } from "@protobuf-ts/runtime";
|
|
13
13
|
import { MessageType } from "@protobuf-ts/runtime";
|
|
@@ -40,7 +40,20 @@ class GetStatsRequest$Type extends MessageType<GetStatsRequest> {
|
|
|
40
40
|
return message;
|
|
41
41
|
}
|
|
42
42
|
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GetStatsRequest): GetStatsRequest {
|
|
43
|
-
|
|
43
|
+
let message = target ?? this.create(), end = reader.pos + length;
|
|
44
|
+
while (reader.pos < end) {
|
|
45
|
+
let [fieldNo, wireType] = reader.tag();
|
|
46
|
+
switch (fieldNo) {
|
|
47
|
+
default:
|
|
48
|
+
let u = options.readUnknownField;
|
|
49
|
+
if (u === "throw")
|
|
50
|
+
throw new globalThis.Error(`Unknown field ${fieldNo} (wire type ${wireType}) for ${this.typeName}`);
|
|
51
|
+
let d = reader.skip(wireType);
|
|
52
|
+
if (u !== false)
|
|
53
|
+
(u === true ? UnknownFieldHandler.onRead : u)(this.typeName, message, fieldNo, wireType, d);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
return message;
|
|
44
57
|
}
|
|
45
58
|
internalBinaryWrite(message: GetStatsRequest, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter {
|
|
46
59
|
let u = options.writeUnknownFields;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protobuf-ts 2.9.
|
|
1
|
+
// @generated by protobuf-ts 2.9.6 with parameter optimize_speed,long_type_number,force_server_none
|
|
2
2
|
// @generated from protobuf file "services/sync/sync.proto" (package "services.sync", syntax proto3)
|
|
3
3
|
// @ts-nocheck
|
|
4
4
|
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
|
@@ -23,6 +23,9 @@ import type { GetStatusRequest } from "./sync";
|
|
|
23
23
|
import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
|
|
24
24
|
import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
|
|
25
25
|
/**
|
|
26
|
+
* Sync Service handles the sync of data (e.g., users, jobs) to this FiveNet instance and API calls
|
|
27
|
+
* from the plugin (e.g., user activity, user props changes).
|
|
28
|
+
*
|
|
26
29
|
* @generated from protobuf service services.sync.SyncService
|
|
27
30
|
*/
|
|
28
31
|
export interface ISyncServiceClient {
|
|
@@ -70,6 +73,9 @@ export interface ISyncServiceClient {
|
|
|
70
73
|
stream(input: StreamRequest, options?: RpcOptions): ServerStreamingCall<StreamRequest, StreamResponse>;
|
|
71
74
|
}
|
|
72
75
|
/**
|
|
76
|
+
* Sync Service handles the sync of data (e.g., users, jobs) to this FiveNet instance and API calls
|
|
77
|
+
* from the plugin (e.g., user activity, user props changes).
|
|
78
|
+
*
|
|
73
79
|
* @generated from protobuf service services.sync.SyncService
|
|
74
80
|
*/
|
|
75
81
|
export class SyncServiceClient implements ISyncServiceClient, ServiceInfo {
|