@kernelminds/scailo-sdk 0.1.28 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +41 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +226 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +88 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +87 -22
- package/lib/cjs/src/users.scailo_pb.js +447 -81
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +41 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +226 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +88 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +87 -22
- package/lib/esm/src/users.scailo_pb.js +451 -83
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -239,7 +239,16 @@ protobuf_1.proto3.util.setEnumType(OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY, "Sc
|
|
|
239
239
|
*/
|
|
240
240
|
class OutwardJobsFreeIssueMaterialsServiceCreateRequest extends protobuf_1.Message {
|
|
241
241
|
/**
|
|
242
|
-
*
|
|
242
|
+
*
|
|
243
|
+
* @optional
|
|
244
|
+
*
|
|
245
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
246
|
+
*
|
|
247
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
248
|
+
*
|
|
249
|
+
* @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}$
|
|
250
|
+
*
|
|
251
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
243
252
|
*
|
|
244
253
|
* @generated from field: string entity_uuid = 1;
|
|
245
254
|
*/
|
|
@@ -251,13 +260,31 @@ class OutwardJobsFreeIssueMaterialsServiceCreateRequest extends protobuf_1.Messa
|
|
|
251
260
|
*/
|
|
252
261
|
userComment = "";
|
|
253
262
|
/**
|
|
254
|
-
*
|
|
263
|
+
*
|
|
264
|
+
* @optional
|
|
265
|
+
*
|
|
266
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
267
|
+
*
|
|
268
|
+
* @example 15234
|
|
269
|
+
*
|
|
270
|
+
* @regex ^[0-9]+$
|
|
271
|
+
*
|
|
272
|
+
* @format Non-negative integer.
|
|
255
273
|
*
|
|
256
274
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
257
275
|
*/
|
|
258
276
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
259
277
|
/**
|
|
260
|
-
*
|
|
278
|
+
*
|
|
279
|
+
* @mandatory
|
|
280
|
+
*
|
|
281
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
282
|
+
*
|
|
283
|
+
* @example "ABS-2023-001"
|
|
284
|
+
*
|
|
285
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
286
|
+
*
|
|
287
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
261
288
|
*
|
|
262
289
|
* @generated from field: string reference_id = 10;
|
|
263
290
|
*/
|
|
@@ -336,19 +363,42 @@ class OutwardJobsFreeIssueMaterialsServiceUpdateRequest extends protobuf_1.Messa
|
|
|
336
363
|
*/
|
|
337
364
|
id = protobuf_1.protoInt64.zero;
|
|
338
365
|
/**
|
|
339
|
-
*
|
|
366
|
+
*
|
|
367
|
+
* @optional
|
|
368
|
+
*
|
|
369
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
370
|
+
*
|
|
371
|
+
* @example true
|
|
340
372
|
*
|
|
341
373
|
* @generated from field: bool notify_users = 3;
|
|
342
374
|
*/
|
|
343
375
|
notifyUsers = false;
|
|
344
376
|
/**
|
|
345
|
-
*
|
|
377
|
+
*
|
|
378
|
+
* @optional
|
|
379
|
+
*
|
|
380
|
+
* @description Updated vault folder ID for documentation storage.
|
|
381
|
+
*
|
|
382
|
+
* @example 15235
|
|
383
|
+
*
|
|
384
|
+
* @regex ^[0-9]+$
|
|
385
|
+
*
|
|
386
|
+
* @format Non-negative integer.
|
|
346
387
|
*
|
|
347
388
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
348
389
|
*/
|
|
349
390
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
350
391
|
/**
|
|
351
|
-
*
|
|
392
|
+
*
|
|
393
|
+
* @mandatory
|
|
394
|
+
*
|
|
395
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
396
|
+
*
|
|
397
|
+
* @example "ABS-2023-001-REV"
|
|
398
|
+
*
|
|
399
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
400
|
+
*
|
|
401
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
352
402
|
*
|
|
353
403
|
* @generated from field: string reference_id = 10;
|
|
354
404
|
*/
|
|
@@ -488,55 +538,74 @@ exports.OutwardJobFreeIssueMaterialAncillaryParameters = OutwardJobFreeIssueMate
|
|
|
488
538
|
*/
|
|
489
539
|
class OutwardJobFreeIssueMaterial extends protobuf_1.Message {
|
|
490
540
|
/**
|
|
491
|
-
*
|
|
541
|
+
*
|
|
542
|
+
* @description The organization's globally unique identifier.
|
|
543
|
+
*
|
|
544
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
492
545
|
*
|
|
493
546
|
* @generated from field: string entity_uuid = 1;
|
|
494
547
|
*/
|
|
495
548
|
entityUuid = "";
|
|
496
549
|
/**
|
|
497
|
-
*
|
|
550
|
+
*
|
|
551
|
+
* @description Standard employee and record metadata including timestamps.
|
|
498
552
|
*
|
|
499
553
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
500
554
|
*/
|
|
501
555
|
metadata;
|
|
502
556
|
/**
|
|
503
|
-
*
|
|
557
|
+
*
|
|
558
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
504
559
|
*
|
|
505
560
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
506
561
|
*/
|
|
507
562
|
approvalMetadata;
|
|
508
563
|
/**
|
|
509
|
-
*
|
|
564
|
+
*
|
|
565
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
510
566
|
*
|
|
511
567
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
512
568
|
*/
|
|
513
569
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
514
570
|
/**
|
|
515
|
-
*
|
|
571
|
+
*
|
|
572
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
516
573
|
*
|
|
517
574
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
518
575
|
*/
|
|
519
576
|
logs = [];
|
|
520
577
|
/**
|
|
521
|
-
*
|
|
578
|
+
*
|
|
579
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
580
|
+
*
|
|
581
|
+
* @example 1698400000
|
|
522
582
|
*
|
|
523
583
|
* @generated from field: uint64 completed_on = 6;
|
|
524
584
|
*/
|
|
525
585
|
completedOn = protobuf_1.protoInt64.zero;
|
|
526
586
|
/**
|
|
527
|
-
*
|
|
587
|
+
*
|
|
588
|
+
* @description Link to the document storage folder.
|
|
589
|
+
*
|
|
590
|
+
* @example 15234
|
|
528
591
|
*
|
|
529
592
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
530
593
|
*/
|
|
531
594
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
532
595
|
/**
|
|
533
|
-
*
|
|
596
|
+
*
|
|
597
|
+
* @description The user-provided reference ID.
|
|
598
|
+
*
|
|
599
|
+
* @example "ABS-2023-001"
|
|
534
600
|
*
|
|
535
601
|
* @generated from field: string reference_id = 10;
|
|
536
602
|
*/
|
|
537
603
|
referenceId = "";
|
|
538
604
|
/**
|
|
539
|
-
*
|
|
605
|
+
*
|
|
606
|
+
* @description The system-generated immutable reference number.
|
|
607
|
+
*
|
|
608
|
+
* @example "ABS-2023-X9Z2"
|
|
540
609
|
*
|
|
541
610
|
* @generated from field: string final_ref_number = 11;
|
|
542
611
|
*/
|
|
@@ -778,25 +847,31 @@ exports.OutwardJobsFreeIssueMaterialsServiceItemUpdateRequest = OutwardJobsFreeI
|
|
|
778
847
|
*/
|
|
779
848
|
class OutwardJobFreeIssueMaterialItem extends protobuf_1.Message {
|
|
780
849
|
/**
|
|
781
|
-
*
|
|
850
|
+
*
|
|
851
|
+
* @description The organization's globally unique identifier.
|
|
852
|
+
*
|
|
853
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
782
854
|
*
|
|
783
855
|
* @generated from field: string entity_uuid = 1;
|
|
784
856
|
*/
|
|
785
857
|
entityUuid = "";
|
|
786
858
|
/**
|
|
787
|
-
*
|
|
859
|
+
*
|
|
860
|
+
* @description Standard employee and record metadata including timestamps.
|
|
788
861
|
*
|
|
789
862
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
790
863
|
*/
|
|
791
864
|
metadata;
|
|
792
865
|
/**
|
|
793
|
-
*
|
|
866
|
+
*
|
|
867
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
794
868
|
*
|
|
795
869
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
796
870
|
*/
|
|
797
871
|
approvalMetadata;
|
|
798
872
|
/**
|
|
799
|
-
*
|
|
873
|
+
*
|
|
874
|
+
* @description The approval state of the record
|
|
800
875
|
*
|
|
801
876
|
* @generated from field: bool need_approval = 4;
|
|
802
877
|
*/
|
|
@@ -1049,37 +1124,77 @@ exports.OutwardJobFreeIssueMaterialItemProspectiveInfoRequest = OutwardJobFreeIs
|
|
|
1049
1124
|
*/
|
|
1050
1125
|
class OutwardJobFreeIssueMaterialItemsSearchRequest extends protobuf_1.Message {
|
|
1051
1126
|
/**
|
|
1052
|
-
*
|
|
1127
|
+
*
|
|
1128
|
+
* @optional
|
|
1129
|
+
*
|
|
1130
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1131
|
+
*
|
|
1132
|
+
* @example ANY
|
|
1053
1133
|
*
|
|
1054
1134
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1055
1135
|
*/
|
|
1056
1136
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1057
1137
|
/**
|
|
1058
|
-
*
|
|
1138
|
+
*
|
|
1139
|
+
* @mandatory
|
|
1140
|
+
*
|
|
1141
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1142
|
+
*
|
|
1143
|
+
* @example 100
|
|
1144
|
+
*
|
|
1145
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1146
|
+
*
|
|
1147
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1059
1148
|
*
|
|
1060
1149
|
* @generated from field: int64 count = 2;
|
|
1061
1150
|
*/
|
|
1062
1151
|
count = protobuf_1.protoInt64.zero;
|
|
1063
1152
|
/**
|
|
1064
|
-
*
|
|
1153
|
+
*
|
|
1154
|
+
* @optional
|
|
1155
|
+
*
|
|
1156
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1157
|
+
*
|
|
1158
|
+
* @example 0
|
|
1159
|
+
*
|
|
1160
|
+
* @regex ^[0-9]+$
|
|
1161
|
+
*
|
|
1162
|
+
* @format Non-negative integer.
|
|
1065
1163
|
*
|
|
1066
1164
|
* @generated from field: uint64 offset = 3;
|
|
1067
1165
|
*/
|
|
1068
1166
|
offset = protobuf_1.protoInt64.zero;
|
|
1069
1167
|
/**
|
|
1070
|
-
*
|
|
1168
|
+
*
|
|
1169
|
+
* @optional
|
|
1170
|
+
*
|
|
1171
|
+
* @description Sort direction.
|
|
1172
|
+
*
|
|
1173
|
+
* @example DESCENDING
|
|
1071
1174
|
*
|
|
1072
1175
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1073
1176
|
*/
|
|
1074
1177
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1075
1178
|
/**
|
|
1076
|
-
*
|
|
1179
|
+
*
|
|
1180
|
+
* @optional
|
|
1181
|
+
*
|
|
1182
|
+
* @description The field used for sorting.
|
|
1077
1183
|
*
|
|
1078
1184
|
* @generated from field: Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_SORT_KEY sort_key = 5;
|
|
1079
1185
|
*/
|
|
1080
1186
|
sortKey = OUTWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_SORT_KEY.OUTWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1081
1187
|
/**
|
|
1082
|
-
*
|
|
1188
|
+
*
|
|
1189
|
+
* @optional
|
|
1190
|
+
*
|
|
1191
|
+
* @description Filter by the organization UUID.
|
|
1192
|
+
*
|
|
1193
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1194
|
+
*
|
|
1195
|
+
* @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}$
|
|
1196
|
+
*
|
|
1197
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1083
1198
|
*
|
|
1084
1199
|
* @generated from field: string entity_uuid = 6;
|
|
1085
1200
|
*/
|
|
@@ -1197,25 +1312,35 @@ exports.OutwardJobFreeIssueMaterialItemsSearchRequest = OutwardJobFreeIssueMater
|
|
|
1197
1312
|
*/
|
|
1198
1313
|
class OutwardJobsFreeIssueMaterialsServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1199
1314
|
/**
|
|
1200
|
-
*
|
|
1315
|
+
*
|
|
1316
|
+
* @description Number of records returned in the current response slice.
|
|
1317
|
+
*
|
|
1318
|
+
* @example 50
|
|
1201
1319
|
*
|
|
1202
1320
|
* @generated from field: uint64 count = 1;
|
|
1203
1321
|
*/
|
|
1204
1322
|
count = protobuf_1.protoInt64.zero;
|
|
1205
1323
|
/**
|
|
1206
|
-
*
|
|
1324
|
+
*
|
|
1325
|
+
* @description The offset provided in the request.
|
|
1326
|
+
*
|
|
1327
|
+
* @example 0
|
|
1207
1328
|
*
|
|
1208
1329
|
* @generated from field: uint64 offset = 2;
|
|
1209
1330
|
*/
|
|
1210
1331
|
offset = protobuf_1.protoInt64.zero;
|
|
1211
1332
|
/**
|
|
1212
|
-
*
|
|
1333
|
+
*
|
|
1334
|
+
* @description The total number of records matching the criteria.
|
|
1335
|
+
*
|
|
1336
|
+
* @example 1250
|
|
1213
1337
|
*
|
|
1214
1338
|
* @generated from field: uint64 total = 3;
|
|
1215
1339
|
*/
|
|
1216
1340
|
total = protobuf_1.protoInt64.zero;
|
|
1217
1341
|
/**
|
|
1218
|
-
*
|
|
1342
|
+
*
|
|
1343
|
+
* @description The array of records for the current page.
|
|
1219
1344
|
*
|
|
1220
1345
|
* @generated from field: repeated Scailo.OutwardJobFreeIssueMaterialItem payload = 4;
|
|
1221
1346
|
*/
|
|
@@ -1304,31 +1429,62 @@ exports.OutwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest
|
|
|
1304
1429
|
*/
|
|
1305
1430
|
class OutwardJobsFreeIssueMaterialsServicePaginationReq extends protobuf_1.Message {
|
|
1306
1431
|
/**
|
|
1307
|
-
*
|
|
1432
|
+
*
|
|
1433
|
+
* @optional
|
|
1434
|
+
*
|
|
1435
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1436
|
+
*
|
|
1437
|
+
* @example ANY
|
|
1308
1438
|
*
|
|
1309
1439
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1310
1440
|
*/
|
|
1311
1441
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1312
1442
|
/**
|
|
1313
|
-
*
|
|
1443
|
+
*
|
|
1444
|
+
* @mandatory
|
|
1445
|
+
*
|
|
1446
|
+
* @description Number of records to return per page.
|
|
1447
|
+
*
|
|
1448
|
+
* @example 50
|
|
1449
|
+
*
|
|
1450
|
+
* @regex ^[1-9][0-9]*$
|
|
1451
|
+
*
|
|
1452
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1314
1453
|
*
|
|
1315
1454
|
* @generated from field: int64 count = 2;
|
|
1316
1455
|
*/
|
|
1317
1456
|
count = protobuf_1.protoInt64.zero;
|
|
1318
1457
|
/**
|
|
1319
|
-
*
|
|
1458
|
+
*
|
|
1459
|
+
* @optional
|
|
1460
|
+
*
|
|
1461
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1462
|
+
*
|
|
1463
|
+
* @example 0
|
|
1464
|
+
*
|
|
1465
|
+
* @regex ^[0-9]+$
|
|
1466
|
+
*
|
|
1467
|
+
* @format Non-negative integer.
|
|
1320
1468
|
*
|
|
1321
1469
|
* @generated from field: uint64 offset = 3;
|
|
1322
1470
|
*/
|
|
1323
1471
|
offset = protobuf_1.protoInt64.zero;
|
|
1324
1472
|
/**
|
|
1325
|
-
*
|
|
1473
|
+
*
|
|
1474
|
+
* @optional
|
|
1475
|
+
*
|
|
1476
|
+
* @description Sort direction.
|
|
1477
|
+
*
|
|
1478
|
+
* @example DESCENDING
|
|
1326
1479
|
*
|
|
1327
1480
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1328
1481
|
*/
|
|
1329
1482
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1330
1483
|
/**
|
|
1331
|
-
*
|
|
1484
|
+
*
|
|
1485
|
+
* @optional
|
|
1486
|
+
*
|
|
1487
|
+
* @description The specific field key to sort the results by.
|
|
1332
1488
|
*
|
|
1333
1489
|
* @generated from field: Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY sort_key = 5;
|
|
1334
1490
|
*/
|
|
@@ -1375,25 +1531,35 @@ exports.OutwardJobsFreeIssueMaterialsServicePaginationReq = OutwardJobsFreeIssue
|
|
|
1375
1531
|
*/
|
|
1376
1532
|
class OutwardJobsFreeIssueMaterialsServicePaginationResponse extends protobuf_1.Message {
|
|
1377
1533
|
/**
|
|
1378
|
-
*
|
|
1534
|
+
*
|
|
1535
|
+
* @description Number of records returned in the current response slice.
|
|
1536
|
+
*
|
|
1537
|
+
* @example 50
|
|
1379
1538
|
*
|
|
1380
1539
|
* @generated from field: uint64 count = 1;
|
|
1381
1540
|
*/
|
|
1382
1541
|
count = protobuf_1.protoInt64.zero;
|
|
1383
1542
|
/**
|
|
1384
|
-
*
|
|
1543
|
+
*
|
|
1544
|
+
* @description The offset provided in the request.
|
|
1545
|
+
*
|
|
1546
|
+
* @example 0
|
|
1385
1547
|
*
|
|
1386
1548
|
* @generated from field: uint64 offset = 2;
|
|
1387
1549
|
*/
|
|
1388
1550
|
offset = protobuf_1.protoInt64.zero;
|
|
1389
1551
|
/**
|
|
1390
|
-
*
|
|
1552
|
+
*
|
|
1553
|
+
* @description The total number of records matching the criteria.
|
|
1554
|
+
*
|
|
1555
|
+
* @example 1250
|
|
1391
1556
|
*
|
|
1392
1557
|
* @generated from field: uint64 total = 3;
|
|
1393
1558
|
*/
|
|
1394
1559
|
total = protobuf_1.protoInt64.zero;
|
|
1395
1560
|
/**
|
|
1396
|
-
*
|
|
1561
|
+
*
|
|
1562
|
+
* @description The array of records for the current page.
|
|
1397
1563
|
*
|
|
1398
1564
|
* @generated from field: repeated Scailo.OutwardJobFreeIssueMaterial payload = 4;
|
|
1399
1565
|
*/
|
|
@@ -1432,115 +1598,268 @@ exports.OutwardJobsFreeIssueMaterialsServicePaginationResponse = OutwardJobsFree
|
|
|
1432
1598
|
*/
|
|
1433
1599
|
class OutwardJobsFreeIssueMaterialsServiceFilterReq extends protobuf_1.Message {
|
|
1434
1600
|
/**
|
|
1435
|
-
*
|
|
1601
|
+
*
|
|
1602
|
+
* @optional
|
|
1603
|
+
*
|
|
1604
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1605
|
+
*
|
|
1606
|
+
* @example ANY
|
|
1436
1607
|
*
|
|
1437
1608
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1438
1609
|
*/
|
|
1439
1610
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1440
1611
|
/**
|
|
1441
|
-
*
|
|
1612
|
+
*
|
|
1613
|
+
* @mandatory
|
|
1614
|
+
*
|
|
1615
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1616
|
+
*
|
|
1617
|
+
* @example 100
|
|
1618
|
+
*
|
|
1619
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1620
|
+
*
|
|
1621
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1442
1622
|
*
|
|
1443
1623
|
* @generated from field: int64 count = 2;
|
|
1444
1624
|
*/
|
|
1445
1625
|
count = protobuf_1.protoInt64.zero;
|
|
1446
1626
|
/**
|
|
1447
|
-
*
|
|
1627
|
+
*
|
|
1628
|
+
* @optional
|
|
1629
|
+
*
|
|
1630
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1631
|
+
*
|
|
1632
|
+
* @example 0
|
|
1633
|
+
*
|
|
1634
|
+
* @regex ^[0-9]+$
|
|
1635
|
+
*
|
|
1636
|
+
* @format Non-negative integer.
|
|
1448
1637
|
*
|
|
1449
1638
|
* @generated from field: uint64 offset = 3;
|
|
1450
1639
|
*/
|
|
1451
1640
|
offset = protobuf_1.protoInt64.zero;
|
|
1452
1641
|
/**
|
|
1453
|
-
*
|
|
1642
|
+
*
|
|
1643
|
+
* @optional
|
|
1644
|
+
*
|
|
1645
|
+
* @description Sort direction.
|
|
1646
|
+
*
|
|
1647
|
+
* @example DESCENDING
|
|
1454
1648
|
*
|
|
1455
1649
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1456
1650
|
*/
|
|
1457
1651
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1458
1652
|
/**
|
|
1459
|
-
*
|
|
1653
|
+
*
|
|
1654
|
+
* @optional
|
|
1655
|
+
*
|
|
1656
|
+
* @description The field used for sorting.
|
|
1460
1657
|
*
|
|
1461
1658
|
* @generated from field: Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY sort_key = 5;
|
|
1462
1659
|
*/
|
|
1463
1660
|
sortKey = OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY.OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY_ID_UNSPECIFIED;
|
|
1464
1661
|
/**
|
|
1465
|
-
*
|
|
1662
|
+
*
|
|
1663
|
+
* @optional
|
|
1664
|
+
*
|
|
1665
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1666
|
+
*
|
|
1667
|
+
* @example 1672531200
|
|
1668
|
+
*
|
|
1669
|
+
* @regex ^[0-9]+$
|
|
1670
|
+
*
|
|
1671
|
+
* @format Non-negative integer.
|
|
1466
1672
|
*
|
|
1467
1673
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1468
1674
|
*/
|
|
1469
1675
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1470
1676
|
/**
|
|
1471
|
-
*
|
|
1677
|
+
*
|
|
1678
|
+
* @optional
|
|
1679
|
+
*
|
|
1680
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1681
|
+
*
|
|
1682
|
+
* @example 1704067199
|
|
1683
|
+
*
|
|
1684
|
+
* @regex ^[0-9]+$
|
|
1685
|
+
*
|
|
1686
|
+
* @format Non-negative integer.
|
|
1472
1687
|
*
|
|
1473
1688
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1474
1689
|
*/
|
|
1475
1690
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1476
1691
|
/**
|
|
1477
|
-
*
|
|
1692
|
+
*
|
|
1693
|
+
* @optional
|
|
1694
|
+
*
|
|
1695
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1696
|
+
*
|
|
1697
|
+
* @example 1672531200
|
|
1698
|
+
*
|
|
1699
|
+
* @regex ^[0-9]+$
|
|
1700
|
+
*
|
|
1701
|
+
* @format Non-negative integer.
|
|
1478
1702
|
*
|
|
1479
1703
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1480
1704
|
*/
|
|
1481
1705
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1482
1706
|
/**
|
|
1483
|
-
*
|
|
1707
|
+
*
|
|
1708
|
+
* @optional
|
|
1709
|
+
*
|
|
1710
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1711
|
+
*
|
|
1712
|
+
* @example 1704067199
|
|
1713
|
+
*
|
|
1714
|
+
* @regex ^[0-9]+$
|
|
1715
|
+
*
|
|
1716
|
+
* @format Non-negative integer.
|
|
1484
1717
|
*
|
|
1485
1718
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1486
1719
|
*/
|
|
1487
1720
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1488
1721
|
/**
|
|
1489
|
-
*
|
|
1722
|
+
*
|
|
1723
|
+
* @optional
|
|
1724
|
+
*
|
|
1725
|
+
* @description Filter by the organization UUID.
|
|
1726
|
+
*
|
|
1727
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1728
|
+
*
|
|
1729
|
+
* @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}$
|
|
1730
|
+
*
|
|
1731
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1490
1732
|
*
|
|
1491
1733
|
* @generated from field: string entity_uuid = 8;
|
|
1492
1734
|
*/
|
|
1493
1735
|
entityUuid = "";
|
|
1494
1736
|
/**
|
|
1495
|
-
*
|
|
1737
|
+
*
|
|
1738
|
+
* @optional
|
|
1739
|
+
*
|
|
1740
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1741
|
+
*
|
|
1742
|
+
* @example STANDING
|
|
1496
1743
|
*
|
|
1497
1744
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1498
1745
|
*/
|
|
1499
1746
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1500
1747
|
/**
|
|
1501
|
-
*
|
|
1748
|
+
*
|
|
1749
|
+
* @optional
|
|
1750
|
+
*
|
|
1751
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1752
|
+
*
|
|
1753
|
+
* @example 1672531200
|
|
1754
|
+
*
|
|
1755
|
+
* @regex ^[0-9]+$
|
|
1756
|
+
*
|
|
1757
|
+
* @format Non-negative integer.
|
|
1502
1758
|
*
|
|
1503
1759
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1504
1760
|
*/
|
|
1505
1761
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1506
1762
|
/**
|
|
1507
|
-
*
|
|
1763
|
+
*
|
|
1764
|
+
* @optional
|
|
1765
|
+
*
|
|
1766
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1767
|
+
*
|
|
1768
|
+
* @example 1704067199
|
|
1769
|
+
*
|
|
1770
|
+
* @regex ^[0-9]+$
|
|
1771
|
+
*
|
|
1772
|
+
* @format Non-negative integer.
|
|
1508
1773
|
*
|
|
1509
1774
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1510
1775
|
*/
|
|
1511
1776
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1512
1777
|
/**
|
|
1513
|
-
*
|
|
1778
|
+
*
|
|
1779
|
+
* @optional
|
|
1780
|
+
*
|
|
1781
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1782
|
+
*
|
|
1783
|
+
* @example 501
|
|
1784
|
+
*
|
|
1785
|
+
* @regex ^[0-9]+$
|
|
1786
|
+
*
|
|
1787
|
+
* @format Non-negative integer.
|
|
1514
1788
|
*
|
|
1515
1789
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1516
1790
|
*/
|
|
1517
1791
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1518
1792
|
/**
|
|
1519
|
-
*
|
|
1793
|
+
*
|
|
1794
|
+
* @optional
|
|
1795
|
+
*
|
|
1796
|
+
* @description Filter by the role ID of the approver.
|
|
1797
|
+
*
|
|
1798
|
+
* @example 5
|
|
1799
|
+
*
|
|
1800
|
+
* @regex ^[0-9]+$
|
|
1801
|
+
*
|
|
1802
|
+
* @format Non-negative integer.
|
|
1520
1803
|
*
|
|
1521
1804
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1522
1805
|
*/
|
|
1523
1806
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1524
1807
|
/**
|
|
1525
|
-
*
|
|
1808
|
+
*
|
|
1809
|
+
* @optional
|
|
1810
|
+
*
|
|
1811
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1812
|
+
*
|
|
1813
|
+
* @example 1672531200
|
|
1814
|
+
*
|
|
1815
|
+
* @regex ^[0-9]+$
|
|
1816
|
+
*
|
|
1817
|
+
* @format Non-negative integer.
|
|
1526
1818
|
*
|
|
1527
1819
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1528
1820
|
*/
|
|
1529
1821
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1530
1822
|
/**
|
|
1531
|
-
*
|
|
1823
|
+
*
|
|
1824
|
+
* @optional
|
|
1825
|
+
*
|
|
1826
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1827
|
+
*
|
|
1828
|
+
* @example 1704067199
|
|
1829
|
+
*
|
|
1830
|
+
* @regex ^[0-9]+$
|
|
1831
|
+
*
|
|
1832
|
+
* @format Non-negative integer.
|
|
1532
1833
|
*
|
|
1533
1834
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1534
1835
|
*/
|
|
1535
1836
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1536
1837
|
/**
|
|
1537
|
-
*
|
|
1838
|
+
*
|
|
1839
|
+
* @optional
|
|
1840
|
+
*
|
|
1841
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1842
|
+
*
|
|
1843
|
+
* @example "ABS-2023-001"
|
|
1844
|
+
*
|
|
1845
|
+
* @regex [0-9A-Za-z ]*$
|
|
1846
|
+
*
|
|
1847
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1538
1848
|
*
|
|
1539
1849
|
* @generated from field: string reference_id = 20;
|
|
1540
1850
|
*/
|
|
1541
1851
|
referenceId = "";
|
|
1542
1852
|
/**
|
|
1543
|
-
*
|
|
1853
|
+
*
|
|
1854
|
+
* @optional
|
|
1855
|
+
*
|
|
1856
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1857
|
+
*
|
|
1858
|
+
* @example "ABS-2023-X9Z2"
|
|
1859
|
+
*
|
|
1860
|
+
* @regex [0-9A-Za-z ]*$
|
|
1861
|
+
*
|
|
1862
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1544
1863
|
*
|
|
1545
1864
|
* @generated from field: string final_ref_number = 21;
|
|
1546
1865
|
*/
|
|
@@ -1644,91 +1963,218 @@ exports.OutwardJobsFreeIssueMaterialsServiceFilterReq = OutwardJobsFreeIssueMate
|
|
|
1644
1963
|
*/
|
|
1645
1964
|
class OutwardJobsFreeIssueMaterialsServiceCountReq extends protobuf_1.Message {
|
|
1646
1965
|
/**
|
|
1647
|
-
*
|
|
1966
|
+
*
|
|
1967
|
+
* @optional
|
|
1968
|
+
*
|
|
1969
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1970
|
+
*
|
|
1971
|
+
* @example ANY
|
|
1648
1972
|
*
|
|
1649
1973
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1650
1974
|
*/
|
|
1651
1975
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1652
1976
|
/**
|
|
1653
|
-
*
|
|
1977
|
+
*
|
|
1978
|
+
* @optional
|
|
1979
|
+
*
|
|
1980
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1981
|
+
*
|
|
1982
|
+
* @example 1672531200
|
|
1983
|
+
*
|
|
1984
|
+
* @regex ^[0-9]+$
|
|
1985
|
+
*
|
|
1986
|
+
* @format Non-negative integer.
|
|
1654
1987
|
*
|
|
1655
1988
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1656
1989
|
*/
|
|
1657
1990
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1658
1991
|
/**
|
|
1659
|
-
*
|
|
1992
|
+
*
|
|
1993
|
+
* @optional
|
|
1994
|
+
*
|
|
1995
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1996
|
+
*
|
|
1997
|
+
* @example 1704067199
|
|
1998
|
+
*
|
|
1999
|
+
* @regex ^[0-9]+$
|
|
2000
|
+
*
|
|
2001
|
+
* @format Non-negative integer.
|
|
1660
2002
|
*
|
|
1661
2003
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1662
2004
|
*/
|
|
1663
2005
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1664
2006
|
/**
|
|
1665
|
-
*
|
|
2007
|
+
*
|
|
2008
|
+
* @optional
|
|
2009
|
+
*
|
|
2010
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2011
|
+
*
|
|
2012
|
+
* @example 1672531200
|
|
2013
|
+
*
|
|
2014
|
+
* @regex ^[0-9]+$
|
|
2015
|
+
*
|
|
2016
|
+
* @format Non-negative integer.
|
|
1666
2017
|
*
|
|
1667
2018
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1668
2019
|
*/
|
|
1669
2020
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1670
2021
|
/**
|
|
1671
|
-
*
|
|
2022
|
+
*
|
|
2023
|
+
* @optional
|
|
2024
|
+
*
|
|
2025
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2026
|
+
*
|
|
2027
|
+
* @example 1704067199
|
|
2028
|
+
*
|
|
2029
|
+
* @regex ^[0-9]+$
|
|
2030
|
+
*
|
|
2031
|
+
* @format Non-negative integer.
|
|
1672
2032
|
*
|
|
1673
2033
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1674
2034
|
*/
|
|
1675
2035
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1676
2036
|
/**
|
|
1677
|
-
*
|
|
2037
|
+
*
|
|
2038
|
+
* @optional
|
|
2039
|
+
*
|
|
2040
|
+
* @description Filter by the organization UUID.
|
|
2041
|
+
*
|
|
2042
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2043
|
+
*
|
|
2044
|
+
* @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}$
|
|
2045
|
+
*
|
|
2046
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1678
2047
|
*
|
|
1679
2048
|
* @generated from field: string entity_uuid = 8;
|
|
1680
2049
|
*/
|
|
1681
2050
|
entityUuid = "";
|
|
1682
2051
|
/**
|
|
1683
|
-
*
|
|
2052
|
+
*
|
|
2053
|
+
* @optional
|
|
2054
|
+
*
|
|
2055
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2056
|
+
*
|
|
2057
|
+
* @example STANDING
|
|
1684
2058
|
*
|
|
1685
2059
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1686
2060
|
*/
|
|
1687
2061
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1688
2062
|
/**
|
|
1689
|
-
*
|
|
2063
|
+
*
|
|
2064
|
+
* @optional
|
|
2065
|
+
*
|
|
2066
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2067
|
+
*
|
|
2068
|
+
* @example 1672531200
|
|
2069
|
+
*
|
|
2070
|
+
* @regex ^[0-9]+$
|
|
2071
|
+
*
|
|
2072
|
+
* @format Non-negative integer.
|
|
1690
2073
|
*
|
|
1691
2074
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1692
2075
|
*/
|
|
1693
2076
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1694
2077
|
/**
|
|
1695
|
-
*
|
|
2078
|
+
*
|
|
2079
|
+
* @optional
|
|
2080
|
+
*
|
|
2081
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2082
|
+
*
|
|
2083
|
+
* @example 1704067199
|
|
2084
|
+
*
|
|
2085
|
+
* @regex ^[0-9]+$
|
|
2086
|
+
*
|
|
2087
|
+
* @format Non-negative integer.
|
|
1696
2088
|
*
|
|
1697
2089
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1698
2090
|
*/
|
|
1699
2091
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1700
2092
|
/**
|
|
1701
|
-
*
|
|
2093
|
+
*
|
|
2094
|
+
* @optional
|
|
2095
|
+
*
|
|
2096
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2097
|
+
*
|
|
2098
|
+
* @example 501
|
|
2099
|
+
*
|
|
2100
|
+
* @regex ^[0-9]+$
|
|
2101
|
+
*
|
|
2102
|
+
* @format Non-negative integer.
|
|
1702
2103
|
*
|
|
1703
2104
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1704
2105
|
*/
|
|
1705
2106
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1706
2107
|
/**
|
|
1707
|
-
*
|
|
2108
|
+
*
|
|
2109
|
+
* @optional
|
|
2110
|
+
*
|
|
2111
|
+
* @description Filter by the role ID of the approver.
|
|
2112
|
+
*
|
|
2113
|
+
* @example 5
|
|
2114
|
+
*
|
|
2115
|
+
* @regex ^[0-9]+$
|
|
2116
|
+
*
|
|
2117
|
+
* @format Non-negative integer.
|
|
1708
2118
|
*
|
|
1709
2119
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1710
2120
|
*/
|
|
1711
2121
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1712
2122
|
/**
|
|
1713
|
-
*
|
|
2123
|
+
*
|
|
2124
|
+
* @optional
|
|
2125
|
+
*
|
|
2126
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2127
|
+
*
|
|
2128
|
+
* @example 1672531200
|
|
2129
|
+
*
|
|
2130
|
+
* @regex ^[0-9]+$
|
|
2131
|
+
*
|
|
2132
|
+
* @format Non-negative integer.
|
|
1714
2133
|
*
|
|
1715
2134
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1716
2135
|
*/
|
|
1717
2136
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1718
2137
|
/**
|
|
1719
|
-
*
|
|
2138
|
+
*
|
|
2139
|
+
* @optional
|
|
2140
|
+
*
|
|
2141
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2142
|
+
*
|
|
2143
|
+
* @example 1704067199
|
|
2144
|
+
*
|
|
2145
|
+
* @regex ^[0-9]+$
|
|
2146
|
+
*
|
|
2147
|
+
* @format Non-negative integer.
|
|
1720
2148
|
*
|
|
1721
2149
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1722
2150
|
*/
|
|
1723
2151
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1724
2152
|
/**
|
|
1725
|
-
*
|
|
2153
|
+
*
|
|
2154
|
+
* @optional
|
|
2155
|
+
*
|
|
2156
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2157
|
+
*
|
|
2158
|
+
* @example "ABS-2023-001"
|
|
2159
|
+
*
|
|
2160
|
+
* @regex [0-9A-Za-z ]*$
|
|
2161
|
+
*
|
|
2162
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1726
2163
|
*
|
|
1727
2164
|
* @generated from field: string reference_id = 20;
|
|
1728
2165
|
*/
|
|
1729
2166
|
referenceId = "";
|
|
1730
2167
|
/**
|
|
1731
|
-
*
|
|
2168
|
+
*
|
|
2169
|
+
* @optional
|
|
2170
|
+
*
|
|
2171
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2172
|
+
*
|
|
2173
|
+
* @example "ABS-2023-X9Z2"
|
|
2174
|
+
*
|
|
2175
|
+
* @regex [0-9A-Za-z ]*$
|
|
2176
|
+
*
|
|
2177
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1732
2178
|
*
|
|
1733
2179
|
* @generated from field: string final_ref_number = 21;
|
|
1734
2180
|
*/
|
|
@@ -1828,49 +2274,103 @@ exports.OutwardJobsFreeIssueMaterialsServiceCountReq = OutwardJobsFreeIssueMater
|
|
|
1828
2274
|
*/
|
|
1829
2275
|
class OutwardJobsFreeIssueMaterialsServiceSearchAllReq extends protobuf_1.Message {
|
|
1830
2276
|
/**
|
|
1831
|
-
*
|
|
2277
|
+
*
|
|
2278
|
+
* @optional
|
|
2279
|
+
*
|
|
2280
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2281
|
+
*
|
|
2282
|
+
* @example ANY
|
|
1832
2283
|
*
|
|
1833
2284
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1834
2285
|
*/
|
|
1835
2286
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1836
2287
|
/**
|
|
1837
|
-
*
|
|
2288
|
+
*
|
|
2289
|
+
* @mandatory
|
|
2290
|
+
*
|
|
2291
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2292
|
+
*
|
|
2293
|
+
* @example 100
|
|
2294
|
+
*
|
|
2295
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2296
|
+
*
|
|
2297
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1838
2298
|
*
|
|
1839
2299
|
* @generated from field: int64 count = 2;
|
|
1840
2300
|
*/
|
|
1841
2301
|
count = protobuf_1.protoInt64.zero;
|
|
1842
2302
|
/**
|
|
1843
|
-
*
|
|
2303
|
+
*
|
|
2304
|
+
* @optional
|
|
2305
|
+
*
|
|
2306
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2307
|
+
*
|
|
2308
|
+
* @example 0
|
|
2309
|
+
*
|
|
2310
|
+
* @regex ^[0-9]+$
|
|
2311
|
+
*
|
|
2312
|
+
* @format Non-negative integer.
|
|
1844
2313
|
*
|
|
1845
2314
|
* @generated from field: uint64 offset = 3;
|
|
1846
2315
|
*/
|
|
1847
2316
|
offset = protobuf_1.protoInt64.zero;
|
|
1848
2317
|
/**
|
|
1849
|
-
*
|
|
2318
|
+
*
|
|
2319
|
+
* @optional
|
|
2320
|
+
*
|
|
2321
|
+
* @description Sort direction.
|
|
2322
|
+
*
|
|
2323
|
+
* @example DESCENDING
|
|
1850
2324
|
*
|
|
1851
2325
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1852
2326
|
*/
|
|
1853
2327
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1854
2328
|
/**
|
|
1855
|
-
*
|
|
2329
|
+
*
|
|
2330
|
+
* @optional
|
|
2331
|
+
*
|
|
2332
|
+
* @description The field used for sorting.
|
|
1856
2333
|
*
|
|
1857
2334
|
* @generated from field: Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY sort_key = 5;
|
|
1858
2335
|
*/
|
|
1859
2336
|
sortKey = OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY.OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY_ID_UNSPECIFIED;
|
|
1860
2337
|
/**
|
|
1861
|
-
*
|
|
2338
|
+
*
|
|
2339
|
+
* @optional
|
|
2340
|
+
*
|
|
2341
|
+
* @description Filter by the organization UUID.
|
|
2342
|
+
*
|
|
2343
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2344
|
+
*
|
|
2345
|
+
* @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}$
|
|
2346
|
+
*
|
|
2347
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1862
2348
|
*
|
|
1863
2349
|
* @generated from field: string entity_uuid = 6;
|
|
1864
2350
|
*/
|
|
1865
2351
|
entityUuid = "";
|
|
1866
2352
|
/**
|
|
1867
|
-
*
|
|
2353
|
+
*
|
|
2354
|
+
* @optional
|
|
2355
|
+
*
|
|
2356
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2357
|
+
*
|
|
2358
|
+
* @example STANDING
|
|
1868
2359
|
*
|
|
1869
2360
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1870
2361
|
*/
|
|
1871
2362
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1872
2363
|
/**
|
|
1873
|
-
*
|
|
2364
|
+
*
|
|
2365
|
+
* @mandatory
|
|
2366
|
+
*
|
|
2367
|
+
* @description The search string to match against reference IDs.
|
|
2368
|
+
*
|
|
2369
|
+
* @example "Medical 2023"
|
|
2370
|
+
*
|
|
2371
|
+
* @regex .*
|
|
2372
|
+
*
|
|
2373
|
+
* @format: May contain any UTF-8 characters.
|
|
1874
2374
|
*
|
|
1875
2375
|
* @generated from field: string search_key = 11;
|
|
1876
2376
|
*/
|