@kernelminds/scailo-sdk 0.1.28 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +41 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +83 -21
- package/lib/cjs/src/families.scailo_pb.js +418 -60
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +226 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +88 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +87 -22
- package/lib/cjs/src/users.scailo_pb.js +447 -81
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +41 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +83 -21
- package/lib/esm/src/families.scailo_pb.js +442 -72
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +226 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +88 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +87 -22
- package/lib/esm/src/users.scailo_pb.js +451 -83
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +41 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +83 -21
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +442 -72
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +226 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -260,7 +260,16 @@ protobuf_1.proto3.util.setEnumType(CREDIT_NOTE_SORT_KEY, "Scailo.CREDIT_NOTE_SOR
|
|
|
260
260
|
*/
|
|
261
261
|
class CreditNotesServiceCreateRequest extends protobuf_1.Message {
|
|
262
262
|
/**
|
|
263
|
-
*
|
|
263
|
+
*
|
|
264
|
+
* @optional
|
|
265
|
+
*
|
|
266
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
267
|
+
*
|
|
268
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
269
|
+
*
|
|
270
|
+
* @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}$
|
|
271
|
+
*
|
|
272
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
264
273
|
*
|
|
265
274
|
* @generated from field: string entity_uuid = 1;
|
|
266
275
|
*/
|
|
@@ -272,13 +281,31 @@ class CreditNotesServiceCreateRequest extends protobuf_1.Message {
|
|
|
272
281
|
*/
|
|
273
282
|
userComment = "";
|
|
274
283
|
/**
|
|
275
|
-
*
|
|
284
|
+
*
|
|
285
|
+
* @optional
|
|
286
|
+
*
|
|
287
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
288
|
+
*
|
|
289
|
+
* @example 15234
|
|
290
|
+
*
|
|
291
|
+
* @regex ^[0-9]+$
|
|
292
|
+
*
|
|
293
|
+
* @format Non-negative integer.
|
|
276
294
|
*
|
|
277
295
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
278
296
|
*/
|
|
279
297
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
280
298
|
/**
|
|
281
|
-
*
|
|
299
|
+
*
|
|
300
|
+
* @mandatory
|
|
301
|
+
*
|
|
302
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
303
|
+
*
|
|
304
|
+
* @example "ABS-2023-001"
|
|
305
|
+
*
|
|
306
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
307
|
+
*
|
|
308
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
282
309
|
*
|
|
283
310
|
* @generated from field: string reference_id = 10;
|
|
284
311
|
*/
|
|
@@ -385,19 +412,42 @@ class CreditNotesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
385
412
|
*/
|
|
386
413
|
id = protobuf_1.protoInt64.zero;
|
|
387
414
|
/**
|
|
388
|
-
*
|
|
415
|
+
*
|
|
416
|
+
* @optional
|
|
417
|
+
*
|
|
418
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
419
|
+
*
|
|
420
|
+
* @example true
|
|
389
421
|
*
|
|
390
422
|
* @generated from field: bool notify_users = 3;
|
|
391
423
|
*/
|
|
392
424
|
notifyUsers = false;
|
|
393
425
|
/**
|
|
394
|
-
*
|
|
426
|
+
*
|
|
427
|
+
* @optional
|
|
428
|
+
*
|
|
429
|
+
* @description Updated vault folder ID for documentation storage.
|
|
430
|
+
*
|
|
431
|
+
* @example 15235
|
|
432
|
+
*
|
|
433
|
+
* @regex ^[0-9]+$
|
|
434
|
+
*
|
|
435
|
+
* @format Non-negative integer.
|
|
395
436
|
*
|
|
396
437
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
397
438
|
*/
|
|
398
439
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
399
440
|
/**
|
|
400
|
-
*
|
|
441
|
+
*
|
|
442
|
+
* @mandatory
|
|
443
|
+
*
|
|
444
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
445
|
+
*
|
|
446
|
+
* @example "ABS-2023-001-REV"
|
|
447
|
+
*
|
|
448
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
449
|
+
*
|
|
450
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
401
451
|
*
|
|
402
452
|
* @generated from field: string reference_id = 10;
|
|
403
453
|
*/
|
|
@@ -565,55 +615,74 @@ exports.CreditNoteAncillaryParameters = CreditNoteAncillaryParameters;
|
|
|
565
615
|
*/
|
|
566
616
|
class CreditNote extends protobuf_1.Message {
|
|
567
617
|
/**
|
|
568
|
-
*
|
|
618
|
+
*
|
|
619
|
+
* @description The organization's globally unique identifier.
|
|
620
|
+
*
|
|
621
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
569
622
|
*
|
|
570
623
|
* @generated from field: string entity_uuid = 1;
|
|
571
624
|
*/
|
|
572
625
|
entityUuid = "";
|
|
573
626
|
/**
|
|
574
|
-
*
|
|
627
|
+
*
|
|
628
|
+
* @description Standard employee and record metadata including timestamps.
|
|
575
629
|
*
|
|
576
630
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
577
631
|
*/
|
|
578
632
|
metadata;
|
|
579
633
|
/**
|
|
580
|
-
*
|
|
634
|
+
*
|
|
635
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
581
636
|
*
|
|
582
637
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
583
638
|
*/
|
|
584
639
|
approvalMetadata;
|
|
585
640
|
/**
|
|
586
|
-
*
|
|
641
|
+
*
|
|
642
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
587
643
|
*
|
|
588
644
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
589
645
|
*/
|
|
590
646
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
591
647
|
/**
|
|
592
|
-
*
|
|
648
|
+
*
|
|
649
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
593
650
|
*
|
|
594
651
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
595
652
|
*/
|
|
596
653
|
logs = [];
|
|
597
654
|
/**
|
|
598
|
-
*
|
|
655
|
+
*
|
|
656
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
657
|
+
*
|
|
658
|
+
* @example 1698400000
|
|
599
659
|
*
|
|
600
660
|
* @generated from field: uint64 completed_on = 6;
|
|
601
661
|
*/
|
|
602
662
|
completedOn = protobuf_1.protoInt64.zero;
|
|
603
663
|
/**
|
|
604
|
-
*
|
|
664
|
+
*
|
|
665
|
+
* @description Link to the document storage folder.
|
|
666
|
+
*
|
|
667
|
+
* @example 15234
|
|
605
668
|
*
|
|
606
669
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
607
670
|
*/
|
|
608
671
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
609
672
|
/**
|
|
610
|
-
*
|
|
673
|
+
*
|
|
674
|
+
* @description The user-provided reference ID.
|
|
675
|
+
*
|
|
676
|
+
* @example "ABS-2023-001"
|
|
611
677
|
*
|
|
612
678
|
* @generated from field: string reference_id = 10;
|
|
613
679
|
*/
|
|
614
680
|
referenceId = "";
|
|
615
681
|
/**
|
|
616
|
-
*
|
|
682
|
+
*
|
|
683
|
+
* @description The system-generated immutable reference number.
|
|
684
|
+
*
|
|
685
|
+
* @example "ABS-2023-X9Z2"
|
|
617
686
|
*
|
|
618
687
|
* @generated from field: string final_ref_number = 11;
|
|
619
688
|
*/
|
|
@@ -1074,25 +1143,31 @@ exports.CreditNotesServiceItemUpdateRequest = CreditNotesServiceItemUpdateReques
|
|
|
1074
1143
|
*/
|
|
1075
1144
|
class CreditNoteItem extends protobuf_1.Message {
|
|
1076
1145
|
/**
|
|
1077
|
-
*
|
|
1146
|
+
*
|
|
1147
|
+
* @description The organization's globally unique identifier.
|
|
1148
|
+
*
|
|
1149
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1078
1150
|
*
|
|
1079
1151
|
* @generated from field: string entity_uuid = 1;
|
|
1080
1152
|
*/
|
|
1081
1153
|
entityUuid = "";
|
|
1082
1154
|
/**
|
|
1083
|
-
*
|
|
1155
|
+
*
|
|
1156
|
+
* @description Standard employee and record metadata including timestamps.
|
|
1084
1157
|
*
|
|
1085
1158
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
1086
1159
|
*/
|
|
1087
1160
|
metadata;
|
|
1088
1161
|
/**
|
|
1089
|
-
*
|
|
1162
|
+
*
|
|
1163
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
1090
1164
|
*
|
|
1091
1165
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
1092
1166
|
*/
|
|
1093
1167
|
approvalMetadata;
|
|
1094
1168
|
/**
|
|
1095
|
-
*
|
|
1169
|
+
*
|
|
1170
|
+
* @description The approval state of the record
|
|
1096
1171
|
*
|
|
1097
1172
|
* @generated from field: bool need_approval = 4;
|
|
1098
1173
|
*/
|
|
@@ -1416,37 +1491,77 @@ exports.CreditNotesServiceAlreadyAddedQuantityForSourceRequest = CreditNotesServ
|
|
|
1416
1491
|
*/
|
|
1417
1492
|
class CreditNoteItemsSearchRequest extends protobuf_1.Message {
|
|
1418
1493
|
/**
|
|
1419
|
-
*
|
|
1494
|
+
*
|
|
1495
|
+
* @optional
|
|
1496
|
+
*
|
|
1497
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1498
|
+
*
|
|
1499
|
+
* @example ANY
|
|
1420
1500
|
*
|
|
1421
1501
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1422
1502
|
*/
|
|
1423
1503
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1424
1504
|
/**
|
|
1425
|
-
*
|
|
1505
|
+
*
|
|
1506
|
+
* @mandatory
|
|
1507
|
+
*
|
|
1508
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1509
|
+
*
|
|
1510
|
+
* @example 100
|
|
1511
|
+
*
|
|
1512
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1513
|
+
*
|
|
1514
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1426
1515
|
*
|
|
1427
1516
|
* @generated from field: int64 count = 2;
|
|
1428
1517
|
*/
|
|
1429
1518
|
count = protobuf_1.protoInt64.zero;
|
|
1430
1519
|
/**
|
|
1431
|
-
*
|
|
1520
|
+
*
|
|
1521
|
+
* @optional
|
|
1522
|
+
*
|
|
1523
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1524
|
+
*
|
|
1525
|
+
* @example 0
|
|
1526
|
+
*
|
|
1527
|
+
* @regex ^[0-9]+$
|
|
1528
|
+
*
|
|
1529
|
+
* @format Non-negative integer.
|
|
1432
1530
|
*
|
|
1433
1531
|
* @generated from field: uint64 offset = 3;
|
|
1434
1532
|
*/
|
|
1435
1533
|
offset = protobuf_1.protoInt64.zero;
|
|
1436
1534
|
/**
|
|
1437
|
-
*
|
|
1535
|
+
*
|
|
1536
|
+
* @optional
|
|
1537
|
+
*
|
|
1538
|
+
* @description Sort direction.
|
|
1539
|
+
*
|
|
1540
|
+
* @example DESCENDING
|
|
1438
1541
|
*
|
|
1439
1542
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1440
1543
|
*/
|
|
1441
1544
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1442
1545
|
/**
|
|
1443
|
-
*
|
|
1546
|
+
*
|
|
1547
|
+
* @optional
|
|
1548
|
+
*
|
|
1549
|
+
* @description The field used for sorting.
|
|
1444
1550
|
*
|
|
1445
1551
|
* @generated from field: Scailo.CREDIT_NOTE_ITEM_SORT_KEY sort_key = 5;
|
|
1446
1552
|
*/
|
|
1447
1553
|
sortKey = CREDIT_NOTE_ITEM_SORT_KEY.CREDIT_NOTE_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1448
1554
|
/**
|
|
1449
|
-
*
|
|
1555
|
+
*
|
|
1556
|
+
* @optional
|
|
1557
|
+
*
|
|
1558
|
+
* @description Filter by the organization UUID.
|
|
1559
|
+
*
|
|
1560
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1561
|
+
*
|
|
1562
|
+
* @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}$
|
|
1563
|
+
*
|
|
1564
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1450
1565
|
*
|
|
1451
1566
|
* @generated from field: string entity_uuid = 6;
|
|
1452
1567
|
*/
|
|
@@ -1564,25 +1679,35 @@ exports.CreditNoteItemsSearchRequest = CreditNoteItemsSearchRequest;
|
|
|
1564
1679
|
*/
|
|
1565
1680
|
class CreditNotesServicePaginatedItemsResponse extends protobuf_1.Message {
|
|
1566
1681
|
/**
|
|
1567
|
-
*
|
|
1682
|
+
*
|
|
1683
|
+
* @description Number of records returned in the current response slice.
|
|
1684
|
+
*
|
|
1685
|
+
* @example 50
|
|
1568
1686
|
*
|
|
1569
1687
|
* @generated from field: uint64 count = 1;
|
|
1570
1688
|
*/
|
|
1571
1689
|
count = protobuf_1.protoInt64.zero;
|
|
1572
1690
|
/**
|
|
1573
|
-
*
|
|
1691
|
+
*
|
|
1692
|
+
* @description The offset provided in the request.
|
|
1693
|
+
*
|
|
1694
|
+
* @example 0
|
|
1574
1695
|
*
|
|
1575
1696
|
* @generated from field: uint64 offset = 2;
|
|
1576
1697
|
*/
|
|
1577
1698
|
offset = protobuf_1.protoInt64.zero;
|
|
1578
1699
|
/**
|
|
1579
|
-
*
|
|
1700
|
+
*
|
|
1701
|
+
* @description The total number of records matching the criteria.
|
|
1702
|
+
*
|
|
1703
|
+
* @example 1250
|
|
1580
1704
|
*
|
|
1581
1705
|
* @generated from field: uint64 total = 3;
|
|
1582
1706
|
*/
|
|
1583
1707
|
total = protobuf_1.protoInt64.zero;
|
|
1584
1708
|
/**
|
|
1585
|
-
*
|
|
1709
|
+
*
|
|
1710
|
+
* @description The array of records for the current page.
|
|
1586
1711
|
*
|
|
1587
1712
|
* @generated from field: repeated Scailo.CreditNoteItem payload = 4;
|
|
1588
1713
|
*/
|
|
@@ -1621,31 +1746,62 @@ exports.CreditNotesServicePaginatedItemsResponse = CreditNotesServicePaginatedIt
|
|
|
1621
1746
|
*/
|
|
1622
1747
|
class CreditNotesServicePaginationReq extends protobuf_1.Message {
|
|
1623
1748
|
/**
|
|
1624
|
-
*
|
|
1749
|
+
*
|
|
1750
|
+
* @optional
|
|
1751
|
+
*
|
|
1752
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1753
|
+
*
|
|
1754
|
+
* @example ANY
|
|
1625
1755
|
*
|
|
1626
1756
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1627
1757
|
*/
|
|
1628
1758
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1629
1759
|
/**
|
|
1630
|
-
*
|
|
1760
|
+
*
|
|
1761
|
+
* @mandatory
|
|
1762
|
+
*
|
|
1763
|
+
* @description Number of records to return per page.
|
|
1764
|
+
*
|
|
1765
|
+
* @example 50
|
|
1766
|
+
*
|
|
1767
|
+
* @regex ^[1-9][0-9]*$
|
|
1768
|
+
*
|
|
1769
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1631
1770
|
*
|
|
1632
1771
|
* @generated from field: int64 count = 2;
|
|
1633
1772
|
*/
|
|
1634
1773
|
count = protobuf_1.protoInt64.zero;
|
|
1635
1774
|
/**
|
|
1636
|
-
*
|
|
1775
|
+
*
|
|
1776
|
+
* @optional
|
|
1777
|
+
*
|
|
1778
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1779
|
+
*
|
|
1780
|
+
* @example 0
|
|
1781
|
+
*
|
|
1782
|
+
* @regex ^[0-9]+$
|
|
1783
|
+
*
|
|
1784
|
+
* @format Non-negative integer.
|
|
1637
1785
|
*
|
|
1638
1786
|
* @generated from field: uint64 offset = 3;
|
|
1639
1787
|
*/
|
|
1640
1788
|
offset = protobuf_1.protoInt64.zero;
|
|
1641
1789
|
/**
|
|
1642
|
-
*
|
|
1790
|
+
*
|
|
1791
|
+
* @optional
|
|
1792
|
+
*
|
|
1793
|
+
* @description Sort direction.
|
|
1794
|
+
*
|
|
1795
|
+
* @example DESCENDING
|
|
1643
1796
|
*
|
|
1644
1797
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1645
1798
|
*/
|
|
1646
1799
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1647
1800
|
/**
|
|
1648
|
-
*
|
|
1801
|
+
*
|
|
1802
|
+
* @optional
|
|
1803
|
+
*
|
|
1804
|
+
* @description The specific field key to sort the results by.
|
|
1649
1805
|
*
|
|
1650
1806
|
* @generated from field: Scailo.CREDIT_NOTE_SORT_KEY sort_key = 5;
|
|
1651
1807
|
*/
|
|
@@ -1692,25 +1848,35 @@ exports.CreditNotesServicePaginationReq = CreditNotesServicePaginationReq;
|
|
|
1692
1848
|
*/
|
|
1693
1849
|
class CreditNotesServicePaginationResponse extends protobuf_1.Message {
|
|
1694
1850
|
/**
|
|
1695
|
-
*
|
|
1851
|
+
*
|
|
1852
|
+
* @description Number of records returned in the current response slice.
|
|
1853
|
+
*
|
|
1854
|
+
* @example 50
|
|
1696
1855
|
*
|
|
1697
1856
|
* @generated from field: uint64 count = 1;
|
|
1698
1857
|
*/
|
|
1699
1858
|
count = protobuf_1.protoInt64.zero;
|
|
1700
1859
|
/**
|
|
1701
|
-
*
|
|
1860
|
+
*
|
|
1861
|
+
* @description The offset provided in the request.
|
|
1862
|
+
*
|
|
1863
|
+
* @example 0
|
|
1702
1864
|
*
|
|
1703
1865
|
* @generated from field: uint64 offset = 2;
|
|
1704
1866
|
*/
|
|
1705
1867
|
offset = protobuf_1.protoInt64.zero;
|
|
1706
1868
|
/**
|
|
1707
|
-
*
|
|
1869
|
+
*
|
|
1870
|
+
* @description The total number of records matching the criteria.
|
|
1871
|
+
*
|
|
1872
|
+
* @example 1250
|
|
1708
1873
|
*
|
|
1709
1874
|
* @generated from field: uint64 total = 3;
|
|
1710
1875
|
*/
|
|
1711
1876
|
total = protobuf_1.protoInt64.zero;
|
|
1712
1877
|
/**
|
|
1713
|
-
*
|
|
1878
|
+
*
|
|
1879
|
+
* @description The array of records for the current page.
|
|
1714
1880
|
*
|
|
1715
1881
|
* @generated from field: repeated Scailo.CreditNote payload = 4;
|
|
1716
1882
|
*/
|
|
@@ -1749,115 +1915,268 @@ exports.CreditNotesServicePaginationResponse = CreditNotesServicePaginationRespo
|
|
|
1749
1915
|
*/
|
|
1750
1916
|
class CreditNotesServiceFilterReq extends protobuf_1.Message {
|
|
1751
1917
|
/**
|
|
1752
|
-
*
|
|
1918
|
+
*
|
|
1919
|
+
* @optional
|
|
1920
|
+
*
|
|
1921
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1922
|
+
*
|
|
1923
|
+
* @example ANY
|
|
1753
1924
|
*
|
|
1754
1925
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1755
1926
|
*/
|
|
1756
1927
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1757
1928
|
/**
|
|
1758
|
-
*
|
|
1929
|
+
*
|
|
1930
|
+
* @mandatory
|
|
1931
|
+
*
|
|
1932
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1933
|
+
*
|
|
1934
|
+
* @example 100
|
|
1935
|
+
*
|
|
1936
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1937
|
+
*
|
|
1938
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1759
1939
|
*
|
|
1760
1940
|
* @generated from field: int64 count = 2;
|
|
1761
1941
|
*/
|
|
1762
1942
|
count = protobuf_1.protoInt64.zero;
|
|
1763
1943
|
/**
|
|
1764
|
-
*
|
|
1944
|
+
*
|
|
1945
|
+
* @optional
|
|
1946
|
+
*
|
|
1947
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1948
|
+
*
|
|
1949
|
+
* @example 0
|
|
1950
|
+
*
|
|
1951
|
+
* @regex ^[0-9]+$
|
|
1952
|
+
*
|
|
1953
|
+
* @format Non-negative integer.
|
|
1765
1954
|
*
|
|
1766
1955
|
* @generated from field: uint64 offset = 3;
|
|
1767
1956
|
*/
|
|
1768
1957
|
offset = protobuf_1.protoInt64.zero;
|
|
1769
1958
|
/**
|
|
1770
|
-
*
|
|
1959
|
+
*
|
|
1960
|
+
* @optional
|
|
1961
|
+
*
|
|
1962
|
+
* @description Sort direction.
|
|
1963
|
+
*
|
|
1964
|
+
* @example DESCENDING
|
|
1771
1965
|
*
|
|
1772
1966
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1773
1967
|
*/
|
|
1774
1968
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1775
1969
|
/**
|
|
1776
|
-
*
|
|
1970
|
+
*
|
|
1971
|
+
* @optional
|
|
1972
|
+
*
|
|
1973
|
+
* @description The field used for sorting.
|
|
1777
1974
|
*
|
|
1778
1975
|
* @generated from field: Scailo.CREDIT_NOTE_SORT_KEY sort_key = 5;
|
|
1779
1976
|
*/
|
|
1780
1977
|
sortKey = CREDIT_NOTE_SORT_KEY.CREDIT_NOTE_SORT_KEY_ID_UNSPECIFIED;
|
|
1781
1978
|
/**
|
|
1782
|
-
*
|
|
1979
|
+
*
|
|
1980
|
+
* @optional
|
|
1981
|
+
*
|
|
1982
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1983
|
+
*
|
|
1984
|
+
* @example 1672531200
|
|
1985
|
+
*
|
|
1986
|
+
* @regex ^[0-9]+$
|
|
1987
|
+
*
|
|
1988
|
+
* @format Non-negative integer.
|
|
1783
1989
|
*
|
|
1784
1990
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1785
1991
|
*/
|
|
1786
1992
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1787
1993
|
/**
|
|
1788
|
-
*
|
|
1994
|
+
*
|
|
1995
|
+
* @optional
|
|
1996
|
+
*
|
|
1997
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1998
|
+
*
|
|
1999
|
+
* @example 1704067199
|
|
2000
|
+
*
|
|
2001
|
+
* @regex ^[0-9]+$
|
|
2002
|
+
*
|
|
2003
|
+
* @format Non-negative integer.
|
|
1789
2004
|
*
|
|
1790
2005
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1791
2006
|
*/
|
|
1792
2007
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1793
2008
|
/**
|
|
1794
|
-
*
|
|
2009
|
+
*
|
|
2010
|
+
* @optional
|
|
2011
|
+
*
|
|
2012
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2013
|
+
*
|
|
2014
|
+
* @example 1672531200
|
|
2015
|
+
*
|
|
2016
|
+
* @regex ^[0-9]+$
|
|
2017
|
+
*
|
|
2018
|
+
* @format Non-negative integer.
|
|
1795
2019
|
*
|
|
1796
2020
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1797
2021
|
*/
|
|
1798
2022
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1799
2023
|
/**
|
|
1800
|
-
*
|
|
2024
|
+
*
|
|
2025
|
+
* @optional
|
|
2026
|
+
*
|
|
2027
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2028
|
+
*
|
|
2029
|
+
* @example 1704067199
|
|
2030
|
+
*
|
|
2031
|
+
* @regex ^[0-9]+$
|
|
2032
|
+
*
|
|
2033
|
+
* @format Non-negative integer.
|
|
1801
2034
|
*
|
|
1802
2035
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1803
2036
|
*/
|
|
1804
2037
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1805
2038
|
/**
|
|
1806
|
-
*
|
|
2039
|
+
*
|
|
2040
|
+
* @optional
|
|
2041
|
+
*
|
|
2042
|
+
* @description Filter by the organization UUID.
|
|
2043
|
+
*
|
|
2044
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2045
|
+
*
|
|
2046
|
+
* @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}$
|
|
2047
|
+
*
|
|
2048
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1807
2049
|
*
|
|
1808
2050
|
* @generated from field: string entity_uuid = 8;
|
|
1809
2051
|
*/
|
|
1810
2052
|
entityUuid = "";
|
|
1811
2053
|
/**
|
|
1812
|
-
*
|
|
2054
|
+
*
|
|
2055
|
+
* @optional
|
|
2056
|
+
*
|
|
2057
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2058
|
+
*
|
|
2059
|
+
* @example STANDING
|
|
1813
2060
|
*
|
|
1814
2061
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1815
2062
|
*/
|
|
1816
2063
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1817
2064
|
/**
|
|
1818
|
-
*
|
|
2065
|
+
*
|
|
2066
|
+
* @optional
|
|
2067
|
+
*
|
|
2068
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2069
|
+
*
|
|
2070
|
+
* @example 1672531200
|
|
2071
|
+
*
|
|
2072
|
+
* @regex ^[0-9]+$
|
|
2073
|
+
*
|
|
2074
|
+
* @format Non-negative integer.
|
|
1819
2075
|
*
|
|
1820
2076
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1821
2077
|
*/
|
|
1822
2078
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1823
2079
|
/**
|
|
1824
|
-
*
|
|
2080
|
+
*
|
|
2081
|
+
* @optional
|
|
2082
|
+
*
|
|
2083
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2084
|
+
*
|
|
2085
|
+
* @example 1704067199
|
|
2086
|
+
*
|
|
2087
|
+
* @regex ^[0-9]+$
|
|
2088
|
+
*
|
|
2089
|
+
* @format Non-negative integer.
|
|
1825
2090
|
*
|
|
1826
2091
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1827
2092
|
*/
|
|
1828
2093
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1829
2094
|
/**
|
|
1830
|
-
*
|
|
2095
|
+
*
|
|
2096
|
+
* @optional
|
|
2097
|
+
*
|
|
2098
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2099
|
+
*
|
|
2100
|
+
* @example 501
|
|
2101
|
+
*
|
|
2102
|
+
* @regex ^[0-9]+$
|
|
2103
|
+
*
|
|
2104
|
+
* @format Non-negative integer.
|
|
1831
2105
|
*
|
|
1832
2106
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1833
2107
|
*/
|
|
1834
2108
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1835
2109
|
/**
|
|
1836
|
-
*
|
|
2110
|
+
*
|
|
2111
|
+
* @optional
|
|
2112
|
+
*
|
|
2113
|
+
* @description Filter by the role ID of the approver.
|
|
2114
|
+
*
|
|
2115
|
+
* @example 5
|
|
2116
|
+
*
|
|
2117
|
+
* @regex ^[0-9]+$
|
|
2118
|
+
*
|
|
2119
|
+
* @format Non-negative integer.
|
|
1837
2120
|
*
|
|
1838
2121
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1839
2122
|
*/
|
|
1840
2123
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1841
2124
|
/**
|
|
1842
|
-
*
|
|
2125
|
+
*
|
|
2126
|
+
* @optional
|
|
2127
|
+
*
|
|
2128
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2129
|
+
*
|
|
2130
|
+
* @example 1672531200
|
|
2131
|
+
*
|
|
2132
|
+
* @regex ^[0-9]+$
|
|
2133
|
+
*
|
|
2134
|
+
* @format Non-negative integer.
|
|
1843
2135
|
*
|
|
1844
2136
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1845
2137
|
*/
|
|
1846
2138
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1847
2139
|
/**
|
|
1848
|
-
*
|
|
2140
|
+
*
|
|
2141
|
+
* @optional
|
|
2142
|
+
*
|
|
2143
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2144
|
+
*
|
|
2145
|
+
* @example 1704067199
|
|
2146
|
+
*
|
|
2147
|
+
* @regex ^[0-9]+$
|
|
2148
|
+
*
|
|
2149
|
+
* @format Non-negative integer.
|
|
1849
2150
|
*
|
|
1850
2151
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1851
2152
|
*/
|
|
1852
2153
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
1853
2154
|
/**
|
|
1854
|
-
*
|
|
2155
|
+
*
|
|
2156
|
+
* @optional
|
|
2157
|
+
*
|
|
2158
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2159
|
+
*
|
|
2160
|
+
* @example "ABS-2023-001"
|
|
2161
|
+
*
|
|
2162
|
+
* @regex [0-9A-Za-z ]*$
|
|
2163
|
+
*
|
|
2164
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1855
2165
|
*
|
|
1856
2166
|
* @generated from field: string reference_id = 20;
|
|
1857
2167
|
*/
|
|
1858
2168
|
referenceId = "";
|
|
1859
2169
|
/**
|
|
1860
|
-
*
|
|
2170
|
+
*
|
|
2171
|
+
* @optional
|
|
2172
|
+
*
|
|
2173
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2174
|
+
*
|
|
2175
|
+
* @example "ABS-2023-X9Z2"
|
|
2176
|
+
*
|
|
2177
|
+
* @regex [0-9A-Za-z ]*$
|
|
2178
|
+
*
|
|
2179
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1861
2180
|
*
|
|
1862
2181
|
* @generated from field: string final_ref_number = 21;
|
|
1863
2182
|
*/
|
|
@@ -1989,91 +2308,218 @@ exports.CreditNotesServiceFilterReq = CreditNotesServiceFilterReq;
|
|
|
1989
2308
|
*/
|
|
1990
2309
|
class CreditNotesServiceCountReq extends protobuf_1.Message {
|
|
1991
2310
|
/**
|
|
1992
|
-
*
|
|
2311
|
+
*
|
|
2312
|
+
* @optional
|
|
2313
|
+
*
|
|
2314
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2315
|
+
*
|
|
2316
|
+
* @example ANY
|
|
1993
2317
|
*
|
|
1994
2318
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1995
2319
|
*/
|
|
1996
2320
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1997
2321
|
/**
|
|
1998
|
-
*
|
|
2322
|
+
*
|
|
2323
|
+
* @optional
|
|
2324
|
+
*
|
|
2325
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
2326
|
+
*
|
|
2327
|
+
* @example 1672531200
|
|
2328
|
+
*
|
|
2329
|
+
* @regex ^[0-9]+$
|
|
2330
|
+
*
|
|
2331
|
+
* @format Non-negative integer.
|
|
1999
2332
|
*
|
|
2000
2333
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
2001
2334
|
*/
|
|
2002
2335
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
2003
2336
|
/**
|
|
2004
|
-
*
|
|
2337
|
+
*
|
|
2338
|
+
* @optional
|
|
2339
|
+
*
|
|
2340
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
2341
|
+
*
|
|
2342
|
+
* @example 1704067199
|
|
2343
|
+
*
|
|
2344
|
+
* @regex ^[0-9]+$
|
|
2345
|
+
*
|
|
2346
|
+
* @format Non-negative integer.
|
|
2005
2347
|
*
|
|
2006
2348
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
2007
2349
|
*/
|
|
2008
2350
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
2009
2351
|
/**
|
|
2010
|
-
*
|
|
2352
|
+
*
|
|
2353
|
+
* @optional
|
|
2354
|
+
*
|
|
2355
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
2356
|
+
*
|
|
2357
|
+
* @example 1672531200
|
|
2358
|
+
*
|
|
2359
|
+
* @regex ^[0-9]+$
|
|
2360
|
+
*
|
|
2361
|
+
* @format Non-negative integer.
|
|
2011
2362
|
*
|
|
2012
2363
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
2013
2364
|
*/
|
|
2014
2365
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
2015
2366
|
/**
|
|
2016
|
-
*
|
|
2367
|
+
*
|
|
2368
|
+
* @optional
|
|
2369
|
+
*
|
|
2370
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
2371
|
+
*
|
|
2372
|
+
* @example 1704067199
|
|
2373
|
+
*
|
|
2374
|
+
* @regex ^[0-9]+$
|
|
2375
|
+
*
|
|
2376
|
+
* @format Non-negative integer.
|
|
2017
2377
|
*
|
|
2018
2378
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
2019
2379
|
*/
|
|
2020
2380
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
2021
2381
|
/**
|
|
2022
|
-
*
|
|
2382
|
+
*
|
|
2383
|
+
* @optional
|
|
2384
|
+
*
|
|
2385
|
+
* @description Filter by the organization UUID.
|
|
2386
|
+
*
|
|
2387
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2388
|
+
*
|
|
2389
|
+
* @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}$
|
|
2390
|
+
*
|
|
2391
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2023
2392
|
*
|
|
2024
2393
|
* @generated from field: string entity_uuid = 8;
|
|
2025
2394
|
*/
|
|
2026
2395
|
entityUuid = "";
|
|
2027
2396
|
/**
|
|
2028
|
-
*
|
|
2397
|
+
*
|
|
2398
|
+
* @optional
|
|
2399
|
+
*
|
|
2400
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2401
|
+
*
|
|
2402
|
+
* @example STANDING
|
|
2029
2403
|
*
|
|
2030
2404
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2031
2405
|
*/
|
|
2032
2406
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2033
2407
|
/**
|
|
2034
|
-
*
|
|
2408
|
+
*
|
|
2409
|
+
* @optional
|
|
2410
|
+
*
|
|
2411
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
2412
|
+
*
|
|
2413
|
+
* @example 1672531200
|
|
2414
|
+
*
|
|
2415
|
+
* @regex ^[0-9]+$
|
|
2416
|
+
*
|
|
2417
|
+
* @format Non-negative integer.
|
|
2035
2418
|
*
|
|
2036
2419
|
* @generated from field: uint64 approved_on_start = 11;
|
|
2037
2420
|
*/
|
|
2038
2421
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
2039
2422
|
/**
|
|
2040
|
-
*
|
|
2423
|
+
*
|
|
2424
|
+
* @optional
|
|
2425
|
+
*
|
|
2426
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
2427
|
+
*
|
|
2428
|
+
* @example 1704067199
|
|
2429
|
+
*
|
|
2430
|
+
* @regex ^[0-9]+$
|
|
2431
|
+
*
|
|
2432
|
+
* @format Non-negative integer.
|
|
2041
2433
|
*
|
|
2042
2434
|
* @generated from field: uint64 approved_on_end = 12;
|
|
2043
2435
|
*/
|
|
2044
2436
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
2045
2437
|
/**
|
|
2046
|
-
*
|
|
2438
|
+
*
|
|
2439
|
+
* @optional
|
|
2440
|
+
*
|
|
2441
|
+
* @description Filter by the specific user ID who approved the records.
|
|
2442
|
+
*
|
|
2443
|
+
* @example 501
|
|
2444
|
+
*
|
|
2445
|
+
* @regex ^[0-9]+$
|
|
2446
|
+
*
|
|
2447
|
+
* @format Non-negative integer.
|
|
2047
2448
|
*
|
|
2048
2449
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
2049
2450
|
*/
|
|
2050
2451
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
2051
2452
|
/**
|
|
2052
|
-
*
|
|
2453
|
+
*
|
|
2454
|
+
* @optional
|
|
2455
|
+
*
|
|
2456
|
+
* @description Filter by the role ID of the approver.
|
|
2457
|
+
*
|
|
2458
|
+
* @example 5
|
|
2459
|
+
*
|
|
2460
|
+
* @regex ^[0-9]+$
|
|
2461
|
+
*
|
|
2462
|
+
* @format Non-negative integer.
|
|
2053
2463
|
*
|
|
2054
2464
|
* @generated from field: uint64 approver_role_id = 14;
|
|
2055
2465
|
*/
|
|
2056
2466
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
2057
2467
|
/**
|
|
2058
|
-
*
|
|
2468
|
+
*
|
|
2469
|
+
* @optional
|
|
2470
|
+
*
|
|
2471
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
2472
|
+
*
|
|
2473
|
+
* @example 1672531200
|
|
2474
|
+
*
|
|
2475
|
+
* @regex ^[0-9]+$
|
|
2476
|
+
*
|
|
2477
|
+
* @format Non-negative integer.
|
|
2059
2478
|
*
|
|
2060
2479
|
* @generated from field: uint64 completed_on_start = 15;
|
|
2061
2480
|
*/
|
|
2062
2481
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
2063
2482
|
/**
|
|
2064
|
-
*
|
|
2483
|
+
*
|
|
2484
|
+
* @optional
|
|
2485
|
+
*
|
|
2486
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2487
|
+
*
|
|
2488
|
+
* @example 1704067199
|
|
2489
|
+
*
|
|
2490
|
+
* @regex ^[0-9]+$
|
|
2491
|
+
*
|
|
2492
|
+
* @format Non-negative integer.
|
|
2065
2493
|
*
|
|
2066
2494
|
* @generated from field: uint64 completed_on_end = 16;
|
|
2067
2495
|
*/
|
|
2068
2496
|
completedOnEnd = protobuf_1.protoInt64.zero;
|
|
2069
2497
|
/**
|
|
2070
|
-
*
|
|
2498
|
+
*
|
|
2499
|
+
* @optional
|
|
2500
|
+
*
|
|
2501
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2502
|
+
*
|
|
2503
|
+
* @example "ABS-2023-001"
|
|
2504
|
+
*
|
|
2505
|
+
* @regex [0-9A-Za-z ]*$
|
|
2506
|
+
*
|
|
2507
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
2071
2508
|
*
|
|
2072
2509
|
* @generated from field: string reference_id = 20;
|
|
2073
2510
|
*/
|
|
2074
2511
|
referenceId = "";
|
|
2075
2512
|
/**
|
|
2076
|
-
*
|
|
2513
|
+
*
|
|
2514
|
+
* @optional
|
|
2515
|
+
*
|
|
2516
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2517
|
+
*
|
|
2518
|
+
* @example "ABS-2023-X9Z2"
|
|
2519
|
+
*
|
|
2520
|
+
* @regex [0-9A-Za-z ]*$
|
|
2521
|
+
*
|
|
2522
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
2077
2523
|
*
|
|
2078
2524
|
* @generated from field: string final_ref_number = 21;
|
|
2079
2525
|
*/
|
|
@@ -2201,49 +2647,103 @@ exports.CreditNotesServiceCountReq = CreditNotesServiceCountReq;
|
|
|
2201
2647
|
*/
|
|
2202
2648
|
class CreditNotesServiceSearchAllReq extends protobuf_1.Message {
|
|
2203
2649
|
/**
|
|
2204
|
-
*
|
|
2650
|
+
*
|
|
2651
|
+
* @optional
|
|
2652
|
+
*
|
|
2653
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2654
|
+
*
|
|
2655
|
+
* @example ANY
|
|
2205
2656
|
*
|
|
2206
2657
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2207
2658
|
*/
|
|
2208
2659
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2209
2660
|
/**
|
|
2210
|
-
*
|
|
2661
|
+
*
|
|
2662
|
+
* @mandatory
|
|
2663
|
+
*
|
|
2664
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2665
|
+
*
|
|
2666
|
+
* @example 100
|
|
2667
|
+
*
|
|
2668
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2669
|
+
*
|
|
2670
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2211
2671
|
*
|
|
2212
2672
|
* @generated from field: int64 count = 2;
|
|
2213
2673
|
*/
|
|
2214
2674
|
count = protobuf_1.protoInt64.zero;
|
|
2215
2675
|
/**
|
|
2216
|
-
*
|
|
2676
|
+
*
|
|
2677
|
+
* @optional
|
|
2678
|
+
*
|
|
2679
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2680
|
+
*
|
|
2681
|
+
* @example 0
|
|
2682
|
+
*
|
|
2683
|
+
* @regex ^[0-9]+$
|
|
2684
|
+
*
|
|
2685
|
+
* @format Non-negative integer.
|
|
2217
2686
|
*
|
|
2218
2687
|
* @generated from field: uint64 offset = 3;
|
|
2219
2688
|
*/
|
|
2220
2689
|
offset = protobuf_1.protoInt64.zero;
|
|
2221
2690
|
/**
|
|
2222
|
-
*
|
|
2691
|
+
*
|
|
2692
|
+
* @optional
|
|
2693
|
+
*
|
|
2694
|
+
* @description Sort direction.
|
|
2695
|
+
*
|
|
2696
|
+
* @example DESCENDING
|
|
2223
2697
|
*
|
|
2224
2698
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2225
2699
|
*/
|
|
2226
2700
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2227
2701
|
/**
|
|
2228
|
-
*
|
|
2702
|
+
*
|
|
2703
|
+
* @optional
|
|
2704
|
+
*
|
|
2705
|
+
* @description The field used for sorting.
|
|
2229
2706
|
*
|
|
2230
2707
|
* @generated from field: Scailo.CREDIT_NOTE_SORT_KEY sort_key = 5;
|
|
2231
2708
|
*/
|
|
2232
2709
|
sortKey = CREDIT_NOTE_SORT_KEY.CREDIT_NOTE_SORT_KEY_ID_UNSPECIFIED;
|
|
2233
2710
|
/**
|
|
2234
|
-
*
|
|
2711
|
+
*
|
|
2712
|
+
* @optional
|
|
2713
|
+
*
|
|
2714
|
+
* @description Filter by the organization UUID.
|
|
2715
|
+
*
|
|
2716
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2717
|
+
*
|
|
2718
|
+
* @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}$
|
|
2719
|
+
*
|
|
2720
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2235
2721
|
*
|
|
2236
2722
|
* @generated from field: string entity_uuid = 6;
|
|
2237
2723
|
*/
|
|
2238
2724
|
entityUuid = "";
|
|
2239
2725
|
/**
|
|
2240
|
-
*
|
|
2726
|
+
*
|
|
2727
|
+
* @optional
|
|
2728
|
+
*
|
|
2729
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2730
|
+
*
|
|
2731
|
+
* @example STANDING
|
|
2241
2732
|
*
|
|
2242
2733
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
2243
2734
|
*/
|
|
2244
2735
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
2245
2736
|
/**
|
|
2246
|
-
*
|
|
2737
|
+
*
|
|
2738
|
+
* @mandatory
|
|
2739
|
+
*
|
|
2740
|
+
* @description The search string to match against reference IDs.
|
|
2741
|
+
*
|
|
2742
|
+
* @example "Medical 2023"
|
|
2743
|
+
*
|
|
2744
|
+
* @regex .*
|
|
2745
|
+
*
|
|
2746
|
+
* @format: May contain any UTF-8 characters.
|
|
2247
2747
|
*
|
|
2248
2748
|
* @generated from field: string search_key = 11;
|
|
2249
2749
|
*/
|
|
@@ -2365,25 +2865,31 @@ exports.CreditNotesServiceReferenceCreateRequest = CreditNotesServiceReferenceCr
|
|
|
2365
2865
|
*/
|
|
2366
2866
|
class CreditNoteReference extends protobuf_1.Message {
|
|
2367
2867
|
/**
|
|
2368
|
-
*
|
|
2868
|
+
*
|
|
2869
|
+
* @description The organization's globally unique identifier.
|
|
2870
|
+
*
|
|
2871
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2369
2872
|
*
|
|
2370
2873
|
* @generated from field: string entity_uuid = 1;
|
|
2371
2874
|
*/
|
|
2372
2875
|
entityUuid = "";
|
|
2373
2876
|
/**
|
|
2374
|
-
*
|
|
2877
|
+
*
|
|
2878
|
+
* @description Standard employee and record metadata including timestamps.
|
|
2375
2879
|
*
|
|
2376
2880
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
2377
2881
|
*/
|
|
2378
2882
|
metadata;
|
|
2379
2883
|
/**
|
|
2380
|
-
*
|
|
2884
|
+
*
|
|
2885
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
2381
2886
|
*
|
|
2382
2887
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
2383
2888
|
*/
|
|
2384
2889
|
approvalMetadata;
|
|
2385
2890
|
/**
|
|
2386
|
-
*
|
|
2891
|
+
*
|
|
2892
|
+
* @description The approval state of the record
|
|
2387
2893
|
*
|
|
2388
2894
|
* @generated from field: bool need_approval = 4;
|
|
2389
2895
|
*/
|