@kernelminds/scailo-sdk 0.0.87 → 0.0.89

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 (29) hide show
  1. package/lib/cjs/src/activities.scailo_connect.js +1 -1
  2. package/lib/cjs/src/activities.scailo_pb.js +1 -0
  3. package/lib/cjs/src/attendances.scailo_connect.js +34 -12
  4. package/lib/cjs/src/on_duties.scailo_connect.js +34 -12
  5. package/lib/cjs/src/visitations.scailo_connect.js +30 -8
  6. package/lib/cjs/types/src/activities.scailo_connect.d.ts +1 -1
  7. package/lib/cjs/types/src/activities.scailo_pb.d.ts +6 -0
  8. package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
  9. package/lib/cjs/types/src/attendances.scailo_connect.d.ts +34 -12
  10. package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
  11. package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +34 -12
  12. package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
  13. package/lib/cjs/types/src/visitations.scailo_connect.d.ts +30 -8
  14. package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
  15. package/lib/esm/src/activities.scailo_connect.js +1 -1
  16. package/lib/esm/src/activities.scailo_pb.js +7 -0
  17. package/lib/esm/src/attendances.scailo_connect.js +34 -12
  18. package/lib/esm/src/on_duties.scailo_connect.js +34 -12
  19. package/lib/esm/src/visitations.scailo_connect.js +30 -8
  20. package/lib/esm/types/src/activities.scailo_connect.d.ts +1 -1
  21. package/lib/esm/types/src/activities.scailo_pb.d.ts +6 -0
  22. package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
  23. package/lib/esm/types/src/attendances.scailo_connect.d.ts +34 -12
  24. package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
  25. package/lib/esm/types/src/on_duties.scailo_connect.d.ts +34 -12
  26. package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
  27. package/lib/esm/types/src/visitations.scailo_connect.d.ts +30 -8
  28. package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
  29. package/package.json +1 -1
@@ -278,71 +278,93 @@ export declare const OnDutiesService: {
278
278
  readonly kind: MethodKind.Unary;
279
279
  };
280
280
  /**
281
- * View entry image for onduty ID
281
+ * View entry image for onduty UUID
282
282
  *
283
283
  * @generated from rpc Scailo.OnDutiesService.ViewEntryImage
284
284
  */
285
285
  readonly viewEntryImage: {
286
286
  readonly name: "ViewEntryImage";
287
- readonly I: typeof Identifier;
287
+ readonly I: typeof IdentifierUUID;
288
288
  readonly O: typeof ImageResponse;
289
289
  readonly kind: MethodKind.Unary;
290
290
  };
291
291
  /**
292
- * Confirm that the entry image of the given onduty ID belongs to the user
292
+ * Confirm that the entry image of the given onduty UUID belongs to the user
293
293
  *
294
294
  * @generated from rpc Scailo.OnDutiesService.ConfirmEntryImage
295
295
  */
296
296
  readonly confirmEntryImage: {
297
297
  readonly name: "ConfirmEntryImage";
298
- readonly I: typeof Identifier;
298
+ readonly I: typeof IdentifierUUID;
299
299
  readonly O: typeof BooleanResponse;
300
300
  readonly kind: MethodKind.Unary;
301
301
  };
302
302
  /**
303
- * View exit image for onduty ID
303
+ * View exit image for onduty UUID
304
304
  *
305
305
  * @generated from rpc Scailo.OnDutiesService.ViewExitImage
306
306
  */
307
307
  readonly viewExitImage: {
308
308
  readonly name: "ViewExitImage";
309
- readonly I: typeof Identifier;
309
+ readonly I: typeof IdentifierUUID;
310
310
  readonly O: typeof ImageResponse;
311
311
  readonly kind: MethodKind.Unary;
312
312
  };
313
313
  /**
314
- * Confirm that the exit image of the given onduty ID belongs to the user
314
+ * Confirm that the exit image of the given onduty UUID belongs to the user
315
315
  *
316
316
  * @generated from rpc Scailo.OnDutiesService.ConfirmExitImage
317
317
  */
