@kernelminds/scailo-sdk 0.1.27 → 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 +88 -23
- package/lib/cjs/src/users.scailo_pb.js +491 -82
- 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 +89 -24
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +479 -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 +88 -23
- package/lib/esm/src/users.scailo_pb.js +495 -84
- 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 +89 -24
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +479 -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
|
@@ -192,7 +192,16 @@ export declare enum OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY {
|
|
|
192
192
|
*/
|
|
193
193
|
export declare class OutwardJobsFreeIssueMaterialsServiceCreateRequest extends Message<OutwardJobsFreeIssueMaterialsServiceCreateRequest> {
|
|
194
194
|
/**
|
|
195
|
-
*
|
|
195
|
+
*
|
|
196
|
+
* @optional
|
|
197
|
+
*
|
|
198
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
199
|
+
*
|
|
200
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
201
|
+
*
|
|
202
|
+
* @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}$
|
|
203
|
+
*
|
|
204
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
196
205
|
*
|
|
197
206
|
* @generated from field: string entity_uuid = 1;
|
|
198
207
|
*/
|
|
@@ -204,13 +213,31 @@ export declare class OutwardJobsFreeIssueMaterialsServiceCreateRequest extends M
|
|
|
204
213
|
*/
|
|
205
214
|
userComment: string;
|
|
206
215
|
/**
|
|
207
|
-
*
|
|
216
|
+
*
|
|
217
|
+
* @optional
|
|
218
|
+
*
|
|
219
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
220
|
+
*
|
|
221
|
+
* @example 15234
|
|
222
|
+
*
|
|
223
|
+
* @regex ^[0-9]+$
|
|
224
|
+
*
|
|
225
|
+
* @format Non-negative integer.
|
|
208
226
|
*
|
|
209
227
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
210
228
|
*/
|
|
211
229
|
vaultFolderId: bigint;
|
|
212
230
|
/**
|
|
213
|
-
*
|
|
231
|
+
*
|
|
232
|
+
* @mandatory
|
|
233
|
+
*
|
|
234
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
235
|
+
*
|
|
236
|
+
* @example "ABS-2023-001"
|
|
237
|
+
*
|
|
238
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
239
|
+
*
|
|
240
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
214
241
|
*
|
|
215
242
|
* @generated from field: string reference_id = 10;
|
|
216
243
|
*/
|
|
@@ -268,19 +295,42 @@ export declare class OutwardJobsFreeIssueMaterialsServiceUpdateRequest extends M
|
|
|
268
295
|
*/
|
|
269
296
|
id: bigint;
|
|
270
297
|
/**
|
|
271
|
-
*
|
|
298
|
+
*
|
|
299
|
+
* @optional
|
|
300
|
+
*
|
|
301
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
302
|
+
*
|
|
303
|
+
* @example true
|
|
272
304
|
*
|
|
273
305
|
* @generated from field: bool notify_users = 3;
|
|
274
306
|
*/
|
|
275
307
|
notifyUsers: boolean;
|
|
276
308
|
/**
|
|
277
|
-
*
|
|
309
|
+
*
|
|
310
|
+
* @optional
|
|
311
|
+
*
|
|
312
|
+
* @description Updated vault folder ID for documentation storage.
|
|
313
|
+
*
|
|
314
|
+
* @example 15235
|
|
315
|
+
*
|
|
316
|
+
* @regex ^[0-9]+$
|
|
317
|
+
*
|
|
318
|
+
* @format Non-negative integer.
|
|
278
319
|
*
|
|
279
320
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
280
321
|
*/
|
|
281
322
|
vaultFolderId: bigint;
|
|
282
323
|
/**
|
|
283
|
-
*
|
|
324
|
+
*
|
|
325
|
+
* @mandatory
|
|
326
|
+
*
|
|
327
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
328
|
+
*
|
|
329
|
+
* @example "ABS-2023-001-REV"
|
|
330
|
+
*
|
|
331
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
332
|
+
*
|
|
333
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
284
334
|
*
|
|
285
335
|
* @generated from field: string reference_id = 10;
|
|
286
336
|
*/
|
|
@@ -370,55 +420,74 @@ export declare class OutwardJobFreeIssueMaterialAncillaryParameters extends Mess
|
|
|
370
420
|
*/
|
|
371
421
|
export declare class OutwardJobFreeIssueMaterial extends Message<OutwardJobFreeIssueMaterial> {
|
|
372
422
|
/**
|
|
373
|
-
*
|
|
423
|
+
*
|
|
424
|
+
* @description The organization's globally unique identifier.
|
|
425
|
+
*
|
|
426
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
374
427
|
*
|
|
375
428
|
* @generated from field: string entity_uuid = 1;
|
|
376
429
|
*/
|
|
377
430
|
entityUuid: string;
|
|
378
431
|
/**
|
|
379
|
-
*
|
|
432
|
+
*
|
|
433
|
+
* @description Standard employee and record metadata including timestamps.
|
|
380
434
|
*
|
|
381
435
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
382
436
|
*/
|
|
383
437
|
metadata?: EmployeeMetadata;
|
|
384
438
|
/**
|
|
385
|
-
*
|
|
439
|
+
*
|
|
440
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
386
441
|
*
|
|
387
442
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
388
443
|
*/
|
|
389
444
|
approvalMetadata?: ApprovalMetadata;
|
|
390
445
|
/**
|
|
391
|
-
*
|
|
446
|
+
*
|
|
447
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
392
448
|
*
|
|
393
449
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
394
450
|
*/
|
|
395
451
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
396
452
|
/**
|
|
397
|
-
*
|
|
453
|
+
*
|
|
454
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
398
455
|
*
|
|
399
456
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
400
457
|
*/
|
|
401
458
|
logs: LogbookLogConciseSLC[];
|
|
402
459
|
/**
|
|
403
|
-
*
|
|
460
|
+
*
|
|
461
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
462
|
+
*
|
|
463
|
+
* @example 1698400000
|
|
404
464
|
*
|
|
405
465
|
* @generated from field: uint64 completed_on = 6;
|
|
406
466
|
*/
|
|
407
467
|
completedOn: bigint;
|
|
408
468
|
/**
|
|
409
|
-
*
|
|
469
|
+
*
|
|
470
|
+
* @description Link to the document storage folder.
|
|
471
|
+
*
|
|
472
|
+
* @example 15234
|
|
410
473
|
*
|
|
411
474
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
412
475
|
*/
|
|
413
476
|
vaultFolderId: bigint;
|
|
414
477
|
/**
|
|
415
|
-
*
|
|
478
|
+
*
|
|
479
|
+
* @description The user-provided reference ID.
|
|
480
|
+
*
|
|
481
|
+
* @example "ABS-2023-001"
|
|
416
482
|
*
|
|
417
483
|
* @generated from field: string reference_id = 10;
|
|
418
484
|
*/
|
|
419
485
|
referenceId: string;
|
|
420
486
|
/**
|
|
421
|
-
*
|
|
487
|
+
*
|
|
488
|
+
* @description The system-generated immutable reference number.
|
|
489
|
+
*
|
|
490
|
+
* @example "ABS-2023-X9Z2"
|
|
422
491
|
*
|
|
423
492
|
* @generated from field: string final_ref_number = 11;
|
|
424
493
|
*/
|
|
@@ -592,25 +661,31 @@ export declare class OutwardJobsFreeIssueMaterialsServiceItemUpdateRequest exten
|
|
|
592
661
|
*/
|
|
593
662
|
export declare class OutwardJobFreeIssueMaterialItem extends Message<OutwardJobFreeIssueMaterialItem> {
|
|
594
663
|
/**
|
|
595
|
-
*
|
|
664
|
+
*
|
|
665
|
+
* @description The organization's globally unique identifier.
|
|
666
|
+
*
|
|
667
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
596
668
|
*
|
|
597
669
|
* @generated from field: string entity_uuid = 1;
|
|
598
670
|
*/
|
|
599
671
|
entityUuid: string;
|
|
600
672
|
/**
|
|
601
|
-
*
|
|
673
|
+
*
|
|
674
|
+
* @description Standard employee and record metadata including timestamps.
|
|
602
675
|
*
|
|
603
676
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
604
677
|
*/
|
|
605
678
|
metadata?: EmployeeMetadata;
|
|
606
679
|
/**
|
|
607
|
-
*
|
|
680
|
+
*
|
|
681
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
608
682
|
*
|
|
609
683
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
610
684
|
*/
|
|
611
685
|
approvalMetadata?: ApprovalMetadata;
|
|
612
686
|
/**
|
|
613
|
-
*
|
|
687
|
+
*
|
|
688
|
+
* @description The approval state of the record
|
|
614
689
|
*
|
|
615
690
|
* @generated from field: bool need_approval = 4;
|
|
616
691
|
*/
|
|
@@ -780,37 +855,77 @@ export declare class OutwardJobFreeIssueMaterialItemProspectiveInfoRequest exten
|
|
|
780
855
|
*/
|
|
781
856
|
export declare class OutwardJobFreeIssueMaterialItemsSearchRequest extends Message<OutwardJobFreeIssueMaterialItemsSearchRequest> {
|
|
782
857
|
/**
|
|
783
|
-
*
|
|
858
|
+
*
|
|
859
|
+
* @optional
|
|
860
|
+
*
|
|
861
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
862
|
+
*
|
|
863
|
+
* @example ANY
|
|
784
864
|
*
|
|
785
865
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
786
866
|
*/
|
|
787
867
|
isActive: BOOL_FILTER;
|
|
788
868
|
/**
|
|
789
|
-
*
|
|
869
|
+
*
|
|
870
|
+
* @mandatory
|
|
871
|
+
*
|
|
872
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
873
|
+
*
|
|
874
|
+
* @example 100
|
|
875
|
+
*
|
|
876
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
877
|
+
*
|
|
878
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
790
879
|
*
|
|
791
880
|
* @generated from field: int64 count = 2;
|
|
792
881
|
*/
|
|
793
882
|
count: bigint;
|
|
794
883
|
/**
|
|
795
|
-
*
|
|
884
|
+
*
|
|
885
|
+
* @optional
|
|
886
|
+
*
|
|
887
|
+
* @description Number of records to skip (offset) for pagination.
|
|
888
|
+
*
|
|
889
|
+
* @example 0
|
|
890
|
+
*
|
|
891
|
+
* @regex ^[0-9]+$
|
|
892
|
+
*
|
|
893
|
+
* @format Non-negative integer.
|
|
796
894
|
*
|
|
797
895
|
* @generated from field: uint64 offset = 3;
|
|
798
896
|
*/
|
|
799
897
|
offset: bigint;
|
|
800
898
|
/**
|
|
801
|
-
*
|
|
899
|
+
*
|
|
900
|
+
* @optional
|
|
901
|
+
*
|
|
902
|
+
* @description Sort direction.
|
|
903
|
+
*
|
|
904
|
+
* @example DESCENDING
|
|
802
905
|
*
|
|
803
906
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
804
907
|
*/
|
|
805
908
|
sortOrder: SORT_ORDER;
|
|
806
909
|
/**
|
|
807
|
-
*
|
|
910
|
+
*
|
|
911
|
+
* @optional
|
|
912
|
+
*
|
|
913
|
+
* @description The field used for sorting.
|
|
808
914
|
*
|
|
809
915
|
* @generated from field: Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_SORT_KEY sort_key = 5;
|
|
810
916
|
*/
|
|
811
917
|
sortKey: OUTWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_SORT_KEY;
|
|
812
918
|
/**
|
|
813
|
-
*
|
|
919
|
+
*
|
|
920
|
+
* @optional
|
|
921
|
+
*
|
|
922
|
+
* @description Filter by the organization UUID.
|
|
923
|
+
*
|
|
924
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
925
|
+
*
|
|
926
|
+
* @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}$
|
|
927
|
+
*
|
|
928
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
814
929
|
*
|
|
815
930
|
* @generated from field: string entity_uuid = 6;
|
|
816
931
|
*/
|
|
@@ -898,25 +1013,35 @@ export declare class OutwardJobFreeIssueMaterialItemsSearchRequest extends Messa
|
|
|
898
1013
|
*/
|
|
899
1014
|
export declare class OutwardJobsFreeIssueMaterialsServicePaginatedItemsResponse extends Message<OutwardJobsFreeIssueMaterialsServicePaginatedItemsResponse> {
|
|
900
1015
|
/**
|
|
901
|
-
*
|
|
1016
|
+
*
|
|
1017
|
+
* @description Number of records returned in the current response slice.
|
|
1018
|
+
*
|
|
1019
|
+
* @example 50
|
|
902
1020
|
*
|
|
903
1021
|
* @generated from field: uint64 count = 1;
|
|
904
1022
|
*/
|
|
905
1023
|
count: bigint;
|
|
906
1024
|
/**
|
|
907
|
-
*
|
|
1025
|
+
*
|
|
1026
|
+
* @description The offset provided in the request.
|
|
1027
|
+
*
|
|
1028
|
+
* @example 0
|
|
908
1029
|
*
|
|
909
1030
|
* @generated from field: uint64 offset = 2;
|
|
910
1031
|
*/
|
|
911
1032
|
offset: bigint;
|
|
912
1033
|
/**
|
|
913
|
-
*
|
|
1034
|
+
*
|
|
1035
|
+
* @description The total number of records matching the criteria.
|
|
1036
|
+
*
|
|
1037
|
+
* @example 1250
|
|
914
1038
|
*
|
|
915
1039
|
* @generated from field: uint64 total = 3;
|
|
916
1040
|
*/
|
|
917
1041
|
total: bigint;
|
|
918
1042
|
/**
|
|
919
|
-
*
|
|
1043
|
+
*
|
|
1044
|
+
* @description The array of records for the current page.
|
|
920
1045
|
*
|
|
921
1046
|
* @generated from field: repeated Scailo.OutwardJobFreeIssueMaterialItem payload = 4;
|
|
922
1047
|
*/
|
|
@@ -972,31 +1097,62 @@ export declare class OutwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityFor
|
|
|
972
1097
|
*/
|
|
973
1098
|
export declare class OutwardJobsFreeIssueMaterialsServicePaginationReq extends Message<OutwardJobsFreeIssueMaterialsServicePaginationReq> {
|
|
974
1099
|
/**
|
|
975
|
-
*
|
|
1100
|
+
*
|
|
1101
|
+
* @optional
|
|
1102
|
+
*
|
|
1103
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1104
|
+
*
|
|
1105
|
+
* @example ANY
|
|
976
1106
|
*
|
|
977
1107
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
978
1108
|
*/
|
|
979
1109
|
isActive: BOOL_FILTER;
|
|
980
1110
|
/**
|
|
981
|
-
*
|
|
1111
|
+
*
|
|
1112
|
+
* @mandatory
|
|
1113
|
+
*
|
|
1114
|
+
* @description Number of records to return per page.
|
|
1115
|
+
*
|
|
1116
|
+
* @example 50
|
|
1117
|
+
*
|
|
1118
|
+
* @regex ^[1-9][0-9]*$
|
|
1119
|
+
*
|
|
1120
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
982
1121
|
*
|
|
983
1122
|
* @generated from field: int64 count = 2;
|
|
984
1123
|
*/
|
|
985
1124
|
count: bigint;
|
|
986
1125
|
/**
|
|
987
|
-
*
|
|
1126
|
+
*
|
|
1127
|
+
* @optional
|
|
1128
|
+
*
|
|
1129
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1130
|
+
*
|
|
1131
|
+
* @example 0
|
|
1132
|
+
*
|
|
1133
|
+
* @regex ^[0-9]+$
|
|
1134
|
+
*
|
|
1135
|
+
* @format Non-negative integer.
|
|
988
1136
|
*
|
|
989
1137
|
* @generated from field: uint64 offset = 3;
|
|
990
1138
|
*/
|
|
991
1139
|
offset: bigint;
|
|
992
1140
|
/**
|
|
993
|
-
*
|
|
1141
|
+
*
|
|
1142
|
+
* @optional
|
|
1143
|
+
*
|
|
1144
|
+
* @description Sort direction.
|
|
1145
|
+
*
|
|
1146
|
+
* @example DESCENDING
|
|
994
1147
|
*
|
|
995
1148
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
996
1149
|
*/
|
|
997
1150
|
sortOrder: SORT_ORDER;
|
|
998
1151
|
/**
|
|
999
|
-
*
|
|
1152
|
+
*
|
|
1153
|
+
* @optional
|
|
1154
|
+
*
|
|
1155
|
+
* @description The specific field key to sort the results by.
|
|
1000
1156
|
*
|
|
1001
1157
|
* @generated from field: Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY sort_key = 5;
|
|
1002
1158
|
*/
|
|
@@ -1024,25 +1180,35 @@ export declare class OutwardJobsFreeIssueMaterialsServicePaginationReq extends M
|
|
|
1024
1180
|
*/
|
|
1025
1181
|
export declare class OutwardJobsFreeIssueMaterialsServicePaginationResponse extends Message<OutwardJobsFreeIssueMaterialsServicePaginationResponse> {
|
|
1026
1182
|
/**
|
|
1027
|
-
*
|
|
1183
|
+
*
|
|
1184
|
+
* @description Number of records returned in the current response slice.
|
|
1185
|
+
*
|
|
1186
|
+
* @example 50
|
|
1028
1187
|
*
|
|
1029
1188
|
* @generated from field: uint64 count = 1;
|
|
1030
1189
|
*/
|
|
1031
1190
|
count: bigint;
|
|
1032
1191
|
/**
|
|
1033
|
-
*
|
|
1192
|
+
*
|
|
1193
|
+
* @description The offset provided in the request.
|
|
1194
|
+
*
|
|
1195
|
+
* @example 0
|
|
1034
1196
|
*
|
|
1035
1197
|
* @generated from field: uint64 offset = 2;
|
|
1036
1198
|
*/
|
|
1037
1199
|
offset: bigint;
|
|
1038
1200
|
/**
|
|
1039
|
-
*
|
|
1201
|
+
*
|
|
1202
|
+
* @description The total number of records matching the criteria.
|
|
1203
|
+
*
|
|
1204
|
+
* @example 1250
|
|
1040
1205
|
*
|
|
1041
1206
|
* @generated from field: uint64 total = 3;
|
|
1042
1207
|
*/
|
|
1043
1208
|
total: bigint;
|
|
1044
1209
|
/**
|
|
1045
|
-
*
|
|
1210
|
+
*
|
|
1211
|
+
* @description The array of records for the current page.
|
|
1046
1212
|
*
|
|
1047
1213
|
* @generated from field: repeated Scailo.OutwardJobFreeIssueMaterial payload = 4;
|
|
1048
1214
|
*/
|
|
@@ -1064,115 +1230,268 @@ export declare class OutwardJobsFreeIssueMaterialsServicePaginationResponse exte
|
|
|
1064
1230
|
*/
|
|
1065
1231
|
export declare class OutwardJobsFreeIssueMaterialsServiceFilterReq extends Message<OutwardJobsFreeIssueMaterialsServiceFilterReq> {
|
|
1066
1232
|
/**
|
|
1067
|
-
*
|
|
1233
|
+
*
|
|
1234
|
+
* @optional
|
|
1235
|
+
*
|
|
1236
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1237
|
+
*
|
|
1238
|
+
* @example ANY
|
|
1068
1239
|
*
|
|
1069
1240
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1070
1241
|
*/
|
|
1071
1242
|
isActive: BOOL_FILTER;
|
|
1072
1243
|
/**
|
|
1073
|
-
*
|
|
1244
|
+
*
|
|
1245
|
+
* @mandatory
|
|
1246
|
+
*
|
|
1247
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1248
|
+
*
|
|
1249
|
+
* @example 100
|
|
1250
|
+
*
|
|
1251
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1252
|
+
*
|
|
1253
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1074
1254
|
*
|
|
1075
1255
|
* @generated from field: int64 count = 2;
|
|
1076
1256
|
*/
|
|
1077
1257
|
count: bigint;
|
|
1078
1258
|
/**
|
|
1079
|
-
*
|
|
1259
|
+
*
|
|
1260
|
+
* @optional
|
|
1261
|
+
*
|
|
1262
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1263
|
+
*
|
|
1264
|
+
* @example 0
|
|
1265
|
+
*
|
|
1266
|
+
* @regex ^[0-9]+$
|
|
1267
|
+
*
|
|
1268
|
+
* @format Non-negative integer.
|
|
1080
1269
|
*
|
|
1081
1270
|
* @generated from field: uint64 offset = 3;
|
|
1082
1271
|
*/
|
|
1083
1272
|
offset: bigint;
|
|
1084
1273
|
/**
|
|
1085
|
-
*
|
|
1274
|
+
*
|
|
1275
|
+
* @optional
|
|
1276
|
+
*
|
|
1277
|
+
* @description Sort direction.
|
|
1278
|
+
*
|
|
1279
|
+
* @example DESCENDING
|
|
1086
1280
|
*
|
|
1087
1281
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1088
1282
|
*/
|
|
1089
1283
|
sortOrder: SORT_ORDER;
|
|
1090
1284
|
/**
|
|
1091
|
-
*
|
|
1285
|
+
*
|
|
1286
|
+
* @optional
|
|
1287
|
+
*
|
|
1288
|
+
* @description The field used for sorting.
|
|
1092
1289
|
*
|
|
1093
1290
|
* @generated from field: Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY sort_key = 5;
|
|
1094
1291
|
*/
|
|
1095
1292
|
sortKey: OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY;
|
|
1096
1293
|
/**
|
|
1097
|
-
*
|
|
1294
|
+
*
|
|
1295
|
+
* @optional
|
|
1296
|
+
*
|
|
1297
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1298
|
+
*
|
|
1299
|
+
* @example 1672531200
|
|
1300
|
+
*
|
|
1301
|
+
* @regex ^[0-9]+$
|
|
1302
|
+
*
|
|
1303
|
+
* @format Non-negative integer.
|
|
1098
1304
|
*
|
|
1099
1305
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1100
1306
|
*/
|
|
1101
1307
|
creationTimestampStart: bigint;
|
|
1102
1308
|
/**
|
|
1103
|
-
*
|
|
1309
|
+
*
|
|
1310
|
+
* @optional
|
|
1311
|
+
*
|
|
1312
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1313
|
+
*
|
|
1314
|
+
* @example 1704067199
|
|
1315
|
+
*
|
|
1316
|
+
* @regex ^[0-9]+$
|
|
1317
|
+
*
|
|
1318
|
+
* @format Non-negative integer.
|
|
1104
1319
|
*
|
|
1105
1320
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1106
1321
|
*/
|
|
1107
1322
|
creationTimestampEnd: bigint;
|
|
1108
1323
|
/**
|
|
1109
|
-
*
|
|
1324
|
+
*
|
|
1325
|
+
* @optional
|
|
1326
|
+
*
|
|
1327
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1328
|
+
*
|
|
1329
|
+
* @example 1672531200
|
|
1330
|
+
*
|
|
1331
|
+
* @regex ^[0-9]+$
|
|
1332
|
+
*
|
|
1333
|
+
* @format Non-negative integer.
|
|
1110
1334
|
*
|
|
1111
1335
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1112
1336
|
*/
|
|
1113
1337
|
modificationTimestampStart: bigint;
|
|
1114
1338
|
/**
|
|
1115
|
-
*
|
|
1339
|
+
*
|
|
1340
|
+
* @optional
|
|
1341
|
+
*
|
|
1342
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1343
|
+
*
|
|
1344
|
+
* @example 1704067199
|
|
1345
|
+
*
|
|
1346
|
+
* @regex ^[0-9]+$
|
|
1347
|
+
*
|
|
1348
|
+
* @format Non-negative integer.
|
|
1116
1349
|
*
|
|
1117
1350
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1118
1351
|
*/
|
|
1119
1352
|
modificationTimestampEnd: bigint;
|
|
1120
1353
|
/**
|
|
1121
|
-
*
|
|
1354
|
+
*
|
|
1355
|
+
* @optional
|
|
1356
|
+
*
|
|
1357
|
+
* @description Filter by the organization UUID.
|
|
1358
|
+
*
|
|
1359
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1360
|
+
*
|
|
1361
|
+
* @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}$
|
|
1362
|
+
*
|
|
1363
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1122
1364
|
*
|
|
1123
1365
|
* @generated from field: string entity_uuid = 8;
|
|
1124
1366
|
*/
|
|
1125
1367
|
entityUuid: string;
|
|
1126
1368
|
/**
|
|
1127
|
-
*
|
|
1369
|
+
*
|
|
1370
|
+
* @optional
|
|
1371
|
+
*
|
|
1372
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1373
|
+
*
|
|
1374
|
+
* @example STANDING
|
|
1128
1375
|
*
|
|
1129
1376
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1130
1377
|
*/
|
|
1131
1378
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1132
1379
|
/**
|
|
1133
|
-
*
|
|
1380
|
+
*
|
|
1381
|
+
* @optional
|
|
1382
|
+
*
|
|
1383
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1384
|
+
*
|
|
1385
|
+
* @example 1672531200
|
|
1386
|
+
*
|
|
1387
|
+
* @regex ^[0-9]+$
|
|
1388
|
+
*
|
|
1389
|
+
* @format Non-negative integer.
|
|
1134
1390
|
*
|
|
1135
1391
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1136
1392
|
*/
|
|
1137
1393
|
approvedOnStart: bigint;
|
|
1138
1394
|
/**
|
|
1139
|
-
*
|
|
1395
|
+
*
|
|
1396
|
+
* @optional
|
|
1397
|
+
*
|
|
1398
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1399
|
+
*
|
|
1400
|
+
* @example 1704067199
|
|
1401
|
+
*
|
|
1402
|
+
* @regex ^[0-9]+$
|
|
1403
|
+
*
|
|
1404
|
+
* @format Non-negative integer.
|
|
1140
1405
|
*
|
|
1141
1406
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1142
1407
|
*/
|
|
1143
1408
|
approvedOnEnd: bigint;
|
|
1144
1409
|
/**
|
|
1145
|
-
*
|
|
1410
|
+
*
|
|
1411
|
+
* @optional
|
|
1412
|
+
*
|
|
1413
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1414
|
+
*
|
|
1415
|
+
* @example 501
|
|
1416
|
+
*
|
|
1417
|
+
* @regex ^[0-9]+$
|
|
1418
|
+
*
|
|
1419
|
+
* @format Non-negative integer.
|
|
1146
1420
|
*
|
|
1147
1421
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1148
1422
|
*/
|
|
1149
1423
|
approvedByUserId: bigint;
|
|
1150
1424
|
/**
|
|
1151
|
-
*
|
|
1425
|
+
*
|
|
1426
|
+
* @optional
|
|
1427
|
+
*
|
|
1428
|
+
* @description Filter by the role ID of the approver.
|
|
1429
|
+
*
|
|
1430
|
+
* @example 5
|
|
1431
|
+
*
|
|
1432
|
+
* @regex ^[0-9]+$
|
|
1433
|
+
*
|
|
1434
|
+
* @format Non-negative integer.
|
|
1152
1435
|
*
|
|
1153
1436
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1154
1437
|
*/
|
|
1155
1438
|
approverRoleId: bigint;
|
|
1156
1439
|
/**
|
|
1157
|
-
*
|
|
1440
|
+
*
|
|
1441
|
+
* @optional
|
|
1442
|
+
*
|
|
1443
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1444
|
+
*
|
|
1445
|
+
* @example 1672531200
|
|
1446
|
+
*
|
|
1447
|
+
* @regex ^[0-9]+$
|
|
1448
|
+
*
|
|
1449
|
+
* @format Non-negative integer.
|
|
1158
1450
|
*
|
|
1159
1451
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1160
1452
|
*/
|
|
1161
1453
|
completedOnStart: bigint;
|
|
1162
1454
|
/**
|
|
1163
|
-
*
|
|
1455
|
+
*
|
|
1456
|
+
* @optional
|
|
1457
|
+
*
|
|
1458
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1459
|
+
*
|
|
1460
|
+
* @example 1704067199
|
|
1461
|
+
*
|
|
1462
|
+
* @regex ^[0-9]+$
|
|
1463
|
+
*
|
|
1464
|
+
* @format Non-negative integer.
|
|
1164
1465
|
*
|
|
1165
1466
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1166
1467
|
*/
|
|
1167
1468
|
completedOnEnd: bigint;
|
|
1168
1469
|
/**
|
|
1169
|
-
*
|
|
1470
|
+
*
|
|
1471
|
+
* @optional
|
|
1472
|
+
*
|
|
1473
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1474
|
+
*
|
|
1475
|
+
* @example "ABS-2023-001"
|
|
1476
|
+
*
|
|
1477
|
+
* @regex [0-9A-Za-z ]*$
|
|
1478
|
+
*
|
|
1479
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1170
1480
|
*
|
|
1171
1481
|
* @generated from field: string reference_id = 20;
|
|
1172
1482
|
*/
|
|
1173
1483
|
referenceId: string;
|
|
1174
1484
|
/**
|
|
1175
|
-
*
|
|
1485
|
+
*
|
|
1486
|
+
* @optional
|
|
1487
|
+
*
|
|
1488
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1489
|
+
*
|
|
1490
|
+
* @example "ABS-2023-X9Z2"
|
|
1491
|
+
*
|
|
1492
|
+
* @regex [0-9A-Za-z ]*$
|
|
1493
|
+
*
|
|
1494
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1176
1495
|
*
|
|
1177
1496
|
* @generated from field: string final_ref_number = 21;
|
|
1178
1497
|
*/
|
|
@@ -1237,91 +1556,218 @@ export declare class OutwardJobsFreeIssueMaterialsServiceFilterReq extends Messa
|
|
|
1237
1556
|
*/
|
|
1238
1557
|
export declare class OutwardJobsFreeIssueMaterialsServiceCountReq extends Message<OutwardJobsFreeIssueMaterialsServiceCountReq> {
|
|
1239
1558
|
/**
|
|
1240
|
-
*
|
|
1559
|
+
*
|
|
1560
|
+
* @optional
|
|
1561
|
+
*
|
|
1562
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1563
|
+
*
|
|
1564
|
+
* @example ANY
|
|
1241
1565
|
*
|
|
1242
1566
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1243
1567
|
*/
|
|
1244
1568
|
isActive: BOOL_FILTER;
|
|
1245
1569
|
/**
|
|
1246
|
-
*
|
|
1570
|
+
*
|
|
1571
|
+
* @optional
|
|
1572
|
+
*
|
|
1573
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1574
|
+
*
|
|
1575
|
+
* @example 1672531200
|
|
1576
|
+
*
|
|
1577
|
+
* @regex ^[0-9]+$
|
|
1578
|
+
*
|
|
1579
|
+
* @format Non-negative integer.
|
|
1247
1580
|
*
|
|
1248
1581
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1249
1582
|
*/
|
|
1250
1583
|
creationTimestampStart: bigint;
|
|
1251
1584
|
/**
|
|
1252
|
-
*
|
|
1585
|
+
*
|
|
1586
|
+
* @optional
|
|
1587
|
+
*
|
|
1588
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1589
|
+
*
|
|
1590
|
+
* @example 1704067199
|
|
1591
|
+
*
|
|
1592
|
+
* @regex ^[0-9]+$
|
|
1593
|
+
*
|
|
1594
|
+
* @format Non-negative integer.
|
|
1253
1595
|
*
|
|
1254
1596
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1255
1597
|
*/
|
|
1256
1598
|
creationTimestampEnd: bigint;
|
|
1257
1599
|
/**
|
|
1258
|
-
*
|
|
1600
|
+
*
|
|
1601
|
+
* @optional
|
|
1602
|
+
*
|
|
1603
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1604
|
+
*
|
|
1605
|
+
* @example 1672531200
|
|
1606
|
+
*
|
|
1607
|
+
* @regex ^[0-9]+$
|
|
1608
|
+
*
|
|
1609
|
+
* @format Non-negative integer.
|
|
1259
1610
|
*
|
|
1260
1611
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1261
1612
|
*/
|
|
1262
1613
|
modificationTimestampStart: bigint;
|
|
1263
1614
|
/**
|
|
1264
|
-
*
|
|
1615
|
+
*
|
|
1616
|
+
* @optional
|
|
1617
|
+
*
|
|
1618
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1619
|
+
*
|
|
1620
|
+
* @example 1704067199
|
|
1621
|
+
*
|
|
1622
|
+
* @regex ^[0-9]+$
|
|
1623
|
+
*
|
|
1624
|
+
* @format Non-negative integer.
|
|
1265
1625
|
*
|
|
1266
1626
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1267
1627
|
*/
|
|
1268
1628
|
modificationTimestampEnd: bigint;
|
|
1269
1629
|
/**
|
|
1270
|
-
*
|
|
1630
|
+
*
|
|
1631
|
+
* @optional
|
|
1632
|
+
*
|
|
1633
|
+
* @description Filter by the organization UUID.
|
|
1634
|
+
*
|
|
1635
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1636
|
+
*
|
|
1637
|
+
* @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}$
|
|
1638
|
+
*
|
|
1639
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1271
1640
|
*
|
|
1272
1641
|
* @generated from field: string entity_uuid = 8;
|
|
1273
1642
|
*/
|
|
1274
1643
|
entityUuid: string;
|
|
1275
1644
|
/**
|
|
1276
|
-
*
|
|
1645
|
+
*
|
|
1646
|
+
* @optional
|
|
1647
|
+
*
|
|
1648
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1649
|
+
*
|
|
1650
|
+
* @example STANDING
|
|
1277
1651
|
*
|
|
1278
1652
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1279
1653
|
*/
|
|
1280
1654
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1281
1655
|
/**
|
|
1282
|
-
*
|
|
1656
|
+
*
|
|
1657
|
+
* @optional
|
|
1658
|
+
*
|
|
1659
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1660
|
+
*
|
|
1661
|
+
* @example 1672531200
|
|
1662
|
+
*
|
|
1663
|
+
* @regex ^[0-9]+$
|
|
1664
|
+
*
|
|
1665
|
+
* @format Non-negative integer.
|
|
1283
1666
|
*
|
|
1284
1667
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1285
1668
|
*/
|
|
1286
1669
|
approvedOnStart: bigint;
|
|
1287
1670
|
/**
|
|
1288
|
-
*
|
|
1671
|
+
*
|
|
1672
|
+
* @optional
|
|
1673
|
+
*
|
|
1674
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1675
|
+
*
|
|
1676
|
+
* @example 1704067199
|
|
1677
|
+
*
|
|
1678
|
+
* @regex ^[0-9]+$
|
|
1679
|
+
*
|
|
1680
|
+
* @format Non-negative integer.
|
|
1289
1681
|
*
|
|
1290
1682
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1291
1683
|
*/
|
|
1292
1684
|
approvedOnEnd: bigint;
|
|
1293
1685
|
/**
|
|
1294
|
-
*
|
|
1686
|
+
*
|
|
1687
|
+
* @optional
|
|
1688
|
+
*
|
|
1689
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1690
|
+
*
|
|
1691
|
+
* @example 501
|
|
1692
|
+
*
|
|
1693
|
+
* @regex ^[0-9]+$
|
|
1694
|
+
*
|
|
1695
|
+
* @format Non-negative integer.
|
|
1295
1696
|
*
|
|
1296
1697
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1297
1698
|
*/
|
|
1298
1699
|
approvedByUserId: bigint;
|
|
1299
1700
|
/**
|
|
1300
|
-
*
|
|
1701
|
+
*
|
|
1702
|
+
* @optional
|
|
1703
|
+
*
|
|
1704
|
+
* @description Filter by the role ID of the approver.
|
|
1705
|
+
*
|
|
1706
|
+
* @example 5
|
|
1707
|
+
*
|
|
1708
|
+
* @regex ^[0-9]+$
|
|
1709
|
+
*
|
|
1710
|
+
* @format Non-negative integer.
|
|
1301
1711
|
*
|
|
1302
1712
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1303
1713
|
*/
|
|
1304
1714
|
approverRoleId: bigint;
|
|
1305
1715
|
/**
|
|
1306
|
-
*
|
|
1716
|
+
*
|
|
1717
|
+
* @optional
|
|
1718
|
+
*
|
|
1719
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1720
|
+
*
|
|
1721
|
+
* @example 1672531200
|
|
1722
|
+
*
|
|
1723
|
+
* @regex ^[0-9]+$
|
|
1724
|
+
*
|
|
1725
|
+
* @format Non-negative integer.
|
|
1307
1726
|
*
|
|
1308
1727
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1309
1728
|
*/
|
|
1310
1729
|
completedOnStart: bigint;
|
|
1311
1730
|
/**
|
|
1312
|
-
*
|
|
1731
|
+
*
|
|
1732
|
+
* @optional
|
|
1733
|
+
*
|
|
1734
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1735
|
+
*
|
|
1736
|
+
* @example 1704067199
|
|
1737
|
+
*
|
|
1738
|
+
* @regex ^[0-9]+$
|
|
1739
|
+
*
|
|
1740
|
+
* @format Non-negative integer.
|
|
1313
1741
|
*
|
|
1314
1742
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1315
1743
|
*/
|
|
1316
1744
|
completedOnEnd: bigint;
|
|
1317
1745
|
/**
|
|
1318
|
-
*
|
|
1746
|
+
*
|
|
1747
|
+
* @optional
|
|
1748
|
+
*
|
|
1749
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1750
|
+
*
|
|
1751
|
+
* @example "ABS-2023-001"
|
|
1752
|
+
*
|
|
1753
|
+
* @regex [0-9A-Za-z ]*$
|
|
1754
|
+
*
|
|
1755
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1319
1756
|
*
|
|
1320
1757
|
* @generated from field: string reference_id = 20;
|
|
1321
1758
|
*/
|
|
1322
1759
|
referenceId: string;
|
|
1323
1760
|
/**
|
|
1324
|
-
*
|
|
1761
|
+
*
|
|
1762
|
+
* @optional
|
|
1763
|
+
*
|
|
1764
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1765
|
+
*
|
|
1766
|
+
* @example "ABS-2023-X9Z2"
|
|
1767
|
+
*
|
|
1768
|
+
* @regex [0-9A-Za-z ]*$
|
|
1769
|
+
*
|
|
1770
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1325
1771
|
*
|
|
1326
1772
|
* @generated from field: string final_ref_number = 21;
|
|
1327
1773
|
*/
|
|
@@ -1386,49 +1832,103 @@ export declare class OutwardJobsFreeIssueMaterialsServiceCountReq extends Messag
|
|
|
1386
1832
|
*/
|
|
1387
1833
|
export declare class OutwardJobsFreeIssueMaterialsServiceSearchAllReq extends Message<OutwardJobsFreeIssueMaterialsServiceSearchAllReq> {
|
|
1388
1834
|
/**
|
|
1389
|
-
*
|
|
1835
|
+
*
|
|
1836
|
+
* @optional
|
|
1837
|
+
*
|
|
1838
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1839
|
+
*
|
|
1840
|
+
* @example ANY
|
|
1390
1841
|
*
|
|
1391
1842
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1392
1843
|
*/
|
|
1393
1844
|
isActive: BOOL_FILTER;
|
|
1394
1845
|
/**
|
|
1395
|
-
*
|
|
1846
|
+
*
|
|
1847
|
+
* @mandatory
|
|
1848
|
+
*
|
|
1849
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1850
|
+
*
|
|
1851
|
+
* @example 100
|
|
1852
|
+
*
|
|
1853
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1854
|
+
*
|
|
1855
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1396
1856
|
*
|
|
1397
1857
|
* @generated from field: int64 count = 2;
|
|
1398
1858
|
*/
|
|
1399
1859
|
count: bigint;
|
|
1400
1860
|
/**
|
|
1401
|
-
*
|
|
1861
|
+
*
|
|
1862
|
+
* @optional
|
|
1863
|
+
*
|
|
1864
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1865
|
+
*
|
|
1866
|
+
* @example 0
|
|
1867
|
+
*
|
|
1868
|
+
* @regex ^[0-9]+$
|
|
1869
|
+
*
|
|
1870
|
+
* @format Non-negative integer.
|
|
1402
1871
|
*
|
|
1403
1872
|
* @generated from field: uint64 offset = 3;
|
|
1404
1873
|
*/
|
|
1405
1874
|
offset: bigint;
|
|
1406
1875
|
/**
|
|
1407
|
-
*
|
|
1876
|
+
*
|
|
1877
|
+
* @optional
|
|
1878
|
+
*
|
|
1879
|
+
* @description Sort direction.
|
|
1880
|
+
*
|
|
1881
|
+
* @example DESCENDING
|
|
1408
1882
|
*
|
|
1409
1883
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1410
1884
|
*/
|
|
1411
1885
|
sortOrder: SORT_ORDER;
|
|
1412
1886
|
/**
|
|
1413
|
-
*
|
|
1887
|
+
*
|
|
1888
|
+
* @optional
|
|
1889
|
+
*
|
|
1890
|
+
* @description The field used for sorting.
|
|
1414
1891
|
*
|
|
1415
1892
|
* @generated from field: Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY sort_key = 5;
|
|
1416
1893
|
*/
|
|
1417
1894
|
sortKey: OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY;
|
|
1418
1895
|
/**
|
|
1419
|
-
*
|
|
1896
|
+
*
|
|
1897
|
+
* @optional
|
|
1898
|
+
*
|
|
1899
|
+
* @description Filter by the organization UUID.
|
|
1900
|
+
*
|
|
1901
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1902
|
+
*
|
|
1903
|
+
* @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}$
|
|
1904
|
+
*
|
|
1905
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1420
1906
|
*
|
|
1421
1907
|
* @generated from field: string entity_uuid = 6;
|
|
1422
1908
|
*/
|
|
1423
1909
|
entityUuid: string;
|
|
1424
1910
|
/**
|
|
1425
|
-
*
|
|
1911
|
+
*
|
|
1912
|
+
* @optional
|
|
1913
|
+
*
|
|
1914
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1915
|
+
*
|
|
1916
|
+
* @example STANDING
|
|
1426
1917
|
*
|
|
1427
1918
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1428
1919
|
*/
|
|
1429
1920
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1430
1921
|
/**
|
|
1431
|
-
*
|
|
1922
|
+
*
|
|
1923
|
+
* @mandatory
|
|
1924
|
+
*
|
|
1925
|
+
* @description The search string to match against reference IDs.
|
|
1926
|
+
*
|
|
1927
|
+
* @example "Medical 2023"
|
|
1928
|
+
*
|
|
1929
|
+
* @regex .*
|
|
1930
|
+
*
|
|
1931
|
+
* @format: May contain any UTF-8 characters.
|
|
1432
1932
|
*
|
|
1433
1933
|
* @generated from field: string search_key = 11;
|
|
1434
1934
|
*/
|