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