@kernelminds/scailo-sdk 0.0.117 → 0.1.1
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/README.md +4 -4
- package/lib/cjs/index.js +321 -321
- package/lib/cjs/src/vault_commons.scailo_pb.js +29 -22
- package/lib/cjs/types/index.d.ts +108 -108
- package/lib/cjs/types/index.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +21 -15
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/index.js +321 -321
- package/lib/esm/src/vault_commons.scailo_pb.js +29 -22
- package/lib/esm/types/index.d.ts +108 -108
- package/lib/esm/types/index.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +21 -15
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/package.json +2 -1
package/lib/cjs/types/index.d.ts
CHANGED
|
@@ -217,7 +217,7 @@ export * from "./src/work_orders.scailo_connect";
|
|
|
217
217
|
export * from "./src/work_orders.scailo_pb";
|
|
218
218
|
export * from "./src/workflows_rules.scailo_connect";
|
|
219
219
|
export * from "./src/workflows_rules.scailo_pb";
|
|
220
|
-
import {
|
|
220
|
+
import { Client, Transport } from "@connectrpc/connect";
|
|
221
221
|
import { AbsencesService } from "./src/absences.scailo_connect";
|
|
222
222
|
import { ActionsCodesService } from "./src/actions_codes.scailo_connect";
|
|
223
223
|
import { ActivitiesService } from "./src/activities.scailo_connect";
|
|
@@ -352,7 +352,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
352
352
|
```
|
|
353
353
|
|
|
354
354
|
*/
|
|
355
|
-
export declare function
|
|
355
|
+
export declare function getScailoClientForAbsencesService(transport: Transport): Client<typeof AbsencesService>;
|
|
356
356
|
/**
|
|
357
357
|
|
|
358
358
|
Get the client to access the ActionsCodesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -380,7 +380,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
380
380
|
```
|
|
381
381
|
|
|
382
382
|
*/
|
|
383
|
-
export declare function
|
|
383
|
+
export declare function getScailoClientForActionsCodesService(transport: Transport): Client<typeof ActionsCodesService>;
|
|
384
384
|
/**
|
|
385
385
|
|
|
386
386
|
Get the client to access the ActivitiesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -408,7 +408,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
408
408
|
```
|
|
409
409
|
|
|
410
410
|
*/
|
|
411
|
-
export declare function
|
|
411
|
+
export declare function getScailoClientForActivitiesService(transport: Transport): Client<typeof ActivitiesService>;
|
|
412
412
|
/**
|
|
413
413
|
|
|
414
414
|
Get the client to access the ActivitiesGroupsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -436,7 +436,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
436
436
|
```
|
|
437
437
|
|
|
438
438
|
*/
|
|
439
|
-
export declare function
|
|
439
|
+
export declare function getScailoClientForActivitiesGroupsService(transport: Transport): Client<typeof ActivitiesGroupsService>;
|
|
440
440
|
/**
|
|
441
441
|
|
|
442
442
|
Get the client to access the ActivitiesStatusesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -464,7 +464,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
464
464
|
```
|
|
465
465
|
|
|
466
466
|
*/
|
|
467
|
-
export declare function
|
|
467
|
+
export declare function getScailoClientForActivitiesStatusesService(transport: Transport): Client<typeof ActivitiesStatusesService>;
|
|
468
468
|
/**
|
|
469
469
|
|
|
470
470
|
Get the client to access the ActivitiesTagsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -492,7 +492,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
492
492
|
```
|
|
493
493
|
|
|
494
494
|
*/
|
|
495
|
-
export declare function
|
|
495
|
+
export declare function getScailoClientForActivitiesTagsService(transport: Transport): Client<typeof ActivitiesTagsService>;
|
|
496
496
|
/**
|
|
497
497
|
|
|
498
498
|
Get the client to access the AnnouncementsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -520,7 +520,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
520
520
|
```
|
|
521
521
|
|
|
522
522
|
*/
|
|
523
|
-
export declare function
|
|
523
|
+
export declare function getScailoClientForAnnouncementsService(transport: Transport): Client<typeof AnnouncementsService>;
|
|
524
524
|
/**
|
|
525
525
|
|
|
526
526
|
Get the client to access the AssetIndentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -548,7 +548,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
548
548
|
```
|
|
549
549
|
|
|
550
550
|
*/
|
|
551
|
-
export declare function
|
|
551
|
+
export declare function getScailoClientForAssetIndentsService(transport: Transport): Client<typeof AssetIndentsService>;
|
|
552
552
|
/**
|
|
553
553
|
|
|
554
554
|
Get the client to access the AssociatesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -576,7 +576,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
576
576
|
```
|
|
577
577
|
|
|
578
578
|
*/
|
|
579
|
-
export declare function
|
|
579
|
+
export declare function getScailoClientForAssociatesService(transport: Transport): Client<typeof AssociatesService>;
|
|
580
580
|
/**
|
|
581
581
|
|
|
582
582
|
Get the client to access the AttendancesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -604,7 +604,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
604
604
|
```
|
|
605
605
|
|
|
606
606
|
*/
|
|
607
|
-
export declare function
|
|
607
|
+
export declare function getScailoClientForAttendancesService(transport: Transport): Client<typeof AttendancesService>;
|
|
608
608
|
/**
|
|
609
609
|
|
|
610
610
|
Get the client to access the AttendancesAmendmentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -632,7 +632,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
632
632
|
```
|
|
633
633
|
|
|
634
634
|
*/
|
|
635
|
-
export declare function
|
|
635
|
+
export declare function getScailoClientForAttendancesAmendmentsService(transport: Transport): Client<typeof AttendancesAmendmentsService>;
|
|
636
636
|
/**
|
|
637
637
|
|
|
638
638
|
Get the client to access the BankAccountsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -660,7 +660,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
660
660
|
```
|
|
661
661
|
|
|
662
662
|
*/
|
|
663
|
-
export declare function
|
|
663
|
+
export declare function getScailoClientForBankAccountsService(transport: Transport): Client<typeof BankAccountsService>;
|
|
664
664
|
/**
|
|
665
665
|
|
|
666
666
|
Get the client to access the ClientStreamsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -688,7 +688,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
688
688
|
```
|
|
689
689
|
|
|
690
690
|
*/
|
|
691
|
-
export declare function
|
|
691
|
+
export declare function getScailoClientForClientStreamsService(transport: Transport): Client<typeof ClientStreamsService>;
|
|
692
692
|
/**
|
|
693
693
|
|
|
694
694
|
Get the client to access the ClientsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -716,7 +716,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
716
716
|
```
|
|
717
717
|
|
|
718
718
|
*/
|
|
719
|
-
export declare function
|
|
719
|
+
export declare function getScailoClientForClientsService(transport: Transport): Client<typeof ClientsService>;
|
|
720
720
|
/**
|
|
721
721
|
|
|
722
722
|
Get the client to access the ComponentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -744,7 +744,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
744
744
|
```
|
|
745
745
|
|
|
746
746
|
*/
|
|
747
|
-
export declare function
|
|
747
|
+
export declare function getScailoClientForComponentsService(transport: Transport): Client<typeof ComponentsService>;
|
|
748
748
|
/**
|
|
749
749
|
|
|
750
750
|
Get the client to access the CreditNotesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -772,7 +772,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
772
772
|
```
|
|
773
773
|
|
|
774
774
|
*/
|
|
775
|
-
export declare function
|
|
775
|
+
export declare function getScailoClientForCreditNotesService(transport: Transport): Client<typeof CreditNotesService>;
|
|
776
776
|
/**
|
|
777
777
|
|
|
778
778
|
Get the client to access the CurrenciesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -800,7 +800,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
800
800
|
```
|
|
801
801
|
|
|
802
802
|
*/
|
|
803
|
-
export declare function
|
|
803
|
+
export declare function getScailoClientForCurrenciesService(transport: Transport): Client<typeof CurrenciesService>;
|
|
804
804
|
/**
|
|
805
805
|
|
|
806
806
|
Get the client to access the DebitNotesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -828,7 +828,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
828
828
|
```
|
|
829
829
|
|
|
830
830
|
*/
|
|
831
|
-
export declare function
|
|
831
|
+
export declare function getScailoClientForDebitNotesService(transport: Transport): Client<typeof DebitNotesService>;
|
|
832
832
|
/**
|
|
833
833
|
|
|
834
834
|
Get the client to access the DepartmentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -856,7 +856,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
856
856
|
```
|
|
857
857
|
|
|
858
858
|
*/
|
|
859
|
-
export declare function
|
|
859
|
+
export declare function getScailoClientForDepartmentsService(transport: Transport): Client<typeof DepartmentsService>;
|
|
860
860
|
/**
|
|
861
861
|
|
|
862
862
|
Get the client to access the EquationsFamiliesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -884,7 +884,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
884
884
|
```
|
|
885
885
|
|
|
886
886
|
*/
|
|
887
|
-
export declare function
|
|
887
|
+
export declare function getScailoClientForEquationsFamiliesService(transport: Transport): Client<typeof EquationsFamiliesService>;
|
|
888
888
|
/**
|
|
889
889
|
|
|
890
890
|
Get the client to access the EquationsReplaceablesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -912,7 +912,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
912
912
|
```
|
|
913
913
|
|
|
914
914
|
*/
|
|
915
|
-
export declare function
|
|
915
|
+
export declare function getScailoClientForEquationsReplaceablesService(transport: Transport): Client<typeof EquationsReplaceablesService>;
|
|
916
916
|
/**
|
|
917
917
|
|
|
918
918
|
Get the client to access the EquationsSalesBundlesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -940,7 +940,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
940
940
|
```
|
|
941
941
|
|
|
942
942
|
*/
|
|
943
|
-
export declare function
|
|
943
|
+
export declare function getScailoClientForEquationsSalesBundlesService(transport: Transport): Client<typeof EquationsSalesBundlesService>;
|
|
944
944
|
/**
|
|
945
945
|
|
|
946
946
|
Get the client to access the EquationsWorkOrdersService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -968,7 +968,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
968
968
|
```
|
|
969
969
|
|
|
970
970
|
*/
|
|
971
|
-
export declare function
|
|
971
|
+
export declare function getScailoClientForEquationsWorkOrdersService(transport: Transport): Client<typeof EquationsWorkOrdersService>;
|
|
972
972
|
/**
|
|
973
973
|
|
|
974
974
|
Get the client to access the EquipmentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -996,7 +996,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
996
996
|
```
|
|
997
997
|
|
|
998
998
|
*/
|
|
999
|
-
export declare function
|
|
999
|
+
export declare function getScailoClientForEquipmentsService(transport: Transport): Client<typeof EquipmentsService>;
|
|
1000
1000
|
/**
|
|
1001
1001
|
|
|
1002
1002
|
Get the client to access the ExpensesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1024,7 +1024,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1024
1024
|
```
|
|
1025
1025
|
|
|
1026
1026
|
*/
|
|
1027
|
-
export declare function
|
|
1027
|
+
export declare function getScailoClientForExpensesService(transport: Transport): Client<typeof ExpensesService>;
|
|
1028
1028
|
/**
|
|
1029
1029
|
|
|
1030
1030
|
Get the client to access the FamiliesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1052,7 +1052,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1052
1052
|
```
|
|
1053
1053
|
|
|
1054
1054
|
*/
|
|
1055
|
-
export declare function
|
|
1055
|
+
export declare function getScailoClientForFamiliesService(transport: Transport): Client<typeof FamiliesService>;
|
|
1056
1056
|
/**
|
|
1057
1057
|
|
|
1058
1058
|
Get the client to access the FeedstocksService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1080,7 +1080,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1080
1080
|
```
|
|
1081
1081
|
|
|
1082
1082
|
*/
|
|
1083
|
-
export declare function
|
|
1083
|
+
export declare function getScailoClientForFeedstocksService(transport: Transport): Client<typeof FeedstocksService>;
|
|
1084
1084
|
/**
|
|
1085
1085
|
|
|
1086
1086
|
Get the client to access the FormsFieldsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1108,7 +1108,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1108
1108
|
```
|
|
1109
1109
|
|
|
1110
1110
|
*/
|
|
1111
|
-
export declare function
|
|
1111
|
+
export declare function getScailoClientForFormsFieldsService(transport: Transport): Client<typeof FormsFieldsService>;
|
|
1112
1112
|
/**
|
|
1113
1113
|
|
|
1114
1114
|
Get the client to access the FormsFieldsDataService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1136,7 +1136,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1136
1136
|
```
|
|
1137
1137
|
|
|
1138
1138
|
*/
|
|
1139
|
-
export declare function
|
|
1139
|
+
export declare function getScailoClientForFormsFieldsDataService(transport: Transport): Client<typeof FormsFieldsDataService>;
|
|
1140
1140
|
/**
|
|
1141
1141
|
|
|
1142
1142
|
Get the client to access the FormsSectionsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1164,7 +1164,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1164
1164
|
```
|
|
1165
1165
|
|
|
1166
1166
|
*/
|
|
1167
|
-
export declare function
|
|
1167
|
+
export declare function getScailoClientForFormsSectionsService(transport: Transport): Client<typeof FormsSectionsService>;
|
|
1168
1168
|
/**
|
|
1169
1169
|
|
|
1170
1170
|
Get the client to access the GeneralSettingsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1192,7 +1192,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1192
1192
|
```
|
|
1193
1193
|
|
|
1194
1194
|
*/
|
|
1195
|
-
export declare function
|
|
1195
|
+
export declare function getScailoClientForGeneralSettingsService(transport: Transport): Client<typeof GeneralSettingsService>;
|
|
1196
1196
|
/**
|
|
1197
1197
|
|
|
1198
1198
|
Get the client to access the GeneralStreamsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1220,7 +1220,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1220
1220
|
```
|
|
1221
1221
|
|
|
1222
1222
|
*/
|
|
1223
|
-
export declare function
|
|
1223
|
+
export declare function getScailoClientForGeneralStreamsService(transport: Transport): Client<typeof GeneralStreamsService>;
|
|
1224
1224
|
/**
|
|
1225
1225
|
|
|
1226
1226
|
Get the client to access the GoalsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1248,7 +1248,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1248
1248
|
```
|
|
1249
1249
|
|
|
1250
1250
|
*/
|
|
1251
|
-
export declare function
|
|
1251
|
+
export declare function getScailoClientForGoalsService(transport: Transport): Client<typeof GoalsService>;
|
|
1252
1252
|
/**
|
|
1253
1253
|
|
|
1254
1254
|
Get the client to access the GoodsDispatchesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1276,7 +1276,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1276
1276
|
```
|
|
1277
1277
|
|
|
1278
1278
|
*/
|
|
1279
|
-
export declare function
|
|
1279
|
+
export declare function getScailoClientForGoodsDispatchesService(transport: Transport): Client<typeof GoodsDispatchesService>;
|
|
1280
1280
|
/**
|
|
1281
1281
|
|
|
1282
1282
|
Get the client to access the GoodsReceiptsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1304,7 +1304,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1304
1304
|
```
|
|
1305
1305
|
|
|
1306
1306
|
*/
|
|
1307
|
-
export declare function
|
|
1307
|
+
export declare function getScailoClientForGoodsReceiptsService(transport: Transport): Client<typeof GoodsReceiptsService>;
|
|
1308
1308
|
/**
|
|
1309
1309
|
|
|
1310
1310
|
Get the client to access the HolidaysService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1332,7 +1332,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1332
1332
|
```
|
|
1333
1333
|
|
|
1334
1334
|
*/
|
|
1335
|
-
export declare function
|
|
1335
|
+
export declare function getScailoClientForHolidaysService(transport: Transport): Client<typeof HolidaysService>;
|
|
1336
1336
|
/**
|
|
1337
1337
|
|
|
1338
1338
|
Get the client to access the InfrastructuresService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1360,7 +1360,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1360
1360
|
```
|
|
1361
1361
|
|
|
1362
1362
|
*/
|
|
1363
|
-
export declare function
|
|
1363
|
+
export declare function getScailoClientForInfrastructuresService(transport: Transport): Client<typeof InfrastructuresService>;
|
|
1364
1364
|
/**
|
|
1365
1365
|
|
|
1366
1366
|
Get the client to access the InventoryService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1388,7 +1388,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1388
1388
|
```
|
|
1389
1389
|
|
|
1390
1390
|
*/
|
|
1391
|
-
export declare function
|
|
1391
|
+
export declare function getScailoClientForInventoryService(transport: Transport): Client<typeof InventoryService>;
|
|
1392
1392
|
/**
|
|
1393
1393
|
|
|
1394
1394
|
Get the client to access the InwardJobsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1416,7 +1416,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1416
1416
|
```
|
|
1417
1417
|
|
|
1418
1418
|
*/
|
|
1419
|
-
export declare function
|
|
1419
|
+
export declare function getScailoClientForInwardJobsService(transport: Transport): Client<typeof InwardJobsService>;
|
|
1420
1420
|
/**
|
|
1421
1421
|
|
|
1422
1422
|
Get the client to access the InwardJobsFreeIssueMaterialsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1444,7 +1444,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1444
1444
|
```
|
|
1445
1445
|
|
|
1446
1446
|
*/
|
|
1447
|
-
export declare function
|
|
1447
|
+
export declare function getScailoClientForInwardJobsFreeIssueMaterialsService(transport: Transport): Client<typeof InwardJobsFreeIssueMaterialsService>;
|
|
1448
1448
|
/**
|
|
1449
1449
|
|
|
1450
1450
|
Get the client to access the InwardJobsFreeIssueMaterialsReturnsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1472,7 +1472,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1472
1472
|
```
|
|
1473
1473
|
|
|
1474
1474
|
*/
|
|
1475
|
-
export declare function
|
|
1475
|
+
export declare function getScailoClientForInwardJobsFreeIssueMaterialsReturnsService(transport: Transport): Client<typeof InwardJobsFreeIssueMaterialsReturnsService>;
|
|
1476
1476
|
/**
|
|
1477
1477
|
|
|
1478
1478
|
Get the client to access the LabelsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1500,7 +1500,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1500
1500
|
```
|
|
1501
1501
|
|
|
1502
1502
|
*/
|
|
1503
|
-
export declare function
|
|
1503
|
+
export declare function getScailoClientForLabelsService(transport: Transport): Client<typeof LabelsService>;
|
|
1504
1504
|
/**
|
|
1505
1505
|
|
|
1506
1506
|
Get the client to access the LeavesAdjustmentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1528,7 +1528,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1528
1528
|
```
|
|
1529
1529
|
|
|
1530
1530
|
*/
|
|
1531
|
-
export declare function
|
|
1531
|
+
export declare function getScailoClientForLeavesAdjustmentsService(transport: Transport): Client<typeof LeavesAdjustmentsService>;
|
|
1532
1532
|
/**
|
|
1533
1533
|
|
|
1534
1534
|
Get the client to access the LeavesLogsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1556,7 +1556,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1556
1556
|
```
|
|
1557
1557
|
|
|
1558
1558
|
*/
|
|
1559
|
-
export declare function
|
|
1559
|
+
export declare function getScailoClientForLeavesLogsService(transport: Transport): Client<typeof LeavesLogsService>;
|
|
1560
1560
|
/**
|
|
1561
1561
|
|
|
1562
1562
|
Get the client to access the LeavesRequestsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1584,7 +1584,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1584
1584
|
```
|
|
1585
1585
|
|
|
1586
1586
|
*/
|
|
1587
|
-
export declare function
|
|
1587
|
+
export declare function getScailoClientForLeavesRequestsService(transport: Transport): Client<typeof LeavesRequestsService>;
|
|
1588
1588
|
/**
|
|
1589
1589
|
|
|
1590
1590
|
Get the client to access the LeavesTypesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1612,7 +1612,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1612
1612
|
```
|
|
1613
1613
|
|
|
1614
1614
|
*/
|
|
1615
|
-
export declare function
|
|
1615
|
+
export declare function getScailoClientForLeavesTypesService(transport: Transport): Client<typeof LeavesTypesService>;
|
|
1616
1616
|
/**
|
|
1617
1617
|
|
|
1618
1618
|
Get the client to access the LedgersService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1640,7 +1640,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1640
1640
|
```
|
|
1641
1641
|
|
|
1642
1642
|
*/
|
|
1643
|
-
export declare function
|
|
1643
|
+
export declare function getScailoClientForLedgersService(transport: Transport): Client<typeof LedgersService>;
|
|
1644
1644
|
/**
|
|
1645
1645
|
|
|
1646
1646
|
Get the client to access the LocationsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1668,7 +1668,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1668
1668
|
```
|
|
1669
1669
|
|
|
1670
1670
|
*/
|
|
1671
|
-
export declare function
|
|
1671
|
+
export declare function getScailoClientForLocationsService(transport: Transport): Client<typeof LocationsService>;
|
|
1672
1672
|
/**
|
|
1673
1673
|
|
|
1674
1674
|
Get the client to access the LoginService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1696,7 +1696,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1696
1696
|
```
|
|
1697
1697
|
|
|
1698
1698
|
*/
|
|
1699
|
-
export declare function
|
|
1699
|
+
export declare function getScailoClientForLoginService(transport: Transport): Client<typeof LoginService>;
|
|
1700
1700
|
/**
|
|
1701
1701
|
|
|
1702
1702
|
Get the client to access the MagicLinksService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1724,7 +1724,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1724
1724
|
```
|
|
1725
1725
|
|
|
1726
1726
|
*/
|
|
1727
|
-
export declare function
|
|
1727
|
+
export declare function getScailoClientForMagicLinksService(transport: Transport): Client<typeof MagicLinksService>;
|
|
1728
1728
|
/**
|
|
1729
1729
|
|
|
1730
1730
|
Get the client to access the MeetingsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1752,7 +1752,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1752
1752
|
```
|
|
1753
1753
|
|
|
1754
1754
|
*/
|
|
1755
|
-
export declare function
|
|
1755
|
+
export declare function getScailoClientForMeetingsService(transport: Transport): Client<typeof MeetingsService>;
|
|
1756
1756
|
/**
|
|
1757
1757
|
|
|
1758
1758
|
Get the client to access the MerchandisesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1780,7 +1780,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1780
1780
|
```
|
|
1781
1781
|
|
|
1782
1782
|
*/
|
|
1783
|
-
export declare function
|
|
1783
|
+
export declare function getScailoClientForMerchandisesService(transport: Transport): Client<typeof MerchandisesService>;
|
|
1784
1784
|
/**
|
|
1785
1785
|
|
|
1786
1786
|
Get the client to access the NotesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1808,7 +1808,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1808
1808
|
```
|
|
1809
1809
|
|
|
1810
1810
|
*/
|
|
1811
|
-
export declare function
|
|
1811
|
+
export declare function getScailoClientForNotesService(transport: Transport): Client<typeof NotesService>;
|
|
1812
1812
|
/**
|
|
1813
1813
|
|
|
1814
1814
|
Get the client to access the OnDutiesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1836,7 +1836,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1836
1836
|
```
|
|
1837
1837
|
|
|
1838
1838
|
*/
|
|
1839
|
-
export declare function
|
|
1839
|
+
export declare function getScailoClientForOnDutiesService(transport: Transport): Client<typeof OnDutiesService>;
|
|
1840
1840
|
/**
|
|
1841
1841
|
|
|
1842
1842
|
Get the client to access the OutwardJobsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1864,7 +1864,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1864
1864
|
```
|
|
1865
1865
|
|
|
1866
1866
|
*/
|
|
1867
|
-
export declare function
|
|
1867
|
+
export declare function getScailoClientForOutwardJobsService(transport: Transport): Client<typeof OutwardJobsService>;
|
|
1868
1868
|
/**
|
|
1869
1869
|
|
|
1870
1870
|
Get the client to access the OutwardJobsFreeIssueMaterialsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1892,7 +1892,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1892
1892
|
```
|
|
1893
1893
|
|
|
1894
1894
|
*/
|
|
1895
|
-
export declare function
|
|
1895
|
+
export declare function getScailoClientForOutwardJobsFreeIssueMaterialsService(transport: Transport): Client<typeof OutwardJobsFreeIssueMaterialsService>;
|
|
1896
1896
|
/**
|
|
1897
1897
|
|
|
1898
1898
|
Get the client to access the OutwardJobsFreeIssueMaterialsReturnsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1920,7 +1920,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1920
1920
|
```
|
|
1921
1921
|
|
|
1922
1922
|
*/
|
|
1923
|
-
export declare function
|
|
1923
|
+
export declare function getScailoClientForOutwardJobsFreeIssueMaterialsReturnsService(transport: Transport): Client<typeof OutwardJobsFreeIssueMaterialsReturnsService>;
|
|
1924
1924
|
/**
|
|
1925
1925
|
|
|
1926
1926
|
Get the client to access the OvertimesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1948,7 +1948,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1948
1948
|
```
|
|
1949
1949
|
|
|
1950
1950
|
*/
|
|
1951
|
-
export declare function
|
|
1951
|
+
export declare function getScailoClientForOvertimesService(transport: Transport): Client<typeof OvertimesService>;
|
|
1952
1952
|
/**
|
|
1953
1953
|
|
|
1954
1954
|
Get the client to access the PayrollGroupsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -1976,7 +1976,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
1976
1976
|
```
|
|
1977
1977
|
|
|
1978
1978
|
*/
|
|
1979
|
-
export declare function
|
|
1979
|
+
export declare function getScailoClientForPayrollGroupsService(transport: Transport): Client<typeof PayrollGroupsService>;
|
|
1980
1980
|
/**
|
|
1981
1981
|
|
|
1982
1982
|
Get the client to access the PayrollParamsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2004,7 +2004,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2004
2004
|
```
|
|
2005
2005
|
|
|
2006
2006
|
*/
|
|
2007
|
-
export declare function
|
|
2007
|
+
export declare function getScailoClientForPayrollParamsService(transport: Transport): Client<typeof PayrollParamsService>;
|
|
2008
2008
|
/**
|
|
2009
2009
|
|
|
2010
2010
|
Get the client to access the ProductionIndentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2032,7 +2032,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2032
2032
|
```
|
|
2033
2033
|
|
|
2034
2034
|
*/
|
|
2035
|
-
export declare function
|
|
2035
|
+
export declare function getScailoClientForProductionIndentsService(transport: Transport): Client<typeof ProductionIndentsService>;
|
|
2036
2036
|
/**
|
|
2037
2037
|
|
|
2038
2038
|
Get the client to access the ProductionPlansService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2060,7 +2060,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2060
2060
|
```
|
|
2061
2061
|
|
|
2062
2062
|
*/
|
|
2063
|
-
export declare function
|
|
2063
|
+
export declare function getScailoClientForProductionPlansService(transport: Transport): Client<typeof ProductionPlansService>;
|
|
2064
2064
|
/**
|
|
2065
2065
|
|
|
2066
2066
|
Get the client to access the ProductsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2088,7 +2088,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2088
2088
|
```
|
|
2089
2089
|
|
|
2090
2090
|
*/
|
|
2091
|
-
export declare function
|
|
2091
|
+
export declare function getScailoClientForProductsService(transport: Transport): Client<typeof ProductsService>;
|
|
2092
2092
|
/**
|
|
2093
2093
|
|
|
2094
2094
|
Get the client to access the ProformaInvoicesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2116,7 +2116,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2116
2116
|
```
|
|
2117
2117
|
|
|
2118
2118
|
*/
|
|
2119
|
-
export declare function
|
|
2119
|
+
export declare function getScailoClientForProformaInvoicesService(transport: Transport): Client<typeof ProformaInvoicesService>;
|
|
2120
2120
|
/**
|
|
2121
2121
|
|
|
2122
2122
|
Get the client to access the ProjectsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2144,7 +2144,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2144
2144
|
```
|
|
2145
2145
|
|
|
2146
2146
|
*/
|
|
2147
|
-
export declare function
|
|
2147
|
+
export declare function getScailoClientForProjectsService(transport: Transport): Client<typeof ProjectsService>;
|
|
2148
2148
|
/**
|
|
2149
2149
|
|
|
2150
2150
|
Get the client to access the PurchasesEnquiriesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2172,7 +2172,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2172
2172
|
```
|
|
2173
2173
|
|
|
2174
2174
|
*/
|
|
2175
|
-
export declare function
|
|
2175
|
+
export declare function getScailoClientForPurchasesEnquiriesService(transport: Transport): Client<typeof PurchasesEnquiriesService>;
|
|
2176
2176
|
/**
|
|
2177
2177
|
|
|
2178
2178
|
Get the client to access the PurchasesIndentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2200,7 +2200,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2200
2200
|
```
|
|
2201
2201
|
|
|
2202
2202
|
*/
|
|
2203
|
-
export declare function
|
|
2203
|
+
export declare function getScailoClientForPurchasesIndentsService(transport: Transport): Client<typeof PurchasesIndentsService>;
|
|
2204
2204
|
/**
|
|
2205
2205
|
|
|
2206
2206
|
Get the client to access the PurchasesOrdersService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2228,7 +2228,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2228
2228
|
```
|
|
2229
2229
|
|
|
2230
2230
|
*/
|
|
2231
|
-
export declare function
|
|
2231
|
+
export declare function getScailoClientForPurchasesOrdersService(transport: Transport): Client<typeof PurchasesOrdersService>;
|
|
2232
2232
|
/**
|
|
2233
2233
|
|
|
2234
2234
|
Get the client to access the PurchasesPaymentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2256,7 +2256,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2256
2256
|
```
|
|
2257
2257
|
|
|
2258
2258
|
*/
|
|
2259
|
-
export declare function
|
|
2259
|
+
export declare function getScailoClientForPurchasesPaymentsService(transport: Transport): Client<typeof PurchasesPaymentsService>;
|
|
2260
2260
|
/**
|
|
2261
2261
|
|
|
2262
2262
|
Get the client to access the PurchasesReturnsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2284,7 +2284,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2284
2284
|
```
|
|
2285
2285
|
|
|
2286
2286
|
*/
|
|
2287
|
-
export declare function
|
|
2287
|
+
export declare function getScailoClientForPurchasesReturnsService(transport: Transport): Client<typeof PurchasesReturnsService>;
|
|
2288
2288
|
/**
|
|
2289
2289
|
|
|
2290
2290
|
Get the client to access the QCGroupsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2312,7 +2312,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2312
2312
|
```
|
|
2313
2313
|
|
|
2314
2314
|
*/
|
|
2315
|
-
export declare function
|
|
2315
|
+
export declare function getScailoClientForQCGroupsService(transport: Transport): Client<typeof QCGroupsService>;
|
|
2316
2316
|
/**
|
|
2317
2317
|
|
|
2318
2318
|
Get the client to access the QCHubsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2340,7 +2340,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2340
2340
|
```
|
|
2341
2341
|
|
|
2342
2342
|
*/
|
|
2343
|
-
export declare function
|
|
2343
|
+
export declare function getScailoClientForQCHubsService(transport: Transport): Client<typeof QCHubsService>;
|
|
2344
2344
|
/**
|
|
2345
2345
|
|
|
2346
2346
|
Get the client to access the QCParamsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2368,7 +2368,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2368
2368
|
```
|
|
2369
2369
|
|
|
2370
2370
|
*/
|
|
2371
|
-
export declare function
|
|
2371
|
+
export declare function getScailoClientForQCParamsService(transport: Transport): Client<typeof QCParamsService>;
|
|
2372
2372
|
/**
|
|
2373
2373
|
|
|
2374
2374
|
Get the client to access the QCSamplesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2396,7 +2396,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2396
2396
|
```
|
|
2397
2397
|
|
|
2398
2398
|
*/
|
|
2399
|
-
export declare function
|
|
2399
|
+
export declare function getScailoClientForQCSamplesService(transport: Transport): Client<typeof QCSamplesService>;
|
|
2400
2400
|
/**
|
|
2401
2401
|
|
|
2402
2402
|
Get the client to access the QuotationsRequestsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2424,7 +2424,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2424
2424
|
```
|
|
2425
2425
|
|
|
2426
2426
|
*/
|
|
2427
|
-
export declare function
|
|
2427
|
+
export declare function getScailoClientForQuotationsRequestsService(transport: Transport): Client<typeof QuotationsRequestsService>;
|
|
2428
2428
|
/**
|
|
2429
2429
|
|
|
2430
2430
|
Get the client to access the QuotationsResponsesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2452,7 +2452,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2452
2452
|
```
|
|
2453
2453
|
|
|
2454
2454
|
*/
|
|
2455
|
-
export declare function
|
|
2455
|
+
export declare function getScailoClientForQuotationsResponsesService(transport: Transport): Client<typeof QuotationsResponsesService>;
|
|
2456
2456
|
/**
|
|
2457
2457
|
|
|
2458
2458
|
Get the client to access the ReplaceableIndentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2480,7 +2480,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2480
2480
|
```
|
|
2481
2481
|
|
|
2482
2482
|
*/
|
|
2483
|
-
export declare function
|
|
2483
|
+
export declare function getScailoClientForReplaceableIndentsService(transport: Transport): Client<typeof ReplaceableIndentsService>;
|
|
2484
2484
|
/**
|
|
2485
2485
|
|
|
2486
2486
|
Get the client to access the RolesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2508,7 +2508,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2508
2508
|
```
|
|
2509
2509
|
|
|
2510
2510
|
*/
|
|
2511
|
-
export declare function
|
|
2511
|
+
export declare function getScailoClientForRolesService(transport: Transport): Client<typeof RolesService>;
|
|
2512
2512
|
/**
|
|
2513
2513
|
|
|
2514
2514
|
Get the client to access the SalariesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2536,7 +2536,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2536
2536
|
```
|
|
2537
2537
|
|
|
2538
2538
|
*/
|
|
2539
|
-
export declare function
|
|
2539
|
+
export declare function getScailoClientForSalariesService(transport: Transport): Client<typeof SalariesService>;
|
|
2540
2540
|
/**
|
|
2541
2541
|
|
|
2542
2542
|
Get the client to access the SalesEnquiriesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2564,7 +2564,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2564
2564
|
```
|
|
2565
2565
|
|
|
2566
2566
|
*/
|
|
2567
|
-
export declare function
|
|
2567
|
+
export declare function getScailoClientForSalesEnquiriesService(transport: Transport): Client<typeof SalesEnquiriesService>;
|
|
2568
2568
|
/**
|
|
2569
2569
|
|
|
2570
2570
|
Get the client to access the SalesInvoicesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2592,7 +2592,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2592
2592
|
```
|
|
2593
2593
|
|
|
2594
2594
|
*/
|
|
2595
|
-
export declare function
|
|
2595
|
+
export declare function getScailoClientForSalesInvoicesService(transport: Transport): Client<typeof SalesInvoicesService>;
|
|
2596
2596
|
/**
|
|
2597
2597
|
|
|
2598
2598
|
Get the client to access the SalesOrdersService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2620,7 +2620,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2620
2620
|
```
|
|
2621
2621
|
|
|
2622
2622
|
*/
|
|
2623
|
-
export declare function
|
|
2623
|
+
export declare function getScailoClientForSalesOrdersService(transport: Transport): Client<typeof SalesOrdersService>;
|
|
2624
2624
|
/**
|
|
2625
2625
|
|
|
2626
2626
|
Get the client to access the SalesQuotationsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2648,7 +2648,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2648
2648
|
```
|
|
2649
2649
|
|
|
2650
2650
|
*/
|
|
2651
|
-
export declare function
|
|
2651
|
+
export declare function getScailoClientForSalesQuotationsService(transport: Transport): Client<typeof SalesQuotationsService>;
|
|
2652
2652
|
/**
|
|
2653
2653
|
|
|
2654
2654
|
Get the client to access the SalesReceiptsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2676,7 +2676,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2676
2676
|
```
|
|
2677
2677
|
|
|
2678
2678
|
*/
|
|
2679
|
-
export declare function
|
|
2679
|
+
export declare function getScailoClientForSalesReceiptsService(transport: Transport): Client<typeof SalesReceiptsService>;
|
|
2680
2680
|
/**
|
|
2681
2681
|
|
|
2682
2682
|
Get the client to access the SalesReturnsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2704,7 +2704,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2704
2704
|
```
|
|
2705
2705
|
|
|
2706
2706
|
*/
|
|
2707
|
-
export declare function
|
|
2707
|
+
export declare function getScailoClientForSalesReturnsService(transport: Transport): Client<typeof SalesReturnsService>;
|
|
2708
2708
|
/**
|
|
2709
2709
|
|
|
2710
2710
|
Get the client to access the ShiftsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2732,7 +2732,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2732
2732
|
```
|
|
2733
2733
|
|
|
2734
2734
|
*/
|
|
2735
|
-
export declare function
|
|
2735
|
+
export declare function getScailoClientForShiftsService(transport: Transport): Client<typeof ShiftsService>;
|
|
2736
2736
|
/**
|
|
2737
2737
|
|
|
2738
2738
|
Get the client to access the ShiftsGroupsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2760,7 +2760,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2760
2760
|
```
|
|
2761
2761
|
|
|
2762
2762
|
*/
|
|
2763
|
-
export declare function
|
|
2763
|
+
export declare function getScailoClientForShiftsGroupsService(transport: Transport): Client<typeof ShiftsGroupsService>;
|
|
2764
2764
|
/**
|
|
2765
2765
|
|
|
2766
2766
|
Get the client to access the SkillsGroupsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2788,7 +2788,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2788
2788
|
```
|
|
2789
2789
|
|
|
2790
2790
|
*/
|
|
2791
|
-
export declare function
|
|
2791
|
+
export declare function getScailoClientForSkillsGroupsService(transport: Transport): Client<typeof SkillsGroupsService>;
|
|
2792
2792
|
/**
|
|
2793
2793
|
|
|
2794
2794
|
Get the client to access the SkillsParamsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2816,7 +2816,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2816
2816
|
```
|
|
2817
2817
|
|
|
2818
2818
|
*/
|
|
2819
|
-
export declare function
|
|
2819
|
+
export declare function getScailoClientForSkillsParamsService(transport: Transport): Client<typeof SkillsParamsService>;
|
|
2820
2820
|
/**
|
|
2821
2821
|
|
|
2822
2822
|
Get the client to access the StockAuditsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2844,7 +2844,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2844
2844
|
```
|
|
2845
2845
|
|
|
2846
2846
|
*/
|
|
2847
|
-
export declare function
|
|
2847
|
+
export declare function getScailoClientForStockAuditsService(transport: Transport): Client<typeof StockAuditsService>;
|
|
2848
2848
|
/**
|
|
2849
2849
|
|
|
2850
2850
|
Get the client to access the StockIssuancesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2872,7 +2872,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2872
2872
|
```
|
|
2873
2873
|
|
|
2874
2874
|
*/
|
|
2875
|
-
export declare function
|
|
2875
|
+
export declare function getScailoClientForStockIssuancesService(transport: Transport): Client<typeof StockIssuancesService>;
|
|
2876
2876
|
/**
|
|
2877
2877
|
|
|
2878
2878
|
Get the client to access the StockReturnsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2900,7 +2900,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2900
2900
|
```
|
|
2901
2901
|
|
|
2902
2902
|
*/
|
|
2903
|
-
export declare function
|
|
2903
|
+
export declare function getScailoClientForStockReturnsService(transport: Transport): Client<typeof StockReturnsService>;
|
|
2904
2904
|
/**
|
|
2905
2905
|
|
|
2906
2906
|
Get the client to access the StoragesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2928,7 +2928,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2928
2928
|
```
|
|
2929
2929
|
|
|
2930
2930
|
*/
|
|
2931
|
-
export declare function
|
|
2931
|
+
export declare function getScailoClientForStoragesService(transport: Transport): Client<typeof StoragesService>;
|
|
2932
2932
|
/**
|
|
2933
2933
|
|
|
2934
2934
|
Get the client to access the StoresService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2956,7 +2956,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2956
2956
|
```
|
|
2957
2957
|
|
|
2958
2958
|
*/
|
|
2959
|
-
export declare function
|
|
2959
|
+
export declare function getScailoClientForStoresService(transport: Transport): Client<typeof StoresService>;
|
|
2960
2960
|
/**
|
|
2961
2961
|
|
|
2962
2962
|
Get the client to access the SupplyOffersService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -2984,7 +2984,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
2984
2984
|
```
|
|
2985
2985
|
|
|
2986
2986
|
*/
|
|
2987
|
-
export declare function
|
|
2987
|
+
export declare function getScailoClientForSupplyOffersService(transport: Transport): Client<typeof SupplyOffersService>;
|
|
2988
2988
|
/**
|
|
2989
2989
|
|
|
2990
2990
|
Get the client to access the TaxGroupsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -3012,7 +3012,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
3012
3012
|
```
|
|
3013
3013
|
|
|
3014
3014
|
*/
|
|
3015
|
-
export declare function
|
|
3015
|
+
export declare function getScailoClientForTaxGroupsService(transport: Transport): Client<typeof TaxGroupsService>;
|
|
3016
3016
|
/**
|
|
3017
3017
|
|
|
3018
3018
|
Get the client to access the TaxParamsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -3040,7 +3040,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
3040
3040
|
```
|
|
3041
3041
|
|
|
3042
3042
|
*/
|
|
3043
|
-
export declare function
|
|
3043
|
+
export declare function getScailoClientForTaxParamsService(transport: Transport): Client<typeof TaxParamsService>;
|
|
3044
3044
|
/**
|
|
3045
3045
|
|
|
3046
3046
|
Get the client to access the TeamsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -3068,7 +3068,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
3068
3068
|
```
|
|
3069
3069
|
|
|
3070
3070
|
*/
|
|
3071
|
-
export declare function
|
|
3071
|
+
export declare function getScailoClientForTeamsService(transport: Transport): Client<typeof TeamsService>;
|
|
3072
3072
|
/**
|
|
3073
3073
|
|
|
3074
3074
|
Get the client to access the UnitsOfMaterialsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -3096,7 +3096,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
3096
3096
|
```
|
|
3097
3097
|
|
|
3098
3098
|
*/
|
|
3099
|
-
export declare function
|
|
3099
|
+
export declare function getScailoClientForUnitsOfMaterialsService(transport: Transport): Client<typeof UnitsOfMaterialsService>;
|
|
3100
3100
|
/**
|
|
3101
3101
|
|
|
3102
3102
|
Get the client to access the UsersService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -3124,7 +3124,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
3124
3124
|
```
|
|
3125
3125
|
|
|
3126
3126
|
*/
|
|
3127
|
-
export declare function
|
|
3127
|
+
export declare function getScailoClientForUsersService(transport: Transport): Client<typeof UsersService>;
|
|
3128
3128
|
/**
|
|
3129
3129
|
|
|
3130
3130
|
Get the client to access the VaultService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -3152,7 +3152,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
3152
3152
|
```
|
|
3153
3153
|
|
|
3154
3154
|
*/
|
|
3155
|
-
export declare function
|
|
3155
|
+
export declare function getScailoClientForVaultService(transport: Transport): Client<typeof VaultService>;
|
|
3156
3156
|
/**
|
|
3157
3157
|
|
|
3158
3158
|
Get the client to access the VendorInvoicesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -3180,7 +3180,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
3180
3180
|
```
|
|
3181
3181
|
|
|
3182
3182
|
*/
|
|
3183
|
-
export declare function
|
|
3183
|
+
export declare function getScailoClientForVendorInvoicesService(transport: Transport): Client<typeof VendorInvoicesService>;
|
|
3184
3184
|
/**
|
|
3185
3185
|
|
|
3186
3186
|
Get the client to access the VendorStreamsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -3208,7 +3208,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
3208
3208
|
```
|
|
3209
3209
|
|
|
3210
3210
|
*/
|
|
3211
|
-
export declare function
|
|
3211
|
+
export declare function getScailoClientForVendorStreamsService(transport: Transport): Client<typeof VendorStreamsService>;
|
|
3212
3212
|
/**
|
|
3213
3213
|
|
|
3214
3214
|
Get the client to access the VendorsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -3236,7 +3236,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
3236
3236
|
```
|
|
3237
3237
|
|
|
3238
3238
|
*/
|
|
3239
|
-
export declare function
|
|
3239
|
+
export declare function getScailoClientForVendorsService(transport: Transport): Client<typeof VendorsService>;
|
|
3240
3240
|
/**
|
|
3241
3241
|
|
|
3242
3242
|
Get the client to access the VisitationsService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -3264,7 +3264,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
3264
3264
|
```
|
|
3265
3265
|
|
|
3266
3266
|
*/
|
|
3267
|
-
export declare function
|
|
3267
|
+
export declare function getScailoClientForVisitationsService(transport: Transport): Client<typeof VisitationsService>;
|
|
3268
3268
|
/**
|
|
3269
3269
|
|
|
3270
3270
|
Get the client to access the WorkOrdersService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -3292,7 +3292,7 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
3292
3292
|
```
|
|
3293
3293
|
|
|
3294
3294
|
*/
|
|
3295
|
-
export declare function
|
|
3295
|
+
export declare function getScailoClientForWorkOrdersService(transport: Transport): Client<typeof WorkOrdersService>;
|
|
3296
3296
|
/**
|
|
3297
3297
|
|
|
3298
3298
|
Get the client to access the WorkflowsRulesService. Transport is a connectrpc Transport, which is created as follows:
|
|
@@ -3320,5 +3320,5 @@ function getNodeTransport(apiEndPoint: string) {
|
|
|
3320
3320
|
```
|
|
3321
3321
|
|
|
3322
3322
|
*/
|
|
3323
|
-
export declare function
|
|
3323
|
+
export declare function getScailoClientForWorkflowsRulesService(transport: Transport): Client<typeof WorkflowsRulesService>;
|
|
3324
3324
|
//# sourceMappingURL=index.d.ts.map
|