@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
|
@@ -206,7 +206,16 @@ protobuf_1.proto3.util.setEnumType(PURCHASE_INDENT_ITEM_STATUS, "Scailo.PURCHASE
|
|
|
206
206
|
*/
|
|
207
207
|
class PurchasesIndentsServiceCreateRequest extends protobuf_1.Message {
|
|
208
208
|
/**
|
|
209
|
-
*
|
|
209
|
+
*
|
|
210
|
+
* @optional
|
|
211
|
+
*
|
|
212
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
213
|
+
*
|
|
214
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
215
|
+
*
|
|
216
|
+
* @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}$
|
|
217
|
+
*
|
|
218
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
210
219
|
*
|
|
211
220
|
* @generated from field: string entity_uuid = 1;
|
|
212
221
|
*/
|
|
@@ -218,13 +227,31 @@ class PurchasesIndentsServiceCreateRequest extends protobuf_1.Message {
|
|
|
218
227
|
*/
|
|
219
228
|
userComment = "";
|
|
220
229
|
/**
|
|
221
|
-
*
|
|
230
|
+
*
|
|
231
|
+
* @optional
|
|
232
|
+
*
|
|
233
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
234
|
+
*
|
|
235
|
+
* @example 15234
|
|
236
|
+
*
|
|
237
|
+
* @regex ^[0-9]+$
|
|
238
|
+
*
|
|
239
|
+
* @format Non-negative integer.
|
|
222
240
|
*
|
|
223
241
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
224
242
|
*/
|
|
225
243
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
226
244
|
/**
|
|
227
|
-
*
|
|
245
|
+
*
|
|
246
|
+
* @mandatory
|
|
247
|
+
*
|
|
248
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
249
|
+
*
|
|
250
|
+
* @example "ABS-2023-001"
|
|
251
|
+
*
|
|
252
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
253
|
+
*
|
|
254
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
228
255
|
*
|
|
229
256
|
* @generated from field: string reference_id = 10;
|
|
230
257
|
*/
|
|
@@ -289,19 +316,42 @@ class PurchasesIndentsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
289
316
|
*/
|
|
290
317
|
id = protobuf_1.protoInt64.zero;
|
|
291
318
|
/**
|
|
292
|
-
*
|
|
319
|
+
*
|
|
320
|
+
* @optional
|
|
321
|
+
*
|
|
322
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
323
|
+
*
|
|
324
|
+
* @example true
|
|
293
325
|
*
|
|
294
326
|
* @generated from field: bool notify_users = 3;
|
|
295
327
|
*/
|
|
296
328
|
notifyUsers = false;
|
|
297
329
|
/**
|
|
298
|
-
*
|
|
330
|
+
*
|
|
331
|
+
* @optional
|
|
332
|
+
*
|
|
333
|
+
* @description Updated vault folder ID for documentation storage.
|
|
334
|
+
*
|
|
335
|
+
* @example 15235
|
|
336
|
+
*
|
|
337
|
+
* @regex ^[0-9]+$
|
|
338
|
+
*
|
|
339
|
+
* @format Non-negative integer.
|
|
299
340
|
*
|
|
300
341
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
301
342
|
*/
|
|
302
343
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
303
344
|
/**
|
|
304
|
-
*
|
|
345
|
+
*
|
|
346
|
+
* @mandatory
|
|
347
|
+
*
|
|
348
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
349
|
+
*
|
|
350
|
+
* @example "ABS-2023-001-REV"
|
|
351
|
+
*
|
|
352
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
353
|
+
*
|
|
354
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
305
355
|
*
|
|
306
356
|
* @generated from field: string reference_id = 10;
|
|
307
357
|
*/
|
|
@@ -391,55 +441,74 @@ exports.PurchasesIndentsServiceAutofillRequest = PurchasesIndentsServiceAutofill
|
|
|
391
441
|
*/
|
|
392
442
|
class PurchaseIndent extends protobuf_1.Message {
|
|
393
443
|
/**
|
|
394
|
-
*
|
|
444
|
+
*
|
|
445
|
+
* @description The organization's globally unique identifier.
|
|
446
|
+
*
|
|
447
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
395
448
|
*
|
|
396
449
|
* @generated from field: string entity_uuid = 1;
|
|
397
450
|
*/
|
|
398
451
|
entityUuid = "";
|
|
399
452
|
/**
|
|
400
|
-
*
|
|
453
|
+
*
|
|
454
|
+
* @description Standard employee and record metadata including timestamps.
|
|
401
455
|
*
|
|
402
456
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
403
457
|
*/
|
|
404
458
|
metadata;
|
|
405
459
|
/**
|
|
406
|
-
*
|
|
460
|
+
*
|
|
461
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
407
462
|
*
|
|
408
463
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
409
464
|
*/
|
|
410
465
|
approvalMetadata;
|
|
411
466
|
/**
|
|
412
|
-
*
|
|
467
|
+
*
|
|
468
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
413
469
|
*
|
|
414
470
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
415
471
|
*/
|
|
416
472
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
417
473
|
/**
|
|
418
|
-
*
|
|
474
|
+
*
|
|
475
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
419
476
|
*
|
|
420
477
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
421
478
|
*/
|
|
422
479
|
logs = [];
|
|
423
480
|
/**
|
|
424
|
-
*
|
|
481
|
+
*
|
|
482
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
483
|
+
*
|
|
484
|
+
* @example 1698400000
|
|
425
485
|
*
|
|
426
486
|
* @generated from field: uint64 completed_on = 6;
|
|
427
487
|
*/
|
|
428
488
|
completedOn = protobuf_1.protoInt64.zero;
|
|
429
489
|
/**
|
|
430
|
-
*
|
|
490
|
+
*
|
|
491
|
+
* @description Link to the document storage folder.
|
|
492
|
+
*
|
|
493
|
+
* @example 15234
|
|
431
494
|
*
|
|
432
495
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
433
496
|
*/
|
|
434
497
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
435
498
|
/**
|
|
436
|
-
*
|
|
499
|
+
*
|
|
500
|
+
* @description The user-provided reference ID.
|
|
501
|
+
*
|
|
502
|
+
* @example "ABS-2023-001"
|
|
437
503
|
*
|
|
438
504
|
* @generated from field: string reference_id = 10;
|
|
439
505
|
*/
|
|
440
506
|
referenceId = "";
|
|
441
507
|
/**
|
|
442
|
-
*
|
|
508
|
+
*
|
|
509
|
+
* @description The system-generated immutable reference number.
|
|
510
|
+
*
|
|
511
|
+
* @example "ABS-2023-X9Z2"
|
|
443
512
|
*
|
|
444
513
|
* @generated from field: string final_ref_number = 11;
|
|
445
514
|
*/
|
|
@@ -796,25 +865,31 @@ exports.PurchasesIndentsServiceItemSpecificationsUpdateRequest = PurchasesIndent
|
|
|
796
865
|
*/
|
|
797
866
|
class PurchaseIndentItem extends protobuf_1.Message {
|
|
798
867
|
/**
|
|
799
|
-
*
|
|
868
|
+
*
|
|
869
|
+
* @description The organization's globally unique identifier.
|
|
870
|
+
*
|
|
871
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
800
872
|
*
|
|
801
873
|
* @generated from field: string entity_uuid = 1;
|
|
802
874
|
*/
|
|
803
875
|
entityUuid = "";
|
|
804
876
|
/**
|
|
805
|
-
*
|
|
877
|
+
*
|
|
878
|
+
* @description Standard employee and record metadata including timestamps.
|
|
806
879
|
*
|
|
807
880
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
808
881
|
*/
|
|
809
882
|
metadata;
|
|
810
883
|
/**
|
|
811
|
-
*
|
|
884
|
+
*
|
|
885
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
812
886
|
*
|
|
813
887
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
814
888
|
*/
|
|
815
889
|
approvalMetadata;
|
|
816
890
|
/**
|
|
817
|
-
*
|
|
891
|
+
*
|
|
892
|
+
* @description The approval state of the record
|
|
818
893
|
*
|
|
819
894
|
* @generated from field: bool need_approval = 4;
|
|
820
895
|
*/
|
|
@@ -1053,31 +1128,62 @@ exports.PurchaseIndentItemProspectiveInfoRequest = PurchaseIndentItemProspective
|
|
|
1053
1128
|
*/
|
|
1054
1129
|
class PurchasesIndentsServicePaginationReq extends protobuf_1.Message {
|
|
1055
1130
|
/**
|
|
1056
|
-
*
|
|
1131
|
+
*
|
|
1132
|
+
* @optional
|
|
1133
|
+
*
|
|
1134
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1135
|
+
*
|
|
1136
|
+
* @example ANY
|
|
1057
1137
|
*
|
|
1058
1138
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1059
1139
|
*/
|
|
1060
1140
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1061
1141
|
/**
|
|
1062
|
-
*
|
|
1142
|
+
*
|
|
1143
|
+
* @mandatory
|
|
1144
|
+
*
|
|
1145
|
+
* @description Number of records to return per page.
|
|
1146
|
+
*
|
|
1147
|
+
* @example 50
|
|
1148
|
+
*
|
|
1149
|
+
* @regex ^[1-9][0-9]*$
|
|
1150
|
+
*
|
|
1151
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1063
1152
|
*
|
|
1064
1153
|
* @generated from field: int64 count = 2;
|
|
1065
1154
|
*/
|
|
1066
1155
|
count = protobuf_1.protoInt64.zero;
|
|
1067
1156
|
/**
|
|
1068
|
-
*
|
|
1157
|
+
*
|
|
1158
|
+
* @optional
|
|
1159
|
+
*
|
|
1160
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1161
|
+
*
|
|
1162
|
+
* @example 0
|
|
1163
|
+
*
|
|
1164
|
+
* @regex ^[0-9]+$
|
|
1165
|
+
*
|
|
1166
|
+
* @format Non-negative integer.
|
|
1069
1167
|
*
|
|
1070
1168
|
* @generated from field: uint64 offset = 3;
|
|
1071
1169
|
*/
|
|
1072
1170
|
offset = protobuf_1.protoInt64.zero;
|
|
1073
1171
|
/**
|
|
1074
|
-
*
|
|
1172
|
+
*
|
|
1173
|
+
* @optional
|
|
1174
|
+
*
|
|
1175
|
+
* @description Sort direction.
|
|
1176
|
+
*
|
|
1177
|
+
* @example DESCENDING
|
|
1075
1178
|
*
|
|
1076
1179
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1077
1180
|
*/
|
|
1078
1181
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1079
1182
|
/**
|
|
1080
|
-
*
|
|
1183
|
+
*
|
|
1184
|
+
* @optional
|
|
1185
|
+
*
|
|
1186
|
+
* @description The specific field key to sort the results by.
|
|
1081
1187
|
*
|
|
1082
1188
|
* @generated from field: Scailo.PURCHASE_INDENT_SORT_KEY sort_key = 5;
|
|
1083
1189
|
*/
|
|
@@ -1124,25 +1230,35 @@ exports.PurchasesIndentsServicePaginationReq = PurchasesIndentsServicePagination
|
|
|
1124
1230
|
*/
|
|
1125
1231
|
class PurchasesIndentsServicePaginationResponse extends protobuf_1.Message {
|
|
1126
1232
|
/**
|
|
1127
|
-
*
|
|
1233
|
+
*
|
|
1234
|
+
* @description Number of records returned in the current response slice.
|
|
1235
|
+
*
|
|
1236
|
+
* @example 50
|
|
1128
1237
|
*
|
|
1129
1238
|
* @generated from field: uint64 count = 1;
|
|
1130
1239
|
*/
|
|
1131
1240
|
count = protobuf_1.protoInt64.zero;
|
|
1132
1241
|
/**
|
|
1133
|
-
*
|
|
1242
|
+
*
|
|
1243
|
+
* @description The offset provided in the request.
|
|
1244
|
+
*
|
|
1245
|
+
* @example 0
|
|
1134
1246
|
*
|
|
1135
1247
|
* @generated from field: uint64 offset = 2;
|
|
1136
1248
|
*/
|
|
1137
1249
|
offset = protobuf_1.protoInt64.zero;
|
|
1138
1250
|
/**
|
|
1139
|
-
*
|
|
1251
|
+
*
|
|
1252
|
+
* @description The total number of records matching the criteria.
|
|
1253
|
+
*
|
|
1254
|
+
* @example 1250
|
|
1140
1255
|
*
|
|
1141
1256
|
* @generated from field: uint64 total = 3;
|
|
1142
1257
|
*/
|
|
1143
1258
|
total = protobuf_1.protoInt64.zero;
|
|
1144
1259
|
/**
|
|
1145
|
-
*
|
|
1260
|
+
*
|
|
1261
|
+
* @description The array of records for the current page.
|
|
1146
1262
|
*
|
|
1147
1263
|
* @generated from field: repeated Scailo.PurchaseIndent payload = 4;
|
|
1148
1264
|
*/
|
|
@@ -1181,103 +1297,238 @@ exports.PurchasesIndentsServicePaginationResponse = PurchasesIndentsServicePagin
|
|
|
1181
1297
|
*/
|
|
1182
1298
|
class PurchasesIndentsServiceFilterReq extends protobuf_1.Message {
|
|
1183
1299
|
/**
|
|
1184
|
-
*
|
|
1300
|
+
*
|
|
1301
|
+
* @optional
|
|
1302
|
+
*
|
|
1303
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1304
|
+
*
|
|
1305
|
+
* @example ANY
|
|
1185
1306
|
*
|
|
1186
1307
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1187
1308
|
*/
|
|
1188
1309
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1189
1310
|
/**
|
|
1190
|
-
*
|
|
1311
|
+
*
|
|
1312
|
+
* @mandatory
|
|
1313
|
+
*
|
|
1314
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1315
|
+
*
|
|
1316
|
+
* @example 100
|
|
1317
|
+
*
|
|
1318
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1319
|
+
*
|
|
1320
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1191
1321
|
*
|
|
1192
1322
|
* @generated from field: int64 count = 2;
|
|
1193
1323
|
*/
|
|
1194
1324
|
count = protobuf_1.protoInt64.zero;
|
|
1195
1325
|
/**
|
|
1196
|
-
*
|
|
1326
|
+
*
|
|
1327
|
+
* @optional
|
|
1328
|
+
*
|
|
1329
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1330
|
+
*
|
|
1331
|
+
* @example 0
|
|
1332
|
+
*
|
|
1333
|
+
* @regex ^[0-9]+$
|
|
1334
|
+
*
|
|
1335
|
+
* @format Non-negative integer.
|
|
1197
1336
|
*
|
|
1198
1337
|
* @generated from field: uint64 offset = 3;
|
|
1199
1338
|
*/
|
|
1200
1339
|
offset = protobuf_1.protoInt64.zero;
|
|
1201
1340
|
/**
|
|
1202
|
-
*
|
|
1341
|
+
*
|
|
1342
|
+
* @optional
|
|
1343
|
+
*
|
|
1344
|
+
* @description Sort direction.
|
|
1345
|
+
*
|
|
1346
|
+
* @example DESCENDING
|
|
1203
1347
|
*
|
|
1204
1348
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1205
1349
|
*/
|
|
1206
1350
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1207
1351
|
/**
|
|
1208
|
-
*
|
|
1352
|
+
*
|
|
1353
|
+
* @optional
|
|
1354
|
+
*
|
|
1355
|
+
* @description The field used for sorting.
|
|
1209
1356
|
*
|
|
1210
1357
|
* @generated from field: Scailo.PURCHASE_INDENT_SORT_KEY sort_key = 5;
|
|
1211
1358
|
*/
|
|
1212
1359
|
sortKey = PURCHASE_INDENT_SORT_KEY.PURCHASE_INDENT_SORT_KEY_ID_UNSPECIFIED;
|
|
1213
1360
|
/**
|
|
1214
|
-
*
|
|
1361
|
+
*
|
|
1362
|
+
* @optional
|
|
1363
|
+
*
|
|
1364
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1365
|
+
*
|
|
1366
|
+
* @example 1672531200
|
|
1367
|
+
*
|
|
1368
|
+
* @regex ^[0-9]+$
|
|
1369
|
+
*
|
|
1370
|
+
* @format Non-negative integer.
|
|
1215
1371
|
*
|
|
1216
1372
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1217
1373
|
*/
|
|
1218
1374
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1219
1375
|
/**
|
|
1220
|
-
*
|
|
1376
|
+
*
|
|
1377
|
+
* @optional
|
|
1378
|
+
*
|
|
1379
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1380
|
+
*
|
|
1381
|
+
* @example 1704067199
|
|
1382
|
+
*
|
|
1383
|
+
* @regex ^[0-9]+$
|
|
1384
|
+
*
|
|
1385
|
+
* @format Non-negative integer.
|
|
1221
1386
|
*
|
|
1222
1387
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1223
1388
|
*/
|
|
1224
1389
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1225
1390
|
/**
|
|
1226
|
-
*
|
|
1391
|
+
*
|
|
1392
|
+
* @optional
|
|
1393
|
+
*
|
|
1394
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1395
|
+
*
|
|
1396
|
+
* @example 1672531200
|
|
1397
|
+
*
|
|
1398
|
+
* @regex ^[0-9]+$
|
|
1399
|
+
*
|
|
1400
|
+
* @format Non-negative integer.
|
|
1227
1401
|
*
|
|
1228
1402
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1229
1403
|
*/
|
|
1230
1404
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1231
1405
|
/**
|
|
1232
|
-
*
|
|
1406
|
+
*
|
|
1407
|
+
* @optional
|
|
1408
|
+
*
|
|
1409
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1410
|
+
*
|
|
1411
|
+
* @example 1704067199
|
|
1412
|
+
*
|
|
1413
|
+
* @regex ^[0-9]+$
|
|
1414
|
+
*
|
|
1415
|
+
* @format Non-negative integer.
|
|
1233
1416
|
*
|
|
1234
1417
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1235
1418
|
*/
|
|
1236
1419
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1237
1420
|
/**
|
|
1238
|
-
*
|
|
1421
|
+
*
|
|
1422
|
+
* @optional
|
|
1423
|
+
*
|
|
1424
|
+
* @description Filter by the organization UUID.
|
|
1425
|
+
*
|
|
1426
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1427
|
+
*
|
|
1428
|
+
* @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}$
|
|
1429
|
+
*
|
|
1430
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1239
1431
|
*
|
|
1240
1432
|
* @generated from field: string entity_uuid = 8;
|
|
1241
1433
|
*/
|
|
1242
1434
|
entityUuid = "";
|
|
1243
1435
|
/**
|
|
1244
|
-
*
|
|
1436
|
+
*
|
|
1437
|
+
* @optional
|
|
1438
|
+
*
|
|
1439
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1440
|
+
*
|
|
1441
|
+
* @example STANDING
|
|
1245
1442
|
*
|
|
1246
1443
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1247
1444
|
*/
|
|
1248
1445
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1249
1446
|
/**
|
|
1250
|
-
*
|
|
1447
|
+
*
|
|
1448
|
+
* @optional
|
|
1449
|
+
*
|
|
1450
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1451
|
+
*
|
|
1452
|
+
* @example 1672531200
|
|
1453
|
+
*
|
|
1454
|
+
* @regex ^[0-9]+$
|
|
1455
|
+
*
|
|
1456
|
+
* @format Non-negative integer.
|
|
1251
1457
|
*
|
|
1252
1458
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1253
1459
|
*/
|
|
1254
1460
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1255
1461
|
/**
|
|
1256
|
-
*
|
|
1462
|
+
*
|
|
1463
|
+
* @optional
|
|
1464
|
+
*
|
|
1465
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1466
|
+
*
|
|
1467
|
+
* @example 1704067199
|
|
1468
|
+
*
|
|
1469
|
+
* @regex ^[0-9]+$
|
|
1470
|
+
*
|
|
1471
|
+
* @format Non-negative integer.
|
|
1257
1472
|
*
|
|
1258
1473
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1259
1474
|
*/
|
|
1260
1475
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1261
1476
|
/**
|
|
1262
|
-
*
|
|
1477
|
+
*
|
|
1478
|
+
* @optional
|
|
1479
|
+
*
|
|
1480
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1481
|
+
*
|
|
1482
|
+
* @example 501
|
|
1483
|
+
*
|
|
1484
|
+
* @regex ^[0-9]+$
|
|
1485
|
+
*
|
|
1486
|
+
* @format Non-negative integer.
|
|
1263
1487
|
*
|
|
1264
1488
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1265
1489
|
*/
|
|
1266
1490
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1267
1491
|
/**
|
|
1268
|
-
*
|
|
1492
|
+
*
|
|
1493
|
+
* @optional
|
|
1494
|
+
*
|
|
1495
|
+
* @description Filter by the role ID of the approver.
|
|
1496
|
+
*
|
|
1497
|
+
* @example 5
|
|
1498
|
+
*
|
|
1499
|
+
* @regex ^[0-9]+$
|
|
1500
|
+
*
|
|
1501
|
+
* @format Non-negative integer.
|
|
1269
1502
|
*
|
|
1270
1503
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1271
1504
|
*/
|
|
1272
1505
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1273
1506
|
/**
|
|
1274
|
-
*
|
|
1507
|
+
*
|
|
1508
|
+
* @optional
|
|
1509
|
+
*
|
|
1510
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1511
|
+
*
|
|
1512
|
+
* @example 1672531200
|
|
1513
|
+
*
|
|
1514
|
+
* @regex ^[0-9]+$
|
|
1515
|
+
*
|
|
1516
|
+
* @format Non-negative integer.
|
|
1275
1517
|
*
|
|
1276
1518
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1277
1519
|
*/
|
|
1278
1520
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1279
1521
|
/**
|
|
1280
|
-
*
|
|
1522
|
+
*
|
|
1523
|
+
* @optional
|
|
1524
|
+
*
|
|
1525
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1526
|
+
*
|
|
1527
|
+
* @example 1704067199
|
|
1528
|
+
*
|
|
1529
|
+
* @regex ^[0-9]+$
|
|
1530
|
+
*
|
|
1531
|
+
* @format Non-negative integer.
|
|
1281
1532
|
*
|
|
1282
1533
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1283
1534
|
*/
|
|
@@ -1301,13 +1552,31 @@ class PurchasesIndentsServiceFilterReq extends protobuf_1.Message {
|
|
|
1301
1552
|
*/
|
|
1302
1553
|
deliveryDateEnd = "";
|
|
1303
1554
|
/**
|
|
1304
|
-
*
|
|
1555
|
+
*
|
|
1556
|
+
* @optional
|
|
1557
|
+
*
|
|
1558
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1559
|
+
*
|
|
1560
|
+
* @example "ABS-2023-001"
|
|
1561
|
+
*
|
|
1562
|
+
* @regex [0-9A-Za-z ]*$
|
|
1563
|
+
*
|
|
1564
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1305
1565
|
*
|
|
1306
1566
|
* @generated from field: string reference_id = 20;
|
|
1307
1567
|
*/
|
|
1308
1568
|
referenceId = "";
|
|
1309
1569
|
/**
|
|
1310
|
-
*
|
|
1570
|
+
*
|
|
1571
|
+
* @optional
|
|
1572
|
+
*
|
|
1573
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1574
|
+
*
|
|
1575
|
+
* @example "ABS-2023-X9Z2"
|
|
1576
|
+
*
|
|
1577
|
+
* @regex [0-9A-Za-z ]*$
|
|
1578
|
+
*
|
|
1579
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1311
1580
|
*
|
|
1312
1581
|
* @generated from field: string final_ref_number = 21;
|
|
1313
1582
|
*/
|
|
@@ -1385,79 +1654,188 @@ exports.PurchasesIndentsServiceFilterReq = PurchasesIndentsServiceFilterReq;
|
|
|
1385
1654
|
*/
|
|
1386
1655
|
class PurchasesIndentsServiceCountReq extends protobuf_1.Message {
|
|
1387
1656
|
/**
|
|
1388
|
-
*
|
|
1657
|
+
*
|
|
1658
|
+
* @optional
|
|
1659
|
+
*
|
|
1660
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1661
|
+
*
|
|
1662
|
+
* @example ANY
|
|
1389
1663
|
*
|
|
1390
1664
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1391
1665
|
*/
|
|
1392
1666
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1393
1667
|
/**
|
|
1394
|
-
*
|
|
1668
|
+
*
|
|
1669
|
+
* @optional
|
|
1670
|
+
*
|
|
1671
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1672
|
+
*
|
|
1673
|
+
* @example 1672531200
|
|
1674
|
+
*
|
|
1675
|
+
* @regex ^[0-9]+$
|
|
1676
|
+
*
|
|
1677
|
+
* @format Non-negative integer.
|
|
1395
1678
|
*
|
|
1396
1679
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1397
1680
|
*/
|
|
1398
1681
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1399
1682
|
/**
|
|
1400
|
-
*
|
|
1683
|
+
*
|
|
1684
|
+
* @optional
|
|
1685
|
+
*
|
|
1686
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1687
|
+
*
|
|
1688
|
+
* @example 1704067199
|
|
1689
|
+
*
|
|
1690
|
+
* @regex ^[0-9]+$
|
|
1691
|
+
*
|
|
1692
|
+
* @format Non-negative integer.
|
|
1401
1693
|
*
|
|
1402
1694
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1403
1695
|
*/
|
|
1404
1696
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1405
1697
|
/**
|
|
1406
|
-
*
|
|
1698
|
+
*
|
|
1699
|
+
* @optional
|
|
1700
|
+
*
|
|
1701
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1702
|
+
*
|
|
1703
|
+
* @example 1672531200
|
|
1704
|
+
*
|
|
1705
|
+
* @regex ^[0-9]+$
|
|
1706
|
+
*
|
|
1707
|
+
* @format Non-negative integer.
|
|
1407
1708
|
*
|
|
1408
1709
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1409
1710
|
*/
|
|
1410
1711
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1411
1712
|
/**
|
|
1412
|
-
*
|
|
1713
|
+
*
|
|
1714
|
+
* @optional
|
|
1715
|
+
*
|
|
1716
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1717
|
+
*
|
|
1718
|
+
* @example 1704067199
|
|
1719
|
+
*
|
|
1720
|
+
* @regex ^[0-9]+$
|
|
1721
|
+
*
|
|
1722
|
+
* @format Non-negative integer.
|
|
1413
1723
|
*
|
|
1414
1724
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1415
1725
|
*/
|
|
1416
1726
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1417
1727
|
/**
|
|
1418
|
-
*
|
|
1728
|
+
*
|
|
1729
|
+
* @optional
|
|
1730
|
+
*
|
|
1731
|
+
* @description Filter by the organization UUID.
|
|
1732
|
+
*
|
|
1733
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1734
|
+
*
|
|
1735
|
+
* @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}$
|
|
1736
|
+
*
|
|
1737
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1419
1738
|
*
|
|
1420
1739
|
* @generated from field: string entity_uuid = 8;
|
|
1421
1740
|
*/
|
|
1422
1741
|
entityUuid = "";
|
|
1423
1742
|
/**
|
|
1424
|
-
*
|
|
1743
|
+
*
|
|
1744
|
+
* @optional
|
|
1745
|
+
*
|
|
1746
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1747
|
+
*
|
|
1748
|
+
* @example STANDING
|
|
1425
1749
|
*
|
|
1426
1750
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1427
1751
|
*/
|
|
1428
1752
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1429
1753
|
/**
|
|
1430
|
-
*
|
|
1754
|
+
*
|
|
1755
|
+
* @optional
|
|
1756
|
+
*
|
|
1757
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1758
|
+
*
|
|
1759
|
+
* @example 1672531200
|
|
1760
|
+
*
|
|
1761
|
+
* @regex ^[0-9]+$
|
|
1762
|
+
*
|
|
1763
|
+
* @format Non-negative integer.
|
|
1431
1764
|
*
|
|
1432
1765
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1433
1766
|
*/
|
|
1434
1767
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1435
1768
|
/**
|
|
1436
|
-
*
|
|
1769
|
+
*
|
|
1770
|
+
* @optional
|
|
1771
|
+
*
|
|
1772
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1773
|
+
*
|
|
1774
|
+
* @example 1704067199
|
|
1775
|
+
*
|
|
1776
|
+
* @regex ^[0-9]+$
|
|
1777
|
+
*
|
|
1778
|
+
* @format Non-negative integer.
|
|
1437
1779
|
*
|
|
1438
1780
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1439
1781
|
*/
|
|
1440
1782
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1441
1783
|
/**
|
|
1442
|
-
*
|
|
1784
|
+
*
|
|
1785
|
+
* @optional
|
|
1786
|
+
*
|
|
1787
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1788
|
+
*
|
|
1789
|
+
* @example 501
|
|
1790
|
+
*
|
|
1791
|
+
* @regex ^[0-9]+$
|
|
1792
|
+
*
|
|
1793
|
+
* @format Non-negative integer.
|
|
1443
1794
|
*
|
|
1444
1795
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1445
1796
|
*/
|
|
1446
1797
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1447
1798
|
/**
|
|
1448
|
-
*
|
|
1799
|
+
*
|
|
1800
|
+
* @optional
|
|
1801
|
+
*
|
|
1802
|
+
* @description Filter by the role ID of the approver.
|
|
1803
|
+
*
|
|
1804
|
+
* @example 5
|
|
1805
|
+
*
|
|
1806
|
+
* @regex ^[0-9]+$
|
|
1807
|
+
*
|
|
1808
|
+
* @format Non-negative integer.
|
|
1449
1809
|
*
|
|
1450
1810
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1451
1811
|
*/
|
|
1452
1812
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1453
1813
|
/**
|
|
1454
|
-
*
|
|
1814
|
+
*
|
|
1815
|
+
* @optional
|
|
1816
|
+
*
|
|
1817
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1818
|
+
*
|
|
1819
|
+
* @example 1672531200
|
|
1820
|
+
*
|
|
1821
|
+
* @regex ^[0-9]+$
|
|
1822
|
+
*
|
|
1823
|
+
* @format Non-negative integer.
|
|
1455
1824
|
*
|
|
1456
1825
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1457
1826
|
*/
|
|
1458
1827
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1459
1828
|
/**
|
|
1460
|
-
*
|
|
1829
|
+
*
|
|
1830
|
+
* @optional
|
|
1831
|
+
*
|
|
1832
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1833
|
+
*
|
|
1834
|
+
* @example 1704067199
|
|
1835
|
+
*
|
|
1836
|
+
* @regex ^[0-9]+$
|
|
1837
|
+
*
|
|
1838
|
+
* @format Non-negative integer.
|
|
1461
1839
|
*
|
|
1462
1840
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1463
1841
|
*/
|
|
@@ -1481,13 +1859,31 @@ class PurchasesIndentsServiceCountReq extends protobuf_1.Message {
|
|
|
1481
1859
|
*/
|
|
1482
1860
|
deliveryDateEnd = "";
|
|
1483
1861
|
/**
|
|
1484
|
-
*
|
|
1862
|
+
*
|
|
1863
|
+
* @optional
|
|
1864
|
+
*
|
|
1865
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1866
|
+
*
|
|
1867
|
+
* @example "ABS-2023-001"
|
|
1868
|
+
*
|
|
1869
|
+
* @regex [0-9A-Za-z ]*$
|
|
1870
|
+
*
|
|
1871
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1485
1872
|
*
|
|
1486
1873
|
* @generated from field: string reference_id = 20;
|
|
1487
1874
|
*/
|
|
1488
1875
|
referenceId = "";
|
|
1489
1876
|
/**
|
|
1490
|
-
*
|
|
1877
|
+
*
|
|
1878
|
+
* @optional
|
|
1879
|
+
*
|
|
1880
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1881
|
+
*
|
|
1882
|
+
* @example "ABS-2023-X9Z2"
|
|
1883
|
+
*
|
|
1884
|
+
* @regex [0-9A-Za-z ]*$
|
|
1885
|
+
*
|
|
1886
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1491
1887
|
*
|
|
1492
1888
|
* @generated from field: string final_ref_number = 21;
|
|
1493
1889
|
*/
|
|
@@ -1561,49 +1957,103 @@ exports.PurchasesIndentsServiceCountReq = PurchasesIndentsServiceCountReq;
|
|
|
1561
1957
|
*/
|
|
1562
1958
|
class PurchasesIndentsServiceSearchAllReq extends protobuf_1.Message {
|
|
1563
1959
|
/**
|
|
1564
|
-
*
|
|
1960
|
+
*
|
|
1961
|
+
* @optional
|
|
1962
|
+
*
|
|
1963
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1964
|
+
*
|
|
1965
|
+
* @example ANY
|
|
1565
1966
|
*
|
|
1566
1967
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1567
1968
|
*/
|
|
1568
1969
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1569
1970
|
/**
|
|
1570
|
-
*
|
|
1971
|
+
*
|
|
1972
|
+
* @mandatory
|
|
1973
|
+
*
|
|
1974
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1975
|
+
*
|
|
1976
|
+
* @example 100
|
|
1977
|
+
*
|
|
1978
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1979
|
+
*
|
|
1980
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1571
1981
|
*
|
|
1572
1982
|
* @generated from field: int64 count = 2;
|
|
1573
1983
|
*/
|
|
1574
1984
|
count = protobuf_1.protoInt64.zero;
|
|
1575
1985
|
/**
|
|
1576
|
-
*
|
|
1986
|
+
*
|
|
1987
|
+
* @optional
|
|
1988
|
+
*
|
|
1989
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1990
|
+
*
|
|
1991
|
+
* @example 0
|
|
1992
|
+
*
|
|
1993
|
+
* @regex ^[0-9]+$
|
|
1994
|
+
*
|
|
1995
|
+
* @format Non-negative integer.
|
|
1577
1996
|
*
|
|
1578
1997
|
* @generated from field: uint64 offset = 3;
|
|
1579
1998
|
*/
|
|
1580
1999
|
offset = protobuf_1.protoInt64.zero;
|
|
1581
2000
|
/**
|
|
1582
|
-
*
|
|
2001
|
+
*
|
|
2002
|
+
* @optional
|
|
2003
|
+
*
|
|
2004
|
+
* @description Sort direction.
|
|
2005
|
+
*
|
|
2006
|
+
* @example DESCENDING
|
|
1583
2007
|
*
|
|
1584
2008
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1585
2009
|
*/
|
|
1586
2010
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1587
2011
|
/**
|
|
1588
|
-
*
|
|
2012
|
+
*
|
|
2013
|
+
* @optional
|
|
2014
|
+
*
|
|
2015
|
+
* @description The field used for sorting.
|
|
1589
2016
|
*
|
|
1590
2017
|
* @generated from field: Scailo.PURCHASE_INDENT_SORT_KEY sort_key = 5;
|
|
1591
2018
|
*/
|
|
1592
2019
|
sortKey = PURCHASE_INDENT_SORT_KEY.PURCHASE_INDENT_SORT_KEY_ID_UNSPECIFIED;
|
|
1593
2020
|
/**
|
|
1594
|
-
*
|
|
2021
|
+
*
|
|
2022
|
+
* @optional
|
|
2023
|
+
*
|
|
2024
|
+
* @description Filter by the organization UUID.
|
|
2025
|
+
*
|
|
2026
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2027
|
+
*
|
|
2028
|
+
* @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}$
|
|
2029
|
+
*
|
|
2030
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1595
2031
|
*
|
|
1596
2032
|
* @generated from field: string entity_uuid = 6;
|
|
1597
2033
|
*/
|
|
1598
2034
|
entityUuid = "";
|
|
1599
2035
|
/**
|
|
1600
|
-
*
|
|
2036
|
+
*
|
|
2037
|
+
* @optional
|
|
2038
|
+
*
|
|
2039
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2040
|
+
*
|
|
2041
|
+
* @example STANDING
|
|
1601
2042
|
*
|
|
1602
2043
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1603
2044
|
*/
|
|
1604
2045
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1605
2046
|
/**
|
|
1606
|
-
*
|
|
2047
|
+
*
|
|
2048
|
+
* @mandatory
|
|
2049
|
+
*
|
|
2050
|
+
* @description The search string to match against reference IDs.
|
|
2051
|
+
*
|
|
2052
|
+
* @example "Medical 2023"
|
|
2053
|
+
*
|
|
2054
|
+
* @regex .*
|
|
2055
|
+
*
|
|
2056
|
+
* @format: May contain any UTF-8 characters.
|
|
1607
2057
|
*
|
|
1608
2058
|
* @generated from field: string search_key = 11;
|
|
1609
2059
|
*/
|
|
@@ -1653,37 +2103,77 @@ exports.PurchasesIndentsServiceSearchAllReq = PurchasesIndentsServiceSearchAllRe
|
|
|
1653
2103
|
*/
|
|
1654
2104
|
class PurchaseIndentItemsSearchRequest extends protobuf_1.Message {
|
|
1655
2105
|
/**
|
|
1656
|
-
*
|
|
2106
|
+
*
|
|
2107
|
+
* @optional
|
|
2108
|
+
*
|
|
2109
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2110
|
+
*
|
|
2111
|
+
* @example ANY
|
|
1657
2112
|
*
|
|
1658
2113
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1659
2114
|
*/
|
|
1660
2115
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1661
2116
|
/**
|
|
1662
|
-
*
|
|
2117
|
+
*
|
|
2118
|
+
* @mandatory
|
|
2119
|
+
*
|
|
2120
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2121
|
+
*
|
|
2122
|
+
* @example 100
|
|
2123
|
+
*
|
|
2124
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2125
|
+
*
|
|
2126
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1663
2127
|
*
|
|
1664
2128
|
* @generated from field: int64 count = 2;
|
|
1665
2129
|
*/
|
|
1666
2130
|
count = protobuf_1.protoInt64.zero;
|
|
1667
2131
|
/**
|
|
1668
|
-
*
|
|
2132
|
+
*
|
|
2133
|
+
* @optional
|
|
2134
|
+
*
|
|
2135
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2136
|
+
*
|
|
2137
|
+
* @example 0
|
|
2138
|
+
*
|
|
2139
|
+
* @regex ^[0-9]+$
|
|
2140
|
+
*
|
|
2141
|
+
* @format Non-negative integer.
|
|
1669
2142
|
*
|
|
1670
2143
|
* @generated from field: uint64 offset = 3;
|
|
1671
2144
|
*/
|
|
1672
2145
|
offset = protobuf_1.protoInt64.zero;
|
|
1673
2146
|
/**
|
|
1674
|
-
*
|
|
2147
|
+
*
|
|
2148
|
+
* @optional
|
|
2149
|
+
*
|
|
2150
|
+
* @description Sort direction.
|
|
2151
|
+
*
|
|
2152
|
+
* @example DESCENDING
|
|
1675
2153
|
*
|
|
1676
2154
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1677
2155
|
*/
|
|
1678
2156
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1679
2157
|
/**
|
|
1680
|
-
*
|
|
2158
|
+
*
|
|
2159
|
+
* @optional
|
|
2160
|
+
*
|
|
2161
|
+
* @description The field used for sorting.
|
|
1681
2162
|
*
|
|
1682
2163
|
* @generated from field: Scailo.PURCHASE_INDENT_ITEM_SORT_KEY sort_key = 5;
|
|
1683
2164
|
*/
|
|
1684
2165
|
sortKey = PURCHASE_INDENT_ITEM_SORT_KEY.PURCHASE_INDENT_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1685
2166
|
/**
|
|
1686
|
-
*
|
|
2167
|
+
*
|
|
2168
|
+
* @optional
|
|
2169
|
+
*
|
|
2170
|
+
* @description Filter by the organization UUID.
|
|
2171
|
+
*
|
|
2172
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2173
|
+
*
|
|
2174
|
+
* @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}$
|
|
2175
|
+
*
|
|
2176
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1687
2177
|
*
|
|
1688
2178
|
* @generated from field: string entity_uuid = 6;
|
|
1689
2179
|
*/
|
|
@@ -1801,25 +2291,35 @@ exports.PurchaseIndentItemsSearchRequest = PurchaseIndentItemsSearchRequest;
|
|
|
1801
2291
|
*/
|
|
1802
2292
|
class PurchasesIndentsServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1803
2293
|
/**
|
|
1804
|
-
*
|
|
2294
|
+
*
|
|
2295
|
+
* @description Number of records returned in the current response slice.
|
|
2296
|
+
*
|
|
2297
|
+
* @example 50
|
|
1805
2298
|
*
|
|
1806
2299
|
* @generated from field: uint64 count = 1;
|
|
1807
2300
|
*/
|
|
1808
2301
|
count = protobuf_1.protoInt64.zero;
|
|
1809
2302
|
/**
|
|
1810
|
-
*
|
|
2303
|
+
*
|
|
2304
|
+
* @description The offset provided in the request.
|
|
2305
|
+
*
|
|
2306
|
+
* @example 0
|
|
1811
2307
|
*
|
|
1812
2308
|
* @generated from field: uint64 offset = 2;
|
|
1813
2309
|
*/
|
|
1814
2310
|
offset = protobuf_1.protoInt64.zero;
|
|
1815
2311
|
/**
|
|
1816
|
-
*
|
|
2312
|
+
*
|
|
2313
|
+
* @description The total number of records matching the criteria.
|
|
2314
|
+
*
|
|
2315
|
+
* @example 1250
|
|
1817
2316
|
*
|
|
1818
2317
|
* @generated from field: uint64 total = 3;
|
|
1819
2318
|
*/
|
|
1820
2319
|
total = protobuf_1.protoInt64.zero;
|
|
1821
2320
|
/**
|
|
1822
|
-
*
|
|
2321
|
+
*
|
|
2322
|
+
* @description The array of records for the current page.
|
|
1823
2323
|
*
|
|
1824
2324
|
* @generated from field: repeated Scailo.PurchaseIndentItem payload = 4;
|
|
1825
2325
|
*/
|