@kernelminds/scailo-sdk 0.1.28 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +41 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +226 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +88 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +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 +41 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +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 +41 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +226 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +88 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +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 +41 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +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 QuotationsResponsesServiceCreateRequest 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 QuotationsResponsesServiceCreateRequest 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
|
*/
|
|
@@ -326,19 +353,42 @@ class QuotationsResponsesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
326
353
|
*/
|
|
327
354
|
this.id = protobuf_1.protoInt64.zero;
|
|
328
355
|
/**
|
|
329
|
-
*
|
|
356
|
+
*
|
|
357
|
+
* @optional
|
|
358
|
+
*
|
|
359
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
360
|
+
*
|
|
361
|
+
* @example true
|
|
330
362
|
*
|
|
331
363
|
* @generated from field: bool notify_users = 3;
|
|
332
364
|
*/
|
|
333
365
|
this.notifyUsers = false;
|
|
334
366
|
/**
|
|
335
|
-
*
|
|
367
|
+
*
|
|
368
|
+
* @optional
|
|
369
|
+
*
|
|
370
|
+
* @description Updated vault folder ID for documentation storage.
|
|
371
|
+
*
|
|
372
|
+
* @example 15235
|
|
373
|
+
*
|
|
374
|
+
* @regex ^[0-9]+$
|
|
375
|
+
*
|
|
376
|
+
* @format Non-negative integer.
|
|
336
377
|
*
|
|
337
378
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
338
379
|
*/
|
|
339
380
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
340
381
|
/**
|
|
341
|
-
*
|
|
382
|
+
*
|
|
383
|
+
* @mandatory
|
|
384
|
+
*
|
|
385
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
386
|
+
*
|
|
387
|
+
* @example "ABS-2023-001-REV"
|
|
388
|
+
*
|
|
389
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
390
|
+
*
|
|
391
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
342
392
|
*
|
|
343
393
|
* @generated from field: string reference_id = 10;
|
|
344
394
|
*/
|
|
@@ -442,43 +492,60 @@ class QuotationResponse extends protobuf_1.Message {
|
|
|
442
492
|
constructor(data) {
|
|
443
493
|
super();
|
|
444
494
|
/**
|
|
445
|
-
*
|
|
495
|
+
*
|
|
496
|
+
* @description The organization's globally unique identifier.
|
|
497
|
+
*
|
|
498
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
446
499
|
*
|
|
447
500
|
* @generated from field: string entity_uuid = 1;
|
|
448
501
|
*/
|
|
449
502
|
this.entityUuid = "";
|
|
450
503
|
/**
|
|
451
|
-
*
|
|
504
|
+
*
|
|
505
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
452
506
|
*
|
|
453
507
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
454
508
|
*/
|
|
455
509
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
456
510
|
/**
|
|
457
|
-
*
|
|
511
|
+
*
|
|
512
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
458
513
|
*
|
|
459
514
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
460
515
|
*/
|
|
461
516
|
this.logs = [];
|
|
462
517
|
/**
|
|
463
|
-
*
|
|
518
|
+
*
|
|
519
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
520
|
+
*
|
|
521
|
+
* @example 1698400000
|
|
464
522
|
*
|
|
465
523
|
* @generated from field: uint64 completed_on = 6;
|
|
466
524
|
*/
|
|
467
525
|
this.completedOn = protobuf_1.protoInt64.zero;
|
|
468
526
|
/**
|
|
469
|
-
*
|
|
527
|
+
*
|
|
528
|
+
* @description Link to the document storage folder.
|
|
529
|
+
*
|
|
530
|
+
* @example 15234
|
|
470
531
|
*
|
|
471
532
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
472
533
|
*/
|
|
473
534
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
474
535
|
/**
|
|
475
|
-
*
|
|
536
|
+
*
|
|
537
|
+
* @description The user-provided reference ID.
|
|
538
|
+
*
|
|
539
|
+
* @example "ABS-2023-001"
|
|
476
540
|
*
|
|
477
541
|
* @generated from field: string reference_id = 10;
|
|
478
542
|
*/
|
|
479
543
|
this.referenceId = "";
|
|
480
544
|
/**
|
|
481
|
-
*
|
|
545
|
+
*
|
|
546
|
+
* @description The system-generated immutable reference number.
|
|
547
|
+
*
|
|
548
|
+
* @example "ABS-2023-X9Z2"
|
|
482
549
|
*
|
|
483
550
|
* @generated from field: string final_ref_number = 11;
|
|
484
551
|
*/
|
|
@@ -577,7 +644,16 @@ class QuotationsResponsesServiceItemCreateRequest extends protobuf_1.Message {
|
|
|
577
644
|
*/
|
|
578
645
|
this.userComment = "";
|
|
579
646
|
/**
|
|
580
|
-
*
|
|
647
|
+
*
|
|
648
|
+
* @optional
|
|
649
|
+
*
|
|
650
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
651
|
+
*
|
|
652
|
+
* @example 15234
|
|
653
|
+
*
|
|
654
|
+
* @regex ^[0-9]+$
|
|
655
|
+
*
|
|
656
|
+
* @format Non-negative integer.
|
|
581
657
|
*
|
|
582
658
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
583
659
|
*/
|
|
@@ -710,7 +786,16 @@ class QuotationsResponsesServiceItemUpdateRequest extends protobuf_1.Message {
|
|
|
710
786
|
*/
|
|
711
787
|
this.id = protobuf_1.protoInt64.zero;
|
|
712
788
|
/**
|
|
713
|
-
*
|
|
789
|
+
*
|
|
790
|
+
* @optional
|
|
791
|
+
*
|
|
792
|
+
* @description Updated vault folder ID for documentation storage.
|
|
793
|
+
*
|
|
794
|
+
* @example 15235
|
|
795
|
+
*
|
|
796
|
+
* @regex ^[0-9]+$
|
|
797
|
+
*
|
|
798
|
+
* @format Non-negative integer.
|
|
714
799
|
*
|
|
715
800
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
716
801
|
*/
|
|
@@ -818,13 +903,17 @@ class QuotationResponseItem extends protobuf_1.Message {
|
|
|
818
903
|
constructor(data) {
|
|
819
904
|
super();
|
|
820
905
|
/**
|
|
821
|
-
*
|
|
906
|
+
*
|
|
907
|
+
* @description The organization's globally unique identifier.
|
|
908
|
+
*
|
|
909
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
822
910
|
*
|
|
823
911
|
* @generated from field: string entity_uuid = 1;
|
|
824
912
|
*/
|
|
825
913
|
this.entityUuid = "";
|
|
826
914
|
/**
|
|
827
|
-
*
|
|
915
|
+
*
|
|
916
|
+
* @description The approval state of the record
|
|
828
917
|
*
|
|
829
918
|
* @generated from field: bool need_approval = 4;
|
|
830
919
|
*/
|
|
@@ -836,7 +925,10 @@ class QuotationResponseItem extends protobuf_1.Message {
|
|
|
836
925
|
*/
|
|
837
926
|
this.userComment = "";
|
|
838
927
|
/**
|
|
839
|
-
*
|
|
928
|
+
*
|
|
929
|
+
* @description Link to the document storage folder.
|
|
930
|
+
*
|
|
931
|
+
* @example 15234
|
|
840
932
|
*
|
|
841
933
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
842
934
|
*/
|
|
@@ -1076,37 +1168,77 @@ class QuotationResponseItemsSearchRequest extends protobuf_1.Message {
|
|
|
1076
1168
|
constructor(data) {
|
|
1077
1169
|
super();
|
|
1078
1170
|
/**
|
|
1079
|
-
*
|
|
1171
|
+
*
|
|
1172
|
+
* @optional
|
|
1173
|
+
*
|
|
1174
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1175
|
+
*
|
|
1176
|
+
* @example ANY
|
|
1080
1177
|
*
|
|
1081
1178
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1082
1179
|
*/
|
|
1083
1180
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1084
1181
|
/**
|
|
1085
|
-
*
|
|
1182
|
+
*
|
|
1183
|
+
* @mandatory
|
|
1184
|
+
*
|
|
1185
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1186
|
+
*
|
|
1187
|
+
* @example 100
|
|
1188
|
+
*
|
|
1189
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1190
|
+
*
|
|
1191
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1086
1192
|
*
|
|
1087
1193
|
* @generated from field: int64 count = 2;
|
|
1088
1194
|
*/
|
|
1089
1195
|
this.count = protobuf_1.protoInt64.zero;
|
|
1090
1196
|
/**
|
|
1091
|
-
*
|
|
1197
|
+
*
|
|
1198
|
+
* @optional
|
|
1199
|
+
*
|
|
1200
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1201
|
+
*
|
|
1202
|
+
* @example 0
|
|
1203
|
+
*
|
|
1204
|
+
* @regex ^[0-9]+$
|
|
1205
|
+
*
|
|
1206
|
+
* @format Non-negative integer.
|
|
1092
1207
|
*
|
|
1093
1208
|
* @generated from field: uint64 offset = 3;
|
|
1094
1209
|
*/
|
|
1095
1210
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1096
1211
|
/**
|
|
1097
|
-
*
|
|
1212
|
+
*
|
|
1213
|
+
* @optional
|
|
1214
|
+
*
|
|
1215
|
+
* @description Sort direction.
|
|
1216
|
+
*
|
|
1217
|
+
* @example DESCENDING
|
|
1098
1218
|
*
|
|
1099
1219
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1100
1220
|
*/
|
|
1101
1221
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1102
1222
|
/**
|
|
1103
|
-
*
|
|
1223
|
+
*
|
|
1224
|
+
* @optional
|
|
1225
|
+
*
|
|
1226
|
+
* @description The field used for sorting.
|
|
1104
1227
|
*
|
|
1105
1228
|
* @generated from field: Scailo.QUOTATION_RESPONSE_ITEM_SORT_KEY sort_key = 5;
|
|
1106
1229
|
*/
|
|
1107
1230
|
this.sortKey = QUOTATION_RESPONSE_ITEM_SORT_KEY.QUOTATION_RESPONSE_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1108
1231
|
/**
|
|
1109
|
-
*
|
|
1232
|
+
*
|
|
1233
|
+
* @optional
|
|
1234
|
+
*
|
|
1235
|
+
* @description Filter by the organization UUID.
|
|
1236
|
+
*
|
|
1237
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1238
|
+
*
|
|
1239
|
+
* @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}$
|
|
1240
|
+
*
|
|
1241
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1110
1242
|
*
|
|
1111
1243
|
* @generated from field: string entity_uuid = 6;
|
|
1112
1244
|
*/
|
|
@@ -1224,25 +1356,35 @@ class QuotationsResponsesServicePaginatedItemsResponse extends protobuf_1.Messag
|
|
|
1224
1356
|
constructor(data) {
|
|
1225
1357
|
super();
|
|
1226
1358
|
/**
|
|
1227
|
-
*
|
|
1359
|
+
*
|
|
1360
|
+
* @description Number of records returned in the current response slice.
|
|
1361
|
+
*
|
|
1362
|
+
* @example 50
|
|
1228
1363
|
*
|
|
1229
1364
|
* @generated from field: uint64 count = 1;
|
|
1230
1365
|
*/
|
|
1231
1366
|
this.count = protobuf_1.protoInt64.zero;
|
|
1232
1367
|
/**
|
|
1233
|
-
*
|
|
1368
|
+
*
|
|
1369
|
+
* @description The offset provided in the request.
|
|
1370
|
+
*
|
|
1371
|
+
* @example 0
|
|
1234
1372
|
*
|
|
1235
1373
|
* @generated from field: uint64 offset = 2;
|
|
1236
1374
|
*/
|
|
1237
1375
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1238
1376
|
/**
|
|
1239
|
-
*
|
|
1377
|
+
*
|
|
1378
|
+
* @description The total number of records matching the criteria.
|
|
1379
|
+
*
|
|
1380
|
+
* @example 1250
|
|
1240
1381
|
*
|
|
1241
1382
|
* @generated from field: uint64 total = 3;
|
|
1242
1383
|
*/
|
|
1243
1384
|
this.total = protobuf_1.protoInt64.zero;
|
|
1244
1385
|
/**
|
|
1245
|
-
*
|
|
1386
|
+
*
|
|
1387
|
+
* @description The array of records for the current page.
|
|
1246
1388
|
*
|
|
1247
1389
|
* @generated from field: repeated Scailo.QuotationResponseItem payload = 4;
|
|
1248
1390
|
*/
|
|
@@ -1281,31 +1423,62 @@ class QuotationsResponsesServicePaginationReq extends protobuf_1.Message {
|
|
|
1281
1423
|
constructor(data) {
|
|
1282
1424
|
super();
|
|
1283
1425
|
/**
|
|
1284
|
-
*
|
|
1426
|
+
*
|
|
1427
|
+
* @optional
|
|
1428
|
+
*
|
|
1429
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1430
|
+
*
|
|
1431
|
+
* @example ANY
|
|
1285
1432
|
*
|
|
1286
1433
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1287
1434
|
*/
|
|
1288
1435
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1289
1436
|
/**
|
|
1290
|
-
*
|
|
1437
|
+
*
|
|
1438
|
+
* @mandatory
|
|
1439
|
+
*
|
|
1440
|
+
* @description Number of records to return per page.
|
|
1441
|
+
*
|
|
1442
|
+
* @example 50
|
|
1443
|
+
*
|
|
1444
|
+
* @regex ^[1-9][0-9]*$
|
|
1445
|
+
*
|
|
1446
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1291
1447
|
*
|
|
1292
1448
|
* @generated from field: int64 count = 2;
|
|
1293
1449
|
*/
|
|
1294
1450
|
this.count = protobuf_1.protoInt64.zero;
|
|
1295
1451
|
/**
|
|
1296
|
-
*
|
|
1452
|
+
*
|
|
1453
|
+
* @optional
|
|
1454
|
+
*
|
|
1455
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1456
|
+
*
|
|
1457
|
+
* @example 0
|
|
1458
|
+
*
|
|
1459
|
+
* @regex ^[0-9]+$
|
|
1460
|
+
*
|
|
1461
|
+
* @format Non-negative integer.
|
|
1297
1462
|
*
|
|
1298
1463
|
* @generated from field: uint64 offset = 3;
|
|
1299
1464
|
*/
|
|
1300
1465
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1301
1466
|
/**
|
|
1302
|
-
*
|
|
1467
|
+
*
|
|
1468
|
+
* @optional
|
|
1469
|
+
*
|
|
1470
|
+
* @description Sort direction.
|
|
1471
|
+
*
|
|
1472
|
+
* @example DESCENDING
|
|
1303
1473
|
*
|
|
1304
1474
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1305
1475
|
*/
|
|
1306
1476
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1307
1477
|
/**
|
|
1308
|
-
*
|
|
1478
|
+
*
|
|
1479
|
+
* @optional
|
|
1480
|
+
*
|
|
1481
|
+
* @description The specific field key to sort the results by.
|
|
1309
1482
|
*
|
|
1310
1483
|
* @generated from field: Scailo.QUOTATION_RESPONSE_SORT_KEY sort_key = 5;
|
|
1311
1484
|
*/
|
|
@@ -1409,115 +1582,268 @@ class QuotationsResponsesServiceFilterReq extends protobuf_1.Message {
|
|
|
1409
1582
|
constructor(data) {
|
|
1410
1583
|
super();
|
|
1411
1584
|
/**
|
|
1412
|
-
*
|
|
1585
|
+
*
|
|
1586
|
+
* @optional
|
|
1587
|
+
*
|
|
1588
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1589
|
+
*
|
|
1590
|
+
* @example ANY
|
|
1413
1591
|
*
|
|
1414
1592
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1415
1593
|
*/
|
|
1416
1594
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1417
1595
|
/**
|
|
1418
|
-
*
|
|
1596
|
+
*
|
|
1597
|
+
* @mandatory
|
|
1598
|
+
*
|
|
1599
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1600
|
+
*
|
|
1601
|
+
* @example 100
|
|
1602
|
+
*
|
|
1603
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1604
|
+
*
|
|
1605
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1419
1606
|
*
|
|
1420
1607
|
* @generated from field: int64 count = 2;
|
|
1421
1608
|
*/
|
|
1422
1609
|
this.count = protobuf_1.protoInt64.zero;
|
|
1423
1610
|
/**
|
|
1424
|
-
*
|
|
1611
|
+
*
|
|
1612
|
+
* @optional
|
|
1613
|
+
*
|
|
1614
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1615
|
+
*
|
|
1616
|
+
* @example 0
|
|
1617
|
+
*
|
|
1618
|
+
* @regex ^[0-9]+$
|
|
1619
|
+
*
|
|
1620
|
+
* @format Non-negative integer.
|
|
1425
1621
|
*
|
|
1426
1622
|
* @generated from field: uint64 offset = 3;
|
|
1427
1623
|
*/
|
|
1428
1624
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1429
1625
|
/**
|
|
1430
|
-
*
|
|
1626
|
+
*
|
|
1627
|
+
* @optional
|
|
1628
|
+
*
|
|
1629
|
+
* @description Sort direction.
|
|
1630
|
+
*
|
|
1631
|
+
* @example DESCENDING
|
|
1431
1632
|
*
|
|
1432
1633
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1433
1634
|
*/
|
|
1434
1635
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1435
1636
|
/**
|
|
1436
|
-
*
|
|
1637
|
+
*
|
|
1638
|
+
* @optional
|
|
1639
|
+
*
|
|
1640
|
+
* @description The field used for sorting.
|
|
1437
1641
|
*
|
|
1438
1642
|
* @generated from field: Scailo.QUOTATION_RESPONSE_SORT_KEY sort_key = 5;
|
|
1439
1643
|
*/
|
|
1440
1644
|
this.sortKey = QUOTATION_RESPONSE_SORT_KEY.QUOTATION_RESPONSE_SORT_KEY_ID_UNSPECIFIED;
|
|
1441
1645
|
/**
|
|
1442
|
-
*
|
|
1646
|
+
*
|
|
1647
|
+
* @optional
|
|
1648
|
+
*
|
|
1649
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1650
|
+
*
|
|
1651
|
+
* @example 1672531200
|
|
1652
|
+
*
|
|
1653
|
+
* @regex ^[0-9]+$
|
|
1654
|
+
*
|
|
1655
|
+
* @format Non-negative integer.
|
|
1443
1656
|
*
|
|
1444
1657
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1445
1658
|
*/
|
|
1446
1659
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1447
1660
|
/**
|
|
1448
|
-
*
|
|
1661
|
+
*
|
|
1662
|
+
* @optional
|
|
1663
|
+
*
|
|
1664
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1665
|
+
*
|
|
1666
|
+
* @example 1704067199
|
|
1667
|
+
*
|
|
1668
|
+
* @regex ^[0-9]+$
|
|
1669
|
+
*
|
|
1670
|
+
* @format Non-negative integer.
|
|
1449
1671
|
*
|
|
1450
1672
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1451
1673
|
*/
|
|
1452
1674
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1453
1675
|
/**
|
|
1454
|
-
*
|
|
1676
|
+
*
|
|
1677
|
+
* @optional
|
|
1678
|
+
*
|
|
1679
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1680
|
+
*
|
|
1681
|
+
* @example 1672531200
|
|
1682
|
+
*
|
|
1683
|
+
* @regex ^[0-9]+$
|
|
1684
|
+
*
|
|
1685
|
+
* @format Non-negative integer.
|
|
1455
1686
|
*
|
|
1456
1687
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1457
1688
|
*/
|
|
1458
1689
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1459
1690
|
/**
|
|
1460
|
-
*
|
|
1691
|
+
*
|
|
1692
|
+
* @optional
|
|
1693
|
+
*
|
|
1694
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1695
|
+
*
|
|
1696
|
+
* @example 1704067199
|
|
1697
|
+
*
|
|
1698
|
+
* @regex ^[0-9]+$
|
|
1699
|
+
*
|
|
1700
|
+
* @format Non-negative integer.
|
|
1461
1701
|
*
|
|
1462
1702
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1463
1703
|
*/
|
|
1464
1704
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1465
1705
|
/**
|
|
1466
|
-
*
|
|
1706
|
+
*
|
|
1707
|
+
* @optional
|
|
1708
|
+
*
|
|
1709
|
+
* @description Filter by the organization UUID.
|
|
1710
|
+
*
|
|
1711
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1712
|
+
*
|
|
1713
|
+
* @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}$
|
|
1714
|
+
*
|
|
1715
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1467
1716
|
*
|
|
1468
1717
|
* @generated from field: string entity_uuid = 8;
|
|
1469
1718
|
*/
|
|
1470
1719
|
this.entityUuid = "";
|
|
1471
1720
|
/**
|
|
1472
|
-
*
|
|
1721
|
+
*
|
|
1722
|
+
* @optional
|
|
1723
|
+
*
|
|
1724
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1725
|
+
*
|
|
1726
|
+
* @example STANDING
|
|
1473
1727
|
*
|
|
1474
1728
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1475
1729
|
*/
|
|
1476
1730
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1477
1731
|
/**
|
|
1478
|
-
*
|
|
1732
|
+
*
|
|
1733
|
+
* @optional
|
|
1734
|
+
*
|
|
1735
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1736
|
+
*
|
|
1737
|
+
* @example 1672531200
|
|
1738
|
+
*
|
|
1739
|
+
* @regex ^[0-9]+$
|
|
1740
|
+
*
|
|
1741
|
+
* @format Non-negative integer.
|
|
1479
1742
|
*
|
|
1480
1743
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1481
1744
|
*/
|
|
1482
1745
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1483
1746
|
/**
|
|
1484
|
-
*
|
|
1747
|
+
*
|
|
1748
|
+
* @optional
|
|
1749
|
+
*
|
|
1750
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1751
|
+
*
|
|
1752
|
+
* @example 1704067199
|
|
1753
|
+
*
|
|
1754
|
+
* @regex ^[0-9]+$
|
|
1755
|
+
*
|
|
1756
|
+
* @format Non-negative integer.
|
|
1485
1757
|
*
|
|
1486
1758
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1487
1759
|
*/
|
|
1488
1760
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1489
1761
|
/**
|
|
1490
|
-
*
|
|
1762
|
+
*
|
|
1763
|
+
* @optional
|
|
1764
|
+
*
|
|
1765
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1766
|
+
*
|
|
1767
|
+
* @example 501
|
|
1768
|
+
*
|
|
1769
|
+
* @regex ^[0-9]+$
|
|
1770
|
+
*
|
|
1771
|
+
* @format Non-negative integer.
|
|
1491
1772
|
*
|
|
1492
1773
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1493
1774
|
*/
|
|
1494
1775
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1495
1776
|
/**
|
|
1496
|
-
*
|
|
1777
|
+
*
|
|
1778
|
+
* @optional
|
|
1779
|
+
*
|
|
1780
|
+
* @description Filter by the role ID of the approver.
|
|
1781
|
+
*
|
|
1782
|
+
* @example 5
|
|
1783
|
+
*
|
|
1784
|
+
* @regex ^[0-9]+$
|
|
1785
|
+
*
|
|
1786
|
+
* @format Non-negative integer.
|
|
1497
1787
|
*
|
|
1498
1788
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1499
1789
|
*/
|
|
1500
1790
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1501
1791
|
/**
|
|
1502
|
-
*
|
|
1792
|
+
*
|
|
1793
|
+
* @optional
|
|
1794
|
+
*
|
|
1795
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1796
|
+
*
|
|
1797
|
+
* @example 1672531200
|
|
1798
|
+
*
|
|
1799
|
+
* @regex ^[0-9]+$
|
|
1800
|
+
*
|
|
1801
|
+
* @format Non-negative integer.
|
|
1503
1802
|
*
|
|
1504
1803
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1505
1804
|
*/
|
|
1506
1805
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1507
1806
|
/**
|
|
1508
|
-
*
|
|
1807
|
+
*
|
|
1808
|
+
* @optional
|
|
1809
|
+
*
|
|
1810
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1811
|
+
*
|
|
1812
|
+
* @example 1704067199
|
|
1813
|
+
*
|
|
1814
|
+
* @regex ^[0-9]+$
|
|
1815
|
+
*
|
|
1816
|
+
* @format Non-negative integer.
|
|
1509
1817
|
*
|
|
1510
1818
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1511
1819
|
*/
|
|
1512
1820
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1513
1821
|
/**
|
|
1514
|
-
*
|
|
1822
|
+
*
|
|
1823
|
+
* @optional
|
|
1824
|
+
*
|
|
1825
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1826
|
+
*
|
|
1827
|
+
* @example "ABS-2023-001"
|
|
1828
|
+
*
|
|
1829
|
+
* @regex [0-9A-Za-z ]*$
|
|
1830
|
+
*
|
|
1831
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1515
1832
|
*
|
|
1516
1833
|
* @generated from field: string reference_id = 20;
|
|
1517
1834
|
*/
|
|
1518
1835
|
this.referenceId = "";
|
|
1519
1836
|
/**
|
|
1520
|
-
*
|
|
1837
|
+
*
|
|
1838
|
+
* @optional
|
|
1839
|
+
*
|
|
1840
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1841
|
+
*
|
|
1842
|
+
* @example "ABS-2023-X9Z2"
|
|
1843
|
+
*
|
|
1844
|
+
* @regex [0-9A-Za-z ]*$
|
|
1845
|
+
*
|
|
1846
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1521
1847
|
*
|
|
1522
1848
|
* @generated from field: string final_ref_number = 21;
|
|
1523
1849
|
*/
|
|
@@ -1599,91 +1925,218 @@ class QuotationsResponsesServiceCountReq extends protobuf_1.Message {
|
|
|
1599
1925
|
constructor(data) {
|
|
1600
1926
|
super();
|
|
1601
1927
|
/**
|
|
1602
|
-
*
|
|
1928
|
+
*
|
|
1929
|
+
* @optional
|
|
1930
|
+
*
|
|
1931
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1932
|
+
*
|
|
1933
|
+
* @example ANY
|
|
1603
1934
|
*
|
|
1604
1935
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1605
1936
|
*/
|
|
1606
1937
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1607
1938
|
/**
|
|
1608
|
-
*
|
|
1939
|
+
*
|
|
1940
|
+
* @optional
|
|
1941
|
+
*
|
|
1942
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1943
|
+
*
|
|
1944
|
+
* @example 1672531200
|
|
1945
|
+
*
|
|
1946
|
+
* @regex ^[0-9]+$
|
|
1947
|
+
*
|
|
1948
|
+
* @format Non-negative integer.
|
|
1609
1949
|
*
|
|
1610
1950
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1611
1951
|
*/
|
|
1612
1952
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1613
1953
|
/**
|
|
1614
|
-
*
|
|
1954
|
+
*
|
|
1955
|
+
* @optional
|
|
1956
|
+
*
|
|
1957
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1958
|
+
*
|
|
1959
|
+
* @example 1704067199
|
|
1960
|
+
*
|
|
1961
|
+
* @regex ^[0-9]+$
|
|
1962
|
+
*
|
|
1963
|
+
* @format Non-negative integer.
|
|
1615
1964
|
*
|
|
1616
1965
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1617
1966
|
*/
|
|
1618
1967
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1619
1968
|
/**
|
|
1620
|
-
*
|
|
1969
|
+
*
|
|
1970
|
+
* @optional
|
|
1971
|
+
*
|
|
1972
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1973
|
+
*
|
|
1974
|
+
* @example 1672531200
|
|
1975
|
+
*
|
|
1976
|
+
* @regex ^[0-9]+$
|
|
1977
|
+
*
|
|
1978
|
+
* @format Non-negative integer.
|
|
1621
1979
|
*
|
|
1622
1980
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1623
1981
|
*/
|
|
1624
1982
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1625
1983
|
/**
|
|
1626
|
-
*
|
|
1984
|
+
*
|
|
1985
|
+
* @optional
|
|
1986
|
+
*
|
|
1987
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1988
|
+
*
|
|
1989
|
+
* @example 1704067199
|
|
1990
|
+
*
|
|
1991
|
+
* @regex ^[0-9]+$
|
|
1992
|
+
*
|
|
1993
|
+
* @format Non-negative integer.
|
|
1627
1994
|
*
|
|
1628
1995
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1629
1996
|
*/
|
|
1630
1997
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1631
1998
|
/**
|
|
1632
|
-
*
|
|
1999
|
+
*
|
|
2000
|
+
* @optional
|
|
2001
|
+
*
|
|
2002
|
+
* @description Filter by the organization UUID.
|
|
2003
|
+
*
|
|
2004
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2005
|
+
*
|
|
2006
|
+
* @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}$
|
|
2007
|
+
*
|
|
2008
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1633
2009
|
*
|
|
1634
2010
|
* @generated from field: string entity_uuid = 8;
|
|
1635
2011
|
*/
|
|
1636
2012
|
this.entityUuid = "";
|
|
1637
2013
|
/**
|
|
1638
|
-
*
|
|
2014
|
+
*
|
|
2015
|
+
* @optional
|
|
2016
|
+
*
|
|
2017
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2018
|
+
*
|
|
2019
|
+
* @example STANDING
|
|
1639
2020
|
*
|
|
1640
2021
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1641
2022
|
*/
|
|
1642
2023
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1643
2024
|
/**
|
|
1644
|
-
*
|
|
2025
|
+
*
|
|
2026
|
+
* @optional
|
|
2027
|
+
*
|
|
2028
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2029
|
+
*
|
|
2030
|
+
* @example 1672531200
|
|
2031
|
+
*
|
|
2032
|
+
* @regex ^[0-9]+$
|
|
2033
|
+
*
|
|
2034
|
+
* @format Non-negative integer.
|
|
1645
2035
|
*
|
|
1646
2036
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1647
2037
|
*/
|
|
1648
2038
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1649
2039
|
/**
|
|
1650
|
-
*
|
|
2040
|
+
*
|
|
2041
|
+
* @optional
|
|
2042
|
+
*
|
|
2043
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2044
|
+
*
|
|
2045
|
+
* @example 1704067199
|
|
2046
|
+
*
|
|
2047
|
+
* @regex ^[0-9]+$
|
|
2048
|
+
*
|
|
2049
|
+
* @format Non-negative integer.
|
|
1651
2050
|
*
|
|
1652
2051
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1653
2052
|
*/
|
|
1654
2053
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1655
2054
|
/**
|
|
1656
|
-
*
|
|
2055
|
+
*
|
|
2056
|
+
* @optional
|
|
2057
|
+
*
|
|
2058
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2059
|
+
*
|
|
2060
|
+
* @example 501
|
|
2061
|
+
*
|
|
2062
|
+
* @regex ^[0-9]+$
|
|
2063
|
+
*
|
|
2064
|
+
* @format Non-negative integer.
|
|
1657
2065
|
*
|
|
1658
2066
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1659
2067
|
*/
|
|
1660
2068
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1661
2069
|
/**
|
|
1662
|
-
*
|
|
2070
|
+
*
|
|
2071
|
+
* @optional
|
|
2072
|
+
*
|
|
2073
|
+
* @description Filter by the role ID of the approver.
|
|
2074
|
+
*
|
|
2075
|
+
* @example 5
|
|
2076
|
+
*
|
|
2077
|
+
* @regex ^[0-9]+$
|
|
2078
|
+
*
|
|
2079
|
+
* @format Non-negative integer.
|
|
1663
2080
|
*
|
|
1664
2081
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1665
2082
|
*/
|
|
1666
2083
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1667
2084
|
/**
|
|
1668
|
-
*
|
|
2085
|
+
*
|
|
2086
|
+
* @optional
|
|
2087
|
+
*
|
|
2088
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2089
|
+
*
|
|
2090
|
+
* @example 1672531200
|
|
2091
|
+
*
|
|
2092
|
+
* @regex ^[0-9]+$
|
|
2093
|
+
*
|
|
2094
|
+
* @format Non-negative integer.
|
|
1669
2095
|
*
|
|
1670
2096
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1671
2097
|
*/
|
|
1672
2098
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1673
2099
|
/**
|
|
1674
|
-
*
|
|
2100
|
+
*
|
|
2101
|
+
* @optional
|
|
2102
|
+
*
|
|
2103
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2104
|
+
*
|
|
2105
|
+
* @example 1704067199
|
|
2106
|
+
*
|
|
2107
|
+
* @regex ^[0-9]+$
|
|
2108
|
+
*
|
|
2109
|
+
* @format Non-negative integer.
|
|
1675
2110
|
*
|
|
1676
2111
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1677
2112
|
*/
|
|
1678
2113
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1679
2114
|
/**
|
|
1680
|
-
*
|
|
2115
|
+
*
|
|
2116
|
+
* @optional
|
|
2117
|
+
*
|
|
2118
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2119
|
+
*
|
|
2120
|
+
* @example "ABS-2023-001"
|
|
2121
|
+
*
|
|
2122
|
+
* @regex [0-9A-Za-z ]*$
|
|
2123
|
+
*
|
|
2124
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1681
2125
|
*
|
|
1682
2126
|
* @generated from field: string reference_id = 20;
|
|
1683
2127
|
*/
|
|
1684
2128
|
this.referenceId = "";
|
|
1685
2129
|
/**
|
|
1686
|
-
*
|
|
2130
|
+
*
|
|
2131
|
+
* @optional
|
|
2132
|
+
*
|
|
2133
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2134
|
+
*
|
|
2135
|
+
* @example "ABS-2023-X9Z2"
|
|
2136
|
+
*
|
|
2137
|
+
* @regex [0-9A-Za-z ]*$
|
|
2138
|
+
*
|
|
2139
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1687
2140
|
*
|
|
1688
2141
|
* @generated from field: string final_ref_number = 21;
|
|
1689
2142
|
*/
|
|
@@ -1761,49 +2214,103 @@ class QuotationsResponsesServiceSearchAllReq extends protobuf_1.Message {
|
|
|
1761
2214
|
constructor(data) {
|
|
1762
2215
|
super();
|
|
1763
2216
|
/**
|
|
1764
|
-
*
|
|
2217
|
+
*
|
|
2218
|
+
* @optional
|
|
2219
|
+
*
|
|
2220
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2221
|
+
*
|
|
2222
|
+
* @example ANY
|
|
1765
2223
|
*
|
|
1766
2224
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1767
2225
|
*/
|
|
1768
2226
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1769
2227
|
/**
|
|
1770
|
-
*
|
|
2228
|
+
*
|
|
2229
|
+
* @mandatory
|
|
2230
|
+
*
|
|
2231
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2232
|
+
*
|
|
2233
|
+
* @example 100
|
|
2234
|
+
*
|
|
2235
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2236
|
+
*
|
|
2237
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1771
2238
|
*
|
|
1772
2239
|
* @generated from field: int64 count = 2;
|
|
1773
2240
|
*/
|
|
1774
2241
|
this.count = protobuf_1.protoInt64.zero;
|
|
1775
2242
|
/**
|
|
1776
|
-
*
|
|
2243
|
+
*
|
|
2244
|
+
* @optional
|
|
2245
|
+
*
|
|
2246
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2247
|
+
*
|
|
2248
|
+
* @example 0
|
|
2249
|
+
*
|
|
2250
|
+
* @regex ^[0-9]+$
|
|
2251
|
+
*
|
|
2252
|
+
* @format Non-negative integer.
|
|
1777
2253
|
*
|
|
1778
2254
|
* @generated from field: uint64 offset = 3;
|
|
1779
2255
|
*/
|
|
1780
2256
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1781
2257
|
/**
|
|
1782
|
-
*
|
|
2258
|
+
*
|
|
2259
|
+
* @optional
|
|
2260
|
+
*
|
|
2261
|
+
* @description Sort direction.
|
|
2262
|
+
*
|
|
2263
|
+
* @example DESCENDING
|
|
1783
2264
|
*
|
|
1784
2265
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1785
2266
|
*/
|
|
1786
2267
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1787
2268
|
/**
|
|
1788
|
-
*
|
|
2269
|
+
*
|
|
2270
|
+
* @optional
|
|
2271
|
+
*
|
|
2272
|
+
* @description The field used for sorting.
|
|
1789
2273
|
*
|
|
1790
2274
|
* @generated from field: Scailo.QUOTATION_RESPONSE_SORT_KEY sort_key = 5;
|
|
1791
2275
|
*/
|
|
1792
2276
|
this.sortKey = QUOTATION_RESPONSE_SORT_KEY.QUOTATION_RESPONSE_SORT_KEY_ID_UNSPECIFIED;
|
|
1793
2277
|
/**
|
|
1794
|
-
*
|
|
2278
|
+
*
|
|
2279
|
+
* @optional
|
|
2280
|
+
*
|
|
2281
|
+
* @description Filter by the organization UUID.
|
|
2282
|
+
*
|
|
2283
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2284
|
+
*
|
|
2285
|
+
* @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}$
|
|
2286
|
+
*
|
|
2287
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1795
2288
|
*
|
|
1796
2289
|
* @generated from field: string entity_uuid = 6;
|
|
1797
2290
|
*/
|
|
1798
2291
|
this.entityUuid = "";
|
|
1799
2292
|
/**
|
|
1800
|
-
*
|
|
2293
|
+
*
|
|
2294
|
+
* @optional
|
|
2295
|
+
*
|
|
2296
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2297
|
+
*
|
|
2298
|
+
* @example STANDING
|
|
1801
2299
|
*
|
|
1802
2300
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1803
2301
|
*/
|
|
1804
2302
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1805
2303
|
/**
|
|
1806
|
-
*
|
|
2304
|
+
*
|
|
2305
|
+
* @mandatory
|
|
2306
|
+
*
|
|
2307
|
+
* @description The search string to match against reference IDs.
|
|
2308
|
+
*
|
|
2309
|
+
* @example "Medical 2023"
|
|
2310
|
+
*
|
|
2311
|
+
* @regex .*
|
|
2312
|
+
*
|
|
2313
|
+
* @format: May contain any UTF-8 characters.
|
|
1807
2314
|
*
|
|
1808
2315
|
* @generated from field: string search_key = 11;
|
|
1809
2316
|
*/
|
|
@@ -1846,85 +2353,197 @@ class QuotationsResponsesServiceItemsFilterReq extends protobuf_1.Message {
|
|
|
1846
2353
|
constructor(data) {
|
|
1847
2354
|
super();
|
|
1848
2355
|
/**
|
|
1849
|
-
*
|
|
2356
|
+
*
|
|
2357
|
+
* @optional
|
|
2358
|
+
*
|
|
2359
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2360
|
+
*
|
|
2361
|
+
* @example ANY
|
|
1850
2362
|
*
|
|
1851
2363
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1852
2364
|
*/
|
|
1853
2365
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1854
2366
|
/**
|
|
1855
|
-
*
|
|
2367
|
+
*
|
|
2368
|
+
* @mandatory
|
|
2369
|
+
*
|
|
2370
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2371
|
+
*
|
|
2372
|
+
* @example 100
|
|
2373
|
+
*
|
|
2374
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2375
|
+
*
|
|
2376
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1856
2377
|
*
|
|
1857
2378
|
* @generated from field: int64 count = 2;
|
|
1858
2379
|
*/
|
|
1859
2380
|
this.count = protobuf_1.protoInt64.zero;
|
|
1860
2381
|
/**
|
|
1861
|
-
*
|
|
2382
|
+
*
|
|
2383
|
+
* @optional
|
|
2384
|
+
*
|
|
2385
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2386
|
+
*
|
|
2387
|
+
* @example 0
|
|
2388
|
+
*
|
|
2389
|
+
* @regex ^[0-9]+$
|
|
2390
|
+
*
|
|
2391
|
+
* @format Non-negative integer.
|
|
1862
2392
|
*
|
|
1863
2393
|
* @generated from field: uint64 offset = 3;
|
|
1864
2394
|
*/
|
|
1865
2395
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1866
2396
|
/**
|
|
1867
|
-
*
|
|
2397
|
+
*
|
|
2398
|
+
* @optional
|
|
2399
|
+
*
|
|
2400
|
+
* @description Sort direction.
|
|
2401
|
+
*
|
|
2402
|
+
* @example DESCENDING
|
|
1868
2403
|
*
|
|
1869
2404
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1870
2405
|
*/
|
|
1871
2406
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1872
2407
|
/**
|
|
1873
|
-
*
|
|
2408
|
+
*
|
|
2409
|
+
* @optional
|
|
2410
|
+
*
|
|
2411
|
+
* @description The field used for sorting.
|
|
1874
2412
|
*
|
|
1875
2413
|
* @generated from field: Scailo.QUOTATION_RESPONSE_ITEM_SORT_KEY sort_key = 5;
|
|
1876
2414
|
*/
|
|
1877
2415
|
this.sortKey = QUOTATION_RESPONSE_ITEM_SORT_KEY.QUOTATION_RESPONSE_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1878
2416
|
/**
|
|
1879
|
-
*
|
|
2417
|
+
*
|
|
2418
|
+
* @optional
|
|
2419
|
+
*
|
|
2420
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2421
|
+
*
|
|
2422
|
+
* @example 1672531200
|
|
2423
|
+
*
|
|
2424
|
+
* @regex ^[0-9]+$
|
|
2425
|
+
*
|
|
2426
|
+
* @format Non-negative integer.
|
|
1880
2427
|
*
|
|
1881
2428
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1882
2429
|
*/
|
|
1883
2430
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1884
2431
|
/**
|
|
1885
|
-
*
|
|
2432
|
+
*
|
|
2433
|
+
* @optional
|
|
2434
|
+
*
|
|
2435
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2436
|
+
*
|
|
2437
|
+
* @example 1704067199
|
|
2438
|
+
*
|
|
2439
|
+
* @regex ^[0-9]+$
|
|
2440
|
+
*
|
|
2441
|
+
* @format Non-negative integer.
|
|
1886
2442
|
*
|
|
1887
2443
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1888
2444
|
*/
|
|
1889
2445
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1890
2446
|
/**
|
|
1891
|
-
*
|
|
2447
|
+
*
|
|
2448
|
+
* @optional
|
|
2449
|
+
*
|
|
2450
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2451
|
+
*
|
|
2452
|
+
* @example 1672531200
|
|
2453
|
+
*
|
|
2454
|
+
* @regex ^[0-9]+$
|
|
2455
|
+
*
|
|
2456
|
+
* @format Non-negative integer.
|
|
1892
2457
|
*
|
|
1893
2458
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1894
2459
|
*/
|
|
1895
2460
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1896
2461
|
/**
|
|
1897
|
-
*
|
|
2462
|
+
*
|
|
2463
|
+
* @optional
|
|
2464
|
+
*
|
|
2465
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2466
|
+
*
|
|
2467
|
+
* @example 1704067199
|
|
2468
|
+
*
|
|
2469
|
+
* @regex ^[0-9]+$
|
|
2470
|
+
*
|
|
2471
|
+
* @format Non-negative integer.
|
|
1898
2472
|
*
|
|
1899
2473
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1900
2474
|
*/
|
|
1901
2475
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1902
2476
|
/**
|
|
1903
|
-
*
|
|
2477
|
+
*
|
|
2478
|
+
* @optional
|
|
2479
|
+
*
|
|
2480
|
+
* @description Filter by the organization UUID.
|
|
2481
|
+
*
|
|
2482
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2483
|
+
*
|
|
2484
|
+
* @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}$
|
|
2485
|
+
*
|
|
2486
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1904
2487
|
*
|
|
1905
2488
|
* @generated from field: string entity_uuid = 8;
|
|
1906
2489
|
*/
|
|
1907
2490
|
this.entityUuid = "";
|
|
1908
2491
|
/**
|
|
1909
|
-
*
|
|
2492
|
+
*
|
|
2493
|
+
* @optional
|
|
2494
|
+
*
|
|
2495
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2496
|
+
*
|
|
2497
|
+
* @example 1672531200
|
|
2498
|
+
*
|
|
2499
|
+
* @regex ^[0-9]+$
|
|
2500
|
+
*
|
|
2501
|
+
* @format Non-negative integer.
|
|
1910
2502
|
*
|
|
1911
2503
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1912
2504
|
*/
|
|
1913
2505
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1914
2506
|
/**
|
|
1915
|
-
*
|
|
2507
|
+
*
|
|
2508
|
+
* @optional
|
|
2509
|
+
*
|
|
2510
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2511
|
+
*
|
|
2512
|
+
* @example 1704067199
|
|
2513
|
+
*
|
|
2514
|
+
* @regex ^[0-9]+$
|
|
2515
|
+
*
|
|
2516
|
+
* @format Non-negative integer.
|
|
1916
2517
|
*
|
|
1917
2518
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1918
2519
|
*/
|
|
1919
2520
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1920
2521
|
/**
|
|
1921
|
-
*
|
|
2522
|
+
*
|
|
2523
|
+
* @optional
|
|
2524
|
+
*
|
|
2525
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2526
|
+
*
|
|
2527
|
+
* @example 501
|
|
2528
|
+
*
|
|
2529
|
+
* @regex ^[0-9]+$
|
|
2530
|
+
*
|
|
2531
|
+
* @format Non-negative integer.
|
|
1922
2532
|
*
|
|
1923
2533
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1924
2534
|
*/
|
|
1925
2535
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1926
2536
|
/**
|
|
1927
|
-
*
|
|
2537
|
+
*
|
|
2538
|
+
* @optional
|
|
2539
|
+
*
|
|
2540
|
+
* @description Filter by the role ID of the approver.
|
|
2541
|
+
*
|
|
2542
|
+
* @example 5
|
|
2543
|
+
*
|
|
2544
|
+
* @regex ^[0-9]+$
|
|
2545
|
+
*
|
|
2546
|
+
* @format Non-negative integer.
|
|
1928
2547
|
*
|
|
1929
2548
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1930
2549
|
*/
|