@kernelminds/scailo-sdk 0.1.27 → 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 +88 -23
- package/lib/cjs/src/users.scailo_pb.js +491 -82
- 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 +89 -24
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +479 -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 +88 -23
- package/lib/esm/src/users.scailo_pb.js +495 -84
- 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 +89 -24
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +479 -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
|
@@ -4,85 +4,85 @@ import { FormFieldDatum, FormFieldDatumCreateRequest, FormFieldDatumFilterReques
|
|
|
4
4
|
import { ApprovalMetadata, BOOL_FILTER, EmployeeMetadata, LogbookLogConciseSLC, SORT_ORDER, STANDARD_LIFECYCLE_STATUS } from "./base.scailo_pb.js";
|
|
5
5
|
/**
|
|
6
6
|
*
|
|
7
|
-
*
|
|
7
|
+
* Enumeration of fields available for sorting absence search results.
|
|
8
8
|
*
|
|
9
9
|
* @generated from enum Scailo.ABSENCE_SORT_KEY
|
|
10
10
|
*/
|
|
11
11
|
export declare enum ABSENCE_SORT_KEY {
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* @description Default sort behavior (by internal ID).
|
|
14
14
|
*
|
|
15
15
|
* @generated from enum value: ABSENCE_SORT_KEY_ID_UNSPECIFIED = 0;
|
|
16
16
|
*/
|
|
17
17
|
ABSENCE_SORT_KEY_ID_UNSPECIFIED = 0,
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* @description Sort by the timestamp the record was initially created.
|
|
20
20
|
*
|
|
21
21
|
* @generated from enum value: ABSENCE_SORT_KEY_CREATED_AT = 1;
|
|
22
22
|
*/
|
|
23
23
|
ABSENCE_SORT_KEY_CREATED_AT = 1,
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* @description Sort by the timestamp the record was last modified.
|
|
26
26
|
*
|
|
27
27
|
* @generated from enum value: ABSENCE_SORT_KEY_MODIFIED_AT = 2;
|
|
28
28
|
*/
|
|
29
29
|
ABSENCE_SORT_KEY_MODIFIED_AT = 2,
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* @description Sort by the official approval timestamp.
|
|
32
32
|
*
|
|
33
33
|
* @generated from enum value: ABSENCE_SORT_KEY_APPROVED_ON = 3;
|
|
34
34
|
*/
|
|
35
35
|
ABSENCE_SORT_KEY_APPROVED_ON = 3,
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* @description Sort by the system ID of the approving user.
|
|
38
38
|
*
|
|
39
39
|
* @generated from enum value: ABSENCE_SORT_KEY_APPROVED_BY = 4;
|
|
40
40
|
*/
|
|
41
41
|
ABSENCE_SORT_KEY_APPROVED_BY = 4,
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* @description Sort by the security role ID used by the approver.
|
|
44
44
|
*
|
|
45
45
|
* @generated from enum value: ABSENCE_SORT_KEY_APPROVER_ROLE_ID = 5;
|
|
46
46
|
*/
|
|
47
47
|
ABSENCE_SORT_KEY_APPROVER_ROLE_ID = 5,
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* @description Sort by the timestamp of record completion.
|
|
50
50
|
*
|
|
51
51
|
* @generated from enum value: ABSENCE_SORT_KEY_COMPLETED_ON = 6;
|
|
52
52
|
*/
|
|
53
53
|
ABSENCE_SORT_KEY_COMPLETED_ON = 6,
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* @description Sort alphabetically by the user-provided reference ID.
|
|
56
56
|
*
|
|
57
57
|
* @generated from enum value: ABSENCE_SORT_KEY_REFERENCE_ID = 10;
|
|
58
58
|
*/
|
|
59
59
|
ABSENCE_SORT_KEY_REFERENCE_ID = 10,
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* @description Sort alphabetically by the system-generated reference number.
|
|
62
62
|
*
|
|
63
63
|
* @generated from enum value: ABSENCE_SORT_KEY_FINAL_REF_NUMBER = 11;
|
|
64
64
|
*/
|
|
65
65
|
ABSENCE_SORT_KEY_FINAL_REF_NUMBER = 11,
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* @description Sort numerically by the employee's user ID.
|
|
68
68
|
*
|
|
69
69
|
* @generated from enum value: ABSENCE_SORT_KEY_USER_ID = 12;
|
|
70
70
|
*/
|
|
71
71
|
ABSENCE_SORT_KEY_USER_ID = 12,
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* @description Sort numerically by the linked leave request ID.
|
|
74
74
|
*
|
|
75
75
|
* @generated from enum value: ABSENCE_SORT_KEY_LEAVE_REQUEST_ID = 13;
|
|
76
76
|
*/
|
|
77
77
|
ABSENCE_SORT_KEY_LEAVE_REQUEST_ID = 13,
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* @description Sort chronologically by the absence start date.
|
|
80
80
|
*
|
|
81
81
|
* @generated from enum value: ABSENCE_SORT_KEY_FROM_TIMESTAMP = 14;
|
|
82
82
|
*/
|
|
83
83
|
ABSENCE_SORT_KEY_FROM_TIMESTAMP = 14,
|
|
84
84
|
/**
|
|
85
|
-
*
|
|
85
|
+
* @description Sort chronologically by the absence end date.
|
|
86
86
|
*
|
|
87
87
|
* @generated from enum value: ABSENCE_SORT_KEY_TO_TIMESTAMP = 15;
|
|
88
88
|
*/
|
|
@@ -90,79 +90,186 @@ export declare enum ABSENCE_SORT_KEY {
|
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
92
|
*
|
|
93
|
-
*
|
|
93
|
+
* Request message for recording a new employee absence.
|
|
94
|
+
* This record tracks non-attendance periods such as sick leave, unauthorized absences,
|
|
95
|
+
* or specific time-off types not covered by standard leave requests.
|
|
96
|
+
*
|
|
97
|
+
* **Note:** This is the primary entry point for HR and Managers to log time away
|
|
98
|
+
* from work for compliance and payroll processing.
|
|
94
99
|
*
|
|
95
100
|
* @generated from message Scailo.AbsencesServiceCreateRequest
|
|
96
101
|
*/
|
|
97
102
|
export declare class AbsencesServiceCreateRequest extends Message<AbsencesServiceCreateRequest> {
|
|
98
103
|
/**
|
|
99
|
-
*
|
|
104
|
+
*
|
|
105
|
+
* @optional
|
|
106
|
+
*
|
|
107
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
108
|
+
*
|
|
109
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
110
|
+
*
|
|
111
|
+
* @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}$
|
|
112
|
+
*
|
|
113
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
100
114
|
*
|
|
101
115
|
* @generated from field: string entity_uuid = 1;
|
|
102
116
|
*/
|
|
103
117
|
entityUuid: string;
|
|
104
118
|
/**
|
|
105
|
-
*
|
|
119
|
+
*
|
|
120
|
+
* @optional
|
|
121
|
+
*
|
|
122
|
+
* @description Audit log comment or justification for creating this record. This is stored in the record's history for compliance purposes.
|
|
123
|
+
*
|
|
124
|
+
* @example "Employee called in with flu symptoms."
|
|
125
|
+
*
|
|
126
|
+
* @regex .*
|
|
127
|
+
*
|
|
128
|
+
* @format May contain any UTF-8 characters or be left empty.
|
|
106
129
|
*
|
|
107
130
|
* @generated from field: string user_comment = 2;
|
|
108
131
|
*/
|
|
109
132
|
userComment: string;
|
|
110
133
|
/**
|
|
111
|
-
*
|
|
134
|
+
*
|
|
135
|
+
* @optional
|
|
136
|
+
*
|
|
137
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
138
|
+
*
|
|
139
|
+
* @example 15234
|
|
140
|
+
*
|
|
141
|
+
* @regex ^[0-9]+$
|
|
142
|
+
*
|
|
143
|
+
* @format Non-negative integer.
|
|
112
144
|
*
|
|
113
145
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
114
146
|
*/
|
|
115
147
|
vaultFolderId: bigint;
|
|
116
148
|
/**
|
|
117
|
-
*
|
|
149
|
+
*
|
|
150
|
+
* @mandatory
|
|
151
|
+
*
|
|
152
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
153
|
+
*
|
|
154
|
+
* @example "ABS-2023-001"
|
|
155
|
+
*
|
|
156
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
157
|
+
*
|
|
158
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
118
159
|
*
|
|
119
160
|
* @generated from field: string reference_id = 10;
|
|
120
161
|
*/
|
|
121
162
|
referenceId: string;
|
|
122
163
|
/**
|
|
123
|
-
*
|
|
164
|
+
*
|
|
165
|
+
* @mandatory
|
|
166
|
+
*
|
|
167
|
+
* @description The unique system identifier of the employee who is absent.
|
|
168
|
+
*
|
|
169
|
+
* @example 1024
|
|
170
|
+
*
|
|
171
|
+
* @regex ^[1-9][0-9]*$
|
|
172
|
+
*
|
|
173
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
124
174
|
*
|
|
125
175
|
* @generated from field: uint64 user_id = 11;
|
|
126
176
|
*/
|
|
127
177
|
userId: bigint;
|
|
128
178
|
/**
|
|
129
|
-
*
|
|
179
|
+
*
|
|
180
|
+
* @optional
|
|
181
|
+
*
|
|
182
|
+
* @description The ID of the Leave Request if this absence is linked to a formal approval. Set to 0 if not applicable.
|
|
183
|
+
*
|
|
184
|
+
* @example 552
|
|
185
|
+
*
|
|
186
|
+
* @regex ^[0-9]+$
|
|
187
|
+
*
|
|
188
|
+
* @format Non-negative integer.
|
|
130
189
|
*
|
|
131
190
|
* @generated from field: uint64 leave_request_id = 12;
|
|
132
191
|
*/
|
|
133
192
|
leaveRequestId: bigint;
|
|
134
193
|
/**
|
|
135
|
-
*
|
|
194
|
+
*
|
|
195
|
+
* @mandatory
|
|
196
|
+
*
|
|
197
|
+
* @description Start of the absence period in UNIX Epoch Seconds.
|
|
198
|
+
*
|
|
199
|
+
* @example 1698220800
|
|
200
|
+
*
|
|
201
|
+
* @regex ^[1-9][0-9]*$
|
|
202
|
+
*
|
|
203
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
136
204
|
*
|
|
137
205
|
* @generated from field: uint64 from_timestamp = 13;
|
|
138
206
|
*/
|
|
139
207
|
fromTimestamp: bigint;
|
|
140
208
|
/**
|
|
141
|
-
*
|
|
209
|
+
*
|
|
210
|
+
* @mandatory
|
|
211
|
+
*
|
|
212
|
+
* @description End of the absence period in UNIX Epoch Seconds.
|
|
213
|
+
*
|
|
214
|
+
* @example 1698307200
|
|
215
|
+
*
|
|
216
|
+
* @regex ^[1-9][0-9]*$
|
|
217
|
+
*
|
|
218
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
142
219
|
*
|
|
143
220
|
* @generated from field: uint64 to_timestamp = 14;
|
|
144
221
|
*/
|
|
145
222
|
toTimestamp: bigint;
|
|
146
223
|
/**
|
|
147
|
-
*
|
|
224
|
+
*
|
|
225
|
+
* @mandatory
|
|
226
|
+
*
|
|
227
|
+
* @description Unit of Measure ID for the absence quantity (e.g., Days, Hours).
|
|
228
|
+
*
|
|
229
|
+
* @example 1
|
|
230
|
+
*
|
|
231
|
+
* @regex ^[1-9][0-9]*$
|
|
232
|
+
*
|
|
233
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
148
234
|
*
|
|
149
235
|
* @generated from field: uint64 uom_id = 15;
|
|
150
236
|
*/
|
|
151
237
|
uomId: bigint;
|
|
152
238
|
/**
|
|
153
|
-
*
|
|
239
|
+
*
|
|
240
|
+
* @mandatory
|
|
241
|
+
*
|
|
242
|
+
* @description The total quantity of absence expressed in **cents** (multiplied by 100).
|
|
243
|
+
*
|
|
244
|
+
* @example 1.5 days -> 150; 2.5 hours -> 250.
|
|
245
|
+
*
|
|
246
|
+
* @regex ^[1-9][0-9]*$
|
|
247
|
+
*
|
|
248
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
154
249
|
*
|
|
155
250
|
* @generated from field: uint64 quantity = 16;
|
|
156
251
|
*/
|
|
157
252
|
quantity: bigint;
|
|
158
253
|
/**
|
|
159
|
-
*
|
|
254
|
+
*
|
|
255
|
+
* @optional
|
|
256
|
+
*
|
|
257
|
+
* @description Detailed description or notes regarding the nature of the absence.
|
|
258
|
+
*
|
|
259
|
+
* @example "Medical leave - Doctor's note pending"
|
|
260
|
+
*
|
|
261
|
+
* @regex [0-9A-Za-z ]*$
|
|
262
|
+
*
|
|
263
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
160
264
|
*
|
|
161
265
|
* @generated from field: string description = 17;
|
|
162
266
|
*/
|
|
163
267
|
description: string;
|
|
164
268
|
/**
|
|
165
|
-
*
|
|
269
|
+
*
|
|
270
|
+
* @optional
|
|
271
|
+
*
|
|
272
|
+
* @description A collection of dynamic form fields for organization-specific data.
|
|
166
273
|
*
|
|
167
274
|
* @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 30;
|
|
168
275
|
*/
|
|
@@ -178,75 +285,168 @@ export declare class AbsencesServiceCreateRequest extends Message<AbsencesServic
|
|
|
178
285
|
}
|
|
179
286
|
/**
|
|
180
287
|
*
|
|
181
|
-
*
|
|
288
|
+
* Request message for updating an existing Absence record.
|
|
289
|
+
* Only applicable for records in `DRAFT` or `REVISION` states.
|
|
290
|
+
* This message allows for modifying the naming, leave request, start and end timestamps and quantity
|
|
291
|
+
* of an established Action Code.
|
|
292
|
+
*
|
|
293
|
+
* **Note:** Only fields provided in the request will typically be updated.
|
|
294
|
+
* The unique system ID is required to locate the target record.
|
|
182
295
|
*
|
|
183
296
|
* @generated from message Scailo.AbsencesServiceUpdateRequest
|
|
184
297
|
*/
|
|
185
298
|
export declare class AbsencesServiceUpdateRequest extends Message<AbsencesServiceUpdateRequest> {
|
|
186
299
|
/**
|
|
187
|
-
*
|
|
300
|
+
*
|
|
301
|
+
* @optional
|
|
302
|
+
*
|
|
303
|
+
* @description Audit log comment or justification for this specific update. Captured in the version history for administrative tracking.
|
|
304
|
+
*
|
|
305
|
+
* @example "Corrected the end date as per the medical certificate."
|
|
306
|
+
*
|
|
307
|
+
* @regex .*
|
|
308
|
+
*
|
|
309
|
+
* @format May contain any UTF-8 characters or be left empty.
|
|
188
310
|
*
|
|
189
311
|
* @generated from field: string user_comment = 1;
|
|
190
312
|
*/
|
|
191
313
|
userComment: string;
|
|
192
314
|
/**
|
|
193
|
-
*
|
|
315
|
+
*
|
|
316
|
+
* @mandatory
|
|
317
|
+
*
|
|
318
|
+
* @description The unique system identifier of the Absence to be modified. Must be a value greater than `0`.
|
|
319
|
+
*
|
|
320
|
+
* @example 98765
|
|
321
|
+
*
|
|
322
|
+
* @regex ^[1-9][0-9]*$
|
|
323
|
+
*
|
|
324
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
194
325
|
*
|
|
195
326
|
* @generated from field: uint64 id = 2;
|
|
196
327
|
*/
|
|
197
328
|
id: bigint;
|
|
198
329
|
/**
|
|
199
|
-
*
|
|
330
|
+
*
|
|
331
|
+
* @optional
|
|
332
|
+
*
|
|
333
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
334
|
+
*
|
|
335
|
+
* @example true
|
|
200
336
|
*
|
|
201
337
|
* @generated from field: bool notify_users = 3;
|
|
202
338
|
*/
|
|
203
339
|
notifyUsers: boolean;
|
|
204
340
|
/**
|
|
205
|
-
*
|
|
341
|
+
*
|
|
342
|
+
* @optional
|
|
343
|
+
*
|
|
344
|
+
* @description Updated vault folder ID for documentation storage.
|
|
345
|
+
*
|
|
346
|
+
* @example 15235
|
|
347
|
+
*
|
|
348
|
+
* @regex ^[0-9]+$
|
|
349
|
+
*
|
|
350
|
+
* @format Non-negative integer.
|
|
206
351
|
*
|
|
207
352
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
208
353
|
*/
|
|
209
354
|
vaultFolderId: bigint;
|
|
210
355
|
/**
|
|
211
|
-
*
|
|
356
|
+
*
|
|
357
|
+
* @mandatory
|
|
358
|
+
*
|
|
359
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
360
|
+
*
|
|
361
|
+
* @example "ABS-2023-001-REV"
|
|
362
|
+
*
|
|
363
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
364
|
+
*
|
|
365
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
212
366
|
*
|
|
213
367
|
* @generated from field: string reference_id = 10;
|
|
214
368
|
*/
|
|
215
369
|
referenceId: string;
|
|
216
370
|
/**
|
|
217
|
-
*
|
|
371
|
+
*
|
|
372
|
+
* @optional
|
|
373
|
+
*
|
|
374
|
+
* @description Updated link to a Leave Request.
|
|
375
|
+
*
|
|
376
|
+
* @example 553
|
|
377
|
+
*
|
|
378
|
+
* @regex ^[0-9]+$
|
|
379
|
+
*
|
|
380
|
+
* @format Non-negative integer.
|
|
218
381
|
*
|
|
219
382
|
* @generated from field: uint64 leave_request_id = 12;
|
|
220
383
|
*/
|
|
221
384
|
leaveRequestId: bigint;
|
|
222
385
|
/**
|
|
223
|
-
*
|
|
386
|
+
*
|
|
387
|
+
* @mandatory
|
|
388
|
+
*
|
|
389
|
+
* @description Updated start timestamp in UNIX Epoch Seconds.
|
|
390
|
+
*
|
|
391
|
+
* @example 1698220800
|
|
392
|
+
*
|
|
393
|
+
* @regex ^[1-9][0-9]*$
|
|
394
|
+
*
|
|
395
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
224
396
|
*
|
|
225
397
|
* @generated from field: uint64 from_timestamp = 13;
|
|
226
398
|
*/
|
|
227
399
|
fromTimestamp: bigint;
|
|
228
400
|
/**
|
|
229
|
-
*
|
|
401
|
+
*
|
|
402
|
+
* @mandatory
|
|
403
|
+
*
|
|
404
|
+
* @description Updated end timestamp in UNIX Epoch Seconds.
|
|
405
|
+
*
|
|
406
|
+
* @example 1698393600
|
|
407
|
+
*
|
|
408
|
+
* @regex ^[1-9][0-9]*$
|
|
409
|
+
*
|
|
410
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
230
411
|
*
|
|
231
412
|
* @generated from field: uint64 to_timestamp = 14;
|
|
232
413
|
*/
|
|
233
414
|
toTimestamp: bigint;
|
|
234
415
|
/**
|
|
235
|
-
*
|
|
236
|
-
*
|
|
237
|
-
*
|
|
416
|
+
*
|
|
417
|
+
* @mandatory
|
|
418
|
+
*
|
|
419
|
+
* @description Updated quantity in cents (x100).
|
|
420
|
+
*
|
|
421
|
+
* @example 200
|
|
422
|
+
*
|
|
423
|
+
* @regex ^[1-9][0-9]*$
|
|
424
|
+
*
|
|
425
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
238
426
|
*
|
|
239
427
|
* @generated from field: uint64 quantity = 16;
|
|
240
428
|
*/
|
|
241
429
|
quantity: bigint;
|
|
242
430
|
/**
|
|
243
|
-
*
|
|
431
|
+
*
|
|
432
|
+
* @optional
|
|
433
|
+
*
|
|
434
|
+
* @description Updated textual description.
|
|
435
|
+
*
|
|
436
|
+
* @example "Confirmed medical leave."
|
|
437
|
+
*
|
|
438
|
+
* @regex [0-9A-Za-z ]*$
|
|
439
|
+
*
|
|
440
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
244
441
|
*
|
|
245
442
|
* @generated from field: string description = 17;
|
|
246
443
|
*/
|
|
247
444
|
description: string;
|
|
248
445
|
/**
|
|
249
|
-
*
|
|
446
|
+
*
|
|
447
|
+
* @optional
|
|
448
|
+
*
|
|
449
|
+
* @description Updated custom dynamic form data.
|
|
250
450
|
*
|
|
251
451
|
* @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 30;
|
|
252
452
|
*/
|
|
@@ -262,109 +462,150 @@ export declare class AbsencesServiceUpdateRequest extends Message<AbsencesServic
|
|
|
262
462
|
}
|
|
263
463
|
/**
|
|
264
464
|
*
|
|
265
|
-
*
|
|
465
|
+
* Represents a full Absence within the system.
|
|
266
466
|
*
|
|
267
467
|
* @generated from message Scailo.Absence
|
|
268
468
|
*/
|
|
269
469
|
export declare class Absence extends Message<Absence> {
|
|
270
470
|
/**
|
|
271
|
-
*
|
|
471
|
+
*
|
|
472
|
+
* @description The organization's globally unique identifier.
|
|
473
|
+
*
|
|
474
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
272
475
|
*
|
|
273
476
|
* @generated from field: string entity_uuid = 1;
|
|
274
477
|
*/
|
|
275
478
|
entityUuid: string;
|
|
276
479
|
/**
|
|
277
|
-
*
|
|
480
|
+
*
|
|
481
|
+
* @description Standard employee and record metadata including timestamps.
|
|
278
482
|
*
|
|
279
483
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
280
484
|
*/
|
|
281
485
|
metadata?: EmployeeMetadata;
|
|
282
486
|
/**
|
|
283
|
-
*
|
|
487
|
+
*
|
|
488
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
284
489
|
*
|
|
285
490
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
286
491
|
*/
|
|
287
492
|
approvalMetadata?: ApprovalMetadata;
|
|
288
493
|
/**
|
|
289
|
-
*
|
|
494
|
+
*
|
|
495
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
290
496
|
*
|
|
291
497
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
292
498
|
*/
|
|
293
499
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
294
500
|
/**
|
|
295
|
-
*
|
|
501
|
+
*
|
|
502
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
296
503
|
*
|
|
297
504
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
298
505
|
*/
|
|
299
506
|
logs: LogbookLogConciseSLC[];
|
|
300
507
|
/**
|
|
301
|
-
*
|
|
508
|
+
*
|
|
509
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
510
|
+
*
|
|
511
|
+
* @example 1698400000
|
|
302
512
|
*
|
|
303
513
|
* @generated from field: uint64 completed_on = 6;
|
|
304
514
|
*/
|
|
305
515
|
completedOn: bigint;
|
|
306
516
|
/**
|
|
307
|
-
*
|
|
517
|
+
*
|
|
518
|
+
* @description Link to the document storage folder.
|
|
519
|
+
*
|
|
520
|
+
* @example 15234
|
|
308
521
|
*
|
|
309
522
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
310
523
|
*/
|
|
311
524
|
vaultFolderId: bigint;
|
|
312
525
|
/**
|
|
313
|
-
*
|
|
526
|
+
*
|
|
527
|
+
* @description The user-provided reference ID.
|
|
528
|
+
*
|
|
529
|
+
* @example "ABS-2023-001"
|
|
314
530
|
*
|
|
315
531
|
* @generated from field: string reference_id = 10;
|
|
316
532
|
*/
|
|
317
533
|
referenceId: string;
|
|
318
534
|
/**
|
|
319
|
-
*
|
|
535
|
+
*
|
|
536
|
+
* @description The system-generated immutable reference number.
|
|
537
|
+
*
|
|
538
|
+
* @example "ABS-2023-X9Z2"
|
|
320
539
|
*
|
|
321
540
|
* @generated from field: string final_ref_number = 11;
|
|
322
541
|
*/
|
|
323
542
|
finalRefNumber: string;
|
|
324
543
|
/**
|
|
325
|
-
*
|
|
544
|
+
*
|
|
545
|
+
* @description The ID of the employee associated with this record.
|
|
546
|
+
*
|
|
547
|
+
* @example 1024
|
|
326
548
|
*
|
|
327
549
|
* @generated from field: uint64 user_id = 12;
|
|
328
550
|
*/
|
|
329
551
|
userId: bigint;
|
|
330
552
|
/**
|
|
331
|
-
*
|
|
553
|
+
*
|
|
554
|
+
* @description The ID of the linked leave request, if any.
|
|
555
|
+
*
|
|
556
|
+
* @example 552
|
|
332
557
|
*
|
|
333
558
|
* @generated from field: uint64 leave_request_id = 13;
|
|
334
559
|
*/
|
|
335
560
|
leaveRequestId: bigint;
|
|
336
561
|
/**
|
|
337
|
-
*
|
|
562
|
+
*
|
|
563
|
+
* @description Start time of the absence (UNIX Epoch).
|
|
564
|
+
*
|
|
565
|
+
* @example 1698220800
|
|
338
566
|
*
|
|
339
567
|
* @generated from field: uint64 from_timestamp = 14;
|
|
340
568
|
*/
|
|
341
569
|
fromTimestamp: bigint;
|
|
342
570
|
/**
|
|
343
|
-
*
|
|
571
|
+
*
|
|
572
|
+
* @description End time of the absence (UNIX Epoch).
|
|
573
|
+
*
|
|
574
|
+
* @example 1698307200
|
|
344
575
|
*
|
|
345
576
|
* @generated from field: uint64 to_timestamp = 15;
|
|
346
577
|
*/
|
|
347
578
|
toTimestamp: bigint;
|
|
348
579
|
/**
|
|
349
|
-
*
|
|
580
|
+
*
|
|
581
|
+
* @description The unit of measure ID.
|
|
582
|
+
*
|
|
583
|
+
* @example 1
|
|
350
584
|
*
|
|
351
585
|
* @generated from field: uint64 uom_id = 16;
|
|
352
586
|
*/
|
|
353
587
|
uomId: bigint;
|
|
354
588
|
/**
|
|
355
|
-
*
|
|
589
|
+
*
|
|
590
|
+
* @description Total quantity in cents (multiplied by 100).
|
|
591
|
+
*
|
|
592
|
+
* @example 150
|
|
356
593
|
*
|
|
357
594
|
* @generated from field: uint64 quantity = 17;
|
|
358
595
|
*/
|
|
359
596
|
quantity: bigint;
|
|
360
597
|
/**
|
|
361
|
-
*
|
|
598
|
+
*
|
|
599
|
+
* @description Descriptive notes for the absence.
|
|
600
|
+
*
|
|
601
|
+
* @example "Sick Leave"
|
|
362
602
|
*
|
|
363
603
|
* @generated from field: string description = 18;
|
|
364
604
|
*/
|
|
365
605
|
description: string;
|
|
366
606
|
/**
|
|
367
|
-
*
|
|
607
|
+
*
|
|
608
|
+
* @description Collection of organization-specific dynamic data.
|
|
368
609
|
*
|
|
369
610
|
* @generated from field: repeated Scailo.FormFieldDatum form_data = 30;
|
|
370
611
|
*/
|
|
@@ -380,13 +621,13 @@ export declare class Absence extends Message<Absence> {
|
|
|
380
621
|
}
|
|
381
622
|
/**
|
|
382
623
|
*
|
|
383
|
-
*
|
|
624
|
+
* Container message for a collection of Absence records.
|
|
384
625
|
*
|
|
385
626
|
* @generated from message Scailo.AbsencesList
|
|
386
627
|
*/
|
|
387
628
|
export declare class AbsencesList extends Message<AbsencesList> {
|
|
388
629
|
/**
|
|
389
|
-
*
|
|
630
|
+
* @description An array of Absence records.
|
|
390
631
|
*
|
|
391
632
|
* @generated from field: repeated Scailo.Absence list = 1;
|
|
392
633
|
*/
|
|
@@ -402,43 +643,79 @@ export declare class AbsencesList extends Message<AbsencesList> {
|
|
|
402
643
|
}
|
|
403
644
|
/**
|
|
404
645
|
*
|
|
405
|
-
*
|
|
646
|
+
* Pagination request for retrieving slices of Absence records.
|
|
406
647
|
*
|
|
407
648
|
* @generated from message Scailo.AbsencesServicePaginationReq
|
|
408
649
|
*/
|
|
409
650
|
export declare class AbsencesServicePaginationReq extends Message<AbsencesServicePaginationReq> {
|
|
410
651
|
/**
|
|
411
|
-
*
|
|
652
|
+
*
|
|
653
|
+
* @optional
|
|
654
|
+
*
|
|
655
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
656
|
+
*
|
|
657
|
+
* @example ANY
|
|
412
658
|
*
|
|
413
659
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
414
660
|
*/
|
|
415
661
|
isActive: BOOL_FILTER;
|
|
416
662
|
/**
|
|
417
|
-
*
|
|
663
|
+
*
|
|
664
|
+
* @mandatory
|
|
665
|
+
*
|
|
666
|
+
* @description Number of records to return per page.
|
|
667
|
+
*
|
|
668
|
+
* @example 50
|
|
669
|
+
*
|
|
670
|
+
* @regex ^[1-9][0-9]*$
|
|
671
|
+
*
|
|
672
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
418
673
|
*
|
|
419
674
|
* @generated from field: int64 count = 2;
|
|
420
675
|
*/
|
|
421
676
|
count: bigint;
|
|
422
677
|
/**
|
|
423
|
-
*
|
|
678
|
+
*
|
|
679
|
+
* @optional
|
|
680
|
+
*
|
|
681
|
+
* @description Number of records to skip (offset) for pagination.
|
|
682
|
+
*
|
|
683
|
+
* @example 0
|
|
684
|
+
*
|
|
685
|
+
* @regex ^[0-9]+$
|
|
686
|
+
*
|
|
687
|
+
* @format Non-negative integer.
|
|
424
688
|
*
|
|
425
689
|
* @generated from field: uint64 offset = 3;
|
|
426
690
|
*/
|
|
427
691
|
offset: bigint;
|
|
428
692
|
/**
|
|
429
|
-
*
|
|
693
|
+
*
|
|
694
|
+
* @optional
|
|
695
|
+
*
|
|
696
|
+
* @description Sort direction.
|
|
697
|
+
*
|
|
698
|
+
* @example DESCENDING
|
|
430
699
|
*
|
|
431
700
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
432
701
|
*/
|
|
433
702
|
sortOrder: SORT_ORDER;
|
|
434
703
|
/**
|
|
435
|
-
*
|
|
704
|
+
*
|
|
705
|
+
* @optional
|
|
706
|
+
*
|
|
707
|
+
* @description The specific field key to sort the results by.
|
|
436
708
|
*
|
|
437
709
|
* @generated from field: Scailo.ABSENCE_SORT_KEY sort_key = 5;
|
|
438
710
|
*/
|
|
439
711
|
sortKey: ABSENCE_SORT_KEY;
|
|
440
712
|
/**
|
|
441
|
-
*
|
|
713
|
+
*
|
|
714
|
+
* @optional
|
|
715
|
+
*
|
|
716
|
+
* @description Filter results by a specific lifecycle status.
|
|
717
|
+
*
|
|
718
|
+
* @example STANDING
|
|
442
719
|
*
|
|
443
720
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 6;
|
|
444
721
|
*/
|
|
@@ -454,31 +731,41 @@ export declare class AbsencesServicePaginationReq extends Message<AbsencesServic
|
|
|
454
731
|
}
|
|
455
732
|
/**
|
|
456
733
|
*
|
|
457
|
-
*
|
|
734
|
+
* Response message for paginated queries, including total counts for UI elements.
|
|
458
735
|
*
|
|
459
736
|
* @generated from message Scailo.AbsencesServicePaginationResponse
|
|
460
737
|
*/
|
|
461
738
|
export declare class AbsencesServicePaginationResponse extends Message<AbsencesServicePaginationResponse> {
|
|
462
739
|
/**
|
|
463
|
-
*
|
|
740
|
+
*
|
|
741
|
+
* @description Number of records returned in the current response slice.
|
|
742
|
+
*
|
|
743
|
+
* @example 50
|
|
464
744
|
*
|
|
465
745
|
* @generated from field: uint64 count = 1;
|
|
466
746
|
*/
|
|
467
747
|
count: bigint;
|
|
468
748
|
/**
|
|
469
|
-
*
|
|
749
|
+
*
|
|
750
|
+
* @description The offset provided in the request.
|
|
751
|
+
*
|
|
752
|
+
* @example 0
|
|
470
753
|
*
|
|
471
754
|
* @generated from field: uint64 offset = 2;
|
|
472
755
|
*/
|
|
473
756
|
offset: bigint;
|
|
474
757
|
/**
|
|
475
|
-
*
|
|
758
|
+
*
|
|
759
|
+
* @description The total number of records matching the criteria.
|
|
760
|
+
*
|
|
761
|
+
* @example 1250
|
|
476
762
|
*
|
|
477
763
|
* @generated from field: uint64 total = 3;
|
|
478
764
|
*/
|
|
479
765
|
total: bigint;
|
|
480
766
|
/**
|
|
481
|
-
*
|
|
767
|
+
*
|
|
768
|
+
* @description The array of records for the current page.
|
|
482
769
|
*
|
|
483
770
|
* @generated from field: repeated Scailo.Absence payload = 4;
|
|
484
771
|
*/
|
|
@@ -494,181 +781,418 @@ export declare class AbsencesServicePaginationResponse extends Message<AbsencesS
|
|
|
494
781
|
}
|
|
495
782
|
/**
|
|
496
783
|
*
|
|
497
|
-
*
|
|
784
|
+
* Advanced filter request for searching absences using multiple logical criteria.
|
|
498
785
|
*
|
|
499
786
|
* @generated from message Scailo.AbsencesServiceFilterReq
|
|
500
787
|
*/
|
|
501
788
|
export declare class AbsencesServiceFilterReq extends Message<AbsencesServiceFilterReq> {
|
|
502
789
|
/**
|
|
503
|
-
*
|
|
790
|
+
*
|
|
791
|
+
* @optional
|
|
792
|
+
*
|
|
793
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
794
|
+
*
|
|
795
|
+
* @example ANY
|
|
504
796
|
*
|
|
505
797
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
506
798
|
*/
|
|
507
799
|
isActive: BOOL_FILTER;
|
|
508
800
|
/**
|
|
509
|
-
*
|
|
801
|
+
*
|
|
802
|
+
* @mandatory
|
|
803
|
+
*
|
|
804
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
805
|
+
*
|
|
806
|
+
* @example 100
|
|
807
|
+
*
|
|
808
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
809
|
+
*
|
|
810
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
510
811
|
*
|
|
511
812
|
* @generated from field: int64 count = 2;
|
|
512
813
|
*/
|
|
513
814
|
count: bigint;
|
|
514
815
|
/**
|
|
515
|
-
*
|
|
816
|
+
*
|
|
817
|
+
* @optional
|
|
818
|
+
*
|
|
819
|
+
* @description Number of records to skip (offset) for pagination.
|
|
820
|
+
*
|
|
821
|
+
* @example 0
|
|
822
|
+
*
|
|
823
|
+
* @regex ^[0-9]+$
|
|
824
|
+
*
|
|
825
|
+
* @format Non-negative integer.
|
|
516
826
|
*
|
|
517
827
|
* @generated from field: uint64 offset = 3;
|
|
518
828
|
*/
|
|
519
829
|
offset: bigint;
|
|
520
830
|
/**
|
|
521
|
-
*
|
|
831
|
+
*
|
|
832
|
+
* @optional
|
|
833
|
+
*
|
|
834
|
+
* @description Sort direction.
|
|
835
|
+
*
|
|
836
|
+
* @example DESCENDING
|
|
522
837
|
*
|
|
523
838
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
524
839
|
*/
|
|
525
840
|
sortOrder: SORT_ORDER;
|
|
526
841
|
/**
|
|
527
|
-
*
|
|
842
|
+
*
|
|
843
|
+
* @optional
|
|
844
|
+
*
|
|
845
|
+
* @description The field used for sorting.
|
|
528
846
|
*
|
|
529
847
|
* @generated from field: Scailo.ABSENCE_SORT_KEY sort_key = 5;
|
|
530
848
|
*/
|
|
531
849
|
sortKey: ABSENCE_SORT_KEY;
|
|
532
850
|
/**
|
|
533
|
-
*
|
|
851
|
+
*
|
|
852
|
+
* @optional
|
|
853
|
+
*
|
|
854
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
855
|
+
*
|
|
856
|
+
* @example 1672531200
|
|
857
|
+
*
|
|
858
|
+
* @regex ^[0-9]+$
|
|
859
|
+
*
|
|
860
|
+
* @format Non-negative integer.
|
|
534
861
|
*
|
|
535
862
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
536
863
|
*/
|
|
537
864
|
creationTimestampStart: bigint;
|
|
538
865
|
/**
|
|
539
|
-
*
|
|
866
|
+
*
|
|
867
|
+
* @optional
|
|
868
|
+
*
|
|
869
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
870
|
+
*
|
|
871
|
+
* @example 1704067199
|
|
872
|
+
*
|
|
873
|
+
* @regex ^[0-9]+$
|
|
874
|
+
*
|
|
875
|
+
* @format Non-negative integer.
|
|
540
876
|
*
|
|
541
877
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
542
878
|
*/
|
|
543
879
|
creationTimestampEnd: bigint;
|
|
544
880
|
/**
|
|
545
|
-
*
|
|
881
|
+
*
|
|
882
|
+
* @optional
|
|
883
|
+
*
|
|
884
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
885
|
+
*
|
|
886
|
+
* @example 1672531200
|
|
887
|
+
*
|
|
888
|
+
* @regex ^[0-9]+$
|
|
889
|
+
*
|
|
890
|
+
* @format Non-negative integer.
|
|
546
891
|
*
|
|
547
892
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
548
893
|
*/
|
|
549
894
|
modificationTimestampStart: bigint;
|
|
550
895
|
/**
|
|
551
|
-
*
|
|
896
|
+
*
|
|
897
|
+
* @optional
|
|
898
|
+
*
|
|
899
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
900
|
+
*
|
|
901
|
+
* @example 1704067199
|
|
902
|
+
*
|
|
903
|
+
* @regex ^[0-9]+$
|
|
904
|
+
*
|
|
905
|
+
* @format Non-negative integer.
|
|
552
906
|
*
|
|
553
907
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
554
908
|
*/
|
|
555
909
|
modificationTimestampEnd: bigint;
|
|
556
910
|
/**
|
|
557
|
-
*
|
|
911
|
+
*
|
|
912
|
+
* @optional
|
|
913
|
+
*
|
|
914
|
+
* @description Filter by the organization UUID.
|
|
915
|
+
*
|
|
916
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
917
|
+
*
|
|
918
|
+
* @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}$
|
|
919
|
+
*
|
|
920
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
558
921
|
*
|
|
559
922
|
* @generated from field: string entity_uuid = 8;
|
|
560
923
|
*/
|
|
561
924
|
entityUuid: string;
|
|
562
925
|
/**
|
|
563
|
-
*
|
|
926
|
+
*
|
|
927
|
+
* @optional
|
|
928
|
+
*
|
|
929
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
930
|
+
*
|
|
931
|
+
* @example STANDING
|
|
564
932
|
*
|
|
565
933
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
566
934
|
*/
|
|
567
935
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
568
936
|
/**
|
|
569
|
-
*
|
|
937
|
+
*
|
|
938
|
+
* @optional
|
|
939
|
+
*
|
|
940
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
941
|
+
*
|
|
942
|
+
* @example 1672531200
|
|
943
|
+
*
|
|
944
|
+
* @regex ^[0-9]+$
|
|
945
|
+
*
|
|
946
|
+
* @format Non-negative integer.
|
|
570
947
|
*
|
|
571
948
|
* @generated from field: uint64 approved_on_start = 11;
|
|
572
949
|
*/
|
|
573
950
|
approvedOnStart: bigint;
|
|
574
951
|
/**
|
|
575
|
-
*
|
|
952
|
+
*
|
|
953
|
+
* @optional
|
|
954
|
+
*
|
|
955
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
956
|
+
*
|
|
957
|
+
* @example 1704067199
|
|
958
|
+
*
|
|
959
|
+
* @regex ^[0-9]+$
|
|
960
|
+
*
|
|
961
|
+
* @format Non-negative integer.
|
|
576
962
|
*
|
|
577
963
|
* @generated from field: uint64 approved_on_end = 12;
|
|
578
964
|
*/
|
|
579
965
|
approvedOnEnd: bigint;
|
|
580
966
|
/**
|
|
581
|
-
*
|
|
967
|
+
*
|
|
968
|
+
* @optional
|
|
969
|
+
*
|
|
970
|
+
* @description Filter by the specific user ID who approved the records.
|
|
971
|
+
*
|
|
972
|
+
* @example 501
|
|
973
|
+
*
|
|
974
|
+
* @regex ^[0-9]+$
|
|
975
|
+
*
|
|
976
|
+
* @format Non-negative integer.
|
|
582
977
|
*
|
|
583
978
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
584
979
|
*/
|
|
585
980
|
approvedByUserId: bigint;
|
|
586
981
|
/**
|
|
587
|
-
*
|
|
982
|
+
*
|
|
983
|
+
* @optional
|
|
984
|
+
*
|
|
985
|
+
* @description Filter by the role ID of the approver.
|
|
986
|
+
*
|
|
987
|
+
* @example 5
|
|
988
|
+
*
|
|
989
|
+
* @regex ^[0-9]+$
|
|
990
|
+
*
|
|
991
|
+
* @format Non-negative integer.
|
|
588
992
|
*
|
|
589
993
|
* @generated from field: uint64 approver_role_id = 14;
|
|
590
994
|
*/
|
|
591
995
|
approverRoleId: bigint;
|
|
592
996
|
/**
|
|
593
|
-
*
|
|
997
|
+
*
|
|
998
|
+
* @optional
|
|
999
|
+
*
|
|
1000
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1001
|
+
*
|
|
1002
|
+
* @example 1672531200
|
|
1003
|
+
*
|
|
1004
|
+
* @regex ^[0-9]+$
|
|
1005
|
+
*
|
|
1006
|
+
* @format Non-negative integer.
|
|
594
1007
|
*
|
|
595
1008
|
* @generated from field: uint64 completed_on_start = 15;
|
|
596
1009
|
*/
|
|
597
1010
|
completedOnStart: bigint;
|
|
598
1011
|
/**
|
|
599
|
-
*
|
|
1012
|
+
*
|
|
1013
|
+
* @optional
|
|
1014
|
+
*
|
|
1015
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1016
|
+
*
|
|
1017
|
+
* @example 1704067199
|
|
1018
|
+
*
|
|
1019
|
+
* @regex ^[0-9]+$
|
|
1020
|
+
*
|
|
1021
|
+
* @format Non-negative integer.
|
|
600
1022
|
*
|
|
601
1023
|
* @generated from field: uint64 completed_on_end = 16;
|
|
602
1024
|
*/
|
|
603
1025
|
completedOnEnd: bigint;
|
|
604
1026
|
/**
|
|
605
|
-
*
|
|
1027
|
+
*
|
|
1028
|
+
* @optional
|
|
1029
|
+
*
|
|
1030
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1031
|
+
*
|
|
1032
|
+
* @example "ABS-2023-001"
|
|
1033
|
+
*
|
|
1034
|
+
* @regex [0-9A-Za-z ]*$
|
|
1035
|
+
*
|
|
1036
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
606
1037
|
*
|
|
607
1038
|
* @generated from field: string reference_id = 20;
|
|
608
1039
|
*/
|
|
609
1040
|
referenceId: string;
|
|
610
1041
|
/**
|
|
611
|
-
*
|
|
1042
|
+
*
|
|
1043
|
+
* @optional
|
|
1044
|
+
*
|
|
1045
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1046
|
+
*
|
|
1047
|
+
* @example "ABS-2023-X9Z2"
|
|
1048
|
+
*
|
|
1049
|
+
* @regex [0-9A-Za-z ]*$
|
|
1050
|
+
*
|
|
1051
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
612
1052
|
*
|
|
613
1053
|
* @generated from field: string final_ref_number = 21;
|
|
614
1054
|
*/
|
|
615
1055
|
finalRefNumber: string;
|
|
616
1056
|
/**
|
|
617
|
-
*
|
|
1057
|
+
*
|
|
1058
|
+
* @optional
|
|
1059
|
+
*
|
|
1060
|
+
* @description Filter by specific employee ID.
|
|
1061
|
+
*
|
|
1062
|
+
* @example 1024
|
|
1063
|
+
*
|
|
1064
|
+
* @regex ^[0-9]+$
|
|
1065
|
+
*
|
|
1066
|
+
* @format Non-negative integer.
|
|
618
1067
|
*
|
|
619
1068
|
* @generated from field: uint64 user_id = 22;
|
|
620
1069
|
*/
|
|
621
1070
|
userId: bigint;
|
|
622
1071
|
/**
|
|
623
|
-
*
|
|
1072
|
+
*
|
|
1073
|
+
* @optional
|
|
1074
|
+
*
|
|
1075
|
+
* @description Filter by linked leave request ID.
|
|
1076
|
+
*
|
|
1077
|
+
* @example 552
|
|
1078
|
+
*
|
|
1079
|
+
* @regex ^[0-9]+$
|
|
1080
|
+
*
|
|
1081
|
+
* @format Non-negative integer.
|
|
624
1082
|
*
|
|
625
1083
|
* @generated from field: uint64 leave_request_id = 23;
|
|
626
1084
|
*/
|
|
627
1085
|
leaveRequestId: bigint;
|
|
628
1086
|
/**
|
|
629
|
-
*
|
|
1087
|
+
*
|
|
1088
|
+
* @optional
|
|
1089
|
+
*
|
|
1090
|
+
* @description Filter absences starting ON or AFTER this timestamp.
|
|
1091
|
+
*
|
|
1092
|
+
* @example 1698220800
|
|
1093
|
+
*
|
|
1094
|
+
* @regex ^[0-9]+$
|
|
1095
|
+
*
|
|
1096
|
+
* @format Non-negative integer.
|
|
630
1097
|
*
|
|
631
1098
|
* @generated from field: uint64 from_timestamp_start = 24;
|
|
632
1099
|
*/
|
|
633
1100
|
fromTimestampStart: bigint;
|
|
634
1101
|
/**
|
|
635
|
-
*
|
|
1102
|
+
*
|
|
1103
|
+
* @optional
|
|
1104
|
+
*
|
|
1105
|
+
* @description Filter absences starting ON or BEFORE this timestamp.
|
|
1106
|
+
*
|
|
1107
|
+
* @example 1698307200
|
|
1108
|
+
*
|
|
1109
|
+
* @regex ^[0-9]+$
|
|
1110
|
+
*
|
|
1111
|
+
* @format Non-negative integer.
|
|
636
1112
|
*
|
|
637
1113
|
* @generated from field: uint64 from_timestamp_end = 25;
|
|
638
1114
|
*/
|
|
639
1115
|
fromTimestampEnd: bigint;
|
|
640
1116
|
/**
|
|
641
|
-
*
|
|
1117
|
+
*
|
|
1118
|
+
* @optional
|
|
1119
|
+
*
|
|
1120
|
+
* @description Filter absences ending ON or AFTER this timestamp.
|
|
1121
|
+
*
|
|
1122
|
+
* @example 1698220800
|
|
1123
|
+
*
|
|
1124
|
+
* @regex ^[0-9]+$
|
|
1125
|
+
*
|
|
1126
|
+
* @format Non-negative integer.
|
|
642
1127
|
*
|
|
643
1128
|
* @generated from field: uint64 to_timestamp_start = 26;
|
|
644
1129
|
*/
|
|
645
1130
|
toTimestampStart: bigint;
|
|
646
1131
|
/**
|
|
647
|
-
*
|
|
1132
|
+
*
|
|
1133
|
+
* @optional
|
|
1134
|
+
*
|
|
1135
|
+
* @description Filter absences ending ON or BEFORE this timestamp.
|
|
1136
|
+
*
|
|
1137
|
+
* @example 1698307200
|
|
1138
|
+
*
|
|
1139
|
+
* @regex ^[0-9]+$
|
|
1140
|
+
*
|
|
1141
|
+
* @format Non-negative integer.
|
|
648
1142
|
*
|
|
649
1143
|
* @generated from field: uint64 to_timestamp_end = 27;
|
|
650
1144
|
*/
|
|
651
1145
|
toTimestampEnd: bigint;
|
|
652
1146
|
/**
|
|
653
|
-
*
|
|
1147
|
+
*
|
|
1148
|
+
* @optional
|
|
1149
|
+
*
|
|
1150
|
+
* @description Filter by Unit of Measure (e.g., Days, Hours).
|
|
1151
|
+
*
|
|
1152
|
+
* @example 1
|
|
1153
|
+
*
|
|
1154
|
+
* @regex ^[0-9]+$
|
|
1155
|
+
*
|
|
1156
|
+
* @format Non-negative integer.
|
|
654
1157
|
*
|
|
655
1158
|
* @generated from field: uint64 uom_id = 28;
|
|
656
1159
|
*/
|
|
657
1160
|
uomId: bigint;
|
|
658
1161
|
/**
|
|
659
|
-
*
|
|
1162
|
+
*
|
|
1163
|
+
* @optional
|
|
1164
|
+
*
|
|
1165
|
+
* @description Minimum quantity filter (expressed in cents).
|
|
1166
|
+
*
|
|
1167
|
+
* @example 100
|
|
1168
|
+
*
|
|
1169
|
+
* @regex ^[0-9]+$
|
|
1170
|
+
*
|
|
1171
|
+
* @format Non-negative integer.
|
|
660
1172
|
*
|
|
661
1173
|
* @generated from field: uint64 quantity_min = 29;
|
|
662
1174
|
*/
|
|
663
1175
|
quantityMin: bigint;
|
|
664
1176
|
/**
|
|
665
|
-
*
|
|
1177
|
+
*
|
|
1178
|
+
* @optional
|
|
1179
|
+
*
|
|
1180
|
+
* @description Maximum quantity filter (expressed in cents).
|
|
1181
|
+
*
|
|
1182
|
+
* @example 500
|
|
1183
|
+
*
|
|
1184
|
+
* @regex ^[0-9]+$
|
|
1185
|
+
*
|
|
1186
|
+
* @format Non-negative integer.
|
|
666
1187
|
*
|
|
667
1188
|
* @generated from field: uint64 quantity_max = 30;
|
|
668
1189
|
*/
|
|
669
1190
|
quantityMax: bigint;
|
|
670
1191
|
/**
|
|
671
|
-
*
|
|
1192
|
+
*
|
|
1193
|
+
* @optional
|
|
1194
|
+
*
|
|
1195
|
+
* @description Filter based on dynamic form field values.
|
|
672
1196
|
*
|
|
673
1197
|
* @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
|
|
674
1198
|
*/
|
|
@@ -684,157 +1208,368 @@ export declare class AbsencesServiceFilterReq extends Message<AbsencesServiceFil
|
|
|
684
1208
|
}
|
|
685
1209
|
/**
|
|
686
1210
|
*
|
|
687
|
-
*
|
|
1211
|
+
* Request message to count records matching specific criteria.
|
|
688
1212
|
*
|
|
689
1213
|
* @generated from message Scailo.AbsencesServiceCountReq
|
|
690
1214
|
*/
|
|
691
1215
|
export declare class AbsencesServiceCountReq extends Message<AbsencesServiceCountReq> {
|
|
692
1216
|
/**
|
|
693
|
-
*
|
|
1217
|
+
*
|
|
1218
|
+
* @optional
|
|
1219
|
+
*
|
|
1220
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1221
|
+
*
|
|
1222
|
+
* @example ANY
|
|
694
1223
|
*
|
|
695
1224
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
696
1225
|
*/
|
|
697
1226
|
isActive: BOOL_FILTER;
|
|
698
1227
|
/**
|
|
699
|
-
*
|
|
1228
|
+
*
|
|
1229
|
+
* @optional
|
|
1230
|
+
*
|
|
1231
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1232
|
+
*
|
|
1233
|
+
* @example 1672531200
|
|
1234
|
+
*
|
|
1235
|
+
* @regex ^[0-9]+$
|
|
1236
|
+
*
|
|
1237
|
+
* @format Non-negative integer.
|
|
700
1238
|
*
|
|
701
1239
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
702
1240
|
*/
|
|
703
1241
|
creationTimestampStart: bigint;
|
|
704
1242
|
/**
|
|
705
|
-
*
|
|
1243
|
+
*
|
|
1244
|
+
* @optional
|
|
1245
|
+
*
|
|
1246
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1247
|
+
*
|
|
1248
|
+
* @example 1704067199
|
|
1249
|
+
*
|
|
1250
|
+
* @regex ^[0-9]+$
|
|
1251
|
+
*
|
|
1252
|
+
* @format Non-negative integer.
|
|
706
1253
|
*
|
|
707
1254
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
708
1255
|
*/
|
|
709
1256
|
creationTimestampEnd: bigint;
|
|
710
1257
|
/**
|
|
711
|
-
*
|
|
1258
|
+
*
|
|
1259
|
+
* @optional
|
|
1260
|
+
*
|
|
1261
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1262
|
+
*
|
|
1263
|
+
* @example 1672531200
|
|
1264
|
+
*
|
|
1265
|
+
* @regex ^[0-9]+$
|
|
1266
|
+
*
|
|
1267
|
+
* @format Non-negative integer.
|
|
712
1268
|
*
|
|
713
1269
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
714
1270
|
*/
|
|
715
1271
|
modificationTimestampStart: bigint;
|
|
716
1272
|
/**
|
|
717
|
-
*
|
|
1273
|
+
*
|
|
1274
|
+
* @optional
|
|
1275
|
+
*
|
|
1276
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1277
|
+
*
|
|
1278
|
+
* @example 1704067199
|
|
1279
|
+
*
|
|
1280
|
+
* @regex ^[0-9]+$
|
|
1281
|
+
*
|
|
1282
|
+
* @format Non-negative integer.
|
|
718
1283
|
*
|
|
719
1284
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
720
1285
|
*/
|
|
721
1286
|
modificationTimestampEnd: bigint;
|
|
722
1287
|
/**
|
|
723
|
-
*
|
|
1288
|
+
*
|
|
1289
|
+
* @optional
|
|
1290
|
+
*
|
|
1291
|
+
* @description Filter by the organization UUID.
|
|
1292
|
+
*
|
|
1293
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1294
|
+
*
|
|
1295
|
+
* @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}$
|
|
1296
|
+
*
|
|
1297
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
724
1298
|
*
|
|
725
1299
|
* @generated from field: string entity_uuid = 8;
|
|
726
1300
|
*/
|
|
727
1301
|
entityUuid: string;
|
|
728
1302
|
/**
|
|
729
|
-
*
|
|
1303
|
+
*
|
|
1304
|
+
* @optional
|
|
1305
|
+
*
|
|
1306
|
+
* @description Filter by lifecycle status.
|
|
1307
|
+
*
|
|
1308
|
+
* @example STANDING
|
|
730
1309
|
*
|
|
731
1310
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
732
1311
|
*/
|
|
733
1312
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
734
1313
|
/**
|
|
735
|
-
*
|
|
1314
|
+
*
|
|
1315
|
+
* @optional
|
|
1316
|
+
*
|
|
1317
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1318
|
+
*
|
|
1319
|
+
* @example 1672531200
|
|
1320
|
+
*
|
|
1321
|
+
* @regex ^[0-9]+$
|
|
1322
|
+
*
|
|
1323
|
+
* @format Non-negative integer.
|
|
736
1324
|
*
|
|
737
1325
|
* @generated from field: uint64 approved_on_start = 11;
|
|
738
1326
|
*/
|
|
739
1327
|
approvedOnStart: bigint;
|
|
740
1328
|
/**
|
|
741
|
-
*
|
|
1329
|
+
*
|
|
1330
|
+
* @optional
|
|
1331
|
+
*
|
|
1332
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1333
|
+
*
|
|
1334
|
+
* @example 1704067199
|
|
1335
|
+
*
|
|
1336
|
+
* @regex ^[0-9]+$
|
|
1337
|
+
*
|
|
1338
|
+
* @format Non-negative integer.
|
|
742
1339
|
*
|
|
743
1340
|
* @generated from field: uint64 approved_on_end = 12;
|
|
744
1341
|
*/
|
|
745
1342
|
approvedOnEnd: bigint;
|
|
746
1343
|
/**
|
|
747
|
-
*
|
|
1344
|
+
*
|
|
1345
|
+
* @optional
|
|
1346
|
+
*
|
|
1347
|
+
* @description Filter by specific user who approved the records.
|
|
1348
|
+
*
|
|
1349
|
+
* @example 501
|
|
1350
|
+
*
|
|
1351
|
+
* @regex ^[0-9]+$
|
|
1352
|
+
*
|
|
1353
|
+
* @format Non-negative integer.
|
|
748
1354
|
*
|
|
749
1355
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
750
1356
|
*/
|
|
751
1357
|
approvedByUserId: bigint;
|
|
752
1358
|
/**
|
|
753
|
-
*
|
|
1359
|
+
*
|
|
1360
|
+
* @optional
|
|
1361
|
+
*
|
|
1362
|
+
* @description Filter by the role used during approval.
|
|
1363
|
+
*
|
|
1364
|
+
* @example 5
|
|
1365
|
+
*
|
|
1366
|
+
* @regex ^[0-9]+$
|
|
1367
|
+
*
|
|
1368
|
+
* @format Non-negative integer.
|
|
754
1369
|
*
|
|
755
1370
|
* @generated from field: uint64 approver_role_id = 14;
|
|
756
1371
|
*/
|
|
757
1372
|
approverRoleId: bigint;
|
|
758
1373
|
/**
|
|
759
|
-
*
|
|
1374
|
+
*
|
|
1375
|
+
* @optional
|
|
1376
|
+
*
|
|
1377
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1378
|
+
*
|
|
1379
|
+
* @example 1672531200
|
|
1380
|
+
*
|
|
1381
|
+
* @regex ^[0-9]+$
|
|
1382
|
+
*
|
|
1383
|
+
* @format Non-negative integer.
|
|
760
1384
|
*
|
|
761
1385
|
* @generated from field: uint64 completed_on_start = 15;
|
|
762
1386
|
*/
|
|
763
1387
|
completedOnStart: bigint;
|
|
764
1388
|
/**
|
|
765
|
-
*
|
|
1389
|
+
*
|
|
1390
|
+
* @optional
|
|
1391
|
+
*
|
|
1392
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1393
|
+
*
|
|
1394
|
+
* @example 1704067199
|
|
1395
|
+
*
|
|
1396
|
+
* @regex ^[0-9]+$
|
|
1397
|
+
*
|
|
1398
|
+
* @format Non-negative integer.
|
|
766
1399
|
*
|
|
767
1400
|
* @generated from field: uint64 completed_on_end = 16;
|
|
768
1401
|
*/
|
|
769
1402
|
completedOnEnd: bigint;
|
|
770
1403
|
/**
|
|
771
|
-
*
|
|
1404
|
+
*
|
|
1405
|
+
* @optional
|
|
1406
|
+
*
|
|
1407
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1408
|
+
*
|
|
1409
|
+
* @example "ABS-2023-001"
|
|
1410
|
+
*
|
|
1411
|
+
* @regex [0-9A-Za-z ]*$
|
|
1412
|
+
*
|
|
1413
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
772
1414
|
*
|
|
773
1415
|
* @generated from field: string reference_id = 20;
|
|
774
1416
|
*/
|
|
775
1417
|
referenceId: string;
|
|
776
1418
|
/**
|
|
777
|
-
*
|
|
1419
|
+
*
|
|
1420
|
+
* @optional
|
|
1421
|
+
*
|
|
1422
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1423
|
+
*
|
|
1424
|
+
* @example "ABS-2023-X9Z2"
|
|
1425
|
+
*
|
|
1426
|
+
* @regex [0-9A-Za-z ]*$
|
|
1427
|
+
*
|
|
1428
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
778
1429
|
*
|
|
779
1430
|
* @generated from field: string final_ref_number = 21;
|
|
780
1431
|
*/
|
|
781
1432
|
finalRefNumber: string;
|
|
782
1433
|
/**
|
|
783
|
-
*
|
|
1434
|
+
*
|
|
1435
|
+
* @optional
|
|
1436
|
+
*
|
|
1437
|
+
* @description Filter by specific employee ID.
|
|
1438
|
+
*
|
|
1439
|
+
* @example 1024
|
|
1440
|
+
*
|
|
1441
|
+
* @regex ^[0-9]+$
|
|
1442
|
+
*
|
|
1443
|
+
* @format Non-negative integer.
|
|
784
1444
|
*
|
|
785
1445
|
* @generated from field: uint64 user_id = 22;
|
|
786
1446
|
*/
|
|
787
1447
|
userId: bigint;
|
|
788
1448
|
/**
|
|
789
|
-
*
|
|
1449
|
+
*
|
|
1450
|
+
* @optional
|
|
1451
|
+
*
|
|
1452
|
+
* @description Filter by linked leave request ID.
|
|
1453
|
+
*
|
|
1454
|
+
* @example 552
|
|
1455
|
+
*
|
|
1456
|
+
* @regex ^[0-9]+$
|
|
1457
|
+
*
|
|
1458
|
+
* @format Non-negative integer.
|
|
790
1459
|
*
|
|
791
1460
|
* @generated from field: uint64 leave_request_id = 23;
|
|
792
1461
|
*/
|
|
793
1462
|
leaveRequestId: bigint;
|
|
794
1463
|
/**
|
|
795
|
-
*
|
|
1464
|
+
*
|
|
1465
|
+
* @optional
|
|
1466
|
+
*
|
|
1467
|
+
* @description Filter absences starting ON or AFTER this timestamp.
|
|
1468
|
+
*
|
|
1469
|
+
* @example 1698220800
|
|
1470
|
+
*
|
|
1471
|
+
* @regex ^[0-9]+$
|
|
1472
|
+
*
|
|
1473
|
+
* @format Non-negative integer.
|
|
796
1474
|
*
|
|
797
1475
|
* @generated from field: uint64 from_timestamp_start = 24;
|
|
798
1476
|
*/
|
|
799
1477
|
fromTimestampStart: bigint;
|
|
800
1478
|
/**
|
|
801
|
-
*
|
|
1479
|
+
*
|
|
1480
|
+
* @optional
|
|
1481
|
+
*
|
|
1482
|
+
* @description Filter absences starting ON or BEFORE this timestamp.
|
|
1483
|
+
*
|
|
1484
|
+
* @example 1698307200
|
|
1485
|
+
*
|
|
1486
|
+
* @regex ^[0-9]+$
|
|
1487
|
+
*
|
|
1488
|
+
* @format Non-negative integer.
|
|
802
1489
|
*
|
|
803
1490
|
* @generated from field: uint64 from_timestamp_end = 25;
|
|
804
1491
|
*/
|
|
805
1492
|
fromTimestampEnd: bigint;
|
|
806
1493
|
/**
|
|
807
|
-
*
|
|
1494
|
+
*
|
|
1495
|
+
* @optional
|
|
1496
|
+
*
|
|
1497
|
+
* @description Filter absences ending ON or AFTER this timestamp.
|
|
1498
|
+
*
|
|
1499
|
+
* @example 1698220800
|
|
1500
|
+
*
|
|
1501
|
+
* @regex ^[0-9]+$
|
|
1502
|
+
*
|
|
1503
|
+
* @format Non-negative integer.
|
|
808
1504
|
*
|
|
809
1505
|
* @generated from field: uint64 to_timestamp_start = 26;
|
|
810
1506
|
*/
|
|
811
1507
|
toTimestampStart: bigint;
|
|
812
1508
|
/**
|
|
813
|
-
*
|
|
1509
|
+
*
|
|
1510
|
+
* @optional
|
|
1511
|
+
*
|
|
1512
|
+
* @description Filter absences ending ON or BEFORE this timestamp.
|
|
1513
|
+
*
|
|
1514
|
+
* @example 1698307200
|
|
1515
|
+
*
|
|
1516
|
+
* @regex ^[0-9]+$
|
|
1517
|
+
*
|
|
1518
|
+
* @format Non-negative integer.
|
|
814
1519
|
*
|
|
815
1520
|
* @generated from field: uint64 to_timestamp_end = 27;
|
|
816
1521
|
*/
|
|
817
1522
|
toTimestampEnd: bigint;
|
|
818
1523
|
/**
|
|
819
|
-
*
|
|
1524
|
+
*
|
|
1525
|
+
* @optional
|
|
1526
|
+
*
|
|
1527
|
+
* @description Filter by specific Unit of Measure.
|
|
1528
|
+
*
|
|
1529
|
+
* @example 1
|
|
1530
|
+
*
|
|
1531
|
+
* @regex ^[0-9]+$
|
|
1532
|
+
*
|
|
1533
|
+
* @format Non-negative integer.
|
|
820
1534
|
*
|
|
821
1535
|
* @generated from field: uint64 uom_id = 28;
|
|
822
1536
|
*/
|
|
823
1537
|
uomId: bigint;
|
|
824
1538
|
/**
|
|
825
|
-
*
|
|
1539
|
+
*
|
|
1540
|
+
* @optional
|
|
1541
|
+
*
|
|
1542
|
+
* @description Minimum quantity filter (in cents).
|
|
1543
|
+
*
|
|
1544
|
+
* @example 100
|
|
1545
|
+
*
|
|
1546
|
+
* @regex ^[0-9]+$
|
|
1547
|
+
*
|
|
1548
|
+
* @format Non-negative integer.
|
|
826
1549
|
*
|
|
827
1550
|
* @generated from field: uint64 quantity_min = 29;
|
|
828
1551
|
*/
|
|
829
1552
|
quantityMin: bigint;
|
|
830
1553
|
/**
|
|
831
|
-
*
|
|
1554
|
+
*
|
|
1555
|
+
* @optional
|
|
1556
|
+
*
|
|
1557
|
+
* @description Maximum quantity filter (in cents).
|
|
1558
|
+
*
|
|
1559
|
+
* @example 500
|
|
1560
|
+
*
|
|
1561
|
+
* @regex ^[0-9]+$
|
|
1562
|
+
*
|
|
1563
|
+
* @format Non-negative integer.
|
|
832
1564
|
*
|
|
833
1565
|
* @generated from field: uint64 quantity_max = 30;
|
|
834
1566
|
*/
|
|
835
1567
|
quantityMax: bigint;
|
|
836
1568
|
/**
|
|
837
|
-
*
|
|
1569
|
+
*
|
|
1570
|
+
* @optional
|
|
1571
|
+
*
|
|
1572
|
+
* @description Custom field filters.
|
|
838
1573
|
*
|
|
839
1574
|
* @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
|
|
840
1575
|
*/
|
|
@@ -850,61 +1585,124 @@ export declare class AbsencesServiceCountReq extends Message<AbsencesServiceCoun
|
|
|
850
1585
|
}
|
|
851
1586
|
/**
|
|
852
1587
|
*
|
|
853
|
-
*
|
|
1588
|
+
* Generic search request for finding absences using a free-text search key.
|
|
854
1589
|
*
|
|
855
1590
|
* @generated from message Scailo.AbsencesServiceSearchAllReq
|
|
856
1591
|
*/
|
|
857
1592
|
export declare class AbsencesServiceSearchAllReq extends Message<AbsencesServiceSearchAllReq> {
|
|
858
1593
|
/**
|
|
859
|
-
*
|
|
1594
|
+
*
|
|
1595
|
+
* @optional
|
|
1596
|
+
*
|
|
1597
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1598
|
+
*
|
|
1599
|
+
* @example ANY
|
|
860
1600
|
*
|
|
861
1601
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
862
1602
|
*/
|
|
863
1603
|
isActive: BOOL_FILTER;
|
|
864
1604
|
/**
|
|
865
|
-
*
|
|
1605
|
+
*
|
|
1606
|
+
* @mandatory
|
|
1607
|
+
*
|
|
1608
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1609
|
+
*
|
|
1610
|
+
* @example 100
|
|
1611
|
+
*
|
|
1612
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1613
|
+
*
|
|
1614
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
866
1615
|
*
|
|
867
1616
|
* @generated from field: int64 count = 2;
|
|
868
1617
|
*/
|
|
869
1618
|
count: bigint;
|
|
870
1619
|
/**
|
|
871
|
-
*
|
|
1620
|
+
*
|
|
1621
|
+
* @optional
|
|
1622
|
+
*
|
|
1623
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1624
|
+
*
|
|
1625
|
+
* @example 0
|
|
1626
|
+
*
|
|
1627
|
+
* @regex ^[0-9]+$
|
|
1628
|
+
*
|
|
1629
|
+
* @format Non-negative integer.
|
|
872
1630
|
*
|
|
873
1631
|
* @generated from field: uint64 offset = 3;
|
|
874
1632
|
*/
|
|
875
1633
|
offset: bigint;
|
|
876
1634
|
/**
|
|
877
|
-
*
|
|
1635
|
+
*
|
|
1636
|
+
* @optional
|
|
1637
|
+
*
|
|
1638
|
+
* @description Sort direction.
|
|
1639
|
+
*
|
|
1640
|
+
* @example DESCENDING
|
|
878
1641
|
*
|
|
879
1642
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
880
1643
|
*/
|
|
881
1644
|
sortOrder: SORT_ORDER;
|
|
882
1645
|
/**
|
|
883
|
-
*
|
|
1646
|
+
*
|
|
1647
|
+
* @optional
|
|
1648
|
+
*
|
|
1649
|
+
* @description The field used for sorting.
|
|
884
1650
|
*
|
|
885
1651
|
* @generated from field: Scailo.ABSENCE_SORT_KEY sort_key = 5;
|
|
886
1652
|
*/
|
|
887
1653
|
sortKey: ABSENCE_SORT_KEY;
|
|
888
1654
|
/**
|
|
889
|
-
*
|
|
1655
|
+
*
|
|
1656
|
+
* @optional
|
|
1657
|
+
*
|
|
1658
|
+
* @description Filter by the organization UUID.
|
|
1659
|
+
*
|
|
1660
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1661
|
+
*
|
|
1662
|
+
* @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}$
|
|
1663
|
+
*
|
|
1664
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
890
1665
|
*
|
|
891
1666
|
* @generated from field: string entity_uuid = 6;
|
|
892
1667
|
*/
|
|
893
1668
|
entityUuid: string;
|
|
894
1669
|
/**
|
|
895
|
-
*
|
|
1670
|
+
*
|
|
1671
|
+
* @optional
|
|
1672
|
+
*
|
|
1673
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1674
|
+
*
|
|
1675
|
+
* @example STANDING
|
|
896
1676
|
*
|
|
897
1677
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
898
1678
|
*/
|
|
899
1679
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
900
1680
|
/**
|
|
901
|
-
*
|
|
1681
|
+
*
|
|
1682
|
+
* @mandatory
|
|
1683
|
+
*
|
|
1684
|
+
* @description The search string to match against reference IDs.
|
|
1685
|
+
*
|
|
1686
|
+
* @example "Medical 2023"
|
|
1687
|
+
*
|
|
1688
|
+
* @regex .*
|
|
1689
|
+
*
|
|
1690
|
+
* @format: May contain any UTF-8 characters.
|
|
902
1691
|
*
|
|
903
1692
|
* @generated from field: string search_key = 11;
|
|
904
1693
|
*/
|
|
905
1694
|
searchKey: string;
|
|
906
1695
|
/**
|
|
907
|
-
*
|
|
1696
|
+
*
|
|
1697
|
+
* @optional
|
|
1698
|
+
*
|
|
1699
|
+
* @description Limit search results to a specific employee ID.
|
|
1700
|
+
*
|
|
1701
|
+
* @example 1024
|
|
1702
|
+
*
|
|
1703
|
+
* @regex ^[0-9]+$
|
|
1704
|
+
*
|
|
1705
|
+
* @format Non-negative integer.
|
|
908
1706
|
*
|
|
909
1707
|
* @generated from field: uint64 user_id = 22;
|
|
910
1708
|
*/
|