@kernelminds/scailo-sdk 0.1.27 → 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 +88 -23
- package/lib/cjs/src/users.scailo_pb.js +491 -82
- 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 +89 -24
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +479 -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 +88 -23
- package/lib/esm/src/users.scailo_pb.js +495 -84
- 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 +89 -24
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +479 -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
|
@@ -272,7 +272,16 @@ protobuf_1.proto3.util.setEnumType(GOODS_DISPATCH_BILLING_STATUS, "Scailo.GOODS_
|
|
|
272
272
|
*/
|
|
273
273
|
class GoodsDispatchesServiceCreateRequest extends protobuf_1.Message {
|
|
274
274
|
/**
|
|
275
|
-
*
|
|
275
|
+
*
|
|
276
|
+
* @optional
|
|
277
|
+
*
|
|
278
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
279
|
+
*
|
|
280
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
281
|
+
*
|
|
282
|
+
* @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}$
|
|
283
|
+
*
|
|
284
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
276
285
|
*
|
|
277
286
|
* @generated from field: string entity_uuid = 1;
|
|
278
287
|
*/
|
|
@@ -284,13 +293,31 @@ class GoodsDispatchesServiceCreateRequest extends protobuf_1.Message {
|
|
|
284
293
|
*/
|
|
285
294
|
userComment = "";
|
|
286
295
|
/**
|
|
287
|
-
*
|
|
296
|
+
*
|
|
297
|
+
* @optional
|
|
298
|
+
*
|
|
299
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
300
|
+
*
|
|
301
|
+
* @example 15234
|
|
302
|
+
*
|
|
303
|
+
* @regex ^[0-9]+$
|
|
304
|
+
*
|
|
305
|
+
* @format Non-negative integer.
|
|
288
306
|
*
|
|
289
307
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
290
308
|
*/
|
|
291
309
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
292
310
|
/**
|
|
293
|
-
*
|
|
311
|
+
*
|
|
312
|
+
* @mandatory
|
|
313
|
+
*
|
|
314
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
315
|
+
*
|
|
316
|
+
* @example "ABS-2023-001"
|
|
317
|
+
*
|
|
318
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
319
|
+
*
|
|
320
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
294
321
|
*
|
|
295
322
|
* @generated from field: string reference_id = 10;
|
|
296
323
|
*/
|
|
@@ -369,19 +396,42 @@ class GoodsDispatchesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
369
396
|
*/
|
|
370
397
|
id = protobuf_1.protoInt64.zero;
|
|
371
398
|
/**
|
|
372
|
-
*
|
|
399
|
+
*
|
|
400
|
+
* @optional
|
|
401
|
+
*
|
|
402
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
403
|
+
*
|
|
404
|
+
* @example true
|
|
373
405
|
*
|
|
374
406
|
* @generated from field: bool notify_users = 3;
|
|
375
407
|
*/
|
|
376
408
|
notifyUsers = false;
|
|
377
409
|
/**
|
|
378
|
-
*
|
|
410
|
+
*
|
|
411
|
+
* @optional
|
|
412
|
+
*
|
|
413
|
+
* @description Updated vault folder ID for documentation storage.
|
|
414
|
+
*
|
|
415
|
+
* @example 15235
|
|
416
|
+
*
|
|
417
|
+
* @regex ^[0-9]+$
|
|
418
|
+
*
|
|
419
|
+
* @format Non-negative integer.
|
|
379
420
|
*
|
|
380
421
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
381
422
|
*/
|
|
382
423
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
383
424
|
/**
|
|
384
|
-
*
|
|
425
|
+
*
|
|
426
|
+
* @mandatory
|
|
427
|
+
*
|
|
428
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
429
|
+
*
|
|
430
|
+
* @example "ABS-2023-001-REV"
|
|
431
|
+
*
|
|
432
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
433
|
+
*
|
|
434
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
385
435
|
*
|
|
386
436
|
* @generated from field: string reference_id = 10;
|
|
387
437
|
*/
|
|
@@ -521,55 +571,74 @@ exports.GoodsDispatchAncillaryParameters = GoodsDispatchAncillaryParameters;
|
|
|
521
571
|
*/
|
|
522
572
|
class GoodsDispatch extends protobuf_1.Message {
|
|
523
573
|
/**
|
|
524
|
-
*
|
|
574
|
+
*
|
|
575
|
+
* @description The organization's globally unique identifier.
|
|
576
|
+
*
|
|
577
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
525
578
|
*
|
|
526
579
|
* @generated from field: string entity_uuid = 1;
|
|
527
580
|
*/
|
|
528
581
|
entityUuid = "";
|
|
529
582
|
/**
|
|
530
|
-
*
|
|
583
|
+
*
|
|
584
|
+
* @description Standard employee and record metadata including timestamps.
|
|
531
585
|
*
|
|
532
586
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
533
587
|
*/
|
|
534
588
|
metadata;
|
|
535
589
|
/**
|
|
536
|
-
*
|
|
590
|
+
*
|
|
591
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
537
592
|
*
|
|
538
593
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
539
594
|
*/
|
|
540
595
|
approvalMetadata;
|
|
541
596
|
/**
|
|
542
|
-
*
|
|
597
|
+
*
|
|
598
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
543
599
|
*
|
|
544
600
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
545
601
|
*/
|
|
546
602
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
547
603
|
/**
|
|
548
|
-
*
|
|
604
|
+
*
|
|
605
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
549
606
|
*
|
|
550
607
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
551
608
|
*/
|
|
552
609
|
logs = [];
|
|
553
610
|
/**
|
|
554
|
-
*
|
|
611
|
+
*
|
|
612
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
613
|
+
*
|
|
614
|
+
* @example 1698400000
|
|
555
615
|
*
|
|
556
616
|
* @generated from field: uint64 completed_on = 6;
|
|
557
617
|
*/
|
|
558
618
|
completedOn = protobuf_1.protoInt64.zero;
|
|
559
619
|
/**
|
|
560
|
-
*
|
|
620
|
+
*
|
|
621
|
+
* @description Link to the document storage folder.
|
|
622
|
+
*
|
|
623
|
+
* @example 15234
|
|
561
624
|
*
|
|
562
625
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
563
626
|
*/
|
|
564
627
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
565
628
|
/**
|
|
566
|
-
*
|
|
629
|
+
*
|
|
630
|
+
* @description The user-provided reference ID.
|
|
631
|
+
*
|
|
632
|
+
* @example "ABS-2023-001"
|
|
567
633
|
*
|
|
568
634
|
* @generated from field: string reference_id = 10;
|
|
569
635
|
*/
|
|
570
636
|
referenceId = "";
|
|
571
637
|
/**
|
|
572
|
-
*
|
|
638
|
+
*
|
|
639
|
+
* @description The system-generated immutable reference number.
|
|
640
|
+
*
|
|
641
|
+
* @example "ABS-2023-X9Z2"
|
|
573
642
|
*
|
|
574
643
|
* @generated from field: string final_ref_number = 11;
|
|
575
644
|
*/
|
|
@@ -932,25 +1001,31 @@ exports.GoodsDispatchesServiceItemUpdateRequest = GoodsDispatchesServiceItemUpda
|
|
|
932
1001
|
*/
|
|
933
1002
|
class GoodsDispatchItem extends protobuf_1.Message {
|
|
934
1003
|
/**
|
|
935
|
-
*
|
|
1004
|
+
*
|
|
1005
|
+
* @description The organization's globally unique identifier.
|
|
1006
|
+
*
|
|
1007
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
936
1008
|
*
|
|
937
1009
|
* @generated from field: string entity_uuid = 1;
|
|
938
1010
|
*/
|
|
939
1011
|
entityUuid = "";
|
|
940
1012
|
/**
|
|
941
|
-
*
|
|
1013
|
+
*
|
|
1014
|
+
* @description Standard employee and record metadata including timestamps.
|
|
942
1015
|
*
|
|
943
1016
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
944
1017
|
*/
|
|
945
1018
|
metadata;
|
|
946
1019
|
/**
|
|
947
|
-
*
|
|
1020
|
+
*
|
|
1021
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
948
1022
|
*
|
|
949
1023
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
950
1024
|
*/
|
|
951
1025
|
approvalMetadata;
|
|
952
1026
|
/**
|
|
953
|
-
*
|
|
1027
|
+
*
|
|
1028
|
+
* @description The approval state of the record
|
|
954
1029
|
*
|
|
955
1030
|
* @generated from field: bool need_approval = 4;
|
|
956
1031
|
*/
|
|
@@ -1203,37 +1278,77 @@ exports.GoodsDispatchItemProspectiveInfoRequest = GoodsDispatchItemProspectiveIn
|
|
|
1203
1278
|
*/
|
|
1204
1279
|
class GoodsDispatchItemsSearchRequest extends protobuf_1.Message {
|
|
1205
1280
|
/**
|
|
1206
|
-
*
|
|
1281
|
+
*
|
|
1282
|
+
* @optional
|
|
1283
|
+
*
|
|
1284
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1285
|
+
*
|
|
1286
|
+
* @example ANY
|
|
1207
1287
|
*
|
|
1208
1288
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1209
1289
|
*/
|
|
1210
1290
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1211
1291
|
/**
|
|
1212
|
-
*
|
|
1292
|
+
*
|
|
1293
|
+
* @mandatory
|
|
1294
|
+
*
|
|
1295
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1296
|
+
*
|
|
1297
|
+
* @example 100
|
|
1298
|
+
*
|
|
1299
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1300
|
+
*
|
|
1301
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1213
1302
|
*
|
|
1214
1303
|
* @generated from field: int64 count = 2;
|
|
1215
1304
|
*/
|
|
1216
1305
|
count = protobuf_1.protoInt64.zero;
|
|
1217
1306
|
/**
|
|
1218
|
-
*
|
|
1307
|
+
*
|
|
1308
|
+
* @optional
|
|
1309
|
+
*
|
|
1310
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1311
|
+
*
|
|
1312
|
+
* @example 0
|
|
1313
|
+
*
|
|
1314
|
+
* @regex ^[0-9]+$
|
|
1315
|
+
*
|
|
1316
|
+
* @format Non-negative integer.
|
|
1219
1317
|
*
|
|
1220
1318
|
* @generated from field: uint64 offset = 3;
|
|
1221
1319
|
*/
|
|
1222
1320
|
offset = protobuf_1.protoInt64.zero;
|
|
1223
1321
|
/**
|
|
1224
|
-
*
|
|
1322
|
+
*
|
|
1323
|
+
* @optional
|
|
1324
|
+
*
|
|
1325
|
+
* @description Sort direction.
|
|
1326
|
+
*
|
|
1327
|
+
* @example DESCENDING
|
|
1225
1328
|
*
|
|
1226
1329
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1227
1330
|
*/
|
|
1228
1331
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1229
1332
|
/**
|
|
1230
|
-
*
|
|
1333
|
+
*
|
|
1334
|
+
* @optional
|
|
1335
|
+
*
|
|
1336
|
+
* @description The field used for sorting.
|
|
1231
1337
|
*
|
|
1232
1338
|
* @generated from field: Scailo.GOODS_DISPATCH_ITEM_SORT_KEY sort_key = 5;
|
|
1233
1339
|
*/
|
|
1234
1340
|
sortKey = GOODS_DISPATCH_ITEM_SORT_KEY.GOODS_DISPATCH_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1235
1341
|
/**
|
|
1236
|
-
*
|
|
1342
|
+
*
|
|
1343
|
+
* @optional
|
|
1344
|
+
*
|
|
1345
|
+
* @description Filter by the organization UUID.
|
|
1346
|
+
*
|
|
1347
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1348
|
+
*
|
|
1349
|
+
* @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}$
|
|
1350
|
+
*
|
|
1351
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1237
1352
|
*
|
|
1238
1353
|
* @generated from field: string entity_uuid = 6;
|
|
1239
1354
|
*/
|
|
@@ -1351,25 +1466,35 @@ exports.GoodsDispatchItemsSearchRequest = GoodsDispatchItemsSearchRequest;
|
|
|
1351
1466
|
*/
|
|
1352
1467
|
class GoodsDispatchesServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1353
1468
|
/**
|
|
1354
|
-
*
|
|
1469
|
+
*
|
|
1470
|
+
* @description Number of records returned in the current response slice.
|
|
1471
|
+
*
|
|
1472
|
+
* @example 50
|
|
1355
1473
|
*
|
|
1356
1474
|
* @generated from field: uint64 count = 1;
|
|
1357
1475
|
*/
|
|
1358
1476
|
count = protobuf_1.protoInt64.zero;
|
|
1359
1477
|
/**
|
|
1360
|
-
*
|
|
1478
|
+
*
|
|
1479
|
+
* @description The offset provided in the request.
|
|
1480
|
+
*
|
|
1481
|
+
* @example 0
|
|
1361
1482
|
*
|
|
1362
1483
|
* @generated from field: uint64 offset = 2;
|
|
1363
1484
|
*/
|
|
1364
1485
|
offset = protobuf_1.protoInt64.zero;
|
|
1365
1486
|
/**
|
|
1366
|
-
*
|
|
1487
|
+
*
|
|
1488
|
+
* @description The total number of records matching the criteria.
|
|
1489
|
+
*
|
|
1490
|
+
* @example 1250
|
|
1367
1491
|
*
|
|
1368
1492
|
* @generated from field: uint64 total = 3;
|
|
1369
1493
|
*/
|
|
1370
1494
|
total = protobuf_1.protoInt64.zero;
|
|
1371
1495
|
/**
|
|
1372
|
-
*
|
|
1496
|
+
*
|
|
1497
|
+
* @description The array of records for the current page.
|
|
1373
1498
|
*
|
|
1374
1499
|
* @generated from field: repeated Scailo.GoodsDispatchItem payload = 4;
|
|
1375
1500
|
*/
|
|
@@ -1458,31 +1583,62 @@ exports.GoodsDispatchesServiceAlreadyAddedQuantityForSourceRequest = GoodsDispat
|
|
|
1458
1583
|
*/
|
|
1459
1584
|
class GoodsDispatchesServicePaginationReq extends protobuf_1.Message {
|
|
1460
1585
|
/**
|
|
1461
|
-
*
|
|
1586
|
+
*
|
|
1587
|
+
* @optional
|
|
1588
|
+
*
|
|
1589
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1590
|
+
*
|
|
1591
|
+
* @example ANY
|
|
1462
1592
|
*
|
|
1463
1593
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1464
1594
|
*/
|
|
1465
1595
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1466
1596
|
/**
|
|
1467
|
-
*
|
|
1597
|
+
*
|
|
1598
|
+
* @mandatory
|
|
1599
|
+
*
|
|
1600
|
+
* @description Number of records to return per page.
|
|
1601
|
+
*
|
|
1602
|
+
* @example 50
|
|
1603
|
+
*
|
|
1604
|
+
* @regex ^[1-9][0-9]*$
|
|
1605
|
+
*
|
|
1606
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1468
1607
|
*
|
|
1469
1608
|
* @generated from field: int64 count = 2;
|
|
1470
1609
|
*/
|
|
1471
1610
|
count = protobuf_1.protoInt64.zero;
|
|
1472
1611
|
/**
|
|
1473
|
-
*
|
|
1612
|
+
*
|
|
1613
|
+
* @optional
|
|
1614
|
+
*
|
|
1615
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1616
|
+
*
|
|
1617
|
+
* @example 0
|
|
1618
|
+
*
|
|
1619
|
+
* @regex ^[0-9]+$
|
|
1620
|
+
*
|
|
1621
|
+
* @format Non-negative integer.
|
|
1474
1622
|
*
|
|
1475
1623
|
* @generated from field: uint64 offset = 3;
|
|
1476
1624
|
*/
|
|
1477
1625
|
offset = protobuf_1.protoInt64.zero;
|
|
1478
1626
|
/**
|
|
1479
|
-
*
|
|
1627
|
+
*
|
|
1628
|
+
* @optional
|
|
1629
|
+
*
|
|
1630
|
+
* @description Sort direction.
|
|
1631
|
+
*
|
|
1632
|
+
* @example DESCENDING
|
|
1480
1633
|
*
|
|
1481
1634
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1482
1635
|
*/
|
|
1483
1636
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1484
1637
|
/**
|
|
1485
|
-
*
|
|
1638
|
+
*
|
|
1639
|
+
* @optional
|
|
1640
|
+
*
|
|
1641
|
+
* @description The specific field key to sort the results by.
|
|
1486
1642
|
*
|
|
1487
1643
|
* @generated from field: Scailo.GOODS_DISPATCH_SORT_KEY sort_key = 5;
|
|
1488
1644
|
*/
|
|
@@ -1529,25 +1685,35 @@ exports.GoodsDispatchesServicePaginationReq = GoodsDispatchesServicePaginationRe
|
|
|
1529
1685
|
*/
|
|
1530
1686
|
class GoodsDispatchesServicePaginationResponse extends protobuf_1.Message {
|
|
1531
1687
|
/**
|
|
1532
|
-
*
|
|
1688
|
+
*
|
|
1689
|
+
* @description Number of records returned in the current response slice.
|
|
1690
|
+
*
|
|
1691
|
+
* @example 50
|
|
1533
1692
|
*
|
|
1534
1693
|
* @generated from field: uint64 count = 1;
|
|
1535
1694
|
*/
|
|
1536
1695
|
count = protobuf_1.protoInt64.zero;
|
|
1537
1696
|
/**
|
|
1538
|
-
*
|
|
1697
|
+
*
|
|
1698
|
+
* @description The offset provided in the request.
|
|
1699
|
+
*
|
|
1700
|
+
* @example 0
|
|
1539
1701
|
*
|
|
1540
1702
|
* @generated from field: uint64 offset = 2;
|
|
1541
1703
|
*/
|
|
1542
1704
|
offset = protobuf_1.protoInt64.zero;
|
|
1543
1705
|
/**
|
|
1544
|
-
*
|
|
1706
|
+
*
|
|
1707
|
+
* @description The total number of records matching the criteria.
|
|
1708
|
+
*
|
|
1709
|
+
* @example 1250
|
|
1545
1710
|
*
|
|
1546
1711
|
* @generated from field: uint64 total = 3;
|
|
1547
1712
|
*/
|
|
1548
1713
|
total = protobuf_1.protoInt64.zero;
|
|
1549
1714
|
/**
|
|
1550
|
-
*
|
|
1715
|
+
*
|
|
1716
|
+
* @description The array of records for the current page.
|
|
1551
1717
|
*
|
|
1552
1718
|
* @generated from field: repeated Scailo.GoodsDispatch payload = 4;
|
|
1553
1719
|
*/
|
|
@@ -1586,115 +1752,268 @@ exports.GoodsDispatchesServicePaginationResponse = GoodsDispatchesServicePaginat
|
|
|
1586
1752
|
*/
|
|
1587
1753
|
class GoodsDispatchesServiceFilterReq extends protobuf_1.Message {
|
|
1588
1754
|
/**
|
|
1589
|
-
*
|
|
1755
|
+
*
|
|
1756
|
+
* @optional
|
|
1757
|
+
*
|
|
1758
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1759
|
+
*
|
|
1760
|
+
* @example ANY
|
|
1590
1761
|
*
|
|
1591
1762
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1592
1763
|
*/
|
|
1593
1764
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1594
1765
|
/**
|
|
1595
|
-
*
|
|
1766
|
+
*
|
|
1767
|
+
* @mandatory
|
|
1768
|
+
*
|
|
1769
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1770
|
+
*
|
|
1771
|
+
* @example 100
|
|
1772
|
+
*
|
|
1773
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1774
|
+
*
|
|
1775
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1596
1776
|
*
|
|
1597
1777
|
* @generated from field: int64 count = 2;
|
|
1598
1778
|
*/
|
|
1599
1779
|
count = protobuf_1.protoInt64.zero;
|
|
1600
1780
|
/**
|
|
1601
|
-
*
|
|
1781
|
+
*
|
|
1782
|
+
* @optional
|
|
1783
|
+
*
|
|
1784
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1785
|
+
*
|
|
1786
|
+
* @example 0
|
|
1787
|
+
*
|
|
1788
|
+
* @regex ^[0-9]+$
|
|
1789
|
+
*
|
|
1790
|
+
* @format Non-negative integer.
|
|
1602
1791
|
*
|
|
1603
1792
|
* @generated from field: uint64 offset = 3;
|
|
1604
1793
|
*/
|
|
1605
1794
|
offset = protobuf_1.protoInt64.zero;
|
|
1606
1795
|
/**
|
|
1607
|
-
*
|
|
1796
|
+
*
|
|
1797
|
+
* @optional
|
|
1798
|
+
*
|
|
1799
|
+
* @description Sort direction.
|
|
1800
|
+
*
|
|
1801
|
+
* @example DESCENDING
|
|
1608
1802
|
*
|
|
1609
1803
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1610
1804
|
*/
|
|
1611
1805
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1612
1806
|
/**
|
|
1613
|
-
*
|
|
1807
|
+
*
|
|
1808
|
+
* @optional
|
|
1809
|
+
*
|
|
1810
|
+
* @description The field used for sorting.
|
|
1614
1811
|
*
|
|
1615
1812
|
* @generated from field: Scailo.GOODS_DISPATCH_SORT_KEY sort_key = 5;
|
|
1616
1813
|
*/
|
|
1617
1814
|
sortKey = GOODS_DISPATCH_SORT_KEY.GOODS_DISPATCH_SORT_KEY_ID_UNSPECIFIED;
|
|
1618
1815
|
/**
|
|
1619
|
-
*
|
|
1816
|
+
*
|
|
1817
|
+
* @optional
|
|
1818
|
+
*
|
|
1819
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1820
|
+
*
|
|
1821
|
+
* @example 1672531200
|
|
1822
|
+
*
|
|
1823
|
+
* @regex ^[0-9]+$
|
|
1824
|
+
*
|
|
1825
|
+
* @format Non-negative integer.
|
|
1620
1826
|
*
|
|
1621
1827
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1622
1828
|
*/
|
|
1623
1829
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1624
1830
|
/**
|
|
1625
|
-
*
|
|
1831
|
+
*
|
|
1832
|
+
* @optional
|
|
1833
|
+
*
|
|
1834
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1835
|
+
*
|
|
1836
|
+
* @example 1704067199
|
|
1837
|
+
*
|
|
1838
|
+
* @regex ^[0-9]+$
|
|
1839
|
+
*
|
|
1840
|
+
* @format Non-negative integer.
|
|
1626
1841
|
*
|
|
1627
1842
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1628
1843
|
*/
|
|
1629
1844
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1630
1845
|
/**
|
|
1631
|
-
*
|
|
1846
|
+
*
|
|
1847
|
+
* @optional
|
|
1848
|
+
*
|
|
1849
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1850
|
+
*
|
|
1851
|
+
* @example 1672531200
|
|
1852
|
+
*
|
|
1853
|
+
* @regex ^[0-9]+$
|
|
1854
|
+
*
|
|
1855
|
+
* @format Non-negative integer.
|
|
1632
1856
|
*
|
|
1633
1857
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1634
1858
|
*/
|
|
1635
1859
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1636
1860
|
/**
|
|
1637
|
-
*
|
|
1861
|
+
*
|
|
1862
|
+
* @optional
|
|
1863
|
+
*
|
|
1864
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1865
|
+
*
|
|
1866
|
+
* @example 1704067199
|
|
1867
|
+
*
|
|
1868
|
+
* @regex ^[0-9]+$
|
|
1869
|
+
*
|
|
1870
|
+
* @format Non-negative integer.
|
|
1638
1871
|
*
|
|
1639
1872
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1640
1873
|
*/
|
|
1641
1874
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1642
1875
|
/**
|
|
1643
|
-
*
|
|
1876
|
+
*
|
|
1877
|
+
* @optional
|
|
1878
|
+
*
|
|
1879
|
+
* @description Filter by the organization UUID.
|
|
1880
|
+
*
|
|
1881
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1882
|
+
*
|
|
1883
|
+
* @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}$
|
|
1884
|
+
*
|
|
1885
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1644
1886
|
*
|
|
1645
1887
|
* @generated from field: string entity_uuid = 8;
|
|
1646
1888
|
*/
|
|
1647
1889
|
entityUuid = "";
|
|
1648
1890
|
/**
|
|
1649
|
-
*
|
|
1891
|
+
*
|
|
1892
|
+
* @optional
|
|
1893
|
+
*
|
|
1894
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1895
|
+
*
|
|
1896
|
+
* @example STANDING
|
|
1650
1897
|
*
|
|
1651
1898
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1652
1899
|
*/
|
|
1653
1900
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1654
1901
|
/**
|
|
1655
|
-
*
|
|
1902
|
+
*
|
|
1903
|
+
* @optional
|
|
1904
|
+
*
|
|
1905
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1906
|
+
*
|
|
1907
|
+
* @example 1672531200
|
|
1908
|
+
*
|
|
1909
|
+
* @regex ^[0-9]+$
|
|
1910
|
+
*
|
|
1911
|
+
* @format Non-negative integer.
|
|
1656
1912
|
*
|
|
1657
1913
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1658
1914
|
*/
|
|
1659
1915
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1660
1916
|
/**
|
|
1661
|
-
*
|
|
1917
|
+
*
|
|
1918
|
+
* @optional
|
|
1919
|
+
*
|
|
1920
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1921
|
+
*
|
|
1922
|
+
* @example 1704067199
|
|
1923
|
+
*
|
|
1924
|
+
* @regex ^[0-9]+$
|
|
1925
|
+
*
|
|
1926
|
+
* @format Non-negative integer.
|
|
1662
1927
|
*
|
|
1663
1928
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1664
1929
|
*/
|
|
1665
1930
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1666
1931
|
/**
|
|
1667
|
-
*
|
|
1932
|
+
*
|
|
1933
|
+
* @optional
|
|
1934
|
+
*
|
|
1935
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1936
|
+
*
|
|
1937
|
+
* @example 501
|
|
1938
|
+
*
|
|
1939
|
+
* @regex ^[0-9]+$
|
|
1940
|
+
*
|
|
1941
|
+
* @format Non-negative integer.
|
|
1668
1942
|
*
|
|
1669
1943
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1670
1944
|
*/
|
|
1671
1945
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1672
1946
|
/**
|
|
1673
|
-
*
|
|
1947
|
+
*
|
|
1948
|
+
* @optional
|
|
1949
|
+
*
|
|
1950
|
+
* @description Filter by the role ID of the approver.
|
|
1951
|
+
*
|
|
1952
|
+
* @example 5
|
|
1953
|
+
*
|
|
1954
|
+
* @regex ^[0-9]+$
|
|
1955
|
+
*
|
|
1956
|
+
* @format Non-negative integer.
|
|
1674
1957
|
*
|
|
1675
1958
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1676
1959
|
*/
|
|
1677
1960
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1678
1961
|
/**
|
|
1679
|
-
*
|
|
1962
|
+
*
|
|
1963
|
+
* @optional
|
|
1964
|
+
*
|
|
1965
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1966
|
+
*
|
|
1967
|
+
* @example 1672531200
|
|
1968
|
+
*
|
|
1969
|
+
* @regex ^[0-9]+$
|
|
1970
|
+
*
|
|
1971
|
+
* @format Non-negative integer.
|
|
1680
1972
|
*
|
|
1681
1973
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1682
1974
|
*/
|
|
1683
1975
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1684
1976
|
/**
|
|
1685
|
-
*
|
|
1977
|
+
*
|
|
1978
|
+
* @optional
|
|
1979
|
+
*
|
|
1980
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1981
|
+
*
|
|
1982
|
+
* @example 1704067199
|
|
1983
|
+
*
|
|
1984
|
+
* @regex ^[0-9]+$
|
|
1985
|
+
*
|
|
1986
|
+
* @format Non-negative integer.
|
|
1686
1987
|
*
|
|
1687
1988
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1688
1989
|
*/
|
|
1689
1990
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1690
1991
|
/**
|
|
1691
|
-
*
|
|
1992
|
+
*
|
|
1993
|
+
* @optional
|
|
1994
|
+
*
|
|
1995
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1996
|
+
*
|
|
1997
|
+
* @example "ABS-2023-001"
|
|
1998
|
+
*
|
|
1999
|
+
* @regex [0-9A-Za-z ]*$
|
|
2000
|
+
*
|
|
2001
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1692
2002
|
*
|
|
1693
2003
|
* @generated from field: string reference_id = 20;
|
|
1694
2004
|
*/
|
|
1695
2005
|
referenceId = "";
|
|
1696
2006
|
/**
|
|
1697
|
-
*
|
|
2007
|
+
*
|
|
2008
|
+
* @optional
|
|
2009
|
+
*
|
|
2010
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2011
|
+
*
|
|
2012
|
+
* @example "ABS-2023-X9Z2"
|
|
2013
|
+
*
|
|
2014
|
+
* @regex [0-9A-Za-z ]*$
|
|
2015
|
+
*
|
|
2016
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1698
2017
|
*
|
|
1699
2018
|
* @generated from field: string final_ref_number = 21;
|
|
1700
2019
|
*/
|
|
@@ -1812,91 +2131,218 @@ exports.GoodsDispatchesServiceFilterReq = GoodsDispatchesServiceFilterReq;
|
|
|
1812
2131
|
*/
|
|
1813
2132
|
class GoodsDispatchesServiceCountReq extends protobuf_1.Message {
|
|
1814
2133
|
/**
|
|
1815
|
-
*
|
|
2134
|
+
*
|
|
2135
|
+
* @optional
|
|
2136
|
+
*
|
|
2137
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2138
|
+
*
|
|
2139
|
+
* @example ANY
|
|
1816
2140
|
*
|
|
1817
2141
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1818
2142
|
*/
|
|
1819
2143
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1820
2144
|
/**
|
|
1821
|
-
*
|
|
2145
|
+
*
|
|
2146
|
+
* @optional
|
|
2147
|
+
*
|
|
2148
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2149
|
+
*
|
|
2150
|
+
* @example 1672531200
|
|
2151
|
+
*
|
|
2152
|
+
* @regex ^[0-9]+$
|
|
2153
|
+
*
|
|
2154
|
+
* @format Non-negative integer.
|
|
1822
2155
|
*
|
|
1823
2156
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1824
2157
|
*/
|
|
1825
2158
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1826
2159
|
/**
|
|
1827
|
-
*
|
|
2160
|
+
*
|
|
2161
|
+
* @optional
|
|
2162
|
+
*
|
|
2163
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2164
|
+
*
|
|
2165
|
+
* @example 1704067199
|
|
2166
|
+
*
|
|
2167
|
+
* @regex ^[0-9]+$
|
|
2168
|
+
*
|
|
2169
|
+
* @format Non-negative integer.
|
|
1828
2170
|
*
|
|
1829
2171
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1830
2172
|
*/
|
|
1831
2173
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1832
2174
|
/**
|
|
1833
|
-
*
|
|
2175
|
+
*
|
|
2176
|
+
* @optional
|
|
2177
|
+
*
|
|
2178
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2179
|
+
*
|
|
2180
|
+
* @example 1672531200
|
|
2181
|
+
*
|
|
2182
|
+
* @regex ^[0-9]+$
|
|
2183
|
+
*
|
|
2184
|
+
* @format Non-negative integer.
|
|
1834
2185
|
*
|
|
1835
2186
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1836
2187
|
*/
|
|
1837
2188
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1838
2189
|
/**
|
|
1839
|
-
*
|
|
2190
|
+
*
|
|
2191
|
+
* @optional
|
|
2192
|
+
*
|
|
2193
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2194
|
+
*
|
|
2195
|
+
* @example 1704067199
|
|
2196
|
+
*
|
|
2197
|
+
* @regex ^[0-9]+$
|
|
2198
|
+
*
|
|
2199
|
+
* @format Non-negative integer.
|
|
1840
2200
|
*
|
|
1841
2201
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1842
2202
|
*/
|
|
1843
2203
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1844
2204
|
/**
|
|
1845
|
-
*
|
|
2205
|
+
*
|
|
2206
|
+
* @optional
|
|
2207
|
+
*
|
|
2208
|
+
* @description Filter by the organization UUID.
|
|
2209
|
+
*
|
|
2210
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2211
|
+
*
|
|
2212
|
+
* @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}$
|
|
2213
|
+
*
|
|
2214
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1846
2215
|
*
|
|
1847
2216
|
* @generated from field: string entity_uuid = 8;
|
|
1848
2217
|
*/
|
|
1849
2218
|
entityUuid = "";
|
|
1850
2219
|
/**
|
|
1851
|
-
*
|
|
2220
|
+
*
|
|
2221
|
+
* @optional
|
|
2222
|
+
*
|
|
2223
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2224
|
+
*
|
|
2225
|
+
* @example STANDING
|
|
1852
2226
|
*
|
|
1853
2227
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1854
2228
|
*/
|
|
1855
2229
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1856
2230
|
/**
|
|
1857
|
-
*
|
|
2231
|
+
*
|
|
2232
|
+
* @optional
|
|
2233
|
+
*
|
|
2234
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2235
|
+
*
|
|
2236
|
+
* @example 1672531200
|
|
2237
|
+
*
|
|
2238
|
+
* @regex ^[0-9]+$
|
|
2239
|
+
*
|
|
2240
|
+
* @format Non-negative integer.
|
|
1858
2241
|
*
|
|
1859
2242
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1860
2243
|
*/
|
|
1861
2244
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1862
2245
|
/**
|
|
1863
|
-
*
|
|
2246
|
+
*
|
|
2247
|
+
* @optional
|
|
2248
|
+
*
|
|
2249
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2250
|
+
*
|
|
2251
|
+
* @example 1704067199
|
|
2252
|
+
*
|
|
2253
|
+
* @regex ^[0-9]+$
|
|
2254
|
+
*
|
|
2255
|
+
* @format Non-negative integer.
|
|
1864
2256
|
*
|
|
1865
2257
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1866
2258
|
*/
|
|
1867
2259
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1868
2260
|
/**
|
|
1869
|
-
*
|
|
2261
|
+
*
|
|
2262
|
+
* @optional
|
|
2263
|
+
*
|
|
2264
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2265
|
+
*
|
|
2266
|
+
* @example 501
|
|
2267
|
+
*
|
|
2268
|
+
* @regex ^[0-9]+$
|
|
2269
|
+
*
|
|
2270
|
+
* @format Non-negative integer.
|
|
1870
2271
|
*
|
|
1871
2272
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1872
2273
|
*/
|
|
1873
2274
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1874
2275
|
/**
|
|
1875
|
-
*
|
|
2276
|
+
*
|
|
2277
|
+
* @optional
|
|
2278
|
+
*
|
|
2279
|
+
* @description Filter by the role ID of the approver.
|
|
2280
|
+
*
|
|
2281
|
+
* @example 5
|
|
2282
|
+
*
|
|
2283
|
+
* @regex ^[0-9]+$
|
|
2284
|
+
*
|
|
2285
|
+
* @format Non-negative integer.
|
|
1876
2286
|
*
|
|
1877
2287
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1878
2288
|
*/
|
|
1879
2289
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1880
2290
|
/**
|
|
1881
|
-
*
|
|
2291
|
+
*
|
|
2292
|
+
* @optional
|
|
2293
|
+
*
|
|
2294
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2295
|
+
*
|
|
2296
|
+
* @example 1672531200
|
|
2297
|
+
*
|
|
2298
|
+
* @regex ^[0-9]+$
|
|
2299
|
+
*
|
|
2300
|
+
* @format Non-negative integer.
|
|
1882
2301
|
*
|
|
1883
2302
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1884
2303
|
*/
|
|
1885
2304
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1886
2305
|
/**
|
|
1887
|
-
*
|
|
2306
|
+
*
|
|
2307
|
+
* @optional
|
|
2308
|
+
*
|
|
2309
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2310
|
+
*
|
|
2311
|
+
* @example 1704067199
|
|
2312
|
+
*
|
|
2313
|
+
* @regex ^[0-9]+$
|
|
2314
|
+
*
|
|
2315
|
+
* @format Non-negative integer.
|
|
1888
2316
|
*
|
|
1889
2317
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1890
2318
|
*/
|
|
1891
2319
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1892
2320
|
/**
|
|
1893
|
-
*
|
|
2321
|
+
*
|
|
2322
|
+
* @optional
|
|
2323
|
+
*
|
|
2324
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2325
|
+
*
|
|
2326
|
+
* @example "ABS-2023-001"
|
|
2327
|
+
*
|
|
2328
|
+
* @regex [0-9A-Za-z ]*$
|
|
2329
|
+
*
|
|
2330
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1894
2331
|
*
|
|
1895
2332
|
* @generated from field: string reference_id = 20;
|
|
1896
2333
|
*/
|
|
1897
2334
|
referenceId = "";
|
|
1898
2335
|
/**
|
|
1899
|
-
*
|
|
2336
|
+
*
|
|
2337
|
+
* @optional
|
|
2338
|
+
*
|
|
2339
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2340
|
+
*
|
|
2341
|
+
* @example "ABS-2023-X9Z2"
|
|
2342
|
+
*
|
|
2343
|
+
* @regex [0-9A-Za-z ]*$
|
|
2344
|
+
*
|
|
2345
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1900
2346
|
*
|
|
1901
2347
|
* @generated from field: string final_ref_number = 21;
|
|
1902
2348
|
*/
|
|
@@ -2010,49 +2456,103 @@ exports.GoodsDispatchesServiceCountReq = GoodsDispatchesServiceCountReq;
|
|
|
2010
2456
|
*/
|
|
2011
2457
|
class GoodsDispatchesServiceSearchAllReq extends protobuf_1.Message {
|
|
2012
2458
|
/**
|
|
2013
|
-
*
|
|
2459
|
+
*
|
|
2460
|
+
* @optional
|
|
2461
|
+
*
|
|
2462
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2463
|
+
*
|
|
2464
|
+
* @example ANY
|
|
2014
2465
|
*
|
|
2015
2466
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2016
2467
|
*/
|
|
2017
2468
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2018
2469
|
/**
|
|
2019
|
-
*
|
|
2470
|
+
*
|
|
2471
|
+
* @mandatory
|
|
2472
|
+
*
|
|
2473
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2474
|
+
*
|
|
2475
|
+
* @example 100
|
|
2476
|
+
*
|
|
2477
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2478
|
+
*
|
|
2479
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2020
2480
|
*
|
|
2021
2481
|
* @generated from field: int64 count = 2;
|
|
2022
2482
|
*/
|
|
2023
2483
|
count = protobuf_1.protoInt64.zero;
|
|
2024
2484
|
/**
|
|
2025
|
-
*
|
|
2485
|
+
*
|
|
2486
|
+
* @optional
|
|
2487
|
+
*
|
|
2488
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2489
|
+
*
|
|
2490
|
+
* @example 0
|
|
2491
|
+
*
|
|
2492
|
+
* @regex ^[0-9]+$
|
|
2493
|
+
*
|
|
2494
|
+
* @format Non-negative integer.
|
|
2026
2495
|
*
|
|
2027
2496
|
* @generated from field: uint64 offset = 3;
|
|
2028
2497
|
*/
|
|
2029
2498
|
offset = protobuf_1.protoInt64.zero;
|
|
2030
2499
|
/**
|
|
2031
|
-
*
|
|
2500
|
+
*
|
|
2501
|
+
* @optional
|
|
2502
|
+
*
|
|
2503
|
+
* @description Sort direction.
|
|
2504
|
+
*
|
|
2505
|
+
* @example DESCENDING
|
|
2032
2506
|
*
|
|
2033
2507
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2034
2508
|
*/
|
|
2035
2509
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2036
2510
|
/**
|
|
2037
|
-
*
|
|
2511
|
+
*
|
|
2512
|
+
* @optional
|
|
2513
|
+
*
|
|
2514
|
+
* @description The field used for sorting.
|
|
2038
2515
|
*
|
|
2039
2516
|
* @generated from field: Scailo.GOODS_DISPATCH_SORT_KEY sort_key = 5;
|
|
2040
2517
|
*/
|
|
2041
2518
|
sortKey = GOODS_DISPATCH_SORT_KEY.GOODS_DISPATCH_SORT_KEY_ID_UNSPECIFIED;
|
|
2042
2519
|
/**
|
|
2043
|
-
*
|
|
2520
|
+
*
|
|
2521
|
+
* @optional
|
|
2522
|
+
*
|
|
2523
|
+
* @description Filter by the organization UUID.
|
|
2524
|
+
*
|
|
2525
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2526
|
+
*
|
|
2527
|
+
* @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}$
|
|
2528
|
+
*
|
|
2529
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2044
2530
|
*
|
|
2045
2531
|
* @generated from field: string entity_uuid = 6;
|
|
2046
2532
|
*/
|
|
2047
2533
|
entityUuid = "";
|
|
2048
2534
|
/**
|
|
2049
|
-
*
|
|
2535
|
+
*
|
|
2536
|
+
* @optional
|
|
2537
|
+
*
|
|
2538
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2539
|
+
*
|
|
2540
|
+
* @example STANDING
|
|
2050
2541
|
*
|
|
2051
2542
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2052
2543
|
*/
|
|
2053
2544
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2054
2545
|
/**
|
|
2055
|
-
*
|
|
2546
|
+
*
|
|
2547
|
+
* @mandatory
|
|
2548
|
+
*
|
|
2549
|
+
* @description The search string to match against reference IDs.
|
|
2550
|
+
*
|
|
2551
|
+
* @example "Medical 2023"
|
|
2552
|
+
*
|
|
2553
|
+
* @regex .*
|
|
2554
|
+
*
|
|
2555
|
+
* @format: May contain any UTF-8 characters.
|
|
2056
2556
|
*
|
|
2057
2557
|
* @generated from field: string search_key = 11;
|
|
2058
2558
|
*/
|