@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
|
@@ -260,7 +260,16 @@ export declare enum OUTWARD_JOB_OUTWARD_ITEM_STATUS {
|
|
|
260
260
|
*/
|
|
261
261
|
export declare class OutwardJobsServiceCreateRequest extends Message<OutwardJobsServiceCreateRequest> {
|
|
262
262
|
/**
|
|
263
|
-
*
|
|
263
|
+
*
|
|
264
|
+
* @optional
|
|
265
|
+
*
|
|
266
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
267
|
+
*
|
|
268
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
269
|
+
*
|
|
270
|
+
* @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}$
|
|
271
|
+
*
|
|
272
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
264
273
|
*
|
|
265
274
|
* @generated from field: string entity_uuid = 1;
|
|
266
275
|
*/
|
|
@@ -272,13 +281,31 @@ export declare class OutwardJobsServiceCreateRequest extends Message<OutwardJobs
|
|
|
272
281
|
*/
|
|
273
282
|
userComment: string;
|
|
274
283
|
/**
|
|
275
|
-
*
|
|
284
|
+
*
|
|
285
|
+
* @optional
|
|
286
|
+
*
|
|
287
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
288
|
+
*
|
|
289
|
+
* @example 15234
|
|
290
|
+
*
|
|
291
|
+
* @regex ^[0-9]+$
|
|
292
|
+
*
|
|
293
|
+
* @format Non-negative integer.
|
|
276
294
|
*
|
|
277
295
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
278
296
|
*/
|
|
279
297
|
vaultFolderId: bigint;
|
|
280
298
|
/**
|
|
281
|
-
*
|
|
299
|
+
*
|
|
300
|
+
* @mandatory
|
|
301
|
+
*
|
|
302
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
303
|
+
*
|
|
304
|
+
* @example "ABS-2023-001"
|
|
305
|
+
*
|
|
306
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
307
|
+
*
|
|
308
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
282
309
|
*
|
|
283
310
|
* @generated from field: string reference_id = 10;
|
|
284
311
|
*/
|
|
@@ -336,19 +363,42 @@ export declare class OutwardJobsServiceUpdateRequest extends Message<OutwardJobs
|
|
|
336
363
|
*/
|
|
337
364
|
id: bigint;
|
|
338
365
|
/**
|
|
339
|
-
*
|
|
366
|
+
*
|
|
367
|
+
* @optional
|
|
368
|
+
*
|
|
369
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
370
|
+
*
|
|
371
|
+
* @example true
|
|
340
372
|
*
|
|
341
373
|
* @generated from field: bool notify_users = 3;
|
|
342
374
|
*/
|
|
343
375
|
notifyUsers: boolean;
|
|
344
376
|
/**
|
|
345
|
-
*
|
|
377
|
+
*
|
|
378
|
+
* @optional
|
|
379
|
+
*
|
|
380
|
+
* @description Updated vault folder ID for documentation storage.
|
|
381
|
+
*
|
|
382
|
+
* @example 15235
|
|
383
|
+
*
|
|
384
|
+
* @regex ^[0-9]+$
|
|
385
|
+
*
|
|
386
|
+
* @format Non-negative integer.
|
|
346
387
|
*
|
|
347
388
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
348
389
|
*/
|
|
349
390
|
vaultFolderId: bigint;
|
|
350
391
|
/**
|
|
351
|
-
*
|
|
392
|
+
*
|
|
393
|
+
* @mandatory
|
|
394
|
+
*
|
|
395
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
396
|
+
*
|
|
397
|
+
* @example "ABS-2023-001-REV"
|
|
398
|
+
*
|
|
399
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
400
|
+
*
|
|
401
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
352
402
|
*
|
|
353
403
|
* @generated from field: string reference_id = 10;
|
|
354
404
|
*/
|
|
@@ -438,55 +488,74 @@ export declare class OutwardJobAncillaryParameters extends Message<OutwardJobAnc
|
|
|
438
488
|
*/
|
|
439
489
|
export declare class OutwardJob extends Message<OutwardJob> {
|
|
440
490
|
/**
|
|
441
|
-
*
|
|
491
|
+
*
|
|
492
|
+
* @description The organization's globally unique identifier.
|
|
493
|
+
*
|
|
494
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
442
495
|
*
|
|
443
496
|
* @generated from field: string entity_uuid = 1;
|
|
444
497
|
*/
|
|
445
498
|
entityUuid: string;
|
|
446
499
|
/**
|
|
447
|
-
*
|
|
500
|
+
*
|
|
501
|
+
* @description Standard employee and record metadata including timestamps.
|
|
448
502
|
*
|
|
449
503
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
450
504
|
*/
|
|
451
505
|
metadata?: EmployeeMetadata;
|
|
452
506
|
/**
|
|
453
|
-
*
|
|
507
|
+
*
|
|
508
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
454
509
|
*
|
|
455
510
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
456
511
|
*/
|
|
457
512
|
approvalMetadata?: ApprovalMetadata;
|
|
458
513
|
/**
|
|
459
|
-
*
|
|
514
|
+
*
|
|
515
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
460
516
|
*
|
|
461
517
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
462
518
|
*/
|
|
463
519
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
464
520
|
/**
|
|
465
|
-
*
|
|
521
|
+
*
|
|
522
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
466
523
|
*
|
|
467
524
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
468
525
|
*/
|
|
469
526
|
logs: LogbookLogConciseSLC[];
|
|
470
527
|
/**
|
|
471
|
-
*
|
|
528
|
+
*
|
|
529
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
530
|
+
*
|
|
531
|
+
* @example 1698400000
|
|
472
532
|
*
|
|
473
533
|
* @generated from field: uint64 completed_on = 6;
|
|
474
534
|
*/
|
|
475
535
|
completedOn: bigint;
|
|
476
536
|
/**
|
|
477
|
-
*
|
|
537
|
+
*
|
|
538
|
+
* @description Link to the document storage folder.
|
|
539
|
+
*
|
|
540
|
+
* @example 15234
|
|
478
541
|
*
|
|
479
542
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
480
543
|
*/
|
|
481
544
|
vaultFolderId: bigint;
|
|
482
545
|
/**
|
|
483
|
-
*
|
|
546
|
+
*
|
|
547
|
+
* @description The user-provided reference ID.
|
|
548
|
+
*
|
|
549
|
+
* @example "ABS-2023-001"
|
|
484
550
|
*
|
|
485
551
|
* @generated from field: string reference_id = 10;
|
|
486
552
|
*/
|
|
487
553
|
referenceId: string;
|
|
488
554
|
/**
|
|
489
|
-
*
|
|
555
|
+
*
|
|
556
|
+
* @description The system-generated immutable reference number.
|
|
557
|
+
*
|
|
558
|
+
* @example "ABS-2023-X9Z2"
|
|
490
559
|
*
|
|
491
560
|
* @generated from field: string final_ref_number = 11;
|
|
492
561
|
*/
|
|
@@ -716,25 +785,31 @@ export declare class OutwardJobsServiceInwardItemUpdateRequest extends Message<O
|
|
|
716
785
|
*/
|
|
717
786
|
export declare class OutwardJobInwardItem extends Message<OutwardJobInwardItem> {
|
|
718
787
|
/**
|
|
719
|
-
*
|
|
788
|
+
*
|
|
789
|
+
* @description The organization's globally unique identifier.
|
|
790
|
+
*
|
|
791
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
720
792
|
*
|
|
721
793
|
* @generated from field: string entity_uuid = 1;
|
|
722
794
|
*/
|
|
723
795
|
entityUuid: string;
|
|
724
796
|
/**
|
|
725
|
-
*
|
|
797
|
+
*
|
|
798
|
+
* @description Standard employee and record metadata including timestamps.
|
|
726
799
|
*
|
|
727
800
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
728
801
|
*/
|
|
729
802
|
metadata?: EmployeeMetadata;
|
|
730
803
|
/**
|
|
731
|
-
*
|
|
804
|
+
*
|
|
805
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
732
806
|
*
|
|
733
807
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
734
808
|
*/
|
|
735
809
|
approvalMetadata?: ApprovalMetadata;
|
|
736
810
|
/**
|
|
737
|
-
*
|
|
811
|
+
*
|
|
812
|
+
* @description The approval state of the record
|
|
738
813
|
*
|
|
739
814
|
* @generated from field: bool need_approval = 4;
|
|
740
815
|
*/
|
|
@@ -907,31 +982,62 @@ export declare class OutwardJobInwardItemProspectiveInfoRequest extends Message<
|
|
|
907
982
|
*/
|
|
908
983
|
export declare class OutwardJobsServicePaginationReq extends Message<OutwardJobsServicePaginationReq> {
|
|
909
984
|
/**
|
|
910
|
-
*
|
|
985
|
+
*
|
|
986
|
+
* @optional
|
|
987
|
+
*
|
|
988
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
989
|
+
*
|
|
990
|
+
* @example ANY
|
|
911
991
|
*
|
|
912
992
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
913
993
|
*/
|
|
914
994
|
isActive: BOOL_FILTER;
|
|
915
995
|
/**
|
|
916
|
-
*
|
|
996
|
+
*
|
|
997
|
+
* @mandatory
|
|
998
|
+
*
|
|
999
|
+
* @description Number of records to return per page.
|
|
1000
|
+
*
|
|
1001
|
+
* @example 50
|
|
1002
|
+
*
|
|
1003
|
+
* @regex ^[1-9][0-9]*$
|
|
1004
|
+
*
|
|
1005
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
917
1006
|
*
|
|
918
1007
|
* @generated from field: int64 count = 2;
|
|
919
1008
|
*/
|
|
920
1009
|
count: bigint;
|
|
921
1010
|
/**
|
|
922
|
-
*
|
|
1011
|
+
*
|
|
1012
|
+
* @optional
|
|
1013
|
+
*
|
|
1014
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1015
|
+
*
|
|
1016
|
+
* @example 0
|
|
1017
|
+
*
|
|
1018
|
+
* @regex ^[0-9]+$
|
|
1019
|
+
*
|
|
1020
|
+
* @format Non-negative integer.
|
|
923
1021
|
*
|
|
924
1022
|
* @generated from field: uint64 offset = 3;
|
|
925
1023
|
*/
|
|
926
1024
|
offset: bigint;
|
|
927
1025
|
/**
|
|
928
|
-
*
|
|
1026
|
+
*
|
|
1027
|
+
* @optional
|
|
1028
|
+
*
|
|
1029
|
+
* @description Sort direction.
|
|
1030
|
+
*
|
|
1031
|
+
* @example DESCENDING
|
|
929
1032
|
*
|
|
930
1033
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
931
1034
|
*/
|
|
932
1035
|
sortOrder: SORT_ORDER;
|
|
933
1036
|
/**
|
|
934
|
-
*
|
|
1037
|
+
*
|
|
1038
|
+
* @optional
|
|
1039
|
+
*
|
|
1040
|
+
* @description The specific field key to sort the results by.
|
|
935
1041
|
*
|
|
936
1042
|
* @generated from field: Scailo.OUTWARD_JOB_SORT_KEY sort_key = 5;
|
|
937
1043
|
*/
|
|
@@ -959,25 +1065,35 @@ export declare class OutwardJobsServicePaginationReq extends Message<OutwardJobs
|
|
|
959
1065
|
*/
|
|
960
1066
|
export declare class OutwardJobsServicePaginationResponse extends Message<OutwardJobsServicePaginationResponse> {
|
|
961
1067
|
/**
|
|
962
|
-
*
|
|
1068
|
+
*
|
|
1069
|
+
* @description Number of records returned in the current response slice.
|
|
1070
|
+
*
|
|
1071
|
+
* @example 50
|
|
963
1072
|
*
|
|
964
1073
|
* @generated from field: uint64 count = 1;
|
|
965
1074
|
*/
|
|
966
1075
|
count: bigint;
|
|
967
1076
|
/**
|
|
968
|
-
*
|
|
1077
|
+
*
|
|
1078
|
+
* @description The offset provided in the request.
|
|
1079
|
+
*
|
|
1080
|
+
* @example 0
|
|
969
1081
|
*
|
|
970
1082
|
* @generated from field: uint64 offset = 2;
|
|
971
1083
|
*/
|
|
972
1084
|
offset: bigint;
|
|
973
1085
|
/**
|
|
974
|
-
*
|
|
1086
|
+
*
|
|
1087
|
+
* @description The total number of records matching the criteria.
|
|
1088
|
+
*
|
|
1089
|
+
* @example 1250
|
|
975
1090
|
*
|
|
976
1091
|
* @generated from field: uint64 total = 3;
|
|
977
1092
|
*/
|
|
978
1093
|
total: bigint;
|
|
979
1094
|
/**
|
|
980
|
-
*
|
|
1095
|
+
*
|
|
1096
|
+
* @description The array of records for the current page.
|
|
981
1097
|
*
|
|
982
1098
|
* @generated from field: repeated Scailo.OutwardJob payload = 4;
|
|
983
1099
|
*/
|
|
@@ -999,103 +1115,238 @@ export declare class OutwardJobsServicePaginationResponse extends Message<Outwar
|
|
|
999
1115
|
*/
|
|
1000
1116
|
export declare class OutwardJobsServiceFilterReq extends Message<OutwardJobsServiceFilterReq> {
|
|
1001
1117
|
/**
|
|
1002
|
-
*
|
|
1118
|
+
*
|
|
1119
|
+
* @optional
|
|
1120
|
+
*
|
|
1121
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1122
|
+
*
|
|
1123
|
+
* @example ANY
|
|
1003
1124
|
*
|
|
1004
1125
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1005
1126
|
*/
|
|
1006
1127
|
isActive: BOOL_FILTER;
|
|
1007
1128
|
/**
|
|
1008
|
-
*
|
|
1129
|
+
*
|
|
1130
|
+
* @mandatory
|
|
1131
|
+
*
|
|
1132
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1133
|
+
*
|
|
1134
|
+
* @example 100
|
|
1135
|
+
*
|
|
1136
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1137
|
+
*
|
|
1138
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1009
1139
|
*
|
|
1010
1140
|
* @generated from field: int64 count = 2;
|
|
1011
1141
|
*/
|
|
1012
1142
|
count: bigint;
|
|
1013
1143
|
/**
|
|
1014
|
-
*
|
|
1144
|
+
*
|
|
1145
|
+
* @optional
|
|
1146
|
+
*
|
|
1147
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1148
|
+
*
|
|
1149
|
+
* @example 0
|
|
1150
|
+
*
|
|
1151
|
+
* @regex ^[0-9]+$
|
|
1152
|
+
*
|
|
1153
|
+
* @format Non-negative integer.
|
|
1015
1154
|
*
|
|
1016
1155
|
* @generated from field: uint64 offset = 3;
|
|
1017
1156
|
*/
|
|
1018
1157
|
offset: bigint;
|
|
1019
1158
|
/**
|
|
1020
|
-
*
|
|
1159
|
+
*
|
|
1160
|
+
* @optional
|
|
1161
|
+
*
|
|
1162
|
+
* @description Sort direction.
|
|
1163
|
+
*
|
|
1164
|
+
* @example DESCENDING
|
|
1021
1165
|
*
|
|
1022
1166
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1023
1167
|
*/
|
|
1024
1168
|
sortOrder: SORT_ORDER;
|
|
1025
1169
|
/**
|
|
1026
|
-
*
|
|
1170
|
+
*
|
|
1171
|
+
* @optional
|
|
1172
|
+
*
|
|
1173
|
+
* @description The field used for sorting.
|
|
1027
1174
|
*
|
|
1028
1175
|
* @generated from field: Scailo.OUTWARD_JOB_SORT_KEY sort_key = 5;
|
|
1029
1176
|
*/
|
|
1030
1177
|
sortKey: OUTWARD_JOB_SORT_KEY;
|
|
1031
1178
|
/**
|
|
1032
|
-
*
|
|
1179
|
+
*
|
|
1180
|
+
* @optional
|
|
1181
|
+
*
|
|
1182
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1183
|
+
*
|
|
1184
|
+
* @example 1672531200
|
|
1185
|
+
*
|
|
1186
|
+
* @regex ^[0-9]+$
|
|
1187
|
+
*
|
|
1188
|
+
* @format Non-negative integer.
|
|
1033
1189
|
*
|
|
1034
1190
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1035
1191
|
*/
|
|
1036
1192
|
creationTimestampStart: bigint;
|
|
1037
1193
|
/**
|
|
1038
|
-
*
|
|
1194
|
+
*
|
|
1195
|
+
* @optional
|
|
1196
|
+
*
|
|
1197
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1198
|
+
*
|
|
1199
|
+
* @example 1704067199
|
|
1200
|
+
*
|
|
1201
|
+
* @regex ^[0-9]+$
|
|
1202
|
+
*
|
|
1203
|
+
* @format Non-negative integer.
|
|
1039
1204
|
*
|
|
1040
1205
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1041
1206
|
*/
|
|
1042
1207
|
creationTimestampEnd: bigint;
|
|
1043
1208
|
/**
|
|
1044
|
-
*
|
|
1209
|
+
*
|
|
1210
|
+
* @optional
|
|
1211
|
+
*
|
|
1212
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1213
|
+
*
|
|
1214
|
+
* @example 1672531200
|
|
1215
|
+
*
|
|
1216
|
+
* @regex ^[0-9]+$
|
|
1217
|
+
*
|
|
1218
|
+
* @format Non-negative integer.
|
|
1045
1219
|
*
|
|
1046
1220
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1047
1221
|
*/
|
|
1048
1222
|
modificationTimestampStart: bigint;
|
|
1049
1223
|
/**
|
|
1050
|
-
*
|
|
1224
|
+
*
|
|
1225
|
+
* @optional
|
|
1226
|
+
*
|
|
1227
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1228
|
+
*
|
|
1229
|
+
* @example 1704067199
|
|
1230
|
+
*
|
|
1231
|
+
* @regex ^[0-9]+$
|
|
1232
|
+
*
|
|
1233
|
+
* @format Non-negative integer.
|
|
1051
1234
|
*
|
|
1052
1235
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1053
1236
|
*/
|
|
1054
1237
|
modificationTimestampEnd: bigint;
|
|
1055
1238
|
/**
|
|
1056
|
-
*
|
|
1239
|
+
*
|
|
1240
|
+
* @optional
|
|
1241
|
+
*
|
|
1242
|
+
* @description Filter by the organization UUID.
|
|
1243
|
+
*
|
|
1244
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1245
|
+
*
|
|
1246
|
+
* @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}$
|
|
1247
|
+
*
|
|
1248
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1057
1249
|
*
|
|
1058
1250
|
* @generated from field: string entity_uuid = 8;
|
|
1059
1251
|
*/
|
|
1060
1252
|
entityUuid: string;
|
|
1061
1253
|
/**
|
|
1062
|
-
*
|
|
1254
|
+
*
|
|
1255
|
+
* @optional
|
|
1256
|
+
*
|
|
1257
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1258
|
+
*
|
|
1259
|
+
* @example STANDING
|
|
1063
1260
|
*
|
|
1064
1261
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1065
1262
|
*/
|
|
1066
1263
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1067
1264
|
/**
|
|
1068
|
-
*
|
|
1265
|
+
*
|
|
1266
|
+
* @optional
|
|
1267
|
+
*
|
|
1268
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1269
|
+
*
|
|
1270
|
+
* @example 1672531200
|
|
1271
|
+
*
|
|
1272
|
+
* @regex ^[0-9]+$
|
|
1273
|
+
*
|
|
1274
|
+
* @format Non-negative integer.
|
|
1069
1275
|
*
|
|
1070
1276
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1071
1277
|
*/
|
|
1072
1278
|
approvedOnStart: bigint;
|
|
1073
1279
|
/**
|
|
1074
|
-
*
|
|
1280
|
+
*
|
|
1281
|
+
* @optional
|
|
1282
|
+
*
|
|
1283
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1284
|
+
*
|
|
1285
|
+
* @example 1704067199
|
|
1286
|
+
*
|
|
1287
|
+
* @regex ^[0-9]+$
|
|
1288
|
+
*
|
|
1289
|
+
* @format Non-negative integer.
|
|
1075
1290
|
*
|
|
1076
1291
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1077
1292
|
*/
|
|
1078
1293
|
approvedOnEnd: bigint;
|
|
1079
1294
|
/**
|
|
1080
|
-
*
|
|
1295
|
+
*
|
|
1296
|
+
* @optional
|
|
1297
|
+
*
|
|
1298
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1299
|
+
*
|
|
1300
|
+
* @example 501
|
|
1301
|
+
*
|
|
1302
|
+
* @regex ^[0-9]+$
|
|
1303
|
+
*
|
|
1304
|
+
* @format Non-negative integer.
|
|
1081
1305
|
*
|
|
1082
1306
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1083
1307
|
*/
|
|
1084
1308
|
approvedByUserId: bigint;
|
|
1085
1309
|
/**
|
|
1086
|
-
*
|
|
1310
|
+
*
|
|
1311
|
+
* @optional
|
|
1312
|
+
*
|
|
1313
|
+
* @description Filter by the role ID of the approver.
|
|
1314
|
+
*
|
|
1315
|
+
* @example 5
|
|
1316
|
+
*
|
|
1317
|
+
* @regex ^[0-9]+$
|
|
1318
|
+
*
|
|
1319
|
+
* @format Non-negative integer.
|
|
1087
1320
|
*
|
|
1088
1321
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1089
1322
|
*/
|
|
1090
1323
|
approverRoleId: bigint;
|
|
1091
1324
|
/**
|
|
1092
|
-
*
|
|
1325
|
+
*
|
|
1326
|
+
* @optional
|
|
1327
|
+
*
|
|
1328
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1329
|
+
*
|
|
1330
|
+
* @example 1672531200
|
|
1331
|
+
*
|
|
1332
|
+
* @regex ^[0-9]+$
|
|
1333
|
+
*
|
|
1334
|
+
* @format Non-negative integer.
|
|
1093
1335
|
*
|
|
1094
1336
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1095
1337
|
*/
|
|
1096
1338
|
completedOnStart: bigint;
|
|
1097
1339
|
/**
|
|
1098
|
-
*
|
|
1340
|
+
*
|
|
1341
|
+
* @optional
|
|
1342
|
+
*
|
|
1343
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1344
|
+
*
|
|
1345
|
+
* @example 1704067199
|
|
1346
|
+
*
|
|
1347
|
+
* @regex ^[0-9]+$
|
|
1348
|
+
*
|
|
1349
|
+
* @format Non-negative integer.
|
|
1099
1350
|
*
|
|
1100
1351
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1101
1352
|
*/
|
|
@@ -1119,13 +1370,31 @@ export declare class OutwardJobsServiceFilterReq extends Message<OutwardJobsServ
|
|
|
1119
1370
|
*/
|
|
1120
1371
|
deliveryDateEnd: string;
|
|
1121
1372
|
/**
|
|
1122
|
-
*
|
|
1373
|
+
*
|
|
1374
|
+
* @optional
|
|
1375
|
+
*
|
|
1376
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1377
|
+
*
|
|
1378
|
+
* @example "ABS-2023-001"
|
|
1379
|
+
*
|
|
1380
|
+
* @regex [0-9A-Za-z ]*$
|
|
1381
|
+
*
|
|
1382
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1123
1383
|
*
|
|
1124
1384
|
* @generated from field: string reference_id = 20;
|
|
1125
1385
|
*/
|
|
1126
1386
|
referenceId: string;
|
|
1127
1387
|
/**
|
|
1128
|
-
*
|
|
1388
|
+
*
|
|
1389
|
+
* @optional
|
|
1390
|
+
*
|
|
1391
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1392
|
+
*
|
|
1393
|
+
* @example "ABS-2023-X9Z2"
|
|
1394
|
+
*
|
|
1395
|
+
* @regex [0-9A-Za-z ]*$
|
|
1396
|
+
*
|
|
1397
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1129
1398
|
*
|
|
1130
1399
|
* @generated from field: string final_ref_number = 21;
|
|
1131
1400
|
*/
|
|
@@ -1177,79 +1446,188 @@ export declare class OutwardJobsServiceFilterReq extends Message<OutwardJobsServ
|
|
|
1177
1446
|
*/
|
|
1178
1447
|
export declare class OutwardJobsServiceCountReq extends Message<OutwardJobsServiceCountReq> {
|
|
1179
1448
|
/**
|
|
1180
|
-
*
|
|
1449
|
+
*
|
|
1450
|
+
* @optional
|
|
1451
|
+
*
|
|
1452
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1453
|
+
*
|
|
1454
|
+
* @example ANY
|
|
1181
1455
|
*
|
|
1182
1456
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1183
1457
|
*/
|
|
1184
1458
|
isActive: BOOL_FILTER;
|
|
1185
1459
|
/**
|
|
1186
|
-
*
|
|
1460
|
+
*
|
|
1461
|
+
* @optional
|
|
1462
|
+
*
|
|
1463
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1464
|
+
*
|
|
1465
|
+
* @example 1672531200
|
|
1466
|
+
*
|
|
1467
|
+
* @regex ^[0-9]+$
|
|
1468
|
+
*
|
|
1469
|
+
* @format Non-negative integer.
|
|
1187
1470
|
*
|
|
1188
1471
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1189
1472
|
*/
|
|
1190
1473
|
creationTimestampStart: bigint;
|
|
1191
1474
|
/**
|
|
1192
|
-
*
|
|
1475
|
+
*
|
|
1476
|
+
* @optional
|
|
1477
|
+
*
|
|
1478
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1479
|
+
*
|
|
1480
|
+
* @example 1704067199
|
|
1481
|
+
*
|
|
1482
|
+
* @regex ^[0-9]+$
|
|
1483
|
+
*
|
|
1484
|
+
* @format Non-negative integer.
|
|
1193
1485
|
*
|
|
1194
1486
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1195
1487
|
*/
|
|
1196
1488
|
creationTimestampEnd: bigint;
|
|
1197
1489
|
/**
|
|
1198
|
-
*
|
|
1490
|
+
*
|
|
1491
|
+
* @optional
|
|
1492
|
+
*
|
|
1493
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1494
|
+
*
|
|
1495
|
+
* @example 1672531200
|
|
1496
|
+
*
|
|
1497
|
+
* @regex ^[0-9]+$
|
|
1498
|
+
*
|
|
1499
|
+
* @format Non-negative integer.
|
|
1199
1500
|
*
|
|
1200
1501
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1201
1502
|
*/
|
|
1202
1503
|
modificationTimestampStart: bigint;
|
|
1203
1504
|
/**
|
|
1204
|
-
*
|
|
1505
|
+
*
|
|
1506
|
+
* @optional
|
|
1507
|
+
*
|
|
1508
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1509
|
+
*
|
|
1510
|
+
* @example 1704067199
|
|
1511
|
+
*
|
|
1512
|
+
* @regex ^[0-9]+$
|
|
1513
|
+
*
|
|
1514
|
+
* @format Non-negative integer.
|
|
1205
1515
|
*
|
|
1206
1516
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1207
1517
|
*/
|
|
1208
1518
|
modificationTimestampEnd: bigint;
|
|
1209
1519
|
/**
|
|
1210
|
-
*
|
|
1520
|
+
*
|
|
1521
|
+
* @optional
|
|
1522
|
+
*
|
|
1523
|
+
* @description Filter by the organization UUID.
|
|
1524
|
+
*
|
|
1525
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1526
|
+
*
|
|
1527
|
+
* @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}$
|
|
1528
|
+
*
|
|
1529
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1211
1530
|
*
|
|
1212
1531
|
* @generated from field: string entity_uuid = 8;
|
|
1213
1532
|
*/
|
|
1214
1533
|
entityUuid: string;
|
|
1215
1534
|
/**
|
|
1216
|
-
*
|
|
1535
|
+
*
|
|
1536
|
+
* @optional
|
|
1537
|
+
*
|
|
1538
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1539
|
+
*
|
|
1540
|
+
* @example STANDING
|
|
1217
1541
|
*
|
|
1218
1542
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1219
1543
|
*/
|
|
1220
1544
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1221
1545
|
/**
|
|
1222
|
-
*
|
|
1546
|
+
*
|
|
1547
|
+
* @optional
|
|
1548
|
+
*
|
|
1549
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1550
|
+
*
|
|
1551
|
+
* @example 1672531200
|
|
1552
|
+
*
|
|
1553
|
+
* @regex ^[0-9]+$
|
|
1554
|
+
*
|
|
1555
|
+
* @format Non-negative integer.
|
|
1223
1556
|
*
|
|
1224
1557
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1225
1558
|
*/
|
|
1226
1559
|
approvedOnStart: bigint;
|
|
1227
1560
|
/**
|
|
1228
|
-
*
|
|
1561
|
+
*
|
|
1562
|
+
* @optional
|
|
1563
|
+
*
|
|
1564
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1565
|
+
*
|
|
1566
|
+
* @example 1704067199
|
|
1567
|
+
*
|
|
1568
|
+
* @regex ^[0-9]+$
|
|
1569
|
+
*
|
|
1570
|
+
* @format Non-negative integer.
|
|
1229
1571
|
*
|
|
1230
1572
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1231
1573
|
*/
|
|
1232
1574
|
approvedOnEnd: bigint;
|
|
1233
1575
|
/**
|
|
1234
|
-
*
|
|
1576
|
+
*
|
|
1577
|
+
* @optional
|
|
1578
|
+
*
|
|
1579
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1580
|
+
*
|
|
1581
|
+
* @example 501
|
|
1582
|
+
*
|
|
1583
|
+
* @regex ^[0-9]+$
|
|
1584
|
+
*
|
|
1585
|
+
* @format Non-negative integer.
|
|
1235
1586
|
*
|
|
1236
1587
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1237
1588
|
*/
|
|
1238
1589
|
approvedByUserId: bigint;
|
|
1239
1590
|
/**
|
|
1240
|
-
*
|
|
1591
|
+
*
|
|
1592
|
+
* @optional
|
|
1593
|
+
*
|
|
1594
|
+
* @description Filter by the role ID of the approver.
|
|
1595
|
+
*
|
|
1596
|
+
* @example 5
|
|
1597
|
+
*
|
|
1598
|
+
* @regex ^[0-9]+$
|
|
1599
|
+
*
|
|
1600
|
+
* @format Non-negative integer.
|
|
1241
1601
|
*
|
|
1242
1602
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1243
1603
|
*/
|
|
1244
1604
|
approverRoleId: bigint;
|
|
1245
1605
|
/**
|
|
1246
|
-
*
|
|
1606
|
+
*
|
|
1607
|
+
* @optional
|
|
1608
|
+
*
|
|
1609
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1610
|
+
*
|
|
1611
|
+
* @example 1672531200
|
|
1612
|
+
*
|
|
1613
|
+
* @regex ^[0-9]+$
|
|
1614
|
+
*
|
|
1615
|
+
* @format Non-negative integer.
|
|
1247
1616
|
*
|
|
1248
1617
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1249
1618
|
*/
|
|
1250
1619
|
completedOnStart: bigint;
|
|
1251
1620
|
/**
|
|
1252
|
-
*
|
|
1621
|
+
*
|
|
1622
|
+
* @optional
|
|
1623
|
+
*
|
|
1624
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1625
|
+
*
|
|
1626
|
+
* @example 1704067199
|
|
1627
|
+
*
|
|
1628
|
+
* @regex ^[0-9]+$
|
|
1629
|
+
*
|
|
1630
|
+
* @format Non-negative integer.
|
|
1253
1631
|
*
|
|
1254
1632
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1255
1633
|
*/
|
|
@@ -1273,13 +1651,31 @@ export declare class OutwardJobsServiceCountReq extends Message<OutwardJobsServi
|
|
|
1273
1651
|
*/
|
|
1274
1652
|
deliveryDateEnd: string;
|
|
1275
1653
|
/**
|
|
1276
|
-
*
|
|
1654
|
+
*
|
|
1655
|
+
* @optional
|
|
1656
|
+
*
|
|
1657
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1658
|
+
*
|
|
1659
|
+
* @example "ABS-2023-001"
|
|
1660
|
+
*
|
|
1661
|
+
* @regex [0-9A-Za-z ]*$
|
|
1662
|
+
*
|
|
1663
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1277
1664
|
*
|
|
1278
1665
|
* @generated from field: string reference_id = 20;
|
|
1279
1666
|
*/
|
|
1280
1667
|
referenceId: string;
|
|
1281
1668
|
/**
|
|
1282
|
-
*
|
|
1669
|
+
*
|
|
1670
|
+
* @optional
|
|
1671
|
+
*
|
|
1672
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1673
|
+
*
|
|
1674
|
+
* @example "ABS-2023-X9Z2"
|
|
1675
|
+
*
|
|
1676
|
+
* @regex [0-9A-Za-z ]*$
|
|
1677
|
+
*
|
|
1678
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1283
1679
|
*
|
|
1284
1680
|
* @generated from field: string final_ref_number = 21;
|
|
1285
1681
|
*/
|
|
@@ -1331,49 +1727,103 @@ export declare class OutwardJobsServiceCountReq extends Message<OutwardJobsServi
|
|
|
1331
1727
|
*/
|
|
1332
1728
|
export declare class OutwardJobsServiceSearchAllReq extends Message<OutwardJobsServiceSearchAllReq> {
|
|
1333
1729
|
/**
|
|
1334
|
-
*
|
|
1730
|
+
*
|
|
1731
|
+
* @optional
|
|
1732
|
+
*
|
|
1733
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1734
|
+
*
|
|
1735
|
+
* @example ANY
|
|
1335
1736
|
*
|
|
1336
1737
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1337
1738
|
*/
|
|
1338
1739
|
isActive: BOOL_FILTER;
|
|
1339
1740
|
/**
|
|
1340
|
-
*
|
|
1741
|
+
*
|
|
1742
|
+
* @mandatory
|
|
1743
|
+
*
|
|
1744
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1745
|
+
*
|
|
1746
|
+
* @example 100
|
|
1747
|
+
*
|
|
1748
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1749
|
+
*
|
|
1750
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1341
1751
|
*
|
|
1342
1752
|
* @generated from field: int64 count = 2;
|
|
1343
1753
|
*/
|
|
1344
1754
|
count: bigint;
|
|
1345
1755
|
/**
|
|
1346
|
-
*
|
|
1756
|
+
*
|
|
1757
|
+
* @optional
|
|
1758
|
+
*
|
|
1759
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1760
|
+
*
|
|
1761
|
+
* @example 0
|
|
1762
|
+
*
|
|
1763
|
+
* @regex ^[0-9]+$
|
|
1764
|
+
*
|
|
1765
|
+
* @format Non-negative integer.
|
|
1347
1766
|
*
|
|
1348
1767
|
* @generated from field: uint64 offset = 3;
|
|
1349
1768
|
*/
|
|
1350
1769
|
offset: bigint;
|
|
1351
1770
|
/**
|
|
1352
|
-
*
|
|
1771
|
+
*
|
|
1772
|
+
* @optional
|
|
1773
|
+
*
|
|
1774
|
+
* @description Sort direction.
|
|
1775
|
+
*
|
|
1776
|
+
* @example DESCENDING
|
|
1353
1777
|
*
|
|
1354
1778
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1355
1779
|
*/
|
|
1356
1780
|
sortOrder: SORT_ORDER;
|
|
1357
1781
|
/**
|
|
1358
|
-
*
|
|
1782
|
+
*
|
|
1783
|
+
* @optional
|
|
1784
|
+
*
|
|
1785
|
+
* @description The field used for sorting.
|
|
1359
1786
|
*
|
|
1360
1787
|
* @generated from field: Scailo.OUTWARD_JOB_SORT_KEY sort_key = 5;
|
|
1361
1788
|
*/
|
|
1362
1789
|
sortKey: OUTWARD_JOB_SORT_KEY;
|
|
1363
1790
|
/**
|
|
1364
|
-
*
|
|
1791
|
+
*
|
|
1792
|
+
* @optional
|
|
1793
|
+
*
|
|
1794
|
+
* @description Filter by the organization UUID.
|
|
1795
|
+
*
|
|
1796
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1797
|
+
*
|
|
1798
|
+
* @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}$
|
|
1799
|
+
*
|
|
1800
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1365
1801
|
*
|
|
1366
1802
|
* @generated from field: string entity_uuid = 6;
|
|
1367
1803
|
*/
|
|
1368
1804
|
entityUuid: string;
|
|
1369
1805
|
/**
|
|
1370
|
-
*
|
|
1806
|
+
*
|
|
1807
|
+
* @optional
|
|
1808
|
+
*
|
|
1809
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1810
|
+
*
|
|
1811
|
+
* @example STANDING
|
|
1371
1812
|
*
|
|
1372
1813
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1373
1814
|
*/
|
|
1374
1815
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1375
1816
|
/**
|
|
1376
|
-
*
|
|
1817
|
+
*
|
|
1818
|
+
* @mandatory
|
|
1819
|
+
*
|
|
1820
|
+
* @description The search string to match against reference IDs.
|
|
1821
|
+
*
|
|
1822
|
+
* @example "Medical 2023"
|
|
1823
|
+
*
|
|
1824
|
+
* @regex .*
|
|
1825
|
+
*
|
|
1826
|
+
* @format: May contain any UTF-8 characters.
|
|
1377
1827
|
*
|
|
1378
1828
|
* @generated from field: string search_key = 11;
|
|
1379
1829
|
*/
|
|
@@ -1413,37 +1863,77 @@ export declare class OutwardJobsServiceSearchAllReq extends Message<OutwardJobsS
|
|
|
1413
1863
|
*/
|
|
1414
1864
|
export declare class OutwardJobInwardItemsSearchRequest extends Message<OutwardJobInwardItemsSearchRequest> {
|
|
1415
1865
|
/**
|
|
1416
|
-
*
|
|
1866
|
+
*
|
|
1867
|
+
* @optional
|
|
1868
|
+
*
|
|
1869
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1870
|
+
*
|
|
1871
|
+
* @example ANY
|
|
1417
1872
|
*
|
|
1418
1873
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1419
1874
|
*/
|
|
1420
1875
|
isActive: BOOL_FILTER;
|
|
1421
1876
|
/**
|
|
1422
|
-
*
|
|
1877
|
+
*
|
|
1878
|
+
* @mandatory
|
|
1879
|
+
*
|
|
1880
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1881
|
+
*
|
|
1882
|
+
* @example 100
|
|
1883
|
+
*
|
|
1884
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1885
|
+
*
|
|
1886
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1423
1887
|
*
|
|
1424
1888
|
* @generated from field: int64 count = 2;
|
|
1425
1889
|
*/
|
|
1426
1890
|
count: bigint;
|
|
1427
1891
|
/**
|
|
1428
|
-
*
|
|
1892
|
+
*
|
|
1893
|
+
* @optional
|
|
1894
|
+
*
|
|
1895
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1896
|
+
*
|
|
1897
|
+
* @example 0
|
|
1898
|
+
*
|
|
1899
|
+
* @regex ^[0-9]+$
|
|
1900
|
+
*
|
|
1901
|
+
* @format Non-negative integer.
|
|
1429
1902
|
*
|
|
1430
1903
|
* @generated from field: uint64 offset = 3;
|
|
1431
1904
|
*/
|
|
1432
1905
|
offset: bigint;
|
|
1433
1906
|
/**
|
|
1434
|
-
*
|
|
1907
|
+
*
|
|
1908
|
+
* @optional
|
|
1909
|
+
*
|
|
1910
|
+
* @description Sort direction.
|
|
1911
|
+
*
|
|
1912
|
+
* @example DESCENDING
|
|
1435
1913
|
*
|
|
1436
1914
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1437
1915
|
*/
|
|
1438
1916
|
sortOrder: SORT_ORDER;
|
|
1439
1917
|
/**
|
|
1440
|
-
*
|
|
1918
|
+
*
|
|
1919
|
+
* @optional
|
|
1920
|
+
*
|
|
1921
|
+
* @description The field used for sorting.
|
|
1441
1922
|
*
|
|
1442
1923
|
* @generated from field: Scailo.OUTWARD_JOB_INWARD_ITEM_SORT_KEY sort_key = 5;
|
|
1443
1924
|
*/
|
|
1444
1925
|
sortKey: OUTWARD_JOB_INWARD_ITEM_SORT_KEY;
|
|
1445
1926
|
/**
|
|
1446
|
-
*
|
|
1927
|
+
*
|
|
1928
|
+
* @optional
|
|
1929
|
+
*
|
|
1930
|
+
* @description Filter by the organization UUID.
|
|
1931
|
+
*
|
|
1932
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1933
|
+
*
|
|
1934
|
+
* @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}$
|
|
1935
|
+
*
|
|
1936
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1447
1937
|
*
|
|
1448
1938
|
* @generated from field: string entity_uuid = 6;
|
|
1449
1939
|
*/
|
|
@@ -1541,25 +2031,35 @@ export declare class OutwardJobInwardItemsSearchRequest extends Message<OutwardJ
|
|
|
1541
2031
|
*/
|
|
1542
2032
|
export declare class OutwardJobsServicePaginatedInwardItemsResponse extends Message<OutwardJobsServicePaginatedInwardItemsResponse> {
|
|
1543
2033
|
/**
|
|
1544
|
-
*
|
|
2034
|
+
*
|
|
2035
|
+
* @description Number of records returned in the current response slice.
|
|
2036
|
+
*
|
|
2037
|
+
* @example 50
|
|
1545
2038
|
*
|
|
1546
2039
|
* @generated from field: uint64 count = 1;
|
|
1547
2040
|
*/
|
|
1548
2041
|
count: bigint;
|
|
1549
2042
|
/**
|
|
1550
|
-
*
|
|
2043
|
+
*
|
|
2044
|
+
* @description The offset provided in the request.
|
|
2045
|
+
*
|
|
2046
|
+
* @example 0
|
|
1551
2047
|
*
|
|
1552
2048
|
* @generated from field: uint64 offset = 2;
|
|
1553
2049
|
*/
|
|
1554
2050
|
offset: bigint;
|
|
1555
2051
|
/**
|
|
1556
|
-
*
|
|
2052
|
+
*
|
|
2053
|
+
* @description The total number of records matching the criteria.
|
|
2054
|
+
*
|
|
2055
|
+
* @example 1250
|
|
1557
2056
|
*
|
|
1558
2057
|
* @generated from field: uint64 total = 3;
|
|
1559
2058
|
*/
|
|
1560
2059
|
total: bigint;
|
|
1561
2060
|
/**
|
|
1562
|
-
*
|
|
2061
|
+
*
|
|
2062
|
+
* @description The array of records for the current page.
|
|
1563
2063
|
*
|
|
1564
2064
|
* @generated from field: repeated Scailo.OutwardJobInwardItem payload = 4;
|
|
1565
2065
|
*/
|
|
@@ -1753,25 +2253,31 @@ export declare class OutwardJobsServiceOutwardItemUpdateRequest extends Message<
|
|
|
1753
2253
|
*/
|
|
1754
2254
|
export declare class OutwardJobOutwardItem extends Message<OutwardJobOutwardItem> {
|
|
1755
2255
|
/**
|
|
1756
|
-
*
|
|
2256
|
+
*
|
|
2257
|
+
* @description The organization's globally unique identifier.
|
|
2258
|
+
*
|
|
2259
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1757
2260
|
*
|
|
1758
2261
|
* @generated from field: string entity_uuid = 1;
|
|
1759
2262
|
*/
|
|
1760
2263
|
entityUuid: string;
|
|
1761
2264
|
/**
|
|
1762
|
-
*
|
|
2265
|
+
*
|
|
2266
|
+
* @description Standard employee and record metadata including timestamps.
|
|
1763
2267
|
*
|
|
1764
2268
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
1765
2269
|
*/
|
|
1766
2270
|
metadata?: EmployeeMetadata;
|
|
1767
2271
|
/**
|
|
1768
|
-
*
|
|
2272
|
+
*
|
|
2273
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
1769
2274
|
*
|
|
1770
2275
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
1771
2276
|
*/
|
|
1772
2277
|
approvalMetadata?: ApprovalMetadata;
|
|
1773
2278
|
/**
|
|
1774
|
-
*
|
|
2279
|
+
*
|
|
2280
|
+
* @description The approval state of the record
|
|
1775
2281
|
*
|
|
1776
2282
|
* @generated from field: bool need_approval = 4;
|
|
1777
2283
|
*/
|
|
@@ -1922,37 +2428,77 @@ export declare class OutwardJobOutwardItemProspectiveInfoRequest extends Message
|
|
|
1922
2428
|
*/
|
|
1923
2429
|
export declare class OutwardJobOutwardItemsSearchRequest extends Message<OutwardJobOutwardItemsSearchRequest> {
|
|
1924
2430
|
/**
|
|
1925
|
-
*
|
|
2431
|
+
*
|
|
2432
|
+
* @optional
|
|
2433
|
+
*
|
|
2434
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2435
|
+
*
|
|
2436
|
+
* @example ANY
|
|
1926
2437
|
*
|
|
1927
2438
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1928
2439
|
*/
|
|
1929
2440
|
isActive: BOOL_FILTER;
|
|
1930
2441
|
/**
|
|
1931
|
-
*
|
|
2442
|
+
*
|
|
2443
|
+
* @mandatory
|
|
2444
|
+
*
|
|
2445
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2446
|
+
*
|
|
2447
|
+
* @example 100
|
|
2448
|
+
*
|
|
2449
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2450
|
+
*
|
|
2451
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1932
2452
|
*
|
|
1933
2453
|
* @generated from field: int64 count = 2;
|
|
1934
2454
|
*/
|
|
1935
2455
|
count: bigint;
|
|
1936
2456
|
/**
|
|
1937
|
-
*
|
|
2457
|
+
*
|
|
2458
|
+
* @optional
|
|
2459
|
+
*
|
|
2460
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2461
|
+
*
|
|
2462
|
+
* @example 0
|
|
2463
|
+
*
|
|
2464
|
+
* @regex ^[0-9]+$
|
|
2465
|
+
*
|
|
2466
|
+
* @format Non-negative integer.
|
|
1938
2467
|
*
|
|
1939
2468
|
* @generated from field: uint64 offset = 3;
|
|
1940
2469
|
*/
|
|
1941
2470
|
offset: bigint;
|
|
1942
2471
|
/**
|
|
1943
|
-
*
|
|
2472
|
+
*
|
|
2473
|
+
* @optional
|
|
2474
|
+
*
|
|
2475
|
+
* @description Sort direction.
|
|
2476
|
+
*
|
|
2477
|
+
* @example DESCENDING
|
|
1944
2478
|
*
|
|
1945
2479
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1946
2480
|
*/
|
|
1947
2481
|
sortOrder: SORT_ORDER;
|
|
1948
2482
|
/**
|
|
1949
|
-
*
|
|
2483
|
+
*
|
|
2484
|
+
* @optional
|
|
2485
|
+
*
|
|
2486
|
+
* @description The field used for sorting.
|
|
1950
2487
|
*
|
|
1951
2488
|
* @generated from field: Scailo.OUTWARD_JOB_OUTWARD_ITEM_SORT_KEY sort_key = 5;
|
|
1952
2489
|
*/
|
|
1953
2490
|
sortKey: OUTWARD_JOB_OUTWARD_ITEM_SORT_KEY;
|
|
1954
2491
|
/**
|
|
1955
|
-
*
|
|
2492
|
+
*
|
|
2493
|
+
* @optional
|
|
2494
|
+
*
|
|
2495
|
+
* @description Filter by the organization UUID.
|
|
2496
|
+
*
|
|
2497
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2498
|
+
*
|
|
2499
|
+
* @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}$
|
|
2500
|
+
*
|
|
2501
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1956
2502
|
*
|
|
1957
2503
|
* @generated from field: string entity_uuid = 6;
|
|
1958
2504
|
*/
|
|
@@ -2038,25 +2584,35 @@ export declare class OutwardJobOutwardItemsSearchRequest extends Message<Outward
|
|
|
2038
2584
|
*/
|
|
2039
2585
|
export declare class OutwardJobsServicePaginatedOutwardItemsResponse extends Message<OutwardJobsServicePaginatedOutwardItemsResponse> {
|
|
2040
2586
|
/**
|
|
2041
|
-
*
|
|
2587
|
+
*
|
|
2588
|
+
* @description Number of records returned in the current response slice.
|
|
2589
|
+
*
|
|
2590
|
+
* @example 50
|
|
2042
2591
|
*
|
|
2043
2592
|
* @generated from field: uint64 count = 1;
|
|
2044
2593
|
*/
|
|
2045
2594
|
count: bigint;
|
|
2046
2595
|
/**
|
|
2047
|
-
*
|
|
2596
|
+
*
|
|
2597
|
+
* @description The offset provided in the request.
|
|
2598
|
+
*
|
|
2599
|
+
* @example 0
|
|
2048
2600
|
*
|
|
2049
2601
|
* @generated from field: uint64 offset = 2;
|
|
2050
2602
|
*/
|
|
2051
2603
|
offset: bigint;
|
|
2052
2604
|
/**
|
|
2053
|
-
*
|
|
2605
|
+
*
|
|
2606
|
+
* @description The total number of records matching the criteria.
|
|
2607
|
+
*
|
|
2608
|
+
* @example 1250
|
|
2054
2609
|
*
|
|
2055
2610
|
* @generated from field: uint64 total = 3;
|
|
2056
2611
|
*/
|
|
2057
2612
|
total: bigint;
|
|
2058
2613
|
/**
|
|
2059
|
-
*
|
|
2614
|
+
*
|
|
2615
|
+
* @description The array of records for the current page.
|
|
2060
2616
|
*
|
|
2061
2617
|
* @generated from field: repeated Scailo.OutwardJobOutwardItem payload = 4;
|
|
2062
2618
|
*/
|
|
@@ -2112,25 +2668,31 @@ export declare class OutwardJobsServiceContactCreateRequest extends Message<Outw
|
|
|
2112
2668
|
*/
|
|
2113
2669
|
export declare class OutwardJobContact extends Message<OutwardJobContact> {
|
|
2114
2670
|
/**
|
|
2115
|
-
*
|
|
2671
|
+
*
|
|
2672
|
+
* @description The organization's globally unique identifier.
|
|
2673
|
+
*
|
|
2674
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2116
2675
|
*
|
|
2117
2676
|
* @generated from field: string entity_uuid = 1;
|
|
2118
2677
|
*/
|
|
2119
2678
|
entityUuid: string;
|
|
2120
2679
|
/**
|
|
2121
|
-
*
|
|
2680
|
+
*
|
|
2681
|
+
* @description Standard employee and record metadata including timestamps.
|
|
2122
2682
|
*
|
|
2123
2683
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
2124
2684
|
*/
|
|
2125
2685
|
metadata?: EmployeeMetadata;
|
|
2126
2686
|
/**
|
|
2127
|
-
*
|
|
2687
|
+
*
|
|
2688
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
2128
2689
|
*
|
|
2129
2690
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
2130
2691
|
*/
|
|
2131
2692
|
approvalMetadata?: ApprovalMetadata;
|
|
2132
2693
|
/**
|
|
2133
|
-
*
|
|
2694
|
+
*
|
|
2695
|
+
* @description The approval state of the record
|
|
2134
2696
|
*
|
|
2135
2697
|
* @generated from field: bool need_approval = 4;
|
|
2136
2698
|
*/
|