@kernelminds/scailo-sdk 0.1.28 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +41 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +226 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +88 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +87 -22
- package/lib/cjs/src/users.scailo_pb.js +447 -81
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +41 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +226 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +88 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +87 -22
- package/lib/esm/src/users.scailo_pb.js +451 -83
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -239,7 +239,16 @@ protobuf_1.proto3.util.setEnumType(INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KE
|
|
|
239
239
|
*/
|
|
240
240
|
class InwardJobsFreeIssueMaterialsReturnsServiceCreateRequest extends protobuf_1.Message {
|
|
241
241
|
/**
|
|
242
|
-
*
|
|
242
|
+
*
|
|
243
|
+
* @optional
|
|
244
|
+
*
|
|
245
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
246
|
+
*
|
|
247
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
248
|
+
*
|
|
249
|
+
* @regex ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
250
|
+
*
|
|
251
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
243
252
|
*
|
|
244
253
|
* @generated from field: string entity_uuid = 1;
|
|
245
254
|
*/
|
|
@@ -251,13 +260,31 @@ class InwardJobsFreeIssueMaterialsReturnsServiceCreateRequest extends protobuf_1
|
|
|
251
260
|
*/
|
|
252
261
|
userComment = "";
|
|
253
262
|
/**
|
|
254
|
-
*
|
|
263
|
+
*
|
|
264
|
+
* @optional
|
|
265
|
+
*
|
|
266
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
267
|
+
*
|
|
268
|
+
* @example 15234
|
|
269
|
+
*
|
|
270
|
+
* @regex ^[0-9]+$
|
|
271
|
+
*
|
|
272
|
+
* @format Non-negative integer.
|
|
255
273
|
*
|
|
256
274
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
257
275
|
*/
|
|
258
276
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
259
277
|
/**
|
|
260
|
-
*
|
|
278
|
+
*
|
|
279
|
+
* @mandatory
|
|
280
|
+
*
|
|
281
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
282
|
+
*
|
|
283
|
+
* @example "ABS-2023-001"
|
|
284
|
+
*
|
|
285
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
286
|
+
*
|
|
287
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
261
288
|
*
|
|
262
289
|
* @generated from field: string reference_id = 10;
|
|
263
290
|
*/
|
|
@@ -336,19 +363,42 @@ class InwardJobsFreeIssueMaterialsReturnsServiceUpdateRequest extends protobuf_1
|
|
|
336
363
|
*/
|
|
337
364
|
id = protobuf_1.protoInt64.zero;
|
|
338
365
|
/**
|
|
339
|
-
*
|
|
366
|
+
*
|
|
367
|
+
* @optional
|
|
368
|
+
*
|
|
369
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
370
|
+
*
|
|
371
|
+
* @example true
|
|
340
372
|
*
|
|
341
373
|
* @generated from field: bool notify_users = 3;
|
|
342
374
|
*/
|
|
343
375
|
notifyUsers = false;
|
|
344
376
|
/**
|
|
345
|
-
*
|
|
377
|
+
*
|
|
378
|
+
* @optional
|
|
379
|
+
*
|
|
380
|
+
* @description Updated vault folder ID for documentation storage.
|
|
381
|
+
*
|
|
382
|
+
* @example 15235
|
|
383
|
+
*
|
|
384
|
+
* @regex ^[0-9]+$
|
|
385
|
+
*
|
|
386
|
+
* @format Non-negative integer.
|
|
346
387
|
*
|
|
347
388
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
348
389
|
*/
|
|
349
390
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
350
391
|
/**
|
|
351
|
-
*
|
|
392
|
+
*
|
|
393
|
+
* @mandatory
|
|
394
|
+
*
|
|
395
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
396
|
+
*
|
|
397
|
+
* @example "ABS-2023-001-REV"
|
|
398
|
+
*
|
|
399
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
400
|
+
*
|
|
401
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
352
402
|
*
|
|
353
403
|
* @generated from field: string reference_id = 10;
|
|
354
404
|
*/
|
|
@@ -438,55 +488,74 @@ exports.InwardJobFreeIssueMaterialReturnAncillaryParameters = InwardJobFreeIssue
|
|
|
438
488
|
*/
|
|
439
489
|
class InwardJobFreeIssueMaterialReturn extends protobuf_1.Message {
|
|
440
490
|
/**
|
|
441
|
-
*
|
|
491
|
+
*
|
|
492
|
+
* @description The organization's globally unique identifier.
|
|
493
|
+
*
|
|
494
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
442
495
|
*
|
|
443
496
|
* @generated from field: string entity_uuid = 1;
|
|
444
497
|
*/
|
|
445
498
|
entityUuid = "";
|
|
446
499
|
/**
|
|
447
|
-
*
|
|
500
|
+
*
|
|
501
|
+
* @description Standard employee and record metadata including timestamps.
|
|
448
502
|
*
|
|
449
503
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
450
504
|
*/
|
|
451
505
|
metadata;
|
|
452
506
|
/**
|
|
453
|
-
*
|
|
507
|
+
*
|
|
508
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
454
509
|
*
|
|
455
510
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
456
511
|
*/
|
|
457
512
|
approvalMetadata;
|
|
458
513
|
/**
|
|
459
|
-
*
|
|
514
|
+
*
|
|
515
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
460
516
|
*
|
|
461
517
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
462
518
|
*/
|
|
463
519
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
464
520
|
/**
|
|
465
|
-
*
|
|
521
|
+
*
|
|
522
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
466
523
|
*
|
|
467
524
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
468
525
|
*/
|
|
469
526
|
logs = [];
|
|
470
527
|
/**
|
|
471
|
-
*
|
|
528
|
+
*
|
|
529
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
530
|
+
*
|
|
531
|
+
* @example 1698400000
|
|
472
532
|
*
|
|
473
533
|
* @generated from field: uint64 completed_on = 6;
|
|
474
534
|
*/
|
|
475
535
|
completedOn = protobuf_1.protoInt64.zero;
|
|
476
536
|
/**
|
|
477
|
-
*
|
|
537
|
+
*
|
|
538
|
+
* @description Link to the document storage folder.
|
|
539
|
+
*
|
|
540
|
+
* @example 15234
|
|
478
541
|
*
|
|
479
542
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
480
543
|
*/
|
|
481
544
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
482
545
|
/**
|
|
483
|
-
*
|
|
546
|
+
*
|
|
547
|
+
* @description The user-provided reference ID.
|
|
548
|
+
*
|
|
549
|
+
* @example "ABS-2023-001"
|
|
484
550
|
*
|
|
485
551
|
* @generated from field: string reference_id = 10;
|
|
486
552
|
*/
|
|
487
553
|
referenceId = "";
|
|
488
554
|
/**
|
|
489
|
-
*
|
|
555
|
+
*
|
|
556
|
+
* @description The system-generated immutable reference number.
|
|
557
|
+
*
|
|
558
|
+
* @example "ABS-2023-X9Z2"
|
|
490
559
|
*
|
|
491
560
|
* @generated from field: string final_ref_number = 11;
|
|
492
561
|
*/
|
|
@@ -728,25 +797,31 @@ exports.InwardJobsFreeIssueMaterialsReturnsServiceItemUpdateRequest = InwardJobs
|
|
|
728
797
|
*/
|
|
729
798
|
class InwardJobFreeIssueMaterialReturnItem extends protobuf_1.Message {
|
|
730
799
|
/**
|
|
731
|
-
*
|
|
800
|
+
*
|
|
801
|
+
* @description The organization's globally unique identifier.
|
|
802
|
+
*
|
|
803
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
732
804
|
*
|
|
733
805
|
* @generated from field: string entity_uuid = 1;
|
|
734
806
|
*/
|
|
735
807
|
entityUuid = "";
|
|
736
808
|
/**
|
|
737
|
-
*
|
|
809
|
+
*
|
|
810
|
+
* @description Standard employee and record metadata including timestamps.
|
|
738
811
|
*
|
|
739
812
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
740
813
|
*/
|
|
741
814
|
metadata;
|
|
742
815
|
/**
|
|
743
|
-
*
|
|
816
|
+
*
|
|
817
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
744
818
|
*
|
|
745
819
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
746
820
|
*/
|
|
747
821
|
approvalMetadata;
|
|
748
822
|
/**
|
|
749
|
-
*
|
|
823
|
+
*
|
|
824
|
+
* @description The approval state of the record
|
|
750
825
|
*
|
|
751
826
|
* @generated from field: bool need_approval = 4;
|
|
752
827
|
*/
|
|
@@ -999,37 +1074,77 @@ exports.InwardJobFreeIssueMaterialReturnItemProspectiveInfoRequest = InwardJobFr
|
|
|
999
1074
|
*/
|
|
1000
1075
|
class InwardJobFreeIssueMaterialReturnItemsSearchRequest extends protobuf_1.Message {
|
|
1001
1076
|
/**
|
|
1002
|
-
*
|
|
1077
|
+
*
|
|
1078
|
+
* @optional
|
|
1079
|
+
*
|
|
1080
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1081
|
+
*
|
|
1082
|
+
* @example ANY
|
|
1003
1083
|
*
|
|
1004
1084
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1005
1085
|
*/
|
|
1006
1086
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1007
1087
|
/**
|
|
1008
|
-
*
|
|
1088
|
+
*
|
|
1089
|
+
* @mandatory
|
|
1090
|
+
*
|
|
1091
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1092
|
+
*
|
|
1093
|
+
* @example 100
|
|
1094
|
+
*
|
|
1095
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1096
|
+
*
|
|
1097
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1009
1098
|
*
|
|
1010
1099
|
* @generated from field: int64 count = 2;
|
|
1011
1100
|
*/
|
|
1012
1101
|
count = protobuf_1.protoInt64.zero;
|
|
1013
1102
|
/**
|
|
1014
|
-
*
|
|
1103
|
+
*
|
|
1104
|
+
* @optional
|
|
1105
|
+
*
|
|
1106
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1107
|
+
*
|
|
1108
|
+
* @example 0
|
|
1109
|
+
*
|
|
1110
|
+
* @regex ^[0-9]+$
|
|
1111
|
+
*
|
|
1112
|
+
* @format Non-negative integer.
|
|
1015
1113
|
*
|
|
1016
1114
|
* @generated from field: uint64 offset = 3;
|
|
1017
1115
|
*/
|
|
1018
1116
|
offset = protobuf_1.protoInt64.zero;
|
|
1019
1117
|
/**
|
|
1020
|
-
*
|
|
1118
|
+
*
|
|
1119
|
+
* @optional
|
|
1120
|
+
*
|
|
1121
|
+
* @description Sort direction.
|
|
1122
|
+
*
|
|
1123
|
+
* @example DESCENDING
|
|
1021
1124
|
*
|
|
1022
1125
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1023
1126
|
*/
|
|
1024
1127
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1025
1128
|
/**
|
|
1026
|
-
*
|
|
1129
|
+
*
|
|
1130
|
+
* @optional
|
|
1131
|
+
*
|
|
1132
|
+
* @description The field used for sorting.
|
|
1027
1133
|
*
|
|
1028
1134
|
* @generated from field: Scailo.INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_SORT_KEY sort_key = 5;
|
|
1029
1135
|
*/
|
|
1030
1136
|
sortKey = INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_SORT_KEY.INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1031
1137
|
/**
|
|
1032
|
-
*
|
|
1138
|
+
*
|
|
1139
|
+
* @optional
|
|
1140
|
+
*
|
|
1141
|
+
* @description Filter by the organization UUID.
|
|
1142
|
+
*
|
|
1143
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1144
|
+
*
|
|
1145
|
+
* @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}$
|
|
1146
|
+
*
|
|
1147
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1033
1148
|
*
|
|
1034
1149
|
* @generated from field: string entity_uuid = 6;
|
|
1035
1150
|
*/
|
|
@@ -1147,25 +1262,35 @@ exports.InwardJobFreeIssueMaterialReturnItemsSearchRequest = InwardJobFreeIssueM
|
|
|
1147
1262
|
*/
|
|
1148
1263
|
class InwardJobsFreeIssueMaterialsReturnsServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1149
1264
|
/**
|
|
1150
|
-
*
|
|
1265
|
+
*
|
|
1266
|
+
* @description Number of records returned in the current response slice.
|
|
1267
|
+
*
|
|
1268
|
+
* @example 50
|
|
1151
1269
|
*
|
|
1152
1270
|
* @generated from field: uint64 count = 1;
|
|
1153
1271
|
*/
|
|
1154
1272
|
count = protobuf_1.protoInt64.zero;
|
|
1155
1273
|
/**
|
|
1156
|
-
*
|
|
1274
|
+
*
|
|
1275
|
+
* @description The offset provided in the request.
|
|
1276
|
+
*
|
|
1277
|
+
* @example 0
|
|
1157
1278
|
*
|
|
1158
1279
|
* @generated from field: uint64 offset = 2;
|
|
1159
1280
|
*/
|
|
1160
1281
|
offset = protobuf_1.protoInt64.zero;
|
|
1161
1282
|
/**
|
|
1162
|
-
*
|
|
1283
|
+
*
|
|
1284
|
+
* @description The total number of records matching the criteria.
|
|
1285
|
+
*
|
|
1286
|
+
* @example 1250
|
|
1163
1287
|
*
|
|
1164
1288
|
* @generated from field: uint64 total = 3;
|
|
1165
1289
|
*/
|
|
1166
1290
|
total = protobuf_1.protoInt64.zero;
|
|
1167
1291
|
/**
|
|
1168
|
-
*
|
|
1292
|
+
*
|
|
1293
|
+
* @description The array of records for the current page.
|
|
1169
1294
|
*
|
|
1170
1295
|
* @generated from field: repeated Scailo.InwardJobFreeIssueMaterialReturnItem payload = 4;
|
|
1171
1296
|
*/
|
|
@@ -1254,31 +1379,62 @@ exports.InwardJobsFreeIssueMaterialsReturnsServiceAlreadyAddedQuantityForSourceR
|
|
|
1254
1379
|
*/
|
|
1255
1380
|
class InwardJobsFreeIssueMaterialsReturnsServicePaginationReq extends protobuf_1.Message {
|
|
1256
1381
|
/**
|
|
1257
|
-
*
|
|
1382
|
+
*
|
|
1383
|
+
* @optional
|
|
1384
|
+
*
|
|
1385
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1386
|
+
*
|
|
1387
|
+
* @example ANY
|
|
1258
1388
|
*
|
|
1259
1389
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1260
1390
|
*/
|
|
1261
1391
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1262
1392
|
/**
|
|
1263
|
-
*
|
|
1393
|
+
*
|
|
1394
|
+
* @mandatory
|
|
1395
|
+
*
|
|
1396
|
+
* @description Number of records to return per page.
|
|
1397
|
+
*
|
|
1398
|
+
* @example 50
|
|
1399
|
+
*
|
|
1400
|
+
* @regex ^[1-9][0-9]*$
|
|
1401
|
+
*
|
|
1402
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1264
1403
|
*
|
|
1265
1404
|
* @generated from field: int64 count = 2;
|
|
1266
1405
|
*/
|
|
1267
1406
|
count = protobuf_1.protoInt64.zero;
|
|
1268
1407
|
/**
|
|
1269
|
-
*
|
|
1408
|
+
*
|
|
1409
|
+
* @optional
|
|
1410
|
+
*
|
|
1411
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1412
|
+
*
|
|
1413
|
+
* @example 0
|
|
1414
|
+
*
|
|
1415
|
+
* @regex ^[0-9]+$
|
|
1416
|
+
*
|
|
1417
|
+
* @format Non-negative integer.
|
|
1270
1418
|
*
|
|
1271
1419
|
* @generated from field: uint64 offset = 3;
|
|
1272
1420
|
*/
|
|
1273
1421
|
offset = protobuf_1.protoInt64.zero;
|
|
1274
1422
|
/**
|
|
1275
|
-
*
|
|
1423
|
+
*
|
|
1424
|
+
* @optional
|
|
1425
|
+
*
|
|
1426
|
+
* @description Sort direction.
|
|
1427
|
+
*
|
|
1428
|
+
* @example DESCENDING
|
|
1276
1429
|
*
|
|
1277
1430
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1278
1431
|
*/
|
|
1279
1432
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1280
1433
|
/**
|
|
1281
|
-
*
|
|
1434
|
+
*
|
|
1435
|
+
* @optional
|
|
1436
|
+
*
|
|
1437
|
+
* @description The specific field key to sort the results by.
|
|
1282
1438
|
*
|
|
1283
1439
|
* @generated from field: Scailo.INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY sort_key = 5;
|
|
1284
1440
|
*/
|
|
@@ -1325,25 +1481,35 @@ exports.InwardJobsFreeIssueMaterialsReturnsServicePaginationReq = InwardJobsFree
|
|
|
1325
1481
|
*/
|
|
1326
1482
|
class InwardJobsFreeIssueMaterialsReturnsServicePaginationResponse extends protobuf_1.Message {
|
|
1327
1483
|
/**
|
|
1328
|
-
*
|
|
1484
|
+
*
|
|
1485
|
+
* @description Number of records returned in the current response slice.
|
|
1486
|
+
*
|
|
1487
|
+
* @example 50
|
|
1329
1488
|
*
|
|
1330
1489
|
* @generated from field: uint64 count = 1;
|
|
1331
1490
|
*/
|
|
1332
1491
|
count = protobuf_1.protoInt64.zero;
|
|
1333
1492
|
/**
|
|
1334
|
-
*
|
|
1493
|
+
*
|
|
1494
|
+
* @description The offset provided in the request.
|
|
1495
|
+
*
|
|
1496
|
+
* @example 0
|
|
1335
1497
|
*
|
|
1336
1498
|
* @generated from field: uint64 offset = 2;
|
|
1337
1499
|
*/
|
|
1338
1500
|
offset = protobuf_1.protoInt64.zero;
|
|
1339
1501
|
/**
|
|
1340
|
-
*
|
|
1502
|
+
*
|
|
1503
|
+
* @description The total number of records matching the criteria.
|
|
1504
|
+
*
|
|
1505
|
+
* @example 1250
|
|
1341
1506
|
*
|
|
1342
1507
|
* @generated from field: uint64 total = 3;
|
|
1343
1508
|
*/
|
|
1344
1509
|
total = protobuf_1.protoInt64.zero;
|
|
1345
1510
|
/**
|
|
1346
|
-
*
|
|
1511
|
+
*
|
|
1512
|
+
* @description The array of records for the current page.
|
|
1347
1513
|
*
|
|
1348
1514
|
* @generated from field: repeated Scailo.InwardJobFreeIssueMaterialReturn payload = 4;
|
|
1349
1515
|
*/
|
|
@@ -1382,115 +1548,268 @@ exports.InwardJobsFreeIssueMaterialsReturnsServicePaginationResponse = InwardJob
|
|
|
1382
1548
|
*/
|
|
1383
1549
|
class InwardJobsFreeIssueMaterialsReturnsServiceFilterReq extends protobuf_1.Message {
|
|
1384
1550
|
/**
|
|
1385
|
-
*
|
|
1551
|
+
*
|
|
1552
|
+
* @optional
|
|
1553
|
+
*
|
|
1554
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1555
|
+
*
|
|
1556
|
+
* @example ANY
|
|
1386
1557
|
*
|
|
1387
1558
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1388
1559
|
*/
|
|
1389
1560
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1390
1561
|
/**
|
|
1391
|
-
*
|
|
1562
|
+
*
|
|
1563
|
+
* @mandatory
|
|
1564
|
+
*
|
|
1565
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1566
|
+
*
|
|
1567
|
+
* @example 100
|
|
1568
|
+
*
|
|
1569
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1570
|
+
*
|
|
1571
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1392
1572
|
*
|
|
1393
1573
|
* @generated from field: int64 count = 2;
|
|
1394
1574
|
*/
|
|
1395
1575
|
count = protobuf_1.protoInt64.zero;
|
|
1396
1576
|
/**
|
|
1397
|
-
*
|
|
1577
|
+
*
|
|
1578
|
+
* @optional
|
|
1579
|
+
*
|
|
1580
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1581
|
+
*
|
|
1582
|
+
* @example 0
|
|
1583
|
+
*
|
|
1584
|
+
* @regex ^[0-9]+$
|
|
1585
|
+
*
|
|
1586
|
+
* @format Non-negative integer.
|
|
1398
1587
|
*
|
|
1399
1588
|
* @generated from field: uint64 offset = 3;
|
|
1400
1589
|
*/
|
|
1401
1590
|
offset = protobuf_1.protoInt64.zero;
|
|
1402
1591
|
/**
|
|
1403
|
-
*
|
|
1592
|
+
*
|
|
1593
|
+
* @optional
|
|
1594
|
+
*
|
|
1595
|
+
* @description Sort direction.
|
|
1596
|
+
*
|
|
1597
|
+
* @example DESCENDING
|
|
1404
1598
|
*
|
|
1405
1599
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1406
1600
|
*/
|
|
1407
1601
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1408
1602
|
/**
|
|
1409
|
-
*
|
|
1603
|
+
*
|
|
1604
|
+
* @optional
|
|
1605
|
+
*
|
|
1606
|
+
* @description The field used for sorting.
|
|
1410
1607
|
*
|
|
1411
1608
|
* @generated from field: Scailo.INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY sort_key = 5;
|
|
1412
1609
|
*/
|
|
1413
1610
|
sortKey = INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY.INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY_ID_UNSPECIFIED;
|
|
1414
1611
|
/**
|
|
1415
|
-
*
|
|
1612
|
+
*
|
|
1613
|
+
* @optional
|
|
1614
|
+
*
|
|
1615
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1616
|
+
*
|
|
1617
|
+
* @example 1672531200
|
|
1618
|
+
*
|
|
1619
|
+
* @regex ^[0-9]+$
|
|
1620
|
+
*
|
|
1621
|
+
* @format Non-negative integer.
|
|
1416
1622
|
*
|
|
1417
1623
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1418
1624
|
*/
|
|
1419
1625
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1420
1626
|
/**
|
|
1421
|
-
*
|
|
1627
|
+
*
|
|
1628
|
+
* @optional
|
|
1629
|
+
*
|
|
1630
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1631
|
+
*
|
|
1632
|
+
* @example 1704067199
|
|
1633
|
+
*
|
|
1634
|
+
* @regex ^[0-9]+$
|
|
1635
|
+
*
|
|
1636
|
+
* @format Non-negative integer.
|
|
1422
1637
|
*
|
|
1423
1638
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1424
1639
|
*/
|
|
1425
1640
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1426
1641
|
/**
|
|
1427
|
-
*
|
|
1642
|
+
*
|
|
1643
|
+
* @optional
|
|
1644
|
+
*
|
|
1645
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1646
|
+
*
|
|
1647
|
+
* @example 1672531200
|
|
1648
|
+
*
|
|
1649
|
+
* @regex ^[0-9]+$
|
|
1650
|
+
*
|
|
1651
|
+
* @format Non-negative integer.
|
|
1428
1652
|
*
|
|
1429
1653
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1430
1654
|
*/
|
|
1431
1655
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1432
1656
|
/**
|
|
1433
|
-
*
|
|
1657
|
+
*
|
|
1658
|
+
* @optional
|
|
1659
|
+
*
|
|
1660
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1661
|
+
*
|
|
1662
|
+
* @example 1704067199
|
|
1663
|
+
*
|
|
1664
|
+
* @regex ^[0-9]+$
|
|
1665
|
+
*
|
|
1666
|
+
* @format Non-negative integer.
|
|
1434
1667
|
*
|
|
1435
1668
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1436
1669
|
*/
|
|
1437
1670
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1438
1671
|
/**
|
|
1439
|
-
*
|
|
1672
|
+
*
|
|
1673
|
+
* @optional
|
|
1674
|
+
*
|
|
1675
|
+
* @description Filter by the organization UUID.
|
|
1676
|
+
*
|
|
1677
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1678
|
+
*
|
|
1679
|
+
* @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}$
|
|
1680
|
+
*
|
|
1681
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1440
1682
|
*
|
|
1441
1683
|
* @generated from field: string entity_uuid = 8;
|
|
1442
1684
|
*/
|
|
1443
1685
|
entityUuid = "";
|
|
1444
1686
|
/**
|
|
1445
|
-
*
|
|
1687
|
+
*
|
|
1688
|
+
* @optional
|
|
1689
|
+
*
|
|
1690
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1691
|
+
*
|
|
1692
|
+
* @example STANDING
|
|
1446
1693
|
*
|
|
1447
1694
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1448
1695
|
*/
|
|
1449
1696
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1450
1697
|
/**
|
|
1451
|
-
*
|
|
1698
|
+
*
|
|
1699
|
+
* @optional
|
|
1700
|
+
*
|
|
1701
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1702
|
+
*
|
|
1703
|
+
* @example 1672531200
|
|
1704
|
+
*
|
|
1705
|
+
* @regex ^[0-9]+$
|
|
1706
|
+
*
|
|
1707
|
+
* @format Non-negative integer.
|
|
1452
1708
|
*
|
|
1453
1709
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1454
1710
|
*/
|
|
1455
1711
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1456
1712
|
/**
|
|
1457
|
-
*
|
|
1713
|
+
*
|
|
1714
|
+
* @optional
|
|
1715
|
+
*
|
|
1716
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1717
|
+
*
|
|
1718
|
+
* @example 1704067199
|
|
1719
|
+
*
|
|
1720
|
+
* @regex ^[0-9]+$
|
|
1721
|
+
*
|
|
1722
|
+
* @format Non-negative integer.
|
|
1458
1723
|
*
|
|
1459
1724
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1460
1725
|
*/
|
|
1461
1726
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1462
1727
|
/**
|
|
1463
|
-
*
|
|
1728
|
+
*
|
|
1729
|
+
* @optional
|
|
1730
|
+
*
|
|
1731
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1732
|
+
*
|
|
1733
|
+
* @example 501
|
|
1734
|
+
*
|
|
1735
|
+
* @regex ^[0-9]+$
|
|
1736
|
+
*
|
|
1737
|
+
* @format Non-negative integer.
|
|
1464
1738
|
*
|
|
1465
1739
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1466
1740
|
*/
|
|
1467
1741
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1468
1742
|
/**
|
|
1469
|
-
*
|
|
1743
|
+
*
|
|
1744
|
+
* @optional
|
|
1745
|
+
*
|
|
1746
|
+
* @description Filter by the role ID of the approver.
|
|
1747
|
+
*
|
|
1748
|
+
* @example 5
|
|
1749
|
+
*
|
|
1750
|
+
* @regex ^[0-9]+$
|
|
1751
|
+
*
|
|
1752
|
+
* @format Non-negative integer.
|
|
1470
1753
|
*
|
|
1471
1754
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1472
1755
|
*/
|
|
1473
1756
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1474
1757
|
/**
|
|
1475
|
-
*
|
|
1758
|
+
*
|
|
1759
|
+
* @optional
|
|
1760
|
+
*
|
|
1761
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1762
|
+
*
|
|
1763
|
+
* @example 1672531200
|
|
1764
|
+
*
|
|
1765
|
+
* @regex ^[0-9]+$
|
|
1766
|
+
*
|
|
1767
|
+
* @format Non-negative integer.
|
|
1476
1768
|
*
|
|
1477
1769
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1478
1770
|
*/
|
|
1479
1771
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1480
1772
|
/**
|
|
1481
|
-
*
|
|
1773
|
+
*
|
|
1774
|
+
* @optional
|
|
1775
|
+
*
|
|
1776
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1777
|
+
*
|
|
1778
|
+
* @example 1704067199
|
|
1779
|
+
*
|
|
1780
|
+
* @regex ^[0-9]+$
|
|
1781
|
+
*
|
|
1782
|
+
* @format Non-negative integer.
|
|
1482
1783
|
*
|
|
1483
1784
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1484
1785
|
*/
|
|
1485
1786
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1486
1787
|
/**
|
|
1487
|
-
*
|
|
1788
|
+
*
|
|
1789
|
+
* @optional
|
|
1790
|
+
*
|
|
1791
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1792
|
+
*
|
|
1793
|
+
* @example "ABS-2023-001"
|
|
1794
|
+
*
|
|
1795
|
+
* @regex [0-9A-Za-z ]*$
|
|
1796
|
+
*
|
|
1797
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1488
1798
|
*
|
|
1489
1799
|
* @generated from field: string reference_id = 20;
|
|
1490
1800
|
*/
|
|
1491
1801
|
referenceId = "";
|
|
1492
1802
|
/**
|
|
1493
|
-
*
|
|
1803
|
+
*
|
|
1804
|
+
* @optional
|
|
1805
|
+
*
|
|
1806
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1807
|
+
*
|
|
1808
|
+
* @example "ABS-2023-X9Z2"
|
|
1809
|
+
*
|
|
1810
|
+
* @regex [0-9A-Za-z ]*$
|
|
1811
|
+
*
|
|
1812
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1494
1813
|
*
|
|
1495
1814
|
* @generated from field: string final_ref_number = 21;
|
|
1496
1815
|
*/
|
|
@@ -1601,91 +1920,218 @@ exports.InwardJobsFreeIssueMaterialsReturnsServiceFilterReq = InwardJobsFreeIssu
|
|
|
1601
1920
|
*/
|
|
1602
1921
|
class InwardJobsFreeIssueMaterialsReturnsServiceCountReq extends protobuf_1.Message {
|
|
1603
1922
|
/**
|
|
1604
|
-
*
|
|
1923
|
+
*
|
|
1924
|
+
* @optional
|
|
1925
|
+
*
|
|
1926
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1927
|
+
*
|
|
1928
|
+
* @example ANY
|
|
1605
1929
|
*
|
|
1606
1930
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1607
1931
|
*/
|
|
1608
1932
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1609
1933
|
/**
|
|
1610
|
-
*
|
|
1934
|
+
*
|
|
1935
|
+
* @optional
|
|
1936
|
+
*
|
|
1937
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1938
|
+
*
|
|
1939
|
+
* @example 1672531200
|
|
1940
|
+
*
|
|
1941
|
+
* @regex ^[0-9]+$
|
|
1942
|
+
*
|
|
1943
|
+
* @format Non-negative integer.
|
|
1611
1944
|
*
|
|
1612
1945
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1613
1946
|
*/
|
|
1614
1947
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1615
1948
|
/**
|
|
1616
|
-
*
|
|
1949
|
+
*
|
|
1950
|
+
* @optional
|
|
1951
|
+
*
|
|
1952
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1953
|
+
*
|
|
1954
|
+
* @example 1704067199
|
|
1955
|
+
*
|
|
1956
|
+
* @regex ^[0-9]+$
|
|
1957
|
+
*
|
|
1958
|
+
* @format Non-negative integer.
|
|
1617
1959
|
*
|
|
1618
1960
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1619
1961
|
*/
|
|
1620
1962
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1621
1963
|
/**
|
|
1622
|
-
*
|
|
1964
|
+
*
|
|
1965
|
+
* @optional
|
|
1966
|
+
*
|
|
1967
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1968
|
+
*
|
|
1969
|
+
* @example 1672531200
|
|
1970
|
+
*
|
|
1971
|
+
* @regex ^[0-9]+$
|
|
1972
|
+
*
|
|
1973
|
+
* @format Non-negative integer.
|
|
1623
1974
|
*
|
|
1624
1975
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1625
1976
|
*/
|
|
1626
1977
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1627
1978
|
/**
|
|
1628
|
-
*
|
|
1979
|
+
*
|
|
1980
|
+
* @optional
|
|
1981
|
+
*
|
|
1982
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1983
|
+
*
|
|
1984
|
+
* @example 1704067199
|
|
1985
|
+
*
|
|
1986
|
+
* @regex ^[0-9]+$
|
|
1987
|
+
*
|
|
1988
|
+
* @format Non-negative integer.
|
|
1629
1989
|
*
|
|
1630
1990
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1631
1991
|
*/
|
|
1632
1992
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1633
1993
|
/**
|
|
1634
|
-
*
|
|
1994
|
+
*
|
|
1995
|
+
* @optional
|
|
1996
|
+
*
|
|
1997
|
+
* @description Filter by the organization UUID.
|
|
1998
|
+
*
|
|
1999
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2000
|
+
*
|
|
2001
|
+
* @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}$
|
|
2002
|
+
*
|
|
2003
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1635
2004
|
*
|
|
1636
2005
|
* @generated from field: string entity_uuid = 8;
|
|
1637
2006
|
*/
|
|
1638
2007
|
entityUuid = "";
|
|
1639
2008
|
/**
|
|
1640
|
-
*
|
|
2009
|
+
*
|
|
2010
|
+
* @optional
|
|
2011
|
+
*
|
|
2012
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2013
|
+
*
|
|
2014
|
+
* @example STANDING
|
|
1641
2015
|
*
|
|
1642
2016
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1643
2017
|
*/
|
|
1644
2018
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1645
2019
|
/**
|
|
1646
|
-
*
|
|
2020
|
+
*
|
|
2021
|
+
* @optional
|
|
2022
|
+
*
|
|
2023
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2024
|
+
*
|
|
2025
|
+
* @example 1672531200
|
|
2026
|
+
*
|
|
2027
|
+
* @regex ^[0-9]+$
|
|
2028
|
+
*
|
|
2029
|
+
* @format Non-negative integer.
|
|
1647
2030
|
*
|
|
1648
2031
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1649
2032
|
*/
|
|
1650
2033
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1651
2034
|
/**
|
|
1652
|
-
*
|
|
2035
|
+
*
|
|
2036
|
+
* @optional
|
|
2037
|
+
*
|
|
2038
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2039
|
+
*
|
|
2040
|
+
* @example 1704067199
|
|
2041
|
+
*
|
|
2042
|
+
* @regex ^[0-9]+$
|
|
2043
|
+
*
|
|
2044
|
+
* @format Non-negative integer.
|
|
1653
2045
|
*
|
|
1654
2046
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1655
2047
|
*/
|
|
1656
2048
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1657
2049
|
/**
|
|
1658
|
-
*
|
|
2050
|
+
*
|
|
2051
|
+
* @optional
|
|
2052
|
+
*
|
|
2053
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2054
|
+
*
|
|
2055
|
+
* @example 501
|
|
2056
|
+
*
|
|
2057
|
+
* @regex ^[0-9]+$
|
|
2058
|
+
*
|
|
2059
|
+
* @format Non-negative integer.
|
|
1659
2060
|
*
|
|
1660
2061
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1661
2062
|
*/
|
|
1662
2063
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1663
2064
|
/**
|
|
1664
|
-
*
|
|
2065
|
+
*
|
|
2066
|
+
* @optional
|
|
2067
|
+
*
|
|
2068
|
+
* @description Filter by the role ID of the approver.
|
|
2069
|
+
*
|
|
2070
|
+
* @example 5
|
|
2071
|
+
*
|
|
2072
|
+
* @regex ^[0-9]+$
|
|
2073
|
+
*
|
|
2074
|
+
* @format Non-negative integer.
|
|
1665
2075
|
*
|
|
1666
2076
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1667
2077
|
*/
|
|
1668
2078
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1669
2079
|
/**
|
|
1670
|
-
*
|
|
2080
|
+
*
|
|
2081
|
+
* @optional
|
|
2082
|
+
*
|
|
2083
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2084
|
+
*
|
|
2085
|
+
* @example 1672531200
|
|
2086
|
+
*
|
|
2087
|
+
* @regex ^[0-9]+$
|
|
2088
|
+
*
|
|
2089
|
+
* @format Non-negative integer.
|
|
1671
2090
|
*
|
|
1672
2091
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1673
2092
|
*/
|
|
1674
2093
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1675
2094
|
/**
|
|
1676
|
-
*
|
|
2095
|
+
*
|
|
2096
|
+
* @optional
|
|
2097
|
+
*
|
|
2098
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2099
|
+
*
|
|
2100
|
+
* @example 1704067199
|
|
2101
|
+
*
|
|
2102
|
+
* @regex ^[0-9]+$
|
|
2103
|
+
*
|
|
2104
|
+
* @format Non-negative integer.
|
|
1677
2105
|
*
|
|
1678
2106
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1679
2107
|
*/
|
|
1680
2108
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1681
2109
|
/**
|
|
1682
|
-
*
|
|
2110
|
+
*
|
|
2111
|
+
* @optional
|
|
2112
|
+
*
|
|
2113
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2114
|
+
*
|
|
2115
|
+
* @example "ABS-2023-001"
|
|
2116
|
+
*
|
|
2117
|
+
* @regex [0-9A-Za-z ]*$
|
|
2118
|
+
*
|
|
2119
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1683
2120
|
*
|
|
1684
2121
|
* @generated from field: string reference_id = 20;
|
|
1685
2122
|
*/
|
|
1686
2123
|
referenceId = "";
|
|
1687
2124
|
/**
|
|
1688
|
-
*
|
|
2125
|
+
*
|
|
2126
|
+
* @optional
|
|
2127
|
+
*
|
|
2128
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2129
|
+
*
|
|
2130
|
+
* @example "ABS-2023-X9Z2"
|
|
2131
|
+
*
|
|
2132
|
+
* @regex [0-9A-Za-z ]*$
|
|
2133
|
+
*
|
|
2134
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1689
2135
|
*
|
|
1690
2136
|
* @generated from field: string final_ref_number = 21;
|
|
1691
2137
|
*/
|
|
@@ -1792,49 +2238,103 @@ exports.InwardJobsFreeIssueMaterialsReturnsServiceCountReq = InwardJobsFreeIssue
|
|
|
1792
2238
|
*/
|
|
1793
2239
|
class InwardJobsFreeIssueMaterialsReturnsServiceSearchAllReq extends protobuf_1.Message {
|
|
1794
2240
|
/**
|
|
1795
|
-
*
|
|
2241
|
+
*
|
|
2242
|
+
* @optional
|
|
2243
|
+
*
|
|
2244
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2245
|
+
*
|
|
2246
|
+
* @example ANY
|
|
1796
2247
|
*
|
|
1797
2248
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1798
2249
|
*/
|
|
1799
2250
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1800
2251
|
/**
|
|
1801
|
-
*
|
|
2252
|
+
*
|
|
2253
|
+
* @mandatory
|
|
2254
|
+
*
|
|
2255
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2256
|
+
*
|
|
2257
|
+
* @example 100
|
|
2258
|
+
*
|
|
2259
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2260
|
+
*
|
|
2261
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1802
2262
|
*
|
|
1803
2263
|
* @generated from field: int64 count = 2;
|
|
1804
2264
|
*/
|
|
1805
2265
|
count = protobuf_1.protoInt64.zero;
|
|
1806
2266
|
/**
|
|
1807
|
-
*
|
|
2267
|
+
*
|
|
2268
|
+
* @optional
|
|
2269
|
+
*
|
|
2270
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2271
|
+
*
|
|
2272
|
+
* @example 0
|
|
2273
|
+
*
|
|
2274
|
+
* @regex ^[0-9]+$
|
|
2275
|
+
*
|
|
2276
|
+
* @format Non-negative integer.
|
|
1808
2277
|
*
|
|
1809
2278
|
* @generated from field: uint64 offset = 3;
|
|
1810
2279
|
*/
|
|
1811
2280
|
offset = protobuf_1.protoInt64.zero;
|
|
1812
2281
|
/**
|
|
1813
|
-
*
|
|
2282
|
+
*
|
|
2283
|
+
* @optional
|
|
2284
|
+
*
|
|
2285
|
+
* @description Sort direction.
|
|
2286
|
+
*
|
|
2287
|
+
* @example DESCENDING
|
|
1814
2288
|
*
|
|
1815
2289
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1816
2290
|
*/
|
|
1817
2291
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1818
2292
|
/**
|
|
1819
|
-
*
|
|
2293
|
+
*
|
|
2294
|
+
* @optional
|
|
2295
|
+
*
|
|
2296
|
+
* @description The field used for sorting.
|
|
1820
2297
|
*
|
|
1821
2298
|
* @generated from field: Scailo.INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY sort_key = 5;
|
|
1822
2299
|
*/
|
|
1823
2300
|
sortKey = INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY.INWARD_JOB_FREE_ISSUE_MATERIAL_RETURN_SORT_KEY_ID_UNSPECIFIED;
|
|
1824
2301
|
/**
|
|
1825
|
-
*
|
|
2302
|
+
*
|
|
2303
|
+
* @optional
|
|
2304
|
+
*
|
|
2305
|
+
* @description Filter by the organization UUID.
|
|
2306
|
+
*
|
|
2307
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2308
|
+
*
|
|
2309
|
+
* @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}$
|
|
2310
|
+
*
|
|
2311
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1826
2312
|
*
|
|
1827
2313
|
* @generated from field: string entity_uuid = 6;
|
|
1828
2314
|
*/
|
|
1829
2315
|
entityUuid = "";
|
|
1830
2316
|
/**
|
|
1831
|
-
*
|
|
2317
|
+
*
|
|
2318
|
+
* @optional
|
|
2319
|
+
*
|
|
2320
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2321
|
+
*
|
|
2322
|
+
* @example STANDING
|
|
1832
2323
|
*
|
|
1833
2324
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1834
2325
|
*/
|
|
1835
2326
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1836
2327
|
/**
|
|
1837
|
-
*
|
|
2328
|
+
*
|
|
2329
|
+
* @mandatory
|
|
2330
|
+
*
|
|
2331
|
+
* @description The search string to match against reference IDs.
|
|
2332
|
+
*
|
|
2333
|
+
* @example "Medical 2023"
|
|
2334
|
+
*
|
|
2335
|
+
* @regex .*
|
|
2336
|
+
*
|
|
2337
|
+
* @format: May contain any UTF-8 characters.
|
|
1838
2338
|
*
|
|
1839
2339
|
* @generated from field: string search_key = 11;
|
|
1840
2340
|
*/
|