@kernelminds/scailo-sdk 0.1.28 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +41 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +226 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +88 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +87 -22
- package/lib/cjs/src/users.scailo_pb.js +447 -81
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +41 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +226 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +88 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +87 -22
- package/lib/esm/src/users.scailo_pb.js +451 -83
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -199,7 +199,16 @@ protobuf_1.proto3.util.setEnumType(REPLACEABLE_INDENT_ITEM_STATUS, "Scailo.REPLA
|
|
|
199
199
|
*/
|
|
200
200
|
class ReplaceableIndentsServiceCreateRequest 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
|
*/
|
|
@@ -211,13 +220,31 @@ class ReplaceableIndentsServiceCreateRequest extends protobuf_1.Message {
|
|
|
211
220
|
*/
|
|
212
221
|
userComment = "";
|
|
213
222
|
/**
|
|
214
|
-
*
|
|
223
|
+
*
|
|
224
|
+
* @optional
|
|
225
|
+
*
|
|
226
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
227
|
+
*
|
|
228
|
+
* @example 15234
|
|
229
|
+
*
|
|
230
|
+
* @regex ^[0-9]+$
|
|
231
|
+
*
|
|
232
|
+
* @format Non-negative integer.
|
|
215
233
|
*
|
|
216
234
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
217
235
|
*/
|
|
218
236
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
219
237
|
/**
|
|
220
|
-
*
|
|
238
|
+
*
|
|
239
|
+
* @mandatory
|
|
240
|
+
*
|
|
241
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
242
|
+
*
|
|
243
|
+
* @example "ABS-2023-001"
|
|
244
|
+
*
|
|
245
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
246
|
+
*
|
|
247
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
221
248
|
*
|
|
222
249
|
* @generated from field: string reference_id = 10;
|
|
223
250
|
*/
|
|
@@ -310,19 +337,42 @@ class ReplaceableIndentsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
310
337
|
*/
|
|
311
338
|
id = protobuf_1.protoInt64.zero;
|
|
312
339
|
/**
|
|
313
|
-
*
|
|
340
|
+
*
|
|
341
|
+
* @optional
|
|
342
|
+
*
|
|
343
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
344
|
+
*
|
|
345
|
+
* @example true
|
|
314
346
|
*
|
|
315
347
|
* @generated from field: bool notify_users = 3;
|
|
316
348
|
*/
|
|
317
349
|
notifyUsers = false;
|
|
318
350
|
/**
|
|
319
|
-
*
|
|
351
|
+
*
|
|
352
|
+
* @optional
|
|
353
|
+
*
|
|
354
|
+
* @description Updated vault folder ID for documentation storage.
|
|
355
|
+
*
|
|
356
|
+
* @example 15235
|
|
357
|
+
*
|
|
358
|
+
* @regex ^[0-9]+$
|
|
359
|
+
*
|
|
360
|
+
* @format Non-negative integer.
|
|
320
361
|
*
|
|
321
362
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
322
363
|
*/
|
|
323
364
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
324
365
|
/**
|
|
325
|
-
*
|
|
366
|
+
*
|
|
367
|
+
* @mandatory
|
|
368
|
+
*
|
|
369
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
370
|
+
*
|
|
371
|
+
* @example "ABS-2023-001-REV"
|
|
372
|
+
*
|
|
373
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
374
|
+
*
|
|
375
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
326
376
|
*
|
|
327
377
|
* @generated from field: string reference_id = 10;
|
|
328
378
|
*/
|
|
@@ -433,55 +483,74 @@ exports.ReplaceableIndentsServiceAutofillRequest = ReplaceableIndentsServiceAuto
|
|
|
433
483
|
*/
|
|
434
484
|
class ReplaceableIndent extends protobuf_1.Message {
|
|
435
485
|
/**
|
|
436
|
-
*
|
|
486
|
+
*
|
|
487
|
+
* @description The organization's globally unique identifier.
|
|
488
|
+
*
|
|
489
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
437
490
|
*
|
|
438
491
|
* @generated from field: string entity_uuid = 1;
|
|
439
492
|
*/
|
|
440
493
|
entityUuid = "";
|
|
441
494
|
/**
|
|
442
|
-
*
|
|
495
|
+
*
|
|
496
|
+
* @description Standard employee and record metadata including timestamps.
|
|
443
497
|
*
|
|
444
498
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
445
499
|
*/
|
|
446
500
|
metadata;
|
|
447
501
|
/**
|
|
448
|
-
*
|
|
502
|
+
*
|
|
503
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
449
504
|
*
|
|
450
505
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
451
506
|
*/
|
|
452
507
|
approvalMetadata;
|
|
453
508
|
/**
|
|
454
|
-
*
|
|
509
|
+
*
|
|
510
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
455
511
|
*
|
|
456
512
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
457
513
|
*/
|
|
458
514
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
459
515
|
/**
|
|
460
|
-
*
|
|
516
|
+
*
|
|
517
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
461
518
|
*
|
|
462
519
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
463
520
|
*/
|
|
464
521
|
logs = [];
|
|
465
522
|
/**
|
|
466
|
-
*
|
|
523
|
+
*
|
|
524
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
525
|
+
*
|
|
526
|
+
* @example 1698400000
|
|
467
527
|
*
|
|
468
528
|
* @generated from field: uint64 completed_on = 6;
|
|
469
529
|
*/
|
|
470
530
|
completedOn = protobuf_1.protoInt64.zero;
|
|
471
531
|
/**
|
|
472
|
-
*
|
|
532
|
+
*
|
|
533
|
+
* @description Link to the document storage folder.
|
|
534
|
+
*
|
|
535
|
+
* @example 15234
|
|
473
536
|
*
|
|
474
537
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
475
538
|
*/
|
|
476
539
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
477
540
|
/**
|
|
478
|
-
*
|
|
541
|
+
*
|
|
542
|
+
* @description The user-provided reference ID.
|
|
543
|
+
*
|
|
544
|
+
* @example "ABS-2023-001"
|
|
479
545
|
*
|
|
480
546
|
* @generated from field: string reference_id = 10;
|
|
481
547
|
*/
|
|
482
548
|
referenceId = "";
|
|
483
549
|
/**
|
|
484
|
-
*
|
|
550
|
+
*
|
|
551
|
+
* @description The system-generated immutable reference number.
|
|
552
|
+
*
|
|
553
|
+
* @example "ABS-2023-X9Z2"
|
|
485
554
|
*
|
|
486
555
|
* @generated from field: string final_ref_number = 11;
|
|
487
556
|
*/
|
|
@@ -681,25 +750,31 @@ exports.ReplaceableIndentsServiceItemUpdateRequest = ReplaceableIndentsServiceIt
|
|
|
681
750
|
*/
|
|
682
751
|
class ReplaceableIndentItem extends protobuf_1.Message {
|
|
683
752
|
/**
|
|
684
|
-
*
|
|
753
|
+
*
|
|
754
|
+
* @description The organization's globally unique identifier.
|
|
755
|
+
*
|
|
756
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
685
757
|
*
|
|
686
758
|
* @generated from field: string entity_uuid = 1;
|
|
687
759
|
*/
|
|
688
760
|
entityUuid = "";
|
|
689
761
|
/**
|
|
690
|
-
*
|
|
762
|
+
*
|
|
763
|
+
* @description Standard employee and record metadata including timestamps.
|
|
691
764
|
*
|
|
692
765
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
693
766
|
*/
|
|
694
767
|
metadata;
|
|
695
768
|
/**
|
|
696
|
-
*
|
|
769
|
+
*
|
|
770
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
697
771
|
*
|
|
698
772
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
699
773
|
*/
|
|
700
774
|
approvalMetadata;
|
|
701
775
|
/**
|
|
702
|
-
*
|
|
776
|
+
*
|
|
777
|
+
* @description The approval state of the record
|
|
703
778
|
*
|
|
704
779
|
* @generated from field: bool need_approval = 4;
|
|
705
780
|
*/
|
|
@@ -924,31 +999,62 @@ exports.ReplaceableIndentItemProspectiveInfoRequest = ReplaceableIndentItemProsp
|
|
|
924
999
|
*/
|
|
925
1000
|
class ReplaceableIndentsServicePaginationReq extends protobuf_1.Message {
|
|
926
1001
|
/**
|
|
927
|
-
*
|
|
1002
|
+
*
|
|
1003
|
+
* @optional
|
|
1004
|
+
*
|
|
1005
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1006
|
+
*
|
|
1007
|
+
* @example ANY
|
|
928
1008
|
*
|
|
929
1009
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
930
1010
|
*/
|
|
931
1011
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
932
1012
|
/**
|
|
933
|
-
*
|
|
1013
|
+
*
|
|
1014
|
+
* @mandatory
|
|
1015
|
+
*
|
|
1016
|
+
* @description Number of records to return per page.
|
|
1017
|
+
*
|
|
1018
|
+
* @example 50
|
|
1019
|
+
*
|
|
1020
|
+
* @regex ^[1-9][0-9]*$
|
|
1021
|
+
*
|
|
1022
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
934
1023
|
*
|
|
935
1024
|
* @generated from field: int64 count = 2;
|
|
936
1025
|
*/
|
|
937
1026
|
count = protobuf_1.protoInt64.zero;
|
|
938
1027
|
/**
|
|
939
|
-
*
|
|
1028
|
+
*
|
|
1029
|
+
* @optional
|
|
1030
|
+
*
|
|
1031
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1032
|
+
*
|
|
1033
|
+
* @example 0
|
|
1034
|
+
*
|
|
1035
|
+
* @regex ^[0-9]+$
|
|
1036
|
+
*
|
|
1037
|
+
* @format Non-negative integer.
|
|
940
1038
|
*
|
|
941
1039
|
* @generated from field: uint64 offset = 3;
|
|
942
1040
|
*/
|
|
943
1041
|
offset = protobuf_1.protoInt64.zero;
|
|
944
1042
|
/**
|
|
945
|
-
*
|
|
1043
|
+
*
|
|
1044
|
+
* @optional
|
|
1045
|
+
*
|
|
1046
|
+
* @description Sort direction.
|
|
1047
|
+
*
|
|
1048
|
+
* @example DESCENDING
|
|
946
1049
|
*
|
|
947
1050
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
948
1051
|
*/
|
|
949
1052
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
950
1053
|
/**
|
|
951
|
-
*
|
|
1054
|
+
*
|
|
1055
|
+
* @optional
|
|
1056
|
+
*
|
|
1057
|
+
* @description The specific field key to sort the results by.
|
|
952
1058
|
*
|
|
953
1059
|
* @generated from field: Scailo.REPLACEABLE_INDENT_SORT_KEY sort_key = 5;
|
|
954
1060
|
*/
|
|
@@ -995,25 +1101,35 @@ exports.ReplaceableIndentsServicePaginationReq = ReplaceableIndentsServicePagina
|
|
|
995
1101
|
*/
|
|
996
1102
|
class ReplaceableIndentsServicePaginationResponse extends protobuf_1.Message {
|
|
997
1103
|
/**
|
|
998
|
-
*
|
|
1104
|
+
*
|
|
1105
|
+
* @description Number of records returned in the current response slice.
|
|
1106
|
+
*
|
|
1107
|
+
* @example 50
|
|
999
1108
|
*
|
|
1000
1109
|
* @generated from field: uint64 count = 1;
|
|
1001
1110
|
*/
|
|
1002
1111
|
count = protobuf_1.protoInt64.zero;
|
|
1003
1112
|
/**
|
|
1004
|
-
*
|
|
1113
|
+
*
|
|
1114
|
+
* @description The offset provided in the request.
|
|
1115
|
+
*
|
|
1116
|
+
* @example 0
|
|
1005
1117
|
*
|
|
1006
1118
|
* @generated from field: uint64 offset = 2;
|
|
1007
1119
|
*/
|
|
1008
1120
|
offset = protobuf_1.protoInt64.zero;
|
|
1009
1121
|
/**
|
|
1010
|
-
*
|
|
1122
|
+
*
|
|
1123
|
+
* @description The total number of records matching the criteria.
|
|
1124
|
+
*
|
|
1125
|
+
* @example 1250
|
|
1011
1126
|
*
|
|
1012
1127
|
* @generated from field: uint64 total = 3;
|
|
1013
1128
|
*/
|
|
1014
1129
|
total = protobuf_1.protoInt64.zero;
|
|
1015
1130
|
/**
|
|
1016
|
-
*
|
|
1131
|
+
*
|
|
1132
|
+
* @description The array of records for the current page.
|
|
1017
1133
|
*
|
|
1018
1134
|
* @generated from field: repeated Scailo.ReplaceableIndent payload = 4;
|
|
1019
1135
|
*/
|
|
@@ -1052,115 +1168,268 @@ exports.ReplaceableIndentsServicePaginationResponse = ReplaceableIndentsServiceP
|
|
|
1052
1168
|
*/
|
|
1053
1169
|
class ReplaceableIndentsServiceFilterReq extends protobuf_1.Message {
|
|
1054
1170
|
/**
|
|
1055
|
-
*
|
|
1171
|
+
*
|
|
1172
|
+
* @optional
|
|
1173
|
+
*
|
|
1174
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1175
|
+
*
|
|
1176
|
+
* @example ANY
|
|
1056
1177
|
*
|
|
1057
1178
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1058
1179
|
*/
|
|
1059
1180
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1060
1181
|
/**
|
|
1061
|
-
*
|
|
1182
|
+
*
|
|
1183
|
+
* @mandatory
|
|
1184
|
+
*
|
|
1185
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1186
|
+
*
|
|
1187
|
+
* @example 100
|
|
1188
|
+
*
|
|
1189
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1190
|
+
*
|
|
1191
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1062
1192
|
*
|
|
1063
1193
|
* @generated from field: int64 count = 2;
|
|
1064
1194
|
*/
|
|
1065
1195
|
count = protobuf_1.protoInt64.zero;
|
|
1066
1196
|
/**
|
|
1067
|
-
*
|
|
1197
|
+
*
|
|
1198
|
+
* @optional
|
|
1199
|
+
*
|
|
1200
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1201
|
+
*
|
|
1202
|
+
* @example 0
|
|
1203
|
+
*
|
|
1204
|
+
* @regex ^[0-9]+$
|
|
1205
|
+
*
|
|
1206
|
+
* @format Non-negative integer.
|
|
1068
1207
|
*
|
|
1069
1208
|
* @generated from field: uint64 offset = 3;
|
|
1070
1209
|
*/
|
|
1071
1210
|
offset = protobuf_1.protoInt64.zero;
|
|
1072
1211
|
/**
|
|
1073
|
-
*
|
|
1212
|
+
*
|
|
1213
|
+
* @optional
|
|
1214
|
+
*
|
|
1215
|
+
* @description Sort direction.
|
|
1216
|
+
*
|
|
1217
|
+
* @example DESCENDING
|
|
1074
1218
|
*
|
|
1075
1219
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1076
1220
|
*/
|
|
1077
1221
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1078
1222
|
/**
|
|
1079
|
-
*
|
|
1223
|
+
*
|
|
1224
|
+
* @optional
|
|
1225
|
+
*
|
|
1226
|
+
* @description The field used for sorting.
|
|
1080
1227
|
*
|
|
1081
1228
|
* @generated from field: Scailo.REPLACEABLE_INDENT_SORT_KEY sort_key = 5;
|
|
1082
1229
|
*/
|
|
1083
1230
|
sortKey = REPLACEABLE_INDENT_SORT_KEY.REPLACEABLE_INDENT_SORT_KEY_ID_UNSPECIFIED;
|
|
1084
1231
|
/**
|
|
1085
|
-
*
|
|
1232
|
+
*
|
|
1233
|
+
* @optional
|
|
1234
|
+
*
|
|
1235
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1236
|
+
*
|
|
1237
|
+
* @example 1672531200
|
|
1238
|
+
*
|
|
1239
|
+
* @regex ^[0-9]+$
|
|
1240
|
+
*
|
|
1241
|
+
* @format Non-negative integer.
|
|
1086
1242
|
*
|
|
1087
1243
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1088
1244
|
*/
|
|
1089
1245
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1090
1246
|
/**
|
|
1091
|
-
*
|
|
1247
|
+
*
|
|
1248
|
+
* @optional
|
|
1249
|
+
*
|
|
1250
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1251
|
+
*
|
|
1252
|
+
* @example 1704067199
|
|
1253
|
+
*
|
|
1254
|
+
* @regex ^[0-9]+$
|
|
1255
|
+
*
|
|
1256
|
+
* @format Non-negative integer.
|
|
1092
1257
|
*
|
|
1093
1258
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1094
1259
|
*/
|
|
1095
1260
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1096
1261
|
/**
|
|
1097
|
-
*
|
|
1262
|
+
*
|
|
1263
|
+
* @optional
|
|
1264
|
+
*
|
|
1265
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1266
|
+
*
|
|
1267
|
+
* @example 1672531200
|
|
1268
|
+
*
|
|
1269
|
+
* @regex ^[0-9]+$
|
|
1270
|
+
*
|
|
1271
|
+
* @format Non-negative integer.
|
|
1098
1272
|
*
|
|
1099
1273
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1100
1274
|
*/
|
|
1101
1275
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1102
1276
|
/**
|
|
1103
|
-
*
|
|
1277
|
+
*
|
|
1278
|
+
* @optional
|
|
1279
|
+
*
|
|
1280
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1281
|
+
*
|
|
1282
|
+
* @example 1704067199
|
|
1283
|
+
*
|
|
1284
|
+
* @regex ^[0-9]+$
|
|
1285
|
+
*
|
|
1286
|
+
* @format Non-negative integer.
|
|
1104
1287
|
*
|
|
1105
1288
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1106
1289
|
*/
|
|
1107
1290
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1108
1291
|
/**
|
|
1109
|
-
*
|
|
1292
|
+
*
|
|
1293
|
+
* @optional
|
|
1294
|
+
*
|
|
1295
|
+
* @description Filter by the organization UUID.
|
|
1296
|
+
*
|
|
1297
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1298
|
+
*
|
|
1299
|
+
* @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}$
|
|
1300
|
+
*
|
|
1301
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1110
1302
|
*
|
|
1111
1303
|
* @generated from field: string entity_uuid = 8;
|
|
1112
1304
|
*/
|
|
1113
1305
|
entityUuid = "";
|
|
1114
1306
|
/**
|
|
1115
|
-
*
|
|
1307
|
+
*
|
|
1308
|
+
* @optional
|
|
1309
|
+
*
|
|
1310
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1311
|
+
*
|
|
1312
|
+
* @example STANDING
|
|
1116
1313
|
*
|
|
1117
1314
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1118
1315
|
*/
|
|
1119
1316
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1120
1317
|
/**
|
|
1121
|
-
*
|
|
1318
|
+
*
|
|
1319
|
+
* @optional
|
|
1320
|
+
*
|
|
1321
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1322
|
+
*
|
|
1323
|
+
* @example 1672531200
|
|
1324
|
+
*
|
|
1325
|
+
* @regex ^[0-9]+$
|
|
1326
|
+
*
|
|
1327
|
+
* @format Non-negative integer.
|
|
1122
1328
|
*
|
|
1123
1329
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1124
1330
|
*/
|
|
1125
1331
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1126
1332
|
/**
|
|
1127
|
-
*
|
|
1333
|
+
*
|
|
1334
|
+
* @optional
|
|
1335
|
+
*
|
|
1336
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1337
|
+
*
|
|
1338
|
+
* @example 1704067199
|
|
1339
|
+
*
|
|
1340
|
+
* @regex ^[0-9]+$
|
|
1341
|
+
*
|
|
1342
|
+
* @format Non-negative integer.
|
|
1128
1343
|
*
|
|
1129
1344
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1130
1345
|
*/
|
|
1131
1346
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1132
1347
|
/**
|
|
1133
|
-
*
|
|
1348
|
+
*
|
|
1349
|
+
* @optional
|
|
1350
|
+
*
|
|
1351
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1352
|
+
*
|
|
1353
|
+
* @example 501
|
|
1354
|
+
*
|
|
1355
|
+
* @regex ^[0-9]+$
|
|
1356
|
+
*
|
|
1357
|
+
* @format Non-negative integer.
|
|
1134
1358
|
*
|
|
1135
1359
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1136
1360
|
*/
|
|
1137
1361
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1138
1362
|
/**
|
|
1139
|
-
*
|
|
1363
|
+
*
|
|
1364
|
+
* @optional
|
|
1365
|
+
*
|
|
1366
|
+
* @description Filter by the role ID of the approver.
|
|
1367
|
+
*
|
|
1368
|
+
* @example 5
|
|
1369
|
+
*
|
|
1370
|
+
* @regex ^[0-9]+$
|
|
1371
|
+
*
|
|
1372
|
+
* @format Non-negative integer.
|
|
1140
1373
|
*
|
|
1141
1374
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1142
1375
|
*/
|
|
1143
1376
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1144
1377
|
/**
|
|
1145
|
-
*
|
|
1378
|
+
*
|
|
1379
|
+
* @optional
|
|
1380
|
+
*
|
|
1381
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1382
|
+
*
|
|
1383
|
+
* @example 1672531200
|
|
1384
|
+
*
|
|
1385
|
+
* @regex ^[0-9]+$
|
|
1386
|
+
*
|
|
1387
|
+
* @format Non-negative integer.
|
|
1146
1388
|
*
|
|
1147
1389
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1148
1390
|
*/
|
|
1149
1391
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1150
1392
|
/**
|
|
1151
|
-
*
|
|
1393
|
+
*
|
|
1394
|
+
* @optional
|
|
1395
|
+
*
|
|
1396
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1397
|
+
*
|
|
1398
|
+
* @example 1704067199
|
|
1399
|
+
*
|
|
1400
|
+
* @regex ^[0-9]+$
|
|
1401
|
+
*
|
|
1402
|
+
* @format Non-negative integer.
|
|
1152
1403
|
*
|
|
1153
1404
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1154
1405
|
*/
|
|
1155
1406
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1156
1407
|
/**
|
|
1157
|
-
*
|
|
1408
|
+
*
|
|
1409
|
+
* @optional
|
|
1410
|
+
*
|
|
1411
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1412
|
+
*
|
|
1413
|
+
* @example "ABS-2023-001"
|
|
1414
|
+
*
|
|
1415
|
+
* @regex [0-9A-Za-z ]*$
|
|
1416
|
+
*
|
|
1417
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1158
1418
|
*
|
|
1159
1419
|
* @generated from field: string reference_id = 20;
|
|
1160
1420
|
*/
|
|
1161
1421
|
referenceId = "";
|
|
1162
1422
|
/**
|
|
1163
|
-
*
|
|
1423
|
+
*
|
|
1424
|
+
* @optional
|
|
1425
|
+
*
|
|
1426
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1427
|
+
*
|
|
1428
|
+
* @example "ABS-2023-X9Z2"
|
|
1429
|
+
*
|
|
1430
|
+
* @regex [0-9A-Za-z ]*$
|
|
1431
|
+
*
|
|
1432
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1164
1433
|
*
|
|
1165
1434
|
* @generated from field: string final_ref_number = 21;
|
|
1166
1435
|
*/
|
|
@@ -1256,91 +1525,218 @@ exports.ReplaceableIndentsServiceFilterReq = ReplaceableIndentsServiceFilterReq;
|
|
|
1256
1525
|
*/
|
|
1257
1526
|
class ReplaceableIndentsServiceCountReq extends protobuf_1.Message {
|
|
1258
1527
|
/**
|
|
1259
|
-
*
|
|
1528
|
+
*
|
|
1529
|
+
* @optional
|
|
1530
|
+
*
|
|
1531
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1532
|
+
*
|
|
1533
|
+
* @example ANY
|
|
1260
1534
|
*
|
|
1261
1535
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1262
1536
|
*/
|
|
1263
1537
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1264
1538
|
/**
|
|
1265
|
-
*
|
|
1539
|
+
*
|
|
1540
|
+
* @optional
|
|
1541
|
+
*
|
|
1542
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1543
|
+
*
|
|
1544
|
+
* @example 1672531200
|
|
1545
|
+
*
|
|
1546
|
+
* @regex ^[0-9]+$
|
|
1547
|
+
*
|
|
1548
|
+
* @format Non-negative integer.
|
|
1266
1549
|
*
|
|
1267
1550
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1268
1551
|
*/
|
|
1269
1552
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1270
1553
|
/**
|
|
1271
|
-
*
|
|
1554
|
+
*
|
|
1555
|
+
* @optional
|
|
1556
|
+
*
|
|
1557
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1558
|
+
*
|
|
1559
|
+
* @example 1704067199
|
|
1560
|
+
*
|
|
1561
|
+
* @regex ^[0-9]+$
|
|
1562
|
+
*
|
|
1563
|
+
* @format Non-negative integer.
|
|
1272
1564
|
*
|
|
1273
1565
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1274
1566
|
*/
|
|
1275
1567
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1276
1568
|
/**
|
|
1277
|
-
*
|
|
1569
|
+
*
|
|
1570
|
+
* @optional
|
|
1571
|
+
*
|
|
1572
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1573
|
+
*
|
|
1574
|
+
* @example 1672531200
|
|
1575
|
+
*
|
|
1576
|
+
* @regex ^[0-9]+$
|
|
1577
|
+
*
|
|
1578
|
+
* @format Non-negative integer.
|
|
1278
1579
|
*
|
|
1279
1580
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1280
1581
|
*/
|
|
1281
1582
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1282
1583
|
/**
|
|
1283
|
-
*
|
|
1584
|
+
*
|
|
1585
|
+
* @optional
|
|
1586
|
+
*
|
|
1587
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1588
|
+
*
|
|
1589
|
+
* @example 1704067199
|
|
1590
|
+
*
|
|
1591
|
+
* @regex ^[0-9]+$
|
|
1592
|
+
*
|
|
1593
|
+
* @format Non-negative integer.
|
|
1284
1594
|
*
|
|
1285
1595
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1286
1596
|
*/
|
|
1287
1597
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1288
1598
|
/**
|
|
1289
|
-
*
|
|
1599
|
+
*
|
|
1600
|
+
* @optional
|
|
1601
|
+
*
|
|
1602
|
+
* @description Filter by the organization UUID.
|
|
1603
|
+
*
|
|
1604
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1605
|
+
*
|
|
1606
|
+
* @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}$
|
|
1607
|
+
*
|
|
1608
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1290
1609
|
*
|
|
1291
1610
|
* @generated from field: string entity_uuid = 8;
|
|
1292
1611
|
*/
|
|
1293
1612
|
entityUuid = "";
|
|
1294
1613
|
/**
|
|
1295
|
-
*
|
|
1614
|
+
*
|
|
1615
|
+
* @optional
|
|
1616
|
+
*
|
|
1617
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1618
|
+
*
|
|
1619
|
+
* @example STANDING
|
|
1296
1620
|
*
|
|
1297
1621
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1298
1622
|
*/
|
|
1299
1623
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1300
1624
|
/**
|
|
1301
|
-
*
|
|
1625
|
+
*
|
|
1626
|
+
* @optional
|
|
1627
|
+
*
|
|
1628
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1629
|
+
*
|
|
1630
|
+
* @example 1672531200
|
|
1631
|
+
*
|
|
1632
|
+
* @regex ^[0-9]+$
|
|
1633
|
+
*
|
|
1634
|
+
* @format Non-negative integer.
|
|
1302
1635
|
*
|
|
1303
1636
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1304
1637
|
*/
|
|
1305
1638
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1306
1639
|
/**
|
|
1307
|
-
*
|
|
1640
|
+
*
|
|
1641
|
+
* @optional
|
|
1642
|
+
*
|
|
1643
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1644
|
+
*
|
|
1645
|
+
* @example 1704067199
|
|
1646
|
+
*
|
|
1647
|
+
* @regex ^[0-9]+$
|
|
1648
|
+
*
|
|
1649
|
+
* @format Non-negative integer.
|
|
1308
1650
|
*
|
|
1309
1651
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1310
1652
|
*/
|
|
1311
1653
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1312
1654
|
/**
|
|
1313
|
-
*
|
|
1655
|
+
*
|
|
1656
|
+
* @optional
|
|
1657
|
+
*
|
|
1658
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1659
|
+
*
|
|
1660
|
+
* @example 501
|
|
1661
|
+
*
|
|
1662
|
+
* @regex ^[0-9]+$
|
|
1663
|
+
*
|
|
1664
|
+
* @format Non-negative integer.
|
|
1314
1665
|
*
|
|
1315
1666
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1316
1667
|
*/
|
|
1317
1668
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1318
1669
|
/**
|
|
1319
|
-
*
|
|
1670
|
+
*
|
|
1671
|
+
* @optional
|
|
1672
|
+
*
|
|
1673
|
+
* @description Filter by the role ID of the approver.
|
|
1674
|
+
*
|
|
1675
|
+
* @example 5
|
|
1676
|
+
*
|
|
1677
|
+
* @regex ^[0-9]+$
|
|
1678
|
+
*
|
|
1679
|
+
* @format Non-negative integer.
|
|
1320
1680
|
*
|
|
1321
1681
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1322
1682
|
*/
|
|
1323
1683
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1324
1684
|
/**
|
|
1325
|
-
*
|
|
1685
|
+
*
|
|
1686
|
+
* @optional
|
|
1687
|
+
*
|
|
1688
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1689
|
+
*
|
|
1690
|
+
* @example 1672531200
|
|
1691
|
+
*
|
|
1692
|
+
* @regex ^[0-9]+$
|
|
1693
|
+
*
|
|
1694
|
+
* @format Non-negative integer.
|
|
1326
1695
|
*
|
|
1327
1696
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1328
1697
|
*/
|
|
1329
1698
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1330
1699
|
/**
|
|
1331
|
-
*
|
|
1700
|
+
*
|
|
1701
|
+
* @optional
|
|
1702
|
+
*
|
|
1703
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1704
|
+
*
|
|
1705
|
+
* @example 1704067199
|
|
1706
|
+
*
|
|
1707
|
+
* @regex ^[0-9]+$
|
|
1708
|
+
*
|
|
1709
|
+
* @format Non-negative integer.
|
|
1332
1710
|
*
|
|
1333
1711
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1334
1712
|
*/
|
|
1335
1713
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1336
1714
|
/**
|
|
1337
|
-
*
|
|
1715
|
+
*
|
|
1716
|
+
* @optional
|
|
1717
|
+
*
|
|
1718
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1719
|
+
*
|
|
1720
|
+
* @example "ABS-2023-001"
|
|
1721
|
+
*
|
|
1722
|
+
* @regex [0-9A-Za-z ]*$
|
|
1723
|
+
*
|
|
1724
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1338
1725
|
*
|
|
1339
1726
|
* @generated from field: string reference_id = 20;
|
|
1340
1727
|
*/
|
|
1341
1728
|
referenceId = "";
|
|
1342
1729
|
/**
|
|
1343
|
-
*
|
|
1730
|
+
*
|
|
1731
|
+
* @optional
|
|
1732
|
+
*
|
|
1733
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1734
|
+
*
|
|
1735
|
+
* @example "ABS-2023-X9Z2"
|
|
1736
|
+
*
|
|
1737
|
+
* @regex [0-9A-Za-z ]*$
|
|
1738
|
+
*
|
|
1739
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1344
1740
|
*
|
|
1345
1741
|
* @generated from field: string final_ref_number = 21;
|
|
1346
1742
|
*/
|
|
@@ -1432,49 +1828,103 @@ exports.ReplaceableIndentsServiceCountReq = ReplaceableIndentsServiceCountReq;
|
|
|
1432
1828
|
*/
|
|
1433
1829
|
class ReplaceableIndentsServiceSearchAllReq extends protobuf_1.Message {
|
|
1434
1830
|
/**
|
|
1435
|
-
*
|
|
1831
|
+
*
|
|
1832
|
+
* @optional
|
|
1833
|
+
*
|
|
1834
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1835
|
+
*
|
|
1836
|
+
* @example ANY
|
|
1436
1837
|
*
|
|
1437
1838
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1438
1839
|
*/
|
|
1439
1840
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1440
1841
|
/**
|
|
1441
|
-
*
|
|
1842
|
+
*
|
|
1843
|
+
* @mandatory
|
|
1844
|
+
*
|
|
1845
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1846
|
+
*
|
|
1847
|
+
* @example 100
|
|
1848
|
+
*
|
|
1849
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1850
|
+
*
|
|
1851
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1442
1852
|
*
|
|
1443
1853
|
* @generated from field: int64 count = 2;
|
|
1444
1854
|
*/
|
|
1445
1855
|
count = protobuf_1.protoInt64.zero;
|
|
1446
1856
|
/**
|
|
1447
|
-
*
|
|
1857
|
+
*
|
|
1858
|
+
* @optional
|
|
1859
|
+
*
|
|
1860
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1861
|
+
*
|
|
1862
|
+
* @example 0
|
|
1863
|
+
*
|
|
1864
|
+
* @regex ^[0-9]+$
|
|
1865
|
+
*
|
|
1866
|
+
* @format Non-negative integer.
|
|
1448
1867
|
*
|
|
1449
1868
|
* @generated from field: uint64 offset = 3;
|
|
1450
1869
|
*/
|
|
1451
1870
|
offset = protobuf_1.protoInt64.zero;
|
|
1452
1871
|
/**
|
|
1453
|
-
*
|
|
1872
|
+
*
|
|
1873
|
+
* @optional
|
|
1874
|
+
*
|
|
1875
|
+
* @description Sort direction.
|
|
1876
|
+
*
|
|
1877
|
+
* @example DESCENDING
|
|
1454
1878
|
*
|
|
1455
1879
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1456
1880
|
*/
|
|
1457
1881
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1458
1882
|
/**
|
|
1459
|
-
*
|
|
1883
|
+
*
|
|
1884
|
+
* @optional
|
|
1885
|
+
*
|
|
1886
|
+
* @description The field used for sorting.
|
|
1460
1887
|
*
|
|
1461
1888
|
* @generated from field: Scailo.REPLACEABLE_INDENT_SORT_KEY sort_key = 5;
|
|
1462
1889
|
*/
|
|
1463
1890
|
sortKey = REPLACEABLE_INDENT_SORT_KEY.REPLACEABLE_INDENT_SORT_KEY_ID_UNSPECIFIED;
|
|
1464
1891
|
/**
|
|
1465
|
-
*
|
|
1892
|
+
*
|
|
1893
|
+
* @optional
|
|
1894
|
+
*
|
|
1895
|
+
* @description Filter by the organization UUID.
|
|
1896
|
+
*
|
|
1897
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1898
|
+
*
|
|
1899
|
+
* @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}$
|
|
1900
|
+
*
|
|
1901
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1466
1902
|
*
|
|
1467
1903
|
* @generated from field: string entity_uuid = 6;
|
|
1468
1904
|
*/
|
|
1469
1905
|
entityUuid = "";
|
|
1470
1906
|
/**
|
|
1471
|
-
*
|
|
1907
|
+
*
|
|
1908
|
+
* @optional
|
|
1909
|
+
*
|
|
1910
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1911
|
+
*
|
|
1912
|
+
* @example STANDING
|
|
1472
1913
|
*
|
|
1473
1914
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1474
1915
|
*/
|
|
1475
1916
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1476
1917
|
/**
|
|
1477
|
-
*
|
|
1918
|
+
*
|
|
1919
|
+
* @mandatory
|
|
1920
|
+
*
|
|
1921
|
+
* @description The search string to match against reference IDs.
|
|
1922
|
+
*
|
|
1923
|
+
* @example "Medical 2023"
|
|
1924
|
+
*
|
|
1925
|
+
* @regex .*
|
|
1926
|
+
*
|
|
1927
|
+
* @format: May contain any UTF-8 characters.
|
|
1478
1928
|
*
|
|
1479
1929
|
* @generated from field: string search_key = 11;
|
|
1480
1930
|
*/
|
|
@@ -1545,37 +1995,77 @@ exports.ReplaceableIndentsServiceSearchAllReq = ReplaceableIndentsServiceSearchA
|
|
|
1545
1995
|
*/
|
|
1546
1996
|
class ReplaceableIndentItemsSearchRequest extends protobuf_1.Message {
|
|
1547
1997
|
/**
|
|
1548
|
-
*
|
|
1998
|
+
*
|
|
1999
|
+
* @optional
|
|
2000
|
+
*
|
|
2001
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2002
|
+
*
|
|
2003
|
+
* @example ANY
|
|
1549
2004
|
*
|
|
1550
2005
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1551
2006
|
*/
|
|
1552
2007
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1553
2008
|
/**
|
|
1554
|
-
*
|
|
2009
|
+
*
|
|
2010
|
+
* @mandatory
|
|
2011
|
+
*
|
|
2012
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2013
|
+
*
|
|
2014
|
+
* @example 100
|
|
2015
|
+
*
|
|
2016
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2017
|
+
*
|
|
2018
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1555
2019
|
*
|
|
1556
2020
|
* @generated from field: int64 count = 2;
|
|
1557
2021
|
*/
|
|
1558
2022
|
count = protobuf_1.protoInt64.zero;
|
|
1559
2023
|
/**
|
|
1560
|
-
*
|
|
2024
|
+
*
|
|
2025
|
+
* @optional
|
|
2026
|
+
*
|
|
2027
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2028
|
+
*
|
|
2029
|
+
* @example 0
|
|
2030
|
+
*
|
|
2031
|
+
* @regex ^[0-9]+$
|
|
2032
|
+
*
|
|
2033
|
+
* @format Non-negative integer.
|
|
1561
2034
|
*
|
|
1562
2035
|
* @generated from field: uint64 offset = 3;
|
|
1563
2036
|
*/
|
|
1564
2037
|
offset = protobuf_1.protoInt64.zero;
|
|
1565
2038
|
/**
|
|
1566
|
-
*
|
|
2039
|
+
*
|
|
2040
|
+
* @optional
|
|
2041
|
+
*
|
|
2042
|
+
* @description Sort direction.
|
|
2043
|
+
*
|
|
2044
|
+
* @example DESCENDING
|
|
1567
2045
|
*
|
|
1568
2046
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1569
2047
|
*/
|
|
1570
2048
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1571
2049
|
/**
|
|
1572
|
-
*
|
|
2050
|
+
*
|
|
2051
|
+
* @optional
|
|
2052
|
+
*
|
|
2053
|
+
* @description The field used for sorting.
|
|
1573
2054
|
*
|
|
1574
2055
|
* @generated from field: Scailo.REPLACEABLE_INDENT_ITEM_SORT_KEY sort_key = 5;
|
|
1575
2056
|
*/
|
|
1576
2057
|
sortKey = REPLACEABLE_INDENT_ITEM_SORT_KEY.REPLACEABLE_INDENT_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1577
2058
|
/**
|
|
1578
|
-
*
|
|
2059
|
+
*
|
|
2060
|
+
* @optional
|
|
2061
|
+
*
|
|
2062
|
+
* @description Filter by the organization UUID.
|
|
2063
|
+
*
|
|
2064
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2065
|
+
*
|
|
2066
|
+
* @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}$
|
|
2067
|
+
*
|
|
2068
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1579
2069
|
*
|
|
1580
2070
|
* @generated from field: string entity_uuid = 6;
|
|
1581
2071
|
*/
|
|
@@ -1672,25 +2162,35 @@ exports.ReplaceableIndentItemsSearchRequest = ReplaceableIndentItemsSearchReques
|
|
|
1672
2162
|
*/
|
|
1673
2163
|
class ReplaceableIndentsServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1674
2164
|
/**
|
|
1675
|
-
*
|
|
2165
|
+
*
|
|
2166
|
+
* @description Number of records returned in the current response slice.
|
|
2167
|
+
*
|
|
2168
|
+
* @example 50
|
|
1676
2169
|
*
|
|
1677
2170
|
* @generated from field: uint64 count = 1;
|
|
1678
2171
|
*/
|
|
1679
2172
|
count = protobuf_1.protoInt64.zero;
|
|
1680
2173
|
/**
|
|
1681
|
-
*
|
|
2174
|
+
*
|
|
2175
|
+
* @description The offset provided in the request.
|
|
2176
|
+
*
|
|
2177
|
+
* @example 0
|
|
1682
2178
|
*
|
|
1683
2179
|
* @generated from field: uint64 offset = 2;
|
|
1684
2180
|
*/
|
|
1685
2181
|
offset = protobuf_1.protoInt64.zero;
|
|
1686
2182
|
/**
|
|
1687
|
-
*
|
|
2183
|
+
*
|
|
2184
|
+
* @description The total number of records matching the criteria.
|
|
2185
|
+
*
|
|
2186
|
+
* @example 1250
|
|
1688
2187
|
*
|
|
1689
2188
|
* @generated from field: uint64 total = 3;
|
|
1690
2189
|
*/
|
|
1691
2190
|
total = protobuf_1.protoInt64.zero;
|
|
1692
2191
|
/**
|
|
1693
|
-
*
|
|
2192
|
+
*
|
|
2193
|
+
* @description The array of records for the current page.
|
|
1694
2194
|
*
|
|
1695
2195
|
* @generated from field: repeated Scailo.ReplaceableIndentItem payload = 4;
|
|
1696
2196
|
*/
|