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