@kernelminds/scailo-sdk 0.1.28 → 0.1.30
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 +48 -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 +105 -21
- package/lib/cjs/src/families.scailo_pb.js +490 -89
- 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 +240 -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 +127 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +87 -22
- package/lib/cjs/src/users.scailo_pb.js +447 -81
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +47 -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 +106 -22
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +494 -96
- 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 +238 -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 +128 -26
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +48 -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 +105 -21
- package/lib/esm/src/families.scailo_pb.js +514 -101
- 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 +240 -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 +127 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +87 -22
- package/lib/esm/src/users.scailo_pb.js +451 -83
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +47 -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 +106 -22
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +494 -96
- 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 +238 -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 +128 -26
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -240,7 +240,16 @@ protobuf_1.proto3.util.setEnumType(PRODUCTION_PLAN_ITEM_STATUS, "Scailo.PRODUCTI
|
|
|
240
240
|
*/
|
|
241
241
|
class ProductionPlansServiceCreateRequest extends protobuf_1.Message {
|
|
242
242
|
/**
|
|
243
|
-
*
|
|
243
|
+
*
|
|
244
|
+
* @optional
|
|
245
|
+
*
|
|
246
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
247
|
+
*
|
|
248
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
249
|
+
*
|
|
250
|
+
* @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}$
|
|
251
|
+
*
|
|
252
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
244
253
|
*
|
|
245
254
|
* @generated from field: string entity_uuid = 1;
|
|
246
255
|
*/
|
|
@@ -258,13 +267,31 @@ class ProductionPlansServiceCreateRequest extends protobuf_1.Message {
|
|
|
258
267
|
*/
|
|
259
268
|
projectId = protobuf_1.protoInt64.zero;
|
|
260
269
|
/**
|
|
261
|
-
*
|
|
270
|
+
*
|
|
271
|
+
* @optional
|
|
272
|
+
*
|
|
273
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
274
|
+
*
|
|
275
|
+
* @example 15234
|
|
276
|
+
*
|
|
277
|
+
* @regex ^[0-9]+$
|
|
278
|
+
*
|
|
279
|
+
* @format Non-negative integer.
|
|
262
280
|
*
|
|
263
281
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
264
282
|
*/
|
|
265
283
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
266
284
|
/**
|
|
267
|
-
*
|
|
285
|
+
*
|
|
286
|
+
* @mandatory
|
|
287
|
+
*
|
|
288
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
289
|
+
*
|
|
290
|
+
* @example "ABS-2023-001"
|
|
291
|
+
*
|
|
292
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
293
|
+
*
|
|
294
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
268
295
|
*
|
|
269
296
|
* @generated from field: string reference_id = 10;
|
|
270
297
|
*/
|
|
@@ -365,7 +392,12 @@ class ProductionPlansServiceUpdateRequest extends protobuf_1.Message {
|
|
|
365
392
|
*/
|
|
366
393
|
id = protobuf_1.protoInt64.zero;
|
|
367
394
|
/**
|
|
368
|
-
*
|
|
395
|
+
*
|
|
396
|
+
* @optional
|
|
397
|
+
*
|
|
398
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
399
|
+
*
|
|
400
|
+
* @example true
|
|
369
401
|
*
|
|
370
402
|
* @generated from field: bool notify_users = 3;
|
|
371
403
|
*/
|
|
@@ -377,13 +409,31 @@ class ProductionPlansServiceUpdateRequest extends protobuf_1.Message {
|
|
|
377
409
|
*/
|
|
378
410
|
projectId = protobuf_1.protoInt64.zero;
|
|
379
411
|
/**
|
|
380
|
-
*
|
|
412
|
+
*
|
|
413
|
+
* @optional
|
|
414
|
+
*
|
|
415
|
+
* @description Updated vault folder ID for documentation storage.
|
|
416
|
+
*
|
|
417
|
+
* @example 15235
|
|
418
|
+
*
|
|
419
|
+
* @regex ^[0-9]+$
|
|
420
|
+
*
|
|
421
|
+
* @format Non-negative integer.
|
|
381
422
|
*
|
|
382
423
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
383
424
|
*/
|
|
384
425
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
385
426
|
/**
|
|
386
|
-
*
|
|
427
|
+
*
|
|
428
|
+
* @mandatory
|
|
429
|
+
*
|
|
430
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
431
|
+
*
|
|
432
|
+
* @example "ABS-2023-001-REV"
|
|
433
|
+
*
|
|
434
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
435
|
+
*
|
|
436
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
387
437
|
*
|
|
388
438
|
* @generated from field: string reference_id = 10;
|
|
389
439
|
*/
|
|
@@ -545,37 +595,47 @@ exports.ProductionPlanAncillaryParameters = ProductionPlanAncillaryParameters;
|
|
|
545
595
|
*/
|
|
546
596
|
class ProductionPlan extends protobuf_1.Message {
|
|
547
597
|
/**
|
|
548
|
-
*
|
|
598
|
+
*
|
|
599
|
+
* @description The organization's globally unique identifier.
|
|
600
|
+
*
|
|
601
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
549
602
|
*
|
|
550
603
|
* @generated from field: string entity_uuid = 1;
|
|
551
604
|
*/
|
|
552
605
|
entityUuid = "";
|
|
553
606
|
/**
|
|
554
|
-
*
|
|
607
|
+
*
|
|
608
|
+
* @description Standard employee and record metadata including timestamps.
|
|
555
609
|
*
|
|
556
610
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
557
611
|
*/
|
|
558
612
|
metadata;
|
|
559
613
|
/**
|
|
560
|
-
*
|
|
614
|
+
*
|
|
615
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
561
616
|
*
|
|
562
617
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
563
618
|
*/
|
|
564
619
|
approvalMetadata;
|
|
565
620
|
/**
|
|
566
|
-
*
|
|
621
|
+
*
|
|
622
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
567
623
|
*
|
|
568
624
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
569
625
|
*/
|
|
570
626
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
571
627
|
/**
|
|
572
|
-
*
|
|
628
|
+
*
|
|
629
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
573
630
|
*
|
|
574
631
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
575
632
|
*/
|
|
576
633
|
logs = [];
|
|
577
634
|
/**
|
|
578
|
-
*
|
|
635
|
+
*
|
|
636
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
637
|
+
*
|
|
638
|
+
* @example 1698400000
|
|
579
639
|
*
|
|
580
640
|
* @generated from field: uint64 completed_on = 6;
|
|
581
641
|
*/
|
|
@@ -587,19 +647,28 @@ class ProductionPlan extends protobuf_1.Message {
|
|
|
587
647
|
*/
|
|
588
648
|
projectId = protobuf_1.protoInt64.zero;
|
|
589
649
|
/**
|
|
590
|
-
*
|
|
650
|
+
*
|
|
651
|
+
* @description Link to the document storage folder.
|
|
652
|
+
*
|
|
653
|
+
* @example 15234
|
|
591
654
|
*
|
|
592
655
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
593
656
|
*/
|
|
594
657
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
595
658
|
/**
|
|
596
|
-
*
|
|
659
|
+
*
|
|
660
|
+
* @description The user-provided reference ID.
|
|
661
|
+
*
|
|
662
|
+
* @example "ABS-2023-001"
|
|
597
663
|
*
|
|
598
664
|
* @generated from field: string reference_id = 10;
|
|
599
665
|
*/
|
|
600
666
|
referenceId = "";
|
|
601
667
|
/**
|
|
602
|
-
*
|
|
668
|
+
*
|
|
669
|
+
* @description The system-generated immutable reference number.
|
|
670
|
+
*
|
|
671
|
+
* @example "ABS-2023-X9Z2"
|
|
603
672
|
*
|
|
604
673
|
* @generated from field: string final_ref_number = 11;
|
|
605
674
|
*/
|
|
@@ -807,25 +876,31 @@ exports.ProductionPlansServiceItemUpdateRequest = ProductionPlansServiceItemUpda
|
|
|
807
876
|
*/
|
|
808
877
|
class ProductionPlanItem extends protobuf_1.Message {
|
|
809
878
|
/**
|
|
810
|
-
*
|
|
879
|
+
*
|
|
880
|
+
* @description The organization's globally unique identifier.
|
|
881
|
+
*
|
|
882
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
811
883
|
*
|
|
812
884
|
* @generated from field: string entity_uuid = 1;
|
|
813
885
|
*/
|
|
814
886
|
entityUuid = "";
|
|
815
887
|
/**
|
|
816
|
-
*
|
|
888
|
+
*
|
|
889
|
+
* @description Standard employee and record metadata including timestamps.
|
|
817
890
|
*
|
|
818
891
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
819
892
|
*/
|
|
820
893
|
metadata;
|
|
821
894
|
/**
|
|
822
|
-
*
|
|
895
|
+
*
|
|
896
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
823
897
|
*
|
|
824
898
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
825
899
|
*/
|
|
826
900
|
approvalMetadata;
|
|
827
901
|
/**
|
|
828
|
-
*
|
|
902
|
+
*
|
|
903
|
+
* @description The approval state of the record
|
|
829
904
|
*
|
|
830
905
|
* @generated from field: bool need_approval = 4;
|
|
831
906
|
*/
|
|
@@ -1100,31 +1175,62 @@ exports.ProductionPlansServiceAlreadyAddedQuantityForSourceRequest = ProductionP
|
|
|
1100
1175
|
*/
|
|
1101
1176
|
class ProductionPlansServicePaginationReq extends protobuf_1.Message {
|
|
1102
1177
|
/**
|
|
1103
|
-
*
|
|
1178
|
+
*
|
|
1179
|
+
* @optional
|
|
1180
|
+
*
|
|
1181
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1182
|
+
*
|
|
1183
|
+
* @example ANY
|
|
1104
1184
|
*
|
|
1105
1185
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1106
1186
|
*/
|
|
1107
1187
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1108
1188
|
/**
|
|
1109
|
-
*
|
|
1189
|
+
*
|
|
1190
|
+
* @mandatory
|
|
1191
|
+
*
|
|
1192
|
+
* @description Number of records to return per page.
|
|
1193
|
+
*
|
|
1194
|
+
* @example 50
|
|
1195
|
+
*
|
|
1196
|
+
* @regex ^[1-9][0-9]*$
|
|
1197
|
+
*
|
|
1198
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1110
1199
|
*
|
|
1111
1200
|
* @generated from field: int64 count = 2;
|
|
1112
1201
|
*/
|
|
1113
1202
|
count = protobuf_1.protoInt64.zero;
|
|
1114
1203
|
/**
|
|
1115
|
-
*
|
|
1204
|
+
*
|
|
1205
|
+
* @optional
|
|
1206
|
+
*
|
|
1207
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1208
|
+
*
|
|
1209
|
+
* @example 0
|
|
1210
|
+
*
|
|
1211
|
+
* @regex ^[0-9]+$
|
|
1212
|
+
*
|
|
1213
|
+
* @format Non-negative integer.
|
|
1116
1214
|
*
|
|
1117
1215
|
* @generated from field: uint64 offset = 3;
|
|
1118
1216
|
*/
|
|
1119
1217
|
offset = protobuf_1.protoInt64.zero;
|
|
1120
1218
|
/**
|
|
1121
|
-
*
|
|
1219
|
+
*
|
|
1220
|
+
* @optional
|
|
1221
|
+
*
|
|
1222
|
+
* @description Sort direction.
|
|
1223
|
+
*
|
|
1224
|
+
* @example DESCENDING
|
|
1122
1225
|
*
|
|
1123
1226
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1124
1227
|
*/
|
|
1125
1228
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1126
1229
|
/**
|
|
1127
|
-
*
|
|
1230
|
+
*
|
|
1231
|
+
* @optional
|
|
1232
|
+
*
|
|
1233
|
+
* @description The specific field key to sort the results by.
|
|
1128
1234
|
*
|
|
1129
1235
|
* @generated from field: Scailo.PRODUCTION_PLAN_SORT_KEY sort_key = 5;
|
|
1130
1236
|
*/
|
|
@@ -1171,25 +1277,35 @@ exports.ProductionPlansServicePaginationReq = ProductionPlansServicePaginationRe
|
|
|
1171
1277
|
*/
|
|
1172
1278
|
class ProductionPlansServicePaginationResponse extends protobuf_1.Message {
|
|
1173
1279
|
/**
|
|
1174
|
-
*
|
|
1280
|
+
*
|
|
1281
|
+
* @description Number of records returned in the current response slice.
|
|
1282
|
+
*
|
|
1283
|
+
* @example 50
|
|
1175
1284
|
*
|
|
1176
1285
|
* @generated from field: uint64 count = 1;
|
|
1177
1286
|
*/
|
|
1178
1287
|
count = protobuf_1.protoInt64.zero;
|
|
1179
1288
|
/**
|
|
1180
|
-
*
|
|
1289
|
+
*
|
|
1290
|
+
* @description The offset provided in the request.
|
|
1291
|
+
*
|
|
1292
|
+
* @example 0
|
|
1181
1293
|
*
|
|
1182
1294
|
* @generated from field: uint64 offset = 2;
|
|
1183
1295
|
*/
|
|
1184
1296
|
offset = protobuf_1.protoInt64.zero;
|
|
1185
1297
|
/**
|
|
1186
|
-
*
|
|
1298
|
+
*
|
|
1299
|
+
* @description The total number of records matching the criteria.
|
|
1300
|
+
*
|
|
1301
|
+
* @example 1250
|
|
1187
1302
|
*
|
|
1188
1303
|
* @generated from field: uint64 total = 3;
|
|
1189
1304
|
*/
|
|
1190
1305
|
total = protobuf_1.protoInt64.zero;
|
|
1191
1306
|
/**
|
|
1192
|
-
*
|
|
1307
|
+
*
|
|
1308
|
+
* @description The array of records for the current page.
|
|
1193
1309
|
*
|
|
1194
1310
|
* @generated from field: repeated Scailo.ProductionPlan payload = 4;
|
|
1195
1311
|
*/
|
|
@@ -1228,115 +1344,268 @@ exports.ProductionPlansServicePaginationResponse = ProductionPlansServicePaginat
|
|
|
1228
1344
|
*/
|
|
1229
1345
|
class ProductionPlansServiceFilterReq extends protobuf_1.Message {
|
|
1230
1346
|
/**
|
|
1231
|
-
*
|
|
1347
|
+
*
|
|
1348
|
+
* @optional
|
|
1349
|
+
*
|
|
1350
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1351
|
+
*
|
|
1352
|
+
* @example ANY
|
|
1232
1353
|
*
|
|
1233
1354
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1234
1355
|
*/
|
|
1235
1356
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1236
1357
|
/**
|
|
1237
|
-
*
|
|
1358
|
+
*
|
|
1359
|
+
* @mandatory
|
|
1360
|
+
*
|
|
1361
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1362
|
+
*
|
|
1363
|
+
* @example 100
|
|
1364
|
+
*
|
|
1365
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1366
|
+
*
|
|
1367
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1238
1368
|
*
|
|
1239
1369
|
* @generated from field: int64 count = 2;
|
|
1240
1370
|
*/
|
|
1241
1371
|
count = protobuf_1.protoInt64.zero;
|
|
1242
1372
|
/**
|
|
1243
|
-
*
|
|
1373
|
+
*
|
|
1374
|
+
* @optional
|
|
1375
|
+
*
|
|
1376
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1377
|
+
*
|
|
1378
|
+
* @example 0
|
|
1379
|
+
*
|
|
1380
|
+
* @regex ^[0-9]+$
|
|
1381
|
+
*
|
|
1382
|
+
* @format Non-negative integer.
|
|
1244
1383
|
*
|
|
1245
1384
|
* @generated from field: uint64 offset = 3;
|
|
1246
1385
|
*/
|
|
1247
1386
|
offset = protobuf_1.protoInt64.zero;
|
|
1248
1387
|
/**
|
|
1249
|
-
*
|
|
1388
|
+
*
|
|
1389
|
+
* @optional
|
|
1390
|
+
*
|
|
1391
|
+
* @description Sort direction.
|
|
1392
|
+
*
|
|
1393
|
+
* @example DESCENDING
|
|
1250
1394
|
*
|
|
1251
1395
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1252
1396
|
*/
|
|
1253
1397
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1254
1398
|
/**
|
|
1255
|
-
*
|
|
1399
|
+
*
|
|
1400
|
+
* @optional
|
|
1401
|
+
*
|
|
1402
|
+
* @description The field used for sorting.
|
|
1256
1403
|
*
|
|
1257
1404
|
* @generated from field: Scailo.PRODUCTION_PLAN_SORT_KEY sort_key = 5;
|
|
1258
1405
|
*/
|
|
1259
1406
|
sortKey = PRODUCTION_PLAN_SORT_KEY.PRODUCTION_PLAN_SORT_KEY_ID_UNSPECIFIED;
|
|
1260
1407
|
/**
|
|
1261
|
-
*
|
|
1408
|
+
*
|
|
1409
|
+
* @optional
|
|
1410
|
+
*
|
|
1411
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1412
|
+
*
|
|
1413
|
+
* @example 1672531200
|
|
1414
|
+
*
|
|
1415
|
+
* @regex ^[0-9]+$
|
|
1416
|
+
*
|
|
1417
|
+
* @format Non-negative integer.
|
|
1262
1418
|
*
|
|
1263
1419
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1264
1420
|
*/
|
|
1265
1421
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1266
1422
|
/**
|
|
1267
|
-
*
|
|
1423
|
+
*
|
|
1424
|
+
* @optional
|
|
1425
|
+
*
|
|
1426
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1427
|
+
*
|
|
1428
|
+
* @example 1704067199
|
|
1429
|
+
*
|
|
1430
|
+
* @regex ^[0-9]+$
|
|
1431
|
+
*
|
|
1432
|
+
* @format Non-negative integer.
|
|
1268
1433
|
*
|
|
1269
1434
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1270
1435
|
*/
|
|
1271
1436
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1272
1437
|
/**
|
|
1273
|
-
*
|
|
1438
|
+
*
|
|
1439
|
+
* @optional
|
|
1440
|
+
*
|
|
1441
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1442
|
+
*
|
|
1443
|
+
* @example 1672531200
|
|
1444
|
+
*
|
|
1445
|
+
* @regex ^[0-9]+$
|
|
1446
|
+
*
|
|
1447
|
+
* @format Non-negative integer.
|
|
1274
1448
|
*
|
|
1275
1449
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1276
1450
|
*/
|
|
1277
1451
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1278
1452
|
/**
|
|
1279
|
-
*
|
|
1453
|
+
*
|
|
1454
|
+
* @optional
|
|
1455
|
+
*
|
|
1456
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1457
|
+
*
|
|
1458
|
+
* @example 1704067199
|
|
1459
|
+
*
|
|
1460
|
+
* @regex ^[0-9]+$
|
|
1461
|
+
*
|
|
1462
|
+
* @format Non-negative integer.
|
|
1280
1463
|
*
|
|
1281
1464
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1282
1465
|
*/
|
|
1283
1466
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1284
1467
|
/**
|
|
1285
|
-
*
|
|
1468
|
+
*
|
|
1469
|
+
* @optional
|
|
1470
|
+
*
|
|
1471
|
+
* @description Filter by the organization UUID.
|
|
1472
|
+
*
|
|
1473
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1474
|
+
*
|
|
1475
|
+
* @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}$
|
|
1476
|
+
*
|
|
1477
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1286
1478
|
*
|
|
1287
1479
|
* @generated from field: string entity_uuid = 8;
|
|
1288
1480
|
*/
|
|
1289
1481
|
entityUuid = "";
|
|
1290
1482
|
/**
|
|
1291
|
-
*
|
|
1483
|
+
*
|
|
1484
|
+
* @optional
|
|
1485
|
+
*
|
|
1486
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1487
|
+
*
|
|
1488
|
+
* @example STANDING
|
|
1292
1489
|
*
|
|
1293
1490
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1294
1491
|
*/
|
|
1295
1492
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1296
1493
|
/**
|
|
1297
|
-
*
|
|
1494
|
+
*
|
|
1495
|
+
* @optional
|
|
1496
|
+
*
|
|
1497
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1498
|
+
*
|
|
1499
|
+
* @example 1672531200
|
|
1500
|
+
*
|
|
1501
|
+
* @regex ^[0-9]+$
|
|
1502
|
+
*
|
|
1503
|
+
* @format Non-negative integer.
|
|
1298
1504
|
*
|
|
1299
1505
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1300
1506
|
*/
|
|
1301
1507
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1302
1508
|
/**
|
|
1303
|
-
*
|
|
1509
|
+
*
|
|
1510
|
+
* @optional
|
|
1511
|
+
*
|
|
1512
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1513
|
+
*
|
|
1514
|
+
* @example 1704067199
|
|
1515
|
+
*
|
|
1516
|
+
* @regex ^[0-9]+$
|
|
1517
|
+
*
|
|
1518
|
+
* @format Non-negative integer.
|
|
1304
1519
|
*
|
|
1305
1520
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1306
1521
|
*/
|
|
1307
1522
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1308
1523
|
/**
|
|
1309
|
-
*
|
|
1524
|
+
*
|
|
1525
|
+
* @optional
|
|
1526
|
+
*
|
|
1527
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1528
|
+
*
|
|
1529
|
+
* @example 501
|
|
1530
|
+
*
|
|
1531
|
+
* @regex ^[0-9]+$
|
|
1532
|
+
*
|
|
1533
|
+
* @format Non-negative integer.
|
|
1310
1534
|
*
|
|
1311
1535
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1312
1536
|
*/
|
|
1313
1537
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1314
1538
|
/**
|
|
1315
|
-
*
|
|
1539
|
+
*
|
|
1540
|
+
* @optional
|
|
1541
|
+
*
|
|
1542
|
+
* @description Filter by the role ID of the approver.
|
|
1543
|
+
*
|
|
1544
|
+
* @example 5
|
|
1545
|
+
*
|
|
1546
|
+
* @regex ^[0-9]+$
|
|
1547
|
+
*
|
|
1548
|
+
* @format Non-negative integer.
|
|
1316
1549
|
*
|
|
1317
1550
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1318
1551
|
*/
|
|
1319
1552
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1320
1553
|
/**
|
|
1321
|
-
*
|
|
1554
|
+
*
|
|
1555
|
+
* @optional
|
|
1556
|
+
*
|
|
1557
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1558
|
+
*
|
|
1559
|
+
* @example 1672531200
|
|
1560
|
+
*
|
|
1561
|
+
* @regex ^[0-9]+$
|
|
1562
|
+
*
|
|
1563
|
+
* @format Non-negative integer.
|
|
1322
1564
|
*
|
|
1323
1565
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1324
1566
|
*/
|
|
1325
1567
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1326
1568
|
/**
|
|
1327
|
-
*
|
|
1569
|
+
*
|
|
1570
|
+
* @optional
|
|
1571
|
+
*
|
|
1572
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1573
|
+
*
|
|
1574
|
+
* @example 1704067199
|
|
1575
|
+
*
|
|
1576
|
+
* @regex ^[0-9]+$
|
|
1577
|
+
*
|
|
1578
|
+
* @format Non-negative integer.
|
|
1328
1579
|
*
|
|
1329
1580
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1330
1581
|
*/
|
|
1331
1582
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1332
1583
|
/**
|
|
1333
|
-
*
|
|
1584
|
+
*
|
|
1585
|
+
* @optional
|
|
1586
|
+
*
|
|
1587
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1588
|
+
*
|
|
1589
|
+
* @example "ABS-2023-001"
|
|
1590
|
+
*
|
|
1591
|
+
* @regex [0-9A-Za-z ]*$
|
|
1592
|
+
*
|
|
1593
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1334
1594
|
*
|
|
1335
1595
|
* @generated from field: string reference_id = 20;
|
|
1336
1596
|
*/
|
|
1337
1597
|
referenceId = "";
|
|
1338
1598
|
/**
|
|
1339
|
-
*
|
|
1599
|
+
*
|
|
1600
|
+
* @optional
|
|
1601
|
+
*
|
|
1602
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1603
|
+
*
|
|
1604
|
+
* @example "ABS-2023-X9Z2"
|
|
1605
|
+
*
|
|
1606
|
+
* @regex [0-9A-Za-z ]*$
|
|
1607
|
+
*
|
|
1608
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1340
1609
|
*
|
|
1341
1610
|
* @generated from field: string final_ref_number = 21;
|
|
1342
1611
|
*/
|
|
@@ -1475,91 +1744,218 @@ exports.ProductionPlansServiceFilterReq = ProductionPlansServiceFilterReq;
|
|
|
1475
1744
|
*/
|
|
1476
1745
|
class ProductionPlansServiceCountReq extends protobuf_1.Message {
|
|
1477
1746
|
/**
|
|
1478
|
-
*
|
|
1747
|
+
*
|
|
1748
|
+
* @optional
|
|
1749
|
+
*
|
|
1750
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1751
|
+
*
|
|
1752
|
+
* @example ANY
|
|
1479
1753
|
*
|
|
1480
1754
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1481
1755
|
*/
|
|
1482
1756
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1483
1757
|
/**
|
|
1484
|
-
*
|
|
1758
|
+
*
|
|
1759
|
+
* @optional
|
|
1760
|
+
*
|
|
1761
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1762
|
+
*
|
|
1763
|
+
* @example 1672531200
|
|
1764
|
+
*
|
|
1765
|
+
* @regex ^[0-9]+$
|
|
1766
|
+
*
|
|
1767
|
+
* @format Non-negative integer.
|
|
1485
1768
|
*
|
|
1486
1769
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1487
1770
|
*/
|
|
1488
1771
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1489
1772
|
/**
|
|
1490
|
-
*
|
|
1773
|
+
*
|
|
1774
|
+
* @optional
|
|
1775
|
+
*
|
|
1776
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1777
|
+
*
|
|
1778
|
+
* @example 1704067199
|
|
1779
|
+
*
|
|
1780
|
+
* @regex ^[0-9]+$
|
|
1781
|
+
*
|
|
1782
|
+
* @format Non-negative integer.
|
|
1491
1783
|
*
|
|
1492
1784
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1493
1785
|
*/
|
|
1494
1786
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1495
1787
|
/**
|
|
1496
|
-
*
|
|
1788
|
+
*
|
|
1789
|
+
* @optional
|
|
1790
|
+
*
|
|
1791
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1792
|
+
*
|
|
1793
|
+
* @example 1672531200
|
|
1794
|
+
*
|
|
1795
|
+
* @regex ^[0-9]+$
|
|
1796
|
+
*
|
|
1797
|
+
* @format Non-negative integer.
|
|
1497
1798
|
*
|
|
1498
1799
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1499
1800
|
*/
|
|
1500
1801
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1501
1802
|
/**
|
|
1502
|
-
*
|
|
1803
|
+
*
|
|
1804
|
+
* @optional
|
|
1805
|
+
*
|
|
1806
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1807
|
+
*
|
|
1808
|
+
* @example 1704067199
|
|
1809
|
+
*
|
|
1810
|
+
* @regex ^[0-9]+$
|
|
1811
|
+
*
|
|
1812
|
+
* @format Non-negative integer.
|
|
1503
1813
|
*
|
|
1504
1814
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1505
1815
|
*/
|
|
1506
1816
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1507
1817
|
/**
|
|
1508
|
-
*
|
|
1818
|
+
*
|
|
1819
|
+
* @optional
|
|
1820
|
+
*
|
|
1821
|
+
* @description Filter by the organization UUID.
|
|
1822
|
+
*
|
|
1823
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1824
|
+
*
|
|
1825
|
+
* @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}$
|
|
1826
|
+
*
|
|
1827
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1509
1828
|
*
|
|
1510
1829
|
* @generated from field: string entity_uuid = 8;
|
|
1511
1830
|
*/
|
|
1512
1831
|
entityUuid = "";
|
|
1513
1832
|
/**
|
|
1514
|
-
*
|
|
1833
|
+
*
|
|
1834
|
+
* @optional
|
|
1835
|
+
*
|
|
1836
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1837
|
+
*
|
|
1838
|
+
* @example STANDING
|
|
1515
1839
|
*
|
|
1516
1840
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1517
1841
|
*/
|
|
1518
1842
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1519
1843
|
/**
|
|
1520
|
-
*
|
|
1844
|
+
*
|
|
1845
|
+
* @optional
|
|
1846
|
+
*
|
|
1847
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1848
|
+
*
|
|
1849
|
+
* @example 1672531200
|
|
1850
|
+
*
|
|
1851
|
+
* @regex ^[0-9]+$
|
|
1852
|
+
*
|
|
1853
|
+
* @format Non-negative integer.
|
|
1521
1854
|
*
|
|
1522
1855
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1523
1856
|
*/
|
|
1524
1857
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1525
1858
|
/**
|
|
1526
|
-
*
|
|
1859
|
+
*
|
|
1860
|
+
* @optional
|
|
1861
|
+
*
|
|
1862
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1863
|
+
*
|
|
1864
|
+
* @example 1704067199
|
|
1865
|
+
*
|
|
1866
|
+
* @regex ^[0-9]+$
|
|
1867
|
+
*
|
|
1868
|
+
* @format Non-negative integer.
|
|
1527
1869
|
*
|
|
1528
1870
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1529
1871
|
*/
|
|
1530
1872
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1531
1873
|
/**
|
|
1532
|
-
*
|
|
1874
|
+
*
|
|
1875
|
+
* @optional
|
|
1876
|
+
*
|
|
1877
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1878
|
+
*
|
|
1879
|
+
* @example 501
|
|
1880
|
+
*
|
|
1881
|
+
* @regex ^[0-9]+$
|
|
1882
|
+
*
|
|
1883
|
+
* @format Non-negative integer.
|
|
1533
1884
|
*
|
|
1534
1885
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1535
1886
|
*/
|
|
1536
1887
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1537
1888
|
/**
|
|
1538
|
-
*
|
|
1889
|
+
*
|
|
1890
|
+
* @optional
|
|
1891
|
+
*
|
|
1892
|
+
* @description Filter by the role ID of the approver.
|
|
1893
|
+
*
|
|
1894
|
+
* @example 5
|
|
1895
|
+
*
|
|
1896
|
+
* @regex ^[0-9]+$
|
|
1897
|
+
*
|
|
1898
|
+
* @format Non-negative integer.
|
|
1539
1899
|
*
|
|
1540
1900
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1541
1901
|
*/
|
|
1542
1902
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1543
1903
|
/**
|
|
1544
|
-
*
|
|
1904
|
+
*
|
|
1905
|
+
* @optional
|
|
1906
|
+
*
|
|
1907
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1908
|
+
*
|
|
1909
|
+
* @example 1672531200
|
|
1910
|
+
*
|
|
1911
|
+
* @regex ^[0-9]+$
|
|
1912
|
+
*
|
|
1913
|
+
* @format Non-negative integer.
|
|
1545
1914
|
*
|
|
1546
1915
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1547
1916
|
*/
|
|
1548
1917
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1549
1918
|
/**
|
|
1550
|
-
*
|
|
1919
|
+
*
|
|
1920
|
+
* @optional
|
|
1921
|
+
*
|
|
1922
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1923
|
+
*
|
|
1924
|
+
* @example 1704067199
|
|
1925
|
+
*
|
|
1926
|
+
* @regex ^[0-9]+$
|
|
1927
|
+
*
|
|
1928
|
+
* @format Non-negative integer.
|
|
1551
1929
|
*
|
|
1552
1930
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1553
1931
|
*/
|
|
1554
1932
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1555
1933
|
/**
|
|
1556
|
-
*
|
|
1934
|
+
*
|
|
1935
|
+
* @optional
|
|
1936
|
+
*
|
|
1937
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1938
|
+
*
|
|
1939
|
+
* @example "ABS-2023-001"
|
|
1940
|
+
*
|
|
1941
|
+
* @regex [0-9A-Za-z ]*$
|
|
1942
|
+
*
|
|
1943
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1557
1944
|
*
|
|
1558
1945
|
* @generated from field: string reference_id = 20;
|
|
1559
1946
|
*/
|
|
1560
1947
|
referenceId = "";
|
|
1561
1948
|
/**
|
|
1562
|
-
*
|
|
1949
|
+
*
|
|
1950
|
+
* @optional
|
|
1951
|
+
*
|
|
1952
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1953
|
+
*
|
|
1954
|
+
* @example "ABS-2023-X9Z2"
|
|
1955
|
+
*
|
|
1956
|
+
* @regex [0-9A-Za-z ]*$
|
|
1957
|
+
*
|
|
1958
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1563
1959
|
*
|
|
1564
1960
|
* @generated from field: string final_ref_number = 21;
|
|
1565
1961
|
*/
|
|
@@ -1694,49 +2090,103 @@ exports.ProductionPlansServiceCountReq = ProductionPlansServiceCountReq;
|
|
|
1694
2090
|
*/
|
|
1695
2091
|
class ProductionPlansServiceSearchAllReq extends protobuf_1.Message {
|
|
1696
2092
|
/**
|
|
1697
|
-
*
|
|
2093
|
+
*
|
|
2094
|
+
* @optional
|
|
2095
|
+
*
|
|
2096
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2097
|
+
*
|
|
2098
|
+
* @example ANY
|
|
1698
2099
|
*
|
|
1699
2100
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1700
2101
|
*/
|
|
1701
2102
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1702
2103
|
/**
|
|
1703
|
-
*
|
|
2104
|
+
*
|
|
2105
|
+
* @mandatory
|
|
2106
|
+
*
|
|
2107
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2108
|
+
*
|
|
2109
|
+
* @example 100
|
|
2110
|
+
*
|
|
2111
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2112
|
+
*
|
|
2113
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1704
2114
|
*
|
|
1705
2115
|
* @generated from field: int64 count = 2;
|
|
1706
2116
|
*/
|
|
1707
2117
|
count = protobuf_1.protoInt64.zero;
|
|
1708
2118
|
/**
|
|
1709
|
-
*
|
|
2119
|
+
*
|
|
2120
|
+
* @optional
|
|
2121
|
+
*
|
|
2122
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2123
|
+
*
|
|
2124
|
+
* @example 0
|
|
2125
|
+
*
|
|
2126
|
+
* @regex ^[0-9]+$
|
|
2127
|
+
*
|
|
2128
|
+
* @format Non-negative integer.
|
|
1710
2129
|
*
|
|
1711
2130
|
* @generated from field: uint64 offset = 3;
|
|
1712
2131
|
*/
|
|
1713
2132
|
offset = protobuf_1.protoInt64.zero;
|
|
1714
2133
|
/**
|
|
1715
|
-
*
|
|
2134
|
+
*
|
|
2135
|
+
* @optional
|
|
2136
|
+
*
|
|
2137
|
+
* @description Sort direction.
|
|
2138
|
+
*
|
|
2139
|
+
* @example DESCENDING
|
|
1716
2140
|
*
|
|
1717
2141
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1718
2142
|
*/
|
|
1719
2143
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1720
2144
|
/**
|
|
1721
|
-
*
|
|
2145
|
+
*
|
|
2146
|
+
* @optional
|
|
2147
|
+
*
|
|
2148
|
+
* @description The field used for sorting.
|
|
1722
2149
|
*
|
|
1723
2150
|
* @generated from field: Scailo.PRODUCTION_PLAN_SORT_KEY sort_key = 5;
|
|
1724
2151
|
*/
|
|
1725
2152
|
sortKey = PRODUCTION_PLAN_SORT_KEY.PRODUCTION_PLAN_SORT_KEY_ID_UNSPECIFIED;
|
|
1726
2153
|
/**
|
|
1727
|
-
*
|
|
2154
|
+
*
|
|
2155
|
+
* @optional
|
|
2156
|
+
*
|
|
2157
|
+
* @description Filter by the organization UUID.
|
|
2158
|
+
*
|
|
2159
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2160
|
+
*
|
|
2161
|
+
* @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}$
|
|
2162
|
+
*
|
|
2163
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1728
2164
|
*
|
|
1729
2165
|
* @generated from field: string entity_uuid = 6;
|
|
1730
2166
|
*/
|
|
1731
2167
|
entityUuid = "";
|
|
1732
2168
|
/**
|
|
1733
|
-
*
|
|
2169
|
+
*
|
|
2170
|
+
* @optional
|
|
2171
|
+
*
|
|
2172
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2173
|
+
*
|
|
2174
|
+
* @example STANDING
|
|
1734
2175
|
*
|
|
1735
2176
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1736
2177
|
*/
|
|
1737
2178
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1738
2179
|
/**
|
|
1739
|
-
*
|
|
2180
|
+
*
|
|
2181
|
+
* @mandatory
|
|
2182
|
+
*
|
|
2183
|
+
* @description The search string to match against reference IDs.
|
|
2184
|
+
*
|
|
2185
|
+
* @example "Medical 2023"
|
|
2186
|
+
*
|
|
2187
|
+
* @regex .*
|
|
2188
|
+
*
|
|
2189
|
+
* @format: May contain any UTF-8 characters.
|
|
1740
2190
|
*
|
|
1741
2191
|
* @generated from field: string search_key = 11;
|
|
1742
2192
|
*/
|
|
@@ -1807,37 +2257,77 @@ exports.ProductionPlansServiceSearchAllReq = ProductionPlansServiceSearchAllReq;
|
|
|
1807
2257
|
*/
|
|
1808
2258
|
class ProductionPlanItemsSearchRequest extends protobuf_1.Message {
|
|
1809
2259
|
/**
|
|
1810
|
-
*
|
|
2260
|
+
*
|
|
2261
|
+
* @optional
|
|
2262
|
+
*
|
|
2263
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2264
|
+
*
|
|
2265
|
+
* @example ANY
|
|
1811
2266
|
*
|
|
1812
2267
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1813
2268
|
*/
|
|
1814
2269
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1815
2270
|
/**
|
|
1816
|
-
*
|
|
2271
|
+
*
|
|
2272
|
+
* @mandatory
|
|
2273
|
+
*
|
|
2274
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2275
|
+
*
|
|
2276
|
+
* @example 100
|
|
2277
|
+
*
|
|
2278
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2279
|
+
*
|
|
2280
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1817
2281
|
*
|
|
1818
2282
|
* @generated from field: int64 count = 2;
|
|
1819
2283
|
*/
|
|
1820
2284
|
count = protobuf_1.protoInt64.zero;
|
|
1821
2285
|
/**
|
|
1822
|
-
*
|
|
2286
|
+
*
|
|
2287
|
+
* @optional
|
|
2288
|
+
*
|
|
2289
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2290
|
+
*
|
|
2291
|
+
* @example 0
|
|
2292
|
+
*
|
|
2293
|
+
* @regex ^[0-9]+$
|
|
2294
|
+
*
|
|
2295
|
+
* @format Non-negative integer.
|
|
1823
2296
|
*
|
|
1824
2297
|
* @generated from field: uint64 offset = 3;
|
|
1825
2298
|
*/
|
|
1826
2299
|
offset = protobuf_1.protoInt64.zero;
|
|
1827
2300
|
/**
|
|
1828
|
-
*
|
|
2301
|
+
*
|
|
2302
|
+
* @optional
|
|
2303
|
+
*
|
|
2304
|
+
* @description Sort direction.
|
|
2305
|
+
*
|
|
2306
|
+
* @example DESCENDING
|
|
1829
2307
|
*
|
|
1830
2308
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1831
2309
|
*/
|
|
1832
2310
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1833
2311
|
/**
|
|
1834
|
-
*
|
|
2312
|
+
*
|
|
2313
|
+
* @optional
|
|
2314
|
+
*
|
|
2315
|
+
* @description The field used for sorting.
|
|
1835
2316
|
*
|
|
1836
2317
|
* @generated from field: Scailo.PRODUCTION_PLAN_ITEM_SORT_KEY sort_key = 5;
|
|
1837
2318
|
*/
|
|
1838
2319
|
sortKey = PRODUCTION_PLAN_ITEM_SORT_KEY.PRODUCTION_PLAN_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1839
2320
|
/**
|
|
1840
|
-
*
|
|
2321
|
+
*
|
|
2322
|
+
* @optional
|
|
2323
|
+
*
|
|
2324
|
+
* @description Filter by the organization UUID.
|
|
2325
|
+
*
|
|
2326
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2327
|
+
*
|
|
2328
|
+
* @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}$
|
|
2329
|
+
*
|
|
2330
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1841
2331
|
*
|
|
1842
2332
|
* @generated from field: string entity_uuid = 6;
|
|
1843
2333
|
*/
|
|
@@ -1941,25 +2431,35 @@ exports.ProductionPlanItemsSearchRequest = ProductionPlanItemsSearchRequest;
|
|
|
1941
2431
|
*/
|
|
1942
2432
|
class ProductionPlansServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1943
2433
|
/**
|
|
1944
|
-
*
|
|
2434
|
+
*
|
|
2435
|
+
* @description Number of records returned in the current response slice.
|
|
2436
|
+
*
|
|
2437
|
+
* @example 50
|
|
1945
2438
|
*
|
|
1946
2439
|
* @generated from field: uint64 count = 1;
|
|
1947
2440
|
*/
|
|
1948
2441
|
count = protobuf_1.protoInt64.zero;
|
|
1949
2442
|
/**
|
|
1950
|
-
*
|
|
2443
|
+
*
|
|
2444
|
+
* @description The offset provided in the request.
|
|
2445
|
+
*
|
|
2446
|
+
* @example 0
|
|
1951
2447
|
*
|
|
1952
2448
|
* @generated from field: uint64 offset = 2;
|
|
1953
2449
|
*/
|
|
1954
2450
|
offset = protobuf_1.protoInt64.zero;
|
|
1955
2451
|
/**
|
|
1956
|
-
*
|
|
2452
|
+
*
|
|
2453
|
+
* @description The total number of records matching the criteria.
|
|
2454
|
+
*
|
|
2455
|
+
* @example 1250
|
|
1957
2456
|
*
|
|
1958
2457
|
* @generated from field: uint64 total = 3;
|
|
1959
2458
|
*/
|
|
1960
2459
|
total = protobuf_1.protoInt64.zero;
|
|
1961
2460
|
/**
|
|
1962
|
-
*
|
|
2461
|
+
*
|
|
2462
|
+
* @description The array of records for the current page.
|
|
1963
2463
|
*
|
|
1964
2464
|
* @generated from field: repeated Scailo.ProductionPlanItem payload = 4;
|
|
1965
2465
|
*/
|