@kernelminds/scailo-sdk 0.1.28 → 0.1.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +48 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +105 -21
- package/lib/cjs/src/families.scailo_pb.js +490 -89
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +240 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +127 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +87 -22
- package/lib/cjs/src/users.scailo_pb.js +447 -81
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +47 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +106 -22
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +494 -96
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +238 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +128 -26
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +48 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +105 -21
- package/lib/esm/src/families.scailo_pb.js +514 -101
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +240 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +127 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +87 -22
- package/lib/esm/src/users.scailo_pb.js +451 -83
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +47 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +106 -22
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +494 -96
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +238 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +128 -26
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -241,7 +241,16 @@ class WorkOrdersServiceCreateRequest extends protobuf_1.Message {
|
|
|
241
241
|
constructor(data) {
|
|
242
242
|
super();
|
|
243
243
|
/**
|
|
244
|
-
*
|
|
244
|
+
*
|
|
245
|
+
* @optional
|
|
246
|
+
*
|
|
247
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
248
|
+
*
|
|
249
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
250
|
+
*
|
|
251
|
+
* @regex ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
252
|
+
*
|
|
253
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
245
254
|
*
|
|
246
255
|
* @generated from field: string entity_uuid = 1;
|
|
247
256
|
*/
|
|
@@ -253,13 +262,31 @@ class WorkOrdersServiceCreateRequest extends protobuf_1.Message {
|
|
|
253
262
|
*/
|
|
254
263
|
this.userComment = "";
|
|
255
264
|
/**
|
|
256
|
-
*
|
|
265
|
+
*
|
|
266
|
+
* @optional
|
|
267
|
+
*
|
|
268
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
269
|
+
*
|
|
270
|
+
* @example 15234
|
|
271
|
+
*
|
|
272
|
+
* @regex ^[0-9]+$
|
|
273
|
+
*
|
|
274
|
+
* @format Non-negative integer.
|
|
257
275
|
*
|
|
258
276
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
259
277
|
*/
|
|
260
278
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
261
279
|
/**
|
|
262
|
-
*
|
|
280
|
+
*
|
|
281
|
+
* @mandatory
|
|
282
|
+
*
|
|
283
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
284
|
+
*
|
|
285
|
+
* @example "ABS-2023-001"
|
|
286
|
+
*
|
|
287
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
288
|
+
*
|
|
289
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
263
290
|
*
|
|
264
291
|
* @generated from field: string reference_id = 10;
|
|
265
292
|
*/
|
|
@@ -338,19 +365,42 @@ class WorkOrdersServiceUpdateRequest extends protobuf_1.Message {
|
|
|
338
365
|
*/
|
|
339
366
|
this.id = protobuf_1.protoInt64.zero;
|
|
340
367
|
/**
|
|
341
|
-
*
|
|
368
|
+
*
|
|
369
|
+
* @optional
|
|
370
|
+
*
|
|
371
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
372
|
+
*
|
|
373
|
+
* @example true
|
|
342
374
|
*
|
|
343
375
|
* @generated from field: bool notify_users = 3;
|
|
344
376
|
*/
|
|
345
377
|
this.notifyUsers = false;
|
|
346
378
|
/**
|
|
347
|
-
*
|
|
379
|
+
*
|
|
380
|
+
* @optional
|
|
381
|
+
*
|
|
382
|
+
* @description Updated vault folder ID for documentation storage.
|
|
383
|
+
*
|
|
384
|
+
* @example 15235
|
|
385
|
+
*
|
|
386
|
+
* @regex ^[0-9]+$
|
|
387
|
+
*
|
|
388
|
+
* @format Non-negative integer.
|
|
348
389
|
*
|
|
349
390
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
350
391
|
*/
|
|
351
392
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
352
393
|
/**
|
|
353
|
-
*
|
|
394
|
+
*
|
|
395
|
+
* @mandatory
|
|
396
|
+
*
|
|
397
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
398
|
+
*
|
|
399
|
+
* @example "ABS-2023-001-REV"
|
|
400
|
+
*
|
|
401
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
402
|
+
*
|
|
403
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
354
404
|
*
|
|
355
405
|
* @generated from field: string reference_id = 10;
|
|
356
406
|
*/
|
|
@@ -490,43 +540,60 @@ class WorkOrder extends protobuf_1.Message {
|
|
|
490
540
|
constructor(data) {
|
|
491
541
|
super();
|
|
492
542
|
/**
|
|
493
|
-
*
|
|
543
|
+
*
|
|
544
|
+
* @description The organization's globally unique identifier.
|
|
545
|
+
*
|
|
546
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
494
547
|
*
|
|
495
548
|
* @generated from field: string entity_uuid = 1;
|
|
496
549
|
*/
|
|
497
550
|
this.entityUuid = "";
|
|
498
551
|
/**
|
|
499
|
-
*
|
|
552
|
+
*
|
|
553
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
500
554
|
*
|
|
501
555
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
502
556
|
*/
|
|
503
557
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
504
558
|
/**
|
|
505
|
-
*
|
|
559
|
+
*
|
|
560
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
506
561
|
*
|
|
507
562
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
508
563
|
*/
|
|
509
564
|
this.logs = [];
|
|
510
565
|
/**
|
|
511
|
-
*
|
|
566
|
+
*
|
|
567
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
568
|
+
*
|
|
569
|
+
* @example 1698400000
|
|
512
570
|
*
|
|
513
571
|
* @generated from field: uint64 completed_on = 6;
|
|
514
572
|
*/
|
|
515
573
|
this.completedOn = protobuf_1.protoInt64.zero;
|
|
516
574
|
/**
|
|
517
|
-
*
|
|
575
|
+
*
|
|
576
|
+
* @description Link to the document storage folder.
|
|
577
|
+
*
|
|
578
|
+
* @example 15234
|
|
518
579
|
*
|
|
519
580
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
520
581
|
*/
|
|
521
582
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
522
583
|
/**
|
|
523
|
-
*
|
|
584
|
+
*
|
|
585
|
+
* @description The user-provided reference ID.
|
|
586
|
+
*
|
|
587
|
+
* @example "ABS-2023-001"
|
|
524
588
|
*
|
|
525
589
|
* @generated from field: string reference_id = 10;
|
|
526
590
|
*/
|
|
527
591
|
this.referenceId = "";
|
|
528
592
|
/**
|
|
529
|
-
*
|
|
593
|
+
*
|
|
594
|
+
* @description The system-generated immutable reference number.
|
|
595
|
+
*
|
|
596
|
+
* @example "ABS-2023-X9Z2"
|
|
530
597
|
*
|
|
531
598
|
* @generated from field: string final_ref_number = 11;
|
|
532
599
|
*/
|
|
@@ -733,13 +800,17 @@ class WorkOrderItem extends protobuf_1.Message {
|
|
|
733
800
|
constructor(data) {
|
|
734
801
|
super();
|
|
735
802
|
/**
|
|
736
|
-
*
|
|
803
|
+
*
|
|
804
|
+
* @description The organization's globally unique identifier.
|
|
805
|
+
*
|
|
806
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
737
807
|
*
|
|
738
808
|
* @generated from field: string entity_uuid = 1;
|
|
739
809
|
*/
|
|
740
810
|
this.entityUuid = "";
|
|
741
811
|
/**
|
|
742
|
-
*
|
|
812
|
+
*
|
|
813
|
+
* @description The approval state of the record
|
|
743
814
|
*
|
|
744
815
|
* @generated from field: bool need_approval = 4;
|
|
745
816
|
*/
|
|
@@ -971,31 +1042,62 @@ class WorkOrdersServicePaginationReq extends protobuf_1.Message {
|
|
|
971
1042
|
constructor(data) {
|
|
972
1043
|
super();
|
|
973
1044
|
/**
|
|
974
|
-
*
|
|
1045
|
+
*
|
|
1046
|
+
* @optional
|
|
1047
|
+
*
|
|
1048
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1049
|
+
*
|
|
1050
|
+
* @example ANY
|
|
975
1051
|
*
|
|
976
1052
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
977
1053
|
*/
|
|
978
1054
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
979
1055
|
/**
|
|
980
|
-
*
|
|
1056
|
+
*
|
|
1057
|
+
* @mandatory
|
|
1058
|
+
*
|
|
1059
|
+
* @description Number of records to return per page.
|
|
1060
|
+
*
|
|
1061
|
+
* @example 50
|
|
1062
|
+
*
|
|
1063
|
+
* @regex ^[1-9][0-9]*$
|
|
1064
|
+
*
|
|
1065
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
981
1066
|
*
|
|
982
1067
|
* @generated from field: int64 count = 2;
|
|
983
1068
|
*/
|
|
984
1069
|
this.count = protobuf_1.protoInt64.zero;
|
|
985
1070
|
/**
|
|
986
|
-
*
|
|
1071
|
+
*
|
|
1072
|
+
* @optional
|
|
1073
|
+
*
|
|
1074
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1075
|
+
*
|
|
1076
|
+
* @example 0
|
|
1077
|
+
*
|
|
1078
|
+
* @regex ^[0-9]+$
|
|
1079
|
+
*
|
|
1080
|
+
* @format Non-negative integer.
|
|
987
1081
|
*
|
|
988
1082
|
* @generated from field: uint64 offset = 3;
|
|
989
1083
|
*/
|
|
990
1084
|
this.offset = protobuf_1.protoInt64.zero;
|
|
991
1085
|
/**
|
|
992
|
-
*
|
|
1086
|
+
*
|
|
1087
|
+
* @optional
|
|
1088
|
+
*
|
|
1089
|
+
* @description Sort direction.
|
|
1090
|
+
*
|
|
1091
|
+
* @example DESCENDING
|
|
993
1092
|
*
|
|
994
1093
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
995
1094
|
*/
|
|
996
1095
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
997
1096
|
/**
|
|
998
|
-
*
|
|
1097
|
+
*
|
|
1098
|
+
* @optional
|
|
1099
|
+
*
|
|
1100
|
+
* @description The specific field key to sort the results by.
|
|
999
1101
|
*
|
|
1000
1102
|
* @generated from field: Scailo.WORK_ORDER_SORT_KEY sort_key = 5;
|
|
1001
1103
|
*/
|
|
@@ -1042,25 +1144,35 @@ class WorkOrdersServicePaginationResponse extends protobuf_1.Message {
|
|
|
1042
1144
|
constructor(data) {
|
|
1043
1145
|
super();
|
|
1044
1146
|
/**
|
|
1045
|
-
*
|
|
1147
|
+
*
|
|
1148
|
+
* @description Number of records returned in the current response slice.
|
|
1149
|
+
*
|
|
1150
|
+
* @example 50
|
|
1046
1151
|
*
|
|
1047
1152
|
* @generated from field: uint64 count = 1;
|
|
1048
1153
|
*/
|
|
1049
1154
|
this.count = protobuf_1.protoInt64.zero;
|
|
1050
1155
|
/**
|
|
1051
|
-
*
|
|
1156
|
+
*
|
|
1157
|
+
* @description The offset provided in the request.
|
|
1158
|
+
*
|
|
1159
|
+
* @example 0
|
|
1052
1160
|
*
|
|
1053
1161
|
* @generated from field: uint64 offset = 2;
|
|
1054
1162
|
*/
|
|
1055
1163
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1056
1164
|
/**
|
|
1057
|
-
*
|
|
1165
|
+
*
|
|
1166
|
+
* @description The total number of records matching the criteria.
|
|
1167
|
+
*
|
|
1168
|
+
* @example 1250
|
|
1058
1169
|
*
|
|
1059
1170
|
* @generated from field: uint64 total = 3;
|
|
1060
1171
|
*/
|
|
1061
1172
|
this.total = protobuf_1.protoInt64.zero;
|
|
1062
1173
|
/**
|
|
1063
|
-
*
|
|
1174
|
+
*
|
|
1175
|
+
* @description The array of records for the current page.
|
|
1064
1176
|
*
|
|
1065
1177
|
* @generated from field: repeated Scailo.WorkOrder payload = 4;
|
|
1066
1178
|
*/
|
|
@@ -1099,103 +1211,238 @@ class WorkOrdersServiceFilterReq extends protobuf_1.Message {
|
|
|
1099
1211
|
constructor(data) {
|
|
1100
1212
|
super();
|
|
1101
1213
|
/**
|
|
1102
|
-
*
|
|
1214
|
+
*
|
|
1215
|
+
* @optional
|
|
1216
|
+
*
|
|
1217
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1218
|
+
*
|
|
1219
|
+
* @example ANY
|
|
1103
1220
|
*
|
|
1104
1221
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1105
1222
|
*/
|
|
1106
1223
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1107
1224
|
/**
|
|
1108
|
-
*
|
|
1225
|
+
*
|
|
1226
|
+
* @mandatory
|
|
1227
|
+
*
|
|
1228
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1229
|
+
*
|
|
1230
|
+
* @example 100
|
|
1231
|
+
*
|
|
1232
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1233
|
+
*
|
|
1234
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1109
1235
|
*
|
|
1110
1236
|
* @generated from field: int64 count = 2;
|
|
1111
1237
|
*/
|
|
1112
1238
|
this.count = protobuf_1.protoInt64.zero;
|
|
1113
1239
|
/**
|
|
1114
|
-
*
|
|
1240
|
+
*
|
|
1241
|
+
* @optional
|
|
1242
|
+
*
|
|
1243
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1244
|
+
*
|
|
1245
|
+
* @example 0
|
|
1246
|
+
*
|
|
1247
|
+
* @regex ^[0-9]+$
|
|
1248
|
+
*
|
|
1249
|
+
* @format Non-negative integer.
|
|
1115
1250
|
*
|
|
1116
1251
|
* @generated from field: uint64 offset = 3;
|
|
1117
1252
|
*/
|
|
1118
1253
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1119
1254
|
/**
|
|
1120
|
-
*
|
|
1255
|
+
*
|
|
1256
|
+
* @optional
|
|
1257
|
+
*
|
|
1258
|
+
* @description Sort direction.
|
|
1259
|
+
*
|
|
1260
|
+
* @example DESCENDING
|
|
1121
1261
|
*
|
|
1122
1262
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1123
1263
|
*/
|
|
1124
1264
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1125
1265
|
/**
|
|
1126
|
-
*
|
|
1266
|
+
*
|
|
1267
|
+
* @optional
|
|
1268
|
+
*
|
|
1269
|
+
* @description The field used for sorting.
|
|
1127
1270
|
*
|
|
1128
1271
|
* @generated from field: Scailo.WORK_ORDER_SORT_KEY sort_key = 5;
|
|
1129
1272
|
*/
|
|
1130
1273
|
this.sortKey = WORK_ORDER_SORT_KEY.WORK_ORDER_SORT_KEY_ID_UNSPECIFIED;
|
|
1131
1274
|
/**
|
|
1132
|
-
*
|
|
1275
|
+
*
|
|
1276
|
+
* @optional
|
|
1277
|
+
*
|
|
1278
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1279
|
+
*
|
|
1280
|
+
* @example 1672531200
|
|
1281
|
+
*
|
|
1282
|
+
* @regex ^[0-9]+$
|
|
1283
|
+
*
|
|
1284
|
+
* @format Non-negative integer.
|
|
1133
1285
|
*
|
|
1134
1286
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1135
1287
|
*/
|
|
1136
1288
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1137
1289
|
/**
|
|
1138
|
-
*
|
|
1290
|
+
*
|
|
1291
|
+
* @optional
|
|
1292
|
+
*
|
|
1293
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1294
|
+
*
|
|
1295
|
+
* @example 1704067199
|
|
1296
|
+
*
|
|
1297
|
+
* @regex ^[0-9]+$
|
|
1298
|
+
*
|
|
1299
|
+
* @format Non-negative integer.
|
|
1139
1300
|
*
|
|
1140
1301
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1141
1302
|
*/
|
|
1142
1303
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1143
1304
|
/**
|
|
1144
|
-
*
|
|
1305
|
+
*
|
|
1306
|
+
* @optional
|
|
1307
|
+
*
|
|
1308
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1309
|
+
*
|
|
1310
|
+
* @example 1672531200
|
|
1311
|
+
*
|
|
1312
|
+
* @regex ^[0-9]+$
|
|
1313
|
+
*
|
|
1314
|
+
* @format Non-negative integer.
|
|
1145
1315
|
*
|
|
1146
1316
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1147
1317
|
*/
|
|
1148
1318
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1149
1319
|
/**
|
|
1150
|
-
*
|
|
1320
|
+
*
|
|
1321
|
+
* @optional
|
|
1322
|
+
*
|
|
1323
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1324
|
+
*
|
|
1325
|
+
* @example 1704067199
|
|
1326
|
+
*
|
|
1327
|
+
* @regex ^[0-9]+$
|
|
1328
|
+
*
|
|
1329
|
+
* @format Non-negative integer.
|
|
1151
1330
|
*
|
|
1152
1331
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1153
1332
|
*/
|
|
1154
1333
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1155
1334
|
/**
|
|
1156
|
-
*
|
|
1335
|
+
*
|
|
1336
|
+
* @optional
|
|
1337
|
+
*
|
|
1338
|
+
* @description Filter by the organization UUID.
|
|
1339
|
+
*
|
|
1340
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1341
|
+
*
|
|
1342
|
+
* @regex ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
1343
|
+
*
|
|
1344
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1157
1345
|
*
|
|
1158
1346
|
* @generated from field: string entity_uuid = 8;
|
|
1159
1347
|
*/
|
|
1160
1348
|
this.entityUuid = "";
|
|
1161
1349
|
/**
|
|
1162
|
-
*
|
|
1350
|
+
*
|
|
1351
|
+
* @optional
|
|
1352
|
+
*
|
|
1353
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1354
|
+
*
|
|
1355
|
+
* @example STANDING
|
|
1163
1356
|
*
|
|
1164
1357
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1165
1358
|
*/
|
|
1166
1359
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1167
1360
|
/**
|
|
1168
|
-
*
|
|
1361
|
+
*
|
|
1362
|
+
* @optional
|
|
1363
|
+
*
|
|
1364
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1365
|
+
*
|
|
1366
|
+
* @example 1672531200
|
|
1367
|
+
*
|
|
1368
|
+
* @regex ^[0-9]+$
|
|
1369
|
+
*
|
|
1370
|
+
* @format Non-negative integer.
|
|
1169
1371
|
*
|
|
1170
1372
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1171
1373
|
*/
|
|
1172
1374
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1173
1375
|
/**
|
|
1174
|
-
*
|
|
1376
|
+
*
|
|
1377
|
+
* @optional
|
|
1378
|
+
*
|
|
1379
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1380
|
+
*
|
|
1381
|
+
* @example 1704067199
|
|
1382
|
+
*
|
|
1383
|
+
* @regex ^[0-9]+$
|
|
1384
|
+
*
|
|
1385
|
+
* @format Non-negative integer.
|
|
1175
1386
|
*
|
|
1176
1387
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1177
1388
|
*/
|
|
1178
1389
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1179
1390
|
/**
|
|
1180
|
-
*
|
|
1391
|
+
*
|
|
1392
|
+
* @optional
|
|
1393
|
+
*
|
|
1394
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1395
|
+
*
|
|
1396
|
+
* @example 501
|
|
1397
|
+
*
|
|
1398
|
+
* @regex ^[0-9]+$
|
|
1399
|
+
*
|
|
1400
|
+
* @format Non-negative integer.
|
|
1181
1401
|
*
|
|
1182
1402
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1183
1403
|
*/
|
|
1184
1404
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1185
1405
|
/**
|
|
1186
|
-
*
|
|
1406
|
+
*
|
|
1407
|
+
* @optional
|
|
1408
|
+
*
|
|
1409
|
+
* @description Filter by the role ID of the approver.
|
|
1410
|
+
*
|
|
1411
|
+
* @example 5
|
|
1412
|
+
*
|
|
1413
|
+
* @regex ^[0-9]+$
|
|
1414
|
+
*
|
|
1415
|
+
* @format Non-negative integer.
|
|
1187
1416
|
*
|
|
1188
1417
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1189
1418
|
*/
|
|
1190
1419
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1191
1420
|
/**
|
|
1192
|
-
*
|
|
1421
|
+
*
|
|
1422
|
+
* @optional
|
|
1423
|
+
*
|
|
1424
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1425
|
+
*
|
|
1426
|
+
* @example 1672531200
|
|
1427
|
+
*
|
|
1428
|
+
* @regex ^[0-9]+$
|
|
1429
|
+
*
|
|
1430
|
+
* @format Non-negative integer.
|
|
1193
1431
|
*
|
|
1194
1432
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1195
1433
|
*/
|
|
1196
1434
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1197
1435
|
/**
|
|
1198
|
-
*
|
|
1436
|
+
*
|
|
1437
|
+
* @optional
|
|
1438
|
+
*
|
|
1439
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1440
|
+
*
|
|
1441
|
+
* @example 1704067199
|
|
1442
|
+
*
|
|
1443
|
+
* @regex ^[0-9]+$
|
|
1444
|
+
*
|
|
1445
|
+
* @format Non-negative integer.
|
|
1199
1446
|
*
|
|
1200
1447
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1201
1448
|
*/
|
|
@@ -1219,13 +1466,31 @@ class WorkOrdersServiceFilterReq extends protobuf_1.Message {
|
|
|
1219
1466
|
*/
|
|
1220
1467
|
this.deliveryDateEnd = "";
|
|
1221
1468
|
/**
|
|
1222
|
-
*
|
|
1469
|
+
*
|
|
1470
|
+
* @optional
|
|
1471
|
+
*
|
|
1472
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1473
|
+
*
|
|
1474
|
+
* @example "ABS-2023-001"
|
|
1475
|
+
*
|
|
1476
|
+
* @regex [0-9A-Za-z ]*$
|
|
1477
|
+
*
|
|
1478
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1223
1479
|
*
|
|
1224
1480
|
* @generated from field: string reference_id = 20;
|
|
1225
1481
|
*/
|
|
1226
1482
|
this.referenceId = "";
|
|
1227
1483
|
/**
|
|
1228
|
-
*
|
|
1484
|
+
*
|
|
1485
|
+
* @optional
|
|
1486
|
+
*
|
|
1487
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1488
|
+
*
|
|
1489
|
+
* @example "ABS-2023-X9Z2"
|
|
1490
|
+
*
|
|
1491
|
+
* @regex [0-9A-Za-z ]*$
|
|
1492
|
+
*
|
|
1493
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1229
1494
|
*
|
|
1230
1495
|
* @generated from field: string final_ref_number = 21;
|
|
1231
1496
|
*/
|
|
@@ -1339,79 +1604,188 @@ class WorkOrdersServiceCountReq extends protobuf_1.Message {
|
|
|
1339
1604
|
constructor(data) {
|
|
1340
1605
|
super();
|
|
1341
1606
|
/**
|
|
1342
|
-
*
|
|
1607
|
+
*
|
|
1608
|
+
* @optional
|
|
1609
|
+
*
|
|
1610
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1611
|
+
*
|
|
1612
|
+
* @example ANY
|
|
1343
1613
|
*
|
|
1344
1614
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1345
1615
|
*/
|
|
1346
1616
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1347
1617
|
/**
|
|
1348
|
-
*
|
|
1618
|
+
*
|
|
1619
|
+
* @optional
|
|
1620
|
+
*
|
|
1621
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1622
|
+
*
|
|
1623
|
+
* @example 1672531200
|
|
1624
|
+
*
|
|
1625
|
+
* @regex ^[0-9]+$
|
|
1626
|
+
*
|
|
1627
|
+
* @format Non-negative integer.
|
|
1349
1628
|
*
|
|
1350
1629
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1351
1630
|
*/
|
|
1352
1631
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1353
1632
|
/**
|
|
1354
|
-
*
|
|
1633
|
+
*
|
|
1634
|
+
* @optional
|
|
1635
|
+
*
|
|
1636
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1637
|
+
*
|
|
1638
|
+
* @example 1704067199
|
|
1639
|
+
*
|
|
1640
|
+
* @regex ^[0-9]+$
|
|
1641
|
+
*
|
|
1642
|
+
* @format Non-negative integer.
|
|
1355
1643
|
*
|
|
1356
1644
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1357
1645
|
*/
|
|
1358
1646
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1359
1647
|
/**
|
|
1360
|
-
*
|
|
1648
|
+
*
|
|
1649
|
+
* @optional
|
|
1650
|
+
*
|
|
1651
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1652
|
+
*
|
|
1653
|
+
* @example 1672531200
|
|
1654
|
+
*
|
|
1655
|
+
* @regex ^[0-9]+$
|
|
1656
|
+
*
|
|
1657
|
+
* @format Non-negative integer.
|
|
1361
1658
|
*
|
|
1362
1659
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1363
1660
|
*/
|
|
1364
1661
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1365
1662
|
/**
|
|
1366
|
-
*
|
|
1663
|
+
*
|
|
1664
|
+
* @optional
|
|
1665
|
+
*
|
|
1666
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1667
|
+
*
|
|
1668
|
+
* @example 1704067199
|
|
1669
|
+
*
|
|
1670
|
+
* @regex ^[0-9]+$
|
|
1671
|
+
*
|
|
1672
|
+
* @format Non-negative integer.
|
|
1367
1673
|
*
|
|
1368
1674
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1369
1675
|
*/
|
|
1370
1676
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1371
1677
|
/**
|
|
1372
|
-
*
|
|
1678
|
+
*
|
|
1679
|
+
* @optional
|
|
1680
|
+
*
|
|
1681
|
+
* @description Filter by the organization UUID.
|
|
1682
|
+
*
|
|
1683
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1684
|
+
*
|
|
1685
|
+
* @regex ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
1686
|
+
*
|
|
1687
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1373
1688
|
*
|
|
1374
1689
|
* @generated from field: string entity_uuid = 8;
|
|
1375
1690
|
*/
|
|
1376
1691
|
this.entityUuid = "";
|
|
1377
1692
|
/**
|
|
1378
|
-
*
|
|
1693
|
+
*
|
|
1694
|
+
* @optional
|
|
1695
|
+
*
|
|
1696
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1697
|
+
*
|
|
1698
|
+
* @example STANDING
|
|
1379
1699
|
*
|
|
1380
1700
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1381
1701
|
*/
|
|
1382
1702
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1383
1703
|
/**
|
|
1384
|
-
*
|
|
1704
|
+
*
|
|
1705
|
+
* @optional
|
|
1706
|
+
*
|
|
1707
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1708
|
+
*
|
|
1709
|
+
* @example 1672531200
|
|
1710
|
+
*
|
|
1711
|
+
* @regex ^[0-9]+$
|
|
1712
|
+
*
|
|
1713
|
+
* @format Non-negative integer.
|
|
1385
1714
|
*
|
|
1386
1715
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1387
1716
|
*/
|
|
1388
1717
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1389
1718
|
/**
|
|
1390
|
-
*
|
|
1719
|
+
*
|
|
1720
|
+
* @optional
|
|
1721
|
+
*
|
|
1722
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1723
|
+
*
|
|
1724
|
+
* @example 1704067199
|
|
1725
|
+
*
|
|
1726
|
+
* @regex ^[0-9]+$
|
|
1727
|
+
*
|
|
1728
|
+
* @format Non-negative integer.
|
|
1391
1729
|
*
|
|
1392
1730
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1393
1731
|
*/
|
|
1394
1732
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1395
1733
|
/**
|
|
1396
|
-
*
|
|
1734
|
+
*
|
|
1735
|
+
* @optional
|
|
1736
|
+
*
|
|
1737
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1738
|
+
*
|
|
1739
|
+
* @example 501
|
|
1740
|
+
*
|
|
1741
|
+
* @regex ^[0-9]+$
|
|
1742
|
+
*
|
|
1743
|
+
* @format Non-negative integer.
|
|
1397
1744
|
*
|
|
1398
1745
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1399
1746
|
*/
|
|
1400
1747
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1401
1748
|
/**
|
|
1402
|
-
*
|
|
1749
|
+
*
|
|
1750
|
+
* @optional
|
|
1751
|
+
*
|
|
1752
|
+
* @description Filter by the role ID of the approver.
|
|
1753
|
+
*
|
|
1754
|
+
* @example 5
|
|
1755
|
+
*
|
|
1756
|
+
* @regex ^[0-9]+$
|
|
1757
|
+
*
|
|
1758
|
+
* @format Non-negative integer.
|
|
1403
1759
|
*
|
|
1404
1760
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1405
1761
|
*/
|
|
1406
1762
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1407
1763
|
/**
|
|
1408
|
-
*
|
|
1764
|
+
*
|
|
1765
|
+
* @optional
|
|
1766
|
+
*
|
|
1767
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1768
|
+
*
|
|
1769
|
+
* @example 1672531200
|
|
1770
|
+
*
|
|
1771
|
+
* @regex ^[0-9]+$
|
|
1772
|
+
*
|
|
1773
|
+
* @format Non-negative integer.
|
|
1409
1774
|
*
|
|
1410
1775
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1411
1776
|
*/
|
|
1412
1777
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1413
1778
|
/**
|
|
1414
|
-
*
|
|
1779
|
+
*
|
|
1780
|
+
* @optional
|
|
1781
|
+
*
|
|
1782
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1783
|
+
*
|
|
1784
|
+
* @example 1704067199
|
|
1785
|
+
*
|
|
1786
|
+
* @regex ^[0-9]+$
|
|
1787
|
+
*
|
|
1788
|
+
* @format Non-negative integer.
|
|
1415
1789
|
*
|
|
1416
1790
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1417
1791
|
*/
|
|
@@ -1435,13 +1809,31 @@ class WorkOrdersServiceCountReq extends protobuf_1.Message {
|
|
|
1435
1809
|
*/
|
|
1436
1810
|
this.deliveryDateEnd = "";
|
|
1437
1811
|
/**
|
|
1438
|
-
*
|
|
1812
|
+
*
|
|
1813
|
+
* @optional
|
|
1814
|
+
*
|
|
1815
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1816
|
+
*
|
|
1817
|
+
* @example "ABS-2023-001"
|
|
1818
|
+
*
|
|
1819
|
+
* @regex [0-9A-Za-z ]*$
|
|
1820
|
+
*
|
|
1821
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1439
1822
|
*
|
|
1440
1823
|
* @generated from field: string reference_id = 20;
|
|
1441
1824
|
*/
|
|
1442
1825
|
this.referenceId = "";
|
|
1443
1826
|
/**
|
|
1444
|
-
*
|
|
1827
|
+
*
|
|
1828
|
+
* @optional
|
|
1829
|
+
*
|
|
1830
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1831
|
+
*
|
|
1832
|
+
* @example "ABS-2023-X9Z2"
|
|
1833
|
+
*
|
|
1834
|
+
* @regex [0-9A-Za-z ]*$
|
|
1835
|
+
*
|
|
1836
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1445
1837
|
*
|
|
1446
1838
|
* @generated from field: string final_ref_number = 21;
|
|
1447
1839
|
*/
|
|
@@ -1551,49 +1943,103 @@ class WorkOrdersServiceSearchAllReq extends protobuf_1.Message {
|
|
|
1551
1943
|
constructor(data) {
|
|
1552
1944
|
super();
|
|
1553
1945
|
/**
|
|
1554
|
-
*
|
|
1946
|
+
*
|
|
1947
|
+
* @optional
|
|
1948
|
+
*
|
|
1949
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1950
|
+
*
|
|
1951
|
+
* @example ANY
|
|
1555
1952
|
*
|
|
1556
1953
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1557
1954
|
*/
|
|
1558
1955
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1559
1956
|
/**
|
|
1560
|
-
*
|
|
1957
|
+
*
|
|
1958
|
+
* @mandatory
|
|
1959
|
+
*
|
|
1960
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1961
|
+
*
|
|
1962
|
+
* @example 100
|
|
1963
|
+
*
|
|
1964
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1965
|
+
*
|
|
1966
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1561
1967
|
*
|
|
1562
1968
|
* @generated from field: int64 count = 2;
|
|
1563
1969
|
*/
|
|
1564
1970
|
this.count = protobuf_1.protoInt64.zero;
|
|
1565
1971
|
/**
|
|
1566
|
-
*
|
|
1972
|
+
*
|
|
1973
|
+
* @optional
|
|
1974
|
+
*
|
|
1975
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1976
|
+
*
|
|
1977
|
+
* @example 0
|
|
1978
|
+
*
|
|
1979
|
+
* @regex ^[0-9]+$
|
|
1980
|
+
*
|
|
1981
|
+
* @format Non-negative integer.
|
|
1567
1982
|
*
|
|
1568
1983
|
* @generated from field: uint64 offset = 3;
|
|
1569
1984
|
*/
|
|
1570
1985
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1571
1986
|
/**
|
|
1572
|
-
*
|
|
1987
|
+
*
|
|
1988
|
+
* @optional
|
|
1989
|
+
*
|
|
1990
|
+
* @description Sort direction.
|
|
1991
|
+
*
|
|
1992
|
+
* @example DESCENDING
|
|
1573
1993
|
*
|
|
1574
1994
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1575
1995
|
*/
|
|
1576
1996
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1577
1997
|
/**
|
|
1578
|
-
*
|
|
1998
|
+
*
|
|
1999
|
+
* @optional
|
|
2000
|
+
*
|
|
2001
|
+
* @description The field used for sorting.
|
|
1579
2002
|
*
|
|
1580
2003
|
* @generated from field: Scailo.WORK_ORDER_SORT_KEY sort_key = 5;
|
|
1581
2004
|
*/
|
|
1582
2005
|
this.sortKey = WORK_ORDER_SORT_KEY.WORK_ORDER_SORT_KEY_ID_UNSPECIFIED;
|
|
1583
2006
|
/**
|
|
1584
|
-
*
|
|
2007
|
+
*
|
|
2008
|
+
* @optional
|
|
2009
|
+
*
|
|
2010
|
+
* @description Filter by the organization UUID.
|
|
2011
|
+
*
|
|
2012
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2013
|
+
*
|
|
2014
|
+
* @regex ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
2015
|
+
*
|
|
2016
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1585
2017
|
*
|
|
1586
2018
|
* @generated from field: string entity_uuid = 6;
|
|
1587
2019
|
*/
|
|
1588
2020
|
this.entityUuid = "";
|
|
1589
2021
|
/**
|
|
1590
|
-
*
|
|
2022
|
+
*
|
|
2023
|
+
* @optional
|
|
2024
|
+
*
|
|
2025
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2026
|
+
*
|
|
2027
|
+
* @example STANDING
|
|
1591
2028
|
*
|
|
1592
2029
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1593
2030
|
*/
|
|
1594
2031
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1595
2032
|
/**
|
|
1596
|
-
*
|
|
2033
|
+
*
|
|
2034
|
+
* @mandatory
|
|
2035
|
+
*
|
|
2036
|
+
* @description The search string to match against reference IDs.
|
|
2037
|
+
*
|
|
2038
|
+
* @example "Medical 2023"
|
|
2039
|
+
*
|
|
2040
|
+
* @regex .*
|
|
2041
|
+
*
|
|
2042
|
+
* @format: May contain any UTF-8 characters.
|
|
1597
2043
|
*
|
|
1598
2044
|
* @generated from field: string search_key = 11;
|
|
1599
2045
|
*/
|
|
@@ -1672,37 +2118,77 @@ class WorkOrderItemsSearchRequest extends protobuf_1.Message {
|
|
|
1672
2118
|
constructor(data) {
|
|
1673
2119
|
super();
|
|
1674
2120
|
/**
|
|
1675
|
-
*
|
|
2121
|
+
*
|
|
2122
|
+
* @optional
|
|
2123
|
+
*
|
|
2124
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2125
|
+
*
|
|
2126
|
+
* @example ANY
|
|
1676
2127
|
*
|
|
1677
2128
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1678
2129
|
*/
|
|
1679
2130
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1680
2131
|
/**
|
|
1681
|
-
*
|
|
2132
|
+
*
|
|
2133
|
+
* @mandatory
|
|
2134
|
+
*
|
|
2135
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2136
|
+
*
|
|
2137
|
+
* @example 100
|
|
2138
|
+
*
|
|
2139
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2140
|
+
*
|
|
2141
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1682
2142
|
*
|
|
1683
2143
|
* @generated from field: int64 count = 2;
|
|
1684
2144
|
*/
|
|
1685
2145
|
this.count = protobuf_1.protoInt64.zero;
|
|
1686
2146
|
/**
|
|
1687
|
-
*
|
|
2147
|
+
*
|
|
2148
|
+
* @optional
|
|
2149
|
+
*
|
|
2150
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2151
|
+
*
|
|
2152
|
+
* @example 0
|
|
2153
|
+
*
|
|
2154
|
+
* @regex ^[0-9]+$
|
|
2155
|
+
*
|
|
2156
|
+
* @format Non-negative integer.
|
|
1688
2157
|
*
|
|
1689
2158
|
* @generated from field: uint64 offset = 3;
|
|
1690
2159
|
*/
|
|
1691
2160
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1692
2161
|
/**
|
|
1693
|
-
*
|
|
2162
|
+
*
|
|
2163
|
+
* @optional
|
|
2164
|
+
*
|
|
2165
|
+
* @description Sort direction.
|
|
2166
|
+
*
|
|
2167
|
+
* @example DESCENDING
|
|
1694
2168
|
*
|
|
1695
2169
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1696
2170
|
*/
|
|
1697
2171
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1698
2172
|
/**
|
|
1699
|
-
*
|
|
2173
|
+
*
|
|
2174
|
+
* @optional
|
|
2175
|
+
*
|
|
2176
|
+
* @description The field used for sorting.
|
|
1700
2177
|
*
|
|
1701
2178
|
* @generated from field: Scailo.WORK_ORDER_ITEM_SORT_KEY sort_key = 5;
|
|
1702
2179
|
*/
|
|
1703
2180
|
this.sortKey = WORK_ORDER_ITEM_SORT_KEY.WORK_ORDER_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1704
2181
|
/**
|
|
1705
|
-
*
|
|
2182
|
+
*
|
|
2183
|
+
* @optional
|
|
2184
|
+
*
|
|
2185
|
+
* @description Filter by the organization UUID.
|
|
2186
|
+
*
|
|
2187
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2188
|
+
*
|
|
2189
|
+
* @regex ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
2190
|
+
*
|
|
2191
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1706
2192
|
*
|
|
1707
2193
|
* @generated from field: string entity_uuid = 6;
|
|
1708
2194
|
*/
|
|
@@ -1820,25 +2306,35 @@ class WorkOrdersServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
|
1820
2306
|
constructor(data) {
|
|
1821
2307
|
super();
|
|
1822
2308
|
/**
|
|
1823
|
-
*
|
|
2309
|
+
*
|
|
2310
|
+
* @description Number of records returned in the current response slice.
|
|
2311
|
+
*
|
|
2312
|
+
* @example 50
|
|
1824
2313
|
*
|
|
1825
2314
|
* @generated from field: uint64 count = 1;
|
|
1826
2315
|
*/
|
|
1827
2316
|
this.count = protobuf_1.protoInt64.zero;
|
|
1828
2317
|
/**
|
|
1829
|
-
*
|
|
2318
|
+
*
|
|
2319
|
+
* @description The offset provided in the request.
|
|
2320
|
+
*
|
|
2321
|
+
* @example 0
|
|
1830
2322
|
*
|
|
1831
2323
|
* @generated from field: uint64 offset = 2;
|
|
1832
2324
|
*/
|
|
1833
2325
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1834
2326
|
/**
|
|
1835
|
-
*
|
|
2327
|
+
*
|
|
2328
|
+
* @description The total number of records matching the criteria.
|
|
2329
|
+
*
|
|
2330
|
+
* @example 1250
|
|
1836
2331
|
*
|
|
1837
2332
|
* @generated from field: uint64 total = 3;
|
|
1838
2333
|
*/
|
|
1839
2334
|
this.total = protobuf_1.protoInt64.zero;
|
|
1840
2335
|
/**
|
|
1841
|
-
*
|
|
2336
|
+
*
|
|
2337
|
+
* @description The array of records for the current page.
|
|
1842
2338
|
*
|
|
1843
2339
|
* @generated from field: repeated Scailo.WorkOrderItem payload = 4;
|
|
1844
2340
|
*/
|