@kernelminds/scailo-sdk 0.1.27 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +41 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +226 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +88 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +88 -23
- package/lib/cjs/src/users.scailo_pb.js +491 -82
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +89 -24
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +479 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +41 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +226 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +88 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +88 -23
- package/lib/esm/src/users.scailo_pb.js +495 -84
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +89 -24
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +479 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -393,7 +393,16 @@ class PurchasesOrdersServiceCreateRequest extends protobuf_1.Message {
|
|
|
393
393
|
constructor(data) {
|
|
394
394
|
super();
|
|
395
395
|
/**
|
|
396
|
-
*
|
|
396
|
+
*
|
|
397
|
+
* @optional
|
|
398
|
+
*
|
|
399
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
400
|
+
*
|
|
401
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
402
|
+
*
|
|
403
|
+
* @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}$
|
|
404
|
+
*
|
|
405
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
397
406
|
*
|
|
398
407
|
* @generated from field: string entity_uuid = 1;
|
|
399
408
|
*/
|
|
@@ -405,13 +414,31 @@ class PurchasesOrdersServiceCreateRequest extends protobuf_1.Message {
|
|
|
405
414
|
*/
|
|
406
415
|
this.userComment = "";
|
|
407
416
|
/**
|
|
408
|
-
*
|
|
417
|
+
*
|
|
418
|
+
* @optional
|
|
419
|
+
*
|
|
420
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
421
|
+
*
|
|
422
|
+
* @example 15234
|
|
423
|
+
*
|
|
424
|
+
* @regex ^[0-9]+$
|
|
425
|
+
*
|
|
426
|
+
* @format Non-negative integer.
|
|
409
427
|
*
|
|
410
428
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
411
429
|
*/
|
|
412
430
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
413
431
|
/**
|
|
414
|
-
*
|
|
432
|
+
*
|
|
433
|
+
* @mandatory
|
|
434
|
+
*
|
|
435
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
436
|
+
*
|
|
437
|
+
* @example "ABS-2023-001"
|
|
438
|
+
*
|
|
439
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
440
|
+
*
|
|
441
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
415
442
|
*
|
|
416
443
|
* @generated from field: string reference_id = 10;
|
|
417
444
|
*/
|
|
@@ -539,19 +566,42 @@ class PurchasesOrdersServiceUpdateRequest extends protobuf_1.Message {
|
|
|
539
566
|
*/
|
|
540
567
|
this.id = protobuf_1.protoInt64.zero;
|
|
541
568
|
/**
|
|
542
|
-
*
|
|
569
|
+
*
|
|
570
|
+
* @optional
|
|
571
|
+
*
|
|
572
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
573
|
+
*
|
|
574
|
+
* @example true
|
|
543
575
|
*
|
|
544
576
|
* @generated from field: bool notify_users = 3;
|
|
545
577
|
*/
|
|
546
578
|
this.notifyUsers = false;
|
|
547
579
|
/**
|
|
548
|
-
*
|
|
580
|
+
*
|
|
581
|
+
* @optional
|
|
582
|
+
*
|
|
583
|
+
* @description Updated vault folder ID for documentation storage.
|
|
584
|
+
*
|
|
585
|
+
* @example 15235
|
|
586
|
+
*
|
|
587
|
+
* @regex ^[0-9]+$
|
|
588
|
+
*
|
|
589
|
+
* @format Non-negative integer.
|
|
549
590
|
*
|
|
550
591
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
551
592
|
*/
|
|
552
593
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
553
594
|
/**
|
|
554
|
-
*
|
|
595
|
+
*
|
|
596
|
+
* @mandatory
|
|
597
|
+
*
|
|
598
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
599
|
+
*
|
|
600
|
+
* @example "ABS-2023-001-REV"
|
|
601
|
+
*
|
|
602
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
603
|
+
*
|
|
604
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
555
605
|
*
|
|
556
606
|
* @generated from field: string reference_id = 10;
|
|
557
607
|
*/
|
|
@@ -768,43 +818,60 @@ class PurchaseOrder extends protobuf_1.Message {
|
|
|
768
818
|
constructor(data) {
|
|
769
819
|
super();
|
|
770
820
|
/**
|
|
771
|
-
*
|
|
821
|
+
*
|
|
822
|
+
* @description The organization's globally unique identifier.
|
|
823
|
+
*
|
|
824
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
772
825
|
*
|
|
773
826
|
* @generated from field: string entity_uuid = 1;
|
|
774
827
|
*/
|
|
775
828
|
this.entityUuid = "";
|
|
776
829
|
/**
|
|
777
|
-
*
|
|
830
|
+
*
|
|
831
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
778
832
|
*
|
|
779
833
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
780
834
|
*/
|
|
781
835
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
782
836
|
/**
|
|
783
|
-
*
|
|
837
|
+
*
|
|
838
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
784
839
|
*
|
|
785
840
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
786
841
|
*/
|
|
787
842
|
this.logs = [];
|
|
788
843
|
/**
|
|
789
|
-
*
|
|
844
|
+
*
|
|
845
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
846
|
+
*
|
|
847
|
+
* @example 1698400000
|
|
790
848
|
*
|
|
791
849
|
* @generated from field: uint64 completed_on = 6;
|
|
792
850
|
*/
|
|
793
851
|
this.completedOn = protobuf_1.protoInt64.zero;
|
|
794
852
|
/**
|
|
795
|
-
*
|
|
853
|
+
*
|
|
854
|
+
* @description Link to the document storage folder.
|
|
855
|
+
*
|
|
856
|
+
* @example 15234
|
|
796
857
|
*
|
|
797
858
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
798
859
|
*/
|
|
799
860
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
800
861
|
/**
|
|
801
|
-
*
|
|
862
|
+
*
|
|
863
|
+
* @description The user-provided reference ID.
|
|
864
|
+
*
|
|
865
|
+
* @example "ABS-2023-001"
|
|
802
866
|
*
|
|
803
867
|
* @generated from field: string reference_id = 10;
|
|
804
868
|
*/
|
|
805
869
|
this.referenceId = "";
|
|
806
870
|
/**
|
|
807
|
-
*
|
|
871
|
+
*
|
|
872
|
+
* @description The system-generated immutable reference number.
|
|
873
|
+
*
|
|
874
|
+
* @example "ABS-2023-X9Z2"
|
|
808
875
|
*
|
|
809
876
|
* @generated from field: string final_ref_number = 11;
|
|
810
877
|
*/
|
|
@@ -1343,13 +1410,17 @@ class PurchaseOrderItem extends protobuf_1.Message {
|
|
|
1343
1410
|
constructor(data) {
|
|
1344
1411
|
super();
|
|
1345
1412
|
/**
|
|
1346
|
-
*
|
|
1413
|
+
*
|
|
1414
|
+
* @description The organization's globally unique identifier.
|
|
1415
|
+
*
|
|
1416
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1347
1417
|
*
|
|
1348
1418
|
* @generated from field: string entity_uuid = 1;
|
|
1349
1419
|
*/
|
|
1350
1420
|
this.entityUuid = "";
|
|
1351
1421
|
/**
|
|
1352
|
-
*
|
|
1422
|
+
*
|
|
1423
|
+
* @description The approval state of the record
|
|
1353
1424
|
*
|
|
1354
1425
|
* @generated from field: bool need_approval = 4;
|
|
1355
1426
|
*/
|
|
@@ -1654,31 +1725,62 @@ class PurchasesOrdersServicePaginationReq extends protobuf_1.Message {
|
|
|
1654
1725
|
constructor(data) {
|
|
1655
1726
|
super();
|
|
1656
1727
|
/**
|
|
1657
|
-
*
|
|
1728
|
+
*
|
|
1729
|
+
* @optional
|
|
1730
|
+
*
|
|
1731
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1732
|
+
*
|
|
1733
|
+
* @example ANY
|
|
1658
1734
|
*
|
|
1659
1735
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1660
1736
|
*/
|
|
1661
1737
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1662
1738
|
/**
|
|
1663
|
-
*
|
|
1739
|
+
*
|
|
1740
|
+
* @mandatory
|
|
1741
|
+
*
|
|
1742
|
+
* @description Number of records to return per page.
|
|
1743
|
+
*
|
|
1744
|
+
* @example 50
|
|
1745
|
+
*
|
|
1746
|
+
* @regex ^[1-9][0-9]*$
|
|
1747
|
+
*
|
|
1748
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1664
1749
|
*
|
|
1665
1750
|
* @generated from field: int64 count = 2;
|
|
1666
1751
|
*/
|
|
1667
1752
|
this.count = protobuf_1.protoInt64.zero;
|
|
1668
1753
|
/**
|
|
1669
|
-
*
|
|
1754
|
+
*
|
|
1755
|
+
* @optional
|
|
1756
|
+
*
|
|
1757
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1758
|
+
*
|
|
1759
|
+
* @example 0
|
|
1760
|
+
*
|
|
1761
|
+
* @regex ^[0-9]+$
|
|
1762
|
+
*
|
|
1763
|
+
* @format Non-negative integer.
|
|
1670
1764
|
*
|
|
1671
1765
|
* @generated from field: uint64 offset = 3;
|
|
1672
1766
|
*/
|
|
1673
1767
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1674
1768
|
/**
|
|
1675
|
-
*
|
|
1769
|
+
*
|
|
1770
|
+
* @optional
|
|
1771
|
+
*
|
|
1772
|
+
* @description Sort direction.
|
|
1773
|
+
*
|
|
1774
|
+
* @example DESCENDING
|
|
1676
1775
|
*
|
|
1677
1776
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1678
1777
|
*/
|
|
1679
1778
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1680
1779
|
/**
|
|
1681
|
-
*
|
|
1780
|
+
*
|
|
1781
|
+
* @optional
|
|
1782
|
+
*
|
|
1783
|
+
* @description The specific field key to sort the results by.
|
|
1682
1784
|
*
|
|
1683
1785
|
* @generated from field: Scailo.PURCHASE_ORDER_SORT_KEY sort_key = 5;
|
|
1684
1786
|
*/
|
|
@@ -1725,25 +1827,35 @@ class PurchasesOrdersServicePaginationResponse extends protobuf_1.Message {
|
|
|
1725
1827
|
constructor(data) {
|
|
1726
1828
|
super();
|
|
1727
1829
|
/**
|
|
1728
|
-
*
|
|
1830
|
+
*
|
|
1831
|
+
* @description Number of records returned in the current response slice.
|
|
1832
|
+
*
|
|
1833
|
+
* @example 50
|
|
1729
1834
|
*
|
|
1730
1835
|
* @generated from field: uint64 count = 1;
|
|
1731
1836
|
*/
|
|
1732
1837
|
this.count = protobuf_1.protoInt64.zero;
|
|
1733
1838
|
/**
|
|
1734
|
-
*
|
|
1839
|
+
*
|
|
1840
|
+
* @description The offset provided in the request.
|
|
1841
|
+
*
|
|
1842
|
+
* @example 0
|
|
1735
1843
|
*
|
|
1736
1844
|
* @generated from field: uint64 offset = 2;
|
|
1737
1845
|
*/
|
|
1738
1846
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1739
1847
|
/**
|
|
1740
|
-
*
|
|
1848
|
+
*
|
|
1849
|
+
* @description The total number of records matching the criteria.
|
|
1850
|
+
*
|
|
1851
|
+
* @example 1250
|
|
1741
1852
|
*
|
|
1742
1853
|
* @generated from field: uint64 total = 3;
|
|
1743
1854
|
*/
|
|
1744
1855
|
this.total = protobuf_1.protoInt64.zero;
|
|
1745
1856
|
/**
|
|
1746
|
-
*
|
|
1857
|
+
*
|
|
1858
|
+
* @description The array of records for the current page.
|
|
1747
1859
|
*
|
|
1748
1860
|
* @generated from field: repeated Scailo.PurchaseOrder payload = 4;
|
|
1749
1861
|
*/
|
|
@@ -1782,115 +1894,268 @@ class PurchasesOrdersServiceFilterReq extends protobuf_1.Message {
|
|
|
1782
1894
|
constructor(data) {
|
|
1783
1895
|
super();
|
|
1784
1896
|
/**
|
|
1785
|
-
*
|
|
1897
|
+
*
|
|
1898
|
+
* @optional
|
|
1899
|
+
*
|
|
1900
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1901
|
+
*
|
|
1902
|
+
* @example ANY
|
|
1786
1903
|
*
|
|
1787
1904
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1788
1905
|
*/
|
|
1789
1906
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1790
1907
|
/**
|
|
1791
|
-
*
|
|
1908
|
+
*
|
|
1909
|
+
* @mandatory
|
|
1910
|
+
*
|
|
1911
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1912
|
+
*
|
|
1913
|
+
* @example 100
|
|
1914
|
+
*
|
|
1915
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1916
|
+
*
|
|
1917
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1792
1918
|
*
|
|
1793
1919
|
* @generated from field: int64 count = 2;
|
|
1794
1920
|
*/
|
|
1795
1921
|
this.count = protobuf_1.protoInt64.zero;
|
|
1796
1922
|
/**
|
|
1797
|
-
*
|
|
1923
|
+
*
|
|
1924
|
+
* @optional
|
|
1925
|
+
*
|
|
1926
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1927
|
+
*
|
|
1928
|
+
* @example 0
|
|
1929
|
+
*
|
|
1930
|
+
* @regex ^[0-9]+$
|
|
1931
|
+
*
|
|
1932
|
+
* @format Non-negative integer.
|
|
1798
1933
|
*
|
|
1799
1934
|
* @generated from field: uint64 offset = 3;
|
|
1800
1935
|
*/
|
|
1801
1936
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1802
1937
|
/**
|
|
1803
|
-
*
|
|
1938
|
+
*
|
|
1939
|
+
* @optional
|
|
1940
|
+
*
|
|
1941
|
+
* @description Sort direction.
|
|
1942
|
+
*
|
|
1943
|
+
* @example DESCENDING
|
|
1804
1944
|
*
|
|
1805
1945
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1806
1946
|
*/
|
|
1807
1947
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1808
1948
|
/**
|
|
1809
|
-
*
|
|
1949
|
+
*
|
|
1950
|
+
* @optional
|
|
1951
|
+
*
|
|
1952
|
+
* @description The field used for sorting.
|
|
1810
1953
|
*
|
|
1811
1954
|
* @generated from field: Scailo.PURCHASE_ORDER_SORT_KEY sort_key = 5;
|
|
1812
1955
|
*/
|
|
1813
1956
|
this.sortKey = PURCHASE_ORDER_SORT_KEY.PURCHASE_ORDER_SORT_KEY_ID_UNSPECIFIED;
|
|
1814
1957
|
/**
|
|
1815
|
-
*
|
|
1958
|
+
*
|
|
1959
|
+
* @optional
|
|
1960
|
+
*
|
|
1961
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1962
|
+
*
|
|
1963
|
+
* @example 1672531200
|
|
1964
|
+
*
|
|
1965
|
+
* @regex ^[0-9]+$
|
|
1966
|
+
*
|
|
1967
|
+
* @format Non-negative integer.
|
|
1816
1968
|
*
|
|
1817
1969
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1818
1970
|
*/
|
|
1819
1971
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1820
1972
|
/**
|
|
1821
|
-
*
|
|
1973
|
+
*
|
|
1974
|
+
* @optional
|
|
1975
|
+
*
|
|
1976
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1977
|
+
*
|
|
1978
|
+
* @example 1704067199
|
|
1979
|
+
*
|
|
1980
|
+
* @regex ^[0-9]+$
|
|
1981
|
+
*
|
|
1982
|
+
* @format Non-negative integer.
|
|
1822
1983
|
*
|
|
1823
1984
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1824
1985
|
*/
|
|
1825
1986
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1826
1987
|
/**
|
|
1827
|
-
*
|
|
1988
|
+
*
|
|
1989
|
+
* @optional
|
|
1990
|
+
*
|
|
1991
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1992
|
+
*
|
|
1993
|
+
* @example 1672531200
|
|
1994
|
+
*
|
|
1995
|
+
* @regex ^[0-9]+$
|
|
1996
|
+
*
|
|
1997
|
+
* @format Non-negative integer.
|
|
1828
1998
|
*
|
|
1829
1999
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1830
2000
|
*/
|
|
1831
2001
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1832
2002
|
/**
|
|
1833
|
-
*
|
|
2003
|
+
*
|
|
2004
|
+
* @optional
|
|
2005
|
+
*
|
|
2006
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2007
|
+
*
|
|
2008
|
+
* @example 1704067199
|
|
2009
|
+
*
|
|
2010
|
+
* @regex ^[0-9]+$
|
|
2011
|
+
*
|
|
2012
|
+
* @format Non-negative integer.
|
|
1834
2013
|
*
|
|
1835
2014
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1836
2015
|
*/
|
|
1837
2016
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1838
2017
|
/**
|
|
1839
|
-
*
|
|
2018
|
+
*
|
|
2019
|
+
* @optional
|
|
2020
|
+
*
|
|
2021
|
+
* @description Filter by the organization UUID.
|
|
2022
|
+
*
|
|
2023
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2024
|
+
*
|
|
2025
|
+
* @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}$
|
|
2026
|
+
*
|
|
2027
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1840
2028
|
*
|
|
1841
2029
|
* @generated from field: string entity_uuid = 8;
|
|
1842
2030
|
*/
|
|
1843
2031
|
this.entityUuid = "";
|
|
1844
2032
|
/**
|
|
1845
|
-
*
|
|
2033
|
+
*
|
|
2034
|
+
* @optional
|
|
2035
|
+
*
|
|
2036
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2037
|
+
*
|
|
2038
|
+
* @example STANDING
|
|
1846
2039
|
*
|
|
1847
2040
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1848
2041
|
*/
|
|
1849
2042
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1850
2043
|
/**
|
|
1851
|
-
*
|
|
2044
|
+
*
|
|
2045
|
+
* @optional
|
|
2046
|
+
*
|
|
2047
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2048
|
+
*
|
|
2049
|
+
* @example 1672531200
|
|
2050
|
+
*
|
|
2051
|
+
* @regex ^[0-9]+$
|
|
2052
|
+
*
|
|
2053
|
+
* @format Non-negative integer.
|
|
1852
2054
|
*
|
|
1853
2055
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1854
2056
|
*/
|
|
1855
2057
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1856
2058
|
/**
|
|
1857
|
-
*
|
|
2059
|
+
*
|
|
2060
|
+
* @optional
|
|
2061
|
+
*
|
|
2062
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2063
|
+
*
|
|
2064
|
+
* @example 1704067199
|
|
2065
|
+
*
|
|
2066
|
+
* @regex ^[0-9]+$
|
|
2067
|
+
*
|
|
2068
|
+
* @format Non-negative integer.
|
|
1858
2069
|
*
|
|
1859
2070
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1860
2071
|
*/
|
|
1861
2072
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1862
2073
|
/**
|
|
1863
|
-
*
|
|
2074
|
+
*
|
|
2075
|
+
* @optional
|
|
2076
|
+
*
|
|
2077
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2078
|
+
*
|
|
2079
|
+
* @example 501
|
|
2080
|
+
*
|
|
2081
|
+
* @regex ^[0-9]+$
|
|
2082
|
+
*
|
|
2083
|
+
* @format Non-negative integer.
|
|
1864
2084
|
*
|
|
1865
2085
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1866
2086
|
*/
|
|
1867
2087
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1868
2088
|
/**
|
|
1869
|
-
*
|
|
2089
|
+
*
|
|
2090
|
+
* @optional
|
|
2091
|
+
*
|
|
2092
|
+
* @description Filter by the role ID of the approver.
|
|
2093
|
+
*
|
|
2094
|
+
* @example 5
|
|
2095
|
+
*
|
|
2096
|
+
* @regex ^[0-9]+$
|
|
2097
|
+
*
|
|
2098
|
+
* @format Non-negative integer.
|
|
1870
2099
|
*
|
|
1871
2100
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1872
2101
|
*/
|
|
1873
2102
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1874
2103
|
/**
|
|
1875
|
-
*
|
|
2104
|
+
*
|
|
2105
|
+
* @optional
|
|
2106
|
+
*
|
|
2107
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2108
|
+
*
|
|
2109
|
+
* @example 1672531200
|
|
2110
|
+
*
|
|
2111
|
+
* @regex ^[0-9]+$
|
|
2112
|
+
*
|
|
2113
|
+
* @format Non-negative integer.
|
|
1876
2114
|
*
|
|
1877
2115
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1878
2116
|
*/
|
|
1879
2117
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1880
2118
|
/**
|
|
1881
|
-
*
|
|
2119
|
+
*
|
|
2120
|
+
* @optional
|
|
2121
|
+
*
|
|
2122
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2123
|
+
*
|
|
2124
|
+
* @example 1704067199
|
|
2125
|
+
*
|
|
2126
|
+
* @regex ^[0-9]+$
|
|
2127
|
+
*
|
|
2128
|
+
* @format Non-negative integer.
|
|
1882
2129
|
*
|
|
1883
2130
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1884
2131
|
*/
|
|
1885
2132
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1886
2133
|
/**
|
|
1887
|
-
*
|
|
2134
|
+
*
|
|
2135
|
+
* @optional
|
|
2136
|
+
*
|
|
2137
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2138
|
+
*
|
|
2139
|
+
* @example "ABS-2023-001"
|
|
2140
|
+
*
|
|
2141
|
+
* @regex [0-9A-Za-z ]*$
|
|
2142
|
+
*
|
|
2143
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1888
2144
|
*
|
|
1889
2145
|
* @generated from field: string reference_id = 20;
|
|
1890
2146
|
*/
|
|
1891
2147
|
this.referenceId = "";
|
|
1892
2148
|
/**
|
|
1893
|
-
*
|
|
2149
|
+
*
|
|
2150
|
+
* @optional
|
|
2151
|
+
*
|
|
2152
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2153
|
+
*
|
|
2154
|
+
* @example "ABS-2023-X9Z2"
|
|
2155
|
+
*
|
|
2156
|
+
* @regex [0-9A-Za-z ]*$
|
|
2157
|
+
*
|
|
2158
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1894
2159
|
*
|
|
1895
2160
|
* @generated from field: string final_ref_number = 21;
|
|
1896
2161
|
*/
|
|
@@ -2028,91 +2293,218 @@ class PurchasesOrdersServiceCountReq extends protobuf_1.Message {
|
|
|
2028
2293
|
constructor(data) {
|
|
2029
2294
|
super();
|
|
2030
2295
|
/**
|
|
2031
|
-
*
|
|
2296
|
+
*
|
|
2297
|
+
* @optional
|
|
2298
|
+
*
|
|
2299
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2300
|
+
*
|
|
2301
|
+
* @example ANY
|
|
2032
2302
|
*
|
|
2033
2303
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2034
2304
|
*/
|
|
2035
2305
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2036
2306
|
/**
|
|
2037
|
-
*
|
|
2307
|
+
*
|
|
2308
|
+
* @optional
|
|
2309
|
+
*
|
|
2310
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2311
|
+
*
|
|
2312
|
+
* @example 1672531200
|
|
2313
|
+
*
|
|
2314
|
+
* @regex ^[0-9]+$
|
|
2315
|
+
*
|
|
2316
|
+
* @format Non-negative integer.
|
|
2038
2317
|
*
|
|
2039
2318
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
2040
2319
|
*/
|
|
2041
2320
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
2042
2321
|
/**
|
|
2043
|
-
*
|
|
2322
|
+
*
|
|
2323
|
+
* @optional
|
|
2324
|
+
*
|
|
2325
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2326
|
+
*
|
|
2327
|
+
* @example 1704067199
|
|
2328
|
+
*
|
|
2329
|
+
* @regex ^[0-9]+$
|
|
2330
|
+
*
|
|
2331
|
+
* @format Non-negative integer.
|
|
2044
2332
|
*
|
|
2045
2333
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
2046
2334
|
*/
|
|
2047
2335
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
2048
2336
|
/**
|
|
2049
|
-
*
|
|
2337
|
+
*
|
|
2338
|
+
* @optional
|
|
2339
|
+
*
|
|
2340
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2341
|
+
*
|
|
2342
|
+
* @example 1672531200
|
|
2343
|
+
*
|
|
2344
|
+
* @regex ^[0-9]+$
|
|
2345
|
+
*
|
|
2346
|
+
* @format Non-negative integer.
|
|
2050
2347
|
*
|
|
2051
2348
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
2052
2349
|
*/
|
|
2053
2350
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
2054
2351
|
/**
|
|
2055
|
-
*
|
|
2352
|
+
*
|
|
2353
|
+
* @optional
|
|
2354
|
+
*
|
|
2355
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2356
|
+
*
|
|
2357
|
+
* @example 1704067199
|
|
2358
|
+
*
|
|
2359
|
+
* @regex ^[0-9]+$
|
|
2360
|
+
*
|
|
2361
|
+
* @format Non-negative integer.
|
|
2056
2362
|
*
|
|
2057
2363
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
2058
2364
|
*/
|
|
2059
2365
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
2060
2366
|
/**
|
|
2061
|
-
*
|
|
2367
|
+
*
|
|
2368
|
+
* @optional
|
|
2369
|
+
*
|
|
2370
|
+
* @description Filter by the organization UUID.
|
|
2371
|
+
*
|
|
2372
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2373
|
+
*
|
|
2374
|
+
* @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}$
|
|
2375
|
+
*
|
|
2376
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2062
2377
|
*
|
|
2063
2378
|
* @generated from field: string entity_uuid = 8;
|
|
2064
2379
|
*/
|
|
2065
2380
|
this.entityUuid = "";
|
|
2066
2381
|
/**
|
|
2067
|
-
*
|
|
2382
|
+
*
|
|
2383
|
+
* @optional
|
|
2384
|
+
*
|
|
2385
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2386
|
+
*
|
|
2387
|
+
* @example STANDING
|
|
2068
2388
|
*
|
|
2069
2389
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2070
2390
|
*/
|
|
2071
2391
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2072
2392
|
/**
|
|
2073
|
-
*
|
|
2393
|
+
*
|
|
2394
|
+
* @optional
|
|
2395
|
+
*
|
|
2396
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2397
|
+
*
|
|
2398
|
+
* @example 1672531200
|
|
2399
|
+
*
|
|
2400
|
+
* @regex ^[0-9]+$
|
|
2401
|
+
*
|
|
2402
|
+
* @format Non-negative integer.
|
|
2074
2403
|
*
|
|
2075
2404
|
* @generated from field: uint64 approved_on_start = 11;
|
|
2076
2405
|
*/
|
|
2077
2406
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
2078
2407
|
/**
|
|
2079
|
-
*
|
|
2408
|
+
*
|
|
2409
|
+
* @optional
|
|
2410
|
+
*
|
|
2411
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2412
|
+
*
|
|
2413
|
+
* @example 1704067199
|
|
2414
|
+
*
|
|
2415
|
+
* @regex ^[0-9]+$
|
|
2416
|
+
*
|
|
2417
|
+
* @format Non-negative integer.
|
|
2080
2418
|
*
|
|
2081
2419
|
* @generated from field: uint64 approved_on_end = 12;
|
|
2082
2420
|
*/
|
|
2083
2421
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
2084
2422
|
/**
|
|
2085
|
-
*
|
|
2423
|
+
*
|
|
2424
|
+
* @optional
|
|
2425
|
+
*
|
|
2426
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2427
|
+
*
|
|
2428
|
+
* @example 501
|
|
2429
|
+
*
|
|
2430
|
+
* @regex ^[0-9]+$
|
|
2431
|
+
*
|
|
2432
|
+
* @format Non-negative integer.
|
|
2086
2433
|
*
|
|
2087
2434
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
2088
2435
|
*/
|
|
2089
2436
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
2090
2437
|
/**
|
|
2091
|
-
*
|
|
2438
|
+
*
|
|
2439
|
+
* @optional
|
|
2440
|
+
*
|
|
2441
|
+
* @description Filter by the role ID of the approver.
|
|
2442
|
+
*
|
|
2443
|
+
* @example 5
|
|
2444
|
+
*
|
|
2445
|
+
* @regex ^[0-9]+$
|
|
2446
|
+
*
|
|
2447
|
+
* @format Non-negative integer.
|
|
2092
2448
|
*
|
|
2093
2449
|
* @generated from field: uint64 approver_role_id = 14;
|
|
2094
2450
|
*/
|
|
2095
2451
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
2096
2452
|
/**
|
|
2097
|
-
*
|
|
2453
|
+
*
|
|
2454
|
+
* @optional
|
|
2455
|
+
*
|
|
2456
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2457
|
+
*
|
|
2458
|
+
* @example 1672531200
|
|
2459
|
+
*
|
|
2460
|
+
* @regex ^[0-9]+$
|
|
2461
|
+
*
|
|
2462
|
+
* @format Non-negative integer.
|
|
2098
2463
|
*
|
|
2099
2464
|
* @generated from field: uint64 completed_on_start = 15;
|
|
2100
2465
|
*/
|
|
2101
2466
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
2102
2467
|
/**
|
|
2103
|
-
*
|
|
2468
|
+
*
|
|
2469
|
+
* @optional
|
|
2470
|
+
*
|
|
2471
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2472
|
+
*
|
|
2473
|
+
* @example 1704067199
|
|
2474
|
+
*
|
|
2475
|
+
* @regex ^[0-9]+$
|
|
2476
|
+
*
|
|
2477
|
+
* @format Non-negative integer.
|
|
2104
2478
|
*
|
|
2105
2479
|
* @generated from field: uint64 completed_on_end = 16;
|
|
2106
2480
|
*/
|
|
2107
2481
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
2108
2482
|
/**
|
|
2109
|
-
*
|
|
2483
|
+
*
|
|
2484
|
+
* @optional
|
|
2485
|
+
*
|
|
2486
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2487
|
+
*
|
|
2488
|
+
* @example "ABS-2023-001"
|
|
2489
|
+
*
|
|
2490
|
+
* @regex [0-9A-Za-z ]*$
|
|
2491
|
+
*
|
|
2492
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
2110
2493
|
*
|
|
2111
2494
|
* @generated from field: string reference_id = 20;
|
|
2112
2495
|
*/
|
|
2113
2496
|
this.referenceId = "";
|
|
2114
2497
|
/**
|
|
2115
|
-
*
|
|
2498
|
+
*
|
|
2499
|
+
* @optional
|
|
2500
|
+
*
|
|
2501
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2502
|
+
*
|
|
2503
|
+
* @example "ABS-2023-X9Z2"
|
|
2504
|
+
*
|
|
2505
|
+
* @regex [0-9A-Za-z ]*$
|
|
2506
|
+
*
|
|
2507
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
2116
2508
|
*
|
|
2117
2509
|
* @generated from field: string final_ref_number = 21;
|
|
2118
2510
|
*/
|
|
@@ -2246,49 +2638,103 @@ class PurchasesOrdersServiceSearchAllReq extends protobuf_1.Message {
|
|
|
2246
2638
|
constructor(data) {
|
|
2247
2639
|
super();
|
|
2248
2640
|
/**
|
|
2249
|
-
*
|
|
2641
|
+
*
|
|
2642
|
+
* @optional
|
|
2643
|
+
*
|
|
2644
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2645
|
+
*
|
|
2646
|
+
* @example ANY
|
|
2250
2647
|
*
|
|
2251
2648
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2252
2649
|
*/
|
|
2253
2650
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2254
2651
|
/**
|
|
2255
|
-
*
|
|
2652
|
+
*
|
|
2653
|
+
* @mandatory
|
|
2654
|
+
*
|
|
2655
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2656
|
+
*
|
|
2657
|
+
* @example 100
|
|
2658
|
+
*
|
|
2659
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2660
|
+
*
|
|
2661
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2256
2662
|
*
|
|
2257
2663
|
* @generated from field: int64 count = 2;
|
|
2258
2664
|
*/
|
|
2259
2665
|
this.count = protobuf_1.protoInt64.zero;
|
|
2260
2666
|
/**
|
|
2261
|
-
*
|
|
2667
|
+
*
|
|
2668
|
+
* @optional
|
|
2669
|
+
*
|
|
2670
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2671
|
+
*
|
|
2672
|
+
* @example 0
|
|
2673
|
+
*
|
|
2674
|
+
* @regex ^[0-9]+$
|
|
2675
|
+
*
|
|
2676
|
+
* @format Non-negative integer.
|
|
2262
2677
|
*
|
|
2263
2678
|
* @generated from field: uint64 offset = 3;
|
|
2264
2679
|
*/
|
|
2265
2680
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2266
2681
|
/**
|
|
2267
|
-
*
|
|
2682
|
+
*
|
|
2683
|
+
* @optional
|
|
2684
|
+
*
|
|
2685
|
+
* @description Sort direction.
|
|
2686
|
+
*
|
|
2687
|
+
* @example DESCENDING
|
|
2268
2688
|
*
|
|
2269
2689
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2270
2690
|
*/
|
|
2271
2691
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2272
2692
|
/**
|
|
2273
|
-
*
|
|
2693
|
+
*
|
|
2694
|
+
* @optional
|
|
2695
|
+
*
|
|
2696
|
+
* @description The field used for sorting.
|
|
2274
2697
|
*
|
|
2275
2698
|
* @generated from field: Scailo.PURCHASE_ORDER_SORT_KEY sort_key = 5;
|
|
2276
2699
|
*/
|
|
2277
2700
|
this.sortKey = PURCHASE_ORDER_SORT_KEY.PURCHASE_ORDER_SORT_KEY_ID_UNSPECIFIED;
|
|
2278
2701
|
/**
|
|
2279
|
-
*
|
|
2702
|
+
*
|
|
2703
|
+
* @optional
|
|
2704
|
+
*
|
|
2705
|
+
* @description Filter by the organization UUID.
|
|
2706
|
+
*
|
|
2707
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2708
|
+
*
|
|
2709
|
+
* @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}$
|
|
2710
|
+
*
|
|
2711
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2280
2712
|
*
|
|
2281
2713
|
* @generated from field: string entity_uuid = 6;
|
|
2282
2714
|
*/
|
|
2283
2715
|
this.entityUuid = "";
|
|
2284
2716
|
/**
|
|
2285
|
-
*
|
|
2717
|
+
*
|
|
2718
|
+
* @optional
|
|
2719
|
+
*
|
|
2720
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2721
|
+
*
|
|
2722
|
+
* @example STANDING
|
|
2286
2723
|
*
|
|
2287
2724
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2288
2725
|
*/
|
|
2289
2726
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2290
2727
|
/**
|
|
2291
|
-
*
|
|
2728
|
+
*
|
|
2729
|
+
* @mandatory
|
|
2730
|
+
*
|
|
2731
|
+
* @description The search string to match against reference IDs.
|
|
2732
|
+
*
|
|
2733
|
+
* @example "Medical 2023"
|
|
2734
|
+
*
|
|
2735
|
+
* @regex .*
|
|
2736
|
+
*
|
|
2737
|
+
* @format: May contain any UTF-8 characters.
|
|
2292
2738
|
*
|
|
2293
2739
|
* @generated from field: string search_key = 11;
|
|
2294
2740
|
*/
|
|
@@ -2430,13 +2876,17 @@ class PurchaseOrderReference extends protobuf_1.Message {
|
|
|
2430
2876
|
constructor(data) {
|
|
2431
2877
|
super();
|
|
2432
2878
|
/**
|
|
2433
|
-
*
|
|
2879
|
+
*
|
|
2880
|
+
* @description The organization's globally unique identifier.
|
|
2881
|
+
*
|
|
2882
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2434
2883
|
*
|
|
2435
2884
|
* @generated from field: string entity_uuid = 1;
|
|
2436
2885
|
*/
|
|
2437
2886
|
this.entityUuid = "";
|
|
2438
2887
|
/**
|
|
2439
|
-
*
|
|
2888
|
+
*
|
|
2889
|
+
* @description The approval state of the record
|
|
2440
2890
|
*
|
|
2441
2891
|
* @generated from field: bool need_approval = 4;
|
|
2442
2892
|
*/
|
|
@@ -2546,37 +2996,77 @@ class PurchaseOrderItemsSearchRequest extends protobuf_1.Message {
|
|
|
2546
2996
|
constructor(data) {
|
|
2547
2997
|
super();
|
|
2548
2998
|
/**
|
|
2549
|
-
*
|
|
2999
|
+
*
|
|
3000
|
+
* @optional
|
|
3001
|
+
*
|
|
3002
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
3003
|
+
*
|
|
3004
|
+
* @example ANY
|
|
2550
3005
|
*
|
|
2551
3006
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2552
3007
|
*/
|
|
2553
3008
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2554
3009
|
/**
|
|
2555
|
-
*
|
|
3010
|
+
*
|
|
3011
|
+
* @mandatory
|
|
3012
|
+
*
|
|
3013
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
3014
|
+
*
|
|
3015
|
+
* @example 100
|
|
3016
|
+
*
|
|
3017
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
3018
|
+
*
|
|
3019
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2556
3020
|
*
|
|
2557
3021
|
* @generated from field: int64 count = 2;
|
|
2558
3022
|
*/
|
|
2559
3023
|
this.count = protobuf_1.protoInt64.zero;
|
|
2560
3024
|
/**
|
|
2561
|
-
*
|
|
3025
|
+
*
|
|
3026
|
+
* @optional
|
|
3027
|
+
*
|
|
3028
|
+
* @description Number of records to skip (offset) for pagination.
|
|
3029
|
+
*
|
|
3030
|
+
* @example 0
|
|
3031
|
+
*
|
|
3032
|
+
* @regex ^[0-9]+$
|
|
3033
|
+
*
|
|
3034
|
+
* @format Non-negative integer.
|
|
2562
3035
|
*
|
|
2563
3036
|
* @generated from field: uint64 offset = 3;
|
|
2564
3037
|
*/
|
|
2565
3038
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2566
3039
|
/**
|
|
2567
|
-
*
|
|
3040
|
+
*
|
|
3041
|
+
* @optional
|
|
3042
|
+
*
|
|
3043
|
+
* @description Sort direction.
|
|
3044
|
+
*
|
|
3045
|
+
* @example DESCENDING
|
|
2568
3046
|
*
|
|
2569
3047
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2570
3048
|
*/
|
|
2571
3049
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2572
3050
|
/**
|
|
2573
|
-
*
|
|
3051
|
+
*
|
|
3052
|
+
* @optional
|
|
3053
|
+
*
|
|
3054
|
+
* @description The field used for sorting.
|
|
2574
3055
|
*
|
|
2575
3056
|
* @generated from field: Scailo.PURCHASE_ORDER_ITEM_SORT_KEY sort_key = 5;
|
|
2576
3057
|
*/
|
|
2577
3058
|
this.sortKey = PURCHASE_ORDER_ITEM_SORT_KEY.PURCHASE_ORDER_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
2578
3059
|
/**
|
|
2579
|
-
*
|
|
3060
|
+
*
|
|
3061
|
+
* @optional
|
|
3062
|
+
*
|
|
3063
|
+
* @description Filter by the organization UUID.
|
|
3064
|
+
*
|
|
3065
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
3066
|
+
*
|
|
3067
|
+
* @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}$
|
|
3068
|
+
*
|
|
3069
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2580
3070
|
*
|
|
2581
3071
|
* @generated from field: string entity_uuid = 6;
|
|
2582
3072
|
*/
|
|
@@ -2719,25 +3209,35 @@ class PurchasesOrdersServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
|
2719
3209
|
constructor(data) {
|
|
2720
3210
|
super();
|
|
2721
3211
|
/**
|
|
2722
|
-
*
|
|
3212
|
+
*
|
|
3213
|
+
* @description Number of records returned in the current response slice.
|
|
3214
|
+
*
|
|
3215
|
+
* @example 50
|
|
2723
3216
|
*
|
|
2724
3217
|
* @generated from field: uint64 count = 1;
|
|
2725
3218
|
*/
|
|
2726
3219
|
this.count = protobuf_1.protoInt64.zero;
|
|
2727
3220
|
/**
|
|
2728
|
-
*
|
|
3221
|
+
*
|
|
3222
|
+
* @description The offset provided in the request.
|
|
3223
|
+
*
|
|
3224
|
+
* @example 0
|
|
2729
3225
|
*
|
|
2730
3226
|
* @generated from field: uint64 offset = 2;
|
|
2731
3227
|
*/
|
|
2732
3228
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2733
3229
|
/**
|
|
2734
|
-
*
|
|
3230
|
+
*
|
|
3231
|
+
* @description The total number of records matching the criteria.
|
|
3232
|
+
*
|
|
3233
|
+
* @example 1250
|
|
2735
3234
|
*
|
|
2736
3235
|
* @generated from field: uint64 total = 3;
|
|
2737
3236
|
*/
|
|
2738
3237
|
this.total = protobuf_1.protoInt64.zero;
|
|
2739
3238
|
/**
|
|
2740
|
-
*
|
|
3239
|
+
*
|
|
3240
|
+
* @description The array of records for the current page.
|
|
2741
3241
|
*
|
|
2742
3242
|
* @generated from field: repeated Scailo.PurchaseOrderItem payload = 4;
|
|
2743
3243
|
*/
|
|
@@ -2826,13 +3326,17 @@ class PurchaseOrderContact extends protobuf_1.Message {
|
|
|
2826
3326
|
constructor(data) {
|
|
2827
3327
|
super();
|
|
2828
3328
|
/**
|
|
2829
|
-
*
|
|
3329
|
+
*
|
|
3330
|
+
* @description The organization's globally unique identifier.
|
|
3331
|
+
*
|
|
3332
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2830
3333
|
*
|
|
2831
3334
|
* @generated from field: string entity_uuid = 1;
|
|
2832
3335
|
*/
|
|
2833
3336
|
this.entityUuid = "";
|
|
2834
3337
|
/**
|
|
2835
|
-
*
|
|
3338
|
+
*
|
|
3339
|
+
* @description The approval state of the record
|
|
2836
3340
|
*
|
|
2837
3341
|
* @generated from field: bool need_approval = 4;
|
|
2838
3342
|
*/
|