@kernelminds/scailo-sdk 0.0.84 → 0.0.85
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/lib/cjs/src/activities.scailo_connect.js +1 -1
- package/lib/cjs/src/activities_groups.scailo_connect.js +1 -1
- package/lib/cjs/src/projects.scailo_connect.js +1 -1
- package/lib/cjs/src/purchases_indents.scailo_connect.js +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +1 -1
- package/lib/esm/src/activities.scailo_connect.js +1 -1
- package/lib/esm/src/activities_groups.scailo_connect.js +1 -1
- package/lib/esm/src/projects.scailo_connect.js +1 -1
- package/lib/esm/src/purchases_indents.scailo_connect.js +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +1 -1
- package/package.json +1 -1
|
@@ -579,7 +579,7 @@ exports.ActivitiesService = {
|
|
|
579
579
|
*/
|
|
580
580
|
viewStatistics: {
|
|
581
581
|
name: "ViewStatistics",
|
|
582
|
-
I: base_scailo_pb_js_1.
|
|
582
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
583
583
|
O: activities_scailo_pb_js_1.ActivityStatistics,
|
|
584
584
|
kind: protobuf_1.MethodKind.Unary,
|
|
585
585
|
},
|
|
@@ -247,7 +247,7 @@ exports.ActivitiesGroupsService = {
|
|
|
247
247
|
*/
|
|
248
248
|
viewStatistics: {
|
|
249
249
|
name: "ViewStatistics",
|
|
250
|
-
I: base_scailo_pb_js_1.
|
|
250
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
251
251
|
O: activities_groups_scailo_pb_js_1.ActivityGroupStatistics,
|
|
252
252
|
kind: protobuf_1.MethodKind.Unary,
|
|
253
253
|
},
|
|
@@ -343,7 +343,7 @@ exports.ProjectsService = {
|
|
|
343
343
|
*/
|
|
344
344
|
viewStatistics: {
|
|
345
345
|
name: "ViewStatistics",
|
|
346
|
-
I: base_scailo_pb_js_1.
|
|
346
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
347
347
|
O: projects_scailo_pb_js_1.ProjectStatistics,
|
|
348
348
|
kind: protobuf_1.MethodKind.Unary,
|
|
349
349
|
},
|
|
@@ -521,7 +521,7 @@ exports.PurchasesIndentsService = {
|
|
|
521
521
|
*/
|
|
522
522
|
viewOrderedStatistics: {
|
|
523
523
|
name: "ViewOrderedStatistics",
|
|
524
|
-
I: base_scailo_pb_js_1.
|
|
524
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
525
525
|
O: purchases_indents_scailo_pb_js_1.PurchaseIndentOrderedStatisticsList,
|
|
526
526
|
kind: protobuf_1.MethodKind.Unary,
|
|
527
527
|
},
|
|
@@ -572,7 +572,7 @@ export declare const ActivitiesService: {
|
|
|
572
572
|
*/
|
|
573
573
|
readonly viewStatistics: {
|
|
574
574
|
readonly name: "ViewStatistics";
|
|
575
|
-
readonly I: typeof
|
|
575
|
+
readonly I: typeof IdentifierUUID;
|
|
576
576
|
readonly O: typeof ActivityStatistics;
|
|
577
577
|
readonly kind: MethodKind.Unary;
|
|
578
578
|
};
|
|
@@ -240,7 +240,7 @@ export declare const ActivitiesGroupsService: {
|
|
|
240
240
|
*/
|
|
241
241
|
readonly viewStatistics: {
|
|
242
242
|
readonly name: "ViewStatistics";
|
|
243
|
-
readonly I: typeof
|
|
243
|
+
readonly I: typeof IdentifierUUID;
|
|
244
244
|
readonly O: typeof ActivityGroupStatistics;
|
|
245
245
|
readonly kind: MethodKind.Unary;
|
|
246
246
|
};
|
|
@@ -336,7 +336,7 @@ export declare const ProjectsService: {
|
|
|
336
336
|
*/
|
|
337
337
|
readonly viewStatistics: {
|
|
338
338
|
readonly name: "ViewStatistics";
|
|
339
|
-
readonly I: typeof
|
|
339
|
+
readonly I: typeof IdentifierUUID;
|
|
340
340
|
readonly O: typeof ProjectStatistics;
|
|
341
341
|
readonly kind: MethodKind.Unary;
|
|
342
342
|
};
|
|
@@ -514,7 +514,7 @@ export declare const PurchasesIndentsService: {
|
|
|
514
514
|
*/
|
|
515
515
|
readonly viewOrderedStatistics: {
|
|
516
516
|
readonly name: "ViewOrderedStatistics";
|
|
517
|
-
readonly I: typeof
|
|
517
|
+
readonly I: typeof IdentifierUUID;
|
|
518
518
|
readonly O: typeof PurchaseIndentOrderedStatisticsList;
|
|
519
519
|
readonly kind: MethodKind.Unary;
|
|
520
520
|
};
|
|
@@ -579,7 +579,7 @@ exports.ActivitiesService = {
|
|
|
579
579
|
*/
|
|
580
580
|
viewStatistics: {
|
|
581
581
|
name: "ViewStatistics",
|
|
582
|
-
I: base_scailo_pb_js_1.
|
|
582
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
583
583
|
O: activities_scailo_pb_js_1.ActivityStatistics,
|
|
584
584
|
kind: protobuf_1.MethodKind.Unary,
|
|
585
585
|
},
|
|
@@ -247,7 +247,7 @@ exports.ActivitiesGroupsService = {
|
|
|
247
247
|
*/
|
|
248
248
|
viewStatistics: {
|
|
249
249
|
name: "ViewStatistics",
|
|
250
|
-
I: base_scailo_pb_js_1.
|
|
250
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
251
251
|
O: activities_groups_scailo_pb_js_1.ActivityGroupStatistics,
|
|
252
252
|
kind: protobuf_1.MethodKind.Unary,
|
|
253
253
|
},
|
|
@@ -343,7 +343,7 @@ exports.ProjectsService = {
|
|
|
343
343
|
*/
|
|
344
344
|
viewStatistics: {
|
|
345
345
|
name: "ViewStatistics",
|
|
346
|
-
I: base_scailo_pb_js_1.
|
|
346
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
347
347
|
O: projects_scailo_pb_js_1.ProjectStatistics,
|
|
348
348
|
kind: protobuf_1.MethodKind.Unary,
|
|
349
349
|
},
|
|
@@ -521,7 +521,7 @@ exports.PurchasesIndentsService = {
|
|
|
521
521
|
*/
|
|
522
522
|
viewOrderedStatistics: {
|
|
523
523
|
name: "ViewOrderedStatistics",
|
|
524
|
-
I: base_scailo_pb_js_1.
|
|
524
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
525
525
|
O: purchases_indents_scailo_pb_js_1.PurchaseIndentOrderedStatisticsList,
|
|
526
526
|
kind: protobuf_1.MethodKind.Unary,
|
|
527
527
|
},
|
|
@@ -572,7 +572,7 @@ export declare const ActivitiesService: {
|
|
|
572
572
|
*/
|
|
573
573
|
readonly viewStatistics: {
|
|
574
574
|
readonly name: "ViewStatistics";
|
|
575
|
-
readonly I: typeof
|
|
575
|
+
readonly I: typeof IdentifierUUID;
|
|
576
576
|
readonly O: typeof ActivityStatistics;
|
|
577
577
|
readonly kind: MethodKind.Unary;
|
|
578
578
|
};
|
|
@@ -240,7 +240,7 @@ export declare const ActivitiesGroupsService: {
|
|
|
240
240
|
*/
|
|
241
241
|
readonly viewStatistics: {
|
|
242
242
|
readonly name: "ViewStatistics";
|
|
243
|
-
readonly I: typeof
|
|
243
|
+
readonly I: typeof IdentifierUUID;
|
|
244
244
|
readonly O: typeof ActivityGroupStatistics;
|
|
245
245
|
readonly kind: MethodKind.Unary;
|
|
246
246
|
};
|
|
@@ -336,7 +336,7 @@ export declare const ProjectsService: {
|
|
|
336
336
|
*/
|
|
337
337
|
readonly viewStatistics: {
|
|
338
338
|
readonly name: "ViewStatistics";
|
|
339
|
-
readonly I: typeof
|
|
339
|
+
readonly I: typeof IdentifierUUID;
|
|
340
340
|
readonly O: typeof ProjectStatistics;
|
|
341
341
|
readonly kind: MethodKind.Unary;
|
|
342
342
|
};
|
|
@@ -514,7 +514,7 @@ export declare const PurchasesIndentsService: {
|
|
|
514
514
|
*/
|
|
515
515
|
readonly viewOrderedStatistics: {
|
|
516
516
|
readonly name: "ViewOrderedStatistics";
|
|
517
|
-
readonly I: typeof
|
|
517
|
+
readonly I: typeof IdentifierUUID;
|
|
518
518
|
readonly O: typeof PurchaseIndentOrderedStatisticsList;
|
|
519
519
|
readonly kind: MethodKind.Unary;
|
|
520
520
|
};
|