@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 INWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY {
|
|
|
192
192
|
*/
|
|
193
193
|
export declare class InwardJobsFreeIssueMaterialsServiceCreateRequest extends Message<InwardJobsFreeIssueMaterialsServiceCreateRequest> {
|
|
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 InwardJobsFreeIssueMaterialsServiceCreateRequest extends Me
|
|
|
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
|
*/
|
|
@@ -262,19 +289,42 @@ export declare class InwardJobsFreeIssueMaterialsServiceUpdateRequest extends Me
|
|
|
262
289
|
*/
|
|
263
290
|
id: bigint;
|
|
264
291
|
/**
|
|
265
|
-
*
|
|
292
|
+
*
|
|
293
|
+
* @optional
|
|
294
|
+
*
|
|
295
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
296
|
+
*
|
|
297
|
+
* @example true
|
|
266
298
|
*
|
|
267
299
|
* @generated from field: bool notify_users = 3;
|
|
268
300
|
*/
|
|
269
301
|
notifyUsers: boolean;
|
|
270
302
|
/**
|
|
271
|
-
*
|
|
303
|
+
*
|
|
304
|
+
* @optional
|
|
305
|
+
*
|
|
306
|
+
* @description Updated vault folder ID for documentation storage.
|
|
307
|
+
*
|
|
308
|
+
* @example 15235
|
|
309
|
+
*
|
|
310
|
+
* @regex ^[0-9]+$
|
|
311
|
+
*
|
|
312
|
+
* @format Non-negative integer.
|
|
272
313
|
*
|
|
273
314
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
274
315
|
*/
|
|
275
316
|
vaultFolderId: bigint;
|
|
276
317
|
/**
|
|
277
|
-
*
|
|
318
|
+
*
|
|
319
|
+
* @mandatory
|
|
320
|
+
*
|
|
321
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
322
|
+
*
|
|
323
|
+
* @example "ABS-2023-001-REV"
|
|
324
|
+
*
|
|
325
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
326
|
+
*
|
|
327
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
278
328
|
*
|
|
279
329
|
* @generated from field: string reference_id = 10;
|
|
280
330
|
*/
|
|
@@ -352,55 +402,74 @@ export declare class InwardJobFreeIssueMaterialAncillaryParameters extends Messa
|
|
|
352
402
|
*/
|
|
353
403
|
export declare class InwardJobFreeIssueMaterial extends Message<InwardJobFreeIssueMaterial> {
|
|
354
404
|
/**
|
|
355
|
-
*
|
|
405
|
+
*
|
|
406
|
+
* @description The organization's globally unique identifier.
|
|
407
|
+
*
|
|
408
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
356
409
|
*
|
|
357
410
|
* @generated from field: string entity_uuid = 1;
|
|
358
411
|
*/
|
|
359
412
|
entityUuid: string;
|
|
360
413
|
/**
|
|
361
|
-
*
|
|
414
|
+
*
|
|
415
|
+
* @description Standard employee and record metadata including timestamps.
|
|
362
416
|
*
|
|
363
417
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
364
418
|
*/
|
|
365
419
|
metadata?: EmployeeMetadata;
|
|
366
420
|
/**
|
|
367
|
-
*
|
|
421
|
+
*
|
|
422
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
368
423
|
*
|
|
369
424
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
370
425
|
*/
|
|
371
426
|
approvalMetadata?: ApprovalMetadata;
|
|
372
427
|
/**
|
|
373
|
-
*
|
|
428
|
+
*
|
|
429
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
374
430
|
*
|
|
375
431
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
376
432
|
*/
|
|
377
433
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
378
434
|
/**
|
|
379
|
-
*
|
|
435
|
+
*
|
|
436
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
380
437
|
*
|
|
381
438
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
382
439
|
*/
|
|
383
440
|
logs: LogbookLogConciseSLC[];
|
|
384
441
|
/**
|
|
385
|
-
*
|
|
442
|
+
*
|
|
443
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
444
|
+
*
|
|
445
|
+
* @example 1698400000
|
|
386
446
|
*
|
|
387
447
|
* @generated from field: uint64 completed_on = 6;
|
|
388
448
|
*/
|
|
389
449
|
completedOn: bigint;
|
|
390
450
|
/**
|
|
391
|
-
*
|
|
451
|
+
*
|
|
452
|
+
* @description Link to the document storage folder.
|
|
453
|
+
*
|
|
454
|
+
* @example 15234
|
|
392
455
|
*
|
|
393
456
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
394
457
|
*/
|
|
395
458
|
vaultFolderId: bigint;
|
|
396
459
|
/**
|
|
397
|
-
*
|
|
460
|
+
*
|
|
461
|
+
* @description The user-provided reference ID.
|
|
462
|
+
*
|
|
463
|
+
* @example "ABS-2023-001"
|
|
398
464
|
*
|
|
399
465
|
* @generated from field: string reference_id = 10;
|
|
400
466
|
*/
|
|
401
467
|
referenceId: string;
|
|
402
468
|
/**
|
|
403
|
-
*
|
|
469
|
+
*
|
|
470
|
+
* @description The system-generated immutable reference number.
|
|
471
|
+
*
|
|
472
|
+
* @example "ABS-2023-X9Z2"
|
|
404
473
|
*
|
|
405
474
|
* @generated from field: string final_ref_number = 11;
|
|
406
475
|
*/
|
|
@@ -556,25 +625,31 @@ export declare class InwardJobsFreeIssueMaterialsServiceItemUpdateRequest extend
|
|
|
556
625
|
*/
|
|
557
626
|
export declare class InwardJobFreeIssueMaterialItem extends Message<InwardJobFreeIssueMaterialItem> {
|
|
558
627
|
/**
|
|
559
|
-
*
|
|
628
|
+
*
|
|
629
|
+
* @description The organization's globally unique identifier.
|
|
630
|
+
*
|
|
631
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
560
632
|
*
|
|
561
633
|
* @generated from field: string entity_uuid = 1;
|
|
562
634
|
*/
|
|
563
635
|
entityUuid: string;
|
|
564
636
|
/**
|
|
565
|
-
*
|
|
637
|
+
*
|
|
638
|
+
* @description Standard employee and record metadata including timestamps.
|
|
566
639
|
*
|
|
567
640
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
568
641
|
*/
|
|
569
642
|
metadata?: EmployeeMetadata;
|
|
570
643
|
/**
|
|
571
|
-
*
|
|
644
|
+
*
|
|
645
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
572
646
|
*
|
|
573
647
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
574
648
|
*/
|
|
575
649
|
approvalMetadata?: ApprovalMetadata;
|
|
576
650
|
/**
|
|
577
|
-
*
|
|
651
|
+
*
|
|
652
|
+
* @description The approval state of the record
|
|
578
653
|
*
|
|
579
654
|
* @generated from field: bool need_approval = 4;
|
|
580
655
|
*/
|
|
@@ -738,37 +813,77 @@ export declare class InwardJobFreeIssueMaterialItemProspectiveInfoRequest extend
|
|
|
738
813
|
*/
|
|
739
814
|
export declare class InwardJobFreeIssueMaterialItemsSearchRequest extends Message<InwardJobFreeIssueMaterialItemsSearchRequest> {
|
|
740
815
|
/**
|
|
741
|
-
*
|
|
816
|
+
*
|
|
817
|
+
* @optional
|
|
818
|
+
*
|
|
819
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
820
|
+
*
|
|
821
|
+
* @example ANY
|
|
742
822
|
*
|
|
743
823
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
744
824
|
*/
|
|
745
825
|
isActive: BOOL_FILTER;
|
|
746
826
|
/**
|
|
747
|
-
*
|
|
827
|
+
*
|
|
828
|
+
* @mandatory
|
|
829
|
+
*
|
|
830
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
831
|
+
*
|
|
832
|
+
* @example 100
|
|
833
|
+
*
|
|
834
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
835
|
+
*
|
|
836
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
748
837
|
*
|
|
749
838
|
* @generated from field: int64 count = 2;
|
|
750
839
|
*/
|
|
751
840
|
count: bigint;
|
|
752
841
|
/**
|
|
753
|
-
*
|
|
842
|
+
*
|
|
843
|
+
* @optional
|
|
844
|
+
*
|
|
845
|
+
* @description Number of records to skip (offset) for pagination.
|
|
846
|
+
*
|
|
847
|
+
* @example 0
|
|
848
|
+
*
|
|
849
|
+
* @regex ^[0-9]+$
|
|
850
|
+
*
|
|
851
|
+
* @format Non-negative integer.
|
|
754
852
|
*
|
|
755
853
|
* @generated from field: uint64 offset = 3;
|
|
756
854
|
*/
|
|
757
855
|
offset: bigint;
|
|
758
856
|
/**
|
|
759
|
-
*
|
|
857
|
+
*
|
|
858
|
+
* @optional
|
|
859
|
+
*
|
|
860
|
+
* @description Sort direction.
|
|
861
|
+
*
|
|
862
|
+
* @example DESCENDING
|
|
760
863
|
*
|
|
761
864
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
762
865
|
*/
|
|
763
866
|
sortOrder: SORT_ORDER;
|
|
764
867
|
/**
|
|
765
|
-
*
|
|
868
|
+
*
|
|
869
|
+
* @optional
|
|
870
|
+
*
|
|
871
|
+
* @description The field used for sorting.
|
|
766
872
|
*
|
|
767
873
|
* @generated from field: Scailo.INWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_SORT_KEY sort_key = 5;
|
|
768
874
|
*/
|
|
769
875
|
sortKey: INWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_SORT_KEY;
|
|
770
876
|
/**
|
|
771
|
-
*
|
|
877
|
+
*
|
|
878
|
+
* @optional
|
|
879
|
+
*
|
|
880
|
+
* @description Filter by the organization UUID.
|
|
881
|
+
*
|
|
882
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
883
|
+
*
|
|
884
|
+
* @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}$
|
|
885
|
+
*
|
|
886
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
772
887
|
*
|
|
773
888
|
* @generated from field: string entity_uuid = 6;
|
|
774
889
|
*/
|
|
@@ -850,25 +965,35 @@ export declare class InwardJobFreeIssueMaterialItemsSearchRequest extends Messag
|
|
|
850
965
|
*/
|
|
851
966
|
export declare class InwardJobsFreeIssueMaterialsServicePaginatedItemsResponse extends Message<InwardJobsFreeIssueMaterialsServicePaginatedItemsResponse> {
|
|
852
967
|
/**
|
|
853
|
-
*
|
|
968
|
+
*
|
|
969
|
+
* @description Number of records returned in the current response slice.
|
|
970
|
+
*
|
|
971
|
+
* @example 50
|
|
854
972
|
*
|
|
855
973
|
* @generated from field: uint64 count = 1;
|
|
856
974
|
*/
|
|
857
975
|
count: bigint;
|
|
858
976
|
/**
|
|
859
|
-
*
|
|
977
|
+
*
|
|
978
|
+
* @description The offset provided in the request.
|
|
979
|
+
*
|
|
980
|
+
* @example 0
|
|
860
981
|
*
|
|
861
982
|
* @generated from field: uint64 offset = 2;
|
|
862
983
|
*/
|
|
863
984
|
offset: bigint;
|
|
864
985
|
/**
|
|
865
|
-
*
|
|
986
|
+
*
|
|
987
|
+
* @description The total number of records matching the criteria.
|
|
988
|
+
*
|
|
989
|
+
* @example 1250
|
|
866
990
|
*
|
|
867
991
|
* @generated from field: uint64 total = 3;
|
|
868
992
|
*/
|
|
869
993
|
total: bigint;
|
|
870
994
|
/**
|
|
871
|
-
*
|
|
995
|
+
*
|
|
996
|
+
* @description The array of records for the current page.
|
|
872
997
|
*
|
|
873
998
|
* @generated from field: repeated Scailo.InwardJobFreeIssueMaterialItem payload = 4;
|
|
874
999
|
*/
|
|
@@ -924,31 +1049,62 @@ export declare class InwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForS
|
|
|
924
1049
|
*/
|
|
925
1050
|
export declare class InwardJobsFreeIssueMaterialsServicePaginationReq extends Message<InwardJobsFreeIssueMaterialsServicePaginationReq> {
|
|
926
1051
|
/**
|
|
927
|
-
*
|
|
1052
|
+
*
|
|
1053
|
+
* @optional
|
|
1054
|
+
*
|
|
1055
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1056
|
+
*
|
|
1057
|
+
* @example ANY
|
|
928
1058
|
*
|
|
929
1059
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
930
1060
|
*/
|
|
931
1061
|
isActive: BOOL_FILTER;
|
|
932
1062
|
/**
|
|
933
|
-
*
|
|
1063
|
+
*
|
|
1064
|
+
* @mandatory
|
|
1065
|
+
*
|
|
1066
|
+
* @description Number of records to return per page.
|
|
1067
|
+
*
|
|
1068
|
+
* @example 50
|
|
1069
|
+
*
|
|
1070
|
+
* @regex ^[1-9][0-9]*$
|
|
1071
|
+
*
|
|
1072
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
934
1073
|
*
|
|
935
1074
|
* @generated from field: int64 count = 2;
|
|
936
1075
|
*/
|
|
937
1076
|
count: bigint;
|
|
938
1077
|
/**
|
|
939
|
-
*
|
|
1078
|
+
*
|
|
1079
|
+
* @optional
|
|
1080
|
+
*
|
|
1081
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1082
|
+
*
|
|
1083
|
+
* @example 0
|
|
1084
|
+
*
|
|
1085
|
+
* @regex ^[0-9]+$
|
|
1086
|
+
*
|
|
1087
|
+
* @format Non-negative integer.
|
|
940
1088
|
*
|
|
941
1089
|
* @generated from field: uint64 offset = 3;
|
|
942
1090
|
*/
|
|
943
1091
|
offset: bigint;
|
|
944
1092
|
/**
|
|
945
|
-
*
|
|
1093
|
+
*
|
|
1094
|
+
* @optional
|
|
1095
|
+
*
|
|
1096
|
+
* @description Sort direction.
|
|
1097
|
+
*
|
|
1098
|
+
* @example DESCENDING
|
|
946
1099
|
*
|
|
947
1100
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
948
1101
|
*/
|
|
949
1102
|
sortOrder: SORT_ORDER;
|
|
950
1103
|
/**
|
|
951
|
-
*
|
|
1104
|
+
*
|
|
1105
|
+
* @optional
|
|
1106
|
+
*
|
|
1107
|
+
* @description The specific field key to sort the results by.
|
|
952
1108
|
*
|
|
953
1109
|
* @generated from field: Scailo.INWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY sort_key = 5;
|
|
954
1110
|
*/
|
|
@@ -976,25 +1132,35 @@ export declare class InwardJobsFreeIssueMaterialsServicePaginationReq extends Me
|
|
|
976
1132
|
*/
|
|
977
1133
|
export declare class InwardJobsFreeIssueMaterialsServicePaginationResponse extends Message<InwardJobsFreeIssueMaterialsServicePaginationResponse> {
|
|
978
1134
|
/**
|
|
979
|
-
*
|
|
1135
|
+
*
|
|
1136
|
+
* @description Number of records returned in the current response slice.
|
|
1137
|
+
*
|
|
1138
|
+
* @example 50
|
|
980
1139
|
*
|
|
981
1140
|
* @generated from field: uint64 count = 1;
|
|
982
1141
|
*/
|
|
983
1142
|
count: bigint;
|
|
984
1143
|
/**
|
|
985
|
-
*
|
|
1144
|
+
*
|
|
1145
|
+
* @description The offset provided in the request.
|
|
1146
|
+
*
|
|
1147
|
+
* @example 0
|
|
986
1148
|
*
|
|
987
1149
|
* @generated from field: uint64 offset = 2;
|
|
988
1150
|
*/
|
|
989
1151
|
offset: bigint;
|
|
990
1152
|
/**
|
|
991
|
-
*
|
|
1153
|
+
*
|
|
1154
|
+
* @description The total number of records matching the criteria.
|
|
1155
|
+
*
|
|
1156
|
+
* @example 1250
|
|
992
1157
|
*
|
|
993
1158
|
* @generated from field: uint64 total = 3;
|
|
994
1159
|
*/
|
|
995
1160
|
total: bigint;
|
|
996
1161
|
/**
|
|
997
|
-
*
|
|
1162
|
+
*
|
|
1163
|
+
* @description The array of records for the current page.
|
|
998
1164
|
*
|
|
999
1165
|
* @generated from field: repeated Scailo.InwardJobFreeIssueMaterial payload = 4;
|
|
1000
1166
|
*/
|
|
@@ -1016,115 +1182,268 @@ export declare class InwardJobsFreeIssueMaterialsServicePaginationResponse exten
|
|
|
1016
1182
|
*/
|
|
1017
1183
|
export declare class InwardJobsFreeIssueMaterialsServiceFilterReq extends Message<InwardJobsFreeIssueMaterialsServiceFilterReq> {
|
|
1018
1184
|
/**
|
|
1019
|
-
*
|
|
1185
|
+
*
|
|
1186
|
+
* @optional
|
|
1187
|
+
*
|
|
1188
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1189
|
+
*
|
|
1190
|
+
* @example ANY
|
|
1020
1191
|
*
|
|
1021
1192
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1022
1193
|
*/
|
|
1023
1194
|
isActive: BOOL_FILTER;
|
|
1024
1195
|
/**
|
|
1025
|
-
*
|
|
1196
|
+
*
|
|
1197
|
+
* @mandatory
|
|
1198
|
+
*
|
|
1199
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1200
|
+
*
|
|
1201
|
+
* @example 100
|
|
1202
|
+
*
|
|
1203
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1204
|
+
*
|
|
1205
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1026
1206
|
*
|
|
1027
1207
|
* @generated from field: int64 count = 2;
|
|
1028
1208
|
*/
|
|
1029
1209
|
count: bigint;
|
|
1030
1210
|
/**
|
|
1031
|
-
*
|
|
1211
|
+
*
|
|
1212
|
+
* @optional
|
|
1213
|
+
*
|
|
1214
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1215
|
+
*
|
|
1216
|
+
* @example 0
|
|
1217
|
+
*
|
|
1218
|
+
* @regex ^[0-9]+$
|
|
1219
|
+
*
|
|
1220
|
+
* @format Non-negative integer.
|
|
1032
1221
|
*
|
|
1033
1222
|
* @generated from field: uint64 offset = 3;
|
|
1034
1223
|
*/
|
|
1035
1224
|
offset: bigint;
|
|
1036
1225
|
/**
|
|
1037
|
-
*
|
|
1226
|
+
*
|
|
1227
|
+
* @optional
|
|
1228
|
+
*
|
|
1229
|
+
* @description Sort direction.
|
|
1230
|
+
*
|
|
1231
|
+
* @example DESCENDING
|
|
1038
1232
|
*
|
|
1039
1233
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1040
1234
|
*/
|
|
1041
1235
|
sortOrder: SORT_ORDER;
|
|
1042
1236
|
/**
|
|
1043
|
-
*
|
|
1237
|
+
*
|
|
1238
|
+
* @optional
|
|
1239
|
+
*
|
|
1240
|
+
* @description The field used for sorting.
|
|
1044
1241
|
*
|
|
1045
1242
|
* @generated from field: Scailo.INWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY sort_key = 5;
|
|
1046
1243
|
*/
|
|
1047
1244
|
sortKey: INWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY;
|
|
1048
1245
|
/**
|
|
1049
|
-
*
|
|
1246
|
+
*
|
|
1247
|
+
* @optional
|
|
1248
|
+
*
|
|
1249
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1250
|
+
*
|
|
1251
|
+
* @example 1672531200
|
|
1252
|
+
*
|
|
1253
|
+
* @regex ^[0-9]+$
|
|
1254
|
+
*
|
|
1255
|
+
* @format Non-negative integer.
|
|
1050
1256
|
*
|
|
1051
1257
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1052
1258
|
*/
|
|
1053
1259
|
creationTimestampStart: bigint;
|
|
1054
1260
|
/**
|
|
1055
|
-
*
|
|
1261
|
+
*
|
|
1262
|
+
* @optional
|
|
1263
|
+
*
|
|
1264
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1265
|
+
*
|
|
1266
|
+
* @example 1704067199
|
|
1267
|
+
*
|
|
1268
|
+
* @regex ^[0-9]+$
|
|
1269
|
+
*
|
|
1270
|
+
* @format Non-negative integer.
|
|
1056
1271
|
*
|
|
1057
1272
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1058
1273
|
*/
|
|
1059
1274
|
creationTimestampEnd: bigint;
|
|
1060
1275
|
/**
|
|
1061
|
-
*
|
|
1276
|
+
*
|
|
1277
|
+
* @optional
|
|
1278
|
+
*
|
|
1279
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1280
|
+
*
|
|
1281
|
+
* @example 1672531200
|
|
1282
|
+
*
|
|
1283
|
+
* @regex ^[0-9]+$
|
|
1284
|
+
*
|
|
1285
|
+
* @format Non-negative integer.
|
|
1062
1286
|
*
|
|
1063
1287
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1064
1288
|
*/
|
|
1065
1289
|
modificationTimestampStart: bigint;
|
|
1066
1290
|
/**
|
|
1067
|
-
*
|
|
1291
|
+
*
|
|
1292
|
+
* @optional
|
|
1293
|
+
*
|
|
1294
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1295
|
+
*
|
|
1296
|
+
* @example 1704067199
|
|
1297
|
+
*
|
|
1298
|
+
* @regex ^[0-9]+$
|
|
1299
|
+
*
|
|
1300
|
+
* @format Non-negative integer.
|
|
1068
1301
|
*
|
|
1069
1302
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1070
1303
|
*/
|
|
1071
1304
|
modificationTimestampEnd: bigint;
|
|
1072
1305
|
/**
|
|
1073
|
-
*
|
|
1306
|
+
*
|
|
1307
|
+
* @optional
|
|
1308
|
+
*
|
|
1309
|
+
* @description Filter by the organization UUID.
|
|
1310
|
+
*
|
|
1311
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1312
|
+
*
|
|
1313
|
+
* @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}$
|
|
1314
|
+
*
|
|
1315
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1074
1316
|
*
|
|
1075
1317
|
* @generated from field: string entity_uuid = 8;
|
|
1076
1318
|
*/
|
|
1077
1319
|
entityUuid: string;
|
|
1078
1320
|
/**
|
|
1079
|
-
*
|
|
1321
|
+
*
|
|
1322
|
+
* @optional
|
|
1323
|
+
*
|
|
1324
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1325
|
+
*
|
|
1326
|
+
* @example STANDING
|
|
1080
1327
|
*
|
|
1081
1328
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1082
1329
|
*/
|
|
1083
1330
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1084
1331
|
/**
|
|
1085
|
-
*
|
|
1332
|
+
*
|
|
1333
|
+
* @optional
|
|
1334
|
+
*
|
|
1335
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1336
|
+
*
|
|
1337
|
+
* @example 1672531200
|
|
1338
|
+
*
|
|
1339
|
+
* @regex ^[0-9]+$
|
|
1340
|
+
*
|
|
1341
|
+
* @format Non-negative integer.
|
|
1086
1342
|
*
|
|
1087
1343
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1088
1344
|
*/
|
|
1089
1345
|
approvedOnStart: bigint;
|
|
1090
1346
|
/**
|
|
1091
|
-
*
|
|
1347
|
+
*
|
|
1348
|
+
* @optional
|
|
1349
|
+
*
|
|
1350
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1351
|
+
*
|
|
1352
|
+
* @example 1704067199
|
|
1353
|
+
*
|
|
1354
|
+
* @regex ^[0-9]+$
|
|
1355
|
+
*
|
|
1356
|
+
* @format Non-negative integer.
|
|
1092
1357
|
*
|
|
1093
1358
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1094
1359
|
*/
|
|
1095
1360
|
approvedOnEnd: bigint;
|
|
1096
1361
|
/**
|
|
1097
|
-
*
|
|
1362
|
+
*
|
|
1363
|
+
* @optional
|
|
1364
|
+
*
|
|
1365
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1366
|
+
*
|
|
1367
|
+
* @example 501
|
|
1368
|
+
*
|
|
1369
|
+
* @regex ^[0-9]+$
|
|
1370
|
+
*
|
|
1371
|
+
* @format Non-negative integer.
|
|
1098
1372
|
*
|
|
1099
1373
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1100
1374
|
*/
|
|
1101
1375
|
approvedByUserId: bigint;
|
|
1102
1376
|
/**
|
|
1103
|
-
*
|
|
1377
|
+
*
|
|
1378
|
+
* @optional
|
|
1379
|
+
*
|
|
1380
|
+
* @description Filter by the role ID of the approver.
|
|
1381
|
+
*
|
|
1382
|
+
* @example 5
|
|
1383
|
+
*
|
|
1384
|
+
* @regex ^[0-9]+$
|
|
1385
|
+
*
|
|
1386
|
+
* @format Non-negative integer.
|
|
1104
1387
|
*
|
|
1105
1388
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1106
1389
|
*/
|
|
1107
1390
|
approverRoleId: bigint;
|
|
1108
1391
|
/**
|
|
1109
|
-
*
|
|
1392
|
+
*
|
|
1393
|
+
* @optional
|
|
1394
|
+
*
|
|
1395
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1396
|
+
*
|
|
1397
|
+
* @example 1672531200
|
|
1398
|
+
*
|
|
1399
|
+
* @regex ^[0-9]+$
|
|
1400
|
+
*
|
|
1401
|
+
* @format Non-negative integer.
|
|
1110
1402
|
*
|
|
1111
1403
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1112
1404
|
*/
|
|
1113
1405
|
completedOnStart: bigint;
|
|
1114
1406
|
/**
|
|
1115
|
-
*
|
|
1407
|
+
*
|
|
1408
|
+
* @optional
|
|
1409
|
+
*
|
|
1410
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1411
|
+
*
|
|
1412
|
+
* @example 1704067199
|
|
1413
|
+
*
|
|
1414
|
+
* @regex ^[0-9]+$
|
|
1415
|
+
*
|
|
1416
|
+
* @format Non-negative integer.
|
|
1116
1417
|
*
|
|
1117
1418
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1118
1419
|
*/
|
|
1119
1420
|
completedOnEnd: bigint;
|
|
1120
1421
|
/**
|
|
1121
|
-
*
|
|
1422
|
+
*
|
|
1423
|
+
* @optional
|
|
1424
|
+
*
|
|
1425
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1426
|
+
*
|
|
1427
|
+
* @example "ABS-2023-001"
|
|
1428
|
+
*
|
|
1429
|
+
* @regex [0-9A-Za-z ]*$
|
|
1430
|
+
*
|
|
1431
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1122
1432
|
*
|
|
1123
1433
|
* @generated from field: string reference_id = 20;
|
|
1124
1434
|
*/
|
|
1125
1435
|
referenceId: string;
|
|
1126
1436
|
/**
|
|
1127
|
-
*
|
|
1437
|
+
*
|
|
1438
|
+
* @optional
|
|
1439
|
+
*
|
|
1440
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1441
|
+
*
|
|
1442
|
+
* @example "ABS-2023-X9Z2"
|
|
1443
|
+
*
|
|
1444
|
+
* @regex [0-9A-Za-z ]*$
|
|
1445
|
+
*
|
|
1446
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1128
1447
|
*
|
|
1129
1448
|
* @generated from field: string final_ref_number = 21;
|
|
1130
1449
|
*/
|
|
@@ -1189,91 +1508,218 @@ export declare class InwardJobsFreeIssueMaterialsServiceFilterReq extends Messag
|
|
|
1189
1508
|
*/
|
|
1190
1509
|
export declare class InwardJobsFreeIssueMaterialsServiceCountReq extends Message<InwardJobsFreeIssueMaterialsServiceCountReq> {
|
|
1191
1510
|
/**
|
|
1192
|
-
*
|
|
1511
|
+
*
|
|
1512
|
+
* @optional
|
|
1513
|
+
*
|
|
1514
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1515
|
+
*
|
|
1516
|
+
* @example ANY
|
|
1193
1517
|
*
|
|
1194
1518
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1195
1519
|
*/
|
|
1196
1520
|
isActive: BOOL_FILTER;
|
|
1197
1521
|
/**
|
|
1198
|
-
*
|
|
1522
|
+
*
|
|
1523
|
+
* @optional
|
|
1524
|
+
*
|
|
1525
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1526
|
+
*
|
|
1527
|
+
* @example 1672531200
|
|
1528
|
+
*
|
|
1529
|
+
* @regex ^[0-9]+$
|
|
1530
|
+
*
|
|
1531
|
+
* @format Non-negative integer.
|
|
1199
1532
|
*
|
|
1200
1533
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1201
1534
|
*/
|
|
1202
1535
|
creationTimestampStart: bigint;
|
|
1203
1536
|
/**
|
|
1204
|
-
*
|
|
1537
|
+
*
|
|
1538
|
+
* @optional
|
|
1539
|
+
*
|
|
1540
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1541
|
+
*
|
|
1542
|
+
* @example 1704067199
|
|
1543
|
+
*
|
|
1544
|
+
* @regex ^[0-9]+$
|
|
1545
|
+
*
|
|
1546
|
+
* @format Non-negative integer.
|
|
1205
1547
|
*
|
|
1206
1548
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1207
1549
|
*/
|
|
1208
1550
|
creationTimestampEnd: bigint;
|
|
1209
1551
|
/**
|
|
1210
|
-
*
|
|
1552
|
+
*
|
|
1553
|
+
* @optional
|
|
1554
|
+
*
|
|
1555
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1556
|
+
*
|
|
1557
|
+
* @example 1672531200
|
|
1558
|
+
*
|
|
1559
|
+
* @regex ^[0-9]+$
|
|
1560
|
+
*
|
|
1561
|
+
* @format Non-negative integer.
|
|
1211
1562
|
*
|
|
1212
1563
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1213
1564
|
*/
|
|
1214
1565
|
modificationTimestampStart: bigint;
|
|
1215
1566
|
/**
|
|
1216
|
-
*
|
|
1567
|
+
*
|
|
1568
|
+
* @optional
|
|
1569
|
+
*
|
|
1570
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1571
|
+
*
|
|
1572
|
+
* @example 1704067199
|
|
1573
|
+
*
|
|
1574
|
+
* @regex ^[0-9]+$
|
|
1575
|
+
*
|
|
1576
|
+
* @format Non-negative integer.
|
|
1217
1577
|
*
|
|
1218
1578
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1219
1579
|
*/
|
|
1220
1580
|
modificationTimestampEnd: bigint;
|
|
1221
1581
|
/**
|
|
1222
|
-
*
|
|
1582
|
+
*
|
|
1583
|
+
* @optional
|
|
1584
|
+
*
|
|
1585
|
+
* @description Filter by the organization UUID.
|
|
1586
|
+
*
|
|
1587
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1588
|
+
*
|
|
1589
|
+
* @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}$
|
|
1590
|
+
*
|
|
1591
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1223
1592
|
*
|
|
1224
1593
|
* @generated from field: string entity_uuid = 8;
|
|
1225
1594
|
*/
|
|
1226
1595
|
entityUuid: string;
|
|
1227
1596
|
/**
|
|
1228
|
-
*
|
|
1597
|
+
*
|
|
1598
|
+
* @optional
|
|
1599
|
+
*
|
|
1600
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1601
|
+
*
|
|
1602
|
+
* @example STANDING
|
|
1229
1603
|
*
|
|
1230
1604
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1231
1605
|
*/
|
|
1232
1606
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1233
1607
|
/**
|
|
1234
|
-
*
|
|
1608
|
+
*
|
|
1609
|
+
* @optional
|
|
1610
|
+
*
|
|
1611
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1612
|
+
*
|
|
1613
|
+
* @example 1672531200
|
|
1614
|
+
*
|
|
1615
|
+
* @regex ^[0-9]+$
|
|
1616
|
+
*
|
|
1617
|
+
* @format Non-negative integer.
|
|
1235
1618
|
*
|
|
1236
1619
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1237
1620
|
*/
|
|
1238
1621
|
approvedOnStart: bigint;
|
|
1239
1622
|
/**
|
|
1240
|
-
*
|
|
1623
|
+
*
|
|
1624
|
+
* @optional
|
|
1625
|
+
*
|
|
1626
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1627
|
+
*
|
|
1628
|
+
* @example 1704067199
|
|
1629
|
+
*
|
|
1630
|
+
* @regex ^[0-9]+$
|
|
1631
|
+
*
|
|
1632
|
+
* @format Non-negative integer.
|
|
1241
1633
|
*
|
|
1242
1634
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1243
1635
|
*/
|
|
1244
1636
|
approvedOnEnd: bigint;
|
|
1245
1637
|
/**
|
|
1246
|
-
*
|
|
1638
|
+
*
|
|
1639
|
+
* @optional
|
|
1640
|
+
*
|
|
1641
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1642
|
+
*
|
|
1643
|
+
* @example 501
|
|
1644
|
+
*
|
|
1645
|
+
* @regex ^[0-9]+$
|
|
1646
|
+
*
|
|
1647
|
+
* @format Non-negative integer.
|
|
1247
1648
|
*
|
|
1248
1649
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1249
1650
|
*/
|
|
1250
1651
|
approvedByUserId: bigint;
|
|
1251
1652
|
/**
|
|
1252
|
-
*
|
|
1653
|
+
*
|
|
1654
|
+
* @optional
|
|
1655
|
+
*
|
|
1656
|
+
* @description Filter by the role ID of the approver.
|
|
1657
|
+
*
|
|
1658
|
+
* @example 5
|
|
1659
|
+
*
|
|
1660
|
+
* @regex ^[0-9]+$
|
|
1661
|
+
*
|
|
1662
|
+
* @format Non-negative integer.
|
|
1253
1663
|
*
|
|
1254
1664
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1255
1665
|
*/
|
|
1256
1666
|
approverRoleId: bigint;
|
|
1257
1667
|
/**
|
|
1258
|
-
*
|
|
1668
|
+
*
|
|
1669
|
+
* @optional
|
|
1670
|
+
*
|
|
1671
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1672
|
+
*
|
|
1673
|
+
* @example 1672531200
|
|
1674
|
+
*
|
|
1675
|
+
* @regex ^[0-9]+$
|
|
1676
|
+
*
|
|
1677
|
+
* @format Non-negative integer.
|
|
1259
1678
|
*
|
|
1260
1679
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1261
1680
|
*/
|
|
1262
1681
|
completedOnStart: bigint;
|
|
1263
1682
|
/**
|
|
1264
|
-
*
|
|
1683
|
+
*
|
|
1684
|
+
* @optional
|
|
1685
|
+
*
|
|
1686
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1687
|
+
*
|
|
1688
|
+
* @example 1704067199
|
|
1689
|
+
*
|
|
1690
|
+
* @regex ^[0-9]+$
|
|
1691
|
+
*
|
|
1692
|
+
* @format Non-negative integer.
|
|
1265
1693
|
*
|
|
1266
1694
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1267
1695
|
*/
|
|
1268
1696
|
completedOnEnd: bigint;
|
|
1269
1697
|
/**
|
|
1270
|
-
*
|
|
1698
|
+
*
|
|
1699
|
+
* @optional
|
|
1700
|
+
*
|
|
1701
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1702
|
+
*
|
|
1703
|
+
* @example "ABS-2023-001"
|
|
1704
|
+
*
|
|
1705
|
+
* @regex [0-9A-Za-z ]*$
|
|
1706
|
+
*
|
|
1707
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1271
1708
|
*
|
|
1272
1709
|
* @generated from field: string reference_id = 20;
|
|
1273
1710
|
*/
|
|
1274
1711
|
referenceId: string;
|
|
1275
1712
|
/**
|
|
1276
|
-
*
|
|
1713
|
+
*
|
|
1714
|
+
* @optional
|
|
1715
|
+
*
|
|
1716
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1717
|
+
*
|
|
1718
|
+
* @example "ABS-2023-X9Z2"
|
|
1719
|
+
*
|
|
1720
|
+
* @regex [0-9A-Za-z ]*$
|
|
1721
|
+
*
|
|
1722
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1277
1723
|
*
|
|
1278
1724
|
* @generated from field: string final_ref_number = 21;
|
|
1279
1725
|
*/
|
|
@@ -1338,49 +1784,103 @@ export declare class InwardJobsFreeIssueMaterialsServiceCountReq extends Message
|
|
|
1338
1784
|
*/
|
|
1339
1785
|
export declare class InwardJobsFreeIssueMaterialsServiceSearchAllReq extends Message<InwardJobsFreeIssueMaterialsServiceSearchAllReq> {
|
|
1340
1786
|
/**
|
|
1341
|
-
*
|
|
1787
|
+
*
|
|
1788
|
+
* @optional
|
|
1789
|
+
*
|
|
1790
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1791
|
+
*
|
|
1792
|
+
* @example ANY
|
|
1342
1793
|
*
|
|
1343
1794
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1344
1795
|
*/
|
|
1345
1796
|
isActive: BOOL_FILTER;
|
|
1346
1797
|
/**
|
|
1347
|
-
*
|
|
1798
|
+
*
|
|
1799
|
+
* @mandatory
|
|
1800
|
+
*
|
|
1801
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1802
|
+
*
|
|
1803
|
+
* @example 100
|
|
1804
|
+
*
|
|
1805
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1806
|
+
*
|
|
1807
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1348
1808
|
*
|
|
1349
1809
|
* @generated from field: int64 count = 2;
|
|
1350
1810
|
*/
|
|
1351
1811
|
count: bigint;
|
|
1352
1812
|
/**
|
|
1353
|
-
*
|
|
1813
|
+
*
|
|
1814
|
+
* @optional
|
|
1815
|
+
*
|
|
1816
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1817
|
+
*
|
|
1818
|
+
* @example 0
|
|
1819
|
+
*
|
|
1820
|
+
* @regex ^[0-9]+$
|
|
1821
|
+
*
|
|
1822
|
+
* @format Non-negative integer.
|
|
1354
1823
|
*
|
|
1355
1824
|
* @generated from field: uint64 offset = 3;
|
|
1356
1825
|
*/
|
|
1357
1826
|
offset: bigint;
|
|
1358
1827
|
/**
|
|
1359
|
-
*
|
|
1828
|
+
*
|
|
1829
|
+
* @optional
|
|
1830
|
+
*
|
|
1831
|
+
* @description Sort direction.
|
|
1832
|
+
*
|
|
1833
|
+
* @example DESCENDING
|
|
1360
1834
|
*
|
|
1361
1835
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1362
1836
|
*/
|
|
1363
1837
|
sortOrder: SORT_ORDER;
|
|
1364
1838
|
/**
|
|
1365
|
-
*
|
|
1839
|
+
*
|
|
1840
|
+
* @optional
|
|
1841
|
+
*
|
|
1842
|
+
* @description The field used for sorting.
|
|
1366
1843
|
*
|
|
1367
1844
|
* @generated from field: Scailo.INWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY sort_key = 5;
|
|
1368
1845
|
*/
|
|
1369
1846
|
sortKey: INWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY;
|
|
1370
1847
|
/**
|
|
1371
|
-
*
|
|
1848
|
+
*
|
|
1849
|
+
* @optional
|
|
1850
|
+
*
|
|
1851
|
+
* @description Filter by the organization UUID.
|
|
1852
|
+
*
|
|
1853
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1854
|
+
*
|
|
1855
|
+
* @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}$
|
|
1856
|
+
*
|
|
1857
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1372
1858
|
*
|
|
1373
1859
|
* @generated from field: string entity_uuid = 6;
|
|
1374
1860
|
*/
|
|
1375
1861
|
entityUuid: string;
|
|
1376
1862
|
/**
|
|
1377
|
-
*
|
|
1863
|
+
*
|
|
1864
|
+
* @optional
|
|
1865
|
+
*
|
|
1866
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1867
|
+
*
|
|
1868
|
+
* @example STANDING
|
|
1378
1869
|
*
|
|
1379
1870
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1380
1871
|
*/
|
|
1381
1872
|
status: STANDARD_LIFECYCLE_STATUS;
|
|
1382
1873
|
/**
|
|
1383
|
-
*
|
|
1874
|
+
*
|
|
1875
|
+
* @mandatory
|
|
1876
|
+
*
|
|
1877
|
+
* @description The search string to match against reference IDs.
|
|
1878
|
+
*
|
|
1879
|
+
* @example "Medical 2023"
|
|
1880
|
+
*
|
|
1881
|
+
* @regex .*
|
|
1882
|
+
*
|
|
1883
|
+
* @format: May contain any UTF-8 characters.
|
|
1384
1884
|
*
|
|
1385
1885
|
* @generated from field: string search_key = 11;
|
|
1386
1886
|
*/
|