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