318
318
  readonly confirmExitImage: {
319
319
  readonly name: "ConfirmExitImage";
320
- readonly I: typeof Identifier;
320
+ readonly I: typeof IdentifierUUID;
321
321
  readonly O: typeof BooleanResponse;
322
322
  readonly kind: MethodKind.Unary;
323
323
  };
324
324
  /**
325
- * View entry GPS coordinates for onduty ID
325
+ * View entry GPS coordinates for onduty UUID
326
326
  *
327
327
  * @generated from rpc Scailo.OnDutiesService.ViewEntryGPSCoordinates
328
328
  */
329
329
  readonly viewEntryGPSCoordinates: {
330
330
  readonly name: "ViewEntryGPSCoordinates";
331
- readonly I: typeof Identifier;
331
+ readonly I: typeof IdentifierUUID;
332
332
  readonly O: typeof GPSCoordinatesResponse;
333
333
  readonly kind: MethodKind.Unary;
334
334
  };
335
335
  /**
336
- * View exit GPS coordinates for onduty ID
336
+ * View exit GPS coordinates for onduty UUID
337
337
  *
338
338
  * @generated from rpc Scailo.OnDutiesService.ViewExitGPSCoordinates
339
339
  */
340
340
  readonly viewExitGPSCoordinates: {
341
341
  readonly name: "ViewExitGPSCoordinates";
342
- readonly I: typeof Identifier;
342
+ readonly I: typeof IdentifierUUID;
343
343
  readonly O: typeof GPSCoordinatesResponse;
344
344
  readonly kind: MethodKind.Unary;
345
345
  };
346
+ /**
347
+ * View entry GPS static image from Google Maps
348
+ *
349
+ * @generated from rpc Scailo.OnDutiesService.ViewEntryGPSStaticImage
350
+ */
351
+ readonly viewEntryGPSStaticImage: {
352
+ readonly name: "ViewEntryGPSStaticImage";
353
+ readonly I: typeof IdentifierUUID;
354
+ readonly O: typeof ImageResponse;
355
+ readonly kind: MethodKind.Unary;
356
+ };
357
+ /**
358
+ * View exit GPS static image from Google Maps
359
+ *
360
+ * @generated from rpc Scailo.OnDutiesService.ViewExitGPSStaticImage
361
+ */
362
+ readonly viewExitGPSStaticImage: {
363
+ readonly name: "ViewExitGPSStaticImage";
364
+ readonly I: typeof IdentifierUUID;
365
+ readonly O: typeof ImageResponse;
366
+ readonly kind: MethodKind.Unary;
367
+ };
346
368
  /**
347
369
  * View all that match the given search key
348
370
  *
@@ -1 +1 @@
1
- {"version":3,"file":"on_duties.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/on_duties.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,gCAAgC,EAAE,+BAA+B,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAChV,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACjQ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,eAAe;;;QAGxB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"on_duties.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/on_duties.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,gCAAgC,EAAE,+BAA+B,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAChV,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACjQ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,eAAe;;;QAGxB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -278,49 +278,71 @@ export declare const VisitationsService: {
278
278
  readonly kind: MethodKind.Unary;
279
279
  };
280
280
  /**
281
- * View entry image for visitation ID
281
+ * View entry image for visitation UUID
282
282
  *
283
283
  * @generated from rpc Scailo.VisitationsService.ViewEntryImage
284
284
  */
285
285
  readonly viewEntryImage: {
286
286
  readonly name: "ViewEntryImage";
287
- readonly I: typeof Identifier;
287
+ readonly I: typeof IdentifierUUID;
288
288
  readonly O: typeof ImageResponse;
289
289
  readonly kind: MethodKind.Unary;
290
290
  };
291
291
  /**
292
- * View exit image for visitation ID
292
+ * View exit image for visitation UUID
293
293
  *
294
294
  * @generated from rpc Scailo.VisitationsService.ViewExitImage
295
295
  */
