@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
|
@@ -302,7 +302,16 @@ export declare enum INWARD_JOB_OUTWARD_ITEM_STATUS {
|
|
|
302
302
|
*/
|
|
303
303
|
export declare class InwardJobsServiceCreateRequest extends Message<InwardJobsServiceCreateRequest> {
|
|
304
304
|
/**
|
|
305
|
-
*
|
|
305
|
+
*
|
|
306
|
+
* @optional
|
|
307
|
+
*
|
|
308
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
309
|
+
*
|
|
310
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
311
|
+
*
|
|
312
|
+
* @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}$
|
|
313
|
+
*
|
|
314
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
306
315
|
*
|
|
307
316
|
* @generated from field: string entity_uuid = 1;
|
|
308
317
|
*/
|
|
@@ -314,13 +323,31 @@ export declare class InwardJobsServiceCreateRequest extends Message<InwardJobsSe
|
|
|
314
323
|
*/
|
|
315
324
|
userComment: string;
|
|
316
325
|
/**
|
|
317
|
-
*
|
|
326
|
+
*
|
|
327
|
+
* @optional
|
|
328
|
+
*
|
|
329
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
330
|
+
*
|
|
331
|
+
* @example 15234
|
|
332
|
+
*
|
|
333
|
+
* @regex ^[0-9]+$
|
|
334
|
+
*
|
|
335
|
+
* @format Non-negative integer.
|
|
318
336
|
*
|
|
319
337
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
320
338
|
*/
|
|
321
339
|
vaultFolderId: bigint;
|
|
322
340
|
/**
|
|
323
|
-
*
|
|
341
|
+
*
|
|
342
|
+
* @mandatory
|
|
343
|
+
*
|
|
344
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
345
|
+
*
|
|
346
|
+
* @example "ABS-2023-001"
|
|
347
|
+
*
|
|
348
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
349
|
+
*
|
|
350
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
324
351
|
*
|
|
325
352
|
* @generated from field: string reference_id = 10;
|
|
326
353
|
*/
|
|
@@ -384,19 +411,42 @@ export declare class InwardJobsServiceUpdateRequest extends Message<InwardJobsSe
|
|
|
384
411
|
*/
|
|
385
412
|
id: bigint;
|
|
386
413
|
/**
|
|
387
|
-
*
|
|
414
|
+
*
|
|
415
|
+
* @optional
|
|
416
|
+
*
|
|
417
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
418
|
+
*
|
|
419
|
+
* @example true
|
|
388
420
|
*
|
|
389
421
|
* @generated from field: bool notify_users = 3;
|
|
390
422
|
*/
|
|
391
423
|
notifyUsers: boolean;
|
|
392
424
|
/**
|
|
393
|
-
*
|
|
425
|
+
*
|
|
426
|
+
* @optional
|
|
427
|
+
*
|
|
428
|
+
* @description Updated vault folder ID for documentation storage.
|
|
429
|
+
*
|
|
430
|
+
* @example 15235
|
|
431
|
+
*
|
|
432
|
+
* @regex ^[0-9]+$
|
|
433
|
+
*
|
|
434
|
+
* @format Non-negative integer.
|
|
394
435
|
*
|
|
395
436
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
396
437
|
*/
|
|
397
438
|
vaultFolderId: bigint;
|
|
398
439
|
/**
|
|
399
|
-
*
|
|
440
|
+
*
|
|
441
|
+
* @mandatory
|
|
442
|
+
*
|
|
443
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
444
|
+
*
|
|
445
|
+
* @example "ABS-2023-001-REV"
|
|
446
|
+
*
|
|
447
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
448
|
+
*
|
|
449
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
400
450
|
*
|
|
401
451
|
* @generated from field: string reference_id = 10;
|
|
402
452
|
*/
|
|
@@ -504,55 +554,74 @@ export declare class InwardJobAncillaryParameters extends Message<InwardJobAncil
|
|
|
504
554
|
*/
|
|
505
555
|
export declare class InwardJob extends Message<InwardJob> {
|
|
506
556
|
/**
|
|
507
|
-
*
|
|
557
|
+
*
|
|
558
|
+
* @description The organization's globally unique identifier.
|
|
559
|
+
*
|
|
560
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
508
561
|
*
|
|
509
562
|
* @generated from field: string entity_uuid = 1;
|
|
510
563
|
*/
|
|
511
564
|
entityUuid: string;
|
|
512
565
|
/**
|
|
513
|
-
*
|
|
566
|
+
*
|
|
567
|
+
* @description Standard employee and record metadata including timestamps.
|
|
514
568
|
*
|
|
515
569
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
516
570
|
*/
|
|
517
571
|
metadata?: EmployeeMetadata;
|
|
518
572
|
/**
|
|
519
|
-
*
|
|
573
|
+
*
|
|
574
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
520
575
|
*
|
|
521
576
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
522
577
|
*/
|
|
523
578
|
approvalMetadata?: ApprovalMetadata;
|
|
524
579
|
/**
|
|
525
|
-
*
|
|
580
|
+
*
|
|
581
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
526
582
|
*
|
|
527
583
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
528
584
|
*/
|
|
529
585
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
530
586
|
/**
|
|
531
|
-
*
|
|
587
|
+
*
|
|
588
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
532
589
|
*
|
|
533
590
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
534
591
|
*/
|
|
535
592
|
logs: LogbookLogConciseSLC[];
|
|
536
593
|
/**
|
|
537
|
-
*
|
|
594
|
+
*
|
|
595
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
596
|
+
*
|
|
597
|
+
* @example 1698400000
|
|
538
598
|
*
|
|
539
599
|
* @generated from field: uint64 completed_on = 6;
|
|
540
600
|
*/
|
|
541
601
|
completedOn: bigint;
|
|
542
602
|
/**
|
|
543
|
-
*
|
|
603
|
+
*
|
|
604
|
+
* @description Link to the document storage folder.
|
|
605
|
+
*
|
|
606
|
+
* @example 15234
|
|
544
607
|
*
|
|
545
608
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
546
609
|
*/
|
|
547
610
|
vaultFolderId: bigint;
|
|
548
611
|
/**
|
|
549
|
-
*
|
|
612
|
+
*
|
|
613
|
+
* @description The user-provided reference ID.
|
|
614
|
+
*
|
|
615
|
+
* @example "ABS-2023-001"
|
|
550
616
|
*
|
|
551
617
|
* @generated from field: string reference_id = 10;
|
|
552
618
|
*/
|
|
553
619
|
referenceId: string;
|
|
554
620
|
/**
|
|
555
|
-
*
|
|
621
|
+
*
|
|
622
|
+
* @description The system-generated immutable reference number.
|
|
623
|
+
*
|
|
624
|
+
* @example "ABS-2023-X9Z2"
|
|
556
625
|
*
|
|
557
626
|
* @generated from field: string final_ref_number = 11;
|
|
558
627
|
*/
|
|
@@ -824,25 +893,31 @@ export declare class InwardJobsServiceInwardItemUpdateRequest extends Message<In
|
|
|
824
893
|
*/
|
|
825
894
|
export declare class InwardJobInwardItem extends Message<InwardJobInwardItem> {
|
|
826
895
|
/**
|
|
827
|
-
*
|
|
896
|
+
*
|
|
897
|
+
* @description The organization's globally unique identifier.
|
|
898
|
+
*
|
|
899
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
828
900
|
*
|
|
829
901
|
* @generated from field: string entity_uuid = 1;
|
|
830
902
|
*/
|
|
831
903
|
entityUuid: string;
|
|
832
904
|
/**
|
|
833
|
-
*
|
|
905
|
+
*
|
|
906
|
+
* @description Standard employee and record metadata including timestamps.
|
|
834
907
|
*
|
|
835
908
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
836
909
|
*/
|
|
837
910
|
metadata?: EmployeeMetadata;
|
|
838
911
|
/**
|
|
839
|
-
*
|
|
912
|
+
*
|
|
913
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
840
914
|
*
|
|
841
915
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
842
916
|
*/
|
|
843
917
|
approvalMetadata?: ApprovalMetadata;
|
|
844
918
|
/**
|
|
845
|
-
*
|
|
919
|
+
*
|
|
920
|
+
* @description The approval state of the record
|
|
846
921
|
*
|
|
847
922
|
* @generated from field: bool need_approval = 4;
|
|
848
923
|
*/
|
|
@@ -1012,31 +1087,62 @@ export declare class InwardJobInwardItemProspectiveInfoRequest extends Message<I
|
|
|
1012
1087
|
*/
|
|
1013
1088
|
export declare class InwardJobsServicePaginationReq extends Message<InwardJobsServicePaginationReq> {
|
|
1014
1089
|
/**
|
|
1015
|
-
*
|
|
1090
|
+
*
|
|
1091
|
+
* @optional
|
|
1092
|
+
*
|
|
1093
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1094
|
+
*
|
|
1095
|
+
* @example ANY
|
|
1016
1096
|
*
|
|
1017
1097
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1018
1098
|
*/
|
|
1019
1099
|
isActive: BOOL_FILTER;
|
|
1020
1100
|
/**
|
|
1021
|
-
*
|
|
1101
|
+
*
|
|
1102
|
+
* @mandatory
|
|
1103
|
+
*
|
|
1104
|
+
* @description Number of records to return per page.
|
|
1105
|
+
*
|
|
1106
|
+
* @example 50
|
|
1107
|
+
*
|
|
1108
|
+
* @regex ^[1-9][0-9]*$
|
|
1109
|
+
*
|
|
1110
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1022
1111
|
*
|
|
1023
1112
|
* @generated from field: int64 count = 2;
|
|
1024
1113
|
*/
|
|
1025
1114
|
count: bigint;
|
|
1026
1115
|
/**
|
|
1027
|
-
*
|
|
1116
|
+
*
|
|
1117
|
+
* @optional
|
|
1118
|
+
*
|
|
1119
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1120
|
+
*
|
|
1121
|
+
* @example 0
|
|
1122
|
+
*
|
|
1123
|
+
* @regex ^[0-9]+$
|
|
1124
|
+
*
|
|
1125
|
+
* @format Non-negative integer.
|
|
1028
1126
|
*
|
|
1029
1127
|
* @generated from field: uint64 offset = 3;
|
|
1030
1128
|
*/
|
|
1031
1129
|
offset: bigint;
|
|
1032
1130
|
/**
|
|
1033
|
-
*
|
|
1131
|
+
*
|
|
1132
|
+
* @optional
|
|
1133
|
+
*
|
|
1134
|
+
* @description Sort direction.
|
|
1135
|
+
*
|
|
1136
|
+
* @example DESCENDING
|
|
1034
1137
|
*
|
|
1035
1138
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1036
1139
|
*/
|
|
1037
1140
|
sortOrder: SORT_ORDER;
|
|
1038
1141
|
/**
|
|
1039
|
-
*
|
|
1142
|
+
*
|
|
1143
|
+
* @optional
|
|
1144
|
+
*
|
|
1145
|
+
* @description The specific field key to sort the results by.
|
|
1040
1146
|
*
|
|
1041
1147
|
* @generated from field: Scailo.INWARD_JOB_SORT_KEY sort_key = 5;
|
|
1042
1148
|
*/
|
|
@@ -1064,25 +1170,35 @@ export declare class InwardJobsServicePaginationReq extends Message<InwardJobsSe
|
|
|
1064
1170
|
*/
|
|
1065
1171
|
export declare class InwardJobsServicePaginationResponse extends Message<InwardJobsServicePaginationResponse> {
|
|
1066
1172
|
/**
|
|
1067
|
-
*
|
|
1173
|
+
*
|
|
1174
|
+
* @description Number of records returned in the current response slice.
|
|
1175
|
+
*
|
|
1176
|
+
* @example 50
|
|
1068
1177
|
*
|
|
1069
1178
|
* @generated from field: uint64 count = 1;
|
|
1070
1179
|
*/
|
|
1071
1180
|
count: bigint;
|
|
1072
1181
|
/**
|
|
1073
|
-
*
|
|
1182
|
+
*
|
|
1183
|
+
* @description The offset provided in the request.
|
|
1184
|
+
*
|
|
1185
|
+
* @example 0
|
|
1074
1186
|
*
|
|
1075
1187
|
* @generated from field: uint64 offset = 2;
|
|
1076
1188
|
*/
|
|
1077
1189
|
offset: bigint;
|
|
1078
1190
|
/**
|
|
1079
|
-
*
|
|
1191
|
+
*
|
|
1192
|
+
* @description The total number of records matching the criteria.
|
|
1193
|
+
*
|
|
1194
|
+
* @example 1250
|
|
1080
1195
|
*
|
|
1081
1196
|
* @generated from field: uint64 total = 3;
|
|
1082
1197
|
*/
|
|
1083
1198
|
total: bigint;
|
|
1084
1199
|
/**
|
|
1085
|
-
*
|
|
1200
|
+
*
|
|
1201
|
+
* @description The array of records for the current page.
|
|
1086
1202
|
*
|
|
1087
1203
|
* @generated from field: repeated Scailo.InwardJob payload = 4;
|
|
1088
1204
|
*/
|
|
@@ -1104,103 +1220,238 @@ export declare class InwardJobsServicePaginationResponse extends Message<InwardJ
|
|
|
1104
1220
|
*/
|
|
1105
1221
|
export declare class InwardJobsServiceFilterReq extends Message<InwardJobsServiceFilterReq> {
|
|
1106
1222
|
/**
|
|
1107
|
-
*
|
|
1223
|
+
*
|
|
1224
|
+
* @optional
|
|
1225
|
+
*
|
|
1226
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1227
|
+
*
|
|
1228
|
+
* @example ANY
|
|
1108
1229
|
*
|
|
1109
1230
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1110
1231
|
*/
|
|
1111
1232
|
isActive: BOOL_FILTER;
|
|
1112
1233
|
/**
|
|
1113
|
-
*
|
|
1234
|
+
*
|
|
1235
|
+
* @mandatory
|
|
1236
|
+
*
|
|
1237
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1238
|
+
*
|
|
1239
|
+
* @example 100
|
|
1240
|
+
*
|
|
1241
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1242
|
+
*
|
|
1243
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1114
1244
|
*
|
|
1115
1245
|
* @generated from field: int64 count = 2;
|
|
1116
1246
|
*/
|
|
1117
1247
|
count: bigint;
|
|
1118
1248
|
/**
|
|
1119
|
-
*
|
|
1249
|
+
*
|
|
1250
|
+
* @optional
|
|
1251
|
+
*
|
|
1252
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1253
|
+
*
|
|
1254
|
+
* @example 0
|
|
1255
|
+
*
|
|
1256
|
+
* @regex ^[0-9]+$
|
|
1257
|
+
*
|
|
1258
|
+
* @format Non-negative integer.
|
|
1120
1259
|
*
|
|
1121
1260
|
* @generated from field: uint64 offset = 3;
|
|
1122
1261
|
*/
|
|
1123
1262
|
offset: bigint;
|
|
1124
1263
|
/**
|
|
1125
|
-
*
|
|
1264
|
+
*
|
|
1265
|
+
* @optional
|
|
1266
|
+
*
|
|
1267
|
+
* @description Sort direction.
|
|
1268
|
+
*
|
|
1269
|
+
* @example DESCENDING
|
|
1126
1270
|
*
|
|
1127
1271
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1128
1272
|
*/
|
|
1129
1273
|
sortOrder: SORT_ORDER;
|
|
1130
1274
|
/**
|
|
1131
|
-
*
|
|
1275
|
+
*
|
|
1276
|
+
* @optional
|
|
1277
|
+
*
|
|
1278
|
+
* @description The field used for sorting.
|
|
1132
1279
|
*
|
|
1133
1280
|
* @generated from field: Scailo.INWARD_JOB_SORT_KEY sort_key = 5;
|
|
1134
1281
|
*/
|
|
1135
1282
|
sortKey: INWARD_JOB_SORT_KEY;
|
|
1136
1283
|
/**
|
|
1137
|
-
*
|
|
1284
|
+
*
|
|
1285
|
+
* @optional
|
|
1286
|
+
*
|
|
1287
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1288
|
+
*
|
|
1289
|
+
* @example 1672531200
|
|
1290
|
+
*
|
|
1291
|
+
* @regex ^[0-9]+$
|
|
1292
|
+
*
|
|
1293
|
+
* @format Non-negative integer.
|
|
1138
1294
|
*
|
|
1139
1295
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1140
1296
|
*/
|
|
1141
1297
|
creationTimestampStart: bigint;
|
|
1142
1298
|
/**
|
|
1143
|
-
*
|
|
1299
|
+
*
|
|
1300
|
+
* @optional
|
|
1301
|
+
*
|
|
1302
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1303
|
+
*
|
|
1304
|
+
* @example 1704067199
|
|
1305
|
+
*
|
|
1306
|
+
* @regex ^[0-9]+$
|
|
1307
|
+
*
|
|
1308
|
+
* @format Non-negative integer.
|
|
1144
1309
|
*
|
|
1145
1310
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1146
1311
|
*/
|
|
1147
1312
|
creationTimestampEnd: bigint;
|
|
1148
1313
|
/**
|
|
1149
|
-
*
|
|
1314
|
+
*
|
|
1315
|
+
* @optional
|
|
1316
|
+
*
|
|
1317
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1318
|
+
*
|
|
1319
|
+
* @example 1672531200
|
|
1320
|
+
*
|
|
1321
|
+
* @regex ^[0-9]+$
|
|
1322
|
+
*
|
|
1323
|
+
* @format Non-negative integer.
|
|
1150
1324
|
*
|
|
1151
1325
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1152
1326
|
*/
|
|
1153
1327
|
modificationTimestampStart: bigint;
|
|
1154
1328
|
/**
|
|
1155
|
-
*
|
|
1329
|
+
*
|
|
1330
|
+
* @optional
|
|
1331
|
+
*
|
|
1332
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1333
|
+
*
|
|
1334
|
+
* @example 1704067199
|
|
1335
|
+
*
|
|
1336
|
+
* @regex ^[0-9]+$
|
|
1337
|
+
*
|
|
1338
|
+
* @format Non-negative integer.
|
|
1156
1339
|
*
|
|
1157
1340
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1158
1341
|
*/
|
|
1159
1342
|
modificationTimestampEnd: bigint;
|
|
1160
1343
|
/**
|
|
1161
|
-
*
|
|
1344
|
+
*
|
|
1345
|
+
* @optional
|
|
1346
|
+
*
|
|
1347
|
+
* @description Filter by the organization UUID.
|
|
1348
|
+
*
|
|
1349
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1350
|
+
*
|
|
1351
|
+
* @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}$
|
|
1352
|
+
*
|
|
1353
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1162
1354
|
*
|
|
1163
1355
|
* @generated from field: string entity_uuid = 8;
|
|
1164
1356
|
*/
|
|
1165
1357
|
entityUuid: string;
|
|
1166
1358
|
/**
|
|
1167
|
-
*
|
|
1359
|
+
*
|
|
1360
|
+
* @optional
|
|
1361
|
+
*
|
|
1362
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1363
|
+
*
|
|
1364
|
+
* @example STANDING
|
|
1168
1365
|
*
|
|
1169
1366
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1170
1367
|
*/
|
|
1171
1368
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1172
1369
|
/**
|
|
1173
|
-
*
|
|
1370
|
+
*
|
|
1371
|
+
* @optional
|
|
1372
|
+
*
|
|
1373
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1374
|
+
*
|
|
1375
|
+
* @example 1672531200
|
|
1376
|
+
*
|
|
1377
|
+
* @regex ^[0-9]+$
|
|
1378
|
+
*
|
|
1379
|
+
* @format Non-negative integer.
|
|
1174
1380
|
*
|
|
1175
1381
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1176
1382
|
*/
|
|
1177
1383
|
approvedOnStart: bigint;
|
|
1178
1384
|
/**
|
|
1179
|
-
*
|
|
1385
|
+
*
|
|
1386
|
+
* @optional
|
|
1387
|
+
*
|
|
1388
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1389
|
+
*
|
|
1390
|
+
* @example 1704067199
|
|
1391
|
+
*
|
|
1392
|
+
* @regex ^[0-9]+$
|
|
1393
|
+
*
|
|
1394
|
+
* @format Non-negative integer.
|
|
1180
1395
|
*
|
|
1181
1396
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1182
1397
|
*/
|
|
1183
1398
|
approvedOnEnd: bigint;
|
|
1184
1399
|
/**
|
|
1185
|
-
*
|
|
1400
|
+
*
|
|
1401
|
+
* @optional
|
|
1402
|
+
*
|
|
1403
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1404
|
+
*
|
|
1405
|
+
* @example 501
|
|
1406
|
+
*
|
|
1407
|
+
* @regex ^[0-9]+$
|
|
1408
|
+
*
|
|
1409
|
+
* @format Non-negative integer.
|
|
1186
1410
|
*
|
|
1187
1411
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1188
1412
|
*/
|
|
1189
1413
|
approvedByUserId: bigint;
|
|
1190
1414
|
/**
|
|
1191
|
-
*
|
|
1415
|
+
*
|
|
1416
|
+
* @optional
|
|
1417
|
+
*
|
|
1418
|
+
* @description Filter by the role ID of the approver.
|
|
1419
|
+
*
|
|
1420
|
+
* @example 5
|
|
1421
|
+
*
|
|
1422
|
+
* @regex ^[0-9]+$
|
|
1423
|
+
*
|
|
1424
|
+
* @format Non-negative integer.
|
|
1192
1425
|
*
|
|
1193
1426
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1194
1427
|
*/
|
|
1195
1428
|
approverRoleId: bigint;
|
|
1196
1429
|
/**
|
|
1197
|
-
*
|
|
1430
|
+
*
|
|
1431
|
+
* @optional
|
|
1432
|
+
*
|
|
1433
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1434
|
+
*
|
|
1435
|
+
* @example 1672531200
|
|
1436
|
+
*
|
|
1437
|
+
* @regex ^[0-9]+$
|
|
1438
|
+
*
|
|
1439
|
+
* @format Non-negative integer.
|
|
1198
1440
|
*
|
|
1199
1441
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1200
1442
|
*/
|
|
1201
1443
|
completedOnStart: bigint;
|
|
1202
1444
|
/**
|
|
1203
|
-
*
|
|
1445
|
+
*
|
|
1446
|
+
* @optional
|
|
1447
|
+
*
|
|
1448
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1449
|
+
*
|
|
1450
|
+
* @example 1704067199
|
|
1451
|
+
*
|
|
1452
|
+
* @regex ^[0-9]+$
|
|
1453
|
+
*
|
|
1454
|
+
* @format Non-negative integer.
|
|
1204
1455
|
*
|
|
1205
1456
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1206
1457
|
*/
|
|
@@ -1224,13 +1475,31 @@ export declare class InwardJobsServiceFilterReq extends Message<InwardJobsServic
|
|
|
1224
1475
|
*/
|
|
1225
1476
|
deliveryDateEnd: string;
|
|
1226
1477
|
/**
|
|
1227
|
-
*
|
|
1478
|
+
*
|
|
1479
|
+
* @optional
|
|
1480
|
+
*
|
|
1481
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1482
|
+
*
|
|
1483
|
+
* @example "ABS-2023-001"
|
|
1484
|
+
*
|
|
1485
|
+
* @regex [0-9A-Za-z ]*$
|
|
1486
|
+
*
|
|
1487
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1228
1488
|
*
|
|
1229
1489
|
* @generated from field: string reference_id = 20;
|
|
1230
1490
|
*/
|
|
1231
1491
|
referenceId: string;
|
|
1232
1492
|
/**
|
|
1233
|
-
*
|
|
1493
|
+
*
|
|
1494
|
+
* @optional
|
|
1495
|
+
*
|
|
1496
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1497
|
+
*
|
|
1498
|
+
* @example "ABS-2023-X9Z2"
|
|
1499
|
+
*
|
|
1500
|
+
* @regex [0-9A-Za-z ]*$
|
|
1501
|
+
*
|
|
1502
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1234
1503
|
*
|
|
1235
1504
|
* @generated from field: string final_ref_number = 21;
|
|
1236
1505
|
*/
|
|
@@ -1288,79 +1557,188 @@ export declare class InwardJobsServiceFilterReq extends Message<InwardJobsServic
|
|
|
1288
1557
|
*/
|
|
1289
1558
|
export declare class InwardJobsServiceCountReq extends Message<InwardJobsServiceCountReq> {
|
|
1290
1559
|
/**
|
|
1291
|
-
*
|
|
1560
|
+
*
|
|
1561
|
+
* @optional
|
|
1562
|
+
*
|
|
1563
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1564
|
+
*
|
|
1565
|
+
* @example ANY
|
|
1292
1566
|
*
|
|
1293
1567
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1294
1568
|
*/
|
|
1295
1569
|
isActive: BOOL_FILTER;
|
|
1296
1570
|
/**
|
|
1297
|
-
*
|
|
1571
|
+
*
|
|
1572
|
+
* @optional
|
|
1573
|
+
*
|
|
1574
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1575
|
+
*
|
|
1576
|
+
* @example 1672531200
|
|
1577
|
+
*
|
|
1578
|
+
* @regex ^[0-9]+$
|
|
1579
|
+
*
|
|
1580
|
+
* @format Non-negative integer.
|
|
1298
1581
|
*
|
|
1299
1582
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1300
1583
|
*/
|
|
1301
1584
|
creationTimestampStart: bigint;
|
|
1302
1585
|
/**
|
|
1303
|
-
*
|
|
1586
|
+
*
|
|
1587
|
+
* @optional
|
|
1588
|
+
*
|
|
1589
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1590
|
+
*
|
|
1591
|
+
* @example 1704067199
|
|
1592
|
+
*
|
|
1593
|
+
* @regex ^[0-9]+$
|
|
1594
|
+
*
|
|
1595
|
+
* @format Non-negative integer.
|
|
1304
1596
|
*
|
|
1305
1597
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1306
1598
|
*/
|
|
1307
1599
|
creationTimestampEnd: bigint;
|
|
1308
1600
|
/**
|
|
1309
|
-
*
|
|
1601
|
+
*
|
|
1602
|
+
* @optional
|
|
1603
|
+
*
|
|
1604
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1605
|
+
*
|
|
1606
|
+
* @example 1672531200
|
|
1607
|
+
*
|
|
1608
|
+
* @regex ^[0-9]+$
|
|
1609
|
+
*
|
|
1610
|
+
* @format Non-negative integer.
|
|
1310
1611
|
*
|
|
1311
1612
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1312
1613
|
*/
|
|
1313
1614
|
modificationTimestampStart: bigint;
|
|
1314
1615
|
/**
|
|
1315
|
-
*
|
|
1616
|
+
*
|
|
1617
|
+
* @optional
|
|
1618
|
+
*
|
|
1619
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1620
|
+
*
|
|
1621
|
+
* @example 1704067199
|
|
1622
|
+
*
|
|
1623
|
+
* @regex ^[0-9]+$
|
|
1624
|
+
*
|
|
1625
|
+
* @format Non-negative integer.
|
|
1316
1626
|
*
|
|
1317
1627
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1318
1628
|
*/
|
|
1319
1629
|
modificationTimestampEnd: bigint;
|
|
1320
1630
|
/**
|
|
1321
|
-
*
|
|
1631
|
+
*
|
|
1632
|
+
* @optional
|
|
1633
|
+
*
|
|
1634
|
+
* @description Filter by the organization UUID.
|
|
1635
|
+
*
|
|
1636
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1637
|
+
*
|
|
1638
|
+
* @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}$
|
|
1639
|
+
*
|
|
1640
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1322
1641
|
*
|
|
1323
1642
|
* @generated from field: string entity_uuid = 8;
|
|
1324
1643
|
*/
|
|
1325
1644
|
entityUuid: string;
|
|
1326
1645
|
/**
|
|
1327
|
-
*
|
|
1646
|
+
*
|
|
1647
|
+
* @optional
|
|
1648
|
+
*
|
|
1649
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1650
|
+
*
|
|
1651
|
+
* @example STANDING
|
|
1328
1652
|
*
|
|
1329
1653
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1330
1654
|
*/
|
|
1331
1655
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1332
1656
|
/**
|
|
1333
|
-
*
|
|
1657
|
+
*
|
|
1658
|
+
* @optional
|
|
1659
|
+
*
|
|
1660
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1661
|
+
*
|
|
1662
|
+
* @example 1672531200
|
|
1663
|
+
*
|
|
1664
|
+
* @regex ^[0-9]+$
|
|
1665
|
+
*
|
|
1666
|
+
* @format Non-negative integer.
|
|
1334
1667
|
*
|
|
1335
1668
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1336
1669
|
*/
|
|
1337
1670
|
approvedOnStart: bigint;
|
|
1338
1671
|
/**
|
|
1339
|
-
*
|
|
1672
|
+
*
|
|
1673
|
+
* @optional
|
|
1674
|
+
*
|
|
1675
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1676
|
+
*
|
|
1677
|
+
* @example 1704067199
|
|
1678
|
+
*
|
|
1679
|
+
* @regex ^[0-9]+$
|
|
1680
|
+
*
|
|
1681
|
+
* @format Non-negative integer.
|
|
1340
1682
|
*
|
|
1341
1683
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1342
1684
|
*/
|
|
1343
1685
|
approvedOnEnd: bigint;
|
|
1344
1686
|
/**
|
|
1345
|
-
*
|
|
1687
|
+
*
|
|
1688
|
+
* @optional
|
|
1689
|
+
*
|
|
1690
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1691
|
+
*
|
|
1692
|
+
* @example 501
|
|
1693
|
+
*
|
|
1694
|
+
* @regex ^[0-9]+$
|
|
1695
|
+
*
|
|
1696
|
+
* @format Non-negative integer.
|
|
1346
1697
|
*
|
|
1347
1698
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1348
1699
|
*/
|
|
1349
1700
|
approvedByUserId: bigint;
|
|
1350
1701
|
/**
|
|
1351
|
-
*
|
|
1702
|
+
*
|
|
1703
|
+
* @optional
|
|
1704
|
+
*
|
|
1705
|
+
* @description Filter by the role ID of the approver.
|
|
1706
|
+
*
|
|
1707
|
+
* @example 5
|
|
1708
|
+
*
|
|
1709
|
+
* @regex ^[0-9]+$
|
|
1710
|
+
*
|
|
1711
|
+
* @format Non-negative integer.
|
|
1352
1712
|
*
|
|
1353
1713
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1354
1714
|
*/
|
|
1355
1715
|
approverRoleId: bigint;
|
|
1356
1716
|
/**
|
|
1357
|
-
*
|
|
1717
|
+
*
|
|
1718
|
+
* @optional
|
|
1719
|
+
*
|
|
1720
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1721
|
+
*
|
|
1722
|
+
* @example 1672531200
|
|
1723
|
+
*
|
|
1724
|
+
* @regex ^[0-9]+$
|
|
1725
|
+
*
|
|
1726
|
+
* @format Non-negative integer.
|
|
1358
1727
|
*
|
|
1359
1728
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1360
1729
|
*/
|
|
1361
1730
|
completedOnStart: bigint;
|
|
1362
1731
|
/**
|
|
1363
|
-
*
|
|
1732
|
+
*
|
|
1733
|
+
* @optional
|
|
1734
|
+
*
|
|
1735
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1736
|
+
*
|
|
1737
|
+
* @example 1704067199
|
|
1738
|
+
*
|
|
1739
|
+
* @regex ^[0-9]+$
|
|
1740
|
+
*
|
|
1741
|
+
* @format Non-negative integer.
|
|
1364
1742
|
*
|
|
1365
1743
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1366
1744
|
*/
|
|
@@ -1384,13 +1762,31 @@ export declare class InwardJobsServiceCountReq extends Message<InwardJobsService
|
|
|
1384
1762
|
*/
|
|
1385
1763
|
deliveryDateEnd: string;
|
|
1386
1764
|
/**
|
|
1387
|
-
*
|
|
1765
|
+
*
|
|
1766
|
+
* @optional
|
|
1767
|
+
*
|
|
1768
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1769
|
+
*
|
|
1770
|
+
* @example "ABS-2023-001"
|
|
1771
|
+
*
|
|
1772
|
+
* @regex [0-9A-Za-z ]*$
|
|
1773
|
+
*
|
|
1774
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1388
1775
|
*
|
|
1389
1776
|
* @generated from field: string reference_id = 20;
|
|
1390
1777
|
*/
|
|
1391
1778
|
referenceId: string;
|
|
1392
1779
|
/**
|
|
1393
|
-
*
|
|
1780
|
+
*
|
|
1781
|
+
* @optional
|
|
1782
|
+
*
|
|
1783
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1784
|
+
*
|
|
1785
|
+
* @example "ABS-2023-X9Z2"
|
|
1786
|
+
*
|
|
1787
|
+
* @regex [0-9A-Za-z ]*$
|
|
1788
|
+
*
|
|
1789
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1394
1790
|
*
|
|
1395
1791
|
* @generated from field: string final_ref_number = 21;
|
|
1396
1792
|
*/
|
|
@@ -1448,49 +1844,103 @@ export declare class InwardJobsServiceCountReq extends Message<InwardJobsService
|
|
|
1448
1844
|
*/
|
|
1449
1845
|
export declare class InwardJobsServiceSearchAllReq extends Message<InwardJobsServiceSearchAllReq> {
|
|
1450
1846
|
/**
|
|
1451
|
-
*
|
|
1847
|
+
*
|
|
1848
|
+
* @optional
|
|
1849
|
+
*
|
|
1850
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1851
|
+
*
|
|
1852
|
+
* @example ANY
|
|
1452
1853
|
*
|
|
1453
1854
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1454
1855
|
*/
|
|
1455
1856
|
isActive: BOOL_FILTER;
|
|
1456
1857
|
/**
|
|
1457
|
-
*
|
|
1858
|
+
*
|
|
1859
|
+
* @mandatory
|
|
1860
|
+
*
|
|
1861
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1862
|
+
*
|
|
1863
|
+
* @example 100
|
|
1864
|
+
*
|
|
1865
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1866
|
+
*
|
|
1867
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1458
1868
|
*
|
|
1459
1869
|
* @generated from field: int64 count = 2;
|
|
1460
1870
|
*/
|
|
1461
1871
|
count: bigint;
|
|
1462
1872
|
/**
|
|
1463
|
-
*
|
|
1873
|
+
*
|
|
1874
|
+
* @optional
|
|
1875
|
+
*
|
|
1876
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1877
|
+
*
|
|
1878
|
+
* @example 0
|
|
1879
|
+
*
|
|
1880
|
+
* @regex ^[0-9]+$
|
|
1881
|
+
*
|
|
1882
|
+
* @format Non-negative integer.
|
|
1464
1883
|
*
|
|
1465
1884
|
* @generated from field: uint64 offset = 3;
|
|
1466
1885
|
*/
|
|
1467
1886
|
offset: bigint;
|
|
1468
1887
|
/**
|
|
1469
|
-
*
|
|
1888
|
+
*
|
|
1889
|
+
* @optional
|
|
1890
|
+
*
|
|
1891
|
+
* @description Sort direction.
|
|
1892
|
+
*
|
|
1893
|
+
* @example DESCENDING
|
|
1470
1894
|
*
|
|
1471
1895
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1472
1896
|
*/
|
|
1473
1897
|
sortOrder: SORT_ORDER;
|
|
1474
1898
|
/**
|
|
1475
|
-
*
|
|
1899
|
+
*
|
|
1900
|
+
* @optional
|
|
1901
|
+
*
|
|
1902
|
+
* @description The field used for sorting.
|
|
1476
1903
|
*
|
|
1477
1904
|
* @generated from field: Scailo.INWARD_JOB_SORT_KEY sort_key = 5;
|
|
1478
1905
|
*/
|
|
1479
1906
|
sortKey: INWARD_JOB_SORT_KEY;
|
|
1480
1907
|
/**
|
|
1481
|
-
*
|
|
1908
|
+
*
|
|
1909
|
+
* @optional
|
|
1910
|
+
*
|
|
1911
|
+
* @description Filter by the organization UUID.
|
|
1912
|
+
*
|
|
1913
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1914
|
+
*
|
|
1915
|
+
* @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}$
|
|
1916
|
+
*
|
|
1917
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1482
1918
|
*
|
|
1483
1919
|
* @generated from field: string entity_uuid = 6;
|
|
1484
1920
|
*/
|
|
1485
1921
|
entityUuid: string;
|
|
1486
1922
|
/**
|
|
1487
|
-
*
|
|
1923
|
+
*
|
|
1924
|
+
* @optional
|
|
1925
|
+
*
|
|
1926
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1927
|
+
*
|
|
1928
|
+
* @example STANDING
|
|
1488
1929
|
*
|
|
1489
1930
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1490
1931
|
*/
|
|
1491
1932
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1492
1933
|
/**
|
|
1493
|
-
*
|
|
1934
|
+
*
|
|
1935
|
+
* @mandatory
|
|
1936
|
+
*
|
|
1937
|
+
* @description The search string to match against reference IDs.
|
|
1938
|
+
*
|
|
1939
|
+
* @example "Medical 2023"
|
|
1940
|
+
*
|
|
1941
|
+
* @regex .*
|
|
1942
|
+
*
|
|
1943
|
+
* @format: May contain any UTF-8 characters.
|
|
1494
1944
|
*
|
|
1495
1945
|
* @generated from field: string search_key = 11;
|
|
1496
1946
|
*/
|
|
@@ -1536,37 +1986,77 @@ export declare class InwardJobsServiceSearchAllReq extends Message<InwardJobsSer
|
|
|
1536
1986
|
*/
|
|
1537
1987
|
export declare class InwardJobInwardItemsSearchRequest extends Message<InwardJobInwardItemsSearchRequest> {
|
|
1538
1988
|
/**
|
|
1539
|
-
*
|
|
1989
|
+
*
|
|
1990
|
+
* @optional
|
|
1991
|
+
*
|
|
1992
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1993
|
+
*
|
|
1994
|
+
* @example ANY
|
|
1540
1995
|
*
|
|
1541
1996
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1542
1997
|
*/
|
|
1543
1998
|
isActive: BOOL_FILTER;
|
|
1544
1999
|
/**
|
|
1545
|
-
*
|
|
2000
|
+
*
|
|
2001
|
+
* @mandatory
|
|
2002
|
+
*
|
|
2003
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2004
|
+
*
|
|
2005
|
+
* @example 100
|
|
2006
|
+
*
|
|
2007
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2008
|
+
*
|
|
2009
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1546
2010
|
*
|
|
1547
2011
|
* @generated from field: int64 count = 2;
|
|
1548
2012
|
*/
|
|
1549
2013
|
count: bigint;
|
|
1550
2014
|
/**
|
|
1551
|
-
*
|
|
2015
|
+
*
|
|
2016
|
+
* @optional
|
|
2017
|
+
*
|
|
2018
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2019
|
+
*
|
|
2020
|
+
* @example 0
|
|
2021
|
+
*
|
|
2022
|
+
* @regex ^[0-9]+$
|
|
2023
|
+
*
|
|
2024
|
+
* @format Non-negative integer.
|
|
1552
2025
|
*
|
|
1553
2026
|
* @generated from field: uint64 offset = 3;
|
|
1554
2027
|
*/
|
|
1555
2028
|
offset: bigint;
|
|
1556
2029
|
/**
|
|
1557
|
-
*
|
|
2030
|
+
*
|
|
2031
|
+
* @optional
|
|
2032
|
+
*
|
|
2033
|
+
* @description Sort direction.
|
|
2034
|
+
*
|
|
2035
|
+
* @example DESCENDING
|
|
1558
2036
|
*
|
|
1559
2037
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1560
2038
|
*/
|
|
1561
2039
|
sortOrder: SORT_ORDER;
|
|
1562
2040
|
/**
|
|
1563
|
-
*
|
|
2041
|
+
*
|
|
2042
|
+
* @optional
|
|
2043
|
+
*
|
|
2044
|
+
* @description The field used for sorting.
|
|
1564
2045
|
*
|
|
1565
2046
|
* @generated from field: Scailo.INWARD_JOB_INWARD_ITEM_SORT_KEY sort_key = 5;
|
|
1566
2047
|
*/
|
|
1567
2048
|
sortKey: INWARD_JOB_INWARD_ITEM_SORT_KEY;
|
|
1568
2049
|
/**
|
|
1569
|
-
*
|
|
2050
|
+
*
|
|
2051
|
+
* @optional
|
|
2052
|
+
*
|
|
2053
|
+
* @description Filter by the organization UUID.
|
|
2054
|
+
*
|
|
2055
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2056
|
+
*
|
|
2057
|
+
* @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}$
|
|
2058
|
+
*
|
|
2059
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1570
2060
|
*
|
|
1571
2061
|
* @generated from field: string entity_uuid = 6;
|
|
1572
2062
|
*/
|
|
@@ -1658,25 +2148,35 @@ export declare class InwardJobInwardItemsSearchRequest extends Message<InwardJob
|
|
|
1658
2148
|
*/
|
|
1659
2149
|
export declare class InwardJobsServicePaginatedInwardItemsResponse extends Message<InwardJobsServicePaginatedInwardItemsResponse> {
|
|
1660
2150
|
/**
|
|
1661
|
-
*
|
|
2151
|
+
*
|
|
2152
|
+
* @description Number of records returned in the current response slice.
|
|
2153
|
+
*
|
|
2154
|
+
* @example 50
|
|
1662
2155
|
*
|
|
1663
2156
|
* @generated from field: uint64 count = 1;
|
|
1664
2157
|
*/
|
|
1665
2158
|
count: bigint;
|
|
1666
2159
|
/**
|
|
1667
|
-
*
|
|
2160
|
+
*
|
|
2161
|
+
* @description The offset provided in the request.
|
|
2162
|
+
*
|
|
2163
|
+
* @example 0
|
|
1668
2164
|
*
|
|
1669
2165
|
* @generated from field: uint64 offset = 2;
|
|
1670
2166
|
*/
|
|
1671
2167
|
offset: bigint;
|
|
1672
2168
|
/**
|
|
1673
|
-
*
|
|
2169
|
+
*
|
|
2170
|
+
* @description The total number of records matching the criteria.
|
|
2171
|
+
*
|
|
2172
|
+
* @example 1250
|
|
1674
2173
|
*
|
|
1675
2174
|
* @generated from field: uint64 total = 3;
|
|
1676
2175
|
*/
|
|
1677
2176
|
total: bigint;
|
|
1678
2177
|
/**
|
|
1679
|
-
*
|
|
2178
|
+
*
|
|
2179
|
+
* @description The array of records for the current page.
|
|
1680
2180
|
*
|
|
1681
2181
|
* @generated from field: repeated Scailo.InwardJobInwardItem payload = 4;
|
|
1682
2182
|
*/
|
|
@@ -1924,25 +2424,31 @@ export declare class InwardJobsServiceOutwardItemUpdateRequest extends Message<I
|
|
|
1924
2424
|
*/
|
|
1925
2425
|
export declare class InwardJobOutwardItem extends Message<InwardJobOutwardItem> {
|
|
1926
2426
|
/**
|
|
1927
|
-
*
|
|
2427
|
+
*
|
|
2428
|
+
* @description The organization's globally unique identifier.
|
|
2429
|
+
*
|
|
2430
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1928
2431
|
*
|
|
1929
2432
|
* @generated from field: string entity_uuid = 1;
|
|
1930
2433
|
*/
|
|
1931
2434
|
entityUuid: string;
|
|
1932
2435
|
/**
|
|
1933
|
-
*
|
|
2436
|
+
*
|
|
2437
|
+
* @description Standard employee and record metadata including timestamps.
|
|
1934
2438
|
*
|
|
1935
2439
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
1936
2440
|
*/
|
|
1937
2441
|
metadata?: EmployeeMetadata;
|
|
1938
2442
|
/**
|
|
1939
|
-
*
|
|
2443
|
+
*
|
|
2444
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
1940
2445
|
*
|
|
1941
2446
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
1942
2447
|
*/
|
|
1943
2448
|
approvalMetadata?: ApprovalMetadata;
|
|
1944
2449
|
/**
|
|
1945
|
-
*
|
|
2450
|
+
*
|
|
2451
|
+
* @description The approval state of the record
|
|
1946
2452
|
*
|
|
1947
2453
|
* @generated from field: bool need_approval = 4;
|
|
1948
2454
|
*/
|
|
@@ -2096,37 +2602,77 @@ export declare class InwardJobOutwardItemProspectiveInfoRequest extends Message<
|
|
|
2096
2602
|
*/
|
|
2097
2603
|
export declare class InwardJobOutwardItemsSearchRequest extends Message<InwardJobOutwardItemsSearchRequest> {
|
|
2098
2604
|
/**
|
|
2099
|
-
*
|
|
2605
|
+
*
|
|
2606
|
+
* @optional
|
|
2607
|
+
*
|
|
2608
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2609
|
+
*
|
|
2610
|
+
* @example ANY
|
|
2100
2611
|
*
|
|
2101
2612
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2102
2613
|
*/
|
|
2103
2614
|
isActive: BOOL_FILTER;
|
|
2104
2615
|
/**
|
|
2105
|
-
*
|
|
2616
|
+
*
|
|
2617
|
+
* @mandatory
|
|
2618
|
+
*
|
|
2619
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2620
|
+
*
|
|
2621
|
+
* @example 100
|
|
2622
|
+
*
|
|
2623
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2624
|
+
*
|
|
2625
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2106
2626
|
*
|
|
2107
2627
|
* @generated from field: int64 count = 2;
|
|
2108
2628
|
*/
|
|
2109
2629
|
count: bigint;
|
|
2110
2630
|
/**
|
|
2111
|
-
*
|
|
2631
|
+
*
|
|
2632
|
+
* @optional
|
|
2633
|
+
*
|
|
2634
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2635
|
+
*
|
|
2636
|
+
* @example 0
|
|
2637
|
+
*
|
|
2638
|
+
* @regex ^[0-9]+$
|
|
2639
|
+
*
|
|
2640
|
+
* @format Non-negative integer.
|
|
2112
2641
|
*
|
|
2113
2642
|
* @generated from field: uint64 offset = 3;
|
|
2114
2643
|
*/
|
|
2115
2644
|
offset: bigint;
|
|
2116
2645
|
/**
|
|
2117
|
-
*
|
|
2646
|
+
*
|
|
2647
|
+
* @optional
|
|
2648
|
+
*
|
|
2649
|
+
* @description Sort direction.
|
|
2650
|
+
*
|
|
2651
|
+
* @example DESCENDING
|
|
2118
2652
|
*
|
|
2119
2653
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2120
2654
|
*/
|
|
2121
2655
|
sortOrder: SORT_ORDER;
|
|
2122
2656
|
/**
|
|
2123
|
-
*
|
|
2657
|
+
*
|
|
2658
|
+
* @optional
|
|
2659
|
+
*
|
|
2660
|
+
* @description The field used for sorting.
|
|
2124
2661
|
*
|
|
2125
2662
|
* @generated from field: Scailo.INWARD_JOB_OUTWARD_ITEM_SORT_KEY sort_key = 5;
|
|
2126
2663
|
*/
|
|
2127
2664
|
sortKey: INWARD_JOB_OUTWARD_ITEM_SORT_KEY;
|
|
2128
2665
|
/**
|
|
2129
|
-
*
|
|
2666
|
+
*
|
|
2667
|
+
* @optional
|
|
2668
|
+
*
|
|
2669
|
+
* @description Filter by the organization UUID.
|
|
2670
|
+
*
|
|
2671
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2672
|
+
*
|
|
2673
|
+
* @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}$
|
|
2674
|
+
*
|
|
2675
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2130
2676
|
*
|
|
2131
2677
|
* @generated from field: string entity_uuid = 6;
|
|
2132
2678
|
*/
|
|
@@ -2236,25 +2782,35 @@ export declare class InwardJobOutwardItemsSearchRequest extends Message<InwardJo
|
|
|
2236
2782
|
*/
|
|
2237
2783
|
export declare class InwardJobsServicePaginatedOutwardItemsResponse extends Message<InwardJobsServicePaginatedOutwardItemsResponse> {
|
|
2238
2784
|
/**
|
|
2239
|
-
*
|
|
2785
|
+
*
|
|
2786
|
+
* @description Number of records returned in the current response slice.
|
|
2787
|
+
*
|
|
2788
|
+
* @example 50
|
|
2240
2789
|
*
|
|
2241
2790
|
* @generated from field: uint64 count = 1;
|
|
2242
2791
|
*/
|
|
2243
2792
|
count: bigint;
|
|
2244
2793
|
/**
|
|
2245
|
-
*
|
|
2794
|
+
*
|
|
2795
|
+
* @description The offset provided in the request.
|
|
2796
|
+
*
|
|
2797
|
+
* @example 0
|
|
2246
2798
|
*
|
|
2247
2799
|
* @generated from field: uint64 offset = 2;
|
|
2248
2800
|
*/
|
|
2249
2801
|
offset: bigint;
|
|
2250
2802
|
/**
|
|
2251
|
-
*
|
|
2803
|
+
*
|
|
2804
|
+
* @description The total number of records matching the criteria.
|
|
2805
|
+
*
|
|
2806
|
+
* @example 1250
|
|
2252
2807
|
*
|
|
2253
2808
|
* @generated from field: uint64 total = 3;
|
|
2254
2809
|
*/
|
|
2255
2810
|
total: bigint;
|
|
2256
2811
|
/**
|
|
2257
|
-
*
|
|
2812
|
+
*
|
|
2813
|
+
* @description The array of records for the current page.
|
|
2258
2814
|
*
|
|
2259
2815
|
* @generated from field: repeated Scailo.InwardJobOutwardItem payload = 4;
|
|
2260
2816
|
*/
|
|
@@ -2310,25 +2866,31 @@ export declare class InwardJobsServiceContactCreateRequest extends Message<Inwar
|
|
|
2310
2866
|
*/
|
|
2311
2867
|
export declare class InwardJobContact extends Message<InwardJobContact> {
|
|
2312
2868
|
/**
|
|
2313
|
-
*
|
|
2869
|
+
*
|
|
2870
|
+
* @description The organization's globally unique identifier.
|
|
2871
|
+
*
|
|
2872
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2314
2873
|
*
|
|
2315
2874
|
* @generated from field: string entity_uuid = 1;
|
|
2316
2875
|
*/
|
|
2317
2876
|
entityUuid: string;
|
|
2318
2877
|
/**
|
|
2319
|
-
*
|
|
2878
|
+
*
|
|
2879
|
+
* @description Standard employee and record metadata including timestamps.
|
|
2320
2880
|
*
|
|
2321
2881
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
2322
2882
|
*/
|
|
2323
2883
|
metadata?: EmployeeMetadata;
|
|
2324
2884
|
/**
|
|
2325
|
-
*
|
|
2885
|
+
*
|
|
2886
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
2326
2887
|
*
|
|
2327
2888
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
2328
2889
|
*/
|
|
2329
2890
|
approvalMetadata?: ApprovalMetadata;
|
|
2330
2891
|
/**
|
|
2331
|
-
*
|
|
2892
|
+
*
|
|
2893
|
+
* @description The approval state of the record
|
|
2332
2894
|
*
|
|
2333
2895
|
* @generated from field: bool need_approval = 4;
|
|
2334
2896
|
*/
|