@kernelminds/scailo-sdk 0.1.27 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +41 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +226 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +88 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +88 -23
- package/lib/cjs/src/users.scailo_pb.js +491 -82
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +89 -24
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +479 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +41 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +226 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +88 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +88 -23
- package/lib/esm/src/users.scailo_pb.js +495 -84
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +89 -24
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +479 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -253,7 +253,16 @@ protobuf_1.proto3.util.setEnumType(DEBIT_NOTE_SORT_KEY, "Scailo.DEBIT_NOTE_SORT_
|
|
|
253
253
|
*/
|
|
254
254
|
class DebitNotesServiceCreateRequest extends protobuf_1.Message {
|
|
255
255
|
/**
|
|
256
|
-
*
|
|
256
|
+
*
|
|
257
|
+
* @optional
|
|
258
|
+
*
|
|
259
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
260
|
+
*
|
|
261
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
262
|
+
*
|
|
263
|
+
* @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}$
|
|
264
|
+
*
|
|
265
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
257
266
|
*
|
|
258
267
|
* @generated from field: string entity_uuid = 1;
|
|
259
268
|
*/
|
|
@@ -265,13 +274,31 @@ class DebitNotesServiceCreateRequest extends protobuf_1.Message {
|
|
|
265
274
|
*/
|
|
266
275
|
userComment = "";
|
|
267
276
|
/**
|
|
268
|
-
*
|
|
277
|
+
*
|
|
278
|
+
* @optional
|
|
279
|
+
*
|
|
280
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
281
|
+
*
|
|
282
|
+
* @example 15234
|
|
283
|
+
*
|
|
284
|
+
* @regex ^[0-9]+$
|
|
285
|
+
*
|
|
286
|
+
* @format Non-negative integer.
|
|
269
287
|
*
|
|
270
288
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
271
289
|
*/
|
|
272
290
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
273
291
|
/**
|
|
274
|
-
*
|
|
292
|
+
*
|
|
293
|
+
* @mandatory
|
|
294
|
+
*
|
|
295
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
296
|
+
*
|
|
297
|
+
* @example "ABS-2023-001"
|
|
298
|
+
*
|
|
299
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
300
|
+
*
|
|
301
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
275
302
|
*
|
|
276
303
|
* @generated from field: string reference_id = 10;
|
|
277
304
|
*/
|
|
@@ -371,19 +398,42 @@ class DebitNotesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
371
398
|
*/
|
|
372
399
|
id = protobuf_1.protoInt64.zero;
|
|
373
400
|
/**
|
|
374
|
-
*
|
|
401
|
+
*
|
|
402
|
+
* @optional
|
|
403
|
+
*
|
|
404
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
405
|
+
*
|
|
406
|
+
* @example true
|
|
375
407
|
*
|
|
376
408
|
* @generated from field: bool notify_users = 3;
|
|
377
409
|
*/
|
|
378
410
|
notifyUsers = false;
|
|
379
411
|
/**
|
|
380
|
-
*
|
|
412
|
+
*
|
|
413
|
+
* @optional
|
|
414
|
+
*
|
|
415
|
+
* @description Updated vault folder ID for documentation storage.
|
|
416
|
+
*
|
|
417
|
+
* @example 15235
|
|
418
|
+
*
|
|
419
|
+
* @regex ^[0-9]+$
|
|
420
|
+
*
|
|
421
|
+
* @format Non-negative integer.
|
|
381
422
|
*
|
|
382
423
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
383
424
|
*/
|
|
384
425
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
385
426
|
/**
|
|
386
|
-
*
|
|
427
|
+
*
|
|
428
|
+
* @mandatory
|
|
429
|
+
*
|
|
430
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
431
|
+
*
|
|
432
|
+
* @example "ABS-2023-001-REV"
|
|
433
|
+
*
|
|
434
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
435
|
+
*
|
|
436
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
387
437
|
*
|
|
388
438
|
* @generated from field: string reference_id = 10;
|
|
389
439
|
*/
|
|
@@ -544,55 +594,74 @@ exports.DebitNoteAncillaryParameters = DebitNoteAncillaryParameters;
|
|
|
544
594
|
*/
|
|
545
595
|
class DebitNote extends protobuf_1.Message {
|
|
546
596
|
/**
|
|
547
|
-
*
|
|
597
|
+
*
|
|
598
|
+
* @description The organization's globally unique identifier.
|
|
599
|
+
*
|
|
600
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
548
601
|
*
|
|
549
602
|
* @generated from field: string entity_uuid = 1;
|
|
550
603
|
*/
|
|
551
604
|
entityUuid = "";
|
|
552
605
|
/**
|
|
553
|
-
*
|
|
606
|
+
*
|
|
607
|
+
* @description Standard employee and record metadata including timestamps.
|
|
554
608
|
*
|
|
555
609
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
556
610
|
*/
|
|
557
611
|
metadata;
|
|
558
612
|
/**
|
|
559
|
-
*
|
|
613
|
+
*
|
|
614
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
560
615
|
*
|
|
561
616
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
562
617
|
*/
|
|
563
618
|
approvalMetadata;
|
|
564
619
|
/**
|
|
565
|
-
*
|
|
620
|
+
*
|
|
621
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
566
622
|
*
|
|
567
623
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
568
624
|
*/
|
|
569
625
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
570
626
|
/**
|
|
571
|
-
*
|
|
627
|
+
*
|
|
628
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
572
629
|
*
|
|
573
630
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
574
631
|
*/
|
|
575
632
|
logs = [];
|
|
576
633
|
/**
|
|
577
|
-
*
|
|
634
|
+
*
|
|
635
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
636
|
+
*
|
|
637
|
+
* @example 1698400000
|
|
578
638
|
*
|
|
579
639
|
* @generated from field: uint64 completed_on = 6;
|
|
580
640
|
*/
|
|
581
641
|
completedOn = protobuf_1.protoInt64.zero;
|
|
582
642
|
/**
|
|
583
|
-
*
|
|
643
|
+
*
|
|
644
|
+
* @description Link to the document storage folder.
|
|
645
|
+
*
|
|
646
|
+
* @example 15234
|
|
584
647
|
*
|
|
585
648
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
586
649
|
*/
|
|
587
650
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
588
651
|
/**
|
|
589
|
-
*
|
|
652
|
+
*
|
|
653
|
+
* @description The user-provided reference ID.
|
|
654
|
+
*
|
|
655
|
+
* @example "ABS-2023-001"
|
|
590
656
|
*
|
|
591
657
|
* @generated from field: string reference_id = 10;
|
|
592
658
|
*/
|
|
593
659
|
referenceId = "";
|
|
594
660
|
/**
|
|
595
|
-
*
|
|
661
|
+
*
|
|
662
|
+
* @description The system-generated immutable reference number.
|
|
663
|
+
*
|
|
664
|
+
* @example "ABS-2023-X9Z2"
|
|
596
665
|
*
|
|
597
666
|
* @generated from field: string final_ref_number = 11;
|
|
598
667
|
*/
|
|
@@ -1025,25 +1094,31 @@ exports.DebitNotesServiceItemUpdateRequest = DebitNotesServiceItemUpdateRequest;
|
|
|
1025
1094
|
*/
|
|
1026
1095
|
class DebitNoteItem extends protobuf_1.Message {
|
|
1027
1096
|
/**
|
|
1028
|
-
*
|
|
1097
|
+
*
|
|
1098
|
+
* @description The organization's globally unique identifier.
|
|
1099
|
+
*
|
|
1100
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1029
1101
|
*
|
|
1030
1102
|
* @generated from field: string entity_uuid = 1;
|
|
1031
1103
|
*/
|
|
1032
1104
|
entityUuid = "";
|
|
1033
1105
|
/**
|
|
1034
|
-
*
|
|
1106
|
+
*
|
|
1107
|
+
* @description Standard employee and record metadata including timestamps.
|
|
1035
1108
|
*
|
|
1036
1109
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
1037
1110
|
*/
|
|
1038
1111
|
metadata;
|
|
1039
1112
|
/**
|
|
1040
|
-
*
|
|
1113
|
+
*
|
|
1114
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
1041
1115
|
*
|
|
1042
1116
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
1043
1117
|
*/
|
|
1044
1118
|
approvalMetadata;
|
|
1045
1119
|
/**
|
|
1046
|
-
*
|
|
1120
|
+
*
|
|
1121
|
+
* @description The approval state of the record
|
|
1047
1122
|
*
|
|
1048
1123
|
* @generated from field: bool need_approval = 4;
|
|
1049
1124
|
*/
|
|
@@ -1360,37 +1435,77 @@ exports.DebitNotesServiceAlreadyAddedQuantityForSourceRequest = DebitNotesServic
|
|
|
1360
1435
|
*/
|
|
1361
1436
|
class DebitNoteItemsSearchRequest extends protobuf_1.Message {
|
|
1362
1437
|
/**
|
|
1363
|
-
*
|
|
1438
|
+
*
|
|
1439
|
+
* @optional
|
|
1440
|
+
*
|
|
1441
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1442
|
+
*
|
|
1443
|
+
* @example ANY
|
|
1364
1444
|
*
|
|
1365
1445
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1366
1446
|
*/
|
|
1367
1447
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1368
1448
|
/**
|
|
1369
|
-
*
|
|
1449
|
+
*
|
|
1450
|
+
* @mandatory
|
|
1451
|
+
*
|
|
1452
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1453
|
+
*
|
|
1454
|
+
* @example 100
|
|
1455
|
+
*
|
|
1456
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1457
|
+
*
|
|
1458
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1370
1459
|
*
|
|
1371
1460
|
* @generated from field: int64 count = 2;
|
|
1372
1461
|
*/
|
|
1373
1462
|
count = protobuf_1.protoInt64.zero;
|
|
1374
1463
|
/**
|
|
1375
|
-
*
|
|
1464
|
+
*
|
|
1465
|
+
* @optional
|
|
1466
|
+
*
|
|
1467
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1468
|
+
*
|
|
1469
|
+
* @example 0
|
|
1470
|
+
*
|
|
1471
|
+
* @regex ^[0-9]+$
|
|
1472
|
+
*
|
|
1473
|
+
* @format Non-negative integer.
|
|
1376
1474
|
*
|
|
1377
1475
|
* @generated from field: uint64 offset = 3;
|
|
1378
1476
|
*/
|
|
1379
1477
|
offset = protobuf_1.protoInt64.zero;
|
|
1380
1478
|
/**
|
|
1381
|
-
*
|
|
1479
|
+
*
|
|
1480
|
+
* @optional
|
|
1481
|
+
*
|
|
1482
|
+
* @description Sort direction.
|
|
1483
|
+
*
|
|
1484
|
+
* @example DESCENDING
|
|
1382
1485
|
*
|
|
1383
1486
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1384
1487
|
*/
|
|
1385
1488
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1386
1489
|
/**
|
|
1387
|
-
*
|
|
1490
|
+
*
|
|
1491
|
+
* @optional
|
|
1492
|
+
*
|
|
1493
|
+
* @description The field used for sorting.
|
|
1388
1494
|
*
|
|
1389
1495
|
* @generated from field: Scailo.DEBIT_NOTE_ITEM_SORT_KEY sort_key = 5;
|
|
1390
1496
|
*/
|
|
1391
1497
|
sortKey = DEBIT_NOTE_ITEM_SORT_KEY.DEBIT_NOTE_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1392
1498
|
/**
|
|
1393
|
-
*
|
|
1499
|
+
*
|
|
1500
|
+
* @optional
|
|
1501
|
+
*
|
|
1502
|
+
* @description Filter by the organization UUID.
|
|
1503
|
+
*
|
|
1504
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1505
|
+
*
|
|
1506
|
+
* @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}$
|
|
1507
|
+
*
|
|
1508
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1394
1509
|
*
|
|
1395
1510
|
* @generated from field: string entity_uuid = 6;
|
|
1396
1511
|
*/
|
|
@@ -1501,25 +1616,35 @@ exports.DebitNoteItemsSearchRequest = DebitNoteItemsSearchRequest;
|
|
|
1501
1616
|
*/
|
|
1502
1617
|
class DebitNotesServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1503
1618
|
/**
|
|
1504
|
-
*
|
|
1619
|
+
*
|
|
1620
|
+
* @description Number of records returned in the current response slice.
|
|
1621
|
+
*
|
|
1622
|
+
* @example 50
|
|
1505
1623
|
*
|
|
1506
1624
|
* @generated from field: uint64 count = 1;
|
|
1507
1625
|
*/
|
|
1508
1626
|
count = protobuf_1.protoInt64.zero;
|
|
1509
1627
|
/**
|
|
1510
|
-
*
|
|
1628
|
+
*
|
|
1629
|
+
* @description The offset provided in the request.
|
|
1630
|
+
*
|
|
1631
|
+
* @example 0
|
|
1511
1632
|
*
|
|
1512
1633
|
* @generated from field: uint64 offset = 2;
|
|
1513
1634
|
*/
|
|
1514
1635
|
offset = protobuf_1.protoInt64.zero;
|
|
1515
1636
|
/**
|
|
1516
|
-
*
|
|
1637
|
+
*
|
|
1638
|
+
* @description The total number of records matching the criteria.
|
|
1639
|
+
*
|
|
1640
|
+
* @example 1250
|
|
1517
1641
|
*
|
|
1518
1642
|
* @generated from field: uint64 total = 3;
|
|
1519
1643
|
*/
|
|
1520
1644
|
total = protobuf_1.protoInt64.zero;
|
|
1521
1645
|
/**
|
|
1522
|
-
*
|
|
1646
|
+
*
|
|
1647
|
+
* @description The array of records for the current page.
|
|
1523
1648
|
*
|
|
1524
1649
|
* @generated from field: repeated Scailo.DebitNoteItem payload = 4;
|
|
1525
1650
|
*/
|
|
@@ -1558,31 +1683,62 @@ exports.DebitNotesServicePaginatedItemsResponse = DebitNotesServicePaginatedItem
|
|
|
1558
1683
|
*/
|
|
1559
1684
|
class DebitNotesServicePaginationReq extends protobuf_1.Message {
|
|
1560
1685
|
/**
|
|
1561
|
-
*
|
|
1686
|
+
*
|
|
1687
|
+
* @optional
|
|
1688
|
+
*
|
|
1689
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1690
|
+
*
|
|
1691
|
+
* @example ANY
|
|
1562
1692
|
*
|
|
1563
1693
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1564
1694
|
*/
|
|
1565
1695
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1566
1696
|
/**
|
|
1567
|
-
*
|
|
1697
|
+
*
|
|
1698
|
+
* @mandatory
|
|
1699
|
+
*
|
|
1700
|
+
* @description Number of records to return per page.
|
|
1701
|
+
*
|
|
1702
|
+
* @example 50
|
|
1703
|
+
*
|
|
1704
|
+
* @regex ^[1-9][0-9]*$
|
|
1705
|
+
*
|
|
1706
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1568
1707
|
*
|
|
1569
1708
|
* @generated from field: int64 count = 2;
|
|
1570
1709
|
*/
|
|
1571
1710
|
count = protobuf_1.protoInt64.zero;
|
|
1572
1711
|
/**
|
|
1573
|
-
*
|
|
1712
|
+
*
|
|
1713
|
+
* @optional
|
|
1714
|
+
*
|
|
1715
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1716
|
+
*
|
|
1717
|
+
* @example 0
|
|
1718
|
+
*
|
|
1719
|
+
* @regex ^[0-9]+$
|
|
1720
|
+
*
|
|
1721
|
+
* @format Non-negative integer.
|
|
1574
1722
|
*
|
|
1575
1723
|
* @generated from field: uint64 offset = 3;
|
|
1576
1724
|
*/
|
|
1577
1725
|
offset = protobuf_1.protoInt64.zero;
|
|
1578
1726
|
/**
|
|
1579
|
-
*
|
|
1727
|
+
*
|
|
1728
|
+
* @optional
|
|
1729
|
+
*
|
|
1730
|
+
* @description Sort direction.
|
|
1731
|
+
*
|
|
1732
|
+
* @example DESCENDING
|
|
1580
1733
|
*
|
|
1581
1734
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1582
1735
|
*/
|
|
1583
1736
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1584
1737
|
/**
|
|
1585
|
-
*
|
|
1738
|
+
*
|
|
1739
|
+
* @optional
|
|
1740
|
+
*
|
|
1741
|
+
* @description The specific field key to sort the results by.
|
|
1586
1742
|
*
|
|
1587
1743
|
* @generated from field: Scailo.DEBIT_NOTE_SORT_KEY sort_key = 5;
|
|
1588
1744
|
*/
|
|
@@ -1629,25 +1785,35 @@ exports.DebitNotesServicePaginationReq = DebitNotesServicePaginationReq;
|
|
|
1629
1785
|
*/
|
|
1630
1786
|
class DebitNotesServicePaginationResponse extends protobuf_1.Message {
|
|
1631
1787
|
/**
|
|
1632
|
-
*
|
|
1788
|
+
*
|
|
1789
|
+
* @description Number of records returned in the current response slice.
|
|
1790
|
+
*
|
|
1791
|
+
* @example 50
|
|
1633
1792
|
*
|
|
1634
1793
|
* @generated from field: uint64 count = 1;
|
|
1635
1794
|
*/
|
|
1636
1795
|
count = protobuf_1.protoInt64.zero;
|
|
1637
1796
|
/**
|
|
1638
|
-
*
|
|
1797
|
+
*
|
|
1798
|
+
* @description The offset provided in the request.
|
|
1799
|
+
*
|
|
1800
|
+
* @example 0
|
|
1639
1801
|
*
|
|
1640
1802
|
* @generated from field: uint64 offset = 2;
|
|
1641
1803
|
*/
|
|
1642
1804
|
offset = protobuf_1.protoInt64.zero;
|
|
1643
1805
|
/**
|
|
1644
|
-
*
|
|
1806
|
+
*
|
|
1807
|
+
* @description The total number of records matching the criteria.
|
|
1808
|
+
*
|
|
1809
|
+
* @example 1250
|
|
1645
1810
|
*
|
|
1646
1811
|
* @generated from field: uint64 total = 3;
|
|
1647
1812
|
*/
|
|
1648
1813
|
total = protobuf_1.protoInt64.zero;
|
|
1649
1814
|
/**
|
|
1650
|
-
*
|
|
1815
|
+
*
|
|
1816
|
+
* @description The array of records for the current page.
|
|
1651
1817
|
*
|
|
1652
1818
|
* @generated from field: repeated Scailo.DebitNote payload = 4;
|
|
1653
1819
|
*/
|
|
@@ -1686,115 +1852,268 @@ exports.DebitNotesServicePaginationResponse = DebitNotesServicePaginationRespons
|
|
|
1686
1852
|
*/
|
|
1687
1853
|
class DebitNotesServiceFilterReq extends protobuf_1.Message {
|
|
1688
1854
|
/**
|
|
1689
|
-
*
|
|
1855
|
+
*
|
|
1856
|
+
* @optional
|
|
1857
|
+
*
|
|
1858
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1859
|
+
*
|
|
1860
|
+
* @example ANY
|
|
1690
1861
|
*
|
|
1691
1862
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1692
1863
|
*/
|
|
1693
1864
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1694
1865
|
/**
|
|
1695
|
-
*
|
|
1866
|
+
*
|
|
1867
|
+
* @mandatory
|
|
1868
|
+
*
|
|
1869
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1870
|
+
*
|
|
1871
|
+
* @example 100
|
|
1872
|
+
*
|
|
1873
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1874
|
+
*
|
|
1875
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1696
1876
|
*
|
|
1697
1877
|
* @generated from field: int64 count = 2;
|
|
1698
1878
|
*/
|
|
1699
1879
|
count = protobuf_1.protoInt64.zero;
|
|
1700
1880
|
/**
|
|
1701
|
-
*
|
|
1881
|
+
*
|
|
1882
|
+
* @optional
|
|
1883
|
+
*
|
|
1884
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1885
|
+
*
|
|
1886
|
+
* @example 0
|
|
1887
|
+
*
|
|
1888
|
+
* @regex ^[0-9]+$
|
|
1889
|
+
*
|
|
1890
|
+
* @format Non-negative integer.
|
|
1702
1891
|
*
|
|
1703
1892
|
* @generated from field: uint64 offset = 3;
|
|
1704
1893
|
*/
|
|
1705
1894
|
offset = protobuf_1.protoInt64.zero;
|
|
1706
1895
|
/**
|
|
1707
|
-
*
|
|
1896
|
+
*
|
|
1897
|
+
* @optional
|
|
1898
|
+
*
|
|
1899
|
+
* @description Sort direction.
|
|
1900
|
+
*
|
|
1901
|
+
* @example DESCENDING
|
|
1708
1902
|
*
|
|
1709
1903
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1710
1904
|
*/
|
|
1711
1905
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1712
1906
|
/**
|
|
1713
|
-
*
|
|
1907
|
+
*
|
|
1908
|
+
* @optional
|
|
1909
|
+
*
|
|
1910
|
+
* @description The field used for sorting.
|
|
1714
1911
|
*
|
|
1715
1912
|
* @generated from field: Scailo.DEBIT_NOTE_SORT_KEY sort_key = 5;
|
|
1716
1913
|
*/
|
|
1717
1914
|
sortKey = DEBIT_NOTE_SORT_KEY.DEBIT_NOTE_SORT_KEY_ID_UNSPECIFIED;
|
|
1718
1915
|
/**
|
|
1719
|
-
*
|
|
1916
|
+
*
|
|
1917
|
+
* @optional
|
|
1918
|
+
*
|
|
1919
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1920
|
+
*
|
|
1921
|
+
* @example 1672531200
|
|
1922
|
+
*
|
|
1923
|
+
* @regex ^[0-9]+$
|
|
1924
|
+
*
|
|
1925
|
+
* @format Non-negative integer.
|
|
1720
1926
|
*
|
|
1721
1927
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1722
1928
|
*/
|
|
1723
1929
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1724
1930
|
/**
|
|
1725
|
-
*
|
|
1931
|
+
*
|
|
1932
|
+
* @optional
|
|
1933
|
+
*
|
|
1934
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1935
|
+
*
|
|
1936
|
+
* @example 1704067199
|
|
1937
|
+
*
|
|
1938
|
+
* @regex ^[0-9]+$
|
|
1939
|
+
*
|
|
1940
|
+
* @format Non-negative integer.
|
|
1726
1941
|
*
|
|
1727
1942
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1728
1943
|
*/
|
|
1729
1944
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1730
1945
|
/**
|
|
1731
|
-
*
|
|
1946
|
+
*
|
|
1947
|
+
* @optional
|
|
1948
|
+
*
|
|
1949
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1950
|
+
*
|
|
1951
|
+
* @example 1672531200
|
|
1952
|
+
*
|
|
1953
|
+
* @regex ^[0-9]+$
|
|
1954
|
+
*
|
|
1955
|
+
* @format Non-negative integer.
|
|
1732
1956
|
*
|
|
1733
1957
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1734
1958
|
*/
|
|
1735
1959
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1736
1960
|
/**
|
|
1737
|
-
*
|
|
1961
|
+
*
|
|
1962
|
+
* @optional
|
|
1963
|
+
*
|
|
1964
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1965
|
+
*
|
|
1966
|
+
* @example 1704067199
|
|
1967
|
+
*
|
|
1968
|
+
* @regex ^[0-9]+$
|
|
1969
|
+
*
|
|
1970
|
+
* @format Non-negative integer.
|
|
1738
1971
|
*
|
|
1739
1972
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1740
1973
|
*/
|
|
1741
1974
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1742
1975
|
/**
|
|
1743
|
-
*
|
|
1976
|
+
*
|
|
1977
|
+
* @optional
|
|
1978
|
+
*
|
|
1979
|
+
* @description Filter by the organization UUID.
|
|
1980
|
+
*
|
|
1981
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1982
|
+
*
|
|
1983
|
+
* @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}$
|
|
1984
|
+
*
|
|
1985
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1744
1986
|
*
|
|
1745
1987
|
* @generated from field: string entity_uuid = 8;
|
|
1746
1988
|
*/
|
|
1747
1989
|
entityUuid = "";
|
|
1748
1990
|
/**
|
|
1749
|
-
*
|
|
1991
|
+
*
|
|
1992
|
+
* @optional
|
|
1993
|
+
*
|
|
1994
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1995
|
+
*
|
|
1996
|
+
* @example STANDING
|
|
1750
1997
|
*
|
|
1751
1998
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1752
1999
|
*/
|
|
1753
2000
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1754
2001
|
/**
|
|
1755
|
-
*
|
|
2002
|
+
*
|
|
2003
|
+
* @optional
|
|
2004
|
+
*
|
|
2005
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2006
|
+
*
|
|
2007
|
+
* @example 1672531200
|
|
2008
|
+
*
|
|
2009
|
+
* @regex ^[0-9]+$
|
|
2010
|
+
*
|
|
2011
|
+
* @format Non-negative integer.
|
|
1756
2012
|
*
|
|
1757
2013
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1758
2014
|
*/
|
|
1759
2015
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1760
2016
|
/**
|
|
1761
|
-
*
|
|
2017
|
+
*
|
|
2018
|
+
* @optional
|
|
2019
|
+
*
|
|
2020
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2021
|
+
*
|
|
2022
|
+
* @example 1704067199
|
|
2023
|
+
*
|
|
2024
|
+
* @regex ^[0-9]+$
|
|
2025
|
+
*
|
|
2026
|
+
* @format Non-negative integer.
|
|
1762
2027
|
*
|
|
1763
2028
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1764
2029
|
*/
|
|
1765
2030
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1766
2031
|
/**
|
|
1767
|
-
*
|
|
2032
|
+
*
|
|
2033
|
+
* @optional
|
|
2034
|
+
*
|
|
2035
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2036
|
+
*
|
|
2037
|
+
* @example 501
|
|
2038
|
+
*
|
|
2039
|
+
* @regex ^[0-9]+$
|
|
2040
|
+
*
|
|
2041
|
+
* @format Non-negative integer.
|
|
1768
2042
|
*
|
|
1769
2043
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1770
2044
|
*/
|
|
1771
2045
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1772
2046
|
/**
|
|
1773
|
-
*
|
|
2047
|
+
*
|
|
2048
|
+
* @optional
|
|
2049
|
+
*
|
|
2050
|
+
* @description Filter by the role ID of the approver.
|
|
2051
|
+
*
|
|
2052
|
+
* @example 5
|
|
2053
|
+
*
|
|
2054
|
+
* @regex ^[0-9]+$
|
|
2055
|
+
*
|
|
2056
|
+
* @format Non-negative integer.
|
|
1774
2057
|
*
|
|
1775
2058
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1776
2059
|
*/
|
|
1777
2060
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1778
2061
|
/**
|
|
1779
|
-
*
|
|
2062
|
+
*
|
|
2063
|
+
* @optional
|
|
2064
|
+
*
|
|
2065
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2066
|
+
*
|
|
2067
|
+
* @example 1672531200
|
|
2068
|
+
*
|
|
2069
|
+
* @regex ^[0-9]+$
|
|
2070
|
+
*
|
|
2071
|
+
* @format Non-negative integer.
|
|
1780
2072
|
*
|
|
1781
2073
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1782
2074
|
*/
|
|
1783
2075
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1784
2076
|
/**
|
|
1785
|
-
*
|
|
2077
|
+
*
|
|
2078
|
+
* @optional
|
|
2079
|
+
*
|
|
2080
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2081
|
+
*
|
|
2082
|
+
* @example 1704067199
|
|
2083
|
+
*
|
|
2084
|
+
* @regex ^[0-9]+$
|
|
2085
|
+
*
|
|
2086
|
+
* @format Non-negative integer.
|
|
1786
2087
|
*
|
|
1787
2088
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1788
2089
|
*/
|
|
1789
2090
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1790
2091
|
/**
|
|
1791
|
-
*
|
|
2092
|
+
*
|
|
2093
|
+
* @optional
|
|
2094
|
+
*
|
|
2095
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2096
|
+
*
|
|
2097
|
+
* @example "ABS-2023-001"
|
|
2098
|
+
*
|
|
2099
|
+
* @regex [0-9A-Za-z ]*$
|
|
2100
|
+
*
|
|
2101
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1792
2102
|
*
|
|
1793
2103
|
* @generated from field: string reference_id = 20;
|
|
1794
2104
|
*/
|
|
1795
2105
|
referenceId = "";
|
|
1796
2106
|
/**
|
|
1797
|
-
*
|
|
2107
|
+
*
|
|
2108
|
+
* @optional
|
|
2109
|
+
*
|
|
2110
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2111
|
+
*
|
|
2112
|
+
* @example "ABS-2023-X9Z2"
|
|
2113
|
+
*
|
|
2114
|
+
* @regex [0-9A-Za-z ]*$
|
|
2115
|
+
*
|
|
2116
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1798
2117
|
*
|
|
1799
2118
|
* @generated from field: string final_ref_number = 21;
|
|
1800
2119
|
*/
|
|
@@ -1911,91 +2230,218 @@ exports.DebitNotesServiceFilterReq = DebitNotesServiceFilterReq;
|
|
|
1911
2230
|
*/
|
|
1912
2231
|
class DebitNotesServiceCountReq extends protobuf_1.Message {
|
|
1913
2232
|
/**
|
|
1914
|
-
*
|
|
2233
|
+
*
|
|
2234
|
+
* @optional
|
|
2235
|
+
*
|
|
2236
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2237
|
+
*
|
|
2238
|
+
* @example ANY
|
|
1915
2239
|
*
|
|
1916
2240
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1917
2241
|
*/
|
|
1918
2242
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1919
2243
|
/**
|
|
1920
|
-
*
|
|
2244
|
+
*
|
|
2245
|
+
* @optional
|
|
2246
|
+
*
|
|
2247
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2248
|
+
*
|
|
2249
|
+
* @example 1672531200
|
|
2250
|
+
*
|
|
2251
|
+
* @regex ^[0-9]+$
|
|
2252
|
+
*
|
|
2253
|
+
* @format Non-negative integer.
|
|
1921
2254
|
*
|
|
1922
2255
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1923
2256
|
*/
|
|
1924
2257
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1925
2258
|
/**
|
|
1926
|
-
*
|
|
2259
|
+
*
|
|
2260
|
+
* @optional
|
|
2261
|
+
*
|
|
2262
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2263
|
+
*
|
|
2264
|
+
* @example 1704067199
|
|
2265
|
+
*
|
|
2266
|
+
* @regex ^[0-9]+$
|
|
2267
|
+
*
|
|
2268
|
+
* @format Non-negative integer.
|
|
1927
2269
|
*
|
|
1928
2270
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1929
2271
|
*/
|
|
1930
2272
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1931
2273
|
/**
|
|
1932
|
-
*
|
|
2274
|
+
*
|
|
2275
|
+
* @optional
|
|
2276
|
+
*
|
|
2277
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2278
|
+
*
|
|
2279
|
+
* @example 1672531200
|
|
2280
|
+
*
|
|
2281
|
+
* @regex ^[0-9]+$
|
|
2282
|
+
*
|
|
2283
|
+
* @format Non-negative integer.
|
|
1933
2284
|
*
|
|
1934
2285
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1935
2286
|
*/
|
|
1936
2287
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1937
2288
|
/**
|
|
1938
|
-
*
|
|
2289
|
+
*
|
|
2290
|
+
* @optional
|
|
2291
|
+
*
|
|
2292
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2293
|
+
*
|
|
2294
|
+
* @example 1704067199
|
|
2295
|
+
*
|
|
2296
|
+
* @regex ^[0-9]+$
|
|
2297
|
+
*
|
|
2298
|
+
* @format Non-negative integer.
|
|
1939
2299
|
*
|
|
1940
2300
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1941
2301
|
*/
|
|
1942
2302
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1943
2303
|
/**
|
|
1944
|
-
*
|
|
2304
|
+
*
|
|
2305
|
+
* @optional
|
|
2306
|
+
*
|
|
2307
|
+
* @description Filter by the organization UUID.
|
|
2308
|
+
*
|
|
2309
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2310
|
+
*
|
|
2311
|
+
* @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}$
|
|
2312
|
+
*
|
|
2313
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1945
2314
|
*
|
|
1946
2315
|
* @generated from field: string entity_uuid = 8;
|
|
1947
2316
|
*/
|
|
1948
2317
|
entityUuid = "";
|
|
1949
2318
|
/**
|
|
1950
|
-
*
|
|
2319
|
+
*
|
|
2320
|
+
* @optional
|
|
2321
|
+
*
|
|
2322
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2323
|
+
*
|
|
2324
|
+
* @example STANDING
|
|
1951
2325
|
*
|
|
1952
2326
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1953
2327
|
*/
|
|
1954
2328
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1955
2329
|
/**
|
|
1956
|
-
*
|
|
2330
|
+
*
|
|
2331
|
+
* @optional
|
|
2332
|
+
*
|
|
2333
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2334
|
+
*
|
|
2335
|
+
* @example 1672531200
|
|
2336
|
+
*
|
|
2337
|
+
* @regex ^[0-9]+$
|
|
2338
|
+
*
|
|
2339
|
+
* @format Non-negative integer.
|
|
1957
2340
|
*
|
|
1958
2341
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1959
2342
|
*/
|
|
1960
2343
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1961
2344
|
/**
|
|
1962
|
-
*
|
|
2345
|
+
*
|
|
2346
|
+
* @optional
|
|
2347
|
+
*
|
|
2348
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2349
|
+
*
|
|
2350
|
+
* @example 1704067199
|
|
2351
|
+
*
|
|
2352
|
+
* @regex ^[0-9]+$
|
|
2353
|
+
*
|
|
2354
|
+
* @format Non-negative integer.
|
|
1963
2355
|
*
|
|
1964
2356
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1965
2357
|
*/
|
|
1966
2358
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1967
2359
|
/**
|
|
1968
|
-
*
|
|
2360
|
+
*
|
|
2361
|
+
* @optional
|
|
2362
|
+
*
|
|
2363
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2364
|
+
*
|
|
2365
|
+
* @example 501
|
|
2366
|
+
*
|
|
2367
|
+
* @regex ^[0-9]+$
|
|
2368
|
+
*
|
|
2369
|
+
* @format Non-negative integer.
|
|
1969
2370
|
*
|
|
1970
2371
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1971
2372
|
*/
|
|
1972
2373
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1973
2374
|
/**
|
|
1974
|
-
*
|
|
2375
|
+
*
|
|
2376
|
+
* @optional
|
|
2377
|
+
*
|
|
2378
|
+
* @description Filter by the role ID of the approver.
|
|
2379
|
+
*
|
|
2380
|
+
* @example 5
|
|
2381
|
+
*
|
|
2382
|
+
* @regex ^[0-9]+$
|
|
2383
|
+
*
|
|
2384
|
+
* @format Non-negative integer.
|
|
1975
2385
|
*
|
|
1976
2386
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1977
2387
|
*/
|
|
1978
2388
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1979
2389
|
/**
|
|
1980
|
-
*
|
|
2390
|
+
*
|
|
2391
|
+
* @optional
|
|
2392
|
+
*
|
|
2393
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2394
|
+
*
|
|
2395
|
+
* @example 1672531200
|
|
2396
|
+
*
|
|
2397
|
+
* @regex ^[0-9]+$
|
|
2398
|
+
*
|
|
2399
|
+
* @format Non-negative integer.
|
|
1981
2400
|
*
|
|
1982
2401
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1983
2402
|
*/
|
|
1984
2403
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1985
2404
|
/**
|
|
1986
|
-
*
|
|
2405
|
+
*
|
|
2406
|
+
* @optional
|
|
2407
|
+
*
|
|
2408
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2409
|
+
*
|
|
2410
|
+
* @example 1704067199
|
|
2411
|
+
*
|
|
2412
|
+
* @regex ^[0-9]+$
|
|
2413
|
+
*
|
|
2414
|
+
* @format Non-negative integer.
|
|
1987
2415
|
*
|
|
1988
2416
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1989
2417
|
*/
|
|
1990
2418
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1991
2419
|
/**
|
|
1992
|
-
*
|
|
2420
|
+
*
|
|
2421
|
+
* @optional
|
|
2422
|
+
*
|
|
2423
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2424
|
+
*
|
|
2425
|
+
* @example "ABS-2023-001"
|
|
2426
|
+
*
|
|
2427
|
+
* @regex [0-9A-Za-z ]*$
|
|
2428
|
+
*
|
|
2429
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1993
2430
|
*
|
|
1994
2431
|
* @generated from field: string reference_id = 20;
|
|
1995
2432
|
*/
|
|
1996
2433
|
referenceId = "";
|
|
1997
2434
|
/**
|
|
1998
|
-
*
|
|
2435
|
+
*
|
|
2436
|
+
* @optional
|
|
2437
|
+
*
|
|
2438
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2439
|
+
*
|
|
2440
|
+
* @example "ABS-2023-X9Z2"
|
|
2441
|
+
*
|
|
2442
|
+
* @regex [0-9A-Za-z ]*$
|
|
2443
|
+
*
|
|
2444
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1999
2445
|
*
|
|
2000
2446
|
* @generated from field: string final_ref_number = 21;
|
|
2001
2447
|
*/
|
|
@@ -2108,49 +2554,103 @@ exports.DebitNotesServiceCountReq = DebitNotesServiceCountReq;
|
|
|
2108
2554
|
*/
|
|
2109
2555
|
class DebitNotesServiceSearchAllReq extends protobuf_1.Message {
|
|
2110
2556
|
/**
|
|
2111
|
-
*
|
|
2557
|
+
*
|
|
2558
|
+
* @optional
|
|
2559
|
+
*
|
|
2560
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2561
|
+
*
|
|
2562
|
+
* @example ANY
|
|
2112
2563
|
*
|
|
2113
2564
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2114
2565
|
*/
|
|
2115
2566
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2116
2567
|
/**
|
|
2117
|
-
*
|
|
2568
|
+
*
|
|
2569
|
+
* @mandatory
|
|
2570
|
+
*
|
|
2571
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2572
|
+
*
|
|
2573
|
+
* @example 100
|
|
2574
|
+
*
|
|
2575
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2576
|
+
*
|
|
2577
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2118
2578
|
*
|
|
2119
2579
|
* @generated from field: int64 count = 2;
|
|
2120
2580
|
*/
|
|
2121
2581
|
count = protobuf_1.protoInt64.zero;
|
|
2122
2582
|
/**
|
|
2123
|
-
*
|
|
2583
|
+
*
|
|
2584
|
+
* @optional
|
|
2585
|
+
*
|
|
2586
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2587
|
+
*
|
|
2588
|
+
* @example 0
|
|
2589
|
+
*
|
|
2590
|
+
* @regex ^[0-9]+$
|
|
2591
|
+
*
|
|
2592
|
+
* @format Non-negative integer.
|
|
2124
2593
|
*
|
|
2125
2594
|
* @generated from field: uint64 offset = 3;
|
|
2126
2595
|
*/
|
|
2127
2596
|
offset = protobuf_1.protoInt64.zero;
|
|
2128
2597
|
/**
|
|
2129
|
-
*
|
|
2598
|
+
*
|
|
2599
|
+
* @optional
|
|
2600
|
+
*
|
|
2601
|
+
* @description Sort direction.
|
|
2602
|
+
*
|
|
2603
|
+
* @example DESCENDING
|
|
2130
2604
|
*
|
|
2131
2605
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2132
2606
|
*/
|
|
2133
2607
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2134
2608
|
/**
|
|
2135
|
-
*
|
|
2609
|
+
*
|
|
2610
|
+
* @optional
|
|
2611
|
+
*
|
|
2612
|
+
* @description The field used for sorting.
|
|
2136
2613
|
*
|
|
2137
2614
|
* @generated from field: Scailo.DEBIT_NOTE_SORT_KEY sort_key = 5;
|
|
2138
2615
|
*/
|
|
2139
2616
|
sortKey = DEBIT_NOTE_SORT_KEY.DEBIT_NOTE_SORT_KEY_ID_UNSPECIFIED;
|
|
2140
2617
|
/**
|
|
2141
|
-
*
|
|
2618
|
+
*
|
|
2619
|
+
* @optional
|
|
2620
|
+
*
|
|
2621
|
+
* @description Filter by the organization UUID.
|
|
2622
|
+
*
|
|
2623
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2624
|
+
*
|
|
2625
|
+
* @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}$
|
|
2626
|
+
*
|
|
2627
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2142
2628
|
*
|
|
2143
2629
|
* @generated from field: string entity_uuid = 6;
|
|
2144
2630
|
*/
|
|
2145
2631
|
entityUuid = "";
|
|
2146
2632
|
/**
|
|
2147
|
-
*
|
|
2633
|
+
*
|
|
2634
|
+
* @optional
|
|
2635
|
+
*
|
|
2636
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2637
|
+
*
|
|
2638
|
+
* @example STANDING
|
|
2148
2639
|
*
|
|
2149
2640
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2150
2641
|
*/
|
|
2151
2642
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2152
2643
|
/**
|
|
2153
|
-
*
|
|
2644
|
+
*
|
|
2645
|
+
* @mandatory
|
|
2646
|
+
*
|
|
2647
|
+
* @description The search string to match against reference IDs.
|
|
2648
|
+
*
|
|
2649
|
+
* @example "Medical 2023"
|
|
2650
|
+
*
|
|
2651
|
+
* @regex .*
|
|
2652
|
+
*
|
|
2653
|
+
* @format: May contain any UTF-8 characters.
|
|
2154
2654
|
*
|
|
2155
2655
|
* @generated from field: string search_key = 11;
|
|
2156
2656
|
*/
|
|
@@ -2264,25 +2764,31 @@ exports.DebitNotesServiceReferenceCreateRequest = DebitNotesServiceReferenceCrea
|
|
|
2264
2764
|
*/
|
|
2265
2765
|
class DebitNoteReference extends protobuf_1.Message {
|
|
2266
2766
|
/**
|
|
2267
|
-
*
|
|
2767
|
+
*
|
|
2768
|
+
* @description The organization's globally unique identifier.
|
|
2769
|
+
*
|
|
2770
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2268
2771
|
*
|
|
2269
2772
|
* @generated from field: string entity_uuid = 1;
|
|
2270
2773
|
*/
|
|
2271
2774
|
entityUuid = "";
|
|
2272
2775
|
/**
|
|
2273
|
-
*
|
|
2776
|
+
*
|
|
2777
|
+
* @description Standard employee and record metadata including timestamps.
|
|
2274
2778
|
*
|
|
2275
2779
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
2276
2780
|
*/
|
|
2277
2781
|
metadata;
|
|
2278
2782
|
/**
|
|
2279
|
-
*
|
|
2783
|
+
*
|
|
2784
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
2280
2785
|
*
|
|
2281
2786
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
2282
2787
|
*/
|
|
2283
2788
|
approvalMetadata;
|
|
2284
2789
|
/**
|
|
2285
|
-
*
|
|
2790
|
+
*
|
|
2791
|
+
* @description The approval state of the record
|
|
2286
2792
|
*
|
|
2287
2793
|
* @generated from field: bool need_approval = 4;
|
|
2288
2794
|
*/
|