@kernelminds/scailo-sdk 0.1.28 → 0.1.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +48 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +105 -21
- package/lib/cjs/src/families.scailo_pb.js +490 -89
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +240 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +127 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +87 -22
- package/lib/cjs/src/users.scailo_pb.js +447 -81
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +47 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +106 -22
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +494 -96
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +238 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +128 -26
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +48 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +105 -21
- package/lib/esm/src/families.scailo_pb.js +514 -101
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +240 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +127 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +87 -22
- package/lib/esm/src/users.scailo_pb.js +451 -83
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +47 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +106 -22
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +494 -96
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +238 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +128 -26
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -290,7 +290,16 @@ protobuf_1.proto3.util.setEnumType(SUPPLY_OFFER_ITEM_STATUS, "Scailo.SUPPLY_OFFE
|
|
|
290
290
|
*/
|
|
291
291
|
class SupplyOffersServiceCreateRequest extends protobuf_1.Message {
|
|
292
292
|
/**
|
|
293
|
-
*
|
|
293
|
+
*
|
|
294
|
+
* @optional
|
|
295
|
+
*
|
|
296
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
297
|
+
*
|
|
298
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
299
|
+
*
|
|
300
|
+
* @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}$
|
|
301
|
+
*
|
|
302
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
294
303
|
*
|
|
295
304
|
* @generated from field: string entity_uuid = 1;
|
|
296
305
|
*/
|
|
@@ -302,13 +311,31 @@ class SupplyOffersServiceCreateRequest extends protobuf_1.Message {
|
|
|
302
311
|
*/
|
|
303
312
|
userComment = "";
|
|
304
313
|
/**
|
|
305
|
-
*
|
|
314
|
+
*
|
|
315
|
+
* @optional
|
|
316
|
+
*
|
|
317
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
318
|
+
*
|
|
319
|
+
* @example 15234
|
|
320
|
+
*
|
|
321
|
+
* @regex ^[0-9]+$
|
|
322
|
+
*
|
|
323
|
+
* @format Non-negative integer.
|
|
306
324
|
*
|
|
307
325
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
308
326
|
*/
|
|
309
327
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
310
328
|
/**
|
|
311
|
-
*
|
|
329
|
+
*
|
|
330
|
+
* @mandatory
|
|
331
|
+
*
|
|
332
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
333
|
+
*
|
|
334
|
+
* @example "ABS-2023-001"
|
|
335
|
+
*
|
|
336
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
337
|
+
*
|
|
338
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
312
339
|
*
|
|
313
340
|
* @generated from field: string reference_id = 10;
|
|
314
341
|
*/
|
|
@@ -436,19 +463,42 @@ class SupplyOffersServiceUpdateRequest extends protobuf_1.Message {
|
|
|
436
463
|
*/
|
|
437
464
|
id = protobuf_1.protoInt64.zero;
|
|
438
465
|
/**
|
|
439
|
-
*
|
|
466
|
+
*
|
|
467
|
+
* @optional
|
|
468
|
+
*
|
|
469
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
470
|
+
*
|
|
471
|
+
* @example true
|
|
440
472
|
*
|
|
441
473
|
* @generated from field: bool notify_users = 3;
|
|
442
474
|
*/
|
|
443
475
|
notifyUsers = false;
|
|
444
476
|
/**
|
|
445
|
-
*
|
|
477
|
+
*
|
|
478
|
+
* @optional
|
|
479
|
+
*
|
|
480
|
+
* @description Updated vault folder ID for documentation storage.
|
|
481
|
+
*
|
|
482
|
+
* @example 15235
|
|
483
|
+
*
|
|
484
|
+
* @regex ^[0-9]+$
|
|
485
|
+
*
|
|
486
|
+
* @format Non-negative integer.
|
|
446
487
|
*
|
|
447
488
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
448
489
|
*/
|
|
449
490
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
450
491
|
/**
|
|
451
|
-
*
|
|
492
|
+
*
|
|
493
|
+
* @mandatory
|
|
494
|
+
*
|
|
495
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
496
|
+
*
|
|
497
|
+
* @example "ABS-2023-001-REV"
|
|
498
|
+
*
|
|
499
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
500
|
+
*
|
|
501
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
452
502
|
*
|
|
453
503
|
* @generated from field: string reference_id = 10;
|
|
454
504
|
*/
|
|
@@ -658,55 +708,74 @@ exports.SupplyOfferAncillaryParameters = SupplyOfferAncillaryParameters;
|
|
|
658
708
|
*/
|
|
659
709
|
class SupplyOffer extends protobuf_1.Message {
|
|
660
710
|
/**
|
|
661
|
-
*
|
|
711
|
+
*
|
|
712
|
+
* @description The organization's globally unique identifier.
|
|
713
|
+
*
|
|
714
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
662
715
|
*
|
|
663
716
|
* @generated from field: string entity_uuid = 1;
|
|
664
717
|
*/
|
|
665
718
|
entityUuid = "";
|
|
666
719
|
/**
|
|
667
|
-
*
|
|
720
|
+
*
|
|
721
|
+
* @description Standard employee and record metadata including timestamps.
|
|
668
722
|
*
|
|
669
723
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
670
724
|
*/
|
|
671
725
|
metadata;
|
|
672
726
|
/**
|
|
673
|
-
*
|
|
727
|
+
*
|
|
728
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
674
729
|
*
|
|
675
730
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
676
731
|
*/
|
|
677
732
|
approvalMetadata;
|
|
678
733
|
/**
|
|
679
|
-
*
|
|
734
|
+
*
|
|
735
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
680
736
|
*
|
|
681
737
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
682
738
|
*/
|
|
683
739
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
684
740
|
/**
|
|
685
|
-
*
|
|
741
|
+
*
|
|
742
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
686
743
|
*
|
|
687
744
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
688
745
|
*/
|
|
689
746
|
logs = [];
|
|
690
747
|
/**
|
|
691
|
-
*
|
|
748
|
+
*
|
|
749
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
750
|
+
*
|
|
751
|
+
* @example 1698400000
|
|
692
752
|
*
|
|
693
753
|
* @generated from field: uint64 completed_on = 6;
|
|
694
754
|
*/
|
|
695
755
|
completedOn = protobuf_1.protoInt64.zero;
|
|
696
756
|
/**
|
|
697
|
-
*
|
|
757
|
+
*
|
|
758
|
+
* @description Link to the document storage folder.
|
|
759
|
+
*
|
|
760
|
+
* @example 15234
|
|
698
761
|
*
|
|
699
762
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
700
763
|
*/
|
|
701
764
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
702
765
|
/**
|
|
703
|
-
*
|
|
766
|
+
*
|
|
767
|
+
* @description The user-provided reference ID.
|
|
768
|
+
*
|
|
769
|
+
* @example "ABS-2023-001"
|
|
704
770
|
*
|
|
705
771
|
* @generated from field: string reference_id = 10;
|
|
706
772
|
*/
|
|
707
773
|
referenceId = "";
|
|
708
774
|
/**
|
|
709
|
-
*
|
|
775
|
+
*
|
|
776
|
+
* @description The system-generated immutable reference number.
|
|
777
|
+
*
|
|
778
|
+
* @example "ABS-2023-X9Z2"
|
|
710
779
|
*
|
|
711
780
|
* @generated from field: string final_ref_number = 11;
|
|
712
781
|
*/
|
|
@@ -1053,25 +1122,31 @@ exports.SupplyOffersServiceItemUpdateRequest = SupplyOffersServiceItemUpdateRequ
|
|
|
1053
1122
|
*/
|
|
1054
1123
|
class SupplyOfferItem extends protobuf_1.Message {
|
|
1055
1124
|
/**
|
|
1056
|
-
*
|
|
1125
|
+
*
|
|
1126
|
+
* @description The organization's globally unique identifier.
|
|
1127
|
+
*
|
|
1128
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1057
1129
|
*
|
|
1058
1130
|
* @generated from field: string entity_uuid = 1;
|
|
1059
1131
|
*/
|
|
1060
1132
|
entityUuid = "";
|
|
1061
1133
|
/**
|
|
1062
|
-
*
|
|
1134
|
+
*
|
|
1135
|
+
* @description Standard employee and record metadata including timestamps.
|
|
1063
1136
|
*
|
|
1064
1137
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
1065
1138
|
*/
|
|
1066
1139
|
metadata;
|
|
1067
1140
|
/**
|
|
1068
|
-
*
|
|
1141
|
+
*
|
|
1142
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
1069
1143
|
*
|
|
1070
1144
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
1071
1145
|
*/
|
|
1072
1146
|
approvalMetadata;
|
|
1073
1147
|
/**
|
|
1074
|
-
*
|
|
1148
|
+
*
|
|
1149
|
+
* @description The approval state of the record
|
|
1075
1150
|
*
|
|
1076
1151
|
* @generated from field: bool need_approval = 4;
|
|
1077
1152
|
*/
|
|
@@ -1376,31 +1451,62 @@ exports.SupplyOfferItemProspectiveInfoRequest = SupplyOfferItemProspectiveInfoRe
|
|
|
1376
1451
|
*/
|
|
1377
1452
|
class SupplyOffersServicePaginationReq extends protobuf_1.Message {
|
|
1378
1453
|
/**
|
|
1379
|
-
*
|
|
1454
|
+
*
|
|
1455
|
+
* @optional
|
|
1456
|
+
*
|
|
1457
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1458
|
+
*
|
|
1459
|
+
* @example ANY
|
|
1380
1460
|
*
|
|
1381
1461
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1382
1462
|
*/
|
|
1383
1463
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1384
1464
|
/**
|
|
1385
|
-
*
|
|
1465
|
+
*
|
|
1466
|
+
* @mandatory
|
|
1467
|
+
*
|
|
1468
|
+
* @description Number of records to return per page.
|
|
1469
|
+
*
|
|
1470
|
+
* @example 50
|
|
1471
|
+
*
|
|
1472
|
+
* @regex ^[1-9][0-9]*$
|
|
1473
|
+
*
|
|
1474
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1386
1475
|
*
|
|
1387
1476
|
* @generated from field: int64 count = 2;
|
|
1388
1477
|
*/
|
|
1389
1478
|
count = protobuf_1.protoInt64.zero;
|
|
1390
1479
|
/**
|
|
1391
|
-
*
|
|
1480
|
+
*
|
|
1481
|
+
* @optional
|
|
1482
|
+
*
|
|
1483
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1484
|
+
*
|
|
1485
|
+
* @example 0
|
|
1486
|
+
*
|
|
1487
|
+
* @regex ^[0-9]+$
|
|
1488
|
+
*
|
|
1489
|
+
* @format Non-negative integer.
|
|
1392
1490
|
*
|
|
1393
1491
|
* @generated from field: uint64 offset = 3;
|
|
1394
1492
|
*/
|
|
1395
1493
|
offset = protobuf_1.protoInt64.zero;
|
|
1396
1494
|
/**
|
|
1397
|
-
*
|
|
1495
|
+
*
|
|
1496
|
+
* @optional
|
|
1497
|
+
*
|
|
1498
|
+
* @description Sort direction.
|
|
1499
|
+
*
|
|
1500
|
+
* @example DESCENDING
|
|
1398
1501
|
*
|
|
1399
1502
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1400
1503
|
*/
|
|
1401
1504
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1402
1505
|
/**
|
|
1403
|
-
*
|
|
1506
|
+
*
|
|
1507
|
+
* @optional
|
|
1508
|
+
*
|
|
1509
|
+
* @description The specific field key to sort the results by.
|
|
1404
1510
|
*
|
|
1405
1511
|
* @generated from field: Scailo.SUPPLY_OFFER_SORT_KEY sort_key = 5;
|
|
1406
1512
|
*/
|
|
@@ -1447,25 +1553,35 @@ exports.SupplyOffersServicePaginationReq = SupplyOffersServicePaginationReq;
|
|
|
1447
1553
|
*/
|
|
1448
1554
|
class SupplyOffersServicePaginationResponse extends protobuf_1.Message {
|
|
1449
1555
|
/**
|
|
1450
|
-
*
|
|
1556
|
+
*
|
|
1557
|
+
* @description Number of records returned in the current response slice.
|
|
1558
|
+
*
|
|
1559
|
+
* @example 50
|
|
1451
1560
|
*
|
|
1452
1561
|
* @generated from field: uint64 count = 1;
|
|
1453
1562
|
*/
|
|
1454
1563
|
count = protobuf_1.protoInt64.zero;
|
|
1455
1564
|
/**
|
|
1456
|
-
*
|
|
1565
|
+
*
|
|
1566
|
+
* @description The offset provided in the request.
|
|
1567
|
+
*
|
|
1568
|
+
* @example 0
|
|
1457
1569
|
*
|
|
1458
1570
|
* @generated from field: uint64 offset = 2;
|
|
1459
1571
|
*/
|
|
1460
1572
|
offset = protobuf_1.protoInt64.zero;
|
|
1461
1573
|
/**
|
|
1462
|
-
*
|
|
1574
|
+
*
|
|
1575
|
+
* @description The total number of records matching the criteria.
|
|
1576
|
+
*
|
|
1577
|
+
* @example 1250
|
|
1463
1578
|
*
|
|
1464
1579
|
* @generated from field: uint64 total = 3;
|
|
1465
1580
|
*/
|
|
1466
1581
|
total = protobuf_1.protoInt64.zero;
|
|
1467
1582
|
/**
|
|
1468
|
-
*
|
|
1583
|
+
*
|
|
1584
|
+
* @description The array of records for the current page.
|
|
1469
1585
|
*
|
|
1470
1586
|
* @generated from field: repeated Scailo.SupplyOffer payload = 4;
|
|
1471
1587
|
*/
|
|
@@ -1504,115 +1620,268 @@ exports.SupplyOffersServicePaginationResponse = SupplyOffersServicePaginationRes
|
|
|
1504
1620
|
*/
|
|
1505
1621
|
class SupplyOffersServiceFilterReq extends protobuf_1.Message {
|
|
1506
1622
|
/**
|
|
1507
|
-
*
|
|
1623
|
+
*
|
|
1624
|
+
* @optional
|
|
1625
|
+
*
|
|
1626
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1627
|
+
*
|
|
1628
|
+
* @example ANY
|
|
1508
1629
|
*
|
|
1509
1630
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1510
1631
|
*/
|
|
1511
1632
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1512
1633
|
/**
|
|
1513
|
-
*
|
|
1634
|
+
*
|
|
1635
|
+
* @mandatory
|
|
1636
|
+
*
|
|
1637
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1638
|
+
*
|
|
1639
|
+
* @example 100
|
|
1640
|
+
*
|
|
1641
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1642
|
+
*
|
|
1643
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1514
1644
|
*
|
|
1515
1645
|
* @generated from field: int64 count = 2;
|
|
1516
1646
|
*/
|
|
1517
1647
|
count = protobuf_1.protoInt64.zero;
|
|
1518
1648
|
/**
|
|
1519
|
-
*
|
|
1649
|
+
*
|
|
1650
|
+
* @optional
|
|
1651
|
+
*
|
|
1652
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1653
|
+
*
|
|
1654
|
+
* @example 0
|
|
1655
|
+
*
|
|
1656
|
+
* @regex ^[0-9]+$
|
|
1657
|
+
*
|
|
1658
|
+
* @format Non-negative integer.
|
|
1520
1659
|
*
|
|
1521
1660
|
* @generated from field: uint64 offset = 3;
|
|
1522
1661
|
*/
|
|
1523
1662
|
offset = protobuf_1.protoInt64.zero;
|
|
1524
1663
|
/**
|
|
1525
|
-
*
|
|
1664
|
+
*
|
|
1665
|
+
* @optional
|
|
1666
|
+
*
|
|
1667
|
+
* @description Sort direction.
|
|
1668
|
+
*
|
|
1669
|
+
* @example DESCENDING
|
|
1526
1670
|
*
|
|
1527
1671
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1528
1672
|
*/
|
|
1529
1673
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1530
1674
|
/**
|
|
1531
|
-
*
|
|
1675
|
+
*
|
|
1676
|
+
* @optional
|
|
1677
|
+
*
|
|
1678
|
+
* @description The field used for sorting.
|
|
1532
1679
|
*
|
|
1533
1680
|
* @generated from field: Scailo.SUPPLY_OFFER_SORT_KEY sort_key = 5;
|
|
1534
1681
|
*/
|
|
1535
1682
|
sortKey = SUPPLY_OFFER_SORT_KEY.SUPPLY_OFFER_SORT_KEY_ID_UNSPECIFIED;
|
|
1536
1683
|
/**
|
|
1537
|
-
*
|
|
1684
|
+
*
|
|
1685
|
+
* @optional
|
|
1686
|
+
*
|
|
1687
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1688
|
+
*
|
|
1689
|
+
* @example 1672531200
|
|
1690
|
+
*
|
|
1691
|
+
* @regex ^[0-9]+$
|
|
1692
|
+
*
|
|
1693
|
+
* @format Non-negative integer.
|
|
1538
1694
|
*
|
|
1539
1695
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1540
1696
|
*/
|
|
1541
1697
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1542
1698
|
/**
|
|
1543
|
-
*
|
|
1699
|
+
*
|
|
1700
|
+
* @optional
|
|
1701
|
+
*
|
|
1702
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1703
|
+
*
|
|
1704
|
+
* @example 1704067199
|
|
1705
|
+
*
|
|
1706
|
+
* @regex ^[0-9]+$
|
|
1707
|
+
*
|
|
1708
|
+
* @format Non-negative integer.
|
|
1544
1709
|
*
|
|
1545
1710
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1546
1711
|
*/
|
|
1547
1712
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1548
1713
|
/**
|
|
1549
|
-
*
|
|
1714
|
+
*
|
|
1715
|
+
* @optional
|
|
1716
|
+
*
|
|
1717
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1718
|
+
*
|
|
1719
|
+
* @example 1672531200
|
|
1720
|
+
*
|
|
1721
|
+
* @regex ^[0-9]+$
|
|
1722
|
+
*
|
|
1723
|
+
* @format Non-negative integer.
|
|
1550
1724
|
*
|
|
1551
1725
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1552
1726
|
*/
|
|
1553
1727
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1554
1728
|
/**
|
|
1555
|
-
*
|
|
1729
|
+
*
|
|
1730
|
+
* @optional
|
|
1731
|
+
*
|
|
1732
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1733
|
+
*
|
|
1734
|
+
* @example 1704067199
|
|
1735
|
+
*
|
|
1736
|
+
* @regex ^[0-9]+$
|
|
1737
|
+
*
|
|
1738
|
+
* @format Non-negative integer.
|
|
1556
1739
|
*
|
|
1557
1740
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1558
1741
|
*/
|
|
1559
1742
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1560
1743
|
/**
|
|
1561
|
-
*
|
|
1744
|
+
*
|
|
1745
|
+
* @optional
|
|
1746
|
+
*
|
|
1747
|
+
* @description Filter by the organization UUID.
|
|
1748
|
+
*
|
|
1749
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1750
|
+
*
|
|
1751
|
+
* @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}$
|
|
1752
|
+
*
|
|
1753
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1562
1754
|
*
|
|
1563
1755
|
* @generated from field: string entity_uuid = 8;
|
|
1564
1756
|
*/
|
|
1565
1757
|
entityUuid = "";
|
|
1566
1758
|
/**
|
|
1567
|
-
*
|
|
1759
|
+
*
|
|
1760
|
+
* @optional
|
|
1761
|
+
*
|
|
1762
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1763
|
+
*
|
|
1764
|
+
* @example STANDING
|
|
1568
1765
|
*
|
|
1569
1766
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1570
1767
|
*/
|
|
1571
1768
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1572
1769
|
/**
|
|
1573
|
-
*
|
|
1770
|
+
*
|
|
1771
|
+
* @optional
|
|
1772
|
+
*
|
|
1773
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1774
|
+
*
|
|
1775
|
+
* @example 1672531200
|
|
1776
|
+
*
|
|
1777
|
+
* @regex ^[0-9]+$
|
|
1778
|
+
*
|
|
1779
|
+
* @format Non-negative integer.
|
|
1574
1780
|
*
|
|
1575
1781
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1576
1782
|
*/
|
|
1577
1783
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1578
1784
|
/**
|
|
1579
|
-
*
|
|
1785
|
+
*
|
|
1786
|
+
* @optional
|
|
1787
|
+
*
|
|
1788
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1789
|
+
*
|
|
1790
|
+
* @example 1704067199
|
|
1791
|
+
*
|
|
1792
|
+
* @regex ^[0-9]+$
|
|
1793
|
+
*
|
|
1794
|
+
* @format Non-negative integer.
|
|
1580
1795
|
*
|
|
1581
1796
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1582
1797
|
*/
|
|
1583
1798
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1584
1799
|
/**
|
|
1585
|
-
*
|
|
1800
|
+
*
|
|
1801
|
+
* @optional
|
|
1802
|
+
*
|
|
1803
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1804
|
+
*
|
|
1805
|
+
* @example 501
|
|
1806
|
+
*
|
|
1807
|
+
* @regex ^[0-9]+$
|
|
1808
|
+
*
|
|
1809
|
+
* @format Non-negative integer.
|
|
1586
1810
|
*
|
|
1587
1811
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1588
1812
|
*/
|
|
1589
1813
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1590
1814
|
/**
|
|
1591
|
-
*
|
|
1815
|
+
*
|
|
1816
|
+
* @optional
|
|
1817
|
+
*
|
|
1818
|
+
* @description Filter by the role ID of the approver.
|
|
1819
|
+
*
|
|
1820
|
+
* @example 5
|
|
1821
|
+
*
|
|
1822
|
+
* @regex ^[0-9]+$
|
|
1823
|
+
*
|
|
1824
|
+
* @format Non-negative integer.
|
|
1592
1825
|
*
|
|
1593
1826
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1594
1827
|
*/
|
|
1595
1828
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1596
1829
|
/**
|
|
1597
|
-
*
|
|
1830
|
+
*
|
|
1831
|
+
* @optional
|
|
1832
|
+
*
|
|
1833
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1834
|
+
*
|
|
1835
|
+
* @example 1672531200
|
|
1836
|
+
*
|
|
1837
|
+
* @regex ^[0-9]+$
|
|
1838
|
+
*
|
|
1839
|
+
* @format Non-negative integer.
|
|
1598
1840
|
*
|
|
1599
1841
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1600
1842
|
*/
|
|
1601
1843
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1602
1844
|
/**
|
|
1603
|
-
*
|
|
1845
|
+
*
|
|
1846
|
+
* @optional
|
|
1847
|
+
*
|
|
1848
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1849
|
+
*
|
|
1850
|
+
* @example 1704067199
|
|
1851
|
+
*
|
|
1852
|
+
* @regex ^[0-9]+$
|
|
1853
|
+
*
|
|
1854
|
+
* @format Non-negative integer.
|
|
1604
1855
|
*
|
|
1605
1856
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1606
1857
|
*/
|
|
1607
1858
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1608
1859
|
/**
|
|
1609
|
-
*
|
|
1860
|
+
*
|
|
1861
|
+
* @optional
|
|
1862
|
+
*
|
|
1863
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1864
|
+
*
|
|
1865
|
+
* @example "ABS-2023-001"
|
|
1866
|
+
*
|
|
1867
|
+
* @regex [0-9A-Za-z ]*$
|
|
1868
|
+
*
|
|
1869
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1610
1870
|
*
|
|
1611
1871
|
* @generated from field: string reference_id = 20;
|
|
1612
1872
|
*/
|
|
1613
1873
|
referenceId = "";
|
|
1614
1874
|
/**
|
|
1615
|
-
*
|
|
1875
|
+
*
|
|
1876
|
+
* @optional
|
|
1877
|
+
*
|
|
1878
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1879
|
+
*
|
|
1880
|
+
* @example "ABS-2023-X9Z2"
|
|
1881
|
+
*
|
|
1882
|
+
* @regex [0-9A-Za-z ]*$
|
|
1883
|
+
*
|
|
1884
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1616
1885
|
*
|
|
1617
1886
|
* @generated from field: string final_ref_number = 21;
|
|
1618
1887
|
*/
|
|
@@ -1750,91 +2019,218 @@ exports.SupplyOffersServiceFilterReq = SupplyOffersServiceFilterReq;
|
|
|
1750
2019
|
*/
|
|
1751
2020
|
class SupplyOffersServiceCountReq extends protobuf_1.Message {
|
|
1752
2021
|
/**
|
|
1753
|
-
*
|
|
2022
|
+
*
|
|
2023
|
+
* @optional
|
|
2024
|
+
*
|
|
2025
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2026
|
+
*
|
|
2027
|
+
* @example ANY
|
|
1754
2028
|
*
|
|
1755
2029
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1756
2030
|
*/
|
|
1757
2031
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1758
2032
|
/**
|
|
1759
|
-
*
|
|
2033
|
+
*
|
|
2034
|
+
* @optional
|
|
2035
|
+
*
|
|
2036
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2037
|
+
*
|
|
2038
|
+
* @example 1672531200
|
|
2039
|
+
*
|
|
2040
|
+
* @regex ^[0-9]+$
|
|
2041
|
+
*
|
|
2042
|
+
* @format Non-negative integer.
|
|
1760
2043
|
*
|
|
1761
2044
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1762
2045
|
*/
|
|
1763
2046
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1764
2047
|
/**
|
|
1765
|
-
*
|
|
2048
|
+
*
|
|
2049
|
+
* @optional
|
|
2050
|
+
*
|
|
2051
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2052
|
+
*
|
|
2053
|
+
* @example 1704067199
|
|
2054
|
+
*
|
|
2055
|
+
* @regex ^[0-9]+$
|
|
2056
|
+
*
|
|
2057
|
+
* @format Non-negative integer.
|
|
1766
2058
|
*
|
|
1767
2059
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1768
2060
|
*/
|
|
1769
2061
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1770
2062
|
/**
|
|
1771
|
-
*
|
|
2063
|
+
*
|
|
2064
|
+
* @optional
|
|
2065
|
+
*
|
|
2066
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2067
|
+
*
|
|
2068
|
+
* @example 1672531200
|
|
2069
|
+
*
|
|
2070
|
+
* @regex ^[0-9]+$
|
|
2071
|
+
*
|
|
2072
|
+
* @format Non-negative integer.
|
|
1772
2073
|
*
|
|
1773
2074
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1774
2075
|
*/
|
|
1775
2076
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1776
2077
|
/**
|
|
1777
|
-
*
|
|
2078
|
+
*
|
|
2079
|
+
* @optional
|
|
2080
|
+
*
|
|
2081
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2082
|
+
*
|
|
2083
|
+
* @example 1704067199
|
|
2084
|
+
*
|
|
2085
|
+
* @regex ^[0-9]+$
|
|
2086
|
+
*
|
|
2087
|
+
* @format Non-negative integer.
|
|
1778
2088
|
*
|
|
1779
2089
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1780
2090
|
*/
|
|
1781
2091
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1782
2092
|
/**
|
|
1783
|
-
*
|
|
2093
|
+
*
|
|
2094
|
+
* @optional
|
|
2095
|
+
*
|
|
2096
|
+
* @description Filter by the organization UUID.
|
|
2097
|
+
*
|
|
2098
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2099
|
+
*
|
|
2100
|
+
* @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}$
|
|
2101
|
+
*
|
|
2102
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1784
2103
|
*
|
|
1785
2104
|
* @generated from field: string entity_uuid = 8;
|
|
1786
2105
|
*/
|
|
1787
2106
|
entityUuid = "";
|
|
1788
2107
|
/**
|
|
1789
|
-
*
|
|
2108
|
+
*
|
|
2109
|
+
* @optional
|
|
2110
|
+
*
|
|
2111
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2112
|
+
*
|
|
2113
|
+
* @example STANDING
|
|
1790
2114
|
*
|
|
1791
2115
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1792
2116
|
*/
|
|
1793
2117
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1794
2118
|
/**
|
|
1795
|
-
*
|
|
2119
|
+
*
|
|
2120
|
+
* @optional
|
|
2121
|
+
*
|
|
2122
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2123
|
+
*
|
|
2124
|
+
* @example 1672531200
|
|
2125
|
+
*
|
|
2126
|
+
* @regex ^[0-9]+$
|
|
2127
|
+
*
|
|
2128
|
+
* @format Non-negative integer.
|
|
1796
2129
|
*
|
|
1797
2130
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1798
2131
|
*/
|
|
1799
2132
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1800
2133
|
/**
|
|
1801
|
-
*
|
|
2134
|
+
*
|
|
2135
|
+
* @optional
|
|
2136
|
+
*
|
|
2137
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2138
|
+
*
|
|
2139
|
+
* @example 1704067199
|
|
2140
|
+
*
|
|
2141
|
+
* @regex ^[0-9]+$
|
|
2142
|
+
*
|
|
2143
|
+
* @format Non-negative integer.
|
|
1802
2144
|
*
|
|
1803
2145
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1804
2146
|
*/
|
|
1805
2147
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1806
2148
|
/**
|
|
1807
|
-
*
|
|
2149
|
+
*
|
|
2150
|
+
* @optional
|
|
2151
|
+
*
|
|
2152
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2153
|
+
*
|
|
2154
|
+
* @example 501
|
|
2155
|
+
*
|
|
2156
|
+
* @regex ^[0-9]+$
|
|
2157
|
+
*
|
|
2158
|
+
* @format Non-negative integer.
|
|
1808
2159
|
*
|
|
1809
2160
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1810
2161
|
*/
|
|
1811
2162
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1812
2163
|
/**
|
|
1813
|
-
*
|
|
2164
|
+
*
|
|
2165
|
+
* @optional
|
|
2166
|
+
*
|
|
2167
|
+
* @description Filter by the role ID of the approver.
|
|
2168
|
+
*
|
|
2169
|
+
* @example 5
|
|
2170
|
+
*
|
|
2171
|
+
* @regex ^[0-9]+$
|
|
2172
|
+
*
|
|
2173
|
+
* @format Non-negative integer.
|
|
1814
2174
|
*
|
|
1815
2175
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1816
2176
|
*/
|
|
1817
2177
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1818
2178
|
/**
|
|
1819
|
-
*
|
|
2179
|
+
*
|
|
2180
|
+
* @optional
|
|
2181
|
+
*
|
|
2182
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2183
|
+
*
|
|
2184
|
+
* @example 1672531200
|
|
2185
|
+
*
|
|
2186
|
+
* @regex ^[0-9]+$
|
|
2187
|
+
*
|
|
2188
|
+
* @format Non-negative integer.
|
|
1820
2189
|
*
|
|
1821
2190
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1822
2191
|
*/
|
|
1823
2192
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1824
2193
|
/**
|
|
1825
|
-
*
|
|
2194
|
+
*
|
|
2195
|
+
* @optional
|
|
2196
|
+
*
|
|
2197
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2198
|
+
*
|
|
2199
|
+
* @example 1704067199
|
|
2200
|
+
*
|
|
2201
|
+
* @regex ^[0-9]+$
|
|
2202
|
+
*
|
|
2203
|
+
* @format Non-negative integer.
|
|
1826
2204
|
*
|
|
1827
2205
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1828
2206
|
*/
|
|
1829
2207
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1830
2208
|
/**
|
|
1831
|
-
*
|
|
2209
|
+
*
|
|
2210
|
+
* @optional
|
|
2211
|
+
*
|
|
2212
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2213
|
+
*
|
|
2214
|
+
* @example "ABS-2023-001"
|
|
2215
|
+
*
|
|
2216
|
+
* @regex [0-9A-Za-z ]*$
|
|
2217
|
+
*
|
|
2218
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1832
2219
|
*
|
|
1833
2220
|
* @generated from field: string reference_id = 20;
|
|
1834
2221
|
*/
|
|
1835
2222
|
referenceId = "";
|
|
1836
2223
|
/**
|
|
1837
|
-
*
|
|
2224
|
+
*
|
|
2225
|
+
* @optional
|
|
2226
|
+
*
|
|
2227
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2228
|
+
*
|
|
2229
|
+
* @example "ABS-2023-X9Z2"
|
|
2230
|
+
*
|
|
2231
|
+
* @regex [0-9A-Za-z ]*$
|
|
2232
|
+
*
|
|
2233
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1838
2234
|
*
|
|
1839
2235
|
* @generated from field: string final_ref_number = 21;
|
|
1840
2236
|
*/
|
|
@@ -1968,49 +2364,103 @@ exports.SupplyOffersServiceCountReq = SupplyOffersServiceCountReq;
|
|
|
1968
2364
|
*/
|
|
1969
2365
|
class SupplyOffersServiceSearchAllReq extends protobuf_1.Message {
|
|
1970
2366
|
/**
|
|
1971
|
-
*
|
|
2367
|
+
*
|
|
2368
|
+
* @optional
|
|
2369
|
+
*
|
|
2370
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2371
|
+
*
|
|
2372
|
+
* @example ANY
|
|
1972
2373
|
*
|
|
1973
2374
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1974
2375
|
*/
|
|
1975
2376
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1976
2377
|
/**
|
|
1977
|
-
*
|
|
2378
|
+
*
|
|
2379
|
+
* @mandatory
|
|
2380
|
+
*
|
|
2381
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2382
|
+
*
|
|
2383
|
+
* @example 100
|
|
2384
|
+
*
|
|
2385
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2386
|
+
*
|
|
2387
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1978
2388
|
*
|
|
1979
2389
|
* @generated from field: int64 count = 2;
|
|
1980
2390
|
*/
|
|
1981
2391
|
count = protobuf_1.protoInt64.zero;
|
|
1982
2392
|
/**
|
|
1983
|
-
*
|
|
2393
|
+
*
|
|
2394
|
+
* @optional
|
|
2395
|
+
*
|
|
2396
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2397
|
+
*
|
|
2398
|
+
* @example 0
|
|
2399
|
+
*
|
|
2400
|
+
* @regex ^[0-9]+$
|
|
2401
|
+
*
|
|
2402
|
+
* @format Non-negative integer.
|
|
1984
2403
|
*
|
|
1985
2404
|
* @generated from field: uint64 offset = 3;
|
|
1986
2405
|
*/
|
|
1987
2406
|
offset = protobuf_1.protoInt64.zero;
|
|
1988
2407
|
/**
|
|
1989
|
-
*
|
|
2408
|
+
*
|
|
2409
|
+
* @optional
|
|
2410
|
+
*
|
|
2411
|
+
* @description Sort direction.
|
|
2412
|
+
*
|
|
2413
|
+
* @example DESCENDING
|
|
1990
2414
|
*
|
|
1991
2415
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1992
2416
|
*/
|
|
1993
2417
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1994
2418
|
/**
|
|
1995
|
-
*
|
|
2419
|
+
*
|
|
2420
|
+
* @optional
|
|
2421
|
+
*
|
|
2422
|
+
* @description The field used for sorting.
|
|
1996
2423
|
*
|
|
1997
2424
|
* @generated from field: Scailo.SUPPLY_OFFER_SORT_KEY sort_key = 5;
|
|
1998
2425
|
*/
|
|
1999
2426
|
sortKey = SUPPLY_OFFER_SORT_KEY.SUPPLY_OFFER_SORT_KEY_ID_UNSPECIFIED;
|
|
2000
2427
|
/**
|
|
2001
|
-
*
|
|
2428
|
+
*
|
|
2429
|
+
* @optional
|
|
2430
|
+
*
|
|
2431
|
+
* @description Filter by the organization UUID.
|
|
2432
|
+
*
|
|
2433
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2434
|
+
*
|
|
2435
|
+
* @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}$
|
|
2436
|
+
*
|
|
2437
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2002
2438
|
*
|
|
2003
2439
|
* @generated from field: string entity_uuid = 6;
|
|
2004
2440
|
*/
|
|
2005
2441
|
entityUuid = "";
|
|
2006
2442
|
/**
|
|
2007
|
-
*
|
|
2443
|
+
*
|
|
2444
|
+
* @optional
|
|
2445
|
+
*
|
|
2446
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2447
|
+
*
|
|
2448
|
+
* @example STANDING
|
|
2008
2449
|
*
|
|
2009
2450
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2010
2451
|
*/
|
|
2011
2452
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2012
2453
|
/**
|
|
2013
|
-
*
|
|
2454
|
+
*
|
|
2455
|
+
* @mandatory
|
|
2456
|
+
*
|
|
2457
|
+
* @description The search string to match against reference IDs.
|
|
2458
|
+
*
|
|
2459
|
+
* @example "Medical 2023"
|
|
2460
|
+
*
|
|
2461
|
+
* @regex .*
|
|
2462
|
+
*
|
|
2463
|
+
* @format: May contain any UTF-8 characters.
|
|
2014
2464
|
*
|
|
2015
2465
|
* @generated from field: string search_key = 11;
|
|
2016
2466
|
*/
|
|
@@ -2088,37 +2538,77 @@ exports.SupplyOffersServiceSearchAllReq = SupplyOffersServiceSearchAllReq;
|
|
|
2088
2538
|
*/
|
|
2089
2539
|
class SupplyOfferItemsSearchRequest extends protobuf_1.Message {
|
|
2090
2540
|
/**
|
|
2091
|
-
*
|
|
2541
|
+
*
|
|
2542
|
+
* @optional
|
|
2543
|
+
*
|
|
2544
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2545
|
+
*
|
|
2546
|
+
* @example ANY
|
|
2092
2547
|
*
|
|
2093
2548
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2094
2549
|
*/
|
|
2095
2550
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2096
2551
|
/**
|
|
2097
|
-
*
|
|
2552
|
+
*
|
|
2553
|
+
* @mandatory
|
|
2554
|
+
*
|
|
2555
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2556
|
+
*
|
|
2557
|
+
* @example 100
|
|
2558
|
+
*
|
|
2559
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2560
|
+
*
|
|
2561
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2098
2562
|
*
|
|
2099
2563
|
* @generated from field: int64 count = 2;
|
|
2100
2564
|
*/
|
|
2101
2565
|
count = protobuf_1.protoInt64.zero;
|
|
2102
2566
|
/**
|
|
2103
|
-
*
|
|
2567
|
+
*
|
|
2568
|
+
* @optional
|
|
2569
|
+
*
|
|
2570
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2571
|
+
*
|
|
2572
|
+
* @example 0
|
|
2573
|
+
*
|
|
2574
|
+
* @regex ^[0-9]+$
|
|
2575
|
+
*
|
|
2576
|
+
* @format Non-negative integer.
|
|
2104
2577
|
*
|
|
2105
2578
|
* @generated from field: uint64 offset = 3;
|
|
2106
2579
|
*/
|
|
2107
2580
|
offset = protobuf_1.protoInt64.zero;
|
|
2108
2581
|
/**
|
|
2109
|
-
*
|
|
2582
|
+
*
|
|
2583
|
+
* @optional
|
|
2584
|
+
*
|
|
2585
|
+
* @description Sort direction.
|
|
2586
|
+
*
|
|
2587
|
+
* @example DESCENDING
|
|
2110
2588
|
*
|
|
2111
2589
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2112
2590
|
*/
|
|
2113
2591
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2114
2592
|
/**
|
|
2115
|
-
*
|
|
2593
|
+
*
|
|
2594
|
+
* @optional
|
|
2595
|
+
*
|
|
2596
|
+
* @description The field used for sorting.
|
|
2116
2597
|
*
|
|
2117
2598
|
* @generated from field: Scailo.SUPPLY_OFFER_ITEM_SORT_KEY sort_key = 5;
|
|
2118
2599
|
*/
|
|
2119
2600
|
sortKey = SUPPLY_OFFER_ITEM_SORT_KEY.SUPPLY_OFFER_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
2120
2601
|
/**
|
|
2121
|
-
*
|
|
2602
|
+
*
|
|
2603
|
+
* @optional
|
|
2604
|
+
*
|
|
2605
|
+
* @description Filter by the organization UUID.
|
|
2606
|
+
*
|
|
2607
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2608
|
+
*
|
|
2609
|
+
* @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}$
|
|
2610
|
+
*
|
|
2611
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2122
2612
|
*
|
|
2123
2613
|
* @generated from field: string entity_uuid = 6;
|
|
2124
2614
|
*/
|
|
@@ -2261,25 +2751,35 @@ exports.SupplyOfferItemsSearchRequest = SupplyOfferItemsSearchRequest;
|
|
|
2261
2751
|
*/
|
|
2262
2752
|
class SupplyOffersServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
2263
2753
|
/**
|
|
2264
|
-
*
|
|
2754
|
+
*
|
|
2755
|
+
* @description Number of records returned in the current response slice.
|
|
2756
|
+
*
|
|
2757
|
+
* @example 50
|
|
2265
2758
|
*
|
|
2266
2759
|
* @generated from field: uint64 count = 1;
|
|
2267
2760
|
*/
|
|
2268
2761
|
count = protobuf_1.protoInt64.zero;
|
|
2269
2762
|
/**
|
|
2270
|
-
*
|
|
2763
|
+
*
|
|
2764
|
+
* @description The offset provided in the request.
|
|
2765
|
+
*
|
|
2766
|
+
* @example 0
|
|
2271
2767
|
*
|
|
2272
2768
|
* @generated from field: uint64 offset = 2;
|
|
2273
2769
|
*/
|
|
2274
2770
|
offset = protobuf_1.protoInt64.zero;
|
|
2275
2771
|
/**
|
|
2276
|
-
*
|
|
2772
|
+
*
|
|
2773
|
+
* @description The total number of records matching the criteria.
|
|
2774
|
+
*
|
|
2775
|
+
* @example 1250
|
|
2277
2776
|
*
|
|
2278
2777
|
* @generated from field: uint64 total = 3;
|
|
2279
2778
|
*/
|
|
2280
2779
|
total = protobuf_1.protoInt64.zero;
|
|
2281
2780
|
/**
|
|
2282
|
-
*
|
|
2781
|
+
*
|
|
2782
|
+
* @description The array of records for the current page.
|
|
2283
2783
|
*
|
|
2284
2784
|
* @generated from field: repeated Scailo.SupplyOfferItem payload = 4;
|
|
2285
2785
|
*/
|