@kernelminds/scailo-sdk 0.1.28 → 0.1.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +48 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +105 -21
- package/lib/cjs/src/families.scailo_pb.js +490 -89
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +240 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +127 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +87 -22
- package/lib/cjs/src/users.scailo_pb.js +447 -81
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +47 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +106 -22
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +494 -96
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +238 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +128 -26
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +48 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +105 -21
- package/lib/esm/src/families.scailo_pb.js +514 -101
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +240 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +127 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +87 -22
- package/lib/esm/src/users.scailo_pb.js +451 -83
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +47 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +106 -22
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +494 -96
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +238 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +128 -26
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -265,7 +265,16 @@ protobuf_1.proto3.util.setEnumType(PURCHASE_RETURN_BILLING_STATUS, "Scailo.PURCH
|
|
|
265
265
|
*/
|
|
266
266
|
class PurchasesReturnsServiceCreateRequest extends protobuf_1.Message {
|
|
267
267
|
/**
|
|
268
|
-
*
|
|
268
|
+
*
|
|
269
|
+
* @optional
|
|
270
|
+
*
|
|
271
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
272
|
+
*
|
|
273
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
274
|
+
*
|
|
275
|
+
* @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}$
|
|
276
|
+
*
|
|
277
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
269
278
|
*
|
|
270
279
|
* @generated from field: string entity_uuid = 1;
|
|
271
280
|
*/
|
|
@@ -277,13 +286,31 @@ class PurchasesReturnsServiceCreateRequest extends protobuf_1.Message {
|
|
|
277
286
|
*/
|
|
278
287
|
userComment = "";
|
|
279
288
|
/**
|
|
280
|
-
*
|
|
289
|
+
*
|
|
290
|
+
* @optional
|
|
291
|
+
*
|
|
292
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
293
|
+
*
|
|
294
|
+
* @example 15234
|
|
295
|
+
*
|
|
296
|
+
* @regex ^[0-9]+$
|
|
297
|
+
*
|
|
298
|
+
* @format Non-negative integer.
|
|
281
299
|
*
|
|
282
300
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
283
301
|
*/
|
|
284
302
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
285
303
|
/**
|
|
286
|
-
*
|
|
304
|
+
*
|
|
305
|
+
* @mandatory
|
|
306
|
+
*
|
|
307
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
308
|
+
*
|
|
309
|
+
* @example "ABS-2023-001"
|
|
310
|
+
*
|
|
311
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
312
|
+
*
|
|
313
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
287
314
|
*
|
|
288
315
|
* @generated from field: string reference_id = 10;
|
|
289
316
|
*/
|
|
@@ -362,19 +389,42 @@ class PurchasesReturnsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
362
389
|
*/
|
|
363
390
|
id = protobuf_1.protoInt64.zero;
|
|
364
391
|
/**
|
|
365
|
-
*
|
|
392
|
+
*
|
|
393
|
+
* @optional
|
|
394
|
+
*
|
|
395
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
396
|
+
*
|
|
397
|
+
* @example true
|
|
366
398
|
*
|
|
367
399
|
* @generated from field: bool notify_users = 3;
|
|
368
400
|
*/
|
|
369
401
|
notifyUsers = false;
|
|
370
402
|
/**
|
|
371
|
-
*
|
|
403
|
+
*
|
|
404
|
+
* @optional
|
|
405
|
+
*
|
|
406
|
+
* @description Updated vault folder ID for documentation storage.
|
|
407
|
+
*
|
|
408
|
+
* @example 15235
|
|
409
|
+
*
|
|
410
|
+
* @regex ^[0-9]+$
|
|
411
|
+
*
|
|
412
|
+
* @format Non-negative integer.
|
|
372
413
|
*
|
|
373
414
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
374
415
|
*/
|
|
375
416
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
376
417
|
/**
|
|
377
|
-
*
|
|
418
|
+
*
|
|
419
|
+
* @mandatory
|
|
420
|
+
*
|
|
421
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
422
|
+
*
|
|
423
|
+
* @example "ABS-2023-001-REV"
|
|
424
|
+
*
|
|
425
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
426
|
+
*
|
|
427
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
378
428
|
*
|
|
379
429
|
* @generated from field: string reference_id = 10;
|
|
380
430
|
*/
|
|
@@ -464,55 +514,74 @@ exports.PurchaseReturnAncillaryParameters = PurchaseReturnAncillaryParameters;
|
|
|
464
514
|
*/
|
|
465
515
|
class PurchaseReturn extends protobuf_1.Message {
|
|
466
516
|
/**
|
|
467
|
-
*
|
|
517
|
+
*
|
|
518
|
+
* @description The organization's globally unique identifier.
|
|
519
|
+
*
|
|
520
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
468
521
|
*
|
|
469
522
|
* @generated from field: string entity_uuid = 1;
|
|
470
523
|
*/
|
|
471
524
|
entityUuid = "";
|
|
472
525
|
/**
|
|
473
|
-
*
|
|
526
|
+
*
|
|
527
|
+
* @description Standard employee and record metadata including timestamps.
|
|
474
528
|
*
|
|
475
529
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
476
530
|
*/
|
|
477
531
|
metadata;
|
|
478
532
|
/**
|
|
479
|
-
*
|
|
533
|
+
*
|
|
534
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
480
535
|
*
|
|
481
536
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
482
537
|
*/
|
|
483
538
|
approvalMetadata;
|
|
484
539
|
/**
|
|
485
|
-
*
|
|
540
|
+
*
|
|
541
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
486
542
|
*
|
|
487
543
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
488
544
|
*/
|
|
489
545
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
490
546
|
/**
|
|
491
|
-
*
|
|
547
|
+
*
|
|
548
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
492
549
|
*
|
|
493
550
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
494
551
|
*/
|
|
495
552
|
logs = [];
|
|
496
553
|
/**
|
|
497
|
-
*
|
|
554
|
+
*
|
|
555
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
556
|
+
*
|
|
557
|
+
* @example 1698400000
|
|
498
558
|
*
|
|
499
559
|
* @generated from field: uint64 completed_on = 6;
|
|
500
560
|
*/
|
|
501
561
|
completedOn = protobuf_1.protoInt64.zero;
|
|
502
562
|
/**
|
|
503
|
-
*
|
|
563
|
+
*
|
|
564
|
+
* @description Link to the document storage folder.
|
|
565
|
+
*
|
|
566
|
+
* @example 15234
|
|
504
567
|
*
|
|
505
568
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
506
569
|
*/
|
|
507
570
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
508
571
|
/**
|
|
509
|
-
*
|
|
572
|
+
*
|
|
573
|
+
* @description The user-provided reference ID.
|
|
574
|
+
*
|
|
575
|
+
* @example "ABS-2023-001"
|
|
510
576
|
*
|
|
511
577
|
* @generated from field: string reference_id = 10;
|
|
512
578
|
*/
|
|
513
579
|
referenceId = "";
|
|
514
580
|
/**
|
|
515
|
-
*
|
|
581
|
+
*
|
|
582
|
+
* @description The system-generated immutable reference number.
|
|
583
|
+
*
|
|
584
|
+
* @example "ABS-2023-X9Z2"
|
|
516
585
|
*
|
|
517
586
|
* @generated from field: string final_ref_number = 11;
|
|
518
587
|
*/
|
|
@@ -740,25 +809,31 @@ exports.PurchasesReturnsServiceItemUpdateRequest = PurchasesReturnsServiceItemUp
|
|
|
740
809
|
*/
|
|
741
810
|
class PurchaseReturnItem extends protobuf_1.Message {
|
|
742
811
|
/**
|
|
743
|
-
*
|
|
812
|
+
*
|
|
813
|
+
* @description The organization's globally unique identifier.
|
|
814
|
+
*
|
|
815
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
744
816
|
*
|
|
745
817
|
* @generated from field: string entity_uuid = 1;
|
|
746
818
|
*/
|
|
747
819
|
entityUuid = "";
|
|
748
820
|
/**
|
|
749
|
-
*
|
|
821
|
+
*
|
|
822
|
+
* @description Standard employee and record metadata including timestamps.
|
|
750
823
|
*
|
|
751
824
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
752
825
|
*/
|
|
753
826
|
metadata;
|
|
754
827
|
/**
|
|
755
|
-
*
|
|
828
|
+
*
|
|
829
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
756
830
|
*
|
|
757
831
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
758
832
|
*/
|
|
759
833
|
approvalMetadata;
|
|
760
834
|
/**
|
|
761
|
-
*
|
|
835
|
+
*
|
|
836
|
+
* @description The approval state of the record
|
|
762
837
|
*
|
|
763
838
|
* @generated from field: bool need_approval = 4;
|
|
764
839
|
*/
|
|
@@ -1004,37 +1079,77 @@ exports.PurchaseReturnItemProspectiveInfoRequest = PurchaseReturnItemProspective
|
|
|
1004
1079
|
*/
|
|
1005
1080
|
class PurchaseReturnItemsSearchRequest extends protobuf_1.Message {
|
|
1006
1081
|
/**
|
|
1007
|
-
*
|
|
1082
|
+
*
|
|
1083
|
+
* @optional
|
|
1084
|
+
*
|
|
1085
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1086
|
+
*
|
|
1087
|
+
* @example ANY
|
|
1008
1088
|
*
|
|
1009
1089
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1010
1090
|
*/
|
|
1011
1091
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1012
1092
|
/**
|
|
1013
|
-
*
|
|
1093
|
+
*
|
|
1094
|
+
* @mandatory
|
|
1095
|
+
*
|
|
1096
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1097
|
+
*
|
|
1098
|
+
* @example 100
|
|
1099
|
+
*
|
|
1100
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1101
|
+
*
|
|
1102
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1014
1103
|
*
|
|
1015
1104
|
* @generated from field: int64 count = 2;
|
|
1016
1105
|
*/
|
|
1017
1106
|
count = protobuf_1.protoInt64.zero;
|
|
1018
1107
|
/**
|
|
1019
|
-
*
|
|
1108
|
+
*
|
|
1109
|
+
* @optional
|
|
1110
|
+
*
|
|
1111
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1112
|
+
*
|
|
1113
|
+
* @example 0
|
|
1114
|
+
*
|
|
1115
|
+
* @regex ^[0-9]+$
|
|
1116
|
+
*
|
|
1117
|
+
* @format Non-negative integer.
|
|
1020
1118
|
*
|
|
1021
1119
|
* @generated from field: uint64 offset = 3;
|
|
1022
1120
|
*/
|
|
1023
1121
|
offset = protobuf_1.protoInt64.zero;
|
|
1024
1122
|
/**
|
|
1025
|
-
*
|
|
1123
|
+
*
|
|
1124
|
+
* @optional
|
|
1125
|
+
*
|
|
1126
|
+
* @description Sort direction.
|
|
1127
|
+
*
|
|
1128
|
+
* @example DESCENDING
|
|
1026
1129
|
*
|
|
1027
1130
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1028
1131
|
*/
|
|
1029
1132
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1030
1133
|
/**
|
|
1031
|
-
*
|
|
1134
|
+
*
|
|
1135
|
+
* @optional
|
|
1136
|
+
*
|
|
1137
|
+
* @description The field used for sorting.
|
|
1032
1138
|
*
|
|
1033
1139
|
* @generated from field: Scailo.PURCHASE_RETURN_ITEM_SORT_KEY sort_key = 5;
|
|
1034
1140
|
*/
|
|
1035
1141
|
sortKey = PURCHASE_RETURN_ITEM_SORT_KEY.PURCHASE_RETURN_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1036
1142
|
/**
|
|
1037
|
-
*
|
|
1143
|
+
*
|
|
1144
|
+
* @optional
|
|
1145
|
+
*
|
|
1146
|
+
* @description Filter by the organization UUID.
|
|
1147
|
+
*
|
|
1148
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1149
|
+
*
|
|
1150
|
+
* @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}$
|
|
1151
|
+
*
|
|
1152
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1038
1153
|
*
|
|
1039
1154
|
* @generated from field: string entity_uuid = 6;
|
|
1040
1155
|
*/
|
|
@@ -1145,25 +1260,35 @@ exports.PurchaseReturnItemsSearchRequest = PurchaseReturnItemsSearchRequest;
|
|
|
1145
1260
|
*/
|
|
1146
1261
|
class PurchasesReturnsServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1147
1262
|
/**
|
|
1148
|
-
*
|
|
1263
|
+
*
|
|
1264
|
+
* @description Number of records returned in the current response slice.
|
|
1265
|
+
*
|
|
1266
|
+
* @example 50
|
|
1149
1267
|
*
|
|
1150
1268
|
* @generated from field: uint64 count = 1;
|
|
1151
1269
|
*/
|
|
1152
1270
|
count = protobuf_1.protoInt64.zero;
|
|
1153
1271
|
/**
|
|
1154
|
-
*
|
|
1272
|
+
*
|
|
1273
|
+
* @description The offset provided in the request.
|
|
1274
|
+
*
|
|
1275
|
+
* @example 0
|
|
1155
1276
|
*
|
|
1156
1277
|
* @generated from field: uint64 offset = 2;
|
|
1157
1278
|
*/
|
|
1158
1279
|
offset = protobuf_1.protoInt64.zero;
|
|
1159
1280
|
/**
|
|
1160
|
-
*
|
|
1281
|
+
*
|
|
1282
|
+
* @description The total number of records matching the criteria.
|
|
1283
|
+
*
|
|
1284
|
+
* @example 1250
|
|
1161
1285
|
*
|
|
1162
1286
|
* @generated from field: uint64 total = 3;
|
|
1163
1287
|
*/
|
|
1164
1288
|
total = protobuf_1.protoInt64.zero;
|
|
1165
1289
|
/**
|
|
1166
|
-
*
|
|
1290
|
+
*
|
|
1291
|
+
* @description The array of records for the current page.
|
|
1167
1292
|
*
|
|
1168
1293
|
* @generated from field: repeated Scailo.PurchaseReturnItem payload = 4;
|
|
1169
1294
|
*/
|
|
@@ -1252,31 +1377,62 @@ exports.PurchasesReturnsServiceAlreadyAddedQuantityForSourceRequest = PurchasesR
|
|
|
1252
1377
|
*/
|
|
1253
1378
|
class PurchasesReturnsServicePaginationReq extends protobuf_1.Message {
|
|
1254
1379
|
/**
|
|
1255
|
-
*
|
|
1380
|
+
*
|
|
1381
|
+
* @optional
|
|
1382
|
+
*
|
|
1383
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1384
|
+
*
|
|
1385
|
+
* @example ANY
|
|
1256
1386
|
*
|
|
1257
1387
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1258
1388
|
*/
|
|
1259
1389
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1260
1390
|
/**
|
|
1261
|
-
*
|
|
1391
|
+
*
|
|
1392
|
+
* @mandatory
|
|
1393
|
+
*
|
|
1394
|
+
* @description Number of records to return per page.
|
|
1395
|
+
*
|
|
1396
|
+
* @example 50
|
|
1397
|
+
*
|
|
1398
|
+
* @regex ^[1-9][0-9]*$
|
|
1399
|
+
*
|
|
1400
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1262
1401
|
*
|
|
1263
1402
|
* @generated from field: int64 count = 2;
|
|
1264
1403
|
*/
|
|
1265
1404
|
count = protobuf_1.protoInt64.zero;
|
|
1266
1405
|
/**
|
|
1267
|
-
*
|
|
1406
|
+
*
|
|
1407
|
+
* @optional
|
|
1408
|
+
*
|
|
1409
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1410
|
+
*
|
|
1411
|
+
* @example 0
|
|
1412
|
+
*
|
|
1413
|
+
* @regex ^[0-9]+$
|
|
1414
|
+
*
|
|
1415
|
+
* @format Non-negative integer.
|
|
1268
1416
|
*
|
|
1269
1417
|
* @generated from field: uint64 offset = 3;
|
|
1270
1418
|
*/
|
|
1271
1419
|
offset = protobuf_1.protoInt64.zero;
|
|
1272
1420
|
/**
|
|
1273
|
-
*
|
|
1421
|
+
*
|
|
1422
|
+
* @optional
|
|
1423
|
+
*
|
|
1424
|
+
* @description Sort direction.
|
|
1425
|
+
*
|
|
1426
|
+
* @example DESCENDING
|
|
1274
1427
|
*
|
|
1275
1428
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1276
1429
|
*/
|
|
1277
1430
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1278
1431
|
/**
|
|
1279
|
-
*
|
|
1432
|
+
*
|
|
1433
|
+
* @optional
|
|
1434
|
+
*
|
|
1435
|
+
* @description The specific field key to sort the results by.
|
|
1280
1436
|
*
|
|
1281
1437
|
* @generated from field: Scailo.PURCHASE_RETURN_SORT_KEY sort_key = 5;
|
|
1282
1438
|
*/
|
|
@@ -1323,25 +1479,35 @@ exports.PurchasesReturnsServicePaginationReq = PurchasesReturnsServicePagination
|
|
|
1323
1479
|
*/
|
|
1324
1480
|
class PurchasesReturnsServicePaginationResponse extends protobuf_1.Message {
|
|
1325
1481
|
/**
|
|
1326
|
-
*
|
|
1482
|
+
*
|
|
1483
|
+
* @description Number of records returned in the current response slice.
|
|
1484
|
+
*
|
|
1485
|
+
* @example 50
|
|
1327
1486
|
*
|
|
1328
1487
|
* @generated from field: uint64 count = 1;
|
|
1329
1488
|
*/
|
|
1330
1489
|
count = protobuf_1.protoInt64.zero;
|
|
1331
1490
|
/**
|
|
1332
|
-
*
|
|
1491
|
+
*
|
|
1492
|
+
* @description The offset provided in the request.
|
|
1493
|
+
*
|
|
1494
|
+
* @example 0
|
|
1333
1495
|
*
|
|
1334
1496
|
* @generated from field: uint64 offset = 2;
|
|
1335
1497
|
*/
|
|
1336
1498
|
offset = protobuf_1.protoInt64.zero;
|
|
1337
1499
|
/**
|
|
1338
|
-
*
|
|
1500
|
+
*
|
|
1501
|
+
* @description The total number of records matching the criteria.
|
|
1502
|
+
*
|
|
1503
|
+
* @example 1250
|
|
1339
1504
|
*
|
|
1340
1505
|
* @generated from field: uint64 total = 3;
|
|
1341
1506
|
*/
|
|
1342
1507
|
total = protobuf_1.protoInt64.zero;
|
|
1343
1508
|
/**
|
|
1344
|
-
*
|
|
1509
|
+
*
|
|
1510
|
+
* @description The array of records for the current page.
|
|
1345
1511
|
*
|
|
1346
1512
|
* @generated from field: repeated Scailo.PurchaseReturn payload = 4;
|
|
1347
1513
|
*/
|
|
@@ -1380,115 +1546,268 @@ exports.PurchasesReturnsServicePaginationResponse = PurchasesReturnsServicePagin
|
|
|
1380
1546
|
*/
|
|
1381
1547
|
class PurchasesReturnsServiceFilterReq extends protobuf_1.Message {
|
|
1382
1548
|
/**
|
|
1383
|
-
*
|
|
1549
|
+
*
|
|
1550
|
+
* @optional
|
|
1551
|
+
*
|
|
1552
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1553
|
+
*
|
|
1554
|
+
* @example ANY
|
|
1384
1555
|
*
|
|
1385
1556
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1386
1557
|
*/
|
|
1387
1558
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1388
1559
|
/**
|
|
1389
|
-
*
|
|
1560
|
+
*
|
|
1561
|
+
* @mandatory
|
|
1562
|
+
*
|
|
1563
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1564
|
+
*
|
|
1565
|
+
* @example 100
|
|
1566
|
+
*
|
|
1567
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1568
|
+
*
|
|
1569
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1390
1570
|
*
|
|
1391
1571
|
* @generated from field: int64 count = 2;
|
|
1392
1572
|
*/
|
|
1393
1573
|
count = protobuf_1.protoInt64.zero;
|
|
1394
1574
|
/**
|
|
1395
|
-
*
|
|
1575
|
+
*
|
|
1576
|
+
* @optional
|
|
1577
|
+
*
|
|
1578
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1579
|
+
*
|
|
1580
|
+
* @example 0
|
|
1581
|
+
*
|
|
1582
|
+
* @regex ^[0-9]+$
|
|
1583
|
+
*
|
|
1584
|
+
* @format Non-negative integer.
|
|
1396
1585
|
*
|
|
1397
1586
|
* @generated from field: uint64 offset = 3;
|
|
1398
1587
|
*/
|
|
1399
1588
|
offset = protobuf_1.protoInt64.zero;
|
|
1400
1589
|
/**
|
|
1401
|
-
*
|
|
1590
|
+
*
|
|
1591
|
+
* @optional
|
|
1592
|
+
*
|
|
1593
|
+
* @description Sort direction.
|
|
1594
|
+
*
|
|
1595
|
+
* @example DESCENDING
|
|
1402
1596
|
*
|
|
1403
1597
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1404
1598
|
*/
|
|
1405
1599
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1406
1600
|
/**
|
|
1407
|
-
*
|
|
1601
|
+
*
|
|
1602
|
+
* @optional
|
|
1603
|
+
*
|
|
1604
|
+
* @description The field used for sorting.
|
|
1408
1605
|
*
|
|
1409
1606
|
* @generated from field: Scailo.PURCHASE_RETURN_SORT_KEY sort_key = 5;
|
|
1410
1607
|
*/
|
|
1411
1608
|
sortKey = PURCHASE_RETURN_SORT_KEY.PURCHASE_RETURN_SORT_KEY_ID_UNSPECIFIED;
|
|
1412
1609
|
/**
|
|
1413
|
-
*
|
|
1610
|
+
*
|
|
1611
|
+
* @optional
|
|
1612
|
+
*
|
|
1613
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1614
|
+
*
|
|
1615
|
+
* @example 1672531200
|
|
1616
|
+
*
|
|
1617
|
+
* @regex ^[0-9]+$
|
|
1618
|
+
*
|
|
1619
|
+
* @format Non-negative integer.
|
|
1414
1620
|
*
|
|
1415
1621
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1416
1622
|
*/
|
|
1417
1623
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1418
1624
|
/**
|
|
1419
|
-
*
|
|
1625
|
+
*
|
|
1626
|
+
* @optional
|
|
1627
|
+
*
|
|
1628
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1629
|
+
*
|
|
1630
|
+
* @example 1704067199
|
|
1631
|
+
*
|
|
1632
|
+
* @regex ^[0-9]+$
|
|
1633
|
+
*
|
|
1634
|
+
* @format Non-negative integer.
|
|
1420
1635
|
*
|
|
1421
1636
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1422
1637
|
*/
|
|
1423
1638
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1424
1639
|
/**
|
|
1425
|
-
*
|
|
1640
|
+
*
|
|
1641
|
+
* @optional
|
|
1642
|
+
*
|
|
1643
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1644
|
+
*
|
|
1645
|
+
* @example 1672531200
|
|
1646
|
+
*
|
|
1647
|
+
* @regex ^[0-9]+$
|
|
1648
|
+
*
|
|
1649
|
+
* @format Non-negative integer.
|
|
1426
1650
|
*
|
|
1427
1651
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1428
1652
|
*/
|
|
1429
1653
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1430
1654
|
/**
|
|
1431
|
-
*
|
|
1655
|
+
*
|
|
1656
|
+
* @optional
|
|
1657
|
+
*
|
|
1658
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1659
|
+
*
|
|
1660
|
+
* @example 1704067199
|
|
1661
|
+
*
|
|
1662
|
+
* @regex ^[0-9]+$
|
|
1663
|
+
*
|
|
1664
|
+
* @format Non-negative integer.
|
|
1432
1665
|
*
|
|
1433
1666
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1434
1667
|
*/
|
|
1435
1668
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1436
1669
|
/**
|
|
1437
|
-
*
|
|
1670
|
+
*
|
|
1671
|
+
* @optional
|
|
1672
|
+
*
|
|
1673
|
+
* @description Filter by the organization UUID.
|
|
1674
|
+
*
|
|
1675
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1676
|
+
*
|
|
1677
|
+
* @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}$
|
|
1678
|
+
*
|
|
1679
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1438
1680
|
*
|
|
1439
1681
|
* @generated from field: string entity_uuid = 8;
|
|
1440
1682
|
*/
|
|
1441
1683
|
entityUuid = "";
|
|
1442
1684
|
/**
|
|
1443
|
-
*
|
|
1685
|
+
*
|
|
1686
|
+
* @optional
|
|
1687
|
+
*
|
|
1688
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1689
|
+
*
|
|
1690
|
+
* @example STANDING
|
|
1444
1691
|
*
|
|
1445
1692
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1446
1693
|
*/
|
|
1447
1694
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1448
1695
|
/**
|
|
1449
|
-
*
|
|
1696
|
+
*
|
|
1697
|
+
* @optional
|
|
1698
|
+
*
|
|
1699
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1700
|
+
*
|
|
1701
|
+
* @example 1672531200
|
|
1702
|
+
*
|
|
1703
|
+
* @regex ^[0-9]+$
|
|
1704
|
+
*
|
|
1705
|
+
* @format Non-negative integer.
|
|
1450
1706
|
*
|
|
1451
1707
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1452
1708
|
*/
|
|
1453
1709
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1454
1710
|
/**
|
|
1455
|
-
*
|
|
1711
|
+
*
|
|
1712
|
+
* @optional
|
|
1713
|
+
*
|
|
1714
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1715
|
+
*
|
|
1716
|
+
* @example 1704067199
|
|
1717
|
+
*
|
|
1718
|
+
* @regex ^[0-9]+$
|
|
1719
|
+
*
|
|
1720
|
+
* @format Non-negative integer.
|
|
1456
1721
|
*
|
|
1457
1722
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1458
1723
|
*/
|
|
1459
1724
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1460
1725
|
/**
|
|
1461
|
-
*
|
|
1726
|
+
*
|
|
1727
|
+
* @optional
|
|
1728
|
+
*
|
|
1729
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1730
|
+
*
|
|
1731
|
+
* @example 501
|
|
1732
|
+
*
|
|
1733
|
+
* @regex ^[0-9]+$
|
|
1734
|
+
*
|
|
1735
|
+
* @format Non-negative integer.
|
|
1462
1736
|
*
|
|
1463
1737
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1464
1738
|
*/
|
|
1465
1739
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1466
1740
|
/**
|
|
1467
|
-
*
|
|
1741
|
+
*
|
|
1742
|
+
* @optional
|
|
1743
|
+
*
|
|
1744
|
+
* @description Filter by the role ID of the approver.
|
|
1745
|
+
*
|
|
1746
|
+
* @example 5
|
|
1747
|
+
*
|
|
1748
|
+
* @regex ^[0-9]+$
|
|
1749
|
+
*
|
|
1750
|
+
* @format Non-negative integer.
|
|
1468
1751
|
*
|
|
1469
1752
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1470
1753
|
*/
|
|
1471
1754
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1472
1755
|
/**
|
|
1473
|
-
*
|
|
1756
|
+
*
|
|
1757
|
+
* @optional
|
|
1758
|
+
*
|
|
1759
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1760
|
+
*
|
|
1761
|
+
* @example 1672531200
|
|
1762
|
+
*
|
|
1763
|
+
* @regex ^[0-9]+$
|
|
1764
|
+
*
|
|
1765
|
+
* @format Non-negative integer.
|
|
1474
1766
|
*
|
|
1475
1767
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1476
1768
|
*/
|
|
1477
1769
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1478
1770
|
/**
|
|
1479
|
-
*
|
|
1771
|
+
*
|
|
1772
|
+
* @optional
|
|
1773
|
+
*
|
|
1774
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1775
|
+
*
|
|
1776
|
+
* @example 1704067199
|
|
1777
|
+
*
|
|
1778
|
+
* @regex ^[0-9]+$
|
|
1779
|
+
*
|
|
1780
|
+
* @format Non-negative integer.
|
|
1480
1781
|
*
|
|
1481
1782
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1482
1783
|
*/
|
|
1483
1784
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1484
1785
|
/**
|
|
1485
|
-
*
|
|
1786
|
+
*
|
|
1787
|
+
* @optional
|
|
1788
|
+
*
|
|
1789
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1790
|
+
*
|
|
1791
|
+
* @example "ABS-2023-001"
|
|
1792
|
+
*
|
|
1793
|
+
* @regex [0-9A-Za-z ]*$
|
|
1794
|
+
*
|
|
1795
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1486
1796
|
*
|
|
1487
1797
|
* @generated from field: string reference_id = 20;
|
|
1488
1798
|
*/
|
|
1489
1799
|
referenceId = "";
|
|
1490
1800
|
/**
|
|
1491
|
-
*
|
|
1801
|
+
*
|
|
1802
|
+
* @optional
|
|
1803
|
+
*
|
|
1804
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1805
|
+
*
|
|
1806
|
+
* @example "ABS-2023-X9Z2"
|
|
1807
|
+
*
|
|
1808
|
+
* @regex [0-9A-Za-z ]*$
|
|
1809
|
+
*
|
|
1810
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1492
1811
|
*
|
|
1493
1812
|
* @generated from field: string final_ref_number = 21;
|
|
1494
1813
|
*/
|
|
@@ -1598,91 +1917,218 @@ exports.PurchasesReturnsServiceFilterReq = PurchasesReturnsServiceFilterReq;
|
|
|
1598
1917
|
*/
|
|
1599
1918
|
class PurchasesReturnsServiceCountReq extends protobuf_1.Message {
|
|
1600
1919
|
/**
|
|
1601
|
-
*
|
|
1920
|
+
*
|
|
1921
|
+
* @optional
|
|
1922
|
+
*
|
|
1923
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1924
|
+
*
|
|
1925
|
+
* @example ANY
|
|
1602
1926
|
*
|
|
1603
1927
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1604
1928
|
*/
|
|
1605
1929
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1606
1930
|
/**
|
|
1607
|
-
*
|
|
1931
|
+
*
|
|
1932
|
+
* @optional
|
|
1933
|
+
*
|
|
1934
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1935
|
+
*
|
|
1936
|
+
* @example 1672531200
|
|
1937
|
+
*
|
|
1938
|
+
* @regex ^[0-9]+$
|
|
1939
|
+
*
|
|
1940
|
+
* @format Non-negative integer.
|
|
1608
1941
|
*
|
|
1609
1942
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1610
1943
|
*/
|
|
1611
1944
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1612
1945
|
/**
|
|
1613
|
-
*
|
|
1946
|
+
*
|
|
1947
|
+
* @optional
|
|
1948
|
+
*
|
|
1949
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1950
|
+
*
|
|
1951
|
+
* @example 1704067199
|
|
1952
|
+
*
|
|
1953
|
+
* @regex ^[0-9]+$
|
|
1954
|
+
*
|
|
1955
|
+
* @format Non-negative integer.
|
|
1614
1956
|
*
|
|
1615
1957
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1616
1958
|
*/
|
|
1617
1959
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1618
1960
|
/**
|
|
1619
|
-
*
|
|
1961
|
+
*
|
|
1962
|
+
* @optional
|
|
1963
|
+
*
|
|
1964
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1965
|
+
*
|
|
1966
|
+
* @example 1672531200
|
|
1967
|
+
*
|
|
1968
|
+
* @regex ^[0-9]+$
|
|
1969
|
+
*
|
|
1970
|
+
* @format Non-negative integer.
|
|
1620
1971
|
*
|
|
1621
1972
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1622
1973
|
*/
|
|
1623
1974
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1624
1975
|
/**
|
|
1625
|
-
*
|
|
1976
|
+
*
|
|
1977
|
+
* @optional
|
|
1978
|
+
*
|
|
1979
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1980
|
+
*
|
|
1981
|
+
* @example 1704067199
|
|
1982
|
+
*
|
|
1983
|
+
* @regex ^[0-9]+$
|
|
1984
|
+
*
|
|
1985
|
+
* @format Non-negative integer.
|
|
1626
1986
|
*
|
|
1627
1987
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1628
1988
|
*/
|
|
1629
1989
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1630
1990
|
/**
|
|
1631
|
-
*
|
|
1991
|
+
*
|
|
1992
|
+
* @optional
|
|
1993
|
+
*
|
|
1994
|
+
* @description Filter by the organization UUID.
|
|
1995
|
+
*
|
|
1996
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1997
|
+
*
|
|
1998
|
+
* @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}$
|
|
1999
|
+
*
|
|
2000
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1632
2001
|
*
|
|
1633
2002
|
* @generated from field: string entity_uuid = 8;
|
|
1634
2003
|
*/
|
|
1635
2004
|
entityUuid = "";
|
|
1636
2005
|
/**
|
|
1637
|
-
*
|
|
2006
|
+
*
|
|
2007
|
+
* @optional
|
|
2008
|
+
*
|
|
2009
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2010
|
+
*
|
|
2011
|
+
* @example STANDING
|
|
1638
2012
|
*
|
|
1639
2013
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1640
2014
|
*/
|
|
1641
2015
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1642
2016
|
/**
|
|
1643
|
-
*
|
|
2017
|
+
*
|
|
2018
|
+
* @optional
|
|
2019
|
+
*
|
|
2020
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2021
|
+
*
|
|
2022
|
+
* @example 1672531200
|
|
2023
|
+
*
|
|
2024
|
+
* @regex ^[0-9]+$
|
|
2025
|
+
*
|
|
2026
|
+
* @format Non-negative integer.
|
|
1644
2027
|
*
|
|
1645
2028
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1646
2029
|
*/
|
|
1647
2030
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1648
2031
|
/**
|
|
1649
|
-
*
|
|
2032
|
+
*
|
|
2033
|
+
* @optional
|
|
2034
|
+
*
|
|
2035
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2036
|
+
*
|
|
2037
|
+
* @example 1704067199
|
|
2038
|
+
*
|
|
2039
|
+
* @regex ^[0-9]+$
|
|
2040
|
+
*
|
|
2041
|
+
* @format Non-negative integer.
|
|
1650
2042
|
*
|
|
1651
2043
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1652
2044
|
*/
|
|
1653
2045
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1654
2046
|
/**
|
|
1655
|
-
*
|
|
2047
|
+
*
|
|
2048
|
+
* @optional
|
|
2049
|
+
*
|
|
2050
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2051
|
+
*
|
|
2052
|
+
* @example 501
|
|
2053
|
+
*
|
|
2054
|
+
* @regex ^[0-9]+$
|
|
2055
|
+
*
|
|
2056
|
+
* @format Non-negative integer.
|
|
1656
2057
|
*
|
|
1657
2058
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1658
2059
|
*/
|
|
1659
2060
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1660
2061
|
/**
|
|
1661
|
-
*
|
|
2062
|
+
*
|
|
2063
|
+
* @optional
|
|
2064
|
+
*
|
|
2065
|
+
* @description Filter by the role ID of the approver.
|
|
2066
|
+
*
|
|
2067
|
+
* @example 5
|
|
2068
|
+
*
|
|
2069
|
+
* @regex ^[0-9]+$
|
|
2070
|
+
*
|
|
2071
|
+
* @format Non-negative integer.
|
|
1662
2072
|
*
|
|
1663
2073
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1664
2074
|
*/
|
|
1665
2075
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1666
2076
|
/**
|
|
1667
|
-
*
|
|
2077
|
+
*
|
|
2078
|
+
* @optional
|
|
2079
|
+
*
|
|
2080
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2081
|
+
*
|
|
2082
|
+
* @example 1672531200
|
|
2083
|
+
*
|
|
2084
|
+
* @regex ^[0-9]+$
|
|
2085
|
+
*
|
|
2086
|
+
* @format Non-negative integer.
|
|
1668
2087
|
*
|
|
1669
2088
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1670
2089
|
*/
|
|
1671
2090
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1672
2091
|
/**
|
|
1673
|
-
*
|
|
2092
|
+
*
|
|
2093
|
+
* @optional
|
|
2094
|
+
*
|
|
2095
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2096
|
+
*
|
|
2097
|
+
* @example 1704067199
|
|
2098
|
+
*
|
|
2099
|
+
* @regex ^[0-9]+$
|
|
2100
|
+
*
|
|
2101
|
+
* @format Non-negative integer.
|
|
1674
2102
|
*
|
|
1675
2103
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1676
2104
|
*/
|
|
1677
2105
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1678
2106
|
/**
|
|
1679
|
-
*
|
|
2107
|
+
*
|
|
2108
|
+
* @optional
|
|
2109
|
+
*
|
|
2110
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2111
|
+
*
|
|
2112
|
+
* @example "ABS-2023-001"
|
|
2113
|
+
*
|
|
2114
|
+
* @regex [0-9A-Za-z ]*$
|
|
2115
|
+
*
|
|
2116
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1680
2117
|
*
|
|
1681
2118
|
* @generated from field: string reference_id = 20;
|
|
1682
2119
|
*/
|
|
1683
2120
|
referenceId = "";
|
|
1684
2121
|
/**
|
|
1685
|
-
*
|
|
2122
|
+
*
|
|
2123
|
+
* @optional
|
|
2124
|
+
*
|
|
2125
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2126
|
+
*
|
|
2127
|
+
* @example "ABS-2023-X9Z2"
|
|
2128
|
+
*
|
|
2129
|
+
* @regex [0-9A-Za-z ]*$
|
|
2130
|
+
*
|
|
2131
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1686
2132
|
*
|
|
1687
2133
|
* @generated from field: string final_ref_number = 21;
|
|
1688
2134
|
*/
|
|
@@ -1788,49 +2234,103 @@ exports.PurchasesReturnsServiceCountReq = PurchasesReturnsServiceCountReq;
|
|
|
1788
2234
|
*/
|
|
1789
2235
|
class PurchasesReturnsServiceSearchAllReq extends protobuf_1.Message {
|
|
1790
2236
|
/**
|
|
1791
|
-
*
|
|
2237
|
+
*
|
|
2238
|
+
* @optional
|
|
2239
|
+
*
|
|
2240
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2241
|
+
*
|
|
2242
|
+
* @example ANY
|
|
1792
2243
|
*
|
|
1793
2244
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1794
2245
|
*/
|
|
1795
2246
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1796
2247
|
/**
|
|
1797
|
-
*
|
|
2248
|
+
*
|
|
2249
|
+
* @mandatory
|
|
2250
|
+
*
|
|
2251
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2252
|
+
*
|
|
2253
|
+
* @example 100
|
|
2254
|
+
*
|
|
2255
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2256
|
+
*
|
|
2257
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1798
2258
|
*
|
|
1799
2259
|
* @generated from field: int64 count = 2;
|
|
1800
2260
|
*/
|
|
1801
2261
|
count = protobuf_1.protoInt64.zero;
|
|
1802
2262
|
/**
|
|
1803
|
-
*
|
|
2263
|
+
*
|
|
2264
|
+
* @optional
|
|
2265
|
+
*
|
|
2266
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2267
|
+
*
|
|
2268
|
+
* @example 0
|
|
2269
|
+
*
|
|
2270
|
+
* @regex ^[0-9]+$
|
|
2271
|
+
*
|
|
2272
|
+
* @format Non-negative integer.
|
|
1804
2273
|
*
|
|
1805
2274
|
* @generated from field: uint64 offset = 3;
|
|
1806
2275
|
*/
|
|
1807
2276
|
offset = protobuf_1.protoInt64.zero;
|
|
1808
2277
|
/**
|
|
1809
|
-
*
|
|
2278
|
+
*
|
|
2279
|
+
* @optional
|
|
2280
|
+
*
|
|
2281
|
+
* @description Sort direction.
|
|
2282
|
+
*
|
|
2283
|
+
* @example DESCENDING
|
|
1810
2284
|
*
|
|
1811
2285
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1812
2286
|
*/
|
|
1813
2287
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1814
2288
|
/**
|
|
1815
|
-
*
|
|
2289
|
+
*
|
|
2290
|
+
* @optional
|
|
2291
|
+
*
|
|
2292
|
+
* @description The field used for sorting.
|
|
1816
2293
|
*
|
|
1817
2294
|
* @generated from field: Scailo.PURCHASE_RETURN_SORT_KEY sort_key = 5;
|
|
1818
2295
|
*/
|
|
1819
2296
|
sortKey = PURCHASE_RETURN_SORT_KEY.PURCHASE_RETURN_SORT_KEY_ID_UNSPECIFIED;
|
|
1820
2297
|
/**
|
|
1821
|
-
*
|
|
2298
|
+
*
|
|
2299
|
+
* @optional
|
|
2300
|
+
*
|
|
2301
|
+
* @description Filter by the organization UUID.
|
|
2302
|
+
*
|
|
2303
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2304
|
+
*
|
|
2305
|
+
* @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}$
|
|
2306
|
+
*
|
|
2307
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1822
2308
|
*
|
|
1823
2309
|
* @generated from field: string entity_uuid = 6;
|
|
1824
2310
|
*/
|
|
1825
2311
|
entityUuid = "";
|
|
1826
2312
|
/**
|
|
1827
|
-
*
|
|
2313
|
+
*
|
|
2314
|
+
* @optional
|
|
2315
|
+
*
|
|
2316
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2317
|
+
*
|
|
2318
|
+
* @example STANDING
|
|
1828
2319
|
*
|
|
1829
2320
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1830
2321
|
*/
|
|
1831
2322
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1832
2323
|
/**
|
|
1833
|
-
*
|
|
2324
|
+
*
|
|
2325
|
+
* @mandatory
|
|
2326
|
+
*
|
|
2327
|
+
* @description The search string to match against reference IDs.
|
|
2328
|
+
*
|
|
2329
|
+
* @example "Medical 2023"
|
|
2330
|
+
*
|
|
2331
|
+
* @regex .*
|
|
2332
|
+
*
|
|
2333
|
+
* @format: May contain any UTF-8 characters.
|
|
1834
2334
|
*
|
|
1835
2335
|
* @generated from field: string search_key = 11;
|
|
1836
2336
|
*/
|