@fivenet-app/gen 0.9.3 → 0.9.4-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.
Files changed (77) hide show
  1. package/package.json +5 -1
  2. package/perms.ts +4 -0
  3. package/resources/accounts/accounts.ts +8 -8
  4. package/resources/accounts/oauth2.ts +16 -16
  5. package/resources/calendar/access.ts +32 -32
  6. package/resources/calendar/calendar.ts +48 -48
  7. package/resources/centrum/access.ts +40 -40
  8. package/resources/centrum/dispatches.ts +62 -62
  9. package/resources/centrum/general.ts +8 -8
  10. package/resources/centrum/units.ts +40 -40
  11. package/resources/documents/access.ts +32 -32
  12. package/resources/documents/activity.ts +16 -16
  13. package/resources/documents/category.ts +8 -8
  14. package/resources/documents/comment.ts +16 -16
  15. package/resources/documents/documents.ts +86 -86
  16. package/resources/documents/requests.ts +16 -16
  17. package/resources/documents/templates.ts +32 -32
  18. package/resources/internet/access.ts +358 -0
  19. package/resources/internet/ads.ts +8 -8
  20. package/resources/internet/domain.ts +182 -23
  21. package/resources/internet/page.ts +22 -20
  22. package/resources/internet/search.ts +8 -8
  23. package/resources/jobs/activity.ts +8 -8
  24. package/resources/jobs/conduct.ts +8 -8
  25. package/resources/jobs/labels.ts +8 -8
  26. package/resources/jobs/timeclock.ts +6 -2
  27. package/resources/laws/laws.ts +24 -24
  28. package/resources/livemap/livemap.ts +14 -14
  29. package/resources/mailer/access.ts +56 -56
  30. package/resources/mailer/email.ts +8 -8
  31. package/resources/mailer/events.ts +18 -18
  32. package/resources/mailer/message.ts +24 -24
  33. package/resources/mailer/settings.ts +8 -8
  34. package/resources/mailer/template.ts +16 -16
  35. package/resources/mailer/thread.ts +56 -56
  36. package/resources/notifications/events.ts +39 -2
  37. package/resources/notifications/notifications.ts +20 -20
  38. package/resources/permissions/permissions.ts +64 -64
  39. package/resources/qualifications/access.ts +16 -16
  40. package/resources/qualifications/exam.ts +40 -40
  41. package/resources/qualifications/qualifications.ts +64 -64
  42. package/resources/rector/audit.ts +16 -16
  43. package/resources/sync/activity.ts +92 -14
  44. package/resources/sync/data.ts +142 -10
  45. package/resources/users/activity.ts +992 -36
  46. package/resources/users/job_props.ts +3 -708
  47. package/resources/users/job_settings.ts +721 -0
  48. package/resources/users/labels.ts +8 -8
  49. package/resources/users/licenses.ts +148 -0
  50. package/resources/users/users.ts +1 -136
  51. package/resources/wiki/access.ts +32 -32
  52. package/resources/wiki/activity.ts +16 -16
  53. package/resources/wiki/page.ts +28 -28
  54. package/services/auth/auth.ts +16 -16
  55. package/services/calendar/calendar.ts +55 -55
  56. package/services/centrum/centrum.ts +112 -112
  57. package/services/citizenstore/citizenstore.ts +24 -1
  58. package/services/docstore/docstore.ts +280 -280
  59. package/services/internet/domain.client.ts +126 -0
  60. package/services/internet/domain.ts +695 -0
  61. package/services/internet/internet.ts +3 -3
  62. package/services/jobs/conduct.ts +15 -15
  63. package/services/jobs/jobs.ts +14 -14
  64. package/services/jobs/timeclock.ts +1 -1
  65. package/services/livemapper/livemap.ts +8 -8
  66. package/services/mailer/mailer.ts +159 -159
  67. package/services/notificator/notificator.ts +15 -15
  68. package/services/qualifications/qualifications.ts +108 -108
  69. package/services/rector/laws.ts +16 -16
  70. package/services/rector/rector.ts +63 -63
  71. package/services/sync/sync.client.ts +36 -2
  72. package/services/sync/sync.ts +259 -44
  73. package/services/wiki/wiki.ts +24 -24
  74. package/svcs.ts +13 -0
  75. package/resources/common/access/dummy.ts +0 -309
  76. package/resources/internet/internet.ts +0 -344
  77. package/resources/mailer/user.ts +0 -93