296
296
  readonly viewExitImage: {
297
297
  readonly name: "ViewExitImage";
298
- readonly I: typeof Identifier;
298
+ readonly I: typeof IdentifierUUID;
299
299
  readonly O: typeof ImageResponse;
300
300
  readonly kind: MethodKind.Unary;
301
301
  };
302
302
  /**
303
- * View entry GPS coordinates for visitation ID
303
+ * View entry GPS coordinates for visitation UUID
304
304
  *
305
305
  * @generated from rpc Scailo.VisitationsService.ViewEntryGPSCoordinates
306
306
  */
307
307
  readonly viewEntryGPSCoordinates: {
308
308
  readonly name: "ViewEntryGPSCoordinates";
309
- readonly I: typeof Identifier;
309
+ readonly I: typeof IdentifierUUID;
310
310
  readonly O: typeof GPSCoordinatesResponse;
311
311
  readonly kind: MethodKind.Unary;
312
312
  };
313
313
  /**
314
- * View exit GPS coordinates for visitation ID
314
+ * View exit GPS coordinates for visitation UUID
315
315
  *
316
316
  * @generated from rpc Scailo.VisitationsService.ViewExitGPSCoordinates
317
317
  */
318
318
  readonly viewExitGPSCoordinates: {
319
319
  readonly name: "ViewExitGPSCoordinates";
320
- readonly I: typeof Identifier;
320
+ readonly I: typeof IdentifierUUID;
321
321
  readonly O: typeof GPSCoordinatesResponse;
322
322
  readonly kind: MethodKind.Unary;
323
323
  };
324
+ /**
325
+ * View entry GPS static image from Google Maps
326
+ *
327
+ * @generated from rpc Scailo.VisitationsService.ViewEntryGPSStaticImage
328
+ */
329
+ readonly viewEntryGPSStaticImage: {
330
+ readonly name: "ViewEntryGPSStaticImage";
331
+ readonly I: typeof IdentifierUUID;
332
+ readonly O: typeof ImageResponse;
333
+ readonly kind: MethodKind.Unary;
334
+ };
335
+ /**
336
+ * View exit GPS static image from Google Maps
337
+ *
338
+ * @generated from rpc Scailo.VisitationsService.ViewExitGPSStaticImage
339
+ */
340
+ readonly viewExitGPSStaticImage: {
341
+ readonly name: "ViewExitGPSStaticImage";
342
+ readonly I: typeof IdentifierUUID;
343
+ readonly O: typeof ImageResponse;
344
+ readonly kind: MethodKind.Unary;
345
+ };
324
346
  /**
325
347
  * View QR Code
326
348
  *
@@ -1 +1 @@
1
- {"version":3,"file":"visitations.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/visitations.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,mCAAmC,EAAE,kCAAkC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,4BAA4B,CAAC;AACpX,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAChP,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"visitations.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/visitations.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,mCAAmC,EAAE,kCAAkC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,4BAA4B,CAAC;AACpX,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAChP,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -172,7 +172,7 @@ exports.ActivitiesService = {
172
172
  kind: protobuf_1.MethodKind.Unary,
173
173
  },
174
174
  /**
175
- * View Statistics of Activity Action by UUID
175
+ * View Statistics of Activity Action by ID
176
176
  *
177
177
  * @generated from rpc Scailo.ActivitiesService.ViewActionStatistics
178
178
  */
