@kernelminds/scailo-sdk 0.1.28 → 0.1.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +48 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +105 -21
- package/lib/cjs/src/families.scailo_pb.js +490 -89
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +240 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +127 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +87 -22
- package/lib/cjs/src/users.scailo_pb.js +447 -81
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +47 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +106 -22
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +494 -96
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +238 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +128 -26
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +48 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +105 -21
- package/lib/esm/src/families.scailo_pb.js +514 -101
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +240 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +127 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +87 -22
- package/lib/esm/src/users.scailo_pb.js +451 -83
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +47 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +106 -22
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +494 -96
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +238 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +128 -26
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -172,7 +172,16 @@ export declare enum QUOTATION_RESPONSE_SORT_KEY {
|
|
|
172
172
|
*/
|
|
173
173
|
export declare class QuotationsResponsesServiceCreateRequest extends Message<QuotationsResponsesServiceCreateRequest> {
|
|
174
174
|
/**
|
|
175
|
-
*
|
|
175
|
+
*
|
|
176
|
+
* @optional
|
|
177
|
+
*
|
|
178
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
179
|
+
*
|
|
180
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
181
|
+
*
|
|
182
|
+
* @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}$
|
|
183
|
+
*
|
|
184
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
176
185
|
*
|
|
177
186
|
* @generated from field: string entity_uuid = 1;
|
|
178
187
|
*/
|
|
@@ -184,13 +193,31 @@ export declare class QuotationsResponsesServiceCreateRequest extends Message<Quo
|
|
|
184
193
|
*/
|
|
185
194
|
userComment: string;
|
|
186
195
|
/**
|
|
187
|
-
*
|
|
196
|
+
*
|
|
197
|
+
* @optional
|
|
198
|
+
*
|
|
199
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
200
|
+
*
|
|
201
|
+
* @example 15234
|
|
202
|
+
*
|
|
203
|
+
* @regex ^[0-9]+$
|
|
204
|
+
*
|
|
205
|
+
* @format Non-negative integer.
|
|
188
206
|
*
|
|
189
207
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
190
208
|
*/
|
|
191
209
|
vaultFolderId: bigint;
|
|
192
210
|
/**
|
|
193
|
-
*
|
|
211
|
+
*
|
|
212
|
+
* @mandatory
|
|
213
|
+
*
|
|
214
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
215
|
+
*
|
|
216
|
+
* @example "ABS-2023-001"
|
|
217
|
+
*
|
|
218
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
219
|
+
*
|
|
220
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
194
221
|
*
|
|
195
222
|
* @generated from field: string reference_id = 10;
|
|
196
223
|
*/
|
|
@@ -260,19 +287,42 @@ export declare class QuotationsResponsesServiceUpdateRequest extends Message<Quo
|
|
|
260
287
|
*/
|
|
261
288
|
id: bigint;
|
|
262
289
|
/**
|
|
263
|
-
*
|
|
290
|
+
*
|
|
291
|
+
* @optional
|
|
292
|
+
*
|
|
293
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
294
|
+
*
|
|
295
|
+
* @example true
|
|
264
296
|
*
|
|
265
297
|
* @generated from field: bool notify_users = 3;
|
|
266
298
|
*/
|
|
267
299
|
notifyUsers: boolean;
|
|
268
300
|
/**
|
|
269
|
-
*
|
|
301
|
+
*
|
|
302
|
+
* @optional
|
|
303
|
+
*
|
|
304
|
+
* @description Updated vault folder ID for documentation storage.
|
|
305
|
+
*
|
|
306
|
+
* @example 15235
|
|
307
|
+
*
|
|
308
|
+
* @regex ^[0-9]+$
|
|
309
|
+
*
|
|
310
|
+
* @format Non-negative integer.
|
|
270
311
|
*
|
|
271
312
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
272
313
|
*/
|
|
273
314
|
vaultFolderId: bigint;
|
|
274
315
|
/**
|
|
275
|
-
*
|
|
316
|
+
*
|
|
317
|
+
* @mandatory
|
|
318
|
+
*
|
|
319
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
320
|
+
*
|
|
321
|
+
* @example "ABS-2023-001-REV"
|
|
322
|
+
*
|
|
323
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
324
|
+
*
|
|
325
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
276
326
|
*
|
|
277
327
|
* @generated from field: string reference_id = 10;
|
|
278
328
|
*/
|
|
@@ -340,55 +390,74 @@ export declare class QuotationResponseAncillaryParameters extends Message<Quotat
|
|
|
340
390
|
*/
|
|
341
391
|
export declare class QuotationResponse extends Message<QuotationResponse> {
|
|
342
392
|
/**
|
|
343
|
-
*
|
|
393
|
+
*
|
|
394
|
+
* @description The organization's globally unique identifier.
|
|
395
|
+
*
|
|
396
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
344
397
|
*
|
|
345
398
|
* @generated from field: string entity_uuid = 1;
|
|
346
399
|
*/
|
|
347
400
|
entityUuid: string;
|
|
348
401
|
/**
|
|
349
|
-
*
|
|
402
|
+
*
|
|
403
|
+
* @description Standard employee and record metadata including timestamps.
|
|
350
404
|
*
|
|
351
405
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
352
406
|
*/
|
|
353
407
|
metadata?: EmployeeMetadata;
|
|
354
408
|
/**
|
|
355
|
-
*
|
|
409
|
+
*
|
|
410
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
356
411
|
*
|
|
357
412
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
358
413
|
*/
|
|
359
414
|
approvalMetadata?: ApprovalMetadata;
|
|
360
415
|
/**
|
|
361
|
-
*
|
|
416
|
+
*
|
|
417
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
362
418
|
*
|
|
363
419
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
364
420
|
*/
|
|
365
421
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
366
422
|
/**
|
|
367
|
-
*
|
|
423
|
+
*
|
|
424
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
368
425
|
*
|
|
369
426
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
370
427
|
*/
|
|
371
428
|
logs: LogbookLogConciseSLC[];
|
|
372
429
|
/**
|
|
373
|
-
*
|
|
430
|
+
*
|
|
431
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
432
|
+
*
|
|
433
|
+
* @example 1698400000
|
|
374
434
|
*
|
|
375
435
|
* @generated from field: uint64 completed_on = 6;
|
|
376
436
|
*/
|
|
377
437
|
completedOn: bigint;
|
|
378
438
|
/**
|
|
379
|
-
*
|
|
439
|
+
*
|
|
440
|
+
* @description Link to the document storage folder.
|
|
441
|
+
*
|
|
442
|
+
* @example 15234
|
|
380
443
|
*
|
|
381
444
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
382
445
|
*/
|
|
383
446
|
vaultFolderId: bigint;
|
|
384
447
|
/**
|
|
385
|
-
*
|
|
448
|
+
*
|
|
449
|
+
* @description The user-provided reference ID.
|
|
450
|
+
*
|
|
451
|
+
* @example "ABS-2023-001"
|
|
386
452
|
*
|
|
387
453
|
* @generated from field: string reference_id = 10;
|
|
388
454
|
*/
|
|
389
455
|
referenceId: string;
|
|
390
456
|
/**
|
|
391
|
-
*
|
|
457
|
+
*
|
|
458
|
+
* @description The system-generated immutable reference number.
|
|
459
|
+
*
|
|
460
|
+
* @example "ABS-2023-X9Z2"
|
|
392
461
|
*
|
|
393
462
|
* @generated from field: string final_ref_number = 11;
|
|
394
463
|
*/
|
|
@@ -458,7 +527,16 @@ export declare class QuotationsResponsesServiceItemCreateRequest extends Message
|
|
|
458
527
|
*/
|
|
459
528
|
userComment: string;
|
|
460
529
|
/**
|
|
461
|
-
*
|
|
530
|
+
*
|
|
531
|
+
* @optional
|
|
532
|
+
*
|
|
533
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
534
|
+
*
|
|
535
|
+
* @example 15234
|
|
536
|
+
*
|
|
537
|
+
* @regex ^[0-9]+$
|
|
538
|
+
*
|
|
539
|
+
* @format Non-negative integer.
|
|
462
540
|
*
|
|
463
541
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
464
542
|
*/
|
|
@@ -564,7 +642,16 @@ export declare class QuotationsResponsesServiceItemUpdateRequest extends Message
|
|
|
564
642
|
*/
|
|
565
643
|
id: bigint;
|
|
566
644
|
/**
|
|
567
|
-
*
|
|
645
|
+
*
|
|
646
|
+
* @optional
|
|
647
|
+
*
|
|
648
|
+
* @description Updated vault folder ID for documentation storage.
|
|
649
|
+
*
|
|
650
|
+
* @example 15235
|
|
651
|
+
*
|
|
652
|
+
* @regex ^[0-9]+$
|
|
653
|
+
*
|
|
654
|
+
* @format Non-negative integer.
|
|
568
655
|
*
|
|
569
656
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
570
657
|
*/
|
|
@@ -646,25 +733,31 @@ export declare class QuotationsResponsesServiceItemUpdateRequest extends Message
|
|
|
646
733
|
*/
|
|
647
734
|
export declare class QuotationResponseItem extends Message<QuotationResponseItem> {
|
|
648
735
|
/**
|
|
649
|
-
*
|
|
736
|
+
*
|
|
737
|
+
* @description The organization's globally unique identifier.
|
|
738
|
+
*
|
|
739
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
650
740
|
*
|
|
651
741
|
* @generated from field: string entity_uuid = 1;
|
|
652
742
|
*/
|
|
653
743
|
entityUuid: string;
|
|
654
744
|
/**
|
|
655
|
-
*
|
|
745
|
+
*
|
|
746
|
+
* @description Standard employee and record metadata including timestamps.
|
|
656
747
|
*
|
|
657
748
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
658
749
|
*/
|
|
659
750
|
metadata?: EmployeeMetadata;
|
|
660
751
|
/**
|
|
661
|
-
*
|
|
752
|
+
*
|
|
753
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
662
754
|
*
|
|
663
755
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
664
756
|
*/
|
|
665
757
|
approvalMetadata?: ApprovalMetadata;
|
|
666
758
|
/**
|
|
667
|
-
*
|
|
759
|
+
*
|
|
760
|
+
* @description The approval state of the record
|
|
668
761
|
*
|
|
669
762
|
* @generated from field: bool need_approval = 4;
|
|
670
763
|
*/
|
|
@@ -676,7 +769,10 @@ export declare class QuotationResponseItem extends Message<QuotationResponseItem
|
|
|
676
769
|
*/
|
|
677
770
|
userComment: string;
|
|
678
771
|
/**
|
|
679
|
-
*
|
|
772
|
+
*
|
|
773
|
+
* @description Link to the document storage folder.
|
|
774
|
+
*
|
|
775
|
+
* @example 15234
|
|
680
776
|
*
|
|
681
777
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
682
778
|
*/
|
|
@@ -842,37 +938,77 @@ export declare class QuotationResponseItemHistoryRequest extends Message<Quotati
|
|
|
842
938
|
*/
|
|
843
939
|
export declare class QuotationResponseItemsSearchRequest extends Message<QuotationResponseItemsSearchRequest> {
|
|
844
940
|
/**
|
|
845
|
-
*
|
|
941
|
+
*
|
|
942
|
+
* @optional
|
|
943
|
+
*
|
|
944
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
945
|
+
*
|
|
946
|
+
* @example ANY
|
|
846
947
|
*
|
|
847
948
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
848
949
|
*/
|
|
849
950
|
isActive: BOOL_FILTER;
|
|
850
951
|
/**
|
|
851
|
-
*
|
|
952
|
+
*
|
|
953
|
+
* @mandatory
|
|
954
|
+
*
|
|
955
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
956
|
+
*
|
|
957
|
+
* @example 100
|
|
958
|
+
*
|
|
959
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
960
|
+
*
|
|
961
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
852
962
|
*
|
|
853
963
|
* @generated from field: int64 count = 2;
|
|
854
964
|
*/
|
|
855
965
|
count: bigint;
|
|
856
966
|
/**
|
|
857
|
-
*
|
|
967
|
+
*
|
|
968
|
+
* @optional
|
|
969
|
+
*
|
|
970
|
+
* @description Number of records to skip (offset) for pagination.
|
|
971
|
+
*
|
|
972
|
+
* @example 0
|
|
973
|
+
*
|
|
974
|
+
* @regex ^[0-9]+$
|
|
975
|
+
*
|
|
976
|
+
* @format Non-negative integer.
|
|
858
977
|
*
|
|
859
978
|
* @generated from field: uint64 offset = 3;
|
|
860
979
|
*/
|
|
861
980
|
offset: bigint;
|
|
862
981
|
/**
|
|
863
|
-
*
|
|
982
|
+
*
|
|
983
|
+
* @optional
|
|
984
|
+
*
|
|
985
|
+
* @description Sort direction.
|
|
986
|
+
*
|
|
987
|
+
* @example DESCENDING
|
|
864
988
|
*
|
|
865
989
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
866
990
|
*/
|
|
867
991
|
sortOrder: SORT_ORDER;
|
|
868
992
|
/**
|
|
869
|
-
*
|
|
993
|
+
*
|
|
994
|
+
* @optional
|
|
995
|
+
*
|
|
996
|
+
* @description The field used for sorting.
|
|
870
997
|
*
|
|
871
998
|
* @generated from field: Scailo.QUOTATION_RESPONSE_ITEM_SORT_KEY sort_key = 5;
|
|
872
999
|
*/
|
|
873
1000
|
sortKey: QUOTATION_RESPONSE_ITEM_SORT_KEY;
|
|
874
1001
|
/**
|
|
875
|
-
*
|
|
1002
|
+
*
|
|
1003
|
+
* @optional
|
|
1004
|
+
*
|
|
1005
|
+
* @description Filter by the organization UUID.
|
|
1006
|
+
*
|
|
1007
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1008
|
+
*
|
|
1009
|
+
* @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}$
|
|
1010
|
+
*
|
|
1011
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
876
1012
|
*
|
|
877
1013
|
* @generated from field: string entity_uuid = 6;
|
|
878
1014
|
*/
|
|
@@ -960,25 +1096,35 @@ export declare class QuotationResponseItemsSearchRequest extends Message<Quotati
|
|
|
960
1096
|
*/
|
|
961
1097
|
export declare class QuotationsResponsesServicePaginatedItemsResponse extends Message<QuotationsResponsesServicePaginatedItemsResponse> {
|
|
962
1098
|
/**
|
|
963
|
-
*
|
|
1099
|
+
*
|
|
1100
|
+
* @description Number of records returned in the current response slice.
|
|
1101
|
+
*
|
|
1102
|
+
* @example 50
|
|
964
1103
|
*
|
|
965
1104
|
* @generated from field: uint64 count = 1;
|
|
966
1105
|
*/
|
|
967
1106
|
count: bigint;
|
|
968
1107
|
/**
|
|
969
|
-
*
|
|
1108
|
+
*
|
|
1109
|
+
* @description The offset provided in the request.
|
|
1110
|
+
*
|
|
1111
|
+
* @example 0
|
|
970
1112
|
*
|
|
971
1113
|
* @generated from field: uint64 offset = 2;
|
|
972
1114
|
*/
|
|
973
1115
|
offset: bigint;
|
|
974
1116
|
/**
|
|
975
|
-
*
|
|
1117
|
+
*
|
|
1118
|
+
* @description The total number of records matching the criteria.
|
|
1119
|
+
*
|
|
1120
|
+
* @example 1250
|
|
976
1121
|
*
|
|
977
1122
|
* @generated from field: uint64 total = 3;
|
|
978
1123
|
*/
|
|
979
1124
|
total: bigint;
|
|
980
1125
|
/**
|
|
981
|
-
*
|
|
1126
|
+
*
|
|
1127
|
+
* @description The array of records for the current page.
|
|
982
1128
|
*
|
|
983
1129
|
* @generated from field: repeated Scailo.QuotationResponseItem payload = 4;
|
|
984
1130
|
*/
|
|
@@ -1000,31 +1146,62 @@ export declare class QuotationsResponsesServicePaginatedItemsResponse extends Me
|
|
|
1000
1146
|
*/
|
|
1001
1147
|
export declare class QuotationsResponsesServicePaginationReq extends Message<QuotationsResponsesServicePaginationReq> {
|
|
1002
1148
|
/**
|
|
1003
|
-
*
|
|
1149
|
+
*
|
|
1150
|
+
* @optional
|
|
1151
|
+
*
|
|
1152
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1153
|
+
*
|
|
1154
|
+
* @example ANY
|
|
1004
1155
|
*
|
|
1005
1156
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1006
1157
|
*/
|
|
1007
1158
|
isActive: BOOL_FILTER;
|
|
1008
1159
|
/**
|
|
1009
|
-
*
|
|
1160
|
+
*
|
|
1161
|
+
* @mandatory
|
|
1162
|
+
*
|
|
1163
|
+
* @description Number of records to return per page.
|
|
1164
|
+
*
|
|
1165
|
+
* @example 50
|
|
1166
|
+
*
|
|
1167
|
+
* @regex ^[1-9][0-9]*$
|
|
1168
|
+
*
|
|
1169
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1010
1170
|
*
|
|
1011
1171
|
* @generated from field: int64 count = 2;
|
|
1012
1172
|
*/
|
|
1013
1173
|
count: bigint;
|
|
1014
1174
|
/**
|
|
1015
|
-
*
|
|
1175
|
+
*
|
|
1176
|
+
* @optional
|
|
1177
|
+
*
|
|
1178
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1179
|
+
*
|
|
1180
|
+
* @example 0
|
|
1181
|
+
*
|
|
1182
|
+
* @regex ^[0-9]+$
|
|
1183
|
+
*
|
|
1184
|
+
* @format Non-negative integer.
|
|
1016
1185
|
*
|
|
1017
1186
|
* @generated from field: uint64 offset = 3;
|
|
1018
1187
|
*/
|
|
1019
1188
|
offset: bigint;
|
|
1020
1189
|
/**
|
|
1021
|
-
*
|
|
1190
|
+
*
|
|
1191
|
+
* @optional
|
|
1192
|
+
*
|
|
1193
|
+
* @description Sort direction.
|
|
1194
|
+
*
|
|
1195
|
+
* @example DESCENDING
|
|
1022
1196
|
*
|
|
1023
1197
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1024
1198
|
*/
|
|
1025
1199
|
sortOrder: SORT_ORDER;
|
|
1026
1200
|
/**
|
|
1027
|
-
*
|
|
1201
|
+
*
|
|
1202
|
+
* @optional
|
|
1203
|
+
*
|
|
1204
|
+
* @description The specific field key to sort the results by.
|
|
1028
1205
|
*
|
|
1029
1206
|
* @generated from field: Scailo.QUOTATION_RESPONSE_SORT_KEY sort_key = 5;
|
|
1030
1207
|
*/
|
|
@@ -1092,115 +1269,268 @@ export declare class QuotationsResponsesServicePaginationResponse extends Messag
|
|
|
1092
1269
|
*/
|
|
1093
1270
|
export declare class QuotationsResponsesServiceFilterReq extends Message<QuotationsResponsesServiceFilterReq> {
|
|
1094
1271
|
/**
|
|
1095
|
-
*
|
|
1272
|
+
*
|
|
1273
|
+
* @optional
|
|
1274
|
+
*
|
|
1275
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1276
|
+
*
|
|
1277
|
+
* @example ANY
|
|
1096
1278
|
*
|
|
1097
1279
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1098
1280
|
*/
|
|
1099
1281
|
isActive: BOOL_FILTER;
|
|
1100
1282
|
/**
|
|
1101
|
-
*
|
|
1283
|
+
*
|
|
1284
|
+
* @mandatory
|
|
1285
|
+
*
|
|
1286
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1287
|
+
*
|
|
1288
|
+
* @example 100
|
|
1289
|
+
*
|
|
1290
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1291
|
+
*
|
|
1292
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1102
1293
|
*
|
|
1103
1294
|
* @generated from field: int64 count = 2;
|
|
1104
1295
|
*/
|
|
1105
1296
|
count: bigint;
|
|
1106
1297
|
/**
|
|
1107
|
-
*
|
|
1298
|
+
*
|
|
1299
|
+
* @optional
|
|
1300
|
+
*
|
|
1301
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1302
|
+
*
|
|
1303
|
+
* @example 0
|
|
1304
|
+
*
|
|
1305
|
+
* @regex ^[0-9]+$
|
|
1306
|
+
*
|
|
1307
|
+
* @format Non-negative integer.
|
|
1108
1308
|
*
|
|
1109
1309
|
* @generated from field: uint64 offset = 3;
|
|
1110
1310
|
*/
|
|
1111
1311
|
offset: bigint;
|
|
1112
1312
|
/**
|
|
1113
|
-
*
|
|
1313
|
+
*
|
|
1314
|
+
* @optional
|
|
1315
|
+
*
|
|
1316
|
+
* @description Sort direction.
|
|
1317
|
+
*
|
|
1318
|
+
* @example DESCENDING
|
|
1114
1319
|
*
|
|
1115
1320
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1116
1321
|
*/
|
|
1117
1322
|
sortOrder: SORT_ORDER;
|
|
1118
1323
|
/**
|
|
1119
|
-
*
|
|
1324
|
+
*
|
|
1325
|
+
* @optional
|
|
1326
|
+
*
|
|
1327
|
+
* @description The field used for sorting.
|
|
1120
1328
|
*
|
|
1121
1329
|
* @generated from field: Scailo.QUOTATION_RESPONSE_SORT_KEY sort_key = 5;
|
|
1122
1330
|
*/
|
|
1123
1331
|
sortKey: QUOTATION_RESPONSE_SORT_KEY;
|
|
1124
1332
|
/**
|
|
1125
|
-
*
|
|
1333
|
+
*
|
|
1334
|
+
* @optional
|
|
1335
|
+
*
|
|
1336
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1337
|
+
*
|
|
1338
|
+
* @example 1672531200
|
|
1339
|
+
*
|
|
1340
|
+
* @regex ^[0-9]+$
|
|
1341
|
+
*
|
|
1342
|
+
* @format Non-negative integer.
|
|
1126
1343
|
*
|
|
1127
1344
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1128
1345
|
*/
|
|
1129
1346
|
creationTimestampStart: bigint;
|
|
1130
1347
|
/**
|
|
1131
|
-
*
|
|
1348
|
+
*
|
|
1349
|
+
* @optional
|
|
1350
|
+
*
|
|
1351
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1352
|
+
*
|
|
1353
|
+
* @example 1704067199
|
|
1354
|
+
*
|
|
1355
|
+
* @regex ^[0-9]+$
|
|
1356
|
+
*
|
|
1357
|
+
* @format Non-negative integer.
|
|
1132
1358
|
*
|
|
1133
1359
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1134
1360
|
*/
|
|
1135
1361
|
creationTimestampEnd: bigint;
|
|
1136
1362
|
/**
|
|
1137
|
-
*
|
|
1363
|
+
*
|
|
1364
|
+
* @optional
|
|
1365
|
+
*
|
|
1366
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1367
|
+
*
|
|
1368
|
+
* @example 1672531200
|
|
1369
|
+
*
|
|
1370
|
+
* @regex ^[0-9]+$
|
|
1371
|
+
*
|
|
1372
|
+
* @format Non-negative integer.
|
|
1138
1373
|
*
|
|
1139
1374
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1140
1375
|
*/
|
|
1141
1376
|
modificationTimestampStart: bigint;
|
|
1142
1377
|
/**
|
|
1143
|
-
*
|
|
1378
|
+
*
|
|
1379
|
+
* @optional
|
|
1380
|
+
*
|
|
1381
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1382
|
+
*
|
|
1383
|
+
* @example 1704067199
|
|
1384
|
+
*
|
|
1385
|
+
* @regex ^[0-9]+$
|
|
1386
|
+
*
|
|
1387
|
+
* @format Non-negative integer.
|
|
1144
1388
|
*
|
|
1145
1389
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1146
1390
|
*/
|
|
1147
1391
|
modificationTimestampEnd: bigint;
|
|
1148
1392
|
/**
|
|
1149
|
-
*
|
|
1393
|
+
*
|
|
1394
|
+
* @optional
|
|
1395
|
+
*
|
|
1396
|
+
* @description Filter by the organization UUID.
|
|
1397
|
+
*
|
|
1398
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1399
|
+
*
|
|
1400
|
+
* @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}$
|
|
1401
|
+
*
|
|
1402
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1150
1403
|
*
|
|
1151
1404
|
* @generated from field: string entity_uuid = 8;
|
|
1152
1405
|
*/
|
|
1153
1406
|
entityUuid: string;
|
|
1154
1407
|
/**
|
|
1155
|
-
*
|
|
1408
|
+
*
|
|
1409
|
+
* @optional
|
|
1410
|
+
*
|
|
1411
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1412
|
+
*
|
|
1413
|
+
* @example STANDING
|
|
1156
1414
|
*
|
|
1157
1415
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1158
1416
|
*/
|
|
1159
1417
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1160
1418
|
/**
|
|
1161
|
-
*
|
|
1419
|
+
*
|
|
1420
|
+
* @optional
|
|
1421
|
+
*
|
|
1422
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1423
|
+
*
|
|
1424
|
+
* @example 1672531200
|
|
1425
|
+
*
|
|
1426
|
+
* @regex ^[0-9]+$
|
|
1427
|
+
*
|
|
1428
|
+
* @format Non-negative integer.
|
|
1162
1429
|
*
|
|
1163
1430
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1164
1431
|
*/
|
|
1165
1432
|
approvedOnStart: bigint;
|
|
1166
1433
|
/**
|
|
1167
|
-
*
|
|
1434
|
+
*
|
|
1435
|
+
* @optional
|
|
1436
|
+
*
|
|
1437
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1438
|
+
*
|
|
1439
|
+
* @example 1704067199
|
|
1440
|
+
*
|
|
1441
|
+
* @regex ^[0-9]+$
|
|
1442
|
+
*
|
|
1443
|
+
* @format Non-negative integer.
|
|
1168
1444
|
*
|
|
1169
1445
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1170
1446
|
*/
|
|
1171
1447
|
approvedOnEnd: bigint;
|
|
1172
1448
|
/**
|
|
1173
|
-
*
|
|
1449
|
+
*
|
|
1450
|
+
* @optional
|
|
1451
|
+
*
|
|
1452
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1453
|
+
*
|
|
1454
|
+
* @example 501
|
|
1455
|
+
*
|
|
1456
|
+
* @regex ^[0-9]+$
|
|
1457
|
+
*
|
|
1458
|
+
* @format Non-negative integer.
|
|
1174
1459
|
*
|
|
1175
1460
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1176
1461
|
*/
|
|
1177
1462
|
approvedByUserId: bigint;
|
|
1178
1463
|
/**
|
|
1179
|
-
*
|
|
1464
|
+
*
|
|
1465
|
+
* @optional
|
|
1466
|
+
*
|
|
1467
|
+
* @description Filter by the role ID of the approver.
|
|
1468
|
+
*
|
|
1469
|
+
* @example 5
|
|
1470
|
+
*
|
|
1471
|
+
* @regex ^[0-9]+$
|
|
1472
|
+
*
|
|
1473
|
+
* @format Non-negative integer.
|
|
1180
1474
|
*
|
|
1181
1475
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1182
1476
|
*/
|
|
1183
1477
|
approverRoleId: bigint;
|
|
1184
1478
|
/**
|
|
1185
|
-
*
|
|
1479
|
+
*
|
|
1480
|
+
* @optional
|
|
1481
|
+
*
|
|
1482
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1483
|
+
*
|
|
1484
|
+
* @example 1672531200
|
|
1485
|
+
*
|
|
1486
|
+
* @regex ^[0-9]+$
|
|
1487
|
+
*
|
|
1488
|
+
* @format Non-negative integer.
|
|
1186
1489
|
*
|
|
1187
1490
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1188
1491
|
*/
|
|
1189
1492
|
completedOnStart: bigint;
|
|
1190
1493
|
/**
|
|
1191
|
-
*
|
|
1494
|
+
*
|
|
1495
|
+
* @optional
|
|
1496
|
+
*
|
|
1497
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1498
|
+
*
|
|
1499
|
+
* @example 1704067199
|
|
1500
|
+
*
|
|
1501
|
+
* @regex ^[0-9]+$
|
|
1502
|
+
*
|
|
1503
|
+
* @format Non-negative integer.
|
|
1192
1504
|
*
|
|
1193
1505
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1194
1506
|
*/
|
|
1195
1507
|
completedOnEnd: bigint;
|
|
1196
1508
|
/**
|
|
1197
|
-
*
|
|
1509
|
+
*
|
|
1510
|
+
* @optional
|
|
1511
|
+
*
|
|
1512
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1513
|
+
*
|
|
1514
|
+
* @example "ABS-2023-001"
|
|
1515
|
+
*
|
|
1516
|
+
* @regex [0-9A-Za-z ]*$
|
|
1517
|
+
*
|
|
1518
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1198
1519
|
*
|
|
1199
1520
|
* @generated from field: string reference_id = 20;
|
|
1200
1521
|
*/
|
|
1201
1522
|
referenceId: string;
|
|
1202
1523
|
/**
|
|
1203
|
-
*
|
|
1524
|
+
*
|
|
1525
|
+
* @optional
|
|
1526
|
+
*
|
|
1527
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1528
|
+
*
|
|
1529
|
+
* @example "ABS-2023-X9Z2"
|
|
1530
|
+
*
|
|
1531
|
+
* @regex [0-9A-Za-z ]*$
|
|
1532
|
+
*
|
|
1533
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1204
1534
|
*
|
|
1205
1535
|
* @generated from field: string final_ref_number = 21;
|
|
1206
1536
|
*/
|
|
@@ -1246,91 +1576,218 @@ export declare class QuotationsResponsesServiceFilterReq extends Message<Quotati
|
|
|
1246
1576
|
*/
|
|
1247
1577
|
export declare class QuotationsResponsesServiceCountReq extends Message<QuotationsResponsesServiceCountReq> {
|
|
1248
1578
|
/**
|
|
1249
|
-
*
|
|
1579
|
+
*
|
|
1580
|
+
* @optional
|
|
1581
|
+
*
|
|
1582
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1583
|
+
*
|
|
1584
|
+
* @example ANY
|
|
1250
1585
|
*
|
|
1251
1586
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1252
1587
|
*/
|
|
1253
1588
|
isActive: BOOL_FILTER;
|
|
1254
1589
|
/**
|
|
1255
|
-
*
|
|
1590
|
+
*
|
|
1591
|
+
* @optional
|
|
1592
|
+
*
|
|
1593
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1594
|
+
*
|
|
1595
|
+
* @example 1672531200
|
|
1596
|
+
*
|
|
1597
|
+
* @regex ^[0-9]+$
|
|
1598
|
+
*
|
|
1599
|
+
* @format Non-negative integer.
|
|
1256
1600
|
*
|
|
1257
1601
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1258
1602
|
*/
|
|
1259
1603
|
creationTimestampStart: bigint;
|
|
1260
1604
|
/**
|
|
1261
|
-
*
|
|
1605
|
+
*
|
|
1606
|
+
* @optional
|
|
1607
|
+
*
|
|
1608
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1609
|
+
*
|
|
1610
|
+
* @example 1704067199
|
|
1611
|
+
*
|
|
1612
|
+
* @regex ^[0-9]+$
|
|
1613
|
+
*
|
|
1614
|
+
* @format Non-negative integer.
|
|
1262
1615
|
*
|
|
1263
1616
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1264
1617
|
*/
|
|
1265
1618
|
creationTimestampEnd: bigint;
|
|
1266
1619
|
/**
|
|
1267
|
-
*
|
|
1620
|
+
*
|
|
1621
|
+
* @optional
|
|
1622
|
+
*
|
|
1623
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1624
|
+
*
|
|
1625
|
+
* @example 1672531200
|
|
1626
|
+
*
|
|
1627
|
+
* @regex ^[0-9]+$
|
|
1628
|
+
*
|
|
1629
|
+
* @format Non-negative integer.
|
|
1268
1630
|
*
|
|
1269
1631
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1270
1632
|
*/
|
|
1271
1633
|
modificationTimestampStart: bigint;
|
|
1272
1634
|
/**
|
|
1273
|
-
*
|
|
1635
|
+
*
|
|
1636
|
+
* @optional
|
|
1637
|
+
*
|
|
1638
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1639
|
+
*
|
|
1640
|
+
* @example 1704067199
|
|
1641
|
+
*
|
|
1642
|
+
* @regex ^[0-9]+$
|
|
1643
|
+
*
|
|
1644
|
+
* @format Non-negative integer.
|
|
1274
1645
|
*
|
|
1275
1646
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1276
1647
|
*/
|
|
1277
1648
|
modificationTimestampEnd: bigint;
|
|
1278
1649
|
/**
|
|
1279
|
-
*
|
|
1650
|
+
*
|
|
1651
|
+
* @optional
|
|
1652
|
+
*
|
|
1653
|
+
* @description Filter by the organization UUID.
|
|
1654
|
+
*
|
|
1655
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1656
|
+
*
|
|
1657
|
+
* @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}$
|
|
1658
|
+
*
|
|
1659
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1280
1660
|
*
|
|
1281
1661
|
* @generated from field: string entity_uuid = 8;
|
|
1282
1662
|
*/
|
|
1283
1663
|
entityUuid: string;
|
|
1284
1664
|
/**
|
|
1285
|
-
*
|
|
1665
|
+
*
|
|
1666
|
+
* @optional
|
|
1667
|
+
*
|
|
1668
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1669
|
+
*
|
|
1670
|
+
* @example STANDING
|
|
1286
1671
|
*
|
|
1287
1672
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1288
1673
|
*/
|
|
1289
1674
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1290
1675
|
/**
|
|
1291
|
-
*
|
|
1676
|
+
*
|
|
1677
|
+
* @optional
|
|
1678
|
+
*
|
|
1679
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1680
|
+
*
|
|
1681
|
+
* @example 1672531200
|
|
1682
|
+
*
|
|
1683
|
+
* @regex ^[0-9]+$
|
|
1684
|
+
*
|
|
1685
|
+
* @format Non-negative integer.
|
|
1292
1686
|
*
|
|
1293
1687
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1294
1688
|
*/
|
|
1295
1689
|
approvedOnStart: bigint;
|
|
1296
1690
|
/**
|
|
1297
|
-
*
|
|
1691
|
+
*
|
|
1692
|
+
* @optional
|
|
1693
|
+
*
|
|
1694
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1695
|
+
*
|
|
1696
|
+
* @example 1704067199
|
|
1697
|
+
*
|
|
1698
|
+
* @regex ^[0-9]+$
|
|
1699
|
+
*
|
|
1700
|
+
* @format Non-negative integer.
|
|
1298
1701
|
*
|
|
1299
1702
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1300
1703
|
*/
|
|
1301
1704
|
approvedOnEnd: bigint;
|
|
1302
1705
|
/**
|
|
1303
|
-
*
|
|
1706
|
+
*
|
|
1707
|
+
* @optional
|
|
1708
|
+
*
|
|
1709
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1710
|
+
*
|
|
1711
|
+
* @example 501
|
|
1712
|
+
*
|
|
1713
|
+
* @regex ^[0-9]+$
|
|
1714
|
+
*
|
|
1715
|
+
* @format Non-negative integer.
|
|
1304
1716
|
*
|
|
1305
1717
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1306
1718
|
*/
|
|
1307
1719
|
approvedByUserId: bigint;
|
|
1308
1720
|
/**
|
|
1309
|
-
*
|
|
1721
|
+
*
|
|
1722
|
+
* @optional
|
|
1723
|
+
*
|
|
1724
|
+
* @description Filter by the role ID of the approver.
|
|
1725
|
+
*
|
|
1726
|
+
* @example 5
|
|
1727
|
+
*
|
|
1728
|
+
* @regex ^[0-9]+$
|
|
1729
|
+
*
|
|
1730
|
+
* @format Non-negative integer.
|
|
1310
1731
|
*
|
|
1311
1732
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1312
1733
|
*/
|
|
1313
1734
|
approverRoleId: bigint;
|
|
1314
1735
|
/**
|
|
1315
|
-
*
|
|
1736
|
+
*
|
|
1737
|
+
* @optional
|
|
1738
|
+
*
|
|
1739
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1740
|
+
*
|
|
1741
|
+
* @example 1672531200
|
|
1742
|
+
*
|
|
1743
|
+
* @regex ^[0-9]+$
|
|
1744
|
+
*
|
|
1745
|
+
* @format Non-negative integer.
|
|
1316
1746
|
*
|
|
1317
1747
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1318
1748
|
*/
|
|
1319
1749
|
completedOnStart: bigint;
|
|
1320
1750
|
/**
|
|
1321
|
-
*
|
|
1751
|
+
*
|
|
1752
|
+
* @optional
|
|
1753
|
+
*
|
|
1754
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1755
|
+
*
|
|
1756
|
+
* @example 1704067199
|
|
1757
|
+
*
|
|
1758
|
+
* @regex ^[0-9]+$
|
|
1759
|
+
*
|
|
1760
|
+
* @format Non-negative integer.
|
|
1322
1761
|
*
|
|
1323
1762
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1324
1763
|
*/
|
|
1325
1764
|
completedOnEnd: bigint;
|
|
1326
1765
|
/**
|
|
1327
|
-
*
|
|
1766
|
+
*
|
|
1767
|
+
* @optional
|
|
1768
|
+
*
|
|
1769
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1770
|
+
*
|
|
1771
|
+
* @example "ABS-2023-001"
|
|
1772
|
+
*
|
|
1773
|
+
* @regex [0-9A-Za-z ]*$
|
|
1774
|
+
*
|
|
1775
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1328
1776
|
*
|
|
1329
1777
|
* @generated from field: string reference_id = 20;
|
|
1330
1778
|
*/
|
|
1331
1779
|
referenceId: string;
|
|
1332
1780
|
/**
|
|
1333
|
-
*
|
|
1781
|
+
*
|
|
1782
|
+
* @optional
|
|
1783
|
+
*
|
|
1784
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1785
|
+
*
|
|
1786
|
+
* @example "ABS-2023-X9Z2"
|
|
1787
|
+
*
|
|
1788
|
+
* @regex [0-9A-Za-z ]*$
|
|
1789
|
+
*
|
|
1790
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1334
1791
|
*
|
|
1335
1792
|
* @generated from field: string final_ref_number = 21;
|
|
1336
1793
|
*/
|
|
@@ -1376,49 +1833,103 @@ export declare class QuotationsResponsesServiceCountReq extends Message<Quotatio
|
|
|
1376
1833
|
*/
|
|
1377
1834
|
export declare class QuotationsResponsesServiceSearchAllReq extends Message<QuotationsResponsesServiceSearchAllReq> {
|
|
1378
1835
|
/**
|
|
1379
|
-
*
|
|
1836
|
+
*
|
|
1837
|
+
* @optional
|
|
1838
|
+
*
|
|
1839
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1840
|
+
*
|
|
1841
|
+
* @example ANY
|
|
1380
1842
|
*
|
|
1381
1843
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1382
1844
|
*/
|
|
1383
1845
|
isActive: BOOL_FILTER;
|
|
1384
1846
|
/**
|
|
1385
|
-
*
|
|
1847
|
+
*
|
|
1848
|
+
* @mandatory
|
|
1849
|
+
*
|
|
1850
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1851
|
+
*
|
|
1852
|
+
* @example 100
|
|
1853
|
+
*
|
|
1854
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1855
|
+
*
|
|
1856
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1386
1857
|
*
|
|
1387
1858
|
* @generated from field: int64 count = 2;
|
|
1388
1859
|
*/
|
|
1389
1860
|
count: bigint;
|
|
1390
1861
|
/**
|
|
1391
|
-
*
|
|
1862
|
+
*
|
|
1863
|
+
* @optional
|
|
1864
|
+
*
|
|
1865
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1866
|
+
*
|
|
1867
|
+
* @example 0
|
|
1868
|
+
*
|
|
1869
|
+
* @regex ^[0-9]+$
|
|
1870
|
+
*
|
|
1871
|
+
* @format Non-negative integer.
|
|
1392
1872
|
*
|
|
1393
1873
|
* @generated from field: uint64 offset = 3;
|
|
1394
1874
|
*/
|
|
1395
1875
|
offset: bigint;
|
|
1396
1876
|
/**
|
|
1397
|
-
*
|
|
1877
|
+
*
|
|
1878
|
+
* @optional
|
|
1879
|
+
*
|
|
1880
|
+
* @description Sort direction.
|
|
1881
|
+
*
|
|
1882
|
+
* @example DESCENDING
|
|
1398
1883
|
*
|
|
1399
1884
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1400
1885
|
*/
|
|
1401
1886
|
sortOrder: SORT_ORDER;
|
|
1402
1887
|
/**
|
|
1403
|
-
*
|
|
1888
|
+
*
|
|
1889
|
+
* @optional
|
|
1890
|
+
*
|
|
1891
|
+
* @description The field used for sorting.
|
|
1404
1892
|
*
|
|
1405
1893
|
* @generated from field: Scailo.QUOTATION_RESPONSE_SORT_KEY sort_key = 5;
|
|
1406
1894
|
*/
|
|
1407
1895
|
sortKey: QUOTATION_RESPONSE_SORT_KEY;
|
|
1408
1896
|
/**
|
|
1409
|
-
*
|
|
1897
|
+
*
|
|
1898
|
+
* @optional
|
|
1899
|
+
*
|
|
1900
|
+
* @description Filter by the organization UUID.
|
|
1901
|
+
*
|
|
1902
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1903
|
+
*
|
|
1904
|
+
* @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}$
|
|
1905
|
+
*
|
|
1906
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1410
1907
|
*
|
|
1411
1908
|
* @generated from field: string entity_uuid = 6;
|
|
1412
1909
|
*/
|
|
1413
1910
|
entityUuid: string;
|
|
1414
1911
|
/**
|
|
1415
|
-
*
|
|
1912
|
+
*
|
|
1913
|
+
* @optional
|
|
1914
|
+
*
|
|
1915
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1916
|
+
*
|
|
1917
|
+
* @example STANDING
|
|
1416
1918
|
*
|
|
1417
1919
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1418
1920
|
*/
|
|
1419
1921
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1420
1922
|
/**
|
|
1421
|
-
*
|
|
1923
|
+
*
|
|
1924
|
+
* @mandatory
|
|
1925
|
+
*
|
|
1926
|
+
* @description The search string to match against reference IDs.
|
|
1927
|
+
*
|
|
1928
|
+
* @example "Medical 2023"
|
|
1929
|
+
*
|
|
1930
|
+
* @regex .*
|
|
1931
|
+
*
|
|
1932
|
+
* @format: May contain any UTF-8 characters.
|
|
1422
1933
|
*
|
|
1423
1934
|
* @generated from field: string search_key = 11;
|
|
1424
1935
|
*/
|
|
@@ -1440,85 +1951,197 @@ export declare class QuotationsResponsesServiceSearchAllReq extends Message<Quot
|
|
|
1440
1951
|
*/
|
|
1441
1952
|
export declare class QuotationsResponsesServiceItemsFilterReq extends Message<QuotationsResponsesServiceItemsFilterReq> {
|
|
1442
1953
|
/**
|
|
1443
|
-
*
|
|
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
|
|
1444
1960
|
*
|
|
1445
1961
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1446
1962
|
*/
|
|
1447
1963
|
isActive: BOOL_FILTER;
|
|
1448
1964
|
/**
|
|
1449
|
-
*
|
|
1965
|
+
*
|
|
1966
|
+
* @mandatory
|
|
1967
|
+
*
|
|
1968
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1969
|
+
*
|
|
1970
|
+
* @example 100
|
|
1971
|
+
*
|
|
1972
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1973
|
+
*
|
|
1974
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1450
1975
|
*
|
|
1451
1976
|
* @generated from field: int64 count = 2;
|
|
1452
1977
|
*/
|
|
1453
1978
|
count: bigint;
|
|
1454
1979
|
/**
|
|
1455
|
-
*
|
|
1980
|
+
*
|
|
1981
|
+
* @optional
|
|
1982
|
+
*
|
|
1983
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1984
|
+
*
|
|
1985
|
+
* @example 0
|
|
1986
|
+
*
|
|
1987
|
+
* @regex ^[0-9]+$
|
|
1988
|
+
*
|
|
1989
|
+
* @format Non-negative integer.
|
|
1456
1990
|
*
|
|
1457
1991
|
* @generated from field: uint64 offset = 3;
|
|
1458
1992
|
*/
|
|
1459
1993
|
offset: bigint;
|
|
1460
1994
|
/**
|
|
1461
|
-
*
|
|
1995
|
+
*
|
|
1996
|
+
* @optional
|
|
1997
|
+
*
|
|
1998
|
+
* @description Sort direction.
|
|
1999
|
+
*
|
|
2000
|
+
* @example DESCENDING
|
|
1462
2001
|
*
|
|
1463
2002
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1464
2003
|
*/
|
|
1465
2004
|
sortOrder: SORT_ORDER;
|
|
1466
2005
|
/**
|
|
1467
|
-
*
|
|
2006
|
+
*
|
|
2007
|
+
* @optional
|
|
2008
|
+
*
|
|
2009
|
+
* @description The field used for sorting.
|
|
1468
2010
|
*
|
|
1469
2011
|
* @generated from field: Scailo.QUOTATION_RESPONSE_ITEM_SORT_KEY sort_key = 5;
|
|
1470
2012
|
*/
|
|
1471
2013
|
sortKey: QUOTATION_RESPONSE_ITEM_SORT_KEY;
|
|
1472
2014
|
/**
|
|
1473
|
-
*
|
|
2015
|
+
*
|
|
2016
|
+
* @optional
|
|
2017
|
+
*
|
|
2018
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2019
|
+
*
|
|
2020
|
+
* @example 1672531200
|
|
2021
|
+
*
|
|
2022
|
+
* @regex ^[0-9]+$
|
|
2023
|
+
*
|
|
2024
|
+
* @format Non-negative integer.
|
|
1474
2025
|
*
|
|
1475
2026
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1476
2027
|
*/
|
|
1477
2028
|
creationTimestampStart: bigint;
|
|
1478
2029
|
/**
|
|
1479
|
-
*
|
|
2030
|
+
*
|
|
2031
|
+
* @optional
|
|
2032
|
+
*
|
|
2033
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2034
|
+
*
|
|
2035
|
+
* @example 1704067199
|
|
2036
|
+
*
|
|
2037
|
+
* @regex ^[0-9]+$
|
|
2038
|
+
*
|
|
2039
|
+
* @format Non-negative integer.
|
|
1480
2040
|
*
|
|
1481
2041
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1482
2042
|
*/
|
|
1483
2043
|
creationTimestampEnd: bigint;
|
|
1484
2044
|
/**
|
|
1485
|
-
*
|
|
2045
|
+
*
|
|
2046
|
+
* @optional
|
|
2047
|
+
*
|
|
2048
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2049
|
+
*
|
|
2050
|
+
* @example 1672531200
|
|
2051
|
+
*
|
|
2052
|
+
* @regex ^[0-9]+$
|
|
2053
|
+
*
|
|
2054
|
+
* @format Non-negative integer.
|
|
1486
2055
|
*
|
|
1487
2056
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1488
2057
|
*/
|
|
1489
2058
|
modificationTimestampStart: bigint;
|
|
1490
2059
|
/**
|
|
1491
|
-
*
|
|
2060
|
+
*
|
|
2061
|
+
* @optional
|
|
2062
|
+
*
|
|
2063
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2064
|
+
*
|
|
2065
|
+
* @example 1704067199
|
|
2066
|
+
*
|
|
2067
|
+
* @regex ^[0-9]+$
|
|
2068
|
+
*
|
|
2069
|
+
* @format Non-negative integer.
|
|
1492
2070
|
*
|
|
1493
2071
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1494
2072
|
*/
|
|
1495
2073
|
modificationTimestampEnd: bigint;
|
|
1496
2074
|
/**
|
|
1497
|
-
*
|
|
2075
|
+
*
|
|
2076
|
+
* @optional
|
|
2077
|
+
*
|
|
2078
|
+
* @description Filter by the organization UUID.
|
|
2079
|
+
*
|
|
2080
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2081
|
+
*
|
|
2082
|
+
* @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}$
|
|
2083
|
+
*
|
|
2084
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1498
2085
|
*
|
|
1499
2086
|
* @generated from field: string entity_uuid = 8;
|
|
1500
2087
|
*/
|
|
1501
2088
|
entityUuid: string;
|
|
1502
2089
|
/**
|
|
1503
|
-
*
|
|
2090
|
+
*
|
|
2091
|
+
* @optional
|
|
2092
|
+
*
|
|
2093
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2094
|
+
*
|
|
2095
|
+
* @example 1672531200
|
|
2096
|
+
*
|
|
2097
|
+
* @regex ^[0-9]+$
|
|
2098
|
+
*
|
|
2099
|
+
* @format Non-negative integer.
|
|
1504
2100
|
*
|
|
1505
2101
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1506
2102
|
*/
|
|
1507
2103
|
approvedOnStart: bigint;
|
|
1508
2104
|
/**
|
|
1509
|
-
*
|
|
2105
|
+
*
|
|
2106
|
+
* @optional
|
|
2107
|
+
*
|
|
2108
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2109
|
+
*
|
|
2110
|
+
* @example 1704067199
|
|
2111
|
+
*
|
|
2112
|
+
* @regex ^[0-9]+$
|
|
2113
|
+
*
|
|
2114
|
+
* @format Non-negative integer.
|
|
1510
2115
|
*
|
|
1511
2116
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1512
2117
|
*/
|
|
1513
2118
|
approvedOnEnd: bigint;
|
|
1514
2119
|
/**
|
|
1515
|
-
*
|
|
2120
|
+
*
|
|
2121
|
+
* @optional
|
|
2122
|
+
*
|
|
2123
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2124
|
+
*
|
|
2125
|
+
* @example 501
|
|
2126
|
+
*
|
|
2127
|
+
* @regex ^[0-9]+$
|
|
2128
|
+
*
|
|
2129
|
+
* @format Non-negative integer.
|
|
1516
2130
|
*
|
|
1517
2131
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1518
2132
|
*/
|
|
1519
2133
|
approvedByUserId: bigint;
|
|
1520
2134
|
/**
|
|
1521
|
-
*
|
|
2135
|
+
*
|
|
2136
|
+
* @optional
|
|
2137
|
+
*
|
|
2138
|
+
* @description Filter by the role ID of the approver.
|
|
2139
|
+
*
|
|
2140
|
+
* @example 5
|
|
2141
|
+
*
|
|
2142
|
+
* @regex ^[0-9]+$
|
|
2143
|
+
*
|
|
2144
|
+
* @format Non-negative integer.
|
|
1522
2145
|
*
|
|
1523
2146
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1524
2147
|
*/
|