@aceplus/smartace-api 3.6.0-alpha.17 → 3.6.0-alpha.19

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 (249) hide show
  1. package/auth.account_pb.d.ts +582 -0
  2. package/auth.account_pb.js +4287 -0
  3. package/auth.account_pb_service.d.ts +340 -0
  4. package/auth.account_pb_service.js +637 -0
  5. package/auth.account_two_factor_pb.d.ts +159 -0
  6. package/auth.account_two_factor_pb.js +1184 -0
  7. package/auth.account_two_factor_pb_service.d.ts +121 -0
  8. package/auth.account_two_factor_pb_service.js +182 -0
  9. package/auth.app_account_pb.d.ts +156 -0
  10. package/auth.app_account_pb.js +1153 -0
  11. package/auth.app_account_pb_service.d.ts +160 -0
  12. package/auth.app_account_pb_service.js +263 -0
  13. package/auth.app_authn_pb.d.ts +172 -0
  14. package/auth.app_authn_pb.js +1233 -0
  15. package/auth.app_authn_pb_service.d.ts +140 -0
  16. package/auth.app_authn_pb_service.js +222 -0
  17. package/auth.app_distribution_pb.d.ts +174 -0
  18. package/auth.app_distribution_pb.js +1338 -0
  19. package/auth.app_distribution_pb_service.d.ts +120 -0
  20. package/auth.app_distribution_pb_service.js +181 -0
  21. package/auth.authn_pb.d.ts +95 -0
  22. package/auth.authn_pb.js +637 -0
  23. package/auth.authn_pb_service.d.ts +82 -0
  24. package/auth.authn_pb_service.js +101 -0
  25. package/auth.cluster_pb.d.ts +142 -0
  26. package/auth.cluster_pb.js +1050 -0
  27. package/auth.cluster_pb_service.d.ts +82 -0
  28. package/auth.cluster_pb_service.js +101 -0
  29. package/auth.distribution_pb.d.ts +233 -0
  30. package/auth.distribution_pb.js +1785 -0
  31. package/auth.distribution_pb_service.d.ts +82 -0
  32. package/auth.distribution_pb_service.js +101 -0
  33. package/auth.email_pb.d.ts +217 -0
  34. package/auth.email_pb.js +1508 -0
  35. package/auth.email_pb_service.d.ts +102 -0
  36. package/auth.email_pb_service.js +142 -0
  37. package/auth.firmware_pb.d.ts +256 -0
  38. package/auth.firmware_pb.js +1997 -0
  39. package/auth.firmware_pb_service.d.ts +120 -0
  40. package/auth.firmware_pb_service.js +181 -0
  41. package/auth.push_notification_pb.d.ts +69 -0
  42. package/auth.push_notification_pb.js +411 -0
  43. package/auth.push_notification_pb_service.d.ts +64 -0
  44. package/auth.push_notification_pb_service.js +62 -0
  45. package/auth.sms_pb.d.ts +79 -0
  46. package/auth.sms_pb.js +575 -0
  47. package/auth.sms_pb_service.d.ts +83 -0
  48. package/auth.sms_pb_service.js +102 -0
  49. package/google/api/annotations_pb.d.ts +9 -0
  50. package/google/api/annotations_pb.js +54 -0
  51. package/google/api/annotations_pb_service.d.ts +3 -0
  52. package/google/api/annotations_pb_service.js +3 -0
  53. package/google/api/auth_pb.d.ts +150 -0
  54. package/google/api/auth_pb.js +1160 -0
  55. package/google/api/auth_pb_service.d.ts +3 -0
  56. package/google/api/auth_pb_service.js +3 -0
  57. package/google/api/backend_pb.d.ts +59 -0
  58. package/google/api/backend_pb.js +448 -0
  59. package/google/api/backend_pb_service.d.ts +3 -0
  60. package/google/api/backend_pb_service.js +3 -0
  61. package/google/api/billing_pb.d.ts +54 -0
  62. package/google/api/billing_pb.js +416 -0
  63. package/google/api/billing_pb_service.d.ts +3 -0
  64. package/google/api/billing_pb_service.js +3 -0
  65. package/google/api/client_pb.d.ts +12 -0
  66. package/google/api/client_pb.js +104 -0
  67. package/google/api/client_pb_service.d.ts +3 -0
  68. package/google/api/client_pb_service.js +3 -0
  69. package/google/api/config_change_pb.d.ts +72 -0
  70. package/google/api/config_change_pb.js +489 -0
  71. package/google/api/config_change_pb_service.d.ts +3 -0
  72. package/google/api/config_change_pb_service.js +3 -0
  73. package/google/api/consumer_pb.d.ts +65 -0
  74. package/google/api/consumer_pb.js +430 -0
  75. package/google/api/consumer_pb_service.d.ts +3 -0
  76. package/google/api/consumer_pb_service.js +3 -0
  77. package/google/api/context_pb.d.ts +59 -0
  78. package/google/api/context_pb.js +463 -0
  79. package/google/api/context_pb_service.d.ts +3 -0
  80. package/google/api/context_pb_service.js +3 -0
  81. package/google/api/control_pb.d.ts +25 -0
  82. package/google/api/control_pb.js +176 -0
  83. package/google/api/control_pb_service.d.ts +3 -0
  84. package/google/api/control_pb_service.js +3 -0
  85. package/google/api/distribution_pb.d.ts +235 -0
  86. package/google/api/distribution_pb.js +1805 -0
  87. package/google/api/distribution_pb_service.d.ts +3 -0
  88. package/google/api/distribution_pb_service.js +3 -0
  89. package/google/api/documentation_pb.d.ts +103 -0
  90. package/google/api/documentation_pb.js +803 -0
  91. package/google/api/documentation_pb_service.d.ts +3 -0
  92. package/google/api/documentation_pb_service.js +3 -0
  93. package/google/api/endpoint_pb.d.ts +46 -0
  94. package/google/api/endpoint_pb.js +343 -0
  95. package/google/api/endpoint_pb_service.d.ts +3 -0
  96. package/google/api/endpoint_pb_service.js +3 -0
  97. package/google/api/error_reason_pb.d.ts +40 -0
  98. package/google/api/error_reason_pb.js +61 -0
  99. package/google/api/error_reason_pb_service.d.ts +3 -0
  100. package/google/api/error_reason_pb_service.js +3 -0
  101. package/google/api/field_behavior_pb.d.ts +20 -0
  102. package/google/api/field_behavior_pb.js +66 -0
  103. package/google/api/field_behavior_pb_service.d.ts +3 -0
  104. package/google/api/field_behavior_pb_service.js +3 -0
  105. package/google/api/http_pb.d.ts +136 -0
  106. package/google/api/http_pb.js +1012 -0
  107. package/google/api/http_pb_service.d.ts +3 -0
  108. package/google/api/http_pb_service.js +3 -0
  109. package/google/api/httpbody_pb.d.ts +38 -0
  110. package/google/api/httpbody_pb.js +292 -0
  111. package/google/api/httpbody_pb_service.d.ts +3 -0
  112. package/google/api/httpbody_pb_service.js +3 -0
  113. package/google/api/label_pb.d.ts +41 -0
  114. package/google/api/label_pb.js +246 -0
  115. package/google/api/label_pb_service.d.ts +3 -0
  116. package/google/api/label_pb_service.js +3 -0
  117. package/google/api/launch_stage_pb.d.ts +16 -0
  118. package/google/api/launch_stage_pb.js +37 -0
  119. package/google/api/launch_stage_pb_service.d.ts +3 -0
  120. package/google/api/launch_stage_pb_service.js +3 -0
  121. package/google/api/log_pb.d.ts +40 -0
  122. package/google/api/log_pb.js +298 -0
  123. package/google/api/log_pb_service.d.ts +3 -0
  124. package/google/api/log_pb_service.js +3 -0
  125. package/google/api/logging_pb.d.ts +60 -0
  126. package/google/api/logging_pb.js +469 -0
  127. package/google/api/logging_pb_service.d.ts +3 -0
  128. package/google/api/logging_pb_service.js +3 -0
  129. package/google/api/metric_pb.d.ts +100 -0
  130. package/google/api/metric_pb.js +629 -0
  131. package/google/api/metric_pb_service.d.ts +3 -0
  132. package/google/api/metric_pb_service.js +3 -0
  133. package/google/api/monitored_resource_pb.d.ts +93 -0
  134. package/google/api/monitored_resource_pb.js +723 -0
  135. package/google/api/monitored_resource_pb_service.d.ts +3 -0
  136. package/google/api/monitored_resource_pb_service.js +3 -0
  137. package/google/api/monitoring_pb.d.ts +60 -0
  138. package/google/api/monitoring_pb.js +469 -0
  139. package/google/api/monitoring_pb_service.d.ts +3 -0
  140. package/google/api/monitoring_pb_service.js +3 -0
  141. package/google/api/policy_pb.d.ts +64 -0
  142. package/google/api/policy_pb.js +502 -0
  143. package/google/api/policy_pb_service.d.ts +3 -0
  144. package/google/api/policy_pb_service.js +3 -0
  145. package/google/api/quota_pb.d.ts +112 -0
  146. package/google/api/quota_pb.js +873 -0
  147. package/google/api/quota_pb_service.d.ts +3 -0
  148. package/google/api/quota_pb_service.js +3 -0
  149. package/google/api/resource_pb.d.ts +99 -0
  150. package/google/api/resource_pb.js +684 -0
  151. package/google/api/resource_pb_service.d.ts +3 -0
  152. package/google/api/resource_pb_service.js +3 -0
  153. package/google/api/routing_pb.d.ts +54 -0
  154. package/google/api/routing_pb.js +416 -0
  155. package/google/api/routing_pb_service.d.ts +3 -0
  156. package/google/api/routing_pb_service.js +3 -0
  157. package/google/api/service_pb.d.ts +184 -0
  158. package/google/api/service_pb.js +1400 -0
  159. package/google/api/service_pb_service.d.ts +3 -0
  160. package/google/api/service_pb_service.js +3 -0
  161. package/google/api/source_info_pb.d.ts +28 -0
  162. package/google/api/source_info_pb.js +208 -0
  163. package/google/api/source_info_pb_service.d.ts +3 -0
  164. package/google/api/source_info_pb_service.js +3 -0
  165. package/google/api/system_parameter_pb.d.ts +81 -0
  166. package/google/api/system_parameter_pb.js +630 -0
  167. package/google/api/system_parameter_pb_service.d.ts +3 -0
  168. package/google/api/system_parameter_pb_service.js +3 -0
  169. package/google/api/usage_pb.d.ts +66 -0
  170. package/google/api/usage_pb.js +499 -0
  171. package/google/api/usage_pb_service.d.ts +3 -0
  172. package/google/api/usage_pb_service.js +3 -0
  173. package/google/api/visibility_pb.d.ts +64 -0
  174. package/google/api/visibility_pb.js +546 -0
  175. package/google/api/visibility_pb_service.d.ts +3 -0
  176. package/google/api/visibility_pb_service.js +3 -0
  177. package/meta.client_pb.d.ts +167 -0
  178. package/meta.client_pb.js +1266 -0
  179. package/meta.client_pb_service.d.ts +122 -0
  180. package/meta.client_pb_service.js +183 -0
  181. package/meta.spic_config_pb.d.ts +184 -0
  182. package/meta.spic_config_pb.js +1382 -0
  183. package/meta.spic_config_pb_service.d.ts +122 -0
  184. package/meta.spic_config_pb_service.js +183 -0
  185. package/package.json +1 -1
  186. package/platform.activity_log_pb.d.ts +177 -0
  187. package/platform.activity_log_pb.js +1294 -0
  188. package/platform.activity_log_pb_service.d.ts +82 -0
  189. package/platform.activity_log_pb_service.js +101 -0
  190. package/platform.client_pb.d.ts +350 -0
  191. package/platform.client_pb.js +2663 -0
  192. package/platform.client_pb_service.d.ts +158 -0
  193. package/platform.client_pb_service.js +261 -0
  194. package/platform.group_pb.d.ts +195 -0
  195. package/platform.group_pb.js +1476 -0
  196. package/platform.group_pb_service.d.ts +139 -0
  197. package/platform.group_pb_service.js +221 -0
  198. package/platform.local_account_internal_pb.d.ts +125 -0
  199. package/platform.local_account_internal_pb.js +933 -0
  200. package/platform.local_account_internal_pb_service.d.ts +121 -0
  201. package/platform.local_account_internal_pb_service.js +182 -0
  202. package/platform.local_account_pb.d.ts +446 -0
  203. package/platform.local_account_pb.js +3337 -0
  204. package/platform.local_account_pb_service.d.ts +331 -0
  205. package/platform.local_account_pb_service.js +623 -0
  206. package/platform.local_distribution_pb.d.ts +73 -0
  207. package/platform.local_distribution_pb.js +536 -0
  208. package/platform.local_distribution_pb_service.d.ts +63 -0
  209. package/platform.local_distribution_pb_service.js +61 -0
  210. package/platform.location_pb.d.ts +271 -0
  211. package/platform.location_pb.js +2046 -0
  212. package/platform.location_pb_service.d.ts +139 -0
  213. package/platform.location_pb_service.js +221 -0
  214. package/platform.pagination_pb.d.ts +45 -0
  215. package/platform.pagination_pb.js +276 -0
  216. package/platform.pagination_pb_service.d.ts +3 -0
  217. package/platform.pagination_pb_service.js +3 -0
  218. package/spic.admin_alert_pb.d.ts +91 -0
  219. package/spic.admin_alert_pb.js +666 -0
  220. package/spic.admin_alert_pb_service.d.ts +102 -0
  221. package/spic.admin_alert_pb_service.js +142 -0
  222. package/spic.alarm_pb.d.ts +344 -0
  223. package/spic.alarm_pb.js +2622 -0
  224. package/spic.alarm_pb_service.d.ts +101 -0
  225. package/spic.alarm_pb_service.js +141 -0
  226. package/spic.asset_pb.d.ts +652 -0
  227. package/spic.asset_pb.js +4669 -0
  228. package/spic.asset_pb_service.d.ts +197 -0
  229. package/spic.asset_pb_service.js +342 -0
  230. package/spic.cabinet_pb.d.ts +951 -0
  231. package/spic.cabinet_pb.js +6875 -0
  232. package/spic.cabinet_pb_service.d.ts +177 -0
  233. package/spic.cabinet_pb_service.js +301 -0
  234. package/spic.config_pb.d.ts +249 -0
  235. package/spic.config_pb.js +1891 -0
  236. package/spic.config_pb_service.d.ts +120 -0
  237. package/spic.config_pb_service.js +181 -0
  238. package/spic.contractor_pb.d.ts +195 -0
  239. package/spic.contractor_pb.js +1476 -0
  240. package/spic.contractor_pb_service.d.ts +139 -0
  241. package/spic.contractor_pb_service.js +221 -0
  242. package/spic.history_pb.d.ts +142 -0
  243. package/spic.history_pb.js +1130 -0
  244. package/spic.history_pb_service.d.ts +63 -0
  245. package/spic.history_pb_service.js +61 -0
  246. package/spic.open_request_pb.d.ts +237 -0
  247. package/spic.open_request_pb.js +1784 -0
  248. package/spic.open_request_pb_service.d.ts +101 -0
  249. package/spic.open_request_pb_service.js +141 -0
