@kernelminds/scailo-sdk 0.1.28 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +41 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +226 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +88 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +87 -22
- package/lib/cjs/src/users.scailo_pb.js +447 -81
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +41 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +226 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +88 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +87 -22
- package/lib/esm/src/users.scailo_pb.js +451 -83
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -279,7 +279,16 @@ protobuf_1.proto3.util.setEnumType(GOODS_RECEIPT_BILLING_STATUS, "Scailo.GOODS_R
|
|
|
279
279
|
*/
|
|
280
280
|
class GoodsReceiptsServiceCreateRequest extends protobuf_1.Message {
|
|
281
281
|
/**
|
|
282
|
-
*
|
|
282
|
+
*
|
|
283
|
+
* @optional
|
|
284
|
+
*
|
|
285
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
286
|
+
*
|
|
287
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
288
|
+
*
|
|
289
|
+
* @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}$
|
|
290
|
+
*
|
|
291
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
283
292
|
*
|
|
284
293
|
* @generated from field: string entity_uuid = 1;
|
|
285
294
|
*/
|
|
@@ -291,13 +300,31 @@ class GoodsReceiptsServiceCreateRequest extends protobuf_1.Message {
|
|
|
291
300
|
*/
|
|
292
301
|
userComment = "";
|
|
293
302
|
/**
|
|
294
|
-
*
|
|
303
|
+
*
|
|
304
|
+
* @optional
|
|
305
|
+
*
|
|
306
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
307
|
+
*
|
|
308
|
+
* @example 15234
|
|
309
|
+
*
|
|
310
|
+
* @regex ^[0-9]+$
|
|
311
|
+
*
|
|
312
|
+
* @format Non-negative integer.
|
|
295
313
|
*
|
|
296
314
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
297
315
|
*/
|
|
298
316
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
299
317
|
/**
|
|
300
|
-
*
|
|
318
|
+
*
|
|
319
|
+
* @mandatory
|
|
320
|
+
*
|
|
321
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
322
|
+
*
|
|
323
|
+
* @example "ABS-2023-001"
|
|
324
|
+
*
|
|
325
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
326
|
+
*
|
|
327
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
301
328
|
*
|
|
302
329
|
* @generated from field: string reference_id = 10;
|
|
303
330
|
*/
|
|
@@ -383,19 +410,42 @@ class GoodsReceiptsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
383
410
|
*/
|
|
384
411
|
id = protobuf_1.protoInt64.zero;
|
|
385
412
|
/**
|
|
386
|
-
*
|
|
413
|
+
*
|
|
414
|
+
* @optional
|
|
415
|
+
*
|
|
416
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
417
|
+
*
|
|
418
|
+
* @example true
|
|
387
419
|
*
|
|
388
420
|
* @generated from field: bool notify_users = 3;
|
|
389
421
|
*/
|
|
390
422
|
notifyUsers = false;
|
|
391
423
|
/**
|
|
392
|
-
*
|
|
424
|
+
*
|
|
425
|
+
* @optional
|
|
426
|
+
*
|
|
427
|
+
* @description Updated vault folder ID for documentation storage.
|
|
428
|
+
*
|
|
429
|
+
* @example 15235
|
|
430
|
+
*
|
|
431
|
+
* @regex ^[0-9]+$
|
|
432
|
+
*
|
|
433
|
+
* @format Non-negative integer.
|
|
393
434
|
*
|
|
394
435
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
395
436
|
*/
|
|
396
437
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
397
438
|
/**
|
|
398
|
-
*
|
|
439
|
+
*
|
|
440
|
+
* @mandatory
|
|
441
|
+
*
|
|
442
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
443
|
+
*
|
|
444
|
+
* @example "ABS-2023-001-REV"
|
|
445
|
+
*
|
|
446
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
447
|
+
*
|
|
448
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
399
449
|
*
|
|
400
450
|
* @generated from field: string reference_id = 10;
|
|
401
451
|
*/
|
|
@@ -535,55 +585,74 @@ exports.GoodsReceiptAncillaryParameters = GoodsReceiptAncillaryParameters;
|
|
|
535
585
|
*/
|
|
536
586
|
class GoodsReceipt extends protobuf_1.Message {
|
|
537
587
|
/**
|
|
538
|
-
*
|
|
588
|
+
*
|
|
589
|
+
* @description The organization's globally unique identifier.
|
|
590
|
+
*
|
|
591
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
539
592
|
*
|
|
540
593
|
* @generated from field: string entity_uuid = 1;
|
|
541
594
|
*/
|
|
542
595
|
entityUuid = "";
|
|
543
596
|
/**
|
|
544
|
-
*
|
|
597
|
+
*
|
|
598
|
+
* @description Standard employee and record metadata including timestamps.
|
|
545
599
|
*
|
|
546
600
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
547
601
|
*/
|
|
548
602
|
metadata;
|
|
549
603
|
/**
|
|
550
|
-
*
|
|
604
|
+
*
|
|
605
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
551
606
|
*
|
|
552
607
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
553
608
|
*/
|
|
554
609
|
approvalMetadata;
|
|
555
610
|
/**
|
|
556
|
-
*
|
|
611
|
+
*
|
|
612
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
557
613
|
*
|
|
558
614
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
559
615
|
*/
|
|
560
616
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
561
617
|
/**
|
|
562
|
-
*
|
|
618
|
+
*
|
|
619
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
563
620
|
*
|
|
564
621
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
565
622
|
*/
|
|
566
623
|
logs = [];
|
|
567
624
|
/**
|
|
568
|
-
*
|
|
625
|
+
*
|
|
626
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
627
|
+
*
|
|
628
|
+
* @example 1698400000
|
|
569
629
|
*
|
|
570
630
|
* @generated from field: uint64 completed_on = 6;
|
|
571
631
|
*/
|
|
572
632
|
completedOn = protobuf_1.protoInt64.zero;
|
|
573
633
|
/**
|
|
574
|
-
*
|
|
634
|
+
*
|
|
635
|
+
* @description Link to the document storage folder.
|
|
636
|
+
*
|
|
637
|
+
* @example 15234
|
|
575
638
|
*
|
|
576
639
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
577
640
|
*/
|
|
578
641
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
579
642
|
/**
|
|
580
|
-
*
|
|
643
|
+
*
|
|
644
|
+
* @description The user-provided reference ID.
|
|
645
|
+
*
|
|
646
|
+
* @example "ABS-2023-001"
|
|
581
647
|
*
|
|
582
648
|
* @generated from field: string reference_id = 10;
|
|
583
649
|
*/
|
|
584
650
|
referenceId = "";
|
|
585
651
|
/**
|
|
586
|
-
*
|
|
652
|
+
*
|
|
653
|
+
* @description The system-generated immutable reference number.
|
|
654
|
+
*
|
|
655
|
+
* @example "ABS-2023-X9Z2"
|
|
587
656
|
*
|
|
588
657
|
* @generated from field: string final_ref_number = 11;
|
|
589
658
|
*/
|
|
@@ -932,25 +1001,31 @@ exports.GoodsReceiptsServiceItemUpdateRequest = GoodsReceiptsServiceItemUpdateRe
|
|
|
932
1001
|
*/
|
|
933
1002
|
class GoodsReceiptItem 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
|
*/
|
|
@@ -1213,37 +1288,77 @@ exports.GoodsReceiptItemProspectiveInfoRequest = GoodsReceiptItemProspectiveInfo
|
|
|
1213
1288
|
*/
|
|
1214
1289
|
class GoodsReceiptItemsSearchRequest extends protobuf_1.Message {
|
|
1215
1290
|
/**
|
|
1216
|
-
*
|
|
1291
|
+
*
|
|
1292
|
+
* @optional
|
|
1293
|
+
*
|
|
1294
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1295
|
+
*
|
|
1296
|
+
* @example ANY
|
|
1217
1297
|
*
|
|
1218
1298
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1219
1299
|
*/
|
|
1220
1300
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1221
1301
|
/**
|
|
1222
|
-
*
|
|
1302
|
+
*
|
|
1303
|
+
* @mandatory
|
|
1304
|
+
*
|
|
1305
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1306
|
+
*
|
|
1307
|
+
* @example 100
|
|
1308
|
+
*
|
|
1309
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1310
|
+
*
|
|
1311
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1223
1312
|
*
|
|
1224
1313
|
* @generated from field: int64 count = 2;
|
|
1225
1314
|
*/
|
|
1226
1315
|
count = protobuf_1.protoInt64.zero;
|
|
1227
1316
|
/**
|
|
1228
|
-
*
|
|
1317
|
+
*
|
|
1318
|
+
* @optional
|
|
1319
|
+
*
|
|
1320
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1321
|
+
*
|
|
1322
|
+
* @example 0
|
|
1323
|
+
*
|
|
1324
|
+
* @regex ^[0-9]+$
|
|
1325
|
+
*
|
|
1326
|
+
* @format Non-negative integer.
|
|
1229
1327
|
*
|
|
1230
1328
|
* @generated from field: uint64 offset = 3;
|
|
1231
1329
|
*/
|
|
1232
1330
|
offset = protobuf_1.protoInt64.zero;
|
|
1233
1331
|
/**
|
|
1234
|
-
*
|
|
1332
|
+
*
|
|
1333
|
+
* @optional
|
|
1334
|
+
*
|
|
1335
|
+
* @description Sort direction.
|
|
1336
|
+
*
|
|
1337
|
+
* @example DESCENDING
|
|
1235
1338
|
*
|
|
1236
1339
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1237
1340
|
*/
|
|
1238
1341
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1239
1342
|
/**
|
|
1240
|
-
*
|
|
1343
|
+
*
|
|
1344
|
+
* @optional
|
|
1345
|
+
*
|
|
1346
|
+
* @description The field used for sorting.
|
|
1241
1347
|
*
|
|
1242
1348
|
* @generated from field: Scailo.GOODS_RECEIPT_ITEM_SORT_KEY sort_key = 5;
|
|
1243
1349
|
*/
|
|
1244
1350
|
sortKey = GOODS_RECEIPT_ITEM_SORT_KEY.GOODS_RECEIPT_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1245
1351
|
/**
|
|
1246
|
-
*
|
|
1352
|
+
*
|
|
1353
|
+
* @optional
|
|
1354
|
+
*
|
|
1355
|
+
* @description Filter by the organization UUID.
|
|
1356
|
+
*
|
|
1357
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1358
|
+
*
|
|
1359
|
+
* @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}$
|
|
1360
|
+
*
|
|
1361
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1247
1362
|
*
|
|
1248
1363
|
* @generated from field: string entity_uuid = 6;
|
|
1249
1364
|
*/
|
|
@@ -1358,25 +1473,35 @@ exports.GoodsReceiptItemsSearchRequest = GoodsReceiptItemsSearchRequest;
|
|
|
1358
1473
|
*/
|
|
1359
1474
|
class GoodsReceiptsServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1360
1475
|
/**
|
|
1361
|
-
*
|
|
1476
|
+
*
|
|
1477
|
+
* @description Number of records returned in the current response slice.
|
|
1478
|
+
*
|
|
1479
|
+
* @example 50
|
|
1362
1480
|
*
|
|
1363
1481
|
* @generated from field: uint64 count = 1;
|
|
1364
1482
|
*/
|
|
1365
1483
|
count = protobuf_1.protoInt64.zero;
|
|
1366
1484
|
/**
|
|
1367
|
-
*
|
|
1485
|
+
*
|
|
1486
|
+
* @description The offset provided in the request.
|
|
1487
|
+
*
|
|
1488
|
+
* @example 0
|
|
1368
1489
|
*
|
|
1369
1490
|
* @generated from field: uint64 offset = 2;
|
|
1370
1491
|
*/
|
|
1371
1492
|
offset = protobuf_1.protoInt64.zero;
|
|
1372
1493
|
/**
|
|
1373
|
-
*
|
|
1494
|
+
*
|
|
1495
|
+
* @description The total number of records matching the criteria.
|
|
1496
|
+
*
|
|
1497
|
+
* @example 1250
|
|
1374
1498
|
*
|
|
1375
1499
|
* @generated from field: uint64 total = 3;
|
|
1376
1500
|
*/
|
|
1377
1501
|
total = protobuf_1.protoInt64.zero;
|
|
1378
1502
|
/**
|
|
1379
|
-
*
|
|
1503
|
+
*
|
|
1504
|
+
* @description The array of records for the current page.
|
|
1380
1505
|
*
|
|
1381
1506
|
* @generated from field: repeated Scailo.GoodsReceiptItem payload = 4;
|
|
1382
1507
|
*/
|
|
@@ -1465,31 +1590,62 @@ exports.GoodsReceiptsServiceAlreadyAddedQuantityForSourceRequest = GoodsReceipts
|
|
|
1465
1590
|
*/
|
|
1466
1591
|
class GoodsReceiptsServicePaginationReq extends protobuf_1.Message {
|
|
1467
1592
|
/**
|
|
1468
|
-
*
|
|
1593
|
+
*
|
|
1594
|
+
* @optional
|
|
1595
|
+
*
|
|
1596
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1597
|
+
*
|
|
1598
|
+
* @example ANY
|
|
1469
1599
|
*
|
|
1470
1600
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1471
1601
|
*/
|
|
1472
1602
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1473
1603
|
/**
|
|
1474
|
-
*
|
|
1604
|
+
*
|
|
1605
|
+
* @mandatory
|
|
1606
|
+
*
|
|
1607
|
+
* @description Number of records to return per page.
|
|
1608
|
+
*
|
|
1609
|
+
* @example 50
|
|
1610
|
+
*
|
|
1611
|
+
* @regex ^[1-9][0-9]*$
|
|
1612
|
+
*
|
|
1613
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1475
1614
|
*
|
|
1476
1615
|
* @generated from field: int64 count = 2;
|
|
1477
1616
|
*/
|
|
1478
1617
|
count = protobuf_1.protoInt64.zero;
|
|
1479
1618
|
/**
|
|
1480
|
-
*
|
|
1619
|
+
*
|
|
1620
|
+
* @optional
|
|
1621
|
+
*
|
|
1622
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1623
|
+
*
|
|
1624
|
+
* @example 0
|
|
1625
|
+
*
|
|
1626
|
+
* @regex ^[0-9]+$
|
|
1627
|
+
*
|
|
1628
|
+
* @format Non-negative integer.
|
|
1481
1629
|
*
|
|
1482
1630
|
* @generated from field: uint64 offset = 3;
|
|
1483
1631
|
*/
|
|
1484
1632
|
offset = protobuf_1.protoInt64.zero;
|
|
1485
1633
|
/**
|
|
1486
|
-
*
|
|
1634
|
+
*
|
|
1635
|
+
* @optional
|
|
1636
|
+
*
|
|
1637
|
+
* @description Sort direction.
|
|
1638
|
+
*
|
|
1639
|
+
* @example DESCENDING
|
|
1487
1640
|
*
|
|
1488
1641
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1489
1642
|
*/
|
|
1490
1643
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1491
1644
|
/**
|
|
1492
|
-
*
|
|
1645
|
+
*
|
|
1646
|
+
* @optional
|
|
1647
|
+
*
|
|
1648
|
+
* @description The specific field key to sort the results by.
|
|
1493
1649
|
*
|
|
1494
1650
|
* @generated from field: Scailo.GOODS_RECEIPT_SORT_KEY sort_key = 5;
|
|
1495
1651
|
*/
|
|
@@ -1536,25 +1692,35 @@ exports.GoodsReceiptsServicePaginationReq = GoodsReceiptsServicePaginationReq;
|
|
|
1536
1692
|
*/
|
|
1537
1693
|
class GoodsReceiptsServicePaginationResponse extends protobuf_1.Message {
|
|
1538
1694
|
/**
|
|
1539
|
-
*
|
|
1695
|
+
*
|
|
1696
|
+
* @description Number of records returned in the current response slice.
|
|
1697
|
+
*
|
|
1698
|
+
* @example 50
|
|
1540
1699
|
*
|
|
1541
1700
|
* @generated from field: uint64 count = 1;
|
|
1542
1701
|
*/
|
|
1543
1702
|
count = protobuf_1.protoInt64.zero;
|
|
1544
1703
|
/**
|
|
1545
|
-
*
|
|
1704
|
+
*
|
|
1705
|
+
* @description The offset provided in the request.
|
|
1706
|
+
*
|
|
1707
|
+
* @example 0
|
|
1546
1708
|
*
|
|
1547
1709
|
* @generated from field: uint64 offset = 2;
|
|
1548
1710
|
*/
|
|
1549
1711
|
offset = protobuf_1.protoInt64.zero;
|
|
1550
1712
|
/**
|
|
1551
|
-
*
|
|
1713
|
+
*
|
|
1714
|
+
* @description The total number of records matching the criteria.
|
|
1715
|
+
*
|
|
1716
|
+
* @example 1250
|
|
1552
1717
|
*
|
|
1553
1718
|
* @generated from field: uint64 total = 3;
|
|
1554
1719
|
*/
|
|
1555
1720
|
total = protobuf_1.protoInt64.zero;
|
|
1556
1721
|
/**
|
|
1557
|
-
*
|
|
1722
|
+
*
|
|
1723
|
+
* @description The array of records for the current page.
|
|
1558
1724
|
*
|
|
1559
1725
|
* @generated from field: repeated Scailo.GoodsReceipt payload = 4;
|
|
1560
1726
|
*/
|
|
@@ -1593,115 +1759,268 @@ exports.GoodsReceiptsServicePaginationResponse = GoodsReceiptsServicePaginationR
|
|
|
1593
1759
|
*/
|
|
1594
1760
|
class GoodsReceiptsServiceFilterReq extends protobuf_1.Message {
|
|
1595
1761
|
/**
|
|
1596
|
-
*
|
|
1762
|
+
*
|
|
1763
|
+
* @optional
|
|
1764
|
+
*
|
|
1765
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1766
|
+
*
|
|
1767
|
+
* @example ANY
|
|
1597
1768
|
*
|
|
1598
1769
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1599
1770
|
*/
|
|
1600
1771
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1601
1772
|
/**
|
|
1602
|
-
*
|
|
1773
|
+
*
|
|
1774
|
+
* @mandatory
|
|
1775
|
+
*
|
|
1776
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1777
|
+
*
|
|
1778
|
+
* @example 100
|
|
1779
|
+
*
|
|
1780
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1781
|
+
*
|
|
1782
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1603
1783
|
*
|
|
1604
1784
|
* @generated from field: int64 count = 2;
|
|
1605
1785
|
*/
|
|
1606
1786
|
count = protobuf_1.protoInt64.zero;
|
|
1607
1787
|
/**
|
|
1608
|
-
*
|
|
1788
|
+
*
|
|
1789
|
+
* @optional
|
|
1790
|
+
*
|
|
1791
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1792
|
+
*
|
|
1793
|
+
* @example 0
|
|
1794
|
+
*
|
|
1795
|
+
* @regex ^[0-9]+$
|
|
1796
|
+
*
|
|
1797
|
+
* @format Non-negative integer.
|
|
1609
1798
|
*
|
|
1610
1799
|
* @generated from field: uint64 offset = 3;
|
|
1611
1800
|
*/
|
|
1612
1801
|
offset = protobuf_1.protoInt64.zero;
|
|
1613
1802
|
/**
|
|
1614
|
-
*
|
|
1803
|
+
*
|
|
1804
|
+
* @optional
|
|
1805
|
+
*
|
|
1806
|
+
* @description Sort direction.
|
|
1807
|
+
*
|
|
1808
|
+
* @example DESCENDING
|
|
1615
1809
|
*
|
|
1616
1810
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1617
1811
|
*/
|
|
1618
1812
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1619
1813
|
/**
|
|
1620
|
-
*
|
|
1814
|
+
*
|
|
1815
|
+
* @optional
|
|
1816
|
+
*
|
|
1817
|
+
* @description The field used for sorting.
|
|
1621
1818
|
*
|
|
1622
1819
|
* @generated from field: Scailo.GOODS_RECEIPT_SORT_KEY sort_key = 5;
|
|
1623
1820
|
*/
|
|
1624
1821
|
sortKey = GOODS_RECEIPT_SORT_KEY.GOODS_RECEIPT_SORT_KEY_ID_UNSPECIFIED;
|
|
1625
1822
|
/**
|
|
1626
|
-
*
|
|
1823
|
+
*
|
|
1824
|
+
* @optional
|
|
1825
|
+
*
|
|
1826
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1827
|
+
*
|
|
1828
|
+
* @example 1672531200
|
|
1829
|
+
*
|
|
1830
|
+
* @regex ^[0-9]+$
|
|
1831
|
+
*
|
|
1832
|
+
* @format Non-negative integer.
|
|
1627
1833
|
*
|
|
1628
1834
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1629
1835
|
*/
|
|
1630
1836
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1631
1837
|
/**
|
|
1632
|
-
*
|
|
1838
|
+
*
|
|
1839
|
+
* @optional
|
|
1840
|
+
*
|
|
1841
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1842
|
+
*
|
|
1843
|
+
* @example 1704067199
|
|
1844
|
+
*
|
|
1845
|
+
* @regex ^[0-9]+$
|
|
1846
|
+
*
|
|
1847
|
+
* @format Non-negative integer.
|
|
1633
1848
|
*
|
|
1634
1849
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1635
1850
|
*/
|
|
1636
1851
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1637
1852
|
/**
|
|
1638
|
-
*
|
|
1853
|
+
*
|
|
1854
|
+
* @optional
|
|
1855
|
+
*
|
|
1856
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1857
|
+
*
|
|
1858
|
+
* @example 1672531200
|
|
1859
|
+
*
|
|
1860
|
+
* @regex ^[0-9]+$
|
|
1861
|
+
*
|
|
1862
|
+
* @format Non-negative integer.
|
|
1639
1863
|
*
|
|
1640
1864
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1641
1865
|
*/
|
|
1642
1866
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1643
1867
|
/**
|
|
1644
|
-
*
|
|
1868
|
+
*
|
|
1869
|
+
* @optional
|
|
1870
|
+
*
|
|
1871
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1872
|
+
*
|
|
1873
|
+
* @example 1704067199
|
|
1874
|
+
*
|
|
1875
|
+
* @regex ^[0-9]+$
|
|
1876
|
+
*
|
|
1877
|
+
* @format Non-negative integer.
|
|
1645
1878
|
*
|
|
1646
1879
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1647
1880
|
*/
|
|
1648
1881
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1649
1882
|
/**
|
|
1650
|
-
*
|
|
1883
|
+
*
|
|
1884
|
+
* @optional
|
|
1885
|
+
*
|
|
1886
|
+
* @description Filter by the organization UUID.
|
|
1887
|
+
*
|
|
1888
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1889
|
+
*
|
|
1890
|
+
* @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}$
|
|
1891
|
+
*
|
|
1892
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1651
1893
|
*
|
|
1652
1894
|
* @generated from field: string entity_uuid = 8;
|
|
1653
1895
|
*/
|
|
1654
1896
|
entityUuid = "";
|
|
1655
1897
|
/**
|
|
1656
|
-
*
|
|
1898
|
+
*
|
|
1899
|
+
* @optional
|
|
1900
|
+
*
|
|
1901
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1902
|
+
*
|
|
1903
|
+
* @example STANDING
|
|
1657
1904
|
*
|
|
1658
1905
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1659
1906
|
*/
|
|
1660
1907
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1661
1908
|
/**
|
|
1662
|
-
*
|
|
1909
|
+
*
|
|
1910
|
+
* @optional
|
|
1911
|
+
*
|
|
1912
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1913
|
+
*
|
|
1914
|
+
* @example 1672531200
|
|
1915
|
+
*
|
|
1916
|
+
* @regex ^[0-9]+$
|
|
1917
|
+
*
|
|
1918
|
+
* @format Non-negative integer.
|
|
1663
1919
|
*
|
|
1664
1920
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1665
1921
|
*/
|
|
1666
1922
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1667
1923
|
/**
|
|
1668
|
-
*
|
|
1924
|
+
*
|
|
1925
|
+
* @optional
|
|
1926
|
+
*
|
|
1927
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1928
|
+
*
|
|
1929
|
+
* @example 1704067199
|
|
1930
|
+
*
|
|
1931
|
+
* @regex ^[0-9]+$
|
|
1932
|
+
*
|
|
1933
|
+
* @format Non-negative integer.
|
|
1669
1934
|
*
|
|
1670
1935
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1671
1936
|
*/
|
|
1672
1937
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1673
1938
|
/**
|
|
1674
|
-
*
|
|
1939
|
+
*
|
|
1940
|
+
* @optional
|
|
1941
|
+
*
|
|
1942
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1943
|
+
*
|
|
1944
|
+
* @example 501
|
|
1945
|
+
*
|
|
1946
|
+
* @regex ^[0-9]+$
|
|
1947
|
+
*
|
|
1948
|
+
* @format Non-negative integer.
|
|
1675
1949
|
*
|
|
1676
1950
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1677
1951
|
*/
|
|
1678
1952
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1679
1953
|
/**
|
|
1680
|
-
*
|
|
1954
|
+
*
|
|
1955
|
+
* @optional
|
|
1956
|
+
*
|
|
1957
|
+
* @description Filter by the role ID of the approver.
|
|
1958
|
+
*
|
|
1959
|
+
* @example 5
|
|
1960
|
+
*
|
|
1961
|
+
* @regex ^[0-9]+$
|
|
1962
|
+
*
|
|
1963
|
+
* @format Non-negative integer.
|
|
1681
1964
|
*
|
|
1682
1965
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1683
1966
|
*/
|
|
1684
1967
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1685
1968
|
/**
|
|
1686
|
-
*
|
|
1969
|
+
*
|
|
1970
|
+
* @optional
|
|
1971
|
+
*
|
|
1972
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1973
|
+
*
|
|
1974
|
+
* @example 1672531200
|
|
1975
|
+
*
|
|
1976
|
+
* @regex ^[0-9]+$
|
|
1977
|
+
*
|
|
1978
|
+
* @format Non-negative integer.
|
|
1687
1979
|
*
|
|
1688
1980
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1689
1981
|
*/
|
|
1690
1982
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1691
1983
|
/**
|
|
1692
|
-
*
|
|
1984
|
+
*
|
|
1985
|
+
* @optional
|
|
1986
|
+
*
|
|
1987
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1988
|
+
*
|
|
1989
|
+
* @example 1704067199
|
|
1990
|
+
*
|
|
1991
|
+
* @regex ^[0-9]+$
|
|
1992
|
+
*
|
|
1993
|
+
* @format Non-negative integer.
|
|
1693
1994
|
*
|
|
1694
1995
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1695
1996
|
*/
|
|
1696
1997
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1697
1998
|
/**
|
|
1698
|
-
*
|
|
1999
|
+
*
|
|
2000
|
+
* @optional
|
|
2001
|
+
*
|
|
2002
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2003
|
+
*
|
|
2004
|
+
* @example "ABS-2023-001"
|
|
2005
|
+
*
|
|
2006
|
+
* @regex [0-9A-Za-z ]*$
|
|
2007
|
+
*
|
|
2008
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1699
2009
|
*
|
|
1700
2010
|
* @generated from field: string reference_id = 20;
|
|
1701
2011
|
*/
|
|
1702
2012
|
referenceId = "";
|
|
1703
2013
|
/**
|
|
1704
|
-
*
|
|
2014
|
+
*
|
|
2015
|
+
* @optional
|
|
2016
|
+
*
|
|
2017
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2018
|
+
*
|
|
2019
|
+
* @example "ABS-2023-X9Z2"
|
|
2020
|
+
*
|
|
2021
|
+
* @regex [0-9A-Za-z ]*$
|
|
2022
|
+
*
|
|
2023
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1705
2024
|
*
|
|
1706
2025
|
* @generated from field: string final_ref_number = 21;
|
|
1707
2026
|
*/
|
|
@@ -1832,91 +2151,218 @@ exports.GoodsReceiptsServiceFilterReq = GoodsReceiptsServiceFilterReq;
|
|
|
1832
2151
|
*/
|
|
1833
2152
|
class GoodsReceiptsServiceCountReq extends protobuf_1.Message {
|
|
1834
2153
|
/**
|
|
1835
|
-
*
|
|
2154
|
+
*
|
|
2155
|
+
* @optional
|
|
2156
|
+
*
|
|
2157
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2158
|
+
*
|
|
2159
|
+
* @example ANY
|
|
1836
2160
|
*
|
|
1837
2161
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1838
2162
|
*/
|
|
1839
2163
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1840
2164
|
/**
|
|
1841
|
-
*
|
|
2165
|
+
*
|
|
2166
|
+
* @optional
|
|
2167
|
+
*
|
|
2168
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2169
|
+
*
|
|
2170
|
+
* @example 1672531200
|
|
2171
|
+
*
|
|
2172
|
+
* @regex ^[0-9]+$
|
|
2173
|
+
*
|
|
2174
|
+
* @format Non-negative integer.
|
|
1842
2175
|
*
|
|
1843
2176
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1844
2177
|
*/
|
|
1845
2178
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1846
2179
|
/**
|
|
1847
|
-
*
|
|
2180
|
+
*
|
|
2181
|
+
* @optional
|
|
2182
|
+
*
|
|
2183
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2184
|
+
*
|
|
2185
|
+
* @example 1704067199
|
|
2186
|
+
*
|
|
2187
|
+
* @regex ^[0-9]+$
|
|
2188
|
+
*
|
|
2189
|
+
* @format Non-negative integer.
|
|
1848
2190
|
*
|
|
1849
2191
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1850
2192
|
*/
|
|
1851
2193
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1852
2194
|
/**
|
|
1853
|
-
*
|
|
2195
|
+
*
|
|
2196
|
+
* @optional
|
|
2197
|
+
*
|
|
2198
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2199
|
+
*
|
|
2200
|
+
* @example 1672531200
|
|
2201
|
+
*
|
|
2202
|
+
* @regex ^[0-9]+$
|
|
2203
|
+
*
|
|
2204
|
+
* @format Non-negative integer.
|
|
1854
2205
|
*
|
|
1855
2206
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1856
2207
|
*/
|
|
1857
2208
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1858
2209
|
/**
|
|
1859
|
-
*
|
|
2210
|
+
*
|
|
2211
|
+
* @optional
|
|
2212
|
+
*
|
|
2213
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2214
|
+
*
|
|
2215
|
+
* @example 1704067199
|
|
2216
|
+
*
|
|
2217
|
+
* @regex ^[0-9]+$
|
|
2218
|
+
*
|
|
2219
|
+
* @format Non-negative integer.
|
|
1860
2220
|
*
|
|
1861
2221
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1862
2222
|
*/
|
|
1863
2223
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1864
2224
|
/**
|
|
1865
|
-
*
|
|
2225
|
+
*
|
|
2226
|
+
* @optional
|
|
2227
|
+
*
|
|
2228
|
+
* @description Filter by the organization UUID.
|
|
2229
|
+
*
|
|
2230
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2231
|
+
*
|
|
2232
|
+
* @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}$
|
|
2233
|
+
*
|
|
2234
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1866
2235
|
*
|
|
1867
2236
|
* @generated from field: string entity_uuid = 8;
|
|
1868
2237
|
*/
|
|
1869
2238
|
entityUuid = "";
|
|
1870
2239
|
/**
|
|
1871
|
-
*
|
|
2240
|
+
*
|
|
2241
|
+
* @optional
|
|
2242
|
+
*
|
|
2243
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2244
|
+
*
|
|
2245
|
+
* @example STANDING
|
|
1872
2246
|
*
|
|
1873
2247
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1874
2248
|
*/
|
|
1875
2249
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1876
2250
|
/**
|
|
1877
|
-
*
|
|
2251
|
+
*
|
|
2252
|
+
* @optional
|
|
2253
|
+
*
|
|
2254
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2255
|
+
*
|
|
2256
|
+
* @example 1672531200
|
|
2257
|
+
*
|
|
2258
|
+
* @regex ^[0-9]+$
|
|
2259
|
+
*
|
|
2260
|
+
* @format Non-negative integer.
|
|
1878
2261
|
*
|
|
1879
2262
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1880
2263
|
*/
|
|
1881
2264
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1882
2265
|
/**
|
|
1883
|
-
*
|
|
2266
|
+
*
|
|
2267
|
+
* @optional
|
|
2268
|
+
*
|
|
2269
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2270
|
+
*
|
|
2271
|
+
* @example 1704067199
|
|
2272
|
+
*
|
|
2273
|
+
* @regex ^[0-9]+$
|
|
2274
|
+
*
|
|
2275
|
+
* @format Non-negative integer.
|
|
1884
2276
|
*
|
|
1885
2277
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1886
2278
|
*/
|
|
1887
2279
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1888
2280
|
/**
|
|
1889
|
-
*
|
|
2281
|
+
*
|
|
2282
|
+
* @optional
|
|
2283
|
+
*
|
|
2284
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2285
|
+
*
|
|
2286
|
+
* @example 501
|
|
2287
|
+
*
|
|
2288
|
+
* @regex ^[0-9]+$
|
|
2289
|
+
*
|
|
2290
|
+
* @format Non-negative integer.
|
|
1890
2291
|
*
|
|
1891
2292
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1892
2293
|
*/
|
|
1893
2294
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1894
2295
|
/**
|
|
1895
|
-
*
|
|
2296
|
+
*
|
|
2297
|
+
* @optional
|
|
2298
|
+
*
|
|
2299
|
+
* @description Filter by the role ID of the approver.
|
|
2300
|
+
*
|
|
2301
|
+
* @example 5
|
|
2302
|
+
*
|
|
2303
|
+
* @regex ^[0-9]+$
|
|
2304
|
+
*
|
|
2305
|
+
* @format Non-negative integer.
|
|
1896
2306
|
*
|
|
1897
2307
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1898
2308
|
*/
|
|
1899
2309
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1900
2310
|
/**
|
|
1901
|
-
*
|
|
2311
|
+
*
|
|
2312
|
+
* @optional
|
|
2313
|
+
*
|
|
2314
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2315
|
+
*
|
|
2316
|
+
* @example 1672531200
|
|
2317
|
+
*
|
|
2318
|
+
* @regex ^[0-9]+$
|
|
2319
|
+
*
|
|
2320
|
+
* @format Non-negative integer.
|
|
1902
2321
|
*
|
|
1903
2322
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1904
2323
|
*/
|
|
1905
2324
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1906
2325
|
/**
|
|
1907
|
-
*
|
|
2326
|
+
*
|
|
2327
|
+
* @optional
|
|
2328
|
+
*
|
|
2329
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2330
|
+
*
|
|
2331
|
+
* @example 1704067199
|
|
2332
|
+
*
|
|
2333
|
+
* @regex ^[0-9]+$
|
|
2334
|
+
*
|
|
2335
|
+
* @format Non-negative integer.
|
|
1908
2336
|
*
|
|
1909
2337
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1910
2338
|
*/
|
|
1911
2339
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1912
2340
|
/**
|
|
1913
|
-
*
|
|
2341
|
+
*
|
|
2342
|
+
* @optional
|
|
2343
|
+
*
|
|
2344
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2345
|
+
*
|
|
2346
|
+
* @example "ABS-2023-001"
|
|
2347
|
+
*
|
|
2348
|
+
* @regex [0-9A-Za-z ]*$
|
|
2349
|
+
*
|
|
2350
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1914
2351
|
*
|
|
1915
2352
|
* @generated from field: string reference_id = 20;
|
|
1916
2353
|
*/
|
|
1917
2354
|
referenceId = "";
|
|
1918
2355
|
/**
|
|
1919
|
-
*
|
|
2356
|
+
*
|
|
2357
|
+
* @optional
|
|
2358
|
+
*
|
|
2359
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2360
|
+
*
|
|
2361
|
+
* @example "ABS-2023-X9Z2"
|
|
2362
|
+
*
|
|
2363
|
+
* @regex [0-9A-Za-z ]*$
|
|
2364
|
+
*
|
|
2365
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1920
2366
|
*
|
|
1921
2367
|
* @generated from field: string final_ref_number = 21;
|
|
1922
2368
|
*/
|
|
@@ -2043,49 +2489,103 @@ exports.GoodsReceiptsServiceCountReq = GoodsReceiptsServiceCountReq;
|
|
|
2043
2489
|
*/
|
|
2044
2490
|
class GoodsReceiptsServiceSearchAllReq extends protobuf_1.Message {
|
|
2045
2491
|
/**
|
|
2046
|
-
*
|
|
2492
|
+
*
|
|
2493
|
+
* @optional
|
|
2494
|
+
*
|
|
2495
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2496
|
+
*
|
|
2497
|
+
* @example ANY
|
|
2047
2498
|
*
|
|
2048
2499
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2049
2500
|
*/
|
|
2050
2501
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2051
2502
|
/**
|
|
2052
|
-
*
|
|
2503
|
+
*
|
|
2504
|
+
* @mandatory
|
|
2505
|
+
*
|
|
2506
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2507
|
+
*
|
|
2508
|
+
* @example 100
|
|
2509
|
+
*
|
|
2510
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2511
|
+
*
|
|
2512
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2053
2513
|
*
|
|
2054
2514
|
* @generated from field: int64 count = 2;
|
|
2055
2515
|
*/
|
|
2056
2516
|
count = protobuf_1.protoInt64.zero;
|
|
2057
2517
|
/**
|
|
2058
|
-
*
|
|
2518
|
+
*
|
|
2519
|
+
* @optional
|
|
2520
|
+
*
|
|
2521
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2522
|
+
*
|
|
2523
|
+
* @example 0
|
|
2524
|
+
*
|
|
2525
|
+
* @regex ^[0-9]+$
|
|
2526
|
+
*
|
|
2527
|
+
* @format Non-negative integer.
|
|
2059
2528
|
*
|
|
2060
2529
|
* @generated from field: uint64 offset = 3;
|
|
2061
2530
|
*/
|
|
2062
2531
|
offset = protobuf_1.protoInt64.zero;
|
|
2063
2532
|
/**
|
|
2064
|
-
*
|
|
2533
|
+
*
|
|
2534
|
+
* @optional
|
|
2535
|
+
*
|
|
2536
|
+
* @description Sort direction.
|
|
2537
|
+
*
|
|
2538
|
+
* @example DESCENDING
|
|
2065
2539
|
*
|
|
2066
2540
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2067
2541
|
*/
|
|
2068
2542
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2069
2543
|
/**
|
|
2070
|
-
*
|
|
2544
|
+
*
|
|
2545
|
+
* @optional
|
|
2546
|
+
*
|
|
2547
|
+
* @description The field used for sorting.
|
|
2071
2548
|
*
|
|
2072
2549
|
* @generated from field: Scailo.GOODS_RECEIPT_SORT_KEY sort_key = 5;
|
|
2073
2550
|
*/
|
|
2074
2551
|
sortKey = GOODS_RECEIPT_SORT_KEY.GOODS_RECEIPT_SORT_KEY_ID_UNSPECIFIED;
|
|
2075
2552
|
/**
|
|
2076
|
-
*
|
|
2553
|
+
*
|
|
2554
|
+
* @optional
|
|
2555
|
+
*
|
|
2556
|
+
* @description Filter by the organization UUID.
|
|
2557
|
+
*
|
|
2558
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2559
|
+
*
|
|
2560
|
+
* @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}$
|
|
2561
|
+
*
|
|
2562
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2077
2563
|
*
|
|
2078
2564
|
* @generated from field: string entity_uuid = 6;
|
|
2079
2565
|
*/
|
|
2080
2566
|
entityUuid = "";
|
|
2081
2567
|
/**
|
|
2082
|
-
*
|
|
2568
|
+
*
|
|
2569
|
+
* @optional
|
|
2570
|
+
*
|
|
2571
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2572
|
+
*
|
|
2573
|
+
* @example STANDING
|
|
2083
2574
|
*
|
|
2084
2575
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2085
2576
|
*/
|
|
2086
2577
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2087
2578
|
/**
|
|
2088
|
-
*
|
|
2579
|
+
*
|
|
2580
|
+
* @mandatory
|
|
2581
|
+
*
|
|
2582
|
+
* @description The search string to match against reference IDs.
|
|
2583
|
+
*
|
|
2584
|
+
* @example "Medical 2023"
|
|
2585
|
+
*
|
|
2586
|
+
* @regex .*
|
|
2587
|
+
*
|
|
2588
|
+
* @format: May contain any UTF-8 characters.
|
|
2089
2589
|
*
|
|
2090
2590
|
* @generated from field: string search_key = 11;
|
|
2091
2591
|
*/
|