@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
|
@@ -262,7 +262,16 @@ class CreditNotesServiceCreateRequest extends protobuf_1.Message {
|
|
|
262
262
|
constructor(data) {
|
|
263
263
|
super();
|
|
264
264
|
/**
|
|
265
|
-
*
|
|
265
|
+
*
|
|
266
|
+
* @optional
|
|
267
|
+
*
|
|
268
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
269
|
+
*
|
|
270
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
271
|
+
*
|
|
272
|
+
* @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}$
|
|
273
|
+
*
|
|
274
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
266
275
|
*
|
|
267
276
|
* @generated from field: string entity_uuid = 1;
|
|
268
277
|
*/
|
|
@@ -274,13 +283,31 @@ class CreditNotesServiceCreateRequest extends protobuf_1.Message {
|
|
|
274
283
|
*/
|
|
275
284
|
this.userComment = "";
|
|
276
285
|
/**
|
|
277
|
-
*
|
|
286
|
+
*
|
|
287
|
+
* @optional
|
|
288
|
+
*
|
|
289
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
290
|
+
*
|
|
291
|
+
* @example 15234
|
|
292
|
+
*
|
|
293
|
+
* @regex ^[0-9]+$
|
|
294
|
+
*
|
|
295
|
+
* @format Non-negative integer.
|
|
278
296
|
*
|
|
279
297
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
280
298
|
*/
|
|
281
299
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
282
300
|
/**
|
|
283
|
-
*
|
|
301
|
+
*
|
|
302
|
+
* @mandatory
|
|
303
|
+
*
|
|
304
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
305
|
+
*
|
|
306
|
+
* @example "ABS-2023-001"
|
|
307
|
+
*
|
|
308
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
309
|
+
*
|
|
310
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
284
311
|
*
|
|
285
312
|
* @generated from field: string reference_id = 10;
|
|
286
313
|
*/
|
|
@@ -387,19 +414,42 @@ class CreditNotesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
387
414
|
*/
|
|
388
415
|
this.id = protobuf_1.protoInt64.zero;
|
|
389
416
|
/**
|
|
390
|
-
*
|
|
417
|
+
*
|
|
418
|
+
* @optional
|
|
419
|
+
*
|
|
420
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
421
|
+
*
|
|
422
|
+
* @example true
|
|
391
423
|
*
|
|
392
424
|
* @generated from field: bool notify_users = 3;
|
|
393
425
|
*/
|
|
394
426
|
this.notifyUsers = false;
|
|
395
427
|
/**
|
|
396
|
-
*
|
|
428
|
+
*
|
|
429
|
+
* @optional
|
|
430
|
+
*
|
|
431
|
+
* @description Updated vault folder ID for documentation storage.
|
|
432
|
+
*
|
|
433
|
+
* @example 15235
|
|
434
|
+
*
|
|
435
|
+
* @regex ^[0-9]+$
|
|
436
|
+
*
|
|
437
|
+
* @format Non-negative integer.
|
|
397
438
|
*
|
|
398
439
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
399
440
|
*/
|
|
400
441
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
401
442
|
/**
|
|
402
|
-
*
|
|
443
|
+
*
|
|
444
|
+
* @mandatory
|
|
445
|
+
*
|
|
446
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
447
|
+
*
|
|
448
|
+
* @example "ABS-2023-001-REV"
|
|
449
|
+
*
|
|
450
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
451
|
+
*
|
|
452
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
403
453
|
*
|
|
404
454
|
* @generated from field: string reference_id = 10;
|
|
405
455
|
*/
|
|
@@ -567,43 +617,60 @@ class CreditNote extends protobuf_1.Message {
|
|
|
567
617
|
constructor(data) {
|
|
568
618
|
super();
|
|
569
619
|
/**
|
|
570
|
-
*
|
|
620
|
+
*
|
|
621
|
+
* @description The organization's globally unique identifier.
|
|
622
|
+
*
|
|
623
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
571
624
|
*
|
|
572
625
|
* @generated from field: string entity_uuid = 1;
|
|
573
626
|
*/
|
|
574
627
|
this.entityUuid = "";
|
|
575
628
|
/**
|
|
576
|
-
*
|
|
629
|
+
*
|
|
630
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
577
631
|
*
|
|
578
632
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
579
633
|
*/
|
|
580
634
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
581
635
|
/**
|
|
582
|
-
*
|
|
636
|
+
*
|
|
637
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
583
638
|
*
|
|
584
639
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
585
640
|
*/
|
|
586
641
|
this.logs = [];
|
|
587
642
|
/**
|
|
588
|
-
*
|
|
643
|
+
*
|
|
644
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
645
|
+
*
|
|
646
|
+
* @example 1698400000
|
|
589
647
|
*
|
|
590
648
|
* @generated from field: uint64 completed_on = 6;
|
|
591
649
|
*/
|
|
592
650
|
this.completedOn = protobuf_1.protoInt64.zero;
|
|
593
651
|
/**
|
|
594
|
-
*
|
|
652
|
+
*
|
|
653
|
+
* @description Link to the document storage folder.
|
|
654
|
+
*
|
|
655
|
+
* @example 15234
|
|
595
656
|
*
|
|
596
657
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
597
658
|
*/
|
|
598
659
|
this.vaultFolderId = protobuf_1.protoInt64.zero;
|
|
599
660
|
/**
|
|
600
|
-
*
|
|
661
|
+
*
|
|
662
|
+
* @description The user-provided reference ID.
|
|
663
|
+
*
|
|
664
|
+
* @example "ABS-2023-001"
|
|
601
665
|
*
|
|
602
666
|
* @generated from field: string reference_id = 10;
|
|
603
667
|
*/
|
|
604
668
|
this.referenceId = "";
|
|
605
669
|
/**
|
|
606
|
-
*
|
|
670
|
+
*
|
|
671
|
+
* @description The system-generated immutable reference number.
|
|
672
|
+
*
|
|
673
|
+
* @example "ABS-2023-X9Z2"
|
|
607
674
|
*
|
|
608
675
|
* @generated from field: string final_ref_number = 11;
|
|
609
676
|
*/
|
|
@@ -1064,13 +1131,17 @@ class CreditNoteItem extends protobuf_1.Message {
|
|
|
1064
1131
|
constructor(data) {
|
|
1065
1132
|
super();
|
|
1066
1133
|
/**
|
|
1067
|
-
*
|
|
1134
|
+
*
|
|
1135
|
+
* @description The organization's globally unique identifier.
|
|
1136
|
+
*
|
|
1137
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1068
1138
|
*
|
|
1069
1139
|
* @generated from field: string entity_uuid = 1;
|
|
1070
1140
|
*/
|
|
1071
1141
|
this.entityUuid = "";
|
|
1072
1142
|
/**
|
|
1073
|
-
*
|
|
1143
|
+
*
|
|
1144
|
+
* @description The approval state of the record
|
|
1074
1145
|
*
|
|
1075
1146
|
* @generated from field: bool need_approval = 4;
|
|
1076
1147
|
*/
|
|
@@ -1394,37 +1465,77 @@ class CreditNoteItemsSearchRequest extends protobuf_1.Message {
|
|
|
1394
1465
|
constructor(data) {
|
|
1395
1466
|
super();
|
|
1396
1467
|
/**
|
|
1397
|
-
*
|
|
1468
|
+
*
|
|
1469
|
+
* @optional
|
|
1470
|
+
*
|
|
1471
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1472
|
+
*
|
|
1473
|
+
* @example ANY
|
|
1398
1474
|
*
|
|
1399
1475
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1400
1476
|
*/
|
|
1401
1477
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1402
1478
|
/**
|
|
1403
|
-
*
|
|
1479
|
+
*
|
|
1480
|
+
* @mandatory
|
|
1481
|
+
*
|
|
1482
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1483
|
+
*
|
|
1484
|
+
* @example 100
|
|
1485
|
+
*
|
|
1486
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1487
|
+
*
|
|
1488
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1404
1489
|
*
|
|
1405
1490
|
* @generated from field: int64 count = 2;
|
|
1406
1491
|
*/
|
|
1407
1492
|
this.count = protobuf_1.protoInt64.zero;
|
|
1408
1493
|
/**
|
|
1409
|
-
*
|
|
1494
|
+
*
|
|
1495
|
+
* @optional
|
|
1496
|
+
*
|
|
1497
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1498
|
+
*
|
|
1499
|
+
* @example 0
|
|
1500
|
+
*
|
|
1501
|
+
* @regex ^[0-9]+$
|
|
1502
|
+
*
|
|
1503
|
+
* @format Non-negative integer.
|
|
1410
1504
|
*
|
|
1411
1505
|
* @generated from field: uint64 offset = 3;
|
|
1412
1506
|
*/
|
|
1413
1507
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1414
1508
|
/**
|
|
1415
|
-
*
|
|
1509
|
+
*
|
|
1510
|
+
* @optional
|
|
1511
|
+
*
|
|
1512
|
+
* @description Sort direction.
|
|
1513
|
+
*
|
|
1514
|
+
* @example DESCENDING
|
|
1416
1515
|
*
|
|
1417
1516
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1418
1517
|
*/
|
|
1419
1518
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1420
1519
|
/**
|
|
1421
|
-
*
|
|
1520
|
+
*
|
|
1521
|
+
* @optional
|
|
1522
|
+
*
|
|
1523
|
+
* @description The field used for sorting.
|
|
1422
1524
|
*
|
|
1423
1525
|
* @generated from field: Scailo.CREDIT_NOTE_ITEM_SORT_KEY sort_key = 5;
|
|
1424
1526
|
*/
|
|
1425
1527
|
this.sortKey = CREDIT_NOTE_ITEM_SORT_KEY.CREDIT_NOTE_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1426
1528
|
/**
|
|
1427
|
-
*
|
|
1529
|
+
*
|
|
1530
|
+
* @optional
|
|
1531
|
+
*
|
|
1532
|
+
* @description Filter by the organization UUID.
|
|
1533
|
+
*
|
|
1534
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1535
|
+
*
|
|
1536
|
+
* @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}$
|
|
1537
|
+
*
|
|
1538
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1428
1539
|
*
|
|
1429
1540
|
* @generated from field: string entity_uuid = 6;
|
|
1430
1541
|
*/
|
|
@@ -1542,25 +1653,35 @@ class CreditNotesServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
|
1542
1653
|
constructor(data) {
|
|
1543
1654
|
super();
|
|
1544
1655
|
/**
|
|
1545
|
-
*
|
|
1656
|
+
*
|
|
1657
|
+
* @description Number of records returned in the current response slice.
|
|
1658
|
+
*
|
|
1659
|
+
* @example 50
|
|
1546
1660
|
*
|
|
1547
1661
|
* @generated from field: uint64 count = 1;
|
|
1548
1662
|
*/
|
|
1549
1663
|
this.count = protobuf_1.protoInt64.zero;
|
|
1550
1664
|
/**
|
|
1551
|
-
*
|
|
1665
|
+
*
|
|
1666
|
+
* @description The offset provided in the request.
|
|
1667
|
+
*
|
|
1668
|
+
* @example 0
|
|
1552
1669
|
*
|
|
1553
1670
|
* @generated from field: uint64 offset = 2;
|
|
1554
1671
|
*/
|
|
1555
1672
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1556
1673
|
/**
|
|
1557
|
-
*
|
|
1674
|
+
*
|
|
1675
|
+
* @description The total number of records matching the criteria.
|
|
1676
|
+
*
|
|
1677
|
+
* @example 1250
|
|
1558
1678
|
*
|
|
1559
1679
|
* @generated from field: uint64 total = 3;
|
|
1560
1680
|
*/
|
|
1561
1681
|
this.total = protobuf_1.protoInt64.zero;
|
|
1562
1682
|
/**
|
|
1563
|
-
*
|
|
1683
|
+
*
|
|
1684
|
+
* @description The array of records for the current page.
|
|
1564
1685
|
*
|
|
1565
1686
|
* @generated from field: repeated Scailo.CreditNoteItem payload = 4;
|
|
1566
1687
|
*/
|
|
@@ -1599,31 +1720,62 @@ class CreditNotesServicePaginationReq extends protobuf_1.Message {
|
|
|
1599
1720
|
constructor(data) {
|
|
1600
1721
|
super();
|
|
1601
1722
|
/**
|
|
1602
|
-
*
|
|
1723
|
+
*
|
|
1724
|
+
* @optional
|
|
1725
|
+
*
|
|
1726
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1727
|
+
*
|
|
1728
|
+
* @example ANY
|
|
1603
1729
|
*
|
|
1604
1730
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1605
1731
|
*/
|
|
1606
1732
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1607
1733
|
/**
|
|
1608
|
-
*
|
|
1734
|
+
*
|
|
1735
|
+
* @mandatory
|
|
1736
|
+
*
|
|
1737
|
+
* @description Number of records to return per page.
|
|
1738
|
+
*
|
|
1739
|
+
* @example 50
|
|
1740
|
+
*
|
|
1741
|
+
* @regex ^[1-9][0-9]*$
|
|
1742
|
+
*
|
|
1743
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1609
1744
|
*
|
|
1610
1745
|
* @generated from field: int64 count = 2;
|
|
1611
1746
|
*/
|
|
1612
1747
|
this.count = protobuf_1.protoInt64.zero;
|
|
1613
1748
|
/**
|
|
1614
|
-
*
|
|
1749
|
+
*
|
|
1750
|
+
* @optional
|
|
1751
|
+
*
|
|
1752
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1753
|
+
*
|
|
1754
|
+
* @example 0
|
|
1755
|
+
*
|
|
1756
|
+
* @regex ^[0-9]+$
|
|
1757
|
+
*
|
|
1758
|
+
* @format Non-negative integer.
|
|
1615
1759
|
*
|
|
1616
1760
|
* @generated from field: uint64 offset = 3;
|
|
1617
1761
|
*/
|
|
1618
1762
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1619
1763
|
/**
|
|
1620
|
-
*
|
|
1764
|
+
*
|
|
1765
|
+
* @optional
|
|
1766
|
+
*
|
|
1767
|
+
* @description Sort direction.
|
|
1768
|
+
*
|
|
1769
|
+
* @example DESCENDING
|
|
1621
1770
|
*
|
|
1622
1771
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1623
1772
|
*/
|
|
1624
1773
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1625
1774
|
/**
|
|
1626
|
-
*
|
|
1775
|
+
*
|
|
1776
|
+
* @optional
|
|
1777
|
+
*
|
|
1778
|
+
* @description The specific field key to sort the results by.
|
|
1627
1779
|
*
|
|
1628
1780
|
* @generated from field: Scailo.CREDIT_NOTE_SORT_KEY sort_key = 5;
|
|
1629
1781
|
*/
|
|
@@ -1670,25 +1822,35 @@ class CreditNotesServicePaginationResponse extends protobuf_1.Message {
|
|
|
1670
1822
|
constructor(data) {
|
|
1671
1823
|
super();
|
|
1672
1824
|
/**
|
|
1673
|
-
*
|
|
1825
|
+
*
|
|
1826
|
+
* @description Number of records returned in the current response slice.
|
|
1827
|
+
*
|
|
1828
|
+
* @example 50
|
|
1674
1829
|
*
|
|
1675
1830
|
* @generated from field: uint64 count = 1;
|
|
1676
1831
|
*/
|
|
1677
1832
|
this.count = protobuf_1.protoInt64.zero;
|
|
1678
1833
|
/**
|
|
1679
|
-
*
|
|
1834
|
+
*
|
|
1835
|
+
* @description The offset provided in the request.
|
|
1836
|
+
*
|
|
1837
|
+
* @example 0
|
|
1680
1838
|
*
|
|
1681
1839
|
* @generated from field: uint64 offset = 2;
|
|
1682
1840
|
*/
|
|
1683
1841
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1684
1842
|
/**
|
|
1685
|
-
*
|
|
1843
|
+
*
|
|
1844
|
+
* @description The total number of records matching the criteria.
|
|
1845
|
+
*
|
|
1846
|
+
* @example 1250
|
|
1686
1847
|
*
|
|
1687
1848
|
* @generated from field: uint64 total = 3;
|
|
1688
1849
|
*/
|
|
1689
1850
|
this.total = protobuf_1.protoInt64.zero;
|
|
1690
1851
|
/**
|
|
1691
|
-
*
|
|
1852
|
+
*
|
|
1853
|
+
* @description The array of records for the current page.
|
|
1692
1854
|
*
|
|
1693
1855
|
* @generated from field: repeated Scailo.CreditNote payload = 4;
|
|
1694
1856
|
*/
|
|
@@ -1727,115 +1889,268 @@ class CreditNotesServiceFilterReq extends protobuf_1.Message {
|
|
|
1727
1889
|
constructor(data) {
|
|
1728
1890
|
super();
|
|
1729
1891
|
/**
|
|
1730
|
-
*
|
|
1892
|
+
*
|
|
1893
|
+
* @optional
|
|
1894
|
+
*
|
|
1895
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1896
|
+
*
|
|
1897
|
+
* @example ANY
|
|
1731
1898
|
*
|
|
1732
1899
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1733
1900
|
*/
|
|
1734
1901
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1735
1902
|
/**
|
|
1736
|
-
*
|
|
1903
|
+
*
|
|
1904
|
+
* @mandatory
|
|
1905
|
+
*
|
|
1906
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1907
|
+
*
|
|
1908
|
+
* @example 100
|
|
1909
|
+
*
|
|
1910
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1911
|
+
*
|
|
1912
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1737
1913
|
*
|
|
1738
1914
|
* @generated from field: int64 count = 2;
|
|
1739
1915
|
*/
|
|
1740
1916
|
this.count = protobuf_1.protoInt64.zero;
|
|
1741
1917
|
/**
|
|
1742
|
-
*
|
|
1918
|
+
*
|
|
1919
|
+
* @optional
|
|
1920
|
+
*
|
|
1921
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1922
|
+
*
|
|
1923
|
+
* @example 0
|
|
1924
|
+
*
|
|
1925
|
+
* @regex ^[0-9]+$
|
|
1926
|
+
*
|
|
1927
|
+
* @format Non-negative integer.
|
|
1743
1928
|
*
|
|
1744
1929
|
* @generated from field: uint64 offset = 3;
|
|
1745
1930
|
*/
|
|
1746
1931
|
this.offset = protobuf_1.protoInt64.zero;
|
|
1747
1932
|
/**
|
|
1748
|
-
*
|
|
1933
|
+
*
|
|
1934
|
+
* @optional
|
|
1935
|
+
*
|
|
1936
|
+
* @description Sort direction.
|
|
1937
|
+
*
|
|
1938
|
+
* @example DESCENDING
|
|
1749
1939
|
*
|
|
1750
1940
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1751
1941
|
*/
|
|
1752
1942
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1753
1943
|
/**
|
|
1754
|
-
*
|
|
1944
|
+
*
|
|
1945
|
+
* @optional
|
|
1946
|
+
*
|
|
1947
|
+
* @description The field used for sorting.
|
|
1755
1948
|
*
|
|
1756
1949
|
* @generated from field: Scailo.CREDIT_NOTE_SORT_KEY sort_key = 5;
|
|
1757
1950
|
*/
|
|
1758
1951
|
this.sortKey = CREDIT_NOTE_SORT_KEY.CREDIT_NOTE_SORT_KEY_ID_UNSPECIFIED;
|
|
1759
1952
|
/**
|
|
1760
|
-
*
|
|
1953
|
+
*
|
|
1954
|
+
* @optional
|
|
1955
|
+
*
|
|
1956
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1957
|
+
*
|
|
1958
|
+
* @example 1672531200
|
|
1959
|
+
*
|
|
1960
|
+
* @regex ^[0-9]+$
|
|
1961
|
+
*
|
|
1962
|
+
* @format Non-negative integer.
|
|
1761
1963
|
*
|
|
1762
1964
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1763
1965
|
*/
|
|
1764
1966
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1765
1967
|
/**
|
|
1766
|
-
*
|
|
1968
|
+
*
|
|
1969
|
+
* @optional
|
|
1970
|
+
*
|
|
1971
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1972
|
+
*
|
|
1973
|
+
* @example 1704067199
|
|
1974
|
+
*
|
|
1975
|
+
* @regex ^[0-9]+$
|
|
1976
|
+
*
|
|
1977
|
+
* @format Non-negative integer.
|
|
1767
1978
|
*
|
|
1768
1979
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1769
1980
|
*/
|
|
1770
1981
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1771
1982
|
/**
|
|
1772
|
-
*
|
|
1983
|
+
*
|
|
1984
|
+
* @optional
|
|
1985
|
+
*
|
|
1986
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1987
|
+
*
|
|
1988
|
+
* @example 1672531200
|
|
1989
|
+
*
|
|
1990
|
+
* @regex ^[0-9]+$
|
|
1991
|
+
*
|
|
1992
|
+
* @format Non-negative integer.
|
|
1773
1993
|
*
|
|
1774
1994
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1775
1995
|
*/
|
|
1776
1996
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1777
1997
|
/**
|
|
1778
|
-
*
|
|
1998
|
+
*
|
|
1999
|
+
* @optional
|
|
2000
|
+
*
|
|
2001
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2002
|
+
*
|
|
2003
|
+
* @example 1704067199
|
|
2004
|
+
*
|
|
2005
|
+
* @regex ^[0-9]+$
|
|
2006
|
+
*
|
|
2007
|
+
* @format Non-negative integer.
|
|
1779
2008
|
*
|
|
1780
2009
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1781
2010
|
*/
|
|
1782
2011
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1783
2012
|
/**
|
|
1784
|
-
*
|
|
2013
|
+
*
|
|
2014
|
+
* @optional
|
|
2015
|
+
*
|
|
2016
|
+
* @description Filter by the organization UUID.
|
|
2017
|
+
*
|
|
2018
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2019
|
+
*
|
|
2020
|
+
* @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}$
|
|
2021
|
+
*
|
|
2022
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1785
2023
|
*
|
|
1786
2024
|
* @generated from field: string entity_uuid = 8;
|
|
1787
2025
|
*/
|
|
1788
2026
|
this.entityUuid = "";
|
|
1789
2027
|
/**
|
|
1790
|
-
*
|
|
2028
|
+
*
|
|
2029
|
+
* @optional
|
|
2030
|
+
*
|
|
2031
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2032
|
+
*
|
|
2033
|
+
* @example STANDING
|
|
1791
2034
|
*
|
|
1792
2035
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1793
2036
|
*/
|
|
1794
2037
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1795
2038
|
/**
|
|
1796
|
-
*
|
|
2039
|
+
*
|
|
2040
|
+
* @optional
|
|
2041
|
+
*
|
|
2042
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2043
|
+
*
|
|
2044
|
+
* @example 1672531200
|
|
2045
|
+
*
|
|
2046
|
+
* @regex ^[0-9]+$
|
|
2047
|
+
*
|
|
2048
|
+
* @format Non-negative integer.
|
|
1797
2049
|
*
|
|
1798
2050
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1799
2051
|
*/
|
|
1800
2052
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1801
2053
|
/**
|
|
1802
|
-
*
|
|
2054
|
+
*
|
|
2055
|
+
* @optional
|
|
2056
|
+
*
|
|
2057
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2058
|
+
*
|
|
2059
|
+
* @example 1704067199
|
|
2060
|
+
*
|
|
2061
|
+
* @regex ^[0-9]+$
|
|
2062
|
+
*
|
|
2063
|
+
* @format Non-negative integer.
|
|
1803
2064
|
*
|
|
1804
2065
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1805
2066
|
*/
|
|
1806
2067
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1807
2068
|
/**
|
|
1808
|
-
*
|
|
2069
|
+
*
|
|
2070
|
+
* @optional
|
|
2071
|
+
*
|
|
2072
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2073
|
+
*
|
|
2074
|
+
* @example 501
|
|
2075
|
+
*
|
|
2076
|
+
* @regex ^[0-9]+$
|
|
2077
|
+
*
|
|
2078
|
+
* @format Non-negative integer.
|
|
1809
2079
|
*
|
|
1810
2080
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1811
2081
|
*/
|
|
1812
2082
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1813
2083
|
/**
|
|
1814
|
-
*
|
|
2084
|
+
*
|
|
2085
|
+
* @optional
|
|
2086
|
+
*
|
|
2087
|
+
* @description Filter by the role ID of the approver.
|
|
2088
|
+
*
|
|
2089
|
+
* @example 5
|
|
2090
|
+
*
|
|
2091
|
+
* @regex ^[0-9]+$
|
|
2092
|
+
*
|
|
2093
|
+
* @format Non-negative integer.
|
|
1815
2094
|
*
|
|
1816
2095
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1817
2096
|
*/
|
|
1818
2097
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
1819
2098
|
/**
|
|
1820
|
-
*
|
|
2099
|
+
*
|
|
2100
|
+
* @optional
|
|
2101
|
+
*
|
|
2102
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2103
|
+
*
|
|
2104
|
+
* @example 1672531200
|
|
2105
|
+
*
|
|
2106
|
+
* @regex ^[0-9]+$
|
|
2107
|
+
*
|
|
2108
|
+
* @format Non-negative integer.
|
|
1821
2109
|
*
|
|
1822
2110
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1823
2111
|
*/
|
|
1824
2112
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
1825
2113
|
/**
|
|
1826
|
-
*
|
|
2114
|
+
*
|
|
2115
|
+
* @optional
|
|
2116
|
+
*
|
|
2117
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2118
|
+
*
|
|
2119
|
+
* @example 1704067199
|
|
2120
|
+
*
|
|
2121
|
+
* @regex ^[0-9]+$
|
|
2122
|
+
*
|
|
2123
|
+
* @format Non-negative integer.
|
|
1827
2124
|
*
|
|
1828
2125
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1829
2126
|
*/
|
|
1830
2127
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1831
2128
|
/**
|
|
1832
|
-
*
|
|
2129
|
+
*
|
|
2130
|
+
* @optional
|
|
2131
|
+
*
|
|
2132
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2133
|
+
*
|
|
2134
|
+
* @example "ABS-2023-001"
|
|
2135
|
+
*
|
|
2136
|
+
* @regex [0-9A-Za-z ]*$
|
|
2137
|
+
*
|
|
2138
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1833
2139
|
*
|
|
1834
2140
|
* @generated from field: string reference_id = 20;
|
|
1835
2141
|
*/
|
|
1836
2142
|
this.referenceId = "";
|
|
1837
2143
|
/**
|
|
1838
|
-
*
|
|
2144
|
+
*
|
|
2145
|
+
* @optional
|
|
2146
|
+
*
|
|
2147
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2148
|
+
*
|
|
2149
|
+
* @example "ABS-2023-X9Z2"
|
|
2150
|
+
*
|
|
2151
|
+
* @regex [0-9A-Za-z ]*$
|
|
2152
|
+
*
|
|
2153
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1839
2154
|
*
|
|
1840
2155
|
* @generated from field: string final_ref_number = 21;
|
|
1841
2156
|
*/
|
|
@@ -1967,91 +2282,218 @@ class CreditNotesServiceCountReq extends protobuf_1.Message {
|
|
|
1967
2282
|
constructor(data) {
|
|
1968
2283
|
super();
|
|
1969
2284
|
/**
|
|
1970
|
-
*
|
|
2285
|
+
*
|
|
2286
|
+
* @optional
|
|
2287
|
+
*
|
|
2288
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2289
|
+
*
|
|
2290
|
+
* @example ANY
|
|
1971
2291
|
*
|
|
1972
2292
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1973
2293
|
*/
|
|
1974
2294
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1975
2295
|
/**
|
|
1976
|
-
*
|
|
2296
|
+
*
|
|
2297
|
+
* @optional
|
|
2298
|
+
*
|
|
2299
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2300
|
+
*
|
|
2301
|
+
* @example 1672531200
|
|
2302
|
+
*
|
|
2303
|
+
* @regex ^[0-9]+$
|
|
2304
|
+
*
|
|
2305
|
+
* @format Non-negative integer.
|
|
1977
2306
|
*
|
|
1978
2307
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1979
2308
|
*/
|
|
1980
2309
|
this.creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1981
2310
|
/**
|
|
1982
|
-
*
|
|
2311
|
+
*
|
|
2312
|
+
* @optional
|
|
2313
|
+
*
|
|
2314
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2315
|
+
*
|
|
2316
|
+
* @example 1704067199
|
|
2317
|
+
*
|
|
2318
|
+
* @regex ^[0-9]+$
|
|
2319
|
+
*
|
|
2320
|
+
* @format Non-negative integer.
|
|
1983
2321
|
*
|
|
1984
2322
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1985
2323
|
*/
|
|
1986
2324
|
this.creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1987
2325
|
/**
|
|
1988
|
-
*
|
|
2326
|
+
*
|
|
2327
|
+
* @optional
|
|
2328
|
+
*
|
|
2329
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2330
|
+
*
|
|
2331
|
+
* @example 1672531200
|
|
2332
|
+
*
|
|
2333
|
+
* @regex ^[0-9]+$
|
|
2334
|
+
*
|
|
2335
|
+
* @format Non-negative integer.
|
|
1989
2336
|
*
|
|
1990
2337
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1991
2338
|
*/
|
|
1992
2339
|
this.modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1993
2340
|
/**
|
|
1994
|
-
*
|
|
2341
|
+
*
|
|
2342
|
+
* @optional
|
|
2343
|
+
*
|
|
2344
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2345
|
+
*
|
|
2346
|
+
* @example 1704067199
|
|
2347
|
+
*
|
|
2348
|
+
* @regex ^[0-9]+$
|
|
2349
|
+
*
|
|
2350
|
+
* @format Non-negative integer.
|
|
1995
2351
|
*
|
|
1996
2352
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1997
2353
|
*/
|
|
1998
2354
|
this.modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1999
2355
|
/**
|
|
2000
|
-
*
|
|
2356
|
+
*
|
|
2357
|
+
* @optional
|
|
2358
|
+
*
|
|
2359
|
+
* @description Filter by the organization UUID.
|
|
2360
|
+
*
|
|
2361
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2362
|
+
*
|
|
2363
|
+
* @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}$
|
|
2364
|
+
*
|
|
2365
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2001
2366
|
*
|
|
2002
2367
|
* @generated from field: string entity_uuid = 8;
|
|
2003
2368
|
*/
|
|
2004
2369
|
this.entityUuid = "";
|
|
2005
2370
|
/**
|
|
2006
|
-
*
|
|
2371
|
+
*
|
|
2372
|
+
* @optional
|
|
2373
|
+
*
|
|
2374
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2375
|
+
*
|
|
2376
|
+
* @example STANDING
|
|
2007
2377
|
*
|
|
2008
2378
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2009
2379
|
*/
|
|
2010
2380
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2011
2381
|
/**
|
|
2012
|
-
*
|
|
2382
|
+
*
|
|
2383
|
+
* @optional
|
|
2384
|
+
*
|
|
2385
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2386
|
+
*
|
|
2387
|
+
* @example 1672531200
|
|
2388
|
+
*
|
|
2389
|
+
* @regex ^[0-9]+$
|
|
2390
|
+
*
|
|
2391
|
+
* @format Non-negative integer.
|
|
2013
2392
|
*
|
|
2014
2393
|
* @generated from field: uint64 approved_on_start = 11;
|
|
2015
2394
|
*/
|
|
2016
2395
|
this.approvedOnStart = protobuf_1.protoInt64.zero;
|
|
2017
2396
|
/**
|
|
2018
|
-
*
|
|
2397
|
+
*
|
|
2398
|
+
* @optional
|
|
2399
|
+
*
|
|
2400
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2401
|
+
*
|
|
2402
|
+
* @example 1704067199
|
|
2403
|
+
*
|
|
2404
|
+
* @regex ^[0-9]+$
|
|
2405
|
+
*
|
|
2406
|
+
* @format Non-negative integer.
|
|
2019
2407
|
*
|
|
2020
2408
|
* @generated from field: uint64 approved_on_end = 12;
|
|
2021
2409
|
*/
|
|
2022
2410
|
this.approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
2023
2411
|
/**
|
|
2024
|
-
*
|
|
2412
|
+
*
|
|
2413
|
+
* @optional
|
|
2414
|
+
*
|
|
2415
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2416
|
+
*
|
|
2417
|
+
* @example 501
|
|
2418
|
+
*
|
|
2419
|
+
* @regex ^[0-9]+$
|
|
2420
|
+
*
|
|
2421
|
+
* @format Non-negative integer.
|
|
2025
2422
|
*
|
|
2026
2423
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
2027
2424
|
*/
|
|
2028
2425
|
this.approvedByUserId = protobuf_1.protoInt64.zero;
|
|
2029
2426
|
/**
|
|
2030
|
-
*
|
|
2427
|
+
*
|
|
2428
|
+
* @optional
|
|
2429
|
+
*
|
|
2430
|
+
* @description Filter by the role ID of the approver.
|
|
2431
|
+
*
|
|
2432
|
+
* @example 5
|
|
2433
|
+
*
|
|
2434
|
+
* @regex ^[0-9]+$
|
|
2435
|
+
*
|
|
2436
|
+
* @format Non-negative integer.
|
|
2031
2437
|
*
|
|
2032
2438
|
* @generated from field: uint64 approver_role_id = 14;
|
|
2033
2439
|
*/
|
|
2034
2440
|
this.approverRoleId = protobuf_1.protoInt64.zero;
|
|
2035
2441
|
/**
|
|
2036
|
-
*
|
|
2442
|
+
*
|
|
2443
|
+
* @optional
|
|
2444
|
+
*
|
|
2445
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2446
|
+
*
|
|
2447
|
+
* @example 1672531200
|
|
2448
|
+
*
|
|
2449
|
+
* @regex ^[0-9]+$
|
|
2450
|
+
*
|
|
2451
|
+
* @format Non-negative integer.
|
|
2037
2452
|
*
|
|
2038
2453
|
* @generated from field: uint64 completed_on_start = 15;
|
|
2039
2454
|
*/
|
|
2040
2455
|
this.completedOnStart = protobuf_1.protoInt64.zero;
|
|
2041
2456
|
/**
|
|
2042
|
-
*
|
|
2457
|
+
*
|
|
2458
|
+
* @optional
|
|
2459
|
+
*
|
|
2460
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2461
|
+
*
|
|
2462
|
+
* @example 1704067199
|
|
2463
|
+
*
|
|
2464
|
+
* @regex ^[0-9]+$
|
|
2465
|
+
*
|
|
2466
|
+
* @format Non-negative integer.
|
|
2043
2467
|
*
|
|
2044
2468
|
* @generated from field: uint64 completed_on_end = 16;
|
|
2045
2469
|
*/
|
|
2046
2470
|
this.completedOnEnd = protobuf_1.protoInt64.zero;
|
|
2047
2471
|
/**
|
|
2048
|
-
*
|
|
2472
|
+
*
|
|
2473
|
+
* @optional
|
|
2474
|
+
*
|
|
2475
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2476
|
+
*
|
|
2477
|
+
* @example "ABS-2023-001"
|
|
2478
|
+
*
|
|
2479
|
+
* @regex [0-9A-Za-z ]*$
|
|
2480
|
+
*
|
|
2481
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
2049
2482
|
*
|
|
2050
2483
|
* @generated from field: string reference_id = 20;
|
|
2051
2484
|
*/
|
|
2052
2485
|
this.referenceId = "";
|
|
2053
2486
|
/**
|
|
2054
|
-
*
|
|
2487
|
+
*
|
|
2488
|
+
* @optional
|
|
2489
|
+
*
|
|
2490
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2491
|
+
*
|
|
2492
|
+
* @example "ABS-2023-X9Z2"
|
|
2493
|
+
*
|
|
2494
|
+
* @regex [0-9A-Za-z ]*$
|
|
2495
|
+
*
|
|
2496
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
2055
2497
|
*
|
|
2056
2498
|
* @generated from field: string final_ref_number = 21;
|
|
2057
2499
|
*/
|
|
@@ -2179,49 +2621,103 @@ class CreditNotesServiceSearchAllReq extends protobuf_1.Message {
|
|
|
2179
2621
|
constructor(data) {
|
|
2180
2622
|
super();
|
|
2181
2623
|
/**
|
|
2182
|
-
*
|
|
2624
|
+
*
|
|
2625
|
+
* @optional
|
|
2626
|
+
*
|
|
2627
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2628
|
+
*
|
|
2629
|
+
* @example ANY
|
|
2183
2630
|
*
|
|
2184
2631
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2185
2632
|
*/
|
|
2186
2633
|
this.isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2187
2634
|
/**
|
|
2188
|
-
*
|
|
2635
|
+
*
|
|
2636
|
+
* @mandatory
|
|
2637
|
+
*
|
|
2638
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2639
|
+
*
|
|
2640
|
+
* @example 100
|
|
2641
|
+
*
|
|
2642
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2643
|
+
*
|
|
2644
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2189
2645
|
*
|
|
2190
2646
|
* @generated from field: int64 count = 2;
|
|
2191
2647
|
*/
|
|
2192
2648
|
this.count = protobuf_1.protoInt64.zero;
|
|
2193
2649
|
/**
|
|
2194
|
-
*
|
|
2650
|
+
*
|
|
2651
|
+
* @optional
|
|
2652
|
+
*
|
|
2653
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2654
|
+
*
|
|
2655
|
+
* @example 0
|
|
2656
|
+
*
|
|
2657
|
+
* @regex ^[0-9]+$
|
|
2658
|
+
*
|
|
2659
|
+
* @format Non-negative integer.
|
|
2195
2660
|
*
|
|
2196
2661
|
* @generated from field: uint64 offset = 3;
|
|
2197
2662
|
*/
|
|
2198
2663
|
this.offset = protobuf_1.protoInt64.zero;
|
|
2199
2664
|
/**
|
|
2200
|
-
*
|
|
2665
|
+
*
|
|
2666
|
+
* @optional
|
|
2667
|
+
*
|
|
2668
|
+
* @description Sort direction.
|
|
2669
|
+
*
|
|
2670
|
+
* @example DESCENDING
|
|
2201
2671
|
*
|
|
2202
2672
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2203
2673
|
*/
|
|
2204
2674
|
this.sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2205
2675
|
/**
|
|
2206
|
-
*
|
|
2676
|
+
*
|
|
2677
|
+
* @optional
|
|
2678
|
+
*
|
|
2679
|
+
* @description The field used for sorting.
|
|
2207
2680
|
*
|
|
2208
2681
|
* @generated from field: Scailo.CREDIT_NOTE_SORT_KEY sort_key = 5;
|
|
2209
2682
|
*/
|
|
2210
2683
|
this.sortKey = CREDIT_NOTE_SORT_KEY.CREDIT_NOTE_SORT_KEY_ID_UNSPECIFIED;
|
|
2211
2684
|
/**
|
|
2212
|
-
*
|
|
2685
|
+
*
|
|
2686
|
+
* @optional
|
|
2687
|
+
*
|
|
2688
|
+
* @description Filter by the organization UUID.
|
|
2689
|
+
*
|
|
2690
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2691
|
+
*
|
|
2692
|
+
* @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}$
|
|
2693
|
+
*
|
|
2694
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2213
2695
|
*
|
|
2214
2696
|
* @generated from field: string entity_uuid = 6;
|
|
2215
2697
|
*/
|
|
2216
2698
|
this.entityUuid = "";
|
|
2217
2699
|
/**
|
|
2218
|
-
*
|
|
2700
|
+
*
|
|
2701
|
+
* @optional
|
|
2702
|
+
*
|
|
2703
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2704
|
+
*
|
|
2705
|
+
* @example STANDING
|
|
2219
2706
|
*
|
|
2220
2707
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2221
2708
|
*/
|
|
2222
2709
|
this.status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2223
2710
|
/**
|
|
2224
|
-
*
|
|
2711
|
+
*
|
|
2712
|
+
* @mandatory
|
|
2713
|
+
*
|
|
2714
|
+
* @description The search string to match against reference IDs.
|
|
2715
|
+
*
|
|
2716
|
+
* @example "Medical 2023"
|
|
2717
|
+
*
|
|
2718
|
+
* @regex .*
|
|
2719
|
+
*
|
|
2720
|
+
* @format: May contain any UTF-8 characters.
|
|
2225
2721
|
*
|
|
2226
2722
|
* @generated from field: string search_key = 11;
|
|
2227
2723
|
*/
|
|
@@ -2343,13 +2839,17 @@ class CreditNoteReference extends protobuf_1.Message {
|
|
|
2343
2839
|
constructor(data) {
|
|
2344
2840
|
super();
|
|
2345
2841
|
/**
|
|
2346
|
-
*
|
|
2842
|
+
*
|
|
2843
|
+
* @description The organization's globally unique identifier.
|
|
2844
|
+
*
|
|
2845
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2347
2846
|
*
|
|
2348
2847
|
* @generated from field: string entity_uuid = 1;
|
|
2349
2848
|
*/
|
|
2350
2849
|
this.entityUuid = "";
|
|
2351
2850
|
/**
|
|
2352
|
-
*
|
|
2851
|
+
*
|
|
2852
|
+
* @description The approval state of the record
|
|
2353
2853
|
*
|
|
2354
2854
|
* @generated from field: bool need_approval = 4;
|
|
2355
2855
|
*/
|