@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
|
@@ -363,7 +363,16 @@ protobuf_1.proto3.util.setEnumType(SALES_ORDER_ITEM_STATUS, "Scailo.SALES_ORDER_
|
|
|
363
363
|
*/
|
|
364
364
|
class SalesOrdersServiceCreateRequest extends protobuf_1.Message {
|
|
365
365
|
/**
|
|
366
|
-
*
|
|
366
|
+
*
|
|
367
|
+
* @optional
|
|
368
|
+
*
|
|
369
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
370
|
+
*
|
|
371
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
372
|
+
*
|
|
373
|
+
* @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}$
|
|
374
|
+
*
|
|
375
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
367
376
|
*
|
|
368
377
|
* @generated from field: string entity_uuid = 1;
|
|
369
378
|
*/
|
|
@@ -375,13 +384,31 @@ class SalesOrdersServiceCreateRequest extends protobuf_1.Message {
|
|
|
375
384
|
*/
|
|
376
385
|
userComment = "";
|
|
377
386
|
/**
|
|
378
|
-
*
|
|
387
|
+
*
|
|
388
|
+
* @optional
|
|
389
|
+
*
|
|
390
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
391
|
+
*
|
|
392
|
+
* @example 15234
|
|
393
|
+
*
|
|
394
|
+
* @regex ^[0-9]+$
|
|
395
|
+
*
|
|
396
|
+
* @format Non-negative integer.
|
|
379
397
|
*
|
|
380
398
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
381
399
|
*/
|
|
382
400
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
383
401
|
/**
|
|
384
|
-
*
|
|
402
|
+
*
|
|
403
|
+
* @mandatory
|
|
404
|
+
*
|
|
405
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
406
|
+
*
|
|
407
|
+
* @example "ABS-2023-001"
|
|
408
|
+
*
|
|
409
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
410
|
+
*
|
|
411
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
385
412
|
*
|
|
386
413
|
* @generated from field: string reference_id = 10;
|
|
387
414
|
*/
|
|
@@ -509,19 +536,42 @@ class SalesOrdersServiceUpdateRequest extends protobuf_1.Message {
|
|
|
509
536
|
*/
|
|
510
537
|
id = protobuf_1.protoInt64.zero;
|
|
511
538
|
/**
|
|
512
|
-
*
|
|
539
|
+
*
|
|
540
|
+
* @optional
|
|
541
|
+
*
|
|
542
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
543
|
+
*
|
|
544
|
+
* @example true
|
|
513
545
|
*
|
|
514
546
|
* @generated from field: bool notify_users = 3;
|
|
515
547
|
*/
|
|
516
548
|
notifyUsers = false;
|
|
517
549
|
/**
|
|
518
|
-
*
|
|
550
|
+
*
|
|
551
|
+
* @optional
|
|
552
|
+
*
|
|
553
|
+
* @description Updated vault folder ID for documentation storage.
|
|
554
|
+
*
|
|
555
|
+
* @example 15235
|
|
556
|
+
*
|
|
557
|
+
* @regex ^[0-9]+$
|
|
558
|
+
*
|
|
559
|
+
* @format Non-negative integer.
|
|
519
560
|
*
|
|
520
561
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
521
562
|
*/
|
|
522
563
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
523
564
|
/**
|
|
524
|
-
*
|
|
565
|
+
*
|
|
566
|
+
* @mandatory
|
|
567
|
+
*
|
|
568
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
569
|
+
*
|
|
570
|
+
* @example "ABS-2023-001-REV"
|
|
571
|
+
*
|
|
572
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
573
|
+
*
|
|
574
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
525
575
|
*
|
|
526
576
|
* @generated from field: string reference_id = 10;
|
|
527
577
|
*/
|
|
@@ -731,55 +781,74 @@ exports.SalesOrderAncillaryParameters = SalesOrderAncillaryParameters;
|
|
|
731
781
|
*/
|
|
732
782
|
class SalesOrder extends protobuf_1.Message {
|
|
733
783
|
/**
|
|
734
|
-
*
|
|
784
|
+
*
|
|
785
|
+
* @description The organization's globally unique identifier.
|
|
786
|
+
*
|
|
787
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
735
788
|
*
|
|
736
789
|
* @generated from field: string entity_uuid = 1;
|
|
737
790
|
*/
|
|
738
791
|
entityUuid = "";
|
|
739
792
|
/**
|
|
740
|
-
*
|
|
793
|
+
*
|
|
794
|
+
* @description Standard employee and record metadata including timestamps.
|
|
741
795
|
*
|
|
742
796
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
743
797
|
*/
|
|
744
798
|
metadata;
|
|
745
799
|
/**
|
|
746
|
-
*
|
|
800
|
+
*
|
|
801
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
747
802
|
*
|
|
748
803
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
749
804
|
*/
|
|
750
805
|
approvalMetadata;
|
|
751
806
|
/**
|
|
752
|
-
*
|
|
807
|
+
*
|
|
808
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
753
809
|
*
|
|
754
810
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
755
811
|
*/
|
|
756
812
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
757
813
|
/**
|
|
758
|
-
*
|
|
814
|
+
*
|
|
815
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
759
816
|
*
|
|
760
817
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
761
818
|
*/
|
|
762
819
|
logs = [];
|
|
763
820
|
/**
|
|
764
|
-
*
|
|
821
|
+
*
|
|
822
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
823
|
+
*
|
|
824
|
+
* @example 1698400000
|
|
765
825
|
*
|
|
766
826
|
* @generated from field: uint64 completed_on = 6;
|
|
767
827
|
*/
|
|
768
828
|
completedOn = protobuf_1.protoInt64.zero;
|
|
769
829
|
/**
|
|
770
|
-
*
|
|
830
|
+
*
|
|
831
|
+
* @description Link to the document storage folder.
|
|
832
|
+
*
|
|
833
|
+
* @example 15234
|
|
771
834
|
*
|
|
772
835
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
773
836
|
*/
|
|
774
837
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
775
838
|
/**
|
|
776
|
-
*
|
|
839
|
+
*
|
|
840
|
+
* @description The user-provided reference ID.
|
|
841
|
+
*
|
|
842
|
+
* @example "ABS-2023-001"
|
|
777
843
|
*
|
|
778
844
|
* @generated from field: string reference_id = 10;
|
|
779
845
|
*/
|
|
780
846
|
referenceId = "";
|
|
781
847
|
/**
|
|
782
|
-
*
|
|
848
|
+
*
|
|
849
|
+
* @description The system-generated immutable reference number.
|
|
850
|
+
*
|
|
851
|
+
* @example "ABS-2023-X9Z2"
|
|
783
852
|
*
|
|
784
853
|
* @generated from field: string final_ref_number = 11;
|
|
785
854
|
*/
|
|
@@ -1435,25 +1504,31 @@ exports.SalesOrdersServiceItemSpecificationsUpdateRequest = SalesOrdersServiceIt
|
|
|
1435
1504
|
*/
|
|
1436
1505
|
class SalesOrderItem extends protobuf_1.Message {
|
|
1437
1506
|
/**
|
|
1438
|
-
*
|
|
1507
|
+
*
|
|
1508
|
+
* @description The organization's globally unique identifier.
|
|
1509
|
+
*
|
|
1510
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1439
1511
|
*
|
|
1440
1512
|
* @generated from field: string entity_uuid = 1;
|
|
1441
1513
|
*/
|
|
1442
1514
|
entityUuid = "";
|
|
1443
1515
|
/**
|
|
1444
|
-
*
|
|
1516
|
+
*
|
|
1517
|
+
* @description Standard employee and record metadata including timestamps.
|
|
1445
1518
|
*
|
|
1446
1519
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
1447
1520
|
*/
|
|
1448
1521
|
metadata;
|
|
1449
1522
|
/**
|
|
1450
|
-
*
|
|
1523
|
+
*
|
|
1524
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
1451
1525
|
*
|
|
1452
1526
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
1453
1527
|
*/
|
|
1454
1528
|
approvalMetadata;
|
|
1455
1529
|
/**
|
|
1456
|
-
*
|
|
1530
|
+
*
|
|
1531
|
+
* @description The approval state of the record
|
|
1457
1532
|
*
|
|
1458
1533
|
* @generated from field: bool need_approval = 4;
|
|
1459
1534
|
*/
|
|
@@ -1762,31 +1837,62 @@ exports.SalesOrderItemProspectiveInfoRequest = SalesOrderItemProspectiveInfoRequ
|
|
|
1762
1837
|
*/
|
|
1763
1838
|
class SalesOrdersServicePaginationReq extends protobuf_1.Message {
|
|
1764
1839
|
/**
|
|
1765
|
-
*
|
|
1840
|
+
*
|
|
1841
|
+
* @optional
|
|
1842
|
+
*
|
|
1843
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1844
|
+
*
|
|
1845
|
+
* @example ANY
|
|
1766
1846
|
*
|
|
1767
1847
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1768
1848
|
*/
|
|
1769
1849
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1770
1850
|
/**
|
|
1771
|
-
*
|
|
1851
|
+
*
|
|
1852
|
+
* @mandatory
|
|
1853
|
+
*
|
|
1854
|
+
* @description Number of records to return per page.
|
|
1855
|
+
*
|
|
1856
|
+
* @example 50
|
|
1857
|
+
*
|
|
1858
|
+
* @regex ^[1-9][0-9]*$
|
|
1859
|
+
*
|
|
1860
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1772
1861
|
*
|
|
1773
1862
|
* @generated from field: int64 count = 2;
|
|
1774
1863
|
*/
|
|
1775
1864
|
count = protobuf_1.protoInt64.zero;
|
|
1776
1865
|
/**
|
|
1777
|
-
*
|
|
1866
|
+
*
|
|
1867
|
+
* @optional
|
|
1868
|
+
*
|
|
1869
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1870
|
+
*
|
|
1871
|
+
* @example 0
|
|
1872
|
+
*
|
|
1873
|
+
* @regex ^[0-9]+$
|
|
1874
|
+
*
|
|
1875
|
+
* @format Non-negative integer.
|
|
1778
1876
|
*
|
|
1779
1877
|
* @generated from field: uint64 offset = 3;
|
|
1780
1878
|
*/
|
|
1781
1879
|
offset = protobuf_1.protoInt64.zero;
|
|
1782
1880
|
/**
|
|
1783
|
-
*
|
|
1881
|
+
*
|
|
1882
|
+
* @optional
|
|
1883
|
+
*
|
|
1884
|
+
* @description Sort direction.
|
|
1885
|
+
*
|
|
1886
|
+
* @example DESCENDING
|
|
1784
1887
|
*
|
|
1785
1888
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1786
1889
|
*/
|
|
1787
1890
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1788
1891
|
/**
|
|
1789
|
-
*
|
|
1892
|
+
*
|
|
1893
|
+
* @optional
|
|
1894
|
+
*
|
|
1895
|
+
* @description The specific field key to sort the results by.
|
|
1790
1896
|
*
|
|
1791
1897
|
* @generated from field: Scailo.SALES_ORDER_SORT_KEY sort_key = 5;
|
|
1792
1898
|
*/
|
|
@@ -1833,25 +1939,35 @@ exports.SalesOrdersServicePaginationReq = SalesOrdersServicePaginationReq;
|
|
|
1833
1939
|
*/
|
|
1834
1940
|
class SalesOrdersServicePaginationResponse extends protobuf_1.Message {
|
|
1835
1941
|
/**
|
|
1836
|
-
*
|
|
1942
|
+
*
|
|
1943
|
+
* @description Number of records returned in the current response slice.
|
|
1944
|
+
*
|
|
1945
|
+
* @example 50
|
|
1837
1946
|
*
|
|
1838
1947
|
* @generated from field: uint64 count = 1;
|
|
1839
1948
|
*/
|
|
1840
1949
|
count = protobuf_1.protoInt64.zero;
|
|
1841
1950
|
/**
|
|
1842
|
-
*
|
|
1951
|
+
*
|
|
1952
|
+
* @description The offset provided in the request.
|
|
1953
|
+
*
|
|
1954
|
+
* @example 0
|
|
1843
1955
|
*
|
|
1844
1956
|
* @generated from field: uint64 offset = 2;
|
|
1845
1957
|
*/
|
|
1846
1958
|
offset = protobuf_1.protoInt64.zero;
|
|
1847
1959
|
/**
|
|
1848
|
-
*
|
|
1960
|
+
*
|
|
1961
|
+
* @description The total number of records matching the criteria.
|
|
1962
|
+
*
|
|
1963
|
+
* @example 1250
|
|
1849
1964
|
*
|
|
1850
1965
|
* @generated from field: uint64 total = 3;
|
|
1851
1966
|
*/
|
|
1852
1967
|
total = protobuf_1.protoInt64.zero;
|
|
1853
1968
|
/**
|
|
1854
|
-
*
|
|
1969
|
+
*
|
|
1970
|
+
* @description The array of records for the current page.
|
|
1855
1971
|
*
|
|
1856
1972
|
* @generated from field: repeated Scailo.SalesOrder payload = 4;
|
|
1857
1973
|
*/
|
|
@@ -1890,115 +2006,268 @@ exports.SalesOrdersServicePaginationResponse = SalesOrdersServicePaginationRespo
|
|
|
1890
2006
|
*/
|
|
1891
2007
|
class SalesOrdersServiceFilterReq extends protobuf_1.Message {
|
|
1892
2008
|
/**
|
|
1893
|
-
*
|
|
2009
|
+
*
|
|
2010
|
+
* @optional
|
|
2011
|
+
*
|
|
2012
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2013
|
+
*
|
|
2014
|
+
* @example ANY
|
|
1894
2015
|
*
|
|
1895
2016
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1896
2017
|
*/
|
|
1897
2018
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1898
2019
|
/**
|
|
1899
|
-
*
|
|
2020
|
+
*
|
|
2021
|
+
* @mandatory
|
|
2022
|
+
*
|
|
2023
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2024
|
+
*
|
|
2025
|
+
* @example 100
|
|
2026
|
+
*
|
|
2027
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2028
|
+
*
|
|
2029
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1900
2030
|
*
|
|
1901
2031
|
* @generated from field: int64 count = 2;
|
|
1902
2032
|
*/
|
|
1903
2033
|
count = protobuf_1.protoInt64.zero;
|
|
1904
2034
|
/**
|
|
1905
|
-
*
|
|
2035
|
+
*
|
|
2036
|
+
* @optional
|
|
2037
|
+
*
|
|
2038
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2039
|
+
*
|
|
2040
|
+
* @example 0
|
|
2041
|
+
*
|
|
2042
|
+
* @regex ^[0-9]+$
|
|
2043
|
+
*
|
|
2044
|
+
* @format Non-negative integer.
|
|
1906
2045
|
*
|
|
1907
2046
|
* @generated from field: uint64 offset = 3;
|
|
1908
2047
|
*/
|
|
1909
2048
|
offset = protobuf_1.protoInt64.zero;
|
|
1910
2049
|
/**
|
|
1911
|
-
*
|
|
2050
|
+
*
|
|
2051
|
+
* @optional
|
|
2052
|
+
*
|
|
2053
|
+
* @description Sort direction.
|
|
2054
|
+
*
|
|
2055
|
+
* @example DESCENDING
|
|
1912
2056
|
*
|
|
1913
2057
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1914
2058
|
*/
|
|
1915
2059
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1916
2060
|
/**
|
|
1917
|
-
*
|
|
2061
|
+
*
|
|
2062
|
+
* @optional
|
|
2063
|
+
*
|
|
2064
|
+
* @description The field used for sorting.
|
|
1918
2065
|
*
|
|
1919
2066
|
* @generated from field: Scailo.SALES_ORDER_SORT_KEY sort_key = 5;
|
|
1920
2067
|
*/
|
|
1921
2068
|
sortKey = SALES_ORDER_SORT_KEY.SALES_ORDER_SORT_KEY_ID_UNSPECIFIED;
|
|
1922
2069
|
/**
|
|
1923
|
-
*
|
|
2070
|
+
*
|
|
2071
|
+
* @optional
|
|
2072
|
+
*
|
|
2073
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2074
|
+
*
|
|
2075
|
+
* @example 1672531200
|
|
2076
|
+
*
|
|
2077
|
+
* @regex ^[0-9]+$
|
|
2078
|
+
*
|
|
2079
|
+
* @format Non-negative integer.
|
|
1924
2080
|
*
|
|
1925
2081
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1926
2082
|
*/
|
|
1927
2083
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1928
2084
|
/**
|
|
1929
|
-
*
|
|
2085
|
+
*
|
|
2086
|
+
* @optional
|
|
2087
|
+
*
|
|
2088
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2089
|
+
*
|
|
2090
|
+
* @example 1704067199
|
|
2091
|
+
*
|
|
2092
|
+
* @regex ^[0-9]+$
|
|
2093
|
+
*
|
|
2094
|
+
* @format Non-negative integer.
|
|
1930
2095
|
*
|
|
1931
2096
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1932
2097
|
*/
|
|
1933
2098
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1934
2099
|
/**
|
|
1935
|
-
*
|
|
2100
|
+
*
|
|
2101
|
+
* @optional
|
|
2102
|
+
*
|
|
2103
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2104
|
+
*
|
|
2105
|
+
* @example 1672531200
|
|
2106
|
+
*
|
|
2107
|
+
* @regex ^[0-9]+$
|
|
2108
|
+
*
|
|
2109
|
+
* @format Non-negative integer.
|
|
1936
2110
|
*
|
|
1937
2111
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1938
2112
|
*/
|
|
1939
2113
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1940
2114
|
/**
|
|
1941
|
-
*
|
|
2115
|
+
*
|
|
2116
|
+
* @optional
|
|
2117
|
+
*
|
|
2118
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2119
|
+
*
|
|
2120
|
+
* @example 1704067199
|
|
2121
|
+
*
|
|
2122
|
+
* @regex ^[0-9]+$
|
|
2123
|
+
*
|
|
2124
|
+
* @format Non-negative integer.
|
|
1942
2125
|
*
|
|
1943
2126
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1944
2127
|
*/
|
|
1945
2128
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1946
2129
|
/**
|
|
1947
|
-
*
|
|
2130
|
+
*
|
|
2131
|
+
* @optional
|
|
2132
|
+
*
|
|
2133
|
+
* @description Filter by the organization UUID.
|
|
2134
|
+
*
|
|
2135
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2136
|
+
*
|
|
2137
|
+
* @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}$
|
|
2138
|
+
*
|
|
2139
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1948
2140
|
*
|
|
1949
2141
|
* @generated from field: string entity_uuid = 8;
|
|
1950
2142
|
*/
|
|
1951
2143
|
entityUuid = "";
|
|
1952
2144
|
/**
|
|
1953
|
-
*
|
|
2145
|
+
*
|
|
2146
|
+
* @optional
|
|
2147
|
+
*
|
|
2148
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2149
|
+
*
|
|
2150
|
+
* @example STANDING
|
|
1954
2151
|
*
|
|
1955
2152
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1956
2153
|
*/
|
|
1957
2154
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1958
2155
|
/**
|
|
1959
|
-
*
|
|
2156
|
+
*
|
|
2157
|
+
* @optional
|
|
2158
|
+
*
|
|
2159
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2160
|
+
*
|
|
2161
|
+
* @example 1672531200
|
|
2162
|
+
*
|
|
2163
|
+
* @regex ^[0-9]+$
|
|
2164
|
+
*
|
|
2165
|
+
* @format Non-negative integer.
|
|
1960
2166
|
*
|
|
1961
2167
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1962
2168
|
*/
|
|
1963
2169
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1964
2170
|
/**
|
|
1965
|
-
*
|
|
2171
|
+
*
|
|
2172
|
+
* @optional
|
|
2173
|
+
*
|
|
2174
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2175
|
+
*
|
|
2176
|
+
* @example 1704067199
|
|
2177
|
+
*
|
|
2178
|
+
* @regex ^[0-9]+$
|
|
2179
|
+
*
|
|
2180
|
+
* @format Non-negative integer.
|
|
1966
2181
|
*
|
|
1967
2182
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1968
2183
|
*/
|
|
1969
2184
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1970
2185
|
/**
|
|
1971
|
-
*
|
|
2186
|
+
*
|
|
2187
|
+
* @optional
|
|
2188
|
+
*
|
|
2189
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2190
|
+
*
|
|
2191
|
+
* @example 501
|
|
2192
|
+
*
|
|
2193
|
+
* @regex ^[0-9]+$
|
|
2194
|
+
*
|
|
2195
|
+
* @format Non-negative integer.
|
|
1972
2196
|
*
|
|
1973
2197
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1974
2198
|
*/
|
|
1975
2199
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1976
2200
|
/**
|
|
1977
|
-
*
|
|
2201
|
+
*
|
|
2202
|
+
* @optional
|
|
2203
|
+
*
|
|
2204
|
+
* @description Filter by the role ID of the approver.
|
|
2205
|
+
*
|
|
2206
|
+
* @example 5
|
|
2207
|
+
*
|
|
2208
|
+
* @regex ^[0-9]+$
|
|
2209
|
+
*
|
|
2210
|
+
* @format Non-negative integer.
|
|
1978
2211
|
*
|
|
1979
2212
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1980
2213
|
*/
|
|
1981
2214
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1982
2215
|
/**
|
|
1983
|
-
*
|
|
2216
|
+
*
|
|
2217
|
+
* @optional
|
|
2218
|
+
*
|
|
2219
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2220
|
+
*
|
|
2221
|
+
* @example 1672531200
|
|
2222
|
+
*
|
|
2223
|
+
* @regex ^[0-9]+$
|
|
2224
|
+
*
|
|
2225
|
+
* @format Non-negative integer.
|
|
1984
2226
|
*
|
|
1985
2227
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1986
2228
|
*/
|
|
1987
2229
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1988
2230
|
/**
|
|
1989
|
-
*
|
|
2231
|
+
*
|
|
2232
|
+
* @optional
|
|
2233
|
+
*
|
|
2234
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2235
|
+
*
|
|
2236
|
+
* @example 1704067199
|
|
2237
|
+
*
|
|
2238
|
+
* @regex ^[0-9]+$
|
|
2239
|
+
*
|
|
2240
|
+
* @format Non-negative integer.
|
|
1990
2241
|
*
|
|
1991
2242
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1992
2243
|
*/
|
|
1993
2244
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1994
2245
|
/**
|
|
1995
|
-
*
|
|
2246
|
+
*
|
|
2247
|
+
* @optional
|
|
2248
|
+
*
|
|
2249
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2250
|
+
*
|
|
2251
|
+
* @example "ABS-2023-001"
|
|
2252
|
+
*
|
|
2253
|
+
* @regex [0-9A-Za-z ]*$
|
|
2254
|
+
*
|
|
2255
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1996
2256
|
*
|
|
1997
2257
|
* @generated from field: string reference_id = 20;
|
|
1998
2258
|
*/
|
|
1999
2259
|
referenceId = "";
|
|
2000
2260
|
/**
|
|
2001
|
-
*
|
|
2261
|
+
*
|
|
2262
|
+
* @optional
|
|
2263
|
+
*
|
|
2264
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2265
|
+
*
|
|
2266
|
+
* @example "ABS-2023-X9Z2"
|
|
2267
|
+
*
|
|
2268
|
+
* @regex [0-9A-Za-z ]*$
|
|
2269
|
+
*
|
|
2270
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
2002
2271
|
*
|
|
2003
2272
|
* @generated from field: string final_ref_number = 21;
|
|
2004
2273
|
*/
|
|
@@ -2136,91 +2405,218 @@ exports.SalesOrdersServiceFilterReq = SalesOrdersServiceFilterReq;
|
|
|
2136
2405
|
*/
|
|
2137
2406
|
class SalesOrdersServiceCountReq extends protobuf_1.Message {
|
|
2138
2407
|
/**
|
|
2139
|
-
*
|
|
2408
|
+
*
|
|
2409
|
+
* @optional
|
|
2410
|
+
*
|
|
2411
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2412
|
+
*
|
|
2413
|
+
* @example ANY
|
|
2140
2414
|
*
|
|
2141
2415
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2142
2416
|
*/
|
|
2143
2417
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2144
2418
|
/**
|
|
2145
|
-
*
|
|
2419
|
+
*
|
|
2420
|
+
* @optional
|
|
2421
|
+
*
|
|
2422
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2423
|
+
*
|
|
2424
|
+
* @example 1672531200
|
|
2425
|
+
*
|
|
2426
|
+
* @regex ^[0-9]+$
|
|
2427
|
+
*
|
|
2428
|
+
* @format Non-negative integer.
|
|
2146
2429
|
*
|
|
2147
2430
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
2148
2431
|
*/
|
|
2149
2432
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
2150
2433
|
/**
|
|
2151
|
-
*
|
|
2434
|
+
*
|
|
2435
|
+
* @optional
|
|
2436
|
+
*
|
|
2437
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2438
|
+
*
|
|
2439
|
+
* @example 1704067199
|
|
2440
|
+
*
|
|
2441
|
+
* @regex ^[0-9]+$
|
|
2442
|
+
*
|
|
2443
|
+
* @format Non-negative integer.
|
|
2152
2444
|
*
|
|
2153
2445
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
2154
2446
|
*/
|
|
2155
2447
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
2156
2448
|
/**
|
|
2157
|
-
*
|
|
2449
|
+
*
|
|
2450
|
+
* @optional
|
|
2451
|
+
*
|
|
2452
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2453
|
+
*
|
|
2454
|
+
* @example 1672531200
|
|
2455
|
+
*
|
|
2456
|
+
* @regex ^[0-9]+$
|
|
2457
|
+
*
|
|
2458
|
+
* @format Non-negative integer.
|
|
2158
2459
|
*
|
|
2159
2460
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
2160
2461
|
*/
|
|
2161
2462
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
2162
2463
|
/**
|
|
2163
|
-
*
|
|
2464
|
+
*
|
|
2465
|
+
* @optional
|
|
2466
|
+
*
|
|
2467
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2468
|
+
*
|
|
2469
|
+
* @example 1704067199
|
|
2470
|
+
*
|
|
2471
|
+
* @regex ^[0-9]+$
|
|
2472
|
+
*
|
|
2473
|
+
* @format Non-negative integer.
|
|
2164
2474
|
*
|
|
2165
2475
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
2166
2476
|
*/
|
|
2167
2477
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
2168
2478
|
/**
|
|
2169
|
-
*
|
|
2479
|
+
*
|
|
2480
|
+
* @optional
|
|
2481
|
+
*
|
|
2482
|
+
* @description Filter by the organization UUID.
|
|
2483
|
+
*
|
|
2484
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2485
|
+
*
|
|
2486
|
+
* @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}$
|
|
2487
|
+
*
|
|
2488
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2170
2489
|
*
|
|
2171
2490
|
* @generated from field: string entity_uuid = 8;
|
|
2172
2491
|
*/
|
|
2173
2492
|
entityUuid = "";
|
|
2174
2493
|
/**
|
|
2175
|
-
*
|
|
2494
|
+
*
|
|
2495
|
+
* @optional
|
|
2496
|
+
*
|
|
2497
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2498
|
+
*
|
|
2499
|
+
* @example STANDING
|
|
2176
2500
|
*
|
|
2177
2501
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2178
2502
|
*/
|
|
2179
2503
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2180
2504
|
/**
|
|
2181
|
-
*
|
|
2505
|
+
*
|
|
2506
|
+
* @optional
|
|
2507
|
+
*
|
|
2508
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2509
|
+
*
|
|
2510
|
+
* @example 1672531200
|
|
2511
|
+
*
|
|
2512
|
+
* @regex ^[0-9]+$
|
|
2513
|
+
*
|
|
2514
|
+
* @format Non-negative integer.
|
|
2182
2515
|
*
|
|
2183
2516
|
* @generated from field: uint64 approved_on_start = 11;
|
|
2184
2517
|
*/
|
|
2185
2518
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
2186
2519
|
/**
|
|
2187
|
-
*
|
|
2520
|
+
*
|
|
2521
|
+
* @optional
|
|
2522
|
+
*
|
|
2523
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2524
|
+
*
|
|
2525
|
+
* @example 1704067199
|
|
2526
|
+
*
|
|
2527
|
+
* @regex ^[0-9]+$
|
|
2528
|
+
*
|
|
2529
|
+
* @format Non-negative integer.
|
|
2188
2530
|
*
|
|
2189
2531
|
* @generated from field: uint64 approved_on_end = 12;
|
|
2190
2532
|
*/
|
|
2191
2533
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
2192
2534
|
/**
|
|
2193
|
-
*
|
|
2535
|
+
*
|
|
2536
|
+
* @optional
|
|
2537
|
+
*
|
|
2538
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2539
|
+
*
|
|
2540
|
+
* @example 501
|
|
2541
|
+
*
|
|
2542
|
+
* @regex ^[0-9]+$
|
|
2543
|
+
*
|
|
2544
|
+
* @format Non-negative integer.
|
|
2194
2545
|
*
|
|
2195
2546
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
2196
2547
|
*/
|
|
2197
2548
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
2198
2549
|
/**
|
|
2199
|
-
*
|
|
2550
|
+
*
|
|
2551
|
+
* @optional
|
|
2552
|
+
*
|
|
2553
|
+
* @description Filter by the role ID of the approver.
|
|
2554
|
+
*
|
|
2555
|
+
* @example 5
|
|
2556
|
+
*
|
|
2557
|
+
* @regex ^[0-9]+$
|
|
2558
|
+
*
|
|
2559
|
+
* @format Non-negative integer.
|
|
2200
2560
|
*
|
|
2201
2561
|
* @generated from field: uint64 approver_role_id = 14;
|
|
2202
2562
|
*/
|
|
2203
2563
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
2204
2564
|
/**
|
|
2205
|
-
*
|
|
2565
|
+
*
|
|
2566
|
+
* @optional
|
|
2567
|
+
*
|
|
2568
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2569
|
+
*
|
|
2570
|
+
* @example 1672531200
|
|
2571
|
+
*
|
|
2572
|
+
* @regex ^[0-9]+$
|
|
2573
|
+
*
|
|
2574
|
+
* @format Non-negative integer.
|
|
2206
2575
|
*
|
|
2207
2576
|
* @generated from field: uint64 completed_on_start = 15;
|
|
2208
2577
|
*/
|
|
2209
2578
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
2210
2579
|
/**
|
|
2211
|
-
*
|
|
2580
|
+
*
|
|
2581
|
+
* @optional
|
|
2582
|
+
*
|
|
2583
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2584
|
+
*
|
|
2585
|
+
* @example 1704067199
|
|
2586
|
+
*
|
|
2587
|
+
* @regex ^[0-9]+$
|
|
2588
|
+
*
|
|
2589
|
+
* @format Non-negative integer.
|
|
2212
2590
|
*
|
|
2213
2591
|
* @generated from field: uint64 completed_on_end = 16;
|
|
2214
2592
|
*/
|
|
2215
2593
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
2216
2594
|
/**
|
|
2217
|
-
*
|
|
2595
|
+
*
|
|
2596
|
+
* @optional
|
|
2597
|
+
*
|
|
2598
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2599
|
+
*
|
|
2600
|
+
* @example "ABS-2023-001"
|
|
2601
|
+
*
|
|
2602
|
+
* @regex [0-9A-Za-z ]*$
|
|
2603
|
+
*
|
|
2604
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
2218
2605
|
*
|
|
2219
2606
|
* @generated from field: string reference_id = 20;
|
|
2220
2607
|
*/
|
|
2221
2608
|
referenceId = "";
|
|
2222
2609
|
/**
|
|
2223
|
-
*
|
|
2610
|
+
*
|
|
2611
|
+
* @optional
|
|
2612
|
+
*
|
|
2613
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2614
|
+
*
|
|
2615
|
+
* @example "ABS-2023-X9Z2"
|
|
2616
|
+
*
|
|
2617
|
+
* @regex [0-9A-Za-z ]*$
|
|
2618
|
+
*
|
|
2619
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
2224
2620
|
*
|
|
2225
2621
|
* @generated from field: string final_ref_number = 21;
|
|
2226
2622
|
*/
|
|
@@ -2354,49 +2750,103 @@ exports.SalesOrdersServiceCountReq = SalesOrdersServiceCountReq;
|
|
|
2354
2750
|
*/
|
|
2355
2751
|
class SalesOrdersServiceSearchAllReq extends protobuf_1.Message {
|
|
2356
2752
|
/**
|
|
2357
|
-
*
|
|
2753
|
+
*
|
|
2754
|
+
* @optional
|
|
2755
|
+
*
|
|
2756
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2757
|
+
*
|
|
2758
|
+
* @example ANY
|
|
2358
2759
|
*
|
|
2359
2760
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2360
2761
|
*/
|
|
2361
2762
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2362
2763
|
/**
|
|
2363
|
-
*
|
|
2764
|
+
*
|
|
2765
|
+
* @mandatory
|
|
2766
|
+
*
|
|
2767
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2768
|
+
*
|
|
2769
|
+
* @example 100
|
|
2770
|
+
*
|
|
2771
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2772
|
+
*
|
|
2773
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2364
2774
|
*
|
|
2365
2775
|
* @generated from field: int64 count = 2;
|
|
2366
2776
|
*/
|
|
2367
2777
|
count = protobuf_1.protoInt64.zero;
|
|
2368
2778
|
/**
|
|
2369
|
-
*
|
|
2779
|
+
*
|
|
2780
|
+
* @optional
|
|
2781
|
+
*
|
|
2782
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2783
|
+
*
|
|
2784
|
+
* @example 0
|
|
2785
|
+
*
|
|
2786
|
+
* @regex ^[0-9]+$
|
|
2787
|
+
*
|
|
2788
|
+
* @format Non-negative integer.
|
|
2370
2789
|
*
|
|
2371
2790
|
* @generated from field: uint64 offset = 3;
|
|
2372
2791
|
*/
|
|
2373
2792
|
offset = protobuf_1.protoInt64.zero;
|
|
2374
2793
|
/**
|
|
2375
|
-
*
|
|
2794
|
+
*
|
|
2795
|
+
* @optional
|
|
2796
|
+
*
|
|
2797
|
+
* @description Sort direction.
|
|
2798
|
+
*
|
|
2799
|
+
* @example DESCENDING
|
|
2376
2800
|
*
|
|
2377
2801
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2378
2802
|
*/
|
|
2379
2803
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2380
2804
|
/**
|
|
2381
|
-
*
|
|
2805
|
+
*
|
|
2806
|
+
* @optional
|
|
2807
|
+
*
|
|
2808
|
+
* @description The field used for sorting.
|
|
2382
2809
|
*
|
|
2383
2810
|
* @generated from field: Scailo.SALES_ORDER_SORT_KEY sort_key = 5;
|
|
2384
2811
|
*/
|
|
2385
2812
|
sortKey = SALES_ORDER_SORT_KEY.SALES_ORDER_SORT_KEY_ID_UNSPECIFIED;
|
|
2386
2813
|
/**
|
|
2387
|
-
*
|
|
2814
|
+
*
|
|
2815
|
+
* @optional
|
|
2816
|
+
*
|
|
2817
|
+
* @description Filter by the organization UUID.
|
|
2818
|
+
*
|
|
2819
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2820
|
+
*
|
|
2821
|
+
* @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}$
|
|
2822
|
+
*
|
|
2823
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2388
2824
|
*
|
|
2389
2825
|
* @generated from field: string entity_uuid = 6;
|
|
2390
2826
|
*/
|
|
2391
2827
|
entityUuid = "";
|
|
2392
2828
|
/**
|
|
2393
|
-
*
|
|
2829
|
+
*
|
|
2830
|
+
* @optional
|
|
2831
|
+
*
|
|
2832
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2833
|
+
*
|
|
2834
|
+
* @example STANDING
|
|
2394
2835
|
*
|
|
2395
2836
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2396
2837
|
*/
|
|
2397
2838
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2398
2839
|
/**
|
|
2399
|
-
*
|
|
2840
|
+
*
|
|
2841
|
+
* @mandatory
|
|
2842
|
+
*
|
|
2843
|
+
* @description The search string to match against reference IDs.
|
|
2844
|
+
*
|
|
2845
|
+
* @example "Medical 2023"
|
|
2846
|
+
*
|
|
2847
|
+
* @regex .*
|
|
2848
|
+
*
|
|
2849
|
+
* @format: May contain any UTF-8 characters.
|
|
2400
2850
|
*
|
|
2401
2851
|
* @generated from field: string search_key = 11;
|
|
2402
2852
|
*/
|
|
@@ -2538,25 +2988,31 @@ exports.SalesOrdersServiceReferenceCreateRequest = SalesOrdersServiceReferenceCr
|
|
|
2538
2988
|
*/
|
|
2539
2989
|
class SalesOrderReference extends protobuf_1.Message {
|
|
2540
2990
|
/**
|
|
2541
|
-
*
|
|
2991
|
+
*
|
|
2992
|
+
* @description The organization's globally unique identifier.
|
|
2993
|
+
*
|
|
2994
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2542
2995
|
*
|
|
2543
2996
|
* @generated from field: string entity_uuid = 1;
|
|
2544
2997
|
*/
|
|
2545
2998
|
entityUuid = "";
|
|
2546
2999
|
/**
|
|
2547
|
-
*
|
|
3000
|
+
*
|
|
3001
|
+
* @description Standard employee and record metadata including timestamps.
|
|
2548
3002
|
*
|
|
2549
3003
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
2550
3004
|
*/
|
|
2551
3005
|
metadata;
|
|
2552
3006
|
/**
|
|
2553
|
-
*
|
|
3007
|
+
*
|
|
3008
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
2554
3009
|
*
|
|
2555
3010
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
2556
3011
|
*/
|
|
2557
3012
|
approvalMetadata;
|
|
2558
3013
|
/**
|
|
2559
|
-
*
|
|
3014
|
+
*
|
|
3015
|
+
* @description The approval state of the record
|
|
2560
3016
|
*
|
|
2561
3017
|
* @generated from field: bool need_approval = 4;
|
|
2562
3018
|
*/
|
|
@@ -2666,37 +3122,77 @@ exports.SalesOrderReferencesList = SalesOrderReferencesList;
|
|
|
2666
3122
|
*/
|
|
2667
3123
|
class SalesOrderItemsSearchRequest extends protobuf_1.Message {
|
|
2668
3124
|
/**
|
|
2669
|
-
*
|
|
3125
|
+
*
|
|
3126
|
+
* @optional
|
|
3127
|
+
*
|
|
3128
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
3129
|
+
*
|
|
3130
|
+
* @example ANY
|
|
2670
3131
|
*
|
|
2671
3132
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2672
3133
|
*/
|
|
2673
3134
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2674
3135
|
/**
|
|
2675
|
-
*
|
|
3136
|
+
*
|
|
3137
|
+
* @mandatory
|
|
3138
|
+
*
|
|
3139
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
3140
|
+
*
|
|
3141
|
+
* @example 100
|
|
3142
|
+
*
|
|
3143
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
3144
|
+
*
|
|
3145
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2676
3146
|
*
|
|
2677
3147
|
* @generated from field: int64 count = 2;
|
|
2678
3148
|
*/
|
|
2679
3149
|
count = protobuf_1.protoInt64.zero;
|
|
2680
3150
|
/**
|
|
2681
|
-
*
|
|
3151
|
+
*
|
|
3152
|
+
* @optional
|
|
3153
|
+
*
|
|
3154
|
+
* @description Number of records to skip (offset) for pagination.
|
|
3155
|
+
*
|
|
3156
|
+
* @example 0
|
|
3157
|
+
*
|
|
3158
|
+
* @regex ^[0-9]+$
|
|
3159
|
+
*
|
|
3160
|
+
* @format Non-negative integer.
|
|
2682
3161
|
*
|
|
2683
3162
|
* @generated from field: uint64 offset = 3;
|
|
2684
3163
|
*/
|
|
2685
3164
|
offset = protobuf_1.protoInt64.zero;
|
|
2686
3165
|
/**
|
|
2687
|
-
*
|
|
3166
|
+
*
|
|
3167
|
+
* @optional
|
|
3168
|
+
*
|
|
3169
|
+
* @description Sort direction.
|
|
3170
|
+
*
|
|
3171
|
+
* @example DESCENDING
|
|
2688
3172
|
*
|
|
2689
3173
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2690
3174
|
*/
|
|
2691
3175
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2692
3176
|
/**
|
|
2693
|
-
*
|
|
3177
|
+
*
|
|
3178
|
+
* @optional
|
|
3179
|
+
*
|
|
3180
|
+
* @description The field used for sorting.
|
|
2694
3181
|
*
|
|
2695
3182
|
* @generated from field: Scailo.SALES_ORDER_ITEM_SORT_KEY sort_key = 5;
|
|
2696
3183
|
*/
|
|
2697
3184
|
sortKey = SALES_ORDER_ITEM_SORT_KEY.SALES_ORDER_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
2698
3185
|
/**
|
|
2699
|
-
*
|
|
3186
|
+
*
|
|
3187
|
+
* @optional
|
|
3188
|
+
*
|
|
3189
|
+
* @description Filter by the organization UUID.
|
|
3190
|
+
*
|
|
3191
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
3192
|
+
*
|
|
3193
|
+
* @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}$
|
|
3194
|
+
*
|
|
3195
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2700
3196
|
*
|
|
2701
3197
|
* @generated from field: string entity_uuid = 6;
|
|
2702
3198
|
*/
|
|
@@ -2842,25 +3338,35 @@ exports.SalesOrderItemsSearchRequest = SalesOrderItemsSearchRequest;
|
|
|
2842
3338
|
*/
|
|
2843
3339
|
class SalesOrdersServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
2844
3340
|
/**
|
|
2845
|
-
*
|
|
3341
|
+
*
|
|
3342
|
+
* @description Number of records returned in the current response slice.
|
|
3343
|
+
*
|
|
3344
|
+
* @example 50
|
|
2846
3345
|
*
|
|
2847
3346
|
* @generated from field: uint64 count = 1;
|
|
2848
3347
|
*/
|
|
2849
3348
|
count = protobuf_1.protoInt64.zero;
|
|
2850
3349
|
/**
|
|
2851
|
-
*
|
|
3350
|
+
*
|
|
3351
|
+
* @description The offset provided in the request.
|
|
3352
|
+
*
|
|
3353
|
+
* @example 0
|
|
2852
3354
|
*
|
|
2853
3355
|
* @generated from field: uint64 offset = 2;
|
|
2854
3356
|
*/
|
|
2855
3357
|
offset = protobuf_1.protoInt64.zero;
|
|
2856
3358
|
/**
|
|
2857
|
-
*
|
|
3359
|
+
*
|
|
3360
|
+
* @description The total number of records matching the criteria.
|
|
3361
|
+
*
|
|
3362
|
+
* @example 1250
|
|
2858
3363
|
*
|
|
2859
3364
|
* @generated from field: uint64 total = 3;
|
|
2860
3365
|
*/
|
|
2861
3366
|
total = protobuf_1.protoInt64.zero;
|
|
2862
3367
|
/**
|
|
2863
|
-
*
|
|
3368
|
+
*
|
|
3369
|
+
* @description The array of records for the current page.
|
|
2864
3370
|
*
|
|
2865
3371
|
* @generated from field: repeated Scailo.SalesOrderItem payload = 4;
|
|
2866
3372
|
*/
|
|
@@ -2949,25 +3455,31 @@ exports.SalesOrdersServiceContactCreateRequest = SalesOrdersServiceContactCreate
|
|
|
2949
3455
|
*/
|
|
2950
3456
|
class SalesOrderContact extends protobuf_1.Message {
|
|
2951
3457
|
/**
|
|
2952
|
-
*
|
|
3458
|
+
*
|
|
3459
|
+
* @description The organization's globally unique identifier.
|
|
3460
|
+
*
|
|
3461
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2953
3462
|
*
|
|
2954
3463
|
* @generated from field: string entity_uuid = 1;
|
|
2955
3464
|
*/
|
|
2956
3465
|
entityUuid = "";
|
|
2957
3466
|
/**
|
|
2958
|
-
*
|
|
3467
|
+
*
|
|
3468
|
+
* @description Standard employee and record metadata including timestamps.
|
|
2959
3469
|
*
|
|
2960
3470
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
2961
3471
|
*/
|
|
2962
3472
|
metadata;
|
|
2963
3473
|
/**
|
|
2964
|
-
*
|
|
3474
|
+
*
|
|
3475
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
2965
3476
|
*
|
|
2966
3477
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
2967
3478
|
*/
|
|
2968
3479
|
approvalMetadata;
|
|
2969
3480
|
/**
|
|
2970
|
-
*
|
|
3481
|
+
*
|
|
3482
|
+
* @description The approval state of the record
|
|
2971
3483
|
*
|
|
2972
3484
|
* @generated from field: bool need_approval = 4;
|
|
2973
3485
|
*/
|