@kernelminds/scailo-sdk 0.1.27 → 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 +88 -23
- package/lib/cjs/src/users.scailo_pb.js +491 -82
- 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 +89 -24
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +479 -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 +88 -23
- package/lib/esm/src/users.scailo_pb.js +495 -84
- 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 +89 -24
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +479 -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
|
@@ -213,7 +213,16 @@ protobuf_1.proto3.util.setEnumType(QUOTATION_RESPONSE_SORT_KEY, "Scailo.QUOTATIO
|
|
|
213
213
|
*/
|
|
214
214
|
class QuotationsResponsesServiceCreateRequest extends protobuf_1.Message {
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
*
|
|
217
|
+
* @optional
|
|
218
|
+
*
|
|
219
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
220
|
+
*
|
|
221
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
222
|
+
*
|
|
223
|
+
* @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}$
|
|
224
|
+
*
|
|
225
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
217
226
|
*
|
|
218
227
|
* @generated from field: string entity_uuid = 1;
|
|
219
228
|
*/
|
|
@@ -225,13 +234,31 @@ class QuotationsResponsesServiceCreateRequest extends protobuf_1.Message {
|
|
|
225
234
|
*/
|
|
226
235
|
userComment = "";
|
|
227
236
|
/**
|
|
228
|
-
*
|
|
237
|
+
*
|
|
238
|
+
* @optional
|
|
239
|
+
*
|
|
240
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
241
|
+
*
|
|
242
|
+
* @example 15234
|
|
243
|
+
*
|
|
244
|
+
* @regex ^[0-9]+$
|
|
245
|
+
*
|
|
246
|
+
* @format Non-negative integer.
|
|
229
247
|
*
|
|
230
248
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
231
249
|
*/
|
|
232
250
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
233
251
|
/**
|
|
234
|
-
*
|
|
252
|
+
*
|
|
253
|
+
* @mandatory
|
|
254
|
+
*
|
|
255
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
256
|
+
*
|
|
257
|
+
* @example "ABS-2023-001"
|
|
258
|
+
*
|
|
259
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
260
|
+
*
|
|
261
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
235
262
|
*
|
|
236
263
|
* @generated from field: string reference_id = 10;
|
|
237
264
|
*/
|
|
@@ -324,19 +351,42 @@ class QuotationsResponsesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
324
351
|
*/
|
|
325
352
|
id = protobuf_1.protoInt64.zero;
|
|
326
353
|
/**
|
|
327
|
-
*
|
|
354
|
+
*
|
|
355
|
+
* @optional
|
|
356
|
+
*
|
|
357
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
358
|
+
*
|
|
359
|
+
* @example true
|
|
328
360
|
*
|
|
329
361
|
* @generated from field: bool notify_users = 3;
|
|
330
362
|
*/
|
|
331
363
|
notifyUsers = false;
|
|
332
364
|
/**
|
|
333
|
-
*
|
|
365
|
+
*
|
|
366
|
+
* @optional
|
|
367
|
+
*
|
|
368
|
+
* @description Updated vault folder ID for documentation storage.
|
|
369
|
+
*
|
|
370
|
+
* @example 15235
|
|
371
|
+
*
|
|
372
|
+
* @regex ^[0-9]+$
|
|
373
|
+
*
|
|
374
|
+
* @format Non-negative integer.
|
|
334
375
|
*
|
|
335
376
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
336
377
|
*/
|
|
337
378
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
338
379
|
/**
|
|
339
|
-
*
|
|
380
|
+
*
|
|
381
|
+
* @mandatory
|
|
382
|
+
*
|
|
383
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
384
|
+
*
|
|
385
|
+
* @example "ABS-2023-001-REV"
|
|
386
|
+
*
|
|
387
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
388
|
+
*
|
|
389
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
340
390
|
*
|
|
341
391
|
* @generated from field: string reference_id = 10;
|
|
342
392
|
*/
|
|
@@ -440,55 +490,74 @@ exports.QuotationResponseAncillaryParameters = QuotationResponseAncillaryParamet
|
|
|
440
490
|
*/
|
|
441
491
|
class QuotationResponse extends protobuf_1.Message {
|
|
442
492
|
/**
|
|
443
|
-
*
|
|
493
|
+
*
|
|
494
|
+
* @description The organization's globally unique identifier.
|
|
495
|
+
*
|
|
496
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
444
497
|
*
|
|
445
498
|
* @generated from field: string entity_uuid = 1;
|
|
446
499
|
*/
|
|
447
500
|
entityUuid = "";
|
|
448
501
|
/**
|
|
449
|
-
*
|
|
502
|
+
*
|
|
503
|
+
* @description Standard employee and record metadata including timestamps.
|
|
450
504
|
*
|
|
451
505
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
452
506
|
*/
|
|
453
507
|
metadata;
|
|
454
508
|
/**
|
|
455
|
-
*
|
|
509
|
+
*
|
|
510
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
456
511
|
*
|
|
457
512
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
458
513
|
*/
|
|
459
514
|
approvalMetadata;
|
|
460
515
|
/**
|
|
461
|
-
*
|
|
516
|
+
*
|
|
517
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
462
518
|
*
|
|
463
519
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
464
520
|
*/
|
|
465
521
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
466
522
|
/**
|
|
467
|
-
*
|
|
523
|
+
*
|
|
524
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
468
525
|
*
|
|
469
526
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
470
527
|
*/
|
|
471
528
|
logs = [];
|
|
472
529
|
/**
|
|
473
|
-
*
|
|
530
|
+
*
|
|
531
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
532
|
+
*
|
|
533
|
+
* @example 1698400000
|
|
474
534
|
*
|
|
475
535
|
* @generated from field: uint64 completed_on = 6;
|
|
476
536
|
*/
|
|
477
537
|
completedOn = protobuf_1.protoInt64.zero;
|
|
478
538
|
/**
|
|
479
|
-
*
|
|
539
|
+
*
|
|
540
|
+
* @description Link to the document storage folder.
|
|
541
|
+
*
|
|
542
|
+
* @example 15234
|
|
480
543
|
*
|
|
481
544
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
482
545
|
*/
|
|
483
546
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
484
547
|
/**
|
|
485
|
-
*
|
|
548
|
+
*
|
|
549
|
+
* @description The user-provided reference ID.
|
|
550
|
+
*
|
|
551
|
+
* @example "ABS-2023-001"
|
|
486
552
|
*
|
|
487
553
|
* @generated from field: string reference_id = 10;
|
|
488
554
|
*/
|
|
489
555
|
referenceId = "";
|
|
490
556
|
/**
|
|
491
|
-
*
|
|
557
|
+
*
|
|
558
|
+
* @description The system-generated immutable reference number.
|
|
559
|
+
*
|
|
560
|
+
* @example "ABS-2023-X9Z2"
|
|
492
561
|
*
|
|
493
562
|
* @generated from field: string final_ref_number = 11;
|
|
494
563
|
*/
|
|
@@ -587,7 +656,16 @@ class QuotationsResponsesServiceItemCreateRequest extends protobuf_1.Message {
|
|
|
587
656
|
*/
|
|
588
657
|
userComment = "";
|
|
589
658
|
/**
|
|
590
|
-
*
|
|
659
|
+
*
|
|
660
|
+
* @optional
|
|
661
|
+
*
|
|
662
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
663
|
+
*
|
|
664
|
+
* @example 15234
|
|
665
|
+
*
|
|
666
|
+
* @regex ^[0-9]+$
|
|
667
|
+
*
|
|
668
|
+
* @format Non-negative integer.
|
|
591
669
|
*
|
|
592
670
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
593
671
|
*/
|
|
@@ -720,7 +798,16 @@ class QuotationsResponsesServiceItemUpdateRequest extends protobuf_1.Message {
|
|
|
720
798
|
*/
|
|
721
799
|
id = protobuf_1.protoInt64.zero;
|
|
722
800
|
/**
|
|
723
|
-
*
|
|
801
|
+
*
|
|
802
|
+
* @optional
|
|
803
|
+
*
|
|
804
|
+
* @description Updated vault folder ID for documentation storage.
|
|
805
|
+
*
|
|
806
|
+
* @example 15235
|
|
807
|
+
*
|
|
808
|
+
* @regex ^[0-9]+$
|
|
809
|
+
*
|
|
810
|
+
* @format Non-negative integer.
|
|
724
811
|
*
|
|
725
812
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
726
813
|
*/
|
|
@@ -828,25 +915,31 @@ exports.QuotationsResponsesServiceItemUpdateRequest = QuotationsResponsesService
|
|
|
828
915
|
*/
|
|
829
916
|
class QuotationResponseItem extends protobuf_1.Message {
|
|
830
917
|
/**
|
|
831
|
-
*
|
|
918
|
+
*
|
|
919
|
+
* @description The organization's globally unique identifier.
|
|
920
|
+
*
|
|
921
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
832
922
|
*
|
|
833
923
|
* @generated from field: string entity_uuid = 1;
|
|
834
924
|
*/
|
|
835
925
|
entityUuid = "";
|
|
836
926
|
/**
|
|
837
|
-
*
|
|
927
|
+
*
|
|
928
|
+
* @description Standard employee and record metadata including timestamps.
|
|
838
929
|
*
|
|
839
930
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
840
931
|
*/
|
|
841
932
|
metadata;
|
|
842
933
|
/**
|
|
843
|
-
*
|
|
934
|
+
*
|
|
935
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
844
936
|
*
|
|
845
937
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
846
938
|
*/
|
|
847
939
|
approvalMetadata;
|
|
848
940
|
/**
|
|
849
|
-
*
|
|
941
|
+
*
|
|
942
|
+
* @description The approval state of the record
|
|
850
943
|
*
|
|
851
944
|
* @generated from field: bool need_approval = 4;
|
|
852
945
|
*/
|
|
@@ -858,7 +951,10 @@ class QuotationResponseItem extends protobuf_1.Message {
|
|
|
858
951
|
*/
|
|
859
952
|
userComment = "";
|
|
860
953
|
/**
|
|
861
|
-
*
|
|
954
|
+
*
|
|
955
|
+
* @description Link to the document storage folder.
|
|
956
|
+
*
|
|
957
|
+
* @example 15234
|
|
862
958
|
*
|
|
863
959
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
864
960
|
*/
|
|
@@ -1098,37 +1194,77 @@ exports.QuotationResponseItemHistoryRequest = QuotationResponseItemHistoryReques
|
|
|
1098
1194
|
*/
|
|
1099
1195
|
class QuotationResponseItemsSearchRequest extends protobuf_1.Message {
|
|
1100
1196
|
/**
|
|
1101
|
-
*
|
|
1197
|
+
*
|
|
1198
|
+
* @optional
|
|
1199
|
+
*
|
|
1200
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1201
|
+
*
|
|
1202
|
+
* @example ANY
|
|
1102
1203
|
*
|
|
1103
1204
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1104
1205
|
*/
|
|
1105
1206
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1106
1207
|
/**
|
|
1107
|
-
*
|
|
1208
|
+
*
|
|
1209
|
+
* @mandatory
|
|
1210
|
+
*
|
|
1211
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1212
|
+
*
|
|
1213
|
+
* @example 100
|
|
1214
|
+
*
|
|
1215
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1216
|
+
*
|
|
1217
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1108
1218
|
*
|
|
1109
1219
|
* @generated from field: int64 count = 2;
|
|
1110
1220
|
*/
|
|
1111
1221
|
count = protobuf_1.protoInt64.zero;
|
|
1112
1222
|
/**
|
|
1113
|
-
*
|
|
1223
|
+
*
|
|
1224
|
+
* @optional
|
|
1225
|
+
*
|
|
1226
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1227
|
+
*
|
|
1228
|
+
* @example 0
|
|
1229
|
+
*
|
|
1230
|
+
* @regex ^[0-9]+$
|
|
1231
|
+
*
|
|
1232
|
+
* @format Non-negative integer.
|
|
1114
1233
|
*
|
|
1115
1234
|
* @generated from field: uint64 offset = 3;
|
|
1116
1235
|
*/
|
|
1117
1236
|
offset = protobuf_1.protoInt64.zero;
|
|
1118
1237
|
/**
|
|
1119
|
-
*
|
|
1238
|
+
*
|
|
1239
|
+
* @optional
|
|
1240
|
+
*
|
|
1241
|
+
* @description Sort direction.
|
|
1242
|
+
*
|
|
1243
|
+
* @example DESCENDING
|
|
1120
1244
|
*
|
|
1121
1245
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1122
1246
|
*/
|
|
1123
1247
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1124
1248
|
/**
|
|
1125
|
-
*
|
|
1249
|
+
*
|
|
1250
|
+
* @optional
|
|
1251
|
+
*
|
|
1252
|
+
* @description The field used for sorting.
|
|
1126
1253
|
*
|
|
1127
1254
|
* @generated from field: Scailo.QUOTATION_RESPONSE_ITEM_SORT_KEY sort_key = 5;
|
|
1128
1255
|
*/
|
|
1129
1256
|
sortKey = QUOTATION_RESPONSE_ITEM_SORT_KEY.QUOTATION_RESPONSE_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1130
1257
|
/**
|
|
1131
|
-
*
|
|
1258
|
+
*
|
|
1259
|
+
* @optional
|
|
1260
|
+
*
|
|
1261
|
+
* @description Filter by the organization UUID.
|
|
1262
|
+
*
|
|
1263
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1264
|
+
*
|
|
1265
|
+
* @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}$
|
|
1266
|
+
*
|
|
1267
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1132
1268
|
*
|
|
1133
1269
|
* @generated from field: string entity_uuid = 6;
|
|
1134
1270
|
*/
|
|
@@ -1246,25 +1382,35 @@ exports.QuotationResponseItemsSearchRequest = QuotationResponseItemsSearchReques
|
|
|
1246
1382
|
*/
|
|
1247
1383
|
class QuotationsResponsesServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1248
1384
|
/**
|
|
1249
|
-
*
|
|
1385
|
+
*
|
|
1386
|
+
* @description Number of records returned in the current response slice.
|
|
1387
|
+
*
|
|
1388
|
+
* @example 50
|
|
1250
1389
|
*
|
|
1251
1390
|
* @generated from field: uint64 count = 1;
|
|
1252
1391
|
*/
|
|
1253
1392
|
count = protobuf_1.protoInt64.zero;
|
|
1254
1393
|
/**
|
|
1255
|
-
*
|
|
1394
|
+
*
|
|
1395
|
+
* @description The offset provided in the request.
|
|
1396
|
+
*
|
|
1397
|
+
* @example 0
|
|
1256
1398
|
*
|
|
1257
1399
|
* @generated from field: uint64 offset = 2;
|
|
1258
1400
|
*/
|
|
1259
1401
|
offset = protobuf_1.protoInt64.zero;
|
|
1260
1402
|
/**
|
|
1261
|
-
*
|
|
1403
|
+
*
|
|
1404
|
+
* @description The total number of records matching the criteria.
|
|
1405
|
+
*
|
|
1406
|
+
* @example 1250
|
|
1262
1407
|
*
|
|
1263
1408
|
* @generated from field: uint64 total = 3;
|
|
1264
1409
|
*/
|
|
1265
1410
|
total = protobuf_1.protoInt64.zero;
|
|
1266
1411
|
/**
|
|
1267
|
-
*
|
|
1412
|
+
*
|
|
1413
|
+
* @description The array of records for the current page.
|
|
1268
1414
|
*
|
|
1269
1415
|
* @generated from field: repeated Scailo.QuotationResponseItem payload = 4;
|
|
1270
1416
|
*/
|
|
@@ -1303,31 +1449,62 @@ exports.QuotationsResponsesServicePaginatedItemsResponse = QuotationsResponsesSe
|
|
|
1303
1449
|
*/
|
|
1304
1450
|
class QuotationsResponsesServicePaginationReq extends protobuf_1.Message {
|
|
1305
1451
|
/**
|
|
1306
|
-
*
|
|
1452
|
+
*
|
|
1453
|
+
* @optional
|
|
1454
|
+
*
|
|
1455
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1456
|
+
*
|
|
1457
|
+
* @example ANY
|
|
1307
1458
|
*
|
|
1308
1459
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1309
1460
|
*/
|
|
1310
1461
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1311
1462
|
/**
|
|
1312
|
-
*
|
|
1463
|
+
*
|
|
1464
|
+
* @mandatory
|
|
1465
|
+
*
|
|
1466
|
+
* @description Number of records to return per page.
|
|
1467
|
+
*
|
|
1468
|
+
* @example 50
|
|
1469
|
+
*
|
|
1470
|
+
* @regex ^[1-9][0-9]*$
|
|
1471
|
+
*
|
|
1472
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1313
1473
|
*
|
|
1314
1474
|
* @generated from field: int64 count = 2;
|
|
1315
1475
|
*/
|
|
1316
1476
|
count = protobuf_1.protoInt64.zero;
|
|
1317
1477
|
/**
|
|
1318
|
-
*
|
|
1478
|
+
*
|
|
1479
|
+
* @optional
|
|
1480
|
+
*
|
|
1481
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1482
|
+
*
|
|
1483
|
+
* @example 0
|
|
1484
|
+
*
|
|
1485
|
+
* @regex ^[0-9]+$
|
|
1486
|
+
*
|
|
1487
|
+
* @format Non-negative integer.
|
|
1319
1488
|
*
|
|
1320
1489
|
* @generated from field: uint64 offset = 3;
|
|
1321
1490
|
*/
|
|
1322
1491
|
offset = protobuf_1.protoInt64.zero;
|
|
1323
1492
|
/**
|
|
1324
|
-
*
|
|
1493
|
+
*
|
|
1494
|
+
* @optional
|
|
1495
|
+
*
|
|
1496
|
+
* @description Sort direction.
|
|
1497
|
+
*
|
|
1498
|
+
* @example DESCENDING
|
|
1325
1499
|
*
|
|
1326
1500
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1327
1501
|
*/
|
|
1328
1502
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1329
1503
|
/**
|
|
1330
|
-
*
|
|
1504
|
+
*
|
|
1505
|
+
* @optional
|
|
1506
|
+
*
|
|
1507
|
+
* @description The specific field key to sort the results by.
|
|
1331
1508
|
*
|
|
1332
1509
|
* @generated from field: Scailo.QUOTATION_RESPONSE_SORT_KEY sort_key = 5;
|
|
1333
1510
|
*/
|
|
@@ -1431,115 +1608,268 @@ exports.QuotationsResponsesServicePaginationResponse = QuotationsResponsesServic
|
|
|
1431
1608
|
*/
|
|
1432
1609
|
class QuotationsResponsesServiceFilterReq extends protobuf_1.Message {
|
|
1433
1610
|
/**
|
|
1434
|
-
*
|
|
1611
|
+
*
|
|
1612
|
+
* @optional
|
|
1613
|
+
*
|
|
1614
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1615
|
+
*
|
|
1616
|
+
* @example ANY
|
|
1435
1617
|
*
|
|
1436
1618
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1437
1619
|
*/
|
|
1438
1620
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1439
1621
|
/**
|
|
1440
|
-
*
|
|
1622
|
+
*
|
|
1623
|
+
* @mandatory
|
|
1624
|
+
*
|
|
1625
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1626
|
+
*
|
|
1627
|
+
* @example 100
|
|
1628
|
+
*
|
|
1629
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1630
|
+
*
|
|
1631
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1441
1632
|
*
|
|
1442
1633
|
* @generated from field: int64 count = 2;
|
|
1443
1634
|
*/
|
|
1444
1635
|
count = protobuf_1.protoInt64.zero;
|
|
1445
1636
|
/**
|
|
1446
|
-
*
|
|
1637
|
+
*
|
|
1638
|
+
* @optional
|
|
1639
|
+
*
|
|
1640
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1641
|
+
*
|
|
1642
|
+
* @example 0
|
|
1643
|
+
*
|
|
1644
|
+
* @regex ^[0-9]+$
|
|
1645
|
+
*
|
|
1646
|
+
* @format Non-negative integer.
|
|
1447
1647
|
*
|
|
1448
1648
|
* @generated from field: uint64 offset = 3;
|
|
1449
1649
|
*/
|
|
1450
1650
|
offset = protobuf_1.protoInt64.zero;
|
|
1451
1651
|
/**
|
|
1452
|
-
*
|
|
1652
|
+
*
|
|
1653
|
+
* @optional
|
|
1654
|
+
*
|
|
1655
|
+
* @description Sort direction.
|
|
1656
|
+
*
|
|
1657
|
+
* @example DESCENDING
|
|
1453
1658
|
*
|
|
1454
1659
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1455
1660
|
*/
|
|
1456
1661
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1457
1662
|
/**
|
|
1458
|
-
*
|
|
1663
|
+
*
|
|
1664
|
+
* @optional
|
|
1665
|
+
*
|
|
1666
|
+
* @description The field used for sorting.
|
|
1459
1667
|
*
|
|
1460
1668
|
* @generated from field: Scailo.QUOTATION_RESPONSE_SORT_KEY sort_key = 5;
|
|
1461
1669
|
*/
|
|
1462
1670
|
sortKey = QUOTATION_RESPONSE_SORT_KEY.QUOTATION_RESPONSE_SORT_KEY_ID_UNSPECIFIED;
|
|
1463
1671
|
/**
|
|
1464
|
-
*
|
|
1672
|
+
*
|
|
1673
|
+
* @optional
|
|
1674
|
+
*
|
|
1675
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1676
|
+
*
|
|
1677
|
+
* @example 1672531200
|
|
1678
|
+
*
|
|
1679
|
+
* @regex ^[0-9]+$
|
|
1680
|
+
*
|
|
1681
|
+
* @format Non-negative integer.
|
|
1465
1682
|
*
|
|
1466
1683
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1467
1684
|
*/
|
|
1468
1685
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1469
1686
|
/**
|
|
1470
|
-
*
|
|
1687
|
+
*
|
|
1688
|
+
* @optional
|
|
1689
|
+
*
|
|
1690
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1691
|
+
*
|
|
1692
|
+
* @example 1704067199
|
|
1693
|
+
*
|
|
1694
|
+
* @regex ^[0-9]+$
|
|
1695
|
+
*
|
|
1696
|
+
* @format Non-negative integer.
|
|
1471
1697
|
*
|
|
1472
1698
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1473
1699
|
*/
|
|
1474
1700
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1475
1701
|
/**
|
|
1476
|
-
*
|
|
1702
|
+
*
|
|
1703
|
+
* @optional
|
|
1704
|
+
*
|
|
1705
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1706
|
+
*
|
|
1707
|
+
* @example 1672531200
|
|
1708
|
+
*
|
|
1709
|
+
* @regex ^[0-9]+$
|
|
1710
|
+
*
|
|
1711
|
+
* @format Non-negative integer.
|
|
1477
1712
|
*
|
|
1478
1713
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1479
1714
|
*/
|
|
1480
1715
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1481
1716
|
/**
|
|
1482
|
-
*
|
|
1717
|
+
*
|
|
1718
|
+
* @optional
|
|
1719
|
+
*
|
|
1720
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1721
|
+
*
|
|
1722
|
+
* @example 1704067199
|
|
1723
|
+
*
|
|
1724
|
+
* @regex ^[0-9]+$
|
|
1725
|
+
*
|
|
1726
|
+
* @format Non-negative integer.
|
|
1483
1727
|
*
|
|
1484
1728
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1485
1729
|
*/
|
|
1486
1730
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1487
1731
|
/**
|
|
1488
|
-
*
|
|
1732
|
+
*
|
|
1733
|
+
* @optional
|
|
1734
|
+
*
|
|
1735
|
+
* @description Filter by the organization UUID.
|
|
1736
|
+
*
|
|
1737
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1738
|
+
*
|
|
1739
|
+
* @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}$
|
|
1740
|
+
*
|
|
1741
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1489
1742
|
*
|
|
1490
1743
|
* @generated from field: string entity_uuid = 8;
|
|
1491
1744
|
*/
|
|
1492
1745
|
entityUuid = "";
|
|
1493
1746
|
/**
|
|
1494
|
-
*
|
|
1747
|
+
*
|
|
1748
|
+
* @optional
|
|
1749
|
+
*
|
|
1750
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1751
|
+
*
|
|
1752
|
+
* @example STANDING
|
|
1495
1753
|
*
|
|
1496
1754
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1497
1755
|
*/
|
|
1498
1756
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1499
1757
|
/**
|
|
1500
|
-
*
|
|
1758
|
+
*
|
|
1759
|
+
* @optional
|
|
1760
|
+
*
|
|
1761
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1762
|
+
*
|
|
1763
|
+
* @example 1672531200
|
|
1764
|
+
*
|
|
1765
|
+
* @regex ^[0-9]+$
|
|
1766
|
+
*
|
|
1767
|
+
* @format Non-negative integer.
|
|
1501
1768
|
*
|
|
1502
1769
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1503
1770
|
*/
|
|
1504
1771
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1505
1772
|
/**
|
|
1506
|
-
*
|
|
1773
|
+
*
|
|
1774
|
+
* @optional
|
|
1775
|
+
*
|
|
1776
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1777
|
+
*
|
|
1778
|
+
* @example 1704067199
|
|
1779
|
+
*
|
|
1780
|
+
* @regex ^[0-9]+$
|
|
1781
|
+
*
|
|
1782
|
+
* @format Non-negative integer.
|
|
1507
1783
|
*
|
|
1508
1784
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1509
1785
|
*/
|
|
1510
1786
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1511
1787
|
/**
|
|
1512
|
-
*
|
|
1788
|
+
*
|
|
1789
|
+
* @optional
|
|
1790
|
+
*
|
|
1791
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1792
|
+
*
|
|
1793
|
+
* @example 501
|
|
1794
|
+
*
|
|
1795
|
+
* @regex ^[0-9]+$
|
|
1796
|
+
*
|
|
1797
|
+
* @format Non-negative integer.
|
|
1513
1798
|
*
|
|
1514
1799
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1515
1800
|
*/
|
|
1516
1801
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1517
1802
|
/**
|
|
1518
|
-
*
|
|
1803
|
+
*
|
|
1804
|
+
* @optional
|
|
1805
|
+
*
|
|
1806
|
+
* @description Filter by the role ID of the approver.
|
|
1807
|
+
*
|
|
1808
|
+
* @example 5
|
|
1809
|
+
*
|
|
1810
|
+
* @regex ^[0-9]+$
|
|
1811
|
+
*
|
|
1812
|
+
* @format Non-negative integer.
|
|
1519
1813
|
*
|
|
1520
1814
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1521
1815
|
*/
|
|
1522
1816
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1523
1817
|
/**
|
|
1524
|
-
*
|
|
1818
|
+
*
|
|
1819
|
+
* @optional
|
|
1820
|
+
*
|
|
1821
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1822
|
+
*
|
|
1823
|
+
* @example 1672531200
|
|
1824
|
+
*
|
|
1825
|
+
* @regex ^[0-9]+$
|
|
1826
|
+
*
|
|
1827
|
+
* @format Non-negative integer.
|
|
1525
1828
|
*
|
|
1526
1829
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1527
1830
|
*/
|
|
1528
1831
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1529
1832
|
/**
|
|
1530
|
-
*
|
|
1833
|
+
*
|
|
1834
|
+
* @optional
|
|
1835
|
+
*
|
|
1836
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1837
|
+
*
|
|
1838
|
+
* @example 1704067199
|
|
1839
|
+
*
|
|
1840
|
+
* @regex ^[0-9]+$
|
|
1841
|
+
*
|
|
1842
|
+
* @format Non-negative integer.
|
|
1531
1843
|
*
|
|
1532
1844
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1533
1845
|
*/
|
|
1534
1846
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1535
1847
|
/**
|
|
1536
|
-
*
|
|
1848
|
+
*
|
|
1849
|
+
* @optional
|
|
1850
|
+
*
|
|
1851
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1852
|
+
*
|
|
1853
|
+
* @example "ABS-2023-001"
|
|
1854
|
+
*
|
|
1855
|
+
* @regex [0-9A-Za-z ]*$
|
|
1856
|
+
*
|
|
1857
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1537
1858
|
*
|
|
1538
1859
|
* @generated from field: string reference_id = 20;
|
|
1539
1860
|
*/
|
|
1540
1861
|
referenceId = "";
|
|
1541
1862
|
/**
|
|
1542
|
-
*
|
|
1863
|
+
*
|
|
1864
|
+
* @optional
|
|
1865
|
+
*
|
|
1866
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1867
|
+
*
|
|
1868
|
+
* @example "ABS-2023-X9Z2"
|
|
1869
|
+
*
|
|
1870
|
+
* @regex [0-9A-Za-z ]*$
|
|
1871
|
+
*
|
|
1872
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1543
1873
|
*
|
|
1544
1874
|
* @generated from field: string final_ref_number = 21;
|
|
1545
1875
|
*/
|
|
@@ -1621,91 +1951,218 @@ exports.QuotationsResponsesServiceFilterReq = QuotationsResponsesServiceFilterRe
|
|
|
1621
1951
|
*/
|
|
1622
1952
|
class QuotationsResponsesServiceCountReq extends protobuf_1.Message {
|
|
1623
1953
|
/**
|
|
1624
|
-
*
|
|
1954
|
+
*
|
|
1955
|
+
* @optional
|
|
1956
|
+
*
|
|
1957
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1958
|
+
*
|
|
1959
|
+
* @example ANY
|
|
1625
1960
|
*
|
|
1626
1961
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1627
1962
|
*/
|
|
1628
1963
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1629
1964
|
/**
|
|
1630
|
-
*
|
|
1965
|
+
*
|
|
1966
|
+
* @optional
|
|
1967
|
+
*
|
|
1968
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1969
|
+
*
|
|
1970
|
+
* @example 1672531200
|
|
1971
|
+
*
|
|
1972
|
+
* @regex ^[0-9]+$
|
|
1973
|
+
*
|
|
1974
|
+
* @format Non-negative integer.
|
|
1631
1975
|
*
|
|
1632
1976
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1633
1977
|
*/
|
|
1634
1978
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1635
1979
|
/**
|
|
1636
|
-
*
|
|
1980
|
+
*
|
|
1981
|
+
* @optional
|
|
1982
|
+
*
|
|
1983
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1984
|
+
*
|
|
1985
|
+
* @example 1704067199
|
|
1986
|
+
*
|
|
1987
|
+
* @regex ^[0-9]+$
|
|
1988
|
+
*
|
|
1989
|
+
* @format Non-negative integer.
|
|
1637
1990
|
*
|
|
1638
1991
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1639
1992
|
*/
|
|
1640
1993
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1641
1994
|
/**
|
|
1642
|
-
*
|
|
1995
|
+
*
|
|
1996
|
+
* @optional
|
|
1997
|
+
*
|
|
1998
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1999
|
+
*
|
|
2000
|
+
* @example 1672531200
|
|
2001
|
+
*
|
|
2002
|
+
* @regex ^[0-9]+$
|
|
2003
|
+
*
|
|
2004
|
+
* @format Non-negative integer.
|
|
1643
2005
|
*
|
|
1644
2006
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1645
2007
|
*/
|
|
1646
2008
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1647
2009
|
/**
|
|
1648
|
-
*
|
|
2010
|
+
*
|
|
2011
|
+
* @optional
|
|
2012
|
+
*
|
|
2013
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2014
|
+
*
|
|
2015
|
+
* @example 1704067199
|
|
2016
|
+
*
|
|
2017
|
+
* @regex ^[0-9]+$
|
|
2018
|
+
*
|
|
2019
|
+
* @format Non-negative integer.
|
|
1649
2020
|
*
|
|
1650
2021
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1651
2022
|
*/
|
|
1652
2023
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1653
2024
|
/**
|
|
1654
|
-
*
|
|
2025
|
+
*
|
|
2026
|
+
* @optional
|
|
2027
|
+
*
|
|
2028
|
+
* @description Filter by the organization UUID.
|
|
2029
|
+
*
|
|
2030
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2031
|
+
*
|
|
2032
|
+
* @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}$
|
|
2033
|
+
*
|
|
2034
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1655
2035
|
*
|
|
1656
2036
|
* @generated from field: string entity_uuid = 8;
|
|
1657
2037
|
*/
|
|
1658
2038
|
entityUuid = "";
|
|
1659
2039
|
/**
|
|
1660
|
-
*
|
|
2040
|
+
*
|
|
2041
|
+
* @optional
|
|
2042
|
+
*
|
|
2043
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2044
|
+
*
|
|
2045
|
+
* @example STANDING
|
|
1661
2046
|
*
|
|
1662
2047
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1663
2048
|
*/
|
|
1664
2049
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1665
2050
|
/**
|
|
1666
|
-
*
|
|
2051
|
+
*
|
|
2052
|
+
* @optional
|
|
2053
|
+
*
|
|
2054
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2055
|
+
*
|
|
2056
|
+
* @example 1672531200
|
|
2057
|
+
*
|
|
2058
|
+
* @regex ^[0-9]+$
|
|
2059
|
+
*
|
|
2060
|
+
* @format Non-negative integer.
|
|
1667
2061
|
*
|
|
1668
2062
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1669
2063
|
*/
|
|
1670
2064
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1671
2065
|
/**
|
|
1672
|
-
*
|
|
2066
|
+
*
|
|
2067
|
+
* @optional
|
|
2068
|
+
*
|
|
2069
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2070
|
+
*
|
|
2071
|
+
* @example 1704067199
|
|
2072
|
+
*
|
|
2073
|
+
* @regex ^[0-9]+$
|
|
2074
|
+
*
|
|
2075
|
+
* @format Non-negative integer.
|
|
1673
2076
|
*
|
|
1674
2077
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1675
2078
|
*/
|
|
1676
2079
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1677
2080
|
/**
|
|
1678
|
-
*
|
|
2081
|
+
*
|
|
2082
|
+
* @optional
|
|
2083
|
+
*
|
|
2084
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2085
|
+
*
|
|
2086
|
+
* @example 501
|
|
2087
|
+
*
|
|
2088
|
+
* @regex ^[0-9]+$
|
|
2089
|
+
*
|
|
2090
|
+
* @format Non-negative integer.
|
|
1679
2091
|
*
|
|
1680
2092
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1681
2093
|
*/
|
|
1682
2094
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1683
2095
|
/**
|
|
1684
|
-
*
|
|
2096
|
+
*
|
|
2097
|
+
* @optional
|
|
2098
|
+
*
|
|
2099
|
+
* @description Filter by the role ID of the approver.
|
|
2100
|
+
*
|
|
2101
|
+
* @example 5
|
|
2102
|
+
*
|
|
2103
|
+
* @regex ^[0-9]+$
|
|
2104
|
+
*
|
|
2105
|
+
* @format Non-negative integer.
|
|
1685
2106
|
*
|
|
1686
2107
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1687
2108
|
*/
|
|
1688
2109
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1689
2110
|
/**
|
|
1690
|
-
*
|
|
2111
|
+
*
|
|
2112
|
+
* @optional
|
|
2113
|
+
*
|
|
2114
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2115
|
+
*
|
|
2116
|
+
* @example 1672531200
|
|
2117
|
+
*
|
|
2118
|
+
* @regex ^[0-9]+$
|
|
2119
|
+
*
|
|
2120
|
+
* @format Non-negative integer.
|
|
1691
2121
|
*
|
|
1692
2122
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1693
2123
|
*/
|
|
1694
2124
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1695
2125
|
/**
|
|
1696
|
-
*
|
|
2126
|
+
*
|
|
2127
|
+
* @optional
|
|
2128
|
+
*
|
|
2129
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2130
|
+
*
|
|
2131
|
+
* @example 1704067199
|
|
2132
|
+
*
|
|
2133
|
+
* @regex ^[0-9]+$
|
|
2134
|
+
*
|
|
2135
|
+
* @format Non-negative integer.
|
|
1697
2136
|
*
|
|
1698
2137
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1699
2138
|
*/
|
|
1700
2139
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1701
2140
|
/**
|
|
1702
|
-
*
|
|
2141
|
+
*
|
|
2142
|
+
* @optional
|
|
2143
|
+
*
|
|
2144
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2145
|
+
*
|
|
2146
|
+
* @example "ABS-2023-001"
|
|
2147
|
+
*
|
|
2148
|
+
* @regex [0-9A-Za-z ]*$
|
|
2149
|
+
*
|
|
2150
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1703
2151
|
*
|
|
1704
2152
|
* @generated from field: string reference_id = 20;
|
|
1705
2153
|
*/
|
|
1706
2154
|
referenceId = "";
|
|
1707
2155
|
/**
|
|
1708
|
-
*
|
|
2156
|
+
*
|
|
2157
|
+
* @optional
|
|
2158
|
+
*
|
|
2159
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2160
|
+
*
|
|
2161
|
+
* @example "ABS-2023-X9Z2"
|
|
2162
|
+
*
|
|
2163
|
+
* @regex [0-9A-Za-z ]*$
|
|
2164
|
+
*
|
|
2165
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1709
2166
|
*
|
|
1710
2167
|
* @generated from field: string final_ref_number = 21;
|
|
1711
2168
|
*/
|
|
@@ -1783,49 +2240,103 @@ exports.QuotationsResponsesServiceCountReq = QuotationsResponsesServiceCountReq;
|
|
|
1783
2240
|
*/
|
|
1784
2241
|
class QuotationsResponsesServiceSearchAllReq extends protobuf_1.Message {
|
|
1785
2242
|
/**
|
|
1786
|
-
*
|
|
2243
|
+
*
|
|
2244
|
+
* @optional
|
|
2245
|
+
*
|
|
2246
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2247
|
+
*
|
|
2248
|
+
* @example ANY
|
|
1787
2249
|
*
|
|
1788
2250
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1789
2251
|
*/
|
|
1790
2252
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1791
2253
|
/**
|
|
1792
|
-
*
|
|
2254
|
+
*
|
|
2255
|
+
* @mandatory
|
|
2256
|
+
*
|
|
2257
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2258
|
+
*
|
|
2259
|
+
* @example 100
|
|
2260
|
+
*
|
|
2261
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2262
|
+
*
|
|
2263
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1793
2264
|
*
|
|
1794
2265
|
* @generated from field: int64 count = 2;
|
|
1795
2266
|
*/
|
|
1796
2267
|
count = protobuf_1.protoInt64.zero;
|
|
1797
2268
|
/**
|
|
1798
|
-
*
|
|
2269
|
+
*
|
|
2270
|
+
* @optional
|
|
2271
|
+
*
|
|
2272
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2273
|
+
*
|
|
2274
|
+
* @example 0
|
|
2275
|
+
*
|
|
2276
|
+
* @regex ^[0-9]+$
|
|
2277
|
+
*
|
|
2278
|
+
* @format Non-negative integer.
|
|
1799
2279
|
*
|
|
1800
2280
|
* @generated from field: uint64 offset = 3;
|
|
1801
2281
|
*/
|
|
1802
2282
|
offset = protobuf_1.protoInt64.zero;
|
|
1803
2283
|
/**
|
|
1804
|
-
*
|
|
2284
|
+
*
|
|
2285
|
+
* @optional
|
|
2286
|
+
*
|
|
2287
|
+
* @description Sort direction.
|
|
2288
|
+
*
|
|
2289
|
+
* @example DESCENDING
|
|
1805
2290
|
*
|
|
1806
2291
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1807
2292
|
*/
|
|
1808
2293
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1809
2294
|
/**
|
|
1810
|
-
*
|
|
2295
|
+
*
|
|
2296
|
+
* @optional
|
|
2297
|
+
*
|
|
2298
|
+
* @description The field used for sorting.
|
|
1811
2299
|
*
|
|
1812
2300
|
* @generated from field: Scailo.QUOTATION_RESPONSE_SORT_KEY sort_key = 5;
|
|
1813
2301
|
*/
|
|
1814
2302
|
sortKey = QUOTATION_RESPONSE_SORT_KEY.QUOTATION_RESPONSE_SORT_KEY_ID_UNSPECIFIED;
|
|
1815
2303
|
/**
|
|
1816
|
-
*
|
|
2304
|
+
*
|
|
2305
|
+
* @optional
|
|
2306
|
+
*
|
|
2307
|
+
* @description Filter by the organization UUID.
|
|
2308
|
+
*
|
|
2309
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2310
|
+
*
|
|
2311
|
+
* @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}$
|
|
2312
|
+
*
|
|
2313
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1817
2314
|
*
|
|
1818
2315
|
* @generated from field: string entity_uuid = 6;
|
|
1819
2316
|
*/
|
|
1820
2317
|
entityUuid = "";
|
|
1821
2318
|
/**
|
|
1822
|
-
*
|
|
2319
|
+
*
|
|
2320
|
+
* @optional
|
|
2321
|
+
*
|
|
2322
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2323
|
+
*
|
|
2324
|
+
* @example STANDING
|
|
1823
2325
|
*
|
|
1824
2326
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1825
2327
|
*/
|
|
1826
2328
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1827
2329
|
/**
|
|
1828
|
-
*
|
|
2330
|
+
*
|
|
2331
|
+
* @mandatory
|
|
2332
|
+
*
|
|
2333
|
+
* @description The search string to match against reference IDs.
|
|
2334
|
+
*
|
|
2335
|
+
* @example "Medical 2023"
|
|
2336
|
+
*
|
|
2337
|
+
* @regex .*
|
|
2338
|
+
*
|
|
2339
|
+
* @format: May contain any UTF-8 characters.
|
|
1829
2340
|
*
|
|
1830
2341
|
* @generated from field: string search_key = 11;
|
|
1831
2342
|
*/
|
|
@@ -1868,85 +2379,197 @@ exports.QuotationsResponsesServiceSearchAllReq = QuotationsResponsesServiceSearc
|
|
|
1868
2379
|
*/
|
|
1869
2380
|
class QuotationsResponsesServiceItemsFilterReq extends protobuf_1.Message {
|
|
1870
2381
|
/**
|
|
1871
|
-
*
|
|
2382
|
+
*
|
|
2383
|
+
* @optional
|
|
2384
|
+
*
|
|
2385
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2386
|
+
*
|
|
2387
|
+
* @example ANY
|
|
1872
2388
|
*
|
|
1873
2389
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1874
2390
|
*/
|
|
1875
2391
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1876
2392
|
/**
|
|
1877
|
-
*
|
|
2393
|
+
*
|
|
2394
|
+
* @mandatory
|
|
2395
|
+
*
|
|
2396
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2397
|
+
*
|
|
2398
|
+
* @example 100
|
|
2399
|
+
*
|
|
2400
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2401
|
+
*
|
|
2402
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1878
2403
|
*
|
|
1879
2404
|
* @generated from field: int64 count = 2;
|
|
1880
2405
|
*/
|
|
1881
2406
|
count = protobuf_1.protoInt64.zero;
|
|
1882
2407
|
/**
|
|
1883
|
-
*
|
|
2408
|
+
*
|
|
2409
|
+
* @optional
|
|
2410
|
+
*
|
|
2411
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2412
|
+
*
|
|
2413
|
+
* @example 0
|
|
2414
|
+
*
|
|
2415
|
+
* @regex ^[0-9]+$
|
|
2416
|
+
*
|
|
2417
|
+
* @format Non-negative integer.
|
|
1884
2418
|
*
|
|
1885
2419
|
* @generated from field: uint64 offset = 3;
|
|
1886
2420
|
*/
|
|
1887
2421
|
offset = protobuf_1.protoInt64.zero;
|
|
1888
2422
|
/**
|
|
1889
|
-
*
|
|
2423
|
+
*
|
|
2424
|
+
* @optional
|
|
2425
|
+
*
|
|
2426
|
+
* @description Sort direction.
|
|
2427
|
+
*
|
|
2428
|
+
* @example DESCENDING
|
|
1890
2429
|
*
|
|
1891
2430
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1892
2431
|
*/
|
|
1893
2432
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1894
2433
|
/**
|
|
1895
|
-
*
|
|
2434
|
+
*
|
|
2435
|
+
* @optional
|
|
2436
|
+
*
|
|
2437
|
+
* @description The field used for sorting.
|
|
1896
2438
|
*
|
|
1897
2439
|
* @generated from field: Scailo.QUOTATION_RESPONSE_ITEM_SORT_KEY sort_key = 5;
|
|
1898
2440
|
*/
|
|
1899
2441
|
sortKey = QUOTATION_RESPONSE_ITEM_SORT_KEY.QUOTATION_RESPONSE_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1900
2442
|
/**
|
|
1901
|
-
*
|
|
2443
|
+
*
|
|
2444
|
+
* @optional
|
|
2445
|
+
*
|
|
2446
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2447
|
+
*
|
|
2448
|
+
* @example 1672531200
|
|
2449
|
+
*
|
|
2450
|
+
* @regex ^[0-9]+$
|
|
2451
|
+
*
|
|
2452
|
+
* @format Non-negative integer.
|
|
1902
2453
|
*
|
|
1903
2454
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1904
2455
|
*/
|
|
1905
2456
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1906
2457
|
/**
|
|
1907
|
-
*
|
|
2458
|
+
*
|
|
2459
|
+
* @optional
|
|
2460
|
+
*
|
|
2461
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2462
|
+
*
|
|
2463
|
+
* @example 1704067199
|
|
2464
|
+
*
|
|
2465
|
+
* @regex ^[0-9]+$
|
|
2466
|
+
*
|
|
2467
|
+
* @format Non-negative integer.
|
|
1908
2468
|
*
|
|
1909
2469
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1910
2470
|
*/
|
|
1911
2471
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1912
2472
|
/**
|
|
1913
|
-
*
|
|
2473
|
+
*
|
|
2474
|
+
* @optional
|
|
2475
|
+
*
|
|
2476
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2477
|
+
*
|
|
2478
|
+
* @example 1672531200
|
|
2479
|
+
*
|
|
2480
|
+
* @regex ^[0-9]+$
|
|
2481
|
+
*
|
|
2482
|
+
* @format Non-negative integer.
|
|
1914
2483
|
*
|
|
1915
2484
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1916
2485
|
*/
|
|
1917
2486
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1918
2487
|
/**
|
|
1919
|
-
*
|
|
2488
|
+
*
|
|
2489
|
+
* @optional
|
|
2490
|
+
*
|
|
2491
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2492
|
+
*
|
|
2493
|
+
* @example 1704067199
|
|
2494
|
+
*
|
|
2495
|
+
* @regex ^[0-9]+$
|
|
2496
|
+
*
|
|
2497
|
+
* @format Non-negative integer.
|
|
1920
2498
|
*
|
|
1921
2499
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1922
2500
|
*/
|
|
1923
2501
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1924
2502
|
/**
|
|
1925
|
-
*
|
|
2503
|
+
*
|
|
2504
|
+
* @optional
|
|
2505
|
+
*
|
|
2506
|
+
* @description Filter by the organization UUID.
|
|
2507
|
+
*
|
|
2508
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2509
|
+
*
|
|
2510
|
+
* @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}$
|
|
2511
|
+
*
|
|
2512
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1926
2513
|
*
|
|
1927
2514
|
* @generated from field: string entity_uuid = 8;
|
|
1928
2515
|
*/
|
|
1929
2516
|
entityUuid = "";
|
|
1930
2517
|
/**
|
|
1931
|
-
*
|
|
2518
|
+
*
|
|
2519
|
+
* @optional
|
|
2520
|
+
*
|
|
2521
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2522
|
+
*
|
|
2523
|
+
* @example 1672531200
|
|
2524
|
+
*
|
|
2525
|
+
* @regex ^[0-9]+$
|
|
2526
|
+
*
|
|
2527
|
+
* @format Non-negative integer.
|
|
1932
2528
|
*
|
|
1933
2529
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1934
2530
|
*/
|
|
1935
2531
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1936
2532
|
/**
|
|
1937
|
-
*
|
|
2533
|
+
*
|
|
2534
|
+
* @optional
|
|
2535
|
+
*
|
|
2536
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2537
|
+
*
|
|
2538
|
+
* @example 1704067199
|
|
2539
|
+
*
|
|
2540
|
+
* @regex ^[0-9]+$
|
|
2541
|
+
*
|
|
2542
|
+
* @format Non-negative integer.
|
|
1938
2543
|
*
|
|
1939
2544
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1940
2545
|
*/
|
|
1941
2546
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1942
2547
|
/**
|
|
1943
|
-
*
|
|
2548
|
+
*
|
|
2549
|
+
* @optional
|
|
2550
|
+
*
|
|
2551
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2552
|
+
*
|
|
2553
|
+
* @example 501
|
|
2554
|
+
*
|
|
2555
|
+
* @regex ^[0-9]+$
|
|
2556
|
+
*
|
|
2557
|
+
* @format Non-negative integer.
|
|
1944
2558
|
*
|
|
1945
2559
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1946
2560
|
*/
|
|
1947
2561
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1948
2562
|
/**
|
|
1949
|
-
*
|
|
2563
|
+
*
|
|
2564
|
+
* @optional
|
|
2565
|
+
*
|
|
2566
|
+
* @description Filter by the role ID of the approver.
|
|
2567
|
+
*
|
|
2568
|
+
* @example 5
|
|
2569
|
+
*
|
|
2570
|
+
* @regex ^[0-9]+$
|
|
2571
|
+
*
|
|
2572
|
+
* @format Non-negative integer.
|
|
1950
2573
|
*
|
|
1951
2574
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1952
2575
|
*/
|