@kernelminds/scailo-sdk 0.1.28 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +41 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +226 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +88 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +87 -22
- package/lib/cjs/src/users.scailo_pb.js +447 -81
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +41 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +226 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +88 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +87 -22
- package/lib/esm/src/users.scailo_pb.js +451 -83
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -269,7 +269,16 @@ class SalesInvoicesServiceCreateRequest extends protobuf_1.Message {
|
|
|
269
269
|
constructor(data) {
|
|
270
270
|
super();
|
|
271
271
|
/**
|
|
272
|
-
*
|
|
272
|
+
*
|
|
273
|
+
* @optional
|
|
274
|
+
*
|
|
275
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
276
|
+
*
|
|
277
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
278
|
+
*
|
|
279
|
+
* @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}$
|
|
280
|
+
*
|
|
281
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
273
282
|
*
|
|
274
283
|
* @generated from field: string entity_uuid = 1;
|
|
275
284
|
*/
|
|
@@ -281,13 +290,31 @@ class SalesInvoicesServiceCreateRequest extends protobuf_1.Message {
|
|
|
281
290
|
*/
|
|
282
291
|
this.userComment = "";
|
|
283
292
|
/**
|
|
284
|
-
*
|
|
293
|
+
*
|
|
294
|
+
* @optional
|
|
295
|
+
*
|
|
296
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
297
|
+
*
|
|
298
|
+
* @example 15234
|
|
299
|
+
*
|
|
300
|
+
* @regex ^[0-9]+$
|
|
301
|
+
*
|
|
302
|
+
* @format Non-negative integer.
|
|
285
303
|
*
|
|
286
304
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
287
305
|
*/
|
|
288
306
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
289
307
|
/**
|
|
290
|
-
*
|
|
308
|
+
*
|
|
309
|
+
* @mandatory
|
|
310
|
+
*
|
|
311
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
312
|
+
*
|
|
313
|
+
* @example "ABS-2023-001"
|
|
314
|
+
*
|
|
315
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
316
|
+
*
|
|
317
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
291
318
|
*
|
|
292
319
|
* @generated from field: string reference_id = 10;
|
|
293
320
|
*/
|
|
@@ -408,19 +435,42 @@ class SalesInvoicesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
408
435
|
*/
|
|
409
436
|
this.id = protobuf_1.protoInt64.zero;
|
|
410
437
|
/**
|
|
411
|
-
*
|
|
438
|
+
*
|
|
439
|
+
* @optional
|
|
440
|
+
*
|
|
441
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
442
|
+
*
|
|
443
|
+
* @example true
|
|
412
444
|
*
|
|
413
445
|
* @generated from field: bool notify_users = 3;
|
|
414
446
|
*/
|
|
415
447
|
this.notifyUsers = false;
|
|
416
448
|
/**
|
|
417
|
-
*
|
|
449
|
+
*
|
|
450
|
+
* @optional
|
|
451
|
+
*
|
|
452
|
+
* @description Updated vault folder ID for documentation storage.
|
|
453
|
+
*
|
|
454
|
+
* @example 15235
|
|
455
|
+
*
|
|
456
|
+
* @regex ^[0-9]+$
|
|
457
|
+
*
|
|
458
|
+
* @format Non-negative integer.
|
|
418
459
|
*
|
|
419
460
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
420
461
|
*/
|
|
421
462
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
422
463
|
/**
|
|
423
|
-
*
|
|
464
|
+
*
|
|
465
|
+
* @mandatory
|
|
466
|
+
*
|
|
467
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
468
|
+
*
|
|
469
|
+
* @example "ABS-2023-001-REV"
|
|
470
|
+
*
|
|
471
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
472
|
+
*
|
|
473
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
424
474
|
*
|
|
425
475
|
* @generated from field: string reference_id = 10;
|
|
426
476
|
*/
|
|
@@ -609,43 +659,60 @@ class SalesInvoice extends protobuf_1.Message {
|
|
|
609
659
|
constructor(data) {
|
|
610
660
|
super();
|
|
611
661
|
/**
|
|
612
|
-
*
|
|
662
|
+
*
|
|
663
|
+
* @description The organization's globally unique identifier.
|
|
664
|
+
*
|
|
665
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
613
666
|
*
|
|
614
667
|
* @generated from field: string entity_uuid = 1;
|
|
615
668
|
*/
|
|
616
669
|
this.entityUuid = "";
|
|
617
670
|
/**
|
|
618
|
-
*
|
|
671
|
+
*
|
|
672
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
619
673
|
*
|
|
620
674
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
621
675
|
*/
|
|
622
676
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
623
677
|
/**
|
|
624
|
-
*
|
|
678
|
+
*
|
|
679
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
625
680
|
*
|
|
626
681
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
627
682
|
*/
|
|
628
683
|
this.logs = [];
|
|
629
684
|
/**
|
|
630
|
-
*
|
|
685
|
+
*
|
|
686
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
687
|
+
*
|
|
688
|
+
* @example 1698400000
|
|
631
689
|
*
|
|
632
690
|
* @generated from field: uint64 completed_on = 6;
|
|
633
691
|
*/
|
|
634
692
|
this.completedOn = protobuf_1.protoInt64.zero;
|
|
635
693
|
/**
|
|
636
|
-
*
|
|
694
|
+
*
|
|
695
|
+
* @description Link to the document storage folder.
|
|
696
|
+
*
|
|
697
|
+
* @example 15234
|
|
637
698
|
*
|
|
638
699
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
639
700
|
*/
|
|
640
701
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
641
702
|
/**
|
|
642
|
-
*
|
|
703
|
+
*
|
|
704
|
+
* @description The user-provided reference ID.
|
|
705
|
+
*
|
|
706
|
+
* @example "ABS-2023-001"
|
|
643
707
|
*
|
|
644
708
|
* @generated from field: string reference_id = 10;
|
|
645
709
|
*/
|
|
646
710
|
this.referenceId = "";
|
|
647
711
|
/**
|
|
648
|
-
*
|
|
712
|
+
*
|
|
713
|
+
* @description The system-generated immutable reference number.
|
|
714
|
+
*
|
|
715
|
+
* @example "ABS-2023-X9Z2"
|
|
649
716
|
*
|
|
650
717
|
* @generated from field: string final_ref_number = 11;
|
|
651
718
|
*/
|
|
@@ -1177,13 +1244,17 @@ class SalesInvoiceItem extends protobuf_1.Message {
|
|
|
1177
1244
|
constructor(data) {
|
|
1178
1245
|
super();
|
|
1179
1246
|
/**
|
|
1180
|
-
*
|
|
1247
|
+
*
|
|
1248
|
+
* @description The organization's globally unique identifier.
|
|
1249
|
+
*
|
|
1250
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1181
1251
|
*
|
|
1182
1252
|
* @generated from field: string entity_uuid = 1;
|
|
1183
1253
|
*/
|
|
1184
1254
|
this.entityUuid = "";
|
|
1185
1255
|
/**
|
|
1186
|
-
*
|
|
1256
|
+
*
|
|
1257
|
+
* @description The approval state of the record
|
|
1187
1258
|
*
|
|
1188
1259
|
* @generated from field: bool need_approval = 4;
|
|
1189
1260
|
*/
|
|
@@ -1507,31 +1578,62 @@ class SalesInvoicesServicePaginationReq extends protobuf_1.Message {
|
|
|
1507
1578
|
constructor(data) {
|
|
1508
1579
|
super();
|
|
1509
1580
|
/**
|
|
1510
|
-
*
|
|
1581
|
+
*
|
|
1582
|
+
* @optional
|
|
1583
|
+
*
|
|
1584
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1585
|
+
*
|
|
1586
|
+
* @example ANY
|
|
1511
1587
|
*
|
|
1512
1588
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1513
1589
|
*/
|
|
1514
1590
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1515
1591
|
/**
|
|
1516
|
-
*
|
|
1592
|
+
*
|
|
1593
|
+
* @mandatory
|
|
1594
|
+
*
|
|
1595
|
+
* @description Number of records to return per page.
|
|
1596
|
+
*
|
|
1597
|
+
* @example 50
|
|
1598
|
+
*
|
|
1599
|
+
* @regex ^[1-9][0-9]*$
|
|
1600
|
+
*
|
|
1601
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1517
1602
|
*
|
|
1518
1603
|
* @generated from field: int64 count = 2;
|
|
1519
1604
|
*/
|
|
1520
1605
|
this.count = protobuf_1.protoInt64.zero;
|
|
1521
1606
|
/**
|
|
1522
|
-
*
|
|
1607
|
+
*
|
|
1608
|
+
* @optional
|
|
1609
|
+
*
|
|
1610
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1611
|
+
*
|
|
1612
|
+
* @example 0
|
|
1613
|
+
*
|
|
1614
|
+
* @regex ^[0-9]+$
|
|
1615
|
+
*
|
|
1616
|
+
* @format Non-negative integer.
|
|
1523
1617
|
*
|
|
1524
1618
|
* @generated from field: uint64 offset = 3;
|
|
1525
1619
|
*/
|
|
1526
1620
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1527
1621
|
/**
|
|
1528
|
-
*
|
|
1622
|
+
*
|
|
1623
|
+
* @optional
|
|
1624
|
+
*
|
|
1625
|
+
* @description Sort direction.
|
|
1626
|
+
*
|
|
1627
|
+
* @example DESCENDING
|
|
1529
1628
|
*
|
|
1530
1629
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1531
1630
|
*/
|
|
1532
1631
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1533
1632
|
/**
|
|
1534
|
-
*
|
|
1633
|
+
*
|
|
1634
|
+
* @optional
|
|
1635
|
+
*
|
|
1636
|
+
* @description The specific field key to sort the results by.
|
|
1535
1637
|
*
|
|
1536
1638
|
* @generated from field: Scailo.SALES_INVOICE_SORT_KEY sort_key = 5;
|
|
1537
1639
|
*/
|
|
@@ -1578,25 +1680,35 @@ class SalesInvoicesServicePaginationResponse extends protobuf_1.Message {
|
|
|
1578
1680
|
constructor(data) {
|
|
1579
1681
|
super();
|
|
1580
1682
|
/**
|
|
1581
|
-
*
|
|
1683
|
+
*
|
|
1684
|
+
* @description Number of records returned in the current response slice.
|
|
1685
|
+
*
|
|
1686
|
+
* @example 50
|
|
1582
1687
|
*
|
|
1583
1688
|
* @generated from field: uint64 count = 1;
|
|
1584
1689
|
*/
|
|
1585
1690
|
this.count = protobuf_1.protoInt64.zero;
|
|
1586
1691
|
/**
|
|
1587
|
-
*
|
|
1692
|
+
*
|
|
1693
|
+
* @description The offset provided in the request.
|
|
1694
|
+
*
|
|
1695
|
+
* @example 0
|
|
1588
1696
|
*
|
|
1589
1697
|
* @generated from field: uint64 offset = 2;
|
|
1590
1698
|
*/
|
|
1591
1699
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1592
1700
|
/**
|
|
1593
|
-
*
|
|
1701
|
+
*
|
|
1702
|
+
* @description The total number of records matching the criteria.
|
|
1703
|
+
*
|
|
1704
|
+
* @example 1250
|
|
1594
1705
|
*
|
|
1595
1706
|
* @generated from field: uint64 total = 3;
|
|
1596
1707
|
*/
|
|
1597
1708
|
this.total = protobuf_1.protoInt64.zero;
|
|
1598
1709
|
/**
|
|
1599
|
-
*
|
|
1710
|
+
*
|
|
1711
|
+
* @description The array of records for the current page.
|
|
1600
1712
|
*
|
|
1601
1713
|
* @generated from field: repeated Scailo.SalesInvoice payload = 4;
|
|
1602
1714
|
*/
|
|
@@ -1635,115 +1747,268 @@ class SalesInvoicesServiceFilterReq extends protobuf_1.Message {
|
|
|
1635
1747
|
constructor(data) {
|
|
1636
1748
|
super();
|
|
1637
1749
|
/**
|
|
1638
|
-
*
|
|
1750
|
+
*
|
|
1751
|
+
* @optional
|
|
1752
|
+
*
|
|
1753
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1754
|
+
*
|
|
1755
|
+
* @example ANY
|
|
1639
1756
|
*
|
|
1640
1757
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1641
1758
|
*/
|
|
1642
1759
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1643
1760
|
/**
|
|
1644
|
-
*
|
|
1761
|
+
*
|
|
1762
|
+
* @mandatory
|
|
1763
|
+
*
|
|
1764
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1765
|
+
*
|
|
1766
|
+
* @example 100
|
|
1767
|
+
*
|
|
1768
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1769
|
+
*
|
|
1770
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1645
1771
|
*
|
|
1646
1772
|
* @generated from field: int64 count = 2;
|
|
1647
1773
|
*/
|
|
1648
1774
|
this.count = protobuf_1.protoInt64.zero;
|
|
1649
1775
|
/**
|
|
1650
|
-
*
|
|
1776
|
+
*
|
|
1777
|
+
* @optional
|
|
1778
|
+
*
|
|
1779
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1780
|
+
*
|
|
1781
|
+
* @example 0
|
|
1782
|
+
*
|
|
1783
|
+
* @regex ^[0-9]+$
|
|
1784
|
+
*
|
|
1785
|
+
* @format Non-negative integer.
|
|
1651
1786
|
*
|
|
1652
1787
|
* @generated from field: uint64 offset = 3;
|
|
1653
1788
|
*/
|
|
1654
1789
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1655
1790
|
/**
|
|
1656
|
-
*
|
|
1791
|
+
*
|
|
1792
|
+
* @optional
|
|
1793
|
+
*
|
|
1794
|
+
* @description Sort direction.
|
|
1795
|
+
*
|
|
1796
|
+
* @example DESCENDING
|
|
1657
1797
|
*
|
|
1658
1798
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1659
1799
|
*/
|
|
1660
1800
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1661
1801
|
/**
|
|
1662
|
-
*
|
|
1802
|
+
*
|
|
1803
|
+
* @optional
|
|
1804
|
+
*
|
|
1805
|
+
* @description The field used for sorting.
|
|
1663
1806
|
*
|
|
1664
1807
|
* @generated from field: Scailo.SALES_INVOICE_SORT_KEY sort_key = 5;
|
|
1665
1808
|
*/
|
|
1666
1809
|
this.sortKey = SALES_INVOICE_SORT_KEY.SALES_INVOICE_SORT_KEY_ID_UNSPECIFIED;
|
|
1667
1810
|
/**
|
|
1668
|
-
*
|
|
1811
|
+
*
|
|
1812
|
+
* @optional
|
|
1813
|
+
*
|
|
1814
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1815
|
+
*
|
|
1816
|
+
* @example 1672531200
|
|
1817
|
+
*
|
|
1818
|
+
* @regex ^[0-9]+$
|
|
1819
|
+
*
|
|
1820
|
+
* @format Non-negative integer.
|
|
1669
1821
|
*
|
|
1670
1822
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1671
1823
|
*/
|
|
1672
1824
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1673
1825
|
/**
|
|
1674
|
-
*
|
|
1826
|
+
*
|
|
1827
|
+
* @optional
|
|
1828
|
+
*
|
|
1829
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1830
|
+
*
|
|
1831
|
+
* @example 1704067199
|
|
1832
|
+
*
|
|
1833
|
+
* @regex ^[0-9]+$
|
|
1834
|
+
*
|
|
1835
|
+
* @format Non-negative integer.
|
|
1675
1836
|
*
|
|
1676
1837
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1677
1838
|
*/
|
|
1678
1839
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1679
1840
|
/**
|
|
1680
|
-
*
|
|
1841
|
+
*
|
|
1842
|
+
* @optional
|
|
1843
|
+
*
|
|
1844
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1845
|
+
*
|
|
1846
|
+
* @example 1672531200
|
|
1847
|
+
*
|
|
1848
|
+
* @regex ^[0-9]+$
|
|
1849
|
+
*
|
|
1850
|
+
* @format Non-negative integer.
|
|
1681
1851
|
*
|
|
1682
1852
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1683
1853
|
*/
|
|
1684
1854
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1685
1855
|
/**
|
|
1686
|
-
*
|
|
1856
|
+
*
|
|
1857
|
+
* @optional
|
|
1858
|
+
*
|
|
1859
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1860
|
+
*
|
|
1861
|
+
* @example 1704067199
|
|
1862
|
+
*
|
|
1863
|
+
* @regex ^[0-9]+$
|
|
1864
|
+
*
|
|
1865
|
+
* @format Non-negative integer.
|
|
1687
1866
|
*
|
|
1688
1867
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1689
1868
|
*/
|
|
1690
1869
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1691
1870
|
/**
|
|
1692
|
-
*
|
|
1871
|
+
*
|
|
1872
|
+
* @optional
|
|
1873
|
+
*
|
|
1874
|
+
* @description Filter by the organization UUID.
|
|
1875
|
+
*
|
|
1876
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1877
|
+
*
|
|
1878
|
+
* @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}$
|
|
1879
|
+
*
|
|
1880
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1693
1881
|
*
|
|
1694
1882
|
* @generated from field: string entity_uuid = 8;
|
|
1695
1883
|
*/
|
|
1696
1884
|
this.entityUuid = "";
|
|
1697
1885
|
/**
|
|
1698
|
-
*
|
|
1886
|
+
*
|
|
1887
|
+
* @optional
|
|
1888
|
+
*
|
|
1889
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1890
|
+
*
|
|
1891
|
+
* @example STANDING
|
|
1699
1892
|
*
|
|
1700
1893
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1701
1894
|
*/
|
|
1702
1895
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1703
1896
|
/**
|
|
1704
|
-
*
|
|
1897
|
+
*
|
|
1898
|
+
* @optional
|
|
1899
|
+
*
|
|
1900
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1901
|
+
*
|
|
1902
|
+
* @example 1672531200
|
|
1903
|
+
*
|
|
1904
|
+
* @regex ^[0-9]+$
|
|
1905
|
+
*
|
|
1906
|
+
* @format Non-negative integer.
|
|
1705
1907
|
*
|
|
1706
1908
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1707
1909
|
*/
|
|
1708
1910
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1709
1911
|
/**
|
|
1710
|
-
*
|
|
1912
|
+
*
|
|
1913
|
+
* @optional
|
|
1914
|
+
*
|
|
1915
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1916
|
+
*
|
|
1917
|
+
* @example 1704067199
|
|
1918
|
+
*
|
|
1919
|
+
* @regex ^[0-9]+$
|
|
1920
|
+
*
|
|
1921
|
+
* @format Non-negative integer.
|
|
1711
1922
|
*
|
|
1712
1923
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1713
1924
|
*/
|
|
1714
1925
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1715
1926
|
/**
|
|
1716
|
-
*
|
|
1927
|
+
*
|
|
1928
|
+
* @optional
|
|
1929
|
+
*
|
|
1930
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1931
|
+
*
|
|
1932
|
+
* @example 501
|
|
1933
|
+
*
|
|
1934
|
+
* @regex ^[0-9]+$
|
|
1935
|
+
*
|
|
1936
|
+
* @format Non-negative integer.
|
|
1717
1937
|
*
|
|
1718
1938
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1719
1939
|
*/
|
|
1720
1940
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1721
1941
|
/**
|
|
1722
|
-
*
|
|
1942
|
+
*
|
|
1943
|
+
* @optional
|
|
1944
|
+
*
|
|
1945
|
+
* @description Filter by the role ID of the approver.
|
|
1946
|
+
*
|
|
1947
|
+
* @example 5
|
|
1948
|
+
*
|
|
1949
|
+
* @regex ^[0-9]+$
|
|
1950
|
+
*
|
|
1951
|
+
* @format Non-negative integer.
|
|
1723
1952
|
*
|
|
1724
1953
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1725
1954
|
*/
|
|
1726
1955
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1727
1956
|
/**
|
|
1728
|
-
*
|
|
1957
|
+
*
|
|
1958
|
+
* @optional
|
|
1959
|
+
*
|
|
1960
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1961
|
+
*
|
|
1962
|
+
* @example 1672531200
|
|
1963
|
+
*
|
|
1964
|
+
* @regex ^[0-9]+$
|
|
1965
|
+
*
|
|
1966
|
+
* @format Non-negative integer.
|
|
1729
1967
|
*
|
|
1730
1968
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1731
1969
|
*/
|
|
1732
1970
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1733
1971
|
/**
|
|
1734
|
-
*
|
|
1972
|
+
*
|
|
1973
|
+
* @optional
|
|
1974
|
+
*
|
|
1975
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1976
|
+
*
|
|
1977
|
+
* @example 1704067199
|
|
1978
|
+
*
|
|
1979
|
+
* @regex ^[0-9]+$
|
|
1980
|
+
*
|
|
1981
|
+
* @format Non-negative integer.
|
|
1735
1982
|
*
|
|
1736
1983
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1737
1984
|
*/
|
|
1738
1985
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1739
1986
|
/**
|
|
1740
|
-
*
|
|
1987
|
+
*
|
|
1988
|
+
* @optional
|
|
1989
|
+
*
|
|
1990
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1991
|
+
*
|
|
1992
|
+
* @example "ABS-2023-001"
|
|
1993
|
+
*
|
|
1994
|
+
* @regex [0-9A-Za-z ]*$
|
|
1995
|
+
*
|
|
1996
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1741
1997
|
*
|
|
1742
1998
|
* @generated from field: string reference_id = 20;
|
|
1743
1999
|
*/
|
|
1744
2000
|
this.referenceId = "";
|
|
1745
2001
|
/**
|
|
1746
|
-
*
|
|
2002
|
+
*
|
|
2003
|
+
* @optional
|
|
2004
|
+
*
|
|
2005
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2006
|
+
*
|
|
2007
|
+
* @example "ABS-2023-X9Z2"
|
|
2008
|
+
*
|
|
2009
|
+
* @regex [0-9A-Za-z ]*$
|
|
2010
|
+
*
|
|
2011
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1747
2012
|
*
|
|
1748
2013
|
* @generated from field: string final_ref_number = 21;
|
|
1749
2014
|
*/
|
|
@@ -1875,91 +2140,218 @@ class SalesInvoicesServiceCountReq extends protobuf_1.Message {
|
|
|
1875
2140
|
constructor(data) {
|
|
1876
2141
|
super();
|
|
1877
2142
|
/**
|
|
1878
|
-
*
|
|
2143
|
+
*
|
|
2144
|
+
* @optional
|
|
2145
|
+
*
|
|
2146
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2147
|
+
*
|
|
2148
|
+
* @example ANY
|
|
1879
2149
|
*
|
|
1880
2150
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1881
2151
|
*/
|
|
1882
2152
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1883
2153
|
/**
|
|
1884
|
-
*
|
|
2154
|
+
*
|
|
2155
|
+
* @optional
|
|
2156
|
+
*
|
|
2157
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2158
|
+
*
|
|
2159
|
+
* @example 1672531200
|
|
2160
|
+
*
|
|
2161
|
+
* @regex ^[0-9]+$
|
|
2162
|
+
*
|
|
2163
|
+
* @format Non-negative integer.
|
|
1885
2164
|
*
|
|
1886
2165
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1887
2166
|
*/
|
|
1888
2167
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1889
2168
|
/**
|
|
1890
|
-
*
|
|
2169
|
+
*
|
|
2170
|
+
* @optional
|
|
2171
|
+
*
|
|
2172
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2173
|
+
*
|
|
2174
|
+
* @example 1704067199
|
|
2175
|
+
*
|
|
2176
|
+
* @regex ^[0-9]+$
|
|
2177
|
+
*
|
|
2178
|
+
* @format Non-negative integer.
|
|
1891
2179
|
*
|
|
1892
2180
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1893
2181
|
*/
|
|
1894
2182
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1895
2183
|
/**
|
|
1896
|
-
*
|
|
2184
|
+
*
|
|
2185
|
+
* @optional
|
|
2186
|
+
*
|
|
2187
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2188
|
+
*
|
|
2189
|
+
* @example 1672531200
|
|
2190
|
+
*
|
|
2191
|
+
* @regex ^[0-9]+$
|
|
2192
|
+
*
|
|
2193
|
+
* @format Non-negative integer.
|
|
1897
2194
|
*
|
|
1898
2195
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1899
2196
|
*/
|
|
1900
2197
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1901
2198
|
/**
|
|
1902
|
-
*
|
|
2199
|
+
*
|
|
2200
|
+
* @optional
|
|
2201
|
+
*
|
|
2202
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2203
|
+
*
|
|
2204
|
+
* @example 1704067199
|
|
2205
|
+
*
|
|
2206
|
+
* @regex ^[0-9]+$
|
|
2207
|
+
*
|
|
2208
|
+
* @format Non-negative integer.
|
|
1903
2209
|
*
|
|
1904
2210
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1905
2211
|
*/
|
|
1906
2212
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1907
2213
|
/**
|
|
1908
|
-
*
|
|
2214
|
+
*
|
|
2215
|
+
* @optional
|
|
2216
|
+
*
|
|
2217
|
+
* @description Filter by the organization UUID.
|
|
2218
|
+
*
|
|
2219
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2220
|
+
*
|
|
2221
|
+
* @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}$
|
|
2222
|
+
*
|
|
2223
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1909
2224
|
*
|
|
1910
2225
|
* @generated from field: string entity_uuid = 8;
|
|
1911
2226
|
*/
|
|
1912
2227
|
this.entityUuid = "";
|
|
1913
2228
|
/**
|
|
1914
|
-
*
|
|
2229
|
+
*
|
|
2230
|
+
* @optional
|
|
2231
|
+
*
|
|
2232
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2233
|
+
*
|
|
2234
|
+
* @example STANDING
|
|
1915
2235
|
*
|
|
1916
2236
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1917
2237
|
*/
|
|
1918
2238
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1919
2239
|
/**
|
|
1920
|
-
*
|
|
2240
|
+
*
|
|
2241
|
+
* @optional
|
|
2242
|
+
*
|
|
2243
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2244
|
+
*
|
|
2245
|
+
* @example 1672531200
|
|
2246
|
+
*
|
|
2247
|
+
* @regex ^[0-9]+$
|
|
2248
|
+
*
|
|
2249
|
+
* @format Non-negative integer.
|
|
1921
2250
|
*
|
|
1922
2251
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1923
2252
|
*/
|
|
1924
2253
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1925
2254
|
/**
|
|
1926
|
-
*
|
|
2255
|
+
*
|
|
2256
|
+
* @optional
|
|
2257
|
+
*
|
|
2258
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2259
|
+
*
|
|
2260
|
+
* @example 1704067199
|
|
2261
|
+
*
|
|
2262
|
+
* @regex ^[0-9]+$
|
|
2263
|
+
*
|
|
2264
|
+
* @format Non-negative integer.
|
|
1927
2265
|
*
|
|
1928
2266
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1929
2267
|
*/
|
|
1930
2268
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1931
2269
|
/**
|
|
1932
|
-
*
|
|
2270
|
+
*
|
|
2271
|
+
* @optional
|
|
2272
|
+
*
|
|
2273
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2274
|
+
*
|
|
2275
|
+
* @example 501
|
|
2276
|
+
*
|
|
2277
|
+
* @regex ^[0-9]+$
|
|
2278
|
+
*
|
|
2279
|
+
* @format Non-negative integer.
|
|
1933
2280
|
*
|
|
1934
2281
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1935
2282
|
*/
|
|
1936
2283
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1937
2284
|
/**
|
|
1938
|
-
*
|
|
2285
|
+
*
|
|
2286
|
+
* @optional
|
|
2287
|
+
*
|
|
2288
|
+
* @description Filter by the role ID of the approver.
|
|
2289
|
+
*
|
|
2290
|
+
* @example 5
|
|
2291
|
+
*
|
|
2292
|
+
* @regex ^[0-9]+$
|
|
2293
|
+
*
|
|
2294
|
+
* @format Non-negative integer.
|
|
1939
2295
|
*
|
|
1940
2296
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1941
2297
|
*/
|
|
1942
2298
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1943
2299
|
/**
|
|
1944
|
-
*
|
|
2300
|
+
*
|
|
2301
|
+
* @optional
|
|
2302
|
+
*
|
|
2303
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2304
|
+
*
|
|
2305
|
+
* @example 1672531200
|
|
2306
|
+
*
|
|
2307
|
+
* @regex ^[0-9]+$
|
|
2308
|
+
*
|
|
2309
|
+
* @format Non-negative integer.
|
|
1945
2310
|
*
|
|
1946
2311
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1947
2312
|
*/
|
|
1948
2313
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1949
2314
|
/**
|
|
1950
|
-
*
|
|
2315
|
+
*
|
|
2316
|
+
* @optional
|
|
2317
|
+
*
|
|
2318
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2319
|
+
*
|
|
2320
|
+
* @example 1704067199
|
|
2321
|
+
*
|
|
2322
|
+
* @regex ^[0-9]+$
|
|
2323
|
+
*
|
|
2324
|
+
* @format Non-negative integer.
|
|
1951
2325
|
*
|
|
1952
2326
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1953
2327
|
*/
|
|
1954
2328
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1955
2329
|
/**
|
|
1956
|
-
*
|
|
2330
|
+
*
|
|
2331
|
+
* @optional
|
|
2332
|
+
*
|
|
2333
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2334
|
+
*
|
|
2335
|
+
* @example "ABS-2023-001"
|
|
2336
|
+
*
|
|
2337
|
+
* @regex [0-9A-Za-z ]*$
|
|
2338
|
+
*
|
|
2339
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1957
2340
|
*
|
|
1958
2341
|
* @generated from field: string reference_id = 20;
|
|
1959
2342
|
*/
|
|
1960
2343
|
this.referenceId = "";
|
|
1961
2344
|
/**
|
|
1962
|
-
*
|
|
2345
|
+
*
|
|
2346
|
+
* @optional
|
|
2347
|
+
*
|
|
2348
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2349
|
+
*
|
|
2350
|
+
* @example "ABS-2023-X9Z2"
|
|
2351
|
+
*
|
|
2352
|
+
* @regex [0-9A-Za-z ]*$
|
|
2353
|
+
*
|
|
2354
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1963
2355
|
*
|
|
1964
2356
|
* @generated from field: string final_ref_number = 21;
|
|
1965
2357
|
*/
|
|
@@ -2087,49 +2479,103 @@ class SalesInvoicesServiceSearchAllReq extends protobuf_1.Message {
|
|
|
2087
2479
|
constructor(data) {
|
|
2088
2480
|
super();
|
|
2089
2481
|
/**
|
|
2090
|
-
*
|
|
2482
|
+
*
|
|
2483
|
+
* @optional
|
|
2484
|
+
*
|
|
2485
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2486
|
+
*
|
|
2487
|
+
* @example ANY
|
|
2091
2488
|
*
|
|
2092
2489
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2093
2490
|
*/
|
|
2094
2491
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2095
2492
|
/**
|
|
2096
|
-
*
|
|
2493
|
+
*
|
|
2494
|
+
* @mandatory
|
|
2495
|
+
*
|
|
2496
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2497
|
+
*
|
|
2498
|
+
* @example 100
|
|
2499
|
+
*
|
|
2500
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2501
|
+
*
|
|
2502
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2097
2503
|
*
|
|
2098
2504
|
* @generated from field: int64 count = 2;
|
|
2099
2505
|
*/
|
|
2100
2506
|
this.count = protobuf_1.protoInt64.zero;
|
|
2101
2507
|
/**
|
|
2102
|
-
*
|
|
2508
|
+
*
|
|
2509
|
+
* @optional
|
|
2510
|
+
*
|
|
2511
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2512
|
+
*
|
|
2513
|
+
* @example 0
|
|
2514
|
+
*
|
|
2515
|
+
* @regex ^[0-9]+$
|
|
2516
|
+
*
|
|
2517
|
+
* @format Non-negative integer.
|
|
2103
2518
|
*
|
|
2104
2519
|
* @generated from field: uint64 offset = 3;
|
|
2105
2520
|
*/
|
|
2106
2521
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2107
2522
|
/**
|
|
2108
|
-
*
|
|
2523
|
+
*
|
|
2524
|
+
* @optional
|
|
2525
|
+
*
|
|
2526
|
+
* @description Sort direction.
|
|
2527
|
+
*
|
|
2528
|
+
* @example DESCENDING
|
|
2109
2529
|
*
|
|
2110
2530
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2111
2531
|
*/
|
|
2112
2532
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2113
2533
|
/**
|
|
2114
|
-
*
|
|
2534
|
+
*
|
|
2535
|
+
* @optional
|
|
2536
|
+
*
|
|
2537
|
+
* @description The field used for sorting.
|
|
2115
2538
|
*
|
|
2116
2539
|
* @generated from field: Scailo.SALES_INVOICE_SORT_KEY sort_key = 5;
|
|
2117
2540
|
*/
|
|
2118
2541
|
this.sortKey = SALES_INVOICE_SORT_KEY.SALES_INVOICE_SORT_KEY_ID_UNSPECIFIED;
|
|
2119
2542
|
/**
|
|
2120
|
-
*
|
|
2543
|
+
*
|
|
2544
|
+
* @optional
|
|
2545
|
+
*
|
|
2546
|
+
* @description Filter by the organization UUID.
|
|
2547
|
+
*
|
|
2548
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2549
|
+
*
|
|
2550
|
+
* @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}$
|
|
2551
|
+
*
|
|
2552
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2121
2553
|
*
|
|
2122
2554
|
* @generated from field: string entity_uuid = 6;
|
|
2123
2555
|
*/
|
|
2124
2556
|
this.entityUuid = "";
|
|
2125
2557
|
/**
|
|
2126
|
-
*
|
|
2558
|
+
*
|
|
2559
|
+
* @optional
|
|
2560
|
+
*
|
|
2561
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2562
|
+
*
|
|
2563
|
+
* @example STANDING
|
|
2127
2564
|
*
|
|
2128
2565
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2129
2566
|
*/
|
|
2130
2567
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2131
2568
|
/**
|
|
2132
|
-
*
|
|
2569
|
+
*
|
|
2570
|
+
* @mandatory
|
|
2571
|
+
*
|
|
2572
|
+
* @description The search string to match against reference IDs.
|
|
2573
|
+
*
|
|
2574
|
+
* @example "Medical 2023"
|
|
2575
|
+
*
|
|
2576
|
+
* @regex .*
|
|
2577
|
+
*
|
|
2578
|
+
* @format: May contain any UTF-8 characters.
|
|
2133
2579
|
*
|
|
2134
2580
|
* @generated from field: string search_key = 11;
|
|
2135
2581
|
*/
|
|
@@ -2251,13 +2697,17 @@ class SalesInvoiceReference extends protobuf_1.Message {
|
|
|
2251
2697
|
constructor(data) {
|
|
2252
2698
|
super();
|
|
2253
2699
|
/**
|
|
2254
|
-
*
|
|
2700
|
+
*
|
|
2701
|
+
* @description The organization's globally unique identifier.
|
|
2702
|
+
*
|
|
2703
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2255
2704
|
*
|
|
2256
2705
|
* @generated from field: string entity_uuid = 1;
|
|
2257
2706
|
*/
|
|
2258
2707
|
this.entityUuid = "";
|
|
2259
2708
|
/**
|
|
2260
|
-
*
|
|
2709
|
+
*
|
|
2710
|
+
* @description The approval state of the record
|
|
2261
2711
|
*
|
|
2262
2712
|
* @generated from field: bool need_approval = 4;
|
|
2263
2713
|
*/
|
|
@@ -2353,37 +2803,77 @@ class SalesInvoiceItemsSearchRequest extends protobuf_1.Message {
|
|
|
2353
2803
|
constructor(data) {
|
|
2354
2804
|
super();
|
|
2355
2805
|
/**
|
|
2356
|
-
*
|
|
2806
|
+
*
|
|
2807
|
+
* @optional
|
|
2808
|
+
*
|
|
2809
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2810
|
+
*
|
|
2811
|
+
* @example ANY
|
|
2357
2812
|
*
|
|
2358
2813
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2359
2814
|
*/
|
|
2360
2815
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2361
2816
|
/**
|
|
2362
|
-
*
|
|
2817
|
+
*
|
|
2818
|
+
* @mandatory
|
|
2819
|
+
*
|
|
2820
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2821
|
+
*
|
|
2822
|
+
* @example 100
|
|
2823
|
+
*
|
|
2824
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2825
|
+
*
|
|
2826
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2363
2827
|
*
|
|
2364
2828
|
* @generated from field: int64 count = 2;
|
|
2365
2829
|
*/
|
|
2366
2830
|
this.count = protobuf_1.protoInt64.zero;
|
|
2367
2831
|
/**
|
|
2368
|
-
*
|
|
2832
|
+
*
|
|
2833
|
+
* @optional
|
|
2834
|
+
*
|
|
2835
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2836
|
+
*
|
|
2837
|
+
* @example 0
|
|
2838
|
+
*
|
|
2839
|
+
* @regex ^[0-9]+$
|
|
2840
|
+
*
|
|
2841
|
+
* @format Non-negative integer.
|
|
2369
2842
|
*
|
|
2370
2843
|
* @generated from field: uint64 offset = 3;
|
|
2371
2844
|
*/
|
|
2372
2845
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2373
2846
|
/**
|
|
2374
|
-
*
|
|
2847
|
+
*
|
|
2848
|
+
* @optional
|
|
2849
|
+
*
|
|
2850
|
+
* @description Sort direction.
|
|
2851
|
+
*
|
|
2852
|
+
* @example DESCENDING
|
|
2375
2853
|
*
|
|
2376
2854
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2377
2855
|
*/
|
|
2378
2856
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2379
2857
|
/**
|
|
2380
|
-
*
|
|
2858
|
+
*
|
|
2859
|
+
* @optional
|
|
2860
|
+
*
|
|
2861
|
+
* @description The field used for sorting.
|
|
2381
2862
|
*
|
|
2382
2863
|
* @generated from field: Scailo.SALES_INVOICE_ITEM_SORT_KEY sort_key = 5;
|
|
2383
2864
|
*/
|
|
2384
2865
|
this.sortKey = SALES_INVOICE_ITEM_SORT_KEY.SALES_INVOICE_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
2385
2866
|
/**
|
|
2386
|
-
*
|
|
2867
|
+
*
|
|
2868
|
+
* @optional
|
|
2869
|
+
*
|
|
2870
|
+
* @description Filter by the organization UUID.
|
|
2871
|
+
*
|
|
2872
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2873
|
+
*
|
|
2874
|
+
* @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}$
|
|
2875
|
+
*
|
|
2876
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2387
2877
|
*
|
|
2388
2878
|
* @generated from field: string entity_uuid = 6;
|
|
2389
2879
|
*/
|
|
@@ -2501,25 +2991,35 @@ class SalesInvoicesServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
|
2501
2991
|
constructor(data) {
|
|
2502
2992
|
super();
|
|
2503
2993
|
/**
|
|
2504
|
-
*
|
|
2994
|
+
*
|
|
2995
|
+
* @description Number of records returned in the current response slice.
|
|
2996
|
+
*
|
|
2997
|
+
* @example 50
|
|
2505
2998
|
*
|
|
2506
2999
|
* @generated from field: uint64 count = 1;
|
|
2507
3000
|
*/
|
|
2508
3001
|
this.count = protobuf_1.protoInt64.zero;
|
|
2509
3002
|
/**
|
|
2510
|
-
*
|
|
3003
|
+
*
|
|
3004
|
+
* @description The offset provided in the request.
|
|
3005
|
+
*
|
|
3006
|
+
* @example 0
|
|
2511
3007
|
*
|
|
2512
3008
|
* @generated from field: uint64 offset = 2;
|
|
2513
3009
|
*/
|
|
2514
3010
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2515
3011
|
/**
|
|
2516
|
-
*
|
|
3012
|
+
*
|
|
3013
|
+
* @description The total number of records matching the criteria.
|
|
3014
|
+
*
|
|
3015
|
+
* @example 1250
|
|
2517
3016
|
*
|
|
2518
3017
|
* @generated from field: uint64 total = 3;
|
|
2519
3018
|
*/
|
|
2520
3019
|
this.total = protobuf_1.protoInt64.zero;
|
|
2521
3020
|
/**
|
|
2522
|
-
*
|
|
3021
|
+
*
|
|
3022
|
+
* @description The array of records for the current page.
|
|
2523
3023
|
*
|
|
2524
3024
|
* @generated from field: repeated Scailo.SalesInvoiceItem payload = 4;
|
|
2525
3025
|
*/
|