@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
|
@@ -232,7 +232,16 @@ protobuf_1.proto3.util.setEnumType(STOCK_ISSUANCE_ITEM_STATUS, "Scailo.STOCK_ISS
|
|
|
232
232
|
*/
|
|
233
233
|
class StockIssuancesServiceCreateRequest extends protobuf_1.Message {
|
|
234
234
|
/**
|
|
235
|
-
*
|
|
235
|
+
*
|
|
236
|
+
* @optional
|
|
237
|
+
*
|
|
238
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
239
|
+
*
|
|
240
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
241
|
+
*
|
|
242
|
+
* @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}$
|
|
243
|
+
*
|
|
244
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
236
245
|
*
|
|
237
246
|
* @generated from field: string entity_uuid = 1;
|
|
238
247
|
*/
|
|
@@ -244,13 +253,31 @@ class StockIssuancesServiceCreateRequest extends protobuf_1.Message {
|
|
|
244
253
|
*/
|
|
245
254
|
userComment = "";
|
|
246
255
|
/**
|
|
247
|
-
*
|
|
256
|
+
*
|
|
257
|
+
* @optional
|
|
258
|
+
*
|
|
259
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
260
|
+
*
|
|
261
|
+
* @example 15234
|
|
262
|
+
*
|
|
263
|
+
* @regex ^[0-9]+$
|
|
264
|
+
*
|
|
265
|
+
* @format Non-negative integer.
|
|
248
266
|
*
|
|
249
267
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
250
268
|
*/
|
|
251
269
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
252
270
|
/**
|
|
253
|
-
*
|
|
271
|
+
*
|
|
272
|
+
* @mandatory
|
|
273
|
+
*
|
|
274
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
275
|
+
*
|
|
276
|
+
* @example "ABS-2023-001"
|
|
277
|
+
*
|
|
278
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
279
|
+
*
|
|
280
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
254
281
|
*
|
|
255
282
|
* @generated from field: string reference_id = 10;
|
|
256
283
|
*/
|
|
@@ -322,19 +349,42 @@ class StockIssuancesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
322
349
|
*/
|
|
323
350
|
id = protobuf_1.protoInt64.zero;
|
|
324
351
|
/**
|
|
325
|
-
*
|
|
352
|
+
*
|
|
353
|
+
* @optional
|
|
354
|
+
*
|
|
355
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
356
|
+
*
|
|
357
|
+
* @example true
|
|
326
358
|
*
|
|
327
359
|
* @generated from field: bool notify_users = 3;
|
|
328
360
|
*/
|
|
329
361
|
notifyUsers = false;
|
|
330
362
|
/**
|
|
331
|
-
*
|
|
363
|
+
*
|
|
364
|
+
* @optional
|
|
365
|
+
*
|
|
366
|
+
* @description Updated vault folder ID for documentation storage.
|
|
367
|
+
*
|
|
368
|
+
* @example 15235
|
|
369
|
+
*
|
|
370
|
+
* @regex ^[0-9]+$
|
|
371
|
+
*
|
|
372
|
+
* @format Non-negative integer.
|
|
332
373
|
*
|
|
333
374
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
334
375
|
*/
|
|
335
376
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
336
377
|
/**
|
|
337
|
-
*
|
|
378
|
+
*
|
|
379
|
+
* @mandatory
|
|
380
|
+
*
|
|
381
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
382
|
+
*
|
|
383
|
+
* @example "ABS-2023-001-REV"
|
|
384
|
+
*
|
|
385
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
386
|
+
*
|
|
387
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
338
388
|
*
|
|
339
389
|
* @generated from field: string reference_id = 10;
|
|
340
390
|
*/
|
|
@@ -431,55 +481,74 @@ exports.StockIssuancesServiceAutofillRequest = StockIssuancesServiceAutofillRequ
|
|
|
431
481
|
*/
|
|
432
482
|
class StockIssuance extends protobuf_1.Message {
|
|
433
483
|
/**
|
|
434
|
-
*
|
|
484
|
+
*
|
|
485
|
+
* @description The organization's globally unique identifier.
|
|
486
|
+
*
|
|
487
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
435
488
|
*
|
|
436
489
|
* @generated from field: string entity_uuid = 1;
|
|
437
490
|
*/
|
|
438
491
|
entityUuid = "";
|
|
439
492
|
/**
|
|
440
|
-
*
|
|
493
|
+
*
|
|
494
|
+
* @description Standard employee and record metadata including timestamps.
|
|
441
495
|
*
|
|
442
496
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
443
497
|
*/
|
|
444
498
|
metadata;
|
|
445
499
|
/**
|
|
446
|
-
*
|
|
500
|
+
*
|
|
501
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
447
502
|
*
|
|
448
503
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
449
504
|
*/
|
|
450
505
|
approvalMetadata;
|
|
451
506
|
/**
|
|
452
|
-
*
|
|
507
|
+
*
|
|
508
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
453
509
|
*
|
|
454
510
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
455
511
|
*/
|
|
456
512
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
457
513
|
/**
|
|
458
|
-
*
|
|
514
|
+
*
|
|
515
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
459
516
|
*
|
|
460
517
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
461
518
|
*/
|
|
462
519
|
logs = [];
|
|
463
520
|
/**
|
|
464
|
-
*
|
|
521
|
+
*
|
|
522
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
523
|
+
*
|
|
524
|
+
* @example 1698400000
|
|
465
525
|
*
|
|
466
526
|
* @generated from field: uint64 completed_on = 6;
|
|
467
527
|
*/
|
|
468
528
|
completedOn = protobuf_1.protoInt64.zero;
|
|
469
529
|
/**
|
|
470
|
-
*
|
|
530
|
+
*
|
|
531
|
+
* @description Link to the document storage folder.
|
|
532
|
+
*
|
|
533
|
+
* @example 15234
|
|
471
534
|
*
|
|
472
535
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
473
536
|
*/
|
|
474
537
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
475
538
|
/**
|
|
476
|
-
*
|
|
539
|
+
*
|
|
540
|
+
* @description The user-provided reference ID.
|
|
541
|
+
*
|
|
542
|
+
* @example "ABS-2023-001"
|
|
477
543
|
*
|
|
478
544
|
* @generated from field: string reference_id = 10;
|
|
479
545
|
*/
|
|
480
546
|
referenceId = "";
|
|
481
547
|
/**
|
|
482
|
-
*
|
|
548
|
+
*
|
|
549
|
+
* @description The system-generated immutable reference number.
|
|
550
|
+
*
|
|
551
|
+
* @example "ABS-2023-X9Z2"
|
|
483
552
|
*
|
|
484
553
|
* @generated from field: string final_ref_number = 11;
|
|
485
554
|
*/
|
|
@@ -679,25 +748,31 @@ exports.StockIssuancesServiceItemUpdateRequest = StockIssuancesServiceItemUpdate
|
|
|
679
748
|
*/
|
|
680
749
|
class StockIssuanceItem extends protobuf_1.Message {
|
|
681
750
|
/**
|
|
682
|
-
*
|
|
751
|
+
*
|
|
752
|
+
* @description The organization's globally unique identifier.
|
|
753
|
+
*
|
|
754
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
683
755
|
*
|
|
684
756
|
* @generated from field: string entity_uuid = 1;
|
|
685
757
|
*/
|
|
686
758
|
entityUuid = "";
|
|
687
759
|
/**
|
|
688
|
-
*
|
|
760
|
+
*
|
|
761
|
+
* @description Standard employee and record metadata including timestamps.
|
|
689
762
|
*
|
|
690
763
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
691
764
|
*/
|
|
692
765
|
metadata;
|
|
693
766
|
/**
|
|
694
|
-
*
|
|
767
|
+
*
|
|
768
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
695
769
|
*
|
|
696
770
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
697
771
|
*/
|
|
698
772
|
approvalMetadata;
|
|
699
773
|
/**
|
|
700
|
-
*
|
|
774
|
+
*
|
|
775
|
+
* @description The approval state of the record
|
|
701
776
|
*
|
|
702
777
|
* @generated from field: bool need_approval = 4;
|
|
703
778
|
*/
|
|
@@ -979,31 +1054,62 @@ exports.StockIssuancesServiceAlreadyAddedQuantityForSourceRequest = StockIssuanc
|
|
|
979
1054
|
*/
|
|
980
1055
|
class StockIssuancesServicePaginationReq extends protobuf_1.Message {
|
|
981
1056
|
/**
|
|
982
|
-
*
|
|
1057
|
+
*
|
|
1058
|
+
* @optional
|
|
1059
|
+
*
|
|
1060
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1061
|
+
*
|
|
1062
|
+
* @example ANY
|
|
983
1063
|
*
|
|
984
1064
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
985
1065
|
*/
|
|
986
1066
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
987
1067
|
/**
|
|
988
|
-
*
|
|
1068
|
+
*
|
|
1069
|
+
* @mandatory
|
|
1070
|
+
*
|
|
1071
|
+
* @description Number of records to return per page.
|
|
1072
|
+
*
|
|
1073
|
+
* @example 50
|
|
1074
|
+
*
|
|
1075
|
+
* @regex ^[1-9][0-9]*$
|
|
1076
|
+
*
|
|
1077
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
989
1078
|
*
|
|
990
1079
|
* @generated from field: int64 count = 2;
|
|
991
1080
|
*/
|
|
992
1081
|
count = protobuf_1.protoInt64.zero;
|
|
993
1082
|
/**
|
|
994
|
-
*
|
|
1083
|
+
*
|
|
1084
|
+
* @optional
|
|
1085
|
+
*
|
|
1086
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1087
|
+
*
|
|
1088
|
+
* @example 0
|
|
1089
|
+
*
|
|
1090
|
+
* @regex ^[0-9]+$
|
|
1091
|
+
*
|
|
1092
|
+
* @format Non-negative integer.
|
|
995
1093
|
*
|
|
996
1094
|
* @generated from field: uint64 offset = 3;
|
|
997
1095
|
*/
|
|
998
1096
|
offset = protobuf_1.protoInt64.zero;
|
|
999
1097
|
/**
|
|
1000
|
-
*
|
|
1098
|
+
*
|
|
1099
|
+
* @optional
|
|
1100
|
+
*
|
|
1101
|
+
* @description Sort direction.
|
|
1102
|
+
*
|
|
1103
|
+
* @example DESCENDING
|
|
1001
1104
|
*
|
|
1002
1105
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1003
1106
|
*/
|
|
1004
1107
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1005
1108
|
/**
|
|
1006
|
-
*
|
|
1109
|
+
*
|
|
1110
|
+
* @optional
|
|
1111
|
+
*
|
|
1112
|
+
* @description The specific field key to sort the results by.
|
|
1007
1113
|
*
|
|
1008
1114
|
* @generated from field: Scailo.STOCK_ISSUANCE_SORT_KEY sort_key = 5;
|
|
1009
1115
|
*/
|
|
@@ -1050,25 +1156,35 @@ exports.StockIssuancesServicePaginationReq = StockIssuancesServicePaginationReq;
|
|
|
1050
1156
|
*/
|
|
1051
1157
|
class StockIssuancesServicePaginationResponse extends protobuf_1.Message {
|
|
1052
1158
|
/**
|
|
1053
|
-
*
|
|
1159
|
+
*
|
|
1160
|
+
* @description Number of records returned in the current response slice.
|
|
1161
|
+
*
|
|
1162
|
+
* @example 50
|
|
1054
1163
|
*
|
|
1055
1164
|
* @generated from field: uint64 count = 1;
|
|
1056
1165
|
*/
|
|
1057
1166
|
count = protobuf_1.protoInt64.zero;
|
|
1058
1167
|
/**
|
|
1059
|
-
*
|
|
1168
|
+
*
|
|
1169
|
+
* @description The offset provided in the request.
|
|
1170
|
+
*
|
|
1171
|
+
* @example 0
|
|
1060
1172
|
*
|
|
1061
1173
|
* @generated from field: uint64 offset = 2;
|
|
1062
1174
|
*/
|
|
1063
1175
|
offset = protobuf_1.protoInt64.zero;
|
|
1064
1176
|
/**
|
|
1065
|
-
*
|
|
1177
|
+
*
|
|
1178
|
+
* @description The total number of records matching the criteria.
|
|
1179
|
+
*
|
|
1180
|
+
* @example 1250
|
|
1066
1181
|
*
|
|
1067
1182
|
* @generated from field: uint64 total = 3;
|
|
1068
1183
|
*/
|
|
1069
1184
|
total = protobuf_1.protoInt64.zero;
|
|
1070
1185
|
/**
|
|
1071
|
-
*
|
|
1186
|
+
*
|
|
1187
|
+
* @description The array of records for the current page.
|
|
1072
1188
|
*
|
|
1073
1189
|
* @generated from field: repeated Scailo.StockIssuance payload = 4;
|
|
1074
1190
|
*/
|
|
@@ -1107,115 +1223,268 @@ exports.StockIssuancesServicePaginationResponse = StockIssuancesServicePaginatio
|
|
|
1107
1223
|
*/
|
|
1108
1224
|
class StockIssuancesServiceFilterReq extends protobuf_1.Message {
|
|
1109
1225
|
/**
|
|
1110
|
-
*
|
|
1226
|
+
*
|
|
1227
|
+
* @optional
|
|
1228
|
+
*
|
|
1229
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1230
|
+
*
|
|
1231
|
+
* @example ANY
|
|
1111
1232
|
*
|
|
1112
1233
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1113
1234
|
*/
|
|
1114
1235
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1115
1236
|
/**
|
|
1116
|
-
*
|
|
1237
|
+
*
|
|
1238
|
+
* @mandatory
|
|
1239
|
+
*
|
|
1240
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1241
|
+
*
|
|
1242
|
+
* @example 100
|
|
1243
|
+
*
|
|
1244
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1245
|
+
*
|
|
1246
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1117
1247
|
*
|
|
1118
1248
|
* @generated from field: int64 count = 2;
|
|
1119
1249
|
*/
|
|
1120
1250
|
count = protobuf_1.protoInt64.zero;
|
|
1121
1251
|
/**
|
|
1122
|
-
*
|
|
1252
|
+
*
|
|
1253
|
+
* @optional
|
|
1254
|
+
*
|
|
1255
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1256
|
+
*
|
|
1257
|
+
* @example 0
|
|
1258
|
+
*
|
|
1259
|
+
* @regex ^[0-9]+$
|
|
1260
|
+
*
|
|
1261
|
+
* @format Non-negative integer.
|
|
1123
1262
|
*
|
|
1124
1263
|
* @generated from field: uint64 offset = 3;
|
|
1125
1264
|
*/
|
|
1126
1265
|
offset = protobuf_1.protoInt64.zero;
|
|
1127
1266
|
/**
|
|
1128
|
-
*
|
|
1267
|
+
*
|
|
1268
|
+
* @optional
|
|
1269
|
+
*
|
|
1270
|
+
* @description Sort direction.
|
|
1271
|
+
*
|
|
1272
|
+
* @example DESCENDING
|
|
1129
1273
|
*
|
|
1130
1274
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1131
1275
|
*/
|
|
1132
1276
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1133
1277
|
/**
|
|
1134
|
-
*
|
|
1278
|
+
*
|
|
1279
|
+
* @optional
|
|
1280
|
+
*
|
|
1281
|
+
* @description The field used for sorting.
|
|
1135
1282
|
*
|
|
1136
1283
|
* @generated from field: Scailo.STOCK_ISSUANCE_SORT_KEY sort_key = 5;
|
|
1137
1284
|
*/
|
|
1138
1285
|
sortKey = STOCK_ISSUANCE_SORT_KEY.STOCK_ISSUANCE_SORT_KEY_ID_UNSPECIFIED;
|
|
1139
1286
|
/**
|
|
1140
|
-
*
|
|
1287
|
+
*
|
|
1288
|
+
* @optional
|
|
1289
|
+
*
|
|
1290
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1291
|
+
*
|
|
1292
|
+
* @example 1672531200
|
|
1293
|
+
*
|
|
1294
|
+
* @regex ^[0-9]+$
|
|
1295
|
+
*
|
|
1296
|
+
* @format Non-negative integer.
|
|
1141
1297
|
*
|
|
1142
1298
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1143
1299
|
*/
|
|
1144
1300
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1145
1301
|
/**
|
|
1146
|
-
*
|
|
1302
|
+
*
|
|
1303
|
+
* @optional
|
|
1304
|
+
*
|
|
1305
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1306
|
+
*
|
|
1307
|
+
* @example 1704067199
|
|
1308
|
+
*
|
|
1309
|
+
* @regex ^[0-9]+$
|
|
1310
|
+
*
|
|
1311
|
+
* @format Non-negative integer.
|
|
1147
1312
|
*
|
|
1148
1313
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1149
1314
|
*/
|
|
1150
1315
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1151
1316
|
/**
|
|
1152
|
-
*
|
|
1317
|
+
*
|
|
1318
|
+
* @optional
|
|
1319
|
+
*
|
|
1320
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1321
|
+
*
|
|
1322
|
+
* @example 1672531200
|
|
1323
|
+
*
|
|
1324
|
+
* @regex ^[0-9]+$
|
|
1325
|
+
*
|
|
1326
|
+
* @format Non-negative integer.
|
|
1153
1327
|
*
|
|
1154
1328
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1155
1329
|
*/
|
|
1156
1330
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1157
1331
|
/**
|
|
1158
|
-
*
|
|
1332
|
+
*
|
|
1333
|
+
* @optional
|
|
1334
|
+
*
|
|
1335
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1336
|
+
*
|
|
1337
|
+
* @example 1704067199
|
|
1338
|
+
*
|
|
1339
|
+
* @regex ^[0-9]+$
|
|
1340
|
+
*
|
|
1341
|
+
* @format Non-negative integer.
|
|
1159
1342
|
*
|
|
1160
1343
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1161
1344
|
*/
|
|
1162
1345
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1163
1346
|
/**
|
|
1164
|
-
*
|
|
1347
|
+
*
|
|
1348
|
+
* @optional
|
|
1349
|
+
*
|
|
1350
|
+
* @description Filter by the organization UUID.
|
|
1351
|
+
*
|
|
1352
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1353
|
+
*
|
|
1354
|
+
* @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}$
|
|
1355
|
+
*
|
|
1356
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1165
1357
|
*
|
|
1166
1358
|
* @generated from field: string entity_uuid = 8;
|
|
1167
1359
|
*/
|
|
1168
1360
|
entityUuid = "";
|
|
1169
1361
|
/**
|
|
1170
|
-
*
|
|
1362
|
+
*
|
|
1363
|
+
* @optional
|
|
1364
|
+
*
|
|
1365
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1366
|
+
*
|
|
1367
|
+
* @example STANDING
|
|
1171
1368
|
*
|
|
1172
1369
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1173
1370
|
*/
|
|
1174
1371
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1175
1372
|
/**
|
|
1176
|
-
*
|
|
1373
|
+
*
|
|
1374
|
+
* @optional
|
|
1375
|
+
*
|
|
1376
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1377
|
+
*
|
|
1378
|
+
* @example 1672531200
|
|
1379
|
+
*
|
|
1380
|
+
* @regex ^[0-9]+$
|
|
1381
|
+
*
|
|
1382
|
+
* @format Non-negative integer.
|
|
1177
1383
|
*
|
|
1178
1384
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1179
1385
|
*/
|
|
1180
1386
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1181
1387
|
/**
|
|
1182
|
-
*
|
|
1388
|
+
*
|
|
1389
|
+
* @optional
|
|
1390
|
+
*
|
|
1391
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1392
|
+
*
|
|
1393
|
+
* @example 1704067199
|
|
1394
|
+
*
|
|
1395
|
+
* @regex ^[0-9]+$
|
|
1396
|
+
*
|
|
1397
|
+
* @format Non-negative integer.
|
|
1183
1398
|
*
|
|
1184
1399
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1185
1400
|
*/
|
|
1186
1401
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1187
1402
|
/**
|
|
1188
|
-
*
|
|
1403
|
+
*
|
|
1404
|
+
* @optional
|
|
1405
|
+
*
|
|
1406
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1407
|
+
*
|
|
1408
|
+
* @example 501
|
|
1409
|
+
*
|
|
1410
|
+
* @regex ^[0-9]+$
|
|
1411
|
+
*
|
|
1412
|
+
* @format Non-negative integer.
|
|
1189
1413
|
*
|
|
1190
1414
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1191
1415
|
*/
|
|
1192
1416
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1193
1417
|
/**
|
|
1194
|
-
*
|
|
1418
|
+
*
|
|
1419
|
+
* @optional
|
|
1420
|
+
*
|
|
1421
|
+
* @description Filter by the role ID of the approver.
|
|
1422
|
+
*
|
|
1423
|
+
* @example 5
|
|
1424
|
+
*
|
|
1425
|
+
* @regex ^[0-9]+$
|
|
1426
|
+
*
|
|
1427
|
+
* @format Non-negative integer.
|
|
1195
1428
|
*
|
|
1196
1429
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1197
1430
|
*/
|
|
1198
1431
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1199
1432
|
/**
|
|
1200
|
-
*
|
|
1433
|
+
*
|
|
1434
|
+
* @optional
|
|
1435
|
+
*
|
|
1436
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1437
|
+
*
|
|
1438
|
+
* @example 1672531200
|
|
1439
|
+
*
|
|
1440
|
+
* @regex ^[0-9]+$
|
|
1441
|
+
*
|
|
1442
|
+
* @format Non-negative integer.
|
|
1201
1443
|
*
|
|
1202
1444
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1203
1445
|
*/
|
|
1204
1446
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1205
1447
|
/**
|
|
1206
|
-
*
|
|
1448
|
+
*
|
|
1449
|
+
* @optional
|
|
1450
|
+
*
|
|
1451
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1452
|
+
*
|
|
1453
|
+
* @example 1704067199
|
|
1454
|
+
*
|
|
1455
|
+
* @regex ^[0-9]+$
|
|
1456
|
+
*
|
|
1457
|
+
* @format Non-negative integer.
|
|
1207
1458
|
*
|
|
1208
1459
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1209
1460
|
*/
|
|
1210
1461
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1211
1462
|
/**
|
|
1212
|
-
*
|
|
1463
|
+
*
|
|
1464
|
+
* @optional
|
|
1465
|
+
*
|
|
1466
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1467
|
+
*
|
|
1468
|
+
* @example "ABS-2023-001"
|
|
1469
|
+
*
|
|
1470
|
+
* @regex [0-9A-Za-z ]*$
|
|
1471
|
+
*
|
|
1472
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1213
1473
|
*
|
|
1214
1474
|
* @generated from field: string reference_id = 20;
|
|
1215
1475
|
*/
|
|
1216
1476
|
referenceId = "";
|
|
1217
1477
|
/**
|
|
1218
|
-
*
|
|
1478
|
+
*
|
|
1479
|
+
* @optional
|
|
1480
|
+
*
|
|
1481
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1482
|
+
*
|
|
1483
|
+
* @example "ABS-2023-X9Z2"
|
|
1484
|
+
*
|
|
1485
|
+
* @regex [0-9A-Za-z ]*$
|
|
1486
|
+
*
|
|
1487
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1219
1488
|
*
|
|
1220
1489
|
* @generated from field: string final_ref_number = 21;
|
|
1221
1490
|
*/
|
|
@@ -1304,91 +1573,218 @@ exports.StockIssuancesServiceFilterReq = StockIssuancesServiceFilterReq;
|
|
|
1304
1573
|
*/
|
|
1305
1574
|
class StockIssuancesServiceCountReq extends protobuf_1.Message {
|
|
1306
1575
|
/**
|
|
1307
|
-
*
|
|
1576
|
+
*
|
|
1577
|
+
* @optional
|
|
1578
|
+
*
|
|
1579
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1580
|
+
*
|
|
1581
|
+
* @example ANY
|
|
1308
1582
|
*
|
|
1309
1583
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1310
1584
|
*/
|
|
1311
1585
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1312
1586
|
/**
|
|
1313
|
-
*
|
|
1587
|
+
*
|
|
1588
|
+
* @optional
|
|
1589
|
+
*
|
|
1590
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1591
|
+
*
|
|
1592
|
+
* @example 1672531200
|
|
1593
|
+
*
|
|
1594
|
+
* @regex ^[0-9]+$
|
|
1595
|
+
*
|
|
1596
|
+
* @format Non-negative integer.
|
|
1314
1597
|
*
|
|
1315
1598
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1316
1599
|
*/
|
|
1317
1600
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1318
1601
|
/**
|
|
1319
|
-
*
|
|
1602
|
+
*
|
|
1603
|
+
* @optional
|
|
1604
|
+
*
|
|
1605
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1606
|
+
*
|
|
1607
|
+
* @example 1704067199
|
|
1608
|
+
*
|
|
1609
|
+
* @regex ^[0-9]+$
|
|
1610
|
+
*
|
|
1611
|
+
* @format Non-negative integer.
|
|
1320
1612
|
*
|
|
1321
1613
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1322
1614
|
*/
|
|
1323
1615
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1324
1616
|
/**
|
|
1325
|
-
*
|
|
1617
|
+
*
|
|
1618
|
+
* @optional
|
|
1619
|
+
*
|
|
1620
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1621
|
+
*
|
|
1622
|
+
* @example 1672531200
|
|
1623
|
+
*
|
|
1624
|
+
* @regex ^[0-9]+$
|
|
1625
|
+
*
|
|
1626
|
+
* @format Non-negative integer.
|
|
1326
1627
|
*
|
|
1327
1628
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1328
1629
|
*/
|
|
1329
1630
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1330
1631
|
/**
|
|
1331
|
-
*
|
|
1632
|
+
*
|
|
1633
|
+
* @optional
|
|
1634
|
+
*
|
|
1635
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1636
|
+
*
|
|
1637
|
+
* @example 1704067199
|
|
1638
|
+
*
|
|
1639
|
+
* @regex ^[0-9]+$
|
|
1640
|
+
*
|
|
1641
|
+
* @format Non-negative integer.
|
|
1332
1642
|
*
|
|
1333
1643
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1334
1644
|
*/
|
|
1335
1645
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1336
1646
|
/**
|
|
1337
|
-
*
|
|
1647
|
+
*
|
|
1648
|
+
* @optional
|
|
1649
|
+
*
|
|
1650
|
+
* @description Filter by the organization UUID.
|
|
1651
|
+
*
|
|
1652
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1653
|
+
*
|
|
1654
|
+
* @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}$
|
|
1655
|
+
*
|
|
1656
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1338
1657
|
*
|
|
1339
1658
|
* @generated from field: string entity_uuid = 8;
|
|
1340
1659
|
*/
|
|
1341
1660
|
entityUuid = "";
|
|
1342
1661
|
/**
|
|
1343
|
-
*
|
|
1662
|
+
*
|
|
1663
|
+
* @optional
|
|
1664
|
+
*
|
|
1665
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1666
|
+
*
|
|
1667
|
+
* @example STANDING
|
|
1344
1668
|
*
|
|
1345
1669
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1346
1670
|
*/
|
|
1347
1671
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1348
1672
|
/**
|
|
1349
|
-
*
|
|
1673
|
+
*
|
|
1674
|
+
* @optional
|
|
1675
|
+
*
|
|
1676
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1677
|
+
*
|
|
1678
|
+
* @example 1672531200
|
|
1679
|
+
*
|
|
1680
|
+
* @regex ^[0-9]+$
|
|
1681
|
+
*
|
|
1682
|
+
* @format Non-negative integer.
|
|
1350
1683
|
*
|
|
1351
1684
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1352
1685
|
*/
|
|
1353
1686
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1354
1687
|
/**
|
|
1355
|
-
*
|
|
1688
|
+
*
|
|
1689
|
+
* @optional
|
|
1690
|
+
*
|
|
1691
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1692
|
+
*
|
|
1693
|
+
* @example 1704067199
|
|
1694
|
+
*
|
|
1695
|
+
* @regex ^[0-9]+$
|
|
1696
|
+
*
|
|
1697
|
+
* @format Non-negative integer.
|
|
1356
1698
|
*
|
|
1357
1699
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1358
1700
|
*/
|
|
1359
1701
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1360
1702
|
/**
|
|
1361
|
-
*
|
|
1703
|
+
*
|
|
1704
|
+
* @optional
|
|
1705
|
+
*
|
|
1706
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1707
|
+
*
|
|
1708
|
+
* @example 501
|
|
1709
|
+
*
|
|
1710
|
+
* @regex ^[0-9]+$
|
|
1711
|
+
*
|
|
1712
|
+
* @format Non-negative integer.
|
|
1362
1713
|
*
|
|
1363
1714
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1364
1715
|
*/
|
|
1365
1716
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1366
1717
|
/**
|
|
1367
|
-
*
|
|
1718
|
+
*
|
|
1719
|
+
* @optional
|
|
1720
|
+
*
|
|
1721
|
+
* @description Filter by the role ID of the approver.
|
|
1722
|
+
*
|
|
1723
|
+
* @example 5
|
|
1724
|
+
*
|
|
1725
|
+
* @regex ^[0-9]+$
|
|
1726
|
+
*
|
|
1727
|
+
* @format Non-negative integer.
|
|
1368
1728
|
*
|
|
1369
1729
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1370
1730
|
*/
|
|
1371
1731
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1372
1732
|
/**
|
|
1373
|
-
*
|
|
1733
|
+
*
|
|
1734
|
+
* @optional
|
|
1735
|
+
*
|
|
1736
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1737
|
+
*
|
|
1738
|
+
* @example 1672531200
|
|
1739
|
+
*
|
|
1740
|
+
* @regex ^[0-9]+$
|
|
1741
|
+
*
|
|
1742
|
+
* @format Non-negative integer.
|
|
1374
1743
|
*
|
|
1375
1744
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1376
1745
|
*/
|
|
1377
1746
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1378
1747
|
/**
|
|
1379
|
-
*
|
|
1748
|
+
*
|
|
1749
|
+
* @optional
|
|
1750
|
+
*
|
|
1751
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1752
|
+
*
|
|
1753
|
+
* @example 1704067199
|
|
1754
|
+
*
|
|
1755
|
+
* @regex ^[0-9]+$
|
|
1756
|
+
*
|
|
1757
|
+
* @format Non-negative integer.
|
|
1380
1758
|
*
|
|
1381
1759
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1382
1760
|
*/
|
|
1383
1761
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1384
1762
|
/**
|
|
1385
|
-
*
|
|
1763
|
+
*
|
|
1764
|
+
* @optional
|
|
1765
|
+
*
|
|
1766
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1767
|
+
*
|
|
1768
|
+
* @example "ABS-2023-001"
|
|
1769
|
+
*
|
|
1770
|
+
* @regex [0-9A-Za-z ]*$
|
|
1771
|
+
*
|
|
1772
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1386
1773
|
*
|
|
1387
1774
|
* @generated from field: string reference_id = 20;
|
|
1388
1775
|
*/
|
|
1389
1776
|
referenceId = "";
|
|
1390
1777
|
/**
|
|
1391
|
-
*
|
|
1778
|
+
*
|
|
1779
|
+
* @optional
|
|
1780
|
+
*
|
|
1781
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1782
|
+
*
|
|
1783
|
+
* @example "ABS-2023-X9Z2"
|
|
1784
|
+
*
|
|
1785
|
+
* @regex [0-9A-Za-z ]*$
|
|
1786
|
+
*
|
|
1787
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1392
1788
|
*
|
|
1393
1789
|
* @generated from field: string final_ref_number = 21;
|
|
1394
1790
|
*/
|
|
@@ -1473,49 +1869,103 @@ exports.StockIssuancesServiceCountReq = StockIssuancesServiceCountReq;
|
|
|
1473
1869
|
*/
|
|
1474
1870
|
class StockIssuancesServiceSearchAllReq extends protobuf_1.Message {
|
|
1475
1871
|
/**
|
|
1476
|
-
*
|
|
1872
|
+
*
|
|
1873
|
+
* @optional
|
|
1874
|
+
*
|
|
1875
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1876
|
+
*
|
|
1877
|
+
* @example ANY
|
|
1477
1878
|
*
|
|
1478
1879
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1479
1880
|
*/
|
|
1480
1881
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1481
1882
|
/**
|
|
1482
|
-
*
|
|
1883
|
+
*
|
|
1884
|
+
* @mandatory
|
|
1885
|
+
*
|
|
1886
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1887
|
+
*
|
|
1888
|
+
* @example 100
|
|
1889
|
+
*
|
|
1890
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1891
|
+
*
|
|
1892
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1483
1893
|
*
|
|
1484
1894
|
* @generated from field: int64 count = 2;
|
|
1485
1895
|
*/
|
|
1486
1896
|
count = protobuf_1.protoInt64.zero;
|
|
1487
1897
|
/**
|
|
1488
|
-
*
|
|
1898
|
+
*
|
|
1899
|
+
* @optional
|
|
1900
|
+
*
|
|
1901
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1902
|
+
*
|
|
1903
|
+
* @example 0
|
|
1904
|
+
*
|
|
1905
|
+
* @regex ^[0-9]+$
|
|
1906
|
+
*
|
|
1907
|
+
* @format Non-negative integer.
|
|
1489
1908
|
*
|
|
1490
1909
|
* @generated from field: uint64 offset = 3;
|
|
1491
1910
|
*/
|
|
1492
1911
|
offset = protobuf_1.protoInt64.zero;
|
|
1493
1912
|
/**
|
|
1494
|
-
*
|
|
1913
|
+
*
|
|
1914
|
+
* @optional
|
|
1915
|
+
*
|
|
1916
|
+
* @description Sort direction.
|
|
1917
|
+
*
|
|
1918
|
+
* @example DESCENDING
|
|
1495
1919
|
*
|
|
1496
1920
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1497
1921
|
*/
|
|
1498
1922
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1499
1923
|
/**
|
|
1500
|
-
*
|
|
1924
|
+
*
|
|
1925
|
+
* @optional
|
|
1926
|
+
*
|
|
1927
|
+
* @description The field used for sorting.
|
|
1501
1928
|
*
|
|
1502
1929
|
* @generated from field: Scailo.STOCK_ISSUANCE_SORT_KEY sort_key = 5;
|
|
1503
1930
|
*/
|
|
1504
1931
|
sortKey = STOCK_ISSUANCE_SORT_KEY.STOCK_ISSUANCE_SORT_KEY_ID_UNSPECIFIED;
|
|
1505
1932
|
/**
|
|
1506
|
-
*
|
|
1933
|
+
*
|
|
1934
|
+
* @optional
|
|
1935
|
+
*
|
|
1936
|
+
* @description Filter by the organization UUID.
|
|
1937
|
+
*
|
|
1938
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1939
|
+
*
|
|
1940
|
+
* @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}$
|
|
1941
|
+
*
|
|
1942
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1507
1943
|
*
|
|
1508
1944
|
* @generated from field: string entity_uuid = 6;
|
|
1509
1945
|
*/
|
|
1510
1946
|
entityUuid = "";
|
|
1511
1947
|
/**
|
|
1512
|
-
*
|
|
1948
|
+
*
|
|
1949
|
+
* @optional
|
|
1950
|
+
*
|
|
1951
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1952
|
+
*
|
|
1953
|
+
* @example STANDING
|
|
1513
1954
|
*
|
|
1514
1955
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1515
1956
|
*/
|
|
1516
1957
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1517
1958
|
/**
|
|
1518
|
-
*
|
|
1959
|
+
*
|
|
1960
|
+
* @mandatory
|
|
1961
|
+
*
|
|
1962
|
+
* @description The search string to match against reference IDs.
|
|
1963
|
+
*
|
|
1964
|
+
* @example "Medical 2023"
|
|
1965
|
+
*
|
|
1966
|
+
* @regex .*
|
|
1967
|
+
*
|
|
1968
|
+
* @format: May contain any UTF-8 characters.
|
|
1519
1969
|
*
|
|
1520
1970
|
* @generated from field: string search_key = 11;
|
|
1521
1971
|
*/
|
|
@@ -1572,37 +2022,77 @@ exports.StockIssuancesServiceSearchAllReq = StockIssuancesServiceSearchAllReq;
|
|
|
1572
2022
|
*/
|
|
1573
2023
|
class StockIssuanceItemsSearchRequest extends protobuf_1.Message {
|
|
1574
2024
|
/**
|
|
1575
|
-
*
|
|
2025
|
+
*
|
|
2026
|
+
* @optional
|
|
2027
|
+
*
|
|
2028
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2029
|
+
*
|
|
2030
|
+
* @example ANY
|
|
1576
2031
|
*
|
|
1577
2032
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1578
2033
|
*/
|
|
1579
2034
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1580
2035
|
/**
|
|
1581
|
-
*
|
|
2036
|
+
*
|
|
2037
|
+
* @mandatory
|
|
2038
|
+
*
|
|
2039
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2040
|
+
*
|
|
2041
|
+
* @example 100
|
|
2042
|
+
*
|
|
2043
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2044
|
+
*
|
|
2045
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1582
2046
|
*
|
|
1583
2047
|
* @generated from field: int64 count = 2;
|
|
1584
2048
|
*/
|
|
1585
2049
|
count = protobuf_1.protoInt64.zero;
|
|
1586
2050
|
/**
|
|
1587
|
-
*
|
|
2051
|
+
*
|
|
2052
|
+
* @optional
|
|
2053
|
+
*
|
|
2054
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2055
|
+
*
|
|
2056
|
+
* @example 0
|
|
2057
|
+
*
|
|
2058
|
+
* @regex ^[0-9]+$
|
|
2059
|
+
*
|
|
2060
|
+
* @format Non-negative integer.
|
|
1588
2061
|
*
|
|
1589
2062
|
* @generated from field: uint64 offset = 3;
|
|
1590
2063
|
*/
|
|
1591
2064
|
offset = protobuf_1.protoInt64.zero;
|
|
1592
2065
|
/**
|
|
1593
|
-
*
|
|
2066
|
+
*
|
|
2067
|
+
* @optional
|
|
2068
|
+
*
|
|
2069
|
+
* @description Sort direction.
|
|
2070
|
+
*
|
|
2071
|
+
* @example DESCENDING
|
|
1594
2072
|
*
|
|
1595
2073
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1596
2074
|
*/
|
|
1597
2075
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1598
2076
|
/**
|
|
1599
|
-
*
|
|
2077
|
+
*
|
|
2078
|
+
* @optional
|
|
2079
|
+
*
|
|
2080
|
+
* @description The field used for sorting.
|
|
1600
2081
|
*
|
|
1601
2082
|
* @generated from field: Scailo.STOCK_ISSUANCE_ITEM_SORT_KEY sort_key = 5;
|
|
1602
2083
|
*/
|
|
1603
2084
|
sortKey = STOCK_ISSUANCE_ITEM_SORT_KEY.STOCK_ISSUANCE_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1604
2085
|
/**
|
|
1605
|
-
*
|
|
2086
|
+
*
|
|
2087
|
+
* @optional
|
|
2088
|
+
*
|
|
2089
|
+
* @description Filter by the organization UUID.
|
|
2090
|
+
*
|
|
2091
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2092
|
+
*
|
|
2093
|
+
* @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}$
|
|
2094
|
+
*
|
|
2095
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1606
2096
|
*
|
|
1607
2097
|
* @generated from field: string entity_uuid = 6;
|
|
1608
2098
|
*/
|
|
@@ -1706,25 +2196,35 @@ exports.StockIssuanceItemsSearchRequest = StockIssuanceItemsSearchRequest;
|
|
|
1706
2196
|
*/
|
|
1707
2197
|
class StockIssuancesServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1708
2198
|
/**
|
|
1709
|
-
*
|
|
2199
|
+
*
|
|
2200
|
+
* @description Number of records returned in the current response slice.
|
|
2201
|
+
*
|
|
2202
|
+
* @example 50
|
|
1710
2203
|
*
|
|
1711
2204
|
* @generated from field: uint64 count = 1;
|
|
1712
2205
|
*/
|
|
1713
2206
|
count = protobuf_1.protoInt64.zero;
|
|
1714
2207
|
/**
|
|
1715
|
-
*
|
|
2208
|
+
*
|
|
2209
|
+
* @description The offset provided in the request.
|
|
2210
|
+
*
|
|
2211
|
+
* @example 0
|
|
1716
2212
|
*
|
|
1717
2213
|
* @generated from field: uint64 offset = 2;
|
|
1718
2214
|
*/
|
|
1719
2215
|
offset = protobuf_1.protoInt64.zero;
|
|
1720
2216
|
/**
|
|
1721
|
-
*
|
|
2217
|
+
*
|
|
2218
|
+
* @description The total number of records matching the criteria.
|
|
2219
|
+
*
|
|
2220
|
+
* @example 1250
|
|
1722
2221
|
*
|
|
1723
2222
|
* @generated from field: uint64 total = 3;
|
|
1724
2223
|
*/
|
|
1725
2224
|
total = protobuf_1.protoInt64.zero;
|
|
1726
2225
|
/**
|
|
1727
|
-
*
|
|
2226
|
+
*
|
|
2227
|
+
* @description The array of records for the current page.
|
|
1728
2228
|
*
|
|
1729
2229
|
* @generated from field: repeated Scailo.StockIssuanceItem payload = 4;
|
|
1730
2230
|
*/
|