@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
|
@@ -253,7 +253,16 @@ protobuf_1.proto3.util.setEnumType(VENDOR_INVOICE_ITEM_STATUS, "Scailo.VENDOR_IN
|
|
|
253
253
|
*/
|
|
254
254
|
class VendorInvoicesServiceCreateRequest extends protobuf_1.Message {
|
|
255
255
|
/**
|
|
256
|
-
*
|
|
256
|
+
*
|
|
257
|
+
* @optional
|
|
258
|
+
*
|
|
259
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
260
|
+
*
|
|
261
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
262
|
+
*
|
|
263
|
+
* @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}$
|
|
264
|
+
*
|
|
265
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
257
266
|
*
|
|
258
267
|
* @generated from field: string entity_uuid = 1;
|
|
259
268
|
*/
|
|
@@ -265,13 +274,31 @@ class VendorInvoicesServiceCreateRequest extends protobuf_1.Message {
|
|
|
265
274
|
*/
|
|
266
275
|
userComment = "";
|
|
267
276
|
/**
|
|
268
|
-
*
|
|
277
|
+
*
|
|
278
|
+
* @optional
|
|
279
|
+
*
|
|
280
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
281
|
+
*
|
|
282
|
+
* @example 15234
|
|
283
|
+
*
|
|
284
|
+
* @regex ^[0-9]+$
|
|
285
|
+
*
|
|
286
|
+
* @format Non-negative integer.
|
|
269
287
|
*
|
|
270
288
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
271
289
|
*/
|
|
272
290
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
273
291
|
/**
|
|
274
|
-
*
|
|
292
|
+
*
|
|
293
|
+
* @mandatory
|
|
294
|
+
*
|
|
295
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
296
|
+
*
|
|
297
|
+
* @example "ABS-2023-001"
|
|
298
|
+
*
|
|
299
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
300
|
+
*
|
|
301
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
275
302
|
*
|
|
276
303
|
* @generated from field: string reference_id = 10;
|
|
277
304
|
*/
|
|
@@ -399,19 +426,42 @@ class VendorInvoicesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
399
426
|
*/
|
|
400
427
|
id = protobuf_1.protoInt64.zero;
|
|
401
428
|
/**
|
|
402
|
-
*
|
|
429
|
+
*
|
|
430
|
+
* @optional
|
|
431
|
+
*
|
|
432
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
433
|
+
*
|
|
434
|
+
* @example true
|
|
403
435
|
*
|
|
404
436
|
* @generated from field: bool notify_users = 3;
|
|
405
437
|
*/
|
|
406
438
|
notifyUsers = false;
|
|
407
439
|
/**
|
|
408
|
-
*
|
|
440
|
+
*
|
|
441
|
+
* @optional
|
|
442
|
+
*
|
|
443
|
+
* @description Updated vault folder ID for documentation storage.
|
|
444
|
+
*
|
|
445
|
+
* @example 15235
|
|
446
|
+
*
|
|
447
|
+
* @regex ^[0-9]+$
|
|
448
|
+
*
|
|
449
|
+
* @format Non-negative integer.
|
|
409
450
|
*
|
|
410
451
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
411
452
|
*/
|
|
412
453
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
413
454
|
/**
|
|
414
|
-
*
|
|
455
|
+
*
|
|
456
|
+
* @mandatory
|
|
457
|
+
*
|
|
458
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
459
|
+
*
|
|
460
|
+
* @example "ABS-2023-001-REV"
|
|
461
|
+
*
|
|
462
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
463
|
+
*
|
|
464
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
415
465
|
*
|
|
416
466
|
* @generated from field: string reference_id = 10;
|
|
417
467
|
*/
|
|
@@ -607,55 +657,74 @@ exports.VendorInvoiceAncillaryParameters = VendorInvoiceAncillaryParameters;
|
|
|
607
657
|
*/
|
|
608
658
|
class VendorInvoice extends protobuf_1.Message {
|
|
609
659
|
/**
|
|
610
|
-
*
|
|
660
|
+
*
|
|
661
|
+
* @description The organization's globally unique identifier.
|
|
662
|
+
*
|
|
663
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
611
664
|
*
|
|
612
665
|
* @generated from field: string entity_uuid = 1;
|
|
613
666
|
*/
|
|
614
667
|
entityUuid = "";
|
|
615
668
|
/**
|
|
616
|
-
*
|
|
669
|
+
*
|
|
670
|
+
* @description Standard employee and record metadata including timestamps.
|
|
617
671
|
*
|
|
618
672
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
619
673
|
*/
|
|
620
674
|
metadata;
|
|
621
675
|
/**
|
|
622
|
-
*
|
|
676
|
+
*
|
|
677
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
623
678
|
*
|
|
624
679
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
625
680
|
*/
|
|
626
681
|
approvalMetadata;
|
|
627
682
|
/**
|
|
628
|
-
*
|
|
683
|
+
*
|
|
684
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
629
685
|
*
|
|
630
686
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
631
687
|
*/
|
|
632
688
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
633
689
|
/**
|
|
634
|
-
*
|
|
690
|
+
*
|
|
691
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
635
692
|
*
|
|
636
693
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
637
694
|
*/
|
|
638
695
|
logs = [];
|
|
639
696
|
/**
|
|
640
|
-
*
|
|
697
|
+
*
|
|
698
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
699
|
+
*
|
|
700
|
+
* @example 1698400000
|
|
641
701
|
*
|
|
642
702
|
* @generated from field: uint64 completed_on = 6;
|
|
643
703
|
*/
|
|
644
704
|
completedOn = protobuf_1.protoInt64.zero;
|
|
645
705
|
/**
|
|
646
|
-
*
|
|
706
|
+
*
|
|
707
|
+
* @description Link to the document storage folder.
|
|
708
|
+
*
|
|
709
|
+
* @example 15234
|
|
647
710
|
*
|
|
648
711
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
649
712
|
*/
|
|
650
713
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
651
714
|
/**
|
|
652
|
-
*
|
|
715
|
+
*
|
|
716
|
+
* @description The user-provided reference ID.
|
|
717
|
+
*
|
|
718
|
+
* @example "ABS-2023-001"
|
|
653
719
|
*
|
|
654
720
|
* @generated from field: string reference_id = 10;
|
|
655
721
|
*/
|
|
656
722
|
referenceId = "";
|
|
657
723
|
/**
|
|
658
|
-
*
|
|
724
|
+
*
|
|
725
|
+
* @description The system-generated immutable reference number.
|
|
726
|
+
*
|
|
727
|
+
* @example "ABS-2023-X9Z2"
|
|
659
728
|
*
|
|
660
729
|
* @generated from field: string final_ref_number = 11;
|
|
661
730
|
*/
|
|
@@ -1166,25 +1235,31 @@ exports.VendorInvoicesServiceItemSpecificationsUpdateRequest = VendorInvoicesSer
|
|
|
1166
1235
|
*/
|
|
1167
1236
|
class VendorInvoiceItem extends protobuf_1.Message {
|
|
1168
1237
|
/**
|
|
1169
|
-
*
|
|
1238
|
+
*
|
|
1239
|
+
* @description The organization's globally unique identifier.
|
|
1240
|
+
*
|
|
1241
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1170
1242
|
*
|
|
1171
1243
|
* @generated from field: string entity_uuid = 1;
|
|
1172
1244
|
*/
|
|
1173
1245
|
entityUuid = "";
|
|
1174
1246
|
/**
|
|
1175
|
-
*
|
|
1247
|
+
*
|
|
1248
|
+
* @description Standard employee and record metadata including timestamps.
|
|
1176
1249
|
*
|
|
1177
1250
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
1178
1251
|
*/
|
|
1179
1252
|
metadata;
|
|
1180
1253
|
/**
|
|
1181
|
-
*
|
|
1254
|
+
*
|
|
1255
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
1182
1256
|
*
|
|
1183
1257
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
1184
1258
|
*/
|
|
1185
1259
|
approvalMetadata;
|
|
1186
1260
|
/**
|
|
1187
|
-
*
|
|
1261
|
+
*
|
|
1262
|
+
* @description The approval state of the record
|
|
1188
1263
|
*
|
|
1189
1264
|
* @generated from field: bool need_approval = 4;
|
|
1190
1265
|
*/
|
|
@@ -1518,31 +1593,62 @@ exports.VendorInvoicesServiceAlreadyAddedQuantityForSourceRequest = VendorInvoic
|
|
|
1518
1593
|
*/
|
|
1519
1594
|
class VendorInvoicesServicePaginationReq extends protobuf_1.Message {
|
|
1520
1595
|
/**
|
|
1521
|
-
*
|
|
1596
|
+
*
|
|
1597
|
+
* @optional
|
|
1598
|
+
*
|
|
1599
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1600
|
+
*
|
|
1601
|
+
* @example ANY
|
|
1522
1602
|
*
|
|
1523
1603
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1524
1604
|
*/
|
|
1525
1605
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1526
1606
|
/**
|
|
1527
|
-
*
|
|
1607
|
+
*
|
|
1608
|
+
* @mandatory
|
|
1609
|
+
*
|
|
1610
|
+
* @description Number of records to return per page.
|
|
1611
|
+
*
|
|
1612
|
+
* @example 50
|
|
1613
|
+
*
|
|
1614
|
+
* @regex ^[1-9][0-9]*$
|
|
1615
|
+
*
|
|
1616
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1528
1617
|
*
|
|
1529
1618
|
* @generated from field: int64 count = 2;
|
|
1530
1619
|
*/
|
|
1531
1620
|
count = protobuf_1.protoInt64.zero;
|
|
1532
1621
|
/**
|
|
1533
|
-
*
|
|
1622
|
+
*
|
|
1623
|
+
* @optional
|
|
1624
|
+
*
|
|
1625
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1626
|
+
*
|
|
1627
|
+
* @example 0
|
|
1628
|
+
*
|
|
1629
|
+
* @regex ^[0-9]+$
|
|
1630
|
+
*
|
|
1631
|
+
* @format Non-negative integer.
|
|
1534
1632
|
*
|
|
1535
1633
|
* @generated from field: uint64 offset = 3;
|
|
1536
1634
|
*/
|
|
1537
1635
|
offset = protobuf_1.protoInt64.zero;
|
|
1538
1636
|
/**
|
|
1539
|
-
*
|
|
1637
|
+
*
|
|
1638
|
+
* @optional
|
|
1639
|
+
*
|
|
1640
|
+
* @description Sort direction.
|
|
1641
|
+
*
|
|
1642
|
+
* @example DESCENDING
|
|
1540
1643
|
*
|
|
1541
1644
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1542
1645
|
*/
|
|
1543
1646
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1544
1647
|
/**
|
|
1545
|
-
*
|
|
1648
|
+
*
|
|
1649
|
+
* @optional
|
|
1650
|
+
*
|
|
1651
|
+
* @description The specific field key to sort the results by.
|
|
1546
1652
|
*
|
|
1547
1653
|
* @generated from field: Scailo.VENDOR_INVOICE_SORT_KEY sort_key = 5;
|
|
1548
1654
|
*/
|
|
@@ -1589,25 +1695,35 @@ exports.VendorInvoicesServicePaginationReq = VendorInvoicesServicePaginationReq;
|
|
|
1589
1695
|
*/
|
|
1590
1696
|
class VendorInvoicesServicePaginationResponse extends protobuf_1.Message {
|
|
1591
1697
|
/**
|
|
1592
|
-
*
|
|
1698
|
+
*
|
|
1699
|
+
* @description Number of records returned in the current response slice.
|
|
1700
|
+
*
|
|
1701
|
+
* @example 50
|
|
1593
1702
|
*
|
|
1594
1703
|
* @generated from field: uint64 count = 1;
|
|
1595
1704
|
*/
|
|
1596
1705
|
count = protobuf_1.protoInt64.zero;
|
|
1597
1706
|
/**
|
|
1598
|
-
*
|
|
1707
|
+
*
|
|
1708
|
+
* @description The offset provided in the request.
|
|
1709
|
+
*
|
|
1710
|
+
* @example 0
|
|
1599
1711
|
*
|
|
1600
1712
|
* @generated from field: uint64 offset = 2;
|
|
1601
1713
|
*/
|
|
1602
1714
|
offset = protobuf_1.protoInt64.zero;
|
|
1603
1715
|
/**
|
|
1604
|
-
*
|
|
1716
|
+
*
|
|
1717
|
+
* @description The total number of records matching the criteria.
|
|
1718
|
+
*
|
|
1719
|
+
* @example 1250
|
|
1605
1720
|
*
|
|
1606
1721
|
* @generated from field: uint64 total = 3;
|
|
1607
1722
|
*/
|
|
1608
1723
|
total = protobuf_1.protoInt64.zero;
|
|
1609
1724
|
/**
|
|
1610
|
-
*
|
|
1725
|
+
*
|
|
1726
|
+
* @description The array of records for the current page.
|
|
1611
1727
|
*
|
|
1612
1728
|
* @generated from field: repeated Scailo.VendorInvoice payload = 4;
|
|
1613
1729
|
*/
|
|
@@ -1646,115 +1762,268 @@ exports.VendorInvoicesServicePaginationResponse = VendorInvoicesServicePaginatio
|
|
|
1646
1762
|
*/
|
|
1647
1763
|
class VendorInvoicesServiceFilterReq extends protobuf_1.Message {
|
|
1648
1764
|
/**
|
|
1649
|
-
*
|
|
1765
|
+
*
|
|
1766
|
+
* @optional
|
|
1767
|
+
*
|
|
1768
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1769
|
+
*
|
|
1770
|
+
* @example ANY
|
|
1650
1771
|
*
|
|
1651
1772
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1652
1773
|
*/
|
|
1653
1774
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1654
1775
|
/**
|
|
1655
|
-
*
|
|
1776
|
+
*
|
|
1777
|
+
* @mandatory
|
|
1778
|
+
*
|
|
1779
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1780
|
+
*
|
|
1781
|
+
* @example 100
|
|
1782
|
+
*
|
|
1783
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1784
|
+
*
|
|
1785
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1656
1786
|
*
|
|
1657
1787
|
* @generated from field: int64 count = 2;
|
|
1658
1788
|
*/
|
|
1659
1789
|
count = protobuf_1.protoInt64.zero;
|
|
1660
1790
|
/**
|
|
1661
|
-
*
|
|
1791
|
+
*
|
|
1792
|
+
* @optional
|
|
1793
|
+
*
|
|
1794
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1795
|
+
*
|
|
1796
|
+
* @example 0
|
|
1797
|
+
*
|
|
1798
|
+
* @regex ^[0-9]+$
|
|
1799
|
+
*
|
|
1800
|
+
* @format Non-negative integer.
|
|
1662
1801
|
*
|
|
1663
1802
|
* @generated from field: uint64 offset = 3;
|
|
1664
1803
|
*/
|
|
1665
1804
|
offset = protobuf_1.protoInt64.zero;
|
|
1666
1805
|
/**
|
|
1667
|
-
*
|
|
1806
|
+
*
|
|
1807
|
+
* @optional
|
|
1808
|
+
*
|
|
1809
|
+
* @description Sort direction.
|
|
1810
|
+
*
|
|
1811
|
+
* @example DESCENDING
|
|
1668
1812
|
*
|
|
1669
1813
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1670
1814
|
*/
|
|
1671
1815
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1672
1816
|
/**
|
|
1673
|
-
*
|
|
1817
|
+
*
|
|
1818
|
+
* @optional
|
|
1819
|
+
*
|
|
1820
|
+
* @description The field used for sorting.
|
|
1674
1821
|
*
|
|
1675
1822
|
* @generated from field: Scailo.VENDOR_INVOICE_SORT_KEY sort_key = 5;
|
|
1676
1823
|
*/
|
|
1677
1824
|
sortKey = VENDOR_INVOICE_SORT_KEY.VENDOR_INVOICE_SORT_KEY_ID_UNSPECIFIED;
|
|
1678
1825
|
/**
|
|
1679
|
-
*
|
|
1826
|
+
*
|
|
1827
|
+
* @optional
|
|
1828
|
+
*
|
|
1829
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1830
|
+
*
|
|
1831
|
+
* @example 1672531200
|
|
1832
|
+
*
|
|
1833
|
+
* @regex ^[0-9]+$
|
|
1834
|
+
*
|
|
1835
|
+
* @format Non-negative integer.
|
|
1680
1836
|
*
|
|
1681
1837
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1682
1838
|
*/
|
|
1683
1839
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1684
1840
|
/**
|
|
1685
|
-
*
|
|
1841
|
+
*
|
|
1842
|
+
* @optional
|
|
1843
|
+
*
|
|
1844
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1845
|
+
*
|
|
1846
|
+
* @example 1704067199
|
|
1847
|
+
*
|
|
1848
|
+
* @regex ^[0-9]+$
|
|
1849
|
+
*
|
|
1850
|
+
* @format Non-negative integer.
|
|
1686
1851
|
*
|
|
1687
1852
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1688
1853
|
*/
|
|
1689
1854
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1690
1855
|
/**
|
|
1691
|
-
*
|
|
1856
|
+
*
|
|
1857
|
+
* @optional
|
|
1858
|
+
*
|
|
1859
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1860
|
+
*
|
|
1861
|
+
* @example 1672531200
|
|
1862
|
+
*
|
|
1863
|
+
* @regex ^[0-9]+$
|
|
1864
|
+
*
|
|
1865
|
+
* @format Non-negative integer.
|
|
1692
1866
|
*
|
|
1693
1867
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1694
1868
|
*/
|
|
1695
1869
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1696
1870
|
/**
|
|
1697
|
-
*
|
|
1871
|
+
*
|
|
1872
|
+
* @optional
|
|
1873
|
+
*
|
|
1874
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1875
|
+
*
|
|
1876
|
+
* @example 1704067199
|
|
1877
|
+
*
|
|
1878
|
+
* @regex ^[0-9]+$
|
|
1879
|
+
*
|
|
1880
|
+
* @format Non-negative integer.
|
|
1698
1881
|
*
|
|
1699
1882
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1700
1883
|
*/
|
|
1701
1884
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1702
1885
|
/**
|
|
1703
|
-
*
|
|
1886
|
+
*
|
|
1887
|
+
* @optional
|
|
1888
|
+
*
|
|
1889
|
+
* @description Filter by the organization UUID.
|
|
1890
|
+
*
|
|
1891
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1892
|
+
*
|
|
1893
|
+
* @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}$
|
|
1894
|
+
*
|
|
1895
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1704
1896
|
*
|
|
1705
1897
|
* @generated from field: string entity_uuid = 8;
|
|
1706
1898
|
*/
|
|
1707
1899
|
entityUuid = "";
|
|
1708
1900
|
/**
|
|
1709
|
-
*
|
|
1901
|
+
*
|
|
1902
|
+
* @optional
|
|
1903
|
+
*
|
|
1904
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1905
|
+
*
|
|
1906
|
+
* @example STANDING
|
|
1710
1907
|
*
|
|
1711
1908
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1712
1909
|
*/
|
|
1713
1910
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1714
1911
|
/**
|
|
1715
|
-
*
|
|
1912
|
+
*
|
|
1913
|
+
* @optional
|
|
1914
|
+
*
|
|
1915
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1916
|
+
*
|
|
1917
|
+
* @example 1672531200
|
|
1918
|
+
*
|
|
1919
|
+
* @regex ^[0-9]+$
|
|
1920
|
+
*
|
|
1921
|
+
* @format Non-negative integer.
|
|
1716
1922
|
*
|
|
1717
1923
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1718
1924
|
*/
|
|
1719
1925
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1720
1926
|
/**
|
|
1721
|
-
*
|
|
1927
|
+
*
|
|
1928
|
+
* @optional
|
|
1929
|
+
*
|
|
1930
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1931
|
+
*
|
|
1932
|
+
* @example 1704067199
|
|
1933
|
+
*
|
|
1934
|
+
* @regex ^[0-9]+$
|
|
1935
|
+
*
|
|
1936
|
+
* @format Non-negative integer.
|
|
1722
1937
|
*
|
|
1723
1938
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1724
1939
|
*/
|
|
1725
1940
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1726
1941
|
/**
|
|
1727
|
-
*
|
|
1942
|
+
*
|
|
1943
|
+
* @optional
|
|
1944
|
+
*
|
|
1945
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1946
|
+
*
|
|
1947
|
+
* @example 501
|
|
1948
|
+
*
|
|
1949
|
+
* @regex ^[0-9]+$
|
|
1950
|
+
*
|
|
1951
|
+
* @format Non-negative integer.
|
|
1728
1952
|
*
|
|
1729
1953
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1730
1954
|
*/
|
|
1731
1955
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1732
1956
|
/**
|
|
1733
|
-
*
|
|
1957
|
+
*
|
|
1958
|
+
* @optional
|
|
1959
|
+
*
|
|
1960
|
+
* @description Filter by the role ID of the approver.
|
|
1961
|
+
*
|
|
1962
|
+
* @example 5
|
|
1963
|
+
*
|
|
1964
|
+
* @regex ^[0-9]+$
|
|
1965
|
+
*
|
|
1966
|
+
* @format Non-negative integer.
|
|
1734
1967
|
*
|
|
1735
1968
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1736
1969
|
*/
|
|
1737
1970
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1738
1971
|
/**
|
|
1739
|
-
*
|
|
1972
|
+
*
|
|
1973
|
+
* @optional
|
|
1974
|
+
*
|
|
1975
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1976
|
+
*
|
|
1977
|
+
* @example 1672531200
|
|
1978
|
+
*
|
|
1979
|
+
* @regex ^[0-9]+$
|
|
1980
|
+
*
|
|
1981
|
+
* @format Non-negative integer.
|
|
1740
1982
|
*
|
|
1741
1983
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1742
1984
|
*/
|
|
1743
1985
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1744
1986
|
/**
|
|
1745
|
-
*
|
|
1987
|
+
*
|
|
1988
|
+
* @optional
|
|
1989
|
+
*
|
|
1990
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1991
|
+
*
|
|
1992
|
+
* @example 1704067199
|
|
1993
|
+
*
|
|
1994
|
+
* @regex ^[0-9]+$
|
|
1995
|
+
*
|
|
1996
|
+
* @format Non-negative integer.
|
|
1746
1997
|
*
|
|
1747
1998
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1748
1999
|
*/
|
|
1749
2000
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1750
2001
|
/**
|
|
1751
|
-
*
|
|
2002
|
+
*
|
|
2003
|
+
* @optional
|
|
2004
|
+
*
|
|
2005
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2006
|
+
*
|
|
2007
|
+
* @example "ABS-2023-001"
|
|
2008
|
+
*
|
|
2009
|
+
* @regex [0-9A-Za-z ]*$
|
|
2010
|
+
*
|
|
2011
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1752
2012
|
*
|
|
1753
2013
|
* @generated from field: string reference_id = 20;
|
|
1754
2014
|
*/
|
|
1755
2015
|
referenceId = "";
|
|
1756
2016
|
/**
|
|
1757
|
-
*
|
|
2017
|
+
*
|
|
2018
|
+
* @optional
|
|
2019
|
+
*
|
|
2020
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2021
|
+
*
|
|
2022
|
+
* @example "ABS-2023-X9Z2"
|
|
2023
|
+
*
|
|
2024
|
+
* @regex [0-9A-Za-z ]*$
|
|
2025
|
+
*
|
|
2026
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1758
2027
|
*
|
|
1759
2028
|
* @generated from field: string final_ref_number = 21;
|
|
1760
2029
|
*/
|
|
@@ -1899,91 +2168,218 @@ exports.VendorInvoicesServiceFilterReq = VendorInvoicesServiceFilterReq;
|
|
|
1899
2168
|
*/
|
|
1900
2169
|
class VendorInvoicesServiceCountReq extends protobuf_1.Message {
|
|
1901
2170
|
/**
|
|
1902
|
-
*
|
|
2171
|
+
*
|
|
2172
|
+
* @optional
|
|
2173
|
+
*
|
|
2174
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2175
|
+
*
|
|
2176
|
+
* @example ANY
|
|
1903
2177
|
*
|
|
1904
2178
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1905
2179
|
*/
|
|
1906
2180
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1907
2181
|
/**
|
|
1908
|
-
*
|
|
2182
|
+
*
|
|
2183
|
+
* @optional
|
|
2184
|
+
*
|
|
2185
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2186
|
+
*
|
|
2187
|
+
* @example 1672531200
|
|
2188
|
+
*
|
|
2189
|
+
* @regex ^[0-9]+$
|
|
2190
|
+
*
|
|
2191
|
+
* @format Non-negative integer.
|
|
1909
2192
|
*
|
|
1910
2193
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1911
2194
|
*/
|
|
1912
2195
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1913
2196
|
/**
|
|
1914
|
-
*
|
|
2197
|
+
*
|
|
2198
|
+
* @optional
|
|
2199
|
+
*
|
|
2200
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2201
|
+
*
|
|
2202
|
+
* @example 1704067199
|
|
2203
|
+
*
|
|
2204
|
+
* @regex ^[0-9]+$
|
|
2205
|
+
*
|
|
2206
|
+
* @format Non-negative integer.
|
|
1915
2207
|
*
|
|
1916
2208
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1917
2209
|
*/
|
|
1918
2210
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1919
2211
|
/**
|
|
1920
|
-
*
|
|
2212
|
+
*
|
|
2213
|
+
* @optional
|
|
2214
|
+
*
|
|
2215
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2216
|
+
*
|
|
2217
|
+
* @example 1672531200
|
|
2218
|
+
*
|
|
2219
|
+
* @regex ^[0-9]+$
|
|
2220
|
+
*
|
|
2221
|
+
* @format Non-negative integer.
|
|
1921
2222
|
*
|
|
1922
2223
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1923
2224
|
*/
|
|
1924
2225
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1925
2226
|
/**
|
|
1926
|
-
*
|
|
2227
|
+
*
|
|
2228
|
+
* @optional
|
|
2229
|
+
*
|
|
2230
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2231
|
+
*
|
|
2232
|
+
* @example 1704067199
|
|
2233
|
+
*
|
|
2234
|
+
* @regex ^[0-9]+$
|
|
2235
|
+
*
|
|
2236
|
+
* @format Non-negative integer.
|
|
1927
2237
|
*
|
|
1928
2238
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1929
2239
|
*/
|
|
1930
2240
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1931
2241
|
/**
|
|
1932
|
-
*
|
|
2242
|
+
*
|
|
2243
|
+
* @optional
|
|
2244
|
+
*
|
|
2245
|
+
* @description Filter by the organization UUID.
|
|
2246
|
+
*
|
|
2247
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2248
|
+
*
|
|
2249
|
+
* @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}$
|
|
2250
|
+
*
|
|
2251
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1933
2252
|
*
|
|
1934
2253
|
* @generated from field: string entity_uuid = 8;
|
|
1935
2254
|
*/
|
|
1936
2255
|
entityUuid = "";
|
|
1937
2256
|
/**
|
|
1938
|
-
*
|
|
2257
|
+
*
|
|
2258
|
+
* @optional
|
|
2259
|
+
*
|
|
2260
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2261
|
+
*
|
|
2262
|
+
* @example STANDING
|
|
1939
2263
|
*
|
|
1940
2264
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1941
2265
|
*/
|
|
1942
2266
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1943
2267
|
/**
|
|
1944
|
-
*
|
|
2268
|
+
*
|
|
2269
|
+
* @optional
|
|
2270
|
+
*
|
|
2271
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2272
|
+
*
|
|
2273
|
+
* @example 1672531200
|
|
2274
|
+
*
|
|
2275
|
+
* @regex ^[0-9]+$
|
|
2276
|
+
*
|
|
2277
|
+
* @format Non-negative integer.
|
|
1945
2278
|
*
|
|
1946
2279
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1947
2280
|
*/
|
|
1948
2281
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1949
2282
|
/**
|
|
1950
|
-
*
|
|
2283
|
+
*
|
|
2284
|
+
* @optional
|
|
2285
|
+
*
|
|
2286
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2287
|
+
*
|
|
2288
|
+
* @example 1704067199
|
|
2289
|
+
*
|
|
2290
|
+
* @regex ^[0-9]+$
|
|
2291
|
+
*
|
|
2292
|
+
* @format Non-negative integer.
|
|
1951
2293
|
*
|
|
1952
2294
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1953
2295
|
*/
|
|
1954
2296
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1955
2297
|
/**
|
|
1956
|
-
*
|
|
2298
|
+
*
|
|
2299
|
+
* @optional
|
|
2300
|
+
*
|
|
2301
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2302
|
+
*
|
|
2303
|
+
* @example 501
|
|
2304
|
+
*
|
|
2305
|
+
* @regex ^[0-9]+$
|
|
2306
|
+
*
|
|
2307
|
+
* @format Non-negative integer.
|
|
1957
2308
|
*
|
|
1958
2309
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1959
2310
|
*/
|
|
1960
2311
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1961
2312
|
/**
|
|
1962
|
-
*
|
|
2313
|
+
*
|
|
2314
|
+
* @optional
|
|
2315
|
+
*
|
|
2316
|
+
* @description Filter by the role ID of the approver.
|
|
2317
|
+
*
|
|
2318
|
+
* @example 5
|
|
2319
|
+
*
|
|
2320
|
+
* @regex ^[0-9]+$
|
|
2321
|
+
*
|
|
2322
|
+
* @format Non-negative integer.
|
|
1963
2323
|
*
|
|
1964
2324
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1965
2325
|
*/
|
|
1966
2326
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1967
2327
|
/**
|
|
1968
|
-
*
|
|
2328
|
+
*
|
|
2329
|
+
* @optional
|
|
2330
|
+
*
|
|
2331
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2332
|
+
*
|
|
2333
|
+
* @example 1672531200
|
|
2334
|
+
*
|
|
2335
|
+
* @regex ^[0-9]+$
|
|
2336
|
+
*
|
|
2337
|
+
* @format Non-negative integer.
|
|
1969
2338
|
*
|
|
1970
2339
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1971
2340
|
*/
|
|
1972
2341
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1973
2342
|
/**
|
|
1974
|
-
*
|
|
2343
|
+
*
|
|
2344
|
+
* @optional
|
|
2345
|
+
*
|
|
2346
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2347
|
+
*
|
|
2348
|
+
* @example 1704067199
|
|
2349
|
+
*
|
|
2350
|
+
* @regex ^[0-9]+$
|
|
2351
|
+
*
|
|
2352
|
+
* @format Non-negative integer.
|
|
1975
2353
|
*
|
|
1976
2354
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1977
2355
|
*/
|
|
1978
2356
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1979
2357
|
/**
|
|
1980
|
-
*
|
|
2358
|
+
*
|
|
2359
|
+
* @optional
|
|
2360
|
+
*
|
|
2361
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2362
|
+
*
|
|
2363
|
+
* @example "ABS-2023-001"
|
|
2364
|
+
*
|
|
2365
|
+
* @regex [0-9A-Za-z ]*$
|
|
2366
|
+
*
|
|
2367
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1981
2368
|
*
|
|
1982
2369
|
* @generated from field: string reference_id = 20;
|
|
1983
2370
|
*/
|
|
1984
2371
|
referenceId = "";
|
|
1985
2372
|
/**
|
|
1986
|
-
*
|
|
2373
|
+
*
|
|
2374
|
+
* @optional
|
|
2375
|
+
*
|
|
2376
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2377
|
+
*
|
|
2378
|
+
* @example "ABS-2023-X9Z2"
|
|
2379
|
+
*
|
|
2380
|
+
* @regex [0-9A-Za-z ]*$
|
|
2381
|
+
*
|
|
2382
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1987
2383
|
*
|
|
1988
2384
|
* @generated from field: string final_ref_number = 21;
|
|
1989
2385
|
*/
|
|
@@ -2124,49 +2520,103 @@ exports.VendorInvoicesServiceCountReq = VendorInvoicesServiceCountReq;
|
|
|
2124
2520
|
*/
|
|
2125
2521
|
class VendorInvoicesServiceSearchAllReq extends protobuf_1.Message {
|
|
2126
2522
|
/**
|
|
2127
|
-
*
|
|
2523
|
+
*
|
|
2524
|
+
* @optional
|
|
2525
|
+
*
|
|
2526
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2527
|
+
*
|
|
2528
|
+
* @example ANY
|
|
2128
2529
|
*
|
|
2129
2530
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2130
2531
|
*/
|
|
2131
2532
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2132
2533
|
/**
|
|
2133
|
-
*
|
|
2534
|
+
*
|
|
2535
|
+
* @mandatory
|
|
2536
|
+
*
|
|
2537
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2538
|
+
*
|
|
2539
|
+
* @example 100
|
|
2540
|
+
*
|
|
2541
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2542
|
+
*
|
|
2543
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2134
2544
|
*
|
|
2135
2545
|
* @generated from field: int64 count = 2;
|
|
2136
2546
|
*/
|
|
2137
2547
|
count = protobuf_1.protoInt64.zero;
|
|
2138
2548
|
/**
|
|
2139
|
-
*
|
|
2549
|
+
*
|
|
2550
|
+
* @optional
|
|
2551
|
+
*
|
|
2552
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2553
|
+
*
|
|
2554
|
+
* @example 0
|
|
2555
|
+
*
|
|
2556
|
+
* @regex ^[0-9]+$
|
|
2557
|
+
*
|
|
2558
|
+
* @format Non-negative integer.
|
|
2140
2559
|
*
|
|
2141
2560
|
* @generated from field: uint64 offset = 3;
|
|
2142
2561
|
*/
|
|
2143
2562
|
offset = protobuf_1.protoInt64.zero;
|
|
2144
2563
|
/**
|
|
2145
|
-
*
|
|
2564
|
+
*
|
|
2565
|
+
* @optional
|
|
2566
|
+
*
|
|
2567
|
+
* @description Sort direction.
|
|
2568
|
+
*
|
|
2569
|
+
* @example DESCENDING
|
|
2146
2570
|
*
|
|
2147
2571
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2148
2572
|
*/
|
|
2149
2573
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2150
2574
|
/**
|
|
2151
|
-
*
|
|
2575
|
+
*
|
|
2576
|
+
* @optional
|
|
2577
|
+
*
|
|
2578
|
+
* @description The field used for sorting.
|
|
2152
2579
|
*
|
|
2153
2580
|
* @generated from field: Scailo.VENDOR_INVOICE_SORT_KEY sort_key = 5;
|
|
2154
2581
|
*/
|
|
2155
2582
|
sortKey = VENDOR_INVOICE_SORT_KEY.VENDOR_INVOICE_SORT_KEY_ID_UNSPECIFIED;
|
|
2156
2583
|
/**
|
|
2157
|
-
*
|
|
2584
|
+
*
|
|
2585
|
+
* @optional
|
|
2586
|
+
*
|
|
2587
|
+
* @description Filter by the organization UUID.
|
|
2588
|
+
*
|
|
2589
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2590
|
+
*
|
|
2591
|
+
* @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}$
|
|
2592
|
+
*
|
|
2593
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2158
2594
|
*
|
|
2159
2595
|
* @generated from field: string entity_uuid = 6;
|
|
2160
2596
|
*/
|
|
2161
2597
|
entityUuid = "";
|
|
2162
2598
|
/**
|
|
2163
|
-
*
|
|
2599
|
+
*
|
|
2600
|
+
* @optional
|
|
2601
|
+
*
|
|
2602
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2603
|
+
*
|
|
2604
|
+
* @example STANDING
|
|
2164
2605
|
*
|
|
2165
2606
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2166
2607
|
*/
|
|
2167
2608
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2168
2609
|
/**
|
|
2169
|
-
*
|
|
2610
|
+
*
|
|
2611
|
+
* @mandatory
|
|
2612
|
+
*
|
|
2613
|
+
* @description The search string to match against reference IDs.
|
|
2614
|
+
*
|
|
2615
|
+
* @example "Medical 2023"
|
|
2616
|
+
*
|
|
2617
|
+
* @regex .*
|
|
2618
|
+
*
|
|
2619
|
+
* @format: May contain any UTF-8 characters.
|
|
2170
2620
|
*
|
|
2171
2621
|
* @generated from field: string search_key = 11;
|
|
2172
2622
|
*/
|
|
@@ -2280,25 +2730,31 @@ exports.VendorInvoicesServiceReferenceCreateRequest = VendorInvoicesServiceRefer
|
|
|
2280
2730
|
*/
|
|
2281
2731
|
class VendorInvoiceReference extends protobuf_1.Message {
|
|
2282
2732
|
/**
|
|
2283
|
-
*
|
|
2733
|
+
*
|
|
2734
|
+
* @description The organization's globally unique identifier.
|
|
2735
|
+
*
|
|
2736
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2284
2737
|
*
|
|
2285
2738
|
* @generated from field: string entity_uuid = 1;
|
|
2286
2739
|
*/
|
|
2287
2740
|
entityUuid = "";
|
|
2288
2741
|
/**
|
|
2289
|
-
*
|
|
2742
|
+
*
|
|
2743
|
+
* @description Standard employee and record metadata including timestamps.
|
|
2290
2744
|
*
|
|
2291
2745
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
2292
2746
|
*/
|
|
2293
2747
|
metadata;
|
|
2294
2748
|
/**
|
|
2295
|
-
*
|
|
2749
|
+
*
|
|
2750
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
2296
2751
|
*
|
|
2297
2752
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
2298
2753
|
*/
|
|
2299
2754
|
approvalMetadata;
|
|
2300
2755
|
/**
|
|
2301
|
-
*
|
|
2756
|
+
*
|
|
2757
|
+
* @description The approval state of the record
|
|
2302
2758
|
*
|
|
2303
2759
|
* @generated from field: bool need_approval = 4;
|
|
2304
2760
|
*/
|
|
@@ -2394,37 +2850,77 @@ exports.VendorInvoiceReferencesList = VendorInvoiceReferencesList;
|
|
|
2394
2850
|
*/
|
|
2395
2851
|
class VendorInvoiceItemsSearchRequest extends protobuf_1.Message {
|
|
2396
2852
|
/**
|
|
2397
|
-
*
|
|
2853
|
+
*
|
|
2854
|
+
* @optional
|
|
2855
|
+
*
|
|
2856
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2857
|
+
*
|
|
2858
|
+
* @example ANY
|
|
2398
2859
|
*
|
|
2399
2860
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2400
2861
|
*/
|
|
2401
2862
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2402
2863
|
/**
|
|
2403
|
-
*
|
|
2864
|
+
*
|
|
2865
|
+
* @mandatory
|
|
2866
|
+
*
|
|
2867
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2868
|
+
*
|
|
2869
|
+
* @example 100
|
|
2870
|
+
*
|
|
2871
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2872
|
+
*
|
|
2873
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2404
2874
|
*
|
|
2405
2875
|
* @generated from field: int64 count = 2;
|
|
2406
2876
|
*/
|
|
2407
2877
|
count = protobuf_1.protoInt64.zero;
|
|
2408
2878
|
/**
|
|
2409
|
-
*
|
|
2879
|
+
*
|
|
2880
|
+
* @optional
|
|
2881
|
+
*
|
|
2882
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2883
|
+
*
|
|
2884
|
+
* @example 0
|
|
2885
|
+
*
|
|
2886
|
+
* @regex ^[0-9]+$
|
|
2887
|
+
*
|
|
2888
|
+
* @format Non-negative integer.
|
|
2410
2889
|
*
|
|
2411
2890
|
* @generated from field: uint64 offset = 3;
|
|
2412
2891
|
*/
|
|
2413
2892
|
offset = protobuf_1.protoInt64.zero;
|
|
2414
2893
|
/**
|
|
2415
|
-
*
|
|
2894
|
+
*
|
|
2895
|
+
* @optional
|
|
2896
|
+
*
|
|
2897
|
+
* @description Sort direction.
|
|
2898
|
+
*
|
|
2899
|
+
* @example DESCENDING
|
|
2416
2900
|
*
|
|
2417
2901
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2418
2902
|
*/
|
|
2419
2903
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2420
2904
|
/**
|
|
2421
|
-
*
|
|
2905
|
+
*
|
|
2906
|
+
* @optional
|
|
2907
|
+
*
|
|
2908
|
+
* @description The field used for sorting.
|
|
2422
2909
|
*
|
|
2423
2910
|
* @generated from field: Scailo.VENDOR_INVOICE_ITEM_SORT_KEY sort_key = 5;
|
|
2424
2911
|
*/
|
|
2425
2912
|
sortKey = VENDOR_INVOICE_ITEM_SORT_KEY.VENDOR_INVOICE_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
2426
2913
|
/**
|
|
2427
|
-
*
|
|
2914
|
+
*
|
|
2915
|
+
* @optional
|
|
2916
|
+
*
|
|
2917
|
+
* @description Filter by the organization UUID.
|
|
2918
|
+
*
|
|
2919
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2920
|
+
*
|
|
2921
|
+
* @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}$
|
|
2922
|
+
*
|
|
2923
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2428
2924
|
*
|
|
2429
2925
|
* @generated from field: string entity_uuid = 6;
|
|
2430
2926
|
*/
|
|
@@ -2546,25 +3042,35 @@ exports.VendorInvoiceItemsSearchRequest = VendorInvoiceItemsSearchRequest;
|
|
|
2546
3042
|
*/
|
|
2547
3043
|
class VendorInvoicesServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
2548
3044
|
/**
|
|
2549
|
-
*
|
|
3045
|
+
*
|
|
3046
|
+
* @description Number of records returned in the current response slice.
|
|
3047
|
+
*
|
|
3048
|
+
* @example 50
|
|
2550
3049
|
*
|
|
2551
3050
|
* @generated from field: uint64 count = 1;
|
|
2552
3051
|
*/
|
|
2553
3052
|
count = protobuf_1.protoInt64.zero;
|
|
2554
3053
|
/**
|
|
2555
|
-
*
|
|
3054
|
+
*
|
|
3055
|
+
* @description The offset provided in the request.
|
|
3056
|
+
*
|
|
3057
|
+
* @example 0
|
|
2556
3058
|
*
|
|
2557
3059
|
* @generated from field: uint64 offset = 2;
|
|
2558
3060
|
*/
|
|
2559
3061
|
offset = protobuf_1.protoInt64.zero;
|
|
2560
3062
|
/**
|
|
2561
|
-
*
|
|
3063
|
+
*
|
|
3064
|
+
* @description The total number of records matching the criteria.
|
|
3065
|
+
*
|
|
3066
|
+
* @example 1250
|
|
2562
3067
|
*
|
|
2563
3068
|
* @generated from field: uint64 total = 3;
|
|
2564
3069
|
*/
|
|
2565
3070
|
total = protobuf_1.protoInt64.zero;
|
|
2566
3071
|
/**
|
|
2567
|
-
*
|
|
3072
|
+
*
|
|
3073
|
+
* @description The array of records for the current page.
|
|
2568
3074
|
*
|
|
2569
3075
|
* @generated from field: repeated Scailo.VendorInvoiceItem payload = 4;
|
|
2570
3076
|
*/
|