@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
|
@@ -241,7 +241,16 @@ protobuf_1.proto3.util.setEnumType(SALES_ENQUIRY_SORT_KEY, "Scailo.SALES_ENQUIRY
|
|
|
241
241
|
*/
|
|
242
242
|
class SalesEnquiriesServiceCreateRequest extends protobuf_1.Message {
|
|
243
243
|
/**
|
|
244
|
-
*
|
|
244
|
+
*
|
|
245
|
+
* @optional
|
|
246
|
+
*
|
|
247
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
248
|
+
*
|
|
249
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
250
|
+
*
|
|
251
|
+
* @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}$
|
|
252
|
+
*
|
|
253
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
245
254
|
*
|
|
246
255
|
* @generated from field: string entity_uuid = 1;
|
|
247
256
|
*/
|
|
@@ -253,13 +262,31 @@ class SalesEnquiriesServiceCreateRequest extends protobuf_1.Message {
|
|
|
253
262
|
*/
|
|
254
263
|
userComment = "";
|
|
255
264
|
/**
|
|
256
|
-
*
|
|
265
|
+
*
|
|
266
|
+
* @optional
|
|
267
|
+
*
|
|
268
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
269
|
+
*
|
|
270
|
+
* @example 15234
|
|
271
|
+
*
|
|
272
|
+
* @regex ^[0-9]+$
|
|
273
|
+
*
|
|
274
|
+
* @format Non-negative integer.
|
|
257
275
|
*
|
|
258
276
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
259
277
|
*/
|
|
260
278
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
261
279
|
/**
|
|
262
|
-
*
|
|
280
|
+
*
|
|
281
|
+
* @mandatory
|
|
282
|
+
*
|
|
283
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
284
|
+
*
|
|
285
|
+
* @example "ABS-2023-001"
|
|
286
|
+
*
|
|
287
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
288
|
+
*
|
|
289
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
263
290
|
*
|
|
264
291
|
* @generated from field: string reference_id = 10;
|
|
265
292
|
*/
|
|
@@ -373,19 +400,42 @@ class SalesEnquiriesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
373
400
|
*/
|
|
374
401
|
id = protobuf_1.protoInt64.zero;
|
|
375
402
|
/**
|
|
376
|
-
*
|
|
403
|
+
*
|
|
404
|
+
* @optional
|
|
405
|
+
*
|
|
406
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
407
|
+
*
|
|
408
|
+
* @example true
|
|
377
409
|
*
|
|
378
410
|
* @generated from field: bool notify_users = 3;
|
|
379
411
|
*/
|
|
380
412
|
notifyUsers = false;
|
|
381
413
|
/**
|
|
382
|
-
*
|
|
414
|
+
*
|
|
415
|
+
* @optional
|
|
416
|
+
*
|
|
417
|
+
* @description Updated vault folder ID for documentation storage.
|
|
418
|
+
*
|
|
419
|
+
* @example 15235
|
|
420
|
+
*
|
|
421
|
+
* @regex ^[0-9]+$
|
|
422
|
+
*
|
|
423
|
+
* @format Non-negative integer.
|
|
383
424
|
*
|
|
384
425
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
385
426
|
*/
|
|
386
427
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
387
428
|
/**
|
|
388
|
-
*
|
|
429
|
+
*
|
|
430
|
+
* @mandatory
|
|
431
|
+
*
|
|
432
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
433
|
+
*
|
|
434
|
+
* @example "ABS-2023-001-REV"
|
|
435
|
+
*
|
|
436
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
437
|
+
*
|
|
438
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
389
439
|
*
|
|
390
440
|
* @generated from field: string reference_id = 10;
|
|
391
441
|
*/
|
|
@@ -538,55 +588,74 @@ exports.SalesEnquiryAncillaryParameters = SalesEnquiryAncillaryParameters;
|
|
|
538
588
|
*/
|
|
539
589
|
class SalesEnquiry extends protobuf_1.Message {
|
|
540
590
|
/**
|
|
541
|
-
*
|
|
591
|
+
*
|
|
592
|
+
* @description The organization's globally unique identifier.
|
|
593
|
+
*
|
|
594
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
542
595
|
*
|
|
543
596
|
* @generated from field: string entity_uuid = 1;
|
|
544
597
|
*/
|
|
545
598
|
entityUuid = "";
|
|
546
599
|
/**
|
|
547
|
-
*
|
|
600
|
+
*
|
|
601
|
+
* @description Standard employee and record metadata including timestamps.
|
|
548
602
|
*
|
|
549
603
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
550
604
|
*/
|
|
551
605
|
metadata;
|
|
552
606
|
/**
|
|
553
|
-
*
|
|
607
|
+
*
|
|
608
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
554
609
|
*
|
|
555
610
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
556
611
|
*/
|
|
557
612
|
approvalMetadata;
|
|
558
613
|
/**
|
|
559
|
-
*
|
|
614
|
+
*
|
|
615
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
560
616
|
*
|
|
561
617
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
562
618
|
*/
|
|
563
619
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
564
620
|
/**
|
|
565
|
-
*
|
|
621
|
+
*
|
|
622
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
566
623
|
*
|
|
567
624
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
568
625
|
*/
|
|
569
626
|
logs = [];
|
|
570
627
|
/**
|
|
571
|
-
*
|
|
628
|
+
*
|
|
629
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
630
|
+
*
|
|
631
|
+
* @example 1698400000
|
|
572
632
|
*
|
|
573
633
|
* @generated from field: uint64 completed_on = 6;
|
|
574
634
|
*/
|
|
575
635
|
completedOn = protobuf_1.protoInt64.zero;
|
|
576
636
|
/**
|
|
577
|
-
*
|
|
637
|
+
*
|
|
638
|
+
* @description Link to the document storage folder.
|
|
639
|
+
*
|
|
640
|
+
* @example 15234
|
|
578
641
|
*
|
|
579
642
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
580
643
|
*/
|
|
581
644
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
582
645
|
/**
|
|
583
|
-
*
|
|
646
|
+
*
|
|
647
|
+
* @description The user-provided reference ID.
|
|
648
|
+
*
|
|
649
|
+
* @example "ABS-2023-001"
|
|
584
650
|
*
|
|
585
651
|
* @generated from field: string reference_id = 10;
|
|
586
652
|
*/
|
|
587
653
|
referenceId = "";
|
|
588
654
|
/**
|
|
589
|
-
*
|
|
655
|
+
*
|
|
656
|
+
* @description The system-generated immutable reference number.
|
|
657
|
+
*
|
|
658
|
+
* @example "ABS-2023-X9Z2"
|
|
590
659
|
*
|
|
591
660
|
* @generated from field: string final_ref_number = 11;
|
|
592
661
|
*/
|
|
@@ -926,25 +995,31 @@ exports.SalesEnquiriesServiceItemUpdateRequest = SalesEnquiriesServiceItemUpdate
|
|
|
926
995
|
*/
|
|
927
996
|
class SalesEnquiryItem extends protobuf_1.Message {
|
|
928
997
|
/**
|
|
929
|
-
*
|
|
998
|
+
*
|
|
999
|
+
* @description The organization's globally unique identifier.
|
|
1000
|
+
*
|
|
1001
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
930
1002
|
*
|
|
931
1003
|
* @generated from field: string entity_uuid = 1;
|
|
932
1004
|
*/
|
|
933
1005
|
entityUuid = "";
|
|
934
1006
|
/**
|
|
935
|
-
*
|
|
1007
|
+
*
|
|
1008
|
+
* @description Standard employee and record metadata including timestamps.
|
|
936
1009
|
*
|
|
937
1010
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
938
1011
|
*/
|
|
939
1012
|
metadata;
|
|
940
1013
|
/**
|
|
941
|
-
*
|
|
1014
|
+
*
|
|
1015
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
942
1016
|
*
|
|
943
1017
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
944
1018
|
*/
|
|
945
1019
|
approvalMetadata;
|
|
946
1020
|
/**
|
|
947
|
-
*
|
|
1021
|
+
*
|
|
1022
|
+
* @description The approval state of the record
|
|
948
1023
|
*
|
|
949
1024
|
* @generated from field: bool need_approval = 4;
|
|
950
1025
|
*/
|
|
@@ -1182,37 +1257,77 @@ exports.SalesEnquiryItemHistoryRequest = SalesEnquiryItemHistoryRequest;
|
|
|
1182
1257
|
*/
|
|
1183
1258
|
class SalesEnquiryItemsSearchRequest extends protobuf_1.Message {
|
|
1184
1259
|
/**
|
|
1185
|
-
*
|
|
1260
|
+
*
|
|
1261
|
+
* @optional
|
|
1262
|
+
*
|
|
1263
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1264
|
+
*
|
|
1265
|
+
* @example ANY
|
|
1186
1266
|
*
|
|
1187
1267
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1188
1268
|
*/
|
|
1189
1269
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1190
1270
|
/**
|
|
1191
|
-
*
|
|
1271
|
+
*
|
|
1272
|
+
* @mandatory
|
|
1273
|
+
*
|
|
1274
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1275
|
+
*
|
|
1276
|
+
* @example 100
|
|
1277
|
+
*
|
|
1278
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1279
|
+
*
|
|
1280
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1192
1281
|
*
|
|
1193
1282
|
* @generated from field: int64 count = 2;
|
|
1194
1283
|
*/
|
|
1195
1284
|
count = protobuf_1.protoInt64.zero;
|
|
1196
1285
|
/**
|
|
1197
|
-
*
|
|
1286
|
+
*
|
|
1287
|
+
* @optional
|
|
1288
|
+
*
|
|
1289
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1290
|
+
*
|
|
1291
|
+
* @example 0
|
|
1292
|
+
*
|
|
1293
|
+
* @regex ^[0-9]+$
|
|
1294
|
+
*
|
|
1295
|
+
* @format Non-negative integer.
|
|
1198
1296
|
*
|
|
1199
1297
|
* @generated from field: uint64 offset = 3;
|
|
1200
1298
|
*/
|
|
1201
1299
|
offset = protobuf_1.protoInt64.zero;
|
|
1202
1300
|
/**
|
|
1203
|
-
*
|
|
1301
|
+
*
|
|
1302
|
+
* @optional
|
|
1303
|
+
*
|
|
1304
|
+
* @description Sort direction.
|
|
1305
|
+
*
|
|
1306
|
+
* @example DESCENDING
|
|
1204
1307
|
*
|
|
1205
1308
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1206
1309
|
*/
|
|
1207
1310
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1208
1311
|
/**
|
|
1209
|
-
*
|
|
1312
|
+
*
|
|
1313
|
+
* @optional
|
|
1314
|
+
*
|
|
1315
|
+
* @description The field used for sorting.
|
|
1210
1316
|
*
|
|
1211
1317
|
* @generated from field: Scailo.SALES_ENQUIRY_ITEM_SORT_KEY sort_key = 5;
|
|
1212
1318
|
*/
|
|
1213
1319
|
sortKey = SALES_ENQUIRY_ITEM_SORT_KEY.SALES_ENQUIRY_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1214
1320
|
/**
|
|
1215
|
-
*
|
|
1321
|
+
*
|
|
1322
|
+
* @optional
|
|
1323
|
+
*
|
|
1324
|
+
* @description Filter by the organization UUID.
|
|
1325
|
+
*
|
|
1326
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1327
|
+
*
|
|
1328
|
+
* @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}$
|
|
1329
|
+
*
|
|
1330
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1216
1331
|
*
|
|
1217
1332
|
* @generated from field: string entity_uuid = 6;
|
|
1218
1333
|
*/
|
|
@@ -1337,25 +1452,35 @@ exports.SalesEnquiryItemsSearchRequest = SalesEnquiryItemsSearchRequest;
|
|
|
1337
1452
|
*/
|
|
1338
1453
|
class SalesEnquiriesServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1339
1454
|
/**
|
|
1340
|
-
*
|
|
1455
|
+
*
|
|
1456
|
+
* @description Number of records returned in the current response slice.
|
|
1457
|
+
*
|
|
1458
|
+
* @example 50
|
|
1341
1459
|
*
|
|
1342
1460
|
* @generated from field: uint64 count = 1;
|
|
1343
1461
|
*/
|
|
1344
1462
|
count = protobuf_1.protoInt64.zero;
|
|
1345
1463
|
/**
|
|
1346
|
-
*
|
|
1464
|
+
*
|
|
1465
|
+
* @description The offset provided in the request.
|
|
1466
|
+
*
|
|
1467
|
+
* @example 0
|
|
1347
1468
|
*
|
|
1348
1469
|
* @generated from field: uint64 offset = 2;
|
|
1349
1470
|
*/
|
|
1350
1471
|
offset = protobuf_1.protoInt64.zero;
|
|
1351
1472
|
/**
|
|
1352
|
-
*
|
|
1473
|
+
*
|
|
1474
|
+
* @description The total number of records matching the criteria.
|
|
1475
|
+
*
|
|
1476
|
+
* @example 1250
|
|
1353
1477
|
*
|
|
1354
1478
|
* @generated from field: uint64 total = 3;
|
|
1355
1479
|
*/
|
|
1356
1480
|
total = protobuf_1.protoInt64.zero;
|
|
1357
1481
|
/**
|
|
1358
|
-
*
|
|
1482
|
+
*
|
|
1483
|
+
* @description The array of records for the current page.
|
|
1359
1484
|
*
|
|
1360
1485
|
* @generated from field: repeated Scailo.SalesEnquiryItem payload = 4;
|
|
1361
1486
|
*/
|
|
@@ -1394,31 +1519,62 @@ exports.SalesEnquiriesServicePaginatedItemsResponse = SalesEnquiriesServicePagin
|
|
|
1394
1519
|
*/
|
|
1395
1520
|
class SalesEnquiriesServicePaginationReq extends protobuf_1.Message {
|
|
1396
1521
|
/**
|
|
1397
|
-
*
|
|
1522
|
+
*
|
|
1523
|
+
* @optional
|
|
1524
|
+
*
|
|
1525
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1526
|
+
*
|
|
1527
|
+
* @example ANY
|
|
1398
1528
|
*
|
|
1399
1529
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1400
1530
|
*/
|
|
1401
1531
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1402
1532
|
/**
|
|
1403
|
-
*
|
|
1533
|
+
*
|
|
1534
|
+
* @mandatory
|
|
1535
|
+
*
|
|
1536
|
+
* @description Number of records to return per page.
|
|
1537
|
+
*
|
|
1538
|
+
* @example 50
|
|
1539
|
+
*
|
|
1540
|
+
* @regex ^[1-9][0-9]*$
|
|
1541
|
+
*
|
|
1542
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1404
1543
|
*
|
|
1405
1544
|
* @generated from field: int64 count = 2;
|
|
1406
1545
|
*/
|
|
1407
1546
|
count = protobuf_1.protoInt64.zero;
|
|
1408
1547
|
/**
|
|
1409
|
-
*
|
|
1548
|
+
*
|
|
1549
|
+
* @optional
|
|
1550
|
+
*
|
|
1551
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1552
|
+
*
|
|
1553
|
+
* @example 0
|
|
1554
|
+
*
|
|
1555
|
+
* @regex ^[0-9]+$
|
|
1556
|
+
*
|
|
1557
|
+
* @format Non-negative integer.
|
|
1410
1558
|
*
|
|
1411
1559
|
* @generated from field: uint64 offset = 3;
|
|
1412
1560
|
*/
|
|
1413
1561
|
offset = protobuf_1.protoInt64.zero;
|
|
1414
1562
|
/**
|
|
1415
|
-
*
|
|
1563
|
+
*
|
|
1564
|
+
* @optional
|
|
1565
|
+
*
|
|
1566
|
+
* @description Sort direction.
|
|
1567
|
+
*
|
|
1568
|
+
* @example DESCENDING
|
|
1416
1569
|
*
|
|
1417
1570
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1418
1571
|
*/
|
|
1419
1572
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1420
1573
|
/**
|
|
1421
|
-
*
|
|
1574
|
+
*
|
|
1575
|
+
* @optional
|
|
1576
|
+
*
|
|
1577
|
+
* @description The specific field key to sort the results by.
|
|
1422
1578
|
*
|
|
1423
1579
|
* @generated from field: Scailo.SALES_ENQUIRY_SORT_KEY sort_key = 5;
|
|
1424
1580
|
*/
|
|
@@ -1465,25 +1621,35 @@ exports.SalesEnquiriesServicePaginationReq = SalesEnquiriesServicePaginationReq;
|
|
|
1465
1621
|
*/
|
|
1466
1622
|
class SalesEnquiriesServicePaginationResponse extends protobuf_1.Message {
|
|
1467
1623
|
/**
|
|
1468
|
-
*
|
|
1624
|
+
*
|
|
1625
|
+
* @description Number of records returned in the current response slice.
|
|
1626
|
+
*
|
|
1627
|
+
* @example 50
|
|
1469
1628
|
*
|
|
1470
1629
|
* @generated from field: uint64 count = 1;
|
|
1471
1630
|
*/
|
|
1472
1631
|
count = protobuf_1.protoInt64.zero;
|
|
1473
1632
|
/**
|
|
1474
|
-
*
|
|
1633
|
+
*
|
|
1634
|
+
* @description The offset provided in the request.
|
|
1635
|
+
*
|
|
1636
|
+
* @example 0
|
|
1475
1637
|
*
|
|
1476
1638
|
* @generated from field: uint64 offset = 2;
|
|
1477
1639
|
*/
|
|
1478
1640
|
offset = protobuf_1.protoInt64.zero;
|
|
1479
1641
|
/**
|
|
1480
|
-
*
|
|
1642
|
+
*
|
|
1643
|
+
* @description The total number of records matching the criteria.
|
|
1644
|
+
*
|
|
1645
|
+
* @example 1250
|
|
1481
1646
|
*
|
|
1482
1647
|
* @generated from field: uint64 total = 3;
|
|
1483
1648
|
*/
|
|
1484
1649
|
total = protobuf_1.protoInt64.zero;
|
|
1485
1650
|
/**
|
|
1486
|
-
*
|
|
1651
|
+
*
|
|
1652
|
+
* @description The array of records for the current page.
|
|
1487
1653
|
*
|
|
1488
1654
|
* @generated from field: repeated Scailo.SalesEnquiry payload = 4;
|
|
1489
1655
|
*/
|
|
@@ -1522,115 +1688,268 @@ exports.SalesEnquiriesServicePaginationResponse = SalesEnquiriesServicePaginatio
|
|
|
1522
1688
|
*/
|
|
1523
1689
|
class SalesEnquiriesServiceFilterReq extends protobuf_1.Message {
|
|
1524
1690
|
/**
|
|
1525
|
-
*
|
|
1691
|
+
*
|
|
1692
|
+
* @optional
|
|
1693
|
+
*
|
|
1694
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1695
|
+
*
|
|
1696
|
+
* @example ANY
|
|
1526
1697
|
*
|
|
1527
1698
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1528
1699
|
*/
|
|
1529
1700
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1530
1701
|
/**
|
|
1531
|
-
*
|
|
1702
|
+
*
|
|
1703
|
+
* @mandatory
|
|
1704
|
+
*
|
|
1705
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1706
|
+
*
|
|
1707
|
+
* @example 100
|
|
1708
|
+
*
|
|
1709
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1710
|
+
*
|
|
1711
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1532
1712
|
*
|
|
1533
1713
|
* @generated from field: int64 count = 2;
|
|
1534
1714
|
*/
|
|
1535
1715
|
count = protobuf_1.protoInt64.zero;
|
|
1536
1716
|
/**
|
|
1537
|
-
*
|
|
1717
|
+
*
|
|
1718
|
+
* @optional
|
|
1719
|
+
*
|
|
1720
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1721
|
+
*
|
|
1722
|
+
* @example 0
|
|
1723
|
+
*
|
|
1724
|
+
* @regex ^[0-9]+$
|
|
1725
|
+
*
|
|
1726
|
+
* @format Non-negative integer.
|
|
1538
1727
|
*
|
|
1539
1728
|
* @generated from field: uint64 offset = 3;
|
|
1540
1729
|
*/
|
|
1541
1730
|
offset = protobuf_1.protoInt64.zero;
|
|
1542
1731
|
/**
|
|
1543
|
-
*
|
|
1732
|
+
*
|
|
1733
|
+
* @optional
|
|
1734
|
+
*
|
|
1735
|
+
* @description Sort direction.
|
|
1736
|
+
*
|
|
1737
|
+
* @example DESCENDING
|
|
1544
1738
|
*
|
|
1545
1739
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1546
1740
|
*/
|
|
1547
1741
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1548
1742
|
/**
|
|
1549
|
-
*
|
|
1743
|
+
*
|
|
1744
|
+
* @optional
|
|
1745
|
+
*
|
|
1746
|
+
* @description The field used for sorting.
|
|
1550
1747
|
*
|
|
1551
1748
|
* @generated from field: Scailo.SALES_ENQUIRY_SORT_KEY sort_key = 5;
|
|
1552
1749
|
*/
|
|
1553
1750
|
sortKey = SALES_ENQUIRY_SORT_KEY.SALES_ENQUIRY_SORT_KEY_ID_UNSPECIFIED;
|
|
1554
1751
|
/**
|
|
1555
|
-
*
|
|
1752
|
+
*
|
|
1753
|
+
* @optional
|
|
1754
|
+
*
|
|
1755
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1756
|
+
*
|
|
1757
|
+
* @example 1672531200
|
|
1758
|
+
*
|
|
1759
|
+
* @regex ^[0-9]+$
|
|
1760
|
+
*
|
|
1761
|
+
* @format Non-negative integer.
|
|
1556
1762
|
*
|
|
1557
1763
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1558
1764
|
*/
|
|
1559
1765
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1560
1766
|
/**
|
|
1561
|
-
*
|
|
1767
|
+
*
|
|
1768
|
+
* @optional
|
|
1769
|
+
*
|
|
1770
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1771
|
+
*
|
|
1772
|
+
* @example 1704067199
|
|
1773
|
+
*
|
|
1774
|
+
* @regex ^[0-9]+$
|
|
1775
|
+
*
|
|
1776
|
+
* @format Non-negative integer.
|
|
1562
1777
|
*
|
|
1563
1778
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1564
1779
|
*/
|
|
1565
1780
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1566
1781
|
/**
|
|
1567
|
-
*
|
|
1782
|
+
*
|
|
1783
|
+
* @optional
|
|
1784
|
+
*
|
|
1785
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1786
|
+
*
|
|
1787
|
+
* @example 1672531200
|
|
1788
|
+
*
|
|
1789
|
+
* @regex ^[0-9]+$
|
|
1790
|
+
*
|
|
1791
|
+
* @format Non-negative integer.
|
|
1568
1792
|
*
|
|
1569
1793
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1570
1794
|
*/
|
|
1571
1795
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1572
1796
|
/**
|
|
1573
|
-
*
|
|
1797
|
+
*
|
|
1798
|
+
* @optional
|
|
1799
|
+
*
|
|
1800
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1801
|
+
*
|
|
1802
|
+
* @example 1704067199
|
|
1803
|
+
*
|
|
1804
|
+
* @regex ^[0-9]+$
|
|
1805
|
+
*
|
|
1806
|
+
* @format Non-negative integer.
|
|
1574
1807
|
*
|
|
1575
1808
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1576
1809
|
*/
|
|
1577
1810
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1578
1811
|
/**
|
|
1579
|
-
*
|
|
1812
|
+
*
|
|
1813
|
+
* @optional
|
|
1814
|
+
*
|
|
1815
|
+
* @description Filter by the organization UUID.
|
|
1816
|
+
*
|
|
1817
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1818
|
+
*
|
|
1819
|
+
* @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}$
|
|
1820
|
+
*
|
|
1821
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1580
1822
|
*
|
|
1581
1823
|
* @generated from field: string entity_uuid = 8;
|
|
1582
1824
|
*/
|
|
1583
1825
|
entityUuid = "";
|
|
1584
1826
|
/**
|
|
1585
|
-
*
|
|
1827
|
+
*
|
|
1828
|
+
* @optional
|
|
1829
|
+
*
|
|
1830
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1831
|
+
*
|
|
1832
|
+
* @example STANDING
|
|
1586
1833
|
*
|
|
1587
1834
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1588
1835
|
*/
|
|
1589
1836
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1590
1837
|
/**
|
|
1591
|
-
*
|
|
1838
|
+
*
|
|
1839
|
+
* @optional
|
|
1840
|
+
*
|
|
1841
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1842
|
+
*
|
|
1843
|
+
* @example 1672531200
|
|
1844
|
+
*
|
|
1845
|
+
* @regex ^[0-9]+$
|
|
1846
|
+
*
|
|
1847
|
+
* @format Non-negative integer.
|
|
1592
1848
|
*
|
|
1593
1849
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1594
1850
|
*/
|
|
1595
1851
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1596
1852
|
/**
|
|
1597
|
-
*
|
|
1853
|
+
*
|
|
1854
|
+
* @optional
|
|
1855
|
+
*
|
|
1856
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1857
|
+
*
|
|
1858
|
+
* @example 1704067199
|
|
1859
|
+
*
|
|
1860
|
+
* @regex ^[0-9]+$
|
|
1861
|
+
*
|
|
1862
|
+
* @format Non-negative integer.
|
|
1598
1863
|
*
|
|
1599
1864
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1600
1865
|
*/
|
|
1601
1866
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1602
1867
|
/**
|
|
1603
|
-
*
|
|
1868
|
+
*
|
|
1869
|
+
* @optional
|
|
1870
|
+
*
|
|
1871
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1872
|
+
*
|
|
1873
|
+
* @example 501
|
|
1874
|
+
*
|
|
1875
|
+
* @regex ^[0-9]+$
|
|
1876
|
+
*
|
|
1877
|
+
* @format Non-negative integer.
|
|
1604
1878
|
*
|
|
1605
1879
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1606
1880
|
*/
|
|
1607
1881
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1608
1882
|
/**
|
|
1609
|
-
*
|
|
1883
|
+
*
|
|
1884
|
+
* @optional
|
|
1885
|
+
*
|
|
1886
|
+
* @description Filter by the role ID of the approver.
|
|
1887
|
+
*
|
|
1888
|
+
* @example 5
|
|
1889
|
+
*
|
|
1890
|
+
* @regex ^[0-9]+$
|
|
1891
|
+
*
|
|
1892
|
+
* @format Non-negative integer.
|
|
1610
1893
|
*
|
|
1611
1894
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1612
1895
|
*/
|
|
1613
1896
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1614
1897
|
/**
|
|
1615
|
-
*
|
|
1898
|
+
*
|
|
1899
|
+
* @optional
|
|
1900
|
+
*
|
|
1901
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1902
|
+
*
|
|
1903
|
+
* @example 1672531200
|
|
1904
|
+
*
|
|
1905
|
+
* @regex ^[0-9]+$
|
|
1906
|
+
*
|
|
1907
|
+
* @format Non-negative integer.
|
|
1616
1908
|
*
|
|
1617
1909
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1618
1910
|
*/
|
|
1619
1911
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1620
1912
|
/**
|
|
1621
|
-
*
|
|
1913
|
+
*
|
|
1914
|
+
* @optional
|
|
1915
|
+
*
|
|
1916
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1917
|
+
*
|
|
1918
|
+
* @example 1704067199
|
|
1919
|
+
*
|
|
1920
|
+
* @regex ^[0-9]+$
|
|
1921
|
+
*
|
|
1922
|
+
* @format Non-negative integer.
|
|
1622
1923
|
*
|
|
1623
1924
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1624
1925
|
*/
|
|
1625
1926
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1626
1927
|
/**
|
|
1627
|
-
*
|
|
1928
|
+
*
|
|
1929
|
+
* @optional
|
|
1930
|
+
*
|
|
1931
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1932
|
+
*
|
|
1933
|
+
* @example "ABS-2023-001"
|
|
1934
|
+
*
|
|
1935
|
+
* @regex [0-9A-Za-z ]*$
|
|
1936
|
+
*
|
|
1937
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1628
1938
|
*
|
|
1629
1939
|
* @generated from field: string reference_id = 20;
|
|
1630
1940
|
*/
|
|
1631
1941
|
referenceId = "";
|
|
1632
1942
|
/**
|
|
1633
|
-
*
|
|
1943
|
+
*
|
|
1944
|
+
* @optional
|
|
1945
|
+
*
|
|
1946
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1947
|
+
*
|
|
1948
|
+
* @example "ABS-2023-X9Z2"
|
|
1949
|
+
*
|
|
1950
|
+
* @regex [0-9A-Za-z ]*$
|
|
1951
|
+
*
|
|
1952
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1634
1953
|
*
|
|
1635
1954
|
* @generated from field: string final_ref_number = 21;
|
|
1636
1955
|
*/
|
|
@@ -1740,91 +2059,218 @@ exports.SalesEnquiriesServiceFilterReq = SalesEnquiriesServiceFilterReq;
|
|
|
1740
2059
|
*/
|
|
1741
2060
|
class SalesEnquiriesServiceCountReq extends protobuf_1.Message {
|
|
1742
2061
|
/**
|
|
1743
|
-
*
|
|
2062
|
+
*
|
|
2063
|
+
* @optional
|
|
2064
|
+
*
|
|
2065
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2066
|
+
*
|
|
2067
|
+
* @example ANY
|
|
1744
2068
|
*
|
|
1745
2069
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1746
2070
|
*/
|
|
1747
2071
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1748
2072
|
/**
|
|
1749
|
-
*
|
|
2073
|
+
*
|
|
2074
|
+
* @optional
|
|
2075
|
+
*
|
|
2076
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2077
|
+
*
|
|
2078
|
+
* @example 1672531200
|
|
2079
|
+
*
|
|
2080
|
+
* @regex ^[0-9]+$
|
|
2081
|
+
*
|
|
2082
|
+
* @format Non-negative integer.
|
|
1750
2083
|
*
|
|
1751
2084
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1752
2085
|
*/
|
|
1753
2086
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1754
2087
|
/**
|
|
1755
|
-
*
|
|
2088
|
+
*
|
|
2089
|
+
* @optional
|
|
2090
|
+
*
|
|
2091
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2092
|
+
*
|
|
2093
|
+
* @example 1704067199
|
|
2094
|
+
*
|
|
2095
|
+
* @regex ^[0-9]+$
|
|
2096
|
+
*
|
|
2097
|
+
* @format Non-negative integer.
|
|
1756
2098
|
*
|
|
1757
2099
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1758
2100
|
*/
|
|
1759
2101
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1760
2102
|
/**
|
|
1761
|
-
*
|
|
2103
|
+
*
|
|
2104
|
+
* @optional
|
|
2105
|
+
*
|
|
2106
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2107
|
+
*
|
|
2108
|
+
* @example 1672531200
|
|
2109
|
+
*
|
|
2110
|
+
* @regex ^[0-9]+$
|
|
2111
|
+
*
|
|
2112
|
+
* @format Non-negative integer.
|
|
1762
2113
|
*
|
|
1763
2114
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1764
2115
|
*/
|
|
1765
2116
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1766
2117
|
/**
|
|
1767
|
-
*
|
|
2118
|
+
*
|
|
2119
|
+
* @optional
|
|
2120
|
+
*
|
|
2121
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2122
|
+
*
|
|
2123
|
+
* @example 1704067199
|
|
2124
|
+
*
|
|
2125
|
+
* @regex ^[0-9]+$
|
|
2126
|
+
*
|
|
2127
|
+
* @format Non-negative integer.
|
|
1768
2128
|
*
|
|
1769
2129
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1770
2130
|
*/
|
|
1771
2131
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1772
2132
|
/**
|
|
1773
|
-
*
|
|
2133
|
+
*
|
|
2134
|
+
* @optional
|
|
2135
|
+
*
|
|
2136
|
+
* @description Filter by the organization UUID.
|
|
2137
|
+
*
|
|
2138
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2139
|
+
*
|
|
2140
|
+
* @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}$
|
|
2141
|
+
*
|
|
2142
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1774
2143
|
*
|
|
1775
2144
|
* @generated from field: string entity_uuid = 8;
|
|
1776
2145
|
*/
|
|
1777
2146
|
entityUuid = "";
|
|
1778
2147
|
/**
|
|
1779
|
-
*
|
|
2148
|
+
*
|
|
2149
|
+
* @optional
|
|
2150
|
+
*
|
|
2151
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2152
|
+
*
|
|
2153
|
+
* @example STANDING
|
|
1780
2154
|
*
|
|
1781
2155
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1782
2156
|
*/
|
|
1783
2157
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1784
2158
|
/**
|
|
1785
|
-
*
|
|
2159
|
+
*
|
|
2160
|
+
* @optional
|
|
2161
|
+
*
|
|
2162
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2163
|
+
*
|
|
2164
|
+
* @example 1672531200
|
|
2165
|
+
*
|
|
2166
|
+
* @regex ^[0-9]+$
|
|
2167
|
+
*
|
|
2168
|
+
* @format Non-negative integer.
|
|
1786
2169
|
*
|
|
1787
2170
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1788
2171
|
*/
|
|
1789
2172
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1790
2173
|
/**
|
|
1791
|
-
*
|
|
2174
|
+
*
|
|
2175
|
+
* @optional
|
|
2176
|
+
*
|
|
2177
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2178
|
+
*
|
|
2179
|
+
* @example 1704067199
|
|
2180
|
+
*
|
|
2181
|
+
* @regex ^[0-9]+$
|
|
2182
|
+
*
|
|
2183
|
+
* @format Non-negative integer.
|
|
1792
2184
|
*
|
|
1793
2185
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1794
2186
|
*/
|
|
1795
2187
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1796
2188
|
/**
|
|
1797
|
-
*
|
|
2189
|
+
*
|
|
2190
|
+
* @optional
|
|
2191
|
+
*
|
|
2192
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2193
|
+
*
|
|
2194
|
+
* @example 501
|
|
2195
|
+
*
|
|
2196
|
+
* @regex ^[0-9]+$
|
|
2197
|
+
*
|
|
2198
|
+
* @format Non-negative integer.
|
|
1798
2199
|
*
|
|
1799
2200
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1800
2201
|
*/
|
|
1801
2202
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1802
2203
|
/**
|
|
1803
|
-
*
|
|
2204
|
+
*
|
|
2205
|
+
* @optional
|
|
2206
|
+
*
|
|
2207
|
+
* @description Filter by the role ID of the approver.
|
|
2208
|
+
*
|
|
2209
|
+
* @example 5
|
|
2210
|
+
*
|
|
2211
|
+
* @regex ^[0-9]+$
|
|
2212
|
+
*
|
|
2213
|
+
* @format Non-negative integer.
|
|
1804
2214
|
*
|
|
1805
2215
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1806
2216
|
*/
|
|
1807
2217
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1808
2218
|
/**
|
|
1809
|
-
*
|
|
2219
|
+
*
|
|
2220
|
+
* @optional
|
|
2221
|
+
*
|
|
2222
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2223
|
+
*
|
|
2224
|
+
* @example 1672531200
|
|
2225
|
+
*
|
|
2226
|
+
* @regex ^[0-9]+$
|
|
2227
|
+
*
|
|
2228
|
+
* @format Non-negative integer.
|
|
1810
2229
|
*
|
|
1811
2230
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1812
2231
|
*/
|
|
1813
2232
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1814
2233
|
/**
|
|
1815
|
-
*
|
|
2234
|
+
*
|
|
2235
|
+
* @optional
|
|
2236
|
+
*
|
|
2237
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2238
|
+
*
|
|
2239
|
+
* @example 1704067199
|
|
2240
|
+
*
|
|
2241
|
+
* @regex ^[0-9]+$
|
|
2242
|
+
*
|
|
2243
|
+
* @format Non-negative integer.
|
|
1816
2244
|
*
|
|
1817
2245
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1818
2246
|
*/
|
|
1819
2247
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1820
2248
|
/**
|
|
1821
|
-
*
|
|
2249
|
+
*
|
|
2250
|
+
* @optional
|
|
2251
|
+
*
|
|
2252
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2253
|
+
*
|
|
2254
|
+
* @example "ABS-2023-001"
|
|
2255
|
+
*
|
|
2256
|
+
* @regex [0-9A-Za-z ]*$
|
|
2257
|
+
*
|
|
2258
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1822
2259
|
*
|
|
1823
2260
|
* @generated from field: string reference_id = 20;
|
|
1824
2261
|
*/
|
|
1825
2262
|
referenceId = "";
|
|
1826
2263
|
/**
|
|
1827
|
-
*
|
|
2264
|
+
*
|
|
2265
|
+
* @optional
|
|
2266
|
+
*
|
|
2267
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2268
|
+
*
|
|
2269
|
+
* @example "ABS-2023-X9Z2"
|
|
2270
|
+
*
|
|
2271
|
+
* @regex [0-9A-Za-z ]*$
|
|
2272
|
+
*
|
|
2273
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1828
2274
|
*
|
|
1829
2275
|
* @generated from field: string final_ref_number = 21;
|
|
1830
2276
|
*/
|
|
@@ -1930,49 +2376,103 @@ exports.SalesEnquiriesServiceCountReq = SalesEnquiriesServiceCountReq;
|
|
|
1930
2376
|
*/
|
|
1931
2377
|
class SalesEnquiriesServiceSearchAllReq extends protobuf_1.Message {
|
|
1932
2378
|
/**
|
|
1933
|
-
*
|
|
2379
|
+
*
|
|
2380
|
+
* @optional
|
|
2381
|
+
*
|
|
2382
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2383
|
+
*
|
|
2384
|
+
* @example ANY
|
|
1934
2385
|
*
|
|
1935
2386
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1936
2387
|
*/
|
|
1937
2388
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1938
2389
|
/**
|
|
1939
|
-
*
|
|
2390
|
+
*
|
|
2391
|
+
* @mandatory
|
|
2392
|
+
*
|
|
2393
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2394
|
+
*
|
|
2395
|
+
* @example 100
|
|
2396
|
+
*
|
|
2397
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2398
|
+
*
|
|
2399
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1940
2400
|
*
|
|
1941
2401
|
* @generated from field: int64 count = 2;
|
|
1942
2402
|
*/
|
|
1943
2403
|
count = protobuf_1.protoInt64.zero;
|
|
1944
2404
|
/**
|
|
1945
|
-
*
|
|
2405
|
+
*
|
|
2406
|
+
* @optional
|
|
2407
|
+
*
|
|
2408
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2409
|
+
*
|
|
2410
|
+
* @example 0
|
|
2411
|
+
*
|
|
2412
|
+
* @regex ^[0-9]+$
|
|
2413
|
+
*
|
|
2414
|
+
* @format Non-negative integer.
|
|
1946
2415
|
*
|
|
1947
2416
|
* @generated from field: uint64 offset = 3;
|
|
1948
2417
|
*/
|
|
1949
2418
|
offset = protobuf_1.protoInt64.zero;
|
|
1950
2419
|
/**
|
|
1951
|
-
*
|
|
2420
|
+
*
|
|
2421
|
+
* @optional
|
|
2422
|
+
*
|
|
2423
|
+
* @description Sort direction.
|
|
2424
|
+
*
|
|
2425
|
+
* @example DESCENDING
|
|
1952
2426
|
*
|
|
1953
2427
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1954
2428
|
*/
|
|
1955
2429
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1956
2430
|
/**
|
|
1957
|
-
*
|
|
2431
|
+
*
|
|
2432
|
+
* @optional
|
|
2433
|
+
*
|
|
2434
|
+
* @description The field used for sorting.
|
|
1958
2435
|
*
|
|
1959
2436
|
* @generated from field: Scailo.SALES_ENQUIRY_SORT_KEY sort_key = 5;
|
|
1960
2437
|
*/
|
|
1961
2438
|
sortKey = SALES_ENQUIRY_SORT_KEY.SALES_ENQUIRY_SORT_KEY_ID_UNSPECIFIED;
|
|
1962
2439
|
/**
|
|
1963
|
-
*
|
|
2440
|
+
*
|
|
2441
|
+
* @optional
|
|
2442
|
+
*
|
|
2443
|
+
* @description Filter by the organization UUID.
|
|
2444
|
+
*
|
|
2445
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2446
|
+
*
|
|
2447
|
+
* @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}$
|
|
2448
|
+
*
|
|
2449
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1964
2450
|
*
|
|
1965
2451
|
* @generated from field: string entity_uuid = 6;
|
|
1966
2452
|
*/
|
|
1967
2453
|
entityUuid = "";
|
|
1968
2454
|
/**
|
|
1969
|
-
*
|
|
2455
|
+
*
|
|
2456
|
+
* @optional
|
|
2457
|
+
*
|
|
2458
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2459
|
+
*
|
|
2460
|
+
* @example STANDING
|
|
1970
2461
|
*
|
|
1971
2462
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1972
2463
|
*/
|
|
1973
2464
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1974
2465
|
/**
|
|
1975
|
-
*
|
|
2466
|
+
*
|
|
2467
|
+
* @mandatory
|
|
2468
|
+
*
|
|
2469
|
+
* @description The search string to match against reference IDs.
|
|
2470
|
+
*
|
|
2471
|
+
* @example "Medical 2023"
|
|
2472
|
+
*
|
|
2473
|
+
* @regex .*
|
|
2474
|
+
*
|
|
2475
|
+
* @format: May contain any UTF-8 characters.
|
|
1976
2476
|
*
|
|
1977
2477
|
* @generated from field: string search_key = 11;
|
|
1978
2478
|
*/
|
|
@@ -2079,25 +2579,31 @@ exports.SalesEnquiriesServiceContactCreateRequest = SalesEnquiriesServiceContact
|
|
|
2079
2579
|
*/
|
|
2080
2580
|
class SalesEnquiryContact extends protobuf_1.Message {
|
|
2081
2581
|
/**
|
|
2082
|
-
*
|
|
2582
|
+
*
|
|
2583
|
+
* @description The organization's globally unique identifier.
|
|
2584
|
+
*
|
|
2585
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2083
2586
|
*
|
|
2084
2587
|
* @generated from field: string entity_uuid = 1;
|
|
2085
2588
|
*/
|
|
2086
2589
|
entityUuid = "";
|
|
2087
2590
|
/**
|
|
2088
|
-
*
|
|
2591
|
+
*
|
|
2592
|
+
* @description Standard employee and record metadata including timestamps.
|
|
2089
2593
|
*
|
|
2090
2594
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
2091
2595
|
*/
|
|
2092
2596
|
metadata;
|
|
2093
2597
|
/**
|
|
2094
|
-
*
|
|
2598
|
+
*
|
|
2599
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
2095
2600
|
*
|
|
2096
2601
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
2097
2602
|
*/
|
|
2098
2603
|
approvalMetadata;
|
|
2099
2604
|
/**
|
|
2100
|
-
*
|
|
2605
|
+
*
|
|
2606
|
+
* @description The approval state of the record
|
|
2101
2607
|
*
|
|
2102
2608
|
* @generated from field: bool need_approval = 4;
|
|
2103
2609
|
*/
|