@kernelminds/scailo-sdk 0.0.86 → 0.0.87
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.
|
@@ -172,7 +172,7 @@ exports.ActivitiesService = {
|
|
|
172
172
|
kind: protobuf_1.MethodKind.Unary,
|
|
173
173
|
},
|
|
174
174
|
/**
|
|
175
|
-
* View Statistics of Activity Action by
|
|
175
|
+
* View Statistics of Activity Action by UUID
|
|
176
176
|
*
|
|
177
177
|
* @generated from rpc Scailo.ActivitiesService.ViewActionStatistics
|
|
178
178
|
*/
|
|
@@ -183,13 +183,13 @@ exports.ActivitiesService = {
|
|
|
183
183
|
kind: protobuf_1.MethodKind.Unary,
|
|
184
184
|
},
|
|
185
185
|
/**
|
|
186
|
-
* View all actions for given activity
|
|
186
|
+
* View all actions for given activity UUID
|
|
187
187
|
*
|
|
188
188
|
* @generated from rpc Scailo.ActivitiesService.ViewActions
|
|
189
189
|
*/
|
|
190
190
|
viewActions: {
|
|
191
191
|
name: "ViewActions",
|
|
192
|
-
I: base_scailo_pb_js_1.
|
|
192
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
193
193
|
O: activities_scailo_pb_js_1.ActivityActionsList,
|
|
194
194
|
kind: protobuf_1.MethodKind.Unary,
|
|
195
195
|
},
|
|
@@ -283,13 +283,13 @@ exports.ActivitiesService = {
|
|
|
283
283
|
kind: protobuf_1.MethodKind.Unary,
|
|
284
284
|
},
|
|
285
285
|
/**
|
|
286
|
-
* View all activities tags for given activity
|
|
286
|
+
* View all activities tags for given activity UUID
|
|
287
287
|
*
|
|
288
288
|
* @generated from rpc Scailo.ActivitiesService.ViewActivityTagAssociations
|
|
289
289
|
*/
|
|
290
290
|
viewActivityTagAssociations: {
|
|
291
291
|
name: "ViewActivityTagAssociations",
|
|
292
|
-
I: base_scailo_pb_js_1.
|
|
292
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
293
293
|
O: activities_scailo_pb_js_1.ActivityTagAssociationsList,
|
|
294
294
|
kind: protobuf_1.MethodKind.Unary,
|
|
295
295
|
},
|
|
@@ -327,13 +327,13 @@ exports.ActivitiesService = {
|
|
|
327
327
|
kind: protobuf_1.MethodKind.Unary,
|
|
328
328
|
},
|
|
329
329
|
/**
|
|
330
|
-
* View all owners for given activity
|
|
330
|
+
* View all owners for given activity UUID
|
|
331
331
|
*
|
|
332
332
|
* @generated from rpc Scailo.ActivitiesService.ViewOwners
|
|
333
333
|
*/
|
|
334
334
|
viewOwners: {
|
|
335
335
|
name: "ViewOwners",
|
|
336
|
-
I: base_scailo_pb_js_1.
|
|
336
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
337
337
|
O: activities_scailo_pb_js_1.ActivityOwnersList,
|
|
338
338
|
kind: protobuf_1.MethodKind.Unary,
|
|
339
339
|
},
|
|
@@ -393,13 +393,13 @@ exports.ActivitiesService = {
|
|
|
393
393
|
kind: protobuf_1.MethodKind.Unary,
|
|
394
394
|
},
|
|
395
395
|
/**
|
|
396
|
-
* View all supervisors for given activity
|
|
396
|
+
* View all supervisors for given activity UUID
|
|
397
397
|
*
|
|
398
398
|
* @generated from rpc Scailo.ActivitiesService.ViewSupervisors
|
|
399
399
|
*/
|
|
400
400
|
viewSupervisors: {
|
|
401
401
|
name: "ViewSupervisors",
|
|
402
|
-
I: base_scailo_pb_js_1.
|
|
402
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
403
403
|
O: activities_scailo_pb_js_1.ActivitySupervisorsList,
|
|
404
404
|
kind: protobuf_1.MethodKind.Unary,
|
|
405
405
|
},
|
|
@@ -437,13 +437,13 @@ exports.ActivitiesService = {
|
|
|
437
437
|
kind: protobuf_1.MethodKind.Unary,
|
|
438
438
|
},
|
|
439
439
|
/**
|
|
440
|
-
* View all timers for given activity
|
|
440
|
+
* View all timers for given activity UUID
|
|
441
441
|
*
|
|
442
442
|
* @generated from rpc Scailo.ActivitiesService.ViewTimers
|
|
443
443
|
*/
|
|
444
444
|
viewTimers: {
|
|
445
445
|
name: "ViewTimers",
|
|
446
|
-
I: base_scailo_pb_js_1.
|
|
446
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
447
447
|
O: activities_scailo_pb_js_1.ActivityTimersList,
|
|
448
448
|
kind: protobuf_1.MethodKind.Unary,
|
|
449
449
|
},
|
|
@@ -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
|
|
168
|
+
* View Statistics of Activity Action by UUID
|
|
169
169
|
*
|
|
170
170
|
* @generated from rpc Scailo.ActivitiesService.ViewActionStatistics
|
|
171
171
|
*/
|
|
@@ -176,13 +176,13 @@ export declare const ActivitiesService: {
|
|
|
176
176
|
readonly kind: MethodKind.Unary;
|
|
177
177
|
};
|
|
178
178
|
/**
|
|
179
|
-
* View all actions for given activity
|
|
179
|
+
* View all actions for given activity UUID
|
|
180
180
|
*
|
|
181
181
|
* @generated from rpc Scailo.ActivitiesService.ViewActions
|
|
182
182
|
*/
|
|
183
183
|
readonly viewActions: {
|
|
184
184
|
readonly name: "ViewActions";
|
|
185
|
-
readonly I: typeof
|
|
185
|
+
readonly I: typeof IdentifierUUID;
|
|
186
186
|
readonly O: typeof ActivityActionsList;
|
|
187
187
|
readonly kind: MethodKind.Unary;
|
|
188
188
|
};
|
|
@@ -276,13 +276,13 @@ export declare const ActivitiesService: {
|
|
|
276
276
|
readonly kind: MethodKind.Unary;
|
|
277
277
|
};
|
|
278
278
|
/**
|
|
279
|
-
* View all activities tags for given activity
|
|
279
|
+
* View all activities tags for given activity UUID
|
|
280
280
|
*
|
|
281
281
|
* @generated from rpc Scailo.ActivitiesService.ViewActivityTagAssociations
|
|
282
282
|
*/
|
|
283
283
|
readonly viewActivityTagAssociations: {
|
|
284
284
|
readonly name: "ViewActivityTagAssociations";
|
|
285
|
-
readonly I: typeof
|
|
285
|
+
readonly I: typeof IdentifierUUID;
|
|
286
286
|
readonly O: typeof ActivityTagAssociationsList;
|
|
287
287
|
readonly kind: MethodKind.Unary;
|
|
288
288
|
};
|
|
@@ -320,13 +320,13 @@ export declare const ActivitiesService: {
|
|
|
320
320
|
readonly kind: MethodKind.Unary;
|
|
321
321
|
};
|
|
322
322
|
/**
|
|
323
|
-
* View all owners for given activity
|
|
323
|
+
* View all owners for given activity UUID
|
|
324
324
|
*
|
|
325
325
|
* @generated from rpc Scailo.ActivitiesService.ViewOwners
|
|
326
326
|
*/
|
|
327
327
|
readonly viewOwners: {
|
|
328
328
|
readonly name: "ViewOwners";
|
|
329
|
-
readonly I: typeof
|
|
329
|
+
readonly I: typeof IdentifierUUID;
|
|
330
330
|
readonly O: typeof ActivityOwnersList;
|
|
331
331
|
readonly kind: MethodKind.Unary;
|
|
332
332
|
};
|
|
@@ -386,13 +386,13 @@ export declare const ActivitiesService: {
|
|
|
386
386
|
readonly kind: MethodKind.Unary;
|
|
387
387
|
};
|
|
388
388
|
/**
|
|
389
|
-
* View all supervisors for given activity
|
|
389
|
+
* View all supervisors for given activity UUID
|
|
390
390
|
*
|
|
391
391
|
* @generated from rpc Scailo.ActivitiesService.ViewSupervisors
|
|
392
392
|
*/
|
|
393
393
|
readonly viewSupervisors: {
|
|
394
394
|
readonly name: "ViewSupervisors";
|
|
395
|
-
readonly I: typeof
|
|
395
|
+
readonly I: typeof IdentifierUUID;
|
|
396
396
|
readonly O: typeof ActivitySupervisorsList;
|
|
397
397
|
readonly kind: MethodKind.Unary;
|
|
398
398
|
};
|
|
@@ -430,13 +430,13 @@ export declare const ActivitiesService: {
|
|
|
430
430
|
readonly kind: MethodKind.Unary;
|
|
431
431
|
};
|
|
432
432
|
/**
|
|
433
|
-
* View all timers for given activity
|
|
433
|
+
* View all timers for given activity UUID
|
|
434
434
|
*
|
|
435
435
|
* @generated from rpc Scailo.ActivitiesService.ViewTimers
|
|
436
436
|
*/
|
|
437
437
|
readonly viewTimers: {
|
|
438
438
|
readonly name: "ViewTimers";
|
|
439
|
-
readonly I: typeof
|
|
439
|
+
readonly I: typeof IdentifierUUID;
|
|
440
440
|
readonly O: typeof ActivityTimersList;
|
|
441
441
|
readonly kind: MethodKind.Unary;
|
|
442
442
|
};
|
|
@@ -172,7 +172,7 @@ exports.ActivitiesService = {
|
|
|
172
172
|
kind: protobuf_1.MethodKind.Unary,
|
|
173
173
|
},
|
|
174
174
|
/**
|
|
175
|
-
* View Statistics of Activity Action by
|
|
175
|
+
* View Statistics of Activity Action by UUID
|
|
176
176
|
*
|
|
177
177
|
* @generated from rpc Scailo.ActivitiesService.ViewActionStatistics
|
|
178
178
|
*/
|
|
@@ -183,13 +183,13 @@ exports.ActivitiesService = {
|
|
|
183
183
|
kind: protobuf_1.MethodKind.Unary,
|
|
184
184
|
},
|
|
185
185
|
/**
|
|
186
|
-
* View all actions for given activity
|
|
186
|
+
* View all actions for given activity UUID
|
|
187
187
|
*
|
|
188
188
|
* @generated from rpc Scailo.ActivitiesService.ViewActions
|
|
189
189
|
*/
|
|
190
190
|
viewActions: {
|
|
191
191
|
name: "ViewActions",
|
|
192
|
-
I: base_scailo_pb_js_1.
|
|
192
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
193
193
|
O: activities_scailo_pb_js_1.ActivityActionsList,
|
|
194
194
|
kind: protobuf_1.MethodKind.Unary,
|
|
195
195
|
},
|
|
@@ -283,13 +283,13 @@ exports.ActivitiesService = {
|
|
|
283
283
|
kind: protobuf_1.MethodKind.Unary,
|
|
284
284
|
},
|
|
285
285
|
/**
|
|
286
|
-
* View all activities tags for given activity
|
|
286
|
+
* View all activities tags for given activity UUID
|
|
287
287
|
*
|
|
288
288
|
* @generated from rpc Scailo.ActivitiesService.ViewActivityTagAssociations
|
|
289
289
|
*/
|
|
290
290
|
viewActivityTagAssociations: {
|
|
291
291
|
name: "ViewActivityTagAssociations",
|
|
292
|
-
I: base_scailo_pb_js_1.
|
|
292
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
293
293
|
O: activities_scailo_pb_js_1.ActivityTagAssociationsList,
|
|
294
294
|
kind: protobuf_1.MethodKind.Unary,
|
|
295
295
|
},
|
|
@@ -327,13 +327,13 @@ exports.ActivitiesService = {
|
|
|
327
327
|
kind: protobuf_1.MethodKind.Unary,
|
|
328
328
|
},
|
|
329
329
|
/**
|
|
330
|
-
* View all owners for given activity
|
|
330
|
+
* View all owners for given activity UUID
|
|
331
331
|
*
|
|
332
332
|
* @generated from rpc Scailo.ActivitiesService.ViewOwners
|
|
333
333
|
*/
|
|
334
334
|
viewOwners: {
|
|
335
335
|
name: "ViewOwners",
|
|
336
|
-
I: base_scailo_pb_js_1.
|
|
336
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
337
337
|
O: activities_scailo_pb_js_1.ActivityOwnersList,
|
|
338
338
|
kind: protobuf_1.MethodKind.Unary,
|
|
339
339
|
},
|
|
@@ -393,13 +393,13 @@ exports.ActivitiesService = {
|
|
|
393
393
|
kind: protobuf_1.MethodKind.Unary,
|
|
394
394
|
},
|
|
395
395
|
/**
|
|
396
|
-
* View all supervisors for given activity
|
|
396
|
+
* View all supervisors for given activity UUID
|
|
397
397
|
*
|
|
398
398
|
* @generated from rpc Scailo.ActivitiesService.ViewSupervisors
|
|
399
399
|
*/
|
|
400
400
|
viewSupervisors: {
|
|
401
401
|
name: "ViewSupervisors",
|
|
402
|
-
I: base_scailo_pb_js_1.
|
|
402
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
403
403
|
O: activities_scailo_pb_js_1.ActivitySupervisorsList,
|
|
404
404
|
kind: protobuf_1.MethodKind.Unary,
|
|
405
405
|
},
|
|
@@ -437,13 +437,13 @@ exports.ActivitiesService = {
|
|
|
437
437
|
kind: protobuf_1.MethodKind.Unary,
|
|
438
438
|
},
|
|
439
439
|
/**
|
|
440
|
-
* View all timers for given activity
|
|
440
|
+
* View all timers for given activity UUID
|
|
441
441
|
*
|
|
442
442
|
* @generated from rpc Scailo.ActivitiesService.ViewTimers
|
|
443
443
|
*/
|
|
444
444
|
viewTimers: {
|
|
445
445
|
name: "ViewTimers",
|
|
446
|
-
I: base_scailo_pb_js_1.
|
|
446
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
447
447
|
O: activities_scailo_pb_js_1.ActivityTimersList,
|
|
448
448
|
kind: protobuf_1.MethodKind.Unary,
|
|
449
449
|
},
|
|
@@ -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
|
|
168
|
+
* View Statistics of Activity Action by UUID
|
|
169
169
|
*
|
|
170
170
|
* @generated from rpc Scailo.ActivitiesService.ViewActionStatistics
|
|
171
171
|
*/
|
|
@@ -176,13 +176,13 @@ export declare const ActivitiesService: {
|
|
|
176
176
|
readonly kind: MethodKind.Unary;
|
|
177
177
|
};
|
|
178
178
|
/**
|
|
179
|
-
* View all actions for given activity
|
|
179
|
+
* View all actions for given activity UUID
|
|
180
180
|
*
|
|
181
181
|
* @generated from rpc Scailo.ActivitiesService.ViewActions
|
|
182
182
|
*/
|
|
183
183
|
readonly viewActions: {
|
|
184
184
|
readonly name: "ViewActions";
|
|
185
|
-
readonly I: typeof
|
|
185
|
+
readonly I: typeof IdentifierUUID;
|
|
186
186
|
readonly O: typeof ActivityActionsList;
|
|
187
187
|
readonly kind: MethodKind.Unary;
|
|
188
188
|
};
|
|
@@ -276,13 +276,13 @@ export declare const ActivitiesService: {
|
|
|
276
276
|
readonly kind: MethodKind.Unary;
|
|
277
277
|
};
|
|
278
278
|
/**
|
|
279
|
-
* View all activities tags for given activity
|
|
279
|
+
* View all activities tags for given activity UUID
|
|
280
280
|
*
|
|
281
281
|
* @generated from rpc Scailo.ActivitiesService.ViewActivityTagAssociations
|
|
282
282
|
*/
|
|
283
283
|
readonly viewActivityTagAssociations: {
|
|
284
284
|
readonly name: "ViewActivityTagAssociations";
|
|
285
|
-
readonly I: typeof
|
|
285
|
+
readonly I: typeof IdentifierUUID;
|
|
286
286
|
readonly O: typeof ActivityTagAssociationsList;
|
|
287
287
|
readonly kind: MethodKind.Unary;
|
|
288
288
|
};
|
|
@@ -320,13 +320,13 @@ export declare const ActivitiesService: {
|
|
|
320
320
|
readonly kind: MethodKind.Unary;
|
|
321
321
|
};
|
|
322
322
|
/**
|
|
323
|
-
* View all owners for given activity
|
|
323
|
+
* View all owners for given activity UUID
|
|
324
324
|
*
|
|
325
325
|
* @generated from rpc Scailo.ActivitiesService.ViewOwners
|
|
326
326
|
*/
|
|
327
327
|
readonly viewOwners: {
|
|
328
328
|
readonly name: "ViewOwners";
|
|
329
|
-
readonly I: typeof
|
|
329
|
+
readonly I: typeof IdentifierUUID;
|
|
330
330
|
readonly O: typeof ActivityOwnersList;
|
|
331
331
|
readonly kind: MethodKind.Unary;
|
|
332
332
|
};
|
|
@@ -386,13 +386,13 @@ export declare const ActivitiesService: {
|
|
|
386
386
|
readonly kind: MethodKind.Unary;
|
|
387
387
|
};
|
|
388
388
|
/**
|
|
389
|
-
* View all supervisors for given activity
|
|
389
|
+
* View all supervisors for given activity UUID
|
|
390
390
|
*
|
|
391
391
|
* @generated from rpc Scailo.ActivitiesService.ViewSupervisors
|
|
392
392
|
*/
|
|
393
393
|
readonly viewSupervisors: {
|
|
394
394
|
readonly name: "ViewSupervisors";
|
|
395
|
-
readonly I: typeof
|
|
395
|
+
readonly I: typeof IdentifierUUID;
|
|
396
396
|
readonly O: typeof ActivitySupervisorsList;
|
|
397
397
|
readonly kind: MethodKind.Unary;
|
|
398
398
|
};
|
|
@@ -430,13 +430,13 @@ export declare const ActivitiesService: {
|
|
|
430
430
|
readonly kind: MethodKind.Unary;
|
|
431
431
|
};
|
|
432
432
|
/**
|
|
433
|
-
* View all timers for given activity
|
|
433
|
+
* View all timers for given activity UUID
|
|
434
434
|
*
|
|
435
435
|
* @generated from rpc Scailo.ActivitiesService.ViewTimers
|
|
436
436
|
*/
|
|
437
437
|
readonly viewTimers: {
|
|
438
438
|
readonly name: "ViewTimers";
|
|
439
|
-
readonly I: typeof
|
|
439
|
+
readonly I: typeof IdentifierUUID;
|
|
440
440
|
readonly O: typeof ActivityTimersList;
|
|
441
441
|
readonly kind: MethodKind.Unary;
|
|
442
442
|
};
|