@kernelminds/scailo-sdk 0.1.28 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +41 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +226 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +88 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +87 -22
- package/lib/cjs/src/users.scailo_pb.js +447 -81
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +41 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +226 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +88 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +87 -22
- package/lib/esm/src/users.scailo_pb.js +451 -83
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -391,7 +391,16 @@ protobuf_1.proto3.util.setEnumType(PURCHASE_ORDER_ITEM_STATUS, "Scailo.PURCHASE_
|
|
|
391
391
|
*/
|
|
392
392
|
class PurchasesOrdersServiceCreateRequest extends protobuf_1.Message {
|
|
393
393
|
/**
|
|
394
|
-
*
|
|
394
|
+
*
|
|
395
|
+
* @optional
|
|
396
|
+
*
|
|
397
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
398
|
+
*
|
|
399
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
400
|
+
*
|
|
401
|
+
* @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}$
|
|
402
|
+
*
|
|
403
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
395
404
|
*
|
|
396
405
|
* @generated from field: string entity_uuid = 1;
|
|
397
406
|
*/
|
|
@@ -403,13 +412,31 @@ class PurchasesOrdersServiceCreateRequest extends protobuf_1.Message {
|
|
|
403
412
|
*/
|
|
404
413
|
userComment = "";
|
|
405
414
|
/**
|
|
406
|
-
*
|
|
415
|
+
*
|
|
416
|
+
* @optional
|
|
417
|
+
*
|
|
418
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
419
|
+
*
|
|
420
|
+
* @example 15234
|
|
421
|
+
*
|
|
422
|
+
* @regex ^[0-9]+$
|
|
423
|
+
*
|
|
424
|
+
* @format Non-negative integer.
|
|
407
425
|
*
|
|
408
426
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
409
427
|
*/
|
|
410
428
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
411
429
|
/**
|
|
412
|
-
*
|
|
430
|
+
*
|
|
431
|
+
* @mandatory
|
|
432
|
+
*
|
|
433
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
434
|
+
*
|
|
435
|
+
* @example "ABS-2023-001"
|
|
436
|
+
*
|
|
437
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
438
|
+
*
|
|
439
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
413
440
|
*
|
|
414
441
|
* @generated from field: string reference_id = 10;
|
|
415
442
|
*/
|
|
@@ -537,19 +564,42 @@ class PurchasesOrdersServiceUpdateRequest extends protobuf_1.Message {
|
|
|
537
564
|
*/
|
|
538
565
|
id = protobuf_1.protoInt64.zero;
|
|
539
566
|
/**
|
|
540
|
-
*
|
|
567
|
+
*
|
|
568
|
+
* @optional
|
|
569
|
+
*
|
|
570
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
571
|
+
*
|
|
572
|
+
* @example true
|
|
541
573
|
*
|
|
542
574
|
* @generated from field: bool notify_users = 3;
|
|
543
575
|
*/
|
|
544
576
|
notifyUsers = false;
|
|
545
577
|
/**
|
|
546
|
-
*
|
|
578
|
+
*
|
|
579
|
+
* @optional
|
|
580
|
+
*
|
|
581
|
+
* @description Updated vault folder ID for documentation storage.
|
|
582
|
+
*
|
|
583
|
+
* @example 15235
|
|
584
|
+
*
|
|
585
|
+
* @regex ^[0-9]+$
|
|
586
|
+
*
|
|
587
|
+
* @format Non-negative integer.
|
|
547
588
|
*
|
|
548
589
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
549
590
|
*/
|
|
550
591
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
551
592
|
/**
|
|
552
|
-
*
|
|
593
|
+
*
|
|
594
|
+
* @mandatory
|
|
595
|
+
*
|
|
596
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
597
|
+
*
|
|
598
|
+
* @example "ABS-2023-001-REV"
|
|
599
|
+
*
|
|
600
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
601
|
+
*
|
|
602
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
553
603
|
*
|
|
554
604
|
* @generated from field: string reference_id = 10;
|
|
555
605
|
*/
|
|
@@ -766,55 +816,74 @@ exports.PurchaseOrderAncillaryParameters = PurchaseOrderAncillaryParameters;
|
|
|
766
816
|
*/
|
|
767
817
|
class PurchaseOrder extends protobuf_1.Message {
|
|
768
818
|
/**
|
|
769
|
-
*
|
|
819
|
+
*
|
|
820
|
+
* @description The organization's globally unique identifier.
|
|
821
|
+
*
|
|
822
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
770
823
|
*
|
|
771
824
|
* @generated from field: string entity_uuid = 1;
|
|
772
825
|
*/
|
|
773
826
|
entityUuid = "";
|
|
774
827
|
/**
|
|
775
|
-
*
|
|
828
|
+
*
|
|
829
|
+
* @description Standard employee and record metadata including timestamps.
|
|
776
830
|
*
|
|
777
831
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
778
832
|
*/
|
|
779
833
|
metadata;
|
|
780
834
|
/**
|
|
781
|
-
*
|
|
835
|
+
*
|
|
836
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
782
837
|
*
|
|
783
838
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
784
839
|
*/
|
|
785
840
|
approvalMetadata;
|
|
786
841
|
/**
|
|
787
|
-
*
|
|
842
|
+
*
|
|
843
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
788
844
|
*
|
|
789
845
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
790
846
|
*/
|
|
791
847
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
792
848
|
/**
|
|
793
|
-
*
|
|
849
|
+
*
|
|
850
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
794
851
|
*
|
|
795
852
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
796
853
|
*/
|
|
797
854
|
logs = [];
|
|
798
855
|
/**
|
|
799
|
-
*
|
|
856
|
+
*
|
|
857
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
858
|
+
*
|
|
859
|
+
* @example 1698400000
|
|
800
860
|
*
|
|
801
861
|
* @generated from field: uint64 completed_on = 6;
|
|
802
862
|
*/
|
|
803
863
|
completedOn = protobuf_1.protoInt64.zero;
|
|
804
864
|
/**
|
|
805
|
-
*
|
|
865
|
+
*
|
|
866
|
+
* @description Link to the document storage folder.
|
|
867
|
+
*
|
|
868
|
+
* @example 15234
|
|
806
869
|
*
|
|
807
870
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
808
871
|
*/
|
|
809
872
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
810
873
|
/**
|
|
811
|
-
*
|
|
874
|
+
*
|
|
875
|
+
* @description The user-provided reference ID.
|
|
876
|
+
*
|
|
877
|
+
* @example "ABS-2023-001"
|
|
812
878
|
*
|
|
813
879
|
* @generated from field: string reference_id = 10;
|
|
814
880
|
*/
|
|
815
881
|
referenceId = "";
|
|
816
882
|
/**
|
|
817
|
-
*
|
|
883
|
+
*
|
|
884
|
+
* @description The system-generated immutable reference number.
|
|
885
|
+
*
|
|
886
|
+
* @example "ABS-2023-X9Z2"
|
|
818
887
|
*
|
|
819
888
|
* @generated from field: string final_ref_number = 11;
|
|
820
889
|
*/
|
|
@@ -1353,25 +1422,31 @@ exports.PurchasesOrdersServiceItemSpecificationsUpdateRequest = PurchasesOrdersS
|
|
|
1353
1422
|
*/
|
|
1354
1423
|
class PurchaseOrderItem extends protobuf_1.Message {
|
|
1355
1424
|
/**
|
|
1356
|
-
*
|
|
1425
|
+
*
|
|
1426
|
+
* @description The organization's globally unique identifier.
|
|
1427
|
+
*
|
|
1428
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1357
1429
|
*
|
|
1358
1430
|
* @generated from field: string entity_uuid = 1;
|
|
1359
1431
|
*/
|
|
1360
1432
|
entityUuid = "";
|
|
1361
1433
|
/**
|
|
1362
|
-
*
|
|
1434
|
+
*
|
|
1435
|
+
* @description Standard employee and record metadata including timestamps.
|
|
1363
1436
|
*
|
|
1364
1437
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
1365
1438
|
*/
|
|
1366
1439
|
metadata;
|
|
1367
1440
|
/**
|
|
1368
|
-
*
|
|
1441
|
+
*
|
|
1442
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
1369
1443
|
*
|
|
1370
1444
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
1371
1445
|
*/
|
|
1372
1446
|
approvalMetadata;
|
|
1373
1447
|
/**
|
|
1374
|
-
*
|
|
1448
|
+
*
|
|
1449
|
+
* @description The approval state of the record
|
|
1375
1450
|
*
|
|
1376
1451
|
* @generated from field: bool need_approval = 4;
|
|
1377
1452
|
*/
|
|
@@ -1676,31 +1751,62 @@ exports.PurchaseOrderItemProspectiveInfoRequest = PurchaseOrderItemProspectiveIn
|
|
|
1676
1751
|
*/
|
|
1677
1752
|
class PurchasesOrdersServicePaginationReq extends protobuf_1.Message {
|
|
1678
1753
|
/**
|
|
1679
|
-
*
|
|
1754
|
+
*
|
|
1755
|
+
* @optional
|
|
1756
|
+
*
|
|
1757
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1758
|
+
*
|
|
1759
|
+
* @example ANY
|
|
1680
1760
|
*
|
|
1681
1761
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1682
1762
|
*/
|
|
1683
1763
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1684
1764
|
/**
|
|
1685
|
-
*
|
|
1765
|
+
*
|
|
1766
|
+
* @mandatory
|
|
1767
|
+
*
|
|
1768
|
+
* @description Number of records to return per page.
|
|
1769
|
+
*
|
|
1770
|
+
* @example 50
|
|
1771
|
+
*
|
|
1772
|
+
* @regex ^[1-9][0-9]*$
|
|
1773
|
+
*
|
|
1774
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1686
1775
|
*
|
|
1687
1776
|
* @generated from field: int64 count = 2;
|
|
1688
1777
|
*/
|
|
1689
1778
|
count = protobuf_1.protoInt64.zero;
|
|
1690
1779
|
/**
|
|
1691
|
-
*
|
|
1780
|
+
*
|
|
1781
|
+
* @optional
|
|
1782
|
+
*
|
|
1783
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1784
|
+
*
|
|
1785
|
+
* @example 0
|
|
1786
|
+
*
|
|
1787
|
+
* @regex ^[0-9]+$
|
|
1788
|
+
*
|
|
1789
|
+
* @format Non-negative integer.
|
|
1692
1790
|
*
|
|
1693
1791
|
* @generated from field: uint64 offset = 3;
|
|
1694
1792
|
*/
|
|
1695
1793
|
offset = protobuf_1.protoInt64.zero;
|
|
1696
1794
|
/**
|
|
1697
|
-
*
|
|
1795
|
+
*
|
|
1796
|
+
* @optional
|
|
1797
|
+
*
|
|
1798
|
+
* @description Sort direction.
|
|
1799
|
+
*
|
|
1800
|
+
* @example DESCENDING
|
|
1698
1801
|
*
|
|
1699
1802
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1700
1803
|
*/
|
|
1701
1804
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1702
1805
|
/**
|
|
1703
|
-
*
|
|
1806
|
+
*
|
|
1807
|
+
* @optional
|
|
1808
|
+
*
|
|
1809
|
+
* @description The specific field key to sort the results by.
|
|
1704
1810
|
*
|
|
1705
1811
|
* @generated from field: Scailo.PURCHASE_ORDER_SORT_KEY sort_key = 5;
|
|
1706
1812
|
*/
|
|
@@ -1747,25 +1853,35 @@ exports.PurchasesOrdersServicePaginationReq = PurchasesOrdersServicePaginationRe
|
|
|
1747
1853
|
*/
|
|
1748
1854
|
class PurchasesOrdersServicePaginationResponse extends protobuf_1.Message {
|
|
1749
1855
|
/**
|
|
1750
|
-
*
|
|
1856
|
+
*
|
|
1857
|
+
* @description Number of records returned in the current response slice.
|
|
1858
|
+
*
|
|
1859
|
+
* @example 50
|
|
1751
1860
|
*
|
|
1752
1861
|
* @generated from field: uint64 count = 1;
|
|
1753
1862
|
*/
|
|
1754
1863
|
count = protobuf_1.protoInt64.zero;
|
|
1755
1864
|
/**
|
|
1756
|
-
*
|
|
1865
|
+
*
|
|
1866
|
+
* @description The offset provided in the request.
|
|
1867
|
+
*
|
|
1868
|
+
* @example 0
|
|
1757
1869
|
*
|
|
1758
1870
|
* @generated from field: uint64 offset = 2;
|
|
1759
1871
|
*/
|
|
1760
1872
|
offset = protobuf_1.protoInt64.zero;
|
|
1761
1873
|
/**
|
|
1762
|
-
*
|
|
1874
|
+
*
|
|
1875
|
+
* @description The total number of records matching the criteria.
|
|
1876
|
+
*
|
|
1877
|
+
* @example 1250
|
|
1763
1878
|
*
|
|
1764
1879
|
* @generated from field: uint64 total = 3;
|
|
1765
1880
|
*/
|
|
1766
1881
|
total = protobuf_1.protoInt64.zero;
|
|
1767
1882
|
/**
|
|
1768
|
-
*
|
|
1883
|
+
*
|
|
1884
|
+
* @description The array of records for the current page.
|
|
1769
1885
|
*
|
|
1770
1886
|
* @generated from field: repeated Scailo.PurchaseOrder payload = 4;
|
|
1771
1887
|
*/
|
|
@@ -1804,115 +1920,268 @@ exports.PurchasesOrdersServicePaginationResponse = PurchasesOrdersServicePaginat
|
|
|
1804
1920
|
*/
|
|
1805
1921
|
class PurchasesOrdersServiceFilterReq extends protobuf_1.Message {
|
|
1806
1922
|
/**
|
|
1807
|
-
*
|
|
1923
|
+
*
|
|
1924
|
+
* @optional
|
|
1925
|
+
*
|
|
1926
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1927
|
+
*
|
|
1928
|
+
* @example ANY
|
|
1808
1929
|
*
|
|
1809
1930
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1810
1931
|
*/
|
|
1811
1932
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1812
1933
|
/**
|
|
1813
|
-
*
|
|
1934
|
+
*
|
|
1935
|
+
* @mandatory
|
|
1936
|
+
*
|
|
1937
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1938
|
+
*
|
|
1939
|
+
* @example 100
|
|
1940
|
+
*
|
|
1941
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1942
|
+
*
|
|
1943
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1814
1944
|
*
|
|
1815
1945
|
* @generated from field: int64 count = 2;
|
|
1816
1946
|
*/
|
|
1817
1947
|
count = protobuf_1.protoInt64.zero;
|
|
1818
1948
|
/**
|
|
1819
|
-
*
|
|
1949
|
+
*
|
|
1950
|
+
* @optional
|
|
1951
|
+
*
|
|
1952
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1953
|
+
*
|
|
1954
|
+
* @example 0
|
|
1955
|
+
*
|
|
1956
|
+
* @regex ^[0-9]+$
|
|
1957
|
+
*
|
|
1958
|
+
* @format Non-negative integer.
|
|
1820
1959
|
*
|
|
1821
1960
|
* @generated from field: uint64 offset = 3;
|
|
1822
1961
|
*/
|
|
1823
1962
|
offset = protobuf_1.protoInt64.zero;
|
|
1824
1963
|
/**
|
|
1825
|
-
*
|
|
1964
|
+
*
|
|
1965
|
+
* @optional
|
|
1966
|
+
*
|
|
1967
|
+
* @description Sort direction.
|
|
1968
|
+
*
|
|
1969
|
+
* @example DESCENDING
|
|
1826
1970
|
*
|
|
1827
1971
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1828
1972
|
*/
|
|
1829
1973
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1830
1974
|
/**
|
|
1831
|
-
*
|
|
1975
|
+
*
|
|
1976
|
+
* @optional
|
|
1977
|
+
*
|
|
1978
|
+
* @description The field used for sorting.
|
|
1832
1979
|
*
|
|
1833
1980
|
* @generated from field: Scailo.PURCHASE_ORDER_SORT_KEY sort_key = 5;
|
|
1834
1981
|
*/
|
|
1835
1982
|
sortKey = PURCHASE_ORDER_SORT_KEY.PURCHASE_ORDER_SORT_KEY_ID_UNSPECIFIED;
|
|
1836
1983
|
/**
|
|
1837
|
-
*
|
|
1984
|
+
*
|
|
1985
|
+
* @optional
|
|
1986
|
+
*
|
|
1987
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1988
|
+
*
|
|
1989
|
+
* @example 1672531200
|
|
1990
|
+
*
|
|
1991
|
+
* @regex ^[0-9]+$
|
|
1992
|
+
*
|
|
1993
|
+
* @format Non-negative integer.
|
|
1838
1994
|
*
|
|
1839
1995
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1840
1996
|
*/
|
|
1841
1997
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1842
1998
|
/**
|
|
1843
|
-
*
|
|
1999
|
+
*
|
|
2000
|
+
* @optional
|
|
2001
|
+
*
|
|
2002
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2003
|
+
*
|
|
2004
|
+
* @example 1704067199
|
|
2005
|
+
*
|
|
2006
|
+
* @regex ^[0-9]+$
|
|
2007
|
+
*
|
|
2008
|
+
* @format Non-negative integer.
|
|
1844
2009
|
*
|
|
1845
2010
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1846
2011
|
*/
|
|
1847
2012
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1848
2013
|
/**
|
|
1849
|
-
*
|
|
2014
|
+
*
|
|
2015
|
+
* @optional
|
|
2016
|
+
*
|
|
2017
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2018
|
+
*
|
|
2019
|
+
* @example 1672531200
|
|
2020
|
+
*
|
|
2021
|
+
* @regex ^[0-9]+$
|
|
2022
|
+
*
|
|
2023
|
+
* @format Non-negative integer.
|
|
1850
2024
|
*
|
|
1851
2025
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1852
2026
|
*/
|
|
1853
2027
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1854
2028
|
/**
|
|
1855
|
-
*
|
|
2029
|
+
*
|
|
2030
|
+
* @optional
|
|
2031
|
+
*
|
|
2032
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2033
|
+
*
|
|
2034
|
+
* @example 1704067199
|
|
2035
|
+
*
|
|
2036
|
+
* @regex ^[0-9]+$
|
|
2037
|
+
*
|
|
2038
|
+
* @format Non-negative integer.
|
|
1856
2039
|
*
|
|
1857
2040
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1858
2041
|
*/
|
|
1859
2042
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1860
2043
|
/**
|
|
1861
|
-
*
|
|
2044
|
+
*
|
|
2045
|
+
* @optional
|
|
2046
|
+
*
|
|
2047
|
+
* @description Filter by the organization UUID.
|
|
2048
|
+
*
|
|
2049
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2050
|
+
*
|
|
2051
|
+
* @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}$
|
|
2052
|
+
*
|
|
2053
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1862
2054
|
*
|
|
1863
2055
|
* @generated from field: string entity_uuid = 8;
|
|
1864
2056
|
*/
|
|
1865
2057
|
entityUuid = "";
|
|
1866
2058
|
/**
|
|
1867
|
-
*
|
|
2059
|
+
*
|
|
2060
|
+
* @optional
|
|
2061
|
+
*
|
|
2062
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2063
|
+
*
|
|
2064
|
+
* @example STANDING
|
|
1868
2065
|
*
|
|
1869
2066
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1870
2067
|
*/
|
|
1871
2068
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1872
2069
|
/**
|
|
1873
|
-
*
|
|
2070
|
+
*
|
|
2071
|
+
* @optional
|
|
2072
|
+
*
|
|
2073
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2074
|
+
*
|
|
2075
|
+
* @example 1672531200
|
|
2076
|
+
*
|
|
2077
|
+
* @regex ^[0-9]+$
|
|
2078
|
+
*
|
|
2079
|
+
* @format Non-negative integer.
|
|
1874
2080
|
*
|
|
1875
2081
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1876
2082
|
*/
|
|
1877
2083
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1878
2084
|
/**
|
|
1879
|
-
*
|
|
2085
|
+
*
|
|
2086
|
+
* @optional
|
|
2087
|
+
*
|
|
2088
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2089
|
+
*
|
|
2090
|
+
* @example 1704067199
|
|
2091
|
+
*
|
|
2092
|
+
* @regex ^[0-9]+$
|
|
2093
|
+
*
|
|
2094
|
+
* @format Non-negative integer.
|
|
1880
2095
|
*
|
|
1881
2096
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1882
2097
|
*/
|
|
1883
2098
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1884
2099
|
/**
|
|
1885
|
-
*
|
|
2100
|
+
*
|
|
2101
|
+
* @optional
|
|
2102
|
+
*
|
|
2103
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2104
|
+
*
|
|
2105
|
+
* @example 501
|
|
2106
|
+
*
|
|
2107
|
+
* @regex ^[0-9]+$
|
|
2108
|
+
*
|
|
2109
|
+
* @format Non-negative integer.
|
|
1886
2110
|
*
|
|
1887
2111
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1888
2112
|
*/
|
|
1889
2113
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1890
2114
|
/**
|
|
1891
|
-
*
|
|
2115
|
+
*
|
|
2116
|
+
* @optional
|
|
2117
|
+
*
|
|
2118
|
+
* @description Filter by the role ID of the approver.
|
|
2119
|
+
*
|
|
2120
|
+
* @example 5
|
|
2121
|
+
*
|
|
2122
|
+
* @regex ^[0-9]+$
|
|
2123
|
+
*
|
|
2124
|
+
* @format Non-negative integer.
|
|
1892
2125
|
*
|
|
1893
2126
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1894
2127
|
*/
|
|
1895
2128
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1896
2129
|
/**
|
|
1897
|
-
*
|
|
2130
|
+
*
|
|
2131
|
+
* @optional
|
|
2132
|
+
*
|
|
2133
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2134
|
+
*
|
|
2135
|
+
* @example 1672531200
|
|
2136
|
+
*
|
|
2137
|
+
* @regex ^[0-9]+$
|
|
2138
|
+
*
|
|
2139
|
+
* @format Non-negative integer.
|
|
1898
2140
|
*
|
|
1899
2141
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1900
2142
|
*/
|
|
1901
2143
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1902
2144
|
/**
|
|
1903
|
-
*
|
|
2145
|
+
*
|
|
2146
|
+
* @optional
|
|
2147
|
+
*
|
|
2148
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2149
|
+
*
|
|
2150
|
+
* @example 1704067199
|
|
2151
|
+
*
|
|
2152
|
+
* @regex ^[0-9]+$
|
|
2153
|
+
*
|
|
2154
|
+
* @format Non-negative integer.
|
|
1904
2155
|
*
|
|
1905
2156
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1906
2157
|
*/
|
|
1907
2158
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1908
2159
|
/**
|
|
1909
|
-
*
|
|
2160
|
+
*
|
|
2161
|
+
* @optional
|
|
2162
|
+
*
|
|
2163
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2164
|
+
*
|
|
2165
|
+
* @example "ABS-2023-001"
|
|
2166
|
+
*
|
|
2167
|
+
* @regex [0-9A-Za-z ]*$
|
|
2168
|
+
*
|
|
2169
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1910
2170
|
*
|
|
1911
2171
|
* @generated from field: string reference_id = 20;
|
|
1912
2172
|
*/
|
|
1913
2173
|
referenceId = "";
|
|
1914
2174
|
/**
|
|
1915
|
-
*
|
|
2175
|
+
*
|
|
2176
|
+
* @optional
|
|
2177
|
+
*
|
|
2178
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2179
|
+
*
|
|
2180
|
+
* @example "ABS-2023-X9Z2"
|
|
2181
|
+
*
|
|
2182
|
+
* @regex [0-9A-Za-z ]*$
|
|
2183
|
+
*
|
|
2184
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1916
2185
|
*
|
|
1917
2186
|
* @generated from field: string final_ref_number = 21;
|
|
1918
2187
|
*/
|
|
@@ -2050,91 +2319,218 @@ exports.PurchasesOrdersServiceFilterReq = PurchasesOrdersServiceFilterReq;
|
|
|
2050
2319
|
*/
|
|
2051
2320
|
class PurchasesOrdersServiceCountReq extends protobuf_1.Message {
|
|
2052
2321
|
/**
|
|
2053
|
-
*
|
|
2322
|
+
*
|
|
2323
|
+
* @optional
|
|
2324
|
+
*
|
|
2325
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2326
|
+
*
|
|
2327
|
+
* @example ANY
|
|
2054
2328
|
*
|
|
2055
2329
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2056
2330
|
*/
|
|
2057
2331
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2058
2332
|
/**
|
|
2059
|
-
*
|
|
2333
|
+
*
|
|
2334
|
+
* @optional
|
|
2335
|
+
*
|
|
2336
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2337
|
+
*
|
|
2338
|
+
* @example 1672531200
|
|
2339
|
+
*
|
|
2340
|
+
* @regex ^[0-9]+$
|
|
2341
|
+
*
|
|
2342
|
+
* @format Non-negative integer.
|
|
2060
2343
|
*
|
|
2061
2344
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
2062
2345
|
*/
|
|
2063
2346
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
2064
2347
|
/**
|
|
2065
|
-
*
|
|
2348
|
+
*
|
|
2349
|
+
* @optional
|
|
2350
|
+
*
|
|
2351
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2352
|
+
*
|
|
2353
|
+
* @example 1704067199
|
|
2354
|
+
*
|
|
2355
|
+
* @regex ^[0-9]+$
|
|
2356
|
+
*
|
|
2357
|
+
* @format Non-negative integer.
|
|
2066
2358
|
*
|
|
2067
2359
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
2068
2360
|
*/
|
|
2069
2361
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
2070
2362
|
/**
|
|
2071
|
-
*
|
|
2363
|
+
*
|
|
2364
|
+
* @optional
|
|
2365
|
+
*
|
|
2366
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2367
|
+
*
|
|
2368
|
+
* @example 1672531200
|
|
2369
|
+
*
|
|
2370
|
+
* @regex ^[0-9]+$
|
|
2371
|
+
*
|
|
2372
|
+
* @format Non-negative integer.
|
|
2072
2373
|
*
|
|
2073
2374
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
2074
2375
|
*/
|
|
2075
2376
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
2076
2377
|
/**
|
|
2077
|
-
*
|
|
2378
|
+
*
|
|
2379
|
+
* @optional
|
|
2380
|
+
*
|
|
2381
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2382
|
+
*
|
|
2383
|
+
* @example 1704067199
|
|
2384
|
+
*
|
|
2385
|
+
* @regex ^[0-9]+$
|
|
2386
|
+
*
|
|
2387
|
+
* @format Non-negative integer.
|
|
2078
2388
|
*
|
|
2079
2389
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
2080
2390
|
*/
|
|
2081
2391
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
2082
2392
|
/**
|
|
2083
|
-
*
|
|
2393
|
+
*
|
|
2394
|
+
* @optional
|
|
2395
|
+
*
|
|
2396
|
+
* @description Filter by the organization UUID.
|
|
2397
|
+
*
|
|
2398
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2399
|
+
*
|
|
2400
|
+
* @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}$
|
|
2401
|
+
*
|
|
2402
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2084
2403
|
*
|
|
2085
2404
|
* @generated from field: string entity_uuid = 8;
|
|
2086
2405
|
*/
|
|
2087
2406
|
entityUuid = "";
|
|
2088
2407
|
/**
|
|
2089
|
-
*
|
|
2408
|
+
*
|
|
2409
|
+
* @optional
|
|
2410
|
+
*
|
|
2411
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2412
|
+
*
|
|
2413
|
+
* @example STANDING
|
|
2090
2414
|
*
|
|
2091
2415
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2092
2416
|
*/
|
|
2093
2417
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2094
2418
|
/**
|
|
2095
|
-
*
|
|
2419
|
+
*
|
|
2420
|
+
* @optional
|
|
2421
|
+
*
|
|
2422
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2423
|
+
*
|
|
2424
|
+
* @example 1672531200
|
|
2425
|
+
*
|
|
2426
|
+
* @regex ^[0-9]+$
|
|
2427
|
+
*
|
|
2428
|
+
* @format Non-negative integer.
|
|
2096
2429
|
*
|
|
2097
2430
|
* @generated from field: uint64 approved_on_start = 11;
|
|
2098
2431
|
*/
|
|
2099
2432
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
2100
2433
|
/**
|
|
2101
|
-
*
|
|
2434
|
+
*
|
|
2435
|
+
* @optional
|
|
2436
|
+
*
|
|
2437
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2438
|
+
*
|
|
2439
|
+
* @example 1704067199
|
|
2440
|
+
*
|
|
2441
|
+
* @regex ^[0-9]+$
|
|
2442
|
+
*
|
|
2443
|
+
* @format Non-negative integer.
|
|
2102
2444
|
*
|
|
2103
2445
|
* @generated from field: uint64 approved_on_end = 12;
|
|
2104
2446
|
*/
|
|
2105
2447
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
2106
2448
|
/**
|
|
2107
|
-
*
|
|
2449
|
+
*
|
|
2450
|
+
* @optional
|
|
2451
|
+
*
|
|
2452
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2453
|
+
*
|
|
2454
|
+
* @example 501
|
|
2455
|
+
*
|
|
2456
|
+
* @regex ^[0-9]+$
|
|
2457
|
+
*
|
|
2458
|
+
* @format Non-negative integer.
|
|
2108
2459
|
*
|
|
2109
2460
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
2110
2461
|
*/
|
|
2111
2462
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
2112
2463
|
/**
|
|
2113
|
-
*
|
|
2464
|
+
*
|
|
2465
|
+
* @optional
|
|
2466
|
+
*
|
|
2467
|
+
* @description Filter by the role ID of the approver.
|
|
2468
|
+
*
|
|
2469
|
+
* @example 5
|
|
2470
|
+
*
|
|
2471
|
+
* @regex ^[0-9]+$
|
|
2472
|
+
*
|
|
2473
|
+
* @format Non-negative integer.
|
|
2114
2474
|
*
|
|
2115
2475
|
* @generated from field: uint64 approver_role_id = 14;
|
|
2116
2476
|
*/
|
|
2117
2477
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
2118
2478
|
/**
|
|
2119
|
-
*
|
|
2479
|
+
*
|
|
2480
|
+
* @optional
|
|
2481
|
+
*
|
|
2482
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2483
|
+
*
|
|
2484
|
+
* @example 1672531200
|
|
2485
|
+
*
|
|
2486
|
+
* @regex ^[0-9]+$
|
|
2487
|
+
*
|
|
2488
|
+
* @format Non-negative integer.
|
|
2120
2489
|
*
|
|
2121
2490
|
* @generated from field: uint64 completed_on_start = 15;
|
|
2122
2491
|
*/
|
|
2123
2492
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
2124
2493
|
/**
|
|
2125
|
-
*
|
|
2494
|
+
*
|
|
2495
|
+
* @optional
|
|
2496
|
+
*
|
|
2497
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2498
|
+
*
|
|
2499
|
+
* @example 1704067199
|
|
2500
|
+
*
|
|
2501
|
+
* @regex ^[0-9]+$
|
|
2502
|
+
*
|
|
2503
|
+
* @format Non-negative integer.
|
|
2126
2504
|
*
|
|
2127
2505
|
* @generated from field: uint64 completed_on_end = 16;
|
|
2128
2506
|
*/
|
|
2129
2507
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
2130
2508
|
/**
|
|
2131
|
-
*
|
|
2509
|
+
*
|
|
2510
|
+
* @optional
|
|
2511
|
+
*
|
|
2512
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2513
|
+
*
|
|
2514
|
+
* @example "ABS-2023-001"
|
|
2515
|
+
*
|
|
2516
|
+
* @regex [0-9A-Za-z ]*$
|
|
2517
|
+
*
|
|
2518
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
2132
2519
|
*
|
|
2133
2520
|
* @generated from field: string reference_id = 20;
|
|
2134
2521
|
*/
|
|
2135
2522
|
referenceId = "";
|
|
2136
2523
|
/**
|
|
2137
|
-
*
|
|
2524
|
+
*
|
|
2525
|
+
* @optional
|
|
2526
|
+
*
|
|
2527
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2528
|
+
*
|
|
2529
|
+
* @example "ABS-2023-X9Z2"
|
|
2530
|
+
*
|
|
2531
|
+
* @regex [0-9A-Za-z ]*$
|
|
2532
|
+
*
|
|
2533
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
2138
2534
|
*
|
|
2139
2535
|
* @generated from field: string final_ref_number = 21;
|
|
2140
2536
|
*/
|
|
@@ -2268,49 +2664,103 @@ exports.PurchasesOrdersServiceCountReq = PurchasesOrdersServiceCountReq;
|
|
|
2268
2664
|
*/
|
|
2269
2665
|
class PurchasesOrdersServiceSearchAllReq extends protobuf_1.Message {
|
|
2270
2666
|
/**
|
|
2271
|
-
*
|
|
2667
|
+
*
|
|
2668
|
+
* @optional
|
|
2669
|
+
*
|
|
2670
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2671
|
+
*
|
|
2672
|
+
* @example ANY
|
|
2272
2673
|
*
|
|
2273
2674
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2274
2675
|
*/
|
|
2275
2676
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2276
2677
|
/**
|
|
2277
|
-
*
|
|
2678
|
+
*
|
|
2679
|
+
* @mandatory
|
|
2680
|
+
*
|
|
2681
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2682
|
+
*
|
|
2683
|
+
* @example 100
|
|
2684
|
+
*
|
|
2685
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2686
|
+
*
|
|
2687
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2278
2688
|
*
|
|
2279
2689
|
* @generated from field: int64 count = 2;
|
|
2280
2690
|
*/
|
|
2281
2691
|
count = protobuf_1.protoInt64.zero;
|
|
2282
2692
|
/**
|
|
2283
|
-
*
|
|
2693
|
+
*
|
|
2694
|
+
* @optional
|
|
2695
|
+
*
|
|
2696
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2697
|
+
*
|
|
2698
|
+
* @example 0
|
|
2699
|
+
*
|
|
2700
|
+
* @regex ^[0-9]+$
|
|
2701
|
+
*
|
|
2702
|
+
* @format Non-negative integer.
|
|
2284
2703
|
*
|
|
2285
2704
|
* @generated from field: uint64 offset = 3;
|
|
2286
2705
|
*/
|
|
2287
2706
|
offset = protobuf_1.protoInt64.zero;
|
|
2288
2707
|
/**
|
|
2289
|
-
*
|
|
2708
|
+
*
|
|
2709
|
+
* @optional
|
|
2710
|
+
*
|
|
2711
|
+
* @description Sort direction.
|
|
2712
|
+
*
|
|
2713
|
+
* @example DESCENDING
|
|
2290
2714
|
*
|
|
2291
2715
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2292
2716
|
*/
|
|
2293
2717
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2294
2718
|
/**
|
|
2295
|
-
*
|
|
2719
|
+
*
|
|
2720
|
+
* @optional
|
|
2721
|
+
*
|
|
2722
|
+
* @description The field used for sorting.
|
|
2296
2723
|
*
|
|
2297
2724
|
* @generated from field: Scailo.PURCHASE_ORDER_SORT_KEY sort_key = 5;
|
|
2298
2725
|
*/
|
|
2299
2726
|
sortKey = PURCHASE_ORDER_SORT_KEY.PURCHASE_ORDER_SORT_KEY_ID_UNSPECIFIED;
|
|
2300
2727
|
/**
|
|
2301
|
-
*
|
|
2728
|
+
*
|
|
2729
|
+
* @optional
|
|
2730
|
+
*
|
|
2731
|
+
* @description Filter by the organization UUID.
|
|
2732
|
+
*
|
|
2733
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2734
|
+
*
|
|
2735
|
+
* @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}$
|
|
2736
|
+
*
|
|
2737
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2302
2738
|
*
|
|
2303
2739
|
* @generated from field: string entity_uuid = 6;
|
|
2304
2740
|
*/
|
|
2305
2741
|
entityUuid = "";
|
|
2306
2742
|
/**
|
|
2307
|
-
*
|
|
2743
|
+
*
|
|
2744
|
+
* @optional
|
|
2745
|
+
*
|
|
2746
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2747
|
+
*
|
|
2748
|
+
* @example STANDING
|
|
2308
2749
|
*
|
|
2309
2750
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2310
2751
|
*/
|
|
2311
2752
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2312
2753
|
/**
|
|
2313
|
-
*
|
|
2754
|
+
*
|
|
2755
|
+
* @mandatory
|
|
2756
|
+
*
|
|
2757
|
+
* @description The search string to match against reference IDs.
|
|
2758
|
+
*
|
|
2759
|
+
* @example "Medical 2023"
|
|
2760
|
+
*
|
|
2761
|
+
* @regex .*
|
|
2762
|
+
*
|
|
2763
|
+
* @format: May contain any UTF-8 characters.
|
|
2314
2764
|
*
|
|
2315
2765
|
* @generated from field: string search_key = 11;
|
|
2316
2766
|
*/
|
|
@@ -2452,25 +2902,31 @@ exports.PurchasesOrdersServiceReferenceCreateRequest = PurchasesOrdersServiceRef
|
|
|
2452
2902
|
*/
|
|
2453
2903
|
class PurchaseOrderReference extends protobuf_1.Message {
|
|
2454
2904
|
/**
|
|
2455
|
-
*
|
|
2905
|
+
*
|
|
2906
|
+
* @description The organization's globally unique identifier.
|
|
2907
|
+
*
|
|
2908
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2456
2909
|
*
|
|
2457
2910
|
* @generated from field: string entity_uuid = 1;
|
|
2458
2911
|
*/
|
|
2459
2912
|
entityUuid = "";
|
|
2460
2913
|
/**
|
|
2461
|
-
*
|
|
2914
|
+
*
|
|
2915
|
+
* @description Standard employee and record metadata including timestamps.
|
|
2462
2916
|
*
|
|
2463
2917
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
2464
2918
|
*/
|
|
2465
2919
|
metadata;
|
|
2466
2920
|
/**
|
|
2467
|
-
*
|
|
2921
|
+
*
|
|
2922
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
2468
2923
|
*
|
|
2469
2924
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
2470
2925
|
*/
|
|
2471
2926
|
approvalMetadata;
|
|
2472
2927
|
/**
|
|
2473
|
-
*
|
|
2928
|
+
*
|
|
2929
|
+
* @description The approval state of the record
|
|
2474
2930
|
*
|
|
2475
2931
|
* @generated from field: bool need_approval = 4;
|
|
2476
2932
|
*/
|
|
@@ -2580,37 +3036,77 @@ exports.PurchaseOrderReferencesList = PurchaseOrderReferencesList;
|
|
|
2580
3036
|
*/
|
|
2581
3037
|
class PurchaseOrderItemsSearchRequest extends protobuf_1.Message {
|
|
2582
3038
|
/**
|
|
2583
|
-
*
|
|
3039
|
+
*
|
|
3040
|
+
* @optional
|
|
3041
|
+
*
|
|
3042
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
3043
|
+
*
|
|
3044
|
+
* @example ANY
|
|
2584
3045
|
*
|
|
2585
3046
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2586
3047
|
*/
|
|
2587
3048
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2588
3049
|
/**
|
|
2589
|
-
*
|
|
3050
|
+
*
|
|
3051
|
+
* @mandatory
|
|
3052
|
+
*
|
|
3053
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
3054
|
+
*
|
|
3055
|
+
* @example 100
|
|
3056
|
+
*
|
|
3057
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
3058
|
+
*
|
|
3059
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2590
3060
|
*
|
|
2591
3061
|
* @generated from field: int64 count = 2;
|
|
2592
3062
|
*/
|
|
2593
3063
|
count = protobuf_1.protoInt64.zero;
|
|
2594
3064
|
/**
|
|
2595
|
-
*
|
|
3065
|
+
*
|
|
3066
|
+
* @optional
|
|
3067
|
+
*
|
|
3068
|
+
* @description Number of records to skip (offset) for pagination.
|
|
3069
|
+
*
|
|
3070
|
+
* @example 0
|
|
3071
|
+
*
|
|
3072
|
+
* @regex ^[0-9]+$
|
|
3073
|
+
*
|
|
3074
|
+
* @format Non-negative integer.
|
|
2596
3075
|
*
|
|
2597
3076
|
* @generated from field: uint64 offset = 3;
|
|
2598
3077
|
*/
|
|
2599
3078
|
offset = protobuf_1.protoInt64.zero;
|
|
2600
3079
|
/**
|
|
2601
|
-
*
|
|
3080
|
+
*
|
|
3081
|
+
* @optional
|
|
3082
|
+
*
|
|
3083
|
+
* @description Sort direction.
|
|
3084
|
+
*
|
|
3085
|
+
* @example DESCENDING
|
|
2602
3086
|
*
|
|
2603
3087
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2604
3088
|
*/
|
|
2605
3089
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2606
3090
|
/**
|
|
2607
|
-
*
|
|
3091
|
+
*
|
|
3092
|
+
* @optional
|
|
3093
|
+
*
|
|
3094
|
+
* @description The field used for sorting.
|
|
2608
3095
|
*
|
|
2609
3096
|
* @generated from field: Scailo.PURCHASE_ORDER_ITEM_SORT_KEY sort_key = 5;
|
|
2610
3097
|
*/
|
|
2611
3098
|
sortKey = PURCHASE_ORDER_ITEM_SORT_KEY.PURCHASE_ORDER_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
2612
3099
|
/**
|
|
2613
|
-
*
|
|
3100
|
+
*
|
|
3101
|
+
* @optional
|
|
3102
|
+
*
|
|
3103
|
+
* @description Filter by the organization UUID.
|
|
3104
|
+
*
|
|
3105
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
3106
|
+
*
|
|
3107
|
+
* @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}$
|
|
3108
|
+
*
|
|
3109
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2614
3110
|
*
|
|
2615
3111
|
* @generated from field: string entity_uuid = 6;
|
|
2616
3112
|
*/
|
|
@@ -2753,25 +3249,35 @@ exports.PurchaseOrderItemsSearchRequest = PurchaseOrderItemsSearchRequest;
|
|
|
2753
3249
|
*/
|
|
2754
3250
|
class PurchasesOrdersServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
2755
3251
|
/**
|
|
2756
|
-
*
|
|
3252
|
+
*
|
|
3253
|
+
* @description Number of records returned in the current response slice.
|
|
3254
|
+
*
|
|
3255
|
+
* @example 50
|
|
2757
3256
|
*
|
|
2758
3257
|
* @generated from field: uint64 count = 1;
|
|
2759
3258
|
*/
|
|
2760
3259
|
count = protobuf_1.protoInt64.zero;
|
|
2761
3260
|
/**
|
|
2762
|
-
*
|
|
3261
|
+
*
|
|
3262
|
+
* @description The offset provided in the request.
|
|
3263
|
+
*
|
|
3264
|
+
* @example 0
|
|
2763
3265
|
*
|
|
2764
3266
|
* @generated from field: uint64 offset = 2;
|
|
2765
3267
|
*/
|
|
2766
3268
|
offset = protobuf_1.protoInt64.zero;
|
|
2767
3269
|
/**
|
|
2768
|
-
*
|
|
3270
|
+
*
|
|
3271
|
+
* @description The total number of records matching the criteria.
|
|
3272
|
+
*
|
|
3273
|
+
* @example 1250
|
|
2769
3274
|
*
|
|
2770
3275
|
* @generated from field: uint64 total = 3;
|
|
2771
3276
|
*/
|
|
2772
3277
|
total = protobuf_1.protoInt64.zero;
|
|
2773
3278
|
/**
|
|
2774
|
-
*
|
|
3279
|
+
*
|
|
3280
|
+
* @description The array of records for the current page.
|
|
2775
3281
|
*
|
|
2776
3282
|
* @generated from field: repeated Scailo.PurchaseOrderItem payload = 4;
|
|
2777
3283
|
*/
|
|
@@ -2860,25 +3366,31 @@ exports.PurchasesOrdersServiceContactCreateRequest = PurchasesOrdersServiceConta
|
|
|
2860
3366
|
*/
|
|
2861
3367
|
class PurchaseOrderContact extends protobuf_1.Message {
|
|
2862
3368
|
/**
|
|
2863
|
-
*
|
|
3369
|
+
*
|
|
3370
|
+
* @description The organization's globally unique identifier.
|
|
3371
|
+
*
|
|
3372
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2864
3373
|
*
|
|
2865
3374
|
* @generated from field: string entity_uuid = 1;
|
|
2866
3375
|
*/
|
|
2867
3376
|
entityUuid = "";
|
|
2868
3377
|
/**
|
|
2869
|
-
*
|
|
3378
|
+
*
|
|
3379
|
+
* @description Standard employee and record metadata including timestamps.
|
|
2870
3380
|
*
|
|
2871
3381
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
2872
3382
|
*/
|
|
2873
3383
|
metadata;
|
|
2874
3384
|
/**
|
|
2875
|
-
*
|
|
3385
|
+
*
|
|
3386
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
2876
3387
|
*
|
|
2877
3388
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
2878
3389
|
*/
|
|
2879
3390
|
approvalMetadata;
|
|
2880
3391
|
/**
|
|
2881
|
-
*
|
|
3392
|
+
*
|
|
3393
|
+
* @description The approval state of the record
|
|
2882
3394
|
*
|
|
2883
3395
|
* @generated from field: bool need_approval = 4;
|
|
2884
3396
|
*/
|