@kernelminds/scailo-sdk 0.1.28 → 0.1.29
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 +41 -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 +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- 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 +226 -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 +88 -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 +41 -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 +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- 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 +226 -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 +88 -25
- 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 +41 -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 +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- 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 +226 -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 +88 -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 +41 -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 +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- 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 +226 -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 +88 -25
- 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
|
@@ -372,7 +372,16 @@ class InwardJobsServiceCreateRequest extends protobuf_1.Message {
|
|
|
372
372
|
constructor(data) {
|
|
373
373
|
super();
|
|
374
374
|
/**
|
|
375
|
-
*
|
|
375
|
+
*
|
|
376
|
+
* @optional
|
|
377
|
+
*
|
|
378
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
379
|
+
*
|
|
380
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
381
|
+
*
|
|
382
|
+
* @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}$
|
|
383
|
+
*
|
|
384
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
376
385
|
*
|
|
377
386
|
* @generated from field: string entity_uuid = 1;
|
|
378
387
|
*/
|
|
@@ -384,13 +393,31 @@ class InwardJobsServiceCreateRequest extends protobuf_1.Message {
|
|
|
384
393
|
*/
|
|
385
394
|
this.userComment = "";
|
|
386
395
|
/**
|
|
387
|
-
*
|
|
396
|
+
*
|
|
397
|
+
* @optional
|
|
398
|
+
*
|
|
399
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
400
|
+
*
|
|
401
|
+
* @example 15234
|
|
402
|
+
*
|
|
403
|
+
* @regex ^[0-9]+$
|
|
404
|
+
*
|
|
405
|
+
* @format Non-negative integer.
|
|
388
406
|
*
|
|
389
407
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
390
408
|
*/
|
|
391
409
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
392
410
|
/**
|
|
393
|
-
*
|
|
411
|
+
*
|
|
412
|
+
* @mandatory
|
|
413
|
+
*
|
|
414
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
415
|
+
*
|
|
416
|
+
* @example "ABS-2023-001"
|
|
417
|
+
*
|
|
418
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
419
|
+
*
|
|
420
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
394
421
|
*
|
|
395
422
|
* @generated from field: string reference_id = 10;
|
|
396
423
|
*/
|
|
@@ -476,19 +503,42 @@ class InwardJobsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
476
503
|
*/
|
|
477
504
|
this.id = protobuf_1.protoInt64.zero;
|
|
478
505
|
/**
|
|
479
|
-
*
|
|
506
|
+
*
|
|
507
|
+
* @optional
|
|
508
|
+
*
|
|
509
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
510
|
+
*
|
|
511
|
+
* @example true
|
|
480
512
|
*
|
|
481
513
|
* @generated from field: bool notify_users = 3;
|
|
482
514
|
*/
|
|
483
515
|
this.notifyUsers = false;
|
|
484
516
|
/**
|
|
485
|
-
*
|
|
517
|
+
*
|
|
518
|
+
* @optional
|
|
519
|
+
*
|
|
520
|
+
* @description Updated vault folder ID for documentation storage.
|
|
521
|
+
*
|
|
522
|
+
* @example 15235
|
|
523
|
+
*
|
|
524
|
+
* @regex ^[0-9]+$
|
|
525
|
+
*
|
|
526
|
+
* @format Non-negative integer.
|
|
486
527
|
*
|
|
487
528
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
488
529
|
*/
|
|
489
530
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
490
531
|
/**
|
|
491
|
-
*
|
|
532
|
+
*
|
|
533
|
+
* @mandatory
|
|
534
|
+
*
|
|
535
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
536
|
+
*
|
|
537
|
+
* @example "ABS-2023-001-REV"
|
|
538
|
+
*
|
|
539
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
540
|
+
*
|
|
541
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
492
542
|
*
|
|
493
543
|
* @generated from field: string reference_id = 10;
|
|
494
544
|
*/
|
|
@@ -649,43 +699,60 @@ class InwardJob extends protobuf_1.Message {
|
|
|
649
699
|
constructor(data) {
|
|
650
700
|
super();
|
|
651
701
|
/**
|
|
652
|
-
*
|
|
702
|
+
*
|
|
703
|
+
* @description The organization's globally unique identifier.
|
|
704
|
+
*
|
|
705
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
653
706
|
*
|
|
654
707
|
* @generated from field: string entity_uuid = 1;
|
|
655
708
|
*/
|
|
656
709
|
this.entityUuid = "";
|
|
657
710
|
/**
|
|
658
|
-
*
|
|
711
|
+
*
|
|
712
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
659
713
|
*
|
|
660
714
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
661
715
|
*/
|
|
662
716
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
663
717
|
/**
|
|
664
|
-
*
|
|
718
|
+
*
|
|
719
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
665
720
|
*
|
|
666
721
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
667
722
|
*/
|
|
668
723
|
this.logs = [];
|
|
669
724
|
/**
|
|
670
|
-
*
|
|
725
|
+
*
|
|
726
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
727
|
+
*
|
|
728
|
+
* @example 1698400000
|
|
671
729
|
*
|
|
672
730
|
* @generated from field: uint64 completed_on = 6;
|
|
673
731
|
*/
|
|
674
732
|
this.completedOn = protobuf_1.protoInt64.zero;
|
|
675
733
|
/**
|
|
676
|
-
*
|
|
734
|
+
*
|
|
735
|
+
* @description Link to the document storage folder.
|
|
736
|
+
*
|
|
737
|
+
* @example 15234
|
|
677
738
|
*
|
|
678
739
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
679
740
|
*/
|
|
680
741
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
681
742
|
/**
|
|
682
|
-
*
|
|
743
|
+
*
|
|
744
|
+
* @description The user-provided reference ID.
|
|
745
|
+
*
|
|
746
|
+
* @example "ABS-2023-001"
|
|
683
747
|
*
|
|
684
748
|
* @generated from field: string reference_id = 10;
|
|
685
749
|
*/
|
|
686
750
|
this.referenceId = "";
|
|
687
751
|
/**
|
|
688
|
-
*
|
|
752
|
+
*
|
|
753
|
+
* @description The system-generated immutable reference number.
|
|
754
|
+
*
|
|
755
|
+
* @example "ABS-2023-X9Z2"
|
|
689
756
|
*
|
|
690
757
|
* @generated from field: string final_ref_number = 11;
|
|
691
758
|
*/
|
|
@@ -1062,13 +1129,17 @@ class InwardJobInwardItem extends protobuf_1.Message {
|
|
|
1062
1129
|
constructor(data) {
|
|
1063
1130
|
super();
|
|
1064
1131
|
/**
|
|
1065
|
-
*
|
|
1132
|
+
*
|
|
1133
|
+
* @description The organization's globally unique identifier.
|
|
1134
|
+
*
|
|
1135
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1066
1136
|
*
|
|
1067
1137
|
* @generated from field: string entity_uuid = 1;
|
|
1068
1138
|
*/
|
|
1069
1139
|
this.entityUuid = "";
|
|
1070
1140
|
/**
|
|
1071
|
-
*
|
|
1141
|
+
*
|
|
1142
|
+
* @description The approval state of the record
|
|
1072
1143
|
*
|
|
1073
1144
|
* @generated from field: bool need_approval = 4;
|
|
1074
1145
|
*/
|
|
@@ -1321,31 +1392,62 @@ class InwardJobsServicePaginationReq extends protobuf_1.Message {
|
|
|
1321
1392
|
constructor(data) {
|
|
1322
1393
|
super();
|
|
1323
1394
|
/**
|
|
1324
|
-
*
|
|
1395
|
+
*
|
|
1396
|
+
* @optional
|
|
1397
|
+
*
|
|
1398
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1399
|
+
*
|
|
1400
|
+
* @example ANY
|
|
1325
1401
|
*
|
|
1326
1402
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1327
1403
|
*/
|
|
1328
1404
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1329
1405
|
/**
|
|
1330
|
-
*
|
|
1406
|
+
*
|
|
1407
|
+
* @mandatory
|
|
1408
|
+
*
|
|
1409
|
+
* @description Number of records to return per page.
|
|
1410
|
+
*
|
|
1411
|
+
* @example 50
|
|
1412
|
+
*
|
|
1413
|
+
* @regex ^[1-9][0-9]*$
|
|
1414
|
+
*
|
|
1415
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1331
1416
|
*
|
|
1332
1417
|
* @generated from field: int64 count = 2;
|
|
1333
1418
|
*/
|
|
1334
1419
|
this.count = protobuf_1.protoInt64.zero;
|
|
1335
1420
|
/**
|
|
1336
|
-
*
|
|
1421
|
+
*
|
|
1422
|
+
* @optional
|
|
1423
|
+
*
|
|
1424
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1425
|
+
*
|
|
1426
|
+
* @example 0
|
|
1427
|
+
*
|
|
1428
|
+
* @regex ^[0-9]+$
|
|
1429
|
+
*
|
|
1430
|
+
* @format Non-negative integer.
|
|
1337
1431
|
*
|
|
1338
1432
|
* @generated from field: uint64 offset = 3;
|
|
1339
1433
|
*/
|
|
1340
1434
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1341
1435
|
/**
|
|
1342
|
-
*
|
|
1436
|
+
*
|
|
1437
|
+
* @optional
|
|
1438
|
+
*
|
|
1439
|
+
* @description Sort direction.
|
|
1440
|
+
*
|
|
1441
|
+
* @example DESCENDING
|
|
1343
1442
|
*
|
|
1344
1443
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1345
1444
|
*/
|
|
1346
1445
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1347
1446
|
/**
|
|
1348
|
-
*
|
|
1447
|
+
*
|
|
1448
|
+
* @optional
|
|
1449
|
+
*
|
|
1450
|
+
* @description The specific field key to sort the results by.
|
|
1349
1451
|
*
|
|
1350
1452
|
* @generated from field: Scailo.INWARD_JOB_SORT_KEY sort_key = 5;
|
|
1351
1453
|
*/
|
|
@@ -1392,25 +1494,35 @@ class InwardJobsServicePaginationResponse extends protobuf_1.Message {
|
|
|
1392
1494
|
constructor(data) {
|
|
1393
1495
|
super();
|
|
1394
1496
|
/**
|
|
1395
|
-
*
|
|
1497
|
+
*
|
|
1498
|
+
* @description Number of records returned in the current response slice.
|
|
1499
|
+
*
|
|
1500
|
+
* @example 50
|
|
1396
1501
|
*
|
|
1397
1502
|
* @generated from field: uint64 count = 1;
|
|
1398
1503
|
*/
|
|
1399
1504
|
this.count = protobuf_1.protoInt64.zero;
|
|
1400
1505
|
/**
|
|
1401
|
-
*
|
|
1506
|
+
*
|
|
1507
|
+
* @description The offset provided in the request.
|
|
1508
|
+
*
|
|
1509
|
+
* @example 0
|
|
1402
1510
|
*
|
|
1403
1511
|
* @generated from field: uint64 offset = 2;
|
|
1404
1512
|
*/
|
|
1405
1513
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1406
1514
|
/**
|
|
1407
|
-
*
|
|
1515
|
+
*
|
|
1516
|
+
* @description The total number of records matching the criteria.
|
|
1517
|
+
*
|
|
1518
|
+
* @example 1250
|
|
1408
1519
|
*
|
|
1409
1520
|
* @generated from field: uint64 total = 3;
|
|
1410
1521
|
*/
|
|
1411
1522
|
this.total = protobuf_1.protoInt64.zero;
|
|
1412
1523
|
/**
|
|
1413
|
-
*
|
|
1524
|
+
*
|
|
1525
|
+
* @description The array of records for the current page.
|
|
1414
1526
|
*
|
|
1415
1527
|
* @generated from field: repeated Scailo.InwardJob payload = 4;
|
|
1416
1528
|
*/
|
|
@@ -1449,103 +1561,238 @@ class InwardJobsServiceFilterReq extends protobuf_1.Message {
|
|
|
1449
1561
|
constructor(data) {
|
|
1450
1562
|
super();
|
|
1451
1563
|
/**
|
|
1452
|
-
*
|
|
1564
|
+
*
|
|
1565
|
+
* @optional
|
|
1566
|
+
*
|
|
1567
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1568
|
+
*
|
|
1569
|
+
* @example ANY
|
|
1453
1570
|
*
|
|
1454
1571
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1455
1572
|
*/
|
|
1456
1573
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1457
1574
|
/**
|
|
1458
|
-
*
|
|
1575
|
+
*
|
|
1576
|
+
* @mandatory
|
|
1577
|
+
*
|
|
1578
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1579
|
+
*
|
|
1580
|
+
* @example 100
|
|
1581
|
+
*
|
|
1582
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1583
|
+
*
|
|
1584
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1459
1585
|
*
|
|
1460
1586
|
* @generated from field: int64 count = 2;
|
|
1461
1587
|
*/
|
|
1462
1588
|
this.count = protobuf_1.protoInt64.zero;
|
|
1463
1589
|
/**
|
|
1464
|
-
*
|
|
1590
|
+
*
|
|
1591
|
+
* @optional
|
|
1592
|
+
*
|
|
1593
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1594
|
+
*
|
|
1595
|
+
* @example 0
|
|
1596
|
+
*
|
|
1597
|
+
* @regex ^[0-9]+$
|
|
1598
|
+
*
|
|
1599
|
+
* @format Non-negative integer.
|
|
1465
1600
|
*
|
|
1466
1601
|
* @generated from field: uint64 offset = 3;
|
|
1467
1602
|
*/
|
|
1468
1603
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1469
1604
|
/**
|
|
1470
|
-
*
|
|
1605
|
+
*
|
|
1606
|
+
* @optional
|
|
1607
|
+
*
|
|
1608
|
+
* @description Sort direction.
|
|
1609
|
+
*
|
|
1610
|
+
* @example DESCENDING
|
|
1471
1611
|
*
|
|
1472
1612
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1473
1613
|
*/
|
|
1474
1614
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1475
1615
|
/**
|
|
1476
|
-
*
|
|
1616
|
+
*
|
|
1617
|
+
* @optional
|
|
1618
|
+
*
|
|
1619
|
+
* @description The field used for sorting.
|
|
1477
1620
|
*
|
|
1478
1621
|
* @generated from field: Scailo.INWARD_JOB_SORT_KEY sort_key = 5;
|
|
1479
1622
|
*/
|
|
1480
1623
|
this.sortKey = INWARD_JOB_SORT_KEY.INWARD_JOB_SORT_KEY_ID_UNSPECIFIED;
|
|
1481
1624
|
/**
|
|
1482
|
-
*
|
|
1625
|
+
*
|
|
1626
|
+
* @optional
|
|
1627
|
+
*
|
|
1628
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1629
|
+
*
|
|
1630
|
+
* @example 1672531200
|
|
1631
|
+
*
|
|
1632
|
+
* @regex ^[0-9]+$
|
|
1633
|
+
*
|
|
1634
|
+
* @format Non-negative integer.
|
|
1483
1635
|
*
|
|
1484
1636
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1485
1637
|
*/
|
|
1486
1638
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1487
1639
|
/**
|
|
1488
|
-
*
|
|
1640
|
+
*
|
|
1641
|
+
* @optional
|
|
1642
|
+
*
|
|
1643
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1644
|
+
*
|
|
1645
|
+
* @example 1704067199
|
|
1646
|
+
*
|
|
1647
|
+
* @regex ^[0-9]+$
|
|
1648
|
+
*
|
|
1649
|
+
* @format Non-negative integer.
|
|
1489
1650
|
*
|
|
1490
1651
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1491
1652
|
*/
|
|
1492
1653
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1493
1654
|
/**
|
|
1494
|
-
*
|
|
1655
|
+
*
|
|
1656
|
+
* @optional
|
|
1657
|
+
*
|
|
1658
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1659
|
+
*
|
|
1660
|
+
* @example 1672531200
|
|
1661
|
+
*
|
|
1662
|
+
* @regex ^[0-9]+$
|
|
1663
|
+
*
|
|
1664
|
+
* @format Non-negative integer.
|
|
1495
1665
|
*
|
|
1496
1666
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1497
1667
|
*/
|
|
1498
1668
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1499
1669
|
/**
|
|
1500
|
-
*
|
|
1670
|
+
*
|
|
1671
|
+
* @optional
|
|
1672
|
+
*
|
|
1673
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1674
|
+
*
|
|
1675
|
+
* @example 1704067199
|
|
1676
|
+
*
|
|
1677
|
+
* @regex ^[0-9]+$
|
|
1678
|
+
*
|
|
1679
|
+
* @format Non-negative integer.
|
|
1501
1680
|
*
|
|
1502
1681
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1503
1682
|
*/
|
|
1504
1683
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1505
1684
|
/**
|
|
1506
|
-
*
|
|
1685
|
+
*
|
|
1686
|
+
* @optional
|
|
1687
|
+
*
|
|
1688
|
+
* @description Filter by the organization UUID.
|
|
1689
|
+
*
|
|
1690
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1691
|
+
*
|
|
1692
|
+
* @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}$
|
|
1693
|
+
*
|
|
1694
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1507
1695
|
*
|
|
1508
1696
|
* @generated from field: string entity_uuid = 8;
|
|
1509
1697
|
*/
|
|
1510
1698
|
this.entityUuid = "";
|
|
1511
1699
|
/**
|
|
1512
|
-
*
|
|
1700
|
+
*
|
|
1701
|
+
* @optional
|
|
1702
|
+
*
|
|
1703
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1704
|
+
*
|
|
1705
|
+
* @example STANDING
|
|
1513
1706
|
*
|
|
1514
1707
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1515
1708
|
*/
|
|
1516
1709
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1517
1710
|
/**
|
|
1518
|
-
*
|
|
1711
|
+
*
|
|
1712
|
+
* @optional
|
|
1713
|
+
*
|
|
1714
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1715
|
+
*
|
|
1716
|
+
* @example 1672531200
|
|
1717
|
+
*
|
|
1718
|
+
* @regex ^[0-9]+$
|
|
1719
|
+
*
|
|
1720
|
+
* @format Non-negative integer.
|
|
1519
1721
|
*
|
|
1520
1722
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1521
1723
|
*/
|
|
1522
1724
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1523
1725
|
/**
|
|
1524
|
-
*
|
|
1726
|
+
*
|
|
1727
|
+
* @optional
|
|
1728
|
+
*
|
|
1729
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1730
|
+
*
|
|
1731
|
+
* @example 1704067199
|
|
1732
|
+
*
|
|
1733
|
+
* @regex ^[0-9]+$
|
|
1734
|
+
*
|
|
1735
|
+
* @format Non-negative integer.
|
|
1525
1736
|
*
|
|
1526
1737
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1527
1738
|
*/
|
|
1528
1739
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1529
1740
|
/**
|
|
1530
|
-
*
|
|
1741
|
+
*
|
|
1742
|
+
* @optional
|
|
1743
|
+
*
|
|
1744
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1745
|
+
*
|
|
1746
|
+
* @example 501
|
|
1747
|
+
*
|
|
1748
|
+
* @regex ^[0-9]+$
|
|
1749
|
+
*
|
|
1750
|
+
* @format Non-negative integer.
|
|
1531
1751
|
*
|
|
1532
1752
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1533
1753
|
*/
|
|
1534
1754
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1535
1755
|
/**
|
|
1536
|
-
*
|
|
1756
|
+
*
|
|
1757
|
+
* @optional
|
|
1758
|
+
*
|
|
1759
|
+
* @description Filter by the role ID of the approver.
|
|
1760
|
+
*
|
|
1761
|
+
* @example 5
|
|
1762
|
+
*
|
|
1763
|
+
* @regex ^[0-9]+$
|
|
1764
|
+
*
|
|
1765
|
+
* @format Non-negative integer.
|
|
1537
1766
|
*
|
|
1538
1767
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1539
1768
|
*/
|
|
1540
1769
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1541
1770
|
/**
|
|
1542
|
-
*
|
|
1771
|
+
*
|
|
1772
|
+
* @optional
|
|
1773
|
+
*
|
|
1774
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1775
|
+
*
|
|
1776
|
+
* @example 1672531200
|
|
1777
|
+
*
|
|
1778
|
+
* @regex ^[0-9]+$
|
|
1779
|
+
*
|
|
1780
|
+
* @format Non-negative integer.
|
|
1543
1781
|
*
|
|
1544
1782
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1545
1783
|
*/
|
|
1546
1784
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1547
1785
|
/**
|
|
1548
|
-
*
|
|
1786
|
+
*
|
|
1787
|
+
* @optional
|
|
1788
|
+
*
|
|
1789
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1790
|
+
*
|
|
1791
|
+
* @example 1704067199
|
|
1792
|
+
*
|
|
1793
|
+
* @regex ^[0-9]+$
|
|
1794
|
+
*
|
|
1795
|
+
* @format Non-negative integer.
|
|
1549
1796
|
*
|
|
1550
1797
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1551
1798
|
*/
|
|
@@ -1569,13 +1816,31 @@ class InwardJobsServiceFilterReq extends protobuf_1.Message {
|
|
|
1569
1816
|
*/
|
|
1570
1817
|
this.deliveryDateEnd = "";
|
|
1571
1818
|
/**
|
|
1572
|
-
*
|
|
1819
|
+
*
|
|
1820
|
+
* @optional
|
|
1821
|
+
*
|
|
1822
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1823
|
+
*
|
|
1824
|
+
* @example "ABS-2023-001"
|
|
1825
|
+
*
|
|
1826
|
+
* @regex [0-9A-Za-z ]*$
|
|
1827
|
+
*
|
|
1828
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1573
1829
|
*
|
|
1574
1830
|
* @generated from field: string reference_id = 20;
|
|
1575
1831
|
*/
|
|
1576
1832
|
this.referenceId = "";
|
|
1577
1833
|
/**
|
|
1578
|
-
*
|
|
1834
|
+
*
|
|
1835
|
+
* @optional
|
|
1836
|
+
*
|
|
1837
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1838
|
+
*
|
|
1839
|
+
* @example "ABS-2023-X9Z2"
|
|
1840
|
+
*
|
|
1841
|
+
* @regex [0-9A-Za-z ]*$
|
|
1842
|
+
*
|
|
1843
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1579
1844
|
*
|
|
1580
1845
|
* @generated from field: string final_ref_number = 21;
|
|
1581
1846
|
*/
|
|
@@ -1674,79 +1939,188 @@ class InwardJobsServiceCountReq extends protobuf_1.Message {
|
|
|
1674
1939
|
constructor(data) {
|
|
1675
1940
|
super();
|
|
1676
1941
|
/**
|
|
1677
|
-
*
|
|
1942
|
+
*
|
|
1943
|
+
* @optional
|
|
1944
|
+
*
|
|
1945
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1946
|
+
*
|
|
1947
|
+
* @example ANY
|
|
1678
1948
|
*
|
|
1679
1949
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1680
1950
|
*/
|
|
1681
1951
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1682
1952
|
/**
|
|
1683
|
-
*
|
|
1953
|
+
*
|
|
1954
|
+
* @optional
|
|
1955
|
+
*
|
|
1956
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1957
|
+
*
|
|
1958
|
+
* @example 1672531200
|
|
1959
|
+
*
|
|
1960
|
+
* @regex ^[0-9]+$
|
|
1961
|
+
*
|
|
1962
|
+
* @format Non-negative integer.
|
|
1684
1963
|
*
|
|
1685
1964
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1686
1965
|
*/
|
|
1687
1966
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1688
1967
|
/**
|
|
1689
|
-
*
|
|
1968
|
+
*
|
|
1969
|
+
* @optional
|
|
1970
|
+
*
|
|
1971
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1972
|
+
*
|
|
1973
|
+
* @example 1704067199
|
|
1974
|
+
*
|
|
1975
|
+
* @regex ^[0-9]+$
|
|
1976
|
+
*
|
|
1977
|
+
* @format Non-negative integer.
|
|
1690
1978
|
*
|
|
1691
1979
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1692
1980
|
*/
|
|
1693
1981
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1694
1982
|
/**
|
|
1695
|
-
*
|
|
1983
|
+
*
|
|
1984
|
+
* @optional
|
|
1985
|
+
*
|
|
1986
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1987
|
+
*
|
|
1988
|
+
* @example 1672531200
|
|
1989
|
+
*
|
|
1990
|
+
* @regex ^[0-9]+$
|
|
1991
|
+
*
|
|
1992
|
+
* @format Non-negative integer.
|
|
1696
1993
|
*
|
|
1697
1994
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1698
1995
|
*/
|
|
1699
1996
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1700
1997
|
/**
|
|
1701
|
-
*
|
|
1998
|
+
*
|
|
1999
|
+
* @optional
|
|
2000
|
+
*
|
|
2001
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2002
|
+
*
|
|
2003
|
+
* @example 1704067199
|
|
2004
|
+
*
|
|
2005
|
+
* @regex ^[0-9]+$
|
|
2006
|
+
*
|
|
2007
|
+
* @format Non-negative integer.
|
|
1702
2008
|
*
|
|
1703
2009
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1704
2010
|
*/
|
|
1705
2011
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1706
2012
|
/**
|
|
1707
|
-
*
|
|
2013
|
+
*
|
|
2014
|
+
* @optional
|
|
2015
|
+
*
|
|
2016
|
+
* @description Filter by the organization UUID.
|
|
2017
|
+
*
|
|
2018
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2019
|
+
*
|
|
2020
|
+
* @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}$
|
|
2021
|
+
*
|
|
2022
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1708
2023
|
*
|
|
1709
2024
|
* @generated from field: string entity_uuid = 8;
|
|
1710
2025
|
*/
|
|
1711
2026
|
this.entityUuid = "";
|
|
1712
2027
|
/**
|
|
1713
|
-
*
|
|
2028
|
+
*
|
|
2029
|
+
* @optional
|
|
2030
|
+
*
|
|
2031
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2032
|
+
*
|
|
2033
|
+
* @example STANDING
|
|
1714
2034
|
*
|
|
1715
2035
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1716
2036
|
*/
|
|
1717
2037
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1718
2038
|
/**
|
|
1719
|
-
*
|
|
2039
|
+
*
|
|
2040
|
+
* @optional
|
|
2041
|
+
*
|
|
2042
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2043
|
+
*
|
|
2044
|
+
* @example 1672531200
|
|
2045
|
+
*
|
|
2046
|
+
* @regex ^[0-9]+$
|
|
2047
|
+
*
|
|
2048
|
+
* @format Non-negative integer.
|
|
1720
2049
|
*
|
|
1721
2050
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1722
2051
|
*/
|
|
1723
2052
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1724
2053
|
/**
|
|
1725
|
-
*
|
|
2054
|
+
*
|
|
2055
|
+
* @optional
|
|
2056
|
+
*
|
|
2057
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2058
|
+
*
|
|
2059
|
+
* @example 1704067199
|
|
2060
|
+
*
|
|
2061
|
+
* @regex ^[0-9]+$
|
|
2062
|
+
*
|
|
2063
|
+
* @format Non-negative integer.
|
|
1726
2064
|
*
|
|
1727
2065
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1728
2066
|
*/
|
|
1729
2067
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1730
2068
|
/**
|
|
1731
|
-
*
|
|
2069
|
+
*
|
|
2070
|
+
* @optional
|
|
2071
|
+
*
|
|
2072
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2073
|
+
*
|
|
2074
|
+
* @example 501
|
|
2075
|
+
*
|
|
2076
|
+
* @regex ^[0-9]+$
|
|
2077
|
+
*
|
|
2078
|
+
* @format Non-negative integer.
|
|
1732
2079
|
*
|
|
1733
2080
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1734
2081
|
*/
|
|
1735
2082
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1736
2083
|
/**
|
|
1737
|
-
*
|
|
2084
|
+
*
|
|
2085
|
+
* @optional
|
|
2086
|
+
*
|
|
2087
|
+
* @description Filter by the role ID of the approver.
|
|
2088
|
+
*
|
|
2089
|
+
* @example 5
|
|
2090
|
+
*
|
|
2091
|
+
* @regex ^[0-9]+$
|
|
2092
|
+
*
|
|
2093
|
+
* @format Non-negative integer.
|
|
1738
2094
|
*
|
|
1739
2095
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1740
2096
|
*/
|
|
1741
2097
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1742
2098
|
/**
|
|
1743
|
-
*
|
|
2099
|
+
*
|
|
2100
|
+
* @optional
|
|
2101
|
+
*
|
|
2102
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2103
|
+
*
|
|
2104
|
+
* @example 1672531200
|
|
2105
|
+
*
|
|
2106
|
+
* @regex ^[0-9]+$
|
|
2107
|
+
*
|
|
2108
|
+
* @format Non-negative integer.
|
|
1744
2109
|
*
|
|
1745
2110
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1746
2111
|
*/
|
|
1747
2112
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1748
2113
|
/**
|
|
1749
|
-
*
|
|
2114
|
+
*
|
|
2115
|
+
* @optional
|
|
2116
|
+
*
|
|
2117
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2118
|
+
*
|
|
2119
|
+
* @example 1704067199
|
|
2120
|
+
*
|
|
2121
|
+
* @regex ^[0-9]+$
|
|
2122
|
+
*
|
|
2123
|
+
* @format Non-negative integer.
|
|
1750
2124
|
*
|
|
1751
2125
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1752
2126
|
*/
|
|
@@ -1770,13 +2144,31 @@ class InwardJobsServiceCountReq extends protobuf_1.Message {
|
|
|
1770
2144
|
*/
|
|
1771
2145
|
this.deliveryDateEnd = "";
|
|
1772
2146
|
/**
|
|
1773
|
-
*
|
|
2147
|
+
*
|
|
2148
|
+
* @optional
|
|
2149
|
+
*
|
|
2150
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2151
|
+
*
|
|
2152
|
+
* @example "ABS-2023-001"
|
|
2153
|
+
*
|
|
2154
|
+
* @regex [0-9A-Za-z ]*$
|
|
2155
|
+
*
|
|
2156
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1774
2157
|
*
|
|
1775
2158
|
* @generated from field: string reference_id = 20;
|
|
1776
2159
|
*/
|
|
1777
2160
|
this.referenceId = "";
|
|
1778
2161
|
/**
|
|
1779
|
-
*
|
|
2162
|
+
*
|
|
2163
|
+
* @optional
|
|
2164
|
+
*
|
|
2165
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2166
|
+
*
|
|
2167
|
+
* @example "ABS-2023-X9Z2"
|
|
2168
|
+
*
|
|
2169
|
+
* @regex [0-9A-Za-z ]*$
|
|
2170
|
+
*
|
|
2171
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1780
2172
|
*
|
|
1781
2173
|
* @generated from field: string final_ref_number = 21;
|
|
1782
2174
|
*/
|
|
@@ -1871,49 +2263,103 @@ class InwardJobsServiceSearchAllReq extends protobuf_1.Message {
|
|
|
1871
2263
|
constructor(data) {
|
|
1872
2264
|
super();
|
|
1873
2265
|
/**
|
|
1874
|
-
*
|
|
2266
|
+
*
|
|
2267
|
+
* @optional
|
|
2268
|
+
*
|
|
2269
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2270
|
+
*
|
|
2271
|
+
* @example ANY
|
|
1875
2272
|
*
|
|
1876
2273
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1877
2274
|
*/
|
|
1878
2275
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1879
2276
|
/**
|
|
1880
|
-
*
|
|
2277
|
+
*
|
|
2278
|
+
* @mandatory
|
|
2279
|
+
*
|
|
2280
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2281
|
+
*
|
|
2282
|
+
* @example 100
|
|
2283
|
+
*
|
|
2284
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2285
|
+
*
|
|
2286
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1881
2287
|
*
|
|
1882
2288
|
* @generated from field: int64 count = 2;
|
|
1883
2289
|
*/
|
|
1884
2290
|
this.count = protobuf_1.protoInt64.zero;
|
|
1885
2291
|
/**
|
|
1886
|
-
*
|
|
2292
|
+
*
|
|
2293
|
+
* @optional
|
|
2294
|
+
*
|
|
2295
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2296
|
+
*
|
|
2297
|
+
* @example 0
|
|
2298
|
+
*
|
|
2299
|
+
* @regex ^[0-9]+$
|
|
2300
|
+
*
|
|
2301
|
+
* @format Non-negative integer.
|
|
1887
2302
|
*
|
|
1888
2303
|
* @generated from field: uint64 offset = 3;
|
|
1889
2304
|
*/
|
|
1890
2305
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1891
2306
|
/**
|
|
1892
|
-
*
|
|
2307
|
+
*
|
|
2308
|
+
* @optional
|
|
2309
|
+
*
|
|
2310
|
+
* @description Sort direction.
|
|
2311
|
+
*
|
|
2312
|
+
* @example DESCENDING
|
|
1893
2313
|
*
|
|
1894
2314
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1895
2315
|
*/
|
|
1896
2316
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1897
2317
|
/**
|
|
1898
|
-
*
|
|
2318
|
+
*
|
|
2319
|
+
* @optional
|
|
2320
|
+
*
|
|
2321
|
+
* @description The field used for sorting.
|
|
1899
2322
|
*
|
|
1900
2323
|
* @generated from field: Scailo.INWARD_JOB_SORT_KEY sort_key = 5;
|
|
1901
2324
|
*/
|
|
1902
2325
|
this.sortKey = INWARD_JOB_SORT_KEY.INWARD_JOB_SORT_KEY_ID_UNSPECIFIED;
|
|
1903
2326
|
/**
|
|
1904
|
-
*
|
|
2327
|
+
*
|
|
2328
|
+
* @optional
|
|
2329
|
+
*
|
|
2330
|
+
* @description Filter by the organization UUID.
|
|
2331
|
+
*
|
|
2332
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2333
|
+
*
|
|
2334
|
+
* @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}$
|
|
2335
|
+
*
|
|
2336
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1905
2337
|
*
|
|
1906
2338
|
* @generated from field: string entity_uuid = 6;
|
|
1907
2339
|
*/
|
|
1908
2340
|
this.entityUuid = "";
|
|
1909
2341
|
/**
|
|
1910
|
-
*
|
|
2342
|
+
*
|
|
2343
|
+
* @optional
|
|
2344
|
+
*
|
|
2345
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2346
|
+
*
|
|
2347
|
+
* @example STANDING
|
|
1911
2348
|
*
|
|
1912
2349
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1913
2350
|
*/
|
|
1914
2351
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1915
2352
|
/**
|
|
1916
|
-
*
|
|
2353
|
+
*
|
|
2354
|
+
* @mandatory
|
|
2355
|
+
*
|
|
2356
|
+
* @description The search string to match against reference IDs.
|
|
2357
|
+
*
|
|
2358
|
+
* @example "Medical 2023"
|
|
2359
|
+
*
|
|
2360
|
+
* @regex .*
|
|
2361
|
+
*
|
|
2362
|
+
* @format: May contain any UTF-8 characters.
|
|
1917
2363
|
*
|
|
1918
2364
|
* @generated from field: string search_key = 11;
|
|
1919
2365
|
*/
|
|
@@ -1984,37 +2430,77 @@ class InwardJobInwardItemsSearchRequest extends protobuf_1.Message {
|
|
|
1984
2430
|
constructor(data) {
|
|
1985
2431
|
super();
|
|
1986
2432
|
/**
|
|
1987
|
-
*
|
|
2433
|
+
*
|
|
2434
|
+
* @optional
|
|
2435
|
+
*
|
|
2436
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2437
|
+
*
|
|
2438
|
+
* @example ANY
|
|
1988
2439
|
*
|
|
1989
2440
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1990
2441
|
*/
|
|
1991
2442
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1992
2443
|
/**
|
|
1993
|
-
*
|
|
2444
|
+
*
|
|
2445
|
+
* @mandatory
|
|
2446
|
+
*
|
|
2447
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2448
|
+
*
|
|
2449
|
+
* @example 100
|
|
2450
|
+
*
|
|
2451
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2452
|
+
*
|
|
2453
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1994
2454
|
*
|
|
1995
2455
|
* @generated from field: int64 count = 2;
|
|
1996
2456
|
*/
|
|
1997
2457
|
this.count = protobuf_1.protoInt64.zero;
|
|
1998
2458
|
/**
|
|
1999
|
-
*
|
|
2459
|
+
*
|
|
2460
|
+
* @optional
|
|
2461
|
+
*
|
|
2462
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2463
|
+
*
|
|
2464
|
+
* @example 0
|
|
2465
|
+
*
|
|
2466
|
+
* @regex ^[0-9]+$
|
|
2467
|
+
*
|
|
2468
|
+
* @format Non-negative integer.
|
|
2000
2469
|
*
|
|
2001
2470
|
* @generated from field: uint64 offset = 3;
|
|
2002
2471
|
*/
|
|
2003
2472
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2004
2473
|
/**
|
|
2005
|
-
*
|
|
2474
|
+
*
|
|
2475
|
+
* @optional
|
|
2476
|
+
*
|
|
2477
|
+
* @description Sort direction.
|
|
2478
|
+
*
|
|
2479
|
+
* @example DESCENDING
|
|
2006
2480
|
*
|
|
2007
2481
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2008
2482
|
*/
|
|
2009
2483
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2010
2484
|
/**
|
|
2011
|
-
*
|
|
2485
|
+
*
|
|
2486
|
+
* @optional
|
|
2487
|
+
*
|
|
2488
|
+
* @description The field used for sorting.
|
|
2012
2489
|
*
|
|
2013
2490
|
* @generated from field: Scailo.INWARD_JOB_INWARD_ITEM_SORT_KEY sort_key = 5;
|
|
2014
2491
|
*/
|
|
2015
2492
|
this.sortKey = INWARD_JOB_INWARD_ITEM_SORT_KEY.INWARD_JOB_INWARD_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
2016
2493
|
/**
|
|
2017
|
-
*
|
|
2494
|
+
*
|
|
2495
|
+
* @optional
|
|
2496
|
+
*
|
|
2497
|
+
* @description Filter by the organization UUID.
|
|
2498
|
+
*
|
|
2499
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2500
|
+
*
|
|
2501
|
+
* @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}$
|
|
2502
|
+
*
|
|
2503
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2018
2504
|
*
|
|
2019
2505
|
* @generated from field: string entity_uuid = 6;
|
|
2020
2506
|
*/
|
|
@@ -2136,25 +2622,35 @@ class InwardJobsServicePaginatedInwardItemsResponse extends protobuf_1.Message {
|
|
|
2136
2622
|
constructor(data) {
|
|
2137
2623
|
super();
|
|
2138
2624
|
/**
|
|
2139
|
-
*
|
|
2625
|
+
*
|
|
2626
|
+
* @description Number of records returned in the current response slice.
|
|
2627
|
+
*
|
|
2628
|
+
* @example 50
|
|
2140
2629
|
*
|
|
2141
2630
|
* @generated from field: uint64 count = 1;
|
|
2142
2631
|
*/
|
|
2143
2632
|
this.count = protobuf_1.protoInt64.zero;
|
|
2144
2633
|
/**
|
|
2145
|
-
*
|
|
2634
|
+
*
|
|
2635
|
+
* @description The offset provided in the request.
|
|
2636
|
+
*
|
|
2637
|
+
* @example 0
|
|
2146
2638
|
*
|
|
2147
2639
|
* @generated from field: uint64 offset = 2;
|
|
2148
2640
|
*/
|
|
2149
2641
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2150
2642
|
/**
|
|
2151
|
-
*
|
|
2643
|
+
*
|
|
2644
|
+
* @description The total number of records matching the criteria.
|
|
2645
|
+
*
|
|
2646
|
+
* @example 1250
|
|
2152
2647
|
*
|
|
2153
2648
|
* @generated from field: uint64 total = 3;
|
|
2154
2649
|
*/
|
|
2155
2650
|
this.total = protobuf_1.protoInt64.zero;
|
|
2156
2651
|
/**
|
|
2157
|
-
*
|
|
2652
|
+
*
|
|
2653
|
+
* @description The array of records for the current page.
|
|
2158
2654
|
*
|
|
2159
2655
|
* @generated from field: repeated Scailo.InwardJobInwardItem payload = 4;
|
|
2160
2656
|
*/
|
|
@@ -2498,13 +2994,17 @@ class InwardJobOutwardItem extends protobuf_1.Message {
|
|
|
2498
2994
|
constructor(data) {
|
|
2499
2995
|
super();
|
|
2500
2996
|
/**
|
|
2501
|
-
*
|
|
2997
|
+
*
|
|
2998
|
+
* @description The organization's globally unique identifier.
|
|
2999
|
+
*
|
|
3000
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2502
3001
|
*
|
|
2503
3002
|
* @generated from field: string entity_uuid = 1;
|
|
2504
3003
|
*/
|
|
2505
3004
|
this.entityUuid = "";
|
|
2506
3005
|
/**
|
|
2507
|
-
*
|
|
3006
|
+
*
|
|
3007
|
+
* @description The approval state of the record
|
|
2508
3008
|
*
|
|
2509
3009
|
* @generated from field: bool need_approval = 4;
|
|
2510
3010
|
*/
|
|
@@ -2728,37 +3228,77 @@ class InwardJobOutwardItemsSearchRequest extends protobuf_1.Message {
|
|
|
2728
3228
|
constructor(data) {
|
|
2729
3229
|
super();
|
|
2730
3230
|
/**
|
|
2731
|
-
*
|
|
3231
|
+
*
|
|
3232
|
+
* @optional
|
|
3233
|
+
*
|
|
3234
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
3235
|
+
*
|
|
3236
|
+
* @example ANY
|
|
2732
3237
|
*
|
|
2733
3238
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2734
3239
|
*/
|
|
2735
3240
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2736
3241
|
/**
|
|
2737
|
-
*
|
|
3242
|
+
*
|
|
3243
|
+
* @mandatory
|
|
3244
|
+
*
|
|
3245
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
3246
|
+
*
|
|
3247
|
+
* @example 100
|
|
3248
|
+
*
|
|
3249
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
3250
|
+
*
|
|
3251
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2738
3252
|
*
|
|
2739
3253
|
* @generated from field: int64 count = 2;
|
|
2740
3254
|
*/
|
|
2741
3255
|
this.count = protobuf_1.protoInt64.zero;
|
|
2742
3256
|
/**
|
|
2743
|
-
*
|
|
3257
|
+
*
|
|
3258
|
+
* @optional
|
|
3259
|
+
*
|
|
3260
|
+
* @description Number of records to skip (offset) for pagination.
|
|
3261
|
+
*
|
|
3262
|
+
* @example 0
|
|
3263
|
+
*
|
|
3264
|
+
* @regex ^[0-9]+$
|
|
3265
|
+
*
|
|
3266
|
+
* @format Non-negative integer.
|
|
2744
3267
|
*
|
|
2745
3268
|
* @generated from field: uint64 offset = 3;
|
|
2746
3269
|
*/
|
|
2747
3270
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2748
3271
|
/**
|
|
2749
|
-
*
|
|
3272
|
+
*
|
|
3273
|
+
* @optional
|
|
3274
|
+
*
|
|
3275
|
+
* @description Sort direction.
|
|
3276
|
+
*
|
|
3277
|
+
* @example DESCENDING
|
|
2750
3278
|
*
|
|
2751
3279
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2752
3280
|
*/
|
|
2753
3281
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2754
3282
|
/**
|
|
2755
|
-
*
|
|
3283
|
+
*
|
|
3284
|
+
* @optional
|
|
3285
|
+
*
|
|
3286
|
+
* @description The field used for sorting.
|
|
2756
3287
|
*
|
|
2757
3288
|
* @generated from field: Scailo.INWARD_JOB_OUTWARD_ITEM_SORT_KEY sort_key = 5;
|
|
2758
3289
|
*/
|
|
2759
3290
|
this.sortKey = INWARD_JOB_OUTWARD_ITEM_SORT_KEY.INWARD_JOB_OUTWARD_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
2760
3291
|
/**
|
|
2761
|
-
*
|
|
3292
|
+
*
|
|
3293
|
+
* @optional
|
|
3294
|
+
*
|
|
3295
|
+
* @description Filter by the organization UUID.
|
|
3296
|
+
*
|
|
3297
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
3298
|
+
*
|
|
3299
|
+
* @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}$
|
|
3300
|
+
*
|
|
3301
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2762
3302
|
*
|
|
2763
3303
|
* @generated from field: string entity_uuid = 6;
|
|
2764
3304
|
*/
|
|
@@ -2901,25 +3441,35 @@ class InwardJobsServicePaginatedOutwardItemsResponse extends protobuf_1.Message
|
|
|
2901
3441
|
constructor(data) {
|
|
2902
3442
|
super();
|
|
2903
3443
|
/**
|
|
2904
|
-
*
|
|
3444
|
+
*
|
|
3445
|
+
* @description Number of records returned in the current response slice.
|
|
3446
|
+
*
|
|
3447
|
+
* @example 50
|
|
2905
3448
|
*
|
|
2906
3449
|
* @generated from field: uint64 count = 1;
|
|
2907
3450
|
*/
|
|
2908
3451
|
this.count = protobuf_1.protoInt64.zero;
|
|
2909
3452
|
/**
|
|
2910
|
-
*
|
|
3453
|
+
*
|
|
3454
|
+
* @description The offset provided in the request.
|
|
3455
|
+
*
|
|
3456
|
+
* @example 0
|
|
2911
3457
|
*
|
|
2912
3458
|
* @generated from field: uint64 offset = 2;
|
|
2913
3459
|
*/
|
|
2914
3460
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2915
3461
|
/**
|
|
2916
|
-
*
|
|
3462
|
+
*
|
|
3463
|
+
* @description The total number of records matching the criteria.
|
|
3464
|
+
*
|
|
3465
|
+
* @example 1250
|
|
2917
3466
|
*
|
|
2918
3467
|
* @generated from field: uint64 total = 3;
|
|
2919
3468
|
*/
|
|
2920
3469
|
this.total = protobuf_1.protoInt64.zero;
|
|
2921
3470
|
/**
|
|
2922
|
-
*
|
|
3471
|
+
*
|
|
3472
|
+
* @description The array of records for the current page.
|
|
2923
3473
|
*
|
|
2924
3474
|
* @generated from field: repeated Scailo.InwardJobOutwardItem payload = 4;
|
|
2925
3475
|
*/
|
|
@@ -3008,13 +3558,17 @@ class InwardJobContact extends protobuf_1.Message {
|
|
|
3008
3558
|
constructor(data) {
|
|
3009
3559
|
super();
|
|
3010
3560
|
/**
|
|
3011
|
-
*
|
|
3561
|
+
*
|
|
3562
|
+
* @description The organization's globally unique identifier.
|
|
3563
|
+
*
|
|
3564
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
3012
3565
|
*
|
|
3013
3566
|
* @generated from field: string entity_uuid = 1;
|
|
3014
3567
|
*/
|
|
3015
3568
|
this.entityUuid = "";
|
|
3016
3569
|
/**
|
|
3017
|
-
*
|
|
3570
|
+
*
|
|
3571
|
+
* @description The approval state of the record
|
|
3018
3572
|
*
|
|
3019
3573
|
* @generated from field: bool need_approval = 4;
|
|
3020
3574
|
*/
|