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