@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
|
@@ -232,7 +232,16 @@ protobuf_1.proto3.util.setEnumType(OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_K
|
|
|
232
232
|
*/
|
|
233
233
|
class OutwardJobsFreeIssueMaterialsReturnsServiceCreateRequest extends protobuf_1.Message {
|
|
234
234
|
/**
|
|
235
|
-
*
|
|
235
|
+
*
|
|
236
|
+
* @optional
|
|
237
|
+
*
|
|
238
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
239
|
+
*
|
|
240
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
241
|
+
*
|
|
242
|
+
* @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}$
|
|
243
|
+
*
|
|
244
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
236
245
|
*
|
|
237
246
|
* @generated from field: string entity_uuid = 1;
|
|
238
247
|
*/
|
|
@@ -244,13 +253,31 @@ class OutwardJobsFreeIssueMaterialsReturnsServiceCreateRequest extends protobuf_
|
|
|
244
253
|
*/
|
|
245
254
|
userComment = "";
|
|
246
255
|
/**
|
|
247
|
-
*
|
|
256
|
+
*
|
|
257
|
+
* @optional
|
|
258
|
+
*
|
|
259
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
260
|
+
*
|
|
261
|
+
* @example 15234
|
|
262
|
+
*
|
|
263
|
+
* @regex ^[0-9]+$
|
|
264
|
+
*
|
|
265
|
+
* @format Non-negative integer.
|
|
248
266
|
*
|
|
249
267
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
250
268
|
*/
|
|
251
269
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
252
270
|
/**
|
|
253
|
-
*
|
|
271
|
+
*
|
|
272
|
+
* @mandatory
|
|
273
|
+
*
|
|
274
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
275
|
+
*
|
|
276
|
+
* @example "ABS-2023-001"
|
|
277
|
+
*
|
|
278
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
279
|
+
*
|
|
280
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
254
281
|
*
|
|
255
282
|
* @generated from field: string reference_id = 10;
|
|
256
283
|
*/
|
|
@@ -329,19 +356,42 @@ class OutwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest extends protobuf_
|
|
|
329
356
|
*/
|
|
330
357
|
id = protobuf_1.protoInt64.zero;
|
|
331
358
|
/**
|
|
332
|
-
*
|
|
359
|
+
*
|
|
360
|
+
* @optional
|
|
361
|
+
*
|
|
362
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
363
|
+
*
|
|
364
|
+
* @example true
|
|
333
365
|
*
|
|
334
366
|
* @generated from field: bool notify_users = 3;
|
|
335
367
|
*/
|
|
336
368
|
notifyUsers = false;
|
|
337
369
|
/**
|
|
338
|
-
*
|
|
370
|
+
*
|
|
371
|
+
* @optional
|
|
372
|
+
*
|
|
373
|
+
* @description Updated vault folder ID for documentation storage.
|
|
374
|
+
*
|
|
375
|
+
* @example 15235
|
|
376
|
+
*
|
|
377
|
+
* @regex ^[0-9]+$
|
|
378
|
+
*
|
|
379
|
+
* @format Non-negative integer.
|
|
339
380
|
*
|
|
340
381
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
341
382
|
*/
|
|
342
383
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
343
384
|
/**
|
|
344
|
-
*
|
|
385
|
+
*
|
|
386
|
+
* @mandatory
|
|
387
|
+
*
|
|
388
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
389
|
+
*
|
|
390
|
+
* @example "ABS-2023-001-REV"
|
|
391
|
+
*
|
|
392
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
393
|
+
*
|
|
394
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
345
395
|
*
|
|
346
396
|
* @generated from field: string reference_id = 10;
|
|
347
397
|
*/
|
|
@@ -431,55 +481,74 @@ exports.OutwardJobFreeIssueMaterialReturnAncillaryParameters = OutwardJobFreeIss
|
|
|
431
481
|
*/
|
|
432
482
|
class OutwardJobFreeIssueMaterialReturn extends protobuf_1.Message {
|
|
433
483
|
/**
|
|
434
|
-
*
|
|
484
|
+
*
|
|
485
|
+
* @description The organization's globally unique identifier.
|
|
486
|
+
*
|
|
487
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
435
488
|
*
|
|
436
489
|
* @generated from field: string entity_uuid = 1;
|
|
437
490
|
*/
|
|
438
491
|
entityUuid = "";
|
|
439
492
|
/**
|
|
440
|
-
*
|
|
493
|
+
*
|
|
494
|
+
* @description Standard employee and record metadata including timestamps.
|
|
441
495
|
*
|
|
442
496
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
443
497
|
*/
|
|
444
498
|
metadata;
|
|
445
499
|
/**
|
|
446
|
-
*
|
|
500
|
+
*
|
|
501
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
447
502
|
*
|
|
448
503
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
449
504
|
*/
|
|
450
505
|
approvalMetadata;
|
|
451
506
|
/**
|
|
452
|
-
*
|
|
507
|
+
*
|
|
508
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
453
509
|
*
|
|
454
510
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
455
511
|
*/
|
|
456
512
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
457
513
|
/**
|
|
458
|
-
*
|
|
514
|
+
*
|
|
515
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
459
516
|
*
|
|
460
517
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
461
518
|
*/
|
|
462
519
|
logs = [];
|
|
463
520
|
/**
|
|
464
|
-
*
|
|
521
|
+
*
|
|
522
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
523
|
+
*
|
|
524
|
+
* @example 1698400000
|
|
465
525
|
*
|
|
466
526
|
* @generated from field: uint64 completed_on = 6;
|
|
467
527
|
*/
|
|
468
528
|
completedOn = protobuf_1.protoInt64.zero;
|
|
469
529
|
/**
|
|
470
|
-
*
|
|
530
|
+
*
|
|
531
|
+
* @description Link to the document storage folder.
|
|
532
|
+
*
|
|
533
|
+
* @example 15234
|
|
471
534
|
*
|
|
472
535
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
473
536
|
*/
|
|
474
537
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
475
538
|
/**
|
|
476
|
-
*
|
|
539
|
+
*
|
|
540
|
+
* @description The user-provided reference ID.
|
|
541
|
+
*
|
|
542
|
+
* @example "ABS-2023-001"
|
|
477
543
|
*
|
|
478
544
|
* @generated from field: string reference_id = 10;
|
|
479
545
|
*/
|
|
480
546
|
referenceId = "";
|
|
481
547
|
/**
|
|
482
|
-
*
|
|
548
|
+
*
|
|
549
|
+
* @description The system-generated immutable reference number.
|
|
550
|
+
*
|
|
551
|
+
* @example "ABS-2023-X9Z2"
|
|
483
552
|
*
|
|
484
553
|
* @generated from field: string final_ref_number = 11;
|
|
485
554
|
*/
|
|
@@ -707,25 +776,31 @@ exports.OutwardJobsFreeIssueMaterialsReturnsServiceItemUpdateRequest = OutwardJo
|
|
|
707
776
|
*/
|
|
708
777
|
class OutwardJobFreeIssueMaterialReturnItem extends protobuf_1.Message {
|
|
709
778
|
/**
|
|
710
|
-
*
|
|
779
|
+
*
|
|
780
|
+
* @description The organization's globally unique identifier.
|
|
781
|
+
*
|
|
782
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
711
783
|
*
|
|
712
784
|
* @generated from field: string entity_uuid = 1;
|
|
713
785
|
*/
|
|
714
786
|
entityUuid = "";
|
|
715
787
|
/**
|
|
716
|
-
*
|
|
788
|
+
*
|
|
789
|
+
* @description Standard employee and record metadata including timestamps.
|
|
717
790
|
*
|
|
718
791
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
719
792
|
*/
|
|
720
793
|
metadata;
|
|
721
794
|
/**
|
|
722
|
-
*
|
|
795
|
+
*
|
|
796
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
723
797
|
*
|
|
724
798
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
725
799
|
*/
|
|
726
800
|
approvalMetadata;
|
|
727
801
|
/**
|
|
728
|
-
*
|
|
802
|
+
*
|
|
803
|
+
* @description The approval state of the record
|
|
729
804
|
*
|
|
730
805
|
* @generated from field: bool need_approval = 4;
|
|
731
806
|
*/
|
|
@@ -971,37 +1046,77 @@ exports.OutwardJobFreeIssueMaterialReturnItemProspectiveInfoRequest = OutwardJob
|
|
|
971
1046
|
*/
|
|
972
1047
|
class OutwardJobFreeIssueMaterialReturnItemsSearchRequest extends protobuf_1.Message {
|
|
973
1048
|
/**
|
|
974
|
-
*
|
|
1049
|
+
*
|
|
1050
|
+
* @optional
|
|
1051
|
+
*
|
|
1052
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1053
|
+
*
|
|
1054
|
+
* @example ANY
|
|
975
1055
|
*
|
|
976
1056
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
977
1057
|
*/
|
|
978
1058
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
979
1059
|
/**
|
|
980
|
-
*
|
|
1060
|
+
*
|
|
1061
|
+
* @mandatory
|
|
1062
|
+
*
|
|
1063
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1064
|
+
*
|
|
1065
|
+
* @example 100
|
|
1066
|
+
*
|
|
1067
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1068
|
+
*
|
|
1069
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
981
1070
|
*
|
|
982
1071
|
* @generated from field: int64 count = 2;
|
|
983
1072
|
*/
|
|
984
1073
|
count = protobuf_1.protoInt64.zero;
|
|
985
1074
|
/**
|
|
986
|
-
*
|
|
1075
|
+
*
|
|
1076
|
+
* @optional
|
|
1077
|
+
*
|
|
1078
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1079
|
+
*
|
|
1080
|
+
* @example 0
|
|
1081
|
+
*
|
|
1082
|
+
* @regex ^[0-9]+$
|
|
1083
|
+
*
|
|
1084
|
+
* @format Non-negative integer.
|
|
987
1085
|
*
|
|
988
1086
|
* @generated from field: uint64 offset = 3;
|
|
989
1087
|
*/
|
|
990
1088
|
offset = protobuf_1.protoInt64.zero;
|
|
991
1089
|
/**
|
|
992
|
-
*
|
|
1090
|
+
*
|
|
1091
|
+
* @optional
|
|
1092
|
+
*
|
|
1093
|
+
* @description Sort direction.
|
|
1094
|
+
*
|
|
1095
|
+
* @example DESCENDING
|
|
993
1096
|
*
|
|
994
1097
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
995
1098
|
*/
|
|
996
1099
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
997
1100
|
/**
|
|
998
|
-
*
|
|
1101
|
+
*
|
|
1102
|
+
* @optional
|
|
1103
|
+
*
|
|
1104
|
+
* @description The field used for sorting.
|
|
999
1105
|
*
|
|
1000
1106
|
* @generated from field: Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_SORT_KEY sort_key = 5;
|
|
1001
1107
|
*/
|
|
1002
1108
|
sortKey = OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_SORT_KEY.OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1003
1109
|
/**
|
|
1004
|
-
*
|
|
1110
|
+
*
|
|
1111
|
+
* @optional
|
|
1112
|
+
*
|
|
1113
|
+
* @description Filter by the organization UUID.
|
|
1114
|
+
*
|
|
1115
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1116
|
+
*
|
|
1117
|
+
* @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}$
|
|
1118
|
+
*
|
|
1119
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1005
1120
|
*
|
|
1006
1121
|
* @generated from field: string entity_uuid = 6;
|
|
1007
1122
|
*/
|
|
@@ -1112,25 +1227,35 @@ exports.OutwardJobFreeIssueMaterialReturnItemsSearchRequest = OutwardJobFreeIssu
|
|
|
1112
1227
|
*/
|
|
1113
1228
|
class OutwardJobsFreeIssueMaterialsReturnsServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1114
1229
|
/**
|
|
1115
|
-
*
|
|
1230
|
+
*
|
|
1231
|
+
* @description Number of records returned in the current response slice.
|
|
1232
|
+
*
|
|
1233
|
+
* @example 50
|
|
1116
1234
|
*
|
|
1117
1235
|
* @generated from field: uint64 count = 1;
|
|
1118
1236
|
*/
|
|
1119
1237
|
count = protobuf_1.protoInt64.zero;
|
|
1120
1238
|
/**
|
|
1121
|
-
*
|
|
1239
|
+
*
|
|
1240
|
+
* @description The offset provided in the request.
|
|
1241
|
+
*
|
|
1242
|
+
* @example 0
|
|
1122
1243
|
*
|
|
1123
1244
|
* @generated from field: uint64 offset = 2;
|
|
1124
1245
|
*/
|
|
1125
1246
|
offset = protobuf_1.protoInt64.zero;
|
|
1126
1247
|
/**
|
|
1127
|
-
*
|
|
1248
|
+
*
|
|
1249
|
+
* @description The total number of records matching the criteria.
|
|
1250
|
+
*
|
|
1251
|
+
* @example 1250
|
|
1128
1252
|
*
|
|
1129
1253
|
* @generated from field: uint64 total = 3;
|
|
1130
1254
|
*/
|
|
1131
1255
|
total = protobuf_1.protoInt64.zero;
|
|
1132
1256
|
/**
|
|
1133
|
-
*
|
|
1257
|
+
*
|
|
1258
|
+
* @description The array of records for the current page.
|
|
1134
1259
|
*
|
|
1135
1260
|
* @generated from field: repeated Scailo.OutwardJobFreeIssueMaterialReturnItem payload = 4;
|
|
1136
1261
|
*/
|
|
@@ -1219,31 +1344,62 @@ exports.OutwardJobsFreeIssueMaterialsReturnsServiceAlreadyAddedQuantityForSource
|
|
|
1219
1344
|
*/
|
|
1220
1345
|
class OutwardJobsFreeIssueMaterialsReturnsServicePaginationReq extends protobuf_1.Message {
|
|
1221
1346
|
/**
|
|
1222
|
-
*
|
|
1347
|
+
*
|
|
1348
|
+
* @optional
|
|
1349
|
+
*
|
|
1350
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1351
|
+
*
|
|
1352
|
+
* @example ANY
|
|
1223
1353
|
*
|
|
1224
1354
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1225
1355
|
*/
|
|
1226
1356
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1227
1357
|
/**
|
|
1228
|
-
*
|
|
1358
|
+
*
|
|
1359
|
+
* @mandatory
|
|
1360
|
+
*
|
|
1361
|
+
* @description Number of records to return per page.
|
|
1362
|
+
*
|
|
1363
|
+
* @example 50
|
|
1364
|
+
*
|
|
1365
|
+
* @regex ^[1-9][0-9]*$
|
|
1366
|
+
*
|
|
1367
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1229
1368
|
*
|
|
1230
1369
|
* @generated from field: int64 count = 2;
|
|
1231
1370
|
*/
|
|
1232
1371
|
count = protobuf_1.protoInt64.zero;
|
|
1233
1372
|
/**
|
|
1234
|
-
*
|
|
1373
|
+
*
|
|
1374
|
+
* @optional
|
|
1375
|
+
*
|
|
1376
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1377
|
+
*
|
|
1378
|
+
* @example 0
|
|
1379
|
+
*
|
|
1380
|
+
* @regex ^[0-9]+$
|
|
1381
|
+
*
|
|
1382
|
+
* @format Non-negative integer.
|
|
1235
1383
|
*
|
|
1236
1384
|
* @generated from field: uint64 offset = 3;
|
|
1237
1385
|
*/
|
|
1238
1386
|
offset = protobuf_1.protoInt64.zero;
|
|
1239
1387
|
/**
|
|
1240
|
-
*
|
|
1388
|
+
*
|
|
1389
|
+
* @optional
|
|
1390
|
+
*
|
|
1391
|
+
* @description Sort direction.
|
|
1392
|
+
*
|
|
1393
|
+
* @example DESCENDING
|
|
1241
1394
|
*
|
|
1242
1395
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1243
1396
|
*/
|
|
1244
1397
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1245
1398
|
/**
|
|
1246
|
-
*
|
|
1399
|
+
*
|
|
1400
|
+
* @optional
|
|
1401
|
+
*
|
|
1402
|
+
* @description The specific field key to sort the results by.
|
|
1247
1403
|
*
|
|
1248
1404
|
* @generated from field: Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY sort_key = 5;
|
|
1249
1405
|
*/
|
|
@@ -1290,25 +1446,35 @@ exports.OutwardJobsFreeIssueMaterialsReturnsServicePaginationReq = OutwardJobsFr
|
|
|
1290
1446
|
*/
|
|
1291
1447
|
class OutwardJobsFreeIssueMaterialsReturnsServicePaginationResponse extends protobuf_1.Message {
|
|
1292
1448
|
/**
|
|
1293
|
-
*
|
|
1449
|
+
*
|
|
1450
|
+
* @description Number of records returned in the current response slice.
|
|
1451
|
+
*
|
|
1452
|
+
* @example 50
|
|
1294
1453
|
*
|
|
1295
1454
|
* @generated from field: uint64 count = 1;
|
|
1296
1455
|
*/
|
|
1297
1456
|
count = protobuf_1.protoInt64.zero;
|
|
1298
1457
|
/**
|
|
1299
|
-
*
|
|
1458
|
+
*
|
|
1459
|
+
* @description The offset provided in the request.
|
|
1460
|
+
*
|
|
1461
|
+
* @example 0
|
|
1300
1462
|
*
|
|
1301
1463
|
* @generated from field: uint64 offset = 2;
|
|
1302
1464
|
*/
|
|
1303
1465
|
offset = protobuf_1.protoInt64.zero;
|
|
1304
1466
|
/**
|
|
1305
|
-
*
|
|
1467
|
+
*
|
|
1468
|
+
* @description The total number of records matching the criteria.
|
|
1469
|
+
*
|
|
1470
|
+
* @example 1250
|
|
1306
1471
|
*
|
|
1307
1472
|
* @generated from field: uint64 total = 3;
|
|
1308
1473
|
*/
|
|
1309
1474
|
total = protobuf_1.protoInt64.zero;
|
|
1310
1475
|
/**
|
|
1311
|
-
*
|
|
1476
|
+
*
|
|
1477
|
+
* @description The array of records for the current page.
|
|
1312
1478
|
*
|
|
1313
1479
|
* @generated from field: repeated Scailo.OutwardJobFreeIssueMaterialReturn payload = 4;
|
|
1314
1480
|
*/
|
|
@@ -1347,115 +1513,268 @@ exports.OutwardJobsFreeIssueMaterialsReturnsServicePaginationResponse = OutwardJ
|
|
|
1347
1513
|
*/
|
|
1348
1514
|
class OutwardJobsFreeIssueMaterialsReturnsServiceFilterReq extends protobuf_1.Message {
|
|
1349
1515
|
/**
|
|
1350
|
-
*
|
|
1516
|
+
*
|
|
1517
|
+
* @optional
|
|
1518
|
+
*
|
|
1519
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1520
|
+
*
|
|
1521
|
+
* @example ANY
|
|
1351
1522
|
*
|
|
1352
1523
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1353
1524
|
*/
|
|
1354
1525
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1355
1526
|
/**
|
|
1356
|
-
*
|
|
1527
|
+
*
|
|
1528
|
+
* @mandatory
|
|
1529
|
+
*
|
|
1530
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1531
|
+
*
|
|
1532
|
+
* @example 100
|
|
1533
|
+
*
|
|
1534
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1535
|
+
*
|
|
1536
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1357
1537
|
*
|
|
1358
1538
|
* @generated from field: int64 count = 2;
|
|
1359
1539
|
*/
|
|
1360
1540
|
count = protobuf_1.protoInt64.zero;
|
|
1361
1541
|
/**
|
|
1362
|
-
*
|
|
1542
|
+
*
|
|
1543
|
+
* @optional
|
|
1544
|
+
*
|
|
1545
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1546
|
+
*
|
|
1547
|
+
* @example 0
|
|
1548
|
+
*
|
|
1549
|
+
* @regex ^[0-9]+$
|
|
1550
|
+
*
|
|
1551
|
+
* @format Non-negative integer.
|
|
1363
1552
|
*
|
|
1364
1553
|
* @generated from field: uint64 offset = 3;
|
|
1365
1554
|
*/
|
|
1366
1555
|
offset = protobuf_1.protoInt64.zero;
|
|
1367
1556
|
/**
|
|
1368
|
-
*
|
|
1557
|
+
*
|
|
1558
|
+
* @optional
|
|
1559
|
+
*
|
|
1560
|
+
* @description Sort direction.
|
|
1561
|
+
*
|
|
1562
|
+
* @example DESCENDING
|
|
1369
1563
|
*
|
|
1370
1564
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1371
1565
|
*/
|
|
1372
1566
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1373
1567
|
/**
|
|
1374
|
-
*
|
|
1568
|
+
*
|
|
1569
|
+
* @optional
|
|
1570
|
+
*
|
|
1571
|
+
* @description The field used for sorting.
|
|
1375
1572
|
*
|
|
1376
1573
|
* @generated from field: Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY sort_key = 5;
|
|
1377
1574
|
*/
|
|
1378
1575
|
sortKey = OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY.OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY_ID_UNSPECIFIED;
|
|
1379
1576
|
/**
|
|
1380
|
-
*
|
|
1577
|
+
*
|
|
1578
|
+
* @optional
|
|
1579
|
+
*
|
|
1580
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1581
|
+
*
|
|
1582
|
+
* @example 1672531200
|
|
1583
|
+
*
|
|
1584
|
+
* @regex ^[0-9]+$
|
|
1585
|
+
*
|
|
1586
|
+
* @format Non-negative integer.
|
|
1381
1587
|
*
|
|
1382
1588
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1383
1589
|
*/
|
|
1384
1590
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1385
1591
|
/**
|
|
1386
|
-
*
|
|
1592
|
+
*
|
|
1593
|
+
* @optional
|
|
1594
|
+
*
|
|
1595
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1596
|
+
*
|
|
1597
|
+
* @example 1704067199
|
|
1598
|
+
*
|
|
1599
|
+
* @regex ^[0-9]+$
|
|
1600
|
+
*
|
|
1601
|
+
* @format Non-negative integer.
|
|
1387
1602
|
*
|
|
1388
1603
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1389
1604
|
*/
|
|
1390
1605
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1391
1606
|
/**
|
|
1392
|
-
*
|
|
1607
|
+
*
|
|
1608
|
+
* @optional
|
|
1609
|
+
*
|
|
1610
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1611
|
+
*
|
|
1612
|
+
* @example 1672531200
|
|
1613
|
+
*
|
|
1614
|
+
* @regex ^[0-9]+$
|
|
1615
|
+
*
|
|
1616
|
+
* @format Non-negative integer.
|
|
1393
1617
|
*
|
|
1394
1618
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1395
1619
|
*/
|
|
1396
1620
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1397
1621
|
/**
|
|
1398
|
-
*
|
|
1622
|
+
*
|
|
1623
|
+
* @optional
|
|
1624
|
+
*
|
|
1625
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1626
|
+
*
|
|
1627
|
+
* @example 1704067199
|
|
1628
|
+
*
|
|
1629
|
+
* @regex ^[0-9]+$
|
|
1630
|
+
*
|
|
1631
|
+
* @format Non-negative integer.
|
|
1399
1632
|
*
|
|
1400
1633
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1401
1634
|
*/
|
|
1402
1635
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1403
1636
|
/**
|
|
1404
|
-
*
|
|
1637
|
+
*
|
|
1638
|
+
* @optional
|
|
1639
|
+
*
|
|
1640
|
+
* @description Filter by the organization UUID.
|
|
1641
|
+
*
|
|
1642
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1643
|
+
*
|
|
1644
|
+
* @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}$
|
|
1645
|
+
*
|
|
1646
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1405
1647
|
*
|
|
1406
1648
|
* @generated from field: string entity_uuid = 8;
|
|
1407
1649
|
*/
|
|
1408
1650
|
entityUuid = "";
|
|
1409
1651
|
/**
|
|
1410
|
-
*
|
|
1652
|
+
*
|
|
1653
|
+
* @optional
|
|
1654
|
+
*
|
|
1655
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1656
|
+
*
|
|
1657
|
+
* @example STANDING
|
|
1411
1658
|
*
|
|
1412
1659
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1413
1660
|
*/
|
|
1414
1661
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1415
1662
|
/**
|
|
1416
|
-
*
|
|
1663
|
+
*
|
|
1664
|
+
* @optional
|
|
1665
|
+
*
|
|
1666
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1667
|
+
*
|
|
1668
|
+
* @example 1672531200
|
|
1669
|
+
*
|
|
1670
|
+
* @regex ^[0-9]+$
|
|
1671
|
+
*
|
|
1672
|
+
* @format Non-negative integer.
|
|
1417
1673
|
*
|
|
1418
1674
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1419
1675
|
*/
|
|
1420
1676
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1421
1677
|
/**
|
|
1422
|
-
*
|
|
1678
|
+
*
|
|
1679
|
+
* @optional
|
|
1680
|
+
*
|
|
1681
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1682
|
+
*
|
|
1683
|
+
* @example 1704067199
|
|
1684
|
+
*
|
|
1685
|
+
* @regex ^[0-9]+$
|
|
1686
|
+
*
|
|
1687
|
+
* @format Non-negative integer.
|
|
1423
1688
|
*
|
|
1424
1689
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1425
1690
|
*/
|
|
1426
1691
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1427
1692
|
/**
|
|
1428
|
-
*
|
|
1693
|
+
*
|
|
1694
|
+
* @optional
|
|
1695
|
+
*
|
|
1696
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1697
|
+
*
|
|
1698
|
+
* @example 501
|
|
1699
|
+
*
|
|
1700
|
+
* @regex ^[0-9]+$
|
|
1701
|
+
*
|
|
1702
|
+
* @format Non-negative integer.
|
|
1429
1703
|
*
|
|
1430
1704
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1431
1705
|
*/
|
|
1432
1706
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1433
1707
|
/**
|
|
1434
|
-
*
|
|
1708
|
+
*
|
|
1709
|
+
* @optional
|
|
1710
|
+
*
|
|
1711
|
+
* @description Filter by the role ID of the approver.
|
|
1712
|
+
*
|
|
1713
|
+
* @example 5
|
|
1714
|
+
*
|
|
1715
|
+
* @regex ^[0-9]+$
|
|
1716
|
+
*
|
|
1717
|
+
* @format Non-negative integer.
|
|
1435
1718
|
*
|
|
1436
1719
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1437
1720
|
*/
|
|
1438
1721
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1439
1722
|
/**
|
|
1440
|
-
*
|
|
1723
|
+
*
|
|
1724
|
+
* @optional
|
|
1725
|
+
*
|
|
1726
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1727
|
+
*
|
|
1728
|
+
* @example 1672531200
|
|
1729
|
+
*
|
|
1730
|
+
* @regex ^[0-9]+$
|
|
1731
|
+
*
|
|
1732
|
+
* @format Non-negative integer.
|
|
1441
1733
|
*
|
|
1442
1734
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1443
1735
|
*/
|
|
1444
1736
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1445
1737
|
/**
|
|
1446
|
-
*
|
|
1738
|
+
*
|
|
1739
|
+
* @optional
|
|
1740
|
+
*
|
|
1741
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1742
|
+
*
|
|
1743
|
+
* @example 1704067199
|
|
1744
|
+
*
|
|
1745
|
+
* @regex ^[0-9]+$
|
|
1746
|
+
*
|
|
1747
|
+
* @format Non-negative integer.
|
|
1447
1748
|
*
|
|
1448
1749
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1449
1750
|
*/
|
|
1450
1751
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1451
1752
|
/**
|
|
1452
|
-
*
|
|
1753
|
+
*
|
|
1754
|
+
* @optional
|
|
1755
|
+
*
|
|
1756
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1757
|
+
*
|
|
1758
|
+
* @example "ABS-2023-001"
|
|
1759
|
+
*
|
|
1760
|
+
* @regex [0-9A-Za-z ]*$
|
|
1761
|
+
*
|
|
1762
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1453
1763
|
*
|
|
1454
1764
|
* @generated from field: string reference_id = 20;
|
|
1455
1765
|
*/
|
|
1456
1766
|
referenceId = "";
|
|
1457
1767
|
/**
|
|
1458
|
-
*
|
|
1768
|
+
*
|
|
1769
|
+
* @optional
|
|
1770
|
+
*
|
|
1771
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1772
|
+
*
|
|
1773
|
+
* @example "ABS-2023-X9Z2"
|
|
1774
|
+
*
|
|
1775
|
+
* @regex [0-9A-Za-z ]*$
|
|
1776
|
+
*
|
|
1777
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1459
1778
|
*
|
|
1460
1779
|
* @generated from field: string final_ref_number = 21;
|
|
1461
1780
|
*/
|
|
@@ -1566,91 +1885,218 @@ exports.OutwardJobsFreeIssueMaterialsReturnsServiceFilterReq = OutwardJobsFreeIs
|
|
|
1566
1885
|
*/
|
|
1567
1886
|
class OutwardJobsFreeIssueMaterialsReturnsServiceCountReq extends protobuf_1.Message {
|
|
1568
1887
|
/**
|
|
1569
|
-
*
|
|
1888
|
+
*
|
|
1889
|
+
* @optional
|
|
1890
|
+
*
|
|
1891
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1892
|
+
*
|
|
1893
|
+
* @example ANY
|
|
1570
1894
|
*
|
|
1571
1895
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1572
1896
|
*/
|
|
1573
1897
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1574
1898
|
/**
|
|
1575
|
-
*
|
|
1899
|
+
*
|
|
1900
|
+
* @optional
|
|
1901
|
+
*
|
|
1902
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1903
|
+
*
|
|
1904
|
+
* @example 1672531200
|
|
1905
|
+
*
|
|
1906
|
+
* @regex ^[0-9]+$
|
|
1907
|
+
*
|
|
1908
|
+
* @format Non-negative integer.
|
|
1576
1909
|
*
|
|
1577
1910
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1578
1911
|
*/
|
|
1579
1912
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1580
1913
|
/**
|
|
1581
|
-
*
|
|
1914
|
+
*
|
|
1915
|
+
* @optional
|
|
1916
|
+
*
|
|
1917
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1918
|
+
*
|
|
1919
|
+
* @example 1704067199
|
|
1920
|
+
*
|
|
1921
|
+
* @regex ^[0-9]+$
|
|
1922
|
+
*
|
|
1923
|
+
* @format Non-negative integer.
|
|
1582
1924
|
*
|
|
1583
1925
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1584
1926
|
*/
|
|
1585
1927
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1586
1928
|
/**
|
|
1587
|
-
*
|
|
1929
|
+
*
|
|
1930
|
+
* @optional
|
|
1931
|
+
*
|
|
1932
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1933
|
+
*
|
|
1934
|
+
* @example 1672531200
|
|
1935
|
+
*
|
|
1936
|
+
* @regex ^[0-9]+$
|
|
1937
|
+
*
|
|
1938
|
+
* @format Non-negative integer.
|
|
1588
1939
|
*
|
|
1589
1940
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1590
1941
|
*/
|
|
1591
1942
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1592
1943
|
/**
|
|
1593
|
-
*
|
|
1944
|
+
*
|
|
1945
|
+
* @optional
|
|
1946
|
+
*
|
|
1947
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1948
|
+
*
|
|
1949
|
+
* @example 1704067199
|
|
1950
|
+
*
|
|
1951
|
+
* @regex ^[0-9]+$
|
|
1952
|
+
*
|
|
1953
|
+
* @format Non-negative integer.
|
|
1594
1954
|
*
|
|
1595
1955
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1596
1956
|
*/
|
|
1597
1957
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1598
1958
|
/**
|
|
1599
|
-
*
|
|
1959
|
+
*
|
|
1960
|
+
* @optional
|
|
1961
|
+
*
|
|
1962
|
+
* @description Filter by the organization UUID.
|
|
1963
|
+
*
|
|
1964
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1965
|
+
*
|
|
1966
|
+
* @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}$
|
|
1967
|
+
*
|
|
1968
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1600
1969
|
*
|
|
1601
1970
|
* @generated from field: string entity_uuid = 8;
|
|
1602
1971
|
*/
|
|
1603
1972
|
entityUuid = "";
|
|
1604
1973
|
/**
|
|
1605
|
-
*
|
|
1974
|
+
*
|
|
1975
|
+
* @optional
|
|
1976
|
+
*
|
|
1977
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1978
|
+
*
|
|
1979
|
+
* @example STANDING
|
|
1606
1980
|
*
|
|
1607
1981
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1608
1982
|
*/
|
|
1609
1983
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1610
1984
|
/**
|
|
1611
|
-
*
|
|
1985
|
+
*
|
|
1986
|
+
* @optional
|
|
1987
|
+
*
|
|
1988
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1989
|
+
*
|
|
1990
|
+
* @example 1672531200
|
|
1991
|
+
*
|
|
1992
|
+
* @regex ^[0-9]+$
|
|
1993
|
+
*
|
|
1994
|
+
* @format Non-negative integer.
|
|
1612
1995
|
*
|
|
1613
1996
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1614
1997
|
*/
|
|
1615
1998
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1616
1999
|
/**
|
|
1617
|
-
*
|
|
2000
|
+
*
|
|
2001
|
+
* @optional
|
|
2002
|
+
*
|
|
2003
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2004
|
+
*
|
|
2005
|
+
* @example 1704067199
|
|
2006
|
+
*
|
|
2007
|
+
* @regex ^[0-9]+$
|
|
2008
|
+
*
|
|
2009
|
+
* @format Non-negative integer.
|
|
1618
2010
|
*
|
|
1619
2011
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1620
2012
|
*/
|
|
1621
2013
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1622
2014
|
/**
|
|
1623
|
-
*
|
|
2015
|
+
*
|
|
2016
|
+
* @optional
|
|
2017
|
+
*
|
|
2018
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2019
|
+
*
|
|
2020
|
+
* @example 501
|
|
2021
|
+
*
|
|
2022
|
+
* @regex ^[0-9]+$
|
|
2023
|
+
*
|
|
2024
|
+
* @format Non-negative integer.
|
|
1624
2025
|
*
|
|
1625
2026
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1626
2027
|
*/
|
|
1627
2028
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1628
2029
|
/**
|
|
1629
|
-
*
|
|
2030
|
+
*
|
|
2031
|
+
* @optional
|
|
2032
|
+
*
|
|
2033
|
+
* @description Filter by the role ID of the approver.
|
|
2034
|
+
*
|
|
2035
|
+
* @example 5
|
|
2036
|
+
*
|
|
2037
|
+
* @regex ^[0-9]+$
|
|
2038
|
+
*
|
|
2039
|
+
* @format Non-negative integer.
|
|
1630
2040
|
*
|
|
1631
2041
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1632
2042
|
*/
|
|
1633
2043
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1634
2044
|
/**
|
|
1635
|
-
*
|
|
2045
|
+
*
|
|
2046
|
+
* @optional
|
|
2047
|
+
*
|
|
2048
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2049
|
+
*
|
|
2050
|
+
* @example 1672531200
|
|
2051
|
+
*
|
|
2052
|
+
* @regex ^[0-9]+$
|
|
2053
|
+
*
|
|
2054
|
+
* @format Non-negative integer.
|
|
1636
2055
|
*
|
|
1637
2056
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1638
2057
|
*/
|
|
1639
2058
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1640
2059
|
/**
|
|
1641
|
-
*
|
|
2060
|
+
*
|
|
2061
|
+
* @optional
|
|
2062
|
+
*
|
|
2063
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2064
|
+
*
|
|
2065
|
+
* @example 1704067199
|
|
2066
|
+
*
|
|
2067
|
+
* @regex ^[0-9]+$
|
|
2068
|
+
*
|
|
2069
|
+
* @format Non-negative integer.
|
|
1642
2070
|
*
|
|
1643
2071
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1644
2072
|
*/
|
|
1645
2073
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1646
2074
|
/**
|
|
1647
|
-
*
|
|
2075
|
+
*
|
|
2076
|
+
* @optional
|
|
2077
|
+
*
|
|
2078
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2079
|
+
*
|
|
2080
|
+
* @example "ABS-2023-001"
|
|
2081
|
+
*
|
|
2082
|
+
* @regex [0-9A-Za-z ]*$
|
|
2083
|
+
*
|
|
2084
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1648
2085
|
*
|
|
1649
2086
|
* @generated from field: string reference_id = 20;
|
|
1650
2087
|
*/
|
|
1651
2088
|
referenceId = "";
|
|
1652
2089
|
/**
|
|
1653
|
-
*
|
|
2090
|
+
*
|
|
2091
|
+
* @optional
|
|
2092
|
+
*
|
|
2093
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2094
|
+
*
|
|
2095
|
+
* @example "ABS-2023-X9Z2"
|
|
2096
|
+
*
|
|
2097
|
+
* @regex [0-9A-Za-z ]*$
|
|
2098
|
+
*
|
|
2099
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1654
2100
|
*
|
|
1655
2101
|
* @generated from field: string final_ref_number = 21;
|
|
1656
2102
|
*/
|
|
@@ -1757,49 +2203,103 @@ exports.OutwardJobsFreeIssueMaterialsReturnsServiceCountReq = OutwardJobsFreeIss
|
|
|
1757
2203
|
*/
|
|
1758
2204
|
class OutwardJobsFreeIssueMaterialsReturnsServiceSearchAllReq extends protobuf_1.Message {
|
|
1759
2205
|
/**
|
|
1760
|
-
*
|
|
2206
|
+
*
|
|
2207
|
+
* @optional
|
|
2208
|
+
*
|
|
2209
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2210
|
+
*
|
|
2211
|
+
* @example ANY
|
|
1761
2212
|
*
|
|
1762
2213
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1763
2214
|
*/
|
|
1764
2215
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1765
2216
|
/**
|
|
1766
|
-
*
|
|
2217
|
+
*
|
|
2218
|
+
* @mandatory
|
|
2219
|
+
*
|
|
2220
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2221
|
+
*
|
|
2222
|
+
* @example 100
|
|
2223
|
+
*
|
|
2224
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2225
|
+
*
|
|
2226
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1767
2227
|
*
|
|
1768
2228
|
* @generated from field: int64 count = 2;
|
|
1769
2229
|
*/
|
|
1770
2230
|
count = protobuf_1.protoInt64.zero;
|
|
1771
2231
|
/**
|
|
1772
|
-
*
|
|
2232
|
+
*
|
|
2233
|
+
* @optional
|
|
2234
|
+
*
|
|
2235
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2236
|
+
*
|
|
2237
|
+
* @example 0
|
|
2238
|
+
*
|
|
2239
|
+
* @regex ^[0-9]+$
|
|
2240
|
+
*
|
|
2241
|
+
* @format Non-negative integer.
|
|
1773
2242
|
*
|
|
1774
2243
|
* @generated from field: uint64 offset = 3;
|
|
1775
2244
|
*/
|
|
1776
2245
|
offset = protobuf_1.protoInt64.zero;
|
|
1777
2246
|
/**
|
|
1778
|
-
*
|
|
2247
|
+
*
|
|
2248
|
+
* @optional
|
|
2249
|
+
*
|
|
2250
|
+
* @description Sort direction.
|
|
2251
|
+
*
|
|
2252
|
+
* @example DESCENDING
|
|
1779
2253
|
*
|
|
1780
2254
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1781
2255
|
*/
|
|
1782
2256
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1783
2257
|
/**
|
|
1784
|
-
*
|
|
2258
|
+
*
|
|
2259
|
+
* @optional
|
|
2260
|
+
*
|
|
2261
|
+
* @description The field used for sorting.
|
|
1785
2262
|
*
|
|
1786
2263
|
* @generated from field: Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY sort_key = 5;
|
|
1787
2264
|
*/
|
|
1788
2265
|
sortKey = OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY.OUTWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY_ID_UNSPECIFIED;
|
|
1789
2266
|
/**
|
|
1790
|
-
*
|
|
2267
|
+
*
|
|
2268
|
+
* @optional
|
|
2269
|
+
*
|
|
2270
|
+
* @description Filter by the organization UUID.
|
|
2271
|
+
*
|
|
2272
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2273
|
+
*
|
|
2274
|
+
* @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}$
|
|
2275
|
+
*
|
|
2276
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1791
2277
|
*
|
|
1792
2278
|
* @generated from field: string entity_uuid = 6;
|
|
1793
2279
|
*/
|
|
1794
2280
|
entityUuid = "";
|
|
1795
2281
|
/**
|
|
1796
|
-
*
|
|
2282
|
+
*
|
|
2283
|
+
* @optional
|
|
2284
|
+
*
|
|
2285
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2286
|
+
*
|
|
2287
|
+
* @example STANDING
|
|
1797
2288
|
*
|
|
1798
2289
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1799
2290
|
*/
|
|
1800
2291
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1801
2292
|
/**
|
|
1802
|
-
*
|
|
2293
|
+
*
|
|
2294
|
+
* @mandatory
|
|
2295
|
+
*
|
|
2296
|
+
* @description The search string to match against reference IDs.
|
|
2297
|
+
*
|
|
2298
|
+
* @example "Medical 2023"
|
|
2299
|
+
*
|
|
2300
|
+
* @regex .*
|
|
2301
|
+
*
|
|
2302
|
+
* @format: May contain any UTF-8 characters.
|
|
1803
2303
|
*
|
|
1804
2304
|
* @generated from field: string search_key = 11;
|
|
1805
2305
|
*/
|