@kernelminds/scailo-sdk 0.1.28 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +41 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +226 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +88 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +87 -22
- package/lib/cjs/src/users.scailo_pb.js +447 -81
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +41 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +226 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +88 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +87 -22
- package/lib/esm/src/users.scailo_pb.js +451 -83
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -218,7 +218,16 @@ protobuf_1.proto3.util.setEnumType(STOCK_RETURN_ITEM_STATUS, "Scailo.STOCK_RETUR
|
|
|
218
218
|
*/
|
|
219
219
|
class StockReturnsServiceCreateRequest extends protobuf_1.Message {
|
|
220
220
|
/**
|
|
221
|
-
*
|
|
221
|
+
*
|
|
222
|
+
* @optional
|
|
223
|
+
*
|
|
224
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
225
|
+
*
|
|
226
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
227
|
+
*
|
|
228
|
+
* @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}$
|
|
229
|
+
*
|
|
230
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
222
231
|
*
|
|
223
232
|
* @generated from field: string entity_uuid = 1;
|
|
224
233
|
*/
|
|
@@ -230,13 +239,31 @@ class StockReturnsServiceCreateRequest extends protobuf_1.Message {
|
|
|
230
239
|
*/
|
|
231
240
|
userComment = "";
|
|
232
241
|
/**
|
|
233
|
-
*
|
|
242
|
+
*
|
|
243
|
+
* @optional
|
|
244
|
+
*
|
|
245
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
246
|
+
*
|
|
247
|
+
* @example 15234
|
|
248
|
+
*
|
|
249
|
+
* @regex ^[0-9]+$
|
|
250
|
+
*
|
|
251
|
+
* @format Non-negative integer.
|
|
234
252
|
*
|
|
235
253
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
236
254
|
*/
|
|
237
255
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
238
256
|
/**
|
|
239
|
-
*
|
|
257
|
+
*
|
|
258
|
+
* @mandatory
|
|
259
|
+
*
|
|
260
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
261
|
+
*
|
|
262
|
+
* @example "ABS-2023-001"
|
|
263
|
+
*
|
|
264
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
265
|
+
*
|
|
266
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
240
267
|
*
|
|
241
268
|
* @generated from field: string reference_id = 10;
|
|
242
269
|
*/
|
|
@@ -315,19 +342,42 @@ class StockReturnsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
315
342
|
*/
|
|
316
343
|
id = protobuf_1.protoInt64.zero;
|
|
317
344
|
/**
|
|
318
|
-
*
|
|
345
|
+
*
|
|
346
|
+
* @optional
|
|
347
|
+
*
|
|
348
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
349
|
+
*
|
|
350
|
+
* @example true
|
|
319
351
|
*
|
|
320
352
|
* @generated from field: bool notify_users = 3;
|
|
321
353
|
*/
|
|
322
354
|
notifyUsers = false;
|
|
323
355
|
/**
|
|
324
|
-
*
|
|
356
|
+
*
|
|
357
|
+
* @optional
|
|
358
|
+
*
|
|
359
|
+
* @description Updated vault folder ID for documentation storage.
|
|
360
|
+
*
|
|
361
|
+
* @example 15235
|
|
362
|
+
*
|
|
363
|
+
* @regex ^[0-9]+$
|
|
364
|
+
*
|
|
365
|
+
* @format Non-negative integer.
|
|
325
366
|
*
|
|
326
367
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
327
368
|
*/
|
|
328
369
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
329
370
|
/**
|
|
330
|
-
*
|
|
371
|
+
*
|
|
372
|
+
* @mandatory
|
|
373
|
+
*
|
|
374
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
375
|
+
*
|
|
376
|
+
* @example "ABS-2023-001-REV"
|
|
377
|
+
*
|
|
378
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
379
|
+
*
|
|
380
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
331
381
|
*
|
|
332
382
|
* @generated from field: string reference_id = 10;
|
|
333
383
|
*/
|
|
@@ -374,55 +424,74 @@ exports.StockReturnsServiceUpdateRequest = StockReturnsServiceUpdateRequest;
|
|
|
374
424
|
*/
|
|
375
425
|
class StockReturn extends protobuf_1.Message {
|
|
376
426
|
/**
|
|
377
|
-
*
|
|
427
|
+
*
|
|
428
|
+
* @description The organization's globally unique identifier.
|
|
429
|
+
*
|
|
430
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
378
431
|
*
|
|
379
432
|
* @generated from field: string entity_uuid = 1;
|
|
380
433
|
*/
|
|
381
434
|
entityUuid = "";
|
|
382
435
|
/**
|
|
383
|
-
*
|
|
436
|
+
*
|
|
437
|
+
* @description Standard employee and record metadata including timestamps.
|
|
384
438
|
*
|
|
385
439
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
386
440
|
*/
|
|
387
441
|
metadata;
|
|
388
442
|
/**
|
|
389
|
-
*
|
|
443
|
+
*
|
|
444
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
390
445
|
*
|
|
391
446
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
392
447
|
*/
|
|
393
448
|
approvalMetadata;
|
|
394
449
|
/**
|
|
395
|
-
*
|
|
450
|
+
*
|
|
451
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
396
452
|
*
|
|
397
453
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
398
454
|
*/
|
|
399
455
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
400
456
|
/**
|
|
401
|
-
*
|
|
457
|
+
*
|
|
458
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
402
459
|
*
|
|
403
460
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
404
461
|
*/
|
|
405
462
|
logs = [];
|
|
406
463
|
/**
|
|
407
|
-
*
|
|
464
|
+
*
|
|
465
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
466
|
+
*
|
|
467
|
+
* @example 1698400000
|
|
408
468
|
*
|
|
409
469
|
* @generated from field: uint64 completed_on = 6;
|
|
410
470
|
*/
|
|
411
471
|
completedOn = protobuf_1.protoInt64.zero;
|
|
412
472
|
/**
|
|
413
|
-
*
|
|
473
|
+
*
|
|
474
|
+
* @description Link to the document storage folder.
|
|
475
|
+
*
|
|
476
|
+
* @example 15234
|
|
414
477
|
*
|
|
415
478
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
416
479
|
*/
|
|
417
480
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
418
481
|
/**
|
|
419
|
-
*
|
|
482
|
+
*
|
|
483
|
+
* @description The user-provided reference ID.
|
|
484
|
+
*
|
|
485
|
+
* @example "ABS-2023-001"
|
|
420
486
|
*
|
|
421
487
|
* @generated from field: string reference_id = 10;
|
|
422
488
|
*/
|
|
423
489
|
referenceId = "";
|
|
424
490
|
/**
|
|
425
|
-
*
|
|
491
|
+
*
|
|
492
|
+
* @description The system-generated immutable reference number.
|
|
493
|
+
*
|
|
494
|
+
* @example "ABS-2023-X9Z2"
|
|
426
495
|
*
|
|
427
496
|
* @generated from field: string final_ref_number = 11;
|
|
428
497
|
*/
|
|
@@ -636,25 +705,31 @@ exports.StockReturnsServiceItemUpdateRequest = StockReturnsServiceItemUpdateRequ
|
|
|
636
705
|
*/
|
|
637
706
|
class StockReturnItem extends protobuf_1.Message {
|
|
638
707
|
/**
|
|
639
|
-
*
|
|
708
|
+
*
|
|
709
|
+
* @description The organization's globally unique identifier.
|
|
710
|
+
*
|
|
711
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
640
712
|
*
|
|
641
713
|
* @generated from field: string entity_uuid = 1;
|
|
642
714
|
*/
|
|
643
715
|
entityUuid = "";
|
|
644
716
|
/**
|
|
645
|
-
*
|
|
717
|
+
*
|
|
718
|
+
* @description Standard employee and record metadata including timestamps.
|
|
646
719
|
*
|
|
647
720
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
648
721
|
*/
|
|
649
722
|
metadata;
|
|
650
723
|
/**
|
|
651
|
-
*
|
|
724
|
+
*
|
|
725
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
652
726
|
*
|
|
653
727
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
654
728
|
*/
|
|
655
729
|
approvalMetadata;
|
|
656
730
|
/**
|
|
657
|
-
*
|
|
731
|
+
*
|
|
732
|
+
* @description The approval state of the record
|
|
658
733
|
*
|
|
659
734
|
* @generated from field: bool need_approval = 4;
|
|
660
735
|
*/
|
|
@@ -943,31 +1018,62 @@ exports.StockReturnsServiceAlreadyAddedQuantityForSourceRequest = StockReturnsSe
|
|
|
943
1018
|
*/
|
|
944
1019
|
class StockReturnsServicePaginationReq extends protobuf_1.Message {
|
|
945
1020
|
/**
|
|
946
|
-
*
|
|
1021
|
+
*
|
|
1022
|
+
* @optional
|
|
1023
|
+
*
|
|
1024
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1025
|
+
*
|
|
1026
|
+
* @example ANY
|
|
947
1027
|
*
|
|
948
1028
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
949
1029
|
*/
|
|
950
1030
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
951
1031
|
/**
|
|
952
|
-
*
|
|
1032
|
+
*
|
|
1033
|
+
* @mandatory
|
|
1034
|
+
*
|
|
1035
|
+
* @description Number of records to return per page.
|
|
1036
|
+
*
|
|
1037
|
+
* @example 50
|
|
1038
|
+
*
|
|
1039
|
+
* @regex ^[1-9][0-9]*$
|
|
1040
|
+
*
|
|
1041
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
953
1042
|
*
|
|
954
1043
|
* @generated from field: int64 count = 2;
|
|
955
1044
|
*/
|
|
956
1045
|
count = protobuf_1.protoInt64.zero;
|
|
957
1046
|
/**
|
|
958
|
-
*
|
|
1047
|
+
*
|
|
1048
|
+
* @optional
|
|
1049
|
+
*
|
|
1050
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1051
|
+
*
|
|
1052
|
+
* @example 0
|
|
1053
|
+
*
|
|
1054
|
+
* @regex ^[0-9]+$
|
|
1055
|
+
*
|
|
1056
|
+
* @format Non-negative integer.
|
|
959
1057
|
*
|
|
960
1058
|
* @generated from field: uint64 offset = 3;
|
|
961
1059
|
*/
|
|
962
1060
|
offset = protobuf_1.protoInt64.zero;
|
|
963
1061
|
/**
|
|
964
|
-
*
|
|
1062
|
+
*
|
|
1063
|
+
* @optional
|
|
1064
|
+
*
|
|
1065
|
+
* @description Sort direction.
|
|
1066
|
+
*
|
|
1067
|
+
* @example DESCENDING
|
|
965
1068
|
*
|
|
966
1069
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
967
1070
|
*/
|
|
968
1071
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
969
1072
|
/**
|
|
970
|
-
*
|
|
1073
|
+
*
|
|
1074
|
+
* @optional
|
|
1075
|
+
*
|
|
1076
|
+
* @description The specific field key to sort the results by.
|
|
971
1077
|
*
|
|
972
1078
|
* @generated from field: Scailo.STOCK_RETURN_SORT_KEY sort_key = 5;
|
|
973
1079
|
*/
|
|
@@ -1014,25 +1120,35 @@ exports.StockReturnsServicePaginationReq = StockReturnsServicePaginationReq;
|
|
|
1014
1120
|
*/
|
|
1015
1121
|
class StockReturnsServicePaginationResponse extends protobuf_1.Message {
|
|
1016
1122
|
/**
|
|
1017
|
-
*
|
|
1123
|
+
*
|
|
1124
|
+
* @description Number of records returned in the current response slice.
|
|
1125
|
+
*
|
|
1126
|
+
* @example 50
|
|
1018
1127
|
*
|
|
1019
1128
|
* @generated from field: uint64 count = 1;
|
|
1020
1129
|
*/
|
|
1021
1130
|
count = protobuf_1.protoInt64.zero;
|
|
1022
1131
|
/**
|
|
1023
|
-
*
|
|
1132
|
+
*
|
|
1133
|
+
* @description The offset provided in the request.
|
|
1134
|
+
*
|
|
1135
|
+
* @example 0
|
|
1024
1136
|
*
|
|
1025
1137
|
* @generated from field: uint64 offset = 2;
|
|
1026
1138
|
*/
|
|
1027
1139
|
offset = protobuf_1.protoInt64.zero;
|
|
1028
1140
|
/**
|
|
1029
|
-
*
|
|
1141
|
+
*
|
|
1142
|
+
* @description The total number of records matching the criteria.
|
|
1143
|
+
*
|
|
1144
|
+
* @example 1250
|
|
1030
1145
|
*
|
|
1031
1146
|
* @generated from field: uint64 total = 3;
|
|
1032
1147
|
*/
|
|
1033
1148
|
total = protobuf_1.protoInt64.zero;
|
|
1034
1149
|
/**
|
|
1035
|
-
*
|
|
1150
|
+
*
|
|
1151
|
+
* @description The array of records for the current page.
|
|
1036
1152
|
*
|
|
1037
1153
|
* @generated from field: repeated Scailo.StockReturn payload = 4;
|
|
1038
1154
|
*/
|
|
@@ -1071,115 +1187,268 @@ exports.StockReturnsServicePaginationResponse = StockReturnsServicePaginationRes
|
|
|
1071
1187
|
*/
|
|
1072
1188
|
class StockReturnsServiceFilterReq extends protobuf_1.Message {
|
|
1073
1189
|
/**
|
|
1074
|
-
*
|
|
1190
|
+
*
|
|
1191
|
+
* @optional
|
|
1192
|
+
*
|
|
1193
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1194
|
+
*
|
|
1195
|
+
* @example ANY
|
|
1075
1196
|
*
|
|
1076
1197
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1077
1198
|
*/
|
|
1078
1199
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1079
1200
|
/**
|
|
1080
|
-
*
|
|
1201
|
+
*
|
|
1202
|
+
* @mandatory
|
|
1203
|
+
*
|
|
1204
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1205
|
+
*
|
|
1206
|
+
* @example 100
|
|
1207
|
+
*
|
|
1208
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1209
|
+
*
|
|
1210
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1081
1211
|
*
|
|
1082
1212
|
* @generated from field: int64 count = 2;
|
|
1083
1213
|
*/
|
|
1084
1214
|
count = protobuf_1.protoInt64.zero;
|
|
1085
1215
|
/**
|
|
1086
|
-
*
|
|
1216
|
+
*
|
|
1217
|
+
* @optional
|
|
1218
|
+
*
|
|
1219
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1220
|
+
*
|
|
1221
|
+
* @example 0
|
|
1222
|
+
*
|
|
1223
|
+
* @regex ^[0-9]+$
|
|
1224
|
+
*
|
|
1225
|
+
* @format Non-negative integer.
|
|
1087
1226
|
*
|
|
1088
1227
|
* @generated from field: uint64 offset = 3;
|
|
1089
1228
|
*/
|
|
1090
1229
|
offset = protobuf_1.protoInt64.zero;
|
|
1091
1230
|
/**
|
|
1092
|
-
*
|
|
1231
|
+
*
|
|
1232
|
+
* @optional
|
|
1233
|
+
*
|
|
1234
|
+
* @description Sort direction.
|
|
1235
|
+
*
|
|
1236
|
+
* @example DESCENDING
|
|
1093
1237
|
*
|
|
1094
1238
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1095
1239
|
*/
|
|
1096
1240
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1097
1241
|
/**
|
|
1098
|
-
*
|
|
1242
|
+
*
|
|
1243
|
+
* @optional
|
|
1244
|
+
*
|
|
1245
|
+
* @description The field used for sorting.
|
|
1099
1246
|
*
|
|
1100
1247
|
* @generated from field: Scailo.STOCK_RETURN_SORT_KEY sort_key = 5;
|
|
1101
1248
|
*/
|
|
1102
1249
|
sortKey = STOCK_RETURN_SORT_KEY.STOCK_RETURN_SORT_KEY_ID_UNSPECIFIED;
|
|
1103
1250
|
/**
|
|
1104
|
-
*
|
|
1251
|
+
*
|
|
1252
|
+
* @optional
|
|
1253
|
+
*
|
|
1254
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1255
|
+
*
|
|
1256
|
+
* @example 1672531200
|
|
1257
|
+
*
|
|
1258
|
+
* @regex ^[0-9]+$
|
|
1259
|
+
*
|
|
1260
|
+
* @format Non-negative integer.
|
|
1105
1261
|
*
|
|
1106
1262
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1107
1263
|
*/
|
|
1108
1264
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1109
1265
|
/**
|
|
1110
|
-
*
|
|
1266
|
+
*
|
|
1267
|
+
* @optional
|
|
1268
|
+
*
|
|
1269
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1270
|
+
*
|
|
1271
|
+
* @example 1704067199
|
|
1272
|
+
*
|
|
1273
|
+
* @regex ^[0-9]+$
|
|
1274
|
+
*
|
|
1275
|
+
* @format Non-negative integer.
|
|
1111
1276
|
*
|
|
1112
1277
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1113
1278
|
*/
|
|
1114
1279
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1115
1280
|
/**
|
|
1116
|
-
*
|
|
1281
|
+
*
|
|
1282
|
+
* @optional
|
|
1283
|
+
*
|
|
1284
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1285
|
+
*
|
|
1286
|
+
* @example 1672531200
|
|
1287
|
+
*
|
|
1288
|
+
* @regex ^[0-9]+$
|
|
1289
|
+
*
|
|
1290
|
+
* @format Non-negative integer.
|
|
1117
1291
|
*
|
|
1118
1292
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1119
1293
|
*/
|
|
1120
1294
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1121
1295
|
/**
|
|
1122
|
-
*
|
|
1296
|
+
*
|
|
1297
|
+
* @optional
|
|
1298
|
+
*
|
|
1299
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1300
|
+
*
|
|
1301
|
+
* @example 1704067199
|
|
1302
|
+
*
|
|
1303
|
+
* @regex ^[0-9]+$
|
|
1304
|
+
*
|
|
1305
|
+
* @format Non-negative integer.
|
|
1123
1306
|
*
|
|
1124
1307
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1125
1308
|
*/
|
|
1126
1309
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1127
1310
|
/**
|
|
1128
|
-
*
|
|
1311
|
+
*
|
|
1312
|
+
* @optional
|
|
1313
|
+
*
|
|
1314
|
+
* @description Filter by the organization UUID.
|
|
1315
|
+
*
|
|
1316
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1317
|
+
*
|
|
1318
|
+
* @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}$
|
|
1319
|
+
*
|
|
1320
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1129
1321
|
*
|
|
1130
1322
|
* @generated from field: string entity_uuid = 8;
|
|
1131
1323
|
*/
|
|
1132
1324
|
entityUuid = "";
|
|
1133
1325
|
/**
|
|
1134
|
-
*
|
|
1326
|
+
*
|
|
1327
|
+
* @optional
|
|
1328
|
+
*
|
|
1329
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1330
|
+
*
|
|
1331
|
+
* @example STANDING
|
|
1135
1332
|
*
|
|
1136
1333
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1137
1334
|
*/
|
|
1138
1335
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1139
1336
|
/**
|
|
1140
|
-
*
|
|
1337
|
+
*
|
|
1338
|
+
* @optional
|
|
1339
|
+
*
|
|
1340
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1341
|
+
*
|
|
1342
|
+
* @example 1672531200
|
|
1343
|
+
*
|
|
1344
|
+
* @regex ^[0-9]+$
|
|
1345
|
+
*
|
|
1346
|
+
* @format Non-negative integer.
|
|
1141
1347
|
*
|
|
1142
1348
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1143
1349
|
*/
|
|
1144
1350
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1145
1351
|
/**
|
|
1146
|
-
*
|
|
1352
|
+
*
|
|
1353
|
+
* @optional
|
|
1354
|
+
*
|
|
1355
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1356
|
+
*
|
|
1357
|
+
* @example 1704067199
|
|
1358
|
+
*
|
|
1359
|
+
* @regex ^[0-9]+$
|
|
1360
|
+
*
|
|
1361
|
+
* @format Non-negative integer.
|
|
1147
1362
|
*
|
|
1148
1363
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1149
1364
|
*/
|
|
1150
1365
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1151
1366
|
/**
|
|
1152
|
-
*
|
|
1367
|
+
*
|
|
1368
|
+
* @optional
|
|
1369
|
+
*
|
|
1370
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1371
|
+
*
|
|
1372
|
+
* @example 501
|
|
1373
|
+
*
|
|
1374
|
+
* @regex ^[0-9]+$
|
|
1375
|
+
*
|
|
1376
|
+
* @format Non-negative integer.
|
|
1153
1377
|
*
|
|
1154
1378
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1155
1379
|
*/
|
|
1156
1380
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1157
1381
|
/**
|
|
1158
|
-
*
|
|
1382
|
+
*
|
|
1383
|
+
* @optional
|
|
1384
|
+
*
|
|
1385
|
+
* @description Filter by the role ID of the approver.
|
|
1386
|
+
*
|
|
1387
|
+
* @example 5
|
|
1388
|
+
*
|
|
1389
|
+
* @regex ^[0-9]+$
|
|
1390
|
+
*
|
|
1391
|
+
* @format Non-negative integer.
|
|
1159
1392
|
*
|
|
1160
1393
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1161
1394
|
*/
|
|
1162
1395
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1163
1396
|
/**
|
|
1164
|
-
*
|
|
1397
|
+
*
|
|
1398
|
+
* @optional
|
|
1399
|
+
*
|
|
1400
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1401
|
+
*
|
|
1402
|
+
* @example 1672531200
|
|
1403
|
+
*
|
|
1404
|
+
* @regex ^[0-9]+$
|
|
1405
|
+
*
|
|
1406
|
+
* @format Non-negative integer.
|
|
1165
1407
|
*
|
|
1166
1408
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1167
1409
|
*/
|
|
1168
1410
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1169
1411
|
/**
|
|
1170
|
-
*
|
|
1412
|
+
*
|
|
1413
|
+
* @optional
|
|
1414
|
+
*
|
|
1415
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1416
|
+
*
|
|
1417
|
+
* @example 1704067199
|
|
1418
|
+
*
|
|
1419
|
+
* @regex ^[0-9]+$
|
|
1420
|
+
*
|
|
1421
|
+
* @format Non-negative integer.
|
|
1171
1422
|
*
|
|
1172
1423
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1173
1424
|
*/
|
|
1174
1425
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1175
1426
|
/**
|
|
1176
|
-
*
|
|
1427
|
+
*
|
|
1428
|
+
* @optional
|
|
1429
|
+
*
|
|
1430
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1431
|
+
*
|
|
1432
|
+
* @example "ABS-2023-001"
|
|
1433
|
+
*
|
|
1434
|
+
* @regex [0-9A-Za-z ]*$
|
|
1435
|
+
*
|
|
1436
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1177
1437
|
*
|
|
1178
1438
|
* @generated from field: string reference_id = 20;
|
|
1179
1439
|
*/
|
|
1180
1440
|
referenceId = "";
|
|
1181
1441
|
/**
|
|
1182
|
-
*
|
|
1442
|
+
*
|
|
1443
|
+
* @optional
|
|
1444
|
+
*
|
|
1445
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1446
|
+
*
|
|
1447
|
+
* @example "ABS-2023-X9Z2"
|
|
1448
|
+
*
|
|
1449
|
+
* @regex [0-9A-Za-z ]*$
|
|
1450
|
+
*
|
|
1451
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1183
1452
|
*
|
|
1184
1453
|
* @generated from field: string final_ref_number = 21;
|
|
1185
1454
|
*/
|
|
@@ -1268,91 +1537,218 @@ exports.StockReturnsServiceFilterReq = StockReturnsServiceFilterReq;
|
|
|
1268
1537
|
*/
|
|
1269
1538
|
class StockReturnsServiceCountReq extends protobuf_1.Message {
|
|
1270
1539
|
/**
|
|
1271
|
-
*
|
|
1540
|
+
*
|
|
1541
|
+
* @optional
|
|
1542
|
+
*
|
|
1543
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1544
|
+
*
|
|
1545
|
+
* @example ANY
|
|
1272
1546
|
*
|
|
1273
1547
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1274
1548
|
*/
|
|
1275
1549
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1276
1550
|
/**
|
|
1277
|
-
*
|
|
1551
|
+
*
|
|
1552
|
+
* @optional
|
|
1553
|
+
*
|
|
1554
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1555
|
+
*
|
|
1556
|
+
* @example 1672531200
|
|
1557
|
+
*
|
|
1558
|
+
* @regex ^[0-9]+$
|
|
1559
|
+
*
|
|
1560
|
+
* @format Non-negative integer.
|
|
1278
1561
|
*
|
|
1279
1562
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1280
1563
|
*/
|
|
1281
1564
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1282
1565
|
/**
|
|
1283
|
-
*
|
|
1566
|
+
*
|
|
1567
|
+
* @optional
|
|
1568
|
+
*
|
|
1569
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1570
|
+
*
|
|
1571
|
+
* @example 1704067199
|
|
1572
|
+
*
|
|
1573
|
+
* @regex ^[0-9]+$
|
|
1574
|
+
*
|
|
1575
|
+
* @format Non-negative integer.
|
|
1284
1576
|
*
|
|
1285
1577
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1286
1578
|
*/
|
|
1287
1579
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1288
1580
|
/**
|
|
1289
|
-
*
|
|
1581
|
+
*
|
|
1582
|
+
* @optional
|
|
1583
|
+
*
|
|
1584
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1585
|
+
*
|
|
1586
|
+
* @example 1672531200
|
|
1587
|
+
*
|
|
1588
|
+
* @regex ^[0-9]+$
|
|
1589
|
+
*
|
|
1590
|
+
* @format Non-negative integer.
|
|
1290
1591
|
*
|
|
1291
1592
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1292
1593
|
*/
|
|
1293
1594
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1294
1595
|
/**
|
|
1295
|
-
*
|
|
1596
|
+
*
|
|
1597
|
+
* @optional
|
|
1598
|
+
*
|
|
1599
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1600
|
+
*
|
|
1601
|
+
* @example 1704067199
|
|
1602
|
+
*
|
|
1603
|
+
* @regex ^[0-9]+$
|
|
1604
|
+
*
|
|
1605
|
+
* @format Non-negative integer.
|
|
1296
1606
|
*
|
|
1297
1607
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1298
1608
|
*/
|
|
1299
1609
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1300
1610
|
/**
|
|
1301
|
-
*
|
|
1611
|
+
*
|
|
1612
|
+
* @optional
|
|
1613
|
+
*
|
|
1614
|
+
* @description Filter by the organization UUID.
|
|
1615
|
+
*
|
|
1616
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1617
|
+
*
|
|
1618
|
+
* @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}$
|
|
1619
|
+
*
|
|
1620
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1302
1621
|
*
|
|
1303
1622
|
* @generated from field: string entity_uuid = 8;
|
|
1304
1623
|
*/
|
|
1305
1624
|
entityUuid = "";
|
|
1306
1625
|
/**
|
|
1307
|
-
*
|
|
1626
|
+
*
|
|
1627
|
+
* @optional
|
|
1628
|
+
*
|
|
1629
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1630
|
+
*
|
|
1631
|
+
* @example STANDING
|
|
1308
1632
|
*
|
|
1309
1633
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1310
1634
|
*/
|
|
1311
1635
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1312
1636
|
/**
|
|
1313
|
-
*
|
|
1637
|
+
*
|
|
1638
|
+
* @optional
|
|
1639
|
+
*
|
|
1640
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1641
|
+
*
|
|
1642
|
+
* @example 1672531200
|
|
1643
|
+
*
|
|
1644
|
+
* @regex ^[0-9]+$
|
|
1645
|
+
*
|
|
1646
|
+
* @format Non-negative integer.
|
|
1314
1647
|
*
|
|
1315
1648
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1316
1649
|
*/
|
|
1317
1650
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1318
1651
|
/**
|
|
1319
|
-
*
|
|
1652
|
+
*
|
|
1653
|
+
* @optional
|
|
1654
|
+
*
|
|
1655
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1656
|
+
*
|
|
1657
|
+
* @example 1704067199
|
|
1658
|
+
*
|
|
1659
|
+
* @regex ^[0-9]+$
|
|
1660
|
+
*
|
|
1661
|
+
* @format Non-negative integer.
|
|
1320
1662
|
*
|
|
1321
1663
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1322
1664
|
*/
|
|
1323
1665
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1324
1666
|
/**
|
|
1325
|
-
*
|
|
1667
|
+
*
|
|
1668
|
+
* @optional
|
|
1669
|
+
*
|
|
1670
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1671
|
+
*
|
|
1672
|
+
* @example 501
|
|
1673
|
+
*
|
|
1674
|
+
* @regex ^[0-9]+$
|
|
1675
|
+
*
|
|
1676
|
+
* @format Non-negative integer.
|
|
1326
1677
|
*
|
|
1327
1678
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1328
1679
|
*/
|
|
1329
1680
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1330
1681
|
/**
|
|
1331
|
-
*
|
|
1682
|
+
*
|
|
1683
|
+
* @optional
|
|
1684
|
+
*
|
|
1685
|
+
* @description Filter by the role ID of the approver.
|
|
1686
|
+
*
|
|
1687
|
+
* @example 5
|
|
1688
|
+
*
|
|
1689
|
+
* @regex ^[0-9]+$
|
|
1690
|
+
*
|
|
1691
|
+
* @format Non-negative integer.
|
|
1332
1692
|
*
|
|
1333
1693
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1334
1694
|
*/
|
|
1335
1695
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1336
1696
|
/**
|
|
1337
|
-
*
|
|
1697
|
+
*
|
|
1698
|
+
* @optional
|
|
1699
|
+
*
|
|
1700
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1701
|
+
*
|
|
1702
|
+
* @example 1672531200
|
|
1703
|
+
*
|
|
1704
|
+
* @regex ^[0-9]+$
|
|
1705
|
+
*
|
|
1706
|
+
* @format Non-negative integer.
|
|
1338
1707
|
*
|
|
1339
1708
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1340
1709
|
*/
|
|
1341
1710
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1342
1711
|
/**
|
|
1343
|
-
*
|
|
1712
|
+
*
|
|
1713
|
+
* @optional
|
|
1714
|
+
*
|
|
1715
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1716
|
+
*
|
|
1717
|
+
* @example 1704067199
|
|
1718
|
+
*
|
|
1719
|
+
* @regex ^[0-9]+$
|
|
1720
|
+
*
|
|
1721
|
+
* @format Non-negative integer.
|
|
1344
1722
|
*
|
|
1345
1723
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1346
1724
|
*/
|
|
1347
1725
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1348
1726
|
/**
|
|
1349
|
-
*
|
|
1727
|
+
*
|
|
1728
|
+
* @optional
|
|
1729
|
+
*
|
|
1730
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1731
|
+
*
|
|
1732
|
+
* @example "ABS-2023-001"
|
|
1733
|
+
*
|
|
1734
|
+
* @regex [0-9A-Za-z ]*$
|
|
1735
|
+
*
|
|
1736
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1350
1737
|
*
|
|
1351
1738
|
* @generated from field: string reference_id = 20;
|
|
1352
1739
|
*/
|
|
1353
1740
|
referenceId = "";
|
|
1354
1741
|
/**
|
|
1355
|
-
*
|
|
1742
|
+
*
|
|
1743
|
+
* @optional
|
|
1744
|
+
*
|
|
1745
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1746
|
+
*
|
|
1747
|
+
* @example "ABS-2023-X9Z2"
|
|
1748
|
+
*
|
|
1749
|
+
* @regex [0-9A-Za-z ]*$
|
|
1750
|
+
*
|
|
1751
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1356
1752
|
*
|
|
1357
1753
|
* @generated from field: string final_ref_number = 21;
|
|
1358
1754
|
*/
|
|
@@ -1437,49 +1833,103 @@ exports.StockReturnsServiceCountReq = StockReturnsServiceCountReq;
|
|
|
1437
1833
|
*/
|
|
1438
1834
|
class StockReturnsServiceSearchAllReq extends protobuf_1.Message {
|
|
1439
1835
|
/**
|
|
1440
|
-
*
|
|
1836
|
+
*
|
|
1837
|
+
* @optional
|
|
1838
|
+
*
|
|
1839
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1840
|
+
*
|
|
1841
|
+
* @example ANY
|
|
1441
1842
|
*
|
|
1442
1843
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1443
1844
|
*/
|
|
1444
1845
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1445
1846
|
/**
|
|
1446
|
-
*
|
|
1847
|
+
*
|
|
1848
|
+
* @mandatory
|
|
1849
|
+
*
|
|
1850
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1851
|
+
*
|
|
1852
|
+
* @example 100
|
|
1853
|
+
*
|
|
1854
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1855
|
+
*
|
|
1856
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1447
1857
|
*
|
|
1448
1858
|
* @generated from field: int64 count = 2;
|
|
1449
1859
|
*/
|
|
1450
1860
|
count = protobuf_1.protoInt64.zero;
|
|
1451
1861
|
/**
|
|
1452
|
-
*
|
|
1862
|
+
*
|
|
1863
|
+
* @optional
|
|
1864
|
+
*
|
|
1865
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1866
|
+
*
|
|
1867
|
+
* @example 0
|
|
1868
|
+
*
|
|
1869
|
+
* @regex ^[0-9]+$
|
|
1870
|
+
*
|
|
1871
|
+
* @format Non-negative integer.
|
|
1453
1872
|
*
|
|
1454
1873
|
* @generated from field: uint64 offset = 3;
|
|
1455
1874
|
*/
|
|
1456
1875
|
offset = protobuf_1.protoInt64.zero;
|
|
1457
1876
|
/**
|
|
1458
|
-
*
|
|
1877
|
+
*
|
|
1878
|
+
* @optional
|
|
1879
|
+
*
|
|
1880
|
+
* @description Sort direction.
|
|
1881
|
+
*
|
|
1882
|
+
* @example DESCENDING
|
|
1459
1883
|
*
|
|
1460
1884
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1461
1885
|
*/
|
|
1462
1886
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1463
1887
|
/**
|
|
1464
|
-
*
|
|
1888
|
+
*
|
|
1889
|
+
* @optional
|
|
1890
|
+
*
|
|
1891
|
+
* @description The field used for sorting.
|
|
1465
1892
|
*
|
|
1466
1893
|
* @generated from field: Scailo.STOCK_RETURN_SORT_KEY sort_key = 5;
|
|
1467
1894
|
*/
|
|
1468
1895
|
sortKey = STOCK_RETURN_SORT_KEY.STOCK_RETURN_SORT_KEY_ID_UNSPECIFIED;
|
|
1469
1896
|
/**
|
|
1470
|
-
*
|
|
1897
|
+
*
|
|
1898
|
+
* @optional
|
|
1899
|
+
*
|
|
1900
|
+
* @description Filter by the organization UUID.
|
|
1901
|
+
*
|
|
1902
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1903
|
+
*
|
|
1904
|
+
* @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}$
|
|
1905
|
+
*
|
|
1906
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1471
1907
|
*
|
|
1472
1908
|
* @generated from field: string entity_uuid = 6;
|
|
1473
1909
|
*/
|
|
1474
1910
|
entityUuid = "";
|
|
1475
1911
|
/**
|
|
1476
|
-
*
|
|
1912
|
+
*
|
|
1913
|
+
* @optional
|
|
1914
|
+
*
|
|
1915
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1916
|
+
*
|
|
1917
|
+
* @example STANDING
|
|
1477
1918
|
*
|
|
1478
1919
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1479
1920
|
*/
|
|
1480
1921
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1481
1922
|
/**
|
|
1482
|
-
*
|
|
1923
|
+
*
|
|
1924
|
+
* @mandatory
|
|
1925
|
+
*
|
|
1926
|
+
* @description The search string to match against reference IDs.
|
|
1927
|
+
*
|
|
1928
|
+
* @example "Medical 2023"
|
|
1929
|
+
*
|
|
1930
|
+
* @regex .*
|
|
1931
|
+
*
|
|
1932
|
+
* @format: May contain any UTF-8 characters.
|
|
1483
1933
|
*
|
|
1484
1934
|
* @generated from field: string search_key = 11;
|
|
1485
1935
|
*/
|
|
@@ -1536,37 +1986,77 @@ exports.StockReturnsServiceSearchAllReq = StockReturnsServiceSearchAllReq;
|
|
|
1536
1986
|
*/
|
|
1537
1987
|
class StockReturnItemsSearchRequest extends protobuf_1.Message {
|
|
1538
1988
|
/**
|
|
1539
|
-
*
|
|
1989
|
+
*
|
|
1990
|
+
* @optional
|
|
1991
|
+
*
|
|
1992
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1993
|
+
*
|
|
1994
|
+
* @example ANY
|
|
1540
1995
|
*
|
|
1541
1996
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1542
1997
|
*/
|
|
1543
1998
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1544
1999
|
/**
|
|
1545
|
-
*
|
|
2000
|
+
*
|
|
2001
|
+
* @mandatory
|
|
2002
|
+
*
|
|
2003
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2004
|
+
*
|
|
2005
|
+
* @example 100
|
|
2006
|
+
*
|
|
2007
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2008
|
+
*
|
|
2009
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1546
2010
|
*
|
|
1547
2011
|
* @generated from field: int64 count = 2;
|
|
1548
2012
|
*/
|
|
1549
2013
|
count = protobuf_1.protoInt64.zero;
|
|
1550
2014
|
/**
|
|
1551
|
-
*
|
|
2015
|
+
*
|
|
2016
|
+
* @optional
|
|
2017
|
+
*
|
|
2018
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2019
|
+
*
|
|
2020
|
+
* @example 0
|
|
2021
|
+
*
|
|
2022
|
+
* @regex ^[0-9]+$
|
|
2023
|
+
*
|
|
2024
|
+
* @format Non-negative integer.
|
|
1552
2025
|
*
|
|
1553
2026
|
* @generated from field: uint64 offset = 3;
|
|
1554
2027
|
*/
|
|
1555
2028
|
offset = protobuf_1.protoInt64.zero;
|
|
1556
2029
|
/**
|
|
1557
|
-
*
|
|
2030
|
+
*
|
|
2031
|
+
* @optional
|
|
2032
|
+
*
|
|
2033
|
+
* @description Sort direction.
|
|
2034
|
+
*
|
|
2035
|
+
* @example DESCENDING
|
|
1558
2036
|
*
|
|
1559
2037
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1560
2038
|
*/
|
|
1561
2039
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1562
2040
|
/**
|
|
1563
|
-
*
|
|
2041
|
+
*
|
|
2042
|
+
* @optional
|
|
2043
|
+
*
|
|
2044
|
+
* @description The field used for sorting.
|
|
1564
2045
|
*
|
|
1565
2046
|
* @generated from field: Scailo.STOCK_RETURN_ITEM_SORT_KEY sort_key = 5;
|
|
1566
2047
|
*/
|
|
1567
2048
|
sortKey = STOCK_RETURN_ITEM_SORT_KEY.STOCK_RETURN_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1568
2049
|
/**
|
|
1569
|
-
*
|
|
2050
|
+
*
|
|
2051
|
+
* @optional
|
|
2052
|
+
*
|
|
2053
|
+
* @description Filter by the organization UUID.
|
|
2054
|
+
*
|
|
2055
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2056
|
+
*
|
|
2057
|
+
* @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}$
|
|
2058
|
+
*
|
|
2059
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1570
2060
|
*
|
|
1571
2061
|
* @generated from field: string entity_uuid = 6;
|
|
1572
2062
|
*/
|
|
@@ -1670,25 +2160,35 @@ exports.StockReturnItemsSearchRequest = StockReturnItemsSearchRequest;
|
|
|
1670
2160
|
*/
|
|
1671
2161
|
class StockReturnsServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1672
2162
|
/**
|
|
1673
|
-
*
|
|
2163
|
+
*
|
|
2164
|
+
* @description Number of records returned in the current response slice.
|
|
2165
|
+
*
|
|
2166
|
+
* @example 50
|
|
1674
2167
|
*
|
|
1675
2168
|
* @generated from field: uint64 count = 1;
|
|
1676
2169
|
*/
|
|
1677
2170
|
count = protobuf_1.protoInt64.zero;
|
|
1678
2171
|
/**
|
|
1679
|
-
*
|
|
2172
|
+
*
|
|
2173
|
+
* @description The offset provided in the request.
|
|
2174
|
+
*
|
|
2175
|
+
* @example 0
|
|
1680
2176
|
*
|
|
1681
2177
|
* @generated from field: uint64 offset = 2;
|
|
1682
2178
|
*/
|
|
1683
2179
|
offset = protobuf_1.protoInt64.zero;
|
|
1684
2180
|
/**
|
|
1685
|
-
*
|
|
2181
|
+
*
|
|
2182
|
+
* @description The total number of records matching the criteria.
|
|
2183
|
+
*
|
|
2184
|
+
* @example 1250
|
|
1686
2185
|
*
|
|
1687
2186
|
* @generated from field: uint64 total = 3;
|
|
1688
2187
|
*/
|
|
1689
2188
|
total = protobuf_1.protoInt64.zero;
|
|
1690
2189
|
/**
|
|
1691
|
-
*
|
|
2190
|
+
*
|
|
2191
|
+
* @description The array of records for the current page.
|
|
1692
2192
|
*
|
|
1693
2193
|
* @generated from field: repeated Scailo.StockReturnItem payload = 4;
|
|
1694
2194
|
*/
|