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