@@ -1650,6 +1650,12 @@ class ActivityAction extends protobuf_1.Message {
1650
1650
  * @generated from field: uint64 points = 14;
1651
1651
  */
1652
1652
  points = protobuf_1.protoInt64.zero;
1653
+ /**
1654
+ * Stores the statistics of the activity action
1655
+ *
1656
+ * @generated from field: Scailo.ActivityActionStatistics statistics = 30;
1657
+ */
1658
+ statistics;
1653
1659
  constructor(data) {
1654
1660
  super();
1655
1661
  protobuf_1.proto3.util.initPartial(data, this);
@@ -1666,6 +1672,7 @@ class ActivityAction extends protobuf_1.Message {
1666
1672
  { no: 12, name: "content", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1667
1673
  { no: 13, name: "action_code_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1668
1674
  { no: 14, name: "points", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1675
+ { no: 30, name: "statistics", kind: "message", T: ActivityActionStatistics },
1669
1676
  ]);
1670
1677
  static fromBinary(bytes, options) {
1671
1678
  return new ActivityAction().fromBinary(bytes, options);
@@ -285,71 +285,93 @@ exports.AttendancesService = {
285
285
  kind: protobuf_1.MethodKind.Unary,
286
286
  },
287
287
  /**
288
- * View entry image for attendance ID
288
+ * View entry image for attendance UUID
289
289
  *
290
290
  * @generated from rpc Scailo.AttendancesService.ViewEntryImage
291
291
  */
292
292
  viewEntryImage: {
293
293
  name: "ViewEntryImage",
294
- I: base_scailo_pb_js_1.Identifier,
294
+ I: base_scailo_pb_js_1.IdentifierUUID,
295
295
  O: base_scailo_pb_js_1.ImageResponse,
296
296
  kind: protobuf_1.MethodKind.Unary,
297
297
  },
298
298
  /**
299
- * Confirm that the entry image of the given attendance ID belongs to the user
299
+ * Confirm that the entry image of the given attendance UUID belongs to the user
300
300
  *
301
301
  * @generated from rpc Scailo.AttendancesService.ConfirmEntryImage
302
302
  */
303
303
  confirmEntryImage: {
304
304
  name: "ConfirmEntryImage",
305
- I: base_scailo_pb_js_1.Identifier,
305
+ I: base_scailo_pb_js_1.IdentifierUUID,
306
306
  O: base_scailo_pb_js_1.BooleanResponse,
307
307
  kind: protobuf_1.MethodKind.Unary,
308
308
  },
309
309
  /**
310
- * View exit image for attendance ID
310
+ * View exit image for attendance UUID
311
311
  *
312
312
  * @generated from rpc Scailo.AttendancesService.ViewExitImage
313
313
  */
314
314
  viewExitImage: {
315
315
  name: "ViewExitImage",
316
- I: base_scailo_pb_js_1.Identifier,
316
+ I: base_scailo_pb_js_1.IdentifierUUID,
317
317
  O: base_scailo_pb_js_1.ImageResponse,
318
318
  kind: protobuf_1.MethodKind.Unary,
319
319
  },
320
320
  /**
321
- * Confirm that the exit image of the given attendance ID belongs to the user
321
+ * Confirm that the exit image of the given attendance UUID belongs to the user
322
322
  *
323
323
  * @generated from rpc Scailo.AttendancesService.ConfirmExitImage
324
324
  */
325
325
  confirmExitImage: {
326
326
  name: "ConfirmExitImage",
327
- I: base_scailo_pb_js_1.Identifier,
327
+ I: base_scailo_pb_js_1.IdentifierUUID,
328
328
  O: base_scailo_pb_js_1.BooleanResponse,
329
329
  kind: protobuf_1.MethodKind.Unary,
330
330
  },
331
331
  /**
332
- * View entry GPS coordinates for attendance ID
332
+ * View entry GPS coordinates for attendance UUID
333
333
  *
334
334
  * @generated from rpc Scailo.AttendancesService.ViewEntryGPSCoordinates
335
335
  */
336
336
  viewEntryGPSCoordinates: {
337
337
  name: "ViewEntryGPSCoordinates",
338
- I: base_scailo_pb_js_1.Identifier,
338
+ I: base_scailo_pb_js_1.IdentifierUUID,
339
339
  O: base_scailo_pb_js_1.GPSCoordinatesResponse,
340
340
  kind: protobuf_1.MethodKind.Unary,
341
341
  },
342
342
  /**
343
- * View exit GPS coordinates for attendance ID
343
+ * View exit GPS coordinates for attendance UUID
344
344
  *
345
345
  * @generated from rpc Scailo.AttendancesService.ViewExitGPSCoordinates
346
346
  */
347
347
  viewExitGPSCoordinates: {
348
348
  name: "ViewExitGPSCoordinates",
349
- I: base_scailo_pb_js_1.Identifier,
349
+ I: base_scailo_pb_js_1.IdentifierUUID,
350
350
  O: base_scailo_pb_js_1.GPSCoordinatesResponse,
351
351
  kind: protobuf_1.MethodKind.Unary,
352
352
  },
353
+ /**
354
+ * View entry GPS static image from Google Maps
355
+ *
356
+ * @generated from rpc Scailo.AttendancesService.ViewEntryGPSStaticImage
357
+ */
358
+ viewEntryGPSStaticImage: {
359
+ name: "ViewEntryGPSStaticImage",
360
+ I: base_scailo_pb_js_1.IdentifierUUID,
361
+ O: base_scailo_pb_js_1.ImageResponse,
362
+ kind: protobuf_1.MethodKind.Unary,
363
+ },
364
+ /**
365
+ * View exit GPS static image from Google Maps
366
+ *
367
+ * @generated from rpc Scailo.AttendancesService.ViewExitGPSStaticImage
368
+ */
369
+ viewExitGPSStaticImage: {
370
+ name: "ViewExitGPSStaticImage",
371
+ I: base_scailo_pb_js_1.IdentifierUUID,
372
+ O: base_scailo_pb_js_1.ImageResponse,
373
+ kind: protobuf_1.MethodKind.Unary,
374
+ },
353
375
  /**
354
376
  * View the open attendance for a user (with the given identifier), if available. Returns an empty instance if no attendance is available
355
377
  *
@@ -285,71 +285,93 @@ exports.OnDutiesService = {
285
285
  kind: protobuf_1.MethodKind.Unary,
286
286
  },
287
287
  /**
288
- * View entry image for onduty ID
288
+ * View entry image for onduty UUID
289
289
  *
290
290
  * @generated from rpc Scailo.OnDutiesService.ViewEntryImage
291
291
  */
292
292
  viewEntryImage: {
293
293
  name: "ViewEntryImage",
294
- I: base_scailo_pb_js_1.Identifier,
294
+ I: base_scailo_pb_js_1.IdentifierUUID,
295
295
  O: base_scailo_pb_js_1.ImageResponse,
296
296
  kind: protobuf_1.MethodKind.Unary,
297
297
  },
298
298
  /**
299
- * Confirm that the entry image of the given onduty ID belongs to the user
299
+ * Confirm that the entry image of the given onduty UUID belongs to the user
300
300
  *
301
301
  * @generated from rpc Scailo.OnDutiesService.ConfirmEntryImage
302
302
  */
303
303
  confirmEntryImage: {
304
304
  name: "ConfirmEntryImage",
305
- I: base_scailo_pb_js_1.Identifier,
305
+ I: base_scailo_pb_js_1.IdentifierUUID,
306
306
  O: base_scailo_pb_js_1.BooleanResponse,
307
307
  kind: protobuf_1.MethodKind.Unary,
308
308
  },
309
309
  /**
310
- * View exit image for onduty ID
310
+ * View exit image for onduty UUID
311
311
  *
312
312
  * @generated from rpc Scailo.OnDutiesService.ViewExitImage
313
313
  */
314
314
  viewExitImage: {
315
315
  name: "ViewExitImage",
316
- I: base_scailo_pb_js_1.Identifier,
316
+ I: base_scailo_pb_js_1.IdentifierUUID,
317
317
  O: base_scailo_pb_js_1.ImageResponse,
318
318
  kind: protobuf_1.MethodKind.Unary,
319
319
  },
320
320
  /**
321
- * Confirm that the exit image of the given onduty ID belongs to the user
321
+ * Confirm that the exit image of the given onduty UUID belongs to the user
322
322
  *
323
323
  * @generated from rpc Scailo.OnDutiesService.ConfirmExitImage
324
324
  */
325
325
  confirmExitImage: {
326
326
  name: "ConfirmExitImage",
327
- I: base_scailo_pb_js_1.Identifier,
327
+ I: base_scailo_pb_js_1.IdentifierUUID,
328
328
  O: base_scailo_pb_js_1.BooleanResponse,
329
329
  kind: protobuf_1.MethodKind.Unary,
330
330
  },
331
331
  /**
332
- * View entry GPS coordinates for onduty ID
332
+ * View entry GPS coordinates for onduty UUID
333
333
  *
334
334
  * @generated from rpc Scailo.OnDutiesService.ViewEntryGPSCoordinates
335
335
  */
336
336
  viewEntryGPSCoordinates: {
337
337
  name: "ViewEntryGPSCoordinates",
338
- I: base_scailo_pb_js_1.Identifier,
338
+ I: base_scailo_pb_js_1.IdentifierUUID,
339
339
  O: base_scailo_pb_js_1.GPSCoordinatesResponse,
340
340
  kind: protobuf_1.MethodKind.Unary,
341
341
  },
342
342
  /**
343
- * View exit GPS coordinates for onduty ID
343
+ * View exit GPS coordinates for onduty UUID
344
344
  *
345
345
  * @generated from rpc Scailo.OnDutiesService.ViewExitGPSCoordinates
346
346
  */
347
347
  viewExitGPSCoordinates: {
348
348
  name: "ViewExitGPSCoordinates",
349
- I: base_scailo_pb_js_1.Identifier,
349
+ I: base_scailo_pb_js_1.IdentifierUUID,
350
350
  O: base_scailo_pb_js_1.GPSCoordinatesResponse,
351
351
  kind: protobuf_1.MethodKind.Unary,
352
352
  },
353
+ /**
354
+ * View entry GPS static image from Google Maps
355
+ *
356
+ * @generated from rpc Scailo.OnDutiesService.ViewEntryGPSStaticImage
357
+ */
358
+ viewEntryGPSStaticImage: {
359
+ name: "ViewEntryGPSStaticImage",
360
+ I: base_scailo_pb_js_1.IdentifierUUID,
361
+ O: base_scailo_pb_js_1.ImageResponse,
362
+ kind: protobuf_1.MethodKind.Unary,
363
+ },
364
+ /**
365
+ * View exit GPS static image from Google Maps
366
+ *
367
+ * @generated from rpc Scailo.OnDutiesService.ViewExitGPSStaticImage
368
+ */
369
+ viewExitGPSStaticImage: {
370
+ name: "ViewExitGPSStaticImage",
371
+ I: base_scailo_pb_js_1.IdentifierUUID,
372
+ O: base_scailo_pb_js_1.ImageResponse,
373
+ kind: protobuf_1.MethodKind.Unary,
374
+ },
353
375
  /**
354
376
  * View all that match the given search key
355
377
  *
@@ -285,49 +285,71 @@ exports.VisitationsService = {
285
285
  kind: protobuf_1.MethodKind.Unary,
286
286
  },
287
287
  /**
288
- * View entry image for visitation ID
288
+ * View entry image for visitation UUID
289
289
  *
290
290
  * @generated from rpc Scailo.VisitationsService.ViewEntryImage
291
291
  */
292
292
  viewEntryImage: {
293
293
  name: "ViewEntryImage",
294
- I: base_scailo_pb_js_1.Identifier,
294
+ I: base_scailo_pb_js_1.IdentifierUUID,
295
295
  O: base_scailo_pb_js_1.ImageResponse,
296
296
  kind: protobuf_1.MethodKind.Unary,
297
297
  },
298
298
  /**
299
- * View exit image for visitation ID
299
+ * View exit image for visitation UUID
300
300
  *
301
301
  * @generated from rpc Scailo.VisitationsService.ViewExitImage
302
302
  */
303
303
  viewExitImage: {
304
304
  name: "ViewExitImage",
305
- I: base_scailo_pb_js_1.Identifier,
305
+ I: base_scailo_pb_js_1.IdentifierUUID,
306
306
  O: base_scailo_pb_js_1.ImageResponse,
307
307
  kind: protobuf_1.MethodKind.Unary,
308
308
  },
309
309
  /**
310
- * View entry GPS coordinates for visitation ID
310
+ * View entry GPS coordinates for visitation UUID
311
311
  *
312
312
  * @generated from rpc Scailo.VisitationsService.ViewEntryGPSCoordinates
313
313
  */
314
314
  viewEntryGPSCoordinates: {
315
315
  name: "ViewEntryGPSCoordinates",
316
- I: base_scailo_pb_js_1.Identifier,
316
+ I: base_scailo_pb_js_1.IdentifierUUID,
317
317
  O: base_scailo_pb_js_1.GPSCoordinatesResponse,
318
318
  kind: protobuf_1.MethodKind.Unary,
319
319
  },
320
320
  /**
321
- * View exit GPS coordinates for visitation ID
321
+ * View exit GPS coordinates for visitation UUID
322
322
  *
323
323
  * @generated from rpc Scailo.VisitationsService.ViewExitGPSCoordinates
324
324
  */
325
325
  viewExitGPSCoordinates: {
326
326
  name: "ViewExitGPSCoordinates",
327
- I: base_scailo_pb_js_1.Identifier,
327
+ I: base_scailo_pb_js_1.IdentifierUUID,
328
328
  O: base_scailo_pb_js_1.GPSCoordinatesResponse,
329
329
  kind: protobuf_1.MethodKind.Unary,
330
330
  },
331
+ /**
332
+ * View entry GPS static image from Google Maps
333
+ *
334
+ * @generated from rpc Scailo.VisitationsService.ViewEntryGPSStaticImage
335
+ */
336
+ viewEntryGPSStaticImage: {
337
+ name: "ViewEntryGPSStaticImage",
338
+ I: base_scailo_pb_js_1.IdentifierUUID,
339
+ O: base_scailo_pb_js_1.ImageResponse,
340
+ kind: protobuf_1.MethodKind.Unary,
341
+ },
342
+ /**
343
+ * View exit GPS static image from Google Maps
344
+ *
345
+ * @generated from rpc Scailo.VisitationsService.ViewExitGPSStaticImage
346
+ */
347
+ viewExitGPSStaticImage: {
348
+ name: "ViewExitGPSStaticImage",
349
+ I: base_scailo_pb_js_1.IdentifierUUID,
350
+ O: base_scailo_pb_js_1.ImageResponse,
351
+ kind: protobuf_1.MethodKind.Unary,
352
+ },
331
353
  /**
332
354
  * View QR Code
333
355
  *
@@ -165,7 +165,7 @@ export declare const ActivitiesService: {
165
165
  readonly kind: MethodKind.Unary;
166
166
  };
167
167
  /**
168
- * View Statistics of Activity Action by UUID
168
+ * View Statistics of Activity Action by ID
169
169
  *
170
170
  * @generated from rpc Scailo.ActivitiesService.ViewActionStatistics
171
171
  */
@@ -1295,6 +1295,12 @@ export declare class ActivityAction extends Message<ActivityAction> {
1295
1295
  * @generated from field: uint64 points = 14;
1296
1296
  */
1297
1297
  points: bigint;
1298
+ /**
1299
+ * Stores the statistics of the activity action
1300
+ *
1301
+ * @generated from field: Scailo.ActivityActionStatistics statistics = 30;
1302
+ */
1303
+ statistics?: ActivityActionStatistics;
1298
1304
  constructor(data?: PartialMessage<ActivityAction>);
1299
1305
  static readonly runtime: typeof proto3;
1300
1306
  static readonly typeName = "Scailo.ActivityAction";