@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
|
@@ -215,7 +215,16 @@ class QuotationsRequestsServiceCreateRequest extends protobuf_1.Message {
|
|
|
215
215
|
constructor(data) {
|
|
216
216
|
super();
|
|
217
217
|
/**
|
|
218
|
-
*
|
|
218
|
+
*
|
|
219
|
+
* @optional
|
|
220
|
+
*
|
|
221
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
222
|
+
*
|
|
223
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
224
|
+
*
|
|
225
|
+
* @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}$
|
|
226
|
+
*
|
|
227
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
219
228
|
*
|
|
220
229
|
* @generated from field: string entity_uuid = 1;
|
|
221
230
|
*/
|
|
@@ -227,13 +236,31 @@ class QuotationsRequestsServiceCreateRequest extends protobuf_1.Message {
|
|
|
227
236
|
*/
|
|
228
237
|
this.userComment = "";
|
|
229
238
|
/**
|
|
230
|
-
*
|
|
239
|
+
*
|
|
240
|
+
* @optional
|
|
241
|
+
*
|
|
242
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
243
|
+
*
|
|
244
|
+
* @example 15234
|
|
245
|
+
*
|
|
246
|
+
* @regex ^[0-9]+$
|
|
247
|
+
*
|
|
248
|
+
* @format Non-negative integer.
|
|
231
249
|
*
|
|
232
250
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
233
251
|
*/
|
|
234
252
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
235
253
|
/**
|
|
236
|
-
*
|
|
254
|
+
*
|
|
255
|
+
* @mandatory
|
|
256
|
+
*
|
|
257
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
258
|
+
*
|
|
259
|
+
* @example "ABS-2023-001"
|
|
260
|
+
*
|
|
261
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
262
|
+
*
|
|
263
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
237
264
|
*
|
|
238
265
|
* @generated from field: string reference_id = 10;
|
|
239
266
|
*/
|
|
@@ -333,19 +360,42 @@ class QuotationsRequestsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
333
360
|
*/
|
|
334
361
|
this.id = protobuf_1.protoInt64.zero;
|
|
335
362
|
/**
|
|
336
|
-
*
|
|
363
|
+
*
|
|
364
|
+
* @optional
|
|
365
|
+
*
|
|
366
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
367
|
+
*
|
|
368
|
+
* @example true
|
|
337
369
|
*
|
|
338
370
|
* @generated from field: bool notify_users = 3;
|
|
339
371
|
*/
|
|
340
372
|
this.notifyUsers = false;
|
|
341
373
|
/**
|
|
342
|
-
*
|
|
374
|
+
*
|
|
375
|
+
* @optional
|
|
376
|
+
*
|
|
377
|
+
* @description Updated vault folder ID for documentation storage.
|
|
378
|
+
*
|
|
379
|
+
* @example 15235
|
|
380
|
+
*
|
|
381
|
+
* @regex ^[0-9]+$
|
|
382
|
+
*
|
|
383
|
+
* @format Non-negative integer.
|
|
343
384
|
*
|
|
344
385
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
345
386
|
*/
|
|
346
387
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
347
388
|
/**
|
|
348
|
-
*
|
|
389
|
+
*
|
|
390
|
+
* @mandatory
|
|
391
|
+
*
|
|
392
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
393
|
+
*
|
|
394
|
+
* @example "ABS-2023-001-REV"
|
|
395
|
+
*
|
|
396
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
397
|
+
*
|
|
398
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
349
399
|
*
|
|
350
400
|
* @generated from field: string reference_id = 10;
|
|
351
401
|
*/
|
|
@@ -513,43 +563,60 @@ class QuotationRequest extends protobuf_1.Message {
|
|
|
513
563
|
constructor(data) {
|
|
514
564
|
super();
|
|
515
565
|
/**
|
|
516
|
-
*
|
|
566
|
+
*
|
|
567
|
+
* @description The organization's globally unique identifier.
|
|
568
|
+
*
|
|
569
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
517
570
|
*
|
|
518
571
|
* @generated from field: string entity_uuid = 1;
|
|
519
572
|
*/
|
|
520
573
|
this.entityUuid = "";
|
|
521
574
|
/**
|
|
522
|
-
*
|
|
575
|
+
*
|
|
576
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
523
577
|
*
|
|
524
578
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
525
579
|
*/
|
|
526
580
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
527
581
|
/**
|
|
528
|
-
*
|
|
582
|
+
*
|
|
583
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
529
584
|
*
|
|
530
585
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
531
586
|
*/
|
|
532
587
|
this.logs = [];
|
|
533
588
|
/**
|
|
534
|
-
*
|
|
589
|
+
*
|
|
590
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
591
|
+
*
|
|
592
|
+
* @example 1698400000
|
|
535
593
|
*
|
|
536
594
|
* @generated from field: uint64 completed_on = 6;
|
|
537
595
|
*/
|
|
538
596
|
this.completedOn = protobuf_1.protoInt64.zero;
|
|
539
597
|
/**
|
|
540
|
-
*
|
|
598
|
+
*
|
|
599
|
+
* @description Link to the document storage folder.
|
|
600
|
+
*
|
|
601
|
+
* @example 15234
|
|
541
602
|
*
|
|
542
603
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
543
604
|
*/
|
|
544
605
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
545
606
|
/**
|
|
546
|
-
*
|
|
607
|
+
*
|
|
608
|
+
* @description The user-provided reference ID.
|
|
609
|
+
*
|
|
610
|
+
* @example "ABS-2023-001"
|
|
547
611
|
*
|
|
548
612
|
* @generated from field: string reference_id = 10;
|
|
549
613
|
*/
|
|
550
614
|
this.referenceId = "";
|
|
551
615
|
/**
|
|
552
|
-
*
|
|
616
|
+
*
|
|
617
|
+
* @description The system-generated immutable reference number.
|
|
618
|
+
*
|
|
619
|
+
* @example "ABS-2023-X9Z2"
|
|
553
620
|
*
|
|
554
621
|
* @generated from field: string final_ref_number = 11;
|
|
555
622
|
*/
|
|
@@ -662,7 +729,16 @@ class QuotationsRequestsServiceItemCreateRequest extends protobuf_1.Message {
|
|
|
662
729
|
*/
|
|
663
730
|
this.userComment = "";
|
|
664
731
|
/**
|
|
665
|
-
*
|
|
732
|
+
*
|
|
733
|
+
* @optional
|
|
734
|
+
*
|
|
735
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
736
|
+
*
|
|
737
|
+
* @example 15234
|
|
738
|
+
*
|
|
739
|
+
* @regex ^[0-9]+$
|
|
740
|
+
*
|
|
741
|
+
* @format Non-negative integer.
|
|
666
742
|
*
|
|
667
743
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
668
744
|
*/
|
|
@@ -767,7 +843,16 @@ class QuotationsRequestsServiceItemUpdateRequest extends protobuf_1.Message {
|
|
|
767
843
|
*/
|
|
768
844
|
this.id = protobuf_1.protoInt64.zero;
|
|
769
845
|
/**
|
|
770
|
-
*
|
|
846
|
+
*
|
|
847
|
+
* @optional
|
|
848
|
+
*
|
|
849
|
+
* @description Updated vault folder ID for documentation storage.
|
|
850
|
+
*
|
|
851
|
+
* @example 15235
|
|
852
|
+
*
|
|
853
|
+
* @regex ^[0-9]+$
|
|
854
|
+
*
|
|
855
|
+
* @format Non-negative integer.
|
|
771
856
|
*
|
|
772
857
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
773
858
|
*/
|
|
@@ -854,13 +939,17 @@ class QuotationRequestItem extends protobuf_1.Message {
|
|
|
854
939
|
constructor(data) {
|
|
855
940
|
super();
|
|
856
941
|
/**
|
|
857
|
-
*
|
|
942
|
+
*
|
|
943
|
+
* @description The organization's globally unique identifier.
|
|
944
|
+
*
|
|
945
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
858
946
|
*
|
|
859
947
|
* @generated from field: string entity_uuid = 1;
|
|
860
948
|
*/
|
|
861
949
|
this.entityUuid = "";
|
|
862
950
|
/**
|
|
863
|
-
*
|
|
951
|
+
*
|
|
952
|
+
* @description The approval state of the record
|
|
864
953
|
*
|
|
865
954
|
* @generated from field: bool need_approval = 4;
|
|
866
955
|
*/
|
|
@@ -872,7 +961,10 @@ class QuotationRequestItem extends protobuf_1.Message {
|
|
|
872
961
|
*/
|
|
873
962
|
this.userComment = "";
|
|
874
963
|
/**
|
|
875
|
-
*
|
|
964
|
+
*
|
|
965
|
+
* @description Link to the document storage folder.
|
|
966
|
+
*
|
|
967
|
+
* @example 15234
|
|
876
968
|
*
|
|
877
969
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
878
970
|
*/
|
|
@@ -1084,37 +1176,77 @@ class QuotationRequestItemsSearchRequest extends protobuf_1.Message {
|
|
|
1084
1176
|
constructor(data) {
|
|
1085
1177
|
super();
|
|
1086
1178
|
/**
|
|
1087
|
-
*
|
|
1179
|
+
*
|
|
1180
|
+
* @optional
|
|
1181
|
+
*
|
|
1182
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1183
|
+
*
|
|
1184
|
+
* @example ANY
|
|
1088
1185
|
*
|
|
1089
1186
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1090
1187
|
*/
|
|
1091
1188
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1092
1189
|
/**
|
|
1093
|
-
*
|
|
1190
|
+
*
|
|
1191
|
+
* @mandatory
|
|
1192
|
+
*
|
|
1193
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1194
|
+
*
|
|
1195
|
+
* @example 100
|
|
1196
|
+
*
|
|
1197
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1198
|
+
*
|
|
1199
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1094
1200
|
*
|
|
1095
1201
|
* @generated from field: int64 count = 2;
|
|
1096
1202
|
*/
|
|
1097
1203
|
this.count = protobuf_1.protoInt64.zero;
|
|
1098
1204
|
/**
|
|
1099
|
-
*
|
|
1205
|
+
*
|
|
1206
|
+
* @optional
|
|
1207
|
+
*
|
|
1208
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1209
|
+
*
|
|
1210
|
+
* @example 0
|
|
1211
|
+
*
|
|
1212
|
+
* @regex ^[0-9]+$
|
|
1213
|
+
*
|
|
1214
|
+
* @format Non-negative integer.
|
|
1100
1215
|
*
|
|
1101
1216
|
* @generated from field: uint64 offset = 3;
|
|
1102
1217
|
*/
|
|
1103
1218
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1104
1219
|
/**
|
|
1105
|
-
*
|
|
1220
|
+
*
|
|
1221
|
+
* @optional
|
|
1222
|
+
*
|
|
1223
|
+
* @description Sort direction.
|
|
1224
|
+
*
|
|
1225
|
+
* @example DESCENDING
|
|
1106
1226
|
*
|
|
1107
1227
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1108
1228
|
*/
|
|
1109
1229
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1110
1230
|
/**
|
|
1111
|
-
*
|
|
1231
|
+
*
|
|
1232
|
+
* @optional
|
|
1233
|
+
*
|
|
1234
|
+
* @description The field used for sorting.
|
|
1112
1235
|
*
|
|
1113
1236
|
* @generated from field: Scailo.QUOTATION_REQUEST_ITEM_SORT_KEY sort_key = 5;
|
|
1114
1237
|
*/
|
|
1115
1238
|
this.sortKey = QUOTATION_REQUEST_ITEM_SORT_KEY.QUOTATION_REQUEST_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1116
1239
|
/**
|
|
1117
|
-
*
|
|
1240
|
+
*
|
|
1241
|
+
* @optional
|
|
1242
|
+
*
|
|
1243
|
+
* @description Filter by the organization UUID.
|
|
1244
|
+
*
|
|
1245
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1246
|
+
*
|
|
1247
|
+
* @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}$
|
|
1248
|
+
*
|
|
1249
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1118
1250
|
*
|
|
1119
1251
|
* @generated from field: string entity_uuid = 6;
|
|
1120
1252
|
*/
|
|
@@ -1232,25 +1364,35 @@ class QuotationsRequestsServicePaginatedItemsResponse extends protobuf_1.Message
|
|
|
1232
1364
|
constructor(data) {
|
|
1233
1365
|
super();
|
|
1234
1366
|
/**
|
|
1235
|
-
*
|
|
1367
|
+
*
|
|
1368
|
+
* @description Number of records returned in the current response slice.
|
|
1369
|
+
*
|
|
1370
|
+
* @example 50
|
|
1236
1371
|
*
|
|
1237
1372
|
* @generated from field: uint64 count = 1;
|
|
1238
1373
|
*/
|
|
1239
1374
|
this.count = protobuf_1.protoInt64.zero;
|
|
1240
1375
|
/**
|
|
1241
|
-
*
|
|
1376
|
+
*
|
|
1377
|
+
* @description The offset provided in the request.
|
|
1378
|
+
*
|
|
1379
|
+
* @example 0
|
|
1242
1380
|
*
|
|
1243
1381
|
* @generated from field: uint64 offset = 2;
|
|
1244
1382
|
*/
|
|
1245
1383
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1246
1384
|
/**
|
|
1247
|
-
*
|
|
1385
|
+
*
|
|
1386
|
+
* @description The total number of records matching the criteria.
|
|
1387
|
+
*
|
|
1388
|
+
* @example 1250
|
|
1248
1389
|
*
|
|
1249
1390
|
* @generated from field: uint64 total = 3;
|
|
1250
1391
|
*/
|
|
1251
1392
|
this.total = protobuf_1.protoInt64.zero;
|
|
1252
1393
|
/**
|
|
1253
|
-
*
|
|
1394
|
+
*
|
|
1395
|
+
* @description The array of records for the current page.
|
|
1254
1396
|
*
|
|
1255
1397
|
* @generated from field: repeated Scailo.QuotationRequestItem payload = 4;
|
|
1256
1398
|
*/
|
|
@@ -1289,31 +1431,62 @@ class QuotationsRequestsServicePaginationReq extends protobuf_1.Message {
|
|
|
1289
1431
|
constructor(data) {
|
|
1290
1432
|
super();
|
|
1291
1433
|
/**
|
|
1292
|
-
*
|
|
1434
|
+
*
|
|
1435
|
+
* @optional
|
|
1436
|
+
*
|
|
1437
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1438
|
+
*
|
|
1439
|
+
* @example ANY
|
|
1293
1440
|
*
|
|
1294
1441
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1295
1442
|
*/
|
|
1296
1443
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1297
1444
|
/**
|
|
1298
|
-
*
|
|
1445
|
+
*
|
|
1446
|
+
* @mandatory
|
|
1447
|
+
*
|
|
1448
|
+
* @description Number of records to return per page.
|
|
1449
|
+
*
|
|
1450
|
+
* @example 50
|
|
1451
|
+
*
|
|
1452
|
+
* @regex ^[1-9][0-9]*$
|
|
1453
|
+
*
|
|
1454
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1299
1455
|
*
|
|
1300
1456
|
* @generated from field: int64 count = 2;
|
|
1301
1457
|
*/
|
|
1302
1458
|
this.count = protobuf_1.protoInt64.zero;
|
|
1303
1459
|
/**
|
|
1304
|
-
*
|
|
1460
|
+
*
|
|
1461
|
+
* @optional
|
|
1462
|
+
*
|
|
1463
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1464
|
+
*
|
|
1465
|
+
* @example 0
|
|
1466
|
+
*
|
|
1467
|
+
* @regex ^[0-9]+$
|
|
1468
|
+
*
|
|
1469
|
+
* @format Non-negative integer.
|
|
1305
1470
|
*
|
|
1306
1471
|
* @generated from field: uint64 offset = 3;
|
|
1307
1472
|
*/
|
|
1308
1473
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1309
1474
|
/**
|
|
1310
|
-
*
|
|
1475
|
+
*
|
|
1476
|
+
* @optional
|
|
1477
|
+
*
|
|
1478
|
+
* @description Sort direction.
|
|
1479
|
+
*
|
|
1480
|
+
* @example DESCENDING
|
|
1311
1481
|
*
|
|
1312
1482
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1313
1483
|
*/
|
|
1314
1484
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1315
1485
|
/**
|
|
1316
|
-
*
|
|
1486
|
+
*
|
|
1487
|
+
* @optional
|
|
1488
|
+
*
|
|
1489
|
+
* @description The specific field key to sort the results by.
|
|
1317
1490
|
*
|
|
1318
1491
|
* @generated from field: Scailo.QUOTATION_REQUEST_SORT_KEY sort_key = 5;
|
|
1319
1492
|
*/
|
|
@@ -1360,25 +1533,35 @@ class QuotationsRequestsServicePaginationResponse extends protobuf_1.Message {
|
|
|
1360
1533
|
constructor(data) {
|
|
1361
1534
|
super();
|
|
1362
1535
|
/**
|
|
1363
|
-
*
|
|
1536
|
+
*
|
|
1537
|
+
* @description Number of records returned in the current response slice.
|
|
1538
|
+
*
|
|
1539
|
+
* @example 50
|
|
1364
1540
|
*
|
|
1365
1541
|
* @generated from field: uint64 count = 1;
|
|
1366
1542
|
*/
|
|
1367
1543
|
this.count = protobuf_1.protoInt64.zero;
|
|
1368
1544
|
/**
|
|
1369
|
-
*
|
|
1545
|
+
*
|
|
1546
|
+
* @description The offset provided in the request.
|
|
1547
|
+
*
|
|
1548
|
+
* @example 0
|
|
1370
1549
|
*
|
|
1371
1550
|
* @generated from field: uint64 offset = 2;
|
|
1372
1551
|
*/
|
|
1373
1552
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1374
1553
|
/**
|
|
1375
|
-
*
|
|
1554
|
+
*
|
|
1555
|
+
* @description The total number of records matching the criteria.
|
|
1556
|
+
*
|
|
1557
|
+
* @example 1250
|
|
1376
1558
|
*
|
|
1377
1559
|
* @generated from field: uint64 total = 3;
|
|
1378
1560
|
*/
|
|
1379
1561
|
this.total = protobuf_1.protoInt64.zero;
|
|
1380
1562
|
/**
|
|
1381
|
-
*
|
|
1563
|
+
*
|
|
1564
|
+
* @description The array of records for the current page.
|
|
1382
1565
|
*
|
|
1383
1566
|
* @generated from field: repeated Scailo.QuotationRequest payload = 4;
|
|
1384
1567
|
*/
|
|
@@ -1417,115 +1600,268 @@ class QuotationsRequestsServiceFilterReq extends protobuf_1.Message {
|
|
|
1417
1600
|
constructor(data) {
|
|
1418
1601
|
super();
|
|
1419
1602
|
/**
|
|
1420
|
-
*
|
|
1603
|
+
*
|
|
1604
|
+
* @optional
|
|
1605
|
+
*
|
|
1606
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1607
|
+
*
|
|
1608
|
+
* @example ANY
|
|
1421
1609
|
*
|
|
1422
1610
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1423
1611
|
*/
|
|
1424
1612
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1425
1613
|
/**
|
|
1426
|
-
*
|
|
1614
|
+
*
|
|
1615
|
+
* @mandatory
|
|
1616
|
+
*
|
|
1617
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1618
|
+
*
|
|
1619
|
+
* @example 100
|
|
1620
|
+
*
|
|
1621
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1622
|
+
*
|
|
1623
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1427
1624
|
*
|
|
1428
1625
|
* @generated from field: int64 count = 2;
|
|
1429
1626
|
*/
|
|
1430
1627
|
this.count = protobuf_1.protoInt64.zero;
|
|
1431
1628
|
/**
|
|
1432
|
-
*
|
|
1629
|
+
*
|
|
1630
|
+
* @optional
|
|
1631
|
+
*
|
|
1632
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1633
|
+
*
|
|
1634
|
+
* @example 0
|
|
1635
|
+
*
|
|
1636
|
+
* @regex ^[0-9]+$
|
|
1637
|
+
*
|
|
1638
|
+
* @format Non-negative integer.
|
|
1433
1639
|
*
|
|
1434
1640
|
* @generated from field: uint64 offset = 3;
|
|
1435
1641
|
*/
|
|
1436
1642
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1437
1643
|
/**
|
|
1438
|
-
*
|
|
1644
|
+
*
|
|
1645
|
+
* @optional
|
|
1646
|
+
*
|
|
1647
|
+
* @description Sort direction.
|
|
1648
|
+
*
|
|
1649
|
+
* @example DESCENDING
|
|
1439
1650
|
*
|
|
1440
1651
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1441
1652
|
*/
|
|
1442
1653
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1443
1654
|
/**
|
|
1444
|
-
*
|
|
1655
|
+
*
|
|
1656
|
+
* @optional
|
|
1657
|
+
*
|
|
1658
|
+
* @description The field used for sorting.
|
|
1445
1659
|
*
|
|
1446
1660
|
* @generated from field: Scailo.QUOTATION_REQUEST_SORT_KEY sort_key = 5;
|
|
1447
1661
|
*/
|
|
1448
1662
|
this.sortKey = QUOTATION_REQUEST_SORT_KEY.QUOTATION_REQUEST_SORT_KEY_ID_UNSPECIFIED;
|
|
1449
1663
|
/**
|
|
1450
|
-
*
|
|
1664
|
+
*
|
|
1665
|
+
* @optional
|
|
1666
|
+
*
|
|
1667
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1668
|
+
*
|
|
1669
|
+
* @example 1672531200
|
|
1670
|
+
*
|
|
1671
|
+
* @regex ^[0-9]+$
|
|
1672
|
+
*
|
|
1673
|
+
* @format Non-negative integer.
|
|
1451
1674
|
*
|
|
1452
1675
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1453
1676
|
*/
|
|
1454
1677
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1455
1678
|
/**
|
|
1456
|
-
*
|
|
1679
|
+
*
|
|
1680
|
+
* @optional
|
|
1681
|
+
*
|
|
1682
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1683
|
+
*
|
|
1684
|
+
* @example 1704067199
|
|
1685
|
+
*
|
|
1686
|
+
* @regex ^[0-9]+$
|
|
1687
|
+
*
|
|
1688
|
+
* @format Non-negative integer.
|
|
1457
1689
|
*
|
|
1458
1690
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1459
1691
|
*/
|
|
1460
1692
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1461
1693
|
/**
|
|
1462
|
-
*
|
|
1694
|
+
*
|
|
1695
|
+
* @optional
|
|
1696
|
+
*
|
|
1697
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1698
|
+
*
|
|
1699
|
+
* @example 1672531200
|
|
1700
|
+
*
|
|
1701
|
+
* @regex ^[0-9]+$
|
|
1702
|
+
*
|
|
1703
|
+
* @format Non-negative integer.
|
|
1463
1704
|
*
|
|
1464
1705
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1465
1706
|
*/
|
|
1466
1707
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1467
1708
|
/**
|
|
1468
|
-
*
|
|
1709
|
+
*
|
|
1710
|
+
* @optional
|
|
1711
|
+
*
|
|
1712
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1713
|
+
*
|
|
1714
|
+
* @example 1704067199
|
|
1715
|
+
*
|
|
1716
|
+
* @regex ^[0-9]+$
|
|
1717
|
+
*
|
|
1718
|
+
* @format Non-negative integer.
|
|
1469
1719
|
*
|
|
1470
1720
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1471
1721
|
*/
|
|
1472
1722
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1473
1723
|
/**
|
|
1474
|
-
*
|
|
1724
|
+
*
|
|
1725
|
+
* @optional
|
|
1726
|
+
*
|
|
1727
|
+
* @description Filter by the organization UUID.
|
|
1728
|
+
*
|
|
1729
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1730
|
+
*
|
|
1731
|
+
* @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}$
|
|
1732
|
+
*
|
|
1733
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1475
1734
|
*
|
|
1476
1735
|
* @generated from field: string entity_uuid = 8;
|
|
1477
1736
|
*/
|
|
1478
1737
|
this.entityUuid = "";
|
|
1479
1738
|
/**
|
|
1480
|
-
*
|
|
1739
|
+
*
|
|
1740
|
+
* @optional
|
|
1741
|
+
*
|
|
1742
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1743
|
+
*
|
|
1744
|
+
* @example STANDING
|
|
1481
1745
|
*
|
|
1482
1746
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1483
1747
|
*/
|
|
1484
1748
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1485
1749
|
/**
|
|
1486
|
-
*
|
|
1750
|
+
*
|
|
1751
|
+
* @optional
|
|
1752
|
+
*
|
|
1753
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1754
|
+
*
|
|
1755
|
+
* @example 1672531200
|
|
1756
|
+
*
|
|
1757
|
+
* @regex ^[0-9]+$
|
|
1758
|
+
*
|
|
1759
|
+
* @format Non-negative integer.
|
|
1487
1760
|
*
|
|
1488
1761
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1489
1762
|
*/
|
|
1490
1763
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1491
1764
|
/**
|
|
1492
|
-
*
|
|
1765
|
+
*
|
|
1766
|
+
* @optional
|
|
1767
|
+
*
|
|
1768
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1769
|
+
*
|
|
1770
|
+
* @example 1704067199
|
|
1771
|
+
*
|
|
1772
|
+
* @regex ^[0-9]+$
|
|
1773
|
+
*
|
|
1774
|
+
* @format Non-negative integer.
|
|
1493
1775
|
*
|
|
1494
1776
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1495
1777
|
*/
|
|
1496
1778
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1497
1779
|
/**
|
|
1498
|
-
*
|
|
1780
|
+
*
|
|
1781
|
+
* @optional
|
|
1782
|
+
*
|
|
1783
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1784
|
+
*
|
|
1785
|
+
* @example 501
|
|
1786
|
+
*
|
|
1787
|
+
* @regex ^[0-9]+$
|
|
1788
|
+
*
|
|
1789
|
+
* @format Non-negative integer.
|
|
1499
1790
|
*
|
|
1500
1791
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1501
1792
|
*/
|
|
1502
1793
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1503
1794
|
/**
|
|
1504
|
-
*
|
|
1795
|
+
*
|
|
1796
|
+
* @optional
|
|
1797
|
+
*
|
|
1798
|
+
* @description Filter by the role ID of the approver.
|
|
1799
|
+
*
|
|
1800
|
+
* @example 5
|
|
1801
|
+
*
|
|
1802
|
+
* @regex ^[0-9]+$
|
|
1803
|
+
*
|
|
1804
|
+
* @format Non-negative integer.
|
|
1505
1805
|
*
|
|
1506
1806
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1507
1807
|
*/
|
|
1508
1808
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1509
1809
|
/**
|
|
1510
|
-
*
|
|
1810
|
+
*
|
|
1811
|
+
* @optional
|
|
1812
|
+
*
|
|
1813
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1814
|
+
*
|
|
1815
|
+
* @example 1672531200
|
|
1816
|
+
*
|
|
1817
|
+
* @regex ^[0-9]+$
|
|
1818
|
+
*
|
|
1819
|
+
* @format Non-negative integer.
|
|
1511
1820
|
*
|
|
1512
1821
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1513
1822
|
*/
|
|
1514
1823
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1515
1824
|
/**
|
|
1516
|
-
*
|
|
1825
|
+
*
|
|
1826
|
+
* @optional
|
|
1827
|
+
*
|
|
1828
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1829
|
+
*
|
|
1830
|
+
* @example 1704067199
|
|
1831
|
+
*
|
|
1832
|
+
* @regex ^[0-9]+$
|
|
1833
|
+
*
|
|
1834
|
+
* @format Non-negative integer.
|
|
1517
1835
|
*
|
|
1518
1836
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1519
1837
|
*/
|
|
1520
1838
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1521
1839
|
/**
|
|
1522
|
-
*
|
|
1840
|
+
*
|
|
1841
|
+
* @optional
|
|
1842
|
+
*
|
|
1843
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1844
|
+
*
|
|
1845
|
+
* @example "ABS-2023-001"
|
|
1846
|
+
*
|
|
1847
|
+
* @regex [0-9A-Za-z ]*$
|
|
1848
|
+
*
|
|
1849
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1523
1850
|
*
|
|
1524
1851
|
* @generated from field: string reference_id = 20;
|
|
1525
1852
|
*/
|
|
1526
1853
|
this.referenceId = "";
|
|
1527
1854
|
/**
|
|
1528
|
-
*
|
|
1855
|
+
*
|
|
1856
|
+
* @optional
|
|
1857
|
+
*
|
|
1858
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1859
|
+
*
|
|
1860
|
+
* @example "ABS-2023-X9Z2"
|
|
1861
|
+
*
|
|
1862
|
+
* @regex [0-9A-Za-z ]*$
|
|
1863
|
+
*
|
|
1864
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1529
1865
|
*
|
|
1530
1866
|
* @generated from field: string final_ref_number = 21;
|
|
1531
1867
|
*/
|
|
@@ -1600,91 +1936,218 @@ class QuotationsRequestsServiceCountReq extends protobuf_1.Message {
|
|
|
1600
1936
|
constructor(data) {
|
|
1601
1937
|
super();
|
|
1602
1938
|
/**
|
|
1603
|
-
*
|
|
1939
|
+
*
|
|
1940
|
+
* @optional
|
|
1941
|
+
*
|
|
1942
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1943
|
+
*
|
|
1944
|
+
* @example ANY
|
|
1604
1945
|
*
|
|
1605
1946
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1606
1947
|
*/
|
|
1607
1948
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1608
1949
|
/**
|
|
1609
|
-
*
|
|
1950
|
+
*
|
|
1951
|
+
* @optional
|
|
1952
|
+
*
|
|
1953
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1954
|
+
*
|
|
1955
|
+
* @example 1672531200
|
|
1956
|
+
*
|
|
1957
|
+
* @regex ^[0-9]+$
|
|
1958
|
+
*
|
|
1959
|
+
* @format Non-negative integer.
|
|
1610
1960
|
*
|
|
1611
1961
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1612
1962
|
*/
|
|
1613
1963
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1614
1964
|
/**
|
|
1615
|
-
*
|
|
1965
|
+
*
|
|
1966
|
+
* @optional
|
|
1967
|
+
*
|
|
1968
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1969
|
+
*
|
|
1970
|
+
* @example 1704067199
|
|
1971
|
+
*
|
|
1972
|
+
* @regex ^[0-9]+$
|
|
1973
|
+
*
|
|
1974
|
+
* @format Non-negative integer.
|
|
1616
1975
|
*
|
|
1617
1976
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1618
1977
|
*/
|
|
1619
1978
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1620
1979
|
/**
|
|
1621
|
-
*
|
|
1980
|
+
*
|
|
1981
|
+
* @optional
|
|
1982
|
+
*
|
|
1983
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1984
|
+
*
|
|
1985
|
+
* @example 1672531200
|
|
1986
|
+
*
|
|
1987
|
+
* @regex ^[0-9]+$
|
|
1988
|
+
*
|
|
1989
|
+
* @format Non-negative integer.
|
|
1622
1990
|
*
|
|
1623
1991
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1624
1992
|
*/
|
|
1625
1993
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1626
1994
|
/**
|
|
1627
|
-
*
|
|
1995
|
+
*
|
|
1996
|
+
* @optional
|
|
1997
|
+
*
|
|
1998
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1999
|
+
*
|
|
2000
|
+
* @example 1704067199
|
|
2001
|
+
*
|
|
2002
|
+
* @regex ^[0-9]+$
|
|
2003
|
+
*
|
|
2004
|
+
* @format Non-negative integer.
|
|
1628
2005
|
*
|
|
1629
2006
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1630
2007
|
*/
|
|
1631
2008
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1632
2009
|
/**
|
|
1633
|
-
*
|
|
2010
|
+
*
|
|
2011
|
+
* @optional
|
|
2012
|
+
*
|
|
2013
|
+
* @description Filter by the organization UUID.
|
|
2014
|
+
*
|
|
2015
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2016
|
+
*
|
|
2017
|
+
* @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}$
|
|
2018
|
+
*
|
|
2019
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1634
2020
|
*
|
|
1635
2021
|
* @generated from field: string entity_uuid = 8;
|
|
1636
2022
|
*/
|
|
1637
2023
|
this.entityUuid = "";
|
|
1638
2024
|
/**
|
|
1639
|
-
*
|
|
2025
|
+
*
|
|
2026
|
+
* @optional
|
|
2027
|
+
*
|
|
2028
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2029
|
+
*
|
|
2030
|
+
* @example STANDING
|
|
1640
2031
|
*
|
|
1641
2032
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1642
2033
|
*/
|
|
1643
2034
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1644
2035
|
/**
|
|
1645
|
-
*
|
|
2036
|
+
*
|
|
2037
|
+
* @optional
|
|
2038
|
+
*
|
|
2039
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2040
|
+
*
|
|
2041
|
+
* @example 1672531200
|
|
2042
|
+
*
|
|
2043
|
+
* @regex ^[0-9]+$
|
|
2044
|
+
*
|
|
2045
|
+
* @format Non-negative integer.
|
|
1646
2046
|
*
|
|
1647
2047
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1648
2048
|
*/
|
|
1649
2049
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1650
2050
|
/**
|
|
1651
|
-
*
|
|
2051
|
+
*
|
|
2052
|
+
* @optional
|
|
2053
|
+
*
|
|
2054
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2055
|
+
*
|
|
2056
|
+
* @example 1704067199
|
|
2057
|
+
*
|
|
2058
|
+
* @regex ^[0-9]+$
|
|
2059
|
+
*
|
|
2060
|
+
* @format Non-negative integer.
|
|
1652
2061
|
*
|
|
1653
2062
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1654
2063
|
*/
|
|
1655
2064
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1656
2065
|
/**
|
|
1657
|
-
*
|
|
2066
|
+
*
|
|
2067
|
+
* @optional
|
|
2068
|
+
*
|
|
2069
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2070
|
+
*
|
|
2071
|
+
* @example 501
|
|
2072
|
+
*
|
|
2073
|
+
* @regex ^[0-9]+$
|
|
2074
|
+
*
|
|
2075
|
+
* @format Non-negative integer.
|
|
1658
2076
|
*
|
|
1659
2077
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1660
2078
|
*/
|
|
1661
2079
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1662
2080
|
/**
|
|
1663
|
-
*
|
|
2081
|
+
*
|
|
2082
|
+
* @optional
|
|
2083
|
+
*
|
|
2084
|
+
* @description Filter by the role ID of the approver.
|
|
2085
|
+
*
|
|
2086
|
+
* @example 5
|
|
2087
|
+
*
|
|
2088
|
+
* @regex ^[0-9]+$
|
|
2089
|
+
*
|
|
2090
|
+
* @format Non-negative integer.
|
|
1664
2091
|
*
|
|
1665
2092
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1666
2093
|
*/
|
|
1667
2094
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1668
2095
|
/**
|
|
1669
|
-
*
|
|
2096
|
+
*
|
|
2097
|
+
* @optional
|
|
2098
|
+
*
|
|
2099
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2100
|
+
*
|
|
2101
|
+
* @example 1672531200
|
|
2102
|
+
*
|
|
2103
|
+
* @regex ^[0-9]+$
|
|
2104
|
+
*
|
|
2105
|
+
* @format Non-negative integer.
|
|
1670
2106
|
*
|
|
1671
2107
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1672
2108
|
*/
|
|
1673
2109
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1674
2110
|
/**
|
|
1675
|
-
*
|
|
2111
|
+
*
|
|
2112
|
+
* @optional
|
|
2113
|
+
*
|
|
2114
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2115
|
+
*
|
|
2116
|
+
* @example 1704067199
|
|
2117
|
+
*
|
|
2118
|
+
* @regex ^[0-9]+$
|
|
2119
|
+
*
|
|
2120
|
+
* @format Non-negative integer.
|
|
1676
2121
|
*
|
|
1677
2122
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1678
2123
|
*/
|
|
1679
2124
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1680
2125
|
/**
|
|
1681
|
-
*
|
|
2126
|
+
*
|
|
2127
|
+
* @optional
|
|
2128
|
+
*
|
|
2129
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2130
|
+
*
|
|
2131
|
+
* @example "ABS-2023-001"
|
|
2132
|
+
*
|
|
2133
|
+
* @regex [0-9A-Za-z ]*$
|
|
2134
|
+
*
|
|
2135
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1682
2136
|
*
|
|
1683
2137
|
* @generated from field: string reference_id = 20;
|
|
1684
2138
|
*/
|
|
1685
2139
|
this.referenceId = "";
|
|
1686
2140
|
/**
|
|
1687
|
-
*
|
|
2141
|
+
*
|
|
2142
|
+
* @optional
|
|
2143
|
+
*
|
|
2144
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2145
|
+
*
|
|
2146
|
+
* @example "ABS-2023-X9Z2"
|
|
2147
|
+
*
|
|
2148
|
+
* @regex [0-9A-Za-z ]*$
|
|
2149
|
+
*
|
|
2150
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1688
2151
|
*
|
|
1689
2152
|
* @generated from field: string final_ref_number = 21;
|
|
1690
2153
|
*/
|
|
@@ -1755,49 +2218,103 @@ class QuotationsRequestsServiceSearchAllReq extends protobuf_1.Message {
|
|
|
1755
2218
|
constructor(data) {
|
|
1756
2219
|
super();
|
|
1757
2220
|
/**
|
|
1758
|
-
*
|
|
2221
|
+
*
|
|
2222
|
+
* @optional
|
|
2223
|
+
*
|
|
2224
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2225
|
+
*
|
|
2226
|
+
* @example ANY
|
|
1759
2227
|
*
|
|
1760
2228
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1761
2229
|
*/
|
|
1762
2230
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1763
2231
|
/**
|
|
1764
|
-
*
|
|
2232
|
+
*
|
|
2233
|
+
* @mandatory
|
|
2234
|
+
*
|
|
2235
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2236
|
+
*
|
|
2237
|
+
* @example 100
|
|
2238
|
+
*
|
|
2239
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2240
|
+
*
|
|
2241
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1765
2242
|
*
|
|
1766
2243
|
* @generated from field: int64 count = 2;
|
|
1767
2244
|
*/
|
|
1768
2245
|
this.count = protobuf_1.protoInt64.zero;
|
|
1769
2246
|
/**
|
|
1770
|
-
*
|
|
2247
|
+
*
|
|
2248
|
+
* @optional
|
|
2249
|
+
*
|
|
2250
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2251
|
+
*
|
|
2252
|
+
* @example 0
|
|
2253
|
+
*
|
|
2254
|
+
* @regex ^[0-9]+$
|
|
2255
|
+
*
|
|
2256
|
+
* @format Non-negative integer.
|
|
1771
2257
|
*
|
|
1772
2258
|
* @generated from field: uint64 offset = 3;
|
|
1773
2259
|
*/
|
|
1774
2260
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1775
2261
|
/**
|
|
1776
|
-
*
|
|
2262
|
+
*
|
|
2263
|
+
* @optional
|
|
2264
|
+
*
|
|
2265
|
+
* @description Sort direction.
|
|
2266
|
+
*
|
|
2267
|
+
* @example DESCENDING
|
|
1777
2268
|
*
|
|
1778
2269
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1779
2270
|
*/
|
|
1780
2271
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1781
2272
|
/**
|
|
1782
|
-
*
|
|
2273
|
+
*
|
|
2274
|
+
* @optional
|
|
2275
|
+
*
|
|
2276
|
+
* @description The field used for sorting.
|
|
1783
2277
|
*
|
|
1784
2278
|
* @generated from field: Scailo.QUOTATION_REQUEST_SORT_KEY sort_key = 5;
|
|
1785
2279
|
*/
|
|
1786
2280
|
this.sortKey = QUOTATION_REQUEST_SORT_KEY.QUOTATION_REQUEST_SORT_KEY_ID_UNSPECIFIED;
|
|
1787
2281
|
/**
|
|
1788
|
-
*
|
|
2282
|
+
*
|
|
2283
|
+
* @optional
|
|
2284
|
+
*
|
|
2285
|
+
* @description Filter by the organization UUID.
|
|
2286
|
+
*
|
|
2287
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2288
|
+
*
|
|
2289
|
+
* @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}$
|
|
2290
|
+
*
|
|
2291
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1789
2292
|
*
|
|
1790
2293
|
* @generated from field: string entity_uuid = 6;
|
|
1791
2294
|
*/
|
|
1792
2295
|
this.entityUuid = "";
|
|
1793
2296
|
/**
|
|
1794
|
-
*
|
|
2297
|
+
*
|
|
2298
|
+
* @optional
|
|
2299
|
+
*
|
|
2300
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2301
|
+
*
|
|
2302
|
+
* @example STANDING
|
|
1795
2303
|
*
|
|
1796
2304
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1797
2305
|
*/
|
|
1798
2306
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1799
2307
|
/**
|
|
1800
|
-
*
|
|
2308
|
+
*
|
|
2309
|
+
* @mandatory
|
|
2310
|
+
*
|
|
2311
|
+
* @description The search string to match against reference IDs.
|
|
2312
|
+
*
|
|
2313
|
+
* @example "Medical 2023"
|
|
2314
|
+
*
|
|
2315
|
+
* @regex .*
|
|
2316
|
+
*
|
|
2317
|
+
* @format: May contain any UTF-8 characters.
|
|
1801
2318
|
*
|
|
1802
2319
|
* @generated from field: string search_key = 11;
|
|
1803
2320
|
*/
|