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