@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
|
@@ -220,7 +220,16 @@ protobuf_1.proto3.util.setEnumType(EXPENSE_SORT_KEY, "Scailo.EXPENSE_SORT_KEY",
|
|
|
220
220
|
*/
|
|
221
221
|
class ExpensesServiceCreateRequest extends protobuf_1.Message {
|
|
222
222
|
/**
|
|
223
|
-
*
|
|
223
|
+
*
|
|
224
|
+
* @optional
|
|
225
|
+
*
|
|
226
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
227
|
+
*
|
|
228
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
229
|
+
*
|
|
230
|
+
* @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}$
|
|
231
|
+
*
|
|
232
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
224
233
|
*
|
|
225
234
|
* @generated from field: string entity_uuid = 1;
|
|
226
235
|
*/
|
|
@@ -238,13 +247,31 @@ class ExpensesServiceCreateRequest extends protobuf_1.Message {
|
|
|
238
247
|
*/
|
|
239
248
|
projectId = protobuf_1.protoInt64.zero;
|
|
240
249
|
/**
|
|
241
|
-
*
|
|
250
|
+
*
|
|
251
|
+
* @optional
|
|
252
|
+
*
|
|
253
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
254
|
+
*
|
|
255
|
+
* @example 15234
|
|
256
|
+
*
|
|
257
|
+
* @regex ^[0-9]+$
|
|
258
|
+
*
|
|
259
|
+
* @format Non-negative integer.
|
|
242
260
|
*
|
|
243
261
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
244
262
|
*/
|
|
245
263
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
246
264
|
/**
|
|
247
|
-
*
|
|
265
|
+
*
|
|
266
|
+
* @mandatory
|
|
267
|
+
*
|
|
268
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
269
|
+
*
|
|
270
|
+
* @example "ABS-2023-001"
|
|
271
|
+
*
|
|
272
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
273
|
+
*
|
|
274
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
248
275
|
*
|
|
249
276
|
* @generated from field: string reference_id = 10;
|
|
250
277
|
*/
|
|
@@ -331,7 +358,12 @@ class ExpensesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
331
358
|
*/
|
|
332
359
|
id = protobuf_1.protoInt64.zero;
|
|
333
360
|
/**
|
|
334
|
-
*
|
|
361
|
+
*
|
|
362
|
+
* @optional
|
|
363
|
+
*
|
|
364
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
365
|
+
*
|
|
366
|
+
* @example true
|
|
335
367
|
*
|
|
336
368
|
* @generated from field: bool notify_users = 3;
|
|
337
369
|
*/
|
|
@@ -343,13 +375,31 @@ class ExpensesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
343
375
|
*/
|
|
344
376
|
projectId = protobuf_1.protoInt64.zero;
|
|
345
377
|
/**
|
|
346
|
-
*
|
|
378
|
+
*
|
|
379
|
+
* @optional
|
|
380
|
+
*
|
|
381
|
+
* @description Updated vault folder ID for documentation storage.
|
|
382
|
+
*
|
|
383
|
+
* @example 15235
|
|
384
|
+
*
|
|
385
|
+
* @regex ^[0-9]+$
|
|
386
|
+
*
|
|
387
|
+
* @format Non-negative integer.
|
|
347
388
|
*
|
|
348
389
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
349
390
|
*/
|
|
350
391
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
351
392
|
/**
|
|
352
|
-
*
|
|
393
|
+
*
|
|
394
|
+
* @mandatory
|
|
395
|
+
*
|
|
396
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
397
|
+
*
|
|
398
|
+
* @example "ABS-2023-001-REV"
|
|
399
|
+
*
|
|
400
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
401
|
+
*
|
|
402
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
353
403
|
*
|
|
354
404
|
* @generated from field: string reference_id = 10;
|
|
355
405
|
*/
|
|
@@ -425,37 +475,47 @@ exports.ExpensesServiceUpdateRequest = ExpensesServiceUpdateRequest;
|
|
|
425
475
|
*/
|
|
426
476
|
class Expense extends protobuf_1.Message {
|
|
427
477
|
/**
|
|
428
|
-
*
|
|
478
|
+
*
|
|
479
|
+
* @description The organization's globally unique identifier.
|
|
480
|
+
*
|
|
481
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
429
482
|
*
|
|
430
483
|
* @generated from field: string entity_uuid = 1;
|
|
431
484
|
*/
|
|
432
485
|
entityUuid = "";
|
|
433
486
|
/**
|
|
434
|
-
*
|
|
487
|
+
*
|
|
488
|
+
* @description Standard employee and record metadata including timestamps.
|
|
435
489
|
*
|
|
436
490
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
437
491
|
*/
|
|
438
492
|
metadata;
|
|
439
493
|
/**
|
|
440
|
-
*
|
|
494
|
+
*
|
|
495
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
441
496
|
*
|
|
442
497
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
443
498
|
*/
|
|
444
499
|
approvalMetadata;
|
|
445
500
|
/**
|
|
446
|
-
*
|
|
501
|
+
*
|
|
502
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
447
503
|
*
|
|
448
504
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
449
505
|
*/
|
|
450
506
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
451
507
|
/**
|
|
452
|
-
*
|
|
508
|
+
*
|
|
509
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
453
510
|
*
|
|
454
511
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
455
512
|
*/
|
|
456
513
|
logs = [];
|
|
457
514
|
/**
|
|
458
|
-
*
|
|
515
|
+
*
|
|
516
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
517
|
+
*
|
|
518
|
+
* @example 1698400000
|
|
459
519
|
*
|
|
460
520
|
* @generated from field: uint64 completed_on = 6;
|
|
461
521
|
*/
|
|
@@ -467,19 +527,28 @@ class Expense extends protobuf_1.Message {
|
|
|
467
527
|
*/
|
|
468
528
|
projectId = protobuf_1.protoInt64.zero;
|
|
469
529
|
/**
|
|
470
|
-
*
|
|
530
|
+
*
|
|
531
|
+
* @description Link to the document storage folder.
|
|
532
|
+
*
|
|
533
|
+
* @example 15234
|
|
471
534
|
*
|
|
472
535
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
473
536
|
*/
|
|
474
537
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
475
538
|
/**
|
|
476
|
-
*
|
|
539
|
+
*
|
|
540
|
+
* @description The user-provided reference ID.
|
|
541
|
+
*
|
|
542
|
+
* @example "ABS-2023-001"
|
|
477
543
|
*
|
|
478
544
|
* @generated from field: string reference_id = 10;
|
|
479
545
|
*/
|
|
480
546
|
referenceId = "";
|
|
481
547
|
/**
|
|
482
|
-
*
|
|
548
|
+
*
|
|
549
|
+
* @description The system-generated immutable reference number.
|
|
550
|
+
*
|
|
551
|
+
* @example "ABS-2023-X9Z2"
|
|
483
552
|
*
|
|
484
553
|
* @generated from field: string final_ref_number = 11;
|
|
485
554
|
*/
|
|
@@ -757,25 +826,31 @@ exports.ExpensesServiceItemUpdateRequest = ExpensesServiceItemUpdateRequest;
|
|
|
757
826
|
*/
|
|
758
827
|
class ExpenseItem extends protobuf_1.Message {
|
|
759
828
|
/**
|
|
760
|
-
*
|
|
829
|
+
*
|
|
830
|
+
* @description The organization's globally unique identifier.
|
|
831
|
+
*
|
|
832
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
761
833
|
*
|
|
762
834
|
* @generated from field: string entity_uuid = 1;
|
|
763
835
|
*/
|
|
764
836
|
entityUuid = "";
|
|
765
837
|
/**
|
|
766
|
-
*
|
|
838
|
+
*
|
|
839
|
+
* @description Standard employee and record metadata including timestamps.
|
|
767
840
|
*
|
|
768
841
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
769
842
|
*/
|
|
770
843
|
metadata;
|
|
771
844
|
/**
|
|
772
|
-
*
|
|
845
|
+
*
|
|
846
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
773
847
|
*
|
|
774
848
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
775
849
|
*/
|
|
776
850
|
approvalMetadata;
|
|
777
851
|
/**
|
|
778
|
-
*
|
|
852
|
+
*
|
|
853
|
+
* @description The approval state of the record
|
|
779
854
|
*
|
|
780
855
|
* @generated from field: bool need_approval = 4;
|
|
781
856
|
*/
|
|
@@ -992,37 +1067,77 @@ exports.ExpenseItemHistoryRequest = ExpenseItemHistoryRequest;
|
|
|
992
1067
|
*/
|
|
993
1068
|
class ExpenseItemsSearchRequest extends protobuf_1.Message {
|
|
994
1069
|
/**
|
|
995
|
-
*
|
|
1070
|
+
*
|
|
1071
|
+
* @optional
|
|
1072
|
+
*
|
|
1073
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1074
|
+
*
|
|
1075
|
+
* @example ANY
|
|
996
1076
|
*
|
|
997
1077
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
998
1078
|
*/
|
|
999
1079
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1000
1080
|
/**
|
|
1001
|
-
*
|
|
1081
|
+
*
|
|
1082
|
+
* @mandatory
|
|
1083
|
+
*
|
|
1084
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1085
|
+
*
|
|
1086
|
+
* @example 100
|
|
1087
|
+
*
|
|
1088
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1089
|
+
*
|
|
1090
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1002
1091
|
*
|
|
1003
1092
|
* @generated from field: int64 count = 2;
|
|
1004
1093
|
*/
|
|
1005
1094
|
count = protobuf_1.protoInt64.zero;
|
|
1006
1095
|
/**
|
|
1007
|
-
*
|
|
1096
|
+
*
|
|
1097
|
+
* @optional
|
|
1098
|
+
*
|
|
1099
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1100
|
+
*
|
|
1101
|
+
* @example 0
|
|
1102
|
+
*
|
|
1103
|
+
* @regex ^[0-9]+$
|
|
1104
|
+
*
|
|
1105
|
+
* @format Non-negative integer.
|
|
1008
1106
|
*
|
|
1009
1107
|
* @generated from field: uint64 offset = 3;
|
|
1010
1108
|
*/
|
|
1011
1109
|
offset = protobuf_1.protoInt64.zero;
|
|
1012
1110
|
/**
|
|
1013
|
-
*
|
|
1111
|
+
*
|
|
1112
|
+
* @optional
|
|
1113
|
+
*
|
|
1114
|
+
* @description Sort direction.
|
|
1115
|
+
*
|
|
1116
|
+
* @example DESCENDING
|
|
1014
1117
|
*
|
|
1015
1118
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1016
1119
|
*/
|
|
1017
1120
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1018
1121
|
/**
|
|
1019
|
-
*
|
|
1122
|
+
*
|
|
1123
|
+
* @optional
|
|
1124
|
+
*
|
|
1125
|
+
* @description The field used for sorting.
|
|
1020
1126
|
*
|
|
1021
1127
|
* @generated from field: Scailo.EXPENSE_ITEM_SORT_KEY sort_key = 5;
|
|
1022
1128
|
*/
|
|
1023
1129
|
sortKey = EXPENSE_ITEM_SORT_KEY.EXPENSE_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1024
1130
|
/**
|
|
1025
|
-
*
|
|
1131
|
+
*
|
|
1132
|
+
* @optional
|
|
1133
|
+
*
|
|
1134
|
+
* @description Filter by the organization UUID.
|
|
1135
|
+
*
|
|
1136
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1137
|
+
*
|
|
1138
|
+
* @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}$
|
|
1139
|
+
*
|
|
1140
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1026
1141
|
*
|
|
1027
1142
|
* @generated from field: string entity_uuid = 6;
|
|
1028
1143
|
*/
|
|
@@ -1133,25 +1248,35 @@ exports.ExpenseItemsSearchRequest = ExpenseItemsSearchRequest;
|
|
|
1133
1248
|
*/
|
|
1134
1249
|
class ExpensesServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1135
1250
|
/**
|
|
1136
|
-
*
|
|
1251
|
+
*
|
|
1252
|
+
* @description Number of records returned in the current response slice.
|
|
1253
|
+
*
|
|
1254
|
+
* @example 50
|
|
1137
1255
|
*
|
|
1138
1256
|
* @generated from field: uint64 count = 1;
|
|
1139
1257
|
*/
|
|
1140
1258
|
count = protobuf_1.protoInt64.zero;
|
|
1141
1259
|
/**
|
|
1142
|
-
*
|
|
1260
|
+
*
|
|
1261
|
+
* @description The offset provided in the request.
|
|
1262
|
+
*
|
|
1263
|
+
* @example 0
|
|
1143
1264
|
*
|
|
1144
1265
|
* @generated from field: uint64 offset = 2;
|
|
1145
1266
|
*/
|
|
1146
1267
|
offset = protobuf_1.protoInt64.zero;
|
|
1147
1268
|
/**
|
|
1148
|
-
*
|
|
1269
|
+
*
|
|
1270
|
+
* @description The total number of records matching the criteria.
|
|
1271
|
+
*
|
|
1272
|
+
* @example 1250
|
|
1149
1273
|
*
|
|
1150
1274
|
* @generated from field: uint64 total = 3;
|
|
1151
1275
|
*/
|
|
1152
1276
|
total = protobuf_1.protoInt64.zero;
|
|
1153
1277
|
/**
|
|
1154
|
-
*
|
|
1278
|
+
*
|
|
1279
|
+
* @description The array of records for the current page.
|
|
1155
1280
|
*
|
|
1156
1281
|
* @generated from field: repeated Scailo.ExpenseItem payload = 4;
|
|
1157
1282
|
*/
|
|
@@ -1190,31 +1315,62 @@ exports.ExpensesServicePaginatedItemsResponse = ExpensesServicePaginatedItemsRes
|
|
|
1190
1315
|
*/
|
|
1191
1316
|
class ExpensesServicePaginationReq extends protobuf_1.Message {
|
|
1192
1317
|
/**
|
|
1193
|
-
*
|
|
1318
|
+
*
|
|
1319
|
+
* @optional
|
|
1320
|
+
*
|
|
1321
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1322
|
+
*
|
|
1323
|
+
* @example ANY
|
|
1194
1324
|
*
|
|
1195
1325
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1196
1326
|
*/
|
|
1197
1327
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1198
1328
|
/**
|
|
1199
|
-
*
|
|
1329
|
+
*
|
|
1330
|
+
* @mandatory
|
|
1331
|
+
*
|
|
1332
|
+
* @description Number of records to return per page.
|
|
1333
|
+
*
|
|
1334
|
+
* @example 50
|
|
1335
|
+
*
|
|
1336
|
+
* @regex ^[1-9][0-9]*$
|
|
1337
|
+
*
|
|
1338
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1200
1339
|
*
|
|
1201
1340
|
* @generated from field: int64 count = 2;
|
|
1202
1341
|
*/
|
|
1203
1342
|
count = protobuf_1.protoInt64.zero;
|
|
1204
1343
|
/**
|
|
1205
|
-
*
|
|
1344
|
+
*
|
|
1345
|
+
* @optional
|
|
1346
|
+
*
|
|
1347
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1348
|
+
*
|
|
1349
|
+
* @example 0
|
|
1350
|
+
*
|
|
1351
|
+
* @regex ^[0-9]+$
|
|
1352
|
+
*
|
|
1353
|
+
* @format Non-negative integer.
|
|
1206
1354
|
*
|
|
1207
1355
|
* @generated from field: uint64 offset = 3;
|
|
1208
1356
|
*/
|
|
1209
1357
|
offset = protobuf_1.protoInt64.zero;
|
|
1210
1358
|
/**
|
|
1211
|
-
*
|
|
1359
|
+
*
|
|
1360
|
+
* @optional
|
|
1361
|
+
*
|
|
1362
|
+
* @description Sort direction.
|
|
1363
|
+
*
|
|
1364
|
+
* @example DESCENDING
|
|
1212
1365
|
*
|
|
1213
1366
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1214
1367
|
*/
|
|
1215
1368
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1216
1369
|
/**
|
|
1217
|
-
*
|
|
1370
|
+
*
|
|
1371
|
+
* @optional
|
|
1372
|
+
*
|
|
1373
|
+
* @description The specific field key to sort the results by.
|
|
1218
1374
|
*
|
|
1219
1375
|
* @generated from field: Scailo.EXPENSE_SORT_KEY sort_key = 5;
|
|
1220
1376
|
*/
|
|
@@ -1261,25 +1417,35 @@ exports.ExpensesServicePaginationReq = ExpensesServicePaginationReq;
|
|
|
1261
1417
|
*/
|
|
1262
1418
|
class ExpensesServicePaginationResponse extends protobuf_1.Message {
|
|
1263
1419
|
/**
|
|
1264
|
-
*
|
|
1420
|
+
*
|
|
1421
|
+
* @description Number of records returned in the current response slice.
|
|
1422
|
+
*
|
|
1423
|
+
* @example 50
|
|
1265
1424
|
*
|
|
1266
1425
|
* @generated from field: uint64 count = 1;
|
|
1267
1426
|
*/
|
|
1268
1427
|
count = protobuf_1.protoInt64.zero;
|
|
1269
1428
|
/**
|
|
1270
|
-
*
|
|
1429
|
+
*
|
|
1430
|
+
* @description The offset provided in the request.
|
|
1431
|
+
*
|
|
1432
|
+
* @example 0
|
|
1271
1433
|
*
|
|
1272
1434
|
* @generated from field: uint64 offset = 2;
|
|
1273
1435
|
*/
|
|
1274
1436
|
offset = protobuf_1.protoInt64.zero;
|
|
1275
1437
|
/**
|
|
1276
|
-
*
|
|
1438
|
+
*
|
|
1439
|
+
* @description The total number of records matching the criteria.
|
|
1440
|
+
*
|
|
1441
|
+
* @example 1250
|
|
1277
1442
|
*
|
|
1278
1443
|
* @generated from field: uint64 total = 3;
|
|
1279
1444
|
*/
|
|
1280
1445
|
total = protobuf_1.protoInt64.zero;
|
|
1281
1446
|
/**
|
|
1282
|
-
*
|
|
1447
|
+
*
|
|
1448
|
+
* @description The array of records for the current page.
|
|
1283
1449
|
*
|
|
1284
1450
|
* @generated from field: repeated Scailo.Expense payload = 4;
|
|
1285
1451
|
*/
|
|
@@ -1318,115 +1484,268 @@ exports.ExpensesServicePaginationResponse = ExpensesServicePaginationResponse;
|
|
|
1318
1484
|
*/
|
|
1319
1485
|
class ExpensesServiceFilterReq extends protobuf_1.Message {
|
|
1320
1486
|
/**
|
|
1321
|
-
*
|
|
1487
|
+
*
|
|
1488
|
+
* @optional
|
|
1489
|
+
*
|
|
1490
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1491
|
+
*
|
|
1492
|
+
* @example ANY
|
|
1322
1493
|
*
|
|
1323
1494
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1324
1495
|
*/
|
|
1325
1496
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1326
1497
|
/**
|
|
1327
|
-
*
|
|
1498
|
+
*
|
|
1499
|
+
* @mandatory
|
|
1500
|
+
*
|
|
1501
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1502
|
+
*
|
|
1503
|
+
* @example 100
|
|
1504
|
+
*
|
|
1505
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1506
|
+
*
|
|
1507
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1328
1508
|
*
|
|
1329
1509
|
* @generated from field: int64 count = 2;
|
|
1330
1510
|
*/
|
|
1331
1511
|
count = protobuf_1.protoInt64.zero;
|
|
1332
1512
|
/**
|
|
1333
|
-
*
|
|
1513
|
+
*
|
|
1514
|
+
* @optional
|
|
1515
|
+
*
|
|
1516
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1517
|
+
*
|
|
1518
|
+
* @example 0
|
|
1519
|
+
*
|
|
1520
|
+
* @regex ^[0-9]+$
|
|
1521
|
+
*
|
|
1522
|
+
* @format Non-negative integer.
|
|
1334
1523
|
*
|
|
1335
1524
|
* @generated from field: uint64 offset = 3;
|
|
1336
1525
|
*/
|
|
1337
1526
|
offset = protobuf_1.protoInt64.zero;
|
|
1338
1527
|
/**
|
|
1339
|
-
*
|
|
1528
|
+
*
|
|
1529
|
+
* @optional
|
|
1530
|
+
*
|
|
1531
|
+
* @description Sort direction.
|
|
1532
|
+
*
|
|
1533
|
+
* @example DESCENDING
|
|
1340
1534
|
*
|
|
1341
1535
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1342
1536
|
*/
|
|
1343
1537
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1344
1538
|
/**
|
|
1345
|
-
*
|
|
1539
|
+
*
|
|
1540
|
+
* @optional
|
|
1541
|
+
*
|
|
1542
|
+
* @description The field used for sorting.
|
|
1346
1543
|
*
|
|
1347
1544
|
* @generated from field: Scailo.EXPENSE_SORT_KEY sort_key = 5;
|
|
1348
1545
|
*/
|
|
1349
1546
|
sortKey = EXPENSE_SORT_KEY.EXPENSE_SORT_KEY_ID_UNSPECIFIED;
|
|
1350
1547
|
/**
|
|
1351
|
-
*
|
|
1548
|
+
*
|
|
1549
|
+
* @optional
|
|
1550
|
+
*
|
|
1551
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1552
|
+
*
|
|
1553
|
+
* @example 1672531200
|
|
1554
|
+
*
|
|
1555
|
+
* @regex ^[0-9]+$
|
|
1556
|
+
*
|
|
1557
|
+
* @format Non-negative integer.
|
|
1352
1558
|
*
|
|
1353
1559
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1354
1560
|
*/
|
|
1355
1561
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1356
1562
|
/**
|
|
1357
|
-
*
|
|
1563
|
+
*
|
|
1564
|
+
* @optional
|
|
1565
|
+
*
|
|
1566
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1567
|
+
*
|
|
1568
|
+
* @example 1704067199
|
|
1569
|
+
*
|
|
1570
|
+
* @regex ^[0-9]+$
|
|
1571
|
+
*
|
|
1572
|
+
* @format Non-negative integer.
|
|
1358
1573
|
*
|
|
1359
1574
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1360
1575
|
*/
|
|
1361
1576
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1362
1577
|
/**
|
|
1363
|
-
*
|
|
1578
|
+
*
|
|
1579
|
+
* @optional
|
|
1580
|
+
*
|
|
1581
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1582
|
+
*
|
|
1583
|
+
* @example 1672531200
|
|
1584
|
+
*
|
|
1585
|
+
* @regex ^[0-9]+$
|
|
1586
|
+
*
|
|
1587
|
+
* @format Non-negative integer.
|
|
1364
1588
|
*
|
|
1365
1589
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1366
1590
|
*/
|
|
1367
1591
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1368
1592
|
/**
|
|
1369
|
-
*
|
|
1593
|
+
*
|
|
1594
|
+
* @optional
|
|
1595
|
+
*
|
|
1596
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1597
|
+
*
|
|
1598
|
+
* @example 1704067199
|
|
1599
|
+
*
|
|
1600
|
+
* @regex ^[0-9]+$
|
|
1601
|
+
*
|
|
1602
|
+
* @format Non-negative integer.
|
|
1370
1603
|
*
|
|
1371
1604
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1372
1605
|
*/
|
|
1373
1606
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1374
1607
|
/**
|
|
1375
|
-
*
|
|
1608
|
+
*
|
|
1609
|
+
* @optional
|
|
1610
|
+
*
|
|
1611
|
+
* @description Filter by the organization UUID.
|
|
1612
|
+
*
|
|
1613
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1614
|
+
*
|
|
1615
|
+
* @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}$
|
|
1616
|
+
*
|
|
1617
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1376
1618
|
*
|
|
1377
1619
|
* @generated from field: string entity_uuid = 8;
|
|
1378
1620
|
*/
|
|
1379
1621
|
entityUuid = "";
|
|
1380
1622
|
/**
|
|
1381
|
-
*
|
|
1623
|
+
*
|
|
1624
|
+
* @optional
|
|
1625
|
+
*
|
|
1626
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1627
|
+
*
|
|
1628
|
+
* @example STANDING
|
|
1382
1629
|
*
|
|
1383
1630
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1384
1631
|
*/
|
|
1385
1632
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1386
1633
|
/**
|
|
1387
|
-
*
|
|
1634
|
+
*
|
|
1635
|
+
* @optional
|
|
1636
|
+
*
|
|
1637
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1638
|
+
*
|
|
1639
|
+
* @example 1672531200
|
|
1640
|
+
*
|
|
1641
|
+
* @regex ^[0-9]+$
|
|
1642
|
+
*
|
|
1643
|
+
* @format Non-negative integer.
|
|
1388
1644
|
*
|
|
1389
1645
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1390
1646
|
*/
|
|
1391
1647
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1392
1648
|
/**
|
|
1393
|
-
*
|
|
1649
|
+
*
|
|
1650
|
+
* @optional
|
|
1651
|
+
*
|
|
1652
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1653
|
+
*
|
|
1654
|
+
* @example 1704067199
|
|
1655
|
+
*
|
|
1656
|
+
* @regex ^[0-9]+$
|
|
1657
|
+
*
|
|
1658
|
+
* @format Non-negative integer.
|
|
1394
1659
|
*
|
|
1395
1660
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1396
1661
|
*/
|
|
1397
1662
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1398
1663
|
/**
|
|
1399
|
-
*
|
|
1664
|
+
*
|
|
1665
|
+
* @optional
|
|
1666
|
+
*
|
|
1667
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1668
|
+
*
|
|
1669
|
+
* @example 501
|
|
1670
|
+
*
|
|
1671
|
+
* @regex ^[0-9]+$
|
|
1672
|
+
*
|
|
1673
|
+
* @format Non-negative integer.
|
|
1400
1674
|
*
|
|
1401
1675
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1402
1676
|
*/
|
|
1403
1677
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1404
1678
|
/**
|
|
1405
|
-
*
|
|
1679
|
+
*
|
|
1680
|
+
* @optional
|
|
1681
|
+
*
|
|
1682
|
+
* @description Filter by the role ID of the approver.
|
|
1683
|
+
*
|
|
1684
|
+
* @example 5
|
|
1685
|
+
*
|
|
1686
|
+
* @regex ^[0-9]+$
|
|
1687
|
+
*
|
|
1688
|
+
* @format Non-negative integer.
|
|
1406
1689
|
*
|
|
1407
1690
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1408
1691
|
*/
|
|
1409
1692
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1410
1693
|
/**
|
|
1411
|
-
*
|
|
1694
|
+
*
|
|
1695
|
+
* @optional
|
|
1696
|
+
*
|
|
1697
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1698
|
+
*
|
|
1699
|
+
* @example 1672531200
|
|
1700
|
+
*
|
|
1701
|
+
* @regex ^[0-9]+$
|
|
1702
|
+
*
|
|
1703
|
+
* @format Non-negative integer.
|
|
1412
1704
|
*
|
|
1413
1705
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1414
1706
|
*/
|
|
1415
1707
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1416
1708
|
/**
|
|
1417
|
-
*
|
|
1709
|
+
*
|
|
1710
|
+
* @optional
|
|
1711
|
+
*
|
|
1712
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1713
|
+
*
|
|
1714
|
+
* @example 1704067199
|
|
1715
|
+
*
|
|
1716
|
+
* @regex ^[0-9]+$
|
|
1717
|
+
*
|
|
1718
|
+
* @format Non-negative integer.
|
|
1418
1719
|
*
|
|
1419
1720
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1420
1721
|
*/
|
|
1421
1722
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1422
1723
|
/**
|
|
1423
|
-
*
|
|
1724
|
+
*
|
|
1725
|
+
* @optional
|
|
1726
|
+
*
|
|
1727
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1728
|
+
*
|
|
1729
|
+
* @example "ABS-2023-001"
|
|
1730
|
+
*
|
|
1731
|
+
* @regex [0-9A-Za-z ]*$
|
|
1732
|
+
*
|
|
1733
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1424
1734
|
*
|
|
1425
1735
|
* @generated from field: string reference_id = 20;
|
|
1426
1736
|
*/
|
|
1427
1737
|
referenceId = "";
|
|
1428
1738
|
/**
|
|
1429
|
-
*
|
|
1739
|
+
*
|
|
1740
|
+
* @optional
|
|
1741
|
+
*
|
|
1742
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1743
|
+
*
|
|
1744
|
+
* @example "ABS-2023-X9Z2"
|
|
1745
|
+
*
|
|
1746
|
+
* @regex [0-9A-Za-z ]*$
|
|
1747
|
+
*
|
|
1748
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1430
1749
|
*
|
|
1431
1750
|
* @generated from field: string final_ref_number = 21;
|
|
1432
1751
|
*/
|
|
@@ -1508,91 +1827,218 @@ exports.ExpensesServiceFilterReq = ExpensesServiceFilterReq;
|
|
|
1508
1827
|
*/
|
|
1509
1828
|
class ExpensesServiceCountReq extends protobuf_1.Message {
|
|
1510
1829
|
/**
|
|
1511
|
-
*
|
|
1830
|
+
*
|
|
1831
|
+
* @optional
|
|
1832
|
+
*
|
|
1833
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1834
|
+
*
|
|
1835
|
+
* @example ANY
|
|
1512
1836
|
*
|
|
1513
1837
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1514
1838
|
*/
|
|
1515
1839
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1516
1840
|
/**
|
|
1517
|
-
*
|
|
1841
|
+
*
|
|
1842
|
+
* @optional
|
|
1843
|
+
*
|
|
1844
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1845
|
+
*
|
|
1846
|
+
* @example 1672531200
|
|
1847
|
+
*
|
|
1848
|
+
* @regex ^[0-9]+$
|
|
1849
|
+
*
|
|
1850
|
+
* @format Non-negative integer.
|
|
1518
1851
|
*
|
|
1519
1852
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1520
1853
|
*/
|
|
1521
1854
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1522
1855
|
/**
|
|
1523
|
-
*
|
|
1856
|
+
*
|
|
1857
|
+
* @optional
|
|
1858
|
+
*
|
|
1859
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1860
|
+
*
|
|
1861
|
+
* @example 1704067199
|
|
1862
|
+
*
|
|
1863
|
+
* @regex ^[0-9]+$
|
|
1864
|
+
*
|
|
1865
|
+
* @format Non-negative integer.
|
|
1524
1866
|
*
|
|
1525
1867
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1526
1868
|
*/
|
|
1527
1869
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1528
1870
|
/**
|
|
1529
|
-
*
|
|
1871
|
+
*
|
|
1872
|
+
* @optional
|
|
1873
|
+
*
|
|
1874
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1875
|
+
*
|
|
1876
|
+
* @example 1672531200
|
|
1877
|
+
*
|
|
1878
|
+
* @regex ^[0-9]+$
|
|
1879
|
+
*
|
|
1880
|
+
* @format Non-negative integer.
|
|
1530
1881
|
*
|
|
1531
1882
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1532
1883
|
*/
|
|
1533
1884
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1534
1885
|
/**
|
|
1535
|
-
*
|
|
1886
|
+
*
|
|
1887
|
+
* @optional
|
|
1888
|
+
*
|
|
1889
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1890
|
+
*
|
|
1891
|
+
* @example 1704067199
|
|
1892
|
+
*
|
|
1893
|
+
* @regex ^[0-9]+$
|
|
1894
|
+
*
|
|
1895
|
+
* @format Non-negative integer.
|
|
1536
1896
|
*
|
|
1537
1897
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1538
1898
|
*/
|
|
1539
1899
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1540
1900
|
/**
|
|
1541
|
-
*
|
|
1901
|
+
*
|
|
1902
|
+
* @optional
|
|
1903
|
+
*
|
|
1904
|
+
* @description Filter by the organization UUID.
|
|
1905
|
+
*
|
|
1906
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1907
|
+
*
|
|
1908
|
+
* @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}$
|
|
1909
|
+
*
|
|
1910
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1542
1911
|
*
|
|
1543
1912
|
* @generated from field: string entity_uuid = 8;
|
|
1544
1913
|
*/
|
|
1545
1914
|
entityUuid = "";
|
|
1546
1915
|
/**
|
|
1547
|
-
*
|
|
1916
|
+
*
|
|
1917
|
+
* @optional
|
|
1918
|
+
*
|
|
1919
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1920
|
+
*
|
|
1921
|
+
* @example STANDING
|
|
1548
1922
|
*
|
|
1549
1923
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1550
1924
|
*/
|
|
1551
1925
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1552
1926
|
/**
|
|
1553
|
-
*
|
|
1927
|
+
*
|
|
1928
|
+
* @optional
|
|
1929
|
+
*
|
|
1930
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1931
|
+
*
|
|
1932
|
+
* @example 1672531200
|
|
1933
|
+
*
|
|
1934
|
+
* @regex ^[0-9]+$
|
|
1935
|
+
*
|
|
1936
|
+
* @format Non-negative integer.
|
|
1554
1937
|
*
|
|
1555
1938
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1556
1939
|
*/
|
|
1557
1940
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1558
1941
|
/**
|
|
1559
|
-
*
|
|
1942
|
+
*
|
|
1943
|
+
* @optional
|
|
1944
|
+
*
|
|
1945
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1946
|
+
*
|
|
1947
|
+
* @example 1704067199
|
|
1948
|
+
*
|
|
1949
|
+
* @regex ^[0-9]+$
|
|
1950
|
+
*
|
|
1951
|
+
* @format Non-negative integer.
|
|
1560
1952
|
*
|
|
1561
1953
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1562
1954
|
*/
|
|
1563
1955
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1564
1956
|
/**
|
|
1565
|
-
*
|
|
1957
|
+
*
|
|
1958
|
+
* @optional
|
|
1959
|
+
*
|
|
1960
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1961
|
+
*
|
|
1962
|
+
* @example 501
|
|
1963
|
+
*
|
|
1964
|
+
* @regex ^[0-9]+$
|
|
1965
|
+
*
|
|
1966
|
+
* @format Non-negative integer.
|
|
1566
1967
|
*
|
|
1567
1968
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1568
1969
|
*/
|
|
1569
1970
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1570
1971
|
/**
|
|
1571
|
-
*
|
|
1972
|
+
*
|
|
1973
|
+
* @optional
|
|
1974
|
+
*
|
|
1975
|
+
* @description Filter by the role ID of the approver.
|
|
1976
|
+
*
|
|
1977
|
+
* @example 5
|
|
1978
|
+
*
|
|
1979
|
+
* @regex ^[0-9]+$
|
|
1980
|
+
*
|
|
1981
|
+
* @format Non-negative integer.
|
|
1572
1982
|
*
|
|
1573
1983
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1574
1984
|
*/
|
|
1575
1985
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1576
1986
|
/**
|
|
1577
|
-
*
|
|
1987
|
+
*
|
|
1988
|
+
* @optional
|
|
1989
|
+
*
|
|
1990
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1991
|
+
*
|
|
1992
|
+
* @example 1672531200
|
|
1993
|
+
*
|
|
1994
|
+
* @regex ^[0-9]+$
|
|
1995
|
+
*
|
|
1996
|
+
* @format Non-negative integer.
|
|
1578
1997
|
*
|
|
1579
1998
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1580
1999
|
*/
|
|
1581
2000
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1582
2001
|
/**
|
|
1583
|
-
*
|
|
2002
|
+
*
|
|
2003
|
+
* @optional
|
|
2004
|
+
*
|
|
2005
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2006
|
+
*
|
|
2007
|
+
* @example 1704067199
|
|
2008
|
+
*
|
|
2009
|
+
* @regex ^[0-9]+$
|
|
2010
|
+
*
|
|
2011
|
+
* @format Non-negative integer.
|
|
1584
2012
|
*
|
|
1585
2013
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1586
2014
|
*/
|
|
1587
2015
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1588
2016
|
/**
|
|
1589
|
-
*
|
|
2017
|
+
*
|
|
2018
|
+
* @optional
|
|
2019
|
+
*
|
|
2020
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2021
|
+
*
|
|
2022
|
+
* @example "ABS-2023-001"
|
|
2023
|
+
*
|
|
2024
|
+
* @regex [0-9A-Za-z ]*$
|
|
2025
|
+
*
|
|
2026
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1590
2027
|
*
|
|
1591
2028
|
* @generated from field: string reference_id = 20;
|
|
1592
2029
|
*/
|
|
1593
2030
|
referenceId = "";
|
|
1594
2031
|
/**
|
|
1595
|
-
*
|
|
2032
|
+
*
|
|
2033
|
+
* @optional
|
|
2034
|
+
*
|
|
2035
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2036
|
+
*
|
|
2037
|
+
* @example "ABS-2023-X9Z2"
|
|
2038
|
+
*
|
|
2039
|
+
* @regex [0-9A-Za-z ]*$
|
|
2040
|
+
*
|
|
2041
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1596
2042
|
*
|
|
1597
2043
|
* @generated from field: string final_ref_number = 21;
|
|
1598
2044
|
*/
|
|
@@ -1670,49 +2116,103 @@ exports.ExpensesServiceCountReq = ExpensesServiceCountReq;
|
|
|
1670
2116
|
*/
|
|
1671
2117
|
class ExpensesServiceSearchAllReq extends protobuf_1.Message {
|
|
1672
2118
|
/**
|
|
1673
|
-
*
|
|
2119
|
+
*
|
|
2120
|
+
* @optional
|
|
2121
|
+
*
|
|
2122
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2123
|
+
*
|
|
2124
|
+
* @example ANY
|
|
1674
2125
|
*
|
|
1675
2126
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1676
2127
|
*/
|
|
1677
2128
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1678
2129
|
/**
|
|
1679
|
-
*
|
|
2130
|
+
*
|
|
2131
|
+
* @mandatory
|
|
2132
|
+
*
|
|
2133
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2134
|
+
*
|
|
2135
|
+
* @example 100
|
|
2136
|
+
*
|
|
2137
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2138
|
+
*
|
|
2139
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1680
2140
|
*
|
|
1681
2141
|
* @generated from field: int64 count = 2;
|
|
1682
2142
|
*/
|
|
1683
2143
|
count = protobuf_1.protoInt64.zero;
|
|
1684
2144
|
/**
|
|
1685
|
-
*
|
|
2145
|
+
*
|
|
2146
|
+
* @optional
|
|
2147
|
+
*
|
|
2148
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2149
|
+
*
|
|
2150
|
+
* @example 0
|
|
2151
|
+
*
|
|
2152
|
+
* @regex ^[0-9]+$
|
|
2153
|
+
*
|
|
2154
|
+
* @format Non-negative integer.
|
|
1686
2155
|
*
|
|
1687
2156
|
* @generated from field: uint64 offset = 3;
|
|
1688
2157
|
*/
|
|
1689
2158
|
offset = protobuf_1.protoInt64.zero;
|
|
1690
2159
|
/**
|
|
1691
|
-
*
|
|
2160
|
+
*
|
|
2161
|
+
* @optional
|
|
2162
|
+
*
|
|
2163
|
+
* @description Sort direction.
|
|
2164
|
+
*
|
|
2165
|
+
* @example DESCENDING
|
|
1692
2166
|
*
|
|
1693
2167
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1694
2168
|
*/
|
|
1695
2169
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1696
2170
|
/**
|
|
1697
|
-
*
|
|
2171
|
+
*
|
|
2172
|
+
* @optional
|
|
2173
|
+
*
|
|
2174
|
+
* @description The field used for sorting.
|
|
1698
2175
|
*
|
|
1699
2176
|
* @generated from field: Scailo.EXPENSE_SORT_KEY sort_key = 5;
|
|
1700
2177
|
*/
|
|
1701
2178
|
sortKey = EXPENSE_SORT_KEY.EXPENSE_SORT_KEY_ID_UNSPECIFIED;
|
|
1702
2179
|
/**
|
|
1703
|
-
*
|
|
2180
|
+
*
|
|
2181
|
+
* @optional
|
|
2182
|
+
*
|
|
2183
|
+
* @description Filter by the organization UUID.
|
|
2184
|
+
*
|
|
2185
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2186
|
+
*
|
|
2187
|
+
* @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}$
|
|
2188
|
+
*
|
|
2189
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1704
2190
|
*
|
|
1705
2191
|
* @generated from field: string entity_uuid = 6;
|
|
1706
2192
|
*/
|
|
1707
2193
|
entityUuid = "";
|
|
1708
2194
|
/**
|
|
1709
|
-
*
|
|
2195
|
+
*
|
|
2196
|
+
* @optional
|
|
2197
|
+
*
|
|
2198
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2199
|
+
*
|
|
2200
|
+
* @example STANDING
|
|
1710
2201
|
*
|
|
1711
2202
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1712
2203
|
*/
|
|
1713
2204
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1714
2205
|
/**
|
|
1715
|
-
*
|
|
2206
|
+
*
|
|
2207
|
+
* @mandatory
|
|
2208
|
+
*
|
|
2209
|
+
* @description The search string to match against reference IDs.
|
|
2210
|
+
*
|
|
2211
|
+
* @example "Medical 2023"
|
|
2212
|
+
*
|
|
2213
|
+
* @regex .*
|
|
2214
|
+
*
|
|
2215
|
+
* @format: May contain any UTF-8 characters.
|
|
1716
2216
|
*
|
|
1717
2217
|
* @generated from field: string search_key = 11;
|
|
1718
2218
|
*/
|