@kernelminds/scailo-sdk 0.1.28 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +41 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +226 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +88 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +87 -22
- package/lib/cjs/src/users.scailo_pb.js +447 -81
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +41 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +226 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +88 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +87 -22
- package/lib/esm/src/users.scailo_pb.js +451 -83
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -201,7 +201,16 @@ class ReplaceableIndentsServiceCreateRequest extends protobuf_1.Message {
|
|
|
201
201
|
constructor(data) {
|
|
202
202
|
super();
|
|
203
203
|
/**
|
|
204
|
-
*
|
|
204
|
+
*
|
|
205
|
+
* @optional
|
|
206
|
+
*
|
|
207
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
208
|
+
*
|
|
209
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
210
|
+
*
|
|
211
|
+
* @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}$
|
|
212
|
+
*
|
|
213
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
205
214
|
*
|
|
206
215
|
* @generated from field: string entity_uuid = 1;
|
|
207
216
|
*/
|
|
@@ -213,13 +222,31 @@ class ReplaceableIndentsServiceCreateRequest extends protobuf_1.Message {
|
|
|
213
222
|
*/
|
|
214
223
|
this.userComment = "";
|
|
215
224
|
/**
|
|
216
|
-
*
|
|
225
|
+
*
|
|
226
|
+
* @optional
|
|
227
|
+
*
|
|
228
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
229
|
+
*
|
|
230
|
+
* @example 15234
|
|
231
|
+
*
|
|
232
|
+
* @regex ^[0-9]+$
|
|
233
|
+
*
|
|
234
|
+
* @format Non-negative integer.
|
|
217
235
|
*
|
|
218
236
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
219
237
|
*/
|
|
220
238
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
221
239
|
/**
|
|
222
|
-
*
|
|
240
|
+
*
|
|
241
|
+
* @mandatory
|
|
242
|
+
*
|
|
243
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
244
|
+
*
|
|
245
|
+
* @example "ABS-2023-001"
|
|
246
|
+
*
|
|
247
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
248
|
+
*
|
|
249
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
223
250
|
*
|
|
224
251
|
* @generated from field: string reference_id = 10;
|
|
225
252
|
*/
|
|
@@ -312,19 +339,42 @@ class ReplaceableIndentsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
312
339
|
*/
|
|
313
340
|
this.id = protobuf_1.protoInt64.zero;
|
|
314
341
|
/**
|
|
315
|
-
*
|
|
342
|
+
*
|
|
343
|
+
* @optional
|
|
344
|
+
*
|
|
345
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
346
|
+
*
|
|
347
|
+
* @example true
|
|
316
348
|
*
|
|
317
349
|
* @generated from field: bool notify_users = 3;
|
|
318
350
|
*/
|
|
319
351
|
this.notifyUsers = false;
|
|
320
352
|
/**
|
|
321
|
-
*
|
|
353
|
+
*
|
|
354
|
+
* @optional
|
|
355
|
+
*
|
|
356
|
+
* @description Updated vault folder ID for documentation storage.
|
|
357
|
+
*
|
|
358
|
+
* @example 15235
|
|
359
|
+
*
|
|
360
|
+
* @regex ^[0-9]+$
|
|
361
|
+
*
|
|
362
|
+
* @format Non-negative integer.
|
|
322
363
|
*
|
|
323
364
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
324
365
|
*/
|
|
325
366
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
326
367
|
/**
|
|
327
|
-
*
|
|
368
|
+
*
|
|
369
|
+
* @mandatory
|
|
370
|
+
*
|
|
371
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
372
|
+
*
|
|
373
|
+
* @example "ABS-2023-001-REV"
|
|
374
|
+
*
|
|
375
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
376
|
+
*
|
|
377
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
328
378
|
*
|
|
329
379
|
* @generated from field: string reference_id = 10;
|
|
330
380
|
*/
|
|
@@ -435,43 +485,60 @@ class ReplaceableIndent extends protobuf_1.Message {
|
|
|
435
485
|
constructor(data) {
|
|
436
486
|
super();
|
|
437
487
|
/**
|
|
438
|
-
*
|
|
488
|
+
*
|
|
489
|
+
* @description The organization's globally unique identifier.
|
|
490
|
+
*
|
|
491
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
439
492
|
*
|
|
440
493
|
* @generated from field: string entity_uuid = 1;
|
|
441
494
|
*/
|
|
442
495
|
this.entityUuid = "";
|
|
443
496
|
/**
|
|
444
|
-
*
|
|
497
|
+
*
|
|
498
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
445
499
|
*
|
|
446
500
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
447
501
|
*/
|
|
448
502
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
449
503
|
/**
|
|
450
|
-
*
|
|
504
|
+
*
|
|
505
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
451
506
|
*
|
|
452
507
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
453
508
|
*/
|
|
454
509
|
this.logs = [];
|
|
455
510
|
/**
|
|
456
|
-
*
|
|
511
|
+
*
|
|
512
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
513
|
+
*
|
|
514
|
+
* @example 1698400000
|
|
457
515
|
*
|
|
458
516
|
* @generated from field: uint64 completed_on = 6;
|
|
459
517
|
*/
|
|
460
518
|
this.completedOn = protobuf_1.protoInt64.zero;
|
|
461
519
|
/**
|
|
462
|
-
*
|
|
520
|
+
*
|
|
521
|
+
* @description Link to the document storage folder.
|
|
522
|
+
*
|
|
523
|
+
* @example 15234
|
|
463
524
|
*
|
|
464
525
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
465
526
|
*/
|
|
466
527
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
467
528
|
/**
|
|
468
|
-
*
|
|
529
|
+
*
|
|
530
|
+
* @description The user-provided reference ID.
|
|
531
|
+
*
|
|
532
|
+
* @example "ABS-2023-001"
|
|
469
533
|
*
|
|
470
534
|
* @generated from field: string reference_id = 10;
|
|
471
535
|
*/
|
|
472
536
|
this.referenceId = "";
|
|
473
537
|
/**
|
|
474
|
-
*
|
|
538
|
+
*
|
|
539
|
+
* @description The system-generated immutable reference number.
|
|
540
|
+
*
|
|
541
|
+
* @example "ABS-2023-X9Z2"
|
|
475
542
|
*
|
|
476
543
|
* @generated from field: string final_ref_number = 11;
|
|
477
544
|
*/
|
|
@@ -671,13 +738,17 @@ class ReplaceableIndentItem extends protobuf_1.Message {
|
|
|
671
738
|
constructor(data) {
|
|
672
739
|
super();
|
|
673
740
|
/**
|
|
674
|
-
*
|
|
741
|
+
*
|
|
742
|
+
* @description The organization's globally unique identifier.
|
|
743
|
+
*
|
|
744
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
675
745
|
*
|
|
676
746
|
* @generated from field: string entity_uuid = 1;
|
|
677
747
|
*/
|
|
678
748
|
this.entityUuid = "";
|
|
679
749
|
/**
|
|
680
|
-
*
|
|
750
|
+
*
|
|
751
|
+
* @description The approval state of the record
|
|
681
752
|
*
|
|
682
753
|
* @generated from field: bool need_approval = 4;
|
|
683
754
|
*/
|
|
@@ -902,31 +973,62 @@ class ReplaceableIndentsServicePaginationReq extends protobuf_1.Message {
|
|
|
902
973
|
constructor(data) {
|
|
903
974
|
super();
|
|
904
975
|
/**
|
|
905
|
-
*
|
|
976
|
+
*
|
|
977
|
+
* @optional
|
|
978
|
+
*
|
|
979
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
980
|
+
*
|
|
981
|
+
* @example ANY
|
|
906
982
|
*
|
|
907
983
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
908
984
|
*/
|
|
909
985
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
910
986
|
/**
|
|
911
|
-
*
|
|
987
|
+
*
|
|
988
|
+
* @mandatory
|
|
989
|
+
*
|
|
990
|
+
* @description Number of records to return per page.
|
|
991
|
+
*
|
|
992
|
+
* @example 50
|
|
993
|
+
*
|
|
994
|
+
* @regex ^[1-9][0-9]*$
|
|
995
|
+
*
|
|
996
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
912
997
|
*
|
|
913
998
|
* @generated from field: int64 count = 2;
|
|
914
999
|
*/
|
|
915
1000
|
this.count = protobuf_1.protoInt64.zero;
|
|
916
1001
|
/**
|
|
917
|
-
*
|
|
1002
|
+
*
|
|
1003
|
+
* @optional
|
|
1004
|
+
*
|
|
1005
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1006
|
+
*
|
|
1007
|
+
* @example 0
|
|
1008
|
+
*
|
|
1009
|
+
* @regex ^[0-9]+$
|
|
1010
|
+
*
|
|
1011
|
+
* @format Non-negative integer.
|
|
918
1012
|
*
|
|
919
1013
|
* @generated from field: uint64 offset = 3;
|
|
920
1014
|
*/
|
|
921
1015
|
this.offset = protobuf_1.protoInt64.zero;
|
|
922
1016
|
/**
|
|
923
|
-
*
|
|
1017
|
+
*
|
|
1018
|
+
* @optional
|
|
1019
|
+
*
|
|
1020
|
+
* @description Sort direction.
|
|
1021
|
+
*
|
|
1022
|
+
* @example DESCENDING
|
|
924
1023
|
*
|
|
925
1024
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
926
1025
|
*/
|
|
927
1026
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
928
1027
|
/**
|
|
929
|
-
*
|
|
1028
|
+
*
|
|
1029
|
+
* @optional
|
|
1030
|
+
*
|
|
1031
|
+
* @description The specific field key to sort the results by.
|
|
930
1032
|
*
|
|
931
1033
|
* @generated from field: Scailo.REPLACEABLE_INDENT_SORT_KEY sort_key = 5;
|
|
932
1034
|
*/
|
|
@@ -973,25 +1075,35 @@ class ReplaceableIndentsServicePaginationResponse extends protobuf_1.Message {
|
|
|
973
1075
|
constructor(data) {
|
|
974
1076
|
super();
|
|
975
1077
|
/**
|
|
976
|
-
*
|
|
1078
|
+
*
|
|
1079
|
+
* @description Number of records returned in the current response slice.
|
|
1080
|
+
*
|
|
1081
|
+
* @example 50
|
|
977
1082
|
*
|
|
978
1083
|
* @generated from field: uint64 count = 1;
|
|
979
1084
|
*/
|
|
980
1085
|
this.count = protobuf_1.protoInt64.zero;
|
|
981
1086
|
/**
|
|
982
|
-
*
|
|
1087
|
+
*
|
|
1088
|
+
* @description The offset provided in the request.
|
|
1089
|
+
*
|
|
1090
|
+
* @example 0
|
|
983
1091
|
*
|
|
984
1092
|
* @generated from field: uint64 offset = 2;
|
|
985
1093
|
*/
|
|
986
1094
|
this.offset = protobuf_1.protoInt64.zero;
|
|
987
1095
|
/**
|
|
988
|
-
*
|
|
1096
|
+
*
|
|
1097
|
+
* @description The total number of records matching the criteria.
|
|
1098
|
+
*
|
|
1099
|
+
* @example 1250
|
|
989
1100
|
*
|
|
990
1101
|
* @generated from field: uint64 total = 3;
|
|
991
1102
|
*/
|
|
992
1103
|
this.total = protobuf_1.protoInt64.zero;
|
|
993
1104
|
/**
|
|
994
|
-
*
|
|
1105
|
+
*
|
|
1106
|
+
* @description The array of records for the current page.
|
|
995
1107
|
*
|
|
996
1108
|
* @generated from field: repeated Scailo.ReplaceableIndent payload = 4;
|
|
997
1109
|
*/
|
|
@@ -1030,115 +1142,268 @@ class ReplaceableIndentsServiceFilterReq extends protobuf_1.Message {
|
|
|
1030
1142
|
constructor(data) {
|
|
1031
1143
|
super();
|
|
1032
1144
|
/**
|
|
1033
|
-
*
|
|
1145
|
+
*
|
|
1146
|
+
* @optional
|
|
1147
|
+
*
|
|
1148
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1149
|
+
*
|
|
1150
|
+
* @example ANY
|
|
1034
1151
|
*
|
|
1035
1152
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1036
1153
|
*/
|
|
1037
1154
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1038
1155
|
/**
|
|
1039
|
-
*
|
|
1156
|
+
*
|
|
1157
|
+
* @mandatory
|
|
1158
|
+
*
|
|
1159
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1160
|
+
*
|
|
1161
|
+
* @example 100
|
|
1162
|
+
*
|
|
1163
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1164
|
+
*
|
|
1165
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1040
1166
|
*
|
|
1041
1167
|
* @generated from field: int64 count = 2;
|
|
1042
1168
|
*/
|
|
1043
1169
|
this.count = protobuf_1.protoInt64.zero;
|
|
1044
1170
|
/**
|
|
1045
|
-
*
|
|
1171
|
+
*
|
|
1172
|
+
* @optional
|
|
1173
|
+
*
|
|
1174
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1175
|
+
*
|
|
1176
|
+
* @example 0
|
|
1177
|
+
*
|
|
1178
|
+
* @regex ^[0-9]+$
|
|
1179
|
+
*
|
|
1180
|
+
* @format Non-negative integer.
|
|
1046
1181
|
*
|
|
1047
1182
|
* @generated from field: uint64 offset = 3;
|
|
1048
1183
|
*/
|
|
1049
1184
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1050
1185
|
/**
|
|
1051
|
-
*
|
|
1186
|
+
*
|
|
1187
|
+
* @optional
|
|
1188
|
+
*
|
|
1189
|
+
* @description Sort direction.
|
|
1190
|
+
*
|
|
1191
|
+
* @example DESCENDING
|
|
1052
1192
|
*
|
|
1053
1193
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1054
1194
|
*/
|
|
1055
1195
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1056
1196
|
/**
|
|
1057
|
-
*
|
|
1197
|
+
*
|
|
1198
|
+
* @optional
|
|
1199
|
+
*
|
|
1200
|
+
* @description The field used for sorting.
|
|
1058
1201
|
*
|
|
1059
1202
|
* @generated from field: Scailo.REPLACEABLE_INDENT_SORT_KEY sort_key = 5;
|
|
1060
1203
|
*/
|
|
1061
1204
|
this.sortKey = REPLACEABLE_INDENT_SORT_KEY.REPLACEABLE_INDENT_SORT_KEY_ID_UNSPECIFIED;
|
|
1062
1205
|
/**
|
|
1063
|
-
*
|
|
1206
|
+
*
|
|
1207
|
+
* @optional
|
|
1208
|
+
*
|
|
1209
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1210
|
+
*
|
|
1211
|
+
* @example 1672531200
|
|
1212
|
+
*
|
|
1213
|
+
* @regex ^[0-9]+$
|
|
1214
|
+
*
|
|
1215
|
+
* @format Non-negative integer.
|
|
1064
1216
|
*
|
|
1065
1217
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1066
1218
|
*/
|
|
1067
1219
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1068
1220
|
/**
|
|
1069
|
-
*
|
|
1221
|
+
*
|
|
1222
|
+
* @optional
|
|
1223
|
+
*
|
|
1224
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1225
|
+
*
|
|
1226
|
+
* @example 1704067199
|
|
1227
|
+
*
|
|
1228
|
+
* @regex ^[0-9]+$
|
|
1229
|
+
*
|
|
1230
|
+
* @format Non-negative integer.
|
|
1070
1231
|
*
|
|
1071
1232
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1072
1233
|
*/
|
|
1073
1234
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1074
1235
|
/**
|
|
1075
|
-
*
|
|
1236
|
+
*
|
|
1237
|
+
* @optional
|
|
1238
|
+
*
|
|
1239
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1240
|
+
*
|
|
1241
|
+
* @example 1672531200
|
|
1242
|
+
*
|
|
1243
|
+
* @regex ^[0-9]+$
|
|
1244
|
+
*
|
|
1245
|
+
* @format Non-negative integer.
|
|
1076
1246
|
*
|
|
1077
1247
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1078
1248
|
*/
|
|
1079
1249
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1080
1250
|
/**
|
|
1081
|
-
*
|
|
1251
|
+
*
|
|
1252
|
+
* @optional
|
|
1253
|
+
*
|
|
1254
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1255
|
+
*
|
|
1256
|
+
* @example 1704067199
|
|
1257
|
+
*
|
|
1258
|
+
* @regex ^[0-9]+$
|
|
1259
|
+
*
|
|
1260
|
+
* @format Non-negative integer.
|
|
1082
1261
|
*
|
|
1083
1262
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1084
1263
|
*/
|
|
1085
1264
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1086
1265
|
/**
|
|
1087
|
-
*
|
|
1266
|
+
*
|
|
1267
|
+
* @optional
|
|
1268
|
+
*
|
|
1269
|
+
* @description Filter by the organization UUID.
|
|
1270
|
+
*
|
|
1271
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1272
|
+
*
|
|
1273
|
+
* @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}$
|
|
1274
|
+
*
|
|
1275
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1088
1276
|
*
|
|
1089
1277
|
* @generated from field: string entity_uuid = 8;
|
|
1090
1278
|
*/
|
|
1091
1279
|
this.entityUuid = "";
|
|
1092
1280
|
/**
|
|
1093
|
-
*
|
|
1281
|
+
*
|
|
1282
|
+
* @optional
|
|
1283
|
+
*
|
|
1284
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1285
|
+
*
|
|
1286
|
+
* @example STANDING
|
|
1094
1287
|
*
|
|
1095
1288
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1096
1289
|
*/
|
|
1097
1290
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1098
1291
|
/**
|
|
1099
|
-
*
|
|
1292
|
+
*
|
|
1293
|
+
* @optional
|
|
1294
|
+
*
|
|
1295
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1296
|
+
*
|
|
1297
|
+
* @example 1672531200
|
|
1298
|
+
*
|
|
1299
|
+
* @regex ^[0-9]+$
|
|
1300
|
+
*
|
|
1301
|
+
* @format Non-negative integer.
|
|
1100
1302
|
*
|
|
1101
1303
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1102
1304
|
*/
|
|
1103
1305
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1104
1306
|
/**
|
|
1105
|
-
*
|
|
1307
|
+
*
|
|
1308
|
+
* @optional
|
|
1309
|
+
*
|
|
1310
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1311
|
+
*
|
|
1312
|
+
* @example 1704067199
|
|
1313
|
+
*
|
|
1314
|
+
* @regex ^[0-9]+$
|
|
1315
|
+
*
|
|
1316
|
+
* @format Non-negative integer.
|
|
1106
1317
|
*
|
|
1107
1318
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1108
1319
|
*/
|
|
1109
1320
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1110
1321
|
/**
|
|
1111
|
-
*
|
|
1322
|
+
*
|
|
1323
|
+
* @optional
|
|
1324
|
+
*
|
|
1325
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1326
|
+
*
|
|
1327
|
+
* @example 501
|
|
1328
|
+
*
|
|
1329
|
+
* @regex ^[0-9]+$
|
|
1330
|
+
*
|
|
1331
|
+
* @format Non-negative integer.
|
|
1112
1332
|
*
|
|
1113
1333
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1114
1334
|
*/
|
|
1115
1335
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1116
1336
|
/**
|
|
1117
|
-
*
|
|
1337
|
+
*
|
|
1338
|
+
* @optional
|
|
1339
|
+
*
|
|
1340
|
+
* @description Filter by the role ID of the approver.
|
|
1341
|
+
*
|
|
1342
|
+
* @example 5
|
|
1343
|
+
*
|
|
1344
|
+
* @regex ^[0-9]+$
|
|
1345
|
+
*
|
|
1346
|
+
* @format Non-negative integer.
|
|
1118
1347
|
*
|
|
1119
1348
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1120
1349
|
*/
|
|
1121
1350
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1122
1351
|
/**
|
|
1123
|
-
*
|
|
1352
|
+
*
|
|
1353
|
+
* @optional
|
|
1354
|
+
*
|
|
1355
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1356
|
+
*
|
|
1357
|
+
* @example 1672531200
|
|
1358
|
+
*
|
|
1359
|
+
* @regex ^[0-9]+$
|
|
1360
|
+
*
|
|
1361
|
+
* @format Non-negative integer.
|
|
1124
1362
|
*
|
|
1125
1363
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1126
1364
|
*/
|
|
1127
1365
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1128
1366
|
/**
|
|
1129
|
-
*
|
|
1367
|
+
*
|
|
1368
|
+
* @optional
|
|
1369
|
+
*
|
|
1370
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1371
|
+
*
|
|
1372
|
+
* @example 1704067199
|
|
1373
|
+
*
|
|
1374
|
+
* @regex ^[0-9]+$
|
|
1375
|
+
*
|
|
1376
|
+
* @format Non-negative integer.
|
|
1130
1377
|
*
|
|
1131
1378
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1132
1379
|
*/
|
|
1133
1380
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1134
1381
|
/**
|
|
1135
|
-
*
|
|
1382
|
+
*
|
|
1383
|
+
* @optional
|
|
1384
|
+
*
|
|
1385
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1386
|
+
*
|
|
1387
|
+
* @example "ABS-2023-001"
|
|
1388
|
+
*
|
|
1389
|
+
* @regex [0-9A-Za-z ]*$
|
|
1390
|
+
*
|
|
1391
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1136
1392
|
*
|
|
1137
1393
|
* @generated from field: string reference_id = 20;
|
|
1138
1394
|
*/
|
|
1139
1395
|
this.referenceId = "";
|
|
1140
1396
|
/**
|
|
1141
|
-
*
|
|
1397
|
+
*
|
|
1398
|
+
* @optional
|
|
1399
|
+
*
|
|
1400
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1401
|
+
*
|
|
1402
|
+
* @example "ABS-2023-X9Z2"
|
|
1403
|
+
*
|
|
1404
|
+
* @regex [0-9A-Za-z ]*$
|
|
1405
|
+
*
|
|
1406
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1142
1407
|
*
|
|
1143
1408
|
* @generated from field: string final_ref_number = 21;
|
|
1144
1409
|
*/
|
|
@@ -1234,91 +1499,218 @@ class ReplaceableIndentsServiceCountReq extends protobuf_1.Message {
|
|
|
1234
1499
|
constructor(data) {
|
|
1235
1500
|
super();
|
|
1236
1501
|
/**
|
|
1237
|
-
*
|
|
1502
|
+
*
|
|
1503
|
+
* @optional
|
|
1504
|
+
*
|
|
1505
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1506
|
+
*
|
|
1507
|
+
* @example ANY
|
|
1238
1508
|
*
|
|
1239
1509
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1240
1510
|
*/
|
|
1241
1511
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1242
1512
|
/**
|
|
1243
|
-
*
|
|
1513
|
+
*
|
|
1514
|
+
* @optional
|
|
1515
|
+
*
|
|
1516
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1517
|
+
*
|
|
1518
|
+
* @example 1672531200
|
|
1519
|
+
*
|
|
1520
|
+
* @regex ^[0-9]+$
|
|
1521
|
+
*
|
|
1522
|
+
* @format Non-negative integer.
|
|
1244
1523
|
*
|
|
1245
1524
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1246
1525
|
*/
|
|
1247
1526
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1248
1527
|
/**
|
|
1249
|
-
*
|
|
1528
|
+
*
|
|
1529
|
+
* @optional
|
|
1530
|
+
*
|
|
1531
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1532
|
+
*
|
|
1533
|
+
* @example 1704067199
|
|
1534
|
+
*
|
|
1535
|
+
* @regex ^[0-9]+$
|
|
1536
|
+
*
|
|
1537
|
+
* @format Non-negative integer.
|
|
1250
1538
|
*
|
|
1251
1539
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1252
1540
|
*/
|
|
1253
1541
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1254
1542
|
/**
|
|
1255
|
-
*
|
|
1543
|
+
*
|
|
1544
|
+
* @optional
|
|
1545
|
+
*
|
|
1546
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1547
|
+
*
|
|
1548
|
+
* @example 1672531200
|
|
1549
|
+
*
|
|
1550
|
+
* @regex ^[0-9]+$
|
|
1551
|
+
*
|
|
1552
|
+
* @format Non-negative integer.
|
|
1256
1553
|
*
|
|
1257
1554
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1258
1555
|
*/
|
|
1259
1556
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1260
1557
|
/**
|
|
1261
|
-
*
|
|
1558
|
+
*
|
|
1559
|
+
* @optional
|
|
1560
|
+
*
|
|
1561
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1562
|
+
*
|
|
1563
|
+
* @example 1704067199
|
|
1564
|
+
*
|
|
1565
|
+
* @regex ^[0-9]+$
|
|
1566
|
+
*
|
|
1567
|
+
* @format Non-negative integer.
|
|
1262
1568
|
*
|
|
1263
1569
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1264
1570
|
*/
|
|
1265
1571
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1266
1572
|
/**
|
|
1267
|
-
*
|
|
1573
|
+
*
|
|
1574
|
+
* @optional
|
|
1575
|
+
*
|
|
1576
|
+
* @description Filter by the organization UUID.
|
|
1577
|
+
*
|
|
1578
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1579
|
+
*
|
|
1580
|
+
* @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}$
|
|
1581
|
+
*
|
|
1582
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1268
1583
|
*
|
|
1269
1584
|
* @generated from field: string entity_uuid = 8;
|
|
1270
1585
|
*/
|
|
1271
1586
|
this.entityUuid = "";
|
|
1272
1587
|
/**
|
|
1273
|
-
*
|
|
1588
|
+
*
|
|
1589
|
+
* @optional
|
|
1590
|
+
*
|
|
1591
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1592
|
+
*
|
|
1593
|
+
* @example STANDING
|
|
1274
1594
|
*
|
|
1275
1595
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1276
1596
|
*/
|
|
1277
1597
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1278
1598
|
/**
|
|
1279
|
-
*
|
|
1599
|
+
*
|
|
1600
|
+
* @optional
|
|
1601
|
+
*
|
|
1602
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1603
|
+
*
|
|
1604
|
+
* @example 1672531200
|
|
1605
|
+
*
|
|
1606
|
+
* @regex ^[0-9]+$
|
|
1607
|
+
*
|
|
1608
|
+
* @format Non-negative integer.
|
|
1280
1609
|
*
|
|
1281
1610
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1282
1611
|
*/
|
|
1283
1612
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1284
1613
|
/**
|
|
1285
|
-
*
|
|
1614
|
+
*
|
|
1615
|
+
* @optional
|
|
1616
|
+
*
|
|
1617
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1618
|
+
*
|
|
1619
|
+
* @example 1704067199
|
|
1620
|
+
*
|
|
1621
|
+
* @regex ^[0-9]+$
|
|
1622
|
+
*
|
|
1623
|
+
* @format Non-negative integer.
|
|
1286
1624
|
*
|
|
1287
1625
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1288
1626
|
*/
|
|
1289
1627
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1290
1628
|
/**
|
|
1291
|
-
*
|
|
1629
|
+
*
|
|
1630
|
+
* @optional
|
|
1631
|
+
*
|
|
1632
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1633
|
+
*
|
|
1634
|
+
* @example 501
|
|
1635
|
+
*
|
|
1636
|
+
* @regex ^[0-9]+$
|
|
1637
|
+
*
|
|
1638
|
+
* @format Non-negative integer.
|
|
1292
1639
|
*
|
|
1293
1640
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1294
1641
|
*/
|
|
1295
1642
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1296
1643
|
/**
|
|
1297
|
-
*
|
|
1644
|
+
*
|
|
1645
|
+
* @optional
|
|
1646
|
+
*
|
|
1647
|
+
* @description Filter by the role ID of the approver.
|
|
1648
|
+
*
|
|
1649
|
+
* @example 5
|
|
1650
|
+
*
|
|
1651
|
+
* @regex ^[0-9]+$
|
|
1652
|
+
*
|
|
1653
|
+
* @format Non-negative integer.
|
|
1298
1654
|
*
|
|
1299
1655
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1300
1656
|
*/
|
|
1301
1657
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1302
1658
|
/**
|
|
1303
|
-
*
|
|
1659
|
+
*
|
|
1660
|
+
* @optional
|
|
1661
|
+
*
|
|
1662
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1663
|
+
*
|
|
1664
|
+
* @example 1672531200
|
|
1665
|
+
*
|
|
1666
|
+
* @regex ^[0-9]+$
|
|
1667
|
+
*
|
|
1668
|
+
* @format Non-negative integer.
|
|
1304
1669
|
*
|
|
1305
1670
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1306
1671
|
*/
|
|
1307
1672
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1308
1673
|
/**
|
|
1309
|
-
*
|
|
1674
|
+
*
|
|
1675
|
+
* @optional
|
|
1676
|
+
*
|
|
1677
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1678
|
+
*
|
|
1679
|
+
* @example 1704067199
|
|
1680
|
+
*
|
|
1681
|
+
* @regex ^[0-9]+$
|
|
1682
|
+
*
|
|
1683
|
+
* @format Non-negative integer.
|
|
1310
1684
|
*
|
|
1311
1685
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1312
1686
|
*/
|
|
1313
1687
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1314
1688
|
/**
|
|
1315
|
-
*
|
|
1689
|
+
*
|
|
1690
|
+
* @optional
|
|
1691
|
+
*
|
|
1692
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1693
|
+
*
|
|
1694
|
+
* @example "ABS-2023-001"
|
|
1695
|
+
*
|
|
1696
|
+
* @regex [0-9A-Za-z ]*$
|
|
1697
|
+
*
|
|
1698
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1316
1699
|
*
|
|
1317
1700
|
* @generated from field: string reference_id = 20;
|
|
1318
1701
|
*/
|
|
1319
1702
|
this.referenceId = "";
|
|
1320
1703
|
/**
|
|
1321
|
-
*
|
|
1704
|
+
*
|
|
1705
|
+
* @optional
|
|
1706
|
+
*
|
|
1707
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1708
|
+
*
|
|
1709
|
+
* @example "ABS-2023-X9Z2"
|
|
1710
|
+
*
|
|
1711
|
+
* @regex [0-9A-Za-z ]*$
|
|
1712
|
+
*
|
|
1713
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1322
1714
|
*
|
|
1323
1715
|
* @generated from field: string final_ref_number = 21;
|
|
1324
1716
|
*/
|
|
@@ -1410,49 +1802,103 @@ class ReplaceableIndentsServiceSearchAllReq extends protobuf_1.Message {
|
|
|
1410
1802
|
constructor(data) {
|
|
1411
1803
|
super();
|
|
1412
1804
|
/**
|
|
1413
|
-
*
|
|
1805
|
+
*
|
|
1806
|
+
* @optional
|
|
1807
|
+
*
|
|
1808
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1809
|
+
*
|
|
1810
|
+
* @example ANY
|
|
1414
1811
|
*
|
|
1415
1812
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1416
1813
|
*/
|
|
1417
1814
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1418
1815
|
/**
|
|
1419
|
-
*
|
|
1816
|
+
*
|
|
1817
|
+
* @mandatory
|
|
1818
|
+
*
|
|
1819
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1820
|
+
*
|
|
1821
|
+
* @example 100
|
|
1822
|
+
*
|
|
1823
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1824
|
+
*
|
|
1825
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1420
1826
|
*
|
|
1421
1827
|
* @generated from field: int64 count = 2;
|
|
1422
1828
|
*/
|
|
1423
1829
|
this.count = protobuf_1.protoInt64.zero;
|
|
1424
1830
|
/**
|
|
1425
|
-
*
|
|
1831
|
+
*
|
|
1832
|
+
* @optional
|
|
1833
|
+
*
|
|
1834
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1835
|
+
*
|
|
1836
|
+
* @example 0
|
|
1837
|
+
*
|
|
1838
|
+
* @regex ^[0-9]+$
|
|
1839
|
+
*
|
|
1840
|
+
* @format Non-negative integer.
|
|
1426
1841
|
*
|
|
1427
1842
|
* @generated from field: uint64 offset = 3;
|
|
1428
1843
|
*/
|
|
1429
1844
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1430
1845
|
/**
|
|
1431
|
-
*
|
|
1846
|
+
*
|
|
1847
|
+
* @optional
|
|
1848
|
+
*
|
|
1849
|
+
* @description Sort direction.
|
|
1850
|
+
*
|
|
1851
|
+
* @example DESCENDING
|
|
1432
1852
|
*
|
|
1433
1853
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1434
1854
|
*/
|
|
1435
1855
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1436
1856
|
/**
|
|
1437
|
-
*
|
|
1857
|
+
*
|
|
1858
|
+
* @optional
|
|
1859
|
+
*
|
|
1860
|
+
* @description The field used for sorting.
|
|
1438
1861
|
*
|
|
1439
1862
|
* @generated from field: Scailo.REPLACEABLE_INDENT_SORT_KEY sort_key = 5;
|
|
1440
1863
|
*/
|
|
1441
1864
|
this.sortKey = REPLACEABLE_INDENT_SORT_KEY.REPLACEABLE_INDENT_SORT_KEY_ID_UNSPECIFIED;
|
|
1442
1865
|
/**
|
|
1443
|
-
*
|
|
1866
|
+
*
|
|
1867
|
+
* @optional
|
|
1868
|
+
*
|
|
1869
|
+
* @description Filter by the organization UUID.
|
|
1870
|
+
*
|
|
1871
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1872
|
+
*
|
|
1873
|
+
* @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}$
|
|
1874
|
+
*
|
|
1875
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1444
1876
|
*
|
|
1445
1877
|
* @generated from field: string entity_uuid = 6;
|
|
1446
1878
|
*/
|
|
1447
1879
|
this.entityUuid = "";
|
|
1448
1880
|
/**
|
|
1449
|
-
*
|
|
1881
|
+
*
|
|
1882
|
+
* @optional
|
|
1883
|
+
*
|
|
1884
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1885
|
+
*
|
|
1886
|
+
* @example STANDING
|
|
1450
1887
|
*
|
|
1451
1888
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1452
1889
|
*/
|
|
1453
1890
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1454
1891
|
/**
|
|
1455
|
-
*
|
|
1892
|
+
*
|
|
1893
|
+
* @mandatory
|
|
1894
|
+
*
|
|
1895
|
+
* @description The search string to match against reference IDs.
|
|
1896
|
+
*
|
|
1897
|
+
* @example "Medical 2023"
|
|
1898
|
+
*
|
|
1899
|
+
* @regex .*
|
|
1900
|
+
*
|
|
1901
|
+
* @format: May contain any UTF-8 characters.
|
|
1456
1902
|
*
|
|
1457
1903
|
* @generated from field: string search_key = 11;
|
|
1458
1904
|
*/
|
|
@@ -1523,37 +1969,77 @@ class ReplaceableIndentItemsSearchRequest extends protobuf_1.Message {
|
|
|
1523
1969
|
constructor(data) {
|
|
1524
1970
|
super();
|
|
1525
1971
|
/**
|
|
1526
|
-
*
|
|
1972
|
+
*
|
|
1973
|
+
* @optional
|
|
1974
|
+
*
|
|
1975
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1976
|
+
*
|
|
1977
|
+
* @example ANY
|
|
1527
1978
|
*
|
|
1528
1979
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1529
1980
|
*/
|
|
1530
1981
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1531
1982
|
/**
|
|
1532
|
-
*
|
|
1983
|
+
*
|
|
1984
|
+
* @mandatory
|
|
1985
|
+
*
|
|
1986
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1987
|
+
*
|
|
1988
|
+
* @example 100
|
|
1989
|
+
*
|
|
1990
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1991
|
+
*
|
|
1992
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1533
1993
|
*
|
|
1534
1994
|
* @generated from field: int64 count = 2;
|
|
1535
1995
|
*/
|
|
1536
1996
|
this.count = protobuf_1.protoInt64.zero;
|
|
1537
1997
|
/**
|
|
1538
|
-
*
|
|
1998
|
+
*
|
|
1999
|
+
* @optional
|
|
2000
|
+
*
|
|
2001
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2002
|
+
*
|
|
2003
|
+
* @example 0
|
|
2004
|
+
*
|
|
2005
|
+
* @regex ^[0-9]+$
|
|
2006
|
+
*
|
|
2007
|
+
* @format Non-negative integer.
|
|
1539
2008
|
*
|
|
1540
2009
|
* @generated from field: uint64 offset = 3;
|
|
1541
2010
|
*/
|
|
1542
2011
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1543
2012
|
/**
|
|
1544
|
-
*
|
|
2013
|
+
*
|
|
2014
|
+
* @optional
|
|
2015
|
+
*
|
|
2016
|
+
* @description Sort direction.
|
|
2017
|
+
*
|
|
2018
|
+
* @example DESCENDING
|
|
1545
2019
|
*
|
|
1546
2020
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1547
2021
|
*/
|
|
1548
2022
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1549
2023
|
/**
|
|
1550
|
-
*
|
|
2024
|
+
*
|
|
2025
|
+
* @optional
|
|
2026
|
+
*
|
|
2027
|
+
* @description The field used for sorting.
|
|
1551
2028
|
*
|
|
1552
2029
|
* @generated from field: Scailo.REPLACEABLE_INDENT_ITEM_SORT_KEY sort_key = 5;
|
|
1553
2030
|
*/
|
|
1554
2031
|
this.sortKey = REPLACEABLE_INDENT_ITEM_SORT_KEY.REPLACEABLE_INDENT_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1555
2032
|
/**
|
|
1556
|
-
*
|
|
2033
|
+
*
|
|
2034
|
+
* @optional
|
|
2035
|
+
*
|
|
2036
|
+
* @description Filter by the organization UUID.
|
|
2037
|
+
*
|
|
2038
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2039
|
+
*
|
|
2040
|
+
* @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}$
|
|
2041
|
+
*
|
|
2042
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1557
2043
|
*
|
|
1558
2044
|
* @generated from field: string entity_uuid = 6;
|
|
1559
2045
|
*/
|
|
@@ -1650,25 +2136,35 @@ class ReplaceableIndentsServicePaginatedItemsResponse extends protobuf_1.Message
|
|
|
1650
2136
|
constructor(data) {
|
|
1651
2137
|
super();
|
|
1652
2138
|
/**
|
|
1653
|
-
*
|
|
2139
|
+
*
|
|
2140
|
+
* @description Number of records returned in the current response slice.
|
|
2141
|
+
*
|
|
2142
|
+
* @example 50
|
|
1654
2143
|
*
|
|
1655
2144
|
* @generated from field: uint64 count = 1;
|
|
1656
2145
|
*/
|
|
1657
2146
|
this.count = protobuf_1.protoInt64.zero;
|
|
1658
2147
|
/**
|
|
1659
|
-
*
|
|
2148
|
+
*
|
|
2149
|
+
* @description The offset provided in the request.
|
|
2150
|
+
*
|
|
2151
|
+
* @example 0
|
|
1660
2152
|
*
|
|
1661
2153
|
* @generated from field: uint64 offset = 2;
|
|
1662
2154
|
*/
|
|
1663
2155
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1664
2156
|
/**
|
|
1665
|
-
*
|
|
2157
|
+
*
|
|
2158
|
+
* @description The total number of records matching the criteria.
|
|
2159
|
+
*
|
|
2160
|
+
* @example 1250
|
|
1666
2161
|
*
|
|
1667
2162
|
* @generated from field: uint64 total = 3;
|
|
1668
2163
|
*/
|
|
1669
2164
|
this.total = protobuf_1.protoInt64.zero;
|
|
1670
2165
|
/**
|
|
1671
|
-
*
|
|
2166
|
+
*
|
|
2167
|
+
* @description The array of records for the current page.
|
|
1672
2168
|
*
|
|
1673
2169
|
* @generated from field: repeated Scailo.ReplaceableIndentItem payload = 4;
|
|
1674
2170
|
*/
|