@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_REQUEST_SORT_KEY {
|
|
|
172
172
|
*/
|
|
173
173
|
export declare class QuotationsRequestsServiceCreateRequest extends Message<QuotationsRequestsServiceCreateRequest> {
|
|
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 QuotationsRequestsServiceCreateRequest extends Message<Quot
|
|
|
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
|
*/
|
|
@@ -266,19 +293,42 @@ export declare class QuotationsRequestsServiceUpdateRequest extends Message<Quot
|
|
|
266
293
|
*/
|
|
267
294
|
id: bigint;
|
|
268
295
|
/**
|
|
269
|
-
*
|
|
296
|
+
*
|
|
297
|
+
* @optional
|
|
298
|
+
*
|
|
299
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
300
|
+
*
|
|
301
|
+
* @example true
|
|
270
302
|
*
|
|
271
303
|
* @generated from field: bool notify_users = 3;
|
|
272
304
|
*/
|
|
273
305
|
notifyUsers: boolean;
|
|
274
306
|
/**
|
|
275
|
-
*
|
|
307
|
+
*
|
|
308
|
+
* @optional
|
|
309
|
+
*
|
|
310
|
+
* @description Updated vault folder ID for documentation storage.
|
|
311
|
+
*
|
|
312
|
+
* @example 15235
|
|
313
|
+
*
|
|
314
|
+
* @regex ^[0-9]+$
|
|
315
|
+
*
|
|
316
|
+
* @format Non-negative integer.
|
|
276
317
|
*
|
|
277
318
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
278
319
|
*/
|
|
279
320
|
vaultFolderId: bigint;
|
|
280
321
|
/**
|
|
281
|
-
*
|
|
322
|
+
*
|
|
323
|
+
* @mandatory
|
|
324
|
+
*
|
|
325
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
326
|
+
*
|
|
327
|
+
* @example "ABS-2023-001-REV"
|
|
328
|
+
*
|
|
329
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
330
|
+
*
|
|
331
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
282
332
|
*
|
|
283
333
|
* @generated from field: string reference_id = 10;
|
|
284
334
|
*/
|
|
@@ -392,55 +442,74 @@ export declare class QuotationRequestAncillaryParameters extends Message<Quotati
|
|
|
392
442
|
*/
|
|
393
443
|
export declare class QuotationRequest extends Message<QuotationRequest> {
|
|
394
444
|
/**
|
|
395
|
-
*
|
|
445
|
+
*
|
|
446
|
+
* @description The organization's globally unique identifier.
|
|
447
|
+
*
|
|
448
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
396
449
|
*
|
|
397
450
|
* @generated from field: string entity_uuid = 1;
|
|
398
451
|
*/
|
|
399
452
|
entityUuid: string;
|
|
400
453
|
/**
|
|
401
|
-
*
|
|
454
|
+
*
|
|
455
|
+
* @description Standard employee and record metadata including timestamps.
|
|
402
456
|
*
|
|
403
457
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
404
458
|
*/
|
|
405
459
|
metadata?: EmployeeMetadata;
|
|
406
460
|
/**
|
|
407
|
-
*
|
|
461
|
+
*
|
|
462
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
408
463
|
*
|
|
409
464
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
410
465
|
*/
|
|
411
466
|
approvalMetadata?: ApprovalMetadata;
|
|
412
467
|
/**
|
|
413
|
-
*
|
|
468
|
+
*
|
|
469
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
414
470
|
*
|
|
415
471
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
416
472
|
*/
|
|
417
473
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
418
474
|
/**
|
|
419
|
-
*
|
|
475
|
+
*
|
|
476
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
420
477
|
*
|
|
421
478
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
422
479
|
*/
|
|
423
480
|
logs: LogbookLogConciseSLC[];
|
|
424
481
|
/**
|
|
425
|
-
*
|
|
482
|
+
*
|
|
483
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
484
|
+
*
|
|
485
|
+
* @example 1698400000
|
|
426
486
|
*
|
|
427
487
|
* @generated from field: uint64 completed_on = 6;
|
|
428
488
|
*/
|
|
429
489
|
completedOn: bigint;
|
|
430
490
|
/**
|
|
431
|
-
*
|
|
491
|
+
*
|
|
492
|
+
* @description Link to the document storage folder.
|
|
493
|
+
*
|
|
494
|
+
* @example 15234
|
|
432
495
|
*
|
|
433
496
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
434
497
|
*/
|
|
435
498
|
vaultFolderId: bigint;
|
|
436
499
|
/**
|
|
437
|
-
*
|
|
500
|
+
*
|
|
501
|
+
* @description The user-provided reference ID.
|
|
502
|
+
*
|
|
503
|
+
* @example "ABS-2023-001"
|
|
438
504
|
*
|
|
439
505
|
* @generated from field: string reference_id = 10;
|
|
440
506
|
*/
|
|
441
507
|
referenceId: string;
|
|
442
508
|
/**
|
|
443
|
-
*
|
|
509
|
+
*
|
|
510
|
+
* @description The system-generated immutable reference number.
|
|
511
|
+
*
|
|
512
|
+
* @example "ABS-2023-X9Z2"
|
|
444
513
|
*
|
|
445
514
|
* @generated from field: string final_ref_number = 11;
|
|
446
515
|
*/
|
|
@@ -522,7 +591,16 @@ export declare class QuotationsRequestsServiceItemCreateRequest extends Message<
|
|
|
522
591
|
*/
|
|
523
592
|
userComment: string;
|
|
524
593
|
/**
|
|
525
|
-
*
|
|
594
|
+
*
|
|
595
|
+
* @optional
|
|
596
|
+
*
|
|
597
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
598
|
+
*
|
|
599
|
+
* @example 15234
|
|
600
|
+
*
|
|
601
|
+
* @regex ^[0-9]+$
|
|
602
|
+
*
|
|
603
|
+
* @format Non-negative integer.
|
|
526
604
|
*
|
|
527
605
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
528
606
|
*/
|
|
@@ -604,7 +682,16 @@ export declare class QuotationsRequestsServiceItemUpdateRequest extends Message<
|
|
|
604
682
|
*/
|
|
605
683
|
id: bigint;
|
|
606
684
|
/**
|
|
607
|
-
*
|
|
685
|
+
*
|
|
686
|
+
* @optional
|
|
687
|
+
*
|
|
688
|
+
* @description Updated vault folder ID for documentation storage.
|
|
689
|
+
*
|
|
690
|
+
* @example 15235
|
|
691
|
+
*
|
|
692
|
+
* @regex ^[0-9]+$
|
|
693
|
+
*
|
|
694
|
+
* @format Non-negative integer.
|
|
608
695
|
*
|
|
609
696
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
610
697
|
*/
|
|
@@ -668,25 +755,31 @@ export declare class QuotationsRequestsServiceItemUpdateRequest extends Message<
|
|
|
668
755
|
*/
|
|
669
756
|
export declare class QuotationRequestItem extends Message<QuotationRequestItem> {
|
|
670
757
|
/**
|
|
671
|
-
*
|
|
758
|
+
*
|
|
759
|
+
* @description The organization's globally unique identifier.
|
|
760
|
+
*
|
|
761
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
672
762
|
*
|
|
673
763
|
* @generated from field: string entity_uuid = 1;
|
|
674
764
|
*/
|
|
675
765
|
entityUuid: string;
|
|
676
766
|
/**
|
|
677
|
-
*
|
|
767
|
+
*
|
|
768
|
+
* @description Standard employee and record metadata including timestamps.
|
|
678
769
|
*
|
|
679
770
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
680
771
|
*/
|
|
681
772
|
metadata?: EmployeeMetadata;
|
|
682
773
|
/**
|
|
683
|
-
*
|
|
774
|
+
*
|
|
775
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
684
776
|
*
|
|
685
777
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
686
778
|
*/
|
|
687
779
|
approvalMetadata?: ApprovalMetadata;
|
|
688
780
|
/**
|
|
689
|
-
*
|
|
781
|
+
*
|
|
782
|
+
* @description The approval state of the record
|
|
690
783
|
*
|
|
691
784
|
* @generated from field: bool need_approval = 4;
|
|
692
785
|
*/
|
|
@@ -698,7 +791,10 @@ export declare class QuotationRequestItem extends Message<QuotationRequestItem>
|
|
|
698
791
|
*/
|
|
699
792
|
userComment: string;
|
|
700
793
|
/**
|
|
701
|
-
*
|
|
794
|
+
*
|
|
795
|
+
* @description Link to the document storage folder.
|
|
796
|
+
*
|
|
797
|
+
* @example 15234
|
|
702
798
|
*
|
|
703
799
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
704
800
|
*/
|
|
@@ -840,37 +936,77 @@ export declare class QuotationRequestItemHistoryRequest extends Message<Quotatio
|
|
|
840
936
|
*/
|
|
841
937
|
export declare class QuotationRequestItemsSearchRequest extends Message<QuotationRequestItemsSearchRequest> {
|
|
842
938
|
/**
|
|
843
|
-
*
|
|
939
|
+
*
|
|
940
|
+
* @optional
|
|
941
|
+
*
|
|
942
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
943
|
+
*
|
|
944
|
+
* @example ANY
|
|
844
945
|
*
|
|
845
946
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
846
947
|
*/
|
|
847
948
|
isActive: BOOL_FILTER;
|
|
848
949
|
/**
|
|
849
|
-
*
|
|
950
|
+
*
|
|
951
|
+
* @mandatory
|
|
952
|
+
*
|
|
953
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
954
|
+
*
|
|
955
|
+
* @example 100
|
|
956
|
+
*
|
|
957
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
958
|
+
*
|
|
959
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
850
960
|
*
|
|
851
961
|
* @generated from field: int64 count = 2;
|
|
852
962
|
*/
|
|
853
963
|
count: bigint;
|
|
854
964
|
/**
|
|
855
|
-
*
|
|
965
|
+
*
|
|
966
|
+
* @optional
|
|
967
|
+
*
|
|
968
|
+
* @description Number of records to skip (offset) for pagination.
|
|
969
|
+
*
|
|
970
|
+
* @example 0
|
|
971
|
+
*
|
|
972
|
+
* @regex ^[0-9]+$
|
|
973
|
+
*
|
|
974
|
+
* @format Non-negative integer.
|
|
856
975
|
*
|
|
857
976
|
* @generated from field: uint64 offset = 3;
|
|
858
977
|
*/
|
|
859
978
|
offset: bigint;
|
|
860
979
|
/**
|
|
861
|
-
*
|
|
980
|
+
*
|
|
981
|
+
* @optional
|
|
982
|
+
*
|
|
983
|
+
* @description Sort direction.
|
|
984
|
+
*
|
|
985
|
+
* @example DESCENDING
|
|
862
986
|
*
|
|
863
987
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
864
988
|
*/
|
|
865
989
|
sortOrder: SORT_ORDER;
|
|
866
990
|
/**
|
|
867
|
-
*
|
|
991
|
+
*
|
|
992
|
+
* @optional
|
|
993
|
+
*
|
|
994
|
+
* @description The field used for sorting.
|
|
868
995
|
*
|
|
869
996
|
* @generated from field: Scailo.QUOTATION_REQUEST_ITEM_SORT_KEY sort_key = 5;
|
|
870
997
|
*/
|
|
871
998
|
sortKey: QUOTATION_REQUEST_ITEM_SORT_KEY;
|
|
872
999
|
/**
|
|
873
|
-
*
|
|
1000
|
+
*
|
|
1001
|
+
* @optional
|
|
1002
|
+
*
|
|
1003
|
+
* @description Filter by the organization UUID.
|
|
1004
|
+
*
|
|
1005
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1006
|
+
*
|
|
1007
|
+
* @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}$
|
|
1008
|
+
*
|
|
1009
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
874
1010
|
*
|
|
875
1011
|
* @generated from field: string entity_uuid = 6;
|
|
876
1012
|
*/
|
|
@@ -958,25 +1094,35 @@ export declare class QuotationRequestItemsSearchRequest extends Message<Quotatio
|
|
|
958
1094
|
*/
|
|
959
1095
|
export declare class QuotationsRequestsServicePaginatedItemsResponse extends Message<QuotationsRequestsServicePaginatedItemsResponse> {
|
|
960
1096
|
/**
|
|
961
|
-
*
|
|
1097
|
+
*
|
|
1098
|
+
* @description Number of records returned in the current response slice.
|
|
1099
|
+
*
|
|
1100
|
+
* @example 50
|
|
962
1101
|
*
|
|
963
1102
|
* @generated from field: uint64 count = 1;
|
|
964
1103
|
*/
|
|
965
1104
|
count: bigint;
|
|
966
1105
|
/**
|
|
967
|
-
*
|
|
1106
|
+
*
|
|
1107
|
+
* @description The offset provided in the request.
|
|
1108
|
+
*
|
|
1109
|
+
* @example 0
|
|
968
1110
|
*
|
|
969
1111
|
* @generated from field: uint64 offset = 2;
|
|
970
1112
|
*/
|
|
971
1113
|
offset: bigint;
|
|
972
1114
|
/**
|
|
973
|
-
*
|
|
1115
|
+
*
|
|
1116
|
+
* @description The total number of records matching the criteria.
|
|
1117
|
+
*
|
|
1118
|
+
* @example 1250
|
|
974
1119
|
*
|
|
975
1120
|
* @generated from field: uint64 total = 3;
|
|
976
1121
|
*/
|
|
977
1122
|
total: bigint;
|
|
978
1123
|
/**
|
|
979
|
-
*
|
|
1124
|
+
*
|
|
1125
|
+
* @description The array of records for the current page.
|
|
980
1126
|
*
|
|
981
1127
|
* @generated from field: repeated Scailo.QuotationRequestItem payload = 4;
|
|
982
1128
|
*/
|
|
@@ -998,31 +1144,62 @@ export declare class QuotationsRequestsServicePaginatedItemsResponse extends Mes
|
|
|
998
1144
|
*/
|
|
999
1145
|
export declare class QuotationsRequestsServicePaginationReq extends Message<QuotationsRequestsServicePaginationReq> {
|
|
1000
1146
|
/**
|
|
1001
|
-
*
|
|
1147
|
+
*
|
|
1148
|
+
* @optional
|
|
1149
|
+
*
|
|
1150
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1151
|
+
*
|
|
1152
|
+
* @example ANY
|
|
1002
1153
|
*
|
|
1003
1154
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1004
1155
|
*/
|
|
1005
1156
|
isActive: BOOL_FILTER;
|
|
1006
1157
|
/**
|
|
1007
|
-
*
|
|
1158
|
+
*
|
|
1159
|
+
* @mandatory
|
|
1160
|
+
*
|
|
1161
|
+
* @description Number of records to return per page.
|
|
1162
|
+
*
|
|
1163
|
+
* @example 50
|
|
1164
|
+
*
|
|
1165
|
+
* @regex ^[1-9][0-9]*$
|
|
1166
|
+
*
|
|
1167
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1008
1168
|
*
|
|
1009
1169
|
* @generated from field: int64 count = 2;
|
|
1010
1170
|
*/
|
|
1011
1171
|
count: bigint;
|
|
1012
1172
|
/**
|
|
1013
|
-
*
|
|
1173
|
+
*
|
|
1174
|
+
* @optional
|
|
1175
|
+
*
|
|
1176
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1177
|
+
*
|
|
1178
|
+
* @example 0
|
|
1179
|
+
*
|
|
1180
|
+
* @regex ^[0-9]+$
|
|
1181
|
+
*
|
|
1182
|
+
* @format Non-negative integer.
|
|
1014
1183
|
*
|
|
1015
1184
|
* @generated from field: uint64 offset = 3;
|
|
1016
1185
|
*/
|
|
1017
1186
|
offset: bigint;
|
|
1018
1187
|
/**
|
|
1019
|
-
*
|
|
1188
|
+
*
|
|
1189
|
+
* @optional
|
|
1190
|
+
*
|
|
1191
|
+
* @description Sort direction.
|
|
1192
|
+
*
|
|
1193
|
+
* @example DESCENDING
|
|
1020
1194
|
*
|
|
1021
1195
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1022
1196
|
*/
|
|
1023
1197
|
sortOrder: SORT_ORDER;
|
|
1024
1198
|
/**
|
|
1025
|
-
*
|
|
1199
|
+
*
|
|
1200
|
+
* @optional
|
|
1201
|
+
*
|
|
1202
|
+
* @description The specific field key to sort the results by.
|
|
1026
1203
|
*
|
|
1027
1204
|
* @generated from field: Scailo.QUOTATION_REQUEST_SORT_KEY sort_key = 5;
|
|
1028
1205
|
*/
|
|
@@ -1050,25 +1227,35 @@ export declare class QuotationsRequestsServicePaginationReq extends Message<Quot
|
|
|
1050
1227
|
*/
|
|
1051
1228
|
export declare class QuotationsRequestsServicePaginationResponse extends Message<QuotationsRequestsServicePaginationResponse> {
|
|
1052
1229
|
/**
|
|
1053
|
-
*
|
|
1230
|
+
*
|
|
1231
|
+
* @description Number of records returned in the current response slice.
|
|
1232
|
+
*
|
|
1233
|
+
* @example 50
|
|
1054
1234
|
*
|
|
1055
1235
|
* @generated from field: uint64 count = 1;
|
|
1056
1236
|
*/
|
|
1057
1237
|
count: bigint;
|
|
1058
1238
|
/**
|
|
1059
|
-
*
|
|
1239
|
+
*
|
|
1240
|
+
* @description The offset provided in the request.
|
|
1241
|
+
*
|
|
1242
|
+
* @example 0
|
|
1060
1243
|
*
|
|
1061
1244
|
* @generated from field: uint64 offset = 2;
|
|
1062
1245
|
*/
|
|
1063
1246
|
offset: bigint;
|
|
1064
1247
|
/**
|
|
1065
|
-
*
|
|
1248
|
+
*
|
|
1249
|
+
* @description The total number of records matching the criteria.
|
|
1250
|
+
*
|
|
1251
|
+
* @example 1250
|
|
1066
1252
|
*
|
|
1067
1253
|
* @generated from field: uint64 total = 3;
|
|
1068
1254
|
*/
|
|
1069
1255
|
total: bigint;
|
|
1070
1256
|
/**
|
|
1071
|
-
*
|
|
1257
|
+
*
|
|
1258
|
+
* @description The array of records for the current page.
|
|
1072
1259
|
*
|
|
1073
1260
|
* @generated from field: repeated Scailo.QuotationRequest payload = 4;
|
|
1074
1261
|
*/
|
|
@@ -1090,115 +1277,268 @@ export declare class QuotationsRequestsServicePaginationResponse extends Message
|
|
|
1090
1277
|
*/
|
|
1091
1278
|
export declare class QuotationsRequestsServiceFilterReq extends Message<QuotationsRequestsServiceFilterReq> {
|
|
1092
1279
|
/**
|
|
1093
|
-
*
|
|
1280
|
+
*
|
|
1281
|
+
* @optional
|
|
1282
|
+
*
|
|
1283
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1284
|
+
*
|
|
1285
|
+
* @example ANY
|
|
1094
1286
|
*
|
|
1095
1287
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1096
1288
|
*/
|
|
1097
1289
|
isActive: BOOL_FILTER;
|
|
1098
1290
|
/**
|
|
1099
|
-
*
|
|
1291
|
+
*
|
|
1292
|
+
* @mandatory
|
|
1293
|
+
*
|
|
1294
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1295
|
+
*
|
|
1296
|
+
* @example 100
|
|
1297
|
+
*
|
|
1298
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1299
|
+
*
|
|
1300
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1100
1301
|
*
|
|
1101
1302
|
* @generated from field: int64 count = 2;
|
|
1102
1303
|
*/
|
|
1103
1304
|
count: bigint;
|
|
1104
1305
|
/**
|
|
1105
|
-
*
|
|
1306
|
+
*
|
|
1307
|
+
* @optional
|
|
1308
|
+
*
|
|
1309
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1310
|
+
*
|
|
1311
|
+
* @example 0
|
|
1312
|
+
*
|
|
1313
|
+
* @regex ^[0-9]+$
|
|
1314
|
+
*
|
|
1315
|
+
* @format Non-negative integer.
|
|
1106
1316
|
*
|
|
1107
1317
|
* @generated from field: uint64 offset = 3;
|
|
1108
1318
|
*/
|
|
1109
1319
|
offset: bigint;
|
|
1110
1320
|
/**
|
|
1111
|
-
*
|
|
1321
|
+
*
|
|
1322
|
+
* @optional
|
|
1323
|
+
*
|
|
1324
|
+
* @description Sort direction.
|
|
1325
|
+
*
|
|
1326
|
+
* @example DESCENDING
|
|
1112
1327
|
*
|
|
1113
1328
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1114
1329
|
*/
|
|
1115
1330
|
sortOrder: SORT_ORDER;
|
|
1116
1331
|
/**
|
|
1117
|
-
*
|
|
1332
|
+
*
|
|
1333
|
+
* @optional
|
|
1334
|
+
*
|
|
1335
|
+
* @description The field used for sorting.
|
|
1118
1336
|
*
|
|
1119
1337
|
* @generated from field: Scailo.QUOTATION_REQUEST_SORT_KEY sort_key = 5;
|
|
1120
1338
|
*/
|
|
1121
1339
|
sortKey: QUOTATION_REQUEST_SORT_KEY;
|
|
1122
1340
|
/**
|
|
1123
|
-
*
|
|
1341
|
+
*
|
|
1342
|
+
* @optional
|
|
1343
|
+
*
|
|
1344
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1345
|
+
*
|
|
1346
|
+
* @example 1672531200
|
|
1347
|
+
*
|
|
1348
|
+
* @regex ^[0-9]+$
|
|
1349
|
+
*
|
|
1350
|
+
* @format Non-negative integer.
|
|
1124
1351
|
*
|
|
1125
1352
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1126
1353
|
*/
|
|
1127
1354
|
creationTimestampStart: bigint;
|
|
1128
1355
|
/**
|
|
1129
|
-
*
|
|
1356
|
+
*
|
|
1357
|
+
* @optional
|
|
1358
|
+
*
|
|
1359
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1360
|
+
*
|
|
1361
|
+
* @example 1704067199
|
|
1362
|
+
*
|
|
1363
|
+
* @regex ^[0-9]+$
|
|
1364
|
+
*
|
|
1365
|
+
* @format Non-negative integer.
|
|
1130
1366
|
*
|
|
1131
1367
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1132
1368
|
*/
|
|
1133
1369
|
creationTimestampEnd: bigint;
|
|
1134
1370
|
/**
|
|
1135
|
-
*
|
|
1371
|
+
*
|
|
1372
|
+
* @optional
|
|
1373
|
+
*
|
|
1374
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1375
|
+
*
|
|
1376
|
+
* @example 1672531200
|
|
1377
|
+
*
|
|
1378
|
+
* @regex ^[0-9]+$
|
|
1379
|
+
*
|
|
1380
|
+
* @format Non-negative integer.
|
|
1136
1381
|
*
|
|
1137
1382
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1138
1383
|
*/
|
|
1139
1384
|
modificationTimestampStart: bigint;
|
|
1140
1385
|
/**
|
|
1141
|
-
*
|
|
1386
|
+
*
|
|
1387
|
+
* @optional
|
|
1388
|
+
*
|
|
1389
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1390
|
+
*
|
|
1391
|
+
* @example 1704067199
|
|
1392
|
+
*
|
|
1393
|
+
* @regex ^[0-9]+$
|
|
1394
|
+
*
|
|
1395
|
+
* @format Non-negative integer.
|
|
1142
1396
|
*
|
|
1143
1397
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1144
1398
|
*/
|
|
1145
1399
|
modificationTimestampEnd: bigint;
|
|
1146
1400
|
/**
|
|
1147
|
-
*
|
|
1401
|
+
*
|
|
1402
|
+
* @optional
|
|
1403
|
+
*
|
|
1404
|
+
* @description Filter by the organization UUID.
|
|
1405
|
+
*
|
|
1406
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1407
|
+
*
|
|
1408
|
+
* @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}$
|
|
1409
|
+
*
|
|
1410
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1148
1411
|
*
|
|
1149
1412
|
* @generated from field: string entity_uuid = 8;
|
|
1150
1413
|
*/
|
|
1151
1414
|
entityUuid: string;
|
|
1152
1415
|
/**
|
|
1153
|
-
*
|
|
1416
|
+
*
|
|
1417
|
+
* @optional
|
|
1418
|
+
*
|
|
1419
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1420
|
+
*
|
|
1421
|
+
* @example STANDING
|
|
1154
1422
|
*
|
|
1155
1423
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1156
1424
|
*/
|
|
1157
1425
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1158
1426
|
/**
|
|
1159
|
-
*
|
|
1427
|
+
*
|
|
1428
|
+
* @optional
|
|
1429
|
+
*
|
|
1430
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1431
|
+
*
|
|
1432
|
+
* @example 1672531200
|
|
1433
|
+
*
|
|
1434
|
+
* @regex ^[0-9]+$
|
|
1435
|
+
*
|
|
1436
|
+
* @format Non-negative integer.
|
|
1160
1437
|
*
|
|
1161
1438
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1162
1439
|
*/
|
|
1163
1440
|
approvedOnStart: bigint;
|
|
1164
1441
|
/**
|
|
1165
|
-
*
|
|
1442
|
+
*
|
|
1443
|
+
* @optional
|
|
1444
|
+
*
|
|
1445
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1446
|
+
*
|
|
1447
|
+
* @example 1704067199
|
|
1448
|
+
*
|
|
1449
|
+
* @regex ^[0-9]+$
|
|
1450
|
+
*
|
|
1451
|
+
* @format Non-negative integer.
|
|
1166
1452
|
*
|
|
1167
1453
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1168
1454
|
*/
|
|
1169
1455
|
approvedOnEnd: bigint;
|
|
1170
1456
|
/**
|
|
1171
|
-
*
|
|
1457
|
+
*
|
|
1458
|
+
* @optional
|
|
1459
|
+
*
|
|
1460
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1461
|
+
*
|
|
1462
|
+
* @example 501
|
|
1463
|
+
*
|
|
1464
|
+
* @regex ^[0-9]+$
|
|
1465
|
+
*
|
|
1466
|
+
* @format Non-negative integer.
|
|
1172
1467
|
*
|
|
1173
1468
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1174
1469
|
*/
|
|
1175
1470
|
approvedByUserId: bigint;
|
|
1176
1471
|
/**
|
|
1177
|
-
*
|
|
1472
|
+
*
|
|
1473
|
+
* @optional
|
|
1474
|
+
*
|
|
1475
|
+
* @description Filter by the role ID of the approver.
|
|
1476
|
+
*
|
|
1477
|
+
* @example 5
|
|
1478
|
+
*
|
|
1479
|
+
* @regex ^[0-9]+$
|
|
1480
|
+
*
|
|
1481
|
+
* @format Non-negative integer.
|
|
1178
1482
|
*
|
|
1179
1483
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1180
1484
|
*/
|
|
1181
1485
|
approverRoleId: bigint;
|
|
1182
1486
|
/**
|
|
1183
|
-
*
|
|
1487
|
+
*
|
|
1488
|
+
* @optional
|
|
1489
|
+
*
|
|
1490
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1491
|
+
*
|
|
1492
|
+
* @example 1672531200
|
|
1493
|
+
*
|
|
1494
|
+
* @regex ^[0-9]+$
|
|
1495
|
+
*
|
|
1496
|
+
* @format Non-negative integer.
|
|
1184
1497
|
*
|
|
1185
1498
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1186
1499
|
*/
|
|
1187
1500
|
completedOnStart: bigint;
|
|
1188
1501
|
/**
|
|
1189
|
-
*
|
|
1502
|
+
*
|
|
1503
|
+
* @optional
|
|
1504
|
+
*
|
|
1505
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1506
|
+
*
|
|
1507
|
+
* @example 1704067199
|
|
1508
|
+
*
|
|
1509
|
+
* @regex ^[0-9]+$
|
|
1510
|
+
*
|
|
1511
|
+
* @format Non-negative integer.
|
|
1190
1512
|
*
|
|
1191
1513
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1192
1514
|
*/
|
|
1193
1515
|
completedOnEnd: bigint;
|
|
1194
1516
|
/**
|
|
1195
|
-
*
|
|
1517
|
+
*
|
|
1518
|
+
* @optional
|
|
1519
|
+
*
|
|
1520
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1521
|
+
*
|
|
1522
|
+
* @example "ABS-2023-001"
|
|
1523
|
+
*
|
|
1524
|
+
* @regex [0-9A-Za-z ]*$
|
|
1525
|
+
*
|
|
1526
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1196
1527
|
*
|
|
1197
1528
|
* @generated from field: string reference_id = 20;
|
|
1198
1529
|
*/
|
|
1199
1530
|
referenceId: string;
|
|
1200
1531
|
/**
|
|
1201
|
-
*
|
|
1532
|
+
*
|
|
1533
|
+
* @optional
|
|
1534
|
+
*
|
|
1535
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1536
|
+
*
|
|
1537
|
+
* @example "ABS-2023-X9Z2"
|
|
1538
|
+
*
|
|
1539
|
+
* @regex [0-9A-Za-z ]*$
|
|
1540
|
+
*
|
|
1541
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1202
1542
|
*
|
|
1203
1543
|
* @generated from field: string final_ref_number = 21;
|
|
1204
1544
|
*/
|
|
@@ -1238,91 +1578,218 @@ export declare class QuotationsRequestsServiceFilterReq extends Message<Quotatio
|
|
|
1238
1578
|
*/
|
|
1239
1579
|
export declare class QuotationsRequestsServiceCountReq extends Message<QuotationsRequestsServiceCountReq> {
|
|
1240
1580
|
/**
|
|
1241
|
-
*
|
|
1581
|
+
*
|
|
1582
|
+
* @optional
|
|
1583
|
+
*
|
|
1584
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1585
|
+
*
|
|
1586
|
+
* @example ANY
|
|
1242
1587
|
*
|
|
1243
1588
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1244
1589
|
*/
|
|
1245
1590
|
isActive: BOOL_FILTER;
|
|
1246
1591
|
/**
|
|
1247
|
-
*
|
|
1592
|
+
*
|
|
1593
|
+
* @optional
|
|
1594
|
+
*
|
|
1595
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1596
|
+
*
|
|
1597
|
+
* @example 1672531200
|
|
1598
|
+
*
|
|
1599
|
+
* @regex ^[0-9]+$
|
|
1600
|
+
*
|
|
1601
|
+
* @format Non-negative integer.
|
|
1248
1602
|
*
|
|
1249
1603
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1250
1604
|
*/
|
|
1251
1605
|
creationTimestampStart: bigint;
|
|
1252
1606
|
/**
|
|
1253
|
-
*
|
|
1607
|
+
*
|
|
1608
|
+
* @optional
|
|
1609
|
+
*
|
|
1610
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1611
|
+
*
|
|
1612
|
+
* @example 1704067199
|
|
1613
|
+
*
|
|
1614
|
+
* @regex ^[0-9]+$
|
|
1615
|
+
*
|
|
1616
|
+
* @format Non-negative integer.
|
|
1254
1617
|
*
|
|
1255
1618
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1256
1619
|
*/
|
|
1257
1620
|
creationTimestampEnd: bigint;
|
|
1258
1621
|
/**
|
|
1259
|
-
*
|
|
1622
|
+
*
|
|
1623
|
+
* @optional
|
|
1624
|
+
*
|
|
1625
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1626
|
+
*
|
|
1627
|
+
* @example 1672531200
|
|
1628
|
+
*
|
|
1629
|
+
* @regex ^[0-9]+$
|
|
1630
|
+
*
|
|
1631
|
+
* @format Non-negative integer.
|
|
1260
1632
|
*
|
|
1261
1633
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1262
1634
|
*/
|
|
1263
1635
|
modificationTimestampStart: bigint;
|
|
1264
1636
|
/**
|
|
1265
|
-
*
|
|
1637
|
+
*
|
|
1638
|
+
* @optional
|
|
1639
|
+
*
|
|
1640
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1641
|
+
*
|
|
1642
|
+
* @example 1704067199
|
|
1643
|
+
*
|
|
1644
|
+
* @regex ^[0-9]+$
|
|
1645
|
+
*
|
|
1646
|
+
* @format Non-negative integer.
|
|
1266
1647
|
*
|
|
1267
1648
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1268
1649
|
*/
|
|
1269
1650
|
modificationTimestampEnd: bigint;
|
|
1270
1651
|
/**
|
|
1271
|
-
*
|
|
1652
|
+
*
|
|
1653
|
+
* @optional
|
|
1654
|
+
*
|
|
1655
|
+
* @description Filter by the organization UUID.
|
|
1656
|
+
*
|
|
1657
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1658
|
+
*
|
|
1659
|
+
* @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}$
|
|
1660
|
+
*
|
|
1661
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1272
1662
|
*
|
|
1273
1663
|
* @generated from field: string entity_uuid = 8;
|
|
1274
1664
|
*/
|
|
1275
1665
|
entityUuid: string;
|
|
1276
1666
|
/**
|
|
1277
|
-
*
|
|
1667
|
+
*
|
|
1668
|
+
* @optional
|
|
1669
|
+
*
|
|
1670
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1671
|
+
*
|
|
1672
|
+
* @example STANDING
|
|
1278
1673
|
*
|
|
1279
1674
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1280
1675
|
*/
|
|
1281
1676
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1282
1677
|
/**
|
|
1283
|
-
*
|
|
1678
|
+
*
|
|
1679
|
+
* @optional
|
|
1680
|
+
*
|
|
1681
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1682
|
+
*
|
|
1683
|
+
* @example 1672531200
|
|
1684
|
+
*
|
|
1685
|
+
* @regex ^[0-9]+$
|
|
1686
|
+
*
|
|
1687
|
+
* @format Non-negative integer.
|
|
1284
1688
|
*
|
|
1285
1689
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1286
1690
|
*/
|
|
1287
1691
|
approvedOnStart: bigint;
|
|
1288
1692
|
/**
|
|
1289
|
-
*
|
|
1693
|
+
*
|
|
1694
|
+
* @optional
|
|
1695
|
+
*
|
|
1696
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1697
|
+
*
|
|
1698
|
+
* @example 1704067199
|
|
1699
|
+
*
|
|
1700
|
+
* @regex ^[0-9]+$
|
|
1701
|
+
*
|
|
1702
|
+
* @format Non-negative integer.
|
|
1290
1703
|
*
|
|
1291
1704
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1292
1705
|
*/
|
|
1293
1706
|
approvedOnEnd: bigint;
|
|
1294
1707
|
/**
|
|
1295
|
-
*
|
|
1708
|
+
*
|
|
1709
|
+
* @optional
|
|
1710
|
+
*
|
|
1711
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1712
|
+
*
|
|
1713
|
+
* @example 501
|
|
1714
|
+
*
|
|
1715
|
+
* @regex ^[0-9]+$
|
|
1716
|
+
*
|
|
1717
|
+
* @format Non-negative integer.
|
|
1296
1718
|
*
|
|
1297
1719
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1298
1720
|
*/
|
|
1299
1721
|
approvedByUserId: bigint;
|
|
1300
1722
|
/**
|
|
1301
|
-
*
|
|
1723
|
+
*
|
|
1724
|
+
* @optional
|
|
1725
|
+
*
|
|
1726
|
+
* @description Filter by the role ID of the approver.
|
|
1727
|
+
*
|
|
1728
|
+
* @example 5
|
|
1729
|
+
*
|
|
1730
|
+
* @regex ^[0-9]+$
|
|
1731
|
+
*
|
|
1732
|
+
* @format Non-negative integer.
|
|
1302
1733
|
*
|
|
1303
1734
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1304
1735
|
*/
|
|
1305
1736
|
approverRoleId: bigint;
|
|
1306
1737
|
/**
|
|
1307
|
-
*
|
|
1738
|
+
*
|
|
1739
|
+
* @optional
|
|
1740
|
+
*
|
|
1741
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1742
|
+
*
|
|
1743
|
+
* @example 1672531200
|
|
1744
|
+
*
|
|
1745
|
+
* @regex ^[0-9]+$
|
|
1746
|
+
*
|
|
1747
|
+
* @format Non-negative integer.
|
|
1308
1748
|
*
|
|
1309
1749
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1310
1750
|
*/
|
|
1311
1751
|
completedOnStart: bigint;
|
|
1312
1752
|
/**
|
|
1313
|
-
*
|
|
1753
|
+
*
|
|
1754
|
+
* @optional
|
|
1755
|
+
*
|
|
1756
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1757
|
+
*
|
|
1758
|
+
* @example 1704067199
|
|
1759
|
+
*
|
|
1760
|
+
* @regex ^[0-9]+$
|
|
1761
|
+
*
|
|
1762
|
+
* @format Non-negative integer.
|
|
1314
1763
|
*
|
|
1315
1764
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1316
1765
|
*/
|
|
1317
1766
|
completedOnEnd: bigint;
|
|
1318
1767
|
/**
|
|
1319
|
-
*
|
|
1768
|
+
*
|
|
1769
|
+
* @optional
|
|
1770
|
+
*
|
|
1771
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1772
|
+
*
|
|
1773
|
+
* @example "ABS-2023-001"
|
|
1774
|
+
*
|
|
1775
|
+
* @regex [0-9A-Za-z ]*$
|
|
1776
|
+
*
|
|
1777
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1320
1778
|
*
|
|
1321
1779
|
* @generated from field: string reference_id = 20;
|
|
1322
1780
|
*/
|
|
1323
1781
|
referenceId: string;
|
|
1324
1782
|
/**
|
|
1325
|
-
*
|
|
1783
|
+
*
|
|
1784
|
+
* @optional
|
|
1785
|
+
*
|
|
1786
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1787
|
+
*
|
|
1788
|
+
* @example "ABS-2023-X9Z2"
|
|
1789
|
+
*
|
|
1790
|
+
* @regex [0-9A-Za-z ]*$
|
|
1791
|
+
*
|
|
1792
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1326
1793
|
*
|
|
1327
1794
|
* @generated from field: string final_ref_number = 21;
|
|
1328
1795
|
*/
|
|
@@ -1362,49 +1829,103 @@ export declare class QuotationsRequestsServiceCountReq extends Message<Quotation
|
|
|
1362
1829
|
*/
|
|
1363
1830
|
export declare class QuotationsRequestsServiceSearchAllReq extends Message<QuotationsRequestsServiceSearchAllReq> {
|
|
1364
1831
|
/**
|
|
1365
|
-
*
|
|
1832
|
+
*
|
|
1833
|
+
* @optional
|
|
1834
|
+
*
|
|
1835
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1836
|
+
*
|
|
1837
|
+
* @example ANY
|
|
1366
1838
|
*
|
|
1367
1839
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1368
1840
|
*/
|
|
1369
1841
|
isActive: BOOL_FILTER;
|
|
1370
1842
|
/**
|
|
1371
|
-
*
|
|
1843
|
+
*
|
|
1844
|
+
* @mandatory
|
|
1845
|
+
*
|
|
1846
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1847
|
+
*
|
|
1848
|
+
* @example 100
|
|
1849
|
+
*
|
|
1850
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1851
|
+
*
|
|
1852
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1372
1853
|
*
|
|
1373
1854
|
* @generated from field: int64 count = 2;
|
|
1374
1855
|
*/
|
|
1375
1856
|
count: bigint;
|
|
1376
1857
|
/**
|
|
1377
|
-
*
|
|
1858
|
+
*
|
|
1859
|
+
* @optional
|
|
1860
|
+
*
|
|
1861
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1862
|
+
*
|
|
1863
|
+
* @example 0
|
|
1864
|
+
*
|
|
1865
|
+
* @regex ^[0-9]+$
|
|
1866
|
+
*
|
|
1867
|
+
* @format Non-negative integer.
|
|
1378
1868
|
*
|
|
1379
1869
|
* @generated from field: uint64 offset = 3;
|
|
1380
1870
|
*/
|
|
1381
1871
|
offset: bigint;
|
|
1382
1872
|
/**
|
|
1383
|
-
*
|
|
1873
|
+
*
|
|
1874
|
+
* @optional
|
|
1875
|
+
*
|
|
1876
|
+
* @description Sort direction.
|
|
1877
|
+
*
|
|
1878
|
+
* @example DESCENDING
|
|
1384
1879
|
*
|
|
1385
1880
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1386
1881
|
*/
|
|
1387
1882
|
sortOrder: SORT_ORDER;
|
|
1388
1883
|
/**
|
|
1389
|
-
*
|
|
1884
|
+
*
|
|
1885
|
+
* @optional
|
|
1886
|
+
*
|
|
1887
|
+
* @description The field used for sorting.
|
|
1390
1888
|
*
|
|
1391
1889
|
* @generated from field: Scailo.QUOTATION_REQUEST_SORT_KEY sort_key = 5;
|
|
1392
1890
|
*/
|
|
1393
1891
|
sortKey: QUOTATION_REQUEST_SORT_KEY;
|
|
1394
1892
|
/**
|
|
1395
|
-
*
|
|
1893
|
+
*
|
|
1894
|
+
* @optional
|
|
1895
|
+
*
|
|
1896
|
+
* @description Filter by the organization UUID.
|
|
1897
|
+
*
|
|
1898
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1899
|
+
*
|
|
1900
|
+
* @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}$
|
|
1901
|
+
*
|
|
1902
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1396
1903
|
*
|
|
1397
1904
|
* @generated from field: string entity_uuid = 6;
|
|
1398
1905
|
*/
|
|
1399
1906
|
entityUuid: string;
|
|
1400
1907
|
/**
|
|
1401
|
-
*
|
|
1908
|
+
*
|
|
1909
|
+
* @optional
|
|
1910
|
+
*
|
|
1911
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1912
|
+
*
|
|
1913
|
+
* @example STANDING
|
|
1402
1914
|
*
|
|
1403
1915
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1404
1916
|
*/
|
|
1405
1917
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1406
1918
|
/**
|
|
1407
|
-
*
|
|
1919
|
+
*
|
|
1920
|
+
* @mandatory
|
|
1921
|
+
*
|
|
1922
|
+
* @description The search string to match against reference IDs.
|
|
1923
|
+
*
|
|
1924
|
+
* @example "Medical 2023"
|
|
1925
|
+
*
|
|
1926
|
+
* @regex .*
|
|
1927
|
+
*
|
|
1928
|
+
* @format: May contain any UTF-8 characters.
|
|
1408
1929
|
*
|
|
1409
1930
|
* @generated from field: string search_key = 11;
|
|
1410
1931
|
*/
|