@kernelminds/scailo-sdk 0.1.28 → 0.1.30
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 +48 -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 +105 -21
- package/lib/cjs/src/families.scailo_pb.js +490 -89
- 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 +240 -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 +127 -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 +47 -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 +106 -22
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +494 -96
- 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 +238 -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 +128 -26
- 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 +48 -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 +105 -21
- package/lib/esm/src/families.scailo_pb.js +514 -101
- 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 +240 -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 +127 -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 +47 -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 +106 -22
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +494 -96
- 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 +238 -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 +128 -26
- 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
|
@@ -255,7 +255,16 @@ class VendorInvoicesServiceCreateRequest extends protobuf_1.Message {
|
|
|
255
255
|
constructor(data) {
|
|
256
256
|
super();
|
|
257
257
|
/**
|
|
258
|
-
*
|
|
258
|
+
*
|
|
259
|
+
* @optional
|
|
260
|
+
*
|
|
261
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
262
|
+
*
|
|
263
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
264
|
+
*
|
|
265
|
+
* @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}$
|
|
266
|
+
*
|
|
267
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
259
268
|
*
|
|
260
269
|
* @generated from field: string entity_uuid = 1;
|
|
261
270
|
*/
|
|
@@ -267,13 +276,31 @@ class VendorInvoicesServiceCreateRequest extends protobuf_1.Message {
|
|
|
267
276
|
*/
|
|
268
277
|
this.userComment = "";
|
|
269
278
|
/**
|
|
270
|
-
*
|
|
279
|
+
*
|
|
280
|
+
* @optional
|
|
281
|
+
*
|
|
282
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
283
|
+
*
|
|
284
|
+
* @example 15234
|
|
285
|
+
*
|
|
286
|
+
* @regex ^[0-9]+$
|
|
287
|
+
*
|
|
288
|
+
* @format Non-negative integer.
|
|
271
289
|
*
|
|
272
290
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
273
291
|
*/
|
|
274
292
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
275
293
|
/**
|
|
276
|
-
*
|
|
294
|
+
*
|
|
295
|
+
* @mandatory
|
|
296
|
+
*
|
|
297
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
298
|
+
*
|
|
299
|
+
* @example "ABS-2023-001"
|
|
300
|
+
*
|
|
301
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
302
|
+
*
|
|
303
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
277
304
|
*
|
|
278
305
|
* @generated from field: string reference_id = 10;
|
|
279
306
|
*/
|
|
@@ -401,19 +428,42 @@ class VendorInvoicesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
401
428
|
*/
|
|
402
429
|
this.id = protobuf_1.protoInt64.zero;
|
|
403
430
|
/**
|
|
404
|
-
*
|
|
431
|
+
*
|
|
432
|
+
* @optional
|
|
433
|
+
*
|
|
434
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
435
|
+
*
|
|
436
|
+
* @example true
|
|
405
437
|
*
|
|
406
438
|
* @generated from field: bool notify_users = 3;
|
|
407
439
|
*/
|
|
408
440
|
this.notifyUsers = false;
|
|
409
441
|
/**
|
|
410
|
-
*
|
|
442
|
+
*
|
|
443
|
+
* @optional
|
|
444
|
+
*
|
|
445
|
+
* @description Updated vault folder ID for documentation storage.
|
|
446
|
+
*
|
|
447
|
+
* @example 15235
|
|
448
|
+
*
|
|
449
|
+
* @regex ^[0-9]+$
|
|
450
|
+
*
|
|
451
|
+
* @format Non-negative integer.
|
|
411
452
|
*
|
|
412
453
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
413
454
|
*/
|
|
414
455
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
415
456
|
/**
|
|
416
|
-
*
|
|
457
|
+
*
|
|
458
|
+
* @mandatory
|
|
459
|
+
*
|
|
460
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
461
|
+
*
|
|
462
|
+
* @example "ABS-2023-001-REV"
|
|
463
|
+
*
|
|
464
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
465
|
+
*
|
|
466
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
417
467
|
*
|
|
418
468
|
* @generated from field: string reference_id = 10;
|
|
419
469
|
*/
|
|
@@ -609,43 +659,60 @@ class VendorInvoice extends protobuf_1.Message {
|
|
|
609
659
|
constructor(data) {
|
|
610
660
|
super();
|
|
611
661
|
/**
|
|
612
|
-
*
|
|
662
|
+
*
|
|
663
|
+
* @description The organization's globally unique identifier.
|
|
664
|
+
*
|
|
665
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
613
666
|
*
|
|
614
667
|
* @generated from field: string entity_uuid = 1;
|
|
615
668
|
*/
|
|
616
669
|
this.entityUuid = "";
|
|
617
670
|
/**
|
|
618
|
-
*
|
|
671
|
+
*
|
|
672
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
619
673
|
*
|
|
620
674
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
621
675
|
*/
|
|
622
676
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
623
677
|
/**
|
|
624
|
-
*
|
|
678
|
+
*
|
|
679
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
625
680
|
*
|
|
626
681
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
627
682
|
*/
|
|
628
683
|
this.logs = [];
|
|
629
684
|
/**
|
|
630
|
-
*
|
|
685
|
+
*
|
|
686
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
687
|
+
*
|
|
688
|
+
* @example 1698400000
|
|
631
689
|
*
|
|
632
690
|
* @generated from field: uint64 completed_on = 6;
|
|
633
691
|
*/
|
|
634
692
|
this.completedOn = protobuf_1.protoInt64.zero;
|
|
635
693
|
/**
|
|
636
|
-
*
|
|
694
|
+
*
|
|
695
|
+
* @description Link to the document storage folder.
|
|
696
|
+
*
|
|
697
|
+
* @example 15234
|
|
637
698
|
*
|
|
638
699
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
639
700
|
*/
|
|
640
701
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
641
702
|
/**
|
|
642
|
-
*
|
|
703
|
+
*
|
|
704
|
+
* @description The user-provided reference ID.
|
|
705
|
+
*
|
|
706
|
+
* @example "ABS-2023-001"
|
|
643
707
|
*
|
|
644
708
|
* @generated from field: string reference_id = 10;
|
|
645
709
|
*/
|
|
646
710
|
this.referenceId = "";
|
|
647
711
|
/**
|
|
648
|
-
*
|
|
712
|
+
*
|
|
713
|
+
* @description The system-generated immutable reference number.
|
|
714
|
+
*
|
|
715
|
+
* @example "ABS-2023-X9Z2"
|
|
649
716
|
*
|
|
650
717
|
* @generated from field: string final_ref_number = 11;
|
|
651
718
|
*/
|
|
@@ -1156,13 +1223,17 @@ class VendorInvoiceItem extends protobuf_1.Message {
|
|
|
1156
1223
|
constructor(data) {
|
|
1157
1224
|
super();
|
|
1158
1225
|
/**
|
|
1159
|
-
*
|
|
1226
|
+
*
|
|
1227
|
+
* @description The organization's globally unique identifier.
|
|
1228
|
+
*
|
|
1229
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1160
1230
|
*
|
|
1161
1231
|
* @generated from field: string entity_uuid = 1;
|
|
1162
1232
|
*/
|
|
1163
1233
|
this.entityUuid = "";
|
|
1164
1234
|
/**
|
|
1165
|
-
*
|
|
1235
|
+
*
|
|
1236
|
+
* @description The approval state of the record
|
|
1166
1237
|
*
|
|
1167
1238
|
* @generated from field: bool need_approval = 4;
|
|
1168
1239
|
*/
|
|
@@ -1496,31 +1567,62 @@ class VendorInvoicesServicePaginationReq extends protobuf_1.Message {
|
|
|
1496
1567
|
constructor(data) {
|
|
1497
1568
|
super();
|
|
1498
1569
|
/**
|
|
1499
|
-
*
|
|
1570
|
+
*
|
|
1571
|
+
* @optional
|
|
1572
|
+
*
|
|
1573
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1574
|
+
*
|
|
1575
|
+
* @example ANY
|
|
1500
1576
|
*
|
|
1501
1577
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1502
1578
|
*/
|
|
1503
1579
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1504
1580
|
/**
|
|
1505
|
-
*
|
|
1581
|
+
*
|
|
1582
|
+
* @mandatory
|
|
1583
|
+
*
|
|
1584
|
+
* @description Number of records to return per page.
|
|
1585
|
+
*
|
|
1586
|
+
* @example 50
|
|
1587
|
+
*
|
|
1588
|
+
* @regex ^[1-9][0-9]*$
|
|
1589
|
+
*
|
|
1590
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1506
1591
|
*
|
|
1507
1592
|
* @generated from field: int64 count = 2;
|
|
1508
1593
|
*/
|
|
1509
1594
|
this.count = protobuf_1.protoInt64.zero;
|
|
1510
1595
|
/**
|
|
1511
|
-
*
|
|
1596
|
+
*
|
|
1597
|
+
* @optional
|
|
1598
|
+
*
|
|
1599
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1600
|
+
*
|
|
1601
|
+
* @example 0
|
|
1602
|
+
*
|
|
1603
|
+
* @regex ^[0-9]+$
|
|
1604
|
+
*
|
|
1605
|
+
* @format Non-negative integer.
|
|
1512
1606
|
*
|
|
1513
1607
|
* @generated from field: uint64 offset = 3;
|
|
1514
1608
|
*/
|
|
1515
1609
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1516
1610
|
/**
|
|
1517
|
-
*
|
|
1611
|
+
*
|
|
1612
|
+
* @optional
|
|
1613
|
+
*
|
|
1614
|
+
* @description Sort direction.
|
|
1615
|
+
*
|
|
1616
|
+
* @example DESCENDING
|
|
1518
1617
|
*
|
|
1519
1618
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1520
1619
|
*/
|
|
1521
1620
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1522
1621
|
/**
|
|
1523
|
-
*
|
|
1622
|
+
*
|
|
1623
|
+
* @optional
|
|
1624
|
+
*
|
|
1625
|
+
* @description The specific field key to sort the results by.
|
|
1524
1626
|
*
|
|
1525
1627
|
* @generated from field: Scailo.VENDOR_INVOICE_SORT_KEY sort_key = 5;
|
|
1526
1628
|
*/
|
|
@@ -1567,25 +1669,35 @@ class VendorInvoicesServicePaginationResponse extends protobuf_1.Message {
|
|
|
1567
1669
|
constructor(data) {
|
|
1568
1670
|
super();
|
|
1569
1671
|
/**
|
|
1570
|
-
*
|
|
1672
|
+
*
|
|
1673
|
+
* @description Number of records returned in the current response slice.
|
|
1674
|
+
*
|
|
1675
|
+
* @example 50
|
|
1571
1676
|
*
|
|
1572
1677
|
* @generated from field: uint64 count = 1;
|
|
1573
1678
|
*/
|
|
1574
1679
|
this.count = protobuf_1.protoInt64.zero;
|
|
1575
1680
|
/**
|
|
1576
|
-
*
|
|
1681
|
+
*
|
|
1682
|
+
* @description The offset provided in the request.
|
|
1683
|
+
*
|
|
1684
|
+
* @example 0
|
|
1577
1685
|
*
|
|
1578
1686
|
* @generated from field: uint64 offset = 2;
|
|
1579
1687
|
*/
|
|
1580
1688
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1581
1689
|
/**
|
|
1582
|
-
*
|
|
1690
|
+
*
|
|
1691
|
+
* @description The total number of records matching the criteria.
|
|
1692
|
+
*
|
|
1693
|
+
* @example 1250
|
|
1583
1694
|
*
|
|
1584
1695
|
* @generated from field: uint64 total = 3;
|
|
1585
1696
|
*/
|
|
1586
1697
|
this.total = protobuf_1.protoInt64.zero;
|
|
1587
1698
|
/**
|
|
1588
|
-
*
|
|
1699
|
+
*
|
|
1700
|
+
* @description The array of records for the current page.
|
|
1589
1701
|
*
|
|
1590
1702
|
* @generated from field: repeated Scailo.VendorInvoice payload = 4;
|
|
1591
1703
|
*/
|
|
@@ -1624,115 +1736,268 @@ class VendorInvoicesServiceFilterReq extends protobuf_1.Message {
|
|
|
1624
1736
|
constructor(data) {
|
|
1625
1737
|
super();
|
|
1626
1738
|
/**
|
|
1627
|
-
*
|
|
1739
|
+
*
|
|
1740
|
+
* @optional
|
|
1741
|
+
*
|
|
1742
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1743
|
+
*
|
|
1744
|
+
* @example ANY
|
|
1628
1745
|
*
|
|
1629
1746
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1630
1747
|
*/
|
|
1631
1748
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1632
1749
|
/**
|
|
1633
|
-
*
|
|
1750
|
+
*
|
|
1751
|
+
* @mandatory
|
|
1752
|
+
*
|
|
1753
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1754
|
+
*
|
|
1755
|
+
* @example 100
|
|
1756
|
+
*
|
|
1757
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1758
|
+
*
|
|
1759
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1634
1760
|
*
|
|
1635
1761
|
* @generated from field: int64 count = 2;
|
|
1636
1762
|
*/
|
|
1637
1763
|
this.count = protobuf_1.protoInt64.zero;
|
|
1638
1764
|
/**
|
|
1639
|
-
*
|
|
1765
|
+
*
|
|
1766
|
+
* @optional
|
|
1767
|
+
*
|
|
1768
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1769
|
+
*
|
|
1770
|
+
* @example 0
|
|
1771
|
+
*
|
|
1772
|
+
* @regex ^[0-9]+$
|
|
1773
|
+
*
|
|
1774
|
+
* @format Non-negative integer.
|
|
1640
1775
|
*
|
|
1641
1776
|
* @generated from field: uint64 offset = 3;
|
|
1642
1777
|
*/
|
|
1643
1778
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1644
1779
|
/**
|
|
1645
|
-
*
|
|
1780
|
+
*
|
|
1781
|
+
* @optional
|
|
1782
|
+
*
|
|
1783
|
+
* @description Sort direction.
|
|
1784
|
+
*
|
|
1785
|
+
* @example DESCENDING
|
|
1646
1786
|
*
|
|
1647
1787
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1648
1788
|
*/
|
|
1649
1789
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1650
1790
|
/**
|
|
1651
|
-
*
|
|
1791
|
+
*
|
|
1792
|
+
* @optional
|
|
1793
|
+
*
|
|
1794
|
+
* @description The field used for sorting.
|
|
1652
1795
|
*
|
|
1653
1796
|
* @generated from field: Scailo.VENDOR_INVOICE_SORT_KEY sort_key = 5;
|
|
1654
1797
|
*/
|
|
1655
1798
|
this.sortKey = VENDOR_INVOICE_SORT_KEY.VENDOR_INVOICE_SORT_KEY_ID_UNSPECIFIED;
|
|
1656
1799
|
/**
|
|
1657
|
-
*
|
|
1800
|
+
*
|
|
1801
|
+
* @optional
|
|
1802
|
+
*
|
|
1803
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1804
|
+
*
|
|
1805
|
+
* @example 1672531200
|
|
1806
|
+
*
|
|
1807
|
+
* @regex ^[0-9]+$
|
|
1808
|
+
*
|
|
1809
|
+
* @format Non-negative integer.
|
|
1658
1810
|
*
|
|
1659
1811
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1660
1812
|
*/
|
|
1661
1813
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1662
1814
|
/**
|
|
1663
|
-
*
|
|
1815
|
+
*
|
|
1816
|
+
* @optional
|
|
1817
|
+
*
|
|
1818
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1819
|
+
*
|
|
1820
|
+
* @example 1704067199
|
|
1821
|
+
*
|
|
1822
|
+
* @regex ^[0-9]+$
|
|
1823
|
+
*
|
|
1824
|
+
* @format Non-negative integer.
|
|
1664
1825
|
*
|
|
1665
1826
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1666
1827
|
*/
|
|
1667
1828
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1668
1829
|
/**
|
|
1669
|
-
*
|
|
1830
|
+
*
|
|
1831
|
+
* @optional
|
|
1832
|
+
*
|
|
1833
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1834
|
+
*
|
|
1835
|
+
* @example 1672531200
|
|
1836
|
+
*
|
|
1837
|
+
* @regex ^[0-9]+$
|
|
1838
|
+
*
|
|
1839
|
+
* @format Non-negative integer.
|
|
1670
1840
|
*
|
|
1671
1841
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1672
1842
|
*/
|
|
1673
1843
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1674
1844
|
/**
|
|
1675
|
-
*
|
|
1845
|
+
*
|
|
1846
|
+
* @optional
|
|
1847
|
+
*
|
|
1848
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1849
|
+
*
|
|
1850
|
+
* @example 1704067199
|
|
1851
|
+
*
|
|
1852
|
+
* @regex ^[0-9]+$
|
|
1853
|
+
*
|
|
1854
|
+
* @format Non-negative integer.
|
|
1676
1855
|
*
|
|
1677
1856
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1678
1857
|
*/
|
|
1679
1858
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1680
1859
|
/**
|
|
1681
|
-
*
|
|
1860
|
+
*
|
|
1861
|
+
* @optional
|
|
1862
|
+
*
|
|
1863
|
+
* @description Filter by the organization UUID.
|
|
1864
|
+
*
|
|
1865
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1866
|
+
*
|
|
1867
|
+
* @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}$
|
|
1868
|
+
*
|
|
1869
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1682
1870
|
*
|
|
1683
1871
|
* @generated from field: string entity_uuid = 8;
|
|
1684
1872
|
*/
|
|
1685
1873
|
this.entityUuid = "";
|
|
1686
1874
|
/**
|
|
1687
|
-
*
|
|
1875
|
+
*
|
|
1876
|
+
* @optional
|
|
1877
|
+
*
|
|
1878
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1879
|
+
*
|
|
1880
|
+
* @example STANDING
|
|
1688
1881
|
*
|
|
1689
1882
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1690
1883
|
*/
|
|
1691
1884
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1692
1885
|
/**
|
|
1693
|
-
*
|
|
1886
|
+
*
|
|
1887
|
+
* @optional
|
|
1888
|
+
*
|
|
1889
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1890
|
+
*
|
|
1891
|
+
* @example 1672531200
|
|
1892
|
+
*
|
|
1893
|
+
* @regex ^[0-9]+$
|
|
1894
|
+
*
|
|
1895
|
+
* @format Non-negative integer.
|
|
1694
1896
|
*
|
|
1695
1897
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1696
1898
|
*/
|
|
1697
1899
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1698
1900
|
/**
|
|
1699
|
-
*
|
|
1901
|
+
*
|
|
1902
|
+
* @optional
|
|
1903
|
+
*
|
|
1904
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1905
|
+
*
|
|
1906
|
+
* @example 1704067199
|
|
1907
|
+
*
|
|
1908
|
+
* @regex ^[0-9]+$
|
|
1909
|
+
*
|
|
1910
|
+
* @format Non-negative integer.
|
|
1700
1911
|
*
|
|
1701
1912
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1702
1913
|
*/
|
|
1703
1914
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1704
1915
|
/**
|
|
1705
|
-
*
|
|
1916
|
+
*
|
|
1917
|
+
* @optional
|
|
1918
|
+
*
|
|
1919
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1920
|
+
*
|
|
1921
|
+
* @example 501
|
|
1922
|
+
*
|
|
1923
|
+
* @regex ^[0-9]+$
|
|
1924
|
+
*
|
|
1925
|
+
* @format Non-negative integer.
|
|
1706
1926
|
*
|
|
1707
1927
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1708
1928
|
*/
|
|
1709
1929
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1710
1930
|
/**
|
|
1711
|
-
*
|
|
1931
|
+
*
|
|
1932
|
+
* @optional
|
|
1933
|
+
*
|
|
1934
|
+
* @description Filter by the role ID of the approver.
|
|
1935
|
+
*
|
|
1936
|
+
* @example 5
|
|
1937
|
+
*
|
|
1938
|
+
* @regex ^[0-9]+$
|
|
1939
|
+
*
|
|
1940
|
+
* @format Non-negative integer.
|
|
1712
1941
|
*
|
|
1713
1942
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1714
1943
|
*/
|
|
1715
1944
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1716
1945
|
/**
|
|
1717
|
-
*
|
|
1946
|
+
*
|
|
1947
|
+
* @optional
|
|
1948
|
+
*
|
|
1949
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1950
|
+
*
|
|
1951
|
+
* @example 1672531200
|
|
1952
|
+
*
|
|
1953
|
+
* @regex ^[0-9]+$
|
|
1954
|
+
*
|
|
1955
|
+
* @format Non-negative integer.
|
|
1718
1956
|
*
|
|
1719
1957
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1720
1958
|
*/
|
|
1721
1959
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1722
1960
|
/**
|
|
1723
|
-
*
|
|
1961
|
+
*
|
|
1962
|
+
* @optional
|
|
1963
|
+
*
|
|
1964
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1965
|
+
*
|
|
1966
|
+
* @example 1704067199
|
|
1967
|
+
*
|
|
1968
|
+
* @regex ^[0-9]+$
|
|
1969
|
+
*
|
|
1970
|
+
* @format Non-negative integer.
|
|
1724
1971
|
*
|
|
1725
1972
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1726
1973
|
*/
|
|
1727
1974
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1728
1975
|
/**
|
|
1729
|
-
*
|
|
1976
|
+
*
|
|
1977
|
+
* @optional
|
|
1978
|
+
*
|
|
1979
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1980
|
+
*
|
|
1981
|
+
* @example "ABS-2023-001"
|
|
1982
|
+
*
|
|
1983
|
+
* @regex [0-9A-Za-z ]*$
|
|
1984
|
+
*
|
|
1985
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1730
1986
|
*
|
|
1731
1987
|
* @generated from field: string reference_id = 20;
|
|
1732
1988
|
*/
|
|
1733
1989
|
this.referenceId = "";
|
|
1734
1990
|
/**
|
|
1735
|
-
*
|
|
1991
|
+
*
|
|
1992
|
+
* @optional
|
|
1993
|
+
*
|
|
1994
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1995
|
+
*
|
|
1996
|
+
* @example "ABS-2023-X9Z2"
|
|
1997
|
+
*
|
|
1998
|
+
* @regex [0-9A-Za-z ]*$
|
|
1999
|
+
*
|
|
2000
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1736
2001
|
*
|
|
1737
2002
|
* @generated from field: string final_ref_number = 21;
|
|
1738
2003
|
*/
|
|
@@ -1877,91 +2142,218 @@ class VendorInvoicesServiceCountReq extends protobuf_1.Message {
|
|
|
1877
2142
|
constructor(data) {
|
|
1878
2143
|
super();
|
|
1879
2144
|
/**
|
|
1880
|
-
*
|
|
2145
|
+
*
|
|
2146
|
+
* @optional
|
|
2147
|
+
*
|
|
2148
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2149
|
+
*
|
|
2150
|
+
* @example ANY
|
|
1881
2151
|
*
|
|
1882
2152
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1883
2153
|
*/
|
|
1884
2154
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1885
2155
|
/**
|
|
1886
|
-
*
|
|
2156
|
+
*
|
|
2157
|
+
* @optional
|
|
2158
|
+
*
|
|
2159
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2160
|
+
*
|
|
2161
|
+
* @example 1672531200
|
|
2162
|
+
*
|
|
2163
|
+
* @regex ^[0-9]+$
|
|
2164
|
+
*
|
|
2165
|
+
* @format Non-negative integer.
|
|
1887
2166
|
*
|
|
1888
2167
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1889
2168
|
*/
|
|
1890
2169
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1891
2170
|
/**
|
|
1892
|
-
*
|
|
2171
|
+
*
|
|
2172
|
+
* @optional
|
|
2173
|
+
*
|
|
2174
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2175
|
+
*
|
|
2176
|
+
* @example 1704067199
|
|
2177
|
+
*
|
|
2178
|
+
* @regex ^[0-9]+$
|
|
2179
|
+
*
|
|
2180
|
+
* @format Non-negative integer.
|
|
1893
2181
|
*
|
|
1894
2182
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1895
2183
|
*/
|
|
1896
2184
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1897
2185
|
/**
|
|
1898
|
-
*
|
|
2186
|
+
*
|
|
2187
|
+
* @optional
|
|
2188
|
+
*
|
|
2189
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2190
|
+
*
|
|
2191
|
+
* @example 1672531200
|
|
2192
|
+
*
|
|
2193
|
+
* @regex ^[0-9]+$
|
|
2194
|
+
*
|
|
2195
|
+
* @format Non-negative integer.
|
|
1899
2196
|
*
|
|
1900
2197
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1901
2198
|
*/
|
|
1902
2199
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1903
2200
|
/**
|
|
1904
|
-
*
|
|
2201
|
+
*
|
|
2202
|
+
* @optional
|
|
2203
|
+
*
|
|
2204
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2205
|
+
*
|
|
2206
|
+
* @example 1704067199
|
|
2207
|
+
*
|
|
2208
|
+
* @regex ^[0-9]+$
|
|
2209
|
+
*
|
|
2210
|
+
* @format Non-negative integer.
|
|
1905
2211
|
*
|
|
1906
2212
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1907
2213
|
*/
|
|
1908
2214
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1909
2215
|
/**
|
|
1910
|
-
*
|
|
2216
|
+
*
|
|
2217
|
+
* @optional
|
|
2218
|
+
*
|
|
2219
|
+
* @description Filter by the organization UUID.
|
|
2220
|
+
*
|
|
2221
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2222
|
+
*
|
|
2223
|
+
* @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}$
|
|
2224
|
+
*
|
|
2225
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1911
2226
|
*
|
|
1912
2227
|
* @generated from field: string entity_uuid = 8;
|
|
1913
2228
|
*/
|
|
1914
2229
|
this.entityUuid = "";
|
|
1915
2230
|
/**
|
|
1916
|
-
*
|
|
2231
|
+
*
|
|
2232
|
+
* @optional
|
|
2233
|
+
*
|
|
2234
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2235
|
+
*
|
|
2236
|
+
* @example STANDING
|
|
1917
2237
|
*
|
|
1918
2238
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1919
2239
|
*/
|
|
1920
2240
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1921
2241
|
/**
|
|
1922
|
-
*
|
|
2242
|
+
*
|
|
2243
|
+
* @optional
|
|
2244
|
+
*
|
|
2245
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2246
|
+
*
|
|
2247
|
+
* @example 1672531200
|
|
2248
|
+
*
|
|
2249
|
+
* @regex ^[0-9]+$
|
|
2250
|
+
*
|
|
2251
|
+
* @format Non-negative integer.
|
|
1923
2252
|
*
|
|
1924
2253
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1925
2254
|
*/
|
|
1926
2255
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1927
2256
|
/**
|
|
1928
|
-
*
|
|
2257
|
+
*
|
|
2258
|
+
* @optional
|
|
2259
|
+
*
|
|
2260
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2261
|
+
*
|
|
2262
|
+
* @example 1704067199
|
|
2263
|
+
*
|
|
2264
|
+
* @regex ^[0-9]+$
|
|
2265
|
+
*
|
|
2266
|
+
* @format Non-negative integer.
|
|
1929
2267
|
*
|
|
1930
2268
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1931
2269
|
*/
|
|
1932
2270
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1933
2271
|
/**
|
|
1934
|
-
*
|
|
2272
|
+
*
|
|
2273
|
+
* @optional
|
|
2274
|
+
*
|
|
2275
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2276
|
+
*
|
|
2277
|
+
* @example 501
|
|
2278
|
+
*
|
|
2279
|
+
* @regex ^[0-9]+$
|
|
2280
|
+
*
|
|
2281
|
+
* @format Non-negative integer.
|
|
1935
2282
|
*
|
|
1936
2283
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1937
2284
|
*/
|
|
1938
2285
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1939
2286
|
/**
|
|
1940
|
-
*
|
|
2287
|
+
*
|
|
2288
|
+
* @optional
|
|
2289
|
+
*
|
|
2290
|
+
* @description Filter by the role ID of the approver.
|
|
2291
|
+
*
|
|
2292
|
+
* @example 5
|
|
2293
|
+
*
|
|
2294
|
+
* @regex ^[0-9]+$
|
|
2295
|
+
*
|
|
2296
|
+
* @format Non-negative integer.
|
|
1941
2297
|
*
|
|
1942
2298
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1943
2299
|
*/
|
|
1944
2300
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1945
2301
|
/**
|
|
1946
|
-
*
|
|
2302
|
+
*
|
|
2303
|
+
* @optional
|
|
2304
|
+
*
|
|
2305
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2306
|
+
*
|
|
2307
|
+
* @example 1672531200
|
|
2308
|
+
*
|
|
2309
|
+
* @regex ^[0-9]+$
|
|
2310
|
+
*
|
|
2311
|
+
* @format Non-negative integer.
|
|
1947
2312
|
*
|
|
1948
2313
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1949
2314
|
*/
|
|
1950
2315
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1951
2316
|
/**
|
|
1952
|
-
*
|
|
2317
|
+
*
|
|
2318
|
+
* @optional
|
|
2319
|
+
*
|
|
2320
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2321
|
+
*
|
|
2322
|
+
* @example 1704067199
|
|
2323
|
+
*
|
|
2324
|
+
* @regex ^[0-9]+$
|
|
2325
|
+
*
|
|
2326
|
+
* @format Non-negative integer.
|
|
1953
2327
|
*
|
|
1954
2328
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1955
2329
|
*/
|
|
1956
2330
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1957
2331
|
/**
|
|
1958
|
-
*
|
|
2332
|
+
*
|
|
2333
|
+
* @optional
|
|
2334
|
+
*
|
|
2335
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2336
|
+
*
|
|
2337
|
+
* @example "ABS-2023-001"
|
|
2338
|
+
*
|
|
2339
|
+
* @regex [0-9A-Za-z ]*$
|
|
2340
|
+
*
|
|
2341
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1959
2342
|
*
|
|
1960
2343
|
* @generated from field: string reference_id = 20;
|
|
1961
2344
|
*/
|
|
1962
2345
|
this.referenceId = "";
|
|
1963
2346
|
/**
|
|
1964
|
-
*
|
|
2347
|
+
*
|
|
2348
|
+
* @optional
|
|
2349
|
+
*
|
|
2350
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2351
|
+
*
|
|
2352
|
+
* @example "ABS-2023-X9Z2"
|
|
2353
|
+
*
|
|
2354
|
+
* @regex [0-9A-Za-z ]*$
|
|
2355
|
+
*
|
|
2356
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1965
2357
|
*
|
|
1966
2358
|
* @generated from field: string final_ref_number = 21;
|
|
1967
2359
|
*/
|
|
@@ -2102,49 +2494,103 @@ class VendorInvoicesServiceSearchAllReq extends protobuf_1.Message {
|
|
|
2102
2494
|
constructor(data) {
|
|
2103
2495
|
super();
|
|
2104
2496
|
/**
|
|
2105
|
-
*
|
|
2497
|
+
*
|
|
2498
|
+
* @optional
|
|
2499
|
+
*
|
|
2500
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2501
|
+
*
|
|
2502
|
+
* @example ANY
|
|
2106
2503
|
*
|
|
2107
2504
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2108
2505
|
*/
|
|
2109
2506
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2110
2507
|
/**
|
|
2111
|
-
*
|
|
2508
|
+
*
|
|
2509
|
+
* @mandatory
|
|
2510
|
+
*
|
|
2511
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2512
|
+
*
|
|
2513
|
+
* @example 100
|
|
2514
|
+
*
|
|
2515
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2516
|
+
*
|
|
2517
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2112
2518
|
*
|
|
2113
2519
|
* @generated from field: int64 count = 2;
|
|
2114
2520
|
*/
|
|
2115
2521
|
this.count = protobuf_1.protoInt64.zero;
|
|
2116
2522
|
/**
|
|
2117
|
-
*
|
|
2523
|
+
*
|
|
2524
|
+
* @optional
|
|
2525
|
+
*
|
|
2526
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2527
|
+
*
|
|
2528
|
+
* @example 0
|
|
2529
|
+
*
|
|
2530
|
+
* @regex ^[0-9]+$
|
|
2531
|
+
*
|
|
2532
|
+
* @format Non-negative integer.
|
|
2118
2533
|
*
|
|
2119
2534
|
* @generated from field: uint64 offset = 3;
|
|
2120
2535
|
*/
|
|
2121
2536
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2122
2537
|
/**
|
|
2123
|
-
*
|
|
2538
|
+
*
|
|
2539
|
+
* @optional
|
|
2540
|
+
*
|
|
2541
|
+
* @description Sort direction.
|
|
2542
|
+
*
|
|
2543
|
+
* @example DESCENDING
|
|
2124
2544
|
*
|
|
2125
2545
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2126
2546
|
*/
|
|
2127
2547
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2128
2548
|
/**
|
|
2129
|
-
*
|
|
2549
|
+
*
|
|
2550
|
+
* @optional
|
|
2551
|
+
*
|
|
2552
|
+
* @description The field used for sorting.
|
|
2130
2553
|
*
|
|
2131
2554
|
* @generated from field: Scailo.VENDOR_INVOICE_SORT_KEY sort_key = 5;
|
|
2132
2555
|
*/
|
|
2133
2556
|
this.sortKey = VENDOR_INVOICE_SORT_KEY.VENDOR_INVOICE_SORT_KEY_ID_UNSPECIFIED;
|
|
2134
2557
|
/**
|
|
2135
|
-
*
|
|
2558
|
+
*
|
|
2559
|
+
* @optional
|
|
2560
|
+
*
|
|
2561
|
+
* @description Filter by the organization UUID.
|
|
2562
|
+
*
|
|
2563
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2564
|
+
*
|
|
2565
|
+
* @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}$
|
|
2566
|
+
*
|
|
2567
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2136
2568
|
*
|
|
2137
2569
|
* @generated from field: string entity_uuid = 6;
|
|
2138
2570
|
*/
|
|
2139
2571
|
this.entityUuid = "";
|
|
2140
2572
|
/**
|
|
2141
|
-
*
|
|
2573
|
+
*
|
|
2574
|
+
* @optional
|
|
2575
|
+
*
|
|
2576
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2577
|
+
*
|
|
2578
|
+
* @example STANDING
|
|
2142
2579
|
*
|
|
2143
2580
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2144
2581
|
*/
|
|
2145
2582
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2146
2583
|
/**
|
|
2147
|
-
*
|
|
2584
|
+
*
|
|
2585
|
+
* @mandatory
|
|
2586
|
+
*
|
|
2587
|
+
* @description The search string to match against reference IDs.
|
|
2588
|
+
*
|
|
2589
|
+
* @example "Medical 2023"
|
|
2590
|
+
*
|
|
2591
|
+
* @regex .*
|
|
2592
|
+
*
|
|
2593
|
+
* @format: May contain any UTF-8 characters.
|
|
2148
2594
|
*
|
|
2149
2595
|
* @generated from field: string search_key = 11;
|
|
2150
2596
|
*/
|
|
@@ -2258,13 +2704,17 @@ class VendorInvoiceReference extends protobuf_1.Message {
|
|
|
2258
2704
|
constructor(data) {
|
|
2259
2705
|
super();
|
|
2260
2706
|
/**
|
|
2261
|
-
*
|
|
2707
|
+
*
|
|
2708
|
+
* @description The organization's globally unique identifier.
|
|
2709
|
+
*
|
|
2710
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2262
2711
|
*
|
|
2263
2712
|
* @generated from field: string entity_uuid = 1;
|
|
2264
2713
|
*/
|
|
2265
2714
|
this.entityUuid = "";
|
|
2266
2715
|
/**
|
|
2267
|
-
*
|
|
2716
|
+
*
|
|
2717
|
+
* @description The approval state of the record
|
|
2268
2718
|
*
|
|
2269
2719
|
* @generated from field: bool need_approval = 4;
|
|
2270
2720
|
*/
|
|
@@ -2360,37 +2810,77 @@ class VendorInvoiceItemsSearchRequest extends protobuf_1.Message {
|
|
|
2360
2810
|
constructor(data) {
|
|
2361
2811
|
super();
|
|
2362
2812
|
/**
|
|
2363
|
-
*
|
|
2813
|
+
*
|
|
2814
|
+
* @optional
|
|
2815
|
+
*
|
|
2816
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2817
|
+
*
|
|
2818
|
+
* @example ANY
|
|
2364
2819
|
*
|
|
2365
2820
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2366
2821
|
*/
|
|
2367
2822
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2368
2823
|
/**
|
|
2369
|
-
*
|
|
2824
|
+
*
|
|
2825
|
+
* @mandatory
|
|
2826
|
+
*
|
|
2827
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2828
|
+
*
|
|
2829
|
+
* @example 100
|
|
2830
|
+
*
|
|
2831
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2832
|
+
*
|
|
2833
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2370
2834
|
*
|
|
2371
2835
|
* @generated from field: int64 count = 2;
|
|
2372
2836
|
*/
|
|
2373
2837
|
this.count = protobuf_1.protoInt64.zero;
|
|
2374
2838
|
/**
|
|
2375
|
-
*
|
|
2839
|
+
*
|
|
2840
|
+
* @optional
|
|
2841
|
+
*
|
|
2842
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2843
|
+
*
|
|
2844
|
+
* @example 0
|
|
2845
|
+
*
|
|
2846
|
+
* @regex ^[0-9]+$
|
|
2847
|
+
*
|
|
2848
|
+
* @format Non-negative integer.
|
|
2376
2849
|
*
|
|
2377
2850
|
* @generated from field: uint64 offset = 3;
|
|
2378
2851
|
*/
|
|
2379
2852
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2380
2853
|
/**
|
|
2381
|
-
*
|
|
2854
|
+
*
|
|
2855
|
+
* @optional
|
|
2856
|
+
*
|
|
2857
|
+
* @description Sort direction.
|
|
2858
|
+
*
|
|
2859
|
+
* @example DESCENDING
|
|
2382
2860
|
*
|
|
2383
2861
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2384
2862
|
*/
|
|
2385
2863
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2386
2864
|
/**
|
|
2387
|
-
*
|
|
2865
|
+
*
|
|
2866
|
+
* @optional
|
|
2867
|
+
*
|
|
2868
|
+
* @description The field used for sorting.
|
|
2388
2869
|
*
|
|
2389
2870
|
* @generated from field: Scailo.VENDOR_INVOICE_ITEM_SORT_KEY sort_key = 5;
|
|
2390
2871
|
*/
|
|
2391
2872
|
this.sortKey = VENDOR_INVOICE_ITEM_SORT_KEY.VENDOR_INVOICE_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
2392
2873
|
/**
|
|
2393
|
-
*
|
|
2874
|
+
*
|
|
2875
|
+
* @optional
|
|
2876
|
+
*
|
|
2877
|
+
* @description Filter by the organization UUID.
|
|
2878
|
+
*
|
|
2879
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2880
|
+
*
|
|
2881
|
+
* @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}$
|
|
2882
|
+
*
|
|
2883
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2394
2884
|
*
|
|
2395
2885
|
* @generated from field: string entity_uuid = 6;
|
|
2396
2886
|
*/
|
|
@@ -2512,25 +3002,35 @@ class VendorInvoicesServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
|
2512
3002
|
constructor(data) {
|
|
2513
3003
|
super();
|
|
2514
3004
|
/**
|
|
2515
|
-
*
|
|
3005
|
+
*
|
|
3006
|
+
* @description Number of records returned in the current response slice.
|
|
3007
|
+
*
|
|
3008
|
+
* @example 50
|
|
2516
3009
|
*
|
|
2517
3010
|
* @generated from field: uint64 count = 1;
|
|
2518
3011
|
*/
|
|
2519
3012
|
this.count = protobuf_1.protoInt64.zero;
|
|
2520
3013
|
/**
|
|
2521
|
-
*
|
|
3014
|
+
*
|
|
3015
|
+
* @description The offset provided in the request.
|
|
3016
|
+
*
|
|
3017
|
+
* @example 0
|
|
2522
3018
|
*
|
|
2523
3019
|
* @generated from field: uint64 offset = 2;
|
|
2524
3020
|
*/
|
|
2525
3021
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2526
3022
|
/**
|
|
2527
|
-
*
|
|
3023
|
+
*
|
|
3024
|
+
* @description The total number of records matching the criteria.
|
|
3025
|
+
*
|
|
3026
|
+
* @example 1250
|
|
2528
3027
|
*
|
|
2529
3028
|
* @generated from field: uint64 total = 3;
|
|
2530
3029
|
*/
|
|
2531
3030
|
this.total = protobuf_1.protoInt64.zero;
|
|
2532
3031
|
/**
|
|
2533
|
-
*
|
|
3032
|
+
*
|
|
3033
|
+
* @description The array of records for the current page.
|
|
2534
3034
|
*
|
|
2535
3035
|
* @generated from field: repeated Scailo.VendorInvoiceItem payload = 4;
|
|
2536
3036
|
*/
|