@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
|
@@ -323,7 +323,16 @@ class OutwardJobsServiceCreateRequest extends protobuf_1.Message {
|
|
|
323
323
|
constructor(data) {
|
|
324
324
|
super();
|
|
325
325
|
/**
|
|
326
|
-
*
|
|
326
|
+
*
|
|
327
|
+
* @optional
|
|
328
|
+
*
|
|
329
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
330
|
+
*
|
|
331
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
332
|
+
*
|
|
333
|
+
* @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}$
|
|
334
|
+
*
|
|
335
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
327
336
|
*
|
|
328
337
|
* @generated from field: string entity_uuid = 1;
|
|
329
338
|
*/
|
|
@@ -335,13 +344,31 @@ class OutwardJobsServiceCreateRequest extends protobuf_1.Message {
|
|
|
335
344
|
*/
|
|
336
345
|
this.userComment = "";
|
|
337
346
|
/**
|
|
338
|
-
*
|
|
347
|
+
*
|
|
348
|
+
* @optional
|
|
349
|
+
*
|
|
350
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
351
|
+
*
|
|
352
|
+
* @example 15234
|
|
353
|
+
*
|
|
354
|
+
* @regex ^[0-9]+$
|
|
355
|
+
*
|
|
356
|
+
* @format Non-negative integer.
|
|
339
357
|
*
|
|
340
358
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
341
359
|
*/
|
|
342
360
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
343
361
|
/**
|
|
344
|
-
*
|
|
362
|
+
*
|
|
363
|
+
* @mandatory
|
|
364
|
+
*
|
|
365
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
366
|
+
*
|
|
367
|
+
* @example "ABS-2023-001"
|
|
368
|
+
*
|
|
369
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
370
|
+
*
|
|
371
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
345
372
|
*
|
|
346
373
|
* @generated from field: string reference_id = 10;
|
|
347
374
|
*/
|
|
@@ -420,19 +447,42 @@ class OutwardJobsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
420
447
|
*/
|
|
421
448
|
this.id = protobuf_1.protoInt64.zero;
|
|
422
449
|
/**
|
|
423
|
-
*
|
|
450
|
+
*
|
|
451
|
+
* @optional
|
|
452
|
+
*
|
|
453
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
454
|
+
*
|
|
455
|
+
* @example true
|
|
424
456
|
*
|
|
425
457
|
* @generated from field: bool notify_users = 3;
|
|
426
458
|
*/
|
|
427
459
|
this.notifyUsers = false;
|
|
428
460
|
/**
|
|
429
|
-
*
|
|
461
|
+
*
|
|
462
|
+
* @optional
|
|
463
|
+
*
|
|
464
|
+
* @description Updated vault folder ID for documentation storage.
|
|
465
|
+
*
|
|
466
|
+
* @example 15235
|
|
467
|
+
*
|
|
468
|
+
* @regex ^[0-9]+$
|
|
469
|
+
*
|
|
470
|
+
* @format Non-negative integer.
|
|
430
471
|
*
|
|
431
472
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
432
473
|
*/
|
|
433
474
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
434
475
|
/**
|
|
435
|
-
*
|
|
476
|
+
*
|
|
477
|
+
* @mandatory
|
|
478
|
+
*
|
|
479
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
480
|
+
*
|
|
481
|
+
* @example "ABS-2023-001-REV"
|
|
482
|
+
*
|
|
483
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
484
|
+
*
|
|
485
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
436
486
|
*
|
|
437
487
|
* @generated from field: string reference_id = 10;
|
|
438
488
|
*/
|
|
@@ -572,43 +622,60 @@ class OutwardJob extends protobuf_1.Message {
|
|
|
572
622
|
constructor(data) {
|
|
573
623
|
super();
|
|
574
624
|
/**
|
|
575
|
-
*
|
|
625
|
+
*
|
|
626
|
+
* @description The organization's globally unique identifier.
|
|
627
|
+
*
|
|
628
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
576
629
|
*
|
|
577
630
|
* @generated from field: string entity_uuid = 1;
|
|
578
631
|
*/
|
|
579
632
|
this.entityUuid = "";
|
|
580
633
|
/**
|
|
581
|
-
*
|
|
634
|
+
*
|
|
635
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
582
636
|
*
|
|
583
637
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
584
638
|
*/
|
|
585
639
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
586
640
|
/**
|
|
587
|
-
*
|
|
641
|
+
*
|
|
642
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
588
643
|
*
|
|
589
644
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
590
645
|
*/
|
|
591
646
|
this.logs = [];
|
|
592
647
|
/**
|
|
593
|
-
*
|
|
648
|
+
*
|
|
649
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
650
|
+
*
|
|
651
|
+
* @example 1698400000
|
|
594
652
|
*
|
|
595
653
|
* @generated from field: uint64 completed_on = 6;
|
|
596
654
|
*/
|
|
597
655
|
this.completedOn = protobuf_1.protoInt64.zero;
|
|
598
656
|
/**
|
|
599
|
-
*
|
|
657
|
+
*
|
|
658
|
+
* @description Link to the document storage folder.
|
|
659
|
+
*
|
|
660
|
+
* @example 15234
|
|
600
661
|
*
|
|
601
662
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
602
663
|
*/
|
|
603
664
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
604
665
|
/**
|
|
605
|
-
*
|
|
666
|
+
*
|
|
667
|
+
* @description The user-provided reference ID.
|
|
668
|
+
*
|
|
669
|
+
* @example "ABS-2023-001"
|
|
606
670
|
*
|
|
607
671
|
* @generated from field: string reference_id = 10;
|
|
608
672
|
*/
|
|
609
673
|
this.referenceId = "";
|
|
610
674
|
/**
|
|
611
|
-
*
|
|
675
|
+
*
|
|
676
|
+
* @description The system-generated immutable reference number.
|
|
677
|
+
*
|
|
678
|
+
* @example "ABS-2023-X9Z2"
|
|
612
679
|
*
|
|
613
680
|
* @generated from field: string final_ref_number = 11;
|
|
614
681
|
*/
|
|
@@ -936,13 +1003,17 @@ class OutwardJobInwardItem extends protobuf_1.Message {
|
|
|
936
1003
|
constructor(data) {
|
|
937
1004
|
super();
|
|
938
1005
|
/**
|
|
939
|
-
*
|
|
1006
|
+
*
|
|
1007
|
+
* @description The organization's globally unique identifier.
|
|
1008
|
+
*
|
|
1009
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
940
1010
|
*
|
|
941
1011
|
* @generated from field: string entity_uuid = 1;
|
|
942
1012
|
*/
|
|
943
1013
|
this.entityUuid = "";
|
|
944
1014
|
/**
|
|
945
|
-
*
|
|
1015
|
+
*
|
|
1016
|
+
* @description The approval state of the record
|
|
946
1017
|
*
|
|
947
1018
|
* @generated from field: bool need_approval = 4;
|
|
948
1019
|
*/
|
|
@@ -1198,31 +1269,62 @@ class OutwardJobsServicePaginationReq extends protobuf_1.Message {
|
|
|
1198
1269
|
constructor(data) {
|
|
1199
1270
|
super();
|
|
1200
1271
|
/**
|
|
1201
|
-
*
|
|
1272
|
+
*
|
|
1273
|
+
* @optional
|
|
1274
|
+
*
|
|
1275
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1276
|
+
*
|
|
1277
|
+
* @example ANY
|
|
1202
1278
|
*
|
|
1203
1279
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1204
1280
|
*/
|
|
1205
1281
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1206
1282
|
/**
|
|
1207
|
-
*
|
|
1283
|
+
*
|
|
1284
|
+
* @mandatory
|
|
1285
|
+
*
|
|
1286
|
+
* @description Number of records to return per page.
|
|
1287
|
+
*
|
|
1288
|
+
* @example 50
|
|
1289
|
+
*
|
|
1290
|
+
* @regex ^[1-9][0-9]*$
|
|
1291
|
+
*
|
|
1292
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1208
1293
|
*
|
|
1209
1294
|
* @generated from field: int64 count = 2;
|
|
1210
1295
|
*/
|
|
1211
1296
|
this.count = protobuf_1.protoInt64.zero;
|
|
1212
1297
|
/**
|
|
1213
|
-
*
|
|
1298
|
+
*
|
|
1299
|
+
* @optional
|
|
1300
|
+
*
|
|
1301
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1302
|
+
*
|
|
1303
|
+
* @example 0
|
|
1304
|
+
*
|
|
1305
|
+
* @regex ^[0-9]+$
|
|
1306
|
+
*
|
|
1307
|
+
* @format Non-negative integer.
|
|
1214
1308
|
*
|
|
1215
1309
|
* @generated from field: uint64 offset = 3;
|
|
1216
1310
|
*/
|
|
1217
1311
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1218
1312
|
/**
|
|
1219
|
-
*
|
|
1313
|
+
*
|
|
1314
|
+
* @optional
|
|
1315
|
+
*
|
|
1316
|
+
* @description Sort direction.
|
|
1317
|
+
*
|
|
1318
|
+
* @example DESCENDING
|
|
1220
1319
|
*
|
|
1221
1320
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1222
1321
|
*/
|
|
1223
1322
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1224
1323
|
/**
|
|
1225
|
-
*
|
|
1324
|
+
*
|
|
1325
|
+
* @optional
|
|
1326
|
+
*
|
|
1327
|
+
* @description The specific field key to sort the results by.
|
|
1226
1328
|
*
|
|
1227
1329
|
* @generated from field: Scailo.OUTWARD_JOB_SORT_KEY sort_key = 5;
|
|
1228
1330
|
*/
|
|
@@ -1269,25 +1371,35 @@ class OutwardJobsServicePaginationResponse extends protobuf_1.Message {
|
|
|
1269
1371
|
constructor(data) {
|
|
1270
1372
|
super();
|
|
1271
1373
|
/**
|
|
1272
|
-
*
|
|
1374
|
+
*
|
|
1375
|
+
* @description Number of records returned in the current response slice.
|
|
1376
|
+
*
|
|
1377
|
+
* @example 50
|
|
1273
1378
|
*
|
|
1274
1379
|
* @generated from field: uint64 count = 1;
|
|
1275
1380
|
*/
|
|
1276
1381
|
this.count = protobuf_1.protoInt64.zero;
|
|
1277
1382
|
/**
|
|
1278
|
-
*
|
|
1383
|
+
*
|
|
1384
|
+
* @description The offset provided in the request.
|
|
1385
|
+
*
|
|
1386
|
+
* @example 0
|
|
1279
1387
|
*
|
|
1280
1388
|
* @generated from field: uint64 offset = 2;
|
|
1281
1389
|
*/
|
|
1282
1390
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1283
1391
|
/**
|
|
1284
|
-
*
|
|
1392
|
+
*
|
|
1393
|
+
* @description The total number of records matching the criteria.
|
|
1394
|
+
*
|
|
1395
|
+
* @example 1250
|
|
1285
1396
|
*
|
|
1286
1397
|
* @generated from field: uint64 total = 3;
|
|
1287
1398
|
*/
|
|
1288
1399
|
this.total = protobuf_1.protoInt64.zero;
|
|
1289
1400
|
/**
|
|
1290
|
-
*
|
|
1401
|
+
*
|
|
1402
|
+
* @description The array of records for the current page.
|
|
1291
1403
|
*
|
|
1292
1404
|
* @generated from field: repeated Scailo.OutwardJob payload = 4;
|
|
1293
1405
|
*/
|
|
@@ -1326,103 +1438,238 @@ class OutwardJobsServiceFilterReq extends protobuf_1.Message {
|
|
|
1326
1438
|
constructor(data) {
|
|
1327
1439
|
super();
|
|
1328
1440
|
/**
|
|
1329
|
-
*
|
|
1441
|
+
*
|
|
1442
|
+
* @optional
|
|
1443
|
+
*
|
|
1444
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1445
|
+
*
|
|
1446
|
+
* @example ANY
|
|
1330
1447
|
*
|
|
1331
1448
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1332
1449
|
*/
|
|
1333
1450
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1334
1451
|
/**
|
|
1335
|
-
*
|
|
1452
|
+
*
|
|
1453
|
+
* @mandatory
|
|
1454
|
+
*
|
|
1455
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1456
|
+
*
|
|
1457
|
+
* @example 100
|
|
1458
|
+
*
|
|
1459
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1460
|
+
*
|
|
1461
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1336
1462
|
*
|
|
1337
1463
|
* @generated from field: int64 count = 2;
|
|
1338
1464
|
*/
|
|
1339
1465
|
this.count = protobuf_1.protoInt64.zero;
|
|
1340
1466
|
/**
|
|
1341
|
-
*
|
|
1467
|
+
*
|
|
1468
|
+
* @optional
|
|
1469
|
+
*
|
|
1470
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1471
|
+
*
|
|
1472
|
+
* @example 0
|
|
1473
|
+
*
|
|
1474
|
+
* @regex ^[0-9]+$
|
|
1475
|
+
*
|
|
1476
|
+
* @format Non-negative integer.
|
|
1342
1477
|
*
|
|
1343
1478
|
* @generated from field: uint64 offset = 3;
|
|
1344
1479
|
*/
|
|
1345
1480
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1346
1481
|
/**
|
|
1347
|
-
*
|
|
1482
|
+
*
|
|
1483
|
+
* @optional
|
|
1484
|
+
*
|
|
1485
|
+
* @description Sort direction.
|
|
1486
|
+
*
|
|
1487
|
+
* @example DESCENDING
|
|
1348
1488
|
*
|
|
1349
1489
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1350
1490
|
*/
|
|
1351
1491
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1352
1492
|
/**
|
|
1353
|
-
*
|
|
1493
|
+
*
|
|
1494
|
+
* @optional
|
|
1495
|
+
*
|
|
1496
|
+
* @description The field used for sorting.
|
|
1354
1497
|
*
|
|
1355
1498
|
* @generated from field: Scailo.OUTWARD_JOB_SORT_KEY sort_key = 5;
|
|
1356
1499
|
*/
|
|
1357
1500
|
this.sortKey = OUTWARD_JOB_SORT_KEY.OUTWARD_JOB_SORT_KEY_ID_UNSPECIFIED;
|
|
1358
1501
|
/**
|
|
1359
|
-
*
|
|
1502
|
+
*
|
|
1503
|
+
* @optional
|
|
1504
|
+
*
|
|
1505
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1506
|
+
*
|
|
1507
|
+
* @example 1672531200
|
|
1508
|
+
*
|
|
1509
|
+
* @regex ^[0-9]+$
|
|
1510
|
+
*
|
|
1511
|
+
* @format Non-negative integer.
|
|
1360
1512
|
*
|
|
1361
1513
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1362
1514
|
*/
|
|
1363
1515
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1364
1516
|
/**
|
|
1365
|
-
*
|
|
1517
|
+
*
|
|
1518
|
+
* @optional
|
|
1519
|
+
*
|
|
1520
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1521
|
+
*
|
|
1522
|
+
* @example 1704067199
|
|
1523
|
+
*
|
|
1524
|
+
* @regex ^[0-9]+$
|
|
1525
|
+
*
|
|
1526
|
+
* @format Non-negative integer.
|
|
1366
1527
|
*
|
|
1367
1528
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1368
1529
|
*/
|
|
1369
1530
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1370
1531
|
/**
|
|
1371
|
-
*
|
|
1532
|
+
*
|
|
1533
|
+
* @optional
|
|
1534
|
+
*
|
|
1535
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1536
|
+
*
|
|
1537
|
+
* @example 1672531200
|
|
1538
|
+
*
|
|
1539
|
+
* @regex ^[0-9]+$
|
|
1540
|
+
*
|
|
1541
|
+
* @format Non-negative integer.
|
|
1372
1542
|
*
|
|
1373
1543
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1374
1544
|
*/
|
|
1375
1545
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1376
1546
|
/**
|
|
1377
|
-
*
|
|
1547
|
+
*
|
|
1548
|
+
* @optional
|
|
1549
|
+
*
|
|
1550
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1551
|
+
*
|
|
1552
|
+
* @example 1704067199
|
|
1553
|
+
*
|
|
1554
|
+
* @regex ^[0-9]+$
|
|
1555
|
+
*
|
|
1556
|
+
* @format Non-negative integer.
|
|
1378
1557
|
*
|
|
1379
1558
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1380
1559
|
*/
|
|
1381
1560
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1382
1561
|
/**
|
|
1383
|
-
*
|
|
1562
|
+
*
|
|
1563
|
+
* @optional
|
|
1564
|
+
*
|
|
1565
|
+
* @description Filter by the organization UUID.
|
|
1566
|
+
*
|
|
1567
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1568
|
+
*
|
|
1569
|
+
* @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}$
|
|
1570
|
+
*
|
|
1571
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1384
1572
|
*
|
|
1385
1573
|
* @generated from field: string entity_uuid = 8;
|
|
1386
1574
|
*/
|
|
1387
1575
|
this.entityUuid = "";
|
|
1388
1576
|
/**
|
|
1389
|
-
*
|
|
1577
|
+
*
|
|
1578
|
+
* @optional
|
|
1579
|
+
*
|
|
1580
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1581
|
+
*
|
|
1582
|
+
* @example STANDING
|
|
1390
1583
|
*
|
|
1391
1584
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1392
1585
|
*/
|
|
1393
1586
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1394
1587
|
/**
|
|
1395
|
-
*
|
|
1588
|
+
*
|
|
1589
|
+
* @optional
|
|
1590
|
+
*
|
|
1591
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1592
|
+
*
|
|
1593
|
+
* @example 1672531200
|
|
1594
|
+
*
|
|
1595
|
+
* @regex ^[0-9]+$
|
|
1596
|
+
*
|
|
1597
|
+
* @format Non-negative integer.
|
|
1396
1598
|
*
|
|
1397
1599
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1398
1600
|
*/
|
|
1399
1601
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1400
1602
|
/**
|
|
1401
|
-
*
|
|
1603
|
+
*
|
|
1604
|
+
* @optional
|
|
1605
|
+
*
|
|
1606
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1607
|
+
*
|
|
1608
|
+
* @example 1704067199
|
|
1609
|
+
*
|
|
1610
|
+
* @regex ^[0-9]+$
|
|
1611
|
+
*
|
|
1612
|
+
* @format Non-negative integer.
|
|
1402
1613
|
*
|
|
1403
1614
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1404
1615
|
*/
|
|
1405
1616
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1406
1617
|
/**
|
|
1407
|
-
*
|
|
1618
|
+
*
|
|
1619
|
+
* @optional
|
|
1620
|
+
*
|
|
1621
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1622
|
+
*
|
|
1623
|
+
* @example 501
|
|
1624
|
+
*
|
|
1625
|
+
* @regex ^[0-9]+$
|
|
1626
|
+
*
|
|
1627
|
+
* @format Non-negative integer.
|
|
1408
1628
|
*
|
|
1409
1629
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1410
1630
|
*/
|
|
1411
1631
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1412
1632
|
/**
|
|
1413
|
-
*
|
|
1633
|
+
*
|
|
1634
|
+
* @optional
|
|
1635
|
+
*
|
|
1636
|
+
* @description Filter by the role ID of the approver.
|
|
1637
|
+
*
|
|
1638
|
+
* @example 5
|
|
1639
|
+
*
|
|
1640
|
+
* @regex ^[0-9]+$
|
|
1641
|
+
*
|
|
1642
|
+
* @format Non-negative integer.
|
|
1414
1643
|
*
|
|
1415
1644
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1416
1645
|
*/
|
|
1417
1646
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1418
1647
|
/**
|
|
1419
|
-
*
|
|
1648
|
+
*
|
|
1649
|
+
* @optional
|
|
1650
|
+
*
|
|
1651
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1652
|
+
*
|
|
1653
|
+
* @example 1672531200
|
|
1654
|
+
*
|
|
1655
|
+
* @regex ^[0-9]+$
|
|
1656
|
+
*
|
|
1657
|
+
* @format Non-negative integer.
|
|
1420
1658
|
*
|
|
1421
1659
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1422
1660
|
*/
|
|
1423
1661
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1424
1662
|
/**
|
|
1425
|
-
*
|
|
1663
|
+
*
|
|
1664
|
+
* @optional
|
|
1665
|
+
*
|
|
1666
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1667
|
+
*
|
|
1668
|
+
* @example 1704067199
|
|
1669
|
+
*
|
|
1670
|
+
* @regex ^[0-9]+$
|
|
1671
|
+
*
|
|
1672
|
+
* @format Non-negative integer.
|
|
1426
1673
|
*
|
|
1427
1674
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1428
1675
|
*/
|
|
@@ -1446,13 +1693,31 @@ class OutwardJobsServiceFilterReq extends protobuf_1.Message {
|
|
|
1446
1693
|
*/
|
|
1447
1694
|
this.deliveryDateEnd = "";
|
|
1448
1695
|
/**
|
|
1449
|
-
*
|
|
1696
|
+
*
|
|
1697
|
+
* @optional
|
|
1698
|
+
*
|
|
1699
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1700
|
+
*
|
|
1701
|
+
* @example "ABS-2023-001"
|
|
1702
|
+
*
|
|
1703
|
+
* @regex [0-9A-Za-z ]*$
|
|
1704
|
+
*
|
|
1705
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1450
1706
|
*
|
|
1451
1707
|
* @generated from field: string reference_id = 20;
|
|
1452
1708
|
*/
|
|
1453
1709
|
this.referenceId = "";
|
|
1454
1710
|
/**
|
|
1455
|
-
*
|
|
1711
|
+
*
|
|
1712
|
+
* @optional
|
|
1713
|
+
*
|
|
1714
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1715
|
+
*
|
|
1716
|
+
* @example "ABS-2023-X9Z2"
|
|
1717
|
+
*
|
|
1718
|
+
* @regex [0-9A-Za-z ]*$
|
|
1719
|
+
*
|
|
1720
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1456
1721
|
*
|
|
1457
1722
|
* @generated from field: string final_ref_number = 21;
|
|
1458
1723
|
*/
|
|
@@ -1544,79 +1809,188 @@ class OutwardJobsServiceCountReq extends protobuf_1.Message {
|
|
|
1544
1809
|
constructor(data) {
|
|
1545
1810
|
super();
|
|
1546
1811
|
/**
|
|
1547
|
-
*
|
|
1812
|
+
*
|
|
1813
|
+
* @optional
|
|
1814
|
+
*
|
|
1815
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1816
|
+
*
|
|
1817
|
+
* @example ANY
|
|
1548
1818
|
*
|
|
1549
1819
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1550
1820
|
*/
|
|
1551
1821
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1552
1822
|
/**
|
|
1553
|
-
*
|
|
1823
|
+
*
|
|
1824
|
+
* @optional
|
|
1825
|
+
*
|
|
1826
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1827
|
+
*
|
|
1828
|
+
* @example 1672531200
|
|
1829
|
+
*
|
|
1830
|
+
* @regex ^[0-9]+$
|
|
1831
|
+
*
|
|
1832
|
+
* @format Non-negative integer.
|
|
1554
1833
|
*
|
|
1555
1834
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1556
1835
|
*/
|
|
1557
1836
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1558
1837
|
/**
|
|
1559
|
-
*
|
|
1838
|
+
*
|
|
1839
|
+
* @optional
|
|
1840
|
+
*
|
|
1841
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1842
|
+
*
|
|
1843
|
+
* @example 1704067199
|
|
1844
|
+
*
|
|
1845
|
+
* @regex ^[0-9]+$
|
|
1846
|
+
*
|
|
1847
|
+
* @format Non-negative integer.
|
|
1560
1848
|
*
|
|
1561
1849
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1562
1850
|
*/
|
|
1563
1851
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1564
1852
|
/**
|
|
1565
|
-
*
|
|
1853
|
+
*
|
|
1854
|
+
* @optional
|
|
1855
|
+
*
|
|
1856
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1857
|
+
*
|
|
1858
|
+
* @example 1672531200
|
|
1859
|
+
*
|
|
1860
|
+
* @regex ^[0-9]+$
|
|
1861
|
+
*
|
|
1862
|
+
* @format Non-negative integer.
|
|
1566
1863
|
*
|
|
1567
1864
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1568
1865
|
*/
|
|
1569
1866
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1570
1867
|
/**
|
|
1571
|
-
*
|
|
1868
|
+
*
|
|
1869
|
+
* @optional
|
|
1870
|
+
*
|
|
1871
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1872
|
+
*
|
|
1873
|
+
* @example 1704067199
|
|
1874
|
+
*
|
|
1875
|
+
* @regex ^[0-9]+$
|
|
1876
|
+
*
|
|
1877
|
+
* @format Non-negative integer.
|
|
1572
1878
|
*
|
|
1573
1879
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1574
1880
|
*/
|
|
1575
1881
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1576
1882
|
/**
|
|
1577
|
-
*
|
|
1883
|
+
*
|
|
1884
|
+
* @optional
|
|
1885
|
+
*
|
|
1886
|
+
* @description Filter by the organization UUID.
|
|
1887
|
+
*
|
|
1888
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1889
|
+
*
|
|
1890
|
+
* @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}$
|
|
1891
|
+
*
|
|
1892
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1578
1893
|
*
|
|
1579
1894
|
* @generated from field: string entity_uuid = 8;
|
|
1580
1895
|
*/
|
|
1581
1896
|
this.entityUuid = "";
|
|
1582
1897
|
/**
|
|
1583
|
-
*
|
|
1898
|
+
*
|
|
1899
|
+
* @optional
|
|
1900
|
+
*
|
|
1901
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1902
|
+
*
|
|
1903
|
+
* @example STANDING
|
|
1584
1904
|
*
|
|
1585
1905
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1586
1906
|
*/
|
|
1587
1907
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1588
1908
|
/**
|
|
1589
|
-
*
|
|
1909
|
+
*
|
|
1910
|
+
* @optional
|
|
1911
|
+
*
|
|
1912
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1913
|
+
*
|
|
1914
|
+
* @example 1672531200
|
|
1915
|
+
*
|
|
1916
|
+
* @regex ^[0-9]+$
|
|
1917
|
+
*
|
|
1918
|
+
* @format Non-negative integer.
|
|
1590
1919
|
*
|
|
1591
1920
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1592
1921
|
*/
|
|
1593
1922
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1594
1923
|
/**
|
|
1595
|
-
*
|
|
1924
|
+
*
|
|
1925
|
+
* @optional
|
|
1926
|
+
*
|
|
1927
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1928
|
+
*
|
|
1929
|
+
* @example 1704067199
|
|
1930
|
+
*
|
|
1931
|
+
* @regex ^[0-9]+$
|
|
1932
|
+
*
|
|
1933
|
+
* @format Non-negative integer.
|
|
1596
1934
|
*
|
|
1597
1935
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1598
1936
|
*/
|
|
1599
1937
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1600
1938
|
/**
|
|
1601
|
-
*
|
|
1939
|
+
*
|
|
1940
|
+
* @optional
|
|
1941
|
+
*
|
|
1942
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1943
|
+
*
|
|
1944
|
+
* @example 501
|
|
1945
|
+
*
|
|
1946
|
+
* @regex ^[0-9]+$
|
|
1947
|
+
*
|
|
1948
|
+
* @format Non-negative integer.
|
|
1602
1949
|
*
|
|
1603
1950
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1604
1951
|
*/
|
|
1605
1952
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1606
1953
|
/**
|
|
1607
|
-
*
|
|
1954
|
+
*
|
|
1955
|
+
* @optional
|
|
1956
|
+
*
|
|
1957
|
+
* @description Filter by the role ID of the approver.
|
|
1958
|
+
*
|
|
1959
|
+
* @example 5
|
|
1960
|
+
*
|
|
1961
|
+
* @regex ^[0-9]+$
|
|
1962
|
+
*
|
|
1963
|
+
* @format Non-negative integer.
|
|
1608
1964
|
*
|
|
1609
1965
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1610
1966
|
*/
|
|
1611
1967
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1612
1968
|
/**
|
|
1613
|
-
*
|
|
1969
|
+
*
|
|
1970
|
+
* @optional
|
|
1971
|
+
*
|
|
1972
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1973
|
+
*
|
|
1974
|
+
* @example 1672531200
|
|
1975
|
+
*
|
|
1976
|
+
* @regex ^[0-9]+$
|
|
1977
|
+
*
|
|
1978
|
+
* @format Non-negative integer.
|
|
1614
1979
|
*
|
|
1615
1980
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1616
1981
|
*/
|
|
1617
1982
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1618
1983
|
/**
|
|
1619
|
-
*
|
|
1984
|
+
*
|
|
1985
|
+
* @optional
|
|
1986
|
+
*
|
|
1987
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1988
|
+
*
|
|
1989
|
+
* @example 1704067199
|
|
1990
|
+
*
|
|
1991
|
+
* @regex ^[0-9]+$
|
|
1992
|
+
*
|
|
1993
|
+
* @format Non-negative integer.
|
|
1620
1994
|
*
|
|
1621
1995
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1622
1996
|
*/
|
|
@@ -1640,13 +2014,31 @@ class OutwardJobsServiceCountReq extends protobuf_1.Message {
|
|
|
1640
2014
|
*/
|
|
1641
2015
|
this.deliveryDateEnd = "";
|
|
1642
2016
|
/**
|
|
1643
|
-
*
|
|
2017
|
+
*
|
|
2018
|
+
* @optional
|
|
2019
|
+
*
|
|
2020
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2021
|
+
*
|
|
2022
|
+
* @example "ABS-2023-001"
|
|
2023
|
+
*
|
|
2024
|
+
* @regex [0-9A-Za-z ]*$
|
|
2025
|
+
*
|
|
2026
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1644
2027
|
*
|
|
1645
2028
|
* @generated from field: string reference_id = 20;
|
|
1646
2029
|
*/
|
|
1647
2030
|
this.referenceId = "";
|
|
1648
2031
|
/**
|
|
1649
|
-
*
|
|
2032
|
+
*
|
|
2033
|
+
* @optional
|
|
2034
|
+
*
|
|
2035
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2036
|
+
*
|
|
2037
|
+
* @example "ABS-2023-X9Z2"
|
|
2038
|
+
*
|
|
2039
|
+
* @regex [0-9A-Za-z ]*$
|
|
2040
|
+
*
|
|
2041
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1650
2042
|
*
|
|
1651
2043
|
* @generated from field: string final_ref_number = 21;
|
|
1652
2044
|
*/
|
|
@@ -1734,49 +2126,103 @@ class OutwardJobsServiceSearchAllReq extends protobuf_1.Message {
|
|
|
1734
2126
|
constructor(data) {
|
|
1735
2127
|
super();
|
|
1736
2128
|
/**
|
|
1737
|
-
*
|
|
2129
|
+
*
|
|
2130
|
+
* @optional
|
|
2131
|
+
*
|
|
2132
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2133
|
+
*
|
|
2134
|
+
* @example ANY
|
|
1738
2135
|
*
|
|
1739
2136
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1740
2137
|
*/
|
|
1741
2138
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1742
2139
|
/**
|
|
1743
|
-
*
|
|
2140
|
+
*
|
|
2141
|
+
* @mandatory
|
|
2142
|
+
*
|
|
2143
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2144
|
+
*
|
|
2145
|
+
* @example 100
|
|
2146
|
+
*
|
|
2147
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2148
|
+
*
|
|
2149
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1744
2150
|
*
|
|
1745
2151
|
* @generated from field: int64 count = 2;
|
|
1746
2152
|
*/
|
|
1747
2153
|
this.count = protobuf_1.protoInt64.zero;
|
|
1748
2154
|
/**
|
|
1749
|
-
*
|
|
2155
|
+
*
|
|
2156
|
+
* @optional
|
|
2157
|
+
*
|
|
2158
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2159
|
+
*
|
|
2160
|
+
* @example 0
|
|
2161
|
+
*
|
|
2162
|
+
* @regex ^[0-9]+$
|
|
2163
|
+
*
|
|
2164
|
+
* @format Non-negative integer.
|
|
1750
2165
|
*
|
|
1751
2166
|
* @generated from field: uint64 offset = 3;
|
|
1752
2167
|
*/
|
|
1753
2168
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1754
2169
|
/**
|
|
1755
|
-
*
|
|
2170
|
+
*
|
|
2171
|
+
* @optional
|
|
2172
|
+
*
|
|
2173
|
+
* @description Sort direction.
|
|
2174
|
+
*
|
|
2175
|
+
* @example DESCENDING
|
|
1756
2176
|
*
|
|
1757
2177
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1758
2178
|
*/
|
|
1759
2179
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1760
2180
|
/**
|
|
1761
|
-
*
|
|
2181
|
+
*
|
|
2182
|
+
* @optional
|
|
2183
|
+
*
|
|
2184
|
+
* @description The field used for sorting.
|
|
1762
2185
|
*
|
|
1763
2186
|
* @generated from field: Scailo.OUTWARD_JOB_SORT_KEY sort_key = 5;
|
|
1764
2187
|
*/
|
|
1765
2188
|
this.sortKey = OUTWARD_JOB_SORT_KEY.OUTWARD_JOB_SORT_KEY_ID_UNSPECIFIED;
|
|
1766
2189
|
/**
|
|
1767
|
-
*
|
|
2190
|
+
*
|
|
2191
|
+
* @optional
|
|
2192
|
+
*
|
|
2193
|
+
* @description Filter by the organization UUID.
|
|
2194
|
+
*
|
|
2195
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2196
|
+
*
|
|
2197
|
+
* @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}$
|
|
2198
|
+
*
|
|
2199
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1768
2200
|
*
|
|
1769
2201
|
* @generated from field: string entity_uuid = 6;
|
|
1770
2202
|
*/
|
|
1771
2203
|
this.entityUuid = "";
|
|
1772
2204
|
/**
|
|
1773
|
-
*
|
|
2205
|
+
*
|
|
2206
|
+
* @optional
|
|
2207
|
+
*
|
|
2208
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2209
|
+
*
|
|
2210
|
+
* @example STANDING
|
|
1774
2211
|
*
|
|
1775
2212
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1776
2213
|
*/
|
|
1777
2214
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1778
2215
|
/**
|
|
1779
|
-
*
|
|
2216
|
+
*
|
|
2217
|
+
* @mandatory
|
|
2218
|
+
*
|
|
2219
|
+
* @description The search string to match against reference IDs.
|
|
2220
|
+
*
|
|
2221
|
+
* @example "Medical 2023"
|
|
2222
|
+
*
|
|
2223
|
+
* @regex .*
|
|
2224
|
+
*
|
|
2225
|
+
* @format: May contain any UTF-8 characters.
|
|
1780
2226
|
*
|
|
1781
2227
|
* @generated from field: string search_key = 11;
|
|
1782
2228
|
*/
|
|
@@ -1840,37 +2286,77 @@ class OutwardJobInwardItemsSearchRequest extends protobuf_1.Message {
|
|
|
1840
2286
|
constructor(data) {
|
|
1841
2287
|
super();
|
|
1842
2288
|
/**
|
|
1843
|
-
*
|
|
2289
|
+
*
|
|
2290
|
+
* @optional
|
|
2291
|
+
*
|
|
2292
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2293
|
+
*
|
|
2294
|
+
* @example ANY
|
|
1844
2295
|
*
|
|
1845
2296
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1846
2297
|
*/
|
|
1847
2298
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1848
2299
|
/**
|
|
1849
|
-
*
|
|
2300
|
+
*
|
|
2301
|
+
* @mandatory
|
|
2302
|
+
*
|
|
2303
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2304
|
+
*
|
|
2305
|
+
* @example 100
|
|
2306
|
+
*
|
|
2307
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2308
|
+
*
|
|
2309
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1850
2310
|
*
|
|
1851
2311
|
* @generated from field: int64 count = 2;
|
|
1852
2312
|
*/
|
|
1853
2313
|
this.count = protobuf_1.protoInt64.zero;
|
|
1854
2314
|
/**
|
|
1855
|
-
*
|
|
2315
|
+
*
|
|
2316
|
+
* @optional
|
|
2317
|
+
*
|
|
2318
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2319
|
+
*
|
|
2320
|
+
* @example 0
|
|
2321
|
+
*
|
|
2322
|
+
* @regex ^[0-9]+$
|
|
2323
|
+
*
|
|
2324
|
+
* @format Non-negative integer.
|
|
1856
2325
|
*
|
|
1857
2326
|
* @generated from field: uint64 offset = 3;
|
|
1858
2327
|
*/
|
|
1859
2328
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1860
2329
|
/**
|
|
1861
|
-
*
|
|
2330
|
+
*
|
|
2331
|
+
* @optional
|
|
2332
|
+
*
|
|
2333
|
+
* @description Sort direction.
|
|
2334
|
+
*
|
|
2335
|
+
* @example DESCENDING
|
|
1862
2336
|
*
|
|
1863
2337
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1864
2338
|
*/
|
|
1865
2339
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1866
2340
|
/**
|
|
1867
|
-
*
|
|
2341
|
+
*
|
|
2342
|
+
* @optional
|
|
2343
|
+
*
|
|
2344
|
+
* @description The field used for sorting.
|
|
1868
2345
|
*
|
|
1869
2346
|
* @generated from field: Scailo.OUTWARD_JOB_INWARD_ITEM_SORT_KEY sort_key = 5;
|
|
1870
2347
|
*/
|
|
1871
2348
|
this.sortKey = OUTWARD_JOB_INWARD_ITEM_SORT_KEY.OUTWARD_JOB_INWARD_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1872
2349
|
/**
|
|
1873
|
-
*
|
|
2350
|
+
*
|
|
2351
|
+
* @optional
|
|
2352
|
+
*
|
|
2353
|
+
* @description Filter by the organization UUID.
|
|
2354
|
+
*
|
|
2355
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2356
|
+
*
|
|
2357
|
+
* @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}$
|
|
2358
|
+
*
|
|
2359
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1874
2360
|
*
|
|
1875
2361
|
* @generated from field: string entity_uuid = 6;
|
|
1876
2362
|
*/
|
|
@@ -1999,25 +2485,35 @@ class OutwardJobsServicePaginatedInwardItemsResponse extends protobuf_1.Message
|
|
|
1999
2485
|
constructor(data) {
|
|
2000
2486
|
super();
|
|
2001
2487
|
/**
|
|
2002
|
-
*
|
|
2488
|
+
*
|
|
2489
|
+
* @description Number of records returned in the current response slice.
|
|
2490
|
+
*
|
|
2491
|
+
* @example 50
|
|
2003
2492
|
*
|
|
2004
2493
|
* @generated from field: uint64 count = 1;
|
|
2005
2494
|
*/
|
|
2006
2495
|
this.count = protobuf_1.protoInt64.zero;
|
|
2007
2496
|
/**
|
|
2008
|
-
*
|
|
2497
|
+
*
|
|
2498
|
+
* @description The offset provided in the request.
|
|
2499
|
+
*
|
|
2500
|
+
* @example 0
|
|
2009
2501
|
*
|
|
2010
2502
|
* @generated from field: uint64 offset = 2;
|
|
2011
2503
|
*/
|
|
2012
2504
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2013
2505
|
/**
|
|
2014
|
-
*
|
|
2506
|
+
*
|
|
2507
|
+
* @description The total number of records matching the criteria.
|
|
2508
|
+
*
|
|
2509
|
+
* @example 1250
|
|
2015
2510
|
*
|
|
2016
2511
|
* @generated from field: uint64 total = 3;
|
|
2017
2512
|
*/
|
|
2018
2513
|
this.total = protobuf_1.protoInt64.zero;
|
|
2019
2514
|
/**
|
|
2020
|
-
*
|
|
2515
|
+
*
|
|
2516
|
+
* @description The array of records for the current page.
|
|
2021
2517
|
*
|
|
2022
2518
|
* @generated from field: repeated Scailo.OutwardJobInwardItem payload = 4;
|
|
2023
2519
|
*/
|
|
@@ -2298,13 +2794,17 @@ class OutwardJobOutwardItem extends protobuf_1.Message {
|
|
|
2298
2794
|
constructor(data) {
|
|
2299
2795
|
super();
|
|
2300
2796
|
/**
|
|
2301
|
-
*
|
|
2797
|
+
*
|
|
2798
|
+
* @description The organization's globally unique identifier.
|
|
2799
|
+
*
|
|
2800
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2302
2801
|
*
|
|
2303
2802
|
* @generated from field: string entity_uuid = 1;
|
|
2304
2803
|
*/
|
|
2305
2804
|
this.entityUuid = "";
|
|
2306
2805
|
/**
|
|
2307
|
-
*
|
|
2806
|
+
*
|
|
2807
|
+
* @description The approval state of the record
|
|
2308
2808
|
*
|
|
2309
2809
|
* @generated from field: bool need_approval = 4;
|
|
2310
2810
|
*/
|
|
@@ -2524,37 +3024,77 @@ class OutwardJobOutwardItemsSearchRequest extends protobuf_1.Message {
|
|
|
2524
3024
|
constructor(data) {
|
|
2525
3025
|
super();
|
|
2526
3026
|
/**
|
|
2527
|
-
*
|
|
3027
|
+
*
|
|
3028
|
+
* @optional
|
|
3029
|
+
*
|
|
3030
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
3031
|
+
*
|
|
3032
|
+
* @example ANY
|
|
2528
3033
|
*
|
|
2529
3034
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2530
3035
|
*/
|
|
2531
3036
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2532
3037
|
/**
|
|
2533
|
-
*
|
|
3038
|
+
*
|
|
3039
|
+
* @mandatory
|
|
3040
|
+
*
|
|
3041
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
3042
|
+
*
|
|
3043
|
+
* @example 100
|
|
3044
|
+
*
|
|
3045
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
3046
|
+
*
|
|
3047
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2534
3048
|
*
|
|
2535
3049
|
* @generated from field: int64 count = 2;
|
|
2536
3050
|
*/
|
|
2537
3051
|
this.count = protobuf_1.protoInt64.zero;
|
|
2538
3052
|
/**
|
|
2539
|
-
*
|
|
3053
|
+
*
|
|
3054
|
+
* @optional
|
|
3055
|
+
*
|
|
3056
|
+
* @description Number of records to skip (offset) for pagination.
|
|
3057
|
+
*
|
|
3058
|
+
* @example 0
|
|
3059
|
+
*
|
|
3060
|
+
* @regex ^[0-9]+$
|
|
3061
|
+
*
|
|
3062
|
+
* @format Non-negative integer.
|
|
2540
3063
|
*
|
|
2541
3064
|
* @generated from field: uint64 offset = 3;
|
|
2542
3065
|
*/
|
|
2543
3066
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2544
3067
|
/**
|
|
2545
|
-
*
|
|
3068
|
+
*
|
|
3069
|
+
* @optional
|
|
3070
|
+
*
|
|
3071
|
+
* @description Sort direction.
|
|
3072
|
+
*
|
|
3073
|
+
* @example DESCENDING
|
|
2546
3074
|
*
|
|
2547
3075
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2548
3076
|
*/
|
|
2549
3077
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2550
3078
|
/**
|
|
2551
|
-
*
|
|
3079
|
+
*
|
|
3080
|
+
* @optional
|
|
3081
|
+
*
|
|
3082
|
+
* @description The field used for sorting.
|
|
2552
3083
|
*
|
|
2553
3084
|
* @generated from field: Scailo.OUTWARD_JOB_OUTWARD_ITEM_SORT_KEY sort_key = 5;
|
|
2554
3085
|
*/
|
|
2555
3086
|
this.sortKey = OUTWARD_JOB_OUTWARD_ITEM_SORT_KEY.OUTWARD_JOB_OUTWARD_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
2556
3087
|
/**
|
|
2557
|
-
*
|
|
3088
|
+
*
|
|
3089
|
+
* @optional
|
|
3090
|
+
*
|
|
3091
|
+
* @description Filter by the organization UUID.
|
|
3092
|
+
*
|
|
3093
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
3094
|
+
*
|
|
3095
|
+
* @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}$
|
|
3096
|
+
*
|
|
3097
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2558
3098
|
*
|
|
2559
3099
|
* @generated from field: string entity_uuid = 6;
|
|
2560
3100
|
*/
|
|
@@ -2669,25 +3209,35 @@ class OutwardJobsServicePaginatedOutwardItemsResponse extends protobuf_1.Message
|
|
|
2669
3209
|
constructor(data) {
|
|
2670
3210
|
super();
|
|
2671
3211
|
/**
|
|
2672
|
-
*
|
|
3212
|
+
*
|
|
3213
|
+
* @description Number of records returned in the current response slice.
|
|
3214
|
+
*
|
|
3215
|
+
* @example 50
|
|
2673
3216
|
*
|
|
2674
3217
|
* @generated from field: uint64 count = 1;
|
|
2675
3218
|
*/
|
|
2676
3219
|
this.count = protobuf_1.protoInt64.zero;
|
|
2677
3220
|
/**
|
|
2678
|
-
*
|
|
3221
|
+
*
|
|
3222
|
+
* @description The offset provided in the request.
|
|
3223
|
+
*
|
|
3224
|
+
* @example 0
|
|
2679
3225
|
*
|
|
2680
3226
|
* @generated from field: uint64 offset = 2;
|
|
2681
3227
|
*/
|
|
2682
3228
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2683
3229
|
/**
|
|
2684
|
-
*
|
|
3230
|
+
*
|
|
3231
|
+
* @description The total number of records matching the criteria.
|
|
3232
|
+
*
|
|
3233
|
+
* @example 1250
|
|
2685
3234
|
*
|
|
2686
3235
|
* @generated from field: uint64 total = 3;
|
|
2687
3236
|
*/
|
|
2688
3237
|
this.total = protobuf_1.protoInt64.zero;
|
|
2689
3238
|
/**
|
|
2690
|
-
*
|
|
3239
|
+
*
|
|
3240
|
+
* @description The array of records for the current page.
|
|
2691
3241
|
*
|
|
2692
3242
|
* @generated from field: repeated Scailo.OutwardJobOutwardItem payload = 4;
|
|
2693
3243
|
*/
|
|
@@ -2776,13 +3326,17 @@ class OutwardJobContact extends protobuf_1.Message {
|
|
|
2776
3326
|
constructor(data) {
|
|
2777
3327
|
super();
|
|
2778
3328
|
/**
|
|
2779
|
-
*
|
|
3329
|
+
*
|
|
3330
|
+
* @description The organization's globally unique identifier.
|
|
3331
|
+
*
|
|
3332
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2780
3333
|
*
|
|
2781
3334
|
* @generated from field: string entity_uuid = 1;
|
|
2782
3335
|
*/
|
|
2783
3336
|
this.entityUuid = "";
|
|
2784
3337
|
/**
|
|
2785
|
-
*
|
|
3338
|
+
*
|
|
3339
|
+
* @description The approval state of the record
|
|
2786
3340
|
*
|
|
2787
3341
|
* @generated from field: bool need_approval = 4;
|
|
2788
3342
|
*/
|