@kernelminds/scailo-sdk 0.1.27 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +41 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +226 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +88 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +88 -23
- package/lib/cjs/src/users.scailo_pb.js +491 -82
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +89 -24
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +479 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +41 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +226 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +88 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +88 -23
- package/lib/esm/src/users.scailo_pb.js +495 -84
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +89 -24
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +479 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -274,7 +274,16 @@ class GoodsDispatchesServiceCreateRequest extends protobuf_1.Message {
|
|
|
274
274
|
constructor(data) {
|
|
275
275
|
super();
|
|
276
276
|
/**
|
|
277
|
-
*
|
|
277
|
+
*
|
|
278
|
+
* @optional
|
|
279
|
+
*
|
|
280
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
281
|
+
*
|
|
282
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
283
|
+
*
|
|
284
|
+
* @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}$
|
|
285
|
+
*
|
|
286
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
278
287
|
*
|
|
279
288
|
* @generated from field: string entity_uuid = 1;
|
|
280
289
|
*/
|
|
@@ -286,13 +295,31 @@ class GoodsDispatchesServiceCreateRequest extends protobuf_1.Message {
|
|
|
286
295
|
*/
|
|
287
296
|
this.userComment = "";
|
|
288
297
|
/**
|
|
289
|
-
*
|
|
298
|
+
*
|
|
299
|
+
* @optional
|
|
300
|
+
*
|
|
301
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
302
|
+
*
|
|
303
|
+
* @example 15234
|
|
304
|
+
*
|
|
305
|
+
* @regex ^[0-9]+$
|
|
306
|
+
*
|
|
307
|
+
* @format Non-negative integer.
|
|
290
308
|
*
|
|
291
309
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
292
310
|
*/
|
|
293
311
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
294
312
|
/**
|
|
295
|
-
*
|
|
313
|
+
*
|
|
314
|
+
* @mandatory
|
|
315
|
+
*
|
|
316
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
317
|
+
*
|
|
318
|
+
* @example "ABS-2023-001"
|
|
319
|
+
*
|
|
320
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
321
|
+
*
|
|
322
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
296
323
|
*
|
|
297
324
|
* @generated from field: string reference_id = 10;
|
|
298
325
|
*/
|
|
@@ -371,19 +398,42 @@ class GoodsDispatchesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
371
398
|
*/
|
|
372
399
|
this.id = protobuf_1.protoInt64.zero;
|
|
373
400
|
/**
|
|
374
|
-
*
|
|
401
|
+
*
|
|
402
|
+
* @optional
|
|
403
|
+
*
|
|
404
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
405
|
+
*
|
|
406
|
+
* @example true
|
|
375
407
|
*
|
|
376
408
|
* @generated from field: bool notify_users = 3;
|
|
377
409
|
*/
|
|
378
410
|
this.notifyUsers = false;
|
|
379
411
|
/**
|
|
380
|
-
*
|
|
412
|
+
*
|
|
413
|
+
* @optional
|
|
414
|
+
*
|
|
415
|
+
* @description Updated vault folder ID for documentation storage.
|
|
416
|
+
*
|
|
417
|
+
* @example 15235
|
|
418
|
+
*
|
|
419
|
+
* @regex ^[0-9]+$
|
|
420
|
+
*
|
|
421
|
+
* @format Non-negative integer.
|
|
381
422
|
*
|
|
382
423
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
383
424
|
*/
|
|
384
425
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
385
426
|
/**
|
|
386
|
-
*
|
|
427
|
+
*
|
|
428
|
+
* @mandatory
|
|
429
|
+
*
|
|
430
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
431
|
+
*
|
|
432
|
+
* @example "ABS-2023-001-REV"
|
|
433
|
+
*
|
|
434
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
435
|
+
*
|
|
436
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
387
437
|
*
|
|
388
438
|
* @generated from field: string reference_id = 10;
|
|
389
439
|
*/
|
|
@@ -523,43 +573,60 @@ class GoodsDispatch extends protobuf_1.Message {
|
|
|
523
573
|
constructor(data) {
|
|
524
574
|
super();
|
|
525
575
|
/**
|
|
526
|
-
*
|
|
576
|
+
*
|
|
577
|
+
* @description The organization's globally unique identifier.
|
|
578
|
+
*
|
|
579
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
527
580
|
*
|
|
528
581
|
* @generated from field: string entity_uuid = 1;
|
|
529
582
|
*/
|
|
530
583
|
this.entityUuid = "";
|
|
531
584
|
/**
|
|
532
|
-
*
|
|
585
|
+
*
|
|
586
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
533
587
|
*
|
|
534
588
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
535
589
|
*/
|
|
536
590
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
537
591
|
/**
|
|
538
|
-
*
|
|
592
|
+
*
|
|
593
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
539
594
|
*
|
|
540
595
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
541
596
|
*/
|
|
542
597
|
this.logs = [];
|
|
543
598
|
/**
|
|
544
|
-
*
|
|
599
|
+
*
|
|
600
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
601
|
+
*
|
|
602
|
+
* @example 1698400000
|
|
545
603
|
*
|
|
546
604
|
* @generated from field: uint64 completed_on = 6;
|
|
547
605
|
*/
|
|
548
606
|
this.completedOn = protobuf_1.protoInt64.zero;
|
|
549
607
|
/**
|
|
550
|
-
*
|
|
608
|
+
*
|
|
609
|
+
* @description Link to the document storage folder.
|
|
610
|
+
*
|
|
611
|
+
* @example 15234
|
|
551
612
|
*
|
|
552
613
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
553
614
|
*/
|
|
554
615
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
555
616
|
/**
|
|
556
|
-
*
|
|
617
|
+
*
|
|
618
|
+
* @description The user-provided reference ID.
|
|
619
|
+
*
|
|
620
|
+
* @example "ABS-2023-001"
|
|
557
621
|
*
|
|
558
622
|
* @generated from field: string reference_id = 10;
|
|
559
623
|
*/
|
|
560
624
|
this.referenceId = "";
|
|
561
625
|
/**
|
|
562
|
-
*
|
|
626
|
+
*
|
|
627
|
+
* @description The system-generated immutable reference number.
|
|
628
|
+
*
|
|
629
|
+
* @example "ABS-2023-X9Z2"
|
|
563
630
|
*
|
|
564
631
|
* @generated from field: string final_ref_number = 11;
|
|
565
632
|
*/
|
|
@@ -922,13 +989,17 @@ class GoodsDispatchItem extends protobuf_1.Message {
|
|
|
922
989
|
constructor(data) {
|
|
923
990
|
super();
|
|
924
991
|
/**
|
|
925
|
-
*
|
|
992
|
+
*
|
|
993
|
+
* @description The organization's globally unique identifier.
|
|
994
|
+
*
|
|
995
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
926
996
|
*
|
|
927
997
|
* @generated from field: string entity_uuid = 1;
|
|
928
998
|
*/
|
|
929
999
|
this.entityUuid = "";
|
|
930
1000
|
/**
|
|
931
|
-
*
|
|
1001
|
+
*
|
|
1002
|
+
* @description The approval state of the record
|
|
932
1003
|
*
|
|
933
1004
|
* @generated from field: bool need_approval = 4;
|
|
934
1005
|
*/
|
|
@@ -1181,37 +1252,77 @@ class GoodsDispatchItemsSearchRequest extends protobuf_1.Message {
|
|
|
1181
1252
|
constructor(data) {
|
|
1182
1253
|
super();
|
|
1183
1254
|
/**
|
|
1184
|
-
*
|
|
1255
|
+
*
|
|
1256
|
+
* @optional
|
|
1257
|
+
*
|
|
1258
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1259
|
+
*
|
|
1260
|
+
* @example ANY
|
|
1185
1261
|
*
|
|
1186
1262
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1187
1263
|
*/
|
|
1188
1264
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1189
1265
|
/**
|
|
1190
|
-
*
|
|
1266
|
+
*
|
|
1267
|
+
* @mandatory
|
|
1268
|
+
*
|
|
1269
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1270
|
+
*
|
|
1271
|
+
* @example 100
|
|
1272
|
+
*
|
|
1273
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1274
|
+
*
|
|
1275
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1191
1276
|
*
|
|
1192
1277
|
* @generated from field: int64 count = 2;
|
|
1193
1278
|
*/
|
|
1194
1279
|
this.count = protobuf_1.protoInt64.zero;
|
|
1195
1280
|
/**
|
|
1196
|
-
*
|
|
1281
|
+
*
|
|
1282
|
+
* @optional
|
|
1283
|
+
*
|
|
1284
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1285
|
+
*
|
|
1286
|
+
* @example 0
|
|
1287
|
+
*
|
|
1288
|
+
* @regex ^[0-9]+$
|
|
1289
|
+
*
|
|
1290
|
+
* @format Non-negative integer.
|
|
1197
1291
|
*
|
|
1198
1292
|
* @generated from field: uint64 offset = 3;
|
|
1199
1293
|
*/
|
|
1200
1294
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1201
1295
|
/**
|
|
1202
|
-
*
|
|
1296
|
+
*
|
|
1297
|
+
* @optional
|
|
1298
|
+
*
|
|
1299
|
+
* @description Sort direction.
|
|
1300
|
+
*
|
|
1301
|
+
* @example DESCENDING
|
|
1203
1302
|
*
|
|
1204
1303
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1205
1304
|
*/
|
|
1206
1305
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1207
1306
|
/**
|
|
1208
|
-
*
|
|
1307
|
+
*
|
|
1308
|
+
* @optional
|
|
1309
|
+
*
|
|
1310
|
+
* @description The field used for sorting.
|
|
1209
1311
|
*
|
|
1210
1312
|
* @generated from field: Scailo.GOODS_DISPATCH_ITEM_SORT_KEY sort_key = 5;
|
|
1211
1313
|
*/
|
|
1212
1314
|
this.sortKey = GOODS_DISPATCH_ITEM_SORT_KEY.GOODS_DISPATCH_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1213
1315
|
/**
|
|
1214
|
-
*
|
|
1316
|
+
*
|
|
1317
|
+
* @optional
|
|
1318
|
+
*
|
|
1319
|
+
* @description Filter by the organization UUID.
|
|
1320
|
+
*
|
|
1321
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1322
|
+
*
|
|
1323
|
+
* @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}$
|
|
1324
|
+
*
|
|
1325
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1215
1326
|
*
|
|
1216
1327
|
* @generated from field: string entity_uuid = 6;
|
|
1217
1328
|
*/
|
|
@@ -1329,25 +1440,35 @@ class GoodsDispatchesServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
|
1329
1440
|
constructor(data) {
|
|
1330
1441
|
super();
|
|
1331
1442
|
/**
|
|
1332
|
-
*
|
|
1443
|
+
*
|
|
1444
|
+
* @description Number of records returned in the current response slice.
|
|
1445
|
+
*
|
|
1446
|
+
* @example 50
|
|
1333
1447
|
*
|
|
1334
1448
|
* @generated from field: uint64 count = 1;
|
|
1335
1449
|
*/
|
|
1336
1450
|
this.count = protobuf_1.protoInt64.zero;
|
|
1337
1451
|
/**
|
|
1338
|
-
*
|
|
1452
|
+
*
|
|
1453
|
+
* @description The offset provided in the request.
|
|
1454
|
+
*
|
|
1455
|
+
* @example 0
|
|
1339
1456
|
*
|
|
1340
1457
|
* @generated from field: uint64 offset = 2;
|
|
1341
1458
|
*/
|
|
1342
1459
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1343
1460
|
/**
|
|
1344
|
-
*
|
|
1461
|
+
*
|
|
1462
|
+
* @description The total number of records matching the criteria.
|
|
1463
|
+
*
|
|
1464
|
+
* @example 1250
|
|
1345
1465
|
*
|
|
1346
1466
|
* @generated from field: uint64 total = 3;
|
|
1347
1467
|
*/
|
|
1348
1468
|
this.total = protobuf_1.protoInt64.zero;
|
|
1349
1469
|
/**
|
|
1350
|
-
*
|
|
1470
|
+
*
|
|
1471
|
+
* @description The array of records for the current page.
|
|
1351
1472
|
*
|
|
1352
1473
|
* @generated from field: repeated Scailo.GoodsDispatchItem payload = 4;
|
|
1353
1474
|
*/
|
|
@@ -1436,31 +1557,62 @@ class GoodsDispatchesServicePaginationReq extends protobuf_1.Message {
|
|
|
1436
1557
|
constructor(data) {
|
|
1437
1558
|
super();
|
|
1438
1559
|
/**
|
|
1439
|
-
*
|
|
1560
|
+
*
|
|
1561
|
+
* @optional
|
|
1562
|
+
*
|
|
1563
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1564
|
+
*
|
|
1565
|
+
* @example ANY
|
|
1440
1566
|
*
|
|
1441
1567
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1442
1568
|
*/
|
|
1443
1569
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1444
1570
|
/**
|
|
1445
|
-
*
|
|
1571
|
+
*
|
|
1572
|
+
* @mandatory
|
|
1573
|
+
*
|
|
1574
|
+
* @description Number of records to return per page.
|
|
1575
|
+
*
|
|
1576
|
+
* @example 50
|
|
1577
|
+
*
|
|
1578
|
+
* @regex ^[1-9][0-9]*$
|
|
1579
|
+
*
|
|
1580
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1446
1581
|
*
|
|
1447
1582
|
* @generated from field: int64 count = 2;
|
|
1448
1583
|
*/
|
|
1449
1584
|
this.count = protobuf_1.protoInt64.zero;
|
|
1450
1585
|
/**
|
|
1451
|
-
*
|
|
1586
|
+
*
|
|
1587
|
+
* @optional
|
|
1588
|
+
*
|
|
1589
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1590
|
+
*
|
|
1591
|
+
* @example 0
|
|
1592
|
+
*
|
|
1593
|
+
* @regex ^[0-9]+$
|
|
1594
|
+
*
|
|
1595
|
+
* @format Non-negative integer.
|
|
1452
1596
|
*
|
|
1453
1597
|
* @generated from field: uint64 offset = 3;
|
|
1454
1598
|
*/
|
|
1455
1599
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1456
1600
|
/**
|
|
1457
|
-
*
|
|
1601
|
+
*
|
|
1602
|
+
* @optional
|
|
1603
|
+
*
|
|
1604
|
+
* @description Sort direction.
|
|
1605
|
+
*
|
|
1606
|
+
* @example DESCENDING
|
|
1458
1607
|
*
|
|
1459
1608
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1460
1609
|
*/
|
|
1461
1610
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1462
1611
|
/**
|
|
1463
|
-
*
|
|
1612
|
+
*
|
|
1613
|
+
* @optional
|
|
1614
|
+
*
|
|
1615
|
+
* @description The specific field key to sort the results by.
|
|
1464
1616
|
*
|
|
1465
1617
|
* @generated from field: Scailo.GOODS_DISPATCH_SORT_KEY sort_key = 5;
|
|
1466
1618
|
*/
|
|
@@ -1507,25 +1659,35 @@ class GoodsDispatchesServicePaginationResponse extends protobuf_1.Message {
|
|
|
1507
1659
|
constructor(data) {
|
|
1508
1660
|
super();
|
|
1509
1661
|
/**
|
|
1510
|
-
*
|
|
1662
|
+
*
|
|
1663
|
+
* @description Number of records returned in the current response slice.
|
|
1664
|
+
*
|
|
1665
|
+
* @example 50
|
|
1511
1666
|
*
|
|
1512
1667
|
* @generated from field: uint64 count = 1;
|
|
1513
1668
|
*/
|
|
1514
1669
|
this.count = protobuf_1.protoInt64.zero;
|
|
1515
1670
|
/**
|
|
1516
|
-
*
|
|
1671
|
+
*
|
|
1672
|
+
* @description The offset provided in the request.
|
|
1673
|
+
*
|
|
1674
|
+
* @example 0
|
|
1517
1675
|
*
|
|
1518
1676
|
* @generated from field: uint64 offset = 2;
|
|
1519
1677
|
*/
|
|
1520
1678
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1521
1679
|
/**
|
|
1522
|
-
*
|
|
1680
|
+
*
|
|
1681
|
+
* @description The total number of records matching the criteria.
|
|
1682
|
+
*
|
|
1683
|
+
* @example 1250
|
|
1523
1684
|
*
|
|
1524
1685
|
* @generated from field: uint64 total = 3;
|
|
1525
1686
|
*/
|
|
1526
1687
|
this.total = protobuf_1.protoInt64.zero;
|
|
1527
1688
|
/**
|
|
1528
|
-
*
|
|
1689
|
+
*
|
|
1690
|
+
* @description The array of records for the current page.
|
|
1529
1691
|
*
|
|
1530
1692
|
* @generated from field: repeated Scailo.GoodsDispatch payload = 4;
|
|
1531
1693
|
*/
|
|
@@ -1564,115 +1726,268 @@ class GoodsDispatchesServiceFilterReq extends protobuf_1.Message {
|
|
|
1564
1726
|
constructor(data) {
|
|
1565
1727
|
super();
|
|
1566
1728
|
/**
|
|
1567
|
-
*
|
|
1729
|
+
*
|
|
1730
|
+
* @optional
|
|
1731
|
+
*
|
|
1732
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1733
|
+
*
|
|
1734
|
+
* @example ANY
|
|
1568
1735
|
*
|
|
1569
1736
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1570
1737
|
*/
|
|
1571
1738
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1572
1739
|
/**
|
|
1573
|
-
*
|
|
1740
|
+
*
|
|
1741
|
+
* @mandatory
|
|
1742
|
+
*
|
|
1743
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1744
|
+
*
|
|
1745
|
+
* @example 100
|
|
1746
|
+
*
|
|
1747
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1748
|
+
*
|
|
1749
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1574
1750
|
*
|
|
1575
1751
|
* @generated from field: int64 count = 2;
|
|
1576
1752
|
*/
|
|
1577
1753
|
this.count = protobuf_1.protoInt64.zero;
|
|
1578
1754
|
/**
|
|
1579
|
-
*
|
|
1755
|
+
*
|
|
1756
|
+
* @optional
|
|
1757
|
+
*
|
|
1758
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1759
|
+
*
|
|
1760
|
+
* @example 0
|
|
1761
|
+
*
|
|
1762
|
+
* @regex ^[0-9]+$
|
|
1763
|
+
*
|
|
1764
|
+
* @format Non-negative integer.
|
|
1580
1765
|
*
|
|
1581
1766
|
* @generated from field: uint64 offset = 3;
|
|
1582
1767
|
*/
|
|
1583
1768
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1584
1769
|
/**
|
|
1585
|
-
*
|
|
1770
|
+
*
|
|
1771
|
+
* @optional
|
|
1772
|
+
*
|
|
1773
|
+
* @description Sort direction.
|
|
1774
|
+
*
|
|
1775
|
+
* @example DESCENDING
|
|
1586
1776
|
*
|
|
1587
1777
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1588
1778
|
*/
|
|
1589
1779
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1590
1780
|
/**
|
|
1591
|
-
*
|
|
1781
|
+
*
|
|
1782
|
+
* @optional
|
|
1783
|
+
*
|
|
1784
|
+
* @description The field used for sorting.
|
|
1592
1785
|
*
|
|
1593
1786
|
* @generated from field: Scailo.GOODS_DISPATCH_SORT_KEY sort_key = 5;
|
|
1594
1787
|
*/
|
|
1595
1788
|
this.sortKey = GOODS_DISPATCH_SORT_KEY.GOODS_DISPATCH_SORT_KEY_ID_UNSPECIFIED;
|
|
1596
1789
|
/**
|
|
1597
|
-
*
|
|
1790
|
+
*
|
|
1791
|
+
* @optional
|
|
1792
|
+
*
|
|
1793
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1794
|
+
*
|
|
1795
|
+
* @example 1672531200
|
|
1796
|
+
*
|
|
1797
|
+
* @regex ^[0-9]+$
|
|
1798
|
+
*
|
|
1799
|
+
* @format Non-negative integer.
|
|
1598
1800
|
*
|
|
1599
1801
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1600
1802
|
*/
|
|
1601
1803
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1602
1804
|
/**
|
|
1603
|
-
*
|
|
1805
|
+
*
|
|
1806
|
+
* @optional
|
|
1807
|
+
*
|
|
1808
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1809
|
+
*
|
|
1810
|
+
* @example 1704067199
|
|
1811
|
+
*
|
|
1812
|
+
* @regex ^[0-9]+$
|
|
1813
|
+
*
|
|
1814
|
+
* @format Non-negative integer.
|
|
1604
1815
|
*
|
|
1605
1816
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1606
1817
|
*/
|
|
1607
1818
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1608
1819
|
/**
|
|
1609
|
-
*
|
|
1820
|
+
*
|
|
1821
|
+
* @optional
|
|
1822
|
+
*
|
|
1823
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1824
|
+
*
|
|
1825
|
+
* @example 1672531200
|
|
1826
|
+
*
|
|
1827
|
+
* @regex ^[0-9]+$
|
|
1828
|
+
*
|
|
1829
|
+
* @format Non-negative integer.
|
|
1610
1830
|
*
|
|
1611
1831
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1612
1832
|
*/
|
|
1613
1833
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1614
1834
|
/**
|
|
1615
|
-
*
|
|
1835
|
+
*
|
|
1836
|
+
* @optional
|
|
1837
|
+
*
|
|
1838
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1839
|
+
*
|
|
1840
|
+
* @example 1704067199
|
|
1841
|
+
*
|
|
1842
|
+
* @regex ^[0-9]+$
|
|
1843
|
+
*
|
|
1844
|
+
* @format Non-negative integer.
|
|
1616
1845
|
*
|
|
1617
1846
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1618
1847
|
*/
|
|
1619
1848
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1620
1849
|
/**
|
|
1621
|
-
*
|
|
1850
|
+
*
|
|
1851
|
+
* @optional
|
|
1852
|
+
*
|
|
1853
|
+
* @description Filter by the organization UUID.
|
|
1854
|
+
*
|
|
1855
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1856
|
+
*
|
|
1857
|
+
* @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}$
|
|
1858
|
+
*
|
|
1859
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1622
1860
|
*
|
|
1623
1861
|
* @generated from field: string entity_uuid = 8;
|
|
1624
1862
|
*/
|
|
1625
1863
|
this.entityUuid = "";
|
|
1626
1864
|
/**
|
|
1627
|
-
*
|
|
1865
|
+
*
|
|
1866
|
+
* @optional
|
|
1867
|
+
*
|
|
1868
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1869
|
+
*
|
|
1870
|
+
* @example STANDING
|
|
1628
1871
|
*
|
|
1629
1872
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1630
1873
|
*/
|
|
1631
1874
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1632
1875
|
/**
|
|
1633
|
-
*
|
|
1876
|
+
*
|
|
1877
|
+
* @optional
|
|
1878
|
+
*
|
|
1879
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1880
|
+
*
|
|
1881
|
+
* @example 1672531200
|
|
1882
|
+
*
|
|
1883
|
+
* @regex ^[0-9]+$
|
|
1884
|
+
*
|
|
1885
|
+
* @format Non-negative integer.
|
|
1634
1886
|
*
|
|
1635
1887
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1636
1888
|
*/
|
|
1637
1889
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1638
1890
|
/**
|
|
1639
|
-
*
|
|
1891
|
+
*
|
|
1892
|
+
* @optional
|
|
1893
|
+
*
|
|
1894
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1895
|
+
*
|
|
1896
|
+
* @example 1704067199
|
|
1897
|
+
*
|
|
1898
|
+
* @regex ^[0-9]+$
|
|
1899
|
+
*
|
|
1900
|
+
* @format Non-negative integer.
|
|
1640
1901
|
*
|
|
1641
1902
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1642
1903
|
*/
|
|
1643
1904
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1644
1905
|
/**
|
|
1645
|
-
*
|
|
1906
|
+
*
|
|
1907
|
+
* @optional
|
|
1908
|
+
*
|
|
1909
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1910
|
+
*
|
|
1911
|
+
* @example 501
|
|
1912
|
+
*
|
|
1913
|
+
* @regex ^[0-9]+$
|
|
1914
|
+
*
|
|
1915
|
+
* @format Non-negative integer.
|
|
1646
1916
|
*
|
|
1647
1917
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1648
1918
|
*/
|
|
1649
1919
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1650
1920
|
/**
|
|
1651
|
-
*
|
|
1921
|
+
*
|
|
1922
|
+
* @optional
|
|
1923
|
+
*
|
|
1924
|
+
* @description Filter by the role ID of the approver.
|
|
1925
|
+
*
|
|
1926
|
+
* @example 5
|
|
1927
|
+
*
|
|
1928
|
+
* @regex ^[0-9]+$
|
|
1929
|
+
*
|
|
1930
|
+
* @format Non-negative integer.
|
|
1652
1931
|
*
|
|
1653
1932
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1654
1933
|
*/
|
|
1655
1934
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1656
1935
|
/**
|
|
1657
|
-
*
|
|
1936
|
+
*
|
|
1937
|
+
* @optional
|
|
1938
|
+
*
|
|
1939
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1940
|
+
*
|
|
1941
|
+
* @example 1672531200
|
|
1942
|
+
*
|
|
1943
|
+
* @regex ^[0-9]+$
|
|
1944
|
+
*
|
|
1945
|
+
* @format Non-negative integer.
|
|
1658
1946
|
*
|
|
1659
1947
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1660
1948
|
*/
|
|
1661
1949
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1662
1950
|
/**
|
|
1663
|
-
*
|
|
1951
|
+
*
|
|
1952
|
+
* @optional
|
|
1953
|
+
*
|
|
1954
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1955
|
+
*
|
|
1956
|
+
* @example 1704067199
|
|
1957
|
+
*
|
|
1958
|
+
* @regex ^[0-9]+$
|
|
1959
|
+
*
|
|
1960
|
+
* @format Non-negative integer.
|
|
1664
1961
|
*
|
|
1665
1962
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1666
1963
|
*/
|
|
1667
1964
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1668
1965
|
/**
|
|
1669
|
-
*
|
|
1966
|
+
*
|
|
1967
|
+
* @optional
|
|
1968
|
+
*
|
|
1969
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1970
|
+
*
|
|
1971
|
+
* @example "ABS-2023-001"
|
|
1972
|
+
*
|
|
1973
|
+
* @regex [0-9A-Za-z ]*$
|
|
1974
|
+
*
|
|
1975
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1670
1976
|
*
|
|
1671
1977
|
* @generated from field: string reference_id = 20;
|
|
1672
1978
|
*/
|
|
1673
1979
|
this.referenceId = "";
|
|
1674
1980
|
/**
|
|
1675
|
-
*
|
|
1981
|
+
*
|
|
1982
|
+
* @optional
|
|
1983
|
+
*
|
|
1984
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1985
|
+
*
|
|
1986
|
+
* @example "ABS-2023-X9Z2"
|
|
1987
|
+
*
|
|
1988
|
+
* @regex [0-9A-Za-z ]*$
|
|
1989
|
+
*
|
|
1990
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1676
1991
|
*
|
|
1677
1992
|
* @generated from field: string final_ref_number = 21;
|
|
1678
1993
|
*/
|
|
@@ -1790,91 +2105,218 @@ class GoodsDispatchesServiceCountReq extends protobuf_1.Message {
|
|
|
1790
2105
|
constructor(data) {
|
|
1791
2106
|
super();
|
|
1792
2107
|
/**
|
|
1793
|
-
*
|
|
2108
|
+
*
|
|
2109
|
+
* @optional
|
|
2110
|
+
*
|
|
2111
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2112
|
+
*
|
|
2113
|
+
* @example ANY
|
|
1794
2114
|
*
|
|
1795
2115
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1796
2116
|
*/
|
|
1797
2117
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1798
2118
|
/**
|
|
1799
|
-
*
|
|
2119
|
+
*
|
|
2120
|
+
* @optional
|
|
2121
|
+
*
|
|
2122
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2123
|
+
*
|
|
2124
|
+
* @example 1672531200
|
|
2125
|
+
*
|
|
2126
|
+
* @regex ^[0-9]+$
|
|
2127
|
+
*
|
|
2128
|
+
* @format Non-negative integer.
|
|
1800
2129
|
*
|
|
1801
2130
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1802
2131
|
*/
|
|
1803
2132
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1804
2133
|
/**
|
|
1805
|
-
*
|
|
2134
|
+
*
|
|
2135
|
+
* @optional
|
|
2136
|
+
*
|
|
2137
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2138
|
+
*
|
|
2139
|
+
* @example 1704067199
|
|
2140
|
+
*
|
|
2141
|
+
* @regex ^[0-9]+$
|
|
2142
|
+
*
|
|
2143
|
+
* @format Non-negative integer.
|
|
1806
2144
|
*
|
|
1807
2145
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1808
2146
|
*/
|
|
1809
2147
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1810
2148
|
/**
|
|
1811
|
-
*
|
|
2149
|
+
*
|
|
2150
|
+
* @optional
|
|
2151
|
+
*
|
|
2152
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2153
|
+
*
|
|
2154
|
+
* @example 1672531200
|
|
2155
|
+
*
|
|
2156
|
+
* @regex ^[0-9]+$
|
|
2157
|
+
*
|
|
2158
|
+
* @format Non-negative integer.
|
|
1812
2159
|
*
|
|
1813
2160
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1814
2161
|
*/
|
|
1815
2162
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1816
2163
|
/**
|
|
1817
|
-
*
|
|
2164
|
+
*
|
|
2165
|
+
* @optional
|
|
2166
|
+
*
|
|
2167
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2168
|
+
*
|
|
2169
|
+
* @example 1704067199
|
|
2170
|
+
*
|
|
2171
|
+
* @regex ^[0-9]+$
|
|
2172
|
+
*
|
|
2173
|
+
* @format Non-negative integer.
|
|
1818
2174
|
*
|
|
1819
2175
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1820
2176
|
*/
|
|
1821
2177
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1822
2178
|
/**
|
|
1823
|
-
*
|
|
2179
|
+
*
|
|
2180
|
+
* @optional
|
|
2181
|
+
*
|
|
2182
|
+
* @description Filter by the organization UUID.
|
|
2183
|
+
*
|
|
2184
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2185
|
+
*
|
|
2186
|
+
* @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}$
|
|
2187
|
+
*
|
|
2188
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1824
2189
|
*
|
|
1825
2190
|
* @generated from field: string entity_uuid = 8;
|
|
1826
2191
|
*/
|
|
1827
2192
|
this.entityUuid = "";
|
|
1828
2193
|
/**
|
|
1829
|
-
*
|
|
2194
|
+
*
|
|
2195
|
+
* @optional
|
|
2196
|
+
*
|
|
2197
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2198
|
+
*
|
|
2199
|
+
* @example STANDING
|
|
1830
2200
|
*
|
|
1831
2201
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1832
2202
|
*/
|
|
1833
2203
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1834
2204
|
/**
|
|
1835
|
-
*
|
|
2205
|
+
*
|
|
2206
|
+
* @optional
|
|
2207
|
+
*
|
|
2208
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2209
|
+
*
|
|
2210
|
+
* @example 1672531200
|
|
2211
|
+
*
|
|
2212
|
+
* @regex ^[0-9]+$
|
|
2213
|
+
*
|
|
2214
|
+
* @format Non-negative integer.
|
|
1836
2215
|
*
|
|
1837
2216
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1838
2217
|
*/
|
|
1839
2218
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1840
2219
|
/**
|
|
1841
|
-
*
|
|
2220
|
+
*
|
|
2221
|
+
* @optional
|
|
2222
|
+
*
|
|
2223
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2224
|
+
*
|
|
2225
|
+
* @example 1704067199
|
|
2226
|
+
*
|
|
2227
|
+
* @regex ^[0-9]+$
|
|
2228
|
+
*
|
|
2229
|
+
* @format Non-negative integer.
|
|
1842
2230
|
*
|
|
1843
2231
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1844
2232
|
*/
|
|
1845
2233
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1846
2234
|
/**
|
|
1847
|
-
*
|
|
2235
|
+
*
|
|
2236
|
+
* @optional
|
|
2237
|
+
*
|
|
2238
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2239
|
+
*
|
|
2240
|
+
* @example 501
|
|
2241
|
+
*
|
|
2242
|
+
* @regex ^[0-9]+$
|
|
2243
|
+
*
|
|
2244
|
+
* @format Non-negative integer.
|
|
1848
2245
|
*
|
|
1849
2246
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1850
2247
|
*/
|
|
1851
2248
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1852
2249
|
/**
|
|
1853
|
-
*
|
|
2250
|
+
*
|
|
2251
|
+
* @optional
|
|
2252
|
+
*
|
|
2253
|
+
* @description Filter by the role ID of the approver.
|
|
2254
|
+
*
|
|
2255
|
+
* @example 5
|
|
2256
|
+
*
|
|
2257
|
+
* @regex ^[0-9]+$
|
|
2258
|
+
*
|
|
2259
|
+
* @format Non-negative integer.
|
|
1854
2260
|
*
|
|
1855
2261
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1856
2262
|
*/
|
|
1857
2263
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1858
2264
|
/**
|
|
1859
|
-
*
|
|
2265
|
+
*
|
|
2266
|
+
* @optional
|
|
2267
|
+
*
|
|
2268
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2269
|
+
*
|
|
2270
|
+
* @example 1672531200
|
|
2271
|
+
*
|
|
2272
|
+
* @regex ^[0-9]+$
|
|
2273
|
+
*
|
|
2274
|
+
* @format Non-negative integer.
|
|
1860
2275
|
*
|
|
1861
2276
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1862
2277
|
*/
|
|
1863
2278
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1864
2279
|
/**
|
|
1865
|
-
*
|
|
2280
|
+
*
|
|
2281
|
+
* @optional
|
|
2282
|
+
*
|
|
2283
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2284
|
+
*
|
|
2285
|
+
* @example 1704067199
|
|
2286
|
+
*
|
|
2287
|
+
* @regex ^[0-9]+$
|
|
2288
|
+
*
|
|
2289
|
+
* @format Non-negative integer.
|
|
1866
2290
|
*
|
|
1867
2291
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1868
2292
|
*/
|
|
1869
2293
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1870
2294
|
/**
|
|
1871
|
-
*
|
|
2295
|
+
*
|
|
2296
|
+
* @optional
|
|
2297
|
+
*
|
|
2298
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2299
|
+
*
|
|
2300
|
+
* @example "ABS-2023-001"
|
|
2301
|
+
*
|
|
2302
|
+
* @regex [0-9A-Za-z ]*$
|
|
2303
|
+
*
|
|
2304
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1872
2305
|
*
|
|
1873
2306
|
* @generated from field: string reference_id = 20;
|
|
1874
2307
|
*/
|
|
1875
2308
|
this.referenceId = "";
|
|
1876
2309
|
/**
|
|
1877
|
-
*
|
|
2310
|
+
*
|
|
2311
|
+
* @optional
|
|
2312
|
+
*
|
|
2313
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2314
|
+
*
|
|
2315
|
+
* @example "ABS-2023-X9Z2"
|
|
2316
|
+
*
|
|
2317
|
+
* @regex [0-9A-Za-z ]*$
|
|
2318
|
+
*
|
|
2319
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1878
2320
|
*
|
|
1879
2321
|
* @generated from field: string final_ref_number = 21;
|
|
1880
2322
|
*/
|
|
@@ -1988,49 +2430,103 @@ class GoodsDispatchesServiceSearchAllReq extends protobuf_1.Message {
|
|
|
1988
2430
|
constructor(data) {
|
|
1989
2431
|
super();
|
|
1990
2432
|
/**
|
|
1991
|
-
*
|
|
2433
|
+
*
|
|
2434
|
+
* @optional
|
|
2435
|
+
*
|
|
2436
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2437
|
+
*
|
|
2438
|
+
* @example ANY
|
|
1992
2439
|
*
|
|
1993
2440
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1994
2441
|
*/
|
|
1995
2442
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1996
2443
|
/**
|
|
1997
|
-
*
|
|
2444
|
+
*
|
|
2445
|
+
* @mandatory
|
|
2446
|
+
*
|
|
2447
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2448
|
+
*
|
|
2449
|
+
* @example 100
|
|
2450
|
+
*
|
|
2451
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2452
|
+
*
|
|
2453
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1998
2454
|
*
|
|
1999
2455
|
* @generated from field: int64 count = 2;
|
|
2000
2456
|
*/
|
|
2001
2457
|
this.count = protobuf_1.protoInt64.zero;
|
|
2002
2458
|
/**
|
|
2003
|
-
*
|
|
2459
|
+
*
|
|
2460
|
+
* @optional
|
|
2461
|
+
*
|
|
2462
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2463
|
+
*
|
|
2464
|
+
* @example 0
|
|
2465
|
+
*
|
|
2466
|
+
* @regex ^[0-9]+$
|
|
2467
|
+
*
|
|
2468
|
+
* @format Non-negative integer.
|
|
2004
2469
|
*
|
|
2005
2470
|
* @generated from field: uint64 offset = 3;
|
|
2006
2471
|
*/
|
|
2007
2472
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2008
2473
|
/**
|
|
2009
|
-
*
|
|
2474
|
+
*
|
|
2475
|
+
* @optional
|
|
2476
|
+
*
|
|
2477
|
+
* @description Sort direction.
|
|
2478
|
+
*
|
|
2479
|
+
* @example DESCENDING
|
|
2010
2480
|
*
|
|
2011
2481
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2012
2482
|
*/
|
|
2013
2483
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2014
2484
|
/**
|
|
2015
|
-
*
|
|
2485
|
+
*
|
|
2486
|
+
* @optional
|
|
2487
|
+
*
|
|
2488
|
+
* @description The field used for sorting.
|
|
2016
2489
|
*
|
|
2017
2490
|
* @generated from field: Scailo.GOODS_DISPATCH_SORT_KEY sort_key = 5;
|
|
2018
2491
|
*/
|
|
2019
2492
|
this.sortKey = GOODS_DISPATCH_SORT_KEY.GOODS_DISPATCH_SORT_KEY_ID_UNSPECIFIED;
|
|
2020
2493
|
/**
|
|
2021
|
-
*
|
|
2494
|
+
*
|
|
2495
|
+
* @optional
|
|
2496
|
+
*
|
|
2497
|
+
* @description Filter by the organization UUID.
|
|
2498
|
+
*
|
|
2499
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2500
|
+
*
|
|
2501
|
+
* @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}$
|
|
2502
|
+
*
|
|
2503
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2022
2504
|
*
|
|
2023
2505
|
* @generated from field: string entity_uuid = 6;
|
|
2024
2506
|
*/
|
|
2025
2507
|
this.entityUuid = "";
|
|
2026
2508
|
/**
|
|
2027
|
-
*
|
|
2509
|
+
*
|
|
2510
|
+
* @optional
|
|
2511
|
+
*
|
|
2512
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2513
|
+
*
|
|
2514
|
+
* @example STANDING
|
|
2028
2515
|
*
|
|
2029
2516
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2030
2517
|
*/
|
|
2031
2518
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2032
2519
|
/**
|
|
2033
|
-
*
|
|
2520
|
+
*
|
|
2521
|
+
* @mandatory
|
|
2522
|
+
*
|
|
2523
|
+
* @description The search string to match against reference IDs.
|
|
2524
|
+
*
|
|
2525
|
+
* @example "Medical 2023"
|
|
2526
|
+
*
|
|
2527
|
+
* @regex .*
|
|
2528
|
+
*
|
|
2529
|
+
* @format: May contain any UTF-8 characters.
|
|
2034
2530
|
*
|
|
2035
2531
|
* @generated from field: string search_key = 11;
|
|
2036
2532
|
*/
|