@kernelminds/scailo-sdk 0.1.28 → 0.1.29
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 +41 -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 +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- 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 +226 -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 +88 -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 +41 -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 +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- 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 +226 -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 +88 -25
- 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 +41 -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 +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- 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 +226 -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 +88 -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 +41 -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 +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- 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 +226 -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 +88 -25
- 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
|
@@ -239,7 +239,16 @@ protobuf_1.proto3.util.setEnumType(WORK_ORDER_ITEM_STATUS, "Scailo.WORK_ORDER_IT
|
|
|
239
239
|
*/
|
|
240
240
|
class WorkOrdersServiceCreateRequest extends protobuf_1.Message {
|
|
241
241
|
/**
|
|
242
|
-
*
|
|
242
|
+
*
|
|
243
|
+
* @optional
|
|
244
|
+
*
|
|
245
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
246
|
+
*
|
|
247
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
248
|
+
*
|
|
249
|
+
* @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}$
|
|
250
|
+
*
|
|
251
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
243
252
|
*
|
|
244
253
|
* @generated from field: string entity_uuid = 1;
|
|
245
254
|
*/
|
|
@@ -251,13 +260,31 @@ class WorkOrdersServiceCreateRequest extends protobuf_1.Message {
|
|
|
251
260
|
*/
|
|
252
261
|
userComment = "";
|
|
253
262
|
/**
|
|
254
|
-
*
|
|
263
|
+
*
|
|
264
|
+
* @optional
|
|
265
|
+
*
|
|
266
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
267
|
+
*
|
|
268
|
+
* @example 15234
|
|
269
|
+
*
|
|
270
|
+
* @regex ^[0-9]+$
|
|
271
|
+
*
|
|
272
|
+
* @format Non-negative integer.
|
|
255
273
|
*
|
|
256
274
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
257
275
|
*/
|
|
258
276
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
259
277
|
/**
|
|
260
|
-
*
|
|
278
|
+
*
|
|
279
|
+
* @mandatory
|
|
280
|
+
*
|
|
281
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
282
|
+
*
|
|
283
|
+
* @example "ABS-2023-001"
|
|
284
|
+
*
|
|
285
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
286
|
+
*
|
|
287
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
261
288
|
*
|
|
262
289
|
* @generated from field: string reference_id = 10;
|
|
263
290
|
*/
|
|
@@ -336,19 +363,42 @@ class WorkOrdersServiceUpdateRequest extends protobuf_1.Message {
|
|
|
336
363
|
*/
|
|
337
364
|
id = protobuf_1.protoInt64.zero;
|
|
338
365
|
/**
|
|
339
|
-
*
|
|
366
|
+
*
|
|
367
|
+
* @optional
|
|
368
|
+
*
|
|
369
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
370
|
+
*
|
|
371
|
+
* @example true
|
|
340
372
|
*
|
|
341
373
|
* @generated from field: bool notify_users = 3;
|
|
342
374
|
*/
|
|
343
375
|
notifyUsers = false;
|
|
344
376
|
/**
|
|
345
|
-
*
|
|
377
|
+
*
|
|
378
|
+
* @optional
|
|
379
|
+
*
|
|
380
|
+
* @description Updated vault folder ID for documentation storage.
|
|
381
|
+
*
|
|
382
|
+
* @example 15235
|
|
383
|
+
*
|
|
384
|
+
* @regex ^[0-9]+$
|
|
385
|
+
*
|
|
386
|
+
* @format Non-negative integer.
|
|
346
387
|
*
|
|
347
388
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
348
389
|
*/
|
|
349
390
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
350
391
|
/**
|
|
351
|
-
*
|
|
392
|
+
*
|
|
393
|
+
* @mandatory
|
|
394
|
+
*
|
|
395
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
396
|
+
*
|
|
397
|
+
* @example "ABS-2023-001-REV"
|
|
398
|
+
*
|
|
399
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
400
|
+
*
|
|
401
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
352
402
|
*
|
|
353
403
|
* @generated from field: string reference_id = 10;
|
|
354
404
|
*/
|
|
@@ -488,55 +538,74 @@ exports.WorkOrderAncillaryParameters = WorkOrderAncillaryParameters;
|
|
|
488
538
|
*/
|
|
489
539
|
class WorkOrder extends protobuf_1.Message {
|
|
490
540
|
/**
|
|
491
|
-
*
|
|
541
|
+
*
|
|
542
|
+
* @description The organization's globally unique identifier.
|
|
543
|
+
*
|
|
544
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
492
545
|
*
|
|
493
546
|
* @generated from field: string entity_uuid = 1;
|
|
494
547
|
*/
|
|
495
548
|
entityUuid = "";
|
|
496
549
|
/**
|
|
497
|
-
*
|
|
550
|
+
*
|
|
551
|
+
* @description Standard employee and record metadata including timestamps.
|
|
498
552
|
*
|
|
499
553
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
500
554
|
*/
|
|
501
555
|
metadata;
|
|
502
556
|
/**
|
|
503
|
-
*
|
|
557
|
+
*
|
|
558
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
504
559
|
*
|
|
505
560
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
506
561
|
*/
|
|
507
562
|
approvalMetadata;
|
|
508
563
|
/**
|
|
509
|
-
*
|
|
564
|
+
*
|
|
565
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
510
566
|
*
|
|
511
567
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
512
568
|
*/
|
|
513
569
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
514
570
|
/**
|
|
515
|
-
*
|
|
571
|
+
*
|
|
572
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
516
573
|
*
|
|
517
574
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
518
575
|
*/
|
|
519
576
|
logs = [];
|
|
520
577
|
/**
|
|
521
|
-
*
|
|
578
|
+
*
|
|
579
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
580
|
+
*
|
|
581
|
+
* @example 1698400000
|
|
522
582
|
*
|
|
523
583
|
* @generated from field: uint64 completed_on = 6;
|
|
524
584
|
*/
|
|
525
585
|
completedOn = protobuf_1.protoInt64.zero;
|
|
526
586
|
/**
|
|
527
|
-
*
|
|
587
|
+
*
|
|
588
|
+
* @description Link to the document storage folder.
|
|
589
|
+
*
|
|
590
|
+
* @example 15234
|
|
528
591
|
*
|
|
529
592
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
530
593
|
*/
|
|
531
594
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
532
595
|
/**
|
|
533
|
-
*
|
|
596
|
+
*
|
|
597
|
+
* @description The user-provided reference ID.
|
|
598
|
+
*
|
|
599
|
+
* @example "ABS-2023-001"
|
|
534
600
|
*
|
|
535
601
|
* @generated from field: string reference_id = 10;
|
|
536
602
|
*/
|
|
537
603
|
referenceId = "";
|
|
538
604
|
/**
|
|
539
|
-
*
|
|
605
|
+
*
|
|
606
|
+
* @description The system-generated immutable reference number.
|
|
607
|
+
*
|
|
608
|
+
* @example "ABS-2023-X9Z2"
|
|
540
609
|
*
|
|
541
610
|
* @generated from field: string final_ref_number = 11;
|
|
542
611
|
*/
|
|
@@ -743,25 +812,31 @@ exports.WorkOrdersServiceItemUpdateRequest = WorkOrdersServiceItemUpdateRequest;
|
|
|
743
812
|
*/
|
|
744
813
|
class WorkOrderItem extends protobuf_1.Message {
|
|
745
814
|
/**
|
|
746
|
-
*
|
|
815
|
+
*
|
|
816
|
+
* @description The organization's globally unique identifier.
|
|
817
|
+
*
|
|
818
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
747
819
|
*
|
|
748
820
|
* @generated from field: string entity_uuid = 1;
|
|
749
821
|
*/
|
|
750
822
|
entityUuid = "";
|
|
751
823
|
/**
|
|
752
|
-
*
|
|
824
|
+
*
|
|
825
|
+
* @description Standard employee and record metadata including timestamps.
|
|
753
826
|
*
|
|
754
827
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
755
828
|
*/
|
|
756
829
|
metadata;
|
|
757
830
|
/**
|
|
758
|
-
*
|
|
831
|
+
*
|
|
832
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
759
833
|
*
|
|
760
834
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
761
835
|
*/
|
|
762
836
|
approvalMetadata;
|
|
763
837
|
/**
|
|
764
|
-
*
|
|
838
|
+
*
|
|
839
|
+
* @description The approval state of the record
|
|
765
840
|
*
|
|
766
841
|
* @generated from field: bool need_approval = 4;
|
|
767
842
|
*/
|
|
@@ -993,31 +1068,62 @@ exports.WorkOrderItemProspectiveInfoRequest = WorkOrderItemProspectiveInfoReques
|
|
|
993
1068
|
*/
|
|
994
1069
|
class WorkOrdersServicePaginationReq extends protobuf_1.Message {
|
|
995
1070
|
/**
|
|
996
|
-
*
|
|
1071
|
+
*
|
|
1072
|
+
* @optional
|
|
1073
|
+
*
|
|
1074
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1075
|
+
*
|
|
1076
|
+
* @example ANY
|
|
997
1077
|
*
|
|
998
1078
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
999
1079
|
*/
|
|
1000
1080
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1001
1081
|
/**
|
|
1002
|
-
*
|
|
1082
|
+
*
|
|
1083
|
+
* @mandatory
|
|
1084
|
+
*
|
|
1085
|
+
* @description Number of records to return per page.
|
|
1086
|
+
*
|
|
1087
|
+
* @example 50
|
|
1088
|
+
*
|
|
1089
|
+
* @regex ^[1-9][0-9]*$
|
|
1090
|
+
*
|
|
1091
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1003
1092
|
*
|
|
1004
1093
|
* @generated from field: int64 count = 2;
|
|
1005
1094
|
*/
|
|
1006
1095
|
count = protobuf_1.protoInt64.zero;
|
|
1007
1096
|
/**
|
|
1008
|
-
*
|
|
1097
|
+
*
|
|
1098
|
+
* @optional
|
|
1099
|
+
*
|
|
1100
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1101
|
+
*
|
|
1102
|
+
* @example 0
|
|
1103
|
+
*
|
|
1104
|
+
* @regex ^[0-9]+$
|
|
1105
|
+
*
|
|
1106
|
+
* @format Non-negative integer.
|
|
1009
1107
|
*
|
|
1010
1108
|
* @generated from field: uint64 offset = 3;
|
|
1011
1109
|
*/
|
|
1012
1110
|
offset = protobuf_1.protoInt64.zero;
|
|
1013
1111
|
/**
|
|
1014
|
-
*
|
|
1112
|
+
*
|
|
1113
|
+
* @optional
|
|
1114
|
+
*
|
|
1115
|
+
* @description Sort direction.
|
|
1116
|
+
*
|
|
1117
|
+
* @example DESCENDING
|
|
1015
1118
|
*
|
|
1016
1119
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1017
1120
|
*/
|
|
1018
1121
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1019
1122
|
/**
|
|
1020
|
-
*
|
|
1123
|
+
*
|
|
1124
|
+
* @optional
|
|
1125
|
+
*
|
|
1126
|
+
* @description The specific field key to sort the results by.
|
|
1021
1127
|
*
|
|
1022
1128
|
* @generated from field: Scailo.WORK_ORDER_SORT_KEY sort_key = 5;
|
|
1023
1129
|
*/
|
|
@@ -1064,25 +1170,35 @@ exports.WorkOrdersServicePaginationReq = WorkOrdersServicePaginationReq;
|
|
|
1064
1170
|
*/
|
|
1065
1171
|
class WorkOrdersServicePaginationResponse extends protobuf_1.Message {
|
|
1066
1172
|
/**
|
|
1067
|
-
*
|
|
1173
|
+
*
|
|
1174
|
+
* @description Number of records returned in the current response slice.
|
|
1175
|
+
*
|
|
1176
|
+
* @example 50
|
|
1068
1177
|
*
|
|
1069
1178
|
* @generated from field: uint64 count = 1;
|
|
1070
1179
|
*/
|
|
1071
1180
|
count = protobuf_1.protoInt64.zero;
|
|
1072
1181
|
/**
|
|
1073
|
-
*
|
|
1182
|
+
*
|
|
1183
|
+
* @description The offset provided in the request.
|
|
1184
|
+
*
|
|
1185
|
+
* @example 0
|
|
1074
1186
|
*
|
|
1075
1187
|
* @generated from field: uint64 offset = 2;
|
|
1076
1188
|
*/
|
|
1077
1189
|
offset = protobuf_1.protoInt64.zero;
|
|
1078
1190
|
/**
|
|
1079
|
-
*
|
|
1191
|
+
*
|
|
1192
|
+
* @description The total number of records matching the criteria.
|
|
1193
|
+
*
|
|
1194
|
+
* @example 1250
|
|
1080
1195
|
*
|
|
1081
1196
|
* @generated from field: uint64 total = 3;
|
|
1082
1197
|
*/
|
|
1083
1198
|
total = protobuf_1.protoInt64.zero;
|
|
1084
1199
|
/**
|
|
1085
|
-
*
|
|
1200
|
+
*
|
|
1201
|
+
* @description The array of records for the current page.
|
|
1086
1202
|
*
|
|
1087
1203
|
* @generated from field: repeated Scailo.WorkOrder payload = 4;
|
|
1088
1204
|
*/
|
|
@@ -1121,103 +1237,238 @@ exports.WorkOrdersServicePaginationResponse = WorkOrdersServicePaginationRespons
|
|
|
1121
1237
|
*/
|
|
1122
1238
|
class WorkOrdersServiceFilterReq extends protobuf_1.Message {
|
|
1123
1239
|
/**
|
|
1124
|
-
*
|
|
1240
|
+
*
|
|
1241
|
+
* @optional
|
|
1242
|
+
*
|
|
1243
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1244
|
+
*
|
|
1245
|
+
* @example ANY
|
|
1125
1246
|
*
|
|
1126
1247
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1127
1248
|
*/
|
|
1128
1249
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1129
1250
|
/**
|
|
1130
|
-
*
|
|
1251
|
+
*
|
|
1252
|
+
* @mandatory
|
|
1253
|
+
*
|
|
1254
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1255
|
+
*
|
|
1256
|
+
* @example 100
|
|
1257
|
+
*
|
|
1258
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1259
|
+
*
|
|
1260
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1131
1261
|
*
|
|
1132
1262
|
* @generated from field: int64 count = 2;
|
|
1133
1263
|
*/
|
|
1134
1264
|
count = protobuf_1.protoInt64.zero;
|
|
1135
1265
|
/**
|
|
1136
|
-
*
|
|
1266
|
+
*
|
|
1267
|
+
* @optional
|
|
1268
|
+
*
|
|
1269
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1270
|
+
*
|
|
1271
|
+
* @example 0
|
|
1272
|
+
*
|
|
1273
|
+
* @regex ^[0-9]+$
|
|
1274
|
+
*
|
|
1275
|
+
* @format Non-negative integer.
|
|
1137
1276
|
*
|
|
1138
1277
|
* @generated from field: uint64 offset = 3;
|
|
1139
1278
|
*/
|
|
1140
1279
|
offset = protobuf_1.protoInt64.zero;
|
|
1141
1280
|
/**
|
|
1142
|
-
*
|
|
1281
|
+
*
|
|
1282
|
+
* @optional
|
|
1283
|
+
*
|
|
1284
|
+
* @description Sort direction.
|
|
1285
|
+
*
|
|
1286
|
+
* @example DESCENDING
|
|
1143
1287
|
*
|
|
1144
1288
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1145
1289
|
*/
|
|
1146
1290
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1147
1291
|
/**
|
|
1148
|
-
*
|
|
1292
|
+
*
|
|
1293
|
+
* @optional
|
|
1294
|
+
*
|
|
1295
|
+
* @description The field used for sorting.
|
|
1149
1296
|
*
|
|
1150
1297
|
* @generated from field: Scailo.WORK_ORDER_SORT_KEY sort_key = 5;
|
|
1151
1298
|
*/
|
|
1152
1299
|
sortKey = WORK_ORDER_SORT_KEY.WORK_ORDER_SORT_KEY_ID_UNSPECIFIED;
|
|
1153
1300
|
/**
|
|
1154
|
-
*
|
|
1301
|
+
*
|
|
1302
|
+
* @optional
|
|
1303
|
+
*
|
|
1304
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1305
|
+
*
|
|
1306
|
+
* @example 1672531200
|
|
1307
|
+
*
|
|
1308
|
+
* @regex ^[0-9]+$
|
|
1309
|
+
*
|
|
1310
|
+
* @format Non-negative integer.
|
|
1155
1311
|
*
|
|
1156
1312
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1157
1313
|
*/
|
|
1158
1314
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1159
1315
|
/**
|
|
1160
|
-
*
|
|
1316
|
+
*
|
|
1317
|
+
* @optional
|
|
1318
|
+
*
|
|
1319
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1320
|
+
*
|
|
1321
|
+
* @example 1704067199
|
|
1322
|
+
*
|
|
1323
|
+
* @regex ^[0-9]+$
|
|
1324
|
+
*
|
|
1325
|
+
* @format Non-negative integer.
|
|
1161
1326
|
*
|
|
1162
1327
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1163
1328
|
*/
|
|
1164
1329
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1165
1330
|
/**
|
|
1166
|
-
*
|
|
1331
|
+
*
|
|
1332
|
+
* @optional
|
|
1333
|
+
*
|
|
1334
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1335
|
+
*
|
|
1336
|
+
* @example 1672531200
|
|
1337
|
+
*
|
|
1338
|
+
* @regex ^[0-9]+$
|
|
1339
|
+
*
|
|
1340
|
+
* @format Non-negative integer.
|
|
1167
1341
|
*
|
|
1168
1342
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1169
1343
|
*/
|
|
1170
1344
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1171
1345
|
/**
|
|
1172
|
-
*
|
|
1346
|
+
*
|
|
1347
|
+
* @optional
|
|
1348
|
+
*
|
|
1349
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1350
|
+
*
|
|
1351
|
+
* @example 1704067199
|
|
1352
|
+
*
|
|
1353
|
+
* @regex ^[0-9]+$
|
|
1354
|
+
*
|
|
1355
|
+
* @format Non-negative integer.
|
|
1173
1356
|
*
|
|
1174
1357
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1175
1358
|
*/
|
|
1176
1359
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1177
1360
|
/**
|
|
1178
|
-
*
|
|
1361
|
+
*
|
|
1362
|
+
* @optional
|
|
1363
|
+
*
|
|
1364
|
+
* @description Filter by the organization UUID.
|
|
1365
|
+
*
|
|
1366
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1367
|
+
*
|
|
1368
|
+
* @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}$
|
|
1369
|
+
*
|
|
1370
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1179
1371
|
*
|
|
1180
1372
|
* @generated from field: string entity_uuid = 8;
|
|
1181
1373
|
*/
|
|
1182
1374
|
entityUuid = "";
|
|
1183
1375
|
/**
|
|
1184
|
-
*
|
|
1376
|
+
*
|
|
1377
|
+
* @optional
|
|
1378
|
+
*
|
|
1379
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1380
|
+
*
|
|
1381
|
+
* @example STANDING
|
|
1185
1382
|
*
|
|
1186
1383
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1187
1384
|
*/
|
|
1188
1385
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1189
1386
|
/**
|
|
1190
|
-
*
|
|
1387
|
+
*
|
|
1388
|
+
* @optional
|
|
1389
|
+
*
|
|
1390
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1391
|
+
*
|
|
1392
|
+
* @example 1672531200
|
|
1393
|
+
*
|
|
1394
|
+
* @regex ^[0-9]+$
|
|
1395
|
+
*
|
|
1396
|
+
* @format Non-negative integer.
|
|
1191
1397
|
*
|
|
1192
1398
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1193
1399
|
*/
|
|
1194
1400
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1195
1401
|
/**
|
|
1196
|
-
*
|
|
1402
|
+
*
|
|
1403
|
+
* @optional
|
|
1404
|
+
*
|
|
1405
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1406
|
+
*
|
|
1407
|
+
* @example 1704067199
|
|
1408
|
+
*
|
|
1409
|
+
* @regex ^[0-9]+$
|
|
1410
|
+
*
|
|
1411
|
+
* @format Non-negative integer.
|
|
1197
1412
|
*
|
|
1198
1413
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1199
1414
|
*/
|
|
1200
1415
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1201
1416
|
/**
|
|
1202
|
-
*
|
|
1417
|
+
*
|
|
1418
|
+
* @optional
|
|
1419
|
+
*
|
|
1420
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1421
|
+
*
|
|
1422
|
+
* @example 501
|
|
1423
|
+
*
|
|
1424
|
+
* @regex ^[0-9]+$
|
|
1425
|
+
*
|
|
1426
|
+
* @format Non-negative integer.
|
|
1203
1427
|
*
|
|
1204
1428
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1205
1429
|
*/
|
|
1206
1430
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1207
1431
|
/**
|
|
1208
|
-
*
|
|
1432
|
+
*
|
|
1433
|
+
* @optional
|
|
1434
|
+
*
|
|
1435
|
+
* @description Filter by the role ID of the approver.
|
|
1436
|
+
*
|
|
1437
|
+
* @example 5
|
|
1438
|
+
*
|
|
1439
|
+
* @regex ^[0-9]+$
|
|
1440
|
+
*
|
|
1441
|
+
* @format Non-negative integer.
|
|
1209
1442
|
*
|
|
1210
1443
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1211
1444
|
*/
|
|
1212
1445
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1213
1446
|
/**
|
|
1214
|
-
*
|
|
1447
|
+
*
|
|
1448
|
+
* @optional
|
|
1449
|
+
*
|
|
1450
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1451
|
+
*
|
|
1452
|
+
* @example 1672531200
|
|
1453
|
+
*
|
|
1454
|
+
* @regex ^[0-9]+$
|
|
1455
|
+
*
|
|
1456
|
+
* @format Non-negative integer.
|
|
1215
1457
|
*
|
|
1216
1458
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1217
1459
|
*/
|
|
1218
1460
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1219
1461
|
/**
|
|
1220
|
-
*
|
|
1462
|
+
*
|
|
1463
|
+
* @optional
|
|
1464
|
+
*
|
|
1465
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1466
|
+
*
|
|
1467
|
+
* @example 1704067199
|
|
1468
|
+
*
|
|
1469
|
+
* @regex ^[0-9]+$
|
|
1470
|
+
*
|
|
1471
|
+
* @format Non-negative integer.
|
|
1221
1472
|
*
|
|
1222
1473
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1223
1474
|
*/
|
|
@@ -1241,13 +1492,31 @@ class WorkOrdersServiceFilterReq extends protobuf_1.Message {
|
|
|
1241
1492
|
*/
|
|
1242
1493
|
deliveryDateEnd = "";
|
|
1243
1494
|
/**
|
|
1244
|
-
*
|
|
1495
|
+
*
|
|
1496
|
+
* @optional
|
|
1497
|
+
*
|
|
1498
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1499
|
+
*
|
|
1500
|
+
* @example "ABS-2023-001"
|
|
1501
|
+
*
|
|
1502
|
+
* @regex [0-9A-Za-z ]*$
|
|
1503
|
+
*
|
|
1504
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1245
1505
|
*
|
|
1246
1506
|
* @generated from field: string reference_id = 20;
|
|
1247
1507
|
*/
|
|
1248
1508
|
referenceId = "";
|
|
1249
1509
|
/**
|
|
1250
|
-
*
|
|
1510
|
+
*
|
|
1511
|
+
* @optional
|
|
1512
|
+
*
|
|
1513
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1514
|
+
*
|
|
1515
|
+
* @example "ABS-2023-X9Z2"
|
|
1516
|
+
*
|
|
1517
|
+
* @regex [0-9A-Za-z ]*$
|
|
1518
|
+
*
|
|
1519
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1251
1520
|
*
|
|
1252
1521
|
* @generated from field: string final_ref_number = 21;
|
|
1253
1522
|
*/
|
|
@@ -1361,79 +1630,188 @@ exports.WorkOrdersServiceFilterReq = WorkOrdersServiceFilterReq;
|
|
|
1361
1630
|
*/
|
|
1362
1631
|
class WorkOrdersServiceCountReq extends protobuf_1.Message {
|
|
1363
1632
|
/**
|
|
1364
|
-
*
|
|
1633
|
+
*
|
|
1634
|
+
* @optional
|
|
1635
|
+
*
|
|
1636
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1637
|
+
*
|
|
1638
|
+
* @example ANY
|
|
1365
1639
|
*
|
|
1366
1640
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1367
1641
|
*/
|
|
1368
1642
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1369
1643
|
/**
|
|
1370
|
-
*
|
|
1644
|
+
*
|
|
1645
|
+
* @optional
|
|
1646
|
+
*
|
|
1647
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1648
|
+
*
|
|
1649
|
+
* @example 1672531200
|
|
1650
|
+
*
|
|
1651
|
+
* @regex ^[0-9]+$
|
|
1652
|
+
*
|
|
1653
|
+
* @format Non-negative integer.
|
|
1371
1654
|
*
|
|
1372
1655
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1373
1656
|
*/
|
|
1374
1657
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1375
1658
|
/**
|
|
1376
|
-
*
|
|
1659
|
+
*
|
|
1660
|
+
* @optional
|
|
1661
|
+
*
|
|
1662
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1663
|
+
*
|
|
1664
|
+
* @example 1704067199
|
|
1665
|
+
*
|
|
1666
|
+
* @regex ^[0-9]+$
|
|
1667
|
+
*
|
|
1668
|
+
* @format Non-negative integer.
|
|
1377
1669
|
*
|
|
1378
1670
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1379
1671
|
*/
|
|
1380
1672
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1381
1673
|
/**
|
|
1382
|
-
*
|
|
1674
|
+
*
|
|
1675
|
+
* @optional
|
|
1676
|
+
*
|
|
1677
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1678
|
+
*
|
|
1679
|
+
* @example 1672531200
|
|
1680
|
+
*
|
|
1681
|
+
* @regex ^[0-9]+$
|
|
1682
|
+
*
|
|
1683
|
+
* @format Non-negative integer.
|
|
1383
1684
|
*
|
|
1384
1685
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1385
1686
|
*/
|
|
1386
1687
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1387
1688
|
/**
|
|
1388
|
-
*
|
|
1689
|
+
*
|
|
1690
|
+
* @optional
|
|
1691
|
+
*
|
|
1692
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1693
|
+
*
|
|
1694
|
+
* @example 1704067199
|
|
1695
|
+
*
|
|
1696
|
+
* @regex ^[0-9]+$
|
|
1697
|
+
*
|
|
1698
|
+
* @format Non-negative integer.
|
|
1389
1699
|
*
|
|
1390
1700
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1391
1701
|
*/
|
|
1392
1702
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1393
1703
|
/**
|
|
1394
|
-
*
|
|
1704
|
+
*
|
|
1705
|
+
* @optional
|
|
1706
|
+
*
|
|
1707
|
+
* @description Filter by the organization UUID.
|
|
1708
|
+
*
|
|
1709
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1710
|
+
*
|
|
1711
|
+
* @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}$
|
|
1712
|
+
*
|
|
1713
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1395
1714
|
*
|
|
1396
1715
|
* @generated from field: string entity_uuid = 8;
|
|
1397
1716
|
*/
|
|
1398
1717
|
entityUuid = "";
|
|
1399
1718
|
/**
|
|
1400
|
-
*
|
|
1719
|
+
*
|
|
1720
|
+
* @optional
|
|
1721
|
+
*
|
|
1722
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1723
|
+
*
|
|
1724
|
+
* @example STANDING
|
|
1401
1725
|
*
|
|
1402
1726
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1403
1727
|
*/
|
|
1404
1728
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1405
1729
|
/**
|
|
1406
|
-
*
|
|
1730
|
+
*
|
|
1731
|
+
* @optional
|
|
1732
|
+
*
|
|
1733
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1734
|
+
*
|
|
1735
|
+
* @example 1672531200
|
|
1736
|
+
*
|
|
1737
|
+
* @regex ^[0-9]+$
|
|
1738
|
+
*
|
|
1739
|
+
* @format Non-negative integer.
|
|
1407
1740
|
*
|
|
1408
1741
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1409
1742
|
*/
|
|
1410
1743
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1411
1744
|
/**
|
|
1412
|
-
*
|
|
1745
|
+
*
|
|
1746
|
+
* @optional
|
|
1747
|
+
*
|
|
1748
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1749
|
+
*
|
|
1750
|
+
* @example 1704067199
|
|
1751
|
+
*
|
|
1752
|
+
* @regex ^[0-9]+$
|
|
1753
|
+
*
|
|
1754
|
+
* @format Non-negative integer.
|
|
1413
1755
|
*
|
|
1414
1756
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1415
1757
|
*/
|
|
1416
1758
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1417
1759
|
/**
|
|
1418
|
-
*
|
|
1760
|
+
*
|
|
1761
|
+
* @optional
|
|
1762
|
+
*
|
|
1763
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1764
|
+
*
|
|
1765
|
+
* @example 501
|
|
1766
|
+
*
|
|
1767
|
+
* @regex ^[0-9]+$
|
|
1768
|
+
*
|
|
1769
|
+
* @format Non-negative integer.
|
|
1419
1770
|
*
|
|
1420
1771
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1421
1772
|
*/
|
|
1422
1773
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1423
1774
|
/**
|
|
1424
|
-
*
|
|
1775
|
+
*
|
|
1776
|
+
* @optional
|
|
1777
|
+
*
|
|
1778
|
+
* @description Filter by the role ID of the approver.
|
|
1779
|
+
*
|
|
1780
|
+
* @example 5
|
|
1781
|
+
*
|
|
1782
|
+
* @regex ^[0-9]+$
|
|
1783
|
+
*
|
|
1784
|
+
* @format Non-negative integer.
|
|
1425
1785
|
*
|
|
1426
1786
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1427
1787
|
*/
|
|
1428
1788
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1429
1789
|
/**
|
|
1430
|
-
*
|
|
1790
|
+
*
|
|
1791
|
+
* @optional
|
|
1792
|
+
*
|
|
1793
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1794
|
+
*
|
|
1795
|
+
* @example 1672531200
|
|
1796
|
+
*
|
|
1797
|
+
* @regex ^[0-9]+$
|
|
1798
|
+
*
|
|
1799
|
+
* @format Non-negative integer.
|
|
1431
1800
|
*
|
|
1432
1801
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1433
1802
|
*/
|
|
1434
1803
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1435
1804
|
/**
|
|
1436
|
-
*
|
|
1805
|
+
*
|
|
1806
|
+
* @optional
|
|
1807
|
+
*
|
|
1808
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1809
|
+
*
|
|
1810
|
+
* @example 1704067199
|
|
1811
|
+
*
|
|
1812
|
+
* @regex ^[0-9]+$
|
|
1813
|
+
*
|
|
1814
|
+
* @format Non-negative integer.
|
|
1437
1815
|
*
|
|
1438
1816
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1439
1817
|
*/
|
|
@@ -1457,13 +1835,31 @@ class WorkOrdersServiceCountReq extends protobuf_1.Message {
|
|
|
1457
1835
|
*/
|
|
1458
1836
|
deliveryDateEnd = "";
|
|
1459
1837
|
/**
|
|
1460
|
-
*
|
|
1838
|
+
*
|
|
1839
|
+
* @optional
|
|
1840
|
+
*
|
|
1841
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1842
|
+
*
|
|
1843
|
+
* @example "ABS-2023-001"
|
|
1844
|
+
*
|
|
1845
|
+
* @regex [0-9A-Za-z ]*$
|
|
1846
|
+
*
|
|
1847
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1461
1848
|
*
|
|
1462
1849
|
* @generated from field: string reference_id = 20;
|
|
1463
1850
|
*/
|
|
1464
1851
|
referenceId = "";
|
|
1465
1852
|
/**
|
|
1466
|
-
*
|
|
1853
|
+
*
|
|
1854
|
+
* @optional
|
|
1855
|
+
*
|
|
1856
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1857
|
+
*
|
|
1858
|
+
* @example "ABS-2023-X9Z2"
|
|
1859
|
+
*
|
|
1860
|
+
* @regex [0-9A-Za-z ]*$
|
|
1861
|
+
*
|
|
1862
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1467
1863
|
*
|
|
1468
1864
|
* @generated from field: string final_ref_number = 21;
|
|
1469
1865
|
*/
|
|
@@ -1573,49 +1969,103 @@ exports.WorkOrdersServiceCountReq = WorkOrdersServiceCountReq;
|
|
|
1573
1969
|
*/
|
|
1574
1970
|
class WorkOrdersServiceSearchAllReq extends protobuf_1.Message {
|
|
1575
1971
|
/**
|
|
1576
|
-
*
|
|
1972
|
+
*
|
|
1973
|
+
* @optional
|
|
1974
|
+
*
|
|
1975
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1976
|
+
*
|
|
1977
|
+
* @example ANY
|
|
1577
1978
|
*
|
|
1578
1979
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1579
1980
|
*/
|
|
1580
1981
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1581
1982
|
/**
|
|
1582
|
-
*
|
|
1983
|
+
*
|
|
1984
|
+
* @mandatory
|
|
1985
|
+
*
|
|
1986
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1987
|
+
*
|
|
1988
|
+
* @example 100
|
|
1989
|
+
*
|
|
1990
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1991
|
+
*
|
|
1992
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1583
1993
|
*
|
|
1584
1994
|
* @generated from field: int64 count = 2;
|
|
1585
1995
|
*/
|
|
1586
1996
|
count = protobuf_1.protoInt64.zero;
|
|
1587
1997
|
/**
|
|
1588
|
-
*
|
|
1998
|
+
*
|
|
1999
|
+
* @optional
|
|
2000
|
+
*
|
|
2001
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2002
|
+
*
|
|
2003
|
+
* @example 0
|
|
2004
|
+
*
|
|
2005
|
+
* @regex ^[0-9]+$
|
|
2006
|
+
*
|
|
2007
|
+
* @format Non-negative integer.
|
|
1589
2008
|
*
|
|
1590
2009
|
* @generated from field: uint64 offset = 3;
|
|
1591
2010
|
*/
|
|
1592
2011
|
offset = protobuf_1.protoInt64.zero;
|
|
1593
2012
|
/**
|
|
1594
|
-
*
|
|
2013
|
+
*
|
|
2014
|
+
* @optional
|
|
2015
|
+
*
|
|
2016
|
+
* @description Sort direction.
|
|
2017
|
+
*
|
|
2018
|
+
* @example DESCENDING
|
|
1595
2019
|
*
|
|
1596
2020
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1597
2021
|
*/
|
|
1598
2022
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1599
2023
|
/**
|
|
1600
|
-
*
|
|
2024
|
+
*
|
|
2025
|
+
* @optional
|
|
2026
|
+
*
|
|
2027
|
+
* @description The field used for sorting.
|
|
1601
2028
|
*
|
|
1602
2029
|
* @generated from field: Scailo.WORK_ORDER_SORT_KEY sort_key = 5;
|
|
1603
2030
|
*/
|
|
1604
2031
|
sortKey = WORK_ORDER_SORT_KEY.WORK_ORDER_SORT_KEY_ID_UNSPECIFIED;
|
|
1605
2032
|
/**
|
|
1606
|
-
*
|
|
2033
|
+
*
|
|
2034
|
+
* @optional
|
|
2035
|
+
*
|
|
2036
|
+
* @description Filter by the organization UUID.
|
|
2037
|
+
*
|
|
2038
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2039
|
+
*
|
|
2040
|
+
* @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}$
|
|
2041
|
+
*
|
|
2042
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1607
2043
|
*
|
|
1608
2044
|
* @generated from field: string entity_uuid = 6;
|
|
1609
2045
|
*/
|
|
1610
2046
|
entityUuid = "";
|
|
1611
2047
|
/**
|
|
1612
|
-
*
|
|
2048
|
+
*
|
|
2049
|
+
* @optional
|
|
2050
|
+
*
|
|
2051
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2052
|
+
*
|
|
2053
|
+
* @example STANDING
|
|
1613
2054
|
*
|
|
1614
2055
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1615
2056
|
*/
|
|
1616
2057
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1617
2058
|
/**
|
|
1618
|
-
*
|
|
2059
|
+
*
|
|
2060
|
+
* @mandatory
|
|
2061
|
+
*
|
|
2062
|
+
* @description The search string to match against reference IDs.
|
|
2063
|
+
*
|
|
2064
|
+
* @example "Medical 2023"
|
|
2065
|
+
*
|
|
2066
|
+
* @regex .*
|
|
2067
|
+
*
|
|
2068
|
+
* @format: May contain any UTF-8 characters.
|
|
1619
2069
|
*
|
|
1620
2070
|
* @generated from field: string search_key = 11;
|
|
1621
2071
|
*/
|
|
@@ -1694,37 +2144,77 @@ exports.WorkOrdersServiceSearchAllReq = WorkOrdersServiceSearchAllReq;
|
|
|
1694
2144
|
*/
|
|
1695
2145
|
class WorkOrderItemsSearchRequest extends protobuf_1.Message {
|
|
1696
2146
|
/**
|
|
1697
|
-
*
|
|
2147
|
+
*
|
|
2148
|
+
* @optional
|
|
2149
|
+
*
|
|
2150
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2151
|
+
*
|
|
2152
|
+
* @example ANY
|
|
1698
2153
|
*
|
|
1699
2154
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1700
2155
|
*/
|
|
1701
2156
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1702
2157
|
/**
|
|
1703
|
-
*
|
|
2158
|
+
*
|
|
2159
|
+
* @mandatory
|
|
2160
|
+
*
|
|
2161
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2162
|
+
*
|
|
2163
|
+
* @example 100
|
|
2164
|
+
*
|
|
2165
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2166
|
+
*
|
|
2167
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1704
2168
|
*
|
|
1705
2169
|
* @generated from field: int64 count = 2;
|
|
1706
2170
|
*/
|
|
1707
2171
|
count = protobuf_1.protoInt64.zero;
|
|
1708
2172
|
/**
|
|
1709
|
-
*
|
|
2173
|
+
*
|
|
2174
|
+
* @optional
|
|
2175
|
+
*
|
|
2176
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2177
|
+
*
|
|
2178
|
+
* @example 0
|
|
2179
|
+
*
|
|
2180
|
+
* @regex ^[0-9]+$
|
|
2181
|
+
*
|
|
2182
|
+
* @format Non-negative integer.
|
|
1710
2183
|
*
|
|
1711
2184
|
* @generated from field: uint64 offset = 3;
|
|
1712
2185
|
*/
|
|
1713
2186
|
offset = protobuf_1.protoInt64.zero;
|
|
1714
2187
|
/**
|
|
1715
|
-
*
|
|
2188
|
+
*
|
|
2189
|
+
* @optional
|
|
2190
|
+
*
|
|
2191
|
+
* @description Sort direction.
|
|
2192
|
+
*
|
|
2193
|
+
* @example DESCENDING
|
|
1716
2194
|
*
|
|
1717
2195
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1718
2196
|
*/
|
|
1719
2197
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1720
2198
|
/**
|
|
1721
|
-
*
|
|
2199
|
+
*
|
|
2200
|
+
* @optional
|
|
2201
|
+
*
|
|
2202
|
+
* @description The field used for sorting.
|
|
1722
2203
|
*
|
|
1723
2204
|
* @generated from field: Scailo.WORK_ORDER_ITEM_SORT_KEY sort_key = 5;
|
|
1724
2205
|
*/
|
|
1725
2206
|
sortKey = WORK_ORDER_ITEM_SORT_KEY.WORK_ORDER_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1726
2207
|
/**
|
|
1727
|
-
*
|
|
2208
|
+
*
|
|
2209
|
+
* @optional
|
|
2210
|
+
*
|
|
2211
|
+
* @description Filter by the organization UUID.
|
|
2212
|
+
*
|
|
2213
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2214
|
+
*
|
|
2215
|
+
* @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}$
|
|
2216
|
+
*
|
|
2217
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1728
2218
|
*
|
|
1729
2219
|
* @generated from field: string entity_uuid = 6;
|
|
1730
2220
|
*/
|
|
@@ -1842,25 +2332,35 @@ exports.WorkOrderItemsSearchRequest = WorkOrderItemsSearchRequest;
|
|
|
1842
2332
|
*/
|
|
1843
2333
|
class WorkOrdersServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1844
2334
|
/**
|
|
1845
|
-
*
|
|
2335
|
+
*
|
|
2336
|
+
* @description Number of records returned in the current response slice.
|
|
2337
|
+
*
|
|
2338
|
+
* @example 50
|
|
1846
2339
|
*
|
|
1847
2340
|
* @generated from field: uint64 count = 1;
|
|
1848
2341
|
*/
|
|
1849
2342
|
count = protobuf_1.protoInt64.zero;
|
|
1850
2343
|
/**
|
|
1851
|
-
*
|
|
2344
|
+
*
|
|
2345
|
+
* @description The offset provided in the request.
|
|
2346
|
+
*
|
|
2347
|
+
* @example 0
|
|
1852
2348
|
*
|
|
1853
2349
|
* @generated from field: uint64 offset = 2;
|
|
1854
2350
|
*/
|
|
1855
2351
|
offset = protobuf_1.protoInt64.zero;
|
|
1856
2352
|
/**
|
|
1857
|
-
*
|
|
2353
|
+
*
|
|
2354
|
+
* @description The total number of records matching the criteria.
|
|
2355
|
+
*
|
|
2356
|
+
* @example 1250
|
|
1858
2357
|
*
|
|
1859
2358
|
* @generated from field: uint64 total = 3;
|
|
1860
2359
|
*/
|
|
1861
2360
|
total = protobuf_1.protoInt64.zero;
|
|
1862
2361
|
/**
|
|
1863
|
-
*
|
|
2362
|
+
*
|
|
2363
|
+
* @description The array of records for the current page.
|
|
1864
2364
|
*
|
|
1865
2365
|
* @generated from field: repeated Scailo.WorkOrderItem payload = 4;
|
|
1866
2366
|
*/
|