@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
|
@@ -255,7 +255,16 @@ class DebitNotesServiceCreateRequest extends protobuf_1.Message {
|
|
|
255
255
|
constructor(data) {
|
|
256
256
|
super();
|
|
257
257
|
/**
|
|
258
|
-
*
|
|
258
|
+
*
|
|
259
|
+
* @optional
|
|
260
|
+
*
|
|
261
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
262
|
+
*
|
|
263
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
264
|
+
*
|
|
265
|
+
* @regex ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
266
|
+
*
|
|
267
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
259
268
|
*
|
|
260
269
|
* @generated from field: string entity_uuid = 1;
|
|
261
270
|
*/
|
|
@@ -267,13 +276,31 @@ class DebitNotesServiceCreateRequest extends protobuf_1.Message {
|
|
|
267
276
|
*/
|
|
268
277
|
this.userComment = "";
|
|
269
278
|
/**
|
|
270
|
-
*
|
|
279
|
+
*
|
|
280
|
+
* @optional
|
|
281
|
+
*
|
|
282
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
283
|
+
*
|
|
284
|
+
* @example 15234
|
|
285
|
+
*
|
|
286
|
+
* @regex ^[0-9]+$
|
|
287
|
+
*
|
|
288
|
+
* @format Non-negative integer.
|
|
271
289
|
*
|
|
272
290
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
273
291
|
*/
|
|
274
292
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
275
293
|
/**
|
|
276
|
-
*
|
|
294
|
+
*
|
|
295
|
+
* @mandatory
|
|
296
|
+
*
|
|
297
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
298
|
+
*
|
|
299
|
+
* @example "ABS-2023-001"
|
|
300
|
+
*
|
|
301
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
302
|
+
*
|
|
303
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
277
304
|
*
|
|
278
305
|
* @generated from field: string reference_id = 10;
|
|
279
306
|
*/
|
|
@@ -373,19 +400,42 @@ class DebitNotesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
373
400
|
*/
|
|
374
401
|
this.id = protobuf_1.protoInt64.zero;
|
|
375
402
|
/**
|
|
376
|
-
*
|
|
403
|
+
*
|
|
404
|
+
* @optional
|
|
405
|
+
*
|
|
406
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
407
|
+
*
|
|
408
|
+
* @example true
|
|
377
409
|
*
|
|
378
410
|
* @generated from field: bool notify_users = 3;
|
|
379
411
|
*/
|
|
380
412
|
this.notifyUsers = false;
|
|
381
413
|
/**
|
|
382
|
-
*
|
|
414
|
+
*
|
|
415
|
+
* @optional
|
|
416
|
+
*
|
|
417
|
+
* @description Updated vault folder ID for documentation storage.
|
|
418
|
+
*
|
|
419
|
+
* @example 15235
|
|
420
|
+
*
|
|
421
|
+
* @regex ^[0-9]+$
|
|
422
|
+
*
|
|
423
|
+
* @format Non-negative integer.
|
|
383
424
|
*
|
|
384
425
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
385
426
|
*/
|
|
386
427
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
387
428
|
/**
|
|
388
|
-
*
|
|
429
|
+
*
|
|
430
|
+
* @mandatory
|
|
431
|
+
*
|
|
432
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
433
|
+
*
|
|
434
|
+
* @example "ABS-2023-001-REV"
|
|
435
|
+
*
|
|
436
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
437
|
+
*
|
|
438
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
389
439
|
*
|
|
390
440
|
* @generated from field: string reference_id = 10;
|
|
391
441
|
*/
|
|
@@ -546,43 +596,60 @@ class DebitNote extends protobuf_1.Message {
|
|
|
546
596
|
constructor(data) {
|
|
547
597
|
super();
|
|
548
598
|
/**
|
|
549
|
-
*
|
|
599
|
+
*
|
|
600
|
+
* @description The organization's globally unique identifier.
|
|
601
|
+
*
|
|
602
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
550
603
|
*
|
|
551
604
|
* @generated from field: string entity_uuid = 1;
|
|
552
605
|
*/
|
|
553
606
|
this.entityUuid = "";
|
|
554
607
|
/**
|
|
555
|
-
*
|
|
608
|
+
*
|
|
609
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
556
610
|
*
|
|
557
611
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
558
612
|
*/
|
|
559
613
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
560
614
|
/**
|
|
561
|
-
*
|
|
615
|
+
*
|
|
616
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
562
617
|
*
|
|
563
618
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
564
619
|
*/
|
|
565
620
|
this.logs = [];
|
|
566
621
|
/**
|
|
567
|
-
*
|
|
622
|
+
*
|
|
623
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
624
|
+
*
|
|
625
|
+
* @example 1698400000
|
|
568
626
|
*
|
|
569
627
|
* @generated from field: uint64 completed_on = 6;
|
|
570
628
|
*/
|
|
571
629
|
this.completedOn = protobuf_1.protoInt64.zero;
|
|
572
630
|
/**
|
|
573
|
-
*
|
|
631
|
+
*
|
|
632
|
+
* @description Link to the document storage folder.
|
|
633
|
+
*
|
|
634
|
+
* @example 15234
|
|
574
635
|
*
|
|
575
636
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
576
637
|
*/
|
|
577
638
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
578
639
|
/**
|
|
579
|
-
*
|
|
640
|
+
*
|
|
641
|
+
* @description The user-provided reference ID.
|
|
642
|
+
*
|
|
643
|
+
* @example "ABS-2023-001"
|
|
580
644
|
*
|
|
581
645
|
* @generated from field: string reference_id = 10;
|
|
582
646
|
*/
|
|
583
647
|
this.referenceId = "";
|
|
584
648
|
/**
|
|
585
|
-
*
|
|
649
|
+
*
|
|
650
|
+
* @description The system-generated immutable reference number.
|
|
651
|
+
*
|
|
652
|
+
* @example "ABS-2023-X9Z2"
|
|
586
653
|
*
|
|
587
654
|
* @generated from field: string final_ref_number = 11;
|
|
588
655
|
*/
|
|
@@ -1015,13 +1082,17 @@ class DebitNoteItem extends protobuf_1.Message {
|
|
|
1015
1082
|
constructor(data) {
|
|
1016
1083
|
super();
|
|
1017
1084
|
/**
|
|
1018
|
-
*
|
|
1085
|
+
*
|
|
1086
|
+
* @description The organization's globally unique identifier.
|
|
1087
|
+
*
|
|
1088
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1019
1089
|
*
|
|
1020
1090
|
* @generated from field: string entity_uuid = 1;
|
|
1021
1091
|
*/
|
|
1022
1092
|
this.entityUuid = "";
|
|
1023
1093
|
/**
|
|
1024
|
-
*
|
|
1094
|
+
*
|
|
1095
|
+
* @description The approval state of the record
|
|
1025
1096
|
*
|
|
1026
1097
|
* @generated from field: bool need_approval = 4;
|
|
1027
1098
|
*/
|
|
@@ -1338,37 +1409,77 @@ class DebitNoteItemsSearchRequest extends protobuf_1.Message {
|
|
|
1338
1409
|
constructor(data) {
|
|
1339
1410
|
super();
|
|
1340
1411
|
/**
|
|
1341
|
-
*
|
|
1412
|
+
*
|
|
1413
|
+
* @optional
|
|
1414
|
+
*
|
|
1415
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1416
|
+
*
|
|
1417
|
+
* @example ANY
|
|
1342
1418
|
*
|
|
1343
1419
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1344
1420
|
*/
|
|
1345
1421
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1346
1422
|
/**
|
|
1347
|
-
*
|
|
1423
|
+
*
|
|
1424
|
+
* @mandatory
|
|
1425
|
+
*
|
|
1426
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1427
|
+
*
|
|
1428
|
+
* @example 100
|
|
1429
|
+
*
|
|
1430
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1431
|
+
*
|
|
1432
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1348
1433
|
*
|
|
1349
1434
|
* @generated from field: int64 count = 2;
|
|
1350
1435
|
*/
|
|
1351
1436
|
this.count = protobuf_1.protoInt64.zero;
|
|
1352
1437
|
/**
|
|
1353
|
-
*
|
|
1438
|
+
*
|
|
1439
|
+
* @optional
|
|
1440
|
+
*
|
|
1441
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1442
|
+
*
|
|
1443
|
+
* @example 0
|
|
1444
|
+
*
|
|
1445
|
+
* @regex ^[0-9]+$
|
|
1446
|
+
*
|
|
1447
|
+
* @format Non-negative integer.
|
|
1354
1448
|
*
|
|
1355
1449
|
* @generated from field: uint64 offset = 3;
|
|
1356
1450
|
*/
|
|
1357
1451
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1358
1452
|
/**
|
|
1359
|
-
*
|
|
1453
|
+
*
|
|
1454
|
+
* @optional
|
|
1455
|
+
*
|
|
1456
|
+
* @description Sort direction.
|
|
1457
|
+
*
|
|
1458
|
+
* @example DESCENDING
|
|
1360
1459
|
*
|
|
1361
1460
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1362
1461
|
*/
|
|
1363
1462
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1364
1463
|
/**
|
|
1365
|
-
*
|
|
1464
|
+
*
|
|
1465
|
+
* @optional
|
|
1466
|
+
*
|
|
1467
|
+
* @description The field used for sorting.
|
|
1366
1468
|
*
|
|
1367
1469
|
* @generated from field: Scailo.DEBIT_NOTE_ITEM_SORT_KEY sort_key = 5;
|
|
1368
1470
|
*/
|
|
1369
1471
|
this.sortKey = DEBIT_NOTE_ITEM_SORT_KEY.DEBIT_NOTE_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1370
1472
|
/**
|
|
1371
|
-
*
|
|
1473
|
+
*
|
|
1474
|
+
* @optional
|
|
1475
|
+
*
|
|
1476
|
+
* @description Filter by the organization UUID.
|
|
1477
|
+
*
|
|
1478
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1479
|
+
*
|
|
1480
|
+
* @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}$
|
|
1481
|
+
*
|
|
1482
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1372
1483
|
*
|
|
1373
1484
|
* @generated from field: string entity_uuid = 6;
|
|
1374
1485
|
*/
|
|
@@ -1479,25 +1590,35 @@ class DebitNotesServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
|
1479
1590
|
constructor(data) {
|
|
1480
1591
|
super();
|
|
1481
1592
|
/**
|
|
1482
|
-
*
|
|
1593
|
+
*
|
|
1594
|
+
* @description Number of records returned in the current response slice.
|
|
1595
|
+
*
|
|
1596
|
+
* @example 50
|
|
1483
1597
|
*
|
|
1484
1598
|
* @generated from field: uint64 count = 1;
|
|
1485
1599
|
*/
|
|
1486
1600
|
this.count = protobuf_1.protoInt64.zero;
|
|
1487
1601
|
/**
|
|
1488
|
-
*
|
|
1602
|
+
*
|
|
1603
|
+
* @description The offset provided in the request.
|
|
1604
|
+
*
|
|
1605
|
+
* @example 0
|
|
1489
1606
|
*
|
|
1490
1607
|
* @generated from field: uint64 offset = 2;
|
|
1491
1608
|
*/
|
|
1492
1609
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1493
1610
|
/**
|
|
1494
|
-
*
|
|
1611
|
+
*
|
|
1612
|
+
* @description The total number of records matching the criteria.
|
|
1613
|
+
*
|
|
1614
|
+
* @example 1250
|
|
1495
1615
|
*
|
|
1496
1616
|
* @generated from field: uint64 total = 3;
|
|
1497
1617
|
*/
|
|
1498
1618
|
this.total = protobuf_1.protoInt64.zero;
|
|
1499
1619
|
/**
|
|
1500
|
-
*
|
|
1620
|
+
*
|
|
1621
|
+
* @description The array of records for the current page.
|
|
1501
1622
|
*
|
|
1502
1623
|
* @generated from field: repeated Scailo.DebitNoteItem payload = 4;
|
|
1503
1624
|
*/
|
|
@@ -1536,31 +1657,62 @@ class DebitNotesServicePaginationReq extends protobuf_1.Message {
|
|
|
1536
1657
|
constructor(data) {
|
|
1537
1658
|
super();
|
|
1538
1659
|
/**
|
|
1539
|
-
*
|
|
1660
|
+
*
|
|
1661
|
+
* @optional
|
|
1662
|
+
*
|
|
1663
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1664
|
+
*
|
|
1665
|
+
* @example ANY
|
|
1540
1666
|
*
|
|
1541
1667
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1542
1668
|
*/
|
|
1543
1669
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1544
1670
|
/**
|
|
1545
|
-
*
|
|
1671
|
+
*
|
|
1672
|
+
* @mandatory
|
|
1673
|
+
*
|
|
1674
|
+
* @description Number of records to return per page.
|
|
1675
|
+
*
|
|
1676
|
+
* @example 50
|
|
1677
|
+
*
|
|
1678
|
+
* @regex ^[1-9][0-9]*$
|
|
1679
|
+
*
|
|
1680
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1546
1681
|
*
|
|
1547
1682
|
* @generated from field: int64 count = 2;
|
|
1548
1683
|
*/
|
|
1549
1684
|
this.count = protobuf_1.protoInt64.zero;
|
|
1550
1685
|
/**
|
|
1551
|
-
*
|
|
1686
|
+
*
|
|
1687
|
+
* @optional
|
|
1688
|
+
*
|
|
1689
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1690
|
+
*
|
|
1691
|
+
* @example 0
|
|
1692
|
+
*
|
|
1693
|
+
* @regex ^[0-9]+$
|
|
1694
|
+
*
|
|
1695
|
+
* @format Non-negative integer.
|
|
1552
1696
|
*
|
|
1553
1697
|
* @generated from field: uint64 offset = 3;
|
|
1554
1698
|
*/
|
|
1555
1699
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1556
1700
|
/**
|
|
1557
|
-
*
|
|
1701
|
+
*
|
|
1702
|
+
* @optional
|
|
1703
|
+
*
|
|
1704
|
+
* @description Sort direction.
|
|
1705
|
+
*
|
|
1706
|
+
* @example DESCENDING
|
|
1558
1707
|
*
|
|
1559
1708
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1560
1709
|
*/
|
|
1561
1710
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1562
1711
|
/**
|
|
1563
|
-
*
|
|
1712
|
+
*
|
|
1713
|
+
* @optional
|
|
1714
|
+
*
|
|
1715
|
+
* @description The specific field key to sort the results by.
|
|
1564
1716
|
*
|
|
1565
1717
|
* @generated from field: Scailo.DEBIT_NOTE_SORT_KEY sort_key = 5;
|
|
1566
1718
|
*/
|
|
@@ -1607,25 +1759,35 @@ class DebitNotesServicePaginationResponse extends protobuf_1.Message {
|
|
|
1607
1759
|
constructor(data) {
|
|
1608
1760
|
super();
|
|
1609
1761
|
/**
|
|
1610
|
-
*
|
|
1762
|
+
*
|
|
1763
|
+
* @description Number of records returned in the current response slice.
|
|
1764
|
+
*
|
|
1765
|
+
* @example 50
|
|
1611
1766
|
*
|
|
1612
1767
|
* @generated from field: uint64 count = 1;
|
|
1613
1768
|
*/
|
|
1614
1769
|
this.count = protobuf_1.protoInt64.zero;
|
|
1615
1770
|
/**
|
|
1616
|
-
*
|
|
1771
|
+
*
|
|
1772
|
+
* @description The offset provided in the request.
|
|
1773
|
+
*
|
|
1774
|
+
* @example 0
|
|
1617
1775
|
*
|
|
1618
1776
|
* @generated from field: uint64 offset = 2;
|
|
1619
1777
|
*/
|
|
1620
1778
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1621
1779
|
/**
|
|
1622
|
-
*
|
|
1780
|
+
*
|
|
1781
|
+
* @description The total number of records matching the criteria.
|
|
1782
|
+
*
|
|
1783
|
+
* @example 1250
|
|
1623
1784
|
*
|
|
1624
1785
|
* @generated from field: uint64 total = 3;
|
|
1625
1786
|
*/
|
|
1626
1787
|
this.total = protobuf_1.protoInt64.zero;
|
|
1627
1788
|
/**
|
|
1628
|
-
*
|
|
1789
|
+
*
|
|
1790
|
+
* @description The array of records for the current page.
|
|
1629
1791
|
*
|
|
1630
1792
|
* @generated from field: repeated Scailo.DebitNote payload = 4;
|
|
1631
1793
|
*/
|
|
@@ -1664,115 +1826,268 @@ class DebitNotesServiceFilterReq extends protobuf_1.Message {
|
|
|
1664
1826
|
constructor(data) {
|
|
1665
1827
|
super();
|
|
1666
1828
|
/**
|
|
1667
|
-
*
|
|
1829
|
+
*
|
|
1830
|
+
* @optional
|
|
1831
|
+
*
|
|
1832
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1833
|
+
*
|
|
1834
|
+
* @example ANY
|
|
1668
1835
|
*
|
|
1669
1836
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1670
1837
|
*/
|
|
1671
1838
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1672
1839
|
/**
|
|
1673
|
-
*
|
|
1840
|
+
*
|
|
1841
|
+
* @mandatory
|
|
1842
|
+
*
|
|
1843
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1844
|
+
*
|
|
1845
|
+
* @example 100
|
|
1846
|
+
*
|
|
1847
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1848
|
+
*
|
|
1849
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1674
1850
|
*
|
|
1675
1851
|
* @generated from field: int64 count = 2;
|
|
1676
1852
|
*/
|
|
1677
1853
|
this.count = protobuf_1.protoInt64.zero;
|
|
1678
1854
|
/**
|
|
1679
|
-
*
|
|
1855
|
+
*
|
|
1856
|
+
* @optional
|
|
1857
|
+
*
|
|
1858
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1859
|
+
*
|
|
1860
|
+
* @example 0
|
|
1861
|
+
*
|
|
1862
|
+
* @regex ^[0-9]+$
|
|
1863
|
+
*
|
|
1864
|
+
* @format Non-negative integer.
|
|
1680
1865
|
*
|
|
1681
1866
|
* @generated from field: uint64 offset = 3;
|
|
1682
1867
|
*/
|
|
1683
1868
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1684
1869
|
/**
|
|
1685
|
-
*
|
|
1870
|
+
*
|
|
1871
|
+
* @optional
|
|
1872
|
+
*
|
|
1873
|
+
* @description Sort direction.
|
|
1874
|
+
*
|
|
1875
|
+
* @example DESCENDING
|
|
1686
1876
|
*
|
|
1687
1877
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1688
1878
|
*/
|
|
1689
1879
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1690
1880
|
/**
|
|
1691
|
-
*
|
|
1881
|
+
*
|
|
1882
|
+
* @optional
|
|
1883
|
+
*
|
|
1884
|
+
* @description The field used for sorting.
|
|
1692
1885
|
*
|
|
1693
1886
|
* @generated from field: Scailo.DEBIT_NOTE_SORT_KEY sort_key = 5;
|
|
1694
1887
|
*/
|
|
1695
1888
|
this.sortKey = DEBIT_NOTE_SORT_KEY.DEBIT_NOTE_SORT_KEY_ID_UNSPECIFIED;
|
|
1696
1889
|
/**
|
|
1697
|
-
*
|
|
1890
|
+
*
|
|
1891
|
+
* @optional
|
|
1892
|
+
*
|
|
1893
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1894
|
+
*
|
|
1895
|
+
* @example 1672531200
|
|
1896
|
+
*
|
|
1897
|
+
* @regex ^[0-9]+$
|
|
1898
|
+
*
|
|
1899
|
+
* @format Non-negative integer.
|
|
1698
1900
|
*
|
|
1699
1901
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1700
1902
|
*/
|
|
1701
1903
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1702
1904
|
/**
|
|
1703
|
-
*
|
|
1905
|
+
*
|
|
1906
|
+
* @optional
|
|
1907
|
+
*
|
|
1908
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1909
|
+
*
|
|
1910
|
+
* @example 1704067199
|
|
1911
|
+
*
|
|
1912
|
+
* @regex ^[0-9]+$
|
|
1913
|
+
*
|
|
1914
|
+
* @format Non-negative integer.
|
|
1704
1915
|
*
|
|
1705
1916
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1706
1917
|
*/
|
|
1707
1918
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1708
1919
|
/**
|
|
1709
|
-
*
|
|
1920
|
+
*
|
|
1921
|
+
* @optional
|
|
1922
|
+
*
|
|
1923
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1924
|
+
*
|
|
1925
|
+
* @example 1672531200
|
|
1926
|
+
*
|
|
1927
|
+
* @regex ^[0-9]+$
|
|
1928
|
+
*
|
|
1929
|
+
* @format Non-negative integer.
|
|
1710
1930
|
*
|
|
1711
1931
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1712
1932
|
*/
|
|
1713
1933
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1714
1934
|
/**
|
|
1715
|
-
*
|
|
1935
|
+
*
|
|
1936
|
+
* @optional
|
|
1937
|
+
*
|
|
1938
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1939
|
+
*
|
|
1940
|
+
* @example 1704067199
|
|
1941
|
+
*
|
|
1942
|
+
* @regex ^[0-9]+$
|
|
1943
|
+
*
|
|
1944
|
+
* @format Non-negative integer.
|
|
1716
1945
|
*
|
|
1717
1946
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1718
1947
|
*/
|
|
1719
1948
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1720
1949
|
/**
|
|
1721
|
-
*
|
|
1950
|
+
*
|
|
1951
|
+
* @optional
|
|
1952
|
+
*
|
|
1953
|
+
* @description Filter by the organization UUID.
|
|
1954
|
+
*
|
|
1955
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1956
|
+
*
|
|
1957
|
+
* @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}$
|
|
1958
|
+
*
|
|
1959
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1722
1960
|
*
|
|
1723
1961
|
* @generated from field: string entity_uuid = 8;
|
|
1724
1962
|
*/
|
|
1725
1963
|
this.entityUuid = "";
|
|
1726
1964
|
/**
|
|
1727
|
-
*
|
|
1965
|
+
*
|
|
1966
|
+
* @optional
|
|
1967
|
+
*
|
|
1968
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1969
|
+
*
|
|
1970
|
+
* @example STANDING
|
|
1728
1971
|
*
|
|
1729
1972
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1730
1973
|
*/
|
|
1731
1974
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1732
1975
|
/**
|
|
1733
|
-
*
|
|
1976
|
+
*
|
|
1977
|
+
* @optional
|
|
1978
|
+
*
|
|
1979
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1980
|
+
*
|
|
1981
|
+
* @example 1672531200
|
|
1982
|
+
*
|
|
1983
|
+
* @regex ^[0-9]+$
|
|
1984
|
+
*
|
|
1985
|
+
* @format Non-negative integer.
|
|
1734
1986
|
*
|
|
1735
1987
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1736
1988
|
*/
|
|
1737
1989
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1738
1990
|
/**
|
|
1739
|
-
*
|
|
1991
|
+
*
|
|
1992
|
+
* @optional
|
|
1993
|
+
*
|
|
1994
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1995
|
+
*
|
|
1996
|
+
* @example 1704067199
|
|
1997
|
+
*
|
|
1998
|
+
* @regex ^[0-9]+$
|
|
1999
|
+
*
|
|
2000
|
+
* @format Non-negative integer.
|
|
1740
2001
|
*
|
|
1741
2002
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1742
2003
|
*/
|
|
1743
2004
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1744
2005
|
/**
|
|
1745
|
-
*
|
|
2006
|
+
*
|
|
2007
|
+
* @optional
|
|
2008
|
+
*
|
|
2009
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2010
|
+
*
|
|
2011
|
+
* @example 501
|
|
2012
|
+
*
|
|
2013
|
+
* @regex ^[0-9]+$
|
|
2014
|
+
*
|
|
2015
|
+
* @format Non-negative integer.
|
|
1746
2016
|
*
|
|
1747
2017
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1748
2018
|
*/
|
|
1749
2019
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1750
2020
|
/**
|
|
1751
|
-
*
|
|
2021
|
+
*
|
|
2022
|
+
* @optional
|
|
2023
|
+
*
|
|
2024
|
+
* @description Filter by the role ID of the approver.
|
|
2025
|
+
*
|
|
2026
|
+
* @example 5
|
|
2027
|
+
*
|
|
2028
|
+
* @regex ^[0-9]+$
|
|
2029
|
+
*
|
|
2030
|
+
* @format Non-negative integer.
|
|
1752
2031
|
*
|
|
1753
2032
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1754
2033
|
*/
|
|
1755
2034
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1756
2035
|
/**
|
|
1757
|
-
*
|
|
2036
|
+
*
|
|
2037
|
+
* @optional
|
|
2038
|
+
*
|
|
2039
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2040
|
+
*
|
|
2041
|
+
* @example 1672531200
|
|
2042
|
+
*
|
|
2043
|
+
* @regex ^[0-9]+$
|
|
2044
|
+
*
|
|
2045
|
+
* @format Non-negative integer.
|
|
1758
2046
|
*
|
|
1759
2047
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1760
2048
|
*/
|
|
1761
2049
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1762
2050
|
/**
|
|
1763
|
-
*
|
|
2051
|
+
*
|
|
2052
|
+
* @optional
|
|
2053
|
+
*
|
|
2054
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2055
|
+
*
|
|
2056
|
+
* @example 1704067199
|
|
2057
|
+
*
|
|
2058
|
+
* @regex ^[0-9]+$
|
|
2059
|
+
*
|
|
2060
|
+
* @format Non-negative integer.
|
|
1764
2061
|
*
|
|
1765
2062
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1766
2063
|
*/
|
|
1767
2064
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1768
2065
|
/**
|
|
1769
|
-
*
|
|
2066
|
+
*
|
|
2067
|
+
* @optional
|
|
2068
|
+
*
|
|
2069
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2070
|
+
*
|
|
2071
|
+
* @example "ABS-2023-001"
|
|
2072
|
+
*
|
|
2073
|
+
* @regex [0-9A-Za-z ]*$
|
|
2074
|
+
*
|
|
2075
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1770
2076
|
*
|
|
1771
2077
|
* @generated from field: string reference_id = 20;
|
|
1772
2078
|
*/
|
|
1773
2079
|
this.referenceId = "";
|
|
1774
2080
|
/**
|
|
1775
|
-
*
|
|
2081
|
+
*
|
|
2082
|
+
* @optional
|
|
2083
|
+
*
|
|
2084
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2085
|
+
*
|
|
2086
|
+
* @example "ABS-2023-X9Z2"
|
|
2087
|
+
*
|
|
2088
|
+
* @regex [0-9A-Za-z ]*$
|
|
2089
|
+
*
|
|
2090
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1776
2091
|
*
|
|
1777
2092
|
* @generated from field: string final_ref_number = 21;
|
|
1778
2093
|
*/
|
|
@@ -1889,91 +2204,218 @@ class DebitNotesServiceCountReq extends protobuf_1.Message {
|
|
|
1889
2204
|
constructor(data) {
|
|
1890
2205
|
super();
|
|
1891
2206
|
/**
|
|
1892
|
-
*
|
|
2207
|
+
*
|
|
2208
|
+
* @optional
|
|
2209
|
+
*
|
|
2210
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2211
|
+
*
|
|
2212
|
+
* @example ANY
|
|
1893
2213
|
*
|
|
1894
2214
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1895
2215
|
*/
|
|
1896
2216
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1897
2217
|
/**
|
|
1898
|
-
*
|
|
2218
|
+
*
|
|
2219
|
+
* @optional
|
|
2220
|
+
*
|
|
2221
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2222
|
+
*
|
|
2223
|
+
* @example 1672531200
|
|
2224
|
+
*
|
|
2225
|
+
* @regex ^[0-9]+$
|
|
2226
|
+
*
|
|
2227
|
+
* @format Non-negative integer.
|
|
1899
2228
|
*
|
|
1900
2229
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1901
2230
|
*/
|
|
1902
2231
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1903
2232
|
/**
|
|
1904
|
-
*
|
|
2233
|
+
*
|
|
2234
|
+
* @optional
|
|
2235
|
+
*
|
|
2236
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2237
|
+
*
|
|
2238
|
+
* @example 1704067199
|
|
2239
|
+
*
|
|
2240
|
+
* @regex ^[0-9]+$
|
|
2241
|
+
*
|
|
2242
|
+
* @format Non-negative integer.
|
|
1905
2243
|
*
|
|
1906
2244
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1907
2245
|
*/
|
|
1908
2246
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1909
2247
|
/**
|
|
1910
|
-
*
|
|
2248
|
+
*
|
|
2249
|
+
* @optional
|
|
2250
|
+
*
|
|
2251
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2252
|
+
*
|
|
2253
|
+
* @example 1672531200
|
|
2254
|
+
*
|
|
2255
|
+
* @regex ^[0-9]+$
|
|
2256
|
+
*
|
|
2257
|
+
* @format Non-negative integer.
|
|
1911
2258
|
*
|
|
1912
2259
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1913
2260
|
*/
|
|
1914
2261
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1915
2262
|
/**
|
|
1916
|
-
*
|
|
2263
|
+
*
|
|
2264
|
+
* @optional
|
|
2265
|
+
*
|
|
2266
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2267
|
+
*
|
|
2268
|
+
* @example 1704067199
|
|
2269
|
+
*
|
|
2270
|
+
* @regex ^[0-9]+$
|
|
2271
|
+
*
|
|
2272
|
+
* @format Non-negative integer.
|
|
1917
2273
|
*
|
|
1918
2274
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1919
2275
|
*/
|
|
1920
2276
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1921
2277
|
/**
|
|
1922
|
-
*
|
|
2278
|
+
*
|
|
2279
|
+
* @optional
|
|
2280
|
+
*
|
|
2281
|
+
* @description Filter by the organization UUID.
|
|
2282
|
+
*
|
|
2283
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2284
|
+
*
|
|
2285
|
+
* @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}$
|
|
2286
|
+
*
|
|
2287
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1923
2288
|
*
|
|
1924
2289
|
* @generated from field: string entity_uuid = 8;
|
|
1925
2290
|
*/
|
|
1926
2291
|
this.entityUuid = "";
|
|
1927
2292
|
/**
|
|
1928
|
-
*
|
|
2293
|
+
*
|
|
2294
|
+
* @optional
|
|
2295
|
+
*
|
|
2296
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2297
|
+
*
|
|
2298
|
+
* @example STANDING
|
|
1929
2299
|
*
|
|
1930
2300
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1931
2301
|
*/
|
|
1932
2302
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1933
2303
|
/**
|
|
1934
|
-
*
|
|
2304
|
+
*
|
|
2305
|
+
* @optional
|
|
2306
|
+
*
|
|
2307
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2308
|
+
*
|
|
2309
|
+
* @example 1672531200
|
|
2310
|
+
*
|
|
2311
|
+
* @regex ^[0-9]+$
|
|
2312
|
+
*
|
|
2313
|
+
* @format Non-negative integer.
|
|
1935
2314
|
*
|
|
1936
2315
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1937
2316
|
*/
|
|
1938
2317
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1939
2318
|
/**
|
|
1940
|
-
*
|
|
2319
|
+
*
|
|
2320
|
+
* @optional
|
|
2321
|
+
*
|
|
2322
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2323
|
+
*
|
|
2324
|
+
* @example 1704067199
|
|
2325
|
+
*
|
|
2326
|
+
* @regex ^[0-9]+$
|
|
2327
|
+
*
|
|
2328
|
+
* @format Non-negative integer.
|
|
1941
2329
|
*
|
|
1942
2330
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1943
2331
|
*/
|
|
1944
2332
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1945
2333
|
/**
|
|
1946
|
-
*
|
|
2334
|
+
*
|
|
2335
|
+
* @optional
|
|
2336
|
+
*
|
|
2337
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2338
|
+
*
|
|
2339
|
+
* @example 501
|
|
2340
|
+
*
|
|
2341
|
+
* @regex ^[0-9]+$
|
|
2342
|
+
*
|
|
2343
|
+
* @format Non-negative integer.
|
|
1947
2344
|
*
|
|
1948
2345
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1949
2346
|
*/
|
|
1950
2347
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1951
2348
|
/**
|
|
1952
|
-
*
|
|
2349
|
+
*
|
|
2350
|
+
* @optional
|
|
2351
|
+
*
|
|
2352
|
+
* @description Filter by the role ID of the approver.
|
|
2353
|
+
*
|
|
2354
|
+
* @example 5
|
|
2355
|
+
*
|
|
2356
|
+
* @regex ^[0-9]+$
|
|
2357
|
+
*
|
|
2358
|
+
* @format Non-negative integer.
|
|
1953
2359
|
*
|
|
1954
2360
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1955
2361
|
*/
|
|
1956
2362
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1957
2363
|
/**
|
|
1958
|
-
*
|
|
2364
|
+
*
|
|
2365
|
+
* @optional
|
|
2366
|
+
*
|
|
2367
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2368
|
+
*
|
|
2369
|
+
* @example 1672531200
|
|
2370
|
+
*
|
|
2371
|
+
* @regex ^[0-9]+$
|
|
2372
|
+
*
|
|
2373
|
+
* @format Non-negative integer.
|
|
1959
2374
|
*
|
|
1960
2375
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1961
2376
|
*/
|
|
1962
2377
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1963
2378
|
/**
|
|
1964
|
-
*
|
|
2379
|
+
*
|
|
2380
|
+
* @optional
|
|
2381
|
+
*
|
|
2382
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2383
|
+
*
|
|
2384
|
+
* @example 1704067199
|
|
2385
|
+
*
|
|
2386
|
+
* @regex ^[0-9]+$
|
|
2387
|
+
*
|
|
2388
|
+
* @format Non-negative integer.
|
|
1965
2389
|
*
|
|
1966
2390
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1967
2391
|
*/
|
|
1968
2392
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1969
2393
|
/**
|
|
1970
|
-
*
|
|
2394
|
+
*
|
|
2395
|
+
* @optional
|
|
2396
|
+
*
|
|
2397
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2398
|
+
*
|
|
2399
|
+
* @example "ABS-2023-001"
|
|
2400
|
+
*
|
|
2401
|
+
* @regex [0-9A-Za-z ]*$
|
|
2402
|
+
*
|
|
2403
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1971
2404
|
*
|
|
1972
2405
|
* @generated from field: string reference_id = 20;
|
|
1973
2406
|
*/
|
|
1974
2407
|
this.referenceId = "";
|
|
1975
2408
|
/**
|
|
1976
|
-
*
|
|
2409
|
+
*
|
|
2410
|
+
* @optional
|
|
2411
|
+
*
|
|
2412
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2413
|
+
*
|
|
2414
|
+
* @example "ABS-2023-X9Z2"
|
|
2415
|
+
*
|
|
2416
|
+
* @regex [0-9A-Za-z ]*$
|
|
2417
|
+
*
|
|
2418
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1977
2419
|
*
|
|
1978
2420
|
* @generated from field: string final_ref_number = 21;
|
|
1979
2421
|
*/
|
|
@@ -2086,49 +2528,103 @@ class DebitNotesServiceSearchAllReq extends protobuf_1.Message {
|
|
|
2086
2528
|
constructor(data) {
|
|
2087
2529
|
super();
|
|
2088
2530
|
/**
|
|
2089
|
-
*
|
|
2531
|
+
*
|
|
2532
|
+
* @optional
|
|
2533
|
+
*
|
|
2534
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2535
|
+
*
|
|
2536
|
+
* @example ANY
|
|
2090
2537
|
*
|
|
2091
2538
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2092
2539
|
*/
|
|
2093
2540
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2094
2541
|
/**
|
|
2095
|
-
*
|
|
2542
|
+
*
|
|
2543
|
+
* @mandatory
|
|
2544
|
+
*
|
|
2545
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2546
|
+
*
|
|
2547
|
+
* @example 100
|
|
2548
|
+
*
|
|
2549
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2550
|
+
*
|
|
2551
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2096
2552
|
*
|
|
2097
2553
|
* @generated from field: int64 count = 2;
|
|
2098
2554
|
*/
|
|
2099
2555
|
this.count = protobuf_1.protoInt64.zero;
|
|
2100
2556
|
/**
|
|
2101
|
-
*
|
|
2557
|
+
*
|
|
2558
|
+
* @optional
|
|
2559
|
+
*
|
|
2560
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2561
|
+
*
|
|
2562
|
+
* @example 0
|
|
2563
|
+
*
|
|
2564
|
+
* @regex ^[0-9]+$
|
|
2565
|
+
*
|
|
2566
|
+
* @format Non-negative integer.
|
|
2102
2567
|
*
|
|
2103
2568
|
* @generated from field: uint64 offset = 3;
|
|
2104
2569
|
*/
|
|
2105
2570
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2106
2571
|
/**
|
|
2107
|
-
*
|
|
2572
|
+
*
|
|
2573
|
+
* @optional
|
|
2574
|
+
*
|
|
2575
|
+
* @description Sort direction.
|
|
2576
|
+
*
|
|
2577
|
+
* @example DESCENDING
|
|
2108
2578
|
*
|
|
2109
2579
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2110
2580
|
*/
|
|
2111
2581
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2112
2582
|
/**
|
|
2113
|
-
*
|
|
2583
|
+
*
|
|
2584
|
+
* @optional
|
|
2585
|
+
*
|
|
2586
|
+
* @description The field used for sorting.
|
|
2114
2587
|
*
|
|
2115
2588
|
* @generated from field: Scailo.DEBIT_NOTE_SORT_KEY sort_key = 5;
|
|
2116
2589
|
*/
|
|
2117
2590
|
this.sortKey = DEBIT_NOTE_SORT_KEY.DEBIT_NOTE_SORT_KEY_ID_UNSPECIFIED;
|
|
2118
2591
|
/**
|
|
2119
|
-
*
|
|
2592
|
+
*
|
|
2593
|
+
* @optional
|
|
2594
|
+
*
|
|
2595
|
+
* @description Filter by the organization UUID.
|
|
2596
|
+
*
|
|
2597
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2598
|
+
*
|
|
2599
|
+
* @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}$
|
|
2600
|
+
*
|
|
2601
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2120
2602
|
*
|
|
2121
2603
|
* @generated from field: string entity_uuid = 6;
|
|
2122
2604
|
*/
|
|
2123
2605
|
this.entityUuid = "";
|
|
2124
2606
|
/**
|
|
2125
|
-
*
|
|
2607
|
+
*
|
|
2608
|
+
* @optional
|
|
2609
|
+
*
|
|
2610
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2611
|
+
*
|
|
2612
|
+
* @example STANDING
|
|
2126
2613
|
*
|
|
2127
2614
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2128
2615
|
*/
|
|
2129
2616
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2130
2617
|
/**
|
|
2131
|
-
*
|
|
2618
|
+
*
|
|
2619
|
+
* @mandatory
|
|
2620
|
+
*
|
|
2621
|
+
* @description The search string to match against reference IDs.
|
|
2622
|
+
*
|
|
2623
|
+
* @example "Medical 2023"
|
|
2624
|
+
*
|
|
2625
|
+
* @regex .*
|
|
2626
|
+
*
|
|
2627
|
+
* @format: May contain any UTF-8 characters.
|
|
2132
2628
|
*
|
|
2133
2629
|
* @generated from field: string search_key = 11;
|
|
2134
2630
|
*/
|
|
@@ -2242,13 +2738,17 @@ class DebitNoteReference extends protobuf_1.Message {
|
|
|
2242
2738
|
constructor(data) {
|
|
2243
2739
|
super();
|
|
2244
2740
|
/**
|
|
2245
|
-
*
|
|
2741
|
+
*
|
|
2742
|
+
* @description The organization's globally unique identifier.
|
|
2743
|
+
*
|
|
2744
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2246
2745
|
*
|
|
2247
2746
|
* @generated from field: string entity_uuid = 1;
|
|
2248
2747
|
*/
|
|
2249
2748
|
this.entityUuid = "";
|
|
2250
2749
|
/**
|
|
2251
|
-
*
|
|
2750
|
+
*
|
|
2751
|
+
* @description The approval state of the record
|
|
2252
2752
|
*
|
|
2253
2753
|
* @generated from field: bool need_approval = 4;
|
|
2254
2754
|
*/
|