@@ -0,0 +1,82 @@
1
+ // package: Auth
2
+ // file: auth.distribution.proto
3
+
4
+ import * as auth_distribution_pb from "./auth.distribution_pb";
5
+ import {grpc} from "@improbable-eng/grpc-web";
6
+
7
+ type DistributionGRPCCheckExistence = {
8
+ readonly methodName: string;
9
+ readonly service: typeof DistributionGRPC;
10
+ readonly requestStream: false;
11
+ readonly responseStream: false;
12
+ readonly requestType: typeof auth_distribution_pb.DistributionProto.CheckExistenceRequest;
13
+ readonly responseType: typeof auth_distribution_pb.DistributionProto.CheckExistenceResponse;
14
+ };
15
+
16
+ type DistributionGRPCRetrieveLogs = {
17
+ readonly methodName: string;
18
+ readonly service: typeof DistributionGRPC;
19
+ readonly requestStream: false;
20
+ readonly responseStream: false;
21
+ readonly requestType: typeof auth_distribution_pb.DistributionProto.DistributionLog.RetrieveRequest;
22
+ readonly responseType: typeof auth_distribution_pb.DistributionProto.DistributionLog.RetrieveReply;
23
+ };
24
+
25
+ export class DistributionGRPC {
26
+ static readonly serviceName: string;
27
+ static readonly CheckExistence: DistributionGRPCCheckExistence;
28
+ static readonly RetrieveLogs: DistributionGRPCRetrieveLogs;
29
+ }
30
+
31
+ export type ServiceError = { message: string, code: number; metadata: grpc.Metadata }
32
+ export type Status = { details: string, code: number; metadata: grpc.Metadata }
33
+
34
+ interface UnaryResponse {
35
+ cancel(): void;
36
+ }
37
+ interface ResponseStream<T> {
38
+ cancel(): void;
39
+ on(type: 'data', handler: (message: T) => void): ResponseStream<T>;
40
+ on(type: 'end', handler: (status?: Status) => void): ResponseStream<T>;
41
+ on(type: 'status', handler: (status: Status) => void): ResponseStream<T>;
42
+ }
43
+ interface RequestStream<T> {
44
+ write(message: T): RequestStream<T>;
45
+ end(): void;
46
+ cancel(): void;
47
+ on(type: 'end', handler: (status?: Status) => void): RequestStream<T>;
48
+ on(type: 'status', handler: (status: Status) => void): RequestStream<T>;
49
+ }
50
+ interface BidirectionalStream<ReqT, ResT> {
51
+ write(message: ReqT): BidirectionalStream<ReqT, ResT>;
52
+ end(): void;
53
+ cancel(): void;
54
+ on(type: 'data', handler: (message: ResT) => void): BidirectionalStream<ReqT, ResT>;
55
+ on(type: 'end', handler: (status?: Status) => void): BidirectionalStream<ReqT, ResT>;
56
+ on(type: 'status', handler: (status: Status) => void): BidirectionalStream<ReqT, ResT>;
57
+ }
58
+
59
+ export class DistributionGRPCClient {
60
+ readonly serviceHost: string;
61
+
62
+ constructor(serviceHost: string, options?: grpc.RpcOptions);
63
+ checkExistence(
64
+ requestMessage: auth_distribution_pb.DistributionProto.CheckExistenceRequest,
65
+ metadata: grpc.Metadata,
66
+ callback: (error: ServiceError|null, responseMessage: auth_distribution_pb.DistributionProto.CheckExistenceResponse|null) => void
67
+ ): UnaryResponse;
68
+ checkExistence(
69
+ requestMessage: auth_distribution_pb.DistributionProto.CheckExistenceRequest,
70
+ callback: (error: ServiceError|null, responseMessage: auth_distribution_pb.DistributionProto.CheckExistenceResponse|null) => void
71
+ ): UnaryResponse;
72
+ retrieveLogs(
73
+ requestMessage: auth_distribution_pb.DistributionProto.DistributionLog.RetrieveRequest,
74
+ metadata: grpc.Metadata,
75
+ callback: (error: ServiceError|null, responseMessage: auth_distribution_pb.DistributionProto.DistributionLog.RetrieveReply|null) => void
76
+ ): UnaryResponse;
77
+ retrieveLogs(
78
+ requestMessage: auth_distribution_pb.DistributionProto.DistributionLog.RetrieveRequest,
79
+ callback: (error: ServiceError|null, responseMessage: auth_distribution_pb.DistributionProto.DistributionLog.RetrieveReply|null) => void
80
+ ): UnaryResponse;
81
+ }
82
+
@@ -0,0 +1,101 @@
1
+ // package: Auth
2
+ // file: auth.distribution.proto
3
+
4
+ var auth_distribution_pb = require("./auth.distribution_pb");
5
+ var grpc = require("@improbable-eng/grpc-web").grpc;
6
+
7
+ var DistributionGRPC = (function () {
8
+ function DistributionGRPC() {}
9
+ DistributionGRPC.serviceName = "Auth.DistributionGRPC";
10
+ return DistributionGRPC;
11
+ }());
12
+
13
+ DistributionGRPC.CheckExistence = {
14
+ methodName: "CheckExistence",
15
+ service: DistributionGRPC,
16
+ requestStream: false,
17
+ responseStream: false,
18
+ requestType: auth_distribution_pb.DistributionProto.CheckExistenceRequest,
19
+ responseType: auth_distribution_pb.DistributionProto.CheckExistenceResponse
20
+ };
21
+
22
+ DistributionGRPC.RetrieveLogs = {
23
+ methodName: "RetrieveLogs",
24
+ service: DistributionGRPC,
25
+ requestStream: false,
26
+ responseStream: false,
27
+ requestType: auth_distribution_pb.DistributionProto.DistributionLog.RetrieveRequest,
28
+ responseType: auth_distribution_pb.DistributionProto.DistributionLog.RetrieveReply
29
+ };
30
+
31
+ exports.DistributionGRPC = DistributionGRPC;
32
+
33
+ function DistributionGRPCClient(serviceHost, options) {
34
+ this.serviceHost = serviceHost;
35
+ this.options = options || {};
36
+ }
37
+
38
+ DistributionGRPCClient.prototype.checkExistence = function checkExistence(requestMessage, metadata, callback) {
39
+ if (arguments.length === 2) {
40
+ callback = arguments[1];
41
+ }
42
+ var client = grpc.unary(DistributionGRPC.CheckExistence, {
43
+ request: requestMessage,
44
+ host: this.serviceHost,
45
+ metadata: metadata,
46
+ transport: this.options.transport,
47
+ debug: this.options.debug,
48
+ onEnd: function (response) {
49
+ if (callback) {
50
+ if (response.status !== grpc.Code.OK) {
51
+ var err = new Error(response.statusMessage);
52
+ err.code = response.status;
53
+ err.metadata = response.trailers;
54
+ callback(err, null);
55
+ } else {
56
+ callback(null, response.message);
57
+ }
58
+ }
59
+ }
60
+ });
61
+ return {
62
+ cancel: function () {
63
+ callback = null;
64
+ client.close();
65
+ }
66
+ };
67
+ };
68
+
69
+ DistributionGRPCClient.prototype.retrieveLogs = function retrieveLogs(requestMessage, metadata, callback) {
70
+ if (arguments.length === 2) {
71
+ callback = arguments[1];
72
+ }
73
+ var client = grpc.unary(DistributionGRPC.RetrieveLogs, {
74
+ request: requestMessage,
75
+ host: this.serviceHost,
76
+ metadata: metadata,
77
+ transport: this.options.transport,
78
+ debug: this.options.debug,
79
+ onEnd: function (response) {
80
+ if (callback) {
81
+ if (response.status !== grpc.Code.OK) {
82
+ var err = new Error(response.statusMessage);
83
+ err.code = response.status;
84
+ err.metadata = response.trailers;
85
+ callback(err, null);
86
+ } else {
87
+ callback(null, response.message);
88
+ }
89
+ }
90
+ }
91
+ });
92
+ return {
93
+ cancel: function () {
94
+ callback = null;
95
+ client.close();
96
+ }
97
+ };
98
+ };
99
+
100
+ exports.DistributionGRPCClient = DistributionGRPCClient;
101
+
@@ -0,0 +1,217 @@
1
+ // package: Auth
2
+ // file: auth.email.proto
3
+
4
+ import * as jspb from "google-protobuf";
5
+ import * as google_protobuf_timestamp_pb from "google-protobuf/google/protobuf/timestamp_pb";
6
+ import * as google_protobuf_empty_pb from "google-protobuf/google/protobuf/empty_pb";
7
+ import * as google_api_annotations_pb from "./google/api/annotations_pb";
8
+
9
+ export class EmailProto extends jspb.Message {
10
+ serializeBinary(): Uint8Array;
11
+ toObject(includeInstance?: boolean): EmailProto.AsObject;
12
+ static toObject(includeInstance: boolean, msg: EmailProto): EmailProto.AsObject;
13
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
14
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
15
+ static serializeBinaryToWriter(message: EmailProto, writer: jspb.BinaryWriter): void;
16
+ static deserializeBinary(bytes: Uint8Array): EmailProto;
17
+ static deserializeBinaryFromReader(message: EmailProto, reader: jspb.BinaryReader): EmailProto;
18
+ }
19
+
20
+ export namespace EmailProto {
21
+ export type AsObject = {
22
+ }
23
+
24
+ export class AccountCreatedRequest extends jspb.Message {
25
+ getFirstname(): string;
26
+ setFirstname(value: string): void;
27
+
28
+ getLastname(): string;
29
+ setLastname(value: string): void;
30
+
31
+ getEmailaddress(): string;
32
+ setEmailaddress(value: string): void;
33
+
34
+ getActivationlink(): string;
35
+ setActivationlink(value: string): void;
36
+
37
+ clearOperatorList(): void;
38
+ getOperatorList(): Array<string>;
39
+ setOperatorList(value: Array<string>): void;
40
+ addOperator(value: string, index?: number): string;
41
+
42
+ getCompany(): string;
43
+ setCompany(value: string): void;
44
+
45
+ serializeBinary(): Uint8Array;
46
+ toObject(includeInstance?: boolean): AccountCreatedRequest.AsObject;
47
+ static toObject(includeInstance: boolean, msg: AccountCreatedRequest): AccountCreatedRequest.AsObject;
48
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
49
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
50
+ static serializeBinaryToWriter(message: AccountCreatedRequest, writer: jspb.BinaryWriter): void;
51
+ static deserializeBinary(bytes: Uint8Array): AccountCreatedRequest;
52
+ static deserializeBinaryFromReader(message: AccountCreatedRequest, reader: jspb.BinaryReader): AccountCreatedRequest;
53
+ }
54
+
55
+ export namespace AccountCreatedRequest {
56
+ export type AsObject = {
57
+ firstname: string,
58
+ lastname: string,
59
+ emailaddress: string,
60
+ activationlink: string,
61
+ operatorList: Array<string>,
62
+ company: string,
63
+ }
64
+ }
65
+
66
+ export class ResetPasswordRequest extends jspb.Message {
67
+ getFirstname(): string;
68
+ setFirstname(value: string): void;
69
+
70
+ getLastname(): string;
71
+ setLastname(value: string): void;
72
+
73
+ getEmailaddress(): string;
74
+ setEmailaddress(value: string): void;
75
+
76
+ getResetlink(): string;
77
+ setResetlink(value: string): void;
78
+
79
+ clearOperatorList(): void;
80
+ getOperatorList(): Array<string>;
81
+ setOperatorList(value: Array<string>): void;
82
+ addOperator(value: string, index?: number): string;
83
+
84
+ getCompany(): string;
85
+ setCompany(value: string): void;
86
+
87
+ serializeBinary(): Uint8Array;
88
+ toObject(includeInstance?: boolean): ResetPasswordRequest.AsObject;
89
+ static toObject(includeInstance: boolean, msg: ResetPasswordRequest): ResetPasswordRequest.AsObject;
90
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
91
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
92
+ static serializeBinaryToWriter(message: ResetPasswordRequest, writer: jspb.BinaryWriter): void;
93
+ static deserializeBinary(bytes: Uint8Array): ResetPasswordRequest;
94
+ static deserializeBinaryFromReader(message: ResetPasswordRequest, reader: jspb.BinaryReader): ResetPasswordRequest;
95
+ }
96
+
97
+ export namespace ResetPasswordRequest {
98
+ export type AsObject = {
99
+ firstname: string,
100
+ lastname: string,
101
+ emailaddress: string,
102
+ resetlink: string,
103
+ operatorList: Array<string>,
104
+ company: string,
105
+ }
106
+ }
107
+
108
+ export class AlarmEmailRequest extends jspb.Message {
109
+ clearAdminemailsList(): void;
110
+ getAdminemailsList(): Array<string>;
111
+ setAdminemailsList(value: Array<string>): void;
112
+ addAdminemails(value: string, index?: number): string;
113
+
114
+ hasCabinetdata(): boolean;
115
+ clearCabinetdata(): void;
116
+ getCabinetdata(): EmailProto.CabinetData | undefined;
117
+ setCabinetdata(value?: EmailProto.CabinetData): void;
118
+
119
+ getClosedevent(): string;
120
+ setClosedevent(value: string): void;
121
+
122
+ serializeBinary(): Uint8Array;
123
+ toObject(includeInstance?: boolean): AlarmEmailRequest.AsObject;
124
+ static toObject(includeInstance: boolean, msg: AlarmEmailRequest): AlarmEmailRequest.AsObject;
125
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
126
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
127
+ static serializeBinaryToWriter(message: AlarmEmailRequest, writer: jspb.BinaryWriter): void;
128
+ static deserializeBinary(bytes: Uint8Array): AlarmEmailRequest;
129
+ static deserializeBinaryFromReader(message: AlarmEmailRequest, reader: jspb.BinaryReader): AlarmEmailRequest;
130
+ }
131
+
132
+ export namespace AlarmEmailRequest {
133
+ export type AsObject = {
134
+ adminemailsList: Array<string>,
135
+ cabinetdata?: EmailProto.CabinetData.AsObject,
136
+ closedevent: string,
137
+ }
138
+ }
139
+
140
+ export class CabinetData extends jspb.Message {
141
+ getAlarmtype(): string;
142
+ setAlarmtype(value: string): void;
143
+
144
+ getOperatorname(): string;
145
+ setOperatorname(value: string): void;
146
+
147
+ getCabinetname(): string;
148
+ setCabinetname(value: string): void;
149
+
150
+ getAddress(): string;
151
+ setAddress(value: string): void;
152
+
153
+ getCity(): string;
154
+ setCity(value: string): void;
155
+
156
+ getZipcode(): string;
157
+ setZipcode(value: string): void;
158
+
159
+ getGeographyname(): string;
160
+ setGeographyname(value: string): void;
161
+
162
+ getAftertime(): number;
163
+ setAftertime(value: number): void;
164
+
165
+ hasDate(): boolean;
166
+ clearDate(): void;
167
+ getDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
168
+ setDate(value?: google_protobuf_timestamp_pb.Timestamp): void;
169
+
170
+ serializeBinary(): Uint8Array;
171
+ toObject(includeInstance?: boolean): CabinetData.AsObject;
172
+ static toObject(includeInstance: boolean, msg: CabinetData): CabinetData.AsObject;
173
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
174
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
175
+ static serializeBinaryToWriter(message: CabinetData, writer: jspb.BinaryWriter): void;
176
+ static deserializeBinary(bytes: Uint8Array): CabinetData;
177
+ static deserializeBinaryFromReader(message: CabinetData, reader: jspb.BinaryReader): CabinetData;
178
+ }
179
+
180
+ export namespace CabinetData {
181
+ export type AsObject = {
182
+ alarmtype: string,
183
+ operatorname: string,
184
+ cabinetname: string,
185
+ address: string,
186
+ city: string,
187
+ zipcode: string,
188
+ geographyname: string,
189
+ aftertime: number,
190
+ date?: google_protobuf_timestamp_pb.Timestamp.AsObject,
191
+ }
192
+ }
193
+
194
+ export interface AdminEmailTypeMap {
195
+ ACTIVATE: 0;
196
+ RESET: 1;
197
+ BLOCKED: 2;
198
+ UNBLOCKED: 3;
199
+ ROLE_CHANGE: 4;
200
+ PASSWORD_CHANGE: 5;
201
+ DELETE_ACCOUNT: 6;
202
+ OUTDATED_MAINTENANCE: 7;
203
+ }
204
+
205
+ export const AdminEmailType: AdminEmailTypeMap;
206
+
207
+ export interface AdminRoleMap {
208
+ LOCAL_ADVISOR: 0;
209
+ LOCAL_ADMIN: 1;
210
+ SUPER_ADVISOR: 2;
211
+ SUPER_ADMIN: 3;
212
+ CONTRACTOR: 4;
213
+ }
214
+
215
+ export const AdminRole: AdminRoleMap;
216
+ }
217
+