@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
|
@@ -206,7 +206,16 @@ protobuf_1.proto3.util.setEnumType(LEAVE_ADJUSTMENT_RECORD_STATUS, "Scailo.LEAVE
|
|
|
206
206
|
*/
|
|
207
207
|
class LeavesAdjustmentsServiceCreateRequest extends protobuf_1.Message {
|
|
208
208
|
/**
|
|
209
|
-
*
|
|
209
|
+
*
|
|
210
|
+
* @optional
|
|
211
|
+
*
|
|
212
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
213
|
+
*
|
|
214
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
215
|
+
*
|
|
216
|
+
* @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}$
|
|
217
|
+
*
|
|
218
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
210
219
|
*
|
|
211
220
|
* @generated from field: string entity_uuid = 1;
|
|
212
221
|
*/
|
|
@@ -218,13 +227,31 @@ class LeavesAdjustmentsServiceCreateRequest extends protobuf_1.Message {
|
|
|
218
227
|
*/
|
|
219
228
|
userComment = "";
|
|
220
229
|
/**
|
|
221
|
-
*
|
|
230
|
+
*
|
|
231
|
+
* @optional
|
|
232
|
+
*
|
|
233
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
234
|
+
*
|
|
235
|
+
* @example 15234
|
|
236
|
+
*
|
|
237
|
+
* @regex ^[0-9]+$
|
|
238
|
+
*
|
|
239
|
+
* @format Non-negative integer.
|
|
222
240
|
*
|
|
223
241
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
224
242
|
*/
|
|
225
243
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
226
244
|
/**
|
|
227
|
-
*
|
|
245
|
+
*
|
|
246
|
+
* @mandatory
|
|
247
|
+
*
|
|
248
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
249
|
+
*
|
|
250
|
+
* @example "ABS-2023-001"
|
|
251
|
+
*
|
|
252
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
253
|
+
*
|
|
254
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
228
255
|
*
|
|
229
256
|
* @generated from field: string reference_id = 10;
|
|
230
257
|
*/
|
|
@@ -289,19 +316,42 @@ class LeavesAdjustmentsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
289
316
|
*/
|
|
290
317
|
id = protobuf_1.protoInt64.zero;
|
|
291
318
|
/**
|
|
292
|
-
*
|
|
319
|
+
*
|
|
320
|
+
* @optional
|
|
321
|
+
*
|
|
322
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
323
|
+
*
|
|
324
|
+
* @example true
|
|
293
325
|
*
|
|
294
326
|
* @generated from field: bool notify_users = 3;
|
|
295
327
|
*/
|
|
296
328
|
notifyUsers = false;
|
|
297
329
|
/**
|
|
298
|
-
*
|
|
330
|
+
*
|
|
331
|
+
* @optional
|
|
332
|
+
*
|
|
333
|
+
* @description Updated vault folder ID for documentation storage.
|
|
334
|
+
*
|
|
335
|
+
* @example 15235
|
|
336
|
+
*
|
|
337
|
+
* @regex ^[0-9]+$
|
|
338
|
+
*
|
|
339
|
+
* @format Non-negative integer.
|
|
299
340
|
*
|
|
300
341
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
301
342
|
*/
|
|
302
343
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
303
344
|
/**
|
|
304
|
-
*
|
|
345
|
+
*
|
|
346
|
+
* @mandatory
|
|
347
|
+
*
|
|
348
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
349
|
+
*
|
|
350
|
+
* @example "ABS-2023-001-REV"
|
|
351
|
+
*
|
|
352
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
353
|
+
*
|
|
354
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
305
355
|
*
|
|
306
356
|
* @generated from field: string reference_id = 10;
|
|
307
357
|
*/
|
|
@@ -348,55 +398,74 @@ exports.LeavesAdjustmentsServiceUpdateRequest = LeavesAdjustmentsServiceUpdateRe
|
|
|
348
398
|
*/
|
|
349
399
|
class LeaveAdjustment extends protobuf_1.Message {
|
|
350
400
|
/**
|
|
351
|
-
*
|
|
401
|
+
*
|
|
402
|
+
* @description The organization's globally unique identifier.
|
|
403
|
+
*
|
|
404
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
352
405
|
*
|
|
353
406
|
* @generated from field: string entity_uuid = 1;
|
|
354
407
|
*/
|
|
355
408
|
entityUuid = "";
|
|
356
409
|
/**
|
|
357
|
-
*
|
|
410
|
+
*
|
|
411
|
+
* @description Standard employee and record metadata including timestamps.
|
|
358
412
|
*
|
|
359
413
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
360
414
|
*/
|
|
361
415
|
metadata;
|
|
362
416
|
/**
|
|
363
|
-
*
|
|
417
|
+
*
|
|
418
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
364
419
|
*
|
|
365
420
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
366
421
|
*/
|
|
367
422
|
approvalMetadata;
|
|
368
423
|
/**
|
|
369
|
-
*
|
|
424
|
+
*
|
|
425
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
370
426
|
*
|
|
371
427
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
372
428
|
*/
|
|
373
429
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
374
430
|
/**
|
|
375
|
-
*
|
|
431
|
+
*
|
|
432
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
376
433
|
*
|
|
377
434
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
378
435
|
*/
|
|
379
436
|
logs = [];
|
|
380
437
|
/**
|
|
381
|
-
*
|
|
438
|
+
*
|
|
439
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
440
|
+
*
|
|
441
|
+
* @example 1698400000
|
|
382
442
|
*
|
|
383
443
|
* @generated from field: uint64 completed_on = 6;
|
|
384
444
|
*/
|
|
385
445
|
completedOn = protobuf_1.protoInt64.zero;
|
|
386
446
|
/**
|
|
387
|
-
*
|
|
447
|
+
*
|
|
448
|
+
* @description Link to the document storage folder.
|
|
449
|
+
*
|
|
450
|
+
* @example 15234
|
|
388
451
|
*
|
|
389
452
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
390
453
|
*/
|
|
391
454
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
392
455
|
/**
|
|
393
|
-
*
|
|
456
|
+
*
|
|
457
|
+
* @description The user-provided reference ID.
|
|
458
|
+
*
|
|
459
|
+
* @example "ABS-2023-001"
|
|
394
460
|
*
|
|
395
461
|
* @generated from field: string reference_id = 10;
|
|
396
462
|
*/
|
|
397
463
|
referenceId = "";
|
|
398
464
|
/**
|
|
399
|
-
*
|
|
465
|
+
*
|
|
466
|
+
* @description The system-generated immutable reference number.
|
|
467
|
+
*
|
|
468
|
+
* @example "ABS-2023-X9Z2"
|
|
400
469
|
*
|
|
401
470
|
* @generated from field: string final_ref_number = 11;
|
|
402
471
|
*/
|
|
@@ -596,25 +665,31 @@ exports.LeavesAdjustmentsServiceRecordUpdateRequest = LeavesAdjustmentsServiceRe
|
|
|
596
665
|
*/
|
|
597
666
|
class LeaveAdjustmentRecord extends protobuf_1.Message {
|
|
598
667
|
/**
|
|
599
|
-
*
|
|
668
|
+
*
|
|
669
|
+
* @description The organization's globally unique identifier.
|
|
670
|
+
*
|
|
671
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
600
672
|
*
|
|
601
673
|
* @generated from field: string entity_uuid = 1;
|
|
602
674
|
*/
|
|
603
675
|
entityUuid = "";
|
|
604
676
|
/**
|
|
605
|
-
*
|
|
677
|
+
*
|
|
678
|
+
* @description Standard employee and record metadata including timestamps.
|
|
606
679
|
*
|
|
607
680
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
608
681
|
*/
|
|
609
682
|
metadata;
|
|
610
683
|
/**
|
|
611
|
-
*
|
|
684
|
+
*
|
|
685
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
612
686
|
*
|
|
613
687
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
614
688
|
*/
|
|
615
689
|
approvalMetadata;
|
|
616
690
|
/**
|
|
617
|
-
*
|
|
691
|
+
*
|
|
692
|
+
* @description The approval state of the record
|
|
618
693
|
*
|
|
619
694
|
* @generated from field: bool need_approval = 4;
|
|
620
695
|
*/
|
|
@@ -803,31 +878,62 @@ exports.LeavesAdjustmentsRecordsHistoryRequest = LeavesAdjustmentsRecordsHistory
|
|
|
803
878
|
*/
|
|
804
879
|
class LeavesAdjustmentsServicePaginationReq extends protobuf_1.Message {
|
|
805
880
|
/**
|
|
806
|
-
*
|
|
881
|
+
*
|
|
882
|
+
* @optional
|
|
883
|
+
*
|
|
884
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
885
|
+
*
|
|
886
|
+
* @example ANY
|
|
807
887
|
*
|
|
808
888
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
809
889
|
*/
|
|
810
890
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
811
891
|
/**
|
|
812
|
-
*
|
|
892
|
+
*
|
|
893
|
+
* @mandatory
|
|
894
|
+
*
|
|
895
|
+
* @description Number of records to return per page.
|
|
896
|
+
*
|
|
897
|
+
* @example 50
|
|
898
|
+
*
|
|
899
|
+
* @regex ^[1-9][0-9]*$
|
|
900
|
+
*
|
|
901
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
813
902
|
*
|
|
814
903
|
* @generated from field: int64 count = 2;
|
|
815
904
|
*/
|
|
816
905
|
count = protobuf_1.protoInt64.zero;
|
|
817
906
|
/**
|
|
818
|
-
*
|
|
907
|
+
*
|
|
908
|
+
* @optional
|
|
909
|
+
*
|
|
910
|
+
* @description Number of records to skip (offset) for pagination.
|
|
911
|
+
*
|
|
912
|
+
* @example 0
|
|
913
|
+
*
|
|
914
|
+
* @regex ^[0-9]+$
|
|
915
|
+
*
|
|
916
|
+
* @format Non-negative integer.
|
|
819
917
|
*
|
|
820
918
|
* @generated from field: uint64 offset = 3;
|
|
821
919
|
*/
|
|
822
920
|
offset = protobuf_1.protoInt64.zero;
|
|
823
921
|
/**
|
|
824
|
-
*
|
|
922
|
+
*
|
|
923
|
+
* @optional
|
|
924
|
+
*
|
|
925
|
+
* @description Sort direction.
|
|
926
|
+
*
|
|
927
|
+
* @example DESCENDING
|
|
825
928
|
*
|
|
826
929
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
827
930
|
*/
|
|
828
931
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
829
932
|
/**
|
|
830
|
-
*
|
|
933
|
+
*
|
|
934
|
+
* @optional
|
|
935
|
+
*
|
|
936
|
+
* @description The specific field key to sort the results by.
|
|
831
937
|
*
|
|
832
938
|
* @generated from field: Scailo.LEAVE_ADJUSTMENT_SORT_KEY sort_key = 5;
|
|
833
939
|
*/
|
|
@@ -874,25 +980,35 @@ exports.LeavesAdjustmentsServicePaginationReq = LeavesAdjustmentsServicePaginati
|
|
|
874
980
|
*/
|
|
875
981
|
class LeavesAdjustmentsServicePaginationResponse extends protobuf_1.Message {
|
|
876
982
|
/**
|
|
877
|
-
*
|
|
983
|
+
*
|
|
984
|
+
* @description Number of records returned in the current response slice.
|
|
985
|
+
*
|
|
986
|
+
* @example 50
|
|
878
987
|
*
|
|
879
988
|
* @generated from field: uint64 count = 1;
|
|
880
989
|
*/
|
|
881
990
|
count = protobuf_1.protoInt64.zero;
|
|
882
991
|
/**
|
|
883
|
-
*
|
|
992
|
+
*
|
|
993
|
+
* @description The offset provided in the request.
|
|
994
|
+
*
|
|
995
|
+
* @example 0
|
|
884
996
|
*
|
|
885
997
|
* @generated from field: uint64 offset = 2;
|
|
886
998
|
*/
|
|
887
999
|
offset = protobuf_1.protoInt64.zero;
|
|
888
1000
|
/**
|
|
889
|
-
*
|
|
1001
|
+
*
|
|
1002
|
+
* @description The total number of records matching the criteria.
|
|
1003
|
+
*
|
|
1004
|
+
* @example 1250
|
|
890
1005
|
*
|
|
891
1006
|
* @generated from field: uint64 total = 3;
|
|
892
1007
|
*/
|
|
893
1008
|
total = protobuf_1.protoInt64.zero;
|
|
894
1009
|
/**
|
|
895
|
-
*
|
|
1010
|
+
*
|
|
1011
|
+
* @description The array of records for the current page.
|
|
896
1012
|
*
|
|
897
1013
|
* @generated from field: repeated Scailo.LeaveAdjustment payload = 4;
|
|
898
1014
|
*/
|
|
@@ -931,115 +1047,268 @@ exports.LeavesAdjustmentsServicePaginationResponse = LeavesAdjustmentsServicePag
|
|
|
931
1047
|
*/
|
|
932
1048
|
class LeavesAdjustmentsServiceFilterReq extends protobuf_1.Message {
|
|
933
1049
|
/**
|
|
934
|
-
*
|
|
1050
|
+
*
|
|
1051
|
+
* @optional
|
|
1052
|
+
*
|
|
1053
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1054
|
+
*
|
|
1055
|
+
* @example ANY
|
|
935
1056
|
*
|
|
936
1057
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
937
1058
|
*/
|
|
938
1059
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
939
1060
|
/**
|
|
940
|
-
*
|
|
1061
|
+
*
|
|
1062
|
+
* @mandatory
|
|
1063
|
+
*
|
|
1064
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1065
|
+
*
|
|
1066
|
+
* @example 100
|
|
1067
|
+
*
|
|
1068
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1069
|
+
*
|
|
1070
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
941
1071
|
*
|
|
942
1072
|
* @generated from field: int64 count = 2;
|
|
943
1073
|
*/
|
|
944
1074
|
count = protobuf_1.protoInt64.zero;
|
|
945
1075
|
/**
|
|
946
|
-
*
|
|
1076
|
+
*
|
|
1077
|
+
* @optional
|
|
1078
|
+
*
|
|
1079
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1080
|
+
*
|
|
1081
|
+
* @example 0
|
|
1082
|
+
*
|
|
1083
|
+
* @regex ^[0-9]+$
|
|
1084
|
+
*
|
|
1085
|
+
* @format Non-negative integer.
|
|
947
1086
|
*
|
|
948
1087
|
* @generated from field: uint64 offset = 3;
|
|
949
1088
|
*/
|
|
950
1089
|
offset = protobuf_1.protoInt64.zero;
|
|
951
1090
|
/**
|
|
952
|
-
*
|
|
1091
|
+
*
|
|
1092
|
+
* @optional
|
|
1093
|
+
*
|
|
1094
|
+
* @description Sort direction.
|
|
1095
|
+
*
|
|
1096
|
+
* @example DESCENDING
|
|
953
1097
|
*
|
|
954
1098
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
955
1099
|
*/
|
|
956
1100
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
957
1101
|
/**
|
|
958
|
-
*
|
|
1102
|
+
*
|
|
1103
|
+
* @optional
|
|
1104
|
+
*
|
|
1105
|
+
* @description The field used for sorting.
|
|
959
1106
|
*
|
|
960
1107
|
* @generated from field: Scailo.LEAVE_ADJUSTMENT_SORT_KEY sort_key = 5;
|
|
961
1108
|
*/
|
|
962
1109
|
sortKey = LEAVE_ADJUSTMENT_SORT_KEY.LEAVE_ADJUSTMENT_SORT_KEY_ID_UNSPECIFIED;
|
|
963
1110
|
/**
|
|
964
|
-
*
|
|
1111
|
+
*
|
|
1112
|
+
* @optional
|
|
1113
|
+
*
|
|
1114
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1115
|
+
*
|
|
1116
|
+
* @example 1672531200
|
|
1117
|
+
*
|
|
1118
|
+
* @regex ^[0-9]+$
|
|
1119
|
+
*
|
|
1120
|
+
* @format Non-negative integer.
|
|
965
1121
|
*
|
|
966
1122
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
967
1123
|
*/
|
|
968
1124
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
969
1125
|
/**
|
|
970
|
-
*
|
|
1126
|
+
*
|
|
1127
|
+
* @optional
|
|
1128
|
+
*
|
|
1129
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1130
|
+
*
|
|
1131
|
+
* @example 1704067199
|
|
1132
|
+
*
|
|
1133
|
+
* @regex ^[0-9]+$
|
|
1134
|
+
*
|
|
1135
|
+
* @format Non-negative integer.
|
|
971
1136
|
*
|
|
972
1137
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
973
1138
|
*/
|
|
974
1139
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
975
1140
|
/**
|
|
976
|
-
*
|
|
1141
|
+
*
|
|
1142
|
+
* @optional
|
|
1143
|
+
*
|
|
1144
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1145
|
+
*
|
|
1146
|
+
* @example 1672531200
|
|
1147
|
+
*
|
|
1148
|
+
* @regex ^[0-9]+$
|
|
1149
|
+
*
|
|
1150
|
+
* @format Non-negative integer.
|
|
977
1151
|
*
|
|
978
1152
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
979
1153
|
*/
|
|
980
1154
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
981
1155
|
/**
|
|
982
|
-
*
|
|
1156
|
+
*
|
|
1157
|
+
* @optional
|
|
1158
|
+
*
|
|
1159
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1160
|
+
*
|
|
1161
|
+
* @example 1704067199
|
|
1162
|
+
*
|
|
1163
|
+
* @regex ^[0-9]+$
|
|
1164
|
+
*
|
|
1165
|
+
* @format Non-negative integer.
|
|
983
1166
|
*
|
|
984
1167
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
985
1168
|
*/
|
|
986
1169
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
987
1170
|
/**
|
|
988
|
-
*
|
|
1171
|
+
*
|
|
1172
|
+
* @optional
|
|
1173
|
+
*
|
|
1174
|
+
* @description Filter by the organization UUID.
|
|
1175
|
+
*
|
|
1176
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1177
|
+
*
|
|
1178
|
+
* @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}$
|
|
1179
|
+
*
|
|
1180
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
989
1181
|
*
|
|
990
1182
|
* @generated from field: string entity_uuid = 8;
|
|
991
1183
|
*/
|
|
992
1184
|
entityUuid = "";
|
|
993
1185
|
/**
|
|
994
|
-
*
|
|
1186
|
+
*
|
|
1187
|
+
* @optional
|
|
1188
|
+
*
|
|
1189
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1190
|
+
*
|
|
1191
|
+
* @example STANDING
|
|
995
1192
|
*
|
|
996
1193
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
997
1194
|
*/
|
|
998
1195
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
999
1196
|
/**
|
|
1000
|
-
*
|
|
1197
|
+
*
|
|
1198
|
+
* @optional
|
|
1199
|
+
*
|
|
1200
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1201
|
+
*
|
|
1202
|
+
* @example 1672531200
|
|
1203
|
+
*
|
|
1204
|
+
* @regex ^[0-9]+$
|
|
1205
|
+
*
|
|
1206
|
+
* @format Non-negative integer.
|
|
1001
1207
|
*
|
|
1002
1208
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1003
1209
|
*/
|
|
1004
1210
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1005
1211
|
/**
|
|
1006
|
-
*
|
|
1212
|
+
*
|
|
1213
|
+
* @optional
|
|
1214
|
+
*
|
|
1215
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1216
|
+
*
|
|
1217
|
+
* @example 1704067199
|
|
1218
|
+
*
|
|
1219
|
+
* @regex ^[0-9]+$
|
|
1220
|
+
*
|
|
1221
|
+
* @format Non-negative integer.
|
|
1007
1222
|
*
|
|
1008
1223
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1009
1224
|
*/
|
|
1010
1225
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1011
1226
|
/**
|
|
1012
|
-
*
|
|
1227
|
+
*
|
|
1228
|
+
* @optional
|
|
1229
|
+
*
|
|
1230
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1231
|
+
*
|
|
1232
|
+
* @example 501
|
|
1233
|
+
*
|
|
1234
|
+
* @regex ^[0-9]+$
|
|
1235
|
+
*
|
|
1236
|
+
* @format Non-negative integer.
|
|
1013
1237
|
*
|
|
1014
1238
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1015
1239
|
*/
|
|
1016
1240
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1017
1241
|
/**
|
|
1018
|
-
*
|
|
1242
|
+
*
|
|
1243
|
+
* @optional
|
|
1244
|
+
*
|
|
1245
|
+
* @description Filter by the role ID of the approver.
|
|
1246
|
+
*
|
|
1247
|
+
* @example 5
|
|
1248
|
+
*
|
|
1249
|
+
* @regex ^[0-9]+$
|
|
1250
|
+
*
|
|
1251
|
+
* @format Non-negative integer.
|
|
1019
1252
|
*
|
|
1020
1253
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1021
1254
|
*/
|
|
1022
1255
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1023
1256
|
/**
|
|
1024
|
-
*
|
|
1257
|
+
*
|
|
1258
|
+
* @optional
|
|
1259
|
+
*
|
|
1260
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1261
|
+
*
|
|
1262
|
+
* @example 1672531200
|
|
1263
|
+
*
|
|
1264
|
+
* @regex ^[0-9]+$
|
|
1265
|
+
*
|
|
1266
|
+
* @format Non-negative integer.
|
|
1025
1267
|
*
|
|
1026
1268
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1027
1269
|
*/
|
|
1028
1270
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1029
1271
|
/**
|
|
1030
|
-
*
|
|
1272
|
+
*
|
|
1273
|
+
* @optional
|
|
1274
|
+
*
|
|
1275
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1276
|
+
*
|
|
1277
|
+
* @example 1704067199
|
|
1278
|
+
*
|
|
1279
|
+
* @regex ^[0-9]+$
|
|
1280
|
+
*
|
|
1281
|
+
* @format Non-negative integer.
|
|
1031
1282
|
*
|
|
1032
1283
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1033
1284
|
*/
|
|
1034
1285
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1035
1286
|
/**
|
|
1036
|
-
*
|
|
1287
|
+
*
|
|
1288
|
+
* @optional
|
|
1289
|
+
*
|
|
1290
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1291
|
+
*
|
|
1292
|
+
* @example "ABS-2023-001"
|
|
1293
|
+
*
|
|
1294
|
+
* @regex [0-9A-Za-z ]*$
|
|
1295
|
+
*
|
|
1296
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1037
1297
|
*
|
|
1038
1298
|
* @generated from field: string reference_id = 20;
|
|
1039
1299
|
*/
|
|
1040
1300
|
referenceId = "";
|
|
1041
1301
|
/**
|
|
1042
|
-
*
|
|
1302
|
+
*
|
|
1303
|
+
* @optional
|
|
1304
|
+
*
|
|
1305
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1306
|
+
*
|
|
1307
|
+
* @example "ABS-2023-X9Z2"
|
|
1308
|
+
*
|
|
1309
|
+
* @regex [0-9A-Za-z ]*$
|
|
1310
|
+
*
|
|
1311
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1043
1312
|
*
|
|
1044
1313
|
* @generated from field: string final_ref_number = 21;
|
|
1045
1314
|
*/
|
|
@@ -1100,91 +1369,218 @@ exports.LeavesAdjustmentsServiceFilterReq = LeavesAdjustmentsServiceFilterReq;
|
|
|
1100
1369
|
*/
|
|
1101
1370
|
class LeavesAdjustmentsServiceCountReq extends protobuf_1.Message {
|
|
1102
1371
|
/**
|
|
1103
|
-
*
|
|
1372
|
+
*
|
|
1373
|
+
* @optional
|
|
1374
|
+
*
|
|
1375
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1376
|
+
*
|
|
1377
|
+
* @example ANY
|
|
1104
1378
|
*
|
|
1105
1379
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1106
1380
|
*/
|
|
1107
1381
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1108
1382
|
/**
|
|
1109
|
-
*
|
|
1383
|
+
*
|
|
1384
|
+
* @optional
|
|
1385
|
+
*
|
|
1386
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1387
|
+
*
|
|
1388
|
+
* @example 1672531200
|
|
1389
|
+
*
|
|
1390
|
+
* @regex ^[0-9]+$
|
|
1391
|
+
*
|
|
1392
|
+
* @format Non-negative integer.
|
|
1110
1393
|
*
|
|
1111
1394
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1112
1395
|
*/
|
|
1113
1396
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1114
1397
|
/**
|
|
1115
|
-
*
|
|
1398
|
+
*
|
|
1399
|
+
* @optional
|
|
1400
|
+
*
|
|
1401
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1402
|
+
*
|
|
1403
|
+
* @example 1704067199
|
|
1404
|
+
*
|
|
1405
|
+
* @regex ^[0-9]+$
|
|
1406
|
+
*
|
|
1407
|
+
* @format Non-negative integer.
|
|
1116
1408
|
*
|
|
1117
1409
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1118
1410
|
*/
|
|
1119
1411
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1120
1412
|
/**
|
|
1121
|
-
*
|
|
1413
|
+
*
|
|
1414
|
+
* @optional
|
|
1415
|
+
*
|
|
1416
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1417
|
+
*
|
|
1418
|
+
* @example 1672531200
|
|
1419
|
+
*
|
|
1420
|
+
* @regex ^[0-9]+$
|
|
1421
|
+
*
|
|
1422
|
+
* @format Non-negative integer.
|
|
1122
1423
|
*
|
|
1123
1424
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1124
1425
|
*/
|
|
1125
1426
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1126
1427
|
/**
|
|
1127
|
-
*
|
|
1428
|
+
*
|
|
1429
|
+
* @optional
|
|
1430
|
+
*
|
|
1431
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1432
|
+
*
|
|
1433
|
+
* @example 1704067199
|
|
1434
|
+
*
|
|
1435
|
+
* @regex ^[0-9]+$
|
|
1436
|
+
*
|
|
1437
|
+
* @format Non-negative integer.
|
|
1128
1438
|
*
|
|
1129
1439
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1130
1440
|
*/
|
|
1131
1441
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1132
1442
|
/**
|
|
1133
|
-
*
|
|
1443
|
+
*
|
|
1444
|
+
* @optional
|
|
1445
|
+
*
|
|
1446
|
+
* @description Filter by the organization UUID.
|
|
1447
|
+
*
|
|
1448
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1449
|
+
*
|
|
1450
|
+
* @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}$
|
|
1451
|
+
*
|
|
1452
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1134
1453
|
*
|
|
1135
1454
|
* @generated from field: string entity_uuid = 8;
|
|
1136
1455
|
*/
|
|
1137
1456
|
entityUuid = "";
|
|
1138
1457
|
/**
|
|
1139
|
-
*
|
|
1458
|
+
*
|
|
1459
|
+
* @optional
|
|
1460
|
+
*
|
|
1461
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1462
|
+
*
|
|
1463
|
+
* @example STANDING
|
|
1140
1464
|
*
|
|
1141
1465
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1142
1466
|
*/
|
|
1143
1467
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1144
1468
|
/**
|
|
1145
|
-
*
|
|
1469
|
+
*
|
|
1470
|
+
* @optional
|
|
1471
|
+
*
|
|
1472
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1473
|
+
*
|
|
1474
|
+
* @example 1672531200
|
|
1475
|
+
*
|
|
1476
|
+
* @regex ^[0-9]+$
|
|
1477
|
+
*
|
|
1478
|
+
* @format Non-negative integer.
|
|
1146
1479
|
*
|
|
1147
1480
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1148
1481
|
*/
|
|
1149
1482
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1150
1483
|
/**
|
|
1151
|
-
*
|
|
1484
|
+
*
|
|
1485
|
+
* @optional
|
|
1486
|
+
*
|
|
1487
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1488
|
+
*
|
|
1489
|
+
* @example 1704067199
|
|
1490
|
+
*
|
|
1491
|
+
* @regex ^[0-9]+$
|
|
1492
|
+
*
|
|
1493
|
+
* @format Non-negative integer.
|
|
1152
1494
|
*
|
|
1153
1495
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1154
1496
|
*/
|
|
1155
1497
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1156
1498
|
/**
|
|
1157
|
-
*
|
|
1499
|
+
*
|
|
1500
|
+
* @optional
|
|
1501
|
+
*
|
|
1502
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1503
|
+
*
|
|
1504
|
+
* @example 501
|
|
1505
|
+
*
|
|
1506
|
+
* @regex ^[0-9]+$
|
|
1507
|
+
*
|
|
1508
|
+
* @format Non-negative integer.
|
|
1158
1509
|
*
|
|
1159
1510
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1160
1511
|
*/
|
|
1161
1512
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1162
1513
|
/**
|
|
1163
|
-
*
|
|
1514
|
+
*
|
|
1515
|
+
* @optional
|
|
1516
|
+
*
|
|
1517
|
+
* @description Filter by the role ID of the approver.
|
|
1518
|
+
*
|
|
1519
|
+
* @example 5
|
|
1520
|
+
*
|
|
1521
|
+
* @regex ^[0-9]+$
|
|
1522
|
+
*
|
|
1523
|
+
* @format Non-negative integer.
|
|
1164
1524
|
*
|
|
1165
1525
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1166
1526
|
*/
|
|
1167
1527
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1168
1528
|
/**
|
|
1169
|
-
*
|
|
1529
|
+
*
|
|
1530
|
+
* @optional
|
|
1531
|
+
*
|
|
1532
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1533
|
+
*
|
|
1534
|
+
* @example 1672531200
|
|
1535
|
+
*
|
|
1536
|
+
* @regex ^[0-9]+$
|
|
1537
|
+
*
|
|
1538
|
+
* @format Non-negative integer.
|
|
1170
1539
|
*
|
|
1171
1540
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1172
1541
|
*/
|
|
1173
1542
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1174
1543
|
/**
|
|
1175
|
-
*
|
|
1544
|
+
*
|
|
1545
|
+
* @optional
|
|
1546
|
+
*
|
|
1547
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1548
|
+
*
|
|
1549
|
+
* @example 1704067199
|
|
1550
|
+
*
|
|
1551
|
+
* @regex ^[0-9]+$
|
|
1552
|
+
*
|
|
1553
|
+
* @format Non-negative integer.
|
|
1176
1554
|
*
|
|
1177
1555
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1178
1556
|
*/
|
|
1179
1557
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1180
1558
|
/**
|
|
1181
|
-
*
|
|
1559
|
+
*
|
|
1560
|
+
* @optional
|
|
1561
|
+
*
|
|
1562
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1563
|
+
*
|
|
1564
|
+
* @example "ABS-2023-001"
|
|
1565
|
+
*
|
|
1566
|
+
* @regex [0-9A-Za-z ]*$
|
|
1567
|
+
*
|
|
1568
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1182
1569
|
*
|
|
1183
1570
|
* @generated from field: string reference_id = 20;
|
|
1184
1571
|
*/
|
|
1185
1572
|
referenceId = "";
|
|
1186
1573
|
/**
|
|
1187
|
-
*
|
|
1574
|
+
*
|
|
1575
|
+
* @optional
|
|
1576
|
+
*
|
|
1577
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1578
|
+
*
|
|
1579
|
+
* @example "ABS-2023-X9Z2"
|
|
1580
|
+
*
|
|
1581
|
+
* @regex [0-9A-Za-z ]*$
|
|
1582
|
+
*
|
|
1583
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1188
1584
|
*
|
|
1189
1585
|
* @generated from field: string final_ref_number = 21;
|
|
1190
1586
|
*/
|
|
@@ -1241,49 +1637,103 @@ exports.LeavesAdjustmentsServiceCountReq = LeavesAdjustmentsServiceCountReq;
|
|
|
1241
1637
|
*/
|
|
1242
1638
|
class LeavesAdjustmentsServiceSearchAllReq extends protobuf_1.Message {
|
|
1243
1639
|
/**
|
|
1244
|
-
*
|
|
1640
|
+
*
|
|
1641
|
+
* @optional
|
|
1642
|
+
*
|
|
1643
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1644
|
+
*
|
|
1645
|
+
* @example ANY
|
|
1245
1646
|
*
|
|
1246
1647
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1247
1648
|
*/
|
|
1248
1649
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1249
1650
|
/**
|
|
1250
|
-
*
|
|
1651
|
+
*
|
|
1652
|
+
* @mandatory
|
|
1653
|
+
*
|
|
1654
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1655
|
+
*
|
|
1656
|
+
* @example 100
|
|
1657
|
+
*
|
|
1658
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1659
|
+
*
|
|
1660
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1251
1661
|
*
|
|
1252
1662
|
* @generated from field: int64 count = 2;
|
|
1253
1663
|
*/
|
|
1254
1664
|
count = protobuf_1.protoInt64.zero;
|
|
1255
1665
|
/**
|
|
1256
|
-
*
|
|
1666
|
+
*
|
|
1667
|
+
* @optional
|
|
1668
|
+
*
|
|
1669
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1670
|
+
*
|
|
1671
|
+
* @example 0
|
|
1672
|
+
*
|
|
1673
|
+
* @regex ^[0-9]+$
|
|
1674
|
+
*
|
|
1675
|
+
* @format Non-negative integer.
|
|
1257
1676
|
*
|
|
1258
1677
|
* @generated from field: uint64 offset = 3;
|
|
1259
1678
|
*/
|
|
1260
1679
|
offset = protobuf_1.protoInt64.zero;
|
|
1261
1680
|
/**
|
|
1262
|
-
*
|
|
1681
|
+
*
|
|
1682
|
+
* @optional
|
|
1683
|
+
*
|
|
1684
|
+
* @description Sort direction.
|
|
1685
|
+
*
|
|
1686
|
+
* @example DESCENDING
|
|
1263
1687
|
*
|
|
1264
1688
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1265
1689
|
*/
|
|
1266
1690
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1267
1691
|
/**
|
|
1268
|
-
*
|
|
1692
|
+
*
|
|
1693
|
+
* @optional
|
|
1694
|
+
*
|
|
1695
|
+
* @description The field used for sorting.
|
|
1269
1696
|
*
|
|
1270
1697
|
* @generated from field: Scailo.LEAVE_ADJUSTMENT_SORT_KEY sort_key = 5;
|
|
1271
1698
|
*/
|
|
1272
1699
|
sortKey = LEAVE_ADJUSTMENT_SORT_KEY.LEAVE_ADJUSTMENT_SORT_KEY_ID_UNSPECIFIED;
|
|
1273
1700
|
/**
|
|
1274
|
-
*
|
|
1701
|
+
*
|
|
1702
|
+
* @optional
|
|
1703
|
+
*
|
|
1704
|
+
* @description Filter by the organization UUID.
|
|
1705
|
+
*
|
|
1706
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1707
|
+
*
|
|
1708
|
+
* @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}$
|
|
1709
|
+
*
|
|
1710
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1275
1711
|
*
|
|
1276
1712
|
* @generated from field: string entity_uuid = 6;
|
|
1277
1713
|
*/
|
|
1278
1714
|
entityUuid = "";
|
|
1279
1715
|
/**
|
|
1280
|
-
*
|
|
1716
|
+
*
|
|
1717
|
+
* @optional
|
|
1718
|
+
*
|
|
1719
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1720
|
+
*
|
|
1721
|
+
* @example STANDING
|
|
1281
1722
|
*
|
|
1282
1723
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1283
1724
|
*/
|
|
1284
1725
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1285
1726
|
/**
|
|
1286
|
-
*
|
|
1727
|
+
*
|
|
1728
|
+
* @mandatory
|
|
1729
|
+
*
|
|
1730
|
+
* @description The search string to match against reference IDs.
|
|
1731
|
+
*
|
|
1732
|
+
* @example "Medical 2023"
|
|
1733
|
+
*
|
|
1734
|
+
* @regex .*
|
|
1735
|
+
*
|
|
1736
|
+
* @format: May contain any UTF-8 characters.
|
|
1287
1737
|
*
|
|
1288
1738
|
* @generated from field: string search_key = 11;
|
|
1289
1739
|
*/
|
|
@@ -1326,37 +1776,77 @@ exports.LeavesAdjustmentsServiceSearchAllReq = LeavesAdjustmentsServiceSearchAll
|
|
|
1326
1776
|
*/
|
|
1327
1777
|
class LeaveAdjustmentRecordsSearchRequest extends protobuf_1.Message {
|
|
1328
1778
|
/**
|
|
1329
|
-
*
|
|
1779
|
+
*
|
|
1780
|
+
* @optional
|
|
1781
|
+
*
|
|
1782
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1783
|
+
*
|
|
1784
|
+
* @example ANY
|
|
1330
1785
|
*
|
|
1331
1786
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1332
1787
|
*/
|
|
1333
1788
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1334
1789
|
/**
|
|
1335
|
-
*
|
|
1790
|
+
*
|
|
1791
|
+
* @mandatory
|
|
1792
|
+
*
|
|
1793
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1794
|
+
*
|
|
1795
|
+
* @example 100
|
|
1796
|
+
*
|
|
1797
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1798
|
+
*
|
|
1799
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1336
1800
|
*
|
|
1337
1801
|
* @generated from field: int64 count = 2;
|
|
1338
1802
|
*/
|
|
1339
1803
|
count = protobuf_1.protoInt64.zero;
|
|
1340
1804
|
/**
|
|
1341
|
-
*
|
|
1805
|
+
*
|
|
1806
|
+
* @optional
|
|
1807
|
+
*
|
|
1808
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1809
|
+
*
|
|
1810
|
+
* @example 0
|
|
1811
|
+
*
|
|
1812
|
+
* @regex ^[0-9]+$
|
|
1813
|
+
*
|
|
1814
|
+
* @format Non-negative integer.
|
|
1342
1815
|
*
|
|
1343
1816
|
* @generated from field: uint64 offset = 3;
|
|
1344
1817
|
*/
|
|
1345
1818
|
offset = protobuf_1.protoInt64.zero;
|
|
1346
1819
|
/**
|
|
1347
|
-
*
|
|
1820
|
+
*
|
|
1821
|
+
* @optional
|
|
1822
|
+
*
|
|
1823
|
+
* @description Sort direction.
|
|
1824
|
+
*
|
|
1825
|
+
* @example DESCENDING
|
|
1348
1826
|
*
|
|
1349
1827
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1350
1828
|
*/
|
|
1351
1829
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1352
1830
|
/**
|
|
1353
|
-
*
|
|
1831
|
+
*
|
|
1832
|
+
* @optional
|
|
1833
|
+
*
|
|
1834
|
+
* @description The field used for sorting.
|
|
1354
1835
|
*
|
|
1355
1836
|
* @generated from field: Scailo.LEAVE_ADJUSTMENT_RECORD_SORT_KEY sort_key = 5;
|
|
1356
1837
|
*/
|
|
1357
1838
|
sortKey = LEAVE_ADJUSTMENT_RECORD_SORT_KEY.LEAVE_ADJUSTMENT_RECORD_SORT_KEY_ID_UNSPECIFIED;
|
|
1358
1839
|
/**
|
|
1359
|
-
*
|
|
1840
|
+
*
|
|
1841
|
+
* @optional
|
|
1842
|
+
*
|
|
1843
|
+
* @description Filter by the organization UUID.
|
|
1844
|
+
*
|
|
1845
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1846
|
+
*
|
|
1847
|
+
* @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}$
|
|
1848
|
+
*
|
|
1849
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1360
1850
|
*
|
|
1361
1851
|
* @generated from field: string entity_uuid = 6;
|
|
1362
1852
|
*/
|
|
@@ -1460,25 +1950,35 @@ exports.LeaveAdjustmentRecordsSearchRequest = LeaveAdjustmentRecordsSearchReques
|
|
|
1460
1950
|
*/
|
|
1461
1951
|
class LeavesAdjustmentsServicePaginatedRecordsResponse extends protobuf_1.Message {
|
|
1462
1952
|
/**
|
|
1463
|
-
*
|
|
1953
|
+
*
|
|
1954
|
+
* @description Number of records returned in the current response slice.
|
|
1955
|
+
*
|
|
1956
|
+
* @example 50
|
|
1464
1957
|
*
|
|
1465
1958
|
* @generated from field: uint64 count = 1;
|
|
1466
1959
|
*/
|
|
1467
1960
|
count = protobuf_1.protoInt64.zero;
|
|
1468
1961
|
/**
|
|
1469
|
-
*
|
|
1962
|
+
*
|
|
1963
|
+
* @description The offset provided in the request.
|
|
1964
|
+
*
|
|
1965
|
+
* @example 0
|
|
1470
1966
|
*
|
|
1471
1967
|
* @generated from field: uint64 offset = 2;
|
|
1472
1968
|
*/
|
|
1473
1969
|
offset = protobuf_1.protoInt64.zero;
|
|
1474
1970
|
/**
|
|
1475
|
-
*
|
|
1971
|
+
*
|
|
1972
|
+
* @description The total number of records matching the criteria.
|
|
1973
|
+
*
|
|
1974
|
+
* @example 1250
|
|
1476
1975
|
*
|
|
1477
1976
|
* @generated from field: uint64 total = 3;
|
|
1478
1977
|
*/
|
|
1479
1978
|
total = protobuf_1.protoInt64.zero;
|
|
1480
1979
|
/**
|
|
1481
|
-
*
|
|
1980
|
+
*
|
|
1981
|
+
* @description The array of records for the current page.
|
|
1482
1982
|
*
|
|
1483
1983
|
* @generated from field: repeated Scailo.LeaveAdjustmentRecord payload = 4;
|
|
1484
1984
|
*/
|