@kernelminds/scailo-sdk 0.0.7 → 0.0.8
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/index.js +3339 -10
- package/lib/cjs/src/{clientstreams.scailo_connect.js → client_streams.scailo_connect.js} +31 -31
- package/lib/cjs/src/{clientstreams.scailo_pb.js → client_streams.scailo_pb.js} +1 -1
- package/lib/{esm/src/generalstreams.scailo_connect.js → cjs/src/general_streams.scailo_connect.js} +28 -28
- package/lib/cjs/src/{generalstreams.scailo_pb.js → general_streams.scailo_pb.js} +1 -1
- package/lib/cjs/src/{logins.scailo_connect.js → login.scailo_connect.js} +16 -16
- package/lib/cjs/src/{logins.scailo_pb.js → login.scailo_pb.js} +1 -1
- package/lib/{esm/src/vault_services.scailo_connect.js → cjs/src/vault.scailo_connect.js} +15 -15
- package/lib/cjs/src/{vault_services.scailo_pb.js → vault.scailo_pb.js} +1 -1
- package/lib/cjs/src/{vendorstreams.scailo_connect.js → vendor_streams.scailo_connect.js} +31 -31
- package/lib/cjs/src/{vendorstreams.scailo_pb.js → vendor_streams.scailo_pb.js} +1 -1
- package/lib/cjs/types/index.d.ts +3027 -10
- package/lib/cjs/types/index.d.ts.map +1 -1
- package/lib/{esm/types/src/clientstreams.scailo_connect.d.ts → cjs/types/src/client_streams.scailo_connect.d.ts} +2 -2
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts.map +1 -0
- package/lib/{esm/types/src/clientstreams.scailo_pb.d.ts → cjs/types/src/client_streams.scailo_pb.d.ts} +1 -1
- package/lib/cjs/types/src/{vendorstreams.scailo_pb.d.ts.map → client_streams.scailo_pb.d.ts.map} +1 -1
- package/lib/cjs/types/src/{generalstreams.scailo_connect.d.ts → general_streams.scailo_connect.d.ts} +2 -2
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts.map +1 -0
- package/lib/cjs/types/src/{generalstreams.scailo_pb.d.ts → general_streams.scailo_pb.d.ts} +1 -1
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -0
- package/lib/cjs/types/src/{logins.scailo_connect.d.ts → login.scailo_connect.d.ts} +2 -2
- package/lib/cjs/types/src/login.scailo_connect.d.ts.map +1 -0
- package/lib/cjs/types/src/{logins.scailo_pb.d.ts → login.scailo_pb.d.ts} +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -0
- package/lib/cjs/types/src/{vault_services.scailo_connect.d.ts → vault.scailo_connect.d.ts} +2 -2
- package/lib/cjs/types/src/vault.scailo_connect.d.ts.map +1 -0
- package/lib/{esm/types/src/vault_services.scailo_pb.d.ts → cjs/types/src/vault.scailo_pb.d.ts} +1 -1
- package/lib/cjs/types/src/vault.scailo_pb.d.ts.map +1 -0
- package/lib/cjs/types/src/{vendorstreams.scailo_connect.d.ts → vendor_streams.scailo_connect.d.ts} +2 -2
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts.map +1 -0
- package/lib/{esm/types/src/vendorstreams.scailo_pb.d.ts → cjs/types/src/vendor_streams.scailo_pb.d.ts} +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -0
- package/lib/esm/index.js +3339 -10
- package/lib/esm/src/{clientstreams.scailo_connect.js → client_streams.scailo_connect.js} +31 -31
- package/lib/esm/src/{clientstreams.scailo_pb.js → client_streams.scailo_pb.js} +1 -1
- package/lib/{cjs/src/generalstreams.scailo_connect.js → esm/src/general_streams.scailo_connect.js} +28 -28
- package/lib/esm/src/{generalstreams.scailo_pb.js → general_streams.scailo_pb.js} +1 -1
- package/lib/esm/src/{logins.scailo_connect.js → login.scailo_connect.js} +16 -16
- package/lib/esm/src/{logins.scailo_pb.js → login.scailo_pb.js} +1 -1
- package/lib/{cjs/src/vault_services.scailo_connect.js → esm/src/vault.scailo_connect.js} +15 -15
- package/lib/esm/src/{vault_services.scailo_pb.js → vault.scailo_pb.js} +1 -1
- package/lib/esm/src/{vendorstreams.scailo_connect.js → vendor_streams.scailo_connect.js} +31 -31
- package/lib/esm/src/{vendorstreams.scailo_pb.js → vendor_streams.scailo_pb.js} +1 -1
- package/lib/esm/types/index.d.ts +3027 -10
- package/lib/esm/types/index.d.ts.map +1 -1
- package/lib/{cjs/types/src/clientstreams.scailo_connect.d.ts → esm/types/src/client_streams.scailo_connect.d.ts} +2 -2
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts.map +1 -0
- package/lib/{cjs/types/src/clientstreams.scailo_pb.d.ts → esm/types/src/client_streams.scailo_pb.d.ts} +1 -1
- package/lib/esm/types/src/{vendorstreams.scailo_pb.d.ts.map → client_streams.scailo_pb.d.ts.map} +1 -1
- package/lib/esm/types/src/{generalstreams.scailo_connect.d.ts → general_streams.scailo_connect.d.ts} +2 -2
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts.map +1 -0
- package/lib/esm/types/src/{generalstreams.scailo_pb.d.ts → general_streams.scailo_pb.d.ts} +1 -1
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -0
- package/lib/esm/types/src/{logins.scailo_connect.d.ts → login.scailo_connect.d.ts} +2 -2
- package/lib/esm/types/src/login.scailo_connect.d.ts.map +1 -0
- package/lib/esm/types/src/{logins.scailo_pb.d.ts → login.scailo_pb.d.ts} +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -0
- package/lib/esm/types/src/{vault_services.scailo_connect.d.ts → vault.scailo_connect.d.ts} +2 -2
- package/lib/esm/types/src/vault.scailo_connect.d.ts.map +1 -0
- package/lib/{cjs/types/src/vault_services.scailo_pb.d.ts → esm/types/src/vault.scailo_pb.d.ts} +1 -1
- package/lib/esm/types/src/vault.scailo_pb.d.ts.map +1 -0
- package/lib/esm/types/src/{vendorstreams.scailo_connect.d.ts → vendor_streams.scailo_connect.d.ts} +2 -2
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts.map +1 -0
- package/lib/{cjs/types/src/vendorstreams.scailo_pb.d.ts → esm/types/src/vendor_streams.scailo_pb.d.ts} +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -0
- package/package.json +1 -1
- package/lib/cjs/types/src/clientstreams.scailo_connect.d.ts.map +0 -1
- package/lib/cjs/types/src/clientstreams.scailo_pb.d.ts.map +0 -1
- package/lib/cjs/types/src/generalstreams.scailo_connect.d.ts.map +0 -1
- package/lib/cjs/types/src/generalstreams.scailo_pb.d.ts.map +0 -1
- package/lib/cjs/types/src/logins.scailo_connect.d.ts.map +0 -1
- package/lib/cjs/types/src/logins.scailo_pb.d.ts.map +0 -1
- package/lib/cjs/types/src/vault_services.scailo_connect.d.ts.map +0 -1
- package/lib/cjs/types/src/vault_services.scailo_pb.d.ts.map +0 -1
- package/lib/cjs/types/src/vendorstreams.scailo_connect.d.ts.map +0 -1
- package/lib/esm/types/src/clientstreams.scailo_connect.d.ts.map +0 -1
- package/lib/esm/types/src/clientstreams.scailo_pb.d.ts.map +0 -1
- package/lib/esm/types/src/generalstreams.scailo_connect.d.ts.map +0 -1
- package/lib/esm/types/src/generalstreams.scailo_pb.d.ts.map +0 -1
- package/lib/esm/types/src/logins.scailo_connect.d.ts.map +0 -1
- package/lib/esm/types/src/logins.scailo_pb.d.ts.map +0 -1
- package/lib/esm/types/src/vault_services.scailo_connect.d.ts.map +0 -1
- package/lib/esm/types/src/vault_services.scailo_pb.d.ts.map +0 -1
- package/lib/esm/types/src/vendorstreams.scailo_connect.d.ts.map +0 -1
package/lib/cjs/index.js
CHANGED
|
@@ -14,6 +14,110 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.getClientForAbsencesService = getClientForAbsencesService;
|
|
18
|
+
exports.getClientForActionsCodesService = getClientForActionsCodesService;
|
|
19
|
+
exports.getClientForActivitiesService = getClientForActivitiesService;
|
|
20
|
+
exports.getClientForActivitiesGroupsService = getClientForActivitiesGroupsService;
|
|
21
|
+
exports.getClientForActivitiesStatusesService = getClientForActivitiesStatusesService;
|
|
22
|
+
exports.getClientForActivitiesTagsService = getClientForActivitiesTagsService;
|
|
23
|
+
exports.getClientForAnnouncementsService = getClientForAnnouncementsService;
|
|
24
|
+
exports.getClientForAssetIndentsService = getClientForAssetIndentsService;
|
|
25
|
+
exports.getClientForAssociatesService = getClientForAssociatesService;
|
|
26
|
+
exports.getClientForAttendancesService = getClientForAttendancesService;
|
|
27
|
+
exports.getClientForAttendancesAmendmentsService = getClientForAttendancesAmendmentsService;
|
|
28
|
+
exports.getClientForBankAccountsService = getClientForBankAccountsService;
|
|
29
|
+
exports.getClientForClientStreamsService = getClientForClientStreamsService;
|
|
30
|
+
exports.getClientForClientsService = getClientForClientsService;
|
|
31
|
+
exports.getClientForComponentsService = getClientForComponentsService;
|
|
32
|
+
exports.getClientForCreditNotesService = getClientForCreditNotesService;
|
|
33
|
+
exports.getClientForCurrenciesService = getClientForCurrenciesService;
|
|
34
|
+
exports.getClientForDebitNotesService = getClientForDebitNotesService;
|
|
35
|
+
exports.getClientForDepartmentsService = getClientForDepartmentsService;
|
|
36
|
+
exports.getClientForEquationsFamiliesService = getClientForEquationsFamiliesService;
|
|
37
|
+
exports.getClientForEquationsReplaceablesService = getClientForEquationsReplaceablesService;
|
|
38
|
+
exports.getClientForEquationsSalesBundlesService = getClientForEquationsSalesBundlesService;
|
|
39
|
+
exports.getClientForEquationsWorkOrdersService = getClientForEquationsWorkOrdersService;
|
|
40
|
+
exports.getClientForEquipmentsService = getClientForEquipmentsService;
|
|
41
|
+
exports.getClientForExpensesService = getClientForExpensesService;
|
|
42
|
+
exports.getClientForFamiliesService = getClientForFamiliesService;
|
|
43
|
+
exports.getClientForFeedstocksService = getClientForFeedstocksService;
|
|
44
|
+
exports.getClientForFormsFieldsService = getClientForFormsFieldsService;
|
|
45
|
+
exports.getClientForFormsFieldsDataService = getClientForFormsFieldsDataService;
|
|
46
|
+
exports.getClientForFormsSectionsService = getClientForFormsSectionsService;
|
|
47
|
+
exports.getClientForGeneralSettingsService = getClientForGeneralSettingsService;
|
|
48
|
+
exports.getClientForGeneralStreamsService = getClientForGeneralStreamsService;
|
|
49
|
+
exports.getClientForGoalsService = getClientForGoalsService;
|
|
50
|
+
exports.getClientForGoodsDispatchesService = getClientForGoodsDispatchesService;
|
|
51
|
+
exports.getClientForGoodsReceiptsService = getClientForGoodsReceiptsService;
|
|
52
|
+
exports.getClientForHolidaysService = getClientForHolidaysService;
|
|
53
|
+
exports.getClientForInfrastructuresService = getClientForInfrastructuresService;
|
|
54
|
+
exports.getClientForInventoryService = getClientForInventoryService;
|
|
55
|
+
exports.getClientForInwardJobsService = getClientForInwardJobsService;
|
|
56
|
+
exports.getClientForInwardJobsFreeIssueMaterialsService = getClientForInwardJobsFreeIssueMaterialsService;
|
|
57
|
+
exports.getClientForInwardJobsFreeIssueMaterialsReturnsService = getClientForInwardJobsFreeIssueMaterialsReturnsService;
|
|
58
|
+
exports.getClientForLabelsService = getClientForLabelsService;
|
|
59
|
+
exports.getClientForLeavesAdjustmentsService = getClientForLeavesAdjustmentsService;
|
|
60
|
+
exports.getClientForLeavesLogsService = getClientForLeavesLogsService;
|
|
61
|
+
exports.getClientForLeavesRequestsService = getClientForLeavesRequestsService;
|
|
62
|
+
exports.getClientForLeavesTypesService = getClientForLeavesTypesService;
|
|
63
|
+
exports.getClientForLedgersService = getClientForLedgersService;
|
|
64
|
+
exports.getClientForLocationsService = getClientForLocationsService;
|
|
65
|
+
exports.getClientForLoginService = getClientForLoginService;
|
|
66
|
+
exports.getClientForMeetingsService = getClientForMeetingsService;
|
|
67
|
+
exports.getClientForMerchandisesService = getClientForMerchandisesService;
|
|
68
|
+
exports.getClientForNotesService = getClientForNotesService;
|
|
69
|
+
exports.getClientForOnDutiesService = getClientForOnDutiesService;
|
|
70
|
+
exports.getClientForOutwardJobsService = getClientForOutwardJobsService;
|
|
71
|
+
exports.getClientForOutwardJobsFreeIssueMaterialsService = getClientForOutwardJobsFreeIssueMaterialsService;
|
|
72
|
+
exports.getClientForOutwardJobsFreeIssueMaterialsReturnsService = getClientForOutwardJobsFreeIssueMaterialsReturnsService;
|
|
73
|
+
exports.getClientForOvertimesService = getClientForOvertimesService;
|
|
74
|
+
exports.getClientForPayrollGroupsService = getClientForPayrollGroupsService;
|
|
75
|
+
exports.getClientForPayrollParamsService = getClientForPayrollParamsService;
|
|
76
|
+
exports.getClientForProductionIndentsService = getClientForProductionIndentsService;
|
|
77
|
+
exports.getClientForProductionPlansService = getClientForProductionPlansService;
|
|
78
|
+
exports.getClientForProductsService = getClientForProductsService;
|
|
79
|
+
exports.getClientForProjectsService = getClientForProjectsService;
|
|
80
|
+
exports.getClientForPurchasesEnquiriesService = getClientForPurchasesEnquiriesService;
|
|
81
|
+
exports.getClientForPurchasesIndentsService = getClientForPurchasesIndentsService;
|
|
82
|
+
exports.getClientForPurchasesOrdersService = getClientForPurchasesOrdersService;
|
|
83
|
+
exports.getClientForPurchasesPaymentsService = getClientForPurchasesPaymentsService;
|
|
84
|
+
exports.getClientForPurchasesReturnsService = getClientForPurchasesReturnsService;
|
|
85
|
+
exports.getClientForQCGroupsService = getClientForQCGroupsService;
|
|
86
|
+
exports.getClientForQCHubsService = getClientForQCHubsService;
|
|
87
|
+
exports.getClientForQCParamsService = getClientForQCParamsService;
|
|
88
|
+
exports.getClientForQCSamplesService = getClientForQCSamplesService;
|
|
89
|
+
exports.getClientForQuotationsRequestsService = getClientForQuotationsRequestsService;
|
|
90
|
+
exports.getClientForQuotationsResponsesService = getClientForQuotationsResponsesService;
|
|
91
|
+
exports.getClientForReplaceableIndentsService = getClientForReplaceableIndentsService;
|
|
92
|
+
exports.getClientForRolesService = getClientForRolesService;
|
|
93
|
+
exports.getClientForSalariesService = getClientForSalariesService;
|
|
94
|
+
exports.getClientForSalesEnquiriesService = getClientForSalesEnquiriesService;
|
|
95
|
+
exports.getClientForSalesInvoicesService = getClientForSalesInvoicesService;
|
|
96
|
+
exports.getClientForSalesOrdersService = getClientForSalesOrdersService;
|
|
97
|
+
exports.getClientForSalesQuotationsService = getClientForSalesQuotationsService;
|
|
98
|
+
exports.getClientForSalesReceiptsService = getClientForSalesReceiptsService;
|
|
99
|
+
exports.getClientForSalesReturnsService = getClientForSalesReturnsService;
|
|
100
|
+
exports.getClientForShiftsService = getClientForShiftsService;
|
|
101
|
+
exports.getClientForShiftsGroupsService = getClientForShiftsGroupsService;
|
|
102
|
+
exports.getClientForSkillsGroupsService = getClientForSkillsGroupsService;
|
|
103
|
+
exports.getClientForSkillsParamsService = getClientForSkillsParamsService;
|
|
104
|
+
exports.getClientForStockAuditsService = getClientForStockAuditsService;
|
|
105
|
+
exports.getClientForStockIssuancesService = getClientForStockIssuancesService;
|
|
106
|
+
exports.getClientForStockReturnsService = getClientForStockReturnsService;
|
|
107
|
+
exports.getClientForStoragesService = getClientForStoragesService;
|
|
108
|
+
exports.getClientForStoresService = getClientForStoresService;
|
|
109
|
+
exports.getClientForTaxGroupsService = getClientForTaxGroupsService;
|
|
110
|
+
exports.getClientForTaxParamsService = getClientForTaxParamsService;
|
|
111
|
+
exports.getClientForTeamsService = getClientForTeamsService;
|
|
112
|
+
exports.getClientForUnitsOfMaterialsService = getClientForUnitsOfMaterialsService;
|
|
113
|
+
exports.getClientForUsersService = getClientForUsersService;
|
|
114
|
+
exports.getClientForVaultService = getClientForVaultService;
|
|
115
|
+
exports.getClientForVendorInvoicesService = getClientForVendorInvoicesService;
|
|
116
|
+
exports.getClientForVendorStreamsService = getClientForVendorStreamsService;
|
|
117
|
+
exports.getClientForVendorsService = getClientForVendorsService;
|
|
118
|
+
exports.getClientForVisitationsService = getClientForVisitationsService;
|
|
119
|
+
exports.getClientForWorkOrdersService = getClientForWorkOrdersService;
|
|
120
|
+
exports.getClientForWorkflowsRulesService = getClientForWorkflowsRulesService;
|
|
17
121
|
__exportStar(require("./src/absences.scailo_connect"), exports);
|
|
18
122
|
__exportStar(require("./src/absences.scailo_pb"), exports);
|
|
19
123
|
__exportStar(require("./src/actions_codes.scailo_connect"), exports);
|
|
@@ -39,10 +143,10 @@ __exportStar(require("./src/attendances_amendments.scailo_pb"), exports);
|
|
|
39
143
|
__exportStar(require("./src/bank_accounts.scailo_connect"), exports);
|
|
40
144
|
__exportStar(require("./src/bank_accounts.scailo_pb"), exports);
|
|
41
145
|
__exportStar(require("./src/base.scailo_pb"), exports);
|
|
146
|
+
__exportStar(require("./src/client_streams.scailo_connect"), exports);
|
|
147
|
+
__exportStar(require("./src/client_streams.scailo_pb"), exports);
|
|
42
148
|
__exportStar(require("./src/clients.scailo_connect"), exports);
|
|
43
149
|
__exportStar(require("./src/clients.scailo_pb"), exports);
|
|
44
|
-
__exportStar(require("./src/clientstreams.scailo_connect"), exports);
|
|
45
|
-
__exportStar(require("./src/clientstreams.scailo_pb"), exports);
|
|
46
150
|
__exportStar(require("./src/components.scailo_connect"), exports);
|
|
47
151
|
__exportStar(require("./src/components.scailo_pb"), exports);
|
|
48
152
|
__exportStar(require("./src/credit_notes.scailo_connect"), exports);
|
|
@@ -77,8 +181,8 @@ __exportStar(require("./src/forms_sections.scailo_connect"), exports);
|
|
|
77
181
|
__exportStar(require("./src/forms_sections.scailo_pb"), exports);
|
|
78
182
|
__exportStar(require("./src/general_settings.scailo_connect"), exports);
|
|
79
183
|
__exportStar(require("./src/general_settings.scailo_pb"), exports);
|
|
80
|
-
__exportStar(require("./src/
|
|
81
|
-
__exportStar(require("./src/
|
|
184
|
+
__exportStar(require("./src/general_streams.scailo_connect"), exports);
|
|
185
|
+
__exportStar(require("./src/general_streams.scailo_pb"), exports);
|
|
82
186
|
__exportStar(require("./src/genesis.validate.scailo_pb"), exports);
|
|
83
187
|
__exportStar(require("./src/goals.scailo_connect"), exports);
|
|
84
188
|
__exportStar(require("./src/goals.scailo_pb"), exports);
|
|
@@ -112,8 +216,8 @@ __exportStar(require("./src/ledgers.scailo_connect"), exports);
|
|
|
112
216
|
__exportStar(require("./src/ledgers.scailo_pb"), exports);
|
|
113
217
|
__exportStar(require("./src/locations.scailo_connect"), exports);
|
|
114
218
|
__exportStar(require("./src/locations.scailo_pb"), exports);
|
|
115
|
-
__exportStar(require("./src/
|
|
116
|
-
__exportStar(require("./src/
|
|
219
|
+
__exportStar(require("./src/login.scailo_connect"), exports);
|
|
220
|
+
__exportStar(require("./src/login.scailo_pb"), exports);
|
|
117
221
|
__exportStar(require("./src/meetings.scailo_connect"), exports);
|
|
118
222
|
__exportStar(require("./src/meetings.scailo_pb"), exports);
|
|
119
223
|
__exportStar(require("./src/merchandises.scailo_connect"), exports);
|
|
@@ -210,20 +314,3245 @@ __exportStar(require("./src/units_of_materials.scailo_connect"), exports);
|
|
|
210
314
|
__exportStar(require("./src/units_of_materials.scailo_pb"), exports);
|
|
211
315
|
__exportStar(require("./src/users.scailo_connect"), exports);
|
|
212
316
|
__exportStar(require("./src/users.scailo_pb"), exports);
|
|
317
|
+
__exportStar(require("./src/vault.scailo_connect"), exports);
|
|
318
|
+
__exportStar(require("./src/vault.scailo_pb"), exports);
|
|
213
319
|
__exportStar(require("./src/vault_commons.scailo_pb"), exports);
|
|
214
320
|
__exportStar(require("./src/vault_files.scailo_pb"), exports);
|
|
215
321
|
__exportStar(require("./src/vault_folders.scailo_pb"), exports);
|
|
216
|
-
__exportStar(require("./src/vault_services.scailo_connect"), exports);
|
|
217
|
-
__exportStar(require("./src/vault_services.scailo_pb"), exports);
|
|
218
322
|
__exportStar(require("./src/vendor_invoices.scailo_connect"), exports);
|
|
219
323
|
__exportStar(require("./src/vendor_invoices.scailo_pb"), exports);
|
|
324
|
+
__exportStar(require("./src/vendor_streams.scailo_connect"), exports);
|
|
325
|
+
__exportStar(require("./src/vendor_streams.scailo_pb"), exports);
|
|
220
326
|
__exportStar(require("./src/vendors.scailo_connect"), exports);
|
|
221
327
|
__exportStar(require("./src/vendors.scailo_pb"), exports);
|
|
222
|
-
__exportStar(require("./src/vendorstreams.scailo_connect"), exports);
|
|
223
|
-
__exportStar(require("./src/vendorstreams.scailo_pb"), exports);
|
|
224
328
|
__exportStar(require("./src/visitations.scailo_connect"), exports);
|
|
225
329
|
__exportStar(require("./src/visitations.scailo_pb"), exports);
|
|
226
330
|
__exportStar(require("./src/work_orders.scailo_connect"), exports);
|
|
227
331
|
__exportStar(require("./src/work_orders.scailo_pb"), exports);
|
|
228
332
|
__exportStar(require("./src/workflows_rules.scailo_connect"), exports);
|
|
229
333
|
__exportStar(require("./src/workflows_rules.scailo_pb"), exports);
|
|
334
|
+
const connect_1 = require("@connectrpc/connect");
|
|
335
|
+
const absences_scailo_connect_1 = require("./src/absences.scailo_connect");
|
|
336
|
+
const actions_codes_scailo_connect_1 = require("./src/actions_codes.scailo_connect");
|
|
337
|
+
const activities_scailo_connect_1 = require("./src/activities.scailo_connect");
|
|
338
|
+
const activities_groups_scailo_connect_1 = require("./src/activities_groups.scailo_connect");
|
|
339
|
+
const activities_statuses_scailo_connect_1 = require("./src/activities_statuses.scailo_connect");
|
|
340
|
+
const activities_tags_scailo_connect_1 = require("./src/activities_tags.scailo_connect");
|
|
341
|
+
const announcements_scailo_connect_1 = require("./src/announcements.scailo_connect");
|
|
342
|
+
const asset_indents_scailo_connect_1 = require("./src/asset_indents.scailo_connect");
|
|
343
|
+
const associates_scailo_connect_1 = require("./src/associates.scailo_connect");
|
|
344
|
+
const attendances_scailo_connect_1 = require("./src/attendances.scailo_connect");
|
|
345
|
+
const attendances_amendments_scailo_connect_1 = require("./src/attendances_amendments.scailo_connect");
|
|
346
|
+
const bank_accounts_scailo_connect_1 = require("./src/bank_accounts.scailo_connect");
|
|
347
|
+
const client_streams_scailo_connect_1 = require("./src/client_streams.scailo_connect");
|
|
348
|
+
const clients_scailo_connect_1 = require("./src/clients.scailo_connect");
|
|
349
|
+
const components_scailo_connect_1 = require("./src/components.scailo_connect");
|
|
350
|
+
const credit_notes_scailo_connect_1 = require("./src/credit_notes.scailo_connect");
|
|
351
|
+
const currencies_scailo_connect_1 = require("./src/currencies.scailo_connect");
|
|
352
|
+
const debit_notes_scailo_connect_1 = require("./src/debit_notes.scailo_connect");
|
|
353
|
+
const departments_scailo_connect_1 = require("./src/departments.scailo_connect");
|
|
354
|
+
const equations_families_scailo_connect_1 = require("./src/equations_families.scailo_connect");
|
|
355
|
+
const equations_replaceables_scailo_connect_1 = require("./src/equations_replaceables.scailo_connect");
|
|
356
|
+
const equations_sales_bundles_scailo_connect_1 = require("./src/equations_sales_bundles.scailo_connect");
|
|
357
|
+
const equations_work_orders_scailo_connect_1 = require("./src/equations_work_orders.scailo_connect");
|
|
358
|
+
const equipments_scailo_connect_1 = require("./src/equipments.scailo_connect");
|
|
359
|
+
const expenses_scailo_connect_1 = require("./src/expenses.scailo_connect");
|
|
360
|
+
const families_scailo_connect_1 = require("./src/families.scailo_connect");
|
|
361
|
+
const feedstocks_scailo_connect_1 = require("./src/feedstocks.scailo_connect");
|
|
362
|
+
const forms_fields_scailo_connect_1 = require("./src/forms_fields.scailo_connect");
|
|
363
|
+
const forms_fields_data_scailo_connect_1 = require("./src/forms_fields_data.scailo_connect");
|
|
364
|
+
const forms_sections_scailo_connect_1 = require("./src/forms_sections.scailo_connect");
|
|
365
|
+
const general_settings_scailo_connect_1 = require("./src/general_settings.scailo_connect");
|
|
366
|
+
const general_streams_scailo_connect_1 = require("./src/general_streams.scailo_connect");
|
|
367
|
+
const goals_scailo_connect_1 = require("./src/goals.scailo_connect");
|
|
368
|
+
const goods_dispatches_scailo_connect_1 = require("./src/goods_dispatches.scailo_connect");
|
|
369
|
+
const goods_receipts_scailo_connect_1 = require("./src/goods_receipts.scailo_connect");
|
|
370
|
+
const holidays_scailo_connect_1 = require("./src/holidays.scailo_connect");
|
|
371
|
+
const infrastructures_scailo_connect_1 = require("./src/infrastructures.scailo_connect");
|
|
372
|
+
const inventory_scailo_connect_1 = require("./src/inventory.scailo_connect");
|
|
373
|
+
const inward_jobs_scailo_connect_1 = require("./src/inward_jobs.scailo_connect");
|
|
374
|
+
const inward_jobs_free_issue_materials_scailo_connect_1 = require("./src/inward_jobs_free_issue_materials.scailo_connect");
|
|
375
|
+
const inward_jobs_free_issue_materials_returns_scailo_connect_1 = require("./src/inward_jobs_free_issue_materials_returns.scailo_connect");
|
|
376
|
+
const labels_scailo_connect_1 = require("./src/labels.scailo_connect");
|
|
377
|
+
const leaves_adjustments_scailo_connect_1 = require("./src/leaves_adjustments.scailo_connect");
|
|
378
|
+
const leaves_logs_scailo_connect_1 = require("./src/leaves_logs.scailo_connect");
|
|
379
|
+
const leaves_requests_scailo_connect_1 = require("./src/leaves_requests.scailo_connect");
|
|
380
|
+
const leaves_types_scailo_connect_1 = require("./src/leaves_types.scailo_connect");
|
|
381
|
+
const ledgers_scailo_connect_1 = require("./src/ledgers.scailo_connect");
|
|
382
|
+
const locations_scailo_connect_1 = require("./src/locations.scailo_connect");
|
|
383
|
+
const login_scailo_connect_1 = require("./src/login.scailo_connect");
|
|
384
|
+
const meetings_scailo_connect_1 = require("./src/meetings.scailo_connect");
|
|
385
|
+
const merchandises_scailo_connect_1 = require("./src/merchandises.scailo_connect");
|
|
386
|
+
const notes_scailo_connect_1 = require("./src/notes.scailo_connect");
|
|
387
|
+
const on_duties_scailo_connect_1 = require("./src/on_duties.scailo_connect");
|
|
388
|
+
const outward_jobs_scailo_connect_1 = require("./src/outward_jobs.scailo_connect");
|
|
389
|
+
const outward_jobs_free_issue_materials_scailo_connect_1 = require("./src/outward_jobs_free_issue_materials.scailo_connect");
|
|
390
|
+
const outward_jobs_free_issue_materials_returns_scailo_connect_1 = require("./src/outward_jobs_free_issue_materials_returns.scailo_connect");
|
|
391
|
+
const overtimes_scailo_connect_1 = require("./src/overtimes.scailo_connect");
|
|
392
|
+
const payroll_groups_scailo_connect_1 = require("./src/payroll_groups.scailo_connect");
|
|
393
|
+
const payroll_params_scailo_connect_1 = require("./src/payroll_params.scailo_connect");
|
|
394
|
+
const production_indents_scailo_connect_1 = require("./src/production_indents.scailo_connect");
|
|
395
|
+
const production_plans_scailo_connect_1 = require("./src/production_plans.scailo_connect");
|
|
396
|
+
const products_scailo_connect_1 = require("./src/products.scailo_connect");
|
|
397
|
+
const projects_scailo_connect_1 = require("./src/projects.scailo_connect");
|
|
398
|
+
const purchases_enquiries_scailo_connect_1 = require("./src/purchases_enquiries.scailo_connect");
|
|
399
|
+
const purchases_indents_scailo_connect_1 = require("./src/purchases_indents.scailo_connect");
|
|
400
|
+
const purchases_orders_scailo_connect_1 = require("./src/purchases_orders.scailo_connect");
|
|
401
|
+
const purchases_payments_scailo_connect_1 = require("./src/purchases_payments.scailo_connect");
|
|
402
|
+
const purchases_returns_scailo_connect_1 = require("./src/purchases_returns.scailo_connect");
|
|
403
|
+
const qc_groups_scailo_connect_1 = require("./src/qc_groups.scailo_connect");
|
|
404
|
+
const qc_hubs_scailo_connect_1 = require("./src/qc_hubs.scailo_connect");
|
|
405
|
+
const qc_params_scailo_connect_1 = require("./src/qc_params.scailo_connect");
|
|
406
|
+
const qc_samples_scailo_connect_1 = require("./src/qc_samples.scailo_connect");
|
|
407
|
+
const quotations_requests_scailo_connect_1 = require("./src/quotations_requests.scailo_connect");
|
|
408
|
+
const quotations_responses_scailo_connect_1 = require("./src/quotations_responses.scailo_connect");
|
|
409
|
+
const replaceable_indents_scailo_connect_1 = require("./src/replaceable_indents.scailo_connect");
|
|
410
|
+
const roles_scailo_connect_1 = require("./src/roles.scailo_connect");
|
|
411
|
+
const salaries_scailo_connect_1 = require("./src/salaries.scailo_connect");
|
|
412
|
+
const sales_enquiries_scailo_connect_1 = require("./src/sales_enquiries.scailo_connect");
|
|
413
|
+
const sales_invoices_scailo_connect_1 = require("./src/sales_invoices.scailo_connect");
|
|
414
|
+
const sales_orders_scailo_connect_1 = require("./src/sales_orders.scailo_connect");
|
|
415
|
+
const sales_quotations_scailo_connect_1 = require("./src/sales_quotations.scailo_connect");
|
|
416
|
+
const sales_receipts_scailo_connect_1 = require("./src/sales_receipts.scailo_connect");
|
|
417
|
+
const sales_returns_scailo_connect_1 = require("./src/sales_returns.scailo_connect");
|
|
418
|
+
const shifts_scailo_connect_1 = require("./src/shifts.scailo_connect");
|
|
419
|
+
const shifts_groups_scailo_connect_1 = require("./src/shifts_groups.scailo_connect");
|
|
420
|
+
const skills_groups_scailo_connect_1 = require("./src/skills_groups.scailo_connect");
|
|
421
|
+
const skills_params_scailo_connect_1 = require("./src/skills_params.scailo_connect");
|
|
422
|
+
const stock_audits_scailo_connect_1 = require("./src/stock_audits.scailo_connect");
|
|
423
|
+
const stock_issuances_scailo_connect_1 = require("./src/stock_issuances.scailo_connect");
|
|
424
|
+
const stock_returns_scailo_connect_1 = require("./src/stock_returns.scailo_connect");
|
|
425
|
+
const storages_scailo_connect_1 = require("./src/storages.scailo_connect");
|
|
426
|
+
const stores_scailo_connect_1 = require("./src/stores.scailo_connect");
|
|
427
|
+
const tax_groups_scailo_connect_1 = require("./src/tax_groups.scailo_connect");
|
|
428
|
+
const tax_params_scailo_connect_1 = require("./src/tax_params.scailo_connect");
|
|
429
|
+
const teams_scailo_connect_1 = require("./src/teams.scailo_connect");
|
|
430
|
+
const units_of_materials_scailo_connect_1 = require("./src/units_of_materials.scailo_connect");
|
|
431
|
+
const users_scailo_connect_1 = require("./src/users.scailo_connect");
|
|
432
|
+
const vault_scailo_connect_1 = require("./src/vault.scailo_connect");
|
|
433
|
+
const vendor_invoices_scailo_connect_1 = require("./src/vendor_invoices.scailo_connect");
|
|
434
|
+
const vendor_streams_scailo_connect_1 = require("./src/vendor_streams.scailo_connect");
|
|
435
|
+
const vendors_scailo_connect_1 = require("./src/vendors.scailo_connect");
|
|
436
|
+
const visitations_scailo_connect_1 = require("./src/visitations.scailo_connect");
|
|
437
|
+
const work_orders_scailo_connect_1 = require("./src/work_orders.scailo_connect");
|
|
438
|
+
const workflows_rules_scailo_connect_1 = require("./src/workflows_rules.scailo_connect");
|
|
439
|
+
/**
|
|
440
|
+
|
|
441
|
+
Get the client to access the AbsencesService. Transport is a connectrpc Transport, which is created as follows:
|
|
442
|
+
|
|
443
|
+
For web:
|
|
444
|
+
```
|
|
445
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
446
|
+
|
|
447
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
448
|
+
return createConnectTransport({
|
|
449
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
450
|
+
});
|
|
451
|
+
}
|
|
452
|
+
```
|
|
453
|
+
|
|
454
|
+
For node:
|
|
455
|
+
```
|
|
456
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
457
|
+
|
|
458
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
459
|
+
return createConnectTransport({
|
|
460
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
461
|
+
});
|
|
462
|
+
}
|
|
463
|
+
```
|
|
464
|
+
|
|
465
|
+
*/
|
|
466
|
+
function getClientForAbsencesService(transport) {
|
|
467
|
+
return (0, connect_1.createPromiseClient)(absences_scailo_connect_1.AbsencesService, transport);
|
|
468
|
+
}
|
|
469
|
+
/**
|
|
470
|
+
|
|
471
|
+
Get the client to access the ActionsCodesService. Transport is a connectrpc Transport, which is created as follows:
|
|
472
|
+
|
|
473
|
+
For web:
|
|
474
|
+
```
|
|
475
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
476
|
+
|
|
477
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
478
|
+
return createConnectTransport({
|
|
479
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
480
|
+
});
|
|
481
|
+
}
|
|
482
|
+
```
|
|
483
|
+
|
|
484
|
+
For node:
|
|
485
|
+
```
|
|
486
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
487
|
+
|
|
488
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
489
|
+
return createConnectTransport({
|
|
490
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
491
|
+
});
|
|
492
|
+
}
|
|
493
|
+
```
|
|
494
|
+
|
|
495
|
+
*/
|
|
496
|
+
function getClientForActionsCodesService(transport) {
|
|
497
|
+
return (0, connect_1.createPromiseClient)(actions_codes_scailo_connect_1.ActionsCodesService, transport);
|
|
498
|
+
}
|
|
499
|
+
/**
|
|
500
|
+
|
|
501
|
+
Get the client to access the ActivitiesService. Transport is a connectrpc Transport, which is created as follows:
|
|
502
|
+
|
|
503
|
+
For web:
|
|
504
|
+
```
|
|
505
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
506
|
+
|
|
507
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
508
|
+
return createConnectTransport({
|
|
509
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
510
|
+
});
|
|
511
|
+
}
|
|
512
|
+
```
|
|
513
|
+
|
|
514
|
+
For node:
|
|
515
|
+
```
|
|
516
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
517
|
+
|
|
518
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
519
|
+
return createConnectTransport({
|
|
520
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
521
|
+
});
|
|
522
|
+
}
|
|
523
|
+
```
|
|
524
|
+
|
|
525
|
+
*/
|
|
526
|
+
function getClientForActivitiesService(transport) {
|
|
527
|
+
return (0, connect_1.createPromiseClient)(activities_scailo_connect_1.ActivitiesService, transport);
|
|
528
|
+
}
|
|
529
|
+
/**
|
|
530
|
+
|
|
531
|
+
Get the client to access the ActivitiesGroupsService. Transport is a connectrpc Transport, which is created as follows:
|
|
532
|
+
|
|
533
|
+
For web:
|
|
534
|
+
```
|
|
535
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
536
|
+
|
|
537
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
538
|
+
return createConnectTransport({
|
|
539
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
540
|
+
});
|
|
541
|
+
}
|
|
542
|
+
```
|
|
543
|
+
|
|
544
|
+
For node:
|
|
545
|
+
```
|
|
546
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
547
|
+
|
|
548
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
549
|
+
return createConnectTransport({
|
|
550
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
551
|
+
});
|
|
552
|
+
}
|
|
553
|
+
```
|
|
554
|
+
|
|
555
|
+
*/
|
|
556
|
+
function getClientForActivitiesGroupsService(transport) {
|
|
557
|
+
return (0, connect_1.createPromiseClient)(activities_groups_scailo_connect_1.ActivitiesGroupsService, transport);
|
|
558
|
+
}
|
|
559
|
+
/**
|
|
560
|
+
|
|
561
|
+
Get the client to access the ActivitiesStatusesService. Transport is a connectrpc Transport, which is created as follows:
|
|
562
|
+
|
|
563
|
+
For web:
|
|
564
|
+
```
|
|
565
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
566
|
+
|
|
567
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
568
|
+
return createConnectTransport({
|
|
569
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
570
|
+
});
|
|
571
|
+
}
|
|
572
|
+
```
|
|
573
|
+
|
|
574
|
+
For node:
|
|
575
|
+
```
|
|
576
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
577
|
+
|
|
578
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
579
|
+
return createConnectTransport({
|
|
580
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
581
|
+
});
|
|
582
|
+
}
|
|
583
|
+
```
|
|
584
|
+
|
|
585
|
+
*/
|
|
586
|
+
function getClientForActivitiesStatusesService(transport) {
|
|
587
|
+
return (0, connect_1.createPromiseClient)(activities_statuses_scailo_connect_1.ActivitiesStatusesService, transport);
|
|
588
|
+
}
|
|
589
|
+
/**
|
|
590
|
+
|
|
591
|
+
Get the client to access the ActivitiesTagsService. Transport is a connectrpc Transport, which is created as follows:
|
|
592
|
+
|
|
593
|
+
For web:
|
|
594
|
+
```
|
|
595
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
596
|
+
|
|
597
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
598
|
+
return createConnectTransport({
|
|
599
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
600
|
+
});
|
|
601
|
+
}
|
|
602
|
+
```
|
|
603
|
+
|
|
604
|
+
For node:
|
|
605
|
+
```
|
|
606
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
607
|
+
|
|
608
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
609
|
+
return createConnectTransport({
|
|
610
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
611
|
+
});
|
|
612
|
+
}
|
|
613
|
+
```
|
|
614
|
+
|
|
615
|
+
*/
|
|
616
|
+
function getClientForActivitiesTagsService(transport) {
|
|
617
|
+
return (0, connect_1.createPromiseClient)(activities_tags_scailo_connect_1.ActivitiesTagsService, transport);
|
|
618
|
+
}
|
|
619
|
+
/**
|
|
620
|
+
|
|
621
|
+
Get the client to access the AnnouncementsService. Transport is a connectrpc Transport, which is created as follows:
|
|
622
|
+
|
|
623
|
+
For web:
|
|
624
|
+
```
|
|
625
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
626
|
+
|
|
627
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
628
|
+
return createConnectTransport({
|
|
629
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
630
|
+
});
|
|
631
|
+
}
|
|
632
|
+
```
|
|
633
|
+
|
|
634
|
+
For node:
|
|
635
|
+
```
|
|
636
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
637
|
+
|
|
638
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
639
|
+
return createConnectTransport({
|
|
640
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
641
|
+
});
|
|
642
|
+
}
|
|
643
|
+
```
|
|
644
|
+
|
|
645
|
+
*/
|
|
646
|
+
function getClientForAnnouncementsService(transport) {
|
|
647
|
+
return (0, connect_1.createPromiseClient)(announcements_scailo_connect_1.AnnouncementsService, transport);
|
|
648
|
+
}
|
|
649
|
+
/**
|
|
650
|
+
|
|
651
|
+
Get the client to access the AssetIndentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
652
|
+
|
|
653
|
+
For web:
|
|
654
|
+
```
|
|
655
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
656
|
+
|
|
657
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
658
|
+
return createConnectTransport({
|
|
659
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
660
|
+
});
|
|
661
|
+
}
|
|
662
|
+
```
|
|
663
|
+
|
|
664
|
+
For node:
|
|
665
|
+
```
|
|
666
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
667
|
+
|
|
668
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
669
|
+
return createConnectTransport({
|
|
670
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
671
|
+
});
|
|
672
|
+
}
|
|
673
|
+
```
|
|
674
|
+
|
|
675
|
+
*/
|
|
676
|
+
function getClientForAssetIndentsService(transport) {
|
|
677
|
+
return (0, connect_1.createPromiseClient)(asset_indents_scailo_connect_1.AssetIndentsService, transport);
|
|
678
|
+
}
|
|
679
|
+
/**
|
|
680
|
+
|
|
681
|
+
Get the client to access the AssociatesService. Transport is a connectrpc Transport, which is created as follows:
|
|
682
|
+
|
|
683
|
+
For web:
|
|
684
|
+
```
|
|
685
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
686
|
+
|
|
687
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
688
|
+
return createConnectTransport({
|
|
689
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
690
|
+
});
|
|
691
|
+
}
|
|
692
|
+
```
|
|
693
|
+
|
|
694
|
+
For node:
|
|
695
|
+
```
|
|
696
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
697
|
+
|
|
698
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
699
|
+
return createConnectTransport({
|
|
700
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
701
|
+
});
|
|
702
|
+
}
|
|
703
|
+
```
|
|
704
|
+
|
|
705
|
+
*/
|
|
706
|
+
function getClientForAssociatesService(transport) {
|
|
707
|
+
return (0, connect_1.createPromiseClient)(associates_scailo_connect_1.AssociatesService, transport);
|
|
708
|
+
}
|
|
709
|
+
/**
|
|
710
|
+
|
|
711
|
+
Get the client to access the AttendancesService. Transport is a connectrpc Transport, which is created as follows:
|
|
712
|
+
|
|
713
|
+
For web:
|
|
714
|
+
```
|
|
715
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
716
|
+
|
|
717
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
718
|
+
return createConnectTransport({
|
|
719
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
720
|
+
});
|
|
721
|
+
}
|
|
722
|
+
```
|
|
723
|
+
|
|
724
|
+
For node:
|
|
725
|
+
```
|
|
726
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
727
|
+
|
|
728
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
729
|
+
return createConnectTransport({
|
|
730
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
731
|
+
});
|
|
732
|
+
}
|
|
733
|
+
```
|
|
734
|
+
|
|
735
|
+
*/
|
|
736
|
+
function getClientForAttendancesService(transport) {
|
|
737
|
+
return (0, connect_1.createPromiseClient)(attendances_scailo_connect_1.AttendancesService, transport);
|
|
738
|
+
}
|
|
739
|
+
/**
|
|
740
|
+
|
|
741
|
+
Get the client to access the AttendancesAmendmentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
742
|
+
|
|
743
|
+
For web:
|
|
744
|
+
```
|
|
745
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
746
|
+
|
|
747
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
748
|
+
return createConnectTransport({
|
|
749
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
750
|
+
});
|
|
751
|
+
}
|
|
752
|
+
```
|
|
753
|
+
|
|
754
|
+
For node:
|
|
755
|
+
```
|
|
756
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
757
|
+
|
|
758
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
759
|
+
return createConnectTransport({
|
|
760
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
761
|
+
});
|
|
762
|
+
}
|
|
763
|
+
```
|
|
764
|
+
|
|
765
|
+
*/
|
|
766
|
+
function getClientForAttendancesAmendmentsService(transport) {
|
|
767
|
+
return (0, connect_1.createPromiseClient)(attendances_amendments_scailo_connect_1.AttendancesAmendmentsService, transport);
|
|
768
|
+
}
|
|
769
|
+
/**
|
|
770
|
+
|
|
771
|
+
Get the client to access the BankAccountsService. Transport is a connectrpc Transport, which is created as follows:
|
|
772
|
+
|
|
773
|
+
For web:
|
|
774
|
+
```
|
|
775
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
776
|
+
|
|
777
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
778
|
+
return createConnectTransport({
|
|
779
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
780
|
+
});
|
|
781
|
+
}
|
|
782
|
+
```
|
|
783
|
+
|
|
784
|
+
For node:
|
|
785
|
+
```
|
|
786
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
787
|
+
|
|
788
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
789
|
+
return createConnectTransport({
|
|
790
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
791
|
+
});
|
|
792
|
+
}
|
|
793
|
+
```
|
|
794
|
+
|
|
795
|
+
*/
|
|
796
|
+
function getClientForBankAccountsService(transport) {
|
|
797
|
+
return (0, connect_1.createPromiseClient)(bank_accounts_scailo_connect_1.BankAccountsService, transport);
|
|
798
|
+
}
|
|
799
|
+
/**
|
|
800
|
+
|
|
801
|
+
Get the client to access the ClientStreamsService. Transport is a connectrpc Transport, which is created as follows:
|
|
802
|
+
|
|
803
|
+
For web:
|
|
804
|
+
```
|
|
805
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
806
|
+
|
|
807
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
808
|
+
return createConnectTransport({
|
|
809
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
810
|
+
});
|
|
811
|
+
}
|
|
812
|
+
```
|
|
813
|
+
|
|
814
|
+
For node:
|
|
815
|
+
```
|
|
816
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
817
|
+
|
|
818
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
819
|
+
return createConnectTransport({
|
|
820
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
821
|
+
});
|
|
822
|
+
}
|
|
823
|
+
```
|
|
824
|
+
|
|
825
|
+
*/
|
|
826
|
+
function getClientForClientStreamsService(transport) {
|
|
827
|
+
return (0, connect_1.createPromiseClient)(client_streams_scailo_connect_1.ClientStreamsService, transport);
|
|
828
|
+
}
|
|
829
|
+
/**
|
|
830
|
+
|
|
831
|
+
Get the client to access the ClientsService. Transport is a connectrpc Transport, which is created as follows:
|
|
832
|
+
|
|
833
|
+
For web:
|
|
834
|
+
```
|
|
835
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
836
|
+
|
|
837
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
838
|
+
return createConnectTransport({
|
|
839
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
840
|
+
});
|
|
841
|
+
}
|
|
842
|
+
```
|
|
843
|
+
|
|
844
|
+
For node:
|
|
845
|
+
```
|
|
846
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
847
|
+
|
|
848
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
849
|
+
return createConnectTransport({
|
|
850
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
851
|
+
});
|
|
852
|
+
}
|
|
853
|
+
```
|
|
854
|
+
|
|
855
|
+
*/
|
|
856
|
+
function getClientForClientsService(transport) {
|
|
857
|
+
return (0, connect_1.createPromiseClient)(clients_scailo_connect_1.ClientsService, transport);
|
|
858
|
+
}
|
|
859
|
+
/**
|
|
860
|
+
|
|
861
|
+
Get the client to access the ComponentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
862
|
+
|
|
863
|
+
For web:
|
|
864
|
+
```
|
|
865
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
866
|
+
|
|
867
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
868
|
+
return createConnectTransport({
|
|
869
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
870
|
+
});
|
|
871
|
+
}
|
|
872
|
+
```
|
|
873
|
+
|
|
874
|
+
For node:
|
|
875
|
+
```
|
|
876
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
877
|
+
|
|
878
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
879
|
+
return createConnectTransport({
|
|
880
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
881
|
+
});
|
|
882
|
+
}
|
|
883
|
+
```
|
|
884
|
+
|
|
885
|
+
*/
|
|
886
|
+
function getClientForComponentsService(transport) {
|
|
887
|
+
return (0, connect_1.createPromiseClient)(components_scailo_connect_1.ComponentsService, transport);
|
|
888
|
+
}
|
|
889
|
+
/**
|
|
890
|
+
|
|
891
|
+
Get the client to access the CreditNotesService. Transport is a connectrpc Transport, which is created as follows:
|
|
892
|
+
|
|
893
|
+
For web:
|
|
894
|
+
```
|
|
895
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
896
|
+
|
|
897
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
898
|
+
return createConnectTransport({
|
|
899
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
900
|
+
});
|
|
901
|
+
}
|
|
902
|
+
```
|
|
903
|
+
|
|
904
|
+
For node:
|
|
905
|
+
```
|
|
906
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
907
|
+
|
|
908
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
909
|
+
return createConnectTransport({
|
|
910
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
911
|
+
});
|
|
912
|
+
}
|
|
913
|
+
```
|
|
914
|
+
|
|
915
|
+
*/
|
|
916
|
+
function getClientForCreditNotesService(transport) {
|
|
917
|
+
return (0, connect_1.createPromiseClient)(credit_notes_scailo_connect_1.CreditNotesService, transport);
|
|
918
|
+
}
|
|
919
|
+
/**
|
|
920
|
+
|
|
921
|
+
Get the client to access the CurrenciesService. Transport is a connectrpc Transport, which is created as follows:
|
|
922
|
+
|
|
923
|
+
For web:
|
|
924
|
+
```
|
|
925
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
926
|
+
|
|
927
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
928
|
+
return createConnectTransport({
|
|
929
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
930
|
+
});
|
|
931
|
+
}
|
|
932
|
+
```
|
|
933
|
+
|
|
934
|
+
For node:
|
|
935
|
+
```
|
|
936
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
937
|
+
|
|
938
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
939
|
+
return createConnectTransport({
|
|
940
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
941
|
+
});
|
|
942
|
+
}
|
|
943
|
+
```
|
|
944
|
+
|
|
945
|
+
*/
|
|
946
|
+
function getClientForCurrenciesService(transport) {
|
|
947
|
+
return (0, connect_1.createPromiseClient)(currencies_scailo_connect_1.CurrenciesService, transport);
|
|
948
|
+
}
|
|
949
|
+
/**
|
|
950
|
+
|
|
951
|
+
Get the client to access the DebitNotesService. Transport is a connectrpc Transport, which is created as follows:
|
|
952
|
+
|
|
953
|
+
For web:
|
|
954
|
+
```
|
|
955
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
956
|
+
|
|
957
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
958
|
+
return createConnectTransport({
|
|
959
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
960
|
+
});
|
|
961
|
+
}
|
|
962
|
+
```
|
|
963
|
+
|
|
964
|
+
For node:
|
|
965
|
+
```
|
|
966
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
967
|
+
|
|
968
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
969
|
+
return createConnectTransport({
|
|
970
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
971
|
+
});
|
|
972
|
+
}
|
|
973
|
+
```
|
|
974
|
+
|
|
975
|
+
*/
|
|
976
|
+
function getClientForDebitNotesService(transport) {
|
|
977
|
+
return (0, connect_1.createPromiseClient)(debit_notes_scailo_connect_1.DebitNotesService, transport);
|
|
978
|
+
}
|
|
979
|
+
/**
|
|
980
|
+
|
|
981
|
+
Get the client to access the DepartmentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
982
|
+
|
|
983
|
+
For web:
|
|
984
|
+
```
|
|
985
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
986
|
+
|
|
987
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
988
|
+
return createConnectTransport({
|
|
989
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
990
|
+
});
|
|
991
|
+
}
|
|
992
|
+
```
|
|
993
|
+
|
|
994
|
+
For node:
|
|
995
|
+
```
|
|
996
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
997
|
+
|
|
998
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
999
|
+
return createConnectTransport({
|
|
1000
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1001
|
+
});
|
|
1002
|
+
}
|
|
1003
|
+
```
|
|
1004
|
+
|
|
1005
|
+
*/
|
|
1006
|
+
function getClientForDepartmentsService(transport) {
|
|
1007
|
+
return (0, connect_1.createPromiseClient)(departments_scailo_connect_1.DepartmentsService, transport);
|
|
1008
|
+
}
|
|
1009
|
+
/**
|
|
1010
|
+
|
|
1011
|
+
Get the client to access the EquationsFamiliesService. Transport is a connectrpc Transport, which is created as follows:
|
|
1012
|
+
|
|
1013
|
+
For web:
|
|
1014
|
+
```
|
|
1015
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1016
|
+
|
|
1017
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1018
|
+
return createConnectTransport({
|
|
1019
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1020
|
+
});
|
|
1021
|
+
}
|
|
1022
|
+
```
|
|
1023
|
+
|
|
1024
|
+
For node:
|
|
1025
|
+
```
|
|
1026
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1027
|
+
|
|
1028
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1029
|
+
return createConnectTransport({
|
|
1030
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1031
|
+
});
|
|
1032
|
+
}
|
|
1033
|
+
```
|
|
1034
|
+
|
|
1035
|
+
*/
|
|
1036
|
+
function getClientForEquationsFamiliesService(transport) {
|
|
1037
|
+
return (0, connect_1.createPromiseClient)(equations_families_scailo_connect_1.EquationsFamiliesService, transport);
|
|
1038
|
+
}
|
|
1039
|
+
/**
|
|
1040
|
+
|
|
1041
|
+
Get the client to access the EquationsReplaceablesService. Transport is a connectrpc Transport, which is created as follows:
|
|
1042
|
+
|
|
1043
|
+
For web:
|
|
1044
|
+
```
|
|
1045
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1046
|
+
|
|
1047
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1048
|
+
return createConnectTransport({
|
|
1049
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1050
|
+
});
|
|
1051
|
+
}
|
|
1052
|
+
```
|
|
1053
|
+
|
|
1054
|
+
For node:
|
|
1055
|
+
```
|
|
1056
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1057
|
+
|
|
1058
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1059
|
+
return createConnectTransport({
|
|
1060
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1061
|
+
});
|
|
1062
|
+
}
|
|
1063
|
+
```
|
|
1064
|
+
|
|
1065
|
+
*/
|
|
1066
|
+
function getClientForEquationsReplaceablesService(transport) {
|
|
1067
|
+
return (0, connect_1.createPromiseClient)(equations_replaceables_scailo_connect_1.EquationsReplaceablesService, transport);
|
|
1068
|
+
}
|
|
1069
|
+
/**
|
|
1070
|
+
|
|
1071
|
+
Get the client to access the EquationsSalesBundlesService. Transport is a connectrpc Transport, which is created as follows:
|
|
1072
|
+
|
|
1073
|
+
For web:
|
|
1074
|
+
```
|
|
1075
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1076
|
+
|
|
1077
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1078
|
+
return createConnectTransport({
|
|
1079
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1080
|
+
});
|
|
1081
|
+
}
|
|
1082
|
+
```
|
|
1083
|
+
|
|
1084
|
+
For node:
|
|
1085
|
+
```
|
|
1086
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1087
|
+
|
|
1088
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1089
|
+
return createConnectTransport({
|
|
1090
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1091
|
+
});
|
|
1092
|
+
}
|
|
1093
|
+
```
|
|
1094
|
+
|
|
1095
|
+
*/
|
|
1096
|
+
function getClientForEquationsSalesBundlesService(transport) {
|
|
1097
|
+
return (0, connect_1.createPromiseClient)(equations_sales_bundles_scailo_connect_1.EquationsSalesBundlesService, transport);
|
|
1098
|
+
}
|
|
1099
|
+
/**
|
|
1100
|
+
|
|
1101
|
+
Get the client to access the EquationsWorkOrdersService. Transport is a connectrpc Transport, which is created as follows:
|
|
1102
|
+
|
|
1103
|
+
For web:
|
|
1104
|
+
```
|
|
1105
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1106
|
+
|
|
1107
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1108
|
+
return createConnectTransport({
|
|
1109
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1110
|
+
});
|
|
1111
|
+
}
|
|
1112
|
+
```
|
|
1113
|
+
|
|
1114
|
+
For node:
|
|
1115
|
+
```
|
|
1116
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1117
|
+
|
|
1118
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1119
|
+
return createConnectTransport({
|
|
1120
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1121
|
+
});
|
|
1122
|
+
}
|
|
1123
|
+
```
|
|
1124
|
+
|
|
1125
|
+
*/
|
|
1126
|
+
function getClientForEquationsWorkOrdersService(transport) {
|
|
1127
|
+
return (0, connect_1.createPromiseClient)(equations_work_orders_scailo_connect_1.EquationsWorkOrdersService, transport);
|
|
1128
|
+
}
|
|
1129
|
+
/**
|
|
1130
|
+
|
|
1131
|
+
Get the client to access the EquipmentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
1132
|
+
|
|
1133
|
+
For web:
|
|
1134
|
+
```
|
|
1135
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1136
|
+
|
|
1137
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1138
|
+
return createConnectTransport({
|
|
1139
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1140
|
+
});
|
|
1141
|
+
}
|
|
1142
|
+
```
|
|
1143
|
+
|
|
1144
|
+
For node:
|
|
1145
|
+
```
|
|
1146
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1147
|
+
|
|
1148
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1149
|
+
return createConnectTransport({
|
|
1150
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1151
|
+
});
|
|
1152
|
+
}
|
|
1153
|
+
```
|
|
1154
|
+
|
|
1155
|
+
*/
|
|
1156
|
+
function getClientForEquipmentsService(transport) {
|
|
1157
|
+
return (0, connect_1.createPromiseClient)(equipments_scailo_connect_1.EquipmentsService, transport);
|
|
1158
|
+
}
|
|
1159
|
+
/**
|
|
1160
|
+
|
|
1161
|
+
Get the client to access the ExpensesService. Transport is a connectrpc Transport, which is created as follows:
|
|
1162
|
+
|
|
1163
|
+
For web:
|
|
1164
|
+
```
|
|
1165
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1166
|
+
|
|
1167
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1168
|
+
return createConnectTransport({
|
|
1169
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1170
|
+
});
|
|
1171
|
+
}
|
|
1172
|
+
```
|
|
1173
|
+
|
|
1174
|
+
For node:
|
|
1175
|
+
```
|
|
1176
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1177
|
+
|
|
1178
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1179
|
+
return createConnectTransport({
|
|
1180
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1181
|
+
});
|
|
1182
|
+
}
|
|
1183
|
+
```
|
|
1184
|
+
|
|
1185
|
+
*/
|
|
1186
|
+
function getClientForExpensesService(transport) {
|
|
1187
|
+
return (0, connect_1.createPromiseClient)(expenses_scailo_connect_1.ExpensesService, transport);
|
|
1188
|
+
}
|
|
1189
|
+
/**
|
|
1190
|
+
|
|
1191
|
+
Get the client to access the FamiliesService. Transport is a connectrpc Transport, which is created as follows:
|
|
1192
|
+
|
|
1193
|
+
For web:
|
|
1194
|
+
```
|
|
1195
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1196
|
+
|
|
1197
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1198
|
+
return createConnectTransport({
|
|
1199
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1200
|
+
});
|
|
1201
|
+
}
|
|
1202
|
+
```
|
|
1203
|
+
|
|
1204
|
+
For node:
|
|
1205
|
+
```
|
|
1206
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1207
|
+
|
|
1208
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1209
|
+
return createConnectTransport({
|
|
1210
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1211
|
+
});
|
|
1212
|
+
}
|
|
1213
|
+
```
|
|
1214
|
+
|
|
1215
|
+
*/
|
|
1216
|
+
function getClientForFamiliesService(transport) {
|
|
1217
|
+
return (0, connect_1.createPromiseClient)(families_scailo_connect_1.FamiliesService, transport);
|
|
1218
|
+
}
|
|
1219
|
+
/**
|
|
1220
|
+
|
|
1221
|
+
Get the client to access the FeedstocksService. Transport is a connectrpc Transport, which is created as follows:
|
|
1222
|
+
|
|
1223
|
+
For web:
|
|
1224
|
+
```
|
|
1225
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1226
|
+
|
|
1227
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1228
|
+
return createConnectTransport({
|
|
1229
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1230
|
+
});
|
|
1231
|
+
}
|
|
1232
|
+
```
|
|
1233
|
+
|
|
1234
|
+
For node:
|
|
1235
|
+
```
|
|
1236
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1237
|
+
|
|
1238
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1239
|
+
return createConnectTransport({
|
|
1240
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1241
|
+
});
|
|
1242
|
+
}
|
|
1243
|
+
```
|
|
1244
|
+
|
|
1245
|
+
*/
|
|
1246
|
+
function getClientForFeedstocksService(transport) {
|
|
1247
|
+
return (0, connect_1.createPromiseClient)(feedstocks_scailo_connect_1.FeedstocksService, transport);
|
|
1248
|
+
}
|
|
1249
|
+
/**
|
|
1250
|
+
|
|
1251
|
+
Get the client to access the FormsFieldsService. Transport is a connectrpc Transport, which is created as follows:
|
|
1252
|
+
|
|
1253
|
+
For web:
|
|
1254
|
+
```
|
|
1255
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1256
|
+
|
|
1257
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1258
|
+
return createConnectTransport({
|
|
1259
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1260
|
+
});
|
|
1261
|
+
}
|
|
1262
|
+
```
|
|
1263
|
+
|
|
1264
|
+
For node:
|
|
1265
|
+
```
|
|
1266
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1267
|
+
|
|
1268
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1269
|
+
return createConnectTransport({
|
|
1270
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1271
|
+
});
|
|
1272
|
+
}
|
|
1273
|
+
```
|
|
1274
|
+
|
|
1275
|
+
*/
|
|
1276
|
+
function getClientForFormsFieldsService(transport) {
|
|
1277
|
+
return (0, connect_1.createPromiseClient)(forms_fields_scailo_connect_1.FormsFieldsService, transport);
|
|
1278
|
+
}
|
|
1279
|
+
/**
|
|
1280
|
+
|
|
1281
|
+
Get the client to access the FormsFieldsDataService. Transport is a connectrpc Transport, which is created as follows:
|
|
1282
|
+
|
|
1283
|
+
For web:
|
|
1284
|
+
```
|
|
1285
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1286
|
+
|
|
1287
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1288
|
+
return createConnectTransport({
|
|
1289
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1290
|
+
});
|
|
1291
|
+
}
|
|
1292
|
+
```
|
|
1293
|
+
|
|
1294
|
+
For node:
|
|
1295
|
+
```
|
|
1296
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1297
|
+
|
|
1298
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1299
|
+
return createConnectTransport({
|
|
1300
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1301
|
+
});
|
|
1302
|
+
}
|
|
1303
|
+
```
|
|
1304
|
+
|
|
1305
|
+
*/
|
|
1306
|
+
function getClientForFormsFieldsDataService(transport) {
|
|
1307
|
+
return (0, connect_1.createPromiseClient)(forms_fields_data_scailo_connect_1.FormsFieldsDataService, transport);
|
|
1308
|
+
}
|
|
1309
|
+
/**
|
|
1310
|
+
|
|
1311
|
+
Get the client to access the FormsSectionsService. Transport is a connectrpc Transport, which is created as follows:
|
|
1312
|
+
|
|
1313
|
+
For web:
|
|
1314
|
+
```
|
|
1315
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1316
|
+
|
|
1317
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1318
|
+
return createConnectTransport({
|
|
1319
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1320
|
+
});
|
|
1321
|
+
}
|
|
1322
|
+
```
|
|
1323
|
+
|
|
1324
|
+
For node:
|
|
1325
|
+
```
|
|
1326
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1327
|
+
|
|
1328
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1329
|
+
return createConnectTransport({
|
|
1330
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1331
|
+
});
|
|
1332
|
+
}
|
|
1333
|
+
```
|
|
1334
|
+
|
|
1335
|
+
*/
|
|
1336
|
+
function getClientForFormsSectionsService(transport) {
|
|
1337
|
+
return (0, connect_1.createPromiseClient)(forms_sections_scailo_connect_1.FormsSectionsService, transport);
|
|
1338
|
+
}
|
|
1339
|
+
/**
|
|
1340
|
+
|
|
1341
|
+
Get the client to access the GeneralSettingsService. Transport is a connectrpc Transport, which is created as follows:
|
|
1342
|
+
|
|
1343
|
+
For web:
|
|
1344
|
+
```
|
|
1345
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1346
|
+
|
|
1347
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1348
|
+
return createConnectTransport({
|
|
1349
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1350
|
+
});
|
|
1351
|
+
}
|
|
1352
|
+
```
|
|
1353
|
+
|
|
1354
|
+
For node:
|
|
1355
|
+
```
|
|
1356
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1357
|
+
|
|
1358
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1359
|
+
return createConnectTransport({
|
|
1360
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1361
|
+
});
|
|
1362
|
+
}
|
|
1363
|
+
```
|
|
1364
|
+
|
|
1365
|
+
*/
|
|
1366
|
+
function getClientForGeneralSettingsService(transport) {
|
|
1367
|
+
return (0, connect_1.createPromiseClient)(general_settings_scailo_connect_1.GeneralSettingsService, transport);
|
|
1368
|
+
}
|
|
1369
|
+
/**
|
|
1370
|
+
|
|
1371
|
+
Get the client to access the GeneralStreamsService. Transport is a connectrpc Transport, which is created as follows:
|
|
1372
|
+
|
|
1373
|
+
For web:
|
|
1374
|
+
```
|
|
1375
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1376
|
+
|
|
1377
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1378
|
+
return createConnectTransport({
|
|
1379
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1380
|
+
});
|
|
1381
|
+
}
|
|
1382
|
+
```
|
|
1383
|
+
|
|
1384
|
+
For node:
|
|
1385
|
+
```
|
|
1386
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1387
|
+
|
|
1388
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1389
|
+
return createConnectTransport({
|
|
1390
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1391
|
+
});
|
|
1392
|
+
}
|
|
1393
|
+
```
|
|
1394
|
+
|
|
1395
|
+
*/
|
|
1396
|
+
function getClientForGeneralStreamsService(transport) {
|
|
1397
|
+
return (0, connect_1.createPromiseClient)(general_streams_scailo_connect_1.GeneralStreamsService, transport);
|
|
1398
|
+
}
|
|
1399
|
+
/**
|
|
1400
|
+
|
|
1401
|
+
Get the client to access the GoalsService. Transport is a connectrpc Transport, which is created as follows:
|
|
1402
|
+
|
|
1403
|
+
For web:
|
|
1404
|
+
```
|
|
1405
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1406
|
+
|
|
1407
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1408
|
+
return createConnectTransport({
|
|
1409
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1410
|
+
});
|
|
1411
|
+
}
|
|
1412
|
+
```
|
|
1413
|
+
|
|
1414
|
+
For node:
|
|
1415
|
+
```
|
|
1416
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1417
|
+
|
|
1418
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1419
|
+
return createConnectTransport({
|
|
1420
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1421
|
+
});
|
|
1422
|
+
}
|
|
1423
|
+
```
|
|
1424
|
+
|
|
1425
|
+
*/
|
|
1426
|
+
function getClientForGoalsService(transport) {
|
|
1427
|
+
return (0, connect_1.createPromiseClient)(goals_scailo_connect_1.GoalsService, transport);
|
|
1428
|
+
}
|
|
1429
|
+
/**
|
|
1430
|
+
|
|
1431
|
+
Get the client to access the GoodsDispatchesService. Transport is a connectrpc Transport, which is created as follows:
|
|
1432
|
+
|
|
1433
|
+
For web:
|
|
1434
|
+
```
|
|
1435
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1436
|
+
|
|
1437
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1438
|
+
return createConnectTransport({
|
|
1439
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1440
|
+
});
|
|
1441
|
+
}
|
|
1442
|
+
```
|
|
1443
|
+
|
|
1444
|
+
For node:
|
|
1445
|
+
```
|
|
1446
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1447
|
+
|
|
1448
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1449
|
+
return createConnectTransport({
|
|
1450
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1451
|
+
});
|
|
1452
|
+
}
|
|
1453
|
+
```
|
|
1454
|
+
|
|
1455
|
+
*/
|
|
1456
|
+
function getClientForGoodsDispatchesService(transport) {
|
|
1457
|
+
return (0, connect_1.createPromiseClient)(goods_dispatches_scailo_connect_1.GoodsDispatchesService, transport);
|
|
1458
|
+
}
|
|
1459
|
+
/**
|
|
1460
|
+
|
|
1461
|
+
Get the client to access the GoodsReceiptsService. Transport is a connectrpc Transport, which is created as follows:
|
|
1462
|
+
|
|
1463
|
+
For web:
|
|
1464
|
+
```
|
|
1465
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1466
|
+
|
|
1467
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1468
|
+
return createConnectTransport({
|
|
1469
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1470
|
+
});
|
|
1471
|
+
}
|
|
1472
|
+
```
|
|
1473
|
+
|
|
1474
|
+
For node:
|
|
1475
|
+
```
|
|
1476
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1477
|
+
|
|
1478
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1479
|
+
return createConnectTransport({
|
|
1480
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1481
|
+
});
|
|
1482
|
+
}
|
|
1483
|
+
```
|
|
1484
|
+
|
|
1485
|
+
*/
|
|
1486
|
+
function getClientForGoodsReceiptsService(transport) {
|
|
1487
|
+
return (0, connect_1.createPromiseClient)(goods_receipts_scailo_connect_1.GoodsReceiptsService, transport);
|
|
1488
|
+
}
|
|
1489
|
+
/**
|
|
1490
|
+
|
|
1491
|
+
Get the client to access the HolidaysService. Transport is a connectrpc Transport, which is created as follows:
|
|
1492
|
+
|
|
1493
|
+
For web:
|
|
1494
|
+
```
|
|
1495
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1496
|
+
|
|
1497
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1498
|
+
return createConnectTransport({
|
|
1499
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1500
|
+
});
|
|
1501
|
+
}
|
|
1502
|
+
```
|
|
1503
|
+
|
|
1504
|
+
For node:
|
|
1505
|
+
```
|
|
1506
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1507
|
+
|
|
1508
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1509
|
+
return createConnectTransport({
|
|
1510
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1511
|
+
});
|
|
1512
|
+
}
|
|
1513
|
+
```
|
|
1514
|
+
|
|
1515
|
+
*/
|
|
1516
|
+
function getClientForHolidaysService(transport) {
|
|
1517
|
+
return (0, connect_1.createPromiseClient)(holidays_scailo_connect_1.HolidaysService, transport);
|
|
1518
|
+
}
|
|
1519
|
+
/**
|
|
1520
|
+
|
|
1521
|
+
Get the client to access the InfrastructuresService. Transport is a connectrpc Transport, which is created as follows:
|
|
1522
|
+
|
|
1523
|
+
For web:
|
|
1524
|
+
```
|
|
1525
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1526
|
+
|
|
1527
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1528
|
+
return createConnectTransport({
|
|
1529
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1530
|
+
});
|
|
1531
|
+
}
|
|
1532
|
+
```
|
|
1533
|
+
|
|
1534
|
+
For node:
|
|
1535
|
+
```
|
|
1536
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1537
|
+
|
|
1538
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1539
|
+
return createConnectTransport({
|
|
1540
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1541
|
+
});
|
|
1542
|
+
}
|
|
1543
|
+
```
|
|
1544
|
+
|
|
1545
|
+
*/
|
|
1546
|
+
function getClientForInfrastructuresService(transport) {
|
|
1547
|
+
return (0, connect_1.createPromiseClient)(infrastructures_scailo_connect_1.InfrastructuresService, transport);
|
|
1548
|
+
}
|
|
1549
|
+
/**
|
|
1550
|
+
|
|
1551
|
+
Get the client to access the InventoryService. Transport is a connectrpc Transport, which is created as follows:
|
|
1552
|
+
|
|
1553
|
+
For web:
|
|
1554
|
+
```
|
|
1555
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1556
|
+
|
|
1557
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1558
|
+
return createConnectTransport({
|
|
1559
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1560
|
+
});
|
|
1561
|
+
}
|
|
1562
|
+
```
|
|
1563
|
+
|
|
1564
|
+
For node:
|
|
1565
|
+
```
|
|
1566
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1567
|
+
|
|
1568
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1569
|
+
return createConnectTransport({
|
|
1570
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1571
|
+
});
|
|
1572
|
+
}
|
|
1573
|
+
```
|
|
1574
|
+
|
|
1575
|
+
*/
|
|
1576
|
+
function getClientForInventoryService(transport) {
|
|
1577
|
+
return (0, connect_1.createPromiseClient)(inventory_scailo_connect_1.InventoryService, transport);
|
|
1578
|
+
}
|
|
1579
|
+
/**
|
|
1580
|
+
|
|
1581
|
+
Get the client to access the InwardJobsService. Transport is a connectrpc Transport, which is created as follows:
|
|
1582
|
+
|
|
1583
|
+
For web:
|
|
1584
|
+
```
|
|
1585
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1586
|
+
|
|
1587
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1588
|
+
return createConnectTransport({
|
|
1589
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1590
|
+
});
|
|
1591
|
+
}
|
|
1592
|
+
```
|
|
1593
|
+
|
|
1594
|
+
For node:
|
|
1595
|
+
```
|
|
1596
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1597
|
+
|
|
1598
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1599
|
+
return createConnectTransport({
|
|
1600
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1601
|
+
});
|
|
1602
|
+
}
|
|
1603
|
+
```
|
|
1604
|
+
|
|
1605
|
+
*/
|
|
1606
|
+
function getClientForInwardJobsService(transport) {
|
|
1607
|
+
return (0, connect_1.createPromiseClient)(inward_jobs_scailo_connect_1.InwardJobsService, transport);
|
|
1608
|
+
}
|
|
1609
|
+
/**
|
|
1610
|
+
|
|
1611
|
+
Get the client to access the InwardJobsFreeIssueMaterialsService. Transport is a connectrpc Transport, which is created as follows:
|
|
1612
|
+
|
|
1613
|
+
For web:
|
|
1614
|
+
```
|
|
1615
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1616
|
+
|
|
1617
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1618
|
+
return createConnectTransport({
|
|
1619
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1620
|
+
});
|
|
1621
|
+
}
|
|
1622
|
+
```
|
|
1623
|
+
|
|
1624
|
+
For node:
|
|
1625
|
+
```
|
|
1626
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1627
|
+
|
|
1628
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1629
|
+
return createConnectTransport({
|
|
1630
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1631
|
+
});
|
|
1632
|
+
}
|
|
1633
|
+
```
|
|
1634
|
+
|
|
1635
|
+
*/
|
|
1636
|
+
function getClientForInwardJobsFreeIssueMaterialsService(transport) {
|
|
1637
|
+
return (0, connect_1.createPromiseClient)(inward_jobs_free_issue_materials_scailo_connect_1.InwardJobsFreeIssueMaterialsService, transport);
|
|
1638
|
+
}
|
|
1639
|
+
/**
|
|
1640
|
+
|
|
1641
|
+
Get the client to access the InwardJobsFreeIssueMaterialsReturnsService. Transport is a connectrpc Transport, which is created as follows:
|
|
1642
|
+
|
|
1643
|
+
For web:
|
|
1644
|
+
```
|
|
1645
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1646
|
+
|
|
1647
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1648
|
+
return createConnectTransport({
|
|
1649
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1650
|
+
});
|
|
1651
|
+
}
|
|
1652
|
+
```
|
|
1653
|
+
|
|
1654
|
+
For node:
|
|
1655
|
+
```
|
|
1656
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1657
|
+
|
|
1658
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1659
|
+
return createConnectTransport({
|
|
1660
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1661
|
+
});
|
|
1662
|
+
}
|
|
1663
|
+
```
|
|
1664
|
+
|
|
1665
|
+
*/
|
|
1666
|
+
function getClientForInwardJobsFreeIssueMaterialsReturnsService(transport) {
|
|
1667
|
+
return (0, connect_1.createPromiseClient)(inward_jobs_free_issue_materials_returns_scailo_connect_1.InwardJobsFreeIssueMaterialsReturnsService, transport);
|
|
1668
|
+
}
|
|
1669
|
+
/**
|
|
1670
|
+
|
|
1671
|
+
Get the client to access the LabelsService. Transport is a connectrpc Transport, which is created as follows:
|
|
1672
|
+
|
|
1673
|
+
For web:
|
|
1674
|
+
```
|
|
1675
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1676
|
+
|
|
1677
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1678
|
+
return createConnectTransport({
|
|
1679
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1680
|
+
});
|
|
1681
|
+
}
|
|
1682
|
+
```
|
|
1683
|
+
|
|
1684
|
+
For node:
|
|
1685
|
+
```
|
|
1686
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1687
|
+
|
|
1688
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1689
|
+
return createConnectTransport({
|
|
1690
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1691
|
+
});
|
|
1692
|
+
}
|
|
1693
|
+
```
|
|
1694
|
+
|
|
1695
|
+
*/
|
|
1696
|
+
function getClientForLabelsService(transport) {
|
|
1697
|
+
return (0, connect_1.createPromiseClient)(labels_scailo_connect_1.LabelsService, transport);
|
|
1698
|
+
}
|
|
1699
|
+
/**
|
|
1700
|
+
|
|
1701
|
+
Get the client to access the LeavesAdjustmentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
1702
|
+
|
|
1703
|
+
For web:
|
|
1704
|
+
```
|
|
1705
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1706
|
+
|
|
1707
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1708
|
+
return createConnectTransport({
|
|
1709
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1710
|
+
});
|
|
1711
|
+
}
|
|
1712
|
+
```
|
|
1713
|
+
|
|
1714
|
+
For node:
|
|
1715
|
+
```
|
|
1716
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1717
|
+
|
|
1718
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1719
|
+
return createConnectTransport({
|
|
1720
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1721
|
+
});
|
|
1722
|
+
}
|
|
1723
|
+
```
|
|
1724
|
+
|
|
1725
|
+
*/
|
|
1726
|
+
function getClientForLeavesAdjustmentsService(transport) {
|
|
1727
|
+
return (0, connect_1.createPromiseClient)(leaves_adjustments_scailo_connect_1.LeavesAdjustmentsService, transport);
|
|
1728
|
+
}
|
|
1729
|
+
/**
|
|
1730
|
+
|
|
1731
|
+
Get the client to access the LeavesLogsService. Transport is a connectrpc Transport, which is created as follows:
|
|
1732
|
+
|
|
1733
|
+
For web:
|
|
1734
|
+
```
|
|
1735
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1736
|
+
|
|
1737
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1738
|
+
return createConnectTransport({
|
|
1739
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1740
|
+
});
|
|
1741
|
+
}
|
|
1742
|
+
```
|
|
1743
|
+
|
|
1744
|
+
For node:
|
|
1745
|
+
```
|
|
1746
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1747
|
+
|
|
1748
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1749
|
+
return createConnectTransport({
|
|
1750
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1751
|
+
});
|
|
1752
|
+
}
|
|
1753
|
+
```
|
|
1754
|
+
|
|
1755
|
+
*/
|
|
1756
|
+
function getClientForLeavesLogsService(transport) {
|
|
1757
|
+
return (0, connect_1.createPromiseClient)(leaves_logs_scailo_connect_1.LeavesLogsService, transport);
|
|
1758
|
+
}
|
|
1759
|
+
/**
|
|
1760
|
+
|
|
1761
|
+
Get the client to access the LeavesRequestsService. Transport is a connectrpc Transport, which is created as follows:
|
|
1762
|
+
|
|
1763
|
+
For web:
|
|
1764
|
+
```
|
|
1765
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1766
|
+
|
|
1767
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1768
|
+
return createConnectTransport({
|
|
1769
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1770
|
+
});
|
|
1771
|
+
}
|
|
1772
|
+
```
|
|
1773
|
+
|
|
1774
|
+
For node:
|
|
1775
|
+
```
|
|
1776
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1777
|
+
|
|
1778
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1779
|
+
return createConnectTransport({
|
|
1780
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1781
|
+
});
|
|
1782
|
+
}
|
|
1783
|
+
```
|
|
1784
|
+
|
|
1785
|
+
*/
|
|
1786
|
+
function getClientForLeavesRequestsService(transport) {
|
|
1787
|
+
return (0, connect_1.createPromiseClient)(leaves_requests_scailo_connect_1.LeavesRequestsService, transport);
|
|
1788
|
+
}
|
|
1789
|
+
/**
|
|
1790
|
+
|
|
1791
|
+
Get the client to access the LeavesTypesService. Transport is a connectrpc Transport, which is created as follows:
|
|
1792
|
+
|
|
1793
|
+
For web:
|
|
1794
|
+
```
|
|
1795
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1796
|
+
|
|
1797
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1798
|
+
return createConnectTransport({
|
|
1799
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1800
|
+
});
|
|
1801
|
+
}
|
|
1802
|
+
```
|
|
1803
|
+
|
|
1804
|
+
For node:
|
|
1805
|
+
```
|
|
1806
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1807
|
+
|
|
1808
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1809
|
+
return createConnectTransport({
|
|
1810
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1811
|
+
});
|
|
1812
|
+
}
|
|
1813
|
+
```
|
|
1814
|
+
|
|
1815
|
+
*/
|
|
1816
|
+
function getClientForLeavesTypesService(transport) {
|
|
1817
|
+
return (0, connect_1.createPromiseClient)(leaves_types_scailo_connect_1.LeavesTypesService, transport);
|
|
1818
|
+
}
|
|
1819
|
+
/**
|
|
1820
|
+
|
|
1821
|
+
Get the client to access the LedgersService. Transport is a connectrpc Transport, which is created as follows:
|
|
1822
|
+
|
|
1823
|
+
For web:
|
|
1824
|
+
```
|
|
1825
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1826
|
+
|
|
1827
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1828
|
+
return createConnectTransport({
|
|
1829
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1830
|
+
});
|
|
1831
|
+
}
|
|
1832
|
+
```
|
|
1833
|
+
|
|
1834
|
+
For node:
|
|
1835
|
+
```
|
|
1836
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1837
|
+
|
|
1838
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1839
|
+
return createConnectTransport({
|
|
1840
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1841
|
+
});
|
|
1842
|
+
}
|
|
1843
|
+
```
|
|
1844
|
+
|
|
1845
|
+
*/
|
|
1846
|
+
function getClientForLedgersService(transport) {
|
|
1847
|
+
return (0, connect_1.createPromiseClient)(ledgers_scailo_connect_1.LedgersService, transport);
|
|
1848
|
+
}
|
|
1849
|
+
/**
|
|
1850
|
+
|
|
1851
|
+
Get the client to access the LocationsService. Transport is a connectrpc Transport, which is created as follows:
|
|
1852
|
+
|
|
1853
|
+
For web:
|
|
1854
|
+
```
|
|
1855
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1856
|
+
|
|
1857
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1858
|
+
return createConnectTransport({
|
|
1859
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1860
|
+
});
|
|
1861
|
+
}
|
|
1862
|
+
```
|
|
1863
|
+
|
|
1864
|
+
For node:
|
|
1865
|
+
```
|
|
1866
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1867
|
+
|
|
1868
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1869
|
+
return createConnectTransport({
|
|
1870
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1871
|
+
});
|
|
1872
|
+
}
|
|
1873
|
+
```
|
|
1874
|
+
|
|
1875
|
+
*/
|
|
1876
|
+
function getClientForLocationsService(transport) {
|
|
1877
|
+
return (0, connect_1.createPromiseClient)(locations_scailo_connect_1.LocationsService, transport);
|
|
1878
|
+
}
|
|
1879
|
+
/**
|
|
1880
|
+
|
|
1881
|
+
Get the client to access the LoginService. Transport is a connectrpc Transport, which is created as follows:
|
|
1882
|
+
|
|
1883
|
+
For web:
|
|
1884
|
+
```
|
|
1885
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1886
|
+
|
|
1887
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1888
|
+
return createConnectTransport({
|
|
1889
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1890
|
+
});
|
|
1891
|
+
}
|
|
1892
|
+
```
|
|
1893
|
+
|
|
1894
|
+
For node:
|
|
1895
|
+
```
|
|
1896
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1897
|
+
|
|
1898
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1899
|
+
return createConnectTransport({
|
|
1900
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1901
|
+
});
|
|
1902
|
+
}
|
|
1903
|
+
```
|
|
1904
|
+
|
|
1905
|
+
*/
|
|
1906
|
+
function getClientForLoginService(transport) {
|
|
1907
|
+
return (0, connect_1.createPromiseClient)(login_scailo_connect_1.LoginService, transport);
|
|
1908
|
+
}
|
|
1909
|
+
/**
|
|
1910
|
+
|
|
1911
|
+
Get the client to access the MeetingsService. Transport is a connectrpc Transport, which is created as follows:
|
|
1912
|
+
|
|
1913
|
+
For web:
|
|
1914
|
+
```
|
|
1915
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1916
|
+
|
|
1917
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1918
|
+
return createConnectTransport({
|
|
1919
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1920
|
+
});
|
|
1921
|
+
}
|
|
1922
|
+
```
|
|
1923
|
+
|
|
1924
|
+
For node:
|
|
1925
|
+
```
|
|
1926
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1927
|
+
|
|
1928
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1929
|
+
return createConnectTransport({
|
|
1930
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1931
|
+
});
|
|
1932
|
+
}
|
|
1933
|
+
```
|
|
1934
|
+
|
|
1935
|
+
*/
|
|
1936
|
+
function getClientForMeetingsService(transport) {
|
|
1937
|
+
return (0, connect_1.createPromiseClient)(meetings_scailo_connect_1.MeetingsService, transport);
|
|
1938
|
+
}
|
|
1939
|
+
/**
|
|
1940
|
+
|
|
1941
|
+
Get the client to access the MerchandisesService. Transport is a connectrpc Transport, which is created as follows:
|
|
1942
|
+
|
|
1943
|
+
For web:
|
|
1944
|
+
```
|
|
1945
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1946
|
+
|
|
1947
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1948
|
+
return createConnectTransport({
|
|
1949
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1950
|
+
});
|
|
1951
|
+
}
|
|
1952
|
+
```
|
|
1953
|
+
|
|
1954
|
+
For node:
|
|
1955
|
+
```
|
|
1956
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1957
|
+
|
|
1958
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1959
|
+
return createConnectTransport({
|
|
1960
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1961
|
+
});
|
|
1962
|
+
}
|
|
1963
|
+
```
|
|
1964
|
+
|
|
1965
|
+
*/
|
|
1966
|
+
function getClientForMerchandisesService(transport) {
|
|
1967
|
+
return (0, connect_1.createPromiseClient)(merchandises_scailo_connect_1.MerchandisesService, transport);
|
|
1968
|
+
}
|
|
1969
|
+
/**
|
|
1970
|
+
|
|
1971
|
+
Get the client to access the NotesService. Transport is a connectrpc Transport, which is created as follows:
|
|
1972
|
+
|
|
1973
|
+
For web:
|
|
1974
|
+
```
|
|
1975
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
1976
|
+
|
|
1977
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
1978
|
+
return createConnectTransport({
|
|
1979
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
1980
|
+
});
|
|
1981
|
+
}
|
|
1982
|
+
```
|
|
1983
|
+
|
|
1984
|
+
For node:
|
|
1985
|
+
```
|
|
1986
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
1987
|
+
|
|
1988
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
1989
|
+
return createConnectTransport({
|
|
1990
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
1991
|
+
});
|
|
1992
|
+
}
|
|
1993
|
+
```
|
|
1994
|
+
|
|
1995
|
+
*/
|
|
1996
|
+
function getClientForNotesService(transport) {
|
|
1997
|
+
return (0, connect_1.createPromiseClient)(notes_scailo_connect_1.NotesService, transport);
|
|
1998
|
+
}
|
|
1999
|
+
/**
|
|
2000
|
+
|
|
2001
|
+
Get the client to access the OnDutiesService. Transport is a connectrpc Transport, which is created as follows:
|
|
2002
|
+
|
|
2003
|
+
For web:
|
|
2004
|
+
```
|
|
2005
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2006
|
+
|
|
2007
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2008
|
+
return createConnectTransport({
|
|
2009
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2010
|
+
});
|
|
2011
|
+
}
|
|
2012
|
+
```
|
|
2013
|
+
|
|
2014
|
+
For node:
|
|
2015
|
+
```
|
|
2016
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2017
|
+
|
|
2018
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2019
|
+
return createConnectTransport({
|
|
2020
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2021
|
+
});
|
|
2022
|
+
}
|
|
2023
|
+
```
|
|
2024
|
+
|
|
2025
|
+
*/
|
|
2026
|
+
function getClientForOnDutiesService(transport) {
|
|
2027
|
+
return (0, connect_1.createPromiseClient)(on_duties_scailo_connect_1.OnDutiesService, transport);
|
|
2028
|
+
}
|
|
2029
|
+
/**
|
|
2030
|
+
|
|
2031
|
+
Get the client to access the OutwardJobsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2032
|
+
|
|
2033
|
+
For web:
|
|
2034
|
+
```
|
|
2035
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2036
|
+
|
|
2037
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2038
|
+
return createConnectTransport({
|
|
2039
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2040
|
+
});
|
|
2041
|
+
}
|
|
2042
|
+
```
|
|
2043
|
+
|
|
2044
|
+
For node:
|
|
2045
|
+
```
|
|
2046
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2047
|
+
|
|
2048
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2049
|
+
return createConnectTransport({
|
|
2050
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2051
|
+
});
|
|
2052
|
+
}
|
|
2053
|
+
```
|
|
2054
|
+
|
|
2055
|
+
*/
|
|
2056
|
+
function getClientForOutwardJobsService(transport) {
|
|
2057
|
+
return (0, connect_1.createPromiseClient)(outward_jobs_scailo_connect_1.OutwardJobsService, transport);
|
|
2058
|
+
}
|
|
2059
|
+
/**
|
|
2060
|
+
|
|
2061
|
+
Get the client to access the OutwardJobsFreeIssueMaterialsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2062
|
+
|
|
2063
|
+
For web:
|
|
2064
|
+
```
|
|
2065
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2066
|
+
|
|
2067
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2068
|
+
return createConnectTransport({
|
|
2069
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2070
|
+
});
|
|
2071
|
+
}
|
|
2072
|
+
```
|
|
2073
|
+
|
|
2074
|
+
For node:
|
|
2075
|
+
```
|
|
2076
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2077
|
+
|
|
2078
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2079
|
+
return createConnectTransport({
|
|
2080
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2081
|
+
});
|
|
2082
|
+
}
|
|
2083
|
+
```
|
|
2084
|
+
|
|
2085
|
+
*/
|
|
2086
|
+
function getClientForOutwardJobsFreeIssueMaterialsService(transport) {
|
|
2087
|
+
return (0, connect_1.createPromiseClient)(outward_jobs_free_issue_materials_scailo_connect_1.OutwardJobsFreeIssueMaterialsService, transport);
|
|
2088
|
+
}
|
|
2089
|
+
/**
|
|
2090
|
+
|
|
2091
|
+
Get the client to access the OutwardJobsFreeIssueMaterialsReturnsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2092
|
+
|
|
2093
|
+
For web:
|
|
2094
|
+
```
|
|
2095
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2096
|
+
|
|
2097
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2098
|
+
return createConnectTransport({
|
|
2099
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2100
|
+
});
|
|
2101
|
+
}
|
|
2102
|
+
```
|
|
2103
|
+
|
|
2104
|
+
For node:
|
|
2105
|
+
```
|
|
2106
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2107
|
+
|
|
2108
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2109
|
+
return createConnectTransport({
|
|
2110
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2111
|
+
});
|
|
2112
|
+
}
|
|
2113
|
+
```
|
|
2114
|
+
|
|
2115
|
+
*/
|
|
2116
|
+
function getClientForOutwardJobsFreeIssueMaterialsReturnsService(transport) {
|
|
2117
|
+
return (0, connect_1.createPromiseClient)(outward_jobs_free_issue_materials_returns_scailo_connect_1.OutwardJobsFreeIssueMaterialsReturnsService, transport);
|
|
2118
|
+
}
|
|
2119
|
+
/**
|
|
2120
|
+
|
|
2121
|
+
Get the client to access the OvertimesService. Transport is a connectrpc Transport, which is created as follows:
|
|
2122
|
+
|
|
2123
|
+
For web:
|
|
2124
|
+
```
|
|
2125
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2126
|
+
|
|
2127
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2128
|
+
return createConnectTransport({
|
|
2129
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2130
|
+
});
|
|
2131
|
+
}
|
|
2132
|
+
```
|
|
2133
|
+
|
|
2134
|
+
For node:
|
|
2135
|
+
```
|
|
2136
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2137
|
+
|
|
2138
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2139
|
+
return createConnectTransport({
|
|
2140
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2141
|
+
});
|
|
2142
|
+
}
|
|
2143
|
+
```
|
|
2144
|
+
|
|
2145
|
+
*/
|
|
2146
|
+
function getClientForOvertimesService(transport) {
|
|
2147
|
+
return (0, connect_1.createPromiseClient)(overtimes_scailo_connect_1.OvertimesService, transport);
|
|
2148
|
+
}
|
|
2149
|
+
/**
|
|
2150
|
+
|
|
2151
|
+
Get the client to access the PayrollGroupsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2152
|
+
|
|
2153
|
+
For web:
|
|
2154
|
+
```
|
|
2155
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2156
|
+
|
|
2157
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2158
|
+
return createConnectTransport({
|
|
2159
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2160
|
+
});
|
|
2161
|
+
}
|
|
2162
|
+
```
|
|
2163
|
+
|
|
2164
|
+
For node:
|
|
2165
|
+
```
|
|
2166
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2167
|
+
|
|
2168
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2169
|
+
return createConnectTransport({
|
|
2170
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2171
|
+
});
|
|
2172
|
+
}
|
|
2173
|
+
```
|
|
2174
|
+
|
|
2175
|
+
*/
|
|
2176
|
+
function getClientForPayrollGroupsService(transport) {
|
|
2177
|
+
return (0, connect_1.createPromiseClient)(payroll_groups_scailo_connect_1.PayrollGroupsService, transport);
|
|
2178
|
+
}
|
|
2179
|
+
/**
|
|
2180
|
+
|
|
2181
|
+
Get the client to access the PayrollParamsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2182
|
+
|
|
2183
|
+
For web:
|
|
2184
|
+
```
|
|
2185
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2186
|
+
|
|
2187
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2188
|
+
return createConnectTransport({
|
|
2189
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2190
|
+
});
|
|
2191
|
+
}
|
|
2192
|
+
```
|
|
2193
|
+
|
|
2194
|
+
For node:
|
|
2195
|
+
```
|
|
2196
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2197
|
+
|
|
2198
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2199
|
+
return createConnectTransport({
|
|
2200
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2201
|
+
});
|
|
2202
|
+
}
|
|
2203
|
+
```
|
|
2204
|
+
|
|
2205
|
+
*/
|
|
2206
|
+
function getClientForPayrollParamsService(transport) {
|
|
2207
|
+
return (0, connect_1.createPromiseClient)(payroll_params_scailo_connect_1.PayrollParamsService, transport);
|
|
2208
|
+
}
|
|
2209
|
+
/**
|
|
2210
|
+
|
|
2211
|
+
Get the client to access the ProductionIndentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2212
|
+
|
|
2213
|
+
For web:
|
|
2214
|
+
```
|
|
2215
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2216
|
+
|
|
2217
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2218
|
+
return createConnectTransport({
|
|
2219
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2220
|
+
});
|
|
2221
|
+
}
|
|
2222
|
+
```
|
|
2223
|
+
|
|
2224
|
+
For node:
|
|
2225
|
+
```
|
|
2226
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2227
|
+
|
|
2228
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2229
|
+
return createConnectTransport({
|
|
2230
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2231
|
+
});
|
|
2232
|
+
}
|
|
2233
|
+
```
|
|
2234
|
+
|
|
2235
|
+
*/
|
|
2236
|
+
function getClientForProductionIndentsService(transport) {
|
|
2237
|
+
return (0, connect_1.createPromiseClient)(production_indents_scailo_connect_1.ProductionIndentsService, transport);
|
|
2238
|
+
}
|
|
2239
|
+
/**
|
|
2240
|
+
|
|
2241
|
+
Get the client to access the ProductionPlansService. Transport is a connectrpc Transport, which is created as follows:
|
|
2242
|
+
|
|
2243
|
+
For web:
|
|
2244
|
+
```
|
|
2245
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2246
|
+
|
|
2247
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2248
|
+
return createConnectTransport({
|
|
2249
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2250
|
+
});
|
|
2251
|
+
}
|
|
2252
|
+
```
|
|
2253
|
+
|
|
2254
|
+
For node:
|
|
2255
|
+
```
|
|
2256
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2257
|
+
|
|
2258
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2259
|
+
return createConnectTransport({
|
|
2260
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2261
|
+
});
|
|
2262
|
+
}
|
|
2263
|
+
```
|
|
2264
|
+
|
|
2265
|
+
*/
|
|
2266
|
+
function getClientForProductionPlansService(transport) {
|
|
2267
|
+
return (0, connect_1.createPromiseClient)(production_plans_scailo_connect_1.ProductionPlansService, transport);
|
|
2268
|
+
}
|
|
2269
|
+
/**
|
|
2270
|
+
|
|
2271
|
+
Get the client to access the ProductsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2272
|
+
|
|
2273
|
+
For web:
|
|
2274
|
+
```
|
|
2275
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2276
|
+
|
|
2277
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2278
|
+
return createConnectTransport({
|
|
2279
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2280
|
+
});
|
|
2281
|
+
}
|
|
2282
|
+
```
|
|
2283
|
+
|
|
2284
|
+
For node:
|
|
2285
|
+
```
|
|
2286
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2287
|
+
|
|
2288
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2289
|
+
return createConnectTransport({
|
|
2290
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2291
|
+
});
|
|
2292
|
+
}
|
|
2293
|
+
```
|
|
2294
|
+
|
|
2295
|
+
*/
|
|
2296
|
+
function getClientForProductsService(transport) {
|
|
2297
|
+
return (0, connect_1.createPromiseClient)(products_scailo_connect_1.ProductsService, transport);
|
|
2298
|
+
}
|
|
2299
|
+
/**
|
|
2300
|
+
|
|
2301
|
+
Get the client to access the ProjectsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2302
|
+
|
|
2303
|
+
For web:
|
|
2304
|
+
```
|
|
2305
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2306
|
+
|
|
2307
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2308
|
+
return createConnectTransport({
|
|
2309
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2310
|
+
});
|
|
2311
|
+
}
|
|
2312
|
+
```
|
|
2313
|
+
|
|
2314
|
+
For node:
|
|
2315
|
+
```
|
|
2316
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2317
|
+
|
|
2318
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2319
|
+
return createConnectTransport({
|
|
2320
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2321
|
+
});
|
|
2322
|
+
}
|
|
2323
|
+
```
|
|
2324
|
+
|
|
2325
|
+
*/
|
|
2326
|
+
function getClientForProjectsService(transport) {
|
|
2327
|
+
return (0, connect_1.createPromiseClient)(projects_scailo_connect_1.ProjectsService, transport);
|
|
2328
|
+
}
|
|
2329
|
+
/**
|
|
2330
|
+
|
|
2331
|
+
Get the client to access the PurchasesEnquiriesService. Transport is a connectrpc Transport, which is created as follows:
|
|
2332
|
+
|
|
2333
|
+
For web:
|
|
2334
|
+
```
|
|
2335
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2336
|
+
|
|
2337
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2338
|
+
return createConnectTransport({
|
|
2339
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2340
|
+
});
|
|
2341
|
+
}
|
|
2342
|
+
```
|
|
2343
|
+
|
|
2344
|
+
For node:
|
|
2345
|
+
```
|
|
2346
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2347
|
+
|
|
2348
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2349
|
+
return createConnectTransport({
|
|
2350
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2351
|
+
});
|
|
2352
|
+
}
|
|
2353
|
+
```
|
|
2354
|
+
|
|
2355
|
+
*/
|
|
2356
|
+
function getClientForPurchasesEnquiriesService(transport) {
|
|
2357
|
+
return (0, connect_1.createPromiseClient)(purchases_enquiries_scailo_connect_1.PurchasesEnquiriesService, transport);
|
|
2358
|
+
}
|
|
2359
|
+
/**
|
|
2360
|
+
|
|
2361
|
+
Get the client to access the PurchasesIndentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2362
|
+
|
|
2363
|
+
For web:
|
|
2364
|
+
```
|
|
2365
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2366
|
+
|
|
2367
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2368
|
+
return createConnectTransport({
|
|
2369
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2370
|
+
});
|
|
2371
|
+
}
|
|
2372
|
+
```
|
|
2373
|
+
|
|
2374
|
+
For node:
|
|
2375
|
+
```
|
|
2376
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2377
|
+
|
|
2378
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2379
|
+
return createConnectTransport({
|
|
2380
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2381
|
+
});
|
|
2382
|
+
}
|
|
2383
|
+
```
|
|
2384
|
+
|
|
2385
|
+
*/
|
|
2386
|
+
function getClientForPurchasesIndentsService(transport) {
|
|
2387
|
+
return (0, connect_1.createPromiseClient)(purchases_indents_scailo_connect_1.PurchasesIndentsService, transport);
|
|
2388
|
+
}
|
|
2389
|
+
/**
|
|
2390
|
+
|
|
2391
|
+
Get the client to access the PurchasesOrdersService. Transport is a connectrpc Transport, which is created as follows:
|
|
2392
|
+
|
|
2393
|
+
For web:
|
|
2394
|
+
```
|
|
2395
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2396
|
+
|
|
2397
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2398
|
+
return createConnectTransport({
|
|
2399
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2400
|
+
});
|
|
2401
|
+
}
|
|
2402
|
+
```
|
|
2403
|
+
|
|
2404
|
+
For node:
|
|
2405
|
+
```
|
|
2406
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2407
|
+
|
|
2408
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2409
|
+
return createConnectTransport({
|
|
2410
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2411
|
+
});
|
|
2412
|
+
}
|
|
2413
|
+
```
|
|
2414
|
+
|
|
2415
|
+
*/
|
|
2416
|
+
function getClientForPurchasesOrdersService(transport) {
|
|
2417
|
+
return (0, connect_1.createPromiseClient)(purchases_orders_scailo_connect_1.PurchasesOrdersService, transport);
|
|
2418
|
+
}
|
|
2419
|
+
/**
|
|
2420
|
+
|
|
2421
|
+
Get the client to access the PurchasesPaymentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2422
|
+
|
|
2423
|
+
For web:
|
|
2424
|
+
```
|
|
2425
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2426
|
+
|
|
2427
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2428
|
+
return createConnectTransport({
|
|
2429
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2430
|
+
});
|
|
2431
|
+
}
|
|
2432
|
+
```
|
|
2433
|
+
|
|
2434
|
+
For node:
|
|
2435
|
+
```
|
|
2436
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2437
|
+
|
|
2438
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2439
|
+
return createConnectTransport({
|
|
2440
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2441
|
+
});
|
|
2442
|
+
}
|
|
2443
|
+
```
|
|
2444
|
+
|
|
2445
|
+
*/
|
|
2446
|
+
function getClientForPurchasesPaymentsService(transport) {
|
|
2447
|
+
return (0, connect_1.createPromiseClient)(purchases_payments_scailo_connect_1.PurchasesPaymentsService, transport);
|
|
2448
|
+
}
|
|
2449
|
+
/**
|
|
2450
|
+
|
|
2451
|
+
Get the client to access the PurchasesReturnsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2452
|
+
|
|
2453
|
+
For web:
|
|
2454
|
+
```
|
|
2455
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2456
|
+
|
|
2457
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2458
|
+
return createConnectTransport({
|
|
2459
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2460
|
+
});
|
|
2461
|
+
}
|
|
2462
|
+
```
|
|
2463
|
+
|
|
2464
|
+
For node:
|
|
2465
|
+
```
|
|
2466
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2467
|
+
|
|
2468
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2469
|
+
return createConnectTransport({
|
|
2470
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2471
|
+
});
|
|
2472
|
+
}
|
|
2473
|
+
```
|
|
2474
|
+
|
|
2475
|
+
*/
|
|
2476
|
+
function getClientForPurchasesReturnsService(transport) {
|
|
2477
|
+
return (0, connect_1.createPromiseClient)(purchases_returns_scailo_connect_1.PurchasesReturnsService, transport);
|
|
2478
|
+
}
|
|
2479
|
+
/**
|
|
2480
|
+
|
|
2481
|
+
Get the client to access the QCGroupsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2482
|
+
|
|
2483
|
+
For web:
|
|
2484
|
+
```
|
|
2485
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2486
|
+
|
|
2487
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2488
|
+
return createConnectTransport({
|
|
2489
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2490
|
+
});
|
|
2491
|
+
}
|
|
2492
|
+
```
|
|
2493
|
+
|
|
2494
|
+
For node:
|
|
2495
|
+
```
|
|
2496
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2497
|
+
|
|
2498
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2499
|
+
return createConnectTransport({
|
|
2500
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2501
|
+
});
|
|
2502
|
+
}
|
|
2503
|
+
```
|
|
2504
|
+
|
|
2505
|
+
*/
|
|
2506
|
+
function getClientForQCGroupsService(transport) {
|
|
2507
|
+
return (0, connect_1.createPromiseClient)(qc_groups_scailo_connect_1.QCGroupsService, transport);
|
|
2508
|
+
}
|
|
2509
|
+
/**
|
|
2510
|
+
|
|
2511
|
+
Get the client to access the QCHubsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2512
|
+
|
|
2513
|
+
For web:
|
|
2514
|
+
```
|
|
2515
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2516
|
+
|
|
2517
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2518
|
+
return createConnectTransport({
|
|
2519
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2520
|
+
});
|
|
2521
|
+
}
|
|
2522
|
+
```
|
|
2523
|
+
|
|
2524
|
+
For node:
|
|
2525
|
+
```
|
|
2526
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2527
|
+
|
|
2528
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2529
|
+
return createConnectTransport({
|
|
2530
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2531
|
+
});
|
|
2532
|
+
}
|
|
2533
|
+
```
|
|
2534
|
+
|
|
2535
|
+
*/
|
|
2536
|
+
function getClientForQCHubsService(transport) {
|
|
2537
|
+
return (0, connect_1.createPromiseClient)(qc_hubs_scailo_connect_1.QCHubsService, transport);
|
|
2538
|
+
}
|
|
2539
|
+
/**
|
|
2540
|
+
|
|
2541
|
+
Get the client to access the QCParamsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2542
|
+
|
|
2543
|
+
For web:
|
|
2544
|
+
```
|
|
2545
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2546
|
+
|
|
2547
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2548
|
+
return createConnectTransport({
|
|
2549
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2550
|
+
});
|
|
2551
|
+
}
|
|
2552
|
+
```
|
|
2553
|
+
|
|
2554
|
+
For node:
|
|
2555
|
+
```
|
|
2556
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2557
|
+
|
|
2558
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2559
|
+
return createConnectTransport({
|
|
2560
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2561
|
+
});
|
|
2562
|
+
}
|
|
2563
|
+
```
|
|
2564
|
+
|
|
2565
|
+
*/
|
|
2566
|
+
function getClientForQCParamsService(transport) {
|
|
2567
|
+
return (0, connect_1.createPromiseClient)(qc_params_scailo_connect_1.QCParamsService, transport);
|
|
2568
|
+
}
|
|
2569
|
+
/**
|
|
2570
|
+
|
|
2571
|
+
Get the client to access the QCSamplesService. Transport is a connectrpc Transport, which is created as follows:
|
|
2572
|
+
|
|
2573
|
+
For web:
|
|
2574
|
+
```
|
|
2575
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2576
|
+
|
|
2577
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2578
|
+
return createConnectTransport({
|
|
2579
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2580
|
+
});
|
|
2581
|
+
}
|
|
2582
|
+
```
|
|
2583
|
+
|
|
2584
|
+
For node:
|
|
2585
|
+
```
|
|
2586
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2587
|
+
|
|
2588
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2589
|
+
return createConnectTransport({
|
|
2590
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2591
|
+
});
|
|
2592
|
+
}
|
|
2593
|
+
```
|
|
2594
|
+
|
|
2595
|
+
*/
|
|
2596
|
+
function getClientForQCSamplesService(transport) {
|
|
2597
|
+
return (0, connect_1.createPromiseClient)(qc_samples_scailo_connect_1.QCSamplesService, transport);
|
|
2598
|
+
}
|
|
2599
|
+
/**
|
|
2600
|
+
|
|
2601
|
+
Get the client to access the QuotationsRequestsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2602
|
+
|
|
2603
|
+
For web:
|
|
2604
|
+
```
|
|
2605
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2606
|
+
|
|
2607
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2608
|
+
return createConnectTransport({
|
|
2609
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2610
|
+
});
|
|
2611
|
+
}
|
|
2612
|
+
```
|
|
2613
|
+
|
|
2614
|
+
For node:
|
|
2615
|
+
```
|
|
2616
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2617
|
+
|
|
2618
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2619
|
+
return createConnectTransport({
|
|
2620
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2621
|
+
});
|
|
2622
|
+
}
|
|
2623
|
+
```
|
|
2624
|
+
|
|
2625
|
+
*/
|
|
2626
|
+
function getClientForQuotationsRequestsService(transport) {
|
|
2627
|
+
return (0, connect_1.createPromiseClient)(quotations_requests_scailo_connect_1.QuotationsRequestsService, transport);
|
|
2628
|
+
}
|
|
2629
|
+
/**
|
|
2630
|
+
|
|
2631
|
+
Get the client to access the QuotationsResponsesService. Transport is a connectrpc Transport, which is created as follows:
|
|
2632
|
+
|
|
2633
|
+
For web:
|
|
2634
|
+
```
|
|
2635
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2636
|
+
|
|
2637
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2638
|
+
return createConnectTransport({
|
|
2639
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2640
|
+
});
|
|
2641
|
+
}
|
|
2642
|
+
```
|
|
2643
|
+
|
|
2644
|
+
For node:
|
|
2645
|
+
```
|
|
2646
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2647
|
+
|
|
2648
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2649
|
+
return createConnectTransport({
|
|
2650
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2651
|
+
});
|
|
2652
|
+
}
|
|
2653
|
+
```
|
|
2654
|
+
|
|
2655
|
+
*/
|
|
2656
|
+
function getClientForQuotationsResponsesService(transport) {
|
|
2657
|
+
return (0, connect_1.createPromiseClient)(quotations_responses_scailo_connect_1.QuotationsResponsesService, transport);
|
|
2658
|
+
}
|
|
2659
|
+
/**
|
|
2660
|
+
|
|
2661
|
+
Get the client to access the ReplaceableIndentsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2662
|
+
|
|
2663
|
+
For web:
|
|
2664
|
+
```
|
|
2665
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2666
|
+
|
|
2667
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2668
|
+
return createConnectTransport({
|
|
2669
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2670
|
+
});
|
|
2671
|
+
}
|
|
2672
|
+
```
|
|
2673
|
+
|
|
2674
|
+
For node:
|
|
2675
|
+
```
|
|
2676
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2677
|
+
|
|
2678
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2679
|
+
return createConnectTransport({
|
|
2680
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2681
|
+
});
|
|
2682
|
+
}
|
|
2683
|
+
```
|
|
2684
|
+
|
|
2685
|
+
*/
|
|
2686
|
+
function getClientForReplaceableIndentsService(transport) {
|
|
2687
|
+
return (0, connect_1.createPromiseClient)(replaceable_indents_scailo_connect_1.ReplaceableIndentsService, transport);
|
|
2688
|
+
}
|
|
2689
|
+
/**
|
|
2690
|
+
|
|
2691
|
+
Get the client to access the RolesService. Transport is a connectrpc Transport, which is created as follows:
|
|
2692
|
+
|
|
2693
|
+
For web:
|
|
2694
|
+
```
|
|
2695
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2696
|
+
|
|
2697
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2698
|
+
return createConnectTransport({
|
|
2699
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2700
|
+
});
|
|
2701
|
+
}
|
|
2702
|
+
```
|
|
2703
|
+
|
|
2704
|
+
For node:
|
|
2705
|
+
```
|
|
2706
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2707
|
+
|
|
2708
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2709
|
+
return createConnectTransport({
|
|
2710
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2711
|
+
});
|
|
2712
|
+
}
|
|
2713
|
+
```
|
|
2714
|
+
|
|
2715
|
+
*/
|
|
2716
|
+
function getClientForRolesService(transport) {
|
|
2717
|
+
return (0, connect_1.createPromiseClient)(roles_scailo_connect_1.RolesService, transport);
|
|
2718
|
+
}
|
|
2719
|
+
/**
|
|
2720
|
+
|
|
2721
|
+
Get the client to access the SalariesService. Transport is a connectrpc Transport, which is created as follows:
|
|
2722
|
+
|
|
2723
|
+
For web:
|
|
2724
|
+
```
|
|
2725
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2726
|
+
|
|
2727
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2728
|
+
return createConnectTransport({
|
|
2729
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2730
|
+
});
|
|
2731
|
+
}
|
|
2732
|
+
```
|
|
2733
|
+
|
|
2734
|
+
For node:
|
|
2735
|
+
```
|
|
2736
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2737
|
+
|
|
2738
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2739
|
+
return createConnectTransport({
|
|
2740
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2741
|
+
});
|
|
2742
|
+
}
|
|
2743
|
+
```
|
|
2744
|
+
|
|
2745
|
+
*/
|
|
2746
|
+
function getClientForSalariesService(transport) {
|
|
2747
|
+
return (0, connect_1.createPromiseClient)(salaries_scailo_connect_1.SalariesService, transport);
|
|
2748
|
+
}
|
|
2749
|
+
/**
|
|
2750
|
+
|
|
2751
|
+
Get the client to access the SalesEnquiriesService. Transport is a connectrpc Transport, which is created as follows:
|
|
2752
|
+
|
|
2753
|
+
For web:
|
|
2754
|
+
```
|
|
2755
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2756
|
+
|
|
2757
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2758
|
+
return createConnectTransport({
|
|
2759
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2760
|
+
});
|
|
2761
|
+
}
|
|
2762
|
+
```
|
|
2763
|
+
|
|
2764
|
+
For node:
|
|
2765
|
+
```
|
|
2766
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2767
|
+
|
|
2768
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2769
|
+
return createConnectTransport({
|
|
2770
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2771
|
+
});
|
|
2772
|
+
}
|
|
2773
|
+
```
|
|
2774
|
+
|
|
2775
|
+
*/
|
|
2776
|
+
function getClientForSalesEnquiriesService(transport) {
|
|
2777
|
+
return (0, connect_1.createPromiseClient)(sales_enquiries_scailo_connect_1.SalesEnquiriesService, transport);
|
|
2778
|
+
}
|
|
2779
|
+
/**
|
|
2780
|
+
|
|
2781
|
+
Get the client to access the SalesInvoicesService. Transport is a connectrpc Transport, which is created as follows:
|
|
2782
|
+
|
|
2783
|
+
For web:
|
|
2784
|
+
```
|
|
2785
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2786
|
+
|
|
2787
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2788
|
+
return createConnectTransport({
|
|
2789
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2790
|
+
});
|
|
2791
|
+
}
|
|
2792
|
+
```
|
|
2793
|
+
|
|
2794
|
+
For node:
|
|
2795
|
+
```
|
|
2796
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2797
|
+
|
|
2798
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2799
|
+
return createConnectTransport({
|
|
2800
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2801
|
+
});
|
|
2802
|
+
}
|
|
2803
|
+
```
|
|
2804
|
+
|
|
2805
|
+
*/
|
|
2806
|
+
function getClientForSalesInvoicesService(transport) {
|
|
2807
|
+
return (0, connect_1.createPromiseClient)(sales_invoices_scailo_connect_1.SalesInvoicesService, transport);
|
|
2808
|
+
}
|
|
2809
|
+
/**
|
|
2810
|
+
|
|
2811
|
+
Get the client to access the SalesOrdersService. Transport is a connectrpc Transport, which is created as follows:
|
|
2812
|
+
|
|
2813
|
+
For web:
|
|
2814
|
+
```
|
|
2815
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2816
|
+
|
|
2817
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2818
|
+
return createConnectTransport({
|
|
2819
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2820
|
+
});
|
|
2821
|
+
}
|
|
2822
|
+
```
|
|
2823
|
+
|
|
2824
|
+
For node:
|
|
2825
|
+
```
|
|
2826
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2827
|
+
|
|
2828
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2829
|
+
return createConnectTransport({
|
|
2830
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2831
|
+
});
|
|
2832
|
+
}
|
|
2833
|
+
```
|
|
2834
|
+
|
|
2835
|
+
*/
|
|
2836
|
+
function getClientForSalesOrdersService(transport) {
|
|
2837
|
+
return (0, connect_1.createPromiseClient)(sales_orders_scailo_connect_1.SalesOrdersService, transport);
|
|
2838
|
+
}
|
|
2839
|
+
/**
|
|
2840
|
+
|
|
2841
|
+
Get the client to access the SalesQuotationsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2842
|
+
|
|
2843
|
+
For web:
|
|
2844
|
+
```
|
|
2845
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2846
|
+
|
|
2847
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2848
|
+
return createConnectTransport({
|
|
2849
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2850
|
+
});
|
|
2851
|
+
}
|
|
2852
|
+
```
|
|
2853
|
+
|
|
2854
|
+
For node:
|
|
2855
|
+
```
|
|
2856
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2857
|
+
|
|
2858
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2859
|
+
return createConnectTransport({
|
|
2860
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2861
|
+
});
|
|
2862
|
+
}
|
|
2863
|
+
```
|
|
2864
|
+
|
|
2865
|
+
*/
|
|
2866
|
+
function getClientForSalesQuotationsService(transport) {
|
|
2867
|
+
return (0, connect_1.createPromiseClient)(sales_quotations_scailo_connect_1.SalesQuotationsService, transport);
|
|
2868
|
+
}
|
|
2869
|
+
/**
|
|
2870
|
+
|
|
2871
|
+
Get the client to access the SalesReceiptsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2872
|
+
|
|
2873
|
+
For web:
|
|
2874
|
+
```
|
|
2875
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2876
|
+
|
|
2877
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2878
|
+
return createConnectTransport({
|
|
2879
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2880
|
+
});
|
|
2881
|
+
}
|
|
2882
|
+
```
|
|
2883
|
+
|
|
2884
|
+
For node:
|
|
2885
|
+
```
|
|
2886
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2887
|
+
|
|
2888
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2889
|
+
return createConnectTransport({
|
|
2890
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2891
|
+
});
|
|
2892
|
+
}
|
|
2893
|
+
```
|
|
2894
|
+
|
|
2895
|
+
*/
|
|
2896
|
+
function getClientForSalesReceiptsService(transport) {
|
|
2897
|
+
return (0, connect_1.createPromiseClient)(sales_receipts_scailo_connect_1.SalesReceiptsService, transport);
|
|
2898
|
+
}
|
|
2899
|
+
/**
|
|
2900
|
+
|
|
2901
|
+
Get the client to access the SalesReturnsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2902
|
+
|
|
2903
|
+
For web:
|
|
2904
|
+
```
|
|
2905
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2906
|
+
|
|
2907
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2908
|
+
return createConnectTransport({
|
|
2909
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2910
|
+
});
|
|
2911
|
+
}
|
|
2912
|
+
```
|
|
2913
|
+
|
|
2914
|
+
For node:
|
|
2915
|
+
```
|
|
2916
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2917
|
+
|
|
2918
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2919
|
+
return createConnectTransport({
|
|
2920
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2921
|
+
});
|
|
2922
|
+
}
|
|
2923
|
+
```
|
|
2924
|
+
|
|
2925
|
+
*/
|
|
2926
|
+
function getClientForSalesReturnsService(transport) {
|
|
2927
|
+
return (0, connect_1.createPromiseClient)(sales_returns_scailo_connect_1.SalesReturnsService, transport);
|
|
2928
|
+
}
|
|
2929
|
+
/**
|
|
2930
|
+
|
|
2931
|
+
Get the client to access the ShiftsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2932
|
+
|
|
2933
|
+
For web:
|
|
2934
|
+
```
|
|
2935
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2936
|
+
|
|
2937
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2938
|
+
return createConnectTransport({
|
|
2939
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2940
|
+
});
|
|
2941
|
+
}
|
|
2942
|
+
```
|
|
2943
|
+
|
|
2944
|
+
For node:
|
|
2945
|
+
```
|
|
2946
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2947
|
+
|
|
2948
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2949
|
+
return createConnectTransport({
|
|
2950
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2951
|
+
});
|
|
2952
|
+
}
|
|
2953
|
+
```
|
|
2954
|
+
|
|
2955
|
+
*/
|
|
2956
|
+
function getClientForShiftsService(transport) {
|
|
2957
|
+
return (0, connect_1.createPromiseClient)(shifts_scailo_connect_1.ShiftsService, transport);
|
|
2958
|
+
}
|
|
2959
|
+
/**
|
|
2960
|
+
|
|
2961
|
+
Get the client to access the ShiftsGroupsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2962
|
+
|
|
2963
|
+
For web:
|
|
2964
|
+
```
|
|
2965
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2966
|
+
|
|
2967
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2968
|
+
return createConnectTransport({
|
|
2969
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
2970
|
+
});
|
|
2971
|
+
}
|
|
2972
|
+
```
|
|
2973
|
+
|
|
2974
|
+
For node:
|
|
2975
|
+
```
|
|
2976
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
2977
|
+
|
|
2978
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
2979
|
+
return createConnectTransport({
|
|
2980
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
2981
|
+
});
|
|
2982
|
+
}
|
|
2983
|
+
```
|
|
2984
|
+
|
|
2985
|
+
*/
|
|
2986
|
+
function getClientForShiftsGroupsService(transport) {
|
|
2987
|
+
return (0, connect_1.createPromiseClient)(shifts_groups_scailo_connect_1.ShiftsGroupsService, transport);
|
|
2988
|
+
}
|
|
2989
|
+
/**
|
|
2990
|
+
|
|
2991
|
+
Get the client to access the SkillsGroupsService. Transport is a connectrpc Transport, which is created as follows:
|
|
2992
|
+
|
|
2993
|
+
For web:
|
|
2994
|
+
```
|
|
2995
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
2996
|
+
|
|
2997
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
2998
|
+
return createConnectTransport({
|
|
2999
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3000
|
+
});
|
|
3001
|
+
}
|
|
3002
|
+
```
|
|
3003
|
+
|
|
3004
|
+
For node:
|
|
3005
|
+
```
|
|
3006
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3007
|
+
|
|
3008
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3009
|
+
return createConnectTransport({
|
|
3010
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3011
|
+
});
|
|
3012
|
+
}
|
|
3013
|
+
```
|
|
3014
|
+
|
|
3015
|
+
*/
|
|
3016
|
+
function getClientForSkillsGroupsService(transport) {
|
|
3017
|
+
return (0, connect_1.createPromiseClient)(skills_groups_scailo_connect_1.SkillsGroupsService, transport);
|
|
3018
|
+
}
|
|
3019
|
+
/**
|
|
3020
|
+
|
|
3021
|
+
Get the client to access the SkillsParamsService. Transport is a connectrpc Transport, which is created as follows:
|
|
3022
|
+
|
|
3023
|
+
For web:
|
|
3024
|
+
```
|
|
3025
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
3026
|
+
|
|
3027
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
3028
|
+
return createConnectTransport({
|
|
3029
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3030
|
+
});
|
|
3031
|
+
}
|
|
3032
|
+
```
|
|
3033
|
+
|
|
3034
|
+
For node:
|
|
3035
|
+
```
|
|
3036
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3037
|
+
|
|
3038
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3039
|
+
return createConnectTransport({
|
|
3040
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3041
|
+
});
|
|
3042
|
+
}
|
|
3043
|
+
```
|
|
3044
|
+
|
|
3045
|
+
*/
|
|
3046
|
+
function getClientForSkillsParamsService(transport) {
|
|
3047
|
+
return (0, connect_1.createPromiseClient)(skills_params_scailo_connect_1.SkillsParamsService, transport);
|
|
3048
|
+
}
|
|
3049
|
+
/**
|
|
3050
|
+
|
|
3051
|
+
Get the client to access the StockAuditsService. Transport is a connectrpc Transport, which is created as follows:
|
|
3052
|
+
|
|
3053
|
+
For web:
|
|
3054
|
+
```
|
|
3055
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
3056
|
+
|
|
3057
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
3058
|
+
return createConnectTransport({
|
|
3059
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3060
|
+
});
|
|
3061
|
+
}
|
|
3062
|
+
```
|
|
3063
|
+
|
|
3064
|
+
For node:
|
|
3065
|
+
```
|
|
3066
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3067
|
+
|
|
3068
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3069
|
+
return createConnectTransport({
|
|
3070
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3071
|
+
});
|
|
3072
|
+
}
|
|
3073
|
+
```
|
|
3074
|
+
|
|
3075
|
+
*/
|
|
3076
|
+
function getClientForStockAuditsService(transport) {
|
|
3077
|
+
return (0, connect_1.createPromiseClient)(stock_audits_scailo_connect_1.StockAuditsService, transport);
|
|
3078
|
+
}
|
|
3079
|
+
/**
|
|
3080
|
+
|
|
3081
|
+
Get the client to access the StockIssuancesService. Transport is a connectrpc Transport, which is created as follows:
|
|
3082
|
+
|
|
3083
|
+
For web:
|
|
3084
|
+
```
|
|
3085
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
3086
|
+
|
|
3087
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
3088
|
+
return createConnectTransport({
|
|
3089
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3090
|
+
});
|
|
3091
|
+
}
|
|
3092
|
+
```
|
|
3093
|
+
|
|
3094
|
+
For node:
|
|
3095
|
+
```
|
|
3096
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3097
|
+
|
|
3098
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3099
|
+
return createConnectTransport({
|
|
3100
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3101
|
+
});
|
|
3102
|
+
}
|
|
3103
|
+
```
|
|
3104
|
+
|
|
3105
|
+
*/
|
|
3106
|
+
function getClientForStockIssuancesService(transport) {
|
|
3107
|
+
return (0, connect_1.createPromiseClient)(stock_issuances_scailo_connect_1.StockIssuancesService, transport);
|
|
3108
|
+
}
|
|
3109
|
+
/**
|
|
3110
|
+
|
|
3111
|
+
Get the client to access the StockReturnsService. Transport is a connectrpc Transport, which is created as follows:
|
|
3112
|
+
|
|
3113
|
+
For web:
|
|
3114
|
+
```
|
|
3115
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
3116
|
+
|
|
3117
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
3118
|
+
return createConnectTransport({
|
|
3119
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3120
|
+
});
|
|
3121
|
+
}
|
|
3122
|
+
```
|
|
3123
|
+
|
|
3124
|
+
For node:
|
|
3125
|
+
```
|
|
3126
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3127
|
+
|
|
3128
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3129
|
+
return createConnectTransport({
|
|
3130
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3131
|
+
});
|
|
3132
|
+
}
|
|
3133
|
+
```
|
|
3134
|
+
|
|
3135
|
+
*/
|
|
3136
|
+
function getClientForStockReturnsService(transport) {
|
|
3137
|
+
return (0, connect_1.createPromiseClient)(stock_returns_scailo_connect_1.StockReturnsService, transport);
|
|
3138
|
+
}
|
|
3139
|
+
/**
|
|
3140
|
+
|
|
3141
|
+
Get the client to access the StoragesService. Transport is a connectrpc Transport, which is created as follows:
|
|
3142
|
+
|
|
3143
|
+
For web:
|
|
3144
|
+
```
|
|
3145
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
3146
|
+
|
|
3147
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
3148
|
+
return createConnectTransport({
|
|
3149
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3150
|
+
});
|
|
3151
|
+
}
|
|
3152
|
+
```
|
|
3153
|
+
|
|
3154
|
+
For node:
|
|
3155
|
+
```
|
|
3156
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3157
|
+
|
|
3158
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3159
|
+
return createConnectTransport({
|
|
3160
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3161
|
+
});
|
|
3162
|
+
}
|
|
3163
|
+
```
|
|
3164
|
+
|
|
3165
|
+
*/
|
|
3166
|
+
function getClientForStoragesService(transport) {
|
|
3167
|
+
return (0, connect_1.createPromiseClient)(storages_scailo_connect_1.StoragesService, transport);
|
|
3168
|
+
}
|
|
3169
|
+
/**
|
|
3170
|
+
|
|
3171
|
+
Get the client to access the StoresService. Transport is a connectrpc Transport, which is created as follows:
|
|
3172
|
+
|
|
3173
|
+
For web:
|
|
3174
|
+
```
|
|
3175
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
3176
|
+
|
|
3177
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
3178
|
+
return createConnectTransport({
|
|
3179
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3180
|
+
});
|
|
3181
|
+
}
|
|
3182
|
+
```
|
|
3183
|
+
|
|
3184
|
+
For node:
|
|
3185
|
+
```
|
|
3186
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3187
|
+
|
|
3188
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3189
|
+
return createConnectTransport({
|
|
3190
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3191
|
+
});
|
|
3192
|
+
}
|
|
3193
|
+
```
|
|
3194
|
+
|
|
3195
|
+
*/
|
|
3196
|
+
function getClientForStoresService(transport) {
|
|
3197
|
+
return (0, connect_1.createPromiseClient)(stores_scailo_connect_1.StoresService, transport);
|
|
3198
|
+
}
|
|
3199
|
+
/**
|
|
3200
|
+
|
|
3201
|
+
Get the client to access the TaxGroupsService. Transport is a connectrpc Transport, which is created as follows:
|
|
3202
|
+
|
|
3203
|
+
For web:
|
|
3204
|
+
```
|
|
3205
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
3206
|
+
|
|
3207
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
3208
|
+
return createConnectTransport({
|
|
3209
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3210
|
+
});
|
|
3211
|
+
}
|
|
3212
|
+
```
|
|
3213
|
+
|
|
3214
|
+
For node:
|
|
3215
|
+
```
|
|
3216
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3217
|
+
|
|
3218
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3219
|
+
return createConnectTransport({
|
|
3220
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3221
|
+
});
|
|
3222
|
+
}
|
|
3223
|
+
```
|
|
3224
|
+
|
|
3225
|
+
*/
|
|
3226
|
+
function getClientForTaxGroupsService(transport) {
|
|
3227
|
+
return (0, connect_1.createPromiseClient)(tax_groups_scailo_connect_1.TaxGroupsService, transport);
|
|
3228
|
+
}
|
|
3229
|
+
/**
|
|
3230
|
+
|
|
3231
|
+
Get the client to access the TaxParamsService. Transport is a connectrpc Transport, which is created as follows:
|
|
3232
|
+
|
|
3233
|
+
For web:
|
|
3234
|
+
```
|
|
3235
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
3236
|
+
|
|
3237
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
3238
|
+
return createConnectTransport({
|
|
3239
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3240
|
+
});
|
|
3241
|
+
}
|
|
3242
|
+
```
|
|
3243
|
+
|
|
3244
|
+
For node:
|
|
3245
|
+
```
|
|
3246
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3247
|
+
|
|
3248
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3249
|
+
return createConnectTransport({
|
|
3250
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3251
|
+
});
|
|
3252
|
+
}
|
|
3253
|
+
```
|
|
3254
|
+
|
|
3255
|
+
*/
|
|
3256
|
+
function getClientForTaxParamsService(transport) {
|
|
3257
|
+
return (0, connect_1.createPromiseClient)(tax_params_scailo_connect_1.TaxParamsService, transport);
|
|
3258
|
+
}
|
|
3259
|
+
/**
|
|
3260
|
+
|
|
3261
|
+
Get the client to access the TeamsService. Transport is a connectrpc Transport, which is created as follows:
|
|
3262
|
+
|
|
3263
|
+
For web:
|
|
3264
|
+
```
|
|
3265
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
3266
|
+
|
|
3267
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
3268
|
+
return createConnectTransport({
|
|
3269
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3270
|
+
});
|
|
3271
|
+
}
|
|
3272
|
+
```
|
|
3273
|
+
|
|
3274
|
+
For node:
|
|
3275
|
+
```
|
|
3276
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3277
|
+
|
|
3278
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3279
|
+
return createConnectTransport({
|
|
3280
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3281
|
+
});
|
|
3282
|
+
}
|
|
3283
|
+
```
|
|
3284
|
+
|
|
3285
|
+
*/
|
|
3286
|
+
function getClientForTeamsService(transport) {
|
|
3287
|
+
return (0, connect_1.createPromiseClient)(teams_scailo_connect_1.TeamsService, transport);
|
|
3288
|
+
}
|
|
3289
|
+
/**
|
|
3290
|
+
|
|
3291
|
+
Get the client to access the UnitsOfMaterialsService. Transport is a connectrpc Transport, which is created as follows:
|
|
3292
|
+
|
|
3293
|
+
For web:
|
|
3294
|
+
```
|
|
3295
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
3296
|
+
|
|
3297
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
3298
|
+
return createConnectTransport({
|
|
3299
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3300
|
+
});
|
|
3301
|
+
}
|
|
3302
|
+
```
|
|
3303
|
+
|
|
3304
|
+
For node:
|
|
3305
|
+
```
|
|
3306
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3307
|
+
|
|
3308
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3309
|
+
return createConnectTransport({
|
|
3310
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3311
|
+
});
|
|
3312
|
+
}
|
|
3313
|
+
```
|
|
3314
|
+
|
|
3315
|
+
*/
|
|
3316
|
+
function getClientForUnitsOfMaterialsService(transport) {
|
|
3317
|
+
return (0, connect_1.createPromiseClient)(units_of_materials_scailo_connect_1.UnitsOfMaterialsService, transport);
|
|
3318
|
+
}
|
|
3319
|
+
/**
|
|
3320
|
+
|
|
3321
|
+
Get the client to access the UsersService. Transport is a connectrpc Transport, which is created as follows:
|
|
3322
|
+
|
|
3323
|
+
For web:
|
|
3324
|
+
```
|
|
3325
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
3326
|
+
|
|
3327
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
3328
|
+
return createConnectTransport({
|
|
3329
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3330
|
+
});
|
|
3331
|
+
}
|
|
3332
|
+
```
|
|
3333
|
+
|
|
3334
|
+
For node:
|
|
3335
|
+
```
|
|
3336
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3337
|
+
|
|
3338
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3339
|
+
return createConnectTransport({
|
|
3340
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3341
|
+
});
|
|
3342
|
+
}
|
|
3343
|
+
```
|
|
3344
|
+
|
|
3345
|
+
*/
|
|
3346
|
+
function getClientForUsersService(transport) {
|
|
3347
|
+
return (0, connect_1.createPromiseClient)(users_scailo_connect_1.UsersService, transport);
|
|
3348
|
+
}
|
|
3349
|
+
/**
|
|
3350
|
+
|
|
3351
|
+
Get the client to access the VaultService. Transport is a connectrpc Transport, which is created as follows:
|
|
3352
|
+
|
|
3353
|
+
For web:
|
|
3354
|
+
```
|
|
3355
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
3356
|
+
|
|
3357
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
3358
|
+
return createConnectTransport({
|
|
3359
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3360
|
+
});
|
|
3361
|
+
}
|
|
3362
|
+
```
|
|
3363
|
+
|
|
3364
|
+
For node:
|
|
3365
|
+
```
|
|
3366
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3367
|
+
|
|
3368
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3369
|
+
return createConnectTransport({
|
|
3370
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3371
|
+
});
|
|
3372
|
+
}
|
|
3373
|
+
```
|
|
3374
|
+
|
|
3375
|
+
*/
|
|
3376
|
+
function getClientForVaultService(transport) {
|
|
3377
|
+
return (0, connect_1.createPromiseClient)(vault_scailo_connect_1.VaultService, transport);
|
|
3378
|
+
}
|
|
3379
|
+
/**
|
|
3380
|
+
|
|
3381
|
+
Get the client to access the VendorInvoicesService. Transport is a connectrpc Transport, which is created as follows:
|
|
3382
|
+
|
|
3383
|
+
For web:
|
|
3384
|
+
```
|
|
3385
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
3386
|
+
|
|
3387
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
3388
|
+
return createConnectTransport({
|
|
3389
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3390
|
+
});
|
|
3391
|
+
}
|
|
3392
|
+
```
|
|
3393
|
+
|
|
3394
|
+
For node:
|
|
3395
|
+
```
|
|
3396
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3397
|
+
|
|
3398
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3399
|
+
return createConnectTransport({
|
|
3400
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3401
|
+
});
|
|
3402
|
+
}
|
|
3403
|
+
```
|
|
3404
|
+
|
|
3405
|
+
*/
|
|
3406
|
+
function getClientForVendorInvoicesService(transport) {
|
|
3407
|
+
return (0, connect_1.createPromiseClient)(vendor_invoices_scailo_connect_1.VendorInvoicesService, transport);
|
|
3408
|
+
}
|
|
3409
|
+
/**
|
|
3410
|
+
|
|
3411
|
+
Get the client to access the VendorStreamsService. Transport is a connectrpc Transport, which is created as follows:
|
|
3412
|
+
|
|
3413
|
+
For web:
|
|
3414
|
+
```
|
|
3415
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
3416
|
+
|
|
3417
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
3418
|
+
return createConnectTransport({
|
|
3419
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3420
|
+
});
|
|
3421
|
+
}
|
|
3422
|
+
```
|
|
3423
|
+
|
|
3424
|
+
For node:
|
|
3425
|
+
```
|
|
3426
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3427
|
+
|
|
3428
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3429
|
+
return createConnectTransport({
|
|
3430
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3431
|
+
});
|
|
3432
|
+
}
|
|
3433
|
+
```
|
|
3434
|
+
|
|
3435
|
+
*/
|
|
3436
|
+
function getClientForVendorStreamsService(transport) {
|
|
3437
|
+
return (0, connect_1.createPromiseClient)(vendor_streams_scailo_connect_1.VendorStreamsService, transport);
|
|
3438
|
+
}
|
|
3439
|
+
/**
|
|
3440
|
+
|
|
3441
|
+
Get the client to access the VendorsService. Transport is a connectrpc Transport, which is created as follows:
|
|
3442
|
+
|
|
3443
|
+
For web:
|
|
3444
|
+
```
|
|
3445
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
3446
|
+
|
|
3447
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
3448
|
+
return createConnectTransport({
|
|
3449
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3450
|
+
});
|
|
3451
|
+
}
|
|
3452
|
+
```
|
|
3453
|
+
|
|
3454
|
+
For node:
|
|
3455
|
+
```
|
|
3456
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3457
|
+
|
|
3458
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3459
|
+
return createConnectTransport({
|
|
3460
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3461
|
+
});
|
|
3462
|
+
}
|
|
3463
|
+
```
|
|
3464
|
+
|
|
3465
|
+
*/
|
|
3466
|
+
function getClientForVendorsService(transport) {
|
|
3467
|
+
return (0, connect_1.createPromiseClient)(vendors_scailo_connect_1.VendorsService, transport);
|
|
3468
|
+
}
|
|
3469
|
+
/**
|
|
3470
|
+
|
|
3471
|
+
Get the client to access the VisitationsService. Transport is a connectrpc Transport, which is created as follows:
|
|
3472
|
+
|
|
3473
|
+
For web:
|
|
3474
|
+
```
|
|
3475
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
3476
|
+
|
|
3477
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
3478
|
+
return createConnectTransport({
|
|
3479
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3480
|
+
});
|
|
3481
|
+
}
|
|
3482
|
+
```
|
|
3483
|
+
|
|
3484
|
+
For node:
|
|
3485
|
+
```
|
|
3486
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3487
|
+
|
|
3488
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3489
|
+
return createConnectTransport({
|
|
3490
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3491
|
+
});
|
|
3492
|
+
}
|
|
3493
|
+
```
|
|
3494
|
+
|
|
3495
|
+
*/
|
|
3496
|
+
function getClientForVisitationsService(transport) {
|
|
3497
|
+
return (0, connect_1.createPromiseClient)(visitations_scailo_connect_1.VisitationsService, transport);
|
|
3498
|
+
}
|
|
3499
|
+
/**
|
|
3500
|
+
|
|
3501
|
+
Get the client to access the WorkOrdersService. Transport is a connectrpc Transport, which is created as follows:
|
|
3502
|
+
|
|
3503
|
+
For web:
|
|
3504
|
+
```
|
|
3505
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
3506
|
+
|
|
3507
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
3508
|
+
return createConnectTransport({
|
|
3509
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3510
|
+
});
|
|
3511
|
+
}
|
|
3512
|
+
```
|
|
3513
|
+
|
|
3514
|
+
For node:
|
|
3515
|
+
```
|
|
3516
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3517
|
+
|
|
3518
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3519
|
+
return createConnectTransport({
|
|
3520
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3521
|
+
});
|
|
3522
|
+
}
|
|
3523
|
+
```
|
|
3524
|
+
|
|
3525
|
+
*/
|
|
3526
|
+
function getClientForWorkOrdersService(transport) {
|
|
3527
|
+
return (0, connect_1.createPromiseClient)(work_orders_scailo_connect_1.WorkOrdersService, transport);
|
|
3528
|
+
}
|
|
3529
|
+
/**
|
|
3530
|
+
|
|
3531
|
+
Get the client to access the WorkflowsRulesService. Transport is a connectrpc Transport, which is created as follows:
|
|
3532
|
+
|
|
3533
|
+
For web:
|
|
3534
|
+
```
|
|
3535
|
+
import { createConnectTransport } from "@connectrpc/connect-web";
|
|
3536
|
+
|
|
3537
|
+
function getWebTransport(apiEndPoint: string = location.origin) {
|
|
3538
|
+
return createConnectTransport({
|
|
3539
|
+
baseUrl: apiEndPoint, useBinaryFormat: false, interceptors: []
|
|
3540
|
+
});
|
|
3541
|
+
}
|
|
3542
|
+
```
|
|
3543
|
+
|
|
3544
|
+
For node:
|
|
3545
|
+
```
|
|
3546
|
+
import { createConnectTransport } from "@connectrpc/connect-node";
|
|
3547
|
+
|
|
3548
|
+
function getNodeTransport(apiEndPoint: string) {
|
|
3549
|
+
return createConnectTransport({
|
|
3550
|
+
baseUrl: apiEndPoint, httpVersion: "1.1", useBinaryFormat: false, interceptors: []
|
|
3551
|
+
});
|
|
3552
|
+
}
|
|
3553
|
+
```
|
|
3554
|
+
|
|
3555
|
+
*/
|
|
3556
|
+
function getClientForWorkflowsRulesService(transport) {
|
|
3557
|
+
return (0, connect_1.createPromiseClient)(workflows_rules_scailo_connect_1.WorkflowsRulesService, transport);
|
|
3558
|
+
}
|