@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
|
@@ -346,7 +346,16 @@ class SalesQuotationsServiceCreateRequest extends protobuf_1.Message {
|
|
|
346
346
|
constructor(data) {
|
|
347
347
|
super();
|
|
348
348
|
/**
|
|
349
|
-
*
|
|
349
|
+
*
|
|
350
|
+
* @optional
|
|
351
|
+
*
|
|
352
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
353
|
+
*
|
|
354
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
355
|
+
*
|
|
356
|
+
* @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}$
|
|
357
|
+
*
|
|
358
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
350
359
|
*
|
|
351
360
|
* @generated from field: string entity_uuid = 1;
|
|
352
361
|
*/
|
|
@@ -358,13 +367,31 @@ class SalesQuotationsServiceCreateRequest extends protobuf_1.Message {
|
|
|
358
367
|
*/
|
|
359
368
|
this.userComment = "";
|
|
360
369
|
/**
|
|
361
|
-
*
|
|
370
|
+
*
|
|
371
|
+
* @optional
|
|
372
|
+
*
|
|
373
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
374
|
+
*
|
|
375
|
+
* @example 15234
|
|
376
|
+
*
|
|
377
|
+
* @regex ^[0-9]+$
|
|
378
|
+
*
|
|
379
|
+
* @format Non-negative integer.
|
|
362
380
|
*
|
|
363
381
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
364
382
|
*/
|
|
365
383
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
366
384
|
/**
|
|
367
|
-
*
|
|
385
|
+
*
|
|
386
|
+
* @mandatory
|
|
387
|
+
*
|
|
388
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
389
|
+
*
|
|
390
|
+
* @example "ABS-2023-001"
|
|
391
|
+
*
|
|
392
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
393
|
+
*
|
|
394
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
368
395
|
*
|
|
369
396
|
* @generated from field: string reference_id = 10;
|
|
370
397
|
*/
|
|
@@ -492,19 +519,42 @@ class SalesQuotationsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
492
519
|
*/
|
|
493
520
|
this.id = protobuf_1.protoInt64.zero;
|
|
494
521
|
/**
|
|
495
|
-
*
|
|
522
|
+
*
|
|
523
|
+
* @optional
|
|
524
|
+
*
|
|
525
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
526
|
+
*
|
|
527
|
+
* @example true
|
|
496
528
|
*
|
|
497
529
|
* @generated from field: bool notify_users = 3;
|
|
498
530
|
*/
|
|
499
531
|
this.notifyUsers = false;
|
|
500
532
|
/**
|
|
501
|
-
*
|
|
533
|
+
*
|
|
534
|
+
* @optional
|
|
535
|
+
*
|
|
536
|
+
* @description Updated vault folder ID for documentation storage.
|
|
537
|
+
*
|
|
538
|
+
* @example 15235
|
|
539
|
+
*
|
|
540
|
+
* @regex ^[0-9]+$
|
|
541
|
+
*
|
|
542
|
+
* @format Non-negative integer.
|
|
502
543
|
*
|
|
503
544
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
504
545
|
*/
|
|
505
546
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
506
547
|
/**
|
|
507
|
-
*
|
|
548
|
+
*
|
|
549
|
+
* @mandatory
|
|
550
|
+
*
|
|
551
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
552
|
+
*
|
|
553
|
+
* @example "ABS-2023-001-REV"
|
|
554
|
+
*
|
|
555
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
556
|
+
*
|
|
557
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
508
558
|
*
|
|
509
559
|
* @generated from field: string reference_id = 10;
|
|
510
560
|
*/
|
|
@@ -657,43 +707,60 @@ class SalesQuotation extends protobuf_1.Message {
|
|
|
657
707
|
constructor(data) {
|
|
658
708
|
super();
|
|
659
709
|
/**
|
|
660
|
-
*
|
|
710
|
+
*
|
|
711
|
+
* @description The organization's globally unique identifier.
|
|
712
|
+
*
|
|
713
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
661
714
|
*
|
|
662
715
|
* @generated from field: string entity_uuid = 1;
|
|
663
716
|
*/
|
|
664
717
|
this.entityUuid = "";
|
|
665
718
|
/**
|
|
666
|
-
*
|
|
719
|
+
*
|
|
720
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
667
721
|
*
|
|
668
722
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
669
723
|
*/
|
|
670
724
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
671
725
|
/**
|
|
672
|
-
*
|
|
726
|
+
*
|
|
727
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
673
728
|
*
|
|
674
729
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
675
730
|
*/
|
|
676
731
|
this.logs = [];
|
|
677
732
|
/**
|
|
678
|
-
*
|
|
733
|
+
*
|
|
734
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
735
|
+
*
|
|
736
|
+
* @example 1698400000
|
|
679
737
|
*
|
|
680
738
|
* @generated from field: uint64 completed_on = 6;
|
|
681
739
|
*/
|
|
682
740
|
this.completedOn = protobuf_1.protoInt64.zero;
|
|
683
741
|
/**
|
|
684
|
-
*
|
|
742
|
+
*
|
|
743
|
+
* @description Link to the document storage folder.
|
|
744
|
+
*
|
|
745
|
+
* @example 15234
|
|
685
746
|
*
|
|
686
747
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
687
748
|
*/
|
|
688
749
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
689
750
|
/**
|
|
690
|
-
*
|
|
751
|
+
*
|
|
752
|
+
* @description The user-provided reference ID.
|
|
753
|
+
*
|
|
754
|
+
* @example "ABS-2023-001"
|
|
691
755
|
*
|
|
692
756
|
* @generated from field: string reference_id = 10;
|
|
693
757
|
*/
|
|
694
758
|
this.referenceId = "";
|
|
695
759
|
/**
|
|
696
|
-
*
|
|
760
|
+
*
|
|
761
|
+
* @description The system-generated immutable reference number.
|
|
762
|
+
*
|
|
763
|
+
* @example "ABS-2023-X9Z2"
|
|
697
764
|
*
|
|
698
765
|
* @generated from field: string final_ref_number = 11;
|
|
699
766
|
*/
|
|
@@ -1253,13 +1320,17 @@ class SalesQuotationItem extends protobuf_1.Message {
|
|
|
1253
1320
|
constructor(data) {
|
|
1254
1321
|
super();
|
|
1255
1322
|
/**
|
|
1256
|
-
*
|
|
1323
|
+
*
|
|
1324
|
+
* @description The organization's globally unique identifier.
|
|
1325
|
+
*
|
|
1326
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1257
1327
|
*
|
|
1258
1328
|
* @generated from field: string entity_uuid = 1;
|
|
1259
1329
|
*/
|
|
1260
1330
|
this.entityUuid = "";
|
|
1261
1331
|
/**
|
|
1262
|
-
*
|
|
1332
|
+
*
|
|
1333
|
+
* @description The approval state of the record
|
|
1263
1334
|
*
|
|
1264
1335
|
* @generated from field: bool need_approval = 4;
|
|
1265
1336
|
*/
|
|
@@ -1561,31 +1632,62 @@ class SalesQuotationsServicePaginationReq extends protobuf_1.Message {
|
|
|
1561
1632
|
constructor(data) {
|
|
1562
1633
|
super();
|
|
1563
1634
|
/**
|
|
1564
|
-
*
|
|
1635
|
+
*
|
|
1636
|
+
* @optional
|
|
1637
|
+
*
|
|
1638
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1639
|
+
*
|
|
1640
|
+
* @example ANY
|
|
1565
1641
|
*
|
|
1566
1642
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1567
1643
|
*/
|
|
1568
1644
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1569
1645
|
/**
|
|
1570
|
-
*
|
|
1646
|
+
*
|
|
1647
|
+
* @mandatory
|
|
1648
|
+
*
|
|
1649
|
+
* @description Number of records to return per page.
|
|
1650
|
+
*
|
|
1651
|
+
* @example 50
|
|
1652
|
+
*
|
|
1653
|
+
* @regex ^[1-9][0-9]*$
|
|
1654
|
+
*
|
|
1655
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1571
1656
|
*
|
|
1572
1657
|
* @generated from field: int64 count = 2;
|
|
1573
1658
|
*/
|
|
1574
1659
|
this.count = protobuf_1.protoInt64.zero;
|
|
1575
1660
|
/**
|
|
1576
|
-
*
|
|
1661
|
+
*
|
|
1662
|
+
* @optional
|
|
1663
|
+
*
|
|
1664
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1665
|
+
*
|
|
1666
|
+
* @example 0
|
|
1667
|
+
*
|
|
1668
|
+
* @regex ^[0-9]+$
|
|
1669
|
+
*
|
|
1670
|
+
* @format Non-negative integer.
|
|
1577
1671
|
*
|
|
1578
1672
|
* @generated from field: uint64 offset = 3;
|
|
1579
1673
|
*/
|
|
1580
1674
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1581
1675
|
/**
|
|
1582
|
-
*
|
|
1676
|
+
*
|
|
1677
|
+
* @optional
|
|
1678
|
+
*
|
|
1679
|
+
* @description Sort direction.
|
|
1680
|
+
*
|
|
1681
|
+
* @example DESCENDING
|
|
1583
1682
|
*
|
|
1584
1683
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1585
1684
|
*/
|
|
1586
1685
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1587
1686
|
/**
|
|
1588
|
-
*
|
|
1687
|
+
*
|
|
1688
|
+
* @optional
|
|
1689
|
+
*
|
|
1690
|
+
* @description The specific field key to sort the results by.
|
|
1589
1691
|
*
|
|
1590
1692
|
* @generated from field: Scailo.SALES_QUOTATION_SORT_KEY sort_key = 5;
|
|
1591
1693
|
*/
|
|
@@ -1632,25 +1734,35 @@ class SalesQuotationsServicePaginationResponse extends protobuf_1.Message {
|
|
|
1632
1734
|
constructor(data) {
|
|
1633
1735
|
super();
|
|
1634
1736
|
/**
|
|
1635
|
-
*
|
|
1737
|
+
*
|
|
1738
|
+
* @description Number of records returned in the current response slice.
|
|
1739
|
+
*
|
|
1740
|
+
* @example 50
|
|
1636
1741
|
*
|
|
1637
1742
|
* @generated from field: uint64 count = 1;
|
|
1638
1743
|
*/
|
|
1639
1744
|
this.count = protobuf_1.protoInt64.zero;
|
|
1640
1745
|
/**
|
|
1641
|
-
*
|
|
1746
|
+
*
|
|
1747
|
+
* @description The offset provided in the request.
|
|
1748
|
+
*
|
|
1749
|
+
* @example 0
|
|
1642
1750
|
*
|
|
1643
1751
|
* @generated from field: uint64 offset = 2;
|
|
1644
1752
|
*/
|
|
1645
1753
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1646
1754
|
/**
|
|
1647
|
-
*
|
|
1755
|
+
*
|
|
1756
|
+
* @description The total number of records matching the criteria.
|
|
1757
|
+
*
|
|
1758
|
+
* @example 1250
|
|
1648
1759
|
*
|
|
1649
1760
|
* @generated from field: uint64 total = 3;
|
|
1650
1761
|
*/
|
|
1651
1762
|
this.total = protobuf_1.protoInt64.zero;
|
|
1652
1763
|
/**
|
|
1653
|
-
*
|
|
1764
|
+
*
|
|
1765
|
+
* @description The array of records for the current page.
|
|
1654
1766
|
*
|
|
1655
1767
|
* @generated from field: repeated Scailo.SalesQuotation payload = 4;
|
|
1656
1768
|
*/
|
|
@@ -1689,115 +1801,268 @@ class SalesQuotationsServiceFilterReq extends protobuf_1.Message {
|
|
|
1689
1801
|
constructor(data) {
|
|
1690
1802
|
super();
|
|
1691
1803
|
/**
|
|
1692
|
-
*
|
|
1804
|
+
*
|
|
1805
|
+
* @optional
|
|
1806
|
+
*
|
|
1807
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1808
|
+
*
|
|
1809
|
+
* @example ANY
|
|
1693
1810
|
*
|
|
1694
1811
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1695
1812
|
*/
|
|
1696
1813
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1697
1814
|
/**
|
|
1698
|
-
*
|
|
1815
|
+
*
|
|
1816
|
+
* @mandatory
|
|
1817
|
+
*
|
|
1818
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1819
|
+
*
|
|
1820
|
+
* @example 100
|
|
1821
|
+
*
|
|
1822
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1823
|
+
*
|
|
1824
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1699
1825
|
*
|
|
1700
1826
|
* @generated from field: int64 count = 2;
|
|
1701
1827
|
*/
|
|
1702
1828
|
this.count = protobuf_1.protoInt64.zero;
|
|
1703
1829
|
/**
|
|
1704
|
-
*
|
|
1830
|
+
*
|
|
1831
|
+
* @optional
|
|
1832
|
+
*
|
|
1833
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1834
|
+
*
|
|
1835
|
+
* @example 0
|
|
1836
|
+
*
|
|
1837
|
+
* @regex ^[0-9]+$
|
|
1838
|
+
*
|
|
1839
|
+
* @format Non-negative integer.
|
|
1705
1840
|
*
|
|
1706
1841
|
* @generated from field: uint64 offset = 3;
|
|
1707
1842
|
*/
|
|
1708
1843
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1709
1844
|
/**
|
|
1710
|
-
*
|
|
1845
|
+
*
|
|
1846
|
+
* @optional
|
|
1847
|
+
*
|
|
1848
|
+
* @description Sort direction.
|
|
1849
|
+
*
|
|
1850
|
+
* @example DESCENDING
|
|
1711
1851
|
*
|
|
1712
1852
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1713
1853
|
*/
|
|
1714
1854
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1715
1855
|
/**
|
|
1716
|
-
*
|
|
1856
|
+
*
|
|
1857
|
+
* @optional
|
|
1858
|
+
*
|
|
1859
|
+
* @description The field used for sorting.
|
|
1717
1860
|
*
|
|
1718
1861
|
* @generated from field: Scailo.SALES_QUOTATION_SORT_KEY sort_key = 5;
|
|
1719
1862
|
*/
|
|
1720
1863
|
this.sortKey = SALES_QUOTATION_SORT_KEY.SALES_QUOTATION_SORT_KEY_ID_UNSPECIFIED;
|
|
1721
1864
|
/**
|
|
1722
|
-
*
|
|
1865
|
+
*
|
|
1866
|
+
* @optional
|
|
1867
|
+
*
|
|
1868
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1869
|
+
*
|
|
1870
|
+
* @example 1672531200
|
|
1871
|
+
*
|
|
1872
|
+
* @regex ^[0-9]+$
|
|
1873
|
+
*
|
|
1874
|
+
* @format Non-negative integer.
|
|
1723
1875
|
*
|
|
1724
1876
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1725
1877
|
*/
|
|
1726
1878
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1727
1879
|
/**
|
|
1728
|
-
*
|
|
1880
|
+
*
|
|
1881
|
+
* @optional
|
|
1882
|
+
*
|
|
1883
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1884
|
+
*
|
|
1885
|
+
* @example 1704067199
|
|
1886
|
+
*
|
|
1887
|
+
* @regex ^[0-9]+$
|
|
1888
|
+
*
|
|
1889
|
+
* @format Non-negative integer.
|
|
1729
1890
|
*
|
|
1730
1891
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1731
1892
|
*/
|
|
1732
1893
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1733
1894
|
/**
|
|
1734
|
-
*
|
|
1895
|
+
*
|
|
1896
|
+
* @optional
|
|
1897
|
+
*
|
|
1898
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1899
|
+
*
|
|
1900
|
+
* @example 1672531200
|
|
1901
|
+
*
|
|
1902
|
+
* @regex ^[0-9]+$
|
|
1903
|
+
*
|
|
1904
|
+
* @format Non-negative integer.
|
|
1735
1905
|
*
|
|
1736
1906
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1737
1907
|
*/
|
|
1738
1908
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1739
1909
|
/**
|
|
1740
|
-
*
|
|
1910
|
+
*
|
|
1911
|
+
* @optional
|
|
1912
|
+
*
|
|
1913
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1914
|
+
*
|
|
1915
|
+
* @example 1704067199
|
|
1916
|
+
*
|
|
1917
|
+
* @regex ^[0-9]+$
|
|
1918
|
+
*
|
|
1919
|
+
* @format Non-negative integer.
|
|
1741
1920
|
*
|
|
1742
1921
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1743
1922
|
*/
|
|
1744
1923
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1745
1924
|
/**
|
|
1746
|
-
*
|
|
1925
|
+
*
|
|
1926
|
+
* @optional
|
|
1927
|
+
*
|
|
1928
|
+
* @description Filter by the organization UUID.
|
|
1929
|
+
*
|
|
1930
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1931
|
+
*
|
|
1932
|
+
* @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}$
|
|
1933
|
+
*
|
|
1934
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1747
1935
|
*
|
|
1748
1936
|
* @generated from field: string entity_uuid = 8;
|
|
1749
1937
|
*/
|
|
1750
1938
|
this.entityUuid = "";
|
|
1751
1939
|
/**
|
|
1752
|
-
*
|
|
1940
|
+
*
|
|
1941
|
+
* @optional
|
|
1942
|
+
*
|
|
1943
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1944
|
+
*
|
|
1945
|
+
* @example STANDING
|
|
1753
1946
|
*
|
|
1754
1947
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1755
1948
|
*/
|
|
1756
1949
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1757
1950
|
/**
|
|
1758
|
-
*
|
|
1951
|
+
*
|
|
1952
|
+
* @optional
|
|
1953
|
+
*
|
|
1954
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1955
|
+
*
|
|
1956
|
+
* @example 1672531200
|
|
1957
|
+
*
|
|
1958
|
+
* @regex ^[0-9]+$
|
|
1959
|
+
*
|
|
1960
|
+
* @format Non-negative integer.
|
|
1759
1961
|
*
|
|
1760
1962
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1761
1963
|
*/
|
|
1762
1964
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1763
1965
|
/**
|
|
1764
|
-
*
|
|
1966
|
+
*
|
|
1967
|
+
* @optional
|
|
1968
|
+
*
|
|
1969
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1970
|
+
*
|
|
1971
|
+
* @example 1704067199
|
|
1972
|
+
*
|
|
1973
|
+
* @regex ^[0-9]+$
|
|
1974
|
+
*
|
|
1975
|
+
* @format Non-negative integer.
|
|
1765
1976
|
*
|
|
1766
1977
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1767
1978
|
*/
|
|
1768
1979
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1769
1980
|
/**
|
|
1770
|
-
*
|
|
1981
|
+
*
|
|
1982
|
+
* @optional
|
|
1983
|
+
*
|
|
1984
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1985
|
+
*
|
|
1986
|
+
* @example 501
|
|
1987
|
+
*
|
|
1988
|
+
* @regex ^[0-9]+$
|
|
1989
|
+
*
|
|
1990
|
+
* @format Non-negative integer.
|
|
1771
1991
|
*
|
|
1772
1992
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1773
1993
|
*/
|
|
1774
1994
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1775
1995
|
/**
|
|
1776
|
-
*
|
|
1996
|
+
*
|
|
1997
|
+
* @optional
|
|
1998
|
+
*
|
|
1999
|
+
* @description Filter by the role ID of the approver.
|
|
2000
|
+
*
|
|
2001
|
+
* @example 5
|
|
2002
|
+
*
|
|
2003
|
+
* @regex ^[0-9]+$
|
|
2004
|
+
*
|
|
2005
|
+
* @format Non-negative integer.
|
|
1777
2006
|
*
|
|
1778
2007
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1779
2008
|
*/
|
|
1780
2009
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1781
2010
|
/**
|
|
1782
|
-
*
|
|
2011
|
+
*
|
|
2012
|
+
* @optional
|
|
2013
|
+
*
|
|
2014
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2015
|
+
*
|
|
2016
|
+
* @example 1672531200
|
|
2017
|
+
*
|
|
2018
|
+
* @regex ^[0-9]+$
|
|
2019
|
+
*
|
|
2020
|
+
* @format Non-negative integer.
|
|
1783
2021
|
*
|
|
1784
2022
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1785
2023
|
*/
|
|
1786
2024
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1787
2025
|
/**
|
|
1788
|
-
*
|
|
2026
|
+
*
|
|
2027
|
+
* @optional
|
|
2028
|
+
*
|
|
2029
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2030
|
+
*
|
|
2031
|
+
* @example 1704067199
|
|
2032
|
+
*
|
|
2033
|
+
* @regex ^[0-9]+$
|
|
2034
|
+
*
|
|
2035
|
+
* @format Non-negative integer.
|
|
1789
2036
|
*
|
|
1790
2037
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1791
2038
|
*/
|
|
1792
2039
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1793
2040
|
/**
|
|
1794
|
-
*
|
|
2041
|
+
*
|
|
2042
|
+
* @optional
|
|
2043
|
+
*
|
|
2044
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2045
|
+
*
|
|
2046
|
+
* @example "ABS-2023-001"
|
|
2047
|
+
*
|
|
2048
|
+
* @regex [0-9A-Za-z ]*$
|
|
2049
|
+
*
|
|
2050
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1795
2051
|
*
|
|
1796
2052
|
* @generated from field: string reference_id = 20;
|
|
1797
2053
|
*/
|
|
1798
2054
|
this.referenceId = "";
|
|
1799
2055
|
/**
|
|
1800
|
-
*
|
|
2056
|
+
*
|
|
2057
|
+
* @optional
|
|
2058
|
+
*
|
|
2059
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2060
|
+
*
|
|
2061
|
+
* @example "ABS-2023-X9Z2"
|
|
2062
|
+
*
|
|
2063
|
+
* @regex [0-9A-Za-z ]*$
|
|
2064
|
+
*
|
|
2065
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1801
2066
|
*
|
|
1802
2067
|
* @generated from field: string final_ref_number = 21;
|
|
1803
2068
|
*/
|
|
@@ -1921,91 +2186,218 @@ class SalesQuotationsServiceCountReq extends protobuf_1.Message {
|
|
|
1921
2186
|
constructor(data) {
|
|
1922
2187
|
super();
|
|
1923
2188
|
/**
|
|
1924
|
-
*
|
|
2189
|
+
*
|
|
2190
|
+
* @optional
|
|
2191
|
+
*
|
|
2192
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2193
|
+
*
|
|
2194
|
+
* @example ANY
|
|
1925
2195
|
*
|
|
1926
2196
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1927
2197
|
*/
|
|
1928
2198
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1929
2199
|
/**
|
|
1930
|
-
*
|
|
2200
|
+
*
|
|
2201
|
+
* @optional
|
|
2202
|
+
*
|
|
2203
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2204
|
+
*
|
|
2205
|
+
* @example 1672531200
|
|
2206
|
+
*
|
|
2207
|
+
* @regex ^[0-9]+$
|
|
2208
|
+
*
|
|
2209
|
+
* @format Non-negative integer.
|
|
1931
2210
|
*
|
|
1932
2211
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1933
2212
|
*/
|
|
1934
2213
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1935
2214
|
/**
|
|
1936
|
-
*
|
|
2215
|
+
*
|
|
2216
|
+
* @optional
|
|
2217
|
+
*
|
|
2218
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2219
|
+
*
|
|
2220
|
+
* @example 1704067199
|
|
2221
|
+
*
|
|
2222
|
+
* @regex ^[0-9]+$
|
|
2223
|
+
*
|
|
2224
|
+
* @format Non-negative integer.
|
|
1937
2225
|
*
|
|
1938
2226
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1939
2227
|
*/
|
|
1940
2228
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1941
2229
|
/**
|
|
1942
|
-
*
|
|
2230
|
+
*
|
|
2231
|
+
* @optional
|
|
2232
|
+
*
|
|
2233
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2234
|
+
*
|
|
2235
|
+
* @example 1672531200
|
|
2236
|
+
*
|
|
2237
|
+
* @regex ^[0-9]+$
|
|
2238
|
+
*
|
|
2239
|
+
* @format Non-negative integer.
|
|
1943
2240
|
*
|
|
1944
2241
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1945
2242
|
*/
|
|
1946
2243
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1947
2244
|
/**
|
|
1948
|
-
*
|
|
2245
|
+
*
|
|
2246
|
+
* @optional
|
|
2247
|
+
*
|
|
2248
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2249
|
+
*
|
|
2250
|
+
* @example 1704067199
|
|
2251
|
+
*
|
|
2252
|
+
* @regex ^[0-9]+$
|
|
2253
|
+
*
|
|
2254
|
+
* @format Non-negative integer.
|
|
1949
2255
|
*
|
|
1950
2256
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1951
2257
|
*/
|
|
1952
2258
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1953
2259
|
/**
|
|
1954
|
-
*
|
|
2260
|
+
*
|
|
2261
|
+
* @optional
|
|
2262
|
+
*
|
|
2263
|
+
* @description Filter by the organization UUID.
|
|
2264
|
+
*
|
|
2265
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2266
|
+
*
|
|
2267
|
+
* @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}$
|
|
2268
|
+
*
|
|
2269
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1955
2270
|
*
|
|
1956
2271
|
* @generated from field: string entity_uuid = 8;
|
|
1957
2272
|
*/
|
|
1958
2273
|
this.entityUuid = "";
|
|
1959
2274
|
/**
|
|
1960
|
-
*
|
|
2275
|
+
*
|
|
2276
|
+
* @optional
|
|
2277
|
+
*
|
|
2278
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2279
|
+
*
|
|
2280
|
+
* @example STANDING
|
|
1961
2281
|
*
|
|
1962
2282
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1963
2283
|
*/
|
|
1964
2284
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1965
2285
|
/**
|
|
1966
|
-
*
|
|
2286
|
+
*
|
|
2287
|
+
* @optional
|
|
2288
|
+
*
|
|
2289
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2290
|
+
*
|
|
2291
|
+
* @example 1672531200
|
|
2292
|
+
*
|
|
2293
|
+
* @regex ^[0-9]+$
|
|
2294
|
+
*
|
|
2295
|
+
* @format Non-negative integer.
|
|
1967
2296
|
*
|
|
1968
2297
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1969
2298
|
*/
|
|
1970
2299
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1971
2300
|
/**
|
|
1972
|
-
*
|
|
2301
|
+
*
|
|
2302
|
+
* @optional
|
|
2303
|
+
*
|
|
2304
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2305
|
+
*
|
|
2306
|
+
* @example 1704067199
|
|
2307
|
+
*
|
|
2308
|
+
* @regex ^[0-9]+$
|
|
2309
|
+
*
|
|
2310
|
+
* @format Non-negative integer.
|
|
1973
2311
|
*
|
|
1974
2312
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1975
2313
|
*/
|
|
1976
2314
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1977
2315
|
/**
|
|
1978
|
-
*
|
|
2316
|
+
*
|
|
2317
|
+
* @optional
|
|
2318
|
+
*
|
|
2319
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2320
|
+
*
|
|
2321
|
+
* @example 501
|
|
2322
|
+
*
|
|
2323
|
+
* @regex ^[0-9]+$
|
|
2324
|
+
*
|
|
2325
|
+
* @format Non-negative integer.
|
|
1979
2326
|
*
|
|
1980
2327
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1981
2328
|
*/
|
|
1982
2329
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1983
2330
|
/**
|
|
1984
|
-
*
|
|
2331
|
+
*
|
|
2332
|
+
* @optional
|
|
2333
|
+
*
|
|
2334
|
+
* @description Filter by the role ID of the approver.
|
|
2335
|
+
*
|
|
2336
|
+
* @example 5
|
|
2337
|
+
*
|
|
2338
|
+
* @regex ^[0-9]+$
|
|
2339
|
+
*
|
|
2340
|
+
* @format Non-negative integer.
|
|
1985
2341
|
*
|
|
1986
2342
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1987
2343
|
*/
|
|
1988
2344
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1989
2345
|
/**
|
|
1990
|
-
*
|
|
2346
|
+
*
|
|
2347
|
+
* @optional
|
|
2348
|
+
*
|
|
2349
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2350
|
+
*
|
|
2351
|
+
* @example 1672531200
|
|
2352
|
+
*
|
|
2353
|
+
* @regex ^[0-9]+$
|
|
2354
|
+
*
|
|
2355
|
+
* @format Non-negative integer.
|
|
1991
2356
|
*
|
|
1992
2357
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1993
2358
|
*/
|
|
1994
2359
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1995
2360
|
/**
|
|
1996
|
-
*
|
|
2361
|
+
*
|
|
2362
|
+
* @optional
|
|
2363
|
+
*
|
|
2364
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2365
|
+
*
|
|
2366
|
+
* @example 1704067199
|
|
2367
|
+
*
|
|
2368
|
+
* @regex ^[0-9]+$
|
|
2369
|
+
*
|
|
2370
|
+
* @format Non-negative integer.
|
|
1997
2371
|
*
|
|
1998
2372
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1999
2373
|
*/
|
|
2000
2374
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
2001
2375
|
/**
|
|
2002
|
-
*
|
|
2376
|
+
*
|
|
2377
|
+
* @optional
|
|
2378
|
+
*
|
|
2379
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2380
|
+
*
|
|
2381
|
+
* @example "ABS-2023-001"
|
|
2382
|
+
*
|
|
2383
|
+
* @regex [0-9A-Za-z ]*$
|
|
2384
|
+
*
|
|
2385
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
2003
2386
|
*
|
|
2004
2387
|
* @generated from field: string reference_id = 20;
|
|
2005
2388
|
*/
|
|
2006
2389
|
this.referenceId = "";
|
|
2007
2390
|
/**
|
|
2008
|
-
*
|
|
2391
|
+
*
|
|
2392
|
+
* @optional
|
|
2393
|
+
*
|
|
2394
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2395
|
+
*
|
|
2396
|
+
* @example "ABS-2023-X9Z2"
|
|
2397
|
+
*
|
|
2398
|
+
* @regex [0-9A-Za-z ]*$
|
|
2399
|
+
*
|
|
2400
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
2009
2401
|
*
|
|
2010
2402
|
* @generated from field: string final_ref_number = 21;
|
|
2011
2403
|
*/
|
|
@@ -2125,49 +2517,103 @@ class SalesQuotationsServiceSearchAllReq extends protobuf_1.Message {
|
|
|
2125
2517
|
constructor(data) {
|
|
2126
2518
|
super();
|
|
2127
2519
|
/**
|
|
2128
|
-
*
|
|
2520
|
+
*
|
|
2521
|
+
* @optional
|
|
2522
|
+
*
|
|
2523
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2524
|
+
*
|
|
2525
|
+
* @example ANY
|
|
2129
2526
|
*
|
|
2130
2527
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2131
2528
|
*/
|
|
2132
2529
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2133
2530
|
/**
|
|
2134
|
-
*
|
|
2531
|
+
*
|
|
2532
|
+
* @mandatory
|
|
2533
|
+
*
|
|
2534
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2535
|
+
*
|
|
2536
|
+
* @example 100
|
|
2537
|
+
*
|
|
2538
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2539
|
+
*
|
|
2540
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2135
2541
|
*
|
|
2136
2542
|
* @generated from field: int64 count = 2;
|
|
2137
2543
|
*/
|
|
2138
2544
|
this.count = protobuf_1.protoInt64.zero;
|
|
2139
2545
|
/**
|
|
2140
|
-
*
|
|
2546
|
+
*
|
|
2547
|
+
* @optional
|
|
2548
|
+
*
|
|
2549
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2550
|
+
*
|
|
2551
|
+
* @example 0
|
|
2552
|
+
*
|
|
2553
|
+
* @regex ^[0-9]+$
|
|
2554
|
+
*
|
|
2555
|
+
* @format Non-negative integer.
|
|
2141
2556
|
*
|
|
2142
2557
|
* @generated from field: uint64 offset = 3;
|
|
2143
2558
|
*/
|
|
2144
2559
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2145
2560
|
/**
|
|
2146
|
-
*
|
|
2561
|
+
*
|
|
2562
|
+
* @optional
|
|
2563
|
+
*
|
|
2564
|
+
* @description Sort direction.
|
|
2565
|
+
*
|
|
2566
|
+
* @example DESCENDING
|
|
2147
2567
|
*
|
|
2148
2568
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2149
2569
|
*/
|
|
2150
2570
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2151
2571
|
/**
|
|
2152
|
-
*
|
|
2572
|
+
*
|
|
2573
|
+
* @optional
|
|
2574
|
+
*
|
|
2575
|
+
* @description The field used for sorting.
|
|
2153
2576
|
*
|
|
2154
2577
|
* @generated from field: Scailo.SALES_QUOTATION_SORT_KEY sort_key = 5;
|
|
2155
2578
|
*/
|
|
2156
2579
|
this.sortKey = SALES_QUOTATION_SORT_KEY.SALES_QUOTATION_SORT_KEY_ID_UNSPECIFIED;
|
|
2157
2580
|
/**
|
|
2158
|
-
*
|
|
2581
|
+
*
|
|
2582
|
+
* @optional
|
|
2583
|
+
*
|
|
2584
|
+
* @description Filter by the organization UUID.
|
|
2585
|
+
*
|
|
2586
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2587
|
+
*
|
|
2588
|
+
* @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}$
|
|
2589
|
+
*
|
|
2590
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2159
2591
|
*
|
|
2160
2592
|
* @generated from field: string entity_uuid = 6;
|
|
2161
2593
|
*/
|
|
2162
2594
|
this.entityUuid = "";
|
|
2163
2595
|
/**
|
|
2164
|
-
*
|
|
2596
|
+
*
|
|
2597
|
+
* @optional
|
|
2598
|
+
*
|
|
2599
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2600
|
+
*
|
|
2601
|
+
* @example STANDING
|
|
2165
2602
|
*
|
|
2166
2603
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2167
2604
|
*/
|
|
2168
2605
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2169
2606
|
/**
|
|
2170
|
-
*
|
|
2607
|
+
*
|
|
2608
|
+
* @mandatory
|
|
2609
|
+
*
|
|
2610
|
+
* @description The search string to match against reference IDs.
|
|
2611
|
+
*
|
|
2612
|
+
* @example "Medical 2023"
|
|
2613
|
+
*
|
|
2614
|
+
* @regex .*
|
|
2615
|
+
*
|
|
2616
|
+
* @format: May contain any UTF-8 characters.
|
|
2171
2617
|
*
|
|
2172
2618
|
* @generated from field: string search_key = 11;
|
|
2173
2619
|
*/
|
|
@@ -2309,13 +2755,17 @@ class SalesQuotationReference extends protobuf_1.Message {
|
|
|
2309
2755
|
constructor(data) {
|
|
2310
2756
|
super();
|
|
2311
2757
|
/**
|
|
2312
|
-
*
|
|
2758
|
+
*
|
|
2759
|
+
* @description The organization's globally unique identifier.
|
|
2760
|
+
*
|
|
2761
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2313
2762
|
*
|
|
2314
2763
|
* @generated from field: string entity_uuid = 1;
|
|
2315
2764
|
*/
|
|
2316
2765
|
this.entityUuid = "";
|
|
2317
2766
|
/**
|
|
2318
|
-
*
|
|
2767
|
+
*
|
|
2768
|
+
* @description The approval state of the record
|
|
2319
2769
|
*
|
|
2320
2770
|
* @generated from field: bool need_approval = 4;
|
|
2321
2771
|
*/
|
|
@@ -2425,37 +2875,77 @@ class SalesQuotationItemsSearchRequest extends protobuf_1.Message {
|
|
|
2425
2875
|
constructor(data) {
|
|
2426
2876
|
super();
|
|
2427
2877
|
/**
|
|
2428
|
-
*
|
|
2878
|
+
*
|
|
2879
|
+
* @optional
|
|
2880
|
+
*
|
|
2881
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2882
|
+
*
|
|
2883
|
+
* @example ANY
|
|
2429
2884
|
*
|
|
2430
2885
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2431
2886
|
*/
|
|
2432
2887
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2433
2888
|
/**
|
|
2434
|
-
*
|
|
2889
|
+
*
|
|
2890
|
+
* @mandatory
|
|
2891
|
+
*
|
|
2892
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2893
|
+
*
|
|
2894
|
+
* @example 100
|
|
2895
|
+
*
|
|
2896
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2897
|
+
*
|
|
2898
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2435
2899
|
*
|
|
2436
2900
|
* @generated from field: int64 count = 2;
|
|
2437
2901
|
*/
|
|
2438
2902
|
this.count = protobuf_1.protoInt64.zero;
|
|
2439
2903
|
/**
|
|
2440
|
-
*
|
|
2904
|
+
*
|
|
2905
|
+
* @optional
|
|
2906
|
+
*
|
|
2907
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2908
|
+
*
|
|
2909
|
+
* @example 0
|
|
2910
|
+
*
|
|
2911
|
+
* @regex ^[0-9]+$
|
|
2912
|
+
*
|
|
2913
|
+
* @format Non-negative integer.
|
|
2441
2914
|
*
|
|
2442
2915
|
* @generated from field: uint64 offset = 3;
|
|
2443
2916
|
*/
|
|
2444
2917
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2445
2918
|
/**
|
|
2446
|
-
*
|
|
2919
|
+
*
|
|
2920
|
+
* @optional
|
|
2921
|
+
*
|
|
2922
|
+
* @description Sort direction.
|
|
2923
|
+
*
|
|
2924
|
+
* @example DESCENDING
|
|
2447
2925
|
*
|
|
2448
2926
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2449
2927
|
*/
|
|
2450
2928
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2451
2929
|
/**
|
|
2452
|
-
*
|
|
2930
|
+
*
|
|
2931
|
+
* @optional
|
|
2932
|
+
*
|
|
2933
|
+
* @description The field used for sorting.
|
|
2453
2934
|
*
|
|
2454
2935
|
* @generated from field: Scailo.SALES_QUOTATION_ITEM_SORT_KEY sort_key = 5;
|
|
2455
2936
|
*/
|
|
2456
2937
|
this.sortKey = SALES_QUOTATION_ITEM_SORT_KEY.SALES_QUOTATION_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
2457
2938
|
/**
|
|
2458
|
-
*
|
|
2939
|
+
*
|
|
2940
|
+
* @optional
|
|
2941
|
+
*
|
|
2942
|
+
* @description Filter by the organization UUID.
|
|
2943
|
+
*
|
|
2944
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2945
|
+
*
|
|
2946
|
+
* @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}$
|
|
2947
|
+
*
|
|
2948
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2459
2949
|
*
|
|
2460
2950
|
* @generated from field: string entity_uuid = 6;
|
|
2461
2951
|
*/
|
|
@@ -2601,25 +3091,35 @@ class SalesQuotationsServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
|
2601
3091
|
constructor(data) {
|
|
2602
3092
|
super();
|
|
2603
3093
|
/**
|
|
2604
|
-
*
|
|
3094
|
+
*
|
|
3095
|
+
* @description Number of records returned in the current response slice.
|
|
3096
|
+
*
|
|
3097
|
+
* @example 50
|
|
2605
3098
|
*
|
|
2606
3099
|
* @generated from field: uint64 count = 1;
|
|
2607
3100
|
*/
|
|
2608
3101
|
this.count = protobuf_1.protoInt64.zero;
|
|
2609
3102
|
/**
|
|
2610
|
-
*
|
|
3103
|
+
*
|
|
3104
|
+
* @description The offset provided in the request.
|
|
3105
|
+
*
|
|
3106
|
+
* @example 0
|
|
2611
3107
|
*
|
|
2612
3108
|
* @generated from field: uint64 offset = 2;
|
|
2613
3109
|
*/
|
|
2614
3110
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2615
3111
|
/**
|
|
2616
|
-
*
|
|
3112
|
+
*
|
|
3113
|
+
* @description The total number of records matching the criteria.
|
|
3114
|
+
*
|
|
3115
|
+
* @example 1250
|
|
2617
3116
|
*
|
|
2618
3117
|
* @generated from field: uint64 total = 3;
|
|
2619
3118
|
*/
|
|
2620
3119
|
this.total = protobuf_1.protoInt64.zero;
|
|
2621
3120
|
/**
|
|
2622
|
-
*
|
|
3121
|
+
*
|
|
3122
|
+
* @description The array of records for the current page.
|
|
2623
3123
|
*
|
|
2624
3124
|
* @generated from field: repeated Scailo.SalesQuotationItem payload = 4;
|
|
2625
3125
|
*/
|
|
@@ -2708,13 +3208,17 @@ class SalesQuotationContact extends protobuf_1.Message {
|
|
|
2708
3208
|
constructor(data) {
|
|
2709
3209
|
super();
|
|
2710
3210
|
/**
|
|
2711
|
-
*
|
|
3211
|
+
*
|
|
3212
|
+
* @description The organization's globally unique identifier.
|
|
3213
|
+
*
|
|
3214
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2712
3215
|
*
|
|
2713
3216
|
* @generated from field: string entity_uuid = 1;
|
|
2714
3217
|
*/
|
|
2715
3218
|
this.entityUuid = "";
|
|
2716
3219
|
/**
|
|
2717
|
-
*
|
|
3220
|
+
*
|
|
3221
|
+
* @description The approval state of the record
|
|
2718
3222
|
*
|
|
2719
3223
|
* @generated from field: bool need_approval = 4;
|
|
2720
3224
|
*/
|