@kernelminds/scailo-sdk 0.1.27 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +41 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +226 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +88 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +88 -23
- package/lib/cjs/src/users.scailo_pb.js +491 -82
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +89 -24
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +479 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +41 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +226 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +88 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +88 -23
- package/lib/esm/src/users.scailo_pb.js +495 -84
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +89 -24
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +479 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -267,7 +267,16 @@ protobuf_1.proto3.util.setEnumType(SALES_INVOICE_ITEM_STATUS, "Scailo.SALES_INVO
|
|
|
267
267
|
*/
|
|
268
268
|
class SalesInvoicesServiceCreateRequest extends protobuf_1.Message {
|
|
269
269
|
/**
|
|
270
|
-
*
|
|
270
|
+
*
|
|
271
|
+
* @optional
|
|
272
|
+
*
|
|
273
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
274
|
+
*
|
|
275
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
276
|
+
*
|
|
277
|
+
* @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}$
|
|
278
|
+
*
|
|
279
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
271
280
|
*
|
|
272
281
|
* @generated from field: string entity_uuid = 1;
|
|
273
282
|
*/
|
|
@@ -279,13 +288,31 @@ class SalesInvoicesServiceCreateRequest extends protobuf_1.Message {
|
|
|
279
288
|
*/
|
|
280
289
|
userComment = "";
|
|
281
290
|
/**
|
|
282
|
-
*
|
|
291
|
+
*
|
|
292
|
+
* @optional
|
|
293
|
+
*
|
|
294
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
295
|
+
*
|
|
296
|
+
* @example 15234
|
|
297
|
+
*
|
|
298
|
+
* @regex ^[0-9]+$
|
|
299
|
+
*
|
|
300
|
+
* @format Non-negative integer.
|
|
283
301
|
*
|
|
284
302
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
285
303
|
*/
|
|
286
304
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
287
305
|
/**
|
|
288
|
-
*
|
|
306
|
+
*
|
|
307
|
+
* @mandatory
|
|
308
|
+
*
|
|
309
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
310
|
+
*
|
|
311
|
+
* @example "ABS-2023-001"
|
|
312
|
+
*
|
|
313
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
314
|
+
*
|
|
315
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
289
316
|
*
|
|
290
317
|
* @generated from field: string reference_id = 10;
|
|
291
318
|
*/
|
|
@@ -406,19 +433,42 @@ class SalesInvoicesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
406
433
|
*/
|
|
407
434
|
id = protobuf_1.protoInt64.zero;
|
|
408
435
|
/**
|
|
409
|
-
*
|
|
436
|
+
*
|
|
437
|
+
* @optional
|
|
438
|
+
*
|
|
439
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
440
|
+
*
|
|
441
|
+
* @example true
|
|
410
442
|
*
|
|
411
443
|
* @generated from field: bool notify_users = 3;
|
|
412
444
|
*/
|
|
413
445
|
notifyUsers = false;
|
|
414
446
|
/**
|
|
415
|
-
*
|
|
447
|
+
*
|
|
448
|
+
* @optional
|
|
449
|
+
*
|
|
450
|
+
* @description Updated vault folder ID for documentation storage.
|
|
451
|
+
*
|
|
452
|
+
* @example 15235
|
|
453
|
+
*
|
|
454
|
+
* @regex ^[0-9]+$
|
|
455
|
+
*
|
|
456
|
+
* @format Non-negative integer.
|
|
416
457
|
*
|
|
417
458
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
418
459
|
*/
|
|
419
460
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
420
461
|
/**
|
|
421
|
-
*
|
|
462
|
+
*
|
|
463
|
+
* @mandatory
|
|
464
|
+
*
|
|
465
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
466
|
+
*
|
|
467
|
+
* @example "ABS-2023-001-REV"
|
|
468
|
+
*
|
|
469
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
470
|
+
*
|
|
471
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
422
472
|
*
|
|
423
473
|
* @generated from field: string reference_id = 10;
|
|
424
474
|
*/
|
|
@@ -607,55 +657,74 @@ exports.SalesInvoiceAncillaryParameters = SalesInvoiceAncillaryParameters;
|
|
|
607
657
|
*/
|
|
608
658
|
class SalesInvoice extends protobuf_1.Message {
|
|
609
659
|
/**
|
|
610
|
-
*
|
|
660
|
+
*
|
|
661
|
+
* @description The organization's globally unique identifier.
|
|
662
|
+
*
|
|
663
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
611
664
|
*
|
|
612
665
|
* @generated from field: string entity_uuid = 1;
|
|
613
666
|
*/
|
|
614
667
|
entityUuid = "";
|
|
615
668
|
/**
|
|
616
|
-
*
|
|
669
|
+
*
|
|
670
|
+
* @description Standard employee and record metadata including timestamps.
|
|
617
671
|
*
|
|
618
672
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
619
673
|
*/
|
|
620
674
|
metadata;
|
|
621
675
|
/**
|
|
622
|
-
*
|
|
676
|
+
*
|
|
677
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
623
678
|
*
|
|
624
679
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
625
680
|
*/
|
|
626
681
|
approvalMetadata;
|
|
627
682
|
/**
|
|
628
|
-
*
|
|
683
|
+
*
|
|
684
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
629
685
|
*
|
|
630
686
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
631
687
|
*/
|
|
632
688
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
633
689
|
/**
|
|
634
|
-
*
|
|
690
|
+
*
|
|
691
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
635
692
|
*
|
|
636
693
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
637
694
|
*/
|
|
638
695
|
logs = [];
|
|
639
696
|
/**
|
|
640
|
-
*
|
|
697
|
+
*
|
|
698
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
699
|
+
*
|
|
700
|
+
* @example 1698400000
|
|
641
701
|
*
|
|
642
702
|
* @generated from field: uint64 completed_on = 6;
|
|
643
703
|
*/
|
|
644
704
|
completedOn = protobuf_1.protoInt64.zero;
|
|
645
705
|
/**
|
|
646
|
-
*
|
|
706
|
+
*
|
|
707
|
+
* @description Link to the document storage folder.
|
|
708
|
+
*
|
|
709
|
+
* @example 15234
|
|
647
710
|
*
|
|
648
711
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
649
712
|
*/
|
|
650
713
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
651
714
|
/**
|
|
652
|
-
*
|
|
715
|
+
*
|
|
716
|
+
* @description The user-provided reference ID.
|
|
717
|
+
*
|
|
718
|
+
* @example "ABS-2023-001"
|
|
653
719
|
*
|
|
654
720
|
* @generated from field: string reference_id = 10;
|
|
655
721
|
*/
|
|
656
722
|
referenceId = "";
|
|
657
723
|
/**
|
|
658
|
-
*
|
|
724
|
+
*
|
|
725
|
+
* @description The system-generated immutable reference number.
|
|
726
|
+
*
|
|
727
|
+
* @example "ABS-2023-X9Z2"
|
|
659
728
|
*
|
|
660
729
|
* @generated from field: string final_ref_number = 11;
|
|
661
730
|
*/
|
|
@@ -1187,25 +1256,31 @@ exports.SalesInvoicesServiceItemSpecificationsUpdateRequest = SalesInvoicesServi
|
|
|
1187
1256
|
*/
|
|
1188
1257
|
class SalesInvoiceItem extends protobuf_1.Message {
|
|
1189
1258
|
/**
|
|
1190
|
-
*
|
|
1259
|
+
*
|
|
1260
|
+
* @description The organization's globally unique identifier.
|
|
1261
|
+
*
|
|
1262
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1191
1263
|
*
|
|
1192
1264
|
* @generated from field: string entity_uuid = 1;
|
|
1193
1265
|
*/
|
|
1194
1266
|
entityUuid = "";
|
|
1195
1267
|
/**
|
|
1196
|
-
*
|
|
1268
|
+
*
|
|
1269
|
+
* @description Standard employee and record metadata including timestamps.
|
|
1197
1270
|
*
|
|
1198
1271
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
1199
1272
|
*/
|
|
1200
1273
|
metadata;
|
|
1201
1274
|
/**
|
|
1202
|
-
*
|
|
1275
|
+
*
|
|
1276
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
1203
1277
|
*
|
|
1204
1278
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
1205
1279
|
*/
|
|
1206
1280
|
approvalMetadata;
|
|
1207
1281
|
/**
|
|
1208
|
-
*
|
|
1282
|
+
*
|
|
1283
|
+
* @description The approval state of the record
|
|
1209
1284
|
*
|
|
1210
1285
|
* @generated from field: bool need_approval = 4;
|
|
1211
1286
|
*/
|
|
@@ -1529,31 +1604,62 @@ exports.SalesInvoicesServiceAlreadyAddedQuantityForSourceRequest = SalesInvoices
|
|
|
1529
1604
|
*/
|
|
1530
1605
|
class SalesInvoicesServicePaginationReq extends protobuf_1.Message {
|
|
1531
1606
|
/**
|
|
1532
|
-
*
|
|
1607
|
+
*
|
|
1608
|
+
* @optional
|
|
1609
|
+
*
|
|
1610
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1611
|
+
*
|
|
1612
|
+
* @example ANY
|
|
1533
1613
|
*
|
|
1534
1614
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1535
1615
|
*/
|
|
1536
1616
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1537
1617
|
/**
|
|
1538
|
-
*
|
|
1618
|
+
*
|
|
1619
|
+
* @mandatory
|
|
1620
|
+
*
|
|
1621
|
+
* @description Number of records to return per page.
|
|
1622
|
+
*
|
|
1623
|
+
* @example 50
|
|
1624
|
+
*
|
|
1625
|
+
* @regex ^[1-9][0-9]*$
|
|
1626
|
+
*
|
|
1627
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1539
1628
|
*
|
|
1540
1629
|
* @generated from field: int64 count = 2;
|
|
1541
1630
|
*/
|
|
1542
1631
|
count = protobuf_1.protoInt64.zero;
|
|
1543
1632
|
/**
|
|
1544
|
-
*
|
|
1633
|
+
*
|
|
1634
|
+
* @optional
|
|
1635
|
+
*
|
|
1636
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1637
|
+
*
|
|
1638
|
+
* @example 0
|
|
1639
|
+
*
|
|
1640
|
+
* @regex ^[0-9]+$
|
|
1641
|
+
*
|
|
1642
|
+
* @format Non-negative integer.
|
|
1545
1643
|
*
|
|
1546
1644
|
* @generated from field: uint64 offset = 3;
|
|
1547
1645
|
*/
|
|
1548
1646
|
offset = protobuf_1.protoInt64.zero;
|
|
1549
1647
|
/**
|
|
1550
|
-
*
|
|
1648
|
+
*
|
|
1649
|
+
* @optional
|
|
1650
|
+
*
|
|
1651
|
+
* @description Sort direction.
|
|
1652
|
+
*
|
|
1653
|
+
* @example DESCENDING
|
|
1551
1654
|
*
|
|
1552
1655
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1553
1656
|
*/
|
|
1554
1657
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1555
1658
|
/**
|
|
1556
|
-
*
|
|
1659
|
+
*
|
|
1660
|
+
* @optional
|
|
1661
|
+
*
|
|
1662
|
+
* @description The specific field key to sort the results by.
|
|
1557
1663
|
*
|
|
1558
1664
|
* @generated from field: Scailo.SALES_INVOICE_SORT_KEY sort_key = 5;
|
|
1559
1665
|
*/
|
|
@@ -1600,25 +1706,35 @@ exports.SalesInvoicesServicePaginationReq = SalesInvoicesServicePaginationReq;
|
|
|
1600
1706
|
*/
|
|
1601
1707
|
class SalesInvoicesServicePaginationResponse extends protobuf_1.Message {
|
|
1602
1708
|
/**
|
|
1603
|
-
*
|
|
1709
|
+
*
|
|
1710
|
+
* @description Number of records returned in the current response slice.
|
|
1711
|
+
*
|
|
1712
|
+
* @example 50
|
|
1604
1713
|
*
|
|
1605
1714
|
* @generated from field: uint64 count = 1;
|
|
1606
1715
|
*/
|
|
1607
1716
|
count = protobuf_1.protoInt64.zero;
|
|
1608
1717
|
/**
|
|
1609
|
-
*
|
|
1718
|
+
*
|
|
1719
|
+
* @description The offset provided in the request.
|
|
1720
|
+
*
|
|
1721
|
+
* @example 0
|
|
1610
1722
|
*
|
|
1611
1723
|
* @generated from field: uint64 offset = 2;
|
|
1612
1724
|
*/
|
|
1613
1725
|
offset = protobuf_1.protoInt64.zero;
|
|
1614
1726
|
/**
|
|
1615
|
-
*
|
|
1727
|
+
*
|
|
1728
|
+
* @description The total number of records matching the criteria.
|
|
1729
|
+
*
|
|
1730
|
+
* @example 1250
|
|
1616
1731
|
*
|
|
1617
1732
|
* @generated from field: uint64 total = 3;
|
|
1618
1733
|
*/
|
|
1619
1734
|
total = protobuf_1.protoInt64.zero;
|
|
1620
1735
|
/**
|
|
1621
|
-
*
|
|
1736
|
+
*
|
|
1737
|
+
* @description The array of records for the current page.
|
|
1622
1738
|
*
|
|
1623
1739
|
* @generated from field: repeated Scailo.SalesInvoice payload = 4;
|
|
1624
1740
|
*/
|
|
@@ -1657,115 +1773,268 @@ exports.SalesInvoicesServicePaginationResponse = SalesInvoicesServicePaginationR
|
|
|
1657
1773
|
*/
|
|
1658
1774
|
class SalesInvoicesServiceFilterReq extends protobuf_1.Message {
|
|
1659
1775
|
/**
|
|
1660
|
-
*
|
|
1776
|
+
*
|
|
1777
|
+
* @optional
|
|
1778
|
+
*
|
|
1779
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1780
|
+
*
|
|
1781
|
+
* @example ANY
|
|
1661
1782
|
*
|
|
1662
1783
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1663
1784
|
*/
|
|
1664
1785
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1665
1786
|
/**
|
|
1666
|
-
*
|
|
1787
|
+
*
|
|
1788
|
+
* @mandatory
|
|
1789
|
+
*
|
|
1790
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1791
|
+
*
|
|
1792
|
+
* @example 100
|
|
1793
|
+
*
|
|
1794
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1795
|
+
*
|
|
1796
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1667
1797
|
*
|
|
1668
1798
|
* @generated from field: int64 count = 2;
|
|
1669
1799
|
*/
|
|
1670
1800
|
count = protobuf_1.protoInt64.zero;
|
|
1671
1801
|
/**
|
|
1672
|
-
*
|
|
1802
|
+
*
|
|
1803
|
+
* @optional
|
|
1804
|
+
*
|
|
1805
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1806
|
+
*
|
|
1807
|
+
* @example 0
|
|
1808
|
+
*
|
|
1809
|
+
* @regex ^[0-9]+$
|
|
1810
|
+
*
|
|
1811
|
+
* @format Non-negative integer.
|
|
1673
1812
|
*
|
|
1674
1813
|
* @generated from field: uint64 offset = 3;
|
|
1675
1814
|
*/
|
|
1676
1815
|
offset = protobuf_1.protoInt64.zero;
|
|
1677
1816
|
/**
|
|
1678
|
-
*
|
|
1817
|
+
*
|
|
1818
|
+
* @optional
|
|
1819
|
+
*
|
|
1820
|
+
* @description Sort direction.
|
|
1821
|
+
*
|
|
1822
|
+
* @example DESCENDING
|
|
1679
1823
|
*
|
|
1680
1824
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1681
1825
|
*/
|
|
1682
1826
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1683
1827
|
/**
|
|
1684
|
-
*
|
|
1828
|
+
*
|
|
1829
|
+
* @optional
|
|
1830
|
+
*
|
|
1831
|
+
* @description The field used for sorting.
|
|
1685
1832
|
*
|
|
1686
1833
|
* @generated from field: Scailo.SALES_INVOICE_SORT_KEY sort_key = 5;
|
|
1687
1834
|
*/
|
|
1688
1835
|
sortKey = SALES_INVOICE_SORT_KEY.SALES_INVOICE_SORT_KEY_ID_UNSPECIFIED;
|
|
1689
1836
|
/**
|
|
1690
|
-
*
|
|
1837
|
+
*
|
|
1838
|
+
* @optional
|
|
1839
|
+
*
|
|
1840
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1841
|
+
*
|
|
1842
|
+
* @example 1672531200
|
|
1843
|
+
*
|
|
1844
|
+
* @regex ^[0-9]+$
|
|
1845
|
+
*
|
|
1846
|
+
* @format Non-negative integer.
|
|
1691
1847
|
*
|
|
1692
1848
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1693
1849
|
*/
|
|
1694
1850
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1695
1851
|
/**
|
|
1696
|
-
*
|
|
1852
|
+
*
|
|
1853
|
+
* @optional
|
|
1854
|
+
*
|
|
1855
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1856
|
+
*
|
|
1857
|
+
* @example 1704067199
|
|
1858
|
+
*
|
|
1859
|
+
* @regex ^[0-9]+$
|
|
1860
|
+
*
|
|
1861
|
+
* @format Non-negative integer.
|
|
1697
1862
|
*
|
|
1698
1863
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1699
1864
|
*/
|
|
1700
1865
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1701
1866
|
/**
|
|
1702
|
-
*
|
|
1867
|
+
*
|
|
1868
|
+
* @optional
|
|
1869
|
+
*
|
|
1870
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1871
|
+
*
|
|
1872
|
+
* @example 1672531200
|
|
1873
|
+
*
|
|
1874
|
+
* @regex ^[0-9]+$
|
|
1875
|
+
*
|
|
1876
|
+
* @format Non-negative integer.
|
|
1703
1877
|
*
|
|
1704
1878
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1705
1879
|
*/
|
|
1706
1880
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1707
1881
|
/**
|
|
1708
|
-
*
|
|
1882
|
+
*
|
|
1883
|
+
* @optional
|
|
1884
|
+
*
|
|
1885
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1886
|
+
*
|
|
1887
|
+
* @example 1704067199
|
|
1888
|
+
*
|
|
1889
|
+
* @regex ^[0-9]+$
|
|
1890
|
+
*
|
|
1891
|
+
* @format Non-negative integer.
|
|
1709
1892
|
*
|
|
1710
1893
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1711
1894
|
*/
|
|
1712
1895
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1713
1896
|
/**
|
|
1714
|
-
*
|
|
1897
|
+
*
|
|
1898
|
+
* @optional
|
|
1899
|
+
*
|
|
1900
|
+
* @description Filter by the organization UUID.
|
|
1901
|
+
*
|
|
1902
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1903
|
+
*
|
|
1904
|
+
* @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}$
|
|
1905
|
+
*
|
|
1906
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1715
1907
|
*
|
|
1716
1908
|
* @generated from field: string entity_uuid = 8;
|
|
1717
1909
|
*/
|
|
1718
1910
|
entityUuid = "";
|
|
1719
1911
|
/**
|
|
1720
|
-
*
|
|
1912
|
+
*
|
|
1913
|
+
* @optional
|
|
1914
|
+
*
|
|
1915
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1916
|
+
*
|
|
1917
|
+
* @example STANDING
|
|
1721
1918
|
*
|
|
1722
1919
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1723
1920
|
*/
|
|
1724
1921
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1725
1922
|
/**
|
|
1726
|
-
*
|
|
1923
|
+
*
|
|
1924
|
+
* @optional
|
|
1925
|
+
*
|
|
1926
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1927
|
+
*
|
|
1928
|
+
* @example 1672531200
|
|
1929
|
+
*
|
|
1930
|
+
* @regex ^[0-9]+$
|
|
1931
|
+
*
|
|
1932
|
+
* @format Non-negative integer.
|
|
1727
1933
|
*
|
|
1728
1934
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1729
1935
|
*/
|
|
1730
1936
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1731
1937
|
/**
|
|
1732
|
-
*
|
|
1938
|
+
*
|
|
1939
|
+
* @optional
|
|
1940
|
+
*
|
|
1941
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1942
|
+
*
|
|
1943
|
+
* @example 1704067199
|
|
1944
|
+
*
|
|
1945
|
+
* @regex ^[0-9]+$
|
|
1946
|
+
*
|
|
1947
|
+
* @format Non-negative integer.
|
|
1733
1948
|
*
|
|
1734
1949
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1735
1950
|
*/
|
|
1736
1951
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1737
1952
|
/**
|
|
1738
|
-
*
|
|
1953
|
+
*
|
|
1954
|
+
* @optional
|
|
1955
|
+
*
|
|
1956
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1957
|
+
*
|
|
1958
|
+
* @example 501
|
|
1959
|
+
*
|
|
1960
|
+
* @regex ^[0-9]+$
|
|
1961
|
+
*
|
|
1962
|
+
* @format Non-negative integer.
|
|
1739
1963
|
*
|
|
1740
1964
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1741
1965
|
*/
|
|
1742
1966
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1743
1967
|
/**
|
|
1744
|
-
*
|
|
1968
|
+
*
|
|
1969
|
+
* @optional
|
|
1970
|
+
*
|
|
1971
|
+
* @description Filter by the role ID of the approver.
|
|
1972
|
+
*
|
|
1973
|
+
* @example 5
|
|
1974
|
+
*
|
|
1975
|
+
* @regex ^[0-9]+$
|
|
1976
|
+
*
|
|
1977
|
+
* @format Non-negative integer.
|
|
1745
1978
|
*
|
|
1746
1979
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1747
1980
|
*/
|
|
1748
1981
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1749
1982
|
/**
|
|
1750
|
-
*
|
|
1983
|
+
*
|
|
1984
|
+
* @optional
|
|
1985
|
+
*
|
|
1986
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1987
|
+
*
|
|
1988
|
+
* @example 1672531200
|
|
1989
|
+
*
|
|
1990
|
+
* @regex ^[0-9]+$
|
|
1991
|
+
*
|
|
1992
|
+
* @format Non-negative integer.
|
|
1751
1993
|
*
|
|
1752
1994
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1753
1995
|
*/
|
|
1754
1996
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1755
1997
|
/**
|
|
1756
|
-
*
|
|
1998
|
+
*
|
|
1999
|
+
* @optional
|
|
2000
|
+
*
|
|
2001
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2002
|
+
*
|
|
2003
|
+
* @example 1704067199
|
|
2004
|
+
*
|
|
2005
|
+
* @regex ^[0-9]+$
|
|
2006
|
+
*
|
|
2007
|
+
* @format Non-negative integer.
|
|
1757
2008
|
*
|
|
1758
2009
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1759
2010
|
*/
|
|
1760
2011
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1761
2012
|
/**
|
|
1762
|
-
*
|
|
2013
|
+
*
|
|
2014
|
+
* @optional
|
|
2015
|
+
*
|
|
2016
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2017
|
+
*
|
|
2018
|
+
* @example "ABS-2023-001"
|
|
2019
|
+
*
|
|
2020
|
+
* @regex [0-9A-Za-z ]*$
|
|
2021
|
+
*
|
|
2022
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1763
2023
|
*
|
|
1764
2024
|
* @generated from field: string reference_id = 20;
|
|
1765
2025
|
*/
|
|
1766
2026
|
referenceId = "";
|
|
1767
2027
|
/**
|
|
1768
|
-
*
|
|
2028
|
+
*
|
|
2029
|
+
* @optional
|
|
2030
|
+
*
|
|
2031
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2032
|
+
*
|
|
2033
|
+
* @example "ABS-2023-X9Z2"
|
|
2034
|
+
*
|
|
2035
|
+
* @regex [0-9A-Za-z ]*$
|
|
2036
|
+
*
|
|
2037
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1769
2038
|
*
|
|
1770
2039
|
* @generated from field: string final_ref_number = 21;
|
|
1771
2040
|
*/
|
|
@@ -1897,91 +2166,218 @@ exports.SalesInvoicesServiceFilterReq = SalesInvoicesServiceFilterReq;
|
|
|
1897
2166
|
*/
|
|
1898
2167
|
class SalesInvoicesServiceCountReq extends protobuf_1.Message {
|
|
1899
2168
|
/**
|
|
1900
|
-
*
|
|
2169
|
+
*
|
|
2170
|
+
* @optional
|
|
2171
|
+
*
|
|
2172
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2173
|
+
*
|
|
2174
|
+
* @example ANY
|
|
1901
2175
|
*
|
|
1902
2176
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1903
2177
|
*/
|
|
1904
2178
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1905
2179
|
/**
|
|
1906
|
-
*
|
|
2180
|
+
*
|
|
2181
|
+
* @optional
|
|
2182
|
+
*
|
|
2183
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2184
|
+
*
|
|
2185
|
+
* @example 1672531200
|
|
2186
|
+
*
|
|
2187
|
+
* @regex ^[0-9]+$
|
|
2188
|
+
*
|
|
2189
|
+
* @format Non-negative integer.
|
|
1907
2190
|
*
|
|
1908
2191
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1909
2192
|
*/
|
|
1910
2193
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1911
2194
|
/**
|
|
1912
|
-
*
|
|
2195
|
+
*
|
|
2196
|
+
* @optional
|
|
2197
|
+
*
|
|
2198
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2199
|
+
*
|
|
2200
|
+
* @example 1704067199
|
|
2201
|
+
*
|
|
2202
|
+
* @regex ^[0-9]+$
|
|
2203
|
+
*
|
|
2204
|
+
* @format Non-negative integer.
|
|
1913
2205
|
*
|
|
1914
2206
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1915
2207
|
*/
|
|
1916
2208
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1917
2209
|
/**
|
|
1918
|
-
*
|
|
2210
|
+
*
|
|
2211
|
+
* @optional
|
|
2212
|
+
*
|
|
2213
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2214
|
+
*
|
|
2215
|
+
* @example 1672531200
|
|
2216
|
+
*
|
|
2217
|
+
* @regex ^[0-9]+$
|
|
2218
|
+
*
|
|
2219
|
+
* @format Non-negative integer.
|
|
1919
2220
|
*
|
|
1920
2221
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1921
2222
|
*/
|
|
1922
2223
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1923
2224
|
/**
|
|
1924
|
-
*
|
|
2225
|
+
*
|
|
2226
|
+
* @optional
|
|
2227
|
+
*
|
|
2228
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2229
|
+
*
|
|
2230
|
+
* @example 1704067199
|
|
2231
|
+
*
|
|
2232
|
+
* @regex ^[0-9]+$
|
|
2233
|
+
*
|
|
2234
|
+
* @format Non-negative integer.
|
|
1925
2235
|
*
|
|
1926
2236
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1927
2237
|
*/
|
|
1928
2238
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1929
2239
|
/**
|
|
1930
|
-
*
|
|
2240
|
+
*
|
|
2241
|
+
* @optional
|
|
2242
|
+
*
|
|
2243
|
+
* @description Filter by the organization UUID.
|
|
2244
|
+
*
|
|
2245
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2246
|
+
*
|
|
2247
|
+
* @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}$
|
|
2248
|
+
*
|
|
2249
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1931
2250
|
*
|
|
1932
2251
|
* @generated from field: string entity_uuid = 8;
|
|
1933
2252
|
*/
|
|
1934
2253
|
entityUuid = "";
|
|
1935
2254
|
/**
|
|
1936
|
-
*
|
|
2255
|
+
*
|
|
2256
|
+
* @optional
|
|
2257
|
+
*
|
|
2258
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2259
|
+
*
|
|
2260
|
+
* @example STANDING
|
|
1937
2261
|
*
|
|
1938
2262
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1939
2263
|
*/
|
|
1940
2264
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1941
2265
|
/**
|
|
1942
|
-
*
|
|
2266
|
+
*
|
|
2267
|
+
* @optional
|
|
2268
|
+
*
|
|
2269
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2270
|
+
*
|
|
2271
|
+
* @example 1672531200
|
|
2272
|
+
*
|
|
2273
|
+
* @regex ^[0-9]+$
|
|
2274
|
+
*
|
|
2275
|
+
* @format Non-negative integer.
|
|
1943
2276
|
*
|
|
1944
2277
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1945
2278
|
*/
|
|
1946
2279
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1947
2280
|
/**
|
|
1948
|
-
*
|
|
2281
|
+
*
|
|
2282
|
+
* @optional
|
|
2283
|
+
*
|
|
2284
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2285
|
+
*
|
|
2286
|
+
* @example 1704067199
|
|
2287
|
+
*
|
|
2288
|
+
* @regex ^[0-9]+$
|
|
2289
|
+
*
|
|
2290
|
+
* @format Non-negative integer.
|
|
1949
2291
|
*
|
|
1950
2292
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1951
2293
|
*/
|
|
1952
2294
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1953
2295
|
/**
|
|
1954
|
-
*
|
|
2296
|
+
*
|
|
2297
|
+
* @optional
|
|
2298
|
+
*
|
|
2299
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2300
|
+
*
|
|
2301
|
+
* @example 501
|
|
2302
|
+
*
|
|
2303
|
+
* @regex ^[0-9]+$
|
|
2304
|
+
*
|
|
2305
|
+
* @format Non-negative integer.
|
|
1955
2306
|
*
|
|
1956
2307
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1957
2308
|
*/
|
|
1958
2309
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1959
2310
|
/**
|
|
1960
|
-
*
|
|
2311
|
+
*
|
|
2312
|
+
* @optional
|
|
2313
|
+
*
|
|
2314
|
+
* @description Filter by the role ID of the approver.
|
|
2315
|
+
*
|
|
2316
|
+
* @example 5
|
|
2317
|
+
*
|
|
2318
|
+
* @regex ^[0-9]+$
|
|
2319
|
+
*
|
|
2320
|
+
* @format Non-negative integer.
|
|
1961
2321
|
*
|
|
1962
2322
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1963
2323
|
*/
|
|
1964
2324
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1965
2325
|
/**
|
|
1966
|
-
*
|
|
2326
|
+
*
|
|
2327
|
+
* @optional
|
|
2328
|
+
*
|
|
2329
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2330
|
+
*
|
|
2331
|
+
* @example 1672531200
|
|
2332
|
+
*
|
|
2333
|
+
* @regex ^[0-9]+$
|
|
2334
|
+
*
|
|
2335
|
+
* @format Non-negative integer.
|
|
1967
2336
|
*
|
|
1968
2337
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1969
2338
|
*/
|
|
1970
2339
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1971
2340
|
/**
|
|
1972
|
-
*
|
|
2341
|
+
*
|
|
2342
|
+
* @optional
|
|
2343
|
+
*
|
|
2344
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2345
|
+
*
|
|
2346
|
+
* @example 1704067199
|
|
2347
|
+
*
|
|
2348
|
+
* @regex ^[0-9]+$
|
|
2349
|
+
*
|
|
2350
|
+
* @format Non-negative integer.
|
|
1973
2351
|
*
|
|
1974
2352
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1975
2353
|
*/
|
|
1976
2354
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1977
2355
|
/**
|
|
1978
|
-
*
|
|
2356
|
+
*
|
|
2357
|
+
* @optional
|
|
2358
|
+
*
|
|
2359
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2360
|
+
*
|
|
2361
|
+
* @example "ABS-2023-001"
|
|
2362
|
+
*
|
|
2363
|
+
* @regex [0-9A-Za-z ]*$
|
|
2364
|
+
*
|
|
2365
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1979
2366
|
*
|
|
1980
2367
|
* @generated from field: string reference_id = 20;
|
|
1981
2368
|
*/
|
|
1982
2369
|
referenceId = "";
|
|
1983
2370
|
/**
|
|
1984
|
-
*
|
|
2371
|
+
*
|
|
2372
|
+
* @optional
|
|
2373
|
+
*
|
|
2374
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2375
|
+
*
|
|
2376
|
+
* @example "ABS-2023-X9Z2"
|
|
2377
|
+
*
|
|
2378
|
+
* @regex [0-9A-Za-z ]*$
|
|
2379
|
+
*
|
|
2380
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1985
2381
|
*
|
|
1986
2382
|
* @generated from field: string final_ref_number = 21;
|
|
1987
2383
|
*/
|
|
@@ -2109,49 +2505,103 @@ exports.SalesInvoicesServiceCountReq = SalesInvoicesServiceCountReq;
|
|
|
2109
2505
|
*/
|
|
2110
2506
|
class SalesInvoicesServiceSearchAllReq extends protobuf_1.Message {
|
|
2111
2507
|
/**
|
|
2112
|
-
*
|
|
2508
|
+
*
|
|
2509
|
+
* @optional
|
|
2510
|
+
*
|
|
2511
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2512
|
+
*
|
|
2513
|
+
* @example ANY
|
|
2113
2514
|
*
|
|
2114
2515
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2115
2516
|
*/
|
|
2116
2517
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2117
2518
|
/**
|
|
2118
|
-
*
|
|
2519
|
+
*
|
|
2520
|
+
* @mandatory
|
|
2521
|
+
*
|
|
2522
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2523
|
+
*
|
|
2524
|
+
* @example 100
|
|
2525
|
+
*
|
|
2526
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2527
|
+
*
|
|
2528
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2119
2529
|
*
|
|
2120
2530
|
* @generated from field: int64 count = 2;
|
|
2121
2531
|
*/
|
|
2122
2532
|
count = protobuf_1.protoInt64.zero;
|
|
2123
2533
|
/**
|
|
2124
|
-
*
|
|
2534
|
+
*
|
|
2535
|
+
* @optional
|
|
2536
|
+
*
|
|
2537
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2538
|
+
*
|
|
2539
|
+
* @example 0
|
|
2540
|
+
*
|
|
2541
|
+
* @regex ^[0-9]+$
|
|
2542
|
+
*
|
|
2543
|
+
* @format Non-negative integer.
|
|
2125
2544
|
*
|
|
2126
2545
|
* @generated from field: uint64 offset = 3;
|
|
2127
2546
|
*/
|
|
2128
2547
|
offset = protobuf_1.protoInt64.zero;
|
|
2129
2548
|
/**
|
|
2130
|
-
*
|
|
2549
|
+
*
|
|
2550
|
+
* @optional
|
|
2551
|
+
*
|
|
2552
|
+
* @description Sort direction.
|
|
2553
|
+
*
|
|
2554
|
+
* @example DESCENDING
|
|
2131
2555
|
*
|
|
2132
2556
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2133
2557
|
*/
|
|
2134
2558
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2135
2559
|
/**
|
|
2136
|
-
*
|
|
2560
|
+
*
|
|
2561
|
+
* @optional
|
|
2562
|
+
*
|
|
2563
|
+
* @description The field used for sorting.
|
|
2137
2564
|
*
|
|
2138
2565
|
* @generated from field: Scailo.SALES_INVOICE_SORT_KEY sort_key = 5;
|
|
2139
2566
|
*/
|
|
2140
2567
|
sortKey = SALES_INVOICE_SORT_KEY.SALES_INVOICE_SORT_KEY_ID_UNSPECIFIED;
|
|
2141
2568
|
/**
|
|
2142
|
-
*
|
|
2569
|
+
*
|
|
2570
|
+
* @optional
|
|
2571
|
+
*
|
|
2572
|
+
* @description Filter by the organization UUID.
|
|
2573
|
+
*
|
|
2574
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2575
|
+
*
|
|
2576
|
+
* @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}$
|
|
2577
|
+
*
|
|
2578
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2143
2579
|
*
|
|
2144
2580
|
* @generated from field: string entity_uuid = 6;
|
|
2145
2581
|
*/
|
|
2146
2582
|
entityUuid = "";
|
|
2147
2583
|
/**
|
|
2148
|
-
*
|
|
2584
|
+
*
|
|
2585
|
+
* @optional
|
|
2586
|
+
*
|
|
2587
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2588
|
+
*
|
|
2589
|
+
* @example STANDING
|
|
2149
2590
|
*
|
|
2150
2591
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2151
2592
|
*/
|
|
2152
2593
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2153
2594
|
/**
|
|
2154
|
-
*
|
|
2595
|
+
*
|
|
2596
|
+
* @mandatory
|
|
2597
|
+
*
|
|
2598
|
+
* @description The search string to match against reference IDs.
|
|
2599
|
+
*
|
|
2600
|
+
* @example "Medical 2023"
|
|
2601
|
+
*
|
|
2602
|
+
* @regex .*
|
|
2603
|
+
*
|
|
2604
|
+
* @format: May contain any UTF-8 characters.
|
|
2155
2605
|
*
|
|
2156
2606
|
* @generated from field: string search_key = 11;
|
|
2157
2607
|
*/
|
|
@@ -2273,25 +2723,31 @@ exports.SalesInvoicesServiceReferenceCreateRequest = SalesInvoicesServiceReferen
|
|
|
2273
2723
|
*/
|
|
2274
2724
|
class SalesInvoiceReference extends protobuf_1.Message {
|
|
2275
2725
|
/**
|
|
2276
|
-
*
|
|
2726
|
+
*
|
|
2727
|
+
* @description The organization's globally unique identifier.
|
|
2728
|
+
*
|
|
2729
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2277
2730
|
*
|
|
2278
2731
|
* @generated from field: string entity_uuid = 1;
|
|
2279
2732
|
*/
|
|
2280
2733
|
entityUuid = "";
|
|
2281
2734
|
/**
|
|
2282
|
-
*
|
|
2735
|
+
*
|
|
2736
|
+
* @description Standard employee and record metadata including timestamps.
|
|
2283
2737
|
*
|
|
2284
2738
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
2285
2739
|
*/
|
|
2286
2740
|
metadata;
|
|
2287
2741
|
/**
|
|
2288
|
-
*
|
|
2742
|
+
*
|
|
2743
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
2289
2744
|
*
|
|
2290
2745
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
2291
2746
|
*/
|
|
2292
2747
|
approvalMetadata;
|
|
2293
2748
|
/**
|
|
2294
|
-
*
|
|
2749
|
+
*
|
|
2750
|
+
* @description The approval state of the record
|
|
2295
2751
|
*
|
|
2296
2752
|
* @generated from field: bool need_approval = 4;
|
|
2297
2753
|
*/
|
|
@@ -2387,37 +2843,77 @@ exports.SalesInvoiceReferencesList = SalesInvoiceReferencesList;
|
|
|
2387
2843
|
*/
|
|
2388
2844
|
class SalesInvoiceItemsSearchRequest extends protobuf_1.Message {
|
|
2389
2845
|
/**
|
|
2390
|
-
*
|
|
2846
|
+
*
|
|
2847
|
+
* @optional
|
|
2848
|
+
*
|
|
2849
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2850
|
+
*
|
|
2851
|
+
* @example ANY
|
|
2391
2852
|
*
|
|
2392
2853
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2393
2854
|
*/
|
|
2394
2855
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2395
2856
|
/**
|
|
2396
|
-
*
|
|
2857
|
+
*
|
|
2858
|
+
* @mandatory
|
|
2859
|
+
*
|
|
2860
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2861
|
+
*
|
|
2862
|
+
* @example 100
|
|
2863
|
+
*
|
|
2864
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2865
|
+
*
|
|
2866
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2397
2867
|
*
|
|
2398
2868
|
* @generated from field: int64 count = 2;
|
|
2399
2869
|
*/
|
|
2400
2870
|
count = protobuf_1.protoInt64.zero;
|
|
2401
2871
|
/**
|
|
2402
|
-
*
|
|
2872
|
+
*
|
|
2873
|
+
* @optional
|
|
2874
|
+
*
|
|
2875
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2876
|
+
*
|
|
2877
|
+
* @example 0
|
|
2878
|
+
*
|
|
2879
|
+
* @regex ^[0-9]+$
|
|
2880
|
+
*
|
|
2881
|
+
* @format Non-negative integer.
|
|
2403
2882
|
*
|
|
2404
2883
|
* @generated from field: uint64 offset = 3;
|
|
2405
2884
|
*/
|
|
2406
2885
|
offset = protobuf_1.protoInt64.zero;
|
|
2407
2886
|
/**
|
|
2408
|
-
*
|
|
2887
|
+
*
|
|
2888
|
+
* @optional
|
|
2889
|
+
*
|
|
2890
|
+
* @description Sort direction.
|
|
2891
|
+
*
|
|
2892
|
+
* @example DESCENDING
|
|
2409
2893
|
*
|
|
2410
2894
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2411
2895
|
*/
|
|
2412
2896
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2413
2897
|
/**
|
|
2414
|
-
*
|
|
2898
|
+
*
|
|
2899
|
+
* @optional
|
|
2900
|
+
*
|
|
2901
|
+
* @description The field used for sorting.
|
|
2415
2902
|
*
|
|
2416
2903
|
* @generated from field: Scailo.SALES_INVOICE_ITEM_SORT_KEY sort_key = 5;
|
|
2417
2904
|
*/
|
|
2418
2905
|
sortKey = SALES_INVOICE_ITEM_SORT_KEY.SALES_INVOICE_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
2419
2906
|
/**
|
|
2420
|
-
*
|
|
2907
|
+
*
|
|
2908
|
+
* @optional
|
|
2909
|
+
*
|
|
2910
|
+
* @description Filter by the organization UUID.
|
|
2911
|
+
*
|
|
2912
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2913
|
+
*
|
|
2914
|
+
* @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}$
|
|
2915
|
+
*
|
|
2916
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2421
2917
|
*
|
|
2422
2918
|
* @generated from field: string entity_uuid = 6;
|
|
2423
2919
|
*/
|
|
@@ -2535,25 +3031,35 @@ exports.SalesInvoiceItemsSearchRequest = SalesInvoiceItemsSearchRequest;
|
|
|
2535
3031
|
*/
|
|
2536
3032
|
class SalesInvoicesServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
2537
3033
|
/**
|
|
2538
|
-
*
|
|
3034
|
+
*
|
|
3035
|
+
* @description Number of records returned in the current response slice.
|
|
3036
|
+
*
|
|
3037
|
+
* @example 50
|
|
2539
3038
|
*
|
|
2540
3039
|
* @generated from field: uint64 count = 1;
|
|
2541
3040
|
*/
|
|
2542
3041
|
count = protobuf_1.protoInt64.zero;
|
|
2543
3042
|
/**
|
|
2544
|
-
*
|
|
3043
|
+
*
|
|
3044
|
+
* @description The offset provided in the request.
|
|
3045
|
+
*
|
|
3046
|
+
* @example 0
|
|
2545
3047
|
*
|
|
2546
3048
|
* @generated from field: uint64 offset = 2;
|
|
2547
3049
|
*/
|
|
2548
3050
|
offset = protobuf_1.protoInt64.zero;
|
|
2549
3051
|
/**
|
|
2550
|
-
*
|
|
3052
|
+
*
|
|
3053
|
+
* @description The total number of records matching the criteria.
|
|
3054
|
+
*
|
|
3055
|
+
* @example 1250
|
|
2551
3056
|
*
|
|
2552
3057
|
* @generated from field: uint64 total = 3;
|
|
2553
3058
|
*/
|
|
2554
3059
|
total = protobuf_1.protoInt64.zero;
|
|
2555
3060
|
/**
|
|
2556
|
-
*
|
|
3061
|
+
*
|
|
3062
|
+
* @description The array of records for the current page.
|
|
2557
3063
|
*
|
|
2558
3064
|
* @generated from field: repeated Scailo.SalesInvoiceItem payload = 4;
|
|
2559
3065
|
*/
|