@kernelminds/scailo-sdk 0.1.27 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +41 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +226 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +88 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +88 -23
- package/lib/cjs/src/users.scailo_pb.js +491 -82
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +89 -24
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +479 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +41 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +226 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +88 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +88 -23
- package/lib/esm/src/users.scailo_pb.js +495 -84
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +89 -24
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +479 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -160,7 +160,16 @@ export declare enum STOCK_AUDIT_ITEM_STATUS {
|
|
|
160
160
|
*/
|
|
161
161
|
export declare class StockAuditsServiceCreateRequest extends Message<StockAuditsServiceCreateRequest> {
|
|
162
162
|
/**
|
|
163
|
-
*
|
|
163
|
+
*
|
|
164
|
+
* @optional
|
|
165
|
+
*
|
|
166
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
167
|
+
*
|
|
168
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
169
|
+
*
|
|
170
|
+
* @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}$
|
|
171
|
+
*
|
|
172
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
164
173
|
*
|
|
165
174
|
* @generated from field: string entity_uuid = 1;
|
|
166
175
|
*/
|
|
@@ -172,13 +181,31 @@ export declare class StockAuditsServiceCreateRequest extends Message<StockAudits
|
|
|
172
181
|
*/
|
|
173
182
|
userComment: string;
|
|
174
183
|
/**
|
|
175
|
-
*
|
|
184
|
+
*
|
|
185
|
+
* @optional
|
|
186
|
+
*
|
|
187
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
188
|
+
*
|
|
189
|
+
* @example 15234
|
|
190
|
+
*
|
|
191
|
+
* @regex ^[0-9]+$
|
|
192
|
+
*
|
|
193
|
+
* @format Non-negative integer.
|
|
176
194
|
*
|
|
177
195
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
178
196
|
*/
|
|
179
197
|
vaultFolderId: bigint;
|
|
180
198
|
/**
|
|
181
|
-
*
|
|
199
|
+
*
|
|
200
|
+
* @mandatory
|
|
201
|
+
*
|
|
202
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
203
|
+
*
|
|
204
|
+
* @example "ABS-2023-001"
|
|
205
|
+
*
|
|
206
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
207
|
+
*
|
|
208
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
182
209
|
*
|
|
183
210
|
* @generated from field: string reference_id = 10;
|
|
184
211
|
*/
|
|
@@ -224,19 +251,42 @@ export declare class StockAuditsServiceUpdateRequest extends Message<StockAudits
|
|
|
224
251
|
*/
|
|
225
252
|
id: bigint;
|
|
226
253
|
/**
|
|
227
|
-
*
|
|
254
|
+
*
|
|
255
|
+
* @optional
|
|
256
|
+
*
|
|
257
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
258
|
+
*
|
|
259
|
+
* @example true
|
|
228
260
|
*
|
|
229
261
|
* @generated from field: bool notify_users = 3;
|
|
230
262
|
*/
|
|
231
263
|
notifyUsers: boolean;
|
|
232
264
|
/**
|
|
233
|
-
*
|
|
265
|
+
*
|
|
266
|
+
* @optional
|
|
267
|
+
*
|
|
268
|
+
* @description Updated vault folder ID for documentation storage.
|
|
269
|
+
*
|
|
270
|
+
* @example 15235
|
|
271
|
+
*
|
|
272
|
+
* @regex ^[0-9]+$
|
|
273
|
+
*
|
|
274
|
+
* @format Non-negative integer.
|
|
234
275
|
*
|
|
235
276
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
236
277
|
*/
|
|
237
278
|
vaultFolderId: bigint;
|
|
238
279
|
/**
|
|
239
|
-
*
|
|
280
|
+
*
|
|
281
|
+
* @mandatory
|
|
282
|
+
*
|
|
283
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
284
|
+
*
|
|
285
|
+
* @example "ABS-2023-001-REV"
|
|
286
|
+
*
|
|
287
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
288
|
+
*
|
|
289
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
240
290
|
*
|
|
241
291
|
* @generated from field: string reference_id = 10;
|
|
242
292
|
*/
|
|
@@ -264,55 +314,74 @@ export declare class StockAuditsServiceUpdateRequest extends Message<StockAudits
|
|
|
264
314
|
*/
|
|
265
315
|
export declare class StockAudit extends Message<StockAudit> {
|
|
266
316
|
/**
|
|
267
|
-
*
|
|
317
|
+
*
|
|
318
|
+
* @description The organization's globally unique identifier.
|
|
319
|
+
*
|
|
320
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
268
321
|
*
|
|
269
322
|
* @generated from field: string entity_uuid = 1;
|
|
270
323
|
*/
|
|
271
324
|
entityUuid: string;
|
|
272
325
|
/**
|
|
273
|
-
*
|
|
326
|
+
*
|
|
327
|
+
* @description Standard employee and record metadata including timestamps.
|
|
274
328
|
*
|
|
275
329
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
276
330
|
*/
|
|
277
331
|
metadata?: EmployeeMetadata;
|
|
278
332
|
/**
|
|
279
|
-
*
|
|
333
|
+
*
|
|
334
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
280
335
|
*
|
|
281
336
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
282
337
|
*/
|
|
283
338
|
approvalMetadata?: ApprovalMetadata;
|
|
284
339
|
/**
|
|
285
|
-
*
|
|
340
|
+
*
|
|
341
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
286
342
|
*
|
|
287
343
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
288
344
|
*/
|
|
289
345
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
290
346
|
/**
|
|
291
|
-
*
|
|
347
|
+
*
|
|
348
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
292
349
|
*
|
|
293
350
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
294
351
|
*/
|
|
295
352
|
logs: LogbookLogConciseSLC[];
|
|
296
353
|
/**
|
|
297
|
-
*
|
|
354
|
+
*
|
|
355
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
356
|
+
*
|
|
357
|
+
* @example 1698400000
|
|
298
358
|
*
|
|
299
359
|
* @generated from field: uint64 completed_on = 6;
|
|
300
360
|
*/
|
|
301
361
|
completedOn: bigint;
|
|
302
362
|
/**
|
|
303
|
-
*
|
|
363
|
+
*
|
|
364
|
+
* @description Link to the document storage folder.
|
|
365
|
+
*
|
|
366
|
+
* @example 15234
|
|
304
367
|
*
|
|
305
368
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
306
369
|
*/
|
|
307
370
|
vaultFolderId: bigint;
|
|
308
371
|
/**
|
|
309
|
-
*
|
|
372
|
+
*
|
|
373
|
+
* @description The user-provided reference ID.
|
|
374
|
+
*
|
|
375
|
+
* @example "ABS-2023-001"
|
|
310
376
|
*
|
|
311
377
|
* @generated from field: string reference_id = 10;
|
|
312
378
|
*/
|
|
313
379
|
referenceId: string;
|
|
314
380
|
/**
|
|
315
|
-
*
|
|
381
|
+
*
|
|
382
|
+
* @description The system-generated immutable reference number.
|
|
383
|
+
*
|
|
384
|
+
* @example "ABS-2023-X9Z2"
|
|
316
385
|
*
|
|
317
386
|
* @generated from field: string final_ref_number = 11;
|
|
318
387
|
*/
|
|
@@ -454,25 +523,31 @@ export declare class StockAuditsServiceItemUpdateRequest extends Message<StockAu
|
|
|
454
523
|
*/
|
|
455
524
|
export declare class StockAuditItem extends Message<StockAuditItem> {
|
|
456
525
|
/**
|
|
457
|
-
*
|
|
526
|
+
*
|
|
527
|
+
* @description The organization's globally unique identifier.
|
|
528
|
+
*
|
|
529
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
458
530
|
*
|
|
459
531
|
* @generated from field: string entity_uuid = 1;
|
|
460
532
|
*/
|
|
461
533
|
entityUuid: string;
|
|
462
534
|
/**
|
|
463
|
-
*
|
|
535
|
+
*
|
|
536
|
+
* @description Standard employee and record metadata including timestamps.
|
|
464
537
|
*
|
|
465
538
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
466
539
|
*/
|
|
467
540
|
metadata?: EmployeeMetadata;
|
|
468
541
|
/**
|
|
469
|
-
*
|
|
542
|
+
*
|
|
543
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
470
544
|
*
|
|
471
545
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
472
546
|
*/
|
|
473
547
|
approvalMetadata?: ApprovalMetadata;
|
|
474
548
|
/**
|
|
475
|
-
*
|
|
549
|
+
*
|
|
550
|
+
* @description The approval state of the record
|
|
476
551
|
*
|
|
477
552
|
* @generated from field: bool need_approval = 4;
|
|
478
553
|
*/
|
|
@@ -636,31 +711,62 @@ export declare class StockAuditItemProspectiveInfoRequest extends Message<StockA
|
|
|
636
711
|
*/
|
|
637
712
|
export declare class StockAuditsServicePaginationReq extends Message<StockAuditsServicePaginationReq> {
|
|
638
713
|
/**
|
|
639
|
-
*
|
|
714
|
+
*
|
|
715
|
+
* @optional
|
|
716
|
+
*
|
|
717
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
718
|
+
*
|
|
719
|
+
* @example ANY
|
|
640
720
|
*
|
|
641
721
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
642
722
|
*/
|
|
643
723
|
isActive: BOOL_FILTER;
|
|
644
724
|
/**
|
|
645
|
-
*
|
|
725
|
+
*
|
|
726
|
+
* @mandatory
|
|
727
|
+
*
|
|
728
|
+
* @description Number of records to return per page.
|
|
729
|
+
*
|
|
730
|
+
* @example 50
|
|
731
|
+
*
|
|
732
|
+
* @regex ^[1-9][0-9]*$
|
|
733
|
+
*
|
|
734
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
646
735
|
*
|
|
647
736
|
* @generated from field: int64 count = 2;
|
|
648
737
|
*/
|
|
649
738
|
count: bigint;
|
|
650
739
|
/**
|
|
651
|
-
*
|
|
740
|
+
*
|
|
741
|
+
* @optional
|
|
742
|
+
*
|
|
743
|
+
* @description Number of records to skip (offset) for pagination.
|
|
744
|
+
*
|
|
745
|
+
* @example 0
|
|
746
|
+
*
|
|
747
|
+
* @regex ^[0-9]+$
|
|
748
|
+
*
|
|
749
|
+
* @format Non-negative integer.
|
|
652
750
|
*
|
|
653
751
|
* @generated from field: uint64 offset = 3;
|
|
654
752
|
*/
|
|
655
753
|
offset: bigint;
|
|
656
754
|
/**
|
|
657
|
-
*
|
|
755
|
+
*
|
|
756
|
+
* @optional
|
|
757
|
+
*
|
|
758
|
+
* @description Sort direction.
|
|
759
|
+
*
|
|
760
|
+
* @example DESCENDING
|
|
658
761
|
*
|
|
659
762
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
660
763
|
*/
|
|
661
764
|
sortOrder: SORT_ORDER;
|
|
662
765
|
/**
|
|
663
|
-
*
|
|
766
|
+
*
|
|
767
|
+
* @optional
|
|
768
|
+
*
|
|
769
|
+
* @description The specific field key to sort the results by.
|
|
664
770
|
*
|
|
665
771
|
* @generated from field: Scailo.STOCK_AUDIT_SORT_KEY sort_key = 5;
|
|
666
772
|
*/
|
|
@@ -688,25 +794,35 @@ export declare class StockAuditsServicePaginationReq extends Message<StockAudits
|
|
|
688
794
|
*/
|
|
689
795
|
export declare class StockAuditsServicePaginationResponse extends Message<StockAuditsServicePaginationResponse> {
|
|
690
796
|
/**
|
|
691
|
-
*
|
|
797
|
+
*
|
|
798
|
+
* @description Number of records returned in the current response slice.
|
|
799
|
+
*
|
|
800
|
+
* @example 50
|
|
692
801
|
*
|
|
693
802
|
* @generated from field: uint64 count = 1;
|
|
694
803
|
*/
|
|
695
804
|
count: bigint;
|
|
696
805
|
/**
|
|
697
|
-
*
|
|
806
|
+
*
|
|
807
|
+
* @description The offset provided in the request.
|
|
808
|
+
*
|
|
809
|
+
* @example 0
|
|
698
810
|
*
|
|
699
811
|
* @generated from field: uint64 offset = 2;
|
|
700
812
|
*/
|
|
701
813
|
offset: bigint;
|
|
702
814
|
/**
|
|
703
|
-
*
|
|
815
|
+
*
|
|
816
|
+
* @description The total number of records matching the criteria.
|
|
817
|
+
*
|
|
818
|
+
* @example 1250
|
|
704
819
|
*
|
|
705
820
|
* @generated from field: uint64 total = 3;
|
|
706
821
|
*/
|
|
707
822
|
total: bigint;
|
|
708
823
|
/**
|
|
709
|
-
*
|
|
824
|
+
*
|
|
825
|
+
* @description The array of records for the current page.
|
|
710
826
|
*
|
|
711
827
|
* @generated from field: repeated Scailo.StockAudit payload = 4;
|
|
712
828
|
*/
|
|
@@ -728,115 +844,268 @@ export declare class StockAuditsServicePaginationResponse extends Message<StockA
|
|
|
728
844
|
*/
|
|
729
845
|
export declare class StockAuditsServiceFilterReq extends Message<StockAuditsServiceFilterReq> {
|
|
730
846
|
/**
|
|
731
|
-
*
|
|
847
|
+
*
|
|
848
|
+
* @optional
|
|
849
|
+
*
|
|
850
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
851
|
+
*
|
|
852
|
+
* @example ANY
|
|
732
853
|
*
|
|
733
854
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
734
855
|
*/
|
|
735
856
|
isActive: BOOL_FILTER;
|
|
736
857
|
/**
|
|
737
|
-
*
|
|
858
|
+
*
|
|
859
|
+
* @mandatory
|
|
860
|
+
*
|
|
861
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
862
|
+
*
|
|
863
|
+
* @example 100
|
|
864
|
+
*
|
|
865
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
866
|
+
*
|
|
867
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
738
868
|
*
|
|
739
869
|
* @generated from field: int64 count = 2;
|
|
740
870
|
*/
|
|
741
871
|
count: bigint;
|
|
742
872
|
/**
|
|
743
|
-
*
|
|
873
|
+
*
|
|
874
|
+
* @optional
|
|
875
|
+
*
|
|
876
|
+
* @description Number of records to skip (offset) for pagination.
|
|
877
|
+
*
|
|
878
|
+
* @example 0
|
|
879
|
+
*
|
|
880
|
+
* @regex ^[0-9]+$
|
|
881
|
+
*
|
|
882
|
+
* @format Non-negative integer.
|
|
744
883
|
*
|
|
745
884
|
* @generated from field: uint64 offset = 3;
|
|
746
885
|
*/
|
|
747
886
|
offset: bigint;
|
|
748
887
|
/**
|
|
749
|
-
*
|
|
888
|
+
*
|
|
889
|
+
* @optional
|
|
890
|
+
*
|
|
891
|
+
* @description Sort direction.
|
|
892
|
+
*
|
|
893
|
+
* @example DESCENDING
|
|
750
894
|
*
|
|
751
895
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
752
896
|
*/
|
|
753
897
|
sortOrder: SORT_ORDER;
|
|
754
898
|
/**
|
|
755
|
-
*
|
|
899
|
+
*
|
|
900
|
+
* @optional
|
|
901
|
+
*
|
|
902
|
+
* @description The field used for sorting.
|
|
756
903
|
*
|
|
757
904
|
* @generated from field: Scailo.STOCK_AUDIT_SORT_KEY sort_key = 5;
|
|
758
905
|
*/
|
|
759
906
|
sortKey: STOCK_AUDIT_SORT_KEY;
|
|
760
907
|
/**
|
|
761
|
-
*
|
|
908
|
+
*
|
|
909
|
+
* @optional
|
|
910
|
+
*
|
|
911
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
912
|
+
*
|
|
913
|
+
* @example 1672531200
|
|
914
|
+
*
|
|
915
|
+
* @regex ^[0-9]+$
|
|
916
|
+
*
|
|
917
|
+
* @format Non-negative integer.
|
|
762
918
|
*
|
|
763
919
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
764
920
|
*/
|
|
765
921
|
creationTimestampStart: bigint;
|
|
766
922
|
/**
|
|
767
|
-
*
|
|
923
|
+
*
|
|
924
|
+
* @optional
|
|
925
|
+
*
|
|
926
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
927
|
+
*
|
|
928
|
+
* @example 1704067199
|
|
929
|
+
*
|
|
930
|
+
* @regex ^[0-9]+$
|
|
931
|
+
*
|
|
932
|
+
* @format Non-negative integer.
|
|
768
933
|
*
|
|
769
934
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
770
935
|
*/
|
|
771
936
|
creationTimestampEnd: bigint;
|
|
772
937
|
/**
|
|
773
|
-
*
|
|
938
|
+
*
|
|
939
|
+
* @optional
|
|
940
|
+
*
|
|
941
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
942
|
+
*
|
|
943
|
+
* @example 1672531200
|
|
944
|
+
*
|
|
945
|
+
* @regex ^[0-9]+$
|
|
946
|
+
*
|
|
947
|
+
* @format Non-negative integer.
|
|
774
948
|
*
|
|
775
949
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
776
950
|
*/
|
|
777
951
|
modificationTimestampStart: bigint;
|
|
778
952
|
/**
|
|
779
|
-
*
|
|
953
|
+
*
|
|
954
|
+
* @optional
|
|
955
|
+
*
|
|
956
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
957
|
+
*
|
|
958
|
+
* @example 1704067199
|
|
959
|
+
*
|
|
960
|
+
* @regex ^[0-9]+$
|
|
961
|
+
*
|
|
962
|
+
* @format Non-negative integer.
|
|
780
963
|
*
|
|
781
964
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
782
965
|
*/
|
|
783
966
|
modificationTimestampEnd: bigint;
|
|
784
967
|
/**
|
|
785
|
-
*
|
|
968
|
+
*
|
|
969
|
+
* @optional
|
|
970
|
+
*
|
|
971
|
+
* @description Filter by the organization UUID.
|
|
972
|
+
*
|
|
973
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
974
|
+
*
|
|
975
|
+
* @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}$
|
|
976
|
+
*
|
|
977
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
786
978
|
*
|
|
787
979
|
* @generated from field: string entity_uuid = 8;
|
|
788
980
|
*/
|
|
789
981
|
entityUuid: string;
|
|
790
982
|
/**
|
|
791
|
-
*
|
|
983
|
+
*
|
|
984
|
+
* @optional
|
|
985
|
+
*
|
|
986
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
987
|
+
*
|
|
988
|
+
* @example STANDING
|
|
792
989
|
*
|
|
793
990
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
794
991
|
*/
|
|
795
992
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
796
993
|
/**
|
|
797
|
-
*
|
|
994
|
+
*
|
|
995
|
+
* @optional
|
|
996
|
+
*
|
|
997
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
998
|
+
*
|
|
999
|
+
* @example 1672531200
|
|
1000
|
+
*
|
|
1001
|
+
* @regex ^[0-9]+$
|
|
1002
|
+
*
|
|
1003
|
+
* @format Non-negative integer.
|
|
798
1004
|
*
|
|
799
1005
|
* @generated from field: uint64 approved_on_start = 11;
|
|
800
1006
|
*/
|
|
801
1007
|
approvedOnStart: bigint;
|
|
802
1008
|
/**
|
|
803
|
-
*
|
|
1009
|
+
*
|
|
1010
|
+
* @optional
|
|
1011
|
+
*
|
|
1012
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1013
|
+
*
|
|
1014
|
+
* @example 1704067199
|
|
1015
|
+
*
|
|
1016
|
+
* @regex ^[0-9]+$
|
|
1017
|
+
*
|
|
1018
|
+
* @format Non-negative integer.
|
|
804
1019
|
*
|
|
805
1020
|
* @generated from field: uint64 approved_on_end = 12;
|
|
806
1021
|
*/
|
|
807
1022
|
approvedOnEnd: bigint;
|
|
808
1023
|
/**
|
|
809
|
-
*
|
|
1024
|
+
*
|
|
1025
|
+
* @optional
|
|
1026
|
+
*
|
|
1027
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1028
|
+
*
|
|
1029
|
+
* @example 501
|
|
1030
|
+
*
|
|
1031
|
+
* @regex ^[0-9]+$
|
|
1032
|
+
*
|
|
1033
|
+
* @format Non-negative integer.
|
|
810
1034
|
*
|
|
811
1035
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
812
1036
|
*/
|
|
813
1037
|
approvedByUserId: bigint;
|
|
814
1038
|
/**
|
|
815
|
-
*
|
|
1039
|
+
*
|
|
1040
|
+
* @optional
|
|
1041
|
+
*
|
|
1042
|
+
* @description Filter by the role ID of the approver.
|
|
1043
|
+
*
|
|
1044
|
+
* @example 5
|
|
1045
|
+
*
|
|
1046
|
+
* @regex ^[0-9]+$
|
|
1047
|
+
*
|
|
1048
|
+
* @format Non-negative integer.
|
|
816
1049
|
*
|
|
817
1050
|
* @generated from field: uint64 approver_role_id = 14;
|
|
818
1051
|
*/
|
|
819
1052
|
approverRoleId: bigint;
|
|
820
1053
|
/**
|
|
821
|
-
*
|
|
1054
|
+
*
|
|
1055
|
+
* @optional
|
|
1056
|
+
*
|
|
1057
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1058
|
+
*
|
|
1059
|
+
* @example 1672531200
|
|
1060
|
+
*
|
|
1061
|
+
* @regex ^[0-9]+$
|
|
1062
|
+
*
|
|
1063
|
+
* @format Non-negative integer.
|
|
822
1064
|
*
|
|
823
1065
|
* @generated from field: uint64 completed_on_start = 15;
|
|
824
1066
|
*/
|
|
825
1067
|
completedOnStart: bigint;
|
|
826
1068
|
/**
|
|
827
|
-
*
|
|
1069
|
+
*
|
|
1070
|
+
* @optional
|
|
1071
|
+
*
|
|
1072
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1073
|
+
*
|
|
1074
|
+
* @example 1704067199
|
|
1075
|
+
*
|
|
1076
|
+
* @regex ^[0-9]+$
|
|
1077
|
+
*
|
|
1078
|
+
* @format Non-negative integer.
|
|
828
1079
|
*
|
|
829
1080
|
* @generated from field: uint64 completed_on_end = 16;
|
|
830
1081
|
*/
|
|
831
1082
|
completedOnEnd: bigint;
|
|
832
1083
|
/**
|
|
833
|
-
*
|
|
1084
|
+
*
|
|
1085
|
+
* @optional
|
|
1086
|
+
*
|
|
1087
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1088
|
+
*
|
|
1089
|
+
* @example "ABS-2023-001"
|
|
1090
|
+
*
|
|
1091
|
+
* @regex [0-9A-Za-z ]*$
|
|
1092
|
+
*
|
|
1093
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
834
1094
|
*
|
|
835
1095
|
* @generated from field: string reference_id = 20;
|
|
836
1096
|
*/
|
|
837
1097
|
referenceId: string;
|
|
838
1098
|
/**
|
|
839
|
-
*
|
|
1099
|
+
*
|
|
1100
|
+
* @optional
|
|
1101
|
+
*
|
|
1102
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1103
|
+
*
|
|
1104
|
+
* @example "ABS-2023-X9Z2"
|
|
1105
|
+
*
|
|
1106
|
+
* @regex [0-9A-Za-z ]*$
|
|
1107
|
+
*
|
|
1108
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
840
1109
|
*
|
|
841
1110
|
* @generated from field: string final_ref_number = 21;
|
|
842
1111
|
*/
|
|
@@ -876,91 +1145,218 @@ export declare class StockAuditsServiceFilterReq extends Message<StockAuditsServ
|
|
|
876
1145
|
*/
|
|
877
1146
|
export declare class StockAuditsServiceCountReq extends Message<StockAuditsServiceCountReq> {
|
|
878
1147
|
/**
|
|
879
|
-
*
|
|
1148
|
+
*
|
|
1149
|
+
* @optional
|
|
1150
|
+
*
|
|
1151
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1152
|
+
*
|
|
1153
|
+
* @example ANY
|
|
880
1154
|
*
|
|
881
1155
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
882
1156
|
*/
|
|
883
1157
|
isActive: BOOL_FILTER;
|
|
884
1158
|
/**
|
|
885
|
-
*
|
|
1159
|
+
*
|
|
1160
|
+
* @optional
|
|
1161
|
+
*
|
|
1162
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1163
|
+
*
|
|
1164
|
+
* @example 1672531200
|
|
1165
|
+
*
|
|
1166
|
+
* @regex ^[0-9]+$
|
|
1167
|
+
*
|
|
1168
|
+
* @format Non-negative integer.
|
|
886
1169
|
*
|
|
887
1170
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
888
1171
|
*/
|
|
889
1172
|
creationTimestampStart: bigint;
|
|
890
1173
|
/**
|
|
891
|
-
*
|
|
1174
|
+
*
|
|
1175
|
+
* @optional
|
|
1176
|
+
*
|
|
1177
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1178
|
+
*
|
|
1179
|
+
* @example 1704067199
|
|
1180
|
+
*
|
|
1181
|
+
* @regex ^[0-9]+$
|
|
1182
|
+
*
|
|
1183
|
+
* @format Non-negative integer.
|
|
892
1184
|
*
|
|
893
1185
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
894
1186
|
*/
|
|
895
1187
|
creationTimestampEnd: bigint;
|
|
896
1188
|
/**
|
|
897
|
-
*
|
|
1189
|
+
*
|
|
1190
|
+
* @optional
|
|
1191
|
+
*
|
|
1192
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1193
|
+
*
|
|
1194
|
+
* @example 1672531200
|
|
1195
|
+
*
|
|
1196
|
+
* @regex ^[0-9]+$
|
|
1197
|
+
*
|
|
1198
|
+
* @format Non-negative integer.
|
|
898
1199
|
*
|
|
899
1200
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
900
1201
|
*/
|
|
901
1202
|
modificationTimestampStart: bigint;
|
|
902
1203
|
/**
|
|
903
|
-
*
|
|
1204
|
+
*
|
|
1205
|
+
* @optional
|
|
1206
|
+
*
|
|
1207
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1208
|
+
*
|
|
1209
|
+
* @example 1704067199
|
|
1210
|
+
*
|
|
1211
|
+
* @regex ^[0-9]+$
|
|
1212
|
+
*
|
|
1213
|
+
* @format Non-negative integer.
|
|
904
1214
|
*
|
|
905
1215
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
906
1216
|
*/
|
|
907
1217
|
modificationTimestampEnd: bigint;
|
|
908
1218
|
/**
|
|
909
|
-
*
|
|
1219
|
+
*
|
|
1220
|
+
* @optional
|
|
1221
|
+
*
|
|
1222
|
+
* @description Filter by the organization UUID.
|
|
1223
|
+
*
|
|
1224
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1225
|
+
*
|
|
1226
|
+
* @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}$
|
|
1227
|
+
*
|
|
1228
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
910
1229
|
*
|
|
911
1230
|
* @generated from field: string entity_uuid = 8;
|
|
912
1231
|
*/
|
|
913
1232
|
entityUuid: string;
|
|
914
1233
|
/**
|
|
915
|
-
*
|
|
1234
|
+
*
|
|
1235
|
+
* @optional
|
|
1236
|
+
*
|
|
1237
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1238
|
+
*
|
|
1239
|
+
* @example STANDING
|
|
916
1240
|
*
|
|
917
1241
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
918
1242
|
*/
|
|
919
1243
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
920
1244
|
/**
|
|
921
|
-
*
|
|
1245
|
+
*
|
|
1246
|
+
* @optional
|
|
1247
|
+
*
|
|
1248
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1249
|
+
*
|
|
1250
|
+
* @example 1672531200
|
|
1251
|
+
*
|
|
1252
|
+
* @regex ^[0-9]+$
|
|
1253
|
+
*
|
|
1254
|
+
* @format Non-negative integer.
|
|
922
1255
|
*
|
|
923
1256
|
* @generated from field: uint64 approved_on_start = 11;
|
|
924
1257
|
*/
|
|
925
1258
|
approvedOnStart: bigint;
|
|
926
1259
|
/**
|
|
927
|
-
*
|
|
1260
|
+
*
|
|
1261
|
+
* @optional
|
|
1262
|
+
*
|
|
1263
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1264
|
+
*
|
|
1265
|
+
* @example 1704067199
|
|
1266
|
+
*
|
|
1267
|
+
* @regex ^[0-9]+$
|
|
1268
|
+
*
|
|
1269
|
+
* @format Non-negative integer.
|
|
928
1270
|
*
|
|
929
1271
|
* @generated from field: uint64 approved_on_end = 12;
|
|
930
1272
|
*/
|
|
931
1273
|
approvedOnEnd: bigint;
|
|
932
1274
|
/**
|
|
933
|
-
*
|
|
1275
|
+
*
|
|
1276
|
+
* @optional
|
|
1277
|
+
*
|
|
1278
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1279
|
+
*
|
|
1280
|
+
* @example 501
|
|
1281
|
+
*
|
|
1282
|
+
* @regex ^[0-9]+$
|
|
1283
|
+
*
|
|
1284
|
+
* @format Non-negative integer.
|
|
934
1285
|
*
|
|
935
1286
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
936
1287
|
*/
|
|
937
1288
|
approvedByUserId: bigint;
|
|
938
1289
|
/**
|
|
939
|
-
*
|
|
1290
|
+
*
|
|
1291
|
+
* @optional
|
|
1292
|
+
*
|
|
1293
|
+
* @description Filter by the role ID of the approver.
|
|
1294
|
+
*
|
|
1295
|
+
* @example 5
|
|
1296
|
+
*
|
|
1297
|
+
* @regex ^[0-9]+$
|
|
1298
|
+
*
|
|
1299
|
+
* @format Non-negative integer.
|
|
940
1300
|
*
|
|
941
1301
|
* @generated from field: uint64 approver_role_id = 14;
|
|
942
1302
|
*/
|
|
943
1303
|
approverRoleId: bigint;
|
|
944
1304
|
/**
|
|
945
|
-
*
|
|
1305
|
+
*
|
|
1306
|
+
* @optional
|
|
1307
|
+
*
|
|
1308
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1309
|
+
*
|
|
1310
|
+
* @example 1672531200
|
|
1311
|
+
*
|
|
1312
|
+
* @regex ^[0-9]+$
|
|
1313
|
+
*
|
|
1314
|
+
* @format Non-negative integer.
|
|
946
1315
|
*
|
|
947
1316
|
* @generated from field: uint64 completed_on_start = 15;
|
|
948
1317
|
*/
|
|
949
1318
|
completedOnStart: bigint;
|
|
950
1319
|
/**
|
|
951
|
-
*
|
|
1320
|
+
*
|
|
1321
|
+
* @optional
|
|
1322
|
+
*
|
|
1323
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1324
|
+
*
|
|
1325
|
+
* @example 1704067199
|
|
1326
|
+
*
|
|
1327
|
+
* @regex ^[0-9]+$
|
|
1328
|
+
*
|
|
1329
|
+
* @format Non-negative integer.
|
|
952
1330
|
*
|
|
953
1331
|
* @generated from field: uint64 completed_on_end = 16;
|
|
954
1332
|
*/
|
|
955
1333
|
completedOnEnd: bigint;
|
|
956
1334
|
/**
|
|
957
|
-
*
|
|
1335
|
+
*
|
|
1336
|
+
* @optional
|
|
1337
|
+
*
|
|
1338
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1339
|
+
*
|
|
1340
|
+
* @example "ABS-2023-001"
|
|
1341
|
+
*
|
|
1342
|
+
* @regex [0-9A-Za-z ]*$
|
|
1343
|
+
*
|
|
1344
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
958
1345
|
*
|
|
959
1346
|
* @generated from field: string reference_id = 20;
|
|
960
1347
|
*/
|
|
961
1348
|
referenceId: string;
|
|
962
1349
|
/**
|
|
963
|
-
*
|
|
1350
|
+
*
|
|
1351
|
+
* @optional
|
|
1352
|
+
*
|
|
1353
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1354
|
+
*
|
|
1355
|
+
* @example "ABS-2023-X9Z2"
|
|
1356
|
+
*
|
|
1357
|
+
* @regex [0-9A-Za-z ]*$
|
|
1358
|
+
*
|
|
1359
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
964
1360
|
*
|
|
965
1361
|
* @generated from field: string final_ref_number = 21;
|
|
966
1362
|
*/
|
|
@@ -1000,49 +1396,103 @@ export declare class StockAuditsServiceCountReq extends Message<StockAuditsServi
|
|
|
1000
1396
|
*/
|
|
1001
1397
|
export declare class StockAuditsServiceSearchAllReq extends Message<StockAuditsServiceSearchAllReq> {
|
|
1002
1398
|
/**
|
|
1003
|
-
*
|
|
1399
|
+
*
|
|
1400
|
+
* @optional
|
|
1401
|
+
*
|
|
1402
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1403
|
+
*
|
|
1404
|
+
* @example ANY
|
|
1004
1405
|
*
|
|
1005
1406
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1006
1407
|
*/
|
|
1007
1408
|
isActive: BOOL_FILTER;
|
|
1008
1409
|
/**
|
|
1009
|
-
*
|
|
1410
|
+
*
|
|
1411
|
+
* @mandatory
|
|
1412
|
+
*
|
|
1413
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1414
|
+
*
|
|
1415
|
+
* @example 100
|
|
1416
|
+
*
|
|
1417
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1418
|
+
*
|
|
1419
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1010
1420
|
*
|
|
1011
1421
|
* @generated from field: int64 count = 2;
|
|
1012
1422
|
*/
|
|
1013
1423
|
count: bigint;
|
|
1014
1424
|
/**
|
|
1015
|
-
*
|
|
1425
|
+
*
|
|
1426
|
+
* @optional
|
|
1427
|
+
*
|
|
1428
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1429
|
+
*
|
|
1430
|
+
* @example 0
|
|
1431
|
+
*
|
|
1432
|
+
* @regex ^[0-9]+$
|
|
1433
|
+
*
|
|
1434
|
+
* @format Non-negative integer.
|
|
1016
1435
|
*
|
|
1017
1436
|
* @generated from field: uint64 offset = 3;
|
|
1018
1437
|
*/
|
|
1019
1438
|
offset: bigint;
|
|
1020
1439
|
/**
|
|
1021
|
-
*
|
|
1440
|
+
*
|
|
1441
|
+
* @optional
|
|
1442
|
+
*
|
|
1443
|
+
* @description Sort direction.
|
|
1444
|
+
*
|
|
1445
|
+
* @example DESCENDING
|
|
1022
1446
|
*
|
|
1023
1447
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1024
1448
|
*/
|
|
1025
1449
|
sortOrder: SORT_ORDER;
|
|
1026
1450
|
/**
|
|
1027
|
-
*
|
|
1451
|
+
*
|
|
1452
|
+
* @optional
|
|
1453
|
+
*
|
|
1454
|
+
* @description The field used for sorting.
|
|
1028
1455
|
*
|
|
1029
1456
|
* @generated from field: Scailo.STOCK_AUDIT_SORT_KEY sort_key = 5;
|
|
1030
1457
|
*/
|
|
1031
1458
|
sortKey: STOCK_AUDIT_SORT_KEY;
|
|
1032
1459
|
/**
|
|
1033
|
-
*
|
|
1460
|
+
*
|
|
1461
|
+
* @optional
|
|
1462
|
+
*
|
|
1463
|
+
* @description Filter by the organization UUID.
|
|
1464
|
+
*
|
|
1465
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1466
|
+
*
|
|
1467
|
+
* @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}$
|
|
1468
|
+
*
|
|
1469
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1034
1470
|
*
|
|
1035
1471
|
* @generated from field: string entity_uuid = 6;
|
|
1036
1472
|
*/
|
|
1037
1473
|
entityUuid: string;
|
|
1038
1474
|
/**
|
|
1039
|
-
*
|
|
1475
|
+
*
|
|
1476
|
+
* @optional
|
|
1477
|
+
*
|
|
1478
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1479
|
+
*
|
|
1480
|
+
* @example STANDING
|
|
1040
1481
|
*
|
|
1041
1482
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1042
1483
|
*/
|
|
1043
1484
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1044
1485
|
/**
|
|
1045
|
-
*
|
|
1486
|
+
*
|
|
1487
|
+
* @mandatory
|
|
1488
|
+
*
|
|
1489
|
+
* @description The search string to match against reference IDs.
|
|
1490
|
+
*
|
|
1491
|
+
* @example "Medical 2023"
|
|
1492
|
+
*
|
|
1493
|
+
* @regex .*
|
|
1494
|
+
*
|
|
1495
|
+
* @format: May contain any UTF-8 characters.
|
|
1046
1496
|
*
|
|
1047
1497
|
* @generated from field: string search_key = 11;
|
|
1048
1498
|
*/
|
|
@@ -1064,37 +1514,77 @@ export declare class StockAuditsServiceSearchAllReq extends Message<StockAuditsS
|
|
|
1064
1514
|
*/
|
|
1065
1515
|
export declare class StockAuditItemsSearchRequest extends Message<StockAuditItemsSearchRequest> {
|
|
1066
1516
|
/**
|
|
1067
|
-
*
|
|
1517
|
+
*
|
|
1518
|
+
* @optional
|
|
1519
|
+
*
|
|
1520
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1521
|
+
*
|
|
1522
|
+
* @example ANY
|
|
1068
1523
|
*
|
|
1069
1524
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1070
1525
|
*/
|
|
1071
1526
|
isActive: BOOL_FILTER;
|
|
1072
1527
|
/**
|
|
1073
|
-
*
|
|
1528
|
+
*
|
|
1529
|
+
* @mandatory
|
|
1530
|
+
*
|
|
1531
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1532
|
+
*
|
|
1533
|
+
* @example 100
|
|
1534
|
+
*
|
|
1535
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1536
|
+
*
|
|
1537
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1074
1538
|
*
|
|
1075
1539
|
* @generated from field: int64 count = 2;
|
|
1076
1540
|
*/
|
|
1077
1541
|
count: bigint;
|
|
1078
1542
|
/**
|
|
1079
|
-
*
|
|
1543
|
+
*
|
|
1544
|
+
* @optional
|
|
1545
|
+
*
|
|
1546
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1547
|
+
*
|
|
1548
|
+
* @example 0
|
|
1549
|
+
*
|
|
1550
|
+
* @regex ^[0-9]+$
|
|
1551
|
+
*
|
|
1552
|
+
* @format Non-negative integer.
|
|
1080
1553
|
*
|
|
1081
1554
|
* @generated from field: uint64 offset = 3;
|
|
1082
1555
|
*/
|
|
1083
1556
|
offset: bigint;
|
|
1084
1557
|
/**
|
|
1085
|
-
*
|
|
1558
|
+
*
|
|
1559
|
+
* @optional
|
|
1560
|
+
*
|
|
1561
|
+
* @description Sort direction.
|
|
1562
|
+
*
|
|
1563
|
+
* @example DESCENDING
|
|
1086
1564
|
*
|
|
1087
1565
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1088
1566
|
*/
|
|
1089
1567
|
sortOrder: SORT_ORDER;
|
|
1090
1568
|
/**
|
|
1091
|
-
*
|
|
1569
|
+
*
|
|
1570
|
+
* @optional
|
|
1571
|
+
*
|
|
1572
|
+
* @description The field used for sorting.
|
|
1092
1573
|
*
|
|
1093
1574
|
* @generated from field: Scailo.STOCK_AUDIT_ITEM_SORT_KEY sort_key = 5;
|
|
1094
1575
|
*/
|
|
1095
1576
|
sortKey: STOCK_AUDIT_ITEM_SORT_KEY;
|
|
1096
1577
|
/**
|
|
1097
|
-
*
|
|
1578
|
+
*
|
|
1579
|
+
* @optional
|
|
1580
|
+
*
|
|
1581
|
+
* @description Filter by the organization UUID.
|
|
1582
|
+
*
|
|
1583
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1584
|
+
*
|
|
1585
|
+
* @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}$
|
|
1586
|
+
*
|
|
1587
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1098
1588
|
*
|
|
1099
1589
|
* @generated from field: string entity_uuid = 6;
|
|
1100
1590
|
*/
|
|
@@ -1170,25 +1660,35 @@ export declare class StockAuditItemsSearchRequest extends Message<StockAuditItem
|
|
|
1170
1660
|
*/
|
|
1171
1661
|
export declare class StockAuditsServicePaginatedItemsResponse extends Message<StockAuditsServicePaginatedItemsResponse> {
|
|
1172
1662
|
/**
|
|
1173
|
-
*
|
|
1663
|
+
*
|
|
1664
|
+
* @description Number of records returned in the current response slice.
|
|
1665
|
+
*
|
|
1666
|
+
* @example 50
|
|
1174
1667
|
*
|
|
1175
1668
|
* @generated from field: uint64 count = 1;
|
|
1176
1669
|
*/
|
|
1177
1670
|
count: bigint;
|
|
1178
1671
|
/**
|
|
1179
|
-
*
|
|
1672
|
+
*
|
|
1673
|
+
* @description The offset provided in the request.
|
|
1674
|
+
*
|
|
1675
|
+
* @example 0
|
|
1180
1676
|
*
|
|
1181
1677
|
* @generated from field: uint64 offset = 2;
|
|
1182
1678
|
*/
|
|
1183
1679
|
offset: bigint;
|
|
1184
1680
|
/**
|
|
1185
|
-
*
|
|
1681
|
+
*
|
|
1682
|
+
* @description The total number of records matching the criteria.
|
|
1683
|
+
*
|
|
1684
|
+
* @example 1250
|
|
1186
1685
|
*
|
|
1187
1686
|
* @generated from field: uint64 total = 3;
|
|
1188
1687
|
*/
|
|
1189
1688
|
total: bigint;
|
|
1190
1689
|
/**
|
|
1191
|
-
*
|
|
1690
|
+
*
|
|
1691
|
+
* @description The array of records for the current page.
|
|
1192
1692
|
*
|
|
1193
1693
|
* @generated from field: repeated Scailo.StockAuditItem payload = 4;
|
|
1194
1694
|
*/
|