@kernelminds/scailo-sdk 0.1.27 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +41 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +226 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +88 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +88 -23
- package/lib/cjs/src/users.scailo_pb.js +491 -82
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +89 -24
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +479 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +41 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +226 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +88 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +88 -23
- package/lib/esm/src/users.scailo_pb.js +495 -84
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +89 -24
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +479 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -274,7 +274,16 @@ class ProductionIndentsServiceCreateRequest extends protobuf_1.Message {
|
|
|
274
274
|
constructor(data) {
|
|
275
275
|
super();
|
|
276
276
|
/**
|
|
277
|
-
*
|
|
277
|
+
*
|
|
278
|
+
* @optional
|
|
279
|
+
*
|
|
280
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
281
|
+
*
|
|
282
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
283
|
+
*
|
|
284
|
+
* @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}$
|
|
285
|
+
*
|
|
286
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
278
287
|
*
|
|
279
288
|
* @generated from field: string entity_uuid = 1;
|
|
280
289
|
*/
|
|
@@ -286,13 +295,31 @@ class ProductionIndentsServiceCreateRequest extends protobuf_1.Message {
|
|
|
286
295
|
*/
|
|
287
296
|
this.userComment = "";
|
|
288
297
|
/**
|
|
289
|
-
*
|
|
298
|
+
*
|
|
299
|
+
* @optional
|
|
300
|
+
*
|
|
301
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
302
|
+
*
|
|
303
|
+
* @example 15234
|
|
304
|
+
*
|
|
305
|
+
* @regex ^[0-9]+$
|
|
306
|
+
*
|
|
307
|
+
* @format Non-negative integer.
|
|
290
308
|
*
|
|
291
309
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
292
310
|
*/
|
|
293
311
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
294
312
|
/**
|
|
295
|
-
*
|
|
313
|
+
*
|
|
314
|
+
* @mandatory
|
|
315
|
+
*
|
|
316
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
317
|
+
*
|
|
318
|
+
* @example "ABS-2023-001"
|
|
319
|
+
*
|
|
320
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
321
|
+
*
|
|
322
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
296
323
|
*
|
|
297
324
|
* @generated from field: string reference_id = 10;
|
|
298
325
|
*/
|
|
@@ -392,19 +419,42 @@ class ProductionIndentsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
392
419
|
*/
|
|
393
420
|
this.id = protobuf_1.protoInt64.zero;
|
|
394
421
|
/**
|
|
395
|
-
*
|
|
422
|
+
*
|
|
423
|
+
* @optional
|
|
424
|
+
*
|
|
425
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
426
|
+
*
|
|
427
|
+
* @example true
|
|
396
428
|
*
|
|
397
429
|
* @generated from field: bool notify_users = 3;
|
|
398
430
|
*/
|
|
399
431
|
this.notifyUsers = false;
|
|
400
432
|
/**
|
|
401
|
-
*
|
|
433
|
+
*
|
|
434
|
+
* @optional
|
|
435
|
+
*
|
|
436
|
+
* @description Updated vault folder ID for documentation storage.
|
|
437
|
+
*
|
|
438
|
+
* @example 15235
|
|
439
|
+
*
|
|
440
|
+
* @regex ^[0-9]+$
|
|
441
|
+
*
|
|
442
|
+
* @format Non-negative integer.
|
|
402
443
|
*
|
|
403
444
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
404
445
|
*/
|
|
405
446
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
406
447
|
/**
|
|
407
|
-
*
|
|
448
|
+
*
|
|
449
|
+
* @mandatory
|
|
450
|
+
*
|
|
451
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
452
|
+
*
|
|
453
|
+
* @example "ABS-2023-001-REV"
|
|
454
|
+
*
|
|
455
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
456
|
+
*
|
|
457
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
408
458
|
*
|
|
409
459
|
* @generated from field: string reference_id = 10;
|
|
410
460
|
*/
|
|
@@ -508,43 +558,60 @@ class ProductionIndent extends protobuf_1.Message {
|
|
|
508
558
|
constructor(data) {
|
|
509
559
|
super();
|
|
510
560
|
/**
|
|
511
|
-
*
|
|
561
|
+
*
|
|
562
|
+
* @description The organization's globally unique identifier.
|
|
563
|
+
*
|
|
564
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
512
565
|
*
|
|
513
566
|
* @generated from field: string entity_uuid = 1;
|
|
514
567
|
*/
|
|
515
568
|
this.entityUuid = "";
|
|
516
569
|
/**
|
|
517
|
-
*
|
|
570
|
+
*
|
|
571
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
518
572
|
*
|
|
519
573
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
520
574
|
*/
|
|
521
575
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
522
576
|
/**
|
|
523
|
-
*
|
|
577
|
+
*
|
|
578
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
524
579
|
*
|
|
525
580
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
526
581
|
*/
|
|
527
582
|
this.logs = [];
|
|
528
583
|
/**
|
|
529
|
-
*
|
|
584
|
+
*
|
|
585
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
586
|
+
*
|
|
587
|
+
* @example 1698400000
|
|
530
588
|
*
|
|
531
589
|
* @generated from field: uint64 completed_on = 6;
|
|
532
590
|
*/
|
|
533
591
|
this.completedOn = protobuf_1.protoInt64.zero;
|
|
534
592
|
/**
|
|
535
|
-
*
|
|
593
|
+
*
|
|
594
|
+
* @description Link to the document storage folder.
|
|
595
|
+
*
|
|
596
|
+
* @example 15234
|
|
536
597
|
*
|
|
537
598
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
538
599
|
*/
|
|
539
600
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
540
601
|
/**
|
|
541
|
-
*
|
|
602
|
+
*
|
|
603
|
+
* @description The user-provided reference ID.
|
|
604
|
+
*
|
|
605
|
+
* @example "ABS-2023-001"
|
|
542
606
|
*
|
|
543
607
|
* @generated from field: string reference_id = 10;
|
|
544
608
|
*/
|
|
545
609
|
this.referenceId = "";
|
|
546
610
|
/**
|
|
547
|
-
*
|
|
611
|
+
*
|
|
612
|
+
* @description The system-generated immutable reference number.
|
|
613
|
+
*
|
|
614
|
+
* @example "ABS-2023-X9Z2"
|
|
548
615
|
*
|
|
549
616
|
* @generated from field: string final_ref_number = 11;
|
|
550
617
|
*/
|
|
@@ -751,13 +818,17 @@ class ProductionIndentItem extends protobuf_1.Message {
|
|
|
751
818
|
constructor(data) {
|
|
752
819
|
super();
|
|
753
820
|
/**
|
|
754
|
-
*
|
|
821
|
+
*
|
|
822
|
+
* @description The organization's globally unique identifier.
|
|
823
|
+
*
|
|
824
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
755
825
|
*
|
|
756
826
|
* @generated from field: string entity_uuid = 1;
|
|
757
827
|
*/
|
|
758
828
|
this.entityUuid = "";
|
|
759
829
|
/**
|
|
760
|
-
*
|
|
830
|
+
*
|
|
831
|
+
* @description The approval state of the record
|
|
761
832
|
*
|
|
762
833
|
* @generated from field: bool need_approval = 4;
|
|
763
834
|
*/
|
|
@@ -982,31 +1053,62 @@ class ProductionIndentsServicePaginationReq extends protobuf_1.Message {
|
|
|
982
1053
|
constructor(data) {
|
|
983
1054
|
super();
|
|
984
1055
|
/**
|
|
985
|
-
*
|
|
1056
|
+
*
|
|
1057
|
+
* @optional
|
|
1058
|
+
*
|
|
1059
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1060
|
+
*
|
|
1061
|
+
* @example ANY
|
|
986
1062
|
*
|
|
987
1063
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
988
1064
|
*/
|
|
989
1065
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
990
1066
|
/**
|
|
991
|
-
*
|
|
1067
|
+
*
|
|
1068
|
+
* @mandatory
|
|
1069
|
+
*
|
|
1070
|
+
* @description Number of records to return per page.
|
|
1071
|
+
*
|
|
1072
|
+
* @example 50
|
|
1073
|
+
*
|
|
1074
|
+
* @regex ^[1-9][0-9]*$
|
|
1075
|
+
*
|
|
1076
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
992
1077
|
*
|
|
993
1078
|
* @generated from field: int64 count = 2;
|
|
994
1079
|
*/
|
|
995
1080
|
this.count = protobuf_1.protoInt64.zero;
|
|
996
1081
|
/**
|
|
997
|
-
*
|
|
1082
|
+
*
|
|
1083
|
+
* @optional
|
|
1084
|
+
*
|
|
1085
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1086
|
+
*
|
|
1087
|
+
* @example 0
|
|
1088
|
+
*
|
|
1089
|
+
* @regex ^[0-9]+$
|
|
1090
|
+
*
|
|
1091
|
+
* @format Non-negative integer.
|
|
998
1092
|
*
|
|
999
1093
|
* @generated from field: uint64 offset = 3;
|
|
1000
1094
|
*/
|
|
1001
1095
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1002
1096
|
/**
|
|
1003
|
-
*
|
|
1097
|
+
*
|
|
1098
|
+
* @optional
|
|
1099
|
+
*
|
|
1100
|
+
* @description Sort direction.
|
|
1101
|
+
*
|
|
1102
|
+
* @example DESCENDING
|
|
1004
1103
|
*
|
|
1005
1104
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1006
1105
|
*/
|
|
1007
1106
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1008
1107
|
/**
|
|
1009
|
-
*
|
|
1108
|
+
*
|
|
1109
|
+
* @optional
|
|
1110
|
+
*
|
|
1111
|
+
* @description The specific field key to sort the results by.
|
|
1010
1112
|
*
|
|
1011
1113
|
* @generated from field: Scailo.PRODUCTION_INDENT_SORT_KEY sort_key = 5;
|
|
1012
1114
|
*/
|
|
@@ -1053,25 +1155,35 @@ class ProductionIndentsServicePaginationResponse extends protobuf_1.Message {
|
|
|
1053
1155
|
constructor(data) {
|
|
1054
1156
|
super();
|
|
1055
1157
|
/**
|
|
1056
|
-
*
|
|
1158
|
+
*
|
|
1159
|
+
* @description Number of records returned in the current response slice.
|
|
1160
|
+
*
|
|
1161
|
+
* @example 50
|
|
1057
1162
|
*
|
|
1058
1163
|
* @generated from field: uint64 count = 1;
|
|
1059
1164
|
*/
|
|
1060
1165
|
this.count = protobuf_1.protoInt64.zero;
|
|
1061
1166
|
/**
|
|
1062
|
-
*
|
|
1167
|
+
*
|
|
1168
|
+
* @description The offset provided in the request.
|
|
1169
|
+
*
|
|
1170
|
+
* @example 0
|
|
1063
1171
|
*
|
|
1064
1172
|
* @generated from field: uint64 offset = 2;
|
|
1065
1173
|
*/
|
|
1066
1174
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1067
1175
|
/**
|
|
1068
|
-
*
|
|
1176
|
+
*
|
|
1177
|
+
* @description The total number of records matching the criteria.
|
|
1178
|
+
*
|
|
1179
|
+
* @example 1250
|
|
1069
1180
|
*
|
|
1070
1181
|
* @generated from field: uint64 total = 3;
|
|
1071
1182
|
*/
|
|
1072
1183
|
this.total = protobuf_1.protoInt64.zero;
|
|
1073
1184
|
/**
|
|
1074
|
-
*
|
|
1185
|
+
*
|
|
1186
|
+
* @description The array of records for the current page.
|
|
1075
1187
|
*
|
|
1076
1188
|
* @generated from field: repeated Scailo.ProductionIndent payload = 4;
|
|
1077
1189
|
*/
|
|
@@ -1110,115 +1222,268 @@ class ProductionIndentsServiceFilterReq extends protobuf_1.Message {
|
|
|
1110
1222
|
constructor(data) {
|
|
1111
1223
|
super();
|
|
1112
1224
|
/**
|
|
1113
|
-
*
|
|
1225
|
+
*
|
|
1226
|
+
* @optional
|
|
1227
|
+
*
|
|
1228
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1229
|
+
*
|
|
1230
|
+
* @example ANY
|
|
1114
1231
|
*
|
|
1115
1232
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1116
1233
|
*/
|
|
1117
1234
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1118
1235
|
/**
|
|
1119
|
-
*
|
|
1236
|
+
*
|
|
1237
|
+
* @mandatory
|
|
1238
|
+
*
|
|
1239
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1240
|
+
*
|
|
1241
|
+
* @example 100
|
|
1242
|
+
*
|
|
1243
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1244
|
+
*
|
|
1245
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1120
1246
|
*
|
|
1121
1247
|
* @generated from field: int64 count = 2;
|
|
1122
1248
|
*/
|
|
1123
1249
|
this.count = protobuf_1.protoInt64.zero;
|
|
1124
1250
|
/**
|
|
1125
|
-
*
|
|
1251
|
+
*
|
|
1252
|
+
* @optional
|
|
1253
|
+
*
|
|
1254
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1255
|
+
*
|
|
1256
|
+
* @example 0
|
|
1257
|
+
*
|
|
1258
|
+
* @regex ^[0-9]+$
|
|
1259
|
+
*
|
|
1260
|
+
* @format Non-negative integer.
|
|
1126
1261
|
*
|
|
1127
1262
|
* @generated from field: uint64 offset = 3;
|
|
1128
1263
|
*/
|
|
1129
1264
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1130
1265
|
/**
|
|
1131
|
-
*
|
|
1266
|
+
*
|
|
1267
|
+
* @optional
|
|
1268
|
+
*
|
|
1269
|
+
* @description Sort direction.
|
|
1270
|
+
*
|
|
1271
|
+
* @example DESCENDING
|
|
1132
1272
|
*
|
|
1133
1273
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1134
1274
|
*/
|
|
1135
1275
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1136
1276
|
/**
|
|
1137
|
-
*
|
|
1277
|
+
*
|
|
1278
|
+
* @optional
|
|
1279
|
+
*
|
|
1280
|
+
* @description The field used for sorting.
|
|
1138
1281
|
*
|
|
1139
1282
|
* @generated from field: Scailo.PRODUCTION_INDENT_SORT_KEY sort_key = 5;
|
|
1140
1283
|
*/
|
|
1141
1284
|
this.sortKey = PRODUCTION_INDENT_SORT_KEY.PRODUCTION_INDENT_SORT_KEY_ID_UNSPECIFIED;
|
|
1142
1285
|
/**
|
|
1143
|
-
*
|
|
1286
|
+
*
|
|
1287
|
+
* @optional
|
|
1288
|
+
*
|
|
1289
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1290
|
+
*
|
|
1291
|
+
* @example 1672531200
|
|
1292
|
+
*
|
|
1293
|
+
* @regex ^[0-9]+$
|
|
1294
|
+
*
|
|
1295
|
+
* @format Non-negative integer.
|
|
1144
1296
|
*
|
|
1145
1297
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1146
1298
|
*/
|
|
1147
1299
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1148
1300
|
/**
|
|
1149
|
-
*
|
|
1301
|
+
*
|
|
1302
|
+
* @optional
|
|
1303
|
+
*
|
|
1304
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1305
|
+
*
|
|
1306
|
+
* @example 1704067199
|
|
1307
|
+
*
|
|
1308
|
+
* @regex ^[0-9]+$
|
|
1309
|
+
*
|
|
1310
|
+
* @format Non-negative integer.
|
|
1150
1311
|
*
|
|
1151
1312
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1152
1313
|
*/
|
|
1153
1314
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1154
1315
|
/**
|
|
1155
|
-
*
|
|
1316
|
+
*
|
|
1317
|
+
* @optional
|
|
1318
|
+
*
|
|
1319
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1320
|
+
*
|
|
1321
|
+
* @example 1672531200
|
|
1322
|
+
*
|
|
1323
|
+
* @regex ^[0-9]+$
|
|
1324
|
+
*
|
|
1325
|
+
* @format Non-negative integer.
|
|
1156
1326
|
*
|
|
1157
1327
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1158
1328
|
*/
|
|
1159
1329
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1160
1330
|
/**
|
|
1161
|
-
*
|
|
1331
|
+
*
|
|
1332
|
+
* @optional
|
|
1333
|
+
*
|
|
1334
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1335
|
+
*
|
|
1336
|
+
* @example 1704067199
|
|
1337
|
+
*
|
|
1338
|
+
* @regex ^[0-9]+$
|
|
1339
|
+
*
|
|
1340
|
+
* @format Non-negative integer.
|
|
1162
1341
|
*
|
|
1163
1342
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1164
1343
|
*/
|
|
1165
1344
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1166
1345
|
/**
|
|
1167
|
-
*
|
|
1346
|
+
*
|
|
1347
|
+
* @optional
|
|
1348
|
+
*
|
|
1349
|
+
* @description Filter by the organization UUID.
|
|
1350
|
+
*
|
|
1351
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1352
|
+
*
|
|
1353
|
+
* @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}$
|
|
1354
|
+
*
|
|
1355
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1168
1356
|
*
|
|
1169
1357
|
* @generated from field: string entity_uuid = 8;
|
|
1170
1358
|
*/
|
|
1171
1359
|
this.entityUuid = "";
|
|
1172
1360
|
/**
|
|
1173
|
-
*
|
|
1361
|
+
*
|
|
1362
|
+
* @optional
|
|
1363
|
+
*
|
|
1364
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1365
|
+
*
|
|
1366
|
+
* @example STANDING
|
|
1174
1367
|
*
|
|
1175
1368
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1176
1369
|
*/
|
|
1177
1370
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1178
1371
|
/**
|
|
1179
|
-
*
|
|
1372
|
+
*
|
|
1373
|
+
* @optional
|
|
1374
|
+
*
|
|
1375
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1376
|
+
*
|
|
1377
|
+
* @example 1672531200
|
|
1378
|
+
*
|
|
1379
|
+
* @regex ^[0-9]+$
|
|
1380
|
+
*
|
|
1381
|
+
* @format Non-negative integer.
|
|
1180
1382
|
*
|
|
1181
1383
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1182
1384
|
*/
|
|
1183
1385
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1184
1386
|
/**
|
|
1185
|
-
*
|
|
1387
|
+
*
|
|
1388
|
+
* @optional
|
|
1389
|
+
*
|
|
1390
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1391
|
+
*
|
|
1392
|
+
* @example 1704067199
|
|
1393
|
+
*
|
|
1394
|
+
* @regex ^[0-9]+$
|
|
1395
|
+
*
|
|
1396
|
+
* @format Non-negative integer.
|
|
1186
1397
|
*
|
|
1187
1398
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1188
1399
|
*/
|
|
1189
1400
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1190
1401
|
/**
|
|
1191
|
-
*
|
|
1402
|
+
*
|
|
1403
|
+
* @optional
|
|
1404
|
+
*
|
|
1405
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1406
|
+
*
|
|
1407
|
+
* @example 501
|
|
1408
|
+
*
|
|
1409
|
+
* @regex ^[0-9]+$
|
|
1410
|
+
*
|
|
1411
|
+
* @format Non-negative integer.
|
|
1192
1412
|
*
|
|
1193
1413
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1194
1414
|
*/
|
|
1195
1415
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1196
1416
|
/**
|
|
1197
|
-
*
|
|
1417
|
+
*
|
|
1418
|
+
* @optional
|
|
1419
|
+
*
|
|
1420
|
+
* @description Filter by the role ID of the approver.
|
|
1421
|
+
*
|
|
1422
|
+
* @example 5
|
|
1423
|
+
*
|
|
1424
|
+
* @regex ^[0-9]+$
|
|
1425
|
+
*
|
|
1426
|
+
* @format Non-negative integer.
|
|
1198
1427
|
*
|
|
1199
1428
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1200
1429
|
*/
|
|
1201
1430
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1202
1431
|
/**
|
|
1203
|
-
*
|
|
1432
|
+
*
|
|
1433
|
+
* @optional
|
|
1434
|
+
*
|
|
1435
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1436
|
+
*
|
|
1437
|
+
* @example 1672531200
|
|
1438
|
+
*
|
|
1439
|
+
* @regex ^[0-9]+$
|
|
1440
|
+
*
|
|
1441
|
+
* @format Non-negative integer.
|
|
1204
1442
|
*
|
|
1205
1443
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1206
1444
|
*/
|
|
1207
1445
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1208
1446
|
/**
|
|
1209
|
-
*
|
|
1447
|
+
*
|
|
1448
|
+
* @optional
|
|
1449
|
+
*
|
|
1450
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1451
|
+
*
|
|
1452
|
+
* @example 1704067199
|
|
1453
|
+
*
|
|
1454
|
+
* @regex ^[0-9]+$
|
|
1455
|
+
*
|
|
1456
|
+
* @format Non-negative integer.
|
|
1210
1457
|
*
|
|
1211
1458
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1212
1459
|
*/
|
|
1213
1460
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1214
1461
|
/**
|
|
1215
|
-
*
|
|
1462
|
+
*
|
|
1463
|
+
* @optional
|
|
1464
|
+
*
|
|
1465
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1466
|
+
*
|
|
1467
|
+
* @example "ABS-2023-001"
|
|
1468
|
+
*
|
|
1469
|
+
* @regex [0-9A-Za-z ]*$
|
|
1470
|
+
*
|
|
1471
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1216
1472
|
*
|
|
1217
1473
|
* @generated from field: string reference_id = 20;
|
|
1218
1474
|
*/
|
|
1219
1475
|
this.referenceId = "";
|
|
1220
1476
|
/**
|
|
1221
|
-
*
|
|
1477
|
+
*
|
|
1478
|
+
* @optional
|
|
1479
|
+
*
|
|
1480
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1481
|
+
*
|
|
1482
|
+
* @example "ABS-2023-X9Z2"
|
|
1483
|
+
*
|
|
1484
|
+
* @regex [0-9A-Za-z ]*$
|
|
1485
|
+
*
|
|
1486
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1222
1487
|
*
|
|
1223
1488
|
* @generated from field: string final_ref_number = 21;
|
|
1224
1489
|
*/
|
|
@@ -1328,91 +1593,218 @@ class ProductionIndentsServiceCountReq extends protobuf_1.Message {
|
|
|
1328
1593
|
constructor(data) {
|
|
1329
1594
|
super();
|
|
1330
1595
|
/**
|
|
1331
|
-
*
|
|
1596
|
+
*
|
|
1597
|
+
* @optional
|
|
1598
|
+
*
|
|
1599
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1600
|
+
*
|
|
1601
|
+
* @example ANY
|
|
1332
1602
|
*
|
|
1333
1603
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1334
1604
|
*/
|
|
1335
1605
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1336
1606
|
/**
|
|
1337
|
-
*
|
|
1607
|
+
*
|
|
1608
|
+
* @optional
|
|
1609
|
+
*
|
|
1610
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1611
|
+
*
|
|
1612
|
+
* @example 1672531200
|
|
1613
|
+
*
|
|
1614
|
+
* @regex ^[0-9]+$
|
|
1615
|
+
*
|
|
1616
|
+
* @format Non-negative integer.
|
|
1338
1617
|
*
|
|
1339
1618
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1340
1619
|
*/
|
|
1341
1620
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1342
1621
|
/**
|
|
1343
|
-
*
|
|
1622
|
+
*
|
|
1623
|
+
* @optional
|
|
1624
|
+
*
|
|
1625
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1626
|
+
*
|
|
1627
|
+
* @example 1704067199
|
|
1628
|
+
*
|
|
1629
|
+
* @regex ^[0-9]+$
|
|
1630
|
+
*
|
|
1631
|
+
* @format Non-negative integer.
|
|
1344
1632
|
*
|
|
1345
1633
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1346
1634
|
*/
|
|
1347
1635
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1348
1636
|
/**
|
|
1349
|
-
*
|
|
1637
|
+
*
|
|
1638
|
+
* @optional
|
|
1639
|
+
*
|
|
1640
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1641
|
+
*
|
|
1642
|
+
* @example 1672531200
|
|
1643
|
+
*
|
|
1644
|
+
* @regex ^[0-9]+$
|
|
1645
|
+
*
|
|
1646
|
+
* @format Non-negative integer.
|
|
1350
1647
|
*
|
|
1351
1648
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1352
1649
|
*/
|
|
1353
1650
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1354
1651
|
/**
|
|
1355
|
-
*
|
|
1652
|
+
*
|
|
1653
|
+
* @optional
|
|
1654
|
+
*
|
|
1655
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1656
|
+
*
|
|
1657
|
+
* @example 1704067199
|
|
1658
|
+
*
|
|
1659
|
+
* @regex ^[0-9]+$
|
|
1660
|
+
*
|
|
1661
|
+
* @format Non-negative integer.
|
|
1356
1662
|
*
|
|
1357
1663
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1358
1664
|
*/
|
|
1359
1665
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1360
1666
|
/**
|
|
1361
|
-
*
|
|
1667
|
+
*
|
|
1668
|
+
* @optional
|
|
1669
|
+
*
|
|
1670
|
+
* @description Filter by the organization UUID.
|
|
1671
|
+
*
|
|
1672
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1673
|
+
*
|
|
1674
|
+
* @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}$
|
|
1675
|
+
*
|
|
1676
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1362
1677
|
*
|
|
1363
1678
|
* @generated from field: string entity_uuid = 8;
|
|
1364
1679
|
*/
|
|
1365
1680
|
this.entityUuid = "";
|
|
1366
1681
|
/**
|
|
1367
|
-
*
|
|
1682
|
+
*
|
|
1683
|
+
* @optional
|
|
1684
|
+
*
|
|
1685
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1686
|
+
*
|
|
1687
|
+
* @example STANDING
|
|
1368
1688
|
*
|
|
1369
1689
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1370
1690
|
*/
|
|
1371
1691
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1372
1692
|
/**
|
|
1373
|
-
*
|
|
1693
|
+
*
|
|
1694
|
+
* @optional
|
|
1695
|
+
*
|
|
1696
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1697
|
+
*
|
|
1698
|
+
* @example 1672531200
|
|
1699
|
+
*
|
|
1700
|
+
* @regex ^[0-9]+$
|
|
1701
|
+
*
|
|
1702
|
+
* @format Non-negative integer.
|
|
1374
1703
|
*
|
|
1375
1704
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1376
1705
|
*/
|
|
1377
1706
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1378
1707
|
/**
|
|
1379
|
-
*
|
|
1708
|
+
*
|
|
1709
|
+
* @optional
|
|
1710
|
+
*
|
|
1711
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1712
|
+
*
|
|
1713
|
+
* @example 1704067199
|
|
1714
|
+
*
|
|
1715
|
+
* @regex ^[0-9]+$
|
|
1716
|
+
*
|
|
1717
|
+
* @format Non-negative integer.
|
|
1380
1718
|
*
|
|
1381
1719
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1382
1720
|
*/
|
|
1383
1721
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1384
1722
|
/**
|
|
1385
|
-
*
|
|
1723
|
+
*
|
|
1724
|
+
* @optional
|
|
1725
|
+
*
|
|
1726
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1727
|
+
*
|
|
1728
|
+
* @example 501
|
|
1729
|
+
*
|
|
1730
|
+
* @regex ^[0-9]+$
|
|
1731
|
+
*
|
|
1732
|
+
* @format Non-negative integer.
|
|
1386
1733
|
*
|
|
1387
1734
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1388
1735
|
*/
|
|
1389
1736
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1390
1737
|
/**
|
|
1391
|
-
*
|
|
1738
|
+
*
|
|
1739
|
+
* @optional
|
|
1740
|
+
*
|
|
1741
|
+
* @description Filter by the role ID of the approver.
|
|
1742
|
+
*
|
|
1743
|
+
* @example 5
|
|
1744
|
+
*
|
|
1745
|
+
* @regex ^[0-9]+$
|
|
1746
|
+
*
|
|
1747
|
+
* @format Non-negative integer.
|
|
1392
1748
|
*
|
|
1393
1749
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1394
1750
|
*/
|
|
1395
1751
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1396
1752
|
/**
|
|
1397
|
-
*
|
|
1753
|
+
*
|
|
1754
|
+
* @optional
|
|
1755
|
+
*
|
|
1756
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1757
|
+
*
|
|
1758
|
+
* @example 1672531200
|
|
1759
|
+
*
|
|
1760
|
+
* @regex ^[0-9]+$
|
|
1761
|
+
*
|
|
1762
|
+
* @format Non-negative integer.
|
|
1398
1763
|
*
|
|
1399
1764
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1400
1765
|
*/
|
|
1401
1766
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1402
1767
|
/**
|
|
1403
|
-
*
|
|
1768
|
+
*
|
|
1769
|
+
* @optional
|
|
1770
|
+
*
|
|
1771
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1772
|
+
*
|
|
1773
|
+
* @example 1704067199
|
|
1774
|
+
*
|
|
1775
|
+
* @regex ^[0-9]+$
|
|
1776
|
+
*
|
|
1777
|
+
* @format Non-negative integer.
|
|
1404
1778
|
*
|
|
1405
1779
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1406
1780
|
*/
|
|
1407
1781
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1408
1782
|
/**
|
|
1409
|
-
*
|
|
1783
|
+
*
|
|
1784
|
+
* @optional
|
|
1785
|
+
*
|
|
1786
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1787
|
+
*
|
|
1788
|
+
* @example "ABS-2023-001"
|
|
1789
|
+
*
|
|
1790
|
+
* @regex [0-9A-Za-z ]*$
|
|
1791
|
+
*
|
|
1792
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1410
1793
|
*
|
|
1411
1794
|
* @generated from field: string reference_id = 20;
|
|
1412
1795
|
*/
|
|
1413
1796
|
this.referenceId = "";
|
|
1414
1797
|
/**
|
|
1415
|
-
*
|
|
1798
|
+
*
|
|
1799
|
+
* @optional
|
|
1800
|
+
*
|
|
1801
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1802
|
+
*
|
|
1803
|
+
* @example "ABS-2023-X9Z2"
|
|
1804
|
+
*
|
|
1805
|
+
* @regex [0-9A-Za-z ]*$
|
|
1806
|
+
*
|
|
1807
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1416
1808
|
*
|
|
1417
1809
|
* @generated from field: string final_ref_number = 21;
|
|
1418
1810
|
*/
|
|
@@ -1518,49 +1910,103 @@ class ProductionIndentsServiceSearchAllReq extends protobuf_1.Message {
|
|
|
1518
1910
|
constructor(data) {
|
|
1519
1911
|
super();
|
|
1520
1912
|
/**
|
|
1521
|
-
*
|
|
1913
|
+
*
|
|
1914
|
+
* @optional
|
|
1915
|
+
*
|
|
1916
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1917
|
+
*
|
|
1918
|
+
* @example ANY
|
|
1522
1919
|
*
|
|
1523
1920
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1524
1921
|
*/
|
|
1525
1922
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1526
1923
|
/**
|
|
1527
|
-
*
|
|
1924
|
+
*
|
|
1925
|
+
* @mandatory
|
|
1926
|
+
*
|
|
1927
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1928
|
+
*
|
|
1929
|
+
* @example 100
|
|
1930
|
+
*
|
|
1931
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1932
|
+
*
|
|
1933
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1528
1934
|
*
|
|
1529
1935
|
* @generated from field: int64 count = 2;
|
|
1530
1936
|
*/
|
|
1531
1937
|
this.count = protobuf_1.protoInt64.zero;
|
|
1532
1938
|
/**
|
|
1533
|
-
*
|
|
1939
|
+
*
|
|
1940
|
+
* @optional
|
|
1941
|
+
*
|
|
1942
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1943
|
+
*
|
|
1944
|
+
* @example 0
|
|
1945
|
+
*
|
|
1946
|
+
* @regex ^[0-9]+$
|
|
1947
|
+
*
|
|
1948
|
+
* @format Non-negative integer.
|
|
1534
1949
|
*
|
|
1535
1950
|
* @generated from field: uint64 offset = 3;
|
|
1536
1951
|
*/
|
|
1537
1952
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1538
1953
|
/**
|
|
1539
|
-
*
|
|
1954
|
+
*
|
|
1955
|
+
* @optional
|
|
1956
|
+
*
|
|
1957
|
+
* @description Sort direction.
|
|
1958
|
+
*
|
|
1959
|
+
* @example DESCENDING
|
|
1540
1960
|
*
|
|
1541
1961
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1542
1962
|
*/
|
|
1543
1963
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1544
1964
|
/**
|
|
1545
|
-
*
|
|
1965
|
+
*
|
|
1966
|
+
* @optional
|
|
1967
|
+
*
|
|
1968
|
+
* @description The field used for sorting.
|
|
1546
1969
|
*
|
|
1547
1970
|
* @generated from field: Scailo.PRODUCTION_INDENT_SORT_KEY sort_key = 5;
|
|
1548
1971
|
*/
|
|
1549
1972
|
this.sortKey = PRODUCTION_INDENT_SORT_KEY.PRODUCTION_INDENT_SORT_KEY_ID_UNSPECIFIED;
|
|
1550
1973
|
/**
|
|
1551
|
-
*
|
|
1974
|
+
*
|
|
1975
|
+
* @optional
|
|
1976
|
+
*
|
|
1977
|
+
* @description Filter by the organization UUID.
|
|
1978
|
+
*
|
|
1979
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1980
|
+
*
|
|
1981
|
+
* @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}$
|
|
1982
|
+
*
|
|
1983
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1552
1984
|
*
|
|
1553
1985
|
* @generated from field: string entity_uuid = 6;
|
|
1554
1986
|
*/
|
|
1555
1987
|
this.entityUuid = "";
|
|
1556
1988
|
/**
|
|
1557
|
-
*
|
|
1989
|
+
*
|
|
1990
|
+
* @optional
|
|
1991
|
+
*
|
|
1992
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1993
|
+
*
|
|
1994
|
+
* @example STANDING
|
|
1558
1995
|
*
|
|
1559
1996
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1560
1997
|
*/
|
|
1561
1998
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1562
1999
|
/**
|
|
1563
|
-
*
|
|
2000
|
+
*
|
|
2001
|
+
* @mandatory
|
|
2002
|
+
*
|
|
2003
|
+
* @description The search string to match against reference IDs.
|
|
2004
|
+
*
|
|
2005
|
+
* @example "Medical 2023"
|
|
2006
|
+
*
|
|
2007
|
+
* @regex .*
|
|
2008
|
+
*
|
|
2009
|
+
* @format: May contain any UTF-8 characters.
|
|
1564
2010
|
*
|
|
1565
2011
|
* @generated from field: string search_key = 11;
|
|
1566
2012
|
*/
|
|
@@ -1645,37 +2091,77 @@ class ProductionIndentItemsSearchRequest extends protobuf_1.Message {
|
|
|
1645
2091
|
constructor(data) {
|
|
1646
2092
|
super();
|
|
1647
2093
|
/**
|
|
1648
|
-
*
|
|
2094
|
+
*
|
|
2095
|
+
* @optional
|
|
2096
|
+
*
|
|
2097
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2098
|
+
*
|
|
2099
|
+
* @example ANY
|
|
1649
2100
|
*
|
|
1650
2101
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1651
2102
|
*/
|
|
1652
2103
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1653
2104
|
/**
|
|
1654
|
-
*
|
|
2105
|
+
*
|
|
2106
|
+
* @mandatory
|
|
2107
|
+
*
|
|
2108
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2109
|
+
*
|
|
2110
|
+
* @example 100
|
|
2111
|
+
*
|
|
2112
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2113
|
+
*
|
|
2114
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1655
2115
|
*
|
|
1656
2116
|
* @generated from field: int64 count = 2;
|
|
1657
2117
|
*/
|
|
1658
2118
|
this.count = protobuf_1.protoInt64.zero;
|
|
1659
2119
|
/**
|
|
1660
|
-
*
|
|
2120
|
+
*
|
|
2121
|
+
* @optional
|
|
2122
|
+
*
|
|
2123
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2124
|
+
*
|
|
2125
|
+
* @example 0
|
|
2126
|
+
*
|
|
2127
|
+
* @regex ^[0-9]+$
|
|
2128
|
+
*
|
|
2129
|
+
* @format Non-negative integer.
|
|
1661
2130
|
*
|
|
1662
2131
|
* @generated from field: uint64 offset = 3;
|
|
1663
2132
|
*/
|
|
1664
2133
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1665
2134
|
/**
|
|
1666
|
-
*
|
|
2135
|
+
*
|
|
2136
|
+
* @optional
|
|
2137
|
+
*
|
|
2138
|
+
* @description Sort direction.
|
|
2139
|
+
*
|
|
2140
|
+
* @example DESCENDING
|
|
1667
2141
|
*
|
|
1668
2142
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1669
2143
|
*/
|
|
1670
2144
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1671
2145
|
/**
|
|
1672
|
-
*
|
|
2146
|
+
*
|
|
2147
|
+
* @optional
|
|
2148
|
+
*
|
|
2149
|
+
* @description The field used for sorting.
|
|
1673
2150
|
*
|
|
1674
2151
|
* @generated from field: Scailo.PRODUCTION_INDENT_ITEM_SORT_KEY sort_key = 5;
|
|
1675
2152
|
*/
|
|
1676
2153
|
this.sortKey = PRODUCTION_INDENT_ITEM_SORT_KEY.PRODUCTION_INDENT_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1677
2154
|
/**
|
|
1678
|
-
*
|
|
2155
|
+
*
|
|
2156
|
+
* @optional
|
|
2157
|
+
*
|
|
2158
|
+
* @description Filter by the organization UUID.
|
|
2159
|
+
*
|
|
2160
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2161
|
+
*
|
|
2162
|
+
* @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}$
|
|
2163
|
+
*
|
|
2164
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1679
2165
|
*
|
|
1680
2166
|
* @generated from field: string entity_uuid = 6;
|
|
1681
2167
|
*/
|
|
@@ -1772,25 +2258,35 @@ class ProductionIndentsServicePaginatedItemsResponse extends protobuf_1.Message
|
|
|
1772
2258
|
constructor(data) {
|
|
1773
2259
|
super();
|
|
1774
2260
|
/**
|
|
1775
|
-
*
|
|
2261
|
+
*
|
|
2262
|
+
* @description Number of records returned in the current response slice.
|
|
2263
|
+
*
|
|
2264
|
+
* @example 50
|
|
1776
2265
|
*
|
|
1777
2266
|
* @generated from field: uint64 count = 1;
|
|
1778
2267
|
*/
|
|
1779
2268
|
this.count = protobuf_1.protoInt64.zero;
|
|
1780
2269
|
/**
|
|
1781
|
-
*
|
|
2270
|
+
*
|
|
2271
|
+
* @description The offset provided in the request.
|
|
2272
|
+
*
|
|
2273
|
+
* @example 0
|
|
1782
2274
|
*
|
|
1783
2275
|
* @generated from field: uint64 offset = 2;
|
|
1784
2276
|
*/
|
|
1785
2277
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1786
2278
|
/**
|
|
1787
|
-
*
|
|
2279
|
+
*
|
|
2280
|
+
* @description The total number of records matching the criteria.
|
|
2281
|
+
*
|
|
2282
|
+
* @example 1250
|
|
1788
2283
|
*
|
|
1789
2284
|
* @generated from field: uint64 total = 3;
|
|
1790
2285
|
*/
|
|
1791
2286
|
this.total = protobuf_1.protoInt64.zero;
|
|
1792
2287
|
/**
|
|
1793
|
-
*
|
|
2288
|
+
*
|
|
2289
|
+
* @description The array of records for the current page.
|
|
1794
2290
|
*
|
|
1795
2291
|
* @generated from field: repeated Scailo.ProductionIndentItem payload = 4;
|
|
1796
2292
|
*/
|