@kernelminds/scailo-sdk 0.0.7 → 0.0.9

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