@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
|
@@ -300,7 +300,16 @@ protobuf_1.proto3.util.setEnumType(PROFORMA_INVOICE_ITEM_STATUS, "Scailo.PROFORM
|
|
|
300
300
|
*/
|
|
301
301
|
class ProformaInvoicesServiceCreateRequest extends protobuf_1.Message {
|
|
302
302
|
/**
|
|
303
|
-
*
|
|
303
|
+
*
|
|
304
|
+
* @optional
|
|
305
|
+
*
|
|
306
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
307
|
+
*
|
|
308
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
309
|
+
*
|
|
310
|
+
* @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}$
|
|
311
|
+
*
|
|
312
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
304
313
|
*
|
|
305
314
|
* @generated from field: string entity_uuid = 1;
|
|
306
315
|
*/
|
|
@@ -312,13 +321,31 @@ class ProformaInvoicesServiceCreateRequest extends protobuf_1.Message {
|
|
|
312
321
|
*/
|
|
313
322
|
userComment = "";
|
|
314
323
|
/**
|
|
315
|
-
*
|
|
324
|
+
*
|
|
325
|
+
* @optional
|
|
326
|
+
*
|
|
327
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
328
|
+
*
|
|
329
|
+
* @example 15234
|
|
330
|
+
*
|
|
331
|
+
* @regex ^[0-9]+$
|
|
332
|
+
*
|
|
333
|
+
* @format Non-negative integer.
|
|
316
334
|
*
|
|
317
335
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
318
336
|
*/
|
|
319
337
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
320
338
|
/**
|
|
321
|
-
*
|
|
339
|
+
*
|
|
340
|
+
* @mandatory
|
|
341
|
+
*
|
|
342
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
343
|
+
*
|
|
344
|
+
* @example "ABS-2023-001"
|
|
345
|
+
*
|
|
346
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
347
|
+
*
|
|
348
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
322
349
|
*
|
|
323
350
|
* @generated from field: string reference_id = 10;
|
|
324
351
|
*/
|
|
@@ -439,19 +466,42 @@ class ProformaInvoicesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
439
466
|
*/
|
|
440
467
|
id = protobuf_1.protoInt64.zero;
|
|
441
468
|
/**
|
|
442
|
-
*
|
|
469
|
+
*
|
|
470
|
+
* @optional
|
|
471
|
+
*
|
|
472
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
473
|
+
*
|
|
474
|
+
* @example true
|
|
443
475
|
*
|
|
444
476
|
* @generated from field: bool notify_users = 3;
|
|
445
477
|
*/
|
|
446
478
|
notifyUsers = false;
|
|
447
479
|
/**
|
|
448
|
-
*
|
|
480
|
+
*
|
|
481
|
+
* @optional
|
|
482
|
+
*
|
|
483
|
+
* @description Updated vault folder ID for documentation storage.
|
|
484
|
+
*
|
|
485
|
+
* @example 15235
|
|
486
|
+
*
|
|
487
|
+
* @regex ^[0-9]+$
|
|
488
|
+
*
|
|
489
|
+
* @format Non-negative integer.
|
|
449
490
|
*
|
|
450
491
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
451
492
|
*/
|
|
452
493
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
453
494
|
/**
|
|
454
|
-
*
|
|
495
|
+
*
|
|
496
|
+
* @mandatory
|
|
497
|
+
*
|
|
498
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
499
|
+
*
|
|
500
|
+
* @example "ABS-2023-001-REV"
|
|
501
|
+
*
|
|
502
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
503
|
+
*
|
|
504
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
455
505
|
*
|
|
456
506
|
* @generated from field: string reference_id = 10;
|
|
457
507
|
*/
|
|
@@ -640,55 +690,74 @@ exports.ProformaInvoiceAncillaryParameters = ProformaInvoiceAncillaryParameters;
|
|
|
640
690
|
*/
|
|
641
691
|
class ProformaInvoice extends protobuf_1.Message {
|
|
642
692
|
/**
|
|
643
|
-
*
|
|
693
|
+
*
|
|
694
|
+
* @description The organization's globally unique identifier.
|
|
695
|
+
*
|
|
696
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
644
697
|
*
|
|
645
698
|
* @generated from field: string entity_uuid = 1;
|
|
646
699
|
*/
|
|
647
700
|
entityUuid = "";
|
|
648
701
|
/**
|
|
649
|
-
*
|
|
702
|
+
*
|
|
703
|
+
* @description Standard employee and record metadata including timestamps.
|
|
650
704
|
*
|
|
651
705
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
652
706
|
*/
|
|
653
707
|
metadata;
|
|
654
708
|
/**
|
|
655
|
-
*
|
|
709
|
+
*
|
|
710
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
656
711
|
*
|
|
657
712
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
658
713
|
*/
|
|
659
714
|
approvalMetadata;
|
|
660
715
|
/**
|
|
661
|
-
*
|
|
716
|
+
*
|
|
717
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
662
718
|
*
|
|
663
719
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
664
720
|
*/
|
|
665
721
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
666
722
|
/**
|
|
667
|
-
*
|
|
723
|
+
*
|
|
724
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
668
725
|
*
|
|
669
726
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
670
727
|
*/
|
|
671
728
|
logs = [];
|
|
672
729
|
/**
|
|
673
|
-
*
|
|
730
|
+
*
|
|
731
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
732
|
+
*
|
|
733
|
+
* @example 1698400000
|
|
674
734
|
*
|
|
675
735
|
* @generated from field: uint64 completed_on = 6;
|
|
676
736
|
*/
|
|
677
737
|
completedOn = protobuf_1.protoInt64.zero;
|
|
678
738
|
/**
|
|
679
|
-
*
|
|
739
|
+
*
|
|
740
|
+
* @description Link to the document storage folder.
|
|
741
|
+
*
|
|
742
|
+
* @example 15234
|
|
680
743
|
*
|
|
681
744
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
682
745
|
*/
|
|
683
746
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
684
747
|
/**
|
|
685
|
-
*
|
|
748
|
+
*
|
|
749
|
+
* @description The user-provided reference ID.
|
|
750
|
+
*
|
|
751
|
+
* @example "ABS-2023-001"
|
|
686
752
|
*
|
|
687
753
|
* @generated from field: string reference_id = 10;
|
|
688
754
|
*/
|
|
689
755
|
referenceId = "";
|
|
690
756
|
/**
|
|
691
|
-
*
|
|
757
|
+
*
|
|
758
|
+
* @description The system-generated immutable reference number.
|
|
759
|
+
*
|
|
760
|
+
* @example "ABS-2023-X9Z2"
|
|
692
761
|
*
|
|
693
762
|
* @generated from field: string final_ref_number = 11;
|
|
694
763
|
*/
|
|
@@ -1220,25 +1289,31 @@ exports.ProformaInvoicesServiceItemSpecificationsUpdateRequest = ProformaInvoice
|
|
|
1220
1289
|
*/
|
|
1221
1290
|
class ProformaInvoiceItem extends protobuf_1.Message {
|
|
1222
1291
|
/**
|
|
1223
|
-
*
|
|
1292
|
+
*
|
|
1293
|
+
* @description The organization's globally unique identifier.
|
|
1294
|
+
*
|
|
1295
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1224
1296
|
*
|
|
1225
1297
|
* @generated from field: string entity_uuid = 1;
|
|
1226
1298
|
*/
|
|
1227
1299
|
entityUuid = "";
|
|
1228
1300
|
/**
|
|
1229
|
-
*
|
|
1301
|
+
*
|
|
1302
|
+
* @description Standard employee and record metadata including timestamps.
|
|
1230
1303
|
*
|
|
1231
1304
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
1232
1305
|
*/
|
|
1233
1306
|
metadata;
|
|
1234
1307
|
/**
|
|
1235
|
-
*
|
|
1308
|
+
*
|
|
1309
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
1236
1310
|
*
|
|
1237
1311
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
1238
1312
|
*/
|
|
1239
1313
|
approvalMetadata;
|
|
1240
1314
|
/**
|
|
1241
|
-
*
|
|
1315
|
+
*
|
|
1316
|
+
* @description The approval state of the record
|
|
1242
1317
|
*
|
|
1243
1318
|
* @generated from field: bool need_approval = 4;
|
|
1244
1319
|
*/
|
|
@@ -1562,31 +1637,62 @@ exports.ProformaInvoicesServiceAlreadyAddedQuantityForSourceRequest = ProformaIn
|
|
|
1562
1637
|
*/
|
|
1563
1638
|
class ProformaInvoicesServicePaginationReq extends protobuf_1.Message {
|
|
1564
1639
|
/**
|
|
1565
|
-
*
|
|
1640
|
+
*
|
|
1641
|
+
* @optional
|
|
1642
|
+
*
|
|
1643
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1644
|
+
*
|
|
1645
|
+
* @example ANY
|
|
1566
1646
|
*
|
|
1567
1647
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1568
1648
|
*/
|
|
1569
1649
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1570
1650
|
/**
|
|
1571
|
-
*
|
|
1651
|
+
*
|
|
1652
|
+
* @mandatory
|
|
1653
|
+
*
|
|
1654
|
+
* @description Number of records to return per page.
|
|
1655
|
+
*
|
|
1656
|
+
* @example 50
|
|
1657
|
+
*
|
|
1658
|
+
* @regex ^[1-9][0-9]*$
|
|
1659
|
+
*
|
|
1660
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1572
1661
|
*
|
|
1573
1662
|
* @generated from field: int64 count = 2;
|
|
1574
1663
|
*/
|
|
1575
1664
|
count = protobuf_1.protoInt64.zero;
|
|
1576
1665
|
/**
|
|
1577
|
-
*
|
|
1666
|
+
*
|
|
1667
|
+
* @optional
|
|
1668
|
+
*
|
|
1669
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1670
|
+
*
|
|
1671
|
+
* @example 0
|
|
1672
|
+
*
|
|
1673
|
+
* @regex ^[0-9]+$
|
|
1674
|
+
*
|
|
1675
|
+
* @format Non-negative integer.
|
|
1578
1676
|
*
|
|
1579
1677
|
* @generated from field: uint64 offset = 3;
|
|
1580
1678
|
*/
|
|
1581
1679
|
offset = protobuf_1.protoInt64.zero;
|
|
1582
1680
|
/**
|
|
1583
|
-
*
|
|
1681
|
+
*
|
|
1682
|
+
* @optional
|
|
1683
|
+
*
|
|
1684
|
+
* @description Sort direction.
|
|
1685
|
+
*
|
|
1686
|
+
* @example DESCENDING
|
|
1584
1687
|
*
|
|
1585
1688
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1586
1689
|
*/
|
|
1587
1690
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1588
1691
|
/**
|
|
1589
|
-
*
|
|
1692
|
+
*
|
|
1693
|
+
* @optional
|
|
1694
|
+
*
|
|
1695
|
+
* @description The specific field key to sort the results by.
|
|
1590
1696
|
*
|
|
1591
1697
|
* @generated from field: Scailo.PROFORMA_INVOICE_SORT_KEY sort_key = 5;
|
|
1592
1698
|
*/
|
|
@@ -1633,25 +1739,35 @@ exports.ProformaInvoicesServicePaginationReq = ProformaInvoicesServicePagination
|
|
|
1633
1739
|
*/
|
|
1634
1740
|
class ProformaInvoicesServicePaginationResponse extends protobuf_1.Message {
|
|
1635
1741
|
/**
|
|
1636
|
-
*
|
|
1742
|
+
*
|
|
1743
|
+
* @description Number of records returned in the current response slice.
|
|
1744
|
+
*
|
|
1745
|
+
* @example 50
|
|
1637
1746
|
*
|
|
1638
1747
|
* @generated from field: uint64 count = 1;
|
|
1639
1748
|
*/
|
|
1640
1749
|
count = protobuf_1.protoInt64.zero;
|
|
1641
1750
|
/**
|
|
1642
|
-
*
|
|
1751
|
+
*
|
|
1752
|
+
* @description The offset provided in the request.
|
|
1753
|
+
*
|
|
1754
|
+
* @example 0
|
|
1643
1755
|
*
|
|
1644
1756
|
* @generated from field: uint64 offset = 2;
|
|
1645
1757
|
*/
|
|
1646
1758
|
offset = protobuf_1.protoInt64.zero;
|
|
1647
1759
|
/**
|
|
1648
|
-
*
|
|
1760
|
+
*
|
|
1761
|
+
* @description The total number of records matching the criteria.
|
|
1762
|
+
*
|
|
1763
|
+
* @example 1250
|
|
1649
1764
|
*
|
|
1650
1765
|
* @generated from field: uint64 total = 3;
|
|
1651
1766
|
*/
|
|
1652
1767
|
total = protobuf_1.protoInt64.zero;
|
|
1653
1768
|
/**
|
|
1654
|
-
*
|
|
1769
|
+
*
|
|
1770
|
+
* @description The array of records for the current page.
|
|
1655
1771
|
*
|
|
1656
1772
|
* @generated from field: repeated Scailo.ProformaInvoice payload = 4;
|
|
1657
1773
|
*/
|
|
@@ -1690,115 +1806,268 @@ exports.ProformaInvoicesServicePaginationResponse = ProformaInvoicesServicePagin
|
|
|
1690
1806
|
*/
|
|
1691
1807
|
class ProformaInvoicesServiceFilterReq extends protobuf_1.Message {
|
|
1692
1808
|
/**
|
|
1693
|
-
*
|
|
1809
|
+
*
|
|
1810
|
+
* @optional
|
|
1811
|
+
*
|
|
1812
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1813
|
+
*
|
|
1814
|
+
* @example ANY
|
|
1694
1815
|
*
|
|
1695
1816
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1696
1817
|
*/
|
|
1697
1818
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1698
1819
|
/**
|
|
1699
|
-
*
|
|
1820
|
+
*
|
|
1821
|
+
* @mandatory
|
|
1822
|
+
*
|
|
1823
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1824
|
+
*
|
|
1825
|
+
* @example 100
|
|
1826
|
+
*
|
|
1827
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1828
|
+
*
|
|
1829
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1700
1830
|
*
|
|
1701
1831
|
* @generated from field: int64 count = 2;
|
|
1702
1832
|
*/
|
|
1703
1833
|
count = protobuf_1.protoInt64.zero;
|
|
1704
1834
|
/**
|
|
1705
|
-
*
|
|
1835
|
+
*
|
|
1836
|
+
* @optional
|
|
1837
|
+
*
|
|
1838
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1839
|
+
*
|
|
1840
|
+
* @example 0
|
|
1841
|
+
*
|
|
1842
|
+
* @regex ^[0-9]+$
|
|
1843
|
+
*
|
|
1844
|
+
* @format Non-negative integer.
|
|
1706
1845
|
*
|
|
1707
1846
|
* @generated from field: uint64 offset = 3;
|
|
1708
1847
|
*/
|
|
1709
1848
|
offset = protobuf_1.protoInt64.zero;
|
|
1710
1849
|
/**
|
|
1711
|
-
*
|
|
1850
|
+
*
|
|
1851
|
+
* @optional
|
|
1852
|
+
*
|
|
1853
|
+
* @description Sort direction.
|
|
1854
|
+
*
|
|
1855
|
+
* @example DESCENDING
|
|
1712
1856
|
*
|
|
1713
1857
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1714
1858
|
*/
|
|
1715
1859
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1716
1860
|
/**
|
|
1717
|
-
*
|
|
1861
|
+
*
|
|
1862
|
+
* @optional
|
|
1863
|
+
*
|
|
1864
|
+
* @description The field used for sorting.
|
|
1718
1865
|
*
|
|
1719
1866
|
* @generated from field: Scailo.PROFORMA_INVOICE_SORT_KEY sort_key = 5;
|
|
1720
1867
|
*/
|
|
1721
1868
|
sortKey = PROFORMA_INVOICE_SORT_KEY.PROFORMA_INVOICE_SORT_KEY_ID_UNSPECIFIED;
|
|
1722
1869
|
/**
|
|
1723
|
-
*
|
|
1870
|
+
*
|
|
1871
|
+
* @optional
|
|
1872
|
+
*
|
|
1873
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1874
|
+
*
|
|
1875
|
+
* @example 1672531200
|
|
1876
|
+
*
|
|
1877
|
+
* @regex ^[0-9]+$
|
|
1878
|
+
*
|
|
1879
|
+
* @format Non-negative integer.
|
|
1724
1880
|
*
|
|
1725
1881
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1726
1882
|
*/
|
|
1727
1883
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1728
1884
|
/**
|
|
1729
|
-
*
|
|
1885
|
+
*
|
|
1886
|
+
* @optional
|
|
1887
|
+
*
|
|
1888
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1889
|
+
*
|
|
1890
|
+
* @example 1704067199
|
|
1891
|
+
*
|
|
1892
|
+
* @regex ^[0-9]+$
|
|
1893
|
+
*
|
|
1894
|
+
* @format Non-negative integer.
|
|
1730
1895
|
*
|
|
1731
1896
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1732
1897
|
*/
|
|
1733
1898
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1734
1899
|
/**
|
|
1735
|
-
*
|
|
1900
|
+
*
|
|
1901
|
+
* @optional
|
|
1902
|
+
*
|
|
1903
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1904
|
+
*
|
|
1905
|
+
* @example 1672531200
|
|
1906
|
+
*
|
|
1907
|
+
* @regex ^[0-9]+$
|
|
1908
|
+
*
|
|
1909
|
+
* @format Non-negative integer.
|
|
1736
1910
|
*
|
|
1737
1911
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1738
1912
|
*/
|
|
1739
1913
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1740
1914
|
/**
|
|
1741
|
-
*
|
|
1915
|
+
*
|
|
1916
|
+
* @optional
|
|
1917
|
+
*
|
|
1918
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1919
|
+
*
|
|
1920
|
+
* @example 1704067199
|
|
1921
|
+
*
|
|
1922
|
+
* @regex ^[0-9]+$
|
|
1923
|
+
*
|
|
1924
|
+
* @format Non-negative integer.
|
|
1742
1925
|
*
|
|
1743
1926
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1744
1927
|
*/
|
|
1745
1928
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1746
1929
|
/**
|
|
1747
|
-
*
|
|
1930
|
+
*
|
|
1931
|
+
* @optional
|
|
1932
|
+
*
|
|
1933
|
+
* @description Filter by the organization UUID.
|
|
1934
|
+
*
|
|
1935
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1936
|
+
*
|
|
1937
|
+
* @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}$
|
|
1938
|
+
*
|
|
1939
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1748
1940
|
*
|
|
1749
1941
|
* @generated from field: string entity_uuid = 8;
|
|
1750
1942
|
*/
|
|
1751
1943
|
entityUuid = "";
|
|
1752
1944
|
/**
|
|
1753
|
-
*
|
|
1945
|
+
*
|
|
1946
|
+
* @optional
|
|
1947
|
+
*
|
|
1948
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1949
|
+
*
|
|
1950
|
+
* @example STANDING
|
|
1754
1951
|
*
|
|
1755
1952
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1756
1953
|
*/
|
|
1757
1954
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1758
1955
|
/**
|
|
1759
|
-
*
|
|
1956
|
+
*
|
|
1957
|
+
* @optional
|
|
1958
|
+
*
|
|
1959
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1960
|
+
*
|
|
1961
|
+
* @example 1672531200
|
|
1962
|
+
*
|
|
1963
|
+
* @regex ^[0-9]+$
|
|
1964
|
+
*
|
|
1965
|
+
* @format Non-negative integer.
|
|
1760
1966
|
*
|
|
1761
1967
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1762
1968
|
*/
|
|
1763
1969
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1764
1970
|
/**
|
|
1765
|
-
*
|
|
1971
|
+
*
|
|
1972
|
+
* @optional
|
|
1973
|
+
*
|
|
1974
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1975
|
+
*
|
|
1976
|
+
* @example 1704067199
|
|
1977
|
+
*
|
|
1978
|
+
* @regex ^[0-9]+$
|
|
1979
|
+
*
|
|
1980
|
+
* @format Non-negative integer.
|
|
1766
1981
|
*
|
|
1767
1982
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1768
1983
|
*/
|
|
1769
1984
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1770
1985
|
/**
|
|
1771
|
-
*
|
|
1986
|
+
*
|
|
1987
|
+
* @optional
|
|
1988
|
+
*
|
|
1989
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1990
|
+
*
|
|
1991
|
+
* @example 501
|
|
1992
|
+
*
|
|
1993
|
+
* @regex ^[0-9]+$
|
|
1994
|
+
*
|
|
1995
|
+
* @format Non-negative integer.
|
|
1772
1996
|
*
|
|
1773
1997
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1774
1998
|
*/
|
|
1775
1999
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1776
2000
|
/**
|
|
1777
|
-
*
|
|
2001
|
+
*
|
|
2002
|
+
* @optional
|
|
2003
|
+
*
|
|
2004
|
+
* @description Filter by the role ID of the approver.
|
|
2005
|
+
*
|
|
2006
|
+
* @example 5
|
|
2007
|
+
*
|
|
2008
|
+
* @regex ^[0-9]+$
|
|
2009
|
+
*
|
|
2010
|
+
* @format Non-negative integer.
|
|
1778
2011
|
*
|
|
1779
2012
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1780
2013
|
*/
|
|
1781
2014
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1782
2015
|
/**
|
|
1783
|
-
*
|
|
2016
|
+
*
|
|
2017
|
+
* @optional
|
|
2018
|
+
*
|
|
2019
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2020
|
+
*
|
|
2021
|
+
* @example 1672531200
|
|
2022
|
+
*
|
|
2023
|
+
* @regex ^[0-9]+$
|
|
2024
|
+
*
|
|
2025
|
+
* @format Non-negative integer.
|
|
1784
2026
|
*
|
|
1785
2027
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1786
2028
|
*/
|
|
1787
2029
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1788
2030
|
/**
|
|
1789
|
-
*
|
|
2031
|
+
*
|
|
2032
|
+
* @optional
|
|
2033
|
+
*
|
|
2034
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2035
|
+
*
|
|
2036
|
+
* @example 1704067199
|
|
2037
|
+
*
|
|
2038
|
+
* @regex ^[0-9]+$
|
|
2039
|
+
*
|
|
2040
|
+
* @format Non-negative integer.
|
|
1790
2041
|
*
|
|
1791
2042
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1792
2043
|
*/
|
|
1793
2044
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1794
2045
|
/**
|
|
1795
|
-
*
|
|
2046
|
+
*
|
|
2047
|
+
* @optional
|
|
2048
|
+
*
|
|
2049
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2050
|
+
*
|
|
2051
|
+
* @example "ABS-2023-001"
|
|
2052
|
+
*
|
|
2053
|
+
* @regex [0-9A-Za-z ]*$
|
|
2054
|
+
*
|
|
2055
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1796
2056
|
*
|
|
1797
2057
|
* @generated from field: string reference_id = 20;
|
|
1798
2058
|
*/
|
|
1799
2059
|
referenceId = "";
|
|
1800
2060
|
/**
|
|
1801
|
-
*
|
|
2061
|
+
*
|
|
2062
|
+
* @optional
|
|
2063
|
+
*
|
|
2064
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2065
|
+
*
|
|
2066
|
+
* @example "ABS-2023-X9Z2"
|
|
2067
|
+
*
|
|
2068
|
+
* @regex [0-9A-Za-z ]*$
|
|
2069
|
+
*
|
|
2070
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1802
2071
|
*
|
|
1803
2072
|
* @generated from field: string final_ref_number = 21;
|
|
1804
2073
|
*/
|
|
@@ -1937,91 +2206,218 @@ exports.ProformaInvoicesServiceFilterReq = ProformaInvoicesServiceFilterReq;
|
|
|
1937
2206
|
*/
|
|
1938
2207
|
class ProformaInvoicesServiceCountReq extends protobuf_1.Message {
|
|
1939
2208
|
/**
|
|
1940
|
-
*
|
|
2209
|
+
*
|
|
2210
|
+
* @optional
|
|
2211
|
+
*
|
|
2212
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2213
|
+
*
|
|
2214
|
+
* @example ANY
|
|
1941
2215
|
*
|
|
1942
2216
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1943
2217
|
*/
|
|
1944
2218
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1945
2219
|
/**
|
|
1946
|
-
*
|
|
2220
|
+
*
|
|
2221
|
+
* @optional
|
|
2222
|
+
*
|
|
2223
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2224
|
+
*
|
|
2225
|
+
* @example 1672531200
|
|
2226
|
+
*
|
|
2227
|
+
* @regex ^[0-9]+$
|
|
2228
|
+
*
|
|
2229
|
+
* @format Non-negative integer.
|
|
1947
2230
|
*
|
|
1948
2231
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1949
2232
|
*/
|
|
1950
2233
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1951
2234
|
/**
|
|
1952
|
-
*
|
|
2235
|
+
*
|
|
2236
|
+
* @optional
|
|
2237
|
+
*
|
|
2238
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2239
|
+
*
|
|
2240
|
+
* @example 1704067199
|
|
2241
|
+
*
|
|
2242
|
+
* @regex ^[0-9]+$
|
|
2243
|
+
*
|
|
2244
|
+
* @format Non-negative integer.
|
|
1953
2245
|
*
|
|
1954
2246
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1955
2247
|
*/
|
|
1956
2248
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1957
2249
|
/**
|
|
1958
|
-
*
|
|
2250
|
+
*
|
|
2251
|
+
* @optional
|
|
2252
|
+
*
|
|
2253
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2254
|
+
*
|
|
2255
|
+
* @example 1672531200
|
|
2256
|
+
*
|
|
2257
|
+
* @regex ^[0-9]+$
|
|
2258
|
+
*
|
|
2259
|
+
* @format Non-negative integer.
|
|
1959
2260
|
*
|
|
1960
2261
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1961
2262
|
*/
|
|
1962
2263
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1963
2264
|
/**
|
|
1964
|
-
*
|
|
2265
|
+
*
|
|
2266
|
+
* @optional
|
|
2267
|
+
*
|
|
2268
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2269
|
+
*
|
|
2270
|
+
* @example 1704067199
|
|
2271
|
+
*
|
|
2272
|
+
* @regex ^[0-9]+$
|
|
2273
|
+
*
|
|
2274
|
+
* @format Non-negative integer.
|
|
1965
2275
|
*
|
|
1966
2276
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1967
2277
|
*/
|
|
1968
2278
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1969
2279
|
/**
|
|
1970
|
-
*
|
|
2280
|
+
*
|
|
2281
|
+
* @optional
|
|
2282
|
+
*
|
|
2283
|
+
* @description Filter by the organization UUID.
|
|
2284
|
+
*
|
|
2285
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2286
|
+
*
|
|
2287
|
+
* @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}$
|
|
2288
|
+
*
|
|
2289
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1971
2290
|
*
|
|
1972
2291
|
* @generated from field: string entity_uuid = 8;
|
|
1973
2292
|
*/
|
|
1974
2293
|
entityUuid = "";
|
|
1975
2294
|
/**
|
|
1976
|
-
*
|
|
2295
|
+
*
|
|
2296
|
+
* @optional
|
|
2297
|
+
*
|
|
2298
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2299
|
+
*
|
|
2300
|
+
* @example STANDING
|
|
1977
2301
|
*
|
|
1978
2302
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1979
2303
|
*/
|
|
1980
2304
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1981
2305
|
/**
|
|
1982
|
-
*
|
|
2306
|
+
*
|
|
2307
|
+
* @optional
|
|
2308
|
+
*
|
|
2309
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2310
|
+
*
|
|
2311
|
+
* @example 1672531200
|
|
2312
|
+
*
|
|
2313
|
+
* @regex ^[0-9]+$
|
|
2314
|
+
*
|
|
2315
|
+
* @format Non-negative integer.
|
|
1983
2316
|
*
|
|
1984
2317
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1985
2318
|
*/
|
|
1986
2319
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1987
2320
|
/**
|
|
1988
|
-
*
|
|
2321
|
+
*
|
|
2322
|
+
* @optional
|
|
2323
|
+
*
|
|
2324
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2325
|
+
*
|
|
2326
|
+
* @example 1704067199
|
|
2327
|
+
*
|
|
2328
|
+
* @regex ^[0-9]+$
|
|
2329
|
+
*
|
|
2330
|
+
* @format Non-negative integer.
|
|
1989
2331
|
*
|
|
1990
2332
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1991
2333
|
*/
|
|
1992
2334
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1993
2335
|
/**
|
|
1994
|
-
*
|
|
2336
|
+
*
|
|
2337
|
+
* @optional
|
|
2338
|
+
*
|
|
2339
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2340
|
+
*
|
|
2341
|
+
* @example 501
|
|
2342
|
+
*
|
|
2343
|
+
* @regex ^[0-9]+$
|
|
2344
|
+
*
|
|
2345
|
+
* @format Non-negative integer.
|
|
1995
2346
|
*
|
|
1996
2347
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1997
2348
|
*/
|
|
1998
2349
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1999
2350
|
/**
|
|
2000
|
-
*
|
|
2351
|
+
*
|
|
2352
|
+
* @optional
|
|
2353
|
+
*
|
|
2354
|
+
* @description Filter by the role ID of the approver.
|
|
2355
|
+
*
|
|
2356
|
+
* @example 5
|
|
2357
|
+
*
|
|
2358
|
+
* @regex ^[0-9]+$
|
|
2359
|
+
*
|
|
2360
|
+
* @format Non-negative integer.
|
|
2001
2361
|
*
|
|
2002
2362
|
* @generated from field: uint64 approver_role_id = 14;
|
|
2003
2363
|
*/
|
|
2004
2364
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
2005
2365
|
/**
|
|
2006
|
-
*
|
|
2366
|
+
*
|
|
2367
|
+
* @optional
|
|
2368
|
+
*
|
|
2369
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2370
|
+
*
|
|
2371
|
+
* @example 1672531200
|
|
2372
|
+
*
|
|
2373
|
+
* @regex ^[0-9]+$
|
|
2374
|
+
*
|
|
2375
|
+
* @format Non-negative integer.
|
|
2007
2376
|
*
|
|
2008
2377
|
* @generated from field: uint64 completed_on_start = 15;
|
|
2009
2378
|
*/
|
|
2010
2379
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
2011
2380
|
/**
|
|
2012
|
-
*
|
|
2381
|
+
*
|
|
2382
|
+
* @optional
|
|
2383
|
+
*
|
|
2384
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2385
|
+
*
|
|
2386
|
+
* @example 1704067199
|
|
2387
|
+
*
|
|
2388
|
+
* @regex ^[0-9]+$
|
|
2389
|
+
*
|
|
2390
|
+
* @format Non-negative integer.
|
|
2013
2391
|
*
|
|
2014
2392
|
* @generated from field: uint64 completed_on_end = 16;
|
|
2015
2393
|
*/
|
|
2016
2394
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
2017
2395
|
/**
|
|
2018
|
-
*
|
|
2396
|
+
*
|
|
2397
|
+
* @optional
|
|
2398
|
+
*
|
|
2399
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2400
|
+
*
|
|
2401
|
+
* @example "ABS-2023-001"
|
|
2402
|
+
*
|
|
2403
|
+
* @regex [0-9A-Za-z ]*$
|
|
2404
|
+
*
|
|
2405
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
2019
2406
|
*
|
|
2020
2407
|
* @generated from field: string reference_id = 20;
|
|
2021
2408
|
*/
|
|
2022
2409
|
referenceId = "";
|
|
2023
2410
|
/**
|
|
2024
|
-
*
|
|
2411
|
+
*
|
|
2412
|
+
* @optional
|
|
2413
|
+
*
|
|
2414
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2415
|
+
*
|
|
2416
|
+
* @example "ABS-2023-X9Z2"
|
|
2417
|
+
*
|
|
2418
|
+
* @regex [0-9A-Za-z ]*$
|
|
2419
|
+
*
|
|
2420
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
2025
2421
|
*
|
|
2026
2422
|
* @generated from field: string final_ref_number = 21;
|
|
2027
2423
|
*/
|
|
@@ -2156,49 +2552,103 @@ exports.ProformaInvoicesServiceCountReq = ProformaInvoicesServiceCountReq;
|
|
|
2156
2552
|
*/
|
|
2157
2553
|
class ProformaInvoicesServiceSearchAllReq extends protobuf_1.Message {
|
|
2158
2554
|
/**
|
|
2159
|
-
*
|
|
2555
|
+
*
|
|
2556
|
+
* @optional
|
|
2557
|
+
*
|
|
2558
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2559
|
+
*
|
|
2560
|
+
* @example ANY
|
|
2160
2561
|
*
|
|
2161
2562
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2162
2563
|
*/
|
|
2163
2564
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2164
2565
|
/**
|
|
2165
|
-
*
|
|
2566
|
+
*
|
|
2567
|
+
* @mandatory
|
|
2568
|
+
*
|
|
2569
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2570
|
+
*
|
|
2571
|
+
* @example 100
|
|
2572
|
+
*
|
|
2573
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2574
|
+
*
|
|
2575
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2166
2576
|
*
|
|
2167
2577
|
* @generated from field: int64 count = 2;
|
|
2168
2578
|
*/
|
|
2169
2579
|
count = protobuf_1.protoInt64.zero;
|
|
2170
2580
|
/**
|
|
2171
|
-
*
|
|
2581
|
+
*
|
|
2582
|
+
* @optional
|
|
2583
|
+
*
|
|
2584
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2585
|
+
*
|
|
2586
|
+
* @example 0
|
|
2587
|
+
*
|
|
2588
|
+
* @regex ^[0-9]+$
|
|
2589
|
+
*
|
|
2590
|
+
* @format Non-negative integer.
|
|
2172
2591
|
*
|
|
2173
2592
|
* @generated from field: uint64 offset = 3;
|
|
2174
2593
|
*/
|
|
2175
2594
|
offset = protobuf_1.protoInt64.zero;
|
|
2176
2595
|
/**
|
|
2177
|
-
*
|
|
2596
|
+
*
|
|
2597
|
+
* @optional
|
|
2598
|
+
*
|
|
2599
|
+
* @description Sort direction.
|
|
2600
|
+
*
|
|
2601
|
+
* @example DESCENDING
|
|
2178
2602
|
*
|
|
2179
2603
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2180
2604
|
*/
|
|
2181
2605
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2182
2606
|
/**
|
|
2183
|
-
*
|
|
2607
|
+
*
|
|
2608
|
+
* @optional
|
|
2609
|
+
*
|
|
2610
|
+
* @description The field used for sorting.
|
|
2184
2611
|
*
|
|
2185
2612
|
* @generated from field: Scailo.PROFORMA_INVOICE_SORT_KEY sort_key = 5;
|
|
2186
2613
|
*/
|
|
2187
2614
|
sortKey = PROFORMA_INVOICE_SORT_KEY.PROFORMA_INVOICE_SORT_KEY_ID_UNSPECIFIED;
|
|
2188
2615
|
/**
|
|
2189
|
-
*
|
|
2616
|
+
*
|
|
2617
|
+
* @optional
|
|
2618
|
+
*
|
|
2619
|
+
* @description Filter by the organization UUID.
|
|
2620
|
+
*
|
|
2621
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2622
|
+
*
|
|
2623
|
+
* @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}$
|
|
2624
|
+
*
|
|
2625
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2190
2626
|
*
|
|
2191
2627
|
* @generated from field: string entity_uuid = 6;
|
|
2192
2628
|
*/
|
|
2193
2629
|
entityUuid = "";
|
|
2194
2630
|
/**
|
|
2195
|
-
*
|
|
2631
|
+
*
|
|
2632
|
+
* @optional
|
|
2633
|
+
*
|
|
2634
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2635
|
+
*
|
|
2636
|
+
* @example STANDING
|
|
2196
2637
|
*
|
|
2197
2638
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2198
2639
|
*/
|
|
2199
2640
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2200
2641
|
/**
|
|
2201
|
-
*
|
|
2642
|
+
*
|
|
2643
|
+
* @mandatory
|
|
2644
|
+
*
|
|
2645
|
+
* @description The search string to match against reference IDs.
|
|
2646
|
+
*
|
|
2647
|
+
* @example "Medical 2023"
|
|
2648
|
+
*
|
|
2649
|
+
* @regex .*
|
|
2650
|
+
*
|
|
2651
|
+
* @format: May contain any UTF-8 characters.
|
|
2202
2652
|
*
|
|
2203
2653
|
* @generated from field: string search_key = 11;
|
|
2204
2654
|
*/
|
|
@@ -2277,37 +2727,77 @@ exports.ProformaInvoicesServiceSearchAllReq = ProformaInvoicesServiceSearchAllRe
|
|
|
2277
2727
|
*/
|
|
2278
2728
|
class ProformaInvoiceItemsSearchRequest extends protobuf_1.Message {
|
|
2279
2729
|
/**
|
|
2280
|
-
*
|
|
2730
|
+
*
|
|
2731
|
+
* @optional
|
|
2732
|
+
*
|
|
2733
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2734
|
+
*
|
|
2735
|
+
* @example ANY
|
|
2281
2736
|
*
|
|
2282
2737
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2283
2738
|
*/
|
|
2284
2739
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2285
2740
|
/**
|
|
2286
|
-
*
|
|
2741
|
+
*
|
|
2742
|
+
* @mandatory
|
|
2743
|
+
*
|
|
2744
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2745
|
+
*
|
|
2746
|
+
* @example 100
|
|
2747
|
+
*
|
|
2748
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2749
|
+
*
|
|
2750
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2287
2751
|
*
|
|
2288
2752
|
* @generated from field: int64 count = 2;
|
|
2289
2753
|
*/
|
|
2290
2754
|
count = protobuf_1.protoInt64.zero;
|
|
2291
2755
|
/**
|
|
2292
|
-
*
|
|
2756
|
+
*
|
|
2757
|
+
* @optional
|
|
2758
|
+
*
|
|
2759
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2760
|
+
*
|
|
2761
|
+
* @example 0
|
|
2762
|
+
*
|
|
2763
|
+
* @regex ^[0-9]+$
|
|
2764
|
+
*
|
|
2765
|
+
* @format Non-negative integer.
|
|
2293
2766
|
*
|
|
2294
2767
|
* @generated from field: uint64 offset = 3;
|
|
2295
2768
|
*/
|
|
2296
2769
|
offset = protobuf_1.protoInt64.zero;
|
|
2297
2770
|
/**
|
|
2298
|
-
*
|
|
2771
|
+
*
|
|
2772
|
+
* @optional
|
|
2773
|
+
*
|
|
2774
|
+
* @description Sort direction.
|
|
2775
|
+
*
|
|
2776
|
+
* @example DESCENDING
|
|
2299
2777
|
*
|
|
2300
2778
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2301
2779
|
*/
|
|
2302
2780
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2303
2781
|
/**
|
|
2304
|
-
*
|
|
2782
|
+
*
|
|
2783
|
+
* @optional
|
|
2784
|
+
*
|
|
2785
|
+
* @description The field used for sorting.
|
|
2305
2786
|
*
|
|
2306
2787
|
* @generated from field: Scailo.PROFORMA_INVOICE_ITEM_SORT_KEY sort_key = 5;
|
|
2307
2788
|
*/
|
|
2308
2789
|
sortKey = PROFORMA_INVOICE_ITEM_SORT_KEY.PROFORMA_INVOICE_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
2309
2790
|
/**
|
|
2310
|
-
*
|
|
2791
|
+
*
|
|
2792
|
+
* @optional
|
|
2793
|
+
*
|
|
2794
|
+
* @description Filter by the organization UUID.
|
|
2795
|
+
*
|
|
2796
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2797
|
+
*
|
|
2798
|
+
* @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}$
|
|
2799
|
+
*
|
|
2800
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2311
2801
|
*
|
|
2312
2802
|
* @generated from field: string entity_uuid = 6;
|
|
2313
2803
|
*/
|
|
@@ -2425,25 +2915,35 @@ exports.ProformaInvoiceItemsSearchRequest = ProformaInvoiceItemsSearchRequest;
|
|
|
2425
2915
|
*/
|
|
2426
2916
|
class ProformaInvoicesServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
2427
2917
|
/**
|
|
2428
|
-
*
|
|
2918
|
+
*
|
|
2919
|
+
* @description Number of records returned in the current response slice.
|
|
2920
|
+
*
|
|
2921
|
+
* @example 50
|
|
2429
2922
|
*
|
|
2430
2923
|
* @generated from field: uint64 count = 1;
|
|
2431
2924
|
*/
|
|
2432
2925
|
count = protobuf_1.protoInt64.zero;
|
|
2433
2926
|
/**
|
|
2434
|
-
*
|
|
2927
|
+
*
|
|
2928
|
+
* @description The offset provided in the request.
|
|
2929
|
+
*
|
|
2930
|
+
* @example 0
|
|
2435
2931
|
*
|
|
2436
2932
|
* @generated from field: uint64 offset = 2;
|
|
2437
2933
|
*/
|
|
2438
2934
|
offset = protobuf_1.protoInt64.zero;
|
|
2439
2935
|
/**
|
|
2440
|
-
*
|
|
2936
|
+
*
|
|
2937
|
+
* @description The total number of records matching the criteria.
|
|
2938
|
+
*
|
|
2939
|
+
* @example 1250
|
|
2441
2940
|
*
|
|
2442
2941
|
* @generated from field: uint64 total = 3;
|
|
2443
2942
|
*/
|
|
2444
2943
|
total = protobuf_1.protoInt64.zero;
|
|
2445
2944
|
/**
|
|
2446
|
-
*
|
|
2945
|
+
*
|
|
2946
|
+
* @description The array of records for the current page.
|
|
2447
2947
|
*
|
|
2448
2948
|
* @generated from field: repeated Scailo.ProformaInvoiceItem payload = 4;
|
|
2449
2949
|
*/
|