@kernelminds/scailo-sdk 0.1.28 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +41 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +226 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +88 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +87 -22
- package/lib/cjs/src/users.scailo_pb.js +447 -81
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +41 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +226 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +88 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +87 -22
- package/lib/esm/src/users.scailo_pb.js +451 -83
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -320,7 +320,16 @@ export declare enum PURCHASE_ORDER_ITEM_STATUS {
|
|
|
320
320
|
*/
|
|
321
321
|
export declare class PurchasesOrdersServiceCreateRequest extends Message<PurchasesOrdersServiceCreateRequest> {
|
|
322
322
|
/**
|
|
323
|
-
*
|
|
323
|
+
*
|
|
324
|
+
* @optional
|
|
325
|
+
*
|
|
326
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
327
|
+
*
|
|
328
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
329
|
+
*
|
|
330
|
+
* @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}$
|
|
331
|
+
*
|
|
332
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
324
333
|
*
|
|
325
334
|
* @generated from field: string entity_uuid = 1;
|
|
326
335
|
*/
|
|
@@ -332,13 +341,31 @@ export declare class PurchasesOrdersServiceCreateRequest extends Message<Purchas
|
|
|
332
341
|
*/
|
|
333
342
|
userComment: string;
|
|
334
343
|
/**
|
|
335
|
-
*
|
|
344
|
+
*
|
|
345
|
+
* @optional
|
|
346
|
+
*
|
|
347
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
348
|
+
*
|
|
349
|
+
* @example 15234
|
|
350
|
+
*
|
|
351
|
+
* @regex ^[0-9]+$
|
|
352
|
+
*
|
|
353
|
+
* @format Non-negative integer.
|
|
336
354
|
*
|
|
337
355
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
338
356
|
*/
|
|
339
357
|
vaultFolderId: bigint;
|
|
340
358
|
/**
|
|
341
|
-
*
|
|
359
|
+
*
|
|
360
|
+
* @mandatory
|
|
361
|
+
*
|
|
362
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
363
|
+
*
|
|
364
|
+
* @example "ABS-2023-001"
|
|
365
|
+
*
|
|
366
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
367
|
+
*
|
|
368
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
342
369
|
*
|
|
343
370
|
* @generated from field: string reference_id = 10;
|
|
344
371
|
*/
|
|
@@ -438,19 +465,42 @@ export declare class PurchasesOrdersServiceUpdateRequest extends Message<Purchas
|
|
|
438
465
|
*/
|
|
439
466
|
id: bigint;
|
|
440
467
|
/**
|
|
441
|
-
*
|
|
468
|
+
*
|
|
469
|
+
* @optional
|
|
470
|
+
*
|
|
471
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
472
|
+
*
|
|
473
|
+
* @example true
|
|
442
474
|
*
|
|
443
475
|
* @generated from field: bool notify_users = 3;
|
|
444
476
|
*/
|
|
445
477
|
notifyUsers: boolean;
|
|
446
478
|
/**
|
|
447
|
-
*
|
|
479
|
+
*
|
|
480
|
+
* @optional
|
|
481
|
+
*
|
|
482
|
+
* @description Updated vault folder ID for documentation storage.
|
|
483
|
+
*
|
|
484
|
+
* @example 15235
|
|
485
|
+
*
|
|
486
|
+
* @regex ^[0-9]+$
|
|
487
|
+
*
|
|
488
|
+
* @format Non-negative integer.
|
|
448
489
|
*
|
|
449
490
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
450
491
|
*/
|
|
451
492
|
vaultFolderId: bigint;
|
|
452
493
|
/**
|
|
453
|
-
*
|
|
494
|
+
*
|
|
495
|
+
* @mandatory
|
|
496
|
+
*
|
|
497
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
498
|
+
*
|
|
499
|
+
* @example "ABS-2023-001-REV"
|
|
500
|
+
*
|
|
501
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
502
|
+
*
|
|
503
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
454
504
|
*
|
|
455
505
|
* @generated from field: string reference_id = 10;
|
|
456
506
|
*/
|
|
@@ -606,55 +656,74 @@ export declare class PurchaseOrderAncillaryParameters extends Message<PurchaseOr
|
|
|
606
656
|
*/
|
|
607
657
|
export declare class PurchaseOrder extends Message<PurchaseOrder> {
|
|
608
658
|
/**
|
|
609
|
-
*
|
|
659
|
+
*
|
|
660
|
+
* @description The organization's globally unique identifier.
|
|
661
|
+
*
|
|
662
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
610
663
|
*
|
|
611
664
|
* @generated from field: string entity_uuid = 1;
|
|
612
665
|
*/
|
|
613
666
|
entityUuid: string;
|
|
614
667
|
/**
|
|
615
|
-
*
|
|
668
|
+
*
|
|
669
|
+
* @description Standard employee and record metadata including timestamps.
|
|
616
670
|
*
|
|
617
671
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
618
672
|
*/
|
|
619
673
|
metadata?: EmployeeMetadata;
|
|
620
674
|
/**
|
|
621
|
-
*
|
|
675
|
+
*
|
|
676
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
622
677
|
*
|
|
623
678
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
624
679
|
*/
|
|
625
680
|
approvalMetadata?: ApprovalMetadata;
|
|
626
681
|
/**
|
|
627
|
-
*
|
|
682
|
+
*
|
|
683
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
628
684
|
*
|
|
629
685
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
630
686
|
*/
|
|
631
687
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
632
688
|
/**
|
|
633
|
-
*
|
|
689
|
+
*
|
|
690
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
634
691
|
*
|
|
635
692
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
636
693
|
*/
|
|
637
694
|
logs: LogbookLogConciseSLC[];
|
|
638
695
|
/**
|
|
639
|
-
*
|
|
696
|
+
*
|
|
697
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
698
|
+
*
|
|
699
|
+
* @example 1698400000
|
|
640
700
|
*
|
|
641
701
|
* @generated from field: uint64 completed_on = 6;
|
|
642
702
|
*/
|
|
643
703
|
completedOn: bigint;
|
|
644
704
|
/**
|
|
645
|
-
*
|
|
705
|
+
*
|
|
706
|
+
* @description Link to the document storage folder.
|
|
707
|
+
*
|
|
708
|
+
* @example 15234
|
|
646
709
|
*
|
|
647
710
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
648
711
|
*/
|
|
649
712
|
vaultFolderId: bigint;
|
|
650
713
|
/**
|
|
651
|
-
*
|
|
714
|
+
*
|
|
715
|
+
* @description The user-provided reference ID.
|
|
716
|
+
*
|
|
717
|
+
* @example "ABS-2023-001"
|
|
652
718
|
*
|
|
653
719
|
* @generated from field: string reference_id = 10;
|
|
654
720
|
*/
|
|
655
721
|
referenceId: string;
|
|
656
722
|
/**
|
|
657
|
-
*
|
|
723
|
+
*
|
|
724
|
+
* @description The system-generated immutable reference number.
|
|
725
|
+
*
|
|
726
|
+
* @example "ABS-2023-X9Z2"
|
|
658
727
|
*
|
|
659
728
|
* @generated from field: string final_ref_number = 11;
|
|
660
729
|
*/
|
|
@@ -1056,25 +1125,31 @@ export declare class PurchasesOrdersServiceItemSpecificationsUpdateRequest exten
|
|
|
1056
1125
|
*/
|
|
1057
1126
|
export declare class PurchaseOrderItem extends Message<PurchaseOrderItem> {
|
|
1058
1127
|
/**
|
|
1059
|
-
*
|
|
1128
|
+
*
|
|
1129
|
+
* @description The organization's globally unique identifier.
|
|
1130
|
+
*
|
|
1131
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1060
1132
|
*
|
|
1061
1133
|
* @generated from field: string entity_uuid = 1;
|
|
1062
1134
|
*/
|
|
1063
1135
|
entityUuid: string;
|
|
1064
1136
|
/**
|
|
1065
|
-
*
|
|
1137
|
+
*
|
|
1138
|
+
* @description Standard employee and record metadata including timestamps.
|
|
1066
1139
|
*
|
|
1067
1140
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
1068
1141
|
*/
|
|
1069
1142
|
metadata?: EmployeeMetadata;
|
|
1070
1143
|
/**
|
|
1071
|
-
*
|
|
1144
|
+
*
|
|
1145
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
1072
1146
|
*
|
|
1073
1147
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
1074
1148
|
*/
|
|
1075
1149
|
approvalMetadata?: ApprovalMetadata;
|
|
1076
1150
|
/**
|
|
1077
|
-
*
|
|
1151
|
+
*
|
|
1152
|
+
* @description The approval state of the record
|
|
1078
1153
|
*
|
|
1079
1154
|
* @generated from field: bool need_approval = 4;
|
|
1080
1155
|
*/
|
|
@@ -1289,31 +1364,62 @@ export declare class PurchaseOrderItemProspectiveInfoRequest extends Message<Pur
|
|
|
1289
1364
|
*/
|
|
1290
1365
|
export declare class PurchasesOrdersServicePaginationReq extends Message<PurchasesOrdersServicePaginationReq> {
|
|
1291
1366
|
/**
|
|
1292
|
-
*
|
|
1367
|
+
*
|
|
1368
|
+
* @optional
|
|
1369
|
+
*
|
|
1370
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1371
|
+
*
|
|
1372
|
+
* @example ANY
|
|
1293
1373
|
*
|
|
1294
1374
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1295
1375
|
*/
|
|
1296
1376
|
isActive: BOOL_FILTER;
|
|
1297
1377
|
/**
|
|
1298
|
-
*
|
|
1378
|
+
*
|
|
1379
|
+
* @mandatory
|
|
1380
|
+
*
|
|
1381
|
+
* @description Number of records to return per page.
|
|
1382
|
+
*
|
|
1383
|
+
* @example 50
|
|
1384
|
+
*
|
|
1385
|
+
* @regex ^[1-9][0-9]*$
|
|
1386
|
+
*
|
|
1387
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1299
1388
|
*
|
|
1300
1389
|
* @generated from field: int64 count = 2;
|
|
1301
1390
|
*/
|
|
1302
1391
|
count: bigint;
|
|
1303
1392
|
/**
|
|
1304
|
-
*
|
|
1393
|
+
*
|
|
1394
|
+
* @optional
|
|
1395
|
+
*
|
|
1396
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1397
|
+
*
|
|
1398
|
+
* @example 0
|
|
1399
|
+
*
|
|
1400
|
+
* @regex ^[0-9]+$
|
|
1401
|
+
*
|
|
1402
|
+
* @format Non-negative integer.
|
|
1305
1403
|
*
|
|
1306
1404
|
* @generated from field: uint64 offset = 3;
|
|
1307
1405
|
*/
|
|
1308
1406
|
offset: bigint;
|
|
1309
1407
|
/**
|
|
1310
|
-
*
|
|
1408
|
+
*
|
|
1409
|
+
* @optional
|
|
1410
|
+
*
|
|
1411
|
+
* @description Sort direction.
|
|
1412
|
+
*
|
|
1413
|
+
* @example DESCENDING
|
|
1311
1414
|
*
|
|
1312
1415
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1313
1416
|
*/
|
|
1314
1417
|
sortOrder: SORT_ORDER;
|
|
1315
1418
|
/**
|
|
1316
|
-
*
|
|
1419
|
+
*
|
|
1420
|
+
* @optional
|
|
1421
|
+
*
|
|
1422
|
+
* @description The specific field key to sort the results by.
|
|
1317
1423
|
*
|
|
1318
1424
|
* @generated from field: Scailo.PURCHASE_ORDER_SORT_KEY sort_key = 5;
|
|
1319
1425
|
*/
|
|
@@ -1341,25 +1447,35 @@ export declare class PurchasesOrdersServicePaginationReq extends Message<Purchas
|
|
|
1341
1447
|
*/
|
|
1342
1448
|
export declare class PurchasesOrdersServicePaginationResponse extends Message<PurchasesOrdersServicePaginationResponse> {
|
|
1343
1449
|
/**
|
|
1344
|
-
*
|
|
1450
|
+
*
|
|
1451
|
+
* @description Number of records returned in the current response slice.
|
|
1452
|
+
*
|
|
1453
|
+
* @example 50
|
|
1345
1454
|
*
|
|
1346
1455
|
* @generated from field: uint64 count = 1;
|
|
1347
1456
|
*/
|
|
1348
1457
|
count: bigint;
|
|
1349
1458
|
/**
|
|
1350
|
-
*
|
|
1459
|
+
*
|
|
1460
|
+
* @description The offset provided in the request.
|
|
1461
|
+
*
|
|
1462
|
+
* @example 0
|
|
1351
1463
|
*
|
|
1352
1464
|
* @generated from field: uint64 offset = 2;
|
|
1353
1465
|
*/
|
|
1354
1466
|
offset: bigint;
|
|
1355
1467
|
/**
|
|
1356
|
-
*
|
|
1468
|
+
*
|
|
1469
|
+
* @description The total number of records matching the criteria.
|
|
1470
|
+
*
|
|
1471
|
+
* @example 1250
|
|
1357
1472
|
*
|
|
1358
1473
|
* @generated from field: uint64 total = 3;
|
|
1359
1474
|
*/
|
|
1360
1475
|
total: bigint;
|
|
1361
1476
|
/**
|
|
1362
|
-
*
|
|
1477
|
+
*
|
|
1478
|
+
* @description The array of records for the current page.
|
|
1363
1479
|
*
|
|
1364
1480
|
* @generated from field: repeated Scailo.PurchaseOrder payload = 4;
|
|
1365
1481
|
*/
|
|
@@ -1381,115 +1497,268 @@ export declare class PurchasesOrdersServicePaginationResponse extends Message<Pu
|
|
|
1381
1497
|
*/
|
|
1382
1498
|
export declare class PurchasesOrdersServiceFilterReq extends Message<PurchasesOrdersServiceFilterReq> {
|
|
1383
1499
|
/**
|
|
1384
|
-
*
|
|
1500
|
+
*
|
|
1501
|
+
* @optional
|
|
1502
|
+
*
|
|
1503
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1504
|
+
*
|
|
1505
|
+
* @example ANY
|
|
1385
1506
|
*
|
|
1386
1507
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1387
1508
|
*/
|
|
1388
1509
|
isActive: BOOL_FILTER;
|
|
1389
1510
|
/**
|
|
1390
|
-
*
|
|
1511
|
+
*
|
|
1512
|
+
* @mandatory
|
|
1513
|
+
*
|
|
1514
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1515
|
+
*
|
|
1516
|
+
* @example 100
|
|
1517
|
+
*
|
|
1518
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1519
|
+
*
|
|
1520
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1391
1521
|
*
|
|
1392
1522
|
* @generated from field: int64 count = 2;
|
|
1393
1523
|
*/
|
|
1394
1524
|
count: bigint;
|
|
1395
1525
|
/**
|
|
1396
|
-
*
|
|
1526
|
+
*
|
|
1527
|
+
* @optional
|
|
1528
|
+
*
|
|
1529
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1530
|
+
*
|
|
1531
|
+
* @example 0
|
|
1532
|
+
*
|
|
1533
|
+
* @regex ^[0-9]+$
|
|
1534
|
+
*
|
|
1535
|
+
* @format Non-negative integer.
|
|
1397
1536
|
*
|
|
1398
1537
|
* @generated from field: uint64 offset = 3;
|
|
1399
1538
|
*/
|
|
1400
1539
|
offset: bigint;
|
|
1401
1540
|
/**
|
|
1402
|
-
*
|
|
1541
|
+
*
|
|
1542
|
+
* @optional
|
|
1543
|
+
*
|
|
1544
|
+
* @description Sort direction.
|
|
1545
|
+
*
|
|
1546
|
+
* @example DESCENDING
|
|
1403
1547
|
*
|
|
1404
1548
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1405
1549
|
*/
|
|
1406
1550
|
sortOrder: SORT_ORDER;
|
|
1407
1551
|
/**
|
|
1408
|
-
*
|
|
1552
|
+
*
|
|
1553
|
+
* @optional
|
|
1554
|
+
*
|
|
1555
|
+
* @description The field used for sorting.
|
|
1409
1556
|
*
|
|
1410
1557
|
* @generated from field: Scailo.PURCHASE_ORDER_SORT_KEY sort_key = 5;
|
|
1411
1558
|
*/
|
|
1412
1559
|
sortKey: PURCHASE_ORDER_SORT_KEY;
|
|
1413
1560
|
/**
|
|
1414
|
-
*
|
|
1561
|
+
*
|
|
1562
|
+
* @optional
|
|
1563
|
+
*
|
|
1564
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1565
|
+
*
|
|
1566
|
+
* @example 1672531200
|
|
1567
|
+
*
|
|
1568
|
+
* @regex ^[0-9]+$
|
|
1569
|
+
*
|
|
1570
|
+
* @format Non-negative integer.
|
|
1415
1571
|
*
|
|
1416
1572
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1417
1573
|
*/
|
|
1418
1574
|
creationTimestampStart: bigint;
|
|
1419
1575
|
/**
|
|
1420
|
-
*
|
|
1576
|
+
*
|
|
1577
|
+
* @optional
|
|
1578
|
+
*
|
|
1579
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1580
|
+
*
|
|
1581
|
+
* @example 1704067199
|
|
1582
|
+
*
|
|
1583
|
+
* @regex ^[0-9]+$
|
|
1584
|
+
*
|
|
1585
|
+
* @format Non-negative integer.
|
|
1421
1586
|
*
|
|
1422
1587
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1423
1588
|
*/
|
|
1424
1589
|
creationTimestampEnd: bigint;
|
|
1425
1590
|
/**
|
|
1426
|
-
*
|
|
1591
|
+
*
|
|
1592
|
+
* @optional
|
|
1593
|
+
*
|
|
1594
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1595
|
+
*
|
|
1596
|
+
* @example 1672531200
|
|
1597
|
+
*
|
|
1598
|
+
* @regex ^[0-9]+$
|
|
1599
|
+
*
|
|
1600
|
+
* @format Non-negative integer.
|
|
1427
1601
|
*
|
|
1428
1602
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1429
1603
|
*/
|
|
1430
1604
|
modificationTimestampStart: bigint;
|
|
1431
1605
|
/**
|
|
1432
|
-
*
|
|
1606
|
+
*
|
|
1607
|
+
* @optional
|
|
1608
|
+
*
|
|
1609
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1610
|
+
*
|
|
1611
|
+
* @example 1704067199
|
|
1612
|
+
*
|
|
1613
|
+
* @regex ^[0-9]+$
|
|
1614
|
+
*
|
|
1615
|
+
* @format Non-negative integer.
|
|
1433
1616
|
*
|
|
1434
1617
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1435
1618
|
*/
|
|
1436
1619
|
modificationTimestampEnd: bigint;
|
|
1437
1620
|
/**
|
|
1438
|
-
*
|
|
1621
|
+
*
|
|
1622
|
+
* @optional
|
|
1623
|
+
*
|
|
1624
|
+
* @description Filter by the organization UUID.
|
|
1625
|
+
*
|
|
1626
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1627
|
+
*
|
|
1628
|
+
* @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}$
|
|
1629
|
+
*
|
|
1630
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1439
1631
|
*
|
|
1440
1632
|
* @generated from field: string entity_uuid = 8;
|
|
1441
1633
|
*/
|
|
1442
1634
|
entityUuid: string;
|
|
1443
1635
|
/**
|
|
1444
|
-
*
|
|
1636
|
+
*
|
|
1637
|
+
* @optional
|
|
1638
|
+
*
|
|
1639
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1640
|
+
*
|
|
1641
|
+
* @example STANDING
|
|
1445
1642
|
*
|
|
1446
1643
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1447
1644
|
*/
|
|
1448
1645
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1449
1646
|
/**
|
|
1450
|
-
*
|
|
1647
|
+
*
|
|
1648
|
+
* @optional
|
|
1649
|
+
*
|
|
1650
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1651
|
+
*
|
|
1652
|
+
* @example 1672531200
|
|
1653
|
+
*
|
|
1654
|
+
* @regex ^[0-9]+$
|
|
1655
|
+
*
|
|
1656
|
+
* @format Non-negative integer.
|
|
1451
1657
|
*
|
|
1452
1658
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1453
1659
|
*/
|
|
1454
1660
|
approvedOnStart: bigint;
|
|
1455
1661
|
/**
|
|
1456
|
-
*
|
|
1662
|
+
*
|
|
1663
|
+
* @optional
|
|
1664
|
+
*
|
|
1665
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1666
|
+
*
|
|
1667
|
+
* @example 1704067199
|
|
1668
|
+
*
|
|
1669
|
+
* @regex ^[0-9]+$
|
|
1670
|
+
*
|
|
1671
|
+
* @format Non-negative integer.
|
|
1457
1672
|
*
|
|
1458
1673
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1459
1674
|
*/
|
|
1460
1675
|
approvedOnEnd: bigint;
|
|
1461
1676
|
/**
|
|
1462
|
-
*
|
|
1677
|
+
*
|
|
1678
|
+
* @optional
|
|
1679
|
+
*
|
|
1680
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1681
|
+
*
|
|
1682
|
+
* @example 501
|
|
1683
|
+
*
|
|
1684
|
+
* @regex ^[0-9]+$
|
|
1685
|
+
*
|
|
1686
|
+
* @format Non-negative integer.
|
|
1463
1687
|
*
|
|
1464
1688
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1465
1689
|
*/
|
|
1466
1690
|
approvedByUserId: bigint;
|
|
1467
1691
|
/**
|
|
1468
|
-
*
|
|
1692
|
+
*
|
|
1693
|
+
* @optional
|
|
1694
|
+
*
|
|
1695
|
+
* @description Filter by the role ID of the approver.
|
|
1696
|
+
*
|
|
1697
|
+
* @example 5
|
|
1698
|
+
*
|
|
1699
|
+
* @regex ^[0-9]+$
|
|
1700
|
+
*
|
|
1701
|
+
* @format Non-negative integer.
|
|
1469
1702
|
*
|
|
1470
1703
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1471
1704
|
*/
|
|
1472
1705
|
approverRoleId: bigint;
|
|
1473
1706
|
/**
|
|
1474
|
-
*
|
|
1707
|
+
*
|
|
1708
|
+
* @optional
|
|
1709
|
+
*
|
|
1710
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1711
|
+
*
|
|
1712
|
+
* @example 1672531200
|
|
1713
|
+
*
|
|
1714
|
+
* @regex ^[0-9]+$
|
|
1715
|
+
*
|
|
1716
|
+
* @format Non-negative integer.
|
|
1475
1717
|
*
|
|
1476
1718
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1477
1719
|
*/
|
|
1478
1720
|
completedOnStart: bigint;
|
|
1479
1721
|
/**
|
|
1480
|
-
*
|
|
1722
|
+
*
|
|
1723
|
+
* @optional
|
|
1724
|
+
*
|
|
1725
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1726
|
+
*
|
|
1727
|
+
* @example 1704067199
|
|
1728
|
+
*
|
|
1729
|
+
* @regex ^[0-9]+$
|
|
1730
|
+
*
|
|
1731
|
+
* @format Non-negative integer.
|
|
1481
1732
|
*
|
|
1482
1733
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1483
1734
|
*/
|
|
1484
1735
|
completedOnEnd: bigint;
|
|
1485
1736
|
/**
|
|
1486
|
-
*
|
|
1737
|
+
*
|
|
1738
|
+
* @optional
|
|
1739
|
+
*
|
|
1740
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1741
|
+
*
|
|
1742
|
+
* @example "ABS-2023-001"
|
|
1743
|
+
*
|
|
1744
|
+
* @regex [0-9A-Za-z ]*$
|
|
1745
|
+
*
|
|
1746
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1487
1747
|
*
|
|
1488
1748
|
* @generated from field: string reference_id = 20;
|
|
1489
1749
|
*/
|
|
1490
1750
|
referenceId: string;
|
|
1491
1751
|
/**
|
|
1492
|
-
*
|
|
1752
|
+
*
|
|
1753
|
+
* @optional
|
|
1754
|
+
*
|
|
1755
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1756
|
+
*
|
|
1757
|
+
* @example "ABS-2023-X9Z2"
|
|
1758
|
+
*
|
|
1759
|
+
* @regex [0-9A-Za-z ]*$
|
|
1760
|
+
*
|
|
1761
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1493
1762
|
*
|
|
1494
1763
|
* @generated from field: string final_ref_number = 21;
|
|
1495
1764
|
*/
|
|
@@ -1583,91 +1852,218 @@ export declare class PurchasesOrdersServiceFilterReq extends Message<PurchasesOr
|
|
|
1583
1852
|
*/
|
|
1584
1853
|
export declare class PurchasesOrdersServiceCountReq extends Message<PurchasesOrdersServiceCountReq> {
|
|
1585
1854
|
/**
|
|
1586
|
-
*
|
|
1855
|
+
*
|
|
1856
|
+
* @optional
|
|
1857
|
+
*
|
|
1858
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1859
|
+
*
|
|
1860
|
+
* @example ANY
|
|
1587
1861
|
*
|
|
1588
1862
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1589
1863
|
*/
|
|
1590
1864
|
isActive: BOOL_FILTER;
|
|
1591
1865
|
/**
|
|
1592
|
-
*
|
|
1866
|
+
*
|
|
1867
|
+
* @optional
|
|
1868
|
+
*
|
|
1869
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1870
|
+
*
|
|
1871
|
+
* @example 1672531200
|
|
1872
|
+
*
|
|
1873
|
+
* @regex ^[0-9]+$
|
|
1874
|
+
*
|
|
1875
|
+
* @format Non-negative integer.
|
|
1593
1876
|
*
|
|
1594
1877
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1595
1878
|
*/
|
|
1596
1879
|
creationTimestampStart: bigint;
|
|
1597
1880
|
/**
|
|
1598
|
-
*
|
|
1881
|
+
*
|
|
1882
|
+
* @optional
|
|
1883
|
+
*
|
|
1884
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1885
|
+
*
|
|
1886
|
+
* @example 1704067199
|
|
1887
|
+
*
|
|
1888
|
+
* @regex ^[0-9]+$
|
|
1889
|
+
*
|
|
1890
|
+
* @format Non-negative integer.
|
|
1599
1891
|
*
|
|
1600
1892
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1601
1893
|
*/
|
|
1602
1894
|
creationTimestampEnd: bigint;
|
|
1603
1895
|
/**
|
|
1604
|
-
*
|
|
1896
|
+
*
|
|
1897
|
+
* @optional
|
|
1898
|
+
*
|
|
1899
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1900
|
+
*
|
|
1901
|
+
* @example 1672531200
|
|
1902
|
+
*
|
|
1903
|
+
* @regex ^[0-9]+$
|
|
1904
|
+
*
|
|
1905
|
+
* @format Non-negative integer.
|
|
1605
1906
|
*
|
|
1606
1907
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1607
1908
|
*/
|
|
1608
1909
|
modificationTimestampStart: bigint;
|
|
1609
1910
|
/**
|
|
1610
|
-
*
|
|
1911
|
+
*
|
|
1912
|
+
* @optional
|
|
1913
|
+
*
|
|
1914
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1915
|
+
*
|
|
1916
|
+
* @example 1704067199
|
|
1917
|
+
*
|
|
1918
|
+
* @regex ^[0-9]+$
|
|
1919
|
+
*
|
|
1920
|
+
* @format Non-negative integer.
|
|
1611
1921
|
*
|
|
1612
1922
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1613
1923
|
*/
|
|
1614
1924
|
modificationTimestampEnd: bigint;
|
|
1615
1925
|
/**
|
|
1616
|
-
*
|
|
1926
|
+
*
|
|
1927
|
+
* @optional
|
|
1928
|
+
*
|
|
1929
|
+
* @description Filter by the organization UUID.
|
|
1930
|
+
*
|
|
1931
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1932
|
+
*
|
|
1933
|
+
* @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}$
|
|
1934
|
+
*
|
|
1935
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1617
1936
|
*
|
|
1618
1937
|
* @generated from field: string entity_uuid = 8;
|
|
1619
1938
|
*/
|
|
1620
1939
|
entityUuid: string;
|
|
1621
1940
|
/**
|
|
1622
|
-
*
|
|
1941
|
+
*
|
|
1942
|
+
* @optional
|
|
1943
|
+
*
|
|
1944
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1945
|
+
*
|
|
1946
|
+
* @example STANDING
|
|
1623
1947
|
*
|
|
1624
1948
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1625
1949
|
*/
|
|
1626
1950
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1627
1951
|
/**
|
|
1628
|
-
*
|
|
1952
|
+
*
|
|
1953
|
+
* @optional
|
|
1954
|
+
*
|
|
1955
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1956
|
+
*
|
|
1957
|
+
* @example 1672531200
|
|
1958
|
+
*
|
|
1959
|
+
* @regex ^[0-9]+$
|
|
1960
|
+
*
|
|
1961
|
+
* @format Non-negative integer.
|
|
1629
1962
|
*
|
|
1630
1963
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1631
1964
|
*/
|
|
1632
1965
|
approvedOnStart: bigint;
|
|
1633
1966
|
/**
|
|
1634
|
-
*
|
|
1967
|
+
*
|
|
1968
|
+
* @optional
|
|
1969
|
+
*
|
|
1970
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1971
|
+
*
|
|
1972
|
+
* @example 1704067199
|
|
1973
|
+
*
|
|
1974
|
+
* @regex ^[0-9]+$
|
|
1975
|
+
*
|
|
1976
|
+
* @format Non-negative integer.
|
|
1635
1977
|
*
|
|
1636
1978
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1637
1979
|
*/
|
|
1638
1980
|
approvedOnEnd: bigint;
|
|
1639
1981
|
/**
|
|
1640
|
-
*
|
|
1982
|
+
*
|
|
1983
|
+
* @optional
|
|
1984
|
+
*
|
|
1985
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1986
|
+
*
|
|
1987
|
+
* @example 501
|
|
1988
|
+
*
|
|
1989
|
+
* @regex ^[0-9]+$
|
|
1990
|
+
*
|
|
1991
|
+
* @format Non-negative integer.
|
|
1641
1992
|
*
|
|
1642
1993
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1643
1994
|
*/
|
|
1644
1995
|
approvedByUserId: bigint;
|
|
1645
1996
|
/**
|
|
1646
|
-
*
|
|
1997
|
+
*
|
|
1998
|
+
* @optional
|
|
1999
|
+
*
|
|
2000
|
+
* @description Filter by the role ID of the approver.
|
|
2001
|
+
*
|
|
2002
|
+
* @example 5
|
|
2003
|
+
*
|
|
2004
|
+
* @regex ^[0-9]+$
|
|
2005
|
+
*
|
|
2006
|
+
* @format Non-negative integer.
|
|
1647
2007
|
*
|
|
1648
2008
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1649
2009
|
*/
|
|
1650
2010
|
approverRoleId: bigint;
|
|
1651
2011
|
/**
|
|
1652
|
-
*
|
|
2012
|
+
*
|
|
2013
|
+
* @optional
|
|
2014
|
+
*
|
|
2015
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2016
|
+
*
|
|
2017
|
+
* @example 1672531200
|
|
2018
|
+
*
|
|
2019
|
+
* @regex ^[0-9]+$
|
|
2020
|
+
*
|
|
2021
|
+
* @format Non-negative integer.
|
|
1653
2022
|
*
|
|
1654
2023
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1655
2024
|
*/
|
|
1656
2025
|
completedOnStart: bigint;
|
|
1657
2026
|
/**
|
|
1658
|
-
*
|
|
2027
|
+
*
|
|
2028
|
+
* @optional
|
|
2029
|
+
*
|
|
2030
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2031
|
+
*
|
|
2032
|
+
* @example 1704067199
|
|
2033
|
+
*
|
|
2034
|
+
* @regex ^[0-9]+$
|
|
2035
|
+
*
|
|
2036
|
+
* @format Non-negative integer.
|
|
1659
2037
|
*
|
|
1660
2038
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1661
2039
|
*/
|
|
1662
2040
|
completedOnEnd: bigint;
|
|
1663
2041
|
/**
|
|
1664
|
-
*
|
|
2042
|
+
*
|
|
2043
|
+
* @optional
|
|
2044
|
+
*
|
|
2045
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2046
|
+
*
|
|
2047
|
+
* @example "ABS-2023-001"
|
|
2048
|
+
*
|
|
2049
|
+
* @regex [0-9A-Za-z ]*$
|
|
2050
|
+
*
|
|
2051
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1665
2052
|
*
|
|
1666
2053
|
* @generated from field: string reference_id = 20;
|
|
1667
2054
|
*/
|
|
1668
2055
|
referenceId: string;
|
|
1669
2056
|
/**
|
|
1670
|
-
*
|
|
2057
|
+
*
|
|
2058
|
+
* @optional
|
|
2059
|
+
*
|
|
2060
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2061
|
+
*
|
|
2062
|
+
* @example "ABS-2023-X9Z2"
|
|
2063
|
+
*
|
|
2064
|
+
* @regex [0-9A-Za-z ]*$
|
|
2065
|
+
*
|
|
2066
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1671
2067
|
*
|
|
1672
2068
|
* @generated from field: string final_ref_number = 21;
|
|
1673
2069
|
*/
|
|
@@ -1761,49 +2157,103 @@ export declare class PurchasesOrdersServiceCountReq extends Message<PurchasesOrd
|
|
|
1761
2157
|
*/
|
|
1762
2158
|
export declare class PurchasesOrdersServiceSearchAllReq extends Message<PurchasesOrdersServiceSearchAllReq> {
|
|
1763
2159
|
/**
|
|
1764
|
-
*
|
|
2160
|
+
*
|
|
2161
|
+
* @optional
|
|
2162
|
+
*
|
|
2163
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2164
|
+
*
|
|
2165
|
+
* @example ANY
|
|
1765
2166
|
*
|
|
1766
2167
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1767
2168
|
*/
|
|
1768
2169
|
isActive: BOOL_FILTER;
|
|
1769
2170
|
/**
|
|
1770
|
-
*
|
|
2171
|
+
*
|
|
2172
|
+
* @mandatory
|
|
2173
|
+
*
|
|
2174
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2175
|
+
*
|
|
2176
|
+
* @example 100
|
|
2177
|
+
*
|
|
2178
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2179
|
+
*
|
|
2180
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1771
2181
|
*
|
|
1772
2182
|
* @generated from field: int64 count = 2;
|
|
1773
2183
|
*/
|
|
1774
2184
|
count: bigint;
|
|
1775
2185
|
/**
|
|
1776
|
-
*
|
|
2186
|
+
*
|
|
2187
|
+
* @optional
|
|
2188
|
+
*
|
|
2189
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2190
|
+
*
|
|
2191
|
+
* @example 0
|
|
2192
|
+
*
|
|
2193
|
+
* @regex ^[0-9]+$
|
|
2194
|
+
*
|
|
2195
|
+
* @format Non-negative integer.
|
|
1777
2196
|
*
|
|
1778
2197
|
* @generated from field: uint64 offset = 3;
|
|
1779
2198
|
*/
|
|
1780
2199
|
offset: bigint;
|
|
1781
2200
|
/**
|
|
1782
|
-
*
|
|
2201
|
+
*
|
|
2202
|
+
* @optional
|
|
2203
|
+
*
|
|
2204
|
+
* @description Sort direction.
|
|
2205
|
+
*
|
|
2206
|
+
* @example DESCENDING
|
|
1783
2207
|
*
|
|
1784
2208
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1785
2209
|
*/
|
|
1786
2210
|
sortOrder: SORT_ORDER;
|
|
1787
2211
|
/**
|
|
1788
|
-
*
|
|
2212
|
+
*
|
|
2213
|
+
* @optional
|
|
2214
|
+
*
|
|
2215
|
+
* @description The field used for sorting.
|
|
1789
2216
|
*
|
|
1790
2217
|
* @generated from field: Scailo.PURCHASE_ORDER_SORT_KEY sort_key = 5;
|
|
1791
2218
|
*/
|
|
1792
2219
|
sortKey: PURCHASE_ORDER_SORT_KEY;
|
|
1793
2220
|
/**
|
|
1794
|
-
*
|
|
2221
|
+
*
|
|
2222
|
+
* @optional
|
|
2223
|
+
*
|
|
2224
|
+
* @description Filter by the organization UUID.
|
|
2225
|
+
*
|
|
2226
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2227
|
+
*
|
|
2228
|
+
* @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}$
|
|
2229
|
+
*
|
|
2230
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1795
2231
|
*
|
|
1796
2232
|
* @generated from field: string entity_uuid = 6;
|
|
1797
2233
|
*/
|
|
1798
2234
|
entityUuid: string;
|
|
1799
2235
|
/**
|
|
1800
|
-
*
|
|
2236
|
+
*
|
|
2237
|
+
* @optional
|
|
2238
|
+
*
|
|
2239
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2240
|
+
*
|
|
2241
|
+
* @example STANDING
|
|
1801
2242
|
*
|
|
1802
2243
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1803
2244
|
*/
|
|
1804
2245
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1805
2246
|
/**
|
|
1806
|
-
*
|
|
2247
|
+
*
|
|
2248
|
+
* @mandatory
|
|
2249
|
+
*
|
|
2250
|
+
* @description The search string to match against reference IDs.
|
|
2251
|
+
*
|
|
2252
|
+
* @example "Medical 2023"
|
|
2253
|
+
*
|
|
2254
|
+
* @regex .*
|
|
2255
|
+
*
|
|
2256
|
+
* @format: May contain any UTF-8 characters.
|
|
1807
2257
|
*
|
|
1808
2258
|
* @generated from field: string search_key = 11;
|
|
1809
2259
|
*/
|
|
@@ -1901,25 +2351,31 @@ export declare class PurchasesOrdersServiceReferenceCreateRequest extends Messag
|
|
|
1901
2351
|
*/
|
|
1902
2352
|
export declare class PurchaseOrderReference extends Message<PurchaseOrderReference> {
|
|
1903
2353
|
/**
|
|
1904
|
-
*
|
|
2354
|
+
*
|
|
2355
|
+
* @description The organization's globally unique identifier.
|
|
2356
|
+
*
|
|
2357
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1905
2358
|
*
|
|
1906
2359
|
* @generated from field: string entity_uuid = 1;
|
|
1907
2360
|
*/
|
|
1908
2361
|
entityUuid: string;
|
|
1909
2362
|
/**
|
|
1910
|
-
*
|
|
2363
|
+
*
|
|
2364
|
+
* @description Standard employee and record metadata including timestamps.
|
|
1911
2365
|
*
|
|
1912
2366
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
1913
2367
|
*/
|
|
1914
2368
|
metadata?: EmployeeMetadata;
|
|
1915
2369
|
/**
|
|
1916
|
-
*
|
|
2370
|
+
*
|
|
2371
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
1917
2372
|
*
|
|
1918
2373
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
1919
2374
|
*/
|
|
1920
2375
|
approvalMetadata?: ApprovalMetadata;
|
|
1921
2376
|
/**
|
|
1922
|
-
*
|
|
2377
|
+
*
|
|
2378
|
+
* @description The approval state of the record
|
|
1923
2379
|
*
|
|
1924
2380
|
* @generated from field: bool need_approval = 4;
|
|
1925
2381
|
*/
|
|
@@ -1993,37 +2449,77 @@ export declare class PurchaseOrderReferencesList extends Message<PurchaseOrderRe
|
|
|
1993
2449
|
*/
|
|
1994
2450
|
export declare class PurchaseOrderItemsSearchRequest extends Message<PurchaseOrderItemsSearchRequest> {
|
|
1995
2451
|
/**
|
|
1996
|
-
*
|
|
2452
|
+
*
|
|
2453
|
+
* @optional
|
|
2454
|
+
*
|
|
2455
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2456
|
+
*
|
|
2457
|
+
* @example ANY
|
|
1997
2458
|
*
|
|
1998
2459
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1999
2460
|
*/
|
|
2000
2461
|
isActive: BOOL_FILTER;
|
|
2001
2462
|
/**
|
|
2002
|
-
*
|
|
2463
|
+
*
|
|
2464
|
+
* @mandatory
|
|
2465
|
+
*
|
|
2466
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2467
|
+
*
|
|
2468
|
+
* @example 100
|
|
2469
|
+
*
|
|
2470
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2471
|
+
*
|
|
2472
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2003
2473
|
*
|
|
2004
2474
|
* @generated from field: int64 count = 2;
|
|
2005
2475
|
*/
|
|
2006
2476
|
count: bigint;
|
|
2007
2477
|
/**
|
|
2008
|
-
*
|
|
2478
|
+
*
|
|
2479
|
+
* @optional
|
|
2480
|
+
*
|
|
2481
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2482
|
+
*
|
|
2483
|
+
* @example 0
|
|
2484
|
+
*
|
|
2485
|
+
* @regex ^[0-9]+$
|
|
2486
|
+
*
|
|
2487
|
+
* @format Non-negative integer.
|
|
2009
2488
|
*
|
|
2010
2489
|
* @generated from field: uint64 offset = 3;
|
|
2011
2490
|
*/
|
|
2012
2491
|
offset: bigint;
|
|
2013
2492
|
/**
|
|
2014
|
-
*
|
|
2493
|
+
*
|
|
2494
|
+
* @optional
|
|
2495
|
+
*
|
|
2496
|
+
* @description Sort direction.
|
|
2497
|
+
*
|
|
2498
|
+
* @example DESCENDING
|
|
2015
2499
|
*
|
|
2016
2500
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2017
2501
|
*/
|
|
2018
2502
|
sortOrder: SORT_ORDER;
|
|
2019
2503
|
/**
|
|
2020
|
-
*
|
|
2504
|
+
*
|
|
2505
|
+
* @optional
|
|
2506
|
+
*
|
|
2507
|
+
* @description The field used for sorting.
|
|
2021
2508
|
*
|
|
2022
2509
|
* @generated from field: Scailo.PURCHASE_ORDER_ITEM_SORT_KEY sort_key = 5;
|
|
2023
2510
|
*/
|
|
2024
2511
|
sortKey: PURCHASE_ORDER_ITEM_SORT_KEY;
|
|
2025
2512
|
/**
|
|
2026
|
-
*
|
|
2513
|
+
*
|
|
2514
|
+
* @optional
|
|
2515
|
+
*
|
|
2516
|
+
* @description Filter by the organization UUID.
|
|
2517
|
+
*
|
|
2518
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2519
|
+
*
|
|
2520
|
+
* @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}$
|
|
2521
|
+
*
|
|
2522
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2027
2523
|
*
|
|
2028
2524
|
* @generated from field: string entity_uuid = 6;
|
|
2029
2525
|
*/
|
|
@@ -2133,25 +2629,35 @@ export declare class PurchaseOrderItemsSearchRequest extends Message<PurchaseOrd
|
|
|
2133
2629
|
*/
|
|
2134
2630
|
export declare class PurchasesOrdersServicePaginatedItemsResponse extends Message<PurchasesOrdersServicePaginatedItemsResponse> {
|
|
2135
2631
|
/**
|
|
2136
|
-
*
|
|
2632
|
+
*
|
|
2633
|
+
* @description Number of records returned in the current response slice.
|
|
2634
|
+
*
|
|
2635
|
+
* @example 50
|
|
2137
2636
|
*
|
|
2138
2637
|
* @generated from field: uint64 count = 1;
|
|
2139
2638
|
*/
|
|
2140
2639
|
count: bigint;
|
|
2141
2640
|
/**
|
|
2142
|
-
*
|
|
2641
|
+
*
|
|
2642
|
+
* @description The offset provided in the request.
|
|
2643
|
+
*
|
|
2644
|
+
* @example 0
|
|
2143
2645
|
*
|
|
2144
2646
|
* @generated from field: uint64 offset = 2;
|
|
2145
2647
|
*/
|
|
2146
2648
|
offset: bigint;
|
|
2147
2649
|
/**
|
|
2148
|
-
*
|
|
2650
|
+
*
|
|
2651
|
+
* @description The total number of records matching the criteria.
|
|
2652
|
+
*
|
|
2653
|
+
* @example 1250
|
|
2149
2654
|
*
|
|
2150
2655
|
* @generated from field: uint64 total = 3;
|
|
2151
2656
|
*/
|
|
2152
2657
|
total: bigint;
|
|
2153
2658
|
/**
|
|
2154
|
-
*
|
|
2659
|
+
*
|
|
2660
|
+
* @description The array of records for the current page.
|
|
2155
2661
|
*
|
|
2156
2662
|
* @generated from field: repeated Scailo.PurchaseOrderItem payload = 4;
|
|
2157
2663
|
*/
|
|
@@ -2207,25 +2713,31 @@ export declare class PurchasesOrdersServiceContactCreateRequest extends Message<
|
|
|
2207
2713
|
*/
|
|
2208
2714
|
export declare class PurchaseOrderContact extends Message<PurchaseOrderContact> {
|
|
2209
2715
|
/**
|
|
2210
|
-
*
|
|
2716
|
+
*
|
|
2717
|
+
* @description The organization's globally unique identifier.
|
|
2718
|
+
*
|
|
2719
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2211
2720
|
*
|
|
2212
2721
|
* @generated from field: string entity_uuid = 1;
|
|
2213
2722
|
*/
|
|
2214
2723
|
entityUuid: string;
|
|
2215
2724
|
/**
|
|
2216
|
-
*
|
|
2725
|
+
*
|
|
2726
|
+
* @description Standard employee and record metadata including timestamps.
|
|
2217
2727
|
*
|
|
2218
2728
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
2219
2729
|
*/
|
|
2220
2730
|
metadata?: EmployeeMetadata;
|
|
2221
2731
|
/**
|
|
2222
|
-
*
|
|
2732
|
+
*
|
|
2733
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
2223
2734
|
*
|
|
2224
2735
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
2225
2736
|
*/
|
|
2226
2737
|
approvalMetadata?: ApprovalMetadata;
|
|
2227
2738
|
/**
|
|
2228
|
-
*
|
|
2739
|
+
*
|
|
2740
|
+
* @description The approval state of the record
|
|
2229
2741
|
*
|
|
2230
2742
|
* @generated from field: bool need_approval = 4;
|
|
2231
2743
|
*/
|