@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
|
@@ -213,7 +213,16 @@ protobuf_1.proto3.util.setEnumType(QUOTATION_REQUEST_SORT_KEY, "Scailo.QUOTATION
|
|
|
213
213
|
*/
|
|
214
214
|
class QuotationsRequestsServiceCreateRequest extends protobuf_1.Message {
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
*
|
|
217
|
+
* @optional
|
|
218
|
+
*
|
|
219
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
220
|
+
*
|
|
221
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
222
|
+
*
|
|
223
|
+
* @regex ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
224
|
+
*
|
|
225
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
217
226
|
*
|
|
218
227
|
* @generated from field: string entity_uuid = 1;
|
|
219
228
|
*/
|
|
@@ -225,13 +234,31 @@ class QuotationsRequestsServiceCreateRequest extends protobuf_1.Message {
|
|
|
225
234
|
*/
|
|
226
235
|
userComment = "";
|
|
227
236
|
/**
|
|
228
|
-
*
|
|
237
|
+
*
|
|
238
|
+
* @optional
|
|
239
|
+
*
|
|
240
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
241
|
+
*
|
|
242
|
+
* @example 15234
|
|
243
|
+
*
|
|
244
|
+
* @regex ^[0-9]+$
|
|
245
|
+
*
|
|
246
|
+
* @format Non-negative integer.
|
|
229
247
|
*
|
|
230
248
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
231
249
|
*/
|
|
232
250
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
233
251
|
/**
|
|
234
|
-
*
|
|
252
|
+
*
|
|
253
|
+
* @mandatory
|
|
254
|
+
*
|
|
255
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
256
|
+
*
|
|
257
|
+
* @example "ABS-2023-001"
|
|
258
|
+
*
|
|
259
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
260
|
+
*
|
|
261
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
235
262
|
*
|
|
236
263
|
* @generated from field: string reference_id = 10;
|
|
237
264
|
*/
|
|
@@ -331,19 +358,42 @@ class QuotationsRequestsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
331
358
|
*/
|
|
332
359
|
id = protobuf_1.protoInt64.zero;
|
|
333
360
|
/**
|
|
334
|
-
*
|
|
361
|
+
*
|
|
362
|
+
* @optional
|
|
363
|
+
*
|
|
364
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
365
|
+
*
|
|
366
|
+
* @example true
|
|
335
367
|
*
|
|
336
368
|
* @generated from field: bool notify_users = 3;
|
|
337
369
|
*/
|
|
338
370
|
notifyUsers = false;
|
|
339
371
|
/**
|
|
340
|
-
*
|
|
372
|
+
*
|
|
373
|
+
* @optional
|
|
374
|
+
*
|
|
375
|
+
* @description Updated vault folder ID for documentation storage.
|
|
376
|
+
*
|
|
377
|
+
* @example 15235
|
|
378
|
+
*
|
|
379
|
+
* @regex ^[0-9]+$
|
|
380
|
+
*
|
|
381
|
+
* @format Non-negative integer.
|
|
341
382
|
*
|
|
342
383
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
343
384
|
*/
|
|
344
385
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
345
386
|
/**
|
|
346
|
-
*
|
|
387
|
+
*
|
|
388
|
+
* @mandatory
|
|
389
|
+
*
|
|
390
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
391
|
+
*
|
|
392
|
+
* @example "ABS-2023-001-REV"
|
|
393
|
+
*
|
|
394
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
395
|
+
*
|
|
396
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
347
397
|
*
|
|
348
398
|
* @generated from field: string reference_id = 10;
|
|
349
399
|
*/
|
|
@@ -511,55 +561,74 @@ exports.QuotationRequestAncillaryParameters = QuotationRequestAncillaryParameter
|
|
|
511
561
|
*/
|
|
512
562
|
class QuotationRequest extends protobuf_1.Message {
|
|
513
563
|
/**
|
|
514
|
-
*
|
|
564
|
+
*
|
|
565
|
+
* @description The organization's globally unique identifier.
|
|
566
|
+
*
|
|
567
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
515
568
|
*
|
|
516
569
|
* @generated from field: string entity_uuid = 1;
|
|
517
570
|
*/
|
|
518
571
|
entityUuid = "";
|
|
519
572
|
/**
|
|
520
|
-
*
|
|
573
|
+
*
|
|
574
|
+
* @description Standard employee and record metadata including timestamps.
|
|
521
575
|
*
|
|
522
576
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
523
577
|
*/
|
|
524
578
|
metadata;
|
|
525
579
|
/**
|
|
526
|
-
*
|
|
580
|
+
*
|
|
581
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
527
582
|
*
|
|
528
583
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
529
584
|
*/
|
|
530
585
|
approvalMetadata;
|
|
531
586
|
/**
|
|
532
|
-
*
|
|
587
|
+
*
|
|
588
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
533
589
|
*
|
|
534
590
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
535
591
|
*/
|
|
536
592
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
537
593
|
/**
|
|
538
|
-
*
|
|
594
|
+
*
|
|
595
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
539
596
|
*
|
|
540
597
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
541
598
|
*/
|
|
542
599
|
logs = [];
|
|
543
600
|
/**
|
|
544
|
-
*
|
|
601
|
+
*
|
|
602
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
603
|
+
*
|
|
604
|
+
* @example 1698400000
|
|
545
605
|
*
|
|
546
606
|
* @generated from field: uint64 completed_on = 6;
|
|
547
607
|
*/
|
|
548
608
|
completedOn = protobuf_1.protoInt64.zero;
|
|
549
609
|
/**
|
|
550
|
-
*
|
|
610
|
+
*
|
|
611
|
+
* @description Link to the document storage folder.
|
|
612
|
+
*
|
|
613
|
+
* @example 15234
|
|
551
614
|
*
|
|
552
615
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
553
616
|
*/
|
|
554
617
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
555
618
|
/**
|
|
556
|
-
*
|
|
619
|
+
*
|
|
620
|
+
* @description The user-provided reference ID.
|
|
621
|
+
*
|
|
622
|
+
* @example "ABS-2023-001"
|
|
557
623
|
*
|
|
558
624
|
* @generated from field: string reference_id = 10;
|
|
559
625
|
*/
|
|
560
626
|
referenceId = "";
|
|
561
627
|
/**
|
|
562
|
-
*
|
|
628
|
+
*
|
|
629
|
+
* @description The system-generated immutable reference number.
|
|
630
|
+
*
|
|
631
|
+
* @example "ABS-2023-X9Z2"
|
|
563
632
|
*
|
|
564
633
|
* @generated from field: string final_ref_number = 11;
|
|
565
634
|
*/
|
|
@@ -672,7 +741,16 @@ class QuotationsRequestsServiceItemCreateRequest extends protobuf_1.Message {
|
|
|
672
741
|
*/
|
|
673
742
|
userComment = "";
|
|
674
743
|
/**
|
|
675
|
-
*
|
|
744
|
+
*
|
|
745
|
+
* @optional
|
|
746
|
+
*
|
|
747
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
748
|
+
*
|
|
749
|
+
* @example 15234
|
|
750
|
+
*
|
|
751
|
+
* @regex ^[0-9]+$
|
|
752
|
+
*
|
|
753
|
+
* @format Non-negative integer.
|
|
676
754
|
*
|
|
677
755
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
678
756
|
*/
|
|
@@ -777,7 +855,16 @@ class QuotationsRequestsServiceItemUpdateRequest extends protobuf_1.Message {
|
|
|
777
855
|
*/
|
|
778
856
|
id = protobuf_1.protoInt64.zero;
|
|
779
857
|
/**
|
|
780
|
-
*
|
|
858
|
+
*
|
|
859
|
+
* @optional
|
|
860
|
+
*
|
|
861
|
+
* @description Updated vault folder ID for documentation storage.
|
|
862
|
+
*
|
|
863
|
+
* @example 15235
|
|
864
|
+
*
|
|
865
|
+
* @regex ^[0-9]+$
|
|
866
|
+
*
|
|
867
|
+
* @format Non-negative integer.
|
|
781
868
|
*
|
|
782
869
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
783
870
|
*/
|
|
@@ -864,25 +951,31 @@ exports.QuotationsRequestsServiceItemUpdateRequest = QuotationsRequestsServiceIt
|
|
|
864
951
|
*/
|
|
865
952
|
class QuotationRequestItem extends protobuf_1.Message {
|
|
866
953
|
/**
|
|
867
|
-
*
|
|
954
|
+
*
|
|
955
|
+
* @description The organization's globally unique identifier.
|
|
956
|
+
*
|
|
957
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
868
958
|
*
|
|
869
959
|
* @generated from field: string entity_uuid = 1;
|
|
870
960
|
*/
|
|
871
961
|
entityUuid = "";
|
|
872
962
|
/**
|
|
873
|
-
*
|
|
963
|
+
*
|
|
964
|
+
* @description Standard employee and record metadata including timestamps.
|
|
874
965
|
*
|
|
875
966
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
876
967
|
*/
|
|
877
968
|
metadata;
|
|
878
969
|
/**
|
|
879
|
-
*
|
|
970
|
+
*
|
|
971
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
880
972
|
*
|
|
881
973
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
882
974
|
*/
|
|
883
975
|
approvalMetadata;
|
|
884
976
|
/**
|
|
885
|
-
*
|
|
977
|
+
*
|
|
978
|
+
* @description The approval state of the record
|
|
886
979
|
*
|
|
887
980
|
* @generated from field: bool need_approval = 4;
|
|
888
981
|
*/
|
|
@@ -894,7 +987,10 @@ class QuotationRequestItem extends protobuf_1.Message {
|
|
|
894
987
|
*/
|
|
895
988
|
userComment = "";
|
|
896
989
|
/**
|
|
897
|
-
*
|
|
990
|
+
*
|
|
991
|
+
* @description Link to the document storage folder.
|
|
992
|
+
*
|
|
993
|
+
* @example 15234
|
|
898
994
|
*
|
|
899
995
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
900
996
|
*/
|
|
@@ -1106,37 +1202,77 @@ exports.QuotationRequestItemHistoryRequest = QuotationRequestItemHistoryRequest;
|
|
|
1106
1202
|
*/
|
|
1107
1203
|
class QuotationRequestItemsSearchRequest extends protobuf_1.Message {
|
|
1108
1204
|
/**
|
|
1109
|
-
*
|
|
1205
|
+
*
|
|
1206
|
+
* @optional
|
|
1207
|
+
*
|
|
1208
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1209
|
+
*
|
|
1210
|
+
* @example ANY
|
|
1110
1211
|
*
|
|
1111
1212
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1112
1213
|
*/
|
|
1113
1214
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1114
1215
|
/**
|
|
1115
|
-
*
|
|
1216
|
+
*
|
|
1217
|
+
* @mandatory
|
|
1218
|
+
*
|
|
1219
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1220
|
+
*
|
|
1221
|
+
* @example 100
|
|
1222
|
+
*
|
|
1223
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1224
|
+
*
|
|
1225
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1116
1226
|
*
|
|
1117
1227
|
* @generated from field: int64 count = 2;
|
|
1118
1228
|
*/
|
|
1119
1229
|
count = protobuf_1.protoInt64.zero;
|
|
1120
1230
|
/**
|
|
1121
|
-
*
|
|
1231
|
+
*
|
|
1232
|
+
* @optional
|
|
1233
|
+
*
|
|
1234
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1235
|
+
*
|
|
1236
|
+
* @example 0
|
|
1237
|
+
*
|
|
1238
|
+
* @regex ^[0-9]+$
|
|
1239
|
+
*
|
|
1240
|
+
* @format Non-negative integer.
|
|
1122
1241
|
*
|
|
1123
1242
|
* @generated from field: uint64 offset = 3;
|
|
1124
1243
|
*/
|
|
1125
1244
|
offset = protobuf_1.protoInt64.zero;
|
|
1126
1245
|
/**
|
|
1127
|
-
*
|
|
1246
|
+
*
|
|
1247
|
+
* @optional
|
|
1248
|
+
*
|
|
1249
|
+
* @description Sort direction.
|
|
1250
|
+
*
|
|
1251
|
+
* @example DESCENDING
|
|
1128
1252
|
*
|
|
1129
1253
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1130
1254
|
*/
|
|
1131
1255
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1132
1256
|
/**
|
|
1133
|
-
*
|
|
1257
|
+
*
|
|
1258
|
+
* @optional
|
|
1259
|
+
*
|
|
1260
|
+
* @description The field used for sorting.
|
|
1134
1261
|
*
|
|
1135
1262
|
* @generated from field: Scailo.QUOTATION_REQUEST_ITEM_SORT_KEY sort_key = 5;
|
|
1136
1263
|
*/
|
|
1137
1264
|
sortKey = QUOTATION_REQUEST_ITEM_SORT_KEY.QUOTATION_REQUEST_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1138
1265
|
/**
|
|
1139
|
-
*
|
|
1266
|
+
*
|
|
1267
|
+
* @optional
|
|
1268
|
+
*
|
|
1269
|
+
* @description Filter by the organization UUID.
|
|
1270
|
+
*
|
|
1271
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1272
|
+
*
|
|
1273
|
+
* @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}$
|
|
1274
|
+
*
|
|
1275
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1140
1276
|
*
|
|
1141
1277
|
* @generated from field: string entity_uuid = 6;
|
|
1142
1278
|
*/
|
|
@@ -1254,25 +1390,35 @@ exports.QuotationRequestItemsSearchRequest = QuotationRequestItemsSearchRequest;
|
|
|
1254
1390
|
*/
|
|
1255
1391
|
class QuotationsRequestsServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1256
1392
|
/**
|
|
1257
|
-
*
|
|
1393
|
+
*
|
|
1394
|
+
* @description Number of records returned in the current response slice.
|
|
1395
|
+
*
|
|
1396
|
+
* @example 50
|
|
1258
1397
|
*
|
|
1259
1398
|
* @generated from field: uint64 count = 1;
|
|
1260
1399
|
*/
|
|
1261
1400
|
count = protobuf_1.protoInt64.zero;
|
|
1262
1401
|
/**
|
|
1263
|
-
*
|
|
1402
|
+
*
|
|
1403
|
+
* @description The offset provided in the request.
|
|
1404
|
+
*
|
|
1405
|
+
* @example 0
|
|
1264
1406
|
*
|
|
1265
1407
|
* @generated from field: uint64 offset = 2;
|
|
1266
1408
|
*/
|
|
1267
1409
|
offset = protobuf_1.protoInt64.zero;
|
|
1268
1410
|
/**
|
|
1269
|
-
*
|
|
1411
|
+
*
|
|
1412
|
+
* @description The total number of records matching the criteria.
|
|
1413
|
+
*
|
|
1414
|
+
* @example 1250
|
|
1270
1415
|
*
|
|
1271
1416
|
* @generated from field: uint64 total = 3;
|
|
1272
1417
|
*/
|
|
1273
1418
|
total = protobuf_1.protoInt64.zero;
|
|
1274
1419
|
/**
|
|
1275
|
-
*
|
|
1420
|
+
*
|
|
1421
|
+
* @description The array of records for the current page.
|
|
1276
1422
|
*
|
|
1277
1423
|
* @generated from field: repeated Scailo.QuotationRequestItem payload = 4;
|
|
1278
1424
|
*/
|
|
@@ -1311,31 +1457,62 @@ exports.QuotationsRequestsServicePaginatedItemsResponse = QuotationsRequestsServ
|
|
|
1311
1457
|
*/
|
|
1312
1458
|
class QuotationsRequestsServicePaginationReq extends protobuf_1.Message {
|
|
1313
1459
|
/**
|
|
1314
|
-
*
|
|
1460
|
+
*
|
|
1461
|
+
* @optional
|
|
1462
|
+
*
|
|
1463
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1464
|
+
*
|
|
1465
|
+
* @example ANY
|
|
1315
1466
|
*
|
|
1316
1467
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1317
1468
|
*/
|
|
1318
1469
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1319
1470
|
/**
|
|
1320
|
-
*
|
|
1471
|
+
*
|
|
1472
|
+
* @mandatory
|
|
1473
|
+
*
|
|
1474
|
+
* @description Number of records to return per page.
|
|
1475
|
+
*
|
|
1476
|
+
* @example 50
|
|
1477
|
+
*
|
|
1478
|
+
* @regex ^[1-9][0-9]*$
|
|
1479
|
+
*
|
|
1480
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1321
1481
|
*
|
|
1322
1482
|
* @generated from field: int64 count = 2;
|
|
1323
1483
|
*/
|
|
1324
1484
|
count = protobuf_1.protoInt64.zero;
|
|
1325
1485
|
/**
|
|
1326
|
-
*
|
|
1486
|
+
*
|
|
1487
|
+
* @optional
|
|
1488
|
+
*
|
|
1489
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1490
|
+
*
|
|
1491
|
+
* @example 0
|
|
1492
|
+
*
|
|
1493
|
+
* @regex ^[0-9]+$
|
|
1494
|
+
*
|
|
1495
|
+
* @format Non-negative integer.
|
|
1327
1496
|
*
|
|
1328
1497
|
* @generated from field: uint64 offset = 3;
|
|
1329
1498
|
*/
|
|
1330
1499
|
offset = protobuf_1.protoInt64.zero;
|
|
1331
1500
|
/**
|
|
1332
|
-
*
|
|
1501
|
+
*
|
|
1502
|
+
* @optional
|
|
1503
|
+
*
|
|
1504
|
+
* @description Sort direction.
|
|
1505
|
+
*
|
|
1506
|
+
* @example DESCENDING
|
|
1333
1507
|
*
|
|
1334
1508
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1335
1509
|
*/
|
|
1336
1510
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1337
1511
|
/**
|
|
1338
|
-
*
|
|
1512
|
+
*
|
|
1513
|
+
* @optional
|
|
1514
|
+
*
|
|
1515
|
+
* @description The specific field key to sort the results by.
|
|
1339
1516
|
*
|
|
1340
1517
|
* @generated from field: Scailo.QUOTATION_REQUEST_SORT_KEY sort_key = 5;
|
|
1341
1518
|
*/
|
|
@@ -1382,25 +1559,35 @@ exports.QuotationsRequestsServicePaginationReq = QuotationsRequestsServicePagina
|
|
|
1382
1559
|
*/
|
|
1383
1560
|
class QuotationsRequestsServicePaginationResponse extends protobuf_1.Message {
|
|
1384
1561
|
/**
|
|
1385
|
-
*
|
|
1562
|
+
*
|
|
1563
|
+
* @description Number of records returned in the current response slice.
|
|
1564
|
+
*
|
|
1565
|
+
* @example 50
|
|
1386
1566
|
*
|
|
1387
1567
|
* @generated from field: uint64 count = 1;
|
|
1388
1568
|
*/
|
|
1389
1569
|
count = protobuf_1.protoInt64.zero;
|
|
1390
1570
|
/**
|
|
1391
|
-
*
|
|
1571
|
+
*
|
|
1572
|
+
* @description The offset provided in the request.
|
|
1573
|
+
*
|
|
1574
|
+
* @example 0
|
|
1392
1575
|
*
|
|
1393
1576
|
* @generated from field: uint64 offset = 2;
|
|
1394
1577
|
*/
|
|
1395
1578
|
offset = protobuf_1.protoInt64.zero;
|
|
1396
1579
|
/**
|
|
1397
|
-
*
|
|
1580
|
+
*
|
|
1581
|
+
* @description The total number of records matching the criteria.
|
|
1582
|
+
*
|
|
1583
|
+
* @example 1250
|
|
1398
1584
|
*
|
|
1399
1585
|
* @generated from field: uint64 total = 3;
|
|
1400
1586
|
*/
|
|
1401
1587
|
total = protobuf_1.protoInt64.zero;
|
|
1402
1588
|
/**
|
|
1403
|
-
*
|
|
1589
|
+
*
|
|
1590
|
+
* @description The array of records for the current page.
|
|
1404
1591
|
*
|
|
1405
1592
|
* @generated from field: repeated Scailo.QuotationRequest payload = 4;
|
|
1406
1593
|
*/
|
|
@@ -1439,115 +1626,268 @@ exports.QuotationsRequestsServicePaginationResponse = QuotationsRequestsServiceP
|
|
|
1439
1626
|
*/
|
|
1440
1627
|
class QuotationsRequestsServiceFilterReq extends protobuf_1.Message {
|
|
1441
1628
|
/**
|
|
1442
|
-
*
|
|
1629
|
+
*
|
|
1630
|
+
* @optional
|
|
1631
|
+
*
|
|
1632
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1633
|
+
*
|
|
1634
|
+
* @example ANY
|
|
1443
1635
|
*
|
|
1444
1636
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1445
1637
|
*/
|
|
1446
1638
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1447
1639
|
/**
|
|
1448
|
-
*
|
|
1640
|
+
*
|
|
1641
|
+
* @mandatory
|
|
1642
|
+
*
|
|
1643
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1644
|
+
*
|
|
1645
|
+
* @example 100
|
|
1646
|
+
*
|
|
1647
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1648
|
+
*
|
|
1649
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1449
1650
|
*
|
|
1450
1651
|
* @generated from field: int64 count = 2;
|
|
1451
1652
|
*/
|
|
1452
1653
|
count = protobuf_1.protoInt64.zero;
|
|
1453
1654
|
/**
|
|
1454
|
-
*
|
|
1655
|
+
*
|
|
1656
|
+
* @optional
|
|
1657
|
+
*
|
|
1658
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1659
|
+
*
|
|
1660
|
+
* @example 0
|
|
1661
|
+
*
|
|
1662
|
+
* @regex ^[0-9]+$
|
|
1663
|
+
*
|
|
1664
|
+
* @format Non-negative integer.
|
|
1455
1665
|
*
|
|
1456
1666
|
* @generated from field: uint64 offset = 3;
|
|
1457
1667
|
*/
|
|
1458
1668
|
offset = protobuf_1.protoInt64.zero;
|
|
1459
1669
|
/**
|
|
1460
|
-
*
|
|
1670
|
+
*
|
|
1671
|
+
* @optional
|
|
1672
|
+
*
|
|
1673
|
+
* @description Sort direction.
|
|
1674
|
+
*
|
|
1675
|
+
* @example DESCENDING
|
|
1461
1676
|
*
|
|
1462
1677
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1463
1678
|
*/
|
|
1464
1679
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1465
1680
|
/**
|
|
1466
|
-
*
|
|
1681
|
+
*
|
|
1682
|
+
* @optional
|
|
1683
|
+
*
|
|
1684
|
+
* @description The field used for sorting.
|
|
1467
1685
|
*
|
|
1468
1686
|
* @generated from field: Scailo.QUOTATION_REQUEST_SORT_KEY sort_key = 5;
|
|
1469
1687
|
*/
|
|
1470
1688
|
sortKey = QUOTATION_REQUEST_SORT_KEY.QUOTATION_REQUEST_SORT_KEY_ID_UNSPECIFIED;
|
|
1471
1689
|
/**
|
|
1472
|
-
*
|
|
1690
|
+
*
|
|
1691
|
+
* @optional
|
|
1692
|
+
*
|
|
1693
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1694
|
+
*
|
|
1695
|
+
* @example 1672531200
|
|
1696
|
+
*
|
|
1697
|
+
* @regex ^[0-9]+$
|
|
1698
|
+
*
|
|
1699
|
+
* @format Non-negative integer.
|
|
1473
1700
|
*
|
|
1474
1701
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1475
1702
|
*/
|
|
1476
1703
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1477
1704
|
/**
|
|
1478
|
-
*
|
|
1705
|
+
*
|
|
1706
|
+
* @optional
|
|
1707
|
+
*
|
|
1708
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1709
|
+
*
|
|
1710
|
+
* @example 1704067199
|
|
1711
|
+
*
|
|
1712
|
+
* @regex ^[0-9]+$
|
|
1713
|
+
*
|
|
1714
|
+
* @format Non-negative integer.
|
|
1479
1715
|
*
|
|
1480
1716
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1481
1717
|
*/
|
|
1482
1718
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1483
1719
|
/**
|
|
1484
|
-
*
|
|
1720
|
+
*
|
|
1721
|
+
* @optional
|
|
1722
|
+
*
|
|
1723
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1724
|
+
*
|
|
1725
|
+
* @example 1672531200
|
|
1726
|
+
*
|
|
1727
|
+
* @regex ^[0-9]+$
|
|
1728
|
+
*
|
|
1729
|
+
* @format Non-negative integer.
|
|
1485
1730
|
*
|
|
1486
1731
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1487
1732
|
*/
|
|
1488
1733
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1489
1734
|
/**
|
|
1490
|
-
*
|
|
1735
|
+
*
|
|
1736
|
+
* @optional
|
|
1737
|
+
*
|
|
1738
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1739
|
+
*
|
|
1740
|
+
* @example 1704067199
|
|
1741
|
+
*
|
|
1742
|
+
* @regex ^[0-9]+$
|
|
1743
|
+
*
|
|
1744
|
+
* @format Non-negative integer.
|
|
1491
1745
|
*
|
|
1492
1746
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1493
1747
|
*/
|
|
1494
1748
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1495
1749
|
/**
|
|
1496
|
-
*
|
|
1750
|
+
*
|
|
1751
|
+
* @optional
|
|
1752
|
+
*
|
|
1753
|
+
* @description Filter by the organization UUID.
|
|
1754
|
+
*
|
|
1755
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1756
|
+
*
|
|
1757
|
+
* @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}$
|
|
1758
|
+
*
|
|
1759
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1497
1760
|
*
|
|
1498
1761
|
* @generated from field: string entity_uuid = 8;
|
|
1499
1762
|
*/
|
|
1500
1763
|
entityUuid = "";
|
|
1501
1764
|
/**
|
|
1502
|
-
*
|
|
1765
|
+
*
|
|
1766
|
+
* @optional
|
|
1767
|
+
*
|
|
1768
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1769
|
+
*
|
|
1770
|
+
* @example STANDING
|
|
1503
1771
|
*
|
|
1504
1772
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1505
1773
|
*/
|
|
1506
1774
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1507
1775
|
/**
|
|
1508
|
-
*
|
|
1776
|
+
*
|
|
1777
|
+
* @optional
|
|
1778
|
+
*
|
|
1779
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1780
|
+
*
|
|
1781
|
+
* @example 1672531200
|
|
1782
|
+
*
|
|
1783
|
+
* @regex ^[0-9]+$
|
|
1784
|
+
*
|
|
1785
|
+
* @format Non-negative integer.
|
|
1509
1786
|
*
|
|
1510
1787
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1511
1788
|
*/
|
|
1512
1789
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1513
1790
|
/**
|
|
1514
|
-
*
|
|
1791
|
+
*
|
|
1792
|
+
* @optional
|
|
1793
|
+
*
|
|
1794
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1795
|
+
*
|
|
1796
|
+
* @example 1704067199
|
|
1797
|
+
*
|
|
1798
|
+
* @regex ^[0-9]+$
|
|
1799
|
+
*
|
|
1800
|
+
* @format Non-negative integer.
|
|
1515
1801
|
*
|
|
1516
1802
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1517
1803
|
*/
|
|
1518
1804
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1519
1805
|
/**
|
|
1520
|
-
*
|
|
1806
|
+
*
|
|
1807
|
+
* @optional
|
|
1808
|
+
*
|
|
1809
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1810
|
+
*
|
|
1811
|
+
* @example 501
|
|
1812
|
+
*
|
|
1813
|
+
* @regex ^[0-9]+$
|
|
1814
|
+
*
|
|
1815
|
+
* @format Non-negative integer.
|
|
1521
1816
|
*
|
|
1522
1817
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1523
1818
|
*/
|
|
1524
1819
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1525
1820
|
/**
|
|
1526
|
-
*
|
|
1821
|
+
*
|
|
1822
|
+
* @optional
|
|
1823
|
+
*
|
|
1824
|
+
* @description Filter by the role ID of the approver.
|
|
1825
|
+
*
|
|
1826
|
+
* @example 5
|
|
1827
|
+
*
|
|
1828
|
+
* @regex ^[0-9]+$
|
|
1829
|
+
*
|
|
1830
|
+
* @format Non-negative integer.
|
|
1527
1831
|
*
|
|
1528
1832
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1529
1833
|
*/
|
|
1530
1834
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1531
1835
|
/**
|
|
1532
|
-
*
|
|
1836
|
+
*
|
|
1837
|
+
* @optional
|
|
1838
|
+
*
|
|
1839
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1840
|
+
*
|
|
1841
|
+
* @example 1672531200
|
|
1842
|
+
*
|
|
1843
|
+
* @regex ^[0-9]+$
|
|
1844
|
+
*
|
|
1845
|
+
* @format Non-negative integer.
|
|
1533
1846
|
*
|
|
1534
1847
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1535
1848
|
*/
|
|
1536
1849
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1537
1850
|
/**
|
|
1538
|
-
*
|
|
1851
|
+
*
|
|
1852
|
+
* @optional
|
|
1853
|
+
*
|
|
1854
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1855
|
+
*
|
|
1856
|
+
* @example 1704067199
|
|
1857
|
+
*
|
|
1858
|
+
* @regex ^[0-9]+$
|
|
1859
|
+
*
|
|
1860
|
+
* @format Non-negative integer.
|
|
1539
1861
|
*
|
|
1540
1862
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1541
1863
|
*/
|
|
1542
1864
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1543
1865
|
/**
|
|
1544
|
-
*
|
|
1866
|
+
*
|
|
1867
|
+
* @optional
|
|
1868
|
+
*
|
|
1869
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1870
|
+
*
|
|
1871
|
+
* @example "ABS-2023-001"
|
|
1872
|
+
*
|
|
1873
|
+
* @regex [0-9A-Za-z ]*$
|
|
1874
|
+
*
|
|
1875
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1545
1876
|
*
|
|
1546
1877
|
* @generated from field: string reference_id = 20;
|
|
1547
1878
|
*/
|
|
1548
1879
|
referenceId = "";
|
|
1549
1880
|
/**
|
|
1550
|
-
*
|
|
1881
|
+
*
|
|
1882
|
+
* @optional
|
|
1883
|
+
*
|
|
1884
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1885
|
+
*
|
|
1886
|
+
* @example "ABS-2023-X9Z2"
|
|
1887
|
+
*
|
|
1888
|
+
* @regex [0-9A-Za-z ]*$
|
|
1889
|
+
*
|
|
1890
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1551
1891
|
*
|
|
1552
1892
|
* @generated from field: string final_ref_number = 21;
|
|
1553
1893
|
*/
|
|
@@ -1622,91 +1962,218 @@ exports.QuotationsRequestsServiceFilterReq = QuotationsRequestsServiceFilterReq;
|
|
|
1622
1962
|
*/
|
|
1623
1963
|
class QuotationsRequestsServiceCountReq extends protobuf_1.Message {
|
|
1624
1964
|
/**
|
|
1625
|
-
*
|
|
1965
|
+
*
|
|
1966
|
+
* @optional
|
|
1967
|
+
*
|
|
1968
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1969
|
+
*
|
|
1970
|
+
* @example ANY
|
|
1626
1971
|
*
|
|
1627
1972
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1628
1973
|
*/
|
|
1629
1974
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1630
1975
|
/**
|
|
1631
|
-
*
|
|
1976
|
+
*
|
|
1977
|
+
* @optional
|
|
1978
|
+
*
|
|
1979
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1980
|
+
*
|
|
1981
|
+
* @example 1672531200
|
|
1982
|
+
*
|
|
1983
|
+
* @regex ^[0-9]+$
|
|
1984
|
+
*
|
|
1985
|
+
* @format Non-negative integer.
|
|
1632
1986
|
*
|
|
1633
1987
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1634
1988
|
*/
|
|
1635
1989
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1636
1990
|
/**
|
|
1637
|
-
*
|
|
1991
|
+
*
|
|
1992
|
+
* @optional
|
|
1993
|
+
*
|
|
1994
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1995
|
+
*
|
|
1996
|
+
* @example 1704067199
|
|
1997
|
+
*
|
|
1998
|
+
* @regex ^[0-9]+$
|
|
1999
|
+
*
|
|
2000
|
+
* @format Non-negative integer.
|
|
1638
2001
|
*
|
|
1639
2002
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1640
2003
|
*/
|
|
1641
2004
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1642
2005
|
/**
|
|
1643
|
-
*
|
|
2006
|
+
*
|
|
2007
|
+
* @optional
|
|
2008
|
+
*
|
|
2009
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2010
|
+
*
|
|
2011
|
+
* @example 1672531200
|
|
2012
|
+
*
|
|
2013
|
+
* @regex ^[0-9]+$
|
|
2014
|
+
*
|
|
2015
|
+
* @format Non-negative integer.
|
|
1644
2016
|
*
|
|
1645
2017
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1646
2018
|
*/
|
|
1647
2019
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1648
2020
|
/**
|
|
1649
|
-
*
|
|
2021
|
+
*
|
|
2022
|
+
* @optional
|
|
2023
|
+
*
|
|
2024
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2025
|
+
*
|
|
2026
|
+
* @example 1704067199
|
|
2027
|
+
*
|
|
2028
|
+
* @regex ^[0-9]+$
|
|
2029
|
+
*
|
|
2030
|
+
* @format Non-negative integer.
|
|
1650
2031
|
*
|
|
1651
2032
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1652
2033
|
*/
|
|
1653
2034
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1654
2035
|
/**
|
|
1655
|
-
*
|
|
2036
|
+
*
|
|
2037
|
+
* @optional
|
|
2038
|
+
*
|
|
2039
|
+
* @description Filter by the organization UUID.
|
|
2040
|
+
*
|
|
2041
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2042
|
+
*
|
|
2043
|
+
* @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}$
|
|
2044
|
+
*
|
|
2045
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1656
2046
|
*
|
|
1657
2047
|
* @generated from field: string entity_uuid = 8;
|
|
1658
2048
|
*/
|
|
1659
2049
|
entityUuid = "";
|
|
1660
2050
|
/**
|
|
1661
|
-
*
|
|
2051
|
+
*
|
|
2052
|
+
* @optional
|
|
2053
|
+
*
|
|
2054
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2055
|
+
*
|
|
2056
|
+
* @example STANDING
|
|
1662
2057
|
*
|
|
1663
2058
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1664
2059
|
*/
|
|
1665
2060
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1666
2061
|
/**
|
|
1667
|
-
*
|
|
2062
|
+
*
|
|
2063
|
+
* @optional
|
|
2064
|
+
*
|
|
2065
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2066
|
+
*
|
|
2067
|
+
* @example 1672531200
|
|
2068
|
+
*
|
|
2069
|
+
* @regex ^[0-9]+$
|
|
2070
|
+
*
|
|
2071
|
+
* @format Non-negative integer.
|
|
1668
2072
|
*
|
|
1669
2073
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1670
2074
|
*/
|
|
1671
2075
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1672
2076
|
/**
|
|
1673
|
-
*
|
|
2077
|
+
*
|
|
2078
|
+
* @optional
|
|
2079
|
+
*
|
|
2080
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2081
|
+
*
|
|
2082
|
+
* @example 1704067199
|
|
2083
|
+
*
|
|
2084
|
+
* @regex ^[0-9]+$
|
|
2085
|
+
*
|
|
2086
|
+
* @format Non-negative integer.
|
|
1674
2087
|
*
|
|
1675
2088
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1676
2089
|
*/
|
|
1677
2090
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1678
2091
|
/**
|
|
1679
|
-
*
|
|
2092
|
+
*
|
|
2093
|
+
* @optional
|
|
2094
|
+
*
|
|
2095
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2096
|
+
*
|
|
2097
|
+
* @example 501
|
|
2098
|
+
*
|
|
2099
|
+
* @regex ^[0-9]+$
|
|
2100
|
+
*
|
|
2101
|
+
* @format Non-negative integer.
|
|
1680
2102
|
*
|
|
1681
2103
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1682
2104
|
*/
|
|
1683
2105
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1684
2106
|
/**
|
|
1685
|
-
*
|
|
2107
|
+
*
|
|
2108
|
+
* @optional
|
|
2109
|
+
*
|
|
2110
|
+
* @description Filter by the role ID of the approver.
|
|
2111
|
+
*
|
|
2112
|
+
* @example 5
|
|
2113
|
+
*
|
|
2114
|
+
* @regex ^[0-9]+$
|
|
2115
|
+
*
|
|
2116
|
+
* @format Non-negative integer.
|
|
1686
2117
|
*
|
|
1687
2118
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1688
2119
|
*/
|
|
1689
2120
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1690
2121
|
/**
|
|
1691
|
-
*
|
|
2122
|
+
*
|
|
2123
|
+
* @optional
|
|
2124
|
+
*
|
|
2125
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2126
|
+
*
|
|
2127
|
+
* @example 1672531200
|
|
2128
|
+
*
|
|
2129
|
+
* @regex ^[0-9]+$
|
|
2130
|
+
*
|
|
2131
|
+
* @format Non-negative integer.
|
|
1692
2132
|
*
|
|
1693
2133
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1694
2134
|
*/
|
|
1695
2135
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1696
2136
|
/**
|
|
1697
|
-
*
|
|
2137
|
+
*
|
|
2138
|
+
* @optional
|
|
2139
|
+
*
|
|
2140
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2141
|
+
*
|
|
2142
|
+
* @example 1704067199
|
|
2143
|
+
*
|
|
2144
|
+
* @regex ^[0-9]+$
|
|
2145
|
+
*
|
|
2146
|
+
* @format Non-negative integer.
|
|
1698
2147
|
*
|
|
1699
2148
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1700
2149
|
*/
|
|
1701
2150
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1702
2151
|
/**
|
|
1703
|
-
*
|
|
2152
|
+
*
|
|
2153
|
+
* @optional
|
|
2154
|
+
*
|
|
2155
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2156
|
+
*
|
|
2157
|
+
* @example "ABS-2023-001"
|
|
2158
|
+
*
|
|
2159
|
+
* @regex [0-9A-Za-z ]*$
|
|
2160
|
+
*
|
|
2161
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1704
2162
|
*
|
|
1705
2163
|
* @generated from field: string reference_id = 20;
|
|
1706
2164
|
*/
|
|
1707
2165
|
referenceId = "";
|
|
1708
2166
|
/**
|
|
1709
|
-
*
|
|
2167
|
+
*
|
|
2168
|
+
* @optional
|
|
2169
|
+
*
|
|
2170
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2171
|
+
*
|
|
2172
|
+
* @example "ABS-2023-X9Z2"
|
|
2173
|
+
*
|
|
2174
|
+
* @regex [0-9A-Za-z ]*$
|
|
2175
|
+
*
|
|
2176
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1710
2177
|
*
|
|
1711
2178
|
* @generated from field: string final_ref_number = 21;
|
|
1712
2179
|
*/
|
|
@@ -1777,49 +2244,103 @@ exports.QuotationsRequestsServiceCountReq = QuotationsRequestsServiceCountReq;
|
|
|
1777
2244
|
*/
|
|
1778
2245
|
class QuotationsRequestsServiceSearchAllReq extends protobuf_1.Message {
|
|
1779
2246
|
/**
|
|
1780
|
-
*
|
|
2247
|
+
*
|
|
2248
|
+
* @optional
|
|
2249
|
+
*
|
|
2250
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2251
|
+
*
|
|
2252
|
+
* @example ANY
|
|
1781
2253
|
*
|
|
1782
2254
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1783
2255
|
*/
|
|
1784
2256
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1785
2257
|
/**
|
|
1786
|
-
*
|
|
2258
|
+
*
|
|
2259
|
+
* @mandatory
|
|
2260
|
+
*
|
|
2261
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2262
|
+
*
|
|
2263
|
+
* @example 100
|
|
2264
|
+
*
|
|
2265
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2266
|
+
*
|
|
2267
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1787
2268
|
*
|
|
1788
2269
|
* @generated from field: int64 count = 2;
|
|
1789
2270
|
*/
|
|
1790
2271
|
count = protobuf_1.protoInt64.zero;
|
|
1791
2272
|
/**
|
|
1792
|
-
*
|
|
2273
|
+
*
|
|
2274
|
+
* @optional
|
|
2275
|
+
*
|
|
2276
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2277
|
+
*
|
|
2278
|
+
* @example 0
|
|
2279
|
+
*
|
|
2280
|
+
* @regex ^[0-9]+$
|
|
2281
|
+
*
|
|
2282
|
+
* @format Non-negative integer.
|
|
1793
2283
|
*
|
|
1794
2284
|
* @generated from field: uint64 offset = 3;
|
|
1795
2285
|
*/
|
|
1796
2286
|
offset = protobuf_1.protoInt64.zero;
|
|
1797
2287
|
/**
|
|
1798
|
-
*
|
|
2288
|
+
*
|
|
2289
|
+
* @optional
|
|
2290
|
+
*
|
|
2291
|
+
* @description Sort direction.
|
|
2292
|
+
*
|
|
2293
|
+
* @example DESCENDING
|
|
1799
2294
|
*
|
|
1800
2295
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1801
2296
|
*/
|
|
1802
2297
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1803
2298
|
/**
|
|
1804
|
-
*
|
|
2299
|
+
*
|
|
2300
|
+
* @optional
|
|
2301
|
+
*
|
|
2302
|
+
* @description The field used for sorting.
|
|
1805
2303
|
*
|
|
1806
2304
|
* @generated from field: Scailo.QUOTATION_REQUEST_SORT_KEY sort_key = 5;
|
|
1807
2305
|
*/
|
|
1808
2306
|
sortKey = QUOTATION_REQUEST_SORT_KEY.QUOTATION_REQUEST_SORT_KEY_ID_UNSPECIFIED;
|
|
1809
2307
|
/**
|
|
1810
|
-
*
|
|
2308
|
+
*
|
|
2309
|
+
* @optional
|
|
2310
|
+
*
|
|
2311
|
+
* @description Filter by the organization UUID.
|
|
2312
|
+
*
|
|
2313
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2314
|
+
*
|
|
2315
|
+
* @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}$
|
|
2316
|
+
*
|
|
2317
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1811
2318
|
*
|
|
1812
2319
|
* @generated from field: string entity_uuid = 6;
|
|
1813
2320
|
*/
|
|
1814
2321
|
entityUuid = "";
|
|
1815
2322
|
/**
|
|
1816
|
-
*
|
|
2323
|
+
*
|
|
2324
|
+
* @optional
|
|
2325
|
+
*
|
|
2326
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2327
|
+
*
|
|
2328
|
+
* @example STANDING
|
|
1817
2329
|
*
|
|
1818
2330
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1819
2331
|
*/
|
|
1820
2332
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1821
2333
|
/**
|
|
1822
|
-
*
|
|
2334
|
+
*
|
|
2335
|
+
* @mandatory
|
|
2336
|
+
*
|
|
2337
|
+
* @description The search string to match against reference IDs.
|
|
2338
|
+
*
|
|
2339
|
+
* @example "Medical 2023"
|
|
2340
|
+
*
|
|
2341
|
+
* @regex .*
|
|
2342
|
+
*
|
|
2343
|
+
* @format: May contain any UTF-8 characters.
|
|
1823
2344
|
*
|
|
1824
2345
|
* @generated from field: string search_key = 11;
|
|
1825
2346
|
*/
|