@kernelminds/scailo-sdk 0.1.27 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +41 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +226 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +88 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +88 -23
- package/lib/cjs/src/users.scailo_pb.js +491 -82
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +89 -24
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +479 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +41 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +226 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +88 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +88 -23
- package/lib/esm/src/users.scailo_pb.js +495 -84
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +89 -24
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +479 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -199,7 +199,16 @@ protobuf_1.proto3.util.setEnumType(ASSET_INDENT_SORT_KEY, "Scailo.ASSET_INDENT_S
|
|
|
199
199
|
*/
|
|
200
200
|
class AssetIndentsServiceCreateRequest extends protobuf_1.Message {
|
|
201
201
|
/**
|
|
202
|
-
*
|
|
202
|
+
*
|
|
203
|
+
* @optional
|
|
204
|
+
*
|
|
205
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
206
|
+
*
|
|
207
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
208
|
+
*
|
|
209
|
+
* @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}$
|
|
210
|
+
*
|
|
211
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
203
212
|
*
|
|
204
213
|
* @generated from field: string entity_uuid = 1;
|
|
205
214
|
*/
|
|
@@ -217,13 +226,31 @@ class AssetIndentsServiceCreateRequest extends protobuf_1.Message {
|
|
|
217
226
|
*/
|
|
218
227
|
projectId = protobuf_1.protoInt64.zero;
|
|
219
228
|
/**
|
|
220
|
-
*
|
|
229
|
+
*
|
|
230
|
+
* @optional
|
|
231
|
+
*
|
|
232
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
233
|
+
*
|
|
234
|
+
* @example 15234
|
|
235
|
+
*
|
|
236
|
+
* @regex ^[0-9]+$
|
|
237
|
+
*
|
|
238
|
+
* @format Non-negative integer.
|
|
221
239
|
*
|
|
222
240
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
223
241
|
*/
|
|
224
242
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
225
243
|
/**
|
|
226
|
-
*
|
|
244
|
+
*
|
|
245
|
+
* @mandatory
|
|
246
|
+
*
|
|
247
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
248
|
+
*
|
|
249
|
+
* @example "ABS-2023-001"
|
|
250
|
+
*
|
|
251
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
252
|
+
*
|
|
253
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
227
254
|
*
|
|
228
255
|
* @generated from field: string reference_id = 10;
|
|
229
256
|
*/
|
|
@@ -296,7 +323,12 @@ class AssetIndentsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
296
323
|
*/
|
|
297
324
|
id = protobuf_1.protoInt64.zero;
|
|
298
325
|
/**
|
|
299
|
-
*
|
|
326
|
+
*
|
|
327
|
+
* @optional
|
|
328
|
+
*
|
|
329
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
330
|
+
*
|
|
331
|
+
* @example true
|
|
300
332
|
*
|
|
301
333
|
* @generated from field: bool notify_users = 3;
|
|
302
334
|
*/
|
|
@@ -308,13 +340,31 @@ class AssetIndentsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
308
340
|
*/
|
|
309
341
|
projectId = protobuf_1.protoInt64.zero;
|
|
310
342
|
/**
|
|
311
|
-
*
|
|
343
|
+
*
|
|
344
|
+
* @optional
|
|
345
|
+
*
|
|
346
|
+
* @description Updated vault folder ID for documentation storage.
|
|
347
|
+
*
|
|
348
|
+
* @example 15235
|
|
349
|
+
*
|
|
350
|
+
* @regex ^[0-9]+$
|
|
351
|
+
*
|
|
352
|
+
* @format Non-negative integer.
|
|
312
353
|
*
|
|
313
354
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
314
355
|
*/
|
|
315
356
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
316
357
|
/**
|
|
317
|
-
*
|
|
358
|
+
*
|
|
359
|
+
* @mandatory
|
|
360
|
+
*
|
|
361
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
362
|
+
*
|
|
363
|
+
* @example "ABS-2023-001-REV"
|
|
364
|
+
*
|
|
365
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
366
|
+
*
|
|
367
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
318
368
|
*
|
|
319
369
|
* @generated from field: string reference_id = 10;
|
|
320
370
|
*/
|
|
@@ -369,37 +419,47 @@ exports.AssetIndentsServiceUpdateRequest = AssetIndentsServiceUpdateRequest;
|
|
|
369
419
|
*/
|
|
370
420
|
class AssetIndent extends protobuf_1.Message {
|
|
371
421
|
/**
|
|
372
|
-
*
|
|
422
|
+
*
|
|
423
|
+
* @description The organization's globally unique identifier.
|
|
424
|
+
*
|
|
425
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
373
426
|
*
|
|
374
427
|
* @generated from field: string entity_uuid = 1;
|
|
375
428
|
*/
|
|
376
429
|
entityUuid = "";
|
|
377
430
|
/**
|
|
378
|
-
*
|
|
431
|
+
*
|
|
432
|
+
* @description Standard employee and record metadata including timestamps.
|
|
379
433
|
*
|
|
380
434
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
381
435
|
*/
|
|
382
436
|
metadata;
|
|
383
437
|
/**
|
|
384
|
-
*
|
|
438
|
+
*
|
|
439
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
385
440
|
*
|
|
386
441
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
387
442
|
*/
|
|
388
443
|
approvalMetadata;
|
|
389
444
|
/**
|
|
390
|
-
*
|
|
445
|
+
*
|
|
446
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
391
447
|
*
|
|
392
448
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
393
449
|
*/
|
|
394
450
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
395
451
|
/**
|
|
396
|
-
*
|
|
452
|
+
*
|
|
453
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
397
454
|
*
|
|
398
455
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
399
456
|
*/
|
|
400
457
|
logs = [];
|
|
401
458
|
/**
|
|
402
|
-
*
|
|
459
|
+
*
|
|
460
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
461
|
+
*
|
|
462
|
+
* @example 1698400000
|
|
403
463
|
*
|
|
404
464
|
* @generated from field: uint64 completed_on = 6;
|
|
405
465
|
*/
|
|
@@ -411,19 +471,28 @@ class AssetIndent extends protobuf_1.Message {
|
|
|
411
471
|
*/
|
|
412
472
|
projectId = protobuf_1.protoInt64.zero;
|
|
413
473
|
/**
|
|
414
|
-
*
|
|
474
|
+
*
|
|
475
|
+
* @description Link to the document storage folder.
|
|
476
|
+
*
|
|
477
|
+
* @example 15234
|
|
415
478
|
*
|
|
416
479
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
417
480
|
*/
|
|
418
481
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
419
482
|
/**
|
|
420
|
-
*
|
|
483
|
+
*
|
|
484
|
+
* @description The user-provided reference ID.
|
|
485
|
+
*
|
|
486
|
+
* @example "ABS-2023-001"
|
|
421
487
|
*
|
|
422
488
|
* @generated from field: string reference_id = 10;
|
|
423
489
|
*/
|
|
424
490
|
referenceId = "";
|
|
425
491
|
/**
|
|
426
|
-
*
|
|
492
|
+
*
|
|
493
|
+
* @description The system-generated immutable reference number.
|
|
494
|
+
*
|
|
495
|
+
* @example "ABS-2023-X9Z2"
|
|
427
496
|
*
|
|
428
497
|
* @generated from field: string final_ref_number = 11;
|
|
429
498
|
*/
|
|
@@ -603,25 +672,31 @@ exports.AssetIndentsServiceItemUpdateRequest = AssetIndentsServiceItemUpdateRequ
|
|
|
603
672
|
*/
|
|
604
673
|
class AssetIndentItem extends protobuf_1.Message {
|
|
605
674
|
/**
|
|
606
|
-
*
|
|
675
|
+
*
|
|
676
|
+
* @description The organization's globally unique identifier.
|
|
677
|
+
*
|
|
678
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
607
679
|
*
|
|
608
680
|
* @generated from field: string entity_uuid = 1;
|
|
609
681
|
*/
|
|
610
682
|
entityUuid = "";
|
|
611
683
|
/**
|
|
612
|
-
*
|
|
684
|
+
*
|
|
685
|
+
* @description Standard employee and record metadata including timestamps.
|
|
613
686
|
*
|
|
614
687
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
615
688
|
*/
|
|
616
689
|
metadata;
|
|
617
690
|
/**
|
|
618
|
-
*
|
|
691
|
+
*
|
|
692
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
619
693
|
*
|
|
620
694
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
621
695
|
*/
|
|
622
696
|
approvalMetadata;
|
|
623
697
|
/**
|
|
624
|
-
*
|
|
698
|
+
*
|
|
699
|
+
* @description The approval state of the record
|
|
625
700
|
*
|
|
626
701
|
* @generated from field: bool need_approval = 4;
|
|
627
702
|
*/
|
|
@@ -803,37 +878,77 @@ exports.AssetIndentItemHistoryRequest = AssetIndentItemHistoryRequest;
|
|
|
803
878
|
*/
|
|
804
879
|
class AssetIndentItemsSearchRequest extends protobuf_1.Message {
|
|
805
880
|
/**
|
|
806
|
-
*
|
|
881
|
+
*
|
|
882
|
+
* @optional
|
|
883
|
+
*
|
|
884
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
885
|
+
*
|
|
886
|
+
* @example ANY
|
|
807
887
|
*
|
|
808
888
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
809
889
|
*/
|
|
810
890
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
811
891
|
/**
|
|
812
|
-
*
|
|
892
|
+
*
|
|
893
|
+
* @mandatory
|
|
894
|
+
*
|
|
895
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
896
|
+
*
|
|
897
|
+
* @example 100
|
|
898
|
+
*
|
|
899
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
900
|
+
*
|
|
901
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
813
902
|
*
|
|
814
903
|
* @generated from field: int64 count = 2;
|
|
815
904
|
*/
|
|
816
905
|
count = protobuf_1.protoInt64.zero;
|
|
817
906
|
/**
|
|
818
|
-
*
|
|
907
|
+
*
|
|
908
|
+
* @optional
|
|
909
|
+
*
|
|
910
|
+
* @description Number of records to skip (offset) for pagination.
|
|
911
|
+
*
|
|
912
|
+
* @example 0
|
|
913
|
+
*
|
|
914
|
+
* @regex ^[0-9]+$
|
|
915
|
+
*
|
|
916
|
+
* @format Non-negative integer.
|
|
819
917
|
*
|
|
820
918
|
* @generated from field: uint64 offset = 3;
|
|
821
919
|
*/
|
|
822
920
|
offset = protobuf_1.protoInt64.zero;
|
|
823
921
|
/**
|
|
824
|
-
*
|
|
922
|
+
*
|
|
923
|
+
* @optional
|
|
924
|
+
*
|
|
925
|
+
* @description Sort direction.
|
|
926
|
+
*
|
|
927
|
+
* @example DESCENDING
|
|
825
928
|
*
|
|
826
929
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
827
930
|
*/
|
|
828
931
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
829
932
|
/**
|
|
830
|
-
*
|
|
933
|
+
*
|
|
934
|
+
* @optional
|
|
935
|
+
*
|
|
936
|
+
* @description The field used for sorting.
|
|
831
937
|
*
|
|
832
938
|
* @generated from field: Scailo.ASSET_INDENT_ITEM_SORT_KEY sort_key = 5;
|
|
833
939
|
*/
|
|
834
940
|
sortKey = ASSET_INDENT_ITEM_SORT_KEY.ASSET_INDENT_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
835
941
|
/**
|
|
836
|
-
*
|
|
942
|
+
*
|
|
943
|
+
* @optional
|
|
944
|
+
*
|
|
945
|
+
* @description Filter by the organization UUID.
|
|
946
|
+
*
|
|
947
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
948
|
+
*
|
|
949
|
+
* @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}$
|
|
950
|
+
*
|
|
951
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
837
952
|
*
|
|
838
953
|
* @generated from field: string entity_uuid = 6;
|
|
839
954
|
*/
|
|
@@ -930,25 +1045,35 @@ exports.AssetIndentItemsSearchRequest = AssetIndentItemsSearchRequest;
|
|
|
930
1045
|
*/
|
|
931
1046
|
class AssetIndentsServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
932
1047
|
/**
|
|
933
|
-
*
|
|
1048
|
+
*
|
|
1049
|
+
* @description Number of records returned in the current response slice.
|
|
1050
|
+
*
|
|
1051
|
+
* @example 50
|
|
934
1052
|
*
|
|
935
1053
|
* @generated from field: uint64 count = 1;
|
|
936
1054
|
*/
|
|
937
1055
|
count = protobuf_1.protoInt64.zero;
|
|
938
1056
|
/**
|
|
939
|
-
*
|
|
1057
|
+
*
|
|
1058
|
+
* @description The offset provided in the request.
|
|
1059
|
+
*
|
|
1060
|
+
* @example 0
|
|
940
1061
|
*
|
|
941
1062
|
* @generated from field: uint64 offset = 2;
|
|
942
1063
|
*/
|
|
943
1064
|
offset = protobuf_1.protoInt64.zero;
|
|
944
1065
|
/**
|
|
945
|
-
*
|
|
1066
|
+
*
|
|
1067
|
+
* @description The total number of records matching the criteria.
|
|
1068
|
+
*
|
|
1069
|
+
* @example 1250
|
|
946
1070
|
*
|
|
947
1071
|
* @generated from field: uint64 total = 3;
|
|
948
1072
|
*/
|
|
949
1073
|
total = protobuf_1.protoInt64.zero;
|
|
950
1074
|
/**
|
|
951
|
-
*
|
|
1075
|
+
*
|
|
1076
|
+
* @description The array of records for the current page.
|
|
952
1077
|
*
|
|
953
1078
|
* @generated from field: repeated Scailo.AssetIndentItem payload = 4;
|
|
954
1079
|
*/
|
|
@@ -1030,31 +1155,62 @@ exports.AssetIndentItemProspectiveInfoRequest = AssetIndentItemProspectiveInfoRe
|
|
|
1030
1155
|
*/
|
|
1031
1156
|
class AssetIndentsServicePaginationReq extends protobuf_1.Message {
|
|
1032
1157
|
/**
|
|
1033
|
-
*
|
|
1158
|
+
*
|
|
1159
|
+
* @optional
|
|
1160
|
+
*
|
|
1161
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1162
|
+
*
|
|
1163
|
+
* @example ANY
|
|
1034
1164
|
*
|
|
1035
1165
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1036
1166
|
*/
|
|
1037
1167
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1038
1168
|
/**
|
|
1039
|
-
*
|
|
1169
|
+
*
|
|
1170
|
+
* @mandatory
|
|
1171
|
+
*
|
|
1172
|
+
* @description Number of records to return per page.
|
|
1173
|
+
*
|
|
1174
|
+
* @example 50
|
|
1175
|
+
*
|
|
1176
|
+
* @regex ^[1-9][0-9]*$
|
|
1177
|
+
*
|
|
1178
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1040
1179
|
*
|
|
1041
1180
|
* @generated from field: int64 count = 2;
|
|
1042
1181
|
*/
|
|
1043
1182
|
count = protobuf_1.protoInt64.zero;
|
|
1044
1183
|
/**
|
|
1045
|
-
*
|
|
1184
|
+
*
|
|
1185
|
+
* @optional
|
|
1186
|
+
*
|
|
1187
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1188
|
+
*
|
|
1189
|
+
* @example 0
|
|
1190
|
+
*
|
|
1191
|
+
* @regex ^[0-9]+$
|
|
1192
|
+
*
|
|
1193
|
+
* @format Non-negative integer.
|
|
1046
1194
|
*
|
|
1047
1195
|
* @generated from field: uint64 offset = 3;
|
|
1048
1196
|
*/
|
|
1049
1197
|
offset = protobuf_1.protoInt64.zero;
|
|
1050
1198
|
/**
|
|
1051
|
-
*
|
|
1199
|
+
*
|
|
1200
|
+
* @optional
|
|
1201
|
+
*
|
|
1202
|
+
* @description Sort direction.
|
|
1203
|
+
*
|
|
1204
|
+
* @example DESCENDING
|
|
1052
1205
|
*
|
|
1053
1206
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1054
1207
|
*/
|
|
1055
1208
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1056
1209
|
/**
|
|
1057
|
-
*
|
|
1210
|
+
*
|
|
1211
|
+
* @optional
|
|
1212
|
+
*
|
|
1213
|
+
* @description The specific field key to sort the results by.
|
|
1058
1214
|
*
|
|
1059
1215
|
* @generated from field: Scailo.ASSET_INDENT_SORT_KEY sort_key = 5;
|
|
1060
1216
|
*/
|
|
@@ -1101,25 +1257,35 @@ exports.AssetIndentsServicePaginationReq = AssetIndentsServicePaginationReq;
|
|
|
1101
1257
|
*/
|
|
1102
1258
|
class AssetIndentsServicePaginationResponse extends protobuf_1.Message {
|
|
1103
1259
|
/**
|
|
1104
|
-
*
|
|
1260
|
+
*
|
|
1261
|
+
* @description Number of records returned in the current response slice.
|
|
1262
|
+
*
|
|
1263
|
+
* @example 50
|
|
1105
1264
|
*
|
|
1106
1265
|
* @generated from field: uint64 count = 1;
|
|
1107
1266
|
*/
|
|
1108
1267
|
count = protobuf_1.protoInt64.zero;
|
|
1109
1268
|
/**
|
|
1110
|
-
*
|
|
1269
|
+
*
|
|
1270
|
+
* @description The offset provided in the request.
|
|
1271
|
+
*
|
|
1272
|
+
* @example 0
|
|
1111
1273
|
*
|
|
1112
1274
|
* @generated from field: uint64 offset = 2;
|
|
1113
1275
|
*/
|
|
1114
1276
|
offset = protobuf_1.protoInt64.zero;
|
|
1115
1277
|
/**
|
|
1116
|
-
*
|
|
1278
|
+
*
|
|
1279
|
+
* @description The total number of records matching the criteria.
|
|
1280
|
+
*
|
|
1281
|
+
* @example 1250
|
|
1117
1282
|
*
|
|
1118
1283
|
* @generated from field: uint64 total = 3;
|
|
1119
1284
|
*/
|
|
1120
1285
|
total = protobuf_1.protoInt64.zero;
|
|
1121
1286
|
/**
|
|
1122
|
-
*
|
|
1287
|
+
*
|
|
1288
|
+
* @description The array of records for the current page.
|
|
1123
1289
|
*
|
|
1124
1290
|
* @generated from field: repeated Scailo.AssetIndent payload = 4;
|
|
1125
1291
|
*/
|
|
@@ -1158,115 +1324,268 @@ exports.AssetIndentsServicePaginationResponse = AssetIndentsServicePaginationRes
|
|
|
1158
1324
|
*/
|
|
1159
1325
|
class AssetIndentsServiceFilterReq extends protobuf_1.Message {
|
|
1160
1326
|
/**
|
|
1161
|
-
*
|
|
1327
|
+
*
|
|
1328
|
+
* @optional
|
|
1329
|
+
*
|
|
1330
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1331
|
+
*
|
|
1332
|
+
* @example ANY
|
|
1162
1333
|
*
|
|
1163
1334
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1164
1335
|
*/
|
|
1165
1336
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1166
1337
|
/**
|
|
1167
|
-
*
|
|
1338
|
+
*
|
|
1339
|
+
* @mandatory
|
|
1340
|
+
*
|
|
1341
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1342
|
+
*
|
|
1343
|
+
* @example 100
|
|
1344
|
+
*
|
|
1345
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1346
|
+
*
|
|
1347
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1168
1348
|
*
|
|
1169
1349
|
* @generated from field: int64 count = 2;
|
|
1170
1350
|
*/
|
|
1171
1351
|
count = protobuf_1.protoInt64.zero;
|
|
1172
1352
|
/**
|
|
1173
|
-
*
|
|
1353
|
+
*
|
|
1354
|
+
* @optional
|
|
1355
|
+
*
|
|
1356
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1357
|
+
*
|
|
1358
|
+
* @example 0
|
|
1359
|
+
*
|
|
1360
|
+
* @regex ^[0-9]+$
|
|
1361
|
+
*
|
|
1362
|
+
* @format Non-negative integer.
|
|
1174
1363
|
*
|
|
1175
1364
|
* @generated from field: uint64 offset = 3;
|
|
1176
1365
|
*/
|
|
1177
1366
|
offset = protobuf_1.protoInt64.zero;
|
|
1178
1367
|
/**
|
|
1179
|
-
*
|
|
1368
|
+
*
|
|
1369
|
+
* @optional
|
|
1370
|
+
*
|
|
1371
|
+
* @description Sort direction.
|
|
1372
|
+
*
|
|
1373
|
+
* @example DESCENDING
|
|
1180
1374
|
*
|
|
1181
1375
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1182
1376
|
*/
|
|
1183
1377
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1184
1378
|
/**
|
|
1185
|
-
*
|
|
1379
|
+
*
|
|
1380
|
+
* @optional
|
|
1381
|
+
*
|
|
1382
|
+
* @description The field used for sorting.
|
|
1186
1383
|
*
|
|
1187
1384
|
* @generated from field: Scailo.ASSET_INDENT_SORT_KEY sort_key = 5;
|
|
1188
1385
|
*/
|
|
1189
1386
|
sortKey = ASSET_INDENT_SORT_KEY.ASSET_INDENT_SORT_KEY_ID_UNSPECIFIED;
|
|
1190
1387
|
/**
|
|
1191
|
-
*
|
|
1388
|
+
*
|
|
1389
|
+
* @optional
|
|
1390
|
+
*
|
|
1391
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1392
|
+
*
|
|
1393
|
+
* @example 1672531200
|
|
1394
|
+
*
|
|
1395
|
+
* @regex ^[0-9]+$
|
|
1396
|
+
*
|
|
1397
|
+
* @format Non-negative integer.
|
|
1192
1398
|
*
|
|
1193
1399
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1194
1400
|
*/
|
|
1195
1401
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1196
1402
|
/**
|
|
1197
|
-
*
|
|
1403
|
+
*
|
|
1404
|
+
* @optional
|
|
1405
|
+
*
|
|
1406
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1407
|
+
*
|
|
1408
|
+
* @example 1704067199
|
|
1409
|
+
*
|
|
1410
|
+
* @regex ^[0-9]+$
|
|
1411
|
+
*
|
|
1412
|
+
* @format Non-negative integer.
|
|
1198
1413
|
*
|
|
1199
1414
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1200
1415
|
*/
|
|
1201
1416
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1202
1417
|
/**
|
|
1203
|
-
*
|
|
1418
|
+
*
|
|
1419
|
+
* @optional
|
|
1420
|
+
*
|
|
1421
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1422
|
+
*
|
|
1423
|
+
* @example 1672531200
|
|
1424
|
+
*
|
|
1425
|
+
* @regex ^[0-9]+$
|
|
1426
|
+
*
|
|
1427
|
+
* @format Non-negative integer.
|
|
1204
1428
|
*
|
|
1205
1429
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1206
1430
|
*/
|
|
1207
1431
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1208
1432
|
/**
|
|
1209
|
-
*
|
|
1433
|
+
*
|
|
1434
|
+
* @optional
|
|
1435
|
+
*
|
|
1436
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1437
|
+
*
|
|
1438
|
+
* @example 1704067199
|
|
1439
|
+
*
|
|
1440
|
+
* @regex ^[0-9]+$
|
|
1441
|
+
*
|
|
1442
|
+
* @format Non-negative integer.
|
|
1210
1443
|
*
|
|
1211
1444
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1212
1445
|
*/
|
|
1213
1446
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1214
1447
|
/**
|
|
1215
|
-
*
|
|
1448
|
+
*
|
|
1449
|
+
* @optional
|
|
1450
|
+
*
|
|
1451
|
+
* @description Filter by the organization UUID.
|
|
1452
|
+
*
|
|
1453
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1454
|
+
*
|
|
1455
|
+
* @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}$
|
|
1456
|
+
*
|
|
1457
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1216
1458
|
*
|
|
1217
1459
|
* @generated from field: string entity_uuid = 8;
|
|
1218
1460
|
*/
|
|
1219
1461
|
entityUuid = "";
|
|
1220
1462
|
/**
|
|
1221
|
-
*
|
|
1463
|
+
*
|
|
1464
|
+
* @optional
|
|
1465
|
+
*
|
|
1466
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1467
|
+
*
|
|
1468
|
+
* @example STANDING
|
|
1222
1469
|
*
|
|
1223
1470
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1224
1471
|
*/
|
|
1225
1472
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1226
1473
|
/**
|
|
1227
|
-
*
|
|
1474
|
+
*
|
|
1475
|
+
* @optional
|
|
1476
|
+
*
|
|
1477
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1478
|
+
*
|
|
1479
|
+
* @example 1672531200
|
|
1480
|
+
*
|
|
1481
|
+
* @regex ^[0-9]+$
|
|
1482
|
+
*
|
|
1483
|
+
* @format Non-negative integer.
|
|
1228
1484
|
*
|
|
1229
1485
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1230
1486
|
*/
|
|
1231
1487
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1232
1488
|
/**
|
|
1233
|
-
*
|
|
1489
|
+
*
|
|
1490
|
+
* @optional
|
|
1491
|
+
*
|
|
1492
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1493
|
+
*
|
|
1494
|
+
* @example 1704067199
|
|
1495
|
+
*
|
|
1496
|
+
* @regex ^[0-9]+$
|
|
1497
|
+
*
|
|
1498
|
+
* @format Non-negative integer.
|
|
1234
1499
|
*
|
|
1235
1500
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1236
1501
|
*/
|
|
1237
1502
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1238
1503
|
/**
|
|
1239
|
-
*
|
|
1504
|
+
*
|
|
1505
|
+
* @optional
|
|
1506
|
+
*
|
|
1507
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1508
|
+
*
|
|
1509
|
+
* @example 501
|
|
1510
|
+
*
|
|
1511
|
+
* @regex ^[0-9]+$
|
|
1512
|
+
*
|
|
1513
|
+
* @format Non-negative integer.
|
|
1240
1514
|
*
|
|
1241
1515
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1242
1516
|
*/
|
|
1243
1517
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1244
1518
|
/**
|
|
1245
|
-
*
|
|
1519
|
+
*
|
|
1520
|
+
* @optional
|
|
1521
|
+
*
|
|
1522
|
+
* @description Filter by the role ID of the approver.
|
|
1523
|
+
*
|
|
1524
|
+
* @example 5
|
|
1525
|
+
*
|
|
1526
|
+
* @regex ^[0-9]+$
|
|
1527
|
+
*
|
|
1528
|
+
* @format Non-negative integer.
|
|
1246
1529
|
*
|
|
1247
1530
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1248
1531
|
*/
|
|
1249
1532
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1250
1533
|
/**
|
|
1251
|
-
*
|
|
1534
|
+
*
|
|
1535
|
+
* @optional
|
|
1536
|
+
*
|
|
1537
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1538
|
+
*
|
|
1539
|
+
* @example 1672531200
|
|
1540
|
+
*
|
|
1541
|
+
* @regex ^[0-9]+$
|
|
1542
|
+
*
|
|
1543
|
+
* @format Non-negative integer.
|
|
1252
1544
|
*
|
|
1253
1545
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1254
1546
|
*/
|
|
1255
1547
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1256
1548
|
/**
|
|
1257
|
-
*
|
|
1549
|
+
*
|
|
1550
|
+
* @optional
|
|
1551
|
+
*
|
|
1552
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1553
|
+
*
|
|
1554
|
+
* @example 1704067199
|
|
1555
|
+
*
|
|
1556
|
+
* @regex ^[0-9]+$
|
|
1557
|
+
*
|
|
1558
|
+
* @format Non-negative integer.
|
|
1258
1559
|
*
|
|
1259
1560
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1260
1561
|
*/
|
|
1261
1562
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1262
1563
|
/**
|
|
1263
|
-
*
|
|
1564
|
+
*
|
|
1565
|
+
* @optional
|
|
1566
|
+
*
|
|
1567
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1568
|
+
*
|
|
1569
|
+
* @example "ABS-2023-001"
|
|
1570
|
+
*
|
|
1571
|
+
* @regex [0-9A-Za-z ]*$
|
|
1572
|
+
*
|
|
1573
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1264
1574
|
*
|
|
1265
1575
|
* @generated from field: string reference_id = 20;
|
|
1266
1576
|
*/
|
|
1267
1577
|
referenceId = "";
|
|
1268
1578
|
/**
|
|
1269
|
-
*
|
|
1579
|
+
*
|
|
1580
|
+
* @optional
|
|
1581
|
+
*
|
|
1582
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1583
|
+
*
|
|
1584
|
+
* @example "ABS-2023-X9Z2"
|
|
1585
|
+
*
|
|
1586
|
+
* @regex [0-9A-Za-z ]*$
|
|
1587
|
+
*
|
|
1588
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1270
1589
|
*
|
|
1271
1590
|
* @generated from field: string final_ref_number = 21;
|
|
1272
1591
|
*/
|
|
@@ -1355,91 +1674,218 @@ exports.AssetIndentsServiceFilterReq = AssetIndentsServiceFilterReq;
|
|
|
1355
1674
|
*/
|
|
1356
1675
|
class AssetIndentsServiceCountReq extends protobuf_1.Message {
|
|
1357
1676
|
/**
|
|
1358
|
-
*
|
|
1677
|
+
*
|
|
1678
|
+
* @optional
|
|
1679
|
+
*
|
|
1680
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1681
|
+
*
|
|
1682
|
+
* @example ANY
|
|
1359
1683
|
*
|
|
1360
1684
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1361
1685
|
*/
|
|
1362
1686
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1363
1687
|
/**
|
|
1364
|
-
*
|
|
1688
|
+
*
|
|
1689
|
+
* @optional
|
|
1690
|
+
*
|
|
1691
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1692
|
+
*
|
|
1693
|
+
* @example 1672531200
|
|
1694
|
+
*
|
|
1695
|
+
* @regex ^[0-9]+$
|
|
1696
|
+
*
|
|
1697
|
+
* @format Non-negative integer.
|
|
1365
1698
|
*
|
|
1366
1699
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1367
1700
|
*/
|
|
1368
1701
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1369
1702
|
/**
|
|
1370
|
-
*
|
|
1703
|
+
*
|
|
1704
|
+
* @optional
|
|
1705
|
+
*
|
|
1706
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1707
|
+
*
|
|
1708
|
+
* @example 1704067199
|
|
1709
|
+
*
|
|
1710
|
+
* @regex ^[0-9]+$
|
|
1711
|
+
*
|
|
1712
|
+
* @format Non-negative integer.
|
|
1371
1713
|
*
|
|
1372
1714
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1373
1715
|
*/
|
|
1374
1716
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1375
1717
|
/**
|
|
1376
|
-
*
|
|
1718
|
+
*
|
|
1719
|
+
* @optional
|
|
1720
|
+
*
|
|
1721
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1722
|
+
*
|
|
1723
|
+
* @example 1672531200
|
|
1724
|
+
*
|
|
1725
|
+
* @regex ^[0-9]+$
|
|
1726
|
+
*
|
|
1727
|
+
* @format Non-negative integer.
|
|
1377
1728
|
*
|
|
1378
1729
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1379
1730
|
*/
|
|
1380
1731
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1381
1732
|
/**
|
|
1382
|
-
*
|
|
1733
|
+
*
|
|
1734
|
+
* @optional
|
|
1735
|
+
*
|
|
1736
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1737
|
+
*
|
|
1738
|
+
* @example 1704067199
|
|
1739
|
+
*
|
|
1740
|
+
* @regex ^[0-9]+$
|
|
1741
|
+
*
|
|
1742
|
+
* @format Non-negative integer.
|
|
1383
1743
|
*
|
|
1384
1744
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1385
1745
|
*/
|
|
1386
1746
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1387
1747
|
/**
|
|
1388
|
-
*
|
|
1748
|
+
*
|
|
1749
|
+
* @optional
|
|
1750
|
+
*
|
|
1751
|
+
* @description Filter by the organization UUID.
|
|
1752
|
+
*
|
|
1753
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1754
|
+
*
|
|
1755
|
+
* @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}$
|
|
1756
|
+
*
|
|
1757
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1389
1758
|
*
|
|
1390
1759
|
* @generated from field: string entity_uuid = 8;
|
|
1391
1760
|
*/
|
|
1392
1761
|
entityUuid = "";
|
|
1393
1762
|
/**
|
|
1394
|
-
*
|
|
1763
|
+
*
|
|
1764
|
+
* @optional
|
|
1765
|
+
*
|
|
1766
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1767
|
+
*
|
|
1768
|
+
* @example STANDING
|
|
1395
1769
|
*
|
|
1396
1770
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1397
1771
|
*/
|
|
1398
1772
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1399
1773
|
/**
|
|
1400
|
-
*
|
|
1774
|
+
*
|
|
1775
|
+
* @optional
|
|
1776
|
+
*
|
|
1777
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1778
|
+
*
|
|
1779
|
+
* @example 1672531200
|
|
1780
|
+
*
|
|
1781
|
+
* @regex ^[0-9]+$
|
|
1782
|
+
*
|
|
1783
|
+
* @format Non-negative integer.
|
|
1401
1784
|
*
|
|
1402
1785
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1403
1786
|
*/
|
|
1404
1787
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1405
1788
|
/**
|
|
1406
|
-
*
|
|
1789
|
+
*
|
|
1790
|
+
* @optional
|
|
1791
|
+
*
|
|
1792
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1793
|
+
*
|
|
1794
|
+
* @example 1704067199
|
|
1795
|
+
*
|
|
1796
|
+
* @regex ^[0-9]+$
|
|
1797
|
+
*
|
|
1798
|
+
* @format Non-negative integer.
|
|
1407
1799
|
*
|
|
1408
1800
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1409
1801
|
*/
|
|
1410
1802
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1411
1803
|
/**
|
|
1412
|
-
*
|
|
1804
|
+
*
|
|
1805
|
+
* @optional
|
|
1806
|
+
*
|
|
1807
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1808
|
+
*
|
|
1809
|
+
* @example 501
|
|
1810
|
+
*
|
|
1811
|
+
* @regex ^[0-9]+$
|
|
1812
|
+
*
|
|
1813
|
+
* @format Non-negative integer.
|
|
1413
1814
|
*
|
|
1414
1815
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1415
1816
|
*/
|
|
1416
1817
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1417
1818
|
/**
|
|
1418
|
-
*
|
|
1819
|
+
*
|
|
1820
|
+
* @optional
|
|
1821
|
+
*
|
|
1822
|
+
* @description Filter by the role ID of the approver.
|
|
1823
|
+
*
|
|
1824
|
+
* @example 5
|
|
1825
|
+
*
|
|
1826
|
+
* @regex ^[0-9]+$
|
|
1827
|
+
*
|
|
1828
|
+
* @format Non-negative integer.
|
|
1419
1829
|
*
|
|
1420
1830
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1421
1831
|
*/
|
|
1422
1832
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1423
1833
|
/**
|
|
1424
|
-
*
|
|
1834
|
+
*
|
|
1835
|
+
* @optional
|
|
1836
|
+
*
|
|
1837
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1838
|
+
*
|
|
1839
|
+
* @example 1672531200
|
|
1840
|
+
*
|
|
1841
|
+
* @regex ^[0-9]+$
|
|
1842
|
+
*
|
|
1843
|
+
* @format Non-negative integer.
|
|
1425
1844
|
*
|
|
1426
1845
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1427
1846
|
*/
|
|
1428
1847
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1429
1848
|
/**
|
|
1430
|
-
*
|
|
1849
|
+
*
|
|
1850
|
+
* @optional
|
|
1851
|
+
*
|
|
1852
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1853
|
+
*
|
|
1854
|
+
* @example 1704067199
|
|
1855
|
+
*
|
|
1856
|
+
* @regex ^[0-9]+$
|
|
1857
|
+
*
|
|
1858
|
+
* @format Non-negative integer.
|
|
1431
1859
|
*
|
|
1432
1860
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1433
1861
|
*/
|
|
1434
1862
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1435
1863
|
/**
|
|
1436
|
-
*
|
|
1864
|
+
*
|
|
1865
|
+
* @optional
|
|
1866
|
+
*
|
|
1867
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1868
|
+
*
|
|
1869
|
+
* @example "ABS-2023-001"
|
|
1870
|
+
*
|
|
1871
|
+
* @regex [0-9A-Za-z ]*$
|
|
1872
|
+
*
|
|
1873
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1437
1874
|
*
|
|
1438
1875
|
* @generated from field: string reference_id = 20;
|
|
1439
1876
|
*/
|
|
1440
1877
|
referenceId = "";
|
|
1441
1878
|
/**
|
|
1442
|
-
*
|
|
1879
|
+
*
|
|
1880
|
+
* @optional
|
|
1881
|
+
*
|
|
1882
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1883
|
+
*
|
|
1884
|
+
* @example "ABS-2023-X9Z2"
|
|
1885
|
+
*
|
|
1886
|
+
* @regex [0-9A-Za-z ]*$
|
|
1887
|
+
*
|
|
1888
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1443
1889
|
*
|
|
1444
1890
|
* @generated from field: string final_ref_number = 21;
|
|
1445
1891
|
*/
|
|
@@ -1524,49 +1970,103 @@ exports.AssetIndentsServiceCountReq = AssetIndentsServiceCountReq;
|
|
|
1524
1970
|
*/
|
|
1525
1971
|
class AssetIndentsServiceSearchAllReq extends protobuf_1.Message {
|
|
1526
1972
|
/**
|
|
1527
|
-
*
|
|
1973
|
+
*
|
|
1974
|
+
* @optional
|
|
1975
|
+
*
|
|
1976
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1977
|
+
*
|
|
1978
|
+
* @example ANY
|
|
1528
1979
|
*
|
|
1529
1980
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1530
1981
|
*/
|
|
1531
1982
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1532
1983
|
/**
|
|
1533
|
-
*
|
|
1984
|
+
*
|
|
1985
|
+
* @mandatory
|
|
1986
|
+
*
|
|
1987
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1988
|
+
*
|
|
1989
|
+
* @example 100
|
|
1990
|
+
*
|
|
1991
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1992
|
+
*
|
|
1993
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1534
1994
|
*
|
|
1535
1995
|
* @generated from field: int64 count = 2;
|
|
1536
1996
|
*/
|
|
1537
1997
|
count = protobuf_1.protoInt64.zero;
|
|
1538
1998
|
/**
|
|
1539
|
-
*
|
|
1999
|
+
*
|
|
2000
|
+
* @optional
|
|
2001
|
+
*
|
|
2002
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2003
|
+
*
|
|
2004
|
+
* @example 0
|
|
2005
|
+
*
|
|
2006
|
+
* @regex ^[0-9]+$
|
|
2007
|
+
*
|
|
2008
|
+
* @format Non-negative integer.
|
|
1540
2009
|
*
|
|
1541
2010
|
* @generated from field: uint64 offset = 3;
|
|
1542
2011
|
*/
|
|
1543
2012
|
offset = protobuf_1.protoInt64.zero;
|
|
1544
2013
|
/**
|
|
1545
|
-
*
|
|
2014
|
+
*
|
|
2015
|
+
* @optional
|
|
2016
|
+
*
|
|
2017
|
+
* @description Sort direction.
|
|
2018
|
+
*
|
|
2019
|
+
* @example DESCENDING
|
|
1546
2020
|
*
|
|
1547
2021
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1548
2022
|
*/
|
|
1549
2023
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1550
2024
|
/**
|
|
1551
|
-
*
|
|
2025
|
+
*
|
|
2026
|
+
* @optional
|
|
2027
|
+
*
|
|
2028
|
+
* @description The field used for sorting.
|
|
1552
2029
|
*
|
|
1553
2030
|
* @generated from field: Scailo.ASSET_INDENT_SORT_KEY sort_key = 5;
|
|
1554
2031
|
*/
|
|
1555
2032
|
sortKey = ASSET_INDENT_SORT_KEY.ASSET_INDENT_SORT_KEY_ID_UNSPECIFIED;
|
|
1556
2033
|
/**
|
|
1557
|
-
*
|
|
2034
|
+
*
|
|
2035
|
+
* @optional
|
|
2036
|
+
*
|
|
2037
|
+
* @description Filter by the organization UUID.
|
|
2038
|
+
*
|
|
2039
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2040
|
+
*
|
|
2041
|
+
* @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}$
|
|
2042
|
+
*
|
|
2043
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1558
2044
|
*
|
|
1559
2045
|
* @generated from field: string entity_uuid = 6;
|
|
1560
2046
|
*/
|
|
1561
2047
|
entityUuid = "";
|
|
1562
2048
|
/**
|
|
1563
|
-
*
|
|
2049
|
+
*
|
|
2050
|
+
* @optional
|
|
2051
|
+
*
|
|
2052
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2053
|
+
*
|
|
2054
|
+
* @example STANDING
|
|
1564
2055
|
*
|
|
1565
2056
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1566
2057
|
*/
|
|
1567
2058
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1568
2059
|
/**
|
|
1569
|
-
*
|
|
2060
|
+
*
|
|
2061
|
+
* @mandatory
|
|
2062
|
+
*
|
|
2063
|
+
* @description The search string to match against reference IDs.
|
|
2064
|
+
*
|
|
2065
|
+
* @example "Medical 2023"
|
|
2066
|
+
*
|
|
2067
|
+
* @regex .*
|
|
2068
|
+
*
|
|
2069
|
+
* @format: May contain any UTF-8 characters.
|
|
1570
2070
|
*
|
|
1571
2071
|
* @generated from field: string search_key = 11;
|
|
1572
2072
|
*/
|