@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
|
@@ -3,55 +3,55 @@ import { Message, proto3 } from "@bufbuild/protobuf";
|
|
|
3
3
|
import { ApprovalMetadata, BOOL_FILTER, EmployeeMetadata, LogbookLogConciseSLC, SORT_ORDER, STANDARD_LIFECYCLE_STATUS } from "./base.scailo_pb.js";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
|
-
*
|
|
6
|
+
* Enumeration of fields available for sorting action code search results.
|
|
7
7
|
*
|
|
8
8
|
* @generated from enum Scailo.ACTION_CODE_SORT_KEY
|
|
9
9
|
*/
|
|
10
10
|
export declare enum ACTION_CODE_SORT_KEY {
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* @description Default sort behavior (by internal ID).
|
|
13
13
|
*
|
|
14
14
|
* @generated from enum value: ACTION_CODE_SORT_KEY_ID_UNSPECIFIED = 0;
|
|
15
15
|
*/
|
|
16
16
|
ACTION_CODE_SORT_KEY_ID_UNSPECIFIED = 0,
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* @description Sort by the timestamp the record was initially created.
|
|
19
19
|
*
|
|
20
20
|
* @generated from enum value: ACTION_CODE_SORT_KEY_CREATED_AT = 1;
|
|
21
21
|
*/
|
|
22
22
|
ACTION_CODE_SORT_KEY_CREATED_AT = 1,
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* @description Sort by the timestamp the record was last modified.
|
|
25
25
|
*
|
|
26
26
|
* @generated from enum value: ACTION_CODE_SORT_KEY_MODIFIED_AT = 2;
|
|
27
27
|
*/
|
|
28
28
|
ACTION_CODE_SORT_KEY_MODIFIED_AT = 2,
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* @description Sort by the official approval timestamp.
|
|
31
31
|
*
|
|
32
32
|
* @generated from enum value: ACTION_CODE_SORT_KEY_APPROVED_ON = 3;
|
|
33
33
|
*/
|
|
34
34
|
ACTION_CODE_SORT_KEY_APPROVED_ON = 3,
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* @description Sort by the system ID of the approving user.
|
|
37
37
|
*
|
|
38
38
|
* @generated from enum value: ACTION_CODE_SORT_KEY_APPROVED_BY = 4;
|
|
39
39
|
*/
|
|
40
40
|
ACTION_CODE_SORT_KEY_APPROVED_BY = 4,
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* @description Sort by the security role ID used by the approver.
|
|
43
43
|
*
|
|
44
44
|
* @generated from enum value: ACTION_CODE_SORT_KEY_APPROVER_ROLE_ID = 5;
|
|
45
45
|
*/
|
|
46
46
|
ACTION_CODE_SORT_KEY_APPROVER_ROLE_ID = 5,
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* @description Sort alphabetically by the user-provided display name.
|
|
49
49
|
*
|
|
50
50
|
* @generated from enum value: ACTION_CODE_SORT_KEY_NAME = 10;
|
|
51
51
|
*/
|
|
52
52
|
ACTION_CODE_SORT_KEY_NAME = 10,
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* @description Sort alphabetically by the user-provided unique alphanumeric identifier.
|
|
55
55
|
*
|
|
56
56
|
* @generated from enum value: ACTION_CODE_SORT_KEY_CODE = 11;
|
|
57
57
|
*/
|
|
@@ -59,61 +59,143 @@ export declare enum ACTION_CODE_SORT_KEY {
|
|
|
59
59
|
}
|
|
60
60
|
/**
|
|
61
61
|
*
|
|
62
|
-
*
|
|
62
|
+
* Request message for creating a new Action Code.
|
|
63
|
+
* Action Codes are used to classify specific activities, events, or status changes
|
|
64
|
+
* within the system, often organized in a hierarchical (tree) structure.
|
|
65
|
+
*
|
|
66
|
+
* **Note:** This is a configuration-level entity used to define categorization
|
|
67
|
+
* logic for reporting, workflows, and UI visualization.
|
|
63
68
|
*
|
|
64
69
|
* @generated from message Scailo.ActionsCodesServiceCreateRequest
|
|
65
70
|
*/
|
|
66
71
|
export declare class ActionsCodesServiceCreateRequest extends Message<ActionsCodesServiceCreateRequest> {
|
|
67
72
|
/**
|
|
68
|
-
*
|
|
73
|
+
*
|
|
74
|
+
* @optional
|
|
75
|
+
*
|
|
76
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
77
|
+
*
|
|
78
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
79
|
+
*
|
|
80
|
+
* @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}$
|
|
81
|
+
*
|
|
82
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
69
83
|
*
|
|
70
84
|
* @generated from field: string entity_uuid = 1;
|
|
71
85
|
*/
|
|
72
86
|
entityUuid: string;
|
|
73
87
|
/**
|
|
74
|
-
*
|
|
88
|
+
*
|
|
89
|
+
* @optional
|
|
90
|
+
*
|
|
91
|
+
* @description Audit log comment or justification for creating this action code. Useful for tracking configuration changes in the system history.
|
|
92
|
+
*
|
|
93
|
+
* @example "Adding new sub-code for regional compliance tracking."
|
|
94
|
+
*
|
|
95
|
+
* @regex .*
|
|
96
|
+
*
|
|
97
|
+
* @format May contain any UTF-8 characters or be left empty.
|
|
75
98
|
*
|
|
76
99
|
* @generated from field: string user_comment = 2;
|
|
77
100
|
*/
|
|
78
101
|
userComment: string;
|
|
79
102
|
/**
|
|
80
|
-
*
|
|
103
|
+
*
|
|
104
|
+
* @mandatory
|
|
105
|
+
*
|
|
106
|
+
* @description The display name of the action code. Must be at least 1 character long.
|
|
107
|
+
*
|
|
108
|
+
* @example "Technical Support"
|
|
109
|
+
*
|
|
110
|
+
* @regex .+
|
|
111
|
+
*
|
|
112
|
+
* @format May contain any UTF-8 characters.
|
|
81
113
|
*
|
|
82
114
|
* @generated from field: string name = 10;
|
|
83
115
|
*/
|
|
84
116
|
name: string;
|
|
85
117
|
/**
|
|
86
|
-
*
|
|
118
|
+
*
|
|
119
|
+
* @mandatory
|
|
120
|
+
*
|
|
121
|
+
* @description The unique alphanumeric identifier used for system classification. This is typically a short string or mnemonic used in logic and filtering.
|
|
122
|
+
*
|
|
123
|
+
* @example "TECH_SUP_01"
|
|
124
|
+
*
|
|
125
|
+
* @regex .+
|
|
126
|
+
*
|
|
127
|
+
* @format May contain any UTF-8 characters.
|
|
87
128
|
*
|
|
88
129
|
* @generated from field: string code = 11;
|
|
89
130
|
*/
|
|
90
131
|
code: string;
|
|
91
132
|
/**
|
|
92
|
-
*
|
|
133
|
+
*
|
|
134
|
+
* @optional
|
|
135
|
+
*
|
|
136
|
+
* @description The Hexadecimal foreground (text) color for UI rendering. Used to visually distinguish codes in dashboards or lists.
|
|
137
|
+
*
|
|
138
|
+
* @example "#FFFFFF"
|
|
139
|
+
*
|
|
140
|
+
* @regex "^#[0-9a-fA-F]{6}$"
|
|
141
|
+
*
|
|
142
|
+
* @format Must be a 6-digit hex code starting with #.
|
|
93
143
|
*
|
|
94
144
|
* @generated from field: string fg_color = 12;
|
|
95
145
|
*/
|
|
96
146
|
fgColor: string;
|
|
97
147
|
/**
|
|
98
|
-
*
|
|
148
|
+
*
|
|
149
|
+
* @optional
|
|
150
|
+
*
|
|
151
|
+
* @description The Hexadecimal background color for UI rendering. Used to visually distinguish codes in dashboards or lists.
|
|
152
|
+
*
|
|
153
|
+
* @example "#FF5733"
|
|
154
|
+
*
|
|
155
|
+
* @regex "^#[0-9a-fA-F]{6}$"
|
|
156
|
+
*
|
|
157
|
+
* @format Must be a 6-digit hex code starting with #.
|
|
99
158
|
*
|
|
100
159
|
* @generated from field: string bg_color = 13;
|
|
101
160
|
*/
|
|
102
161
|
bgColor: string;
|
|
103
162
|
/**
|
|
104
|
-
*
|
|
163
|
+
*
|
|
164
|
+
* @optional
|
|
165
|
+
*
|
|
166
|
+
* @description The ID of the parent category in the action code hierarchy. Set to `0` if this is a top-level (root) action code.
|
|
167
|
+
*
|
|
168
|
+
* @example 105
|
|
169
|
+
*
|
|
170
|
+
* @regex ^[0-9]+$
|
|
171
|
+
*
|
|
172
|
+
* @format Non-negative integer.
|
|
105
173
|
*
|
|
106
174
|
* @generated from field: uint64 parent_action_code_id = 16;
|
|
107
175
|
*/
|
|
108
176
|
parentActionCodeId: bigint;
|
|
109
177
|
/**
|
|
110
|
-
*
|
|
178
|
+
*
|
|
179
|
+
* @mandatory
|
|
180
|
+
*
|
|
181
|
+
* @description Indicates whether this code is a terminal "leaf" node. If `true`, no further sub-codes can be nested under this entry.
|
|
182
|
+
*
|
|
183
|
+
* @example true
|
|
111
184
|
*
|
|
112
185
|
* @generated from field: bool is_leaf = 17;
|
|
113
186
|
*/
|
|
114
187
|
isLeaf: boolean;
|
|
115
188
|
/**
|
|
116
|
-
*
|
|
189
|
+
*
|
|
190
|
+
* @optional
|
|
191
|
+
*
|
|
192
|
+
* @description Detailed explanation of what this action code represents and when it should be used.
|
|
193
|
+
*
|
|
194
|
+
* @example "Used for tracking inbound technical support tickets for Tier 1 issues."
|
|
195
|
+
*
|
|
196
|
+
* @regex .*
|
|
197
|
+
*
|
|
198
|
+
* @format May contain any UTF-8 characters or be left empty.
|
|
117
199
|
*
|
|
118
200
|
* @generated from field: string description = 18;
|
|
119
201
|
*/
|
|
@@ -129,49 +211,114 @@ export declare class ActionsCodesServiceCreateRequest extends Message<ActionsCod
|
|
|
129
211
|
}
|
|
130
212
|
/**
|
|
131
213
|
*
|
|
132
|
-
*
|
|
214
|
+
* Request message for updating an existing Action Code record.
|
|
215
|
+
* Only applicable for records in `DRAFT` or `REVISION` states.
|
|
216
|
+
* This message allows for modifying the visual properties, naming, and
|
|
217
|
+
* metadata of an established Action Code.
|
|
218
|
+
*
|
|
219
|
+
* **Note:** Only fields provided in the request will typically be updated.
|
|
220
|
+
* The unique system ID is required to locate the target record.
|
|
133
221
|
*
|
|
134
222
|
* @generated from message Scailo.ActionsCodesServiceUpdateRequest
|
|
135
223
|
*/
|
|
136
224
|
export declare class ActionsCodesServiceUpdateRequest extends Message<ActionsCodesServiceUpdateRequest> {
|
|
137
225
|
/**
|
|
138
|
-
*
|
|
226
|
+
*
|
|
227
|
+
* @optional
|
|
228
|
+
*
|
|
229
|
+
* @description Audit log comment or justification for this specific update. Captured in the version history for administrative tracking.
|
|
230
|
+
*
|
|
231
|
+
* @example "Updating brand colors to match new UI guidelines."
|
|
232
|
+
*
|
|
233
|
+
* @regex .*
|
|
234
|
+
*
|
|
235
|
+
* @format May contain any UTF-8 characters or be left empty.
|
|
139
236
|
*
|
|
140
237
|
* @generated from field: string user_comment = 1;
|
|
141
238
|
*/
|
|
142
239
|
userComment: string;
|
|
143
240
|
/**
|
|
144
|
-
*
|
|
241
|
+
*
|
|
242
|
+
* @mandatory
|
|
243
|
+
*
|
|
244
|
+
* @description The unique system identifier of the Action Code to be updated. Must be a value greater than `0`.
|
|
245
|
+
*
|
|
246
|
+
* @example 402
|
|
247
|
+
*
|
|
248
|
+
* @regex ^[1-9][0-9]*$
|
|
249
|
+
*
|
|
250
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
145
251
|
*
|
|
146
252
|
* @generated from field: uint64 id = 2;
|
|
147
253
|
*/
|
|
148
254
|
id: bigint;
|
|
149
255
|
/**
|
|
150
|
-
*
|
|
256
|
+
*
|
|
257
|
+
* @optional
|
|
258
|
+
*
|
|
259
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
260
|
+
*
|
|
261
|
+
* @example true
|
|
151
262
|
*
|
|
152
263
|
* @generated from field: bool notify_users = 3;
|
|
153
264
|
*/
|
|
154
265
|
notifyUsers: boolean;
|
|
155
266
|
/**
|
|
156
|
-
*
|
|
267
|
+
*
|
|
268
|
+
* @mandatory
|
|
269
|
+
*
|
|
270
|
+
* @description The updated display name of the action code. Must contain at least 1 character.
|
|
271
|
+
*
|
|
272
|
+
* @example "Emergency Maintenance"
|
|
273
|
+
*
|
|
274
|
+
* @regex .+
|
|
275
|
+
*
|
|
276
|
+
* @format May contain any UTF-8 characters.
|
|
157
277
|
*
|
|
158
278
|
* @generated from field: string name = 10;
|
|
159
279
|
*/
|
|
160
280
|
name: string;
|
|
161
281
|
/**
|
|
162
|
-
*
|
|
282
|
+
*
|
|
283
|
+
* @optional
|
|
284
|
+
*
|
|
285
|
+
* @description The updated Hexadecimal foreground (text) color.
|
|
286
|
+
*
|
|
287
|
+
* @example "#000000"
|
|
288
|
+
*
|
|
289
|
+
* @regex "^#[0-9a-fA-F]{6}$"
|
|
290
|
+
*
|
|
291
|
+
* @format Must be a 6-digit hex code starting with #.
|
|
163
292
|
*
|
|
164
293
|
* @generated from field: string fg_color = 12;
|
|
165
294
|
*/
|
|
166
295
|
fgColor: string;
|
|
167
296
|
/**
|
|
168
|
-
*
|
|
297
|
+
*
|
|
298
|
+
* @optional
|
|
299
|
+
*
|
|
300
|
+
* @description The updated Hexadecimal background color.
|
|
301
|
+
*
|
|
302
|
+
* @example "#FFFF00"
|
|
303
|
+
*
|
|
304
|
+
* @regex "^#[0-9a-fA-F]{6}$"
|
|
305
|
+
*
|
|
306
|
+
* @format Must be a 6-digit hex code starting with #.
|
|
169
307
|
*
|
|
170
308
|
* @generated from field: string bg_color = 13;
|
|
171
309
|
*/
|
|
172
310
|
bgColor: string;
|
|
173
311
|
/**
|
|
174
|
-
*
|
|
312
|
+
*
|
|
313
|
+
* @optional
|
|
314
|
+
*
|
|
315
|
+
* @description An updated detailed description of the action code's purpose.
|
|
316
|
+
*
|
|
317
|
+
* @example "Revised to include high-priority hardware failures."
|
|
318
|
+
*
|
|
319
|
+
* @regex .*
|
|
320
|
+
*
|
|
321
|
+
* @format May contain any UTF-8 characters or be left empty.
|
|
175
322
|
*
|
|
176
323
|
* @generated from field: string description = 18;
|
|
177
324
|
*/
|
|
@@ -187,79 +334,107 @@ export declare class ActionsCodesServiceUpdateRequest extends Message<ActionsCod
|
|
|
187
334
|
}
|
|
188
335
|
/**
|
|
189
336
|
*
|
|
190
|
-
*
|
|
337
|
+
* Represents a full Action Code within the system.
|
|
191
338
|
*
|
|
192
339
|
* @generated from message Scailo.ActionCode
|
|
193
340
|
*/
|
|
194
341
|
export declare class ActionCode extends Message<ActionCode> {
|
|
195
342
|
/**
|
|
196
|
-
*
|
|
343
|
+
*
|
|
344
|
+
* @description The organization's globally unique identifier.
|
|
345
|
+
*
|
|
346
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
197
347
|
*
|
|
198
348
|
* @generated from field: string entity_uuid = 1;
|
|
199
349
|
*/
|
|
200
350
|
entityUuid: string;
|
|
201
351
|
/**
|
|
202
|
-
*
|
|
352
|
+
*
|
|
353
|
+
* @description Standard employee and record metadata including timestamps.
|
|
203
354
|
*
|
|
204
355
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
205
356
|
*/
|
|
206
357
|
metadata?: EmployeeMetadata;
|
|
207
358
|
/**
|
|
208
|
-
*
|
|
359
|
+
*
|
|
360
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
209
361
|
*
|
|
210
362
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
211
363
|
*/
|
|
212
364
|
approvalMetadata?: ApprovalMetadata;
|
|
213
365
|
/**
|
|
214
|
-
*
|
|
366
|
+
*
|
|
367
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
215
368
|
*
|
|
216
369
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
217
370
|
*/
|
|
218
371
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
219
372
|
/**
|
|
220
|
-
*
|
|
373
|
+
*
|
|
374
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
221
375
|
*
|
|
222
376
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
223
377
|
*/
|
|
224
378
|
logs: LogbookLogConciseSLC[];
|
|
225
379
|
/**
|
|
226
|
-
*
|
|
380
|
+
*
|
|
381
|
+
* @description The display name of the action code.
|
|
382
|
+
*
|
|
383
|
+
* @example "Technical Support"
|
|
227
384
|
*
|
|
228
385
|
* @generated from field: string name = 10;
|
|
229
386
|
*/
|
|
230
387
|
name: string;
|
|
231
388
|
/**
|
|
232
|
-
*
|
|
389
|
+
*
|
|
390
|
+
* @description The unique alphanumeric identifier used for system classification. This is typically a short string or mnemonic used in logic and filtering.
|
|
391
|
+
*
|
|
392
|
+
* @example "TECH_SUP_01"
|
|
233
393
|
*
|
|
234
394
|
* @generated from field: string code = 11;
|
|
235
395
|
*/
|
|
236
396
|
code: string;
|
|
237
397
|
/**
|
|
238
|
-
*
|
|
398
|
+
*
|
|
399
|
+
* @description The Hexadecimal foreground (text) color for UI rendering. Used to visually distinguish codes in dashboards or lists.
|
|
400
|
+
*
|
|
401
|
+
* @example "#FFFFFF"
|
|
239
402
|
*
|
|
240
403
|
* @generated from field: string fg_color = 12;
|
|
241
404
|
*/
|
|
242
405
|
fgColor: string;
|
|
243
406
|
/**
|
|
244
|
-
*
|
|
407
|
+
*
|
|
408
|
+
* @description The Hexadecimal background color for UI rendering. Used to visually distinguish codes in dashboards or lists.
|
|
409
|
+
*
|
|
410
|
+
* @example "#FF5733"
|
|
245
411
|
*
|
|
246
412
|
* @generated from field: string bg_color = 13;
|
|
247
413
|
*/
|
|
248
414
|
bgColor: string;
|
|
249
415
|
/**
|
|
250
|
-
*
|
|
416
|
+
*
|
|
417
|
+
* @description The ID of the associated non-leaf parent action code in the action code hierarchy. If `0`, this is a top-level (root) action code.
|
|
418
|
+
*
|
|
419
|
+
* @example 105
|
|
251
420
|
*
|
|
252
421
|
* @generated from field: uint64 parent_action_code_id = 16;
|
|
253
422
|
*/
|
|
254
423
|
parentActionCodeId: bigint;
|
|
255
424
|
/**
|
|
256
|
-
*
|
|
425
|
+
*
|
|
426
|
+
* @description Indicates whether this code is a terminal "leaf" node. If `true`, no further sub-codes can be nested under this entry.
|
|
427
|
+
*
|
|
428
|
+
* @example true
|
|
257
429
|
*
|
|
258
430
|
* @generated from field: bool is_leaf = 17;
|
|
259
431
|
*/
|
|
260
432
|
isLeaf: boolean;
|
|
261
433
|
/**
|
|
262
|
-
*
|
|
434
|
+
*
|
|
435
|
+
* @description Detailed explanation of what this action code represents and when it should be used.
|
|
436
|
+
*
|
|
437
|
+
* @example "Used for tracking inbound technical support tickets for Tier 1 issues."
|
|
263
438
|
*
|
|
264
439
|
* @generated from field: string description = 18;
|
|
265
440
|
*/
|
|
@@ -275,13 +450,13 @@ export declare class ActionCode extends Message<ActionCode> {
|
|
|
275
450
|
}
|
|
276
451
|
/**
|
|
277
452
|
*
|
|
278
|
-
*
|
|
453
|
+
* Container message for a collection of Action Code records.
|
|
279
454
|
*
|
|
280
455
|
* @generated from message Scailo.ActionsCodesList
|
|
281
456
|
*/
|
|
282
457
|
export declare class ActionsCodesList extends Message<ActionsCodesList> {
|
|
283
458
|
/**
|
|
284
|
-
*
|
|
459
|
+
* @description An array of Action Code records.
|
|
285
460
|
*
|
|
286
461
|
* @generated from field: repeated Scailo.ActionCode list = 1;
|
|
287
462
|
*/
|
|
@@ -297,43 +472,79 @@ export declare class ActionsCodesList extends Message<ActionsCodesList> {
|
|
|
297
472
|
}
|
|
298
473
|
/**
|
|
299
474
|
*
|
|
300
|
-
*
|
|
475
|
+
* Pagination request for retrieving slices of Action Code records.
|
|
301
476
|
*
|
|
302
477
|
* @generated from message Scailo.ActionsCodesServicePaginationReq
|
|
303
478
|
*/
|
|
304
479
|
export declare class ActionsCodesServicePaginationReq extends Message<ActionsCodesServicePaginationReq> {
|
|
305
480
|
/**
|
|
306
|
-
*
|
|
481
|
+
*
|
|
482
|
+
* @optional
|
|
483
|
+
*
|
|
484
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
485
|
+
*
|
|
486
|
+
* @example ANY
|
|
307
487
|
*
|
|
308
488
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
309
489
|
*/
|
|
310
490
|
isActive: BOOL_FILTER;
|
|
311
491
|
/**
|
|
312
|
-
*
|
|
492
|
+
*
|
|
493
|
+
* @mandatory
|
|
494
|
+
*
|
|
495
|
+
* @description Number of records to return per page.
|
|
496
|
+
*
|
|
497
|
+
* @example 50
|
|
498
|
+
*
|
|
499
|
+
* @regex ^[1-9][0-9]*$
|
|
500
|
+
*
|
|
501
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
313
502
|
*
|
|
314
503
|
* @generated from field: int64 count = 2;
|
|
315
504
|
*/
|
|
316
505
|
count: bigint;
|
|
317
506
|
/**
|
|
318
|
-
*
|
|
507
|
+
*
|
|
508
|
+
* @optional
|
|
509
|
+
*
|
|
510
|
+
* @description Number of records to skip (offset) for pagination.
|
|
511
|
+
*
|
|
512
|
+
* @example 0
|
|
513
|
+
*
|
|
514
|
+
* @regex ^[0-9]+$
|
|
515
|
+
*
|
|
516
|
+
* @format Non-negative integer.
|
|
319
517
|
*
|
|
320
518
|
* @generated from field: uint64 offset = 3;
|
|
321
519
|
*/
|
|
322
520
|
offset: bigint;
|
|
323
521
|
/**
|
|
324
|
-
*
|
|
522
|
+
*
|
|
523
|
+
* @optional
|
|
524
|
+
*
|
|
525
|
+
* @description Sort direction.
|
|
526
|
+
*
|
|
527
|
+
* @example DESCENDING
|
|
325
528
|
*
|
|
326
529
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
327
530
|
*/
|
|
328
531
|
sortOrder: SORT_ORDER;
|
|
329
532
|
/**
|
|
330
|
-
*
|
|
533
|
+
*
|
|
534
|
+
* @optional
|
|
535
|
+
*
|
|
536
|
+
* @description The specific field key to sort the results by.
|
|
331
537
|
*
|
|
332
538
|
* @generated from field: Scailo.ACTION_CODE_SORT_KEY sort_key = 5;
|
|
333
539
|
*/
|
|
334
540
|
sortKey: ACTION_CODE_SORT_KEY;
|
|
335
541
|
/**
|
|
336
|
-
*
|
|
542
|
+
*
|
|
543
|
+
* @optional
|
|
544
|
+
*
|
|
545
|
+
* @description Filter results by a specific lifecycle status.
|
|
546
|
+
*
|
|
547
|
+
* @example STANDING
|
|
337
548
|
*
|
|
338
549
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 6;
|
|
339
550
|
*/
|
|
@@ -349,31 +560,41 @@ export declare class ActionsCodesServicePaginationReq extends Message<ActionsCod
|
|
|
349
560
|
}
|
|
350
561
|
/**
|
|
351
562
|
*
|
|
352
|
-
*
|
|
563
|
+
* Response message for paginated queries, including total counts for UI elements.
|
|
353
564
|
*
|
|
354
565
|
* @generated from message Scailo.ActionsCodesServicePaginationResponse
|
|
355
566
|
*/
|
|
356
567
|
export declare class ActionsCodesServicePaginationResponse extends Message<ActionsCodesServicePaginationResponse> {
|
|
357
568
|
/**
|
|
358
|
-
*
|
|
569
|
+
*
|
|
570
|
+
* @description Number of records returned in the current response slice.
|
|
571
|
+
*
|
|
572
|
+
* @example 50
|
|
359
573
|
*
|
|
360
574
|
* @generated from field: uint64 count = 1;
|
|
361
575
|
*/
|
|
362
576
|
count: bigint;
|
|
363
577
|
/**
|
|
364
|
-
*
|
|
578
|
+
*
|
|
579
|
+
* @description The offset provided in the request.
|
|
580
|
+
*
|
|
581
|
+
* @example 0
|
|
365
582
|
*
|
|
366
583
|
* @generated from field: uint64 offset = 2;
|
|
367
584
|
*/
|
|
368
585
|
offset: bigint;
|
|
369
586
|
/**
|
|
370
|
-
*
|
|
587
|
+
*
|
|
588
|
+
* @description The total number of records matching the criteria.
|
|
589
|
+
*
|
|
590
|
+
* @example 1250
|
|
371
591
|
*
|
|
372
592
|
* @generated from field: uint64 total = 3;
|
|
373
593
|
*/
|
|
374
594
|
total: bigint;
|
|
375
595
|
/**
|
|
376
|
-
*
|
|
596
|
+
*
|
|
597
|
+
* @description The array of records for the current page.
|
|
377
598
|
*
|
|
378
599
|
* @generated from field: repeated Scailo.ActionCode payload = 4;
|
|
379
600
|
*/
|
|
@@ -389,133 +610,300 @@ export declare class ActionsCodesServicePaginationResponse extends Message<Actio
|
|
|
389
610
|
}
|
|
390
611
|
/**
|
|
391
612
|
*
|
|
392
|
-
*
|
|
613
|
+
* Advanced filter request for searching action codes using multiple logical criteria.
|
|
393
614
|
*
|
|
394
615
|
* @generated from message Scailo.ActionsCodesServiceFilterReq
|
|
395
616
|
*/
|
|
396
617
|
export declare class ActionsCodesServiceFilterReq extends Message<ActionsCodesServiceFilterReq> {
|
|
397
618
|
/**
|
|
398
|
-
*
|
|
619
|
+
*
|
|
620
|
+
* @optional
|
|
621
|
+
*
|
|
622
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
623
|
+
*
|
|
624
|
+
* @example ANY
|
|
399
625
|
*
|
|
400
626
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
401
627
|
*/
|
|
402
628
|
isActive: BOOL_FILTER;
|
|
403
629
|
/**
|
|
404
|
-
*
|
|
630
|
+
*
|
|
631
|
+
* @mandatory
|
|
632
|
+
*
|
|
633
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
634
|
+
*
|
|
635
|
+
* @example 100
|
|
636
|
+
*
|
|
637
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
638
|
+
*
|
|
639
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
405
640
|
*
|
|
406
641
|
* @generated from field: int64 count = 2;
|
|
407
642
|
*/
|
|
408
643
|
count: bigint;
|
|
409
644
|
/**
|
|
410
|
-
*
|
|
645
|
+
*
|
|
646
|
+
* @optional
|
|
647
|
+
*
|
|
648
|
+
* @description Number of records to skip (offset) for pagination.
|
|
649
|
+
*
|
|
650
|
+
* @example 0
|
|
651
|
+
*
|
|
652
|
+
* @regex ^[0-9]+$
|
|
653
|
+
*
|
|
654
|
+
* @format Non-negative integer.
|
|
411
655
|
*
|
|
412
656
|
* @generated from field: uint64 offset = 3;
|
|
413
657
|
*/
|
|
414
658
|
offset: bigint;
|
|
415
659
|
/**
|
|
416
|
-
*
|
|
660
|
+
*
|
|
661
|
+
* @optional
|
|
662
|
+
*
|
|
663
|
+
* @description Sort direction.
|
|
664
|
+
*
|
|
665
|
+
* @example DESCENDING
|
|
417
666
|
*
|
|
418
667
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
419
668
|
*/
|
|
420
669
|
sortOrder: SORT_ORDER;
|
|
421
670
|
/**
|
|
422
|
-
*
|
|
671
|
+
*
|
|
672
|
+
* @optional
|
|
673
|
+
*
|
|
674
|
+
* @description The field used for sorting.
|
|
423
675
|
*
|
|
424
676
|
* @generated from field: Scailo.ACTION_CODE_SORT_KEY sort_key = 5;
|
|
425
677
|
*/
|
|
426
678
|
sortKey: ACTION_CODE_SORT_KEY;
|
|
427
679
|
/**
|
|
428
|
-
*
|
|
680
|
+
*
|
|
681
|
+
* @optional
|
|
682
|
+
*
|
|
683
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
684
|
+
*
|
|
685
|
+
* @example 1672531200
|
|
686
|
+
*
|
|
687
|
+
* @regex ^[0-9]+$
|
|
688
|
+
*
|
|
689
|
+
* @format Non-negative integer.
|
|
429
690
|
*
|
|
430
691
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
431
692
|
*/
|
|
432
693
|
creationTimestampStart: bigint;
|
|
433
694
|
/**
|
|
434
|
-
*
|
|
695
|
+
*
|
|
696
|
+
* @optional
|
|
697
|
+
*
|
|
698
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
699
|
+
*
|
|
700
|
+
* @example 1704067199
|
|
701
|
+
*
|
|
702
|
+
* @regex ^[0-9]+$
|
|
703
|
+
*
|
|
704
|
+
* @format Non-negative integer.
|
|
435
705
|
*
|
|
436
706
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
437
707
|
*/
|
|
438
708
|
creationTimestampEnd: bigint;
|
|
439
709
|
/**
|
|
440
|
-
*
|
|
710
|
+
*
|
|
711
|
+
* @optional
|
|
712
|
+
*
|
|
713
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
714
|
+
*
|
|
715
|
+
* @example 1672531200
|
|
716
|
+
*
|
|
717
|
+
* @regex ^[0-9]+$
|
|
718
|
+
*
|
|
719
|
+
* @format Non-negative integer.
|
|
441
720
|
*
|
|
442
721
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
443
722
|
*/
|
|
444
723
|
modificationTimestampStart: bigint;
|
|
445
724
|
/**
|
|
446
|
-
*
|
|
725
|
+
*
|
|
726
|
+
* @optional
|
|
727
|
+
*
|
|
728
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
729
|
+
*
|
|
730
|
+
* @example 1704067199
|
|
731
|
+
*
|
|
732
|
+
* @regex ^[0-9]+$
|
|
733
|
+
*
|
|
734
|
+
* @format Non-negative integer.
|
|
447
735
|
*
|
|
448
736
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
449
737
|
*/
|
|
450
738
|
modificationTimestampEnd: bigint;
|
|
451
739
|
/**
|
|
452
|
-
*
|
|
740
|
+
*
|
|
741
|
+
* @optional
|
|
742
|
+
*
|
|
743
|
+
* @description Filter by the organization UUID.
|
|
744
|
+
*
|
|
745
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
746
|
+
*
|
|
747
|
+
* @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}$
|
|
748
|
+
*
|
|
749
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
453
750
|
*
|
|
454
751
|
* @generated from field: string entity_uuid = 8;
|
|
455
752
|
*/
|
|
456
753
|
entityUuid: string;
|
|
457
754
|
/**
|
|
458
|
-
*
|
|
755
|
+
*
|
|
756
|
+
* @optional
|
|
757
|
+
*
|
|
758
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
759
|
+
*
|
|
760
|
+
* @example STANDING
|
|
459
761
|
*
|
|
460
762
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
461
763
|
*/
|
|
462
764
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
463
765
|
/**
|
|
464
|
-
*
|
|
766
|
+
*
|
|
767
|
+
* @optional
|
|
768
|
+
*
|
|
769
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
770
|
+
*
|
|
771
|
+
* @example 1672531200
|
|
772
|
+
*
|
|
773
|
+
* @regex ^[0-9]+$
|
|
774
|
+
*
|
|
775
|
+
* @format Non-negative integer.
|
|
465
776
|
*
|
|
466
777
|
* @generated from field: uint64 approved_on_start = 11;
|
|
467
778
|
*/
|
|
468
779
|
approvedOnStart: bigint;
|
|
469
780
|
/**
|
|
470
|
-
*
|
|
781
|
+
*
|
|
782
|
+
* @optional
|
|
783
|
+
*
|
|
784
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
785
|
+
*
|
|
786
|
+
* @example 1704067199
|
|
787
|
+
*
|
|
788
|
+
* @regex ^[0-9]+$
|
|
789
|
+
*
|
|
790
|
+
* @format Non-negative integer.
|
|
471
791
|
*
|
|
472
792
|
* @generated from field: uint64 approved_on_end = 12;
|
|
473
793
|
*/
|
|
474
794
|
approvedOnEnd: bigint;
|
|
475
795
|
/**
|
|
476
|
-
*
|
|
796
|
+
*
|
|
797
|
+
* @optional
|
|
798
|
+
*
|
|
799
|
+
* @description Filter by the specific user ID who approved the records.
|
|
800
|
+
*
|
|
801
|
+
* @example 501
|
|
802
|
+
*
|
|
803
|
+
* @regex ^[0-9]+$
|
|
804
|
+
*
|
|
805
|
+
* @format Non-negative integer.
|
|
477
806
|
*
|
|
478
807
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
479
808
|
*/
|
|
480
809
|
approvedByUserId: bigint;
|
|
481
810
|
/**
|
|
482
|
-
*
|
|
811
|
+
*
|
|
812
|
+
* @optional
|
|
813
|
+
*
|
|
814
|
+
* @description Filter by the role ID of the approver.
|
|
815
|
+
*
|
|
816
|
+
* @example 5
|
|
817
|
+
*
|
|
818
|
+
* @regex ^[0-9]+$
|
|
819
|
+
*
|
|
820
|
+
* @format Non-negative integer.
|
|
483
821
|
*
|
|
484
822
|
* @generated from field: uint64 approver_role_id = 14;
|
|
485
823
|
*/
|
|
486
824
|
approverRoleId: bigint;
|
|
487
825
|
/**
|
|
488
|
-
*
|
|
826
|
+
*
|
|
827
|
+
* @optional
|
|
828
|
+
*
|
|
829
|
+
* @description Fuzzy match for the display name.
|
|
830
|
+
*
|
|
831
|
+
* @example "Technical Support"
|
|
832
|
+
*
|
|
833
|
+
* @regex .*
|
|
834
|
+
*
|
|
835
|
+
* @format May contain any UTF-8 characters or be left empty.
|
|
489
836
|
*
|
|
490
837
|
* @generated from field: string name = 20;
|
|
491
838
|
*/
|
|
492
839
|
name: string;
|
|
493
840
|
/**
|
|
494
|
-
*
|
|
841
|
+
*
|
|
842
|
+
* @optional
|
|
843
|
+
*
|
|
844
|
+
* @description Exact match for the unique alphanumeric identifier.
|
|
845
|
+
*
|
|
846
|
+
* @example "TECH_SUP_01"
|
|
847
|
+
*
|
|
848
|
+
* @regex .*
|
|
849
|
+
*
|
|
850
|
+
* @format May contain any UTF-8 characters or be left empty.
|
|
495
851
|
*
|
|
496
852
|
* @generated from field: string code = 21;
|
|
497
853
|
*/
|
|
498
854
|
code: string;
|
|
499
855
|
/**
|
|
500
|
-
*
|
|
856
|
+
*
|
|
857
|
+
* @optional
|
|
858
|
+
*
|
|
859
|
+
* @description Exact match for the Hexadecimal foreground (text) color.
|
|
860
|
+
*
|
|
861
|
+
* @example "#FFFFFF"
|
|
862
|
+
*
|
|
863
|
+
* @regex "^$|^#[0-9a-fA-F]{6}$"
|
|
864
|
+
*
|
|
865
|
+
* @format May be empty, but if provided, must be a '#' followed by exactly 6 hex characters.
|
|
501
866
|
*
|
|
502
867
|
* @generated from field: string fg_color = 22;
|
|
503
868
|
*/
|
|
504
869
|
fgColor: string;
|
|
505
870
|
/**
|
|
506
|
-
*
|
|
871
|
+
*
|
|
872
|
+
* @optional
|
|
873
|
+
*
|
|
874
|
+
* @description Exact match for the Hexadecimal background (text) color.
|
|
875
|
+
*
|
|
876
|
+
* @example "#FF5733"
|
|
877
|
+
*
|
|
878
|
+
* @regex "^$|^#[0-9a-fA-F]{6}$"
|
|
879
|
+
*
|
|
880
|
+
* @format May be empty, but if provided, must be a '#' followed by exactly 6 hex characters.
|
|
507
881
|
*
|
|
508
882
|
* @generated from field: string bg_color = 23;
|
|
509
883
|
*/
|
|
510
884
|
bgColor: string;
|
|
511
885
|
/**
|
|
512
|
-
*
|
|
886
|
+
*
|
|
887
|
+
* @optional
|
|
888
|
+
*
|
|
889
|
+
* @description Filter by specific ID of the parent action code. If this is set, then all the action codes that are associated to this parent action code are retrieved.
|
|
890
|
+
*
|
|
891
|
+
* @example 1024
|
|
892
|
+
*
|
|
893
|
+
* @regex ^[0-9]+$
|
|
894
|
+
*
|
|
895
|
+
* @format Non-negative integer.
|
|
513
896
|
*
|
|
514
897
|
* @generated from field: uint64 parent_action_code_id = 26;
|
|
515
898
|
*/
|
|
516
899
|
parentActionCodeId: bigint;
|
|
517
900
|
/**
|
|
518
|
-
*
|
|
901
|
+
*
|
|
902
|
+
* @optional
|
|
903
|
+
*
|
|
904
|
+
* @description Filter by the given leaf property (TRUE, FALSE, ANY)
|
|
905
|
+
*
|
|
906
|
+
* @example ANY
|
|
519
907
|
*
|
|
520
908
|
* @generated from field: Scailo.BOOL_FILTER is_leaf = 27;
|
|
521
909
|
*/
|
|
@@ -537,103 +925,244 @@ export declare class ActionsCodesServiceFilterReq extends Message<ActionsCodesSe
|
|
|
537
925
|
*/
|
|
538
926
|
export declare class ActionsCodesServiceCountReq extends Message<ActionsCodesServiceCountReq> {
|
|
539
927
|
/**
|
|
540
|
-
*
|
|
928
|
+
*
|
|
929
|
+
* @optional
|
|
930
|
+
*
|
|
931
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
932
|
+
*
|
|
933
|
+
* @example ANY
|
|
541
934
|
*
|
|
542
935
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
543
936
|
*/
|
|
544
937
|
isActive: BOOL_FILTER;
|
|
545
938
|
/**
|
|
546
|
-
*
|
|
939
|
+
*
|
|
940
|
+
* @optional
|
|
941
|
+
*
|
|
942
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
943
|
+
*
|
|
944
|
+
* @example 1672531200
|
|
945
|
+
*
|
|
946
|
+
* @regex ^[0-9]+$
|
|
947
|
+
*
|
|
948
|
+
* @format Non-negative integer.
|
|
547
949
|
*
|
|
548
950
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
549
951
|
*/
|
|
550
952
|
creationTimestampStart: bigint;
|
|
551
953
|
/**
|
|
552
|
-
*
|
|
954
|
+
*
|
|
955
|
+
* @optional
|
|
956
|
+
*
|
|
957
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
958
|
+
*
|
|
959
|
+
* @example 1704067199
|
|
960
|
+
*
|
|
961
|
+
* @regex ^[0-9]+$
|
|
962
|
+
*
|
|
963
|
+
* @format Non-negative integer.
|
|
553
964
|
*
|
|
554
965
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
555
966
|
*/
|
|
556
967
|
creationTimestampEnd: bigint;
|
|
557
968
|
/**
|
|
558
|
-
*
|
|
969
|
+
*
|
|
970
|
+
* @optional
|
|
971
|
+
*
|
|
972
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
973
|
+
*
|
|
974
|
+
* @example 1672531200
|
|
975
|
+
*
|
|
976
|
+
* @regex ^[0-9]+$
|
|
977
|
+
*
|
|
978
|
+
* @format Non-negative integer.
|
|
559
979
|
*
|
|
560
980
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
561
981
|
*/
|
|
562
982
|
modificationTimestampStart: bigint;
|
|
563
983
|
/**
|
|
564
|
-
*
|
|
984
|
+
*
|
|
985
|
+
* @optional
|
|
986
|
+
*
|
|
987
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
988
|
+
*
|
|
989
|
+
* @example 1704067199
|
|
990
|
+
*
|
|
991
|
+
* @regex ^[0-9]+$
|
|
992
|
+
*
|
|
993
|
+
* @format Non-negative integer.
|
|
565
994
|
*
|
|
566
995
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
567
996
|
*/
|
|
568
997
|
modificationTimestampEnd: bigint;
|
|
569
998
|
/**
|
|
570
|
-
*
|
|
999
|
+
*
|
|
1000
|
+
* @optional
|
|
1001
|
+
*
|
|
1002
|
+
* @description Filter by the organization UUID.
|
|
1003
|
+
*
|
|
1004
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1005
|
+
*
|
|
1006
|
+
* @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}$
|
|
1007
|
+
*
|
|
1008
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
571
1009
|
*
|
|
572
1010
|
* @generated from field: string entity_uuid = 8;
|
|
573
1011
|
*/
|
|
574
1012
|
entityUuid: string;
|
|
575
1013
|
/**
|
|
576
|
-
*
|
|
1014
|
+
*
|
|
1015
|
+
* @optional
|
|
1016
|
+
*
|
|
1017
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1018
|
+
*
|
|
1019
|
+
* @example STANDING
|
|
577
1020
|
*
|
|
578
1021
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
579
1022
|
*/
|
|
580
1023
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
581
1024
|
/**
|
|
582
|
-
*
|
|
1025
|
+
*
|
|
1026
|
+
* @optional
|
|
1027
|
+
*
|
|
1028
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1029
|
+
*
|
|
1030
|
+
* @example 1672531200
|
|
1031
|
+
*
|
|
1032
|
+
* @regex ^[0-9]+$
|
|
1033
|
+
*
|
|
1034
|
+
* @format Non-negative integer.
|
|
583
1035
|
*
|
|
584
1036
|
* @generated from field: uint64 approved_on_start = 11;
|
|
585
1037
|
*/
|
|
586
1038
|
approvedOnStart: bigint;
|
|
587
1039
|
/**
|
|
588
|
-
*
|
|
1040
|
+
*
|
|
1041
|
+
* @optional
|
|
1042
|
+
*
|
|
1043
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1044
|
+
*
|
|
1045
|
+
* @example 1704067199
|
|
1046
|
+
*
|
|
1047
|
+
* @regex ^[0-9]+$
|
|
1048
|
+
*
|
|
1049
|
+
* @format Non-negative integer.
|
|
589
1050
|
*
|
|
590
1051
|
* @generated from field: uint64 approved_on_end = 12;
|
|
591
1052
|
*/
|
|
592
1053
|
approvedOnEnd: bigint;
|
|
593
1054
|
/**
|
|
594
|
-
*
|
|
1055
|
+
*
|
|
1056
|
+
* @optional
|
|
1057
|
+
*
|
|
1058
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1059
|
+
*
|
|
1060
|
+
* @example 501
|
|
1061
|
+
*
|
|
1062
|
+
* @regex ^[0-9]+$
|
|
1063
|
+
*
|
|
1064
|
+
* @format Non-negative integer.
|
|
595
1065
|
*
|
|
596
1066
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
597
1067
|
*/
|
|
598
1068
|
approvedByUserId: bigint;
|
|
599
1069
|
/**
|
|
600
|
-
*
|
|
1070
|
+
*
|
|
1071
|
+
* @optional
|
|
1072
|
+
*
|
|
1073
|
+
* @description Filter by the role ID of the approver.
|
|
1074
|
+
*
|
|
1075
|
+
* @example 5
|
|
1076
|
+
*
|
|
1077
|
+
* @regex ^[0-9]+$
|
|
1078
|
+
*
|
|
1079
|
+
* @format Non-negative integer.
|
|
601
1080
|
*
|
|
602
1081
|
* @generated from field: uint64 approver_role_id = 14;
|
|
603
1082
|
*/
|
|
604
1083
|
approverRoleId: bigint;
|
|
605
1084
|
/**
|
|
606
|
-
*
|
|
1085
|
+
*
|
|
1086
|
+
* @optional
|
|
1087
|
+
*
|
|
1088
|
+
* @description Fuzzy match for the display name.
|
|
1089
|
+
*
|
|
1090
|
+
* @example "Technical Support"
|
|
1091
|
+
*
|
|
1092
|
+
* @regex .*
|
|
1093
|
+
*
|
|
1094
|
+
* @format May contain any UTF-8 characters or be left empty.
|
|
607
1095
|
*
|
|
608
1096
|
* @generated from field: string name = 20;
|
|
609
1097
|
*/
|
|
610
1098
|
name: string;
|
|
611
1099
|
/**
|
|
612
|
-
*
|
|
1100
|
+
*
|
|
1101
|
+
* @optional
|
|
1102
|
+
*
|
|
1103
|
+
* @description Exact match for the unique alphanumeric identifier.
|
|
1104
|
+
*
|
|
1105
|
+
* @example "TECH_SUP_01"
|
|
1106
|
+
*
|
|
1107
|
+
* @regex .*
|
|
1108
|
+
*
|
|
1109
|
+
* @format May contain any UTF-8 characters or be left empty.
|
|
613
1110
|
*
|
|
614
1111
|
* @generated from field: string code = 21;
|
|
615
1112
|
*/
|
|
616
1113
|
code: string;
|
|
617
1114
|
/**
|
|
618
|
-
*
|
|
1115
|
+
*
|
|
1116
|
+
* @optional
|
|
1117
|
+
*
|
|
1118
|
+
* @description Exact match for the Hexadecimal foreground (text) color.
|
|
1119
|
+
*
|
|
1120
|
+
* @example "#FFFFFF"
|
|
1121
|
+
*
|
|
1122
|
+
* @regex "^$|^#[0-9a-fA-F]{6}$"
|
|
1123
|
+
*
|
|
1124
|
+
* @format May be empty, but if provided, must be a '#' followed by exactly 6 hex characters.
|
|
619
1125
|
*
|
|
620
1126
|
* @generated from field: string fg_color = 22;
|
|
621
1127
|
*/
|
|
622
1128
|
fgColor: string;
|
|
623
1129
|
/**
|
|
624
|
-
*
|
|
1130
|
+
*
|
|
1131
|
+
* @optional
|
|
1132
|
+
*
|
|
1133
|
+
* @description Exact match for the Hexadecimal background (text) color.
|
|
1134
|
+
*
|
|
1135
|
+
* @example "#FF5733"
|
|
1136
|
+
*
|
|
1137
|
+
* @regex "^$|^#[0-9a-fA-F]{6}$"
|
|
1138
|
+
*
|
|
1139
|
+
* @format May be empty, but if provided, must be a '#' followed by exactly 6 hex characters.
|
|
625
1140
|
*
|
|
626
1141
|
* @generated from field: string bg_color = 23;
|
|
627
1142
|
*/
|
|
628
1143
|
bgColor: string;
|
|
629
1144
|
/**
|
|
630
|
-
*
|
|
1145
|
+
*
|
|
1146
|
+
* @optional
|
|
1147
|
+
*
|
|
1148
|
+
* @description Filter by specific ID of the parent action code. If this is set, then all the action codes that are associated to this parent action code are retrieved.
|
|
1149
|
+
*
|
|
1150
|
+
* @example 1024
|
|
1151
|
+
*
|
|
1152
|
+
* @regex ^[0-9]+$
|
|
1153
|
+
*
|
|
1154
|
+
* @format Non-negative integer.
|
|
631
1155
|
*
|
|
632
1156
|
* @generated from field: uint64 parent_action_code_id = 26;
|
|
633
1157
|
*/
|
|
634
1158
|
parentActionCodeId: bigint;
|
|
635
1159
|
/**
|
|
636
|
-
*
|
|
1160
|
+
*
|
|
1161
|
+
* @optional
|
|
1162
|
+
*
|
|
1163
|
+
* @description Filter by the given leaf property (TRUE, FALSE, ANY)
|
|
1164
|
+
*
|
|
1165
|
+
* @example ANY
|
|
637
1166
|
*
|
|
638
1167
|
* @generated from field: Scailo.BOOL_FILTER is_leaf = 27;
|
|
639
1168
|
*/
|
|
@@ -655,61 +1184,129 @@ export declare class ActionsCodesServiceCountReq extends Message<ActionsCodesSer
|
|
|
655
1184
|
*/
|
|
656
1185
|
export declare class ActionsCodesServiceSearchAllReq extends Message<ActionsCodesServiceSearchAllReq> {
|
|
657
1186
|
/**
|
|
658
|
-
*
|
|
1187
|
+
*
|
|
1188
|
+
* @optional
|
|
1189
|
+
*
|
|
1190
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1191
|
+
*
|
|
1192
|
+
* @example ANY
|
|
659
1193
|
*
|
|
660
1194
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
661
1195
|
*/
|
|
662
1196
|
isActive: BOOL_FILTER;
|
|
663
1197
|
/**
|
|
664
|
-
*
|
|
1198
|
+
*
|
|
1199
|
+
* @mandatory
|
|
1200
|
+
*
|
|
1201
|
+
* @description Number of records to return per page. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1202
|
+
*
|
|
1203
|
+
* @example 50
|
|
1204
|
+
*
|
|
1205
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1206
|
+
*
|
|
1207
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
665
1208
|
*
|
|
666
1209
|
* @generated from field: int64 count = 2;
|
|
667
1210
|
*/
|
|
668
1211
|
count: bigint;
|
|
669
1212
|
/**
|
|
670
|
-
*
|
|
1213
|
+
*
|
|
1214
|
+
* @optional
|
|
1215
|
+
*
|
|
1216
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1217
|
+
*
|
|
1218
|
+
* @example 0
|
|
1219
|
+
*
|
|
1220
|
+
* @regex ^[0-9]+$
|
|
1221
|
+
*
|
|
1222
|
+
* @format Non-negative integer.
|
|
671
1223
|
*
|
|
672
1224
|
* @generated from field: uint64 offset = 3;
|
|
673
1225
|
*/
|
|
674
1226
|
offset: bigint;
|
|
675
1227
|
/**
|
|
676
|
-
*
|
|
1228
|
+
*
|
|
1229
|
+
* @optional
|
|
1230
|
+
*
|
|
1231
|
+
* @description Sort direction.
|
|
1232
|
+
*
|
|
1233
|
+
* @example DESCENDING
|
|
677
1234
|
*
|
|
678
1235
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
679
1236
|
*/
|
|
680
1237
|
sortOrder: SORT_ORDER;
|
|
681
1238
|
/**
|
|
682
|
-
*
|
|
1239
|
+
*
|
|
1240
|
+
* @optional
|
|
1241
|
+
*
|
|
1242
|
+
* @description The specific field key to sort the results by.
|
|
683
1243
|
*
|
|
684
1244
|
* @generated from field: Scailo.ACTION_CODE_SORT_KEY sort_key = 5;
|
|
685
1245
|
*/
|
|
686
1246
|
sortKey: ACTION_CODE_SORT_KEY;
|
|
687
1247
|
/**
|
|
688
|
-
*
|
|
1248
|
+
*
|
|
1249
|
+
* @optional
|
|
1250
|
+
*
|
|
1251
|
+
* @description Filter by the organization UUID.
|
|
1252
|
+
*
|
|
1253
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1254
|
+
*
|
|
1255
|
+
* @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}$
|
|
1256
|
+
*
|
|
1257
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
689
1258
|
*
|
|
690
1259
|
* @generated from field: string entity_uuid = 6;
|
|
691
1260
|
*/
|
|
692
1261
|
entityUuid: string;
|
|
693
1262
|
/**
|
|
694
|
-
*
|
|
1263
|
+
*
|
|
1264
|
+
* @optional
|
|
1265
|
+
*
|
|
1266
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1267
|
+
*
|
|
1268
|
+
* @example STANDING
|
|
695
1269
|
*
|
|
696
1270
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
697
1271
|
*/
|
|
698
1272
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
699
1273
|
/**
|
|
700
|
-
*
|
|
1274
|
+
*
|
|
1275
|
+
* @mandatory
|
|
1276
|
+
*
|
|
1277
|
+
* @description The search string to match against.
|
|
1278
|
+
*
|
|
1279
|
+
* @example "Medical 2023"
|
|
1280
|
+
*
|
|
1281
|
+
* @regex .*
|
|
1282
|
+
*
|
|
1283
|
+
* @format: May contain any UTF-8 characters.
|
|
701
1284
|
*
|
|
702
1285
|
* @generated from field: string search_key = 11;
|
|
703
1286
|
*/
|
|
704
1287
|
searchKey: string;
|
|
705
1288
|
/**
|
|
706
|
-
*
|
|
1289
|
+
*
|
|
1290
|
+
* @optional
|
|
1291
|
+
*
|
|
1292
|
+
* @description Filter by specific ID of the parent action code. If this is set, then all the action codes that are associated to this parent action code are retrieved.
|
|
1293
|
+
*
|
|
1294
|
+
* @example 1024
|
|
1295
|
+
*
|
|
1296
|
+
* @regex ^[0-9]+$
|
|
1297
|
+
*
|
|
1298
|
+
* @format Non-negative integer.
|
|
707
1299
|
*
|
|
708
1300
|
* @generated from field: uint64 parent_action_code_id = 25;
|
|
709
1301
|
*/
|
|
710
1302
|
parentActionCodeId: bigint;
|
|
711
1303
|
/**
|
|
712
|
-
*
|
|
1304
|
+
*
|
|
1305
|
+
* @optional
|
|
1306
|
+
*
|
|
1307
|
+
* @description Filter by the given leaf property (TRUE, FALSE, ANY)
|
|
1308
|
+
*
|
|
1309
|
+
* @example ANY
|
|
713
1310
|
*
|
|
714
1311
|
* @generated from field: Scailo.BOOL_FILTER is_leaf = 26;
|
|
715
1312
|
*/
|