@@ -0,0 +1,126 @@
1
+ // @generated by protobuf-ts 2.9.4 with parameter optimize_speed,long_type_number,force_server_none
2
+ // @generated from protobuf file "services/internet/domain.proto" (package "services.internet", syntax proto3)
3
+ // @ts-nocheck
4
+ import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
5
+ import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
6
+ import { DomainService } from "./domain";
7
+ import type { TransferDomainResponse } from "./domain";
8
+ import type { TransferDomainRequest } from "./domain";
9
+ import type { UpdateDomainResponse } from "./domain";
10
+ import type { UpdateDomainRequest } from "./domain";
11
+ import type { RegisterDomainResponse } from "./domain";
12
+ import type { RegisterDomainRequest } from "./domain";
13
+ import type { ListDomainsResponse } from "./domain";
14
+ import type { ListDomainsRequest } from "./domain";
15
+ import type { CheckDomainAvailabilityResponse } from "./domain";
16
+ import type { CheckDomainAvailabilityRequest } from "./domain";
17
+ import { stackIntercept } from "@protobuf-ts/runtime-rpc";
18
+ import type { ListTLDsResponse } from "./domain";
19
+ import type { ListTLDsRequest } from "./domain";
20
+ import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
21
+ import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
22
+ /**
23
+ * @generated from protobuf service services.internet.DomainService
24
+ */
25
+ export interface IDomainServiceClient {
26
+ /**
27
+ * @perm: Name=Any
28
+ *
29
+ * @generated from protobuf rpc: ListTLDs(services.internet.ListTLDsRequest) returns (services.internet.ListTLDsResponse);
30
+ */
31
+ listTLDs(input: ListTLDsRequest, options?: RpcOptions): UnaryCall<ListTLDsRequest, ListTLDsResponse>;
32
+ /**
33
+ * @perm: Name=Any
34
+ *
35
+ * @generated from protobuf rpc: CheckDomainAvailability(services.internet.CheckDomainAvailabilityRequest) returns (services.internet.CheckDomainAvailabilityResponse);
36
+ */
37
+ checkDomainAvailability(input: CheckDomainAvailabilityRequest, options?: RpcOptions): UnaryCall<CheckDomainAvailabilityRequest, CheckDomainAvailabilityResponse>;
38
+ /**
39
+ * @perm: Name=Any
40
+ *
41
+ * @generated from protobuf rpc: ListDomains(services.internet.ListDomainsRequest) returns (services.internet.ListDomainsResponse);
42
+ */
43
+ listDomains(input: ListDomainsRequest, options?: RpcOptions): UnaryCall<ListDomainsRequest, ListDomainsResponse>;
44
+ /**
45
+ * @perm: Name=Any
46
+ *
47
+ * @generated from protobuf rpc: RegisterDomain(services.internet.RegisterDomainRequest) returns (services.internet.RegisterDomainResponse);
48
+ */
49
+ registerDomain(input: RegisterDomainRequest, options?: RpcOptions): UnaryCall<RegisterDomainRequest, RegisterDomainResponse>;
50
+ /**
51
+ * @perm: Name=Any
52
+ *
53
+ * @generated from protobuf rpc: UpdateDomain(services.internet.UpdateDomainRequest) returns (services.internet.UpdateDomainResponse);
54
+ */
55
+ updateDomain(input: UpdateDomainRequest, options?: RpcOptions): UnaryCall<UpdateDomainRequest, UpdateDomainResponse>;
56
+ /**
57
+ * @perm: Name=Any
58
+ *
59
+ * @generated from protobuf rpc: TransferDomain(services.internet.TransferDomainRequest) returns (services.internet.TransferDomainResponse);
60
+ */
61
+ transferDomain(input: TransferDomainRequest, options?: RpcOptions): UnaryCall<TransferDomainRequest, TransferDomainResponse>;
62
+ }
63
+ /**
64
+ * @generated from protobuf service services.internet.DomainService
65
+ */
66
+ export class DomainServiceClient implements IDomainServiceClient, ServiceInfo {
67
+ typeName = DomainService.typeName;
68
+ methods = DomainService.methods;
69
+ options = DomainService.options;
70
+ constructor(private readonly _transport: RpcTransport) {
71
+ }
72
+ /**
73
+ * @perm: Name=Any
74
+ *
75
+ * @generated from protobuf rpc: ListTLDs(services.internet.ListTLDsRequest) returns (services.internet.ListTLDsResponse);
76
+ */
77
+ listTLDs(input: ListTLDsRequest, options?: RpcOptions): UnaryCall<ListTLDsRequest, ListTLDsResponse> {
78
+ const method = this.methods[0], opt = this._transport.mergeOptions(options);
79
+ return stackIntercept<ListTLDsRequest, ListTLDsResponse>("unary", this._transport, method, opt, input);
80
+ }
81
+ /**
82
+ * @perm: Name=Any
83
+ *
84
+ * @generated from protobuf rpc: CheckDomainAvailability(services.internet.CheckDomainAvailabilityRequest) returns (services.internet.CheckDomainAvailabilityResponse);
85
+ */
86
+ checkDomainAvailability(input: CheckDomainAvailabilityRequest, options?: RpcOptions): UnaryCall<CheckDomainAvailabilityRequest, CheckDomainAvailabilityResponse> {
87
+ const method = this.methods[1], opt = this._transport.mergeOptions(options);
88
+ return stackIntercept<CheckDomainAvailabilityRequest, CheckDomainAvailabilityResponse>("unary", this._transport, method, opt, input);
89
+ }
90
+ /**
91
+ * @perm: Name=Any
92
+ *
93
+ * @generated from protobuf rpc: ListDomains(services.internet.ListDomainsRequest) returns (services.internet.ListDomainsResponse);
94
+ */
95
+ listDomains(input: ListDomainsRequest, options?: RpcOptions): UnaryCall<ListDomainsRequest, ListDomainsResponse> {
96
+ const method = this.methods[2], opt = this._transport.mergeOptions(options);
97
+ return stackIntercept<ListDomainsRequest, ListDomainsResponse>("unary", this._transport, method, opt, input);
98
+ }
99
+ /**
100
+ * @perm: Name=Any
101
+ *
102
+ * @generated from protobuf rpc: RegisterDomain(services.internet.RegisterDomainRequest) returns (services.internet.RegisterDomainResponse);
103
+ */
104
+ registerDomain(input: RegisterDomainRequest, options?: RpcOptions): UnaryCall<RegisterDomainRequest, RegisterDomainResponse> {
105
+ const method = this.methods[3], opt = this._transport.mergeOptions(options);
106
+ return stackIntercept<RegisterDomainRequest, RegisterDomainResponse>("unary", this._transport, method, opt, input);
107
+ }
108
+ /**
109
+ * @perm: Name=Any
110
+ *
111
+ * @generated from protobuf rpc: UpdateDomain(services.internet.UpdateDomainRequest) returns (services.internet.UpdateDomainResponse);
112
+ */
113
+ updateDomain(input: UpdateDomainRequest, options?: RpcOptions): UnaryCall<UpdateDomainRequest, UpdateDomainResponse> {
114
+ const method = this.methods[4], opt = this._transport.mergeOptions(options);
115
+ return stackIntercept<UpdateDomainRequest, UpdateDomainResponse>("unary", this._transport, method, opt, input);
116
+ }
117
+ /**
118
+ * @perm: Name=Any
119
+ *
120
+ * @generated from protobuf rpc: TransferDomain(services.internet.TransferDomainRequest) returns (services.internet.TransferDomainResponse);
121
+ */
122
+ transferDomain(input: TransferDomainRequest, options?: RpcOptions): UnaryCall<TransferDomainRequest, TransferDomainResponse> {
123
+ const method = this.methods[5], opt = this._transport.mergeOptions(options);
124
+ return stackIntercept<TransferDomainRequest, TransferDomainResponse>("unary", this._transport, method, opt, input);
125
+ }
126
+ }