@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
|
@@ -199,7 +199,16 @@ protobuf_1.proto3.util.setEnumType(STOCK_AUDIT_ITEM_STATUS, "Scailo.STOCK_AUDIT_
|
|
|
199
199
|
*/
|
|
200
200
|
class StockAuditsServiceCreateRequest extends protobuf_1.Message {
|
|
201
201
|
/**
|
|
202
|
-
*
|
|
202
|
+
*
|
|
203
|
+
* @optional
|
|
204
|
+
*
|
|
205
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
206
|
+
*
|
|
207
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
208
|
+
*
|
|
209
|
+
* @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}$
|
|
210
|
+
*
|
|
211
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
203
212
|
*
|
|
204
213
|
* @generated from field: string entity_uuid = 1;
|
|
205
214
|
*/
|
|
@@ -211,13 +220,31 @@ class StockAuditsServiceCreateRequest extends protobuf_1.Message {
|
|
|
211
220
|
*/
|
|
212
221
|
userComment = "";
|
|
213
222
|
/**
|
|
214
|
-
*
|
|
223
|
+
*
|
|
224
|
+
* @optional
|
|
225
|
+
*
|
|
226
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
227
|
+
*
|
|
228
|
+
* @example 15234
|
|
229
|
+
*
|
|
230
|
+
* @regex ^[0-9]+$
|
|
231
|
+
*
|
|
232
|
+
* @format Non-negative integer.
|
|
215
233
|
*
|
|
216
234
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
217
235
|
*/
|
|
218
236
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
219
237
|
/**
|
|
220
|
-
*
|
|
238
|
+
*
|
|
239
|
+
* @mandatory
|
|
240
|
+
*
|
|
241
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
242
|
+
*
|
|
243
|
+
* @example "ABS-2023-001"
|
|
244
|
+
*
|
|
245
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
246
|
+
*
|
|
247
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
221
248
|
*
|
|
222
249
|
* @generated from field: string reference_id = 10;
|
|
223
250
|
*/
|
|
@@ -282,19 +309,42 @@ class StockAuditsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
282
309
|
*/
|
|
283
310
|
id = protobuf_1.protoInt64.zero;
|
|
284
311
|
/**
|
|
285
|
-
*
|
|
312
|
+
*
|
|
313
|
+
* @optional
|
|
314
|
+
*
|
|
315
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
316
|
+
*
|
|
317
|
+
* @example true
|
|
286
318
|
*
|
|
287
319
|
* @generated from field: bool notify_users = 3;
|
|
288
320
|
*/
|
|
289
321
|
notifyUsers = false;
|
|
290
322
|
/**
|
|
291
|
-
*
|
|
323
|
+
*
|
|
324
|
+
* @optional
|
|
325
|
+
*
|
|
326
|
+
* @description Updated vault folder ID for documentation storage.
|
|
327
|
+
*
|
|
328
|
+
* @example 15235
|
|
329
|
+
*
|
|
330
|
+
* @regex ^[0-9]+$
|
|
331
|
+
*
|
|
332
|
+
* @format Non-negative integer.
|
|
292
333
|
*
|
|
293
334
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
294
335
|
*/
|
|
295
336
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
296
337
|
/**
|
|
297
|
-
*
|
|
338
|
+
*
|
|
339
|
+
* @mandatory
|
|
340
|
+
*
|
|
341
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
342
|
+
*
|
|
343
|
+
* @example "ABS-2023-001-REV"
|
|
344
|
+
*
|
|
345
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
346
|
+
*
|
|
347
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
298
348
|
*
|
|
299
349
|
* @generated from field: string reference_id = 10;
|
|
300
350
|
*/
|
|
@@ -341,55 +391,74 @@ exports.StockAuditsServiceUpdateRequest = StockAuditsServiceUpdateRequest;
|
|
|
341
391
|
*/
|
|
342
392
|
class StockAudit extends protobuf_1.Message {
|
|
343
393
|
/**
|
|
344
|
-
*
|
|
394
|
+
*
|
|
395
|
+
* @description The organization's globally unique identifier.
|
|
396
|
+
*
|
|
397
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
345
398
|
*
|
|
346
399
|
* @generated from field: string entity_uuid = 1;
|
|
347
400
|
*/
|
|
348
401
|
entityUuid = "";
|
|
349
402
|
/**
|
|
350
|
-
*
|
|
403
|
+
*
|
|
404
|
+
* @description Standard employee and record metadata including timestamps.
|
|
351
405
|
*
|
|
352
406
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
353
407
|
*/
|
|
354
408
|
metadata;
|
|
355
409
|
/**
|
|
356
|
-
*
|
|
410
|
+
*
|
|
411
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
357
412
|
*
|
|
358
413
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
359
414
|
*/
|
|
360
415
|
approvalMetadata;
|
|
361
416
|
/**
|
|
362
|
-
*
|
|
417
|
+
*
|
|
418
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
363
419
|
*
|
|
364
420
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
365
421
|
*/
|
|
366
422
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
367
423
|
/**
|
|
368
|
-
*
|
|
424
|
+
*
|
|
425
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
369
426
|
*
|
|
370
427
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
371
428
|
*/
|
|
372
429
|
logs = [];
|
|
373
430
|
/**
|
|
374
|
-
*
|
|
431
|
+
*
|
|
432
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
433
|
+
*
|
|
434
|
+
* @example 1698400000
|
|
375
435
|
*
|
|
376
436
|
* @generated from field: uint64 completed_on = 6;
|
|
377
437
|
*/
|
|
378
438
|
completedOn = protobuf_1.protoInt64.zero;
|
|
379
439
|
/**
|
|
380
|
-
*
|
|
440
|
+
*
|
|
441
|
+
* @description Link to the document storage folder.
|
|
442
|
+
*
|
|
443
|
+
* @example 15234
|
|
381
444
|
*
|
|
382
445
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
383
446
|
*/
|
|
384
447
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
385
448
|
/**
|
|
386
|
-
*
|
|
449
|
+
*
|
|
450
|
+
* @description The user-provided reference ID.
|
|
451
|
+
*
|
|
452
|
+
* @example "ABS-2023-001"
|
|
387
453
|
*
|
|
388
454
|
* @generated from field: string reference_id = 10;
|
|
389
455
|
*/
|
|
390
456
|
referenceId = "";
|
|
391
457
|
/**
|
|
392
|
-
*
|
|
458
|
+
*
|
|
459
|
+
* @description The system-generated immutable reference number.
|
|
460
|
+
*
|
|
461
|
+
* @example "ABS-2023-X9Z2"
|
|
393
462
|
*
|
|
394
463
|
* @generated from field: string final_ref_number = 11;
|
|
395
464
|
*/
|
|
@@ -593,25 +662,31 @@ exports.StockAuditsServiceItemUpdateRequest = StockAuditsServiceItemUpdateReques
|
|
|
593
662
|
*/
|
|
594
663
|
class StockAuditItem extends protobuf_1.Message {
|
|
595
664
|
/**
|
|
596
|
-
*
|
|
665
|
+
*
|
|
666
|
+
* @description The organization's globally unique identifier.
|
|
667
|
+
*
|
|
668
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
597
669
|
*
|
|
598
670
|
* @generated from field: string entity_uuid = 1;
|
|
599
671
|
*/
|
|
600
672
|
entityUuid = "";
|
|
601
673
|
/**
|
|
602
|
-
*
|
|
674
|
+
*
|
|
675
|
+
* @description Standard employee and record metadata including timestamps.
|
|
603
676
|
*
|
|
604
677
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
605
678
|
*/
|
|
606
679
|
metadata;
|
|
607
680
|
/**
|
|
608
|
-
*
|
|
681
|
+
*
|
|
682
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
609
683
|
*
|
|
610
684
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
611
685
|
*/
|
|
612
686
|
approvalMetadata;
|
|
613
687
|
/**
|
|
614
|
-
*
|
|
688
|
+
*
|
|
689
|
+
* @description The approval state of the record
|
|
615
690
|
*
|
|
616
691
|
* @generated from field: bool need_approval = 4;
|
|
617
692
|
*/
|
|
@@ -857,31 +932,62 @@ exports.StockAuditItemProspectiveInfoRequest = StockAuditItemProspectiveInfoRequ
|
|
|
857
932
|
*/
|
|
858
933
|
class StockAuditsServicePaginationReq extends protobuf_1.Message {
|
|
859
934
|
/**
|
|
860
|
-
*
|
|
935
|
+
*
|
|
936
|
+
* @optional
|
|
937
|
+
*
|
|
938
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
939
|
+
*
|
|
940
|
+
* @example ANY
|
|
861
941
|
*
|
|
862
942
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
863
943
|
*/
|
|
864
944
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
865
945
|
/**
|
|
866
|
-
*
|
|
946
|
+
*
|
|
947
|
+
* @mandatory
|
|
948
|
+
*
|
|
949
|
+
* @description Number of records to return per page.
|
|
950
|
+
*
|
|
951
|
+
* @example 50
|
|
952
|
+
*
|
|
953
|
+
* @regex ^[1-9][0-9]*$
|
|
954
|
+
*
|
|
955
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
867
956
|
*
|
|
868
957
|
* @generated from field: int64 count = 2;
|
|
869
958
|
*/
|
|
870
959
|
count = protobuf_1.protoInt64.zero;
|
|
871
960
|
/**
|
|
872
|
-
*
|
|
961
|
+
*
|
|
962
|
+
* @optional
|
|
963
|
+
*
|
|
964
|
+
* @description Number of records to skip (offset) for pagination.
|
|
965
|
+
*
|
|
966
|
+
* @example 0
|
|
967
|
+
*
|
|
968
|
+
* @regex ^[0-9]+$
|
|
969
|
+
*
|
|
970
|
+
* @format Non-negative integer.
|
|
873
971
|
*
|
|
874
972
|
* @generated from field: uint64 offset = 3;
|
|
875
973
|
*/
|
|
876
974
|
offset = protobuf_1.protoInt64.zero;
|
|
877
975
|
/**
|
|
878
|
-
*
|
|
976
|
+
*
|
|
977
|
+
* @optional
|
|
978
|
+
*
|
|
979
|
+
* @description Sort direction.
|
|
980
|
+
*
|
|
981
|
+
* @example DESCENDING
|
|
879
982
|
*
|
|
880
983
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
881
984
|
*/
|
|
882
985
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
883
986
|
/**
|
|
884
|
-
*
|
|
987
|
+
*
|
|
988
|
+
* @optional
|
|
989
|
+
*
|
|
990
|
+
* @description The specific field key to sort the results by.
|
|
885
991
|
*
|
|
886
992
|
* @generated from field: Scailo.STOCK_AUDIT_SORT_KEY sort_key = 5;
|
|
887
993
|
*/
|
|
@@ -928,25 +1034,35 @@ exports.StockAuditsServicePaginationReq = StockAuditsServicePaginationReq;
|
|
|
928
1034
|
*/
|
|
929
1035
|
class StockAuditsServicePaginationResponse extends protobuf_1.Message {
|
|
930
1036
|
/**
|
|
931
|
-
*
|
|
1037
|
+
*
|
|
1038
|
+
* @description Number of records returned in the current response slice.
|
|
1039
|
+
*
|
|
1040
|
+
* @example 50
|
|
932
1041
|
*
|
|
933
1042
|
* @generated from field: uint64 count = 1;
|
|
934
1043
|
*/
|
|
935
1044
|
count = protobuf_1.protoInt64.zero;
|
|
936
1045
|
/**
|
|
937
|
-
*
|
|
1046
|
+
*
|
|
1047
|
+
* @description The offset provided in the request.
|
|
1048
|
+
*
|
|
1049
|
+
* @example 0
|
|
938
1050
|
*
|
|
939
1051
|
* @generated from field: uint64 offset = 2;
|
|
940
1052
|
*/
|
|
941
1053
|
offset = protobuf_1.protoInt64.zero;
|
|
942
1054
|
/**
|
|
943
|
-
*
|
|
1055
|
+
*
|
|
1056
|
+
* @description The total number of records matching the criteria.
|
|
1057
|
+
*
|
|
1058
|
+
* @example 1250
|
|
944
1059
|
*
|
|
945
1060
|
* @generated from field: uint64 total = 3;
|
|
946
1061
|
*/
|
|
947
1062
|
total = protobuf_1.protoInt64.zero;
|
|
948
1063
|
/**
|
|
949
|
-
*
|
|
1064
|
+
*
|
|
1065
|
+
* @description The array of records for the current page.
|
|
950
1066
|
*
|
|
951
1067
|
* @generated from field: repeated Scailo.StockAudit payload = 4;
|
|
952
1068
|
*/
|
|
@@ -985,115 +1101,268 @@ exports.StockAuditsServicePaginationResponse = StockAuditsServicePaginationRespo
|
|
|
985
1101
|
*/
|
|
986
1102
|
class StockAuditsServiceFilterReq extends protobuf_1.Message {
|
|
987
1103
|
/**
|
|
988
|
-
*
|
|
1104
|
+
*
|
|
1105
|
+
* @optional
|
|
1106
|
+
*
|
|
1107
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1108
|
+
*
|
|
1109
|
+
* @example ANY
|
|
989
1110
|
*
|
|
990
1111
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
991
1112
|
*/
|
|
992
1113
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
993
1114
|
/**
|
|
994
|
-
*
|
|
1115
|
+
*
|
|
1116
|
+
* @mandatory
|
|
1117
|
+
*
|
|
1118
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1119
|
+
*
|
|
1120
|
+
* @example 100
|
|
1121
|
+
*
|
|
1122
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1123
|
+
*
|
|
1124
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
995
1125
|
*
|
|
996
1126
|
* @generated from field: int64 count = 2;
|
|
997
1127
|
*/
|
|
998
1128
|
count = protobuf_1.protoInt64.zero;
|
|
999
1129
|
/**
|
|
1000
|
-
*
|
|
1130
|
+
*
|
|
1131
|
+
* @optional
|
|
1132
|
+
*
|
|
1133
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1134
|
+
*
|
|
1135
|
+
* @example 0
|
|
1136
|
+
*
|
|
1137
|
+
* @regex ^[0-9]+$
|
|
1138
|
+
*
|
|
1139
|
+
* @format Non-negative integer.
|
|
1001
1140
|
*
|
|
1002
1141
|
* @generated from field: uint64 offset = 3;
|
|
1003
1142
|
*/
|
|
1004
1143
|
offset = protobuf_1.protoInt64.zero;
|
|
1005
1144
|
/**
|
|
1006
|
-
*
|
|
1145
|
+
*
|
|
1146
|
+
* @optional
|
|
1147
|
+
*
|
|
1148
|
+
* @description Sort direction.
|
|
1149
|
+
*
|
|
1150
|
+
* @example DESCENDING
|
|
1007
1151
|
*
|
|
1008
1152
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1009
1153
|
*/
|
|
1010
1154
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1011
1155
|
/**
|
|
1012
|
-
*
|
|
1156
|
+
*
|
|
1157
|
+
* @optional
|
|
1158
|
+
*
|
|
1159
|
+
* @description The field used for sorting.
|
|
1013
1160
|
*
|
|
1014
1161
|
* @generated from field: Scailo.STOCK_AUDIT_SORT_KEY sort_key = 5;
|
|
1015
1162
|
*/
|
|
1016
1163
|
sortKey = STOCK_AUDIT_SORT_KEY.STOCK_AUDIT_SORT_KEY_ID_UNSPECIFIED;
|
|
1017
1164
|
/**
|
|
1018
|
-
*
|
|
1165
|
+
*
|
|
1166
|
+
* @optional
|
|
1167
|
+
*
|
|
1168
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1169
|
+
*
|
|
1170
|
+
* @example 1672531200
|
|
1171
|
+
*
|
|
1172
|
+
* @regex ^[0-9]+$
|
|
1173
|
+
*
|
|
1174
|
+
* @format Non-negative integer.
|
|
1019
1175
|
*
|
|
1020
1176
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1021
1177
|
*/
|
|
1022
1178
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1023
1179
|
/**
|
|
1024
|
-
*
|
|
1180
|
+
*
|
|
1181
|
+
* @optional
|
|
1182
|
+
*
|
|
1183
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1184
|
+
*
|
|
1185
|
+
* @example 1704067199
|
|
1186
|
+
*
|
|
1187
|
+
* @regex ^[0-9]+$
|
|
1188
|
+
*
|
|
1189
|
+
* @format Non-negative integer.
|
|
1025
1190
|
*
|
|
1026
1191
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1027
1192
|
*/
|
|
1028
1193
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1029
1194
|
/**
|
|
1030
|
-
*
|
|
1195
|
+
*
|
|
1196
|
+
* @optional
|
|
1197
|
+
*
|
|
1198
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1199
|
+
*
|
|
1200
|
+
* @example 1672531200
|
|
1201
|
+
*
|
|
1202
|
+
* @regex ^[0-9]+$
|
|
1203
|
+
*
|
|
1204
|
+
* @format Non-negative integer.
|
|
1031
1205
|
*
|
|
1032
1206
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1033
1207
|
*/
|
|
1034
1208
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1035
1209
|
/**
|
|
1036
|
-
*
|
|
1210
|
+
*
|
|
1211
|
+
* @optional
|
|
1212
|
+
*
|
|
1213
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1214
|
+
*
|
|
1215
|
+
* @example 1704067199
|
|
1216
|
+
*
|
|
1217
|
+
* @regex ^[0-9]+$
|
|
1218
|
+
*
|
|
1219
|
+
* @format Non-negative integer.
|
|
1037
1220
|
*
|
|
1038
1221
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1039
1222
|
*/
|
|
1040
1223
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1041
1224
|
/**
|
|
1042
|
-
*
|
|
1225
|
+
*
|
|
1226
|
+
* @optional
|
|
1227
|
+
*
|
|
1228
|
+
* @description Filter by the organization UUID.
|
|
1229
|
+
*
|
|
1230
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1231
|
+
*
|
|
1232
|
+
* @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}$
|
|
1233
|
+
*
|
|
1234
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1043
1235
|
*
|
|
1044
1236
|
* @generated from field: string entity_uuid = 8;
|
|
1045
1237
|
*/
|
|
1046
1238
|
entityUuid = "";
|
|
1047
1239
|
/**
|
|
1048
|
-
*
|
|
1240
|
+
*
|
|
1241
|
+
* @optional
|
|
1242
|
+
*
|
|
1243
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1244
|
+
*
|
|
1245
|
+
* @example STANDING
|
|
1049
1246
|
*
|
|
1050
1247
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1051
1248
|
*/
|
|
1052
1249
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1053
1250
|
/**
|
|
1054
|
-
*
|
|
1251
|
+
*
|
|
1252
|
+
* @optional
|
|
1253
|
+
*
|
|
1254
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1255
|
+
*
|
|
1256
|
+
* @example 1672531200
|
|
1257
|
+
*
|
|
1258
|
+
* @regex ^[0-9]+$
|
|
1259
|
+
*
|
|
1260
|
+
* @format Non-negative integer.
|
|
1055
1261
|
*
|
|
1056
1262
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1057
1263
|
*/
|
|
1058
1264
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1059
1265
|
/**
|
|
1060
|
-
*
|
|
1266
|
+
*
|
|
1267
|
+
* @optional
|
|
1268
|
+
*
|
|
1269
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1270
|
+
*
|
|
1271
|
+
* @example 1704067199
|
|
1272
|
+
*
|
|
1273
|
+
* @regex ^[0-9]+$
|
|
1274
|
+
*
|
|
1275
|
+
* @format Non-negative integer.
|
|
1061
1276
|
*
|
|
1062
1277
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1063
1278
|
*/
|
|
1064
1279
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1065
1280
|
/**
|
|
1066
|
-
*
|
|
1281
|
+
*
|
|
1282
|
+
* @optional
|
|
1283
|
+
*
|
|
1284
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1285
|
+
*
|
|
1286
|
+
* @example 501
|
|
1287
|
+
*
|
|
1288
|
+
* @regex ^[0-9]+$
|
|
1289
|
+
*
|
|
1290
|
+
* @format Non-negative integer.
|
|
1067
1291
|
*
|
|
1068
1292
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1069
1293
|
*/
|
|
1070
1294
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1071
1295
|
/**
|
|
1072
|
-
*
|
|
1296
|
+
*
|
|
1297
|
+
* @optional
|
|
1298
|
+
*
|
|
1299
|
+
* @description Filter by the role ID of the approver.
|
|
1300
|
+
*
|
|
1301
|
+
* @example 5
|
|
1302
|
+
*
|
|
1303
|
+
* @regex ^[0-9]+$
|
|
1304
|
+
*
|
|
1305
|
+
* @format Non-negative integer.
|
|
1073
1306
|
*
|
|
1074
1307
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1075
1308
|
*/
|
|
1076
1309
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1077
1310
|
/**
|
|
1078
|
-
*
|
|
1311
|
+
*
|
|
1312
|
+
* @optional
|
|
1313
|
+
*
|
|
1314
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1315
|
+
*
|
|
1316
|
+
* @example 1672531200
|
|
1317
|
+
*
|
|
1318
|
+
* @regex ^[0-9]+$
|
|
1319
|
+
*
|
|
1320
|
+
* @format Non-negative integer.
|
|
1079
1321
|
*
|
|
1080
1322
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1081
1323
|
*/
|
|
1082
1324
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1083
1325
|
/**
|
|
1084
|
-
*
|
|
1326
|
+
*
|
|
1327
|
+
* @optional
|
|
1328
|
+
*
|
|
1329
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1330
|
+
*
|
|
1331
|
+
* @example 1704067199
|
|
1332
|
+
*
|
|
1333
|
+
* @regex ^[0-9]+$
|
|
1334
|
+
*
|
|
1335
|
+
* @format Non-negative integer.
|
|
1085
1336
|
*
|
|
1086
1337
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1087
1338
|
*/
|
|
1088
1339
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1089
1340
|
/**
|
|
1090
|
-
*
|
|
1341
|
+
*
|
|
1342
|
+
* @optional
|
|
1343
|
+
*
|
|
1344
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1345
|
+
*
|
|
1346
|
+
* @example "ABS-2023-001"
|
|
1347
|
+
*
|
|
1348
|
+
* @regex [0-9A-Za-z ]*$
|
|
1349
|
+
*
|
|
1350
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1091
1351
|
*
|
|
1092
1352
|
* @generated from field: string reference_id = 20;
|
|
1093
1353
|
*/
|
|
1094
1354
|
referenceId = "";
|
|
1095
1355
|
/**
|
|
1096
|
-
*
|
|
1356
|
+
*
|
|
1357
|
+
* @optional
|
|
1358
|
+
*
|
|
1359
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1360
|
+
*
|
|
1361
|
+
* @example "ABS-2023-X9Z2"
|
|
1362
|
+
*
|
|
1363
|
+
* @regex [0-9A-Za-z ]*$
|
|
1364
|
+
*
|
|
1365
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1097
1366
|
*
|
|
1098
1367
|
* @generated from field: string final_ref_number = 21;
|
|
1099
1368
|
*/
|
|
@@ -1168,91 +1437,218 @@ exports.StockAuditsServiceFilterReq = StockAuditsServiceFilterReq;
|
|
|
1168
1437
|
*/
|
|
1169
1438
|
class StockAuditsServiceCountReq extends protobuf_1.Message {
|
|
1170
1439
|
/**
|
|
1171
|
-
*
|
|
1440
|
+
*
|
|
1441
|
+
* @optional
|
|
1442
|
+
*
|
|
1443
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1444
|
+
*
|
|
1445
|
+
* @example ANY
|
|
1172
1446
|
*
|
|
1173
1447
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1174
1448
|
*/
|
|
1175
1449
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1176
1450
|
/**
|
|
1177
|
-
*
|
|
1451
|
+
*
|
|
1452
|
+
* @optional
|
|
1453
|
+
*
|
|
1454
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1455
|
+
*
|
|
1456
|
+
* @example 1672531200
|
|
1457
|
+
*
|
|
1458
|
+
* @regex ^[0-9]+$
|
|
1459
|
+
*
|
|
1460
|
+
* @format Non-negative integer.
|
|
1178
1461
|
*
|
|
1179
1462
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1180
1463
|
*/
|
|
1181
1464
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1182
1465
|
/**
|
|
1183
|
-
*
|
|
1466
|
+
*
|
|
1467
|
+
* @optional
|
|
1468
|
+
*
|
|
1469
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1470
|
+
*
|
|
1471
|
+
* @example 1704067199
|
|
1472
|
+
*
|
|
1473
|
+
* @regex ^[0-9]+$
|
|
1474
|
+
*
|
|
1475
|
+
* @format Non-negative integer.
|
|
1184
1476
|
*
|
|
1185
1477
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1186
1478
|
*/
|
|
1187
1479
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1188
1480
|
/**
|
|
1189
|
-
*
|
|
1481
|
+
*
|
|
1482
|
+
* @optional
|
|
1483
|
+
*
|
|
1484
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1485
|
+
*
|
|
1486
|
+
* @example 1672531200
|
|
1487
|
+
*
|
|
1488
|
+
* @regex ^[0-9]+$
|
|
1489
|
+
*
|
|
1490
|
+
* @format Non-negative integer.
|
|
1190
1491
|
*
|
|
1191
1492
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1192
1493
|
*/
|
|
1193
1494
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1194
1495
|
/**
|
|
1195
|
-
*
|
|
1496
|
+
*
|
|
1497
|
+
* @optional
|
|
1498
|
+
*
|
|
1499
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1500
|
+
*
|
|
1501
|
+
* @example 1704067199
|
|
1502
|
+
*
|
|
1503
|
+
* @regex ^[0-9]+$
|
|
1504
|
+
*
|
|
1505
|
+
* @format Non-negative integer.
|
|
1196
1506
|
*
|
|
1197
1507
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1198
1508
|
*/
|
|
1199
1509
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1200
1510
|
/**
|
|
1201
|
-
*
|
|
1511
|
+
*
|
|
1512
|
+
* @optional
|
|
1513
|
+
*
|
|
1514
|
+
* @description Filter by the organization UUID.
|
|
1515
|
+
*
|
|
1516
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1517
|
+
*
|
|
1518
|
+
* @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}$
|
|
1519
|
+
*
|
|
1520
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1202
1521
|
*
|
|
1203
1522
|
* @generated from field: string entity_uuid = 8;
|
|
1204
1523
|
*/
|
|
1205
1524
|
entityUuid = "";
|
|
1206
1525
|
/**
|
|
1207
|
-
*
|
|
1526
|
+
*
|
|
1527
|
+
* @optional
|
|
1528
|
+
*
|
|
1529
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1530
|
+
*
|
|
1531
|
+
* @example STANDING
|
|
1208
1532
|
*
|
|
1209
1533
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1210
1534
|
*/
|
|
1211
1535
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1212
1536
|
/**
|
|
1213
|
-
*
|
|
1537
|
+
*
|
|
1538
|
+
* @optional
|
|
1539
|
+
*
|
|
1540
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1541
|
+
*
|
|
1542
|
+
* @example 1672531200
|
|
1543
|
+
*
|
|
1544
|
+
* @regex ^[0-9]+$
|
|
1545
|
+
*
|
|
1546
|
+
* @format Non-negative integer.
|
|
1214
1547
|
*
|
|
1215
1548
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1216
1549
|
*/
|
|
1217
1550
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1218
1551
|
/**
|
|
1219
|
-
*
|
|
1552
|
+
*
|
|
1553
|
+
* @optional
|
|
1554
|
+
*
|
|
1555
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1556
|
+
*
|
|
1557
|
+
* @example 1704067199
|
|
1558
|
+
*
|
|
1559
|
+
* @regex ^[0-9]+$
|
|
1560
|
+
*
|
|
1561
|
+
* @format Non-negative integer.
|
|
1220
1562
|
*
|
|
1221
1563
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1222
1564
|
*/
|
|
1223
1565
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1224
1566
|
/**
|
|
1225
|
-
*
|
|
1567
|
+
*
|
|
1568
|
+
* @optional
|
|
1569
|
+
*
|
|
1570
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1571
|
+
*
|
|
1572
|
+
* @example 501
|
|
1573
|
+
*
|
|
1574
|
+
* @regex ^[0-9]+$
|
|
1575
|
+
*
|
|
1576
|
+
* @format Non-negative integer.
|
|
1226
1577
|
*
|
|
1227
1578
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1228
1579
|
*/
|
|
1229
1580
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1230
1581
|
/**
|
|
1231
|
-
*
|
|
1582
|
+
*
|
|
1583
|
+
* @optional
|
|
1584
|
+
*
|
|
1585
|
+
* @description Filter by the role ID of the approver.
|
|
1586
|
+
*
|
|
1587
|
+
* @example 5
|
|
1588
|
+
*
|
|
1589
|
+
* @regex ^[0-9]+$
|
|
1590
|
+
*
|
|
1591
|
+
* @format Non-negative integer.
|
|
1232
1592
|
*
|
|
1233
1593
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1234
1594
|
*/
|
|
1235
1595
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1236
1596
|
/**
|
|
1237
|
-
*
|
|
1597
|
+
*
|
|
1598
|
+
* @optional
|
|
1599
|
+
*
|
|
1600
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1601
|
+
*
|
|
1602
|
+
* @example 1672531200
|
|
1603
|
+
*
|
|
1604
|
+
* @regex ^[0-9]+$
|
|
1605
|
+
*
|
|
1606
|
+
* @format Non-negative integer.
|
|
1238
1607
|
*
|
|
1239
1608
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1240
1609
|
*/
|
|
1241
1610
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1242
1611
|
/**
|
|
1243
|
-
*
|
|
1612
|
+
*
|
|
1613
|
+
* @optional
|
|
1614
|
+
*
|
|
1615
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1616
|
+
*
|
|
1617
|
+
* @example 1704067199
|
|
1618
|
+
*
|
|
1619
|
+
* @regex ^[0-9]+$
|
|
1620
|
+
*
|
|
1621
|
+
* @format Non-negative integer.
|
|
1244
1622
|
*
|
|
1245
1623
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1246
1624
|
*/
|
|
1247
1625
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1248
1626
|
/**
|
|
1249
|
-
*
|
|
1627
|
+
*
|
|
1628
|
+
* @optional
|
|
1629
|
+
*
|
|
1630
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1631
|
+
*
|
|
1632
|
+
* @example "ABS-2023-001"
|
|
1633
|
+
*
|
|
1634
|
+
* @regex [0-9A-Za-z ]*$
|
|
1635
|
+
*
|
|
1636
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1250
1637
|
*
|
|
1251
1638
|
* @generated from field: string reference_id = 20;
|
|
1252
1639
|
*/
|
|
1253
1640
|
referenceId = "";
|
|
1254
1641
|
/**
|
|
1255
|
-
*
|
|
1642
|
+
*
|
|
1643
|
+
* @optional
|
|
1644
|
+
*
|
|
1645
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1646
|
+
*
|
|
1647
|
+
* @example "ABS-2023-X9Z2"
|
|
1648
|
+
*
|
|
1649
|
+
* @regex [0-9A-Za-z ]*$
|
|
1650
|
+
*
|
|
1651
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1256
1652
|
*
|
|
1257
1653
|
* @generated from field: string final_ref_number = 21;
|
|
1258
1654
|
*/
|
|
@@ -1323,49 +1719,103 @@ exports.StockAuditsServiceCountReq = StockAuditsServiceCountReq;
|
|
|
1323
1719
|
*/
|
|
1324
1720
|
class StockAuditsServiceSearchAllReq extends protobuf_1.Message {
|
|
1325
1721
|
/**
|
|
1326
|
-
*
|
|
1722
|
+
*
|
|
1723
|
+
* @optional
|
|
1724
|
+
*
|
|
1725
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1726
|
+
*
|
|
1727
|
+
* @example ANY
|
|
1327
1728
|
*
|
|
1328
1729
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1329
1730
|
*/
|
|
1330
1731
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1331
1732
|
/**
|
|
1332
|
-
*
|
|
1733
|
+
*
|
|
1734
|
+
* @mandatory
|
|
1735
|
+
*
|
|
1736
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1737
|
+
*
|
|
1738
|
+
* @example 100
|
|
1739
|
+
*
|
|
1740
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1741
|
+
*
|
|
1742
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1333
1743
|
*
|
|
1334
1744
|
* @generated from field: int64 count = 2;
|
|
1335
1745
|
*/
|
|
1336
1746
|
count = protobuf_1.protoInt64.zero;
|
|
1337
1747
|
/**
|
|
1338
|
-
*
|
|
1748
|
+
*
|
|
1749
|
+
* @optional
|
|
1750
|
+
*
|
|
1751
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1752
|
+
*
|
|
1753
|
+
* @example 0
|
|
1754
|
+
*
|
|
1755
|
+
* @regex ^[0-9]+$
|
|
1756
|
+
*
|
|
1757
|
+
* @format Non-negative integer.
|
|
1339
1758
|
*
|
|
1340
1759
|
* @generated from field: uint64 offset = 3;
|
|
1341
1760
|
*/
|
|
1342
1761
|
offset = protobuf_1.protoInt64.zero;
|
|
1343
1762
|
/**
|
|
1344
|
-
*
|
|
1763
|
+
*
|
|
1764
|
+
* @optional
|
|
1765
|
+
*
|
|
1766
|
+
* @description Sort direction.
|
|
1767
|
+
*
|
|
1768
|
+
* @example DESCENDING
|
|
1345
1769
|
*
|
|
1346
1770
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1347
1771
|
*/
|
|
1348
1772
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1349
1773
|
/**
|
|
1350
|
-
*
|
|
1774
|
+
*
|
|
1775
|
+
* @optional
|
|
1776
|
+
*
|
|
1777
|
+
* @description The field used for sorting.
|
|
1351
1778
|
*
|
|
1352
1779
|
* @generated from field: Scailo.STOCK_AUDIT_SORT_KEY sort_key = 5;
|
|
1353
1780
|
*/
|
|
1354
1781
|
sortKey = STOCK_AUDIT_SORT_KEY.STOCK_AUDIT_SORT_KEY_ID_UNSPECIFIED;
|
|
1355
1782
|
/**
|
|
1356
|
-
*
|
|
1783
|
+
*
|
|
1784
|
+
* @optional
|
|
1785
|
+
*
|
|
1786
|
+
* @description Filter by the organization UUID.
|
|
1787
|
+
*
|
|
1788
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1789
|
+
*
|
|
1790
|
+
* @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}$
|
|
1791
|
+
*
|
|
1792
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1357
1793
|
*
|
|
1358
1794
|
* @generated from field: string entity_uuid = 6;
|
|
1359
1795
|
*/
|
|
1360
1796
|
entityUuid = "";
|
|
1361
1797
|
/**
|
|
1362
|
-
*
|
|
1798
|
+
*
|
|
1799
|
+
* @optional
|
|
1800
|
+
*
|
|
1801
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1802
|
+
*
|
|
1803
|
+
* @example STANDING
|
|
1363
1804
|
*
|
|
1364
1805
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1365
1806
|
*/
|
|
1366
1807
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1367
1808
|
/**
|
|
1368
|
-
*
|
|
1809
|
+
*
|
|
1810
|
+
* @mandatory
|
|
1811
|
+
*
|
|
1812
|
+
* @description The search string to match against reference IDs.
|
|
1813
|
+
*
|
|
1814
|
+
* @example "Medical 2023"
|
|
1815
|
+
*
|
|
1816
|
+
* @regex .*
|
|
1817
|
+
*
|
|
1818
|
+
* @format: May contain any UTF-8 characters.
|
|
1369
1819
|
*
|
|
1370
1820
|
* @generated from field: string search_key = 11;
|
|
1371
1821
|
*/
|
|
@@ -1408,37 +1858,77 @@ exports.StockAuditsServiceSearchAllReq = StockAuditsServiceSearchAllReq;
|
|
|
1408
1858
|
*/
|
|
1409
1859
|
class StockAuditItemsSearchRequest extends protobuf_1.Message {
|
|
1410
1860
|
/**
|
|
1411
|
-
*
|
|
1861
|
+
*
|
|
1862
|
+
* @optional
|
|
1863
|
+
*
|
|
1864
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1865
|
+
*
|
|
1866
|
+
* @example ANY
|
|
1412
1867
|
*
|
|
1413
1868
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1414
1869
|
*/
|
|
1415
1870
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1416
1871
|
/**
|
|
1417
|
-
*
|
|
1872
|
+
*
|
|
1873
|
+
* @mandatory
|
|
1874
|
+
*
|
|
1875
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1876
|
+
*
|
|
1877
|
+
* @example 100
|
|
1878
|
+
*
|
|
1879
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1880
|
+
*
|
|
1881
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1418
1882
|
*
|
|
1419
1883
|
* @generated from field: int64 count = 2;
|
|
1420
1884
|
*/
|
|
1421
1885
|
count = protobuf_1.protoInt64.zero;
|
|
1422
1886
|
/**
|
|
1423
|
-
*
|
|
1887
|
+
*
|
|
1888
|
+
* @optional
|
|
1889
|
+
*
|
|
1890
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1891
|
+
*
|
|
1892
|
+
* @example 0
|
|
1893
|
+
*
|
|
1894
|
+
* @regex ^[0-9]+$
|
|
1895
|
+
*
|
|
1896
|
+
* @format Non-negative integer.
|
|
1424
1897
|
*
|
|
1425
1898
|
* @generated from field: uint64 offset = 3;
|
|
1426
1899
|
*/
|
|
1427
1900
|
offset = protobuf_1.protoInt64.zero;
|
|
1428
1901
|
/**
|
|
1429
|
-
*
|
|
1902
|
+
*
|
|
1903
|
+
* @optional
|
|
1904
|
+
*
|
|
1905
|
+
* @description Sort direction.
|
|
1906
|
+
*
|
|
1907
|
+
* @example DESCENDING
|
|
1430
1908
|
*
|
|
1431
1909
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1432
1910
|
*/
|
|
1433
1911
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1434
1912
|
/**
|
|
1435
|
-
*
|
|
1913
|
+
*
|
|
1914
|
+
* @optional
|
|
1915
|
+
*
|
|
1916
|
+
* @description The field used for sorting.
|
|
1436
1917
|
*
|
|
1437
1918
|
* @generated from field: Scailo.STOCK_AUDIT_ITEM_SORT_KEY sort_key = 5;
|
|
1438
1919
|
*/
|
|
1439
1920
|
sortKey = STOCK_AUDIT_ITEM_SORT_KEY.STOCK_AUDIT_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1440
1921
|
/**
|
|
1441
|
-
*
|
|
1922
|
+
*
|
|
1923
|
+
* @optional
|
|
1924
|
+
*
|
|
1925
|
+
* @description Filter by the organization UUID.
|
|
1926
|
+
*
|
|
1927
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1928
|
+
*
|
|
1929
|
+
* @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}$
|
|
1930
|
+
*
|
|
1931
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1442
1932
|
*
|
|
1443
1933
|
* @generated from field: string entity_uuid = 6;
|
|
1444
1934
|
*/
|
|
@@ -1542,25 +2032,35 @@ exports.StockAuditItemsSearchRequest = StockAuditItemsSearchRequest;
|
|
|
1542
2032
|
*/
|
|
1543
2033
|
class StockAuditsServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1544
2034
|
/**
|
|
1545
|
-
*
|
|
2035
|
+
*
|
|
2036
|
+
* @description Number of records returned in the current response slice.
|
|
2037
|
+
*
|
|
2038
|
+
* @example 50
|
|
1546
2039
|
*
|
|
1547
2040
|
* @generated from field: uint64 count = 1;
|
|
1548
2041
|
*/
|
|
1549
2042
|
count = protobuf_1.protoInt64.zero;
|
|
1550
2043
|
/**
|
|
1551
|
-
*
|
|
2044
|
+
*
|
|
2045
|
+
* @description The offset provided in the request.
|
|
2046
|
+
*
|
|
2047
|
+
* @example 0
|
|
1552
2048
|
*
|
|
1553
2049
|
* @generated from field: uint64 offset = 2;
|
|
1554
2050
|
*/
|
|
1555
2051
|
offset = protobuf_1.protoInt64.zero;
|
|
1556
2052
|
/**
|
|
1557
|
-
*
|
|
2053
|
+
*
|
|
2054
|
+
* @description The total number of records matching the criteria.
|
|
2055
|
+
*
|
|
2056
|
+
* @example 1250
|
|
1558
2057
|
*
|
|
1559
2058
|
* @generated from field: uint64 total = 3;
|
|
1560
2059
|
*/
|
|
1561
2060
|
total = protobuf_1.protoInt64.zero;
|
|
1562
2061
|
/**
|
|
1563
|
-
*
|
|
2062
|
+
*
|
|
2063
|
+
* @description The array of records for the current page.
|
|
1564
2064
|
*
|
|
1565
2065
|
* @generated from field: repeated Scailo.StockAuditItem payload = 4;
|
|
1566
2066
|
*/
|