@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
|
@@ -370,7 +370,16 @@ protobuf_1.proto3.util.setEnumType(INWARD_JOB_OUTWARD_ITEM_STATUS, "Scailo.INWAR
|
|
|
370
370
|
*/
|
|
371
371
|
class InwardJobsServiceCreateRequest extends protobuf_1.Message {
|
|
372
372
|
/**
|
|
373
|
-
*
|
|
373
|
+
*
|
|
374
|
+
* @optional
|
|
375
|
+
*
|
|
376
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
377
|
+
*
|
|
378
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
379
|
+
*
|
|
380
|
+
* @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}$
|
|
381
|
+
*
|
|
382
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
374
383
|
*
|
|
375
384
|
* @generated from field: string entity_uuid = 1;
|
|
376
385
|
*/
|
|
@@ -382,13 +391,31 @@ class InwardJobsServiceCreateRequest extends protobuf_1.Message {
|
|
|
382
391
|
*/
|
|
383
392
|
userComment = "";
|
|
384
393
|
/**
|
|
385
|
-
*
|
|
394
|
+
*
|
|
395
|
+
* @optional
|
|
396
|
+
*
|
|
397
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
398
|
+
*
|
|
399
|
+
* @example 15234
|
|
400
|
+
*
|
|
401
|
+
* @regex ^[0-9]+$
|
|
402
|
+
*
|
|
403
|
+
* @format Non-negative integer.
|
|
386
404
|
*
|
|
387
405
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
388
406
|
*/
|
|
389
407
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
390
408
|
/**
|
|
391
|
-
*
|
|
409
|
+
*
|
|
410
|
+
* @mandatory
|
|
411
|
+
*
|
|
412
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
413
|
+
*
|
|
414
|
+
* @example "ABS-2023-001"
|
|
415
|
+
*
|
|
416
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
417
|
+
*
|
|
418
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
392
419
|
*
|
|
393
420
|
* @generated from field: string reference_id = 10;
|
|
394
421
|
*/
|
|
@@ -474,19 +501,42 @@ class InwardJobsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
474
501
|
*/
|
|
475
502
|
id = protobuf_1.protoInt64.zero;
|
|
476
503
|
/**
|
|
477
|
-
*
|
|
504
|
+
*
|
|
505
|
+
* @optional
|
|
506
|
+
*
|
|
507
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
508
|
+
*
|
|
509
|
+
* @example true
|
|
478
510
|
*
|
|
479
511
|
* @generated from field: bool notify_users = 3;
|
|
480
512
|
*/
|
|
481
513
|
notifyUsers = false;
|
|
482
514
|
/**
|
|
483
|
-
*
|
|
515
|
+
*
|
|
516
|
+
* @optional
|
|
517
|
+
*
|
|
518
|
+
* @description Updated vault folder ID for documentation storage.
|
|
519
|
+
*
|
|
520
|
+
* @example 15235
|
|
521
|
+
*
|
|
522
|
+
* @regex ^[0-9]+$
|
|
523
|
+
*
|
|
524
|
+
* @format Non-negative integer.
|
|
484
525
|
*
|
|
485
526
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
486
527
|
*/
|
|
487
528
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
488
529
|
/**
|
|
489
|
-
*
|
|
530
|
+
*
|
|
531
|
+
* @mandatory
|
|
532
|
+
*
|
|
533
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
534
|
+
*
|
|
535
|
+
* @example "ABS-2023-001-REV"
|
|
536
|
+
*
|
|
537
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
538
|
+
*
|
|
539
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
490
540
|
*
|
|
491
541
|
* @generated from field: string reference_id = 10;
|
|
492
542
|
*/
|
|
@@ -647,55 +697,74 @@ exports.InwardJobAncillaryParameters = InwardJobAncillaryParameters;
|
|
|
647
697
|
*/
|
|
648
698
|
class InwardJob extends protobuf_1.Message {
|
|
649
699
|
/**
|
|
650
|
-
*
|
|
700
|
+
*
|
|
701
|
+
* @description The organization's globally unique identifier.
|
|
702
|
+
*
|
|
703
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
651
704
|
*
|
|
652
705
|
* @generated from field: string entity_uuid = 1;
|
|
653
706
|
*/
|
|
654
707
|
entityUuid = "";
|
|
655
708
|
/**
|
|
656
|
-
*
|
|
709
|
+
*
|
|
710
|
+
* @description Standard employee and record metadata including timestamps.
|
|
657
711
|
*
|
|
658
712
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
659
713
|
*/
|
|
660
714
|
metadata;
|
|
661
715
|
/**
|
|
662
|
-
*
|
|
716
|
+
*
|
|
717
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
663
718
|
*
|
|
664
719
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
665
720
|
*/
|
|
666
721
|
approvalMetadata;
|
|
667
722
|
/**
|
|
668
|
-
*
|
|
723
|
+
*
|
|
724
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
669
725
|
*
|
|
670
726
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
671
727
|
*/
|
|
672
728
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
673
729
|
/**
|
|
674
|
-
*
|
|
730
|
+
*
|
|
731
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
675
732
|
*
|
|
676
733
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
677
734
|
*/
|
|
678
735
|
logs = [];
|
|
679
736
|
/**
|
|
680
|
-
*
|
|
737
|
+
*
|
|
738
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
739
|
+
*
|
|
740
|
+
* @example 1698400000
|
|
681
741
|
*
|
|
682
742
|
* @generated from field: uint64 completed_on = 6;
|
|
683
743
|
*/
|
|
684
744
|
completedOn = protobuf_1.protoInt64.zero;
|
|
685
745
|
/**
|
|
686
|
-
*
|
|
746
|
+
*
|
|
747
|
+
* @description Link to the document storage folder.
|
|
748
|
+
*
|
|
749
|
+
* @example 15234
|
|
687
750
|
*
|
|
688
751
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
689
752
|
*/
|
|
690
753
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
691
754
|
/**
|
|
692
|
-
*
|
|
755
|
+
*
|
|
756
|
+
* @description The user-provided reference ID.
|
|
757
|
+
*
|
|
758
|
+
* @example "ABS-2023-001"
|
|
693
759
|
*
|
|
694
760
|
* @generated from field: string reference_id = 10;
|
|
695
761
|
*/
|
|
696
762
|
referenceId = "";
|
|
697
763
|
/**
|
|
698
|
-
*
|
|
764
|
+
*
|
|
765
|
+
* @description The system-generated immutable reference number.
|
|
766
|
+
*
|
|
767
|
+
* @example "ABS-2023-X9Z2"
|
|
699
768
|
*
|
|
700
769
|
* @generated from field: string final_ref_number = 11;
|
|
701
770
|
*/
|
|
@@ -1072,25 +1141,31 @@ exports.InwardJobsServiceInwardItemUpdateRequest = InwardJobsServiceInwardItemUp
|
|
|
1072
1141
|
*/
|
|
1073
1142
|
class InwardJobInwardItem extends protobuf_1.Message {
|
|
1074
1143
|
/**
|
|
1075
|
-
*
|
|
1144
|
+
*
|
|
1145
|
+
* @description The organization's globally unique identifier.
|
|
1146
|
+
*
|
|
1147
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1076
1148
|
*
|
|
1077
1149
|
* @generated from field: string entity_uuid = 1;
|
|
1078
1150
|
*/
|
|
1079
1151
|
entityUuid = "";
|
|
1080
1152
|
/**
|
|
1081
|
-
*
|
|
1153
|
+
*
|
|
1154
|
+
* @description Standard employee and record metadata including timestamps.
|
|
1082
1155
|
*
|
|
1083
1156
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
1084
1157
|
*/
|
|
1085
1158
|
metadata;
|
|
1086
1159
|
/**
|
|
1087
|
-
*
|
|
1160
|
+
*
|
|
1161
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
1088
1162
|
*
|
|
1089
1163
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
1090
1164
|
*/
|
|
1091
1165
|
approvalMetadata;
|
|
1092
1166
|
/**
|
|
1093
|
-
*
|
|
1167
|
+
*
|
|
1168
|
+
* @description The approval state of the record
|
|
1094
1169
|
*
|
|
1095
1170
|
* @generated from field: bool need_approval = 4;
|
|
1096
1171
|
*/
|
|
@@ -1343,31 +1418,62 @@ exports.InwardJobInwardItemProspectiveInfoRequest = InwardJobInwardItemProspecti
|
|
|
1343
1418
|
*/
|
|
1344
1419
|
class InwardJobsServicePaginationReq extends protobuf_1.Message {
|
|
1345
1420
|
/**
|
|
1346
|
-
*
|
|
1421
|
+
*
|
|
1422
|
+
* @optional
|
|
1423
|
+
*
|
|
1424
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1425
|
+
*
|
|
1426
|
+
* @example ANY
|
|
1347
1427
|
*
|
|
1348
1428
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1349
1429
|
*/
|
|
1350
1430
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1351
1431
|
/**
|
|
1352
|
-
*
|
|
1432
|
+
*
|
|
1433
|
+
* @mandatory
|
|
1434
|
+
*
|
|
1435
|
+
* @description Number of records to return per page.
|
|
1436
|
+
*
|
|
1437
|
+
* @example 50
|
|
1438
|
+
*
|
|
1439
|
+
* @regex ^[1-9][0-9]*$
|
|
1440
|
+
*
|
|
1441
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1353
1442
|
*
|
|
1354
1443
|
* @generated from field: int64 count = 2;
|
|
1355
1444
|
*/
|
|
1356
1445
|
count = protobuf_1.protoInt64.zero;
|
|
1357
1446
|
/**
|
|
1358
|
-
*
|
|
1447
|
+
*
|
|
1448
|
+
* @optional
|
|
1449
|
+
*
|
|
1450
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1451
|
+
*
|
|
1452
|
+
* @example 0
|
|
1453
|
+
*
|
|
1454
|
+
* @regex ^[0-9]+$
|
|
1455
|
+
*
|
|
1456
|
+
* @format Non-negative integer.
|
|
1359
1457
|
*
|
|
1360
1458
|
* @generated from field: uint64 offset = 3;
|
|
1361
1459
|
*/
|
|
1362
1460
|
offset = protobuf_1.protoInt64.zero;
|
|
1363
1461
|
/**
|
|
1364
|
-
*
|
|
1462
|
+
*
|
|
1463
|
+
* @optional
|
|
1464
|
+
*
|
|
1465
|
+
* @description Sort direction.
|
|
1466
|
+
*
|
|
1467
|
+
* @example DESCENDING
|
|
1365
1468
|
*
|
|
1366
1469
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1367
1470
|
*/
|
|
1368
1471
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1369
1472
|
/**
|
|
1370
|
-
*
|
|
1473
|
+
*
|
|
1474
|
+
* @optional
|
|
1475
|
+
*
|
|
1476
|
+
* @description The specific field key to sort the results by.
|
|
1371
1477
|
*
|
|
1372
1478
|
* @generated from field: Scailo.INWARD_JOB_SORT_KEY sort_key = 5;
|
|
1373
1479
|
*/
|
|
@@ -1414,25 +1520,35 @@ exports.InwardJobsServicePaginationReq = InwardJobsServicePaginationReq;
|
|
|
1414
1520
|
*/
|
|
1415
1521
|
class InwardJobsServicePaginationResponse extends protobuf_1.Message {
|
|
1416
1522
|
/**
|
|
1417
|
-
*
|
|
1523
|
+
*
|
|
1524
|
+
* @description Number of records returned in the current response slice.
|
|
1525
|
+
*
|
|
1526
|
+
* @example 50
|
|
1418
1527
|
*
|
|
1419
1528
|
* @generated from field: uint64 count = 1;
|
|
1420
1529
|
*/
|
|
1421
1530
|
count = protobuf_1.protoInt64.zero;
|
|
1422
1531
|
/**
|
|
1423
|
-
*
|
|
1532
|
+
*
|
|
1533
|
+
* @description The offset provided in the request.
|
|
1534
|
+
*
|
|
1535
|
+
* @example 0
|
|
1424
1536
|
*
|
|
1425
1537
|
* @generated from field: uint64 offset = 2;
|
|
1426
1538
|
*/
|
|
1427
1539
|
offset = protobuf_1.protoInt64.zero;
|
|
1428
1540
|
/**
|
|
1429
|
-
*
|
|
1541
|
+
*
|
|
1542
|
+
* @description The total number of records matching the criteria.
|
|
1543
|
+
*
|
|
1544
|
+
* @example 1250
|
|
1430
1545
|
*
|
|
1431
1546
|
* @generated from field: uint64 total = 3;
|
|
1432
1547
|
*/
|
|
1433
1548
|
total = protobuf_1.protoInt64.zero;
|
|
1434
1549
|
/**
|
|
1435
|
-
*
|
|
1550
|
+
*
|
|
1551
|
+
* @description The array of records for the current page.
|
|
1436
1552
|
*
|
|
1437
1553
|
* @generated from field: repeated Scailo.InwardJob payload = 4;
|
|
1438
1554
|
*/
|
|
@@ -1471,103 +1587,238 @@ exports.InwardJobsServicePaginationResponse = InwardJobsServicePaginationRespons
|
|
|
1471
1587
|
*/
|
|
1472
1588
|
class InwardJobsServiceFilterReq extends protobuf_1.Message {
|
|
1473
1589
|
/**
|
|
1474
|
-
*
|
|
1590
|
+
*
|
|
1591
|
+
* @optional
|
|
1592
|
+
*
|
|
1593
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1594
|
+
*
|
|
1595
|
+
* @example ANY
|
|
1475
1596
|
*
|
|
1476
1597
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1477
1598
|
*/
|
|
1478
1599
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1479
1600
|
/**
|
|
1480
|
-
*
|
|
1601
|
+
*
|
|
1602
|
+
* @mandatory
|
|
1603
|
+
*
|
|
1604
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1605
|
+
*
|
|
1606
|
+
* @example 100
|
|
1607
|
+
*
|
|
1608
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1609
|
+
*
|
|
1610
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1481
1611
|
*
|
|
1482
1612
|
* @generated from field: int64 count = 2;
|
|
1483
1613
|
*/
|
|
1484
1614
|
count = protobuf_1.protoInt64.zero;
|
|
1485
1615
|
/**
|
|
1486
|
-
*
|
|
1616
|
+
*
|
|
1617
|
+
* @optional
|
|
1618
|
+
*
|
|
1619
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1620
|
+
*
|
|
1621
|
+
* @example 0
|
|
1622
|
+
*
|
|
1623
|
+
* @regex ^[0-9]+$
|
|
1624
|
+
*
|
|
1625
|
+
* @format Non-negative integer.
|
|
1487
1626
|
*
|
|
1488
1627
|
* @generated from field: uint64 offset = 3;
|
|
1489
1628
|
*/
|
|
1490
1629
|
offset = protobuf_1.protoInt64.zero;
|
|
1491
1630
|
/**
|
|
1492
|
-
*
|
|
1631
|
+
*
|
|
1632
|
+
* @optional
|
|
1633
|
+
*
|
|
1634
|
+
* @description Sort direction.
|
|
1635
|
+
*
|
|
1636
|
+
* @example DESCENDING
|
|
1493
1637
|
*
|
|
1494
1638
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1495
1639
|
*/
|
|
1496
1640
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1497
1641
|
/**
|
|
1498
|
-
*
|
|
1642
|
+
*
|
|
1643
|
+
* @optional
|
|
1644
|
+
*
|
|
1645
|
+
* @description The field used for sorting.
|
|
1499
1646
|
*
|
|
1500
1647
|
* @generated from field: Scailo.INWARD_JOB_SORT_KEY sort_key = 5;
|
|
1501
1648
|
*/
|
|
1502
1649
|
sortKey = INWARD_JOB_SORT_KEY.INWARD_JOB_SORT_KEY_ID_UNSPECIFIED;
|
|
1503
1650
|
/**
|
|
1504
|
-
*
|
|
1651
|
+
*
|
|
1652
|
+
* @optional
|
|
1653
|
+
*
|
|
1654
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1655
|
+
*
|
|
1656
|
+
* @example 1672531200
|
|
1657
|
+
*
|
|
1658
|
+
* @regex ^[0-9]+$
|
|
1659
|
+
*
|
|
1660
|
+
* @format Non-negative integer.
|
|
1505
1661
|
*
|
|
1506
1662
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1507
1663
|
*/
|
|
1508
1664
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1509
1665
|
/**
|
|
1510
|
-
*
|
|
1666
|
+
*
|
|
1667
|
+
* @optional
|
|
1668
|
+
*
|
|
1669
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1670
|
+
*
|
|
1671
|
+
* @example 1704067199
|
|
1672
|
+
*
|
|
1673
|
+
* @regex ^[0-9]+$
|
|
1674
|
+
*
|
|
1675
|
+
* @format Non-negative integer.
|
|
1511
1676
|
*
|
|
1512
1677
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1513
1678
|
*/
|
|
1514
1679
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1515
1680
|
/**
|
|
1516
|
-
*
|
|
1681
|
+
*
|
|
1682
|
+
* @optional
|
|
1683
|
+
*
|
|
1684
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1685
|
+
*
|
|
1686
|
+
* @example 1672531200
|
|
1687
|
+
*
|
|
1688
|
+
* @regex ^[0-9]+$
|
|
1689
|
+
*
|
|
1690
|
+
* @format Non-negative integer.
|
|
1517
1691
|
*
|
|
1518
1692
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1519
1693
|
*/
|
|
1520
1694
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1521
1695
|
/**
|
|
1522
|
-
*
|
|
1696
|
+
*
|
|
1697
|
+
* @optional
|
|
1698
|
+
*
|
|
1699
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1700
|
+
*
|
|
1701
|
+
* @example 1704067199
|
|
1702
|
+
*
|
|
1703
|
+
* @regex ^[0-9]+$
|
|
1704
|
+
*
|
|
1705
|
+
* @format Non-negative integer.
|
|
1523
1706
|
*
|
|
1524
1707
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1525
1708
|
*/
|
|
1526
1709
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1527
1710
|
/**
|
|
1528
|
-
*
|
|
1711
|
+
*
|
|
1712
|
+
* @optional
|
|
1713
|
+
*
|
|
1714
|
+
* @description Filter by the organization UUID.
|
|
1715
|
+
*
|
|
1716
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1717
|
+
*
|
|
1718
|
+
* @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}$
|
|
1719
|
+
*
|
|
1720
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1529
1721
|
*
|
|
1530
1722
|
* @generated from field: string entity_uuid = 8;
|
|
1531
1723
|
*/
|
|
1532
1724
|
entityUuid = "";
|
|
1533
1725
|
/**
|
|
1534
|
-
*
|
|
1726
|
+
*
|
|
1727
|
+
* @optional
|
|
1728
|
+
*
|
|
1729
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1730
|
+
*
|
|
1731
|
+
* @example STANDING
|
|
1535
1732
|
*
|
|
1536
1733
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1537
1734
|
*/
|
|
1538
1735
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1539
1736
|
/**
|
|
1540
|
-
*
|
|
1737
|
+
*
|
|
1738
|
+
* @optional
|
|
1739
|
+
*
|
|
1740
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1741
|
+
*
|
|
1742
|
+
* @example 1672531200
|
|
1743
|
+
*
|
|
1744
|
+
* @regex ^[0-9]+$
|
|
1745
|
+
*
|
|
1746
|
+
* @format Non-negative integer.
|
|
1541
1747
|
*
|
|
1542
1748
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1543
1749
|
*/
|
|
1544
1750
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1545
1751
|
/**
|
|
1546
|
-
*
|
|
1752
|
+
*
|
|
1753
|
+
* @optional
|
|
1754
|
+
*
|
|
1755
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1756
|
+
*
|
|
1757
|
+
* @example 1704067199
|
|
1758
|
+
*
|
|
1759
|
+
* @regex ^[0-9]+$
|
|
1760
|
+
*
|
|
1761
|
+
* @format Non-negative integer.
|
|
1547
1762
|
*
|
|
1548
1763
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1549
1764
|
*/
|
|
1550
1765
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1551
1766
|
/**
|
|
1552
|
-
*
|
|
1767
|
+
*
|
|
1768
|
+
* @optional
|
|
1769
|
+
*
|
|
1770
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1771
|
+
*
|
|
1772
|
+
* @example 501
|
|
1773
|
+
*
|
|
1774
|
+
* @regex ^[0-9]+$
|
|
1775
|
+
*
|
|
1776
|
+
* @format Non-negative integer.
|
|
1553
1777
|
*
|
|
1554
1778
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1555
1779
|
*/
|
|
1556
1780
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1557
1781
|
/**
|
|
1558
|
-
*
|
|
1782
|
+
*
|
|
1783
|
+
* @optional
|
|
1784
|
+
*
|
|
1785
|
+
* @description Filter by the role ID of the approver.
|
|
1786
|
+
*
|
|
1787
|
+
* @example 5
|
|
1788
|
+
*
|
|
1789
|
+
* @regex ^[0-9]+$
|
|
1790
|
+
*
|
|
1791
|
+
* @format Non-negative integer.
|
|
1559
1792
|
*
|
|
1560
1793
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1561
1794
|
*/
|
|
1562
1795
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1563
1796
|
/**
|
|
1564
|
-
*
|
|
1797
|
+
*
|
|
1798
|
+
* @optional
|
|
1799
|
+
*
|
|
1800
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1801
|
+
*
|
|
1802
|
+
* @example 1672531200
|
|
1803
|
+
*
|
|
1804
|
+
* @regex ^[0-9]+$
|
|
1805
|
+
*
|
|
1806
|
+
* @format Non-negative integer.
|
|
1565
1807
|
*
|
|
1566
1808
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1567
1809
|
*/
|
|
1568
1810
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1569
1811
|
/**
|
|
1570
|
-
*
|
|
1812
|
+
*
|
|
1813
|
+
* @optional
|
|
1814
|
+
*
|
|
1815
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1816
|
+
*
|
|
1817
|
+
* @example 1704067199
|
|
1818
|
+
*
|
|
1819
|
+
* @regex ^[0-9]+$
|
|
1820
|
+
*
|
|
1821
|
+
* @format Non-negative integer.
|
|
1571
1822
|
*
|
|
1572
1823
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1573
1824
|
*/
|
|
@@ -1591,13 +1842,31 @@ class InwardJobsServiceFilterReq extends protobuf_1.Message {
|
|
|
1591
1842
|
*/
|
|
1592
1843
|
deliveryDateEnd = "";
|
|
1593
1844
|
/**
|
|
1594
|
-
*
|
|
1845
|
+
*
|
|
1846
|
+
* @optional
|
|
1847
|
+
*
|
|
1848
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1849
|
+
*
|
|
1850
|
+
* @example "ABS-2023-001"
|
|
1851
|
+
*
|
|
1852
|
+
* @regex [0-9A-Za-z ]*$
|
|
1853
|
+
*
|
|
1854
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1595
1855
|
*
|
|
1596
1856
|
* @generated from field: string reference_id = 20;
|
|
1597
1857
|
*/
|
|
1598
1858
|
referenceId = "";
|
|
1599
1859
|
/**
|
|
1600
|
-
*
|
|
1860
|
+
*
|
|
1861
|
+
* @optional
|
|
1862
|
+
*
|
|
1863
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1864
|
+
*
|
|
1865
|
+
* @example "ABS-2023-X9Z2"
|
|
1866
|
+
*
|
|
1867
|
+
* @regex [0-9A-Za-z ]*$
|
|
1868
|
+
*
|
|
1869
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1601
1870
|
*
|
|
1602
1871
|
* @generated from field: string final_ref_number = 21;
|
|
1603
1872
|
*/
|
|
@@ -1696,79 +1965,188 @@ exports.InwardJobsServiceFilterReq = InwardJobsServiceFilterReq;
|
|
|
1696
1965
|
*/
|
|
1697
1966
|
class InwardJobsServiceCountReq extends protobuf_1.Message {
|
|
1698
1967
|
/**
|
|
1699
|
-
*
|
|
1968
|
+
*
|
|
1969
|
+
* @optional
|
|
1970
|
+
*
|
|
1971
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1972
|
+
*
|
|
1973
|
+
* @example ANY
|
|
1700
1974
|
*
|
|
1701
1975
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1702
1976
|
*/
|
|
1703
1977
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1704
1978
|
/**
|
|
1705
|
-
*
|
|
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.
|
|
1706
1989
|
*
|
|
1707
1990
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1708
1991
|
*/
|
|
1709
1992
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1710
1993
|
/**
|
|
1711
|
-
*
|
|
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.
|
|
1712
2004
|
*
|
|
1713
2005
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1714
2006
|
*/
|
|
1715
2007
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1716
2008
|
/**
|
|
1717
|
-
*
|
|
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.
|
|
1718
2019
|
*
|
|
1719
2020
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1720
2021
|
*/
|
|
1721
2022
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1722
2023
|
/**
|
|
1723
|
-
*
|
|
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.
|
|
1724
2034
|
*
|
|
1725
2035
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1726
2036
|
*/
|
|
1727
2037
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1728
2038
|
/**
|
|
1729
|
-
*
|
|
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.
|
|
1730
2049
|
*
|
|
1731
2050
|
* @generated from field: string entity_uuid = 8;
|
|
1732
2051
|
*/
|
|
1733
2052
|
entityUuid = "";
|
|
1734
2053
|
/**
|
|
1735
|
-
*
|
|
2054
|
+
*
|
|
2055
|
+
* @optional
|
|
2056
|
+
*
|
|
2057
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2058
|
+
*
|
|
2059
|
+
* @example STANDING
|
|
1736
2060
|
*
|
|
1737
2061
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1738
2062
|
*/
|
|
1739
2063
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1740
2064
|
/**
|
|
1741
|
-
*
|
|
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.
|
|
1742
2075
|
*
|
|
1743
2076
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1744
2077
|
*/
|
|
1745
2078
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1746
2079
|
/**
|
|
1747
|
-
*
|
|
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.
|
|
1748
2090
|
*
|
|
1749
2091
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1750
2092
|
*/
|
|
1751
2093
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1752
2094
|
/**
|
|
1753
|
-
*
|
|
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.
|
|
1754
2105
|
*
|
|
1755
2106
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1756
2107
|
*/
|
|
1757
2108
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1758
2109
|
/**
|
|
1759
|
-
*
|
|
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.
|
|
1760
2120
|
*
|
|
1761
2121
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1762
2122
|
*/
|
|
1763
2123
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1764
2124
|
/**
|
|
1765
|
-
*
|
|
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.
|
|
1766
2135
|
*
|
|
1767
2136
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1768
2137
|
*/
|
|
1769
2138
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1770
2139
|
/**
|
|
1771
|
-
*
|
|
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.
|
|
1772
2150
|
*
|
|
1773
2151
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1774
2152
|
*/
|
|
@@ -1792,13 +2170,31 @@ class InwardJobsServiceCountReq extends protobuf_1.Message {
|
|
|
1792
2170
|
*/
|
|
1793
2171
|
deliveryDateEnd = "";
|
|
1794
2172
|
/**
|
|
1795
|
-
*
|
|
2173
|
+
*
|
|
2174
|
+
* @optional
|
|
2175
|
+
*
|
|
2176
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2177
|
+
*
|
|
2178
|
+
* @example "ABS-2023-001"
|
|
2179
|
+
*
|
|
2180
|
+
* @regex [0-9A-Za-z ]*$
|
|
2181
|
+
*
|
|
2182
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1796
2183
|
*
|
|
1797
2184
|
* @generated from field: string reference_id = 20;
|
|
1798
2185
|
*/
|
|
1799
2186
|
referenceId = "";
|
|
1800
2187
|
/**
|
|
1801
|
-
*
|
|
2188
|
+
*
|
|
2189
|
+
* @optional
|
|
2190
|
+
*
|
|
2191
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2192
|
+
*
|
|
2193
|
+
* @example "ABS-2023-X9Z2"
|
|
2194
|
+
*
|
|
2195
|
+
* @regex [0-9A-Za-z ]*$
|
|
2196
|
+
*
|
|
2197
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1802
2198
|
*
|
|
1803
2199
|
* @generated from field: string final_ref_number = 21;
|
|
1804
2200
|
*/
|
|
@@ -1893,49 +2289,103 @@ exports.InwardJobsServiceCountReq = InwardJobsServiceCountReq;
|
|
|
1893
2289
|
*/
|
|
1894
2290
|
class InwardJobsServiceSearchAllReq extends protobuf_1.Message {
|
|
1895
2291
|
/**
|
|
1896
|
-
*
|
|
2292
|
+
*
|
|
2293
|
+
* @optional
|
|
2294
|
+
*
|
|
2295
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2296
|
+
*
|
|
2297
|
+
* @example ANY
|
|
1897
2298
|
*
|
|
1898
2299
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1899
2300
|
*/
|
|
1900
2301
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1901
2302
|
/**
|
|
1902
|
-
*
|
|
2303
|
+
*
|
|
2304
|
+
* @mandatory
|
|
2305
|
+
*
|
|
2306
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2307
|
+
*
|
|
2308
|
+
* @example 100
|
|
2309
|
+
*
|
|
2310
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2311
|
+
*
|
|
2312
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1903
2313
|
*
|
|
1904
2314
|
* @generated from field: int64 count = 2;
|
|
1905
2315
|
*/
|
|
1906
2316
|
count = protobuf_1.protoInt64.zero;
|
|
1907
2317
|
/**
|
|
1908
|
-
*
|
|
2318
|
+
*
|
|
2319
|
+
* @optional
|
|
2320
|
+
*
|
|
2321
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2322
|
+
*
|
|
2323
|
+
* @example 0
|
|
2324
|
+
*
|
|
2325
|
+
* @regex ^[0-9]+$
|
|
2326
|
+
*
|
|
2327
|
+
* @format Non-negative integer.
|
|
1909
2328
|
*
|
|
1910
2329
|
* @generated from field: uint64 offset = 3;
|
|
1911
2330
|
*/
|
|
1912
2331
|
offset = protobuf_1.protoInt64.zero;
|
|
1913
2332
|
/**
|
|
1914
|
-
*
|
|
2333
|
+
*
|
|
2334
|
+
* @optional
|
|
2335
|
+
*
|
|
2336
|
+
* @description Sort direction.
|
|
2337
|
+
*
|
|
2338
|
+
* @example DESCENDING
|
|
1915
2339
|
*
|
|
1916
2340
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1917
2341
|
*/
|
|
1918
2342
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1919
2343
|
/**
|
|
1920
|
-
*
|
|
2344
|
+
*
|
|
2345
|
+
* @optional
|
|
2346
|
+
*
|
|
2347
|
+
* @description The field used for sorting.
|
|
1921
2348
|
*
|
|
1922
2349
|
* @generated from field: Scailo.INWARD_JOB_SORT_KEY sort_key = 5;
|
|
1923
2350
|
*/
|
|
1924
2351
|
sortKey = INWARD_JOB_SORT_KEY.INWARD_JOB_SORT_KEY_ID_UNSPECIFIED;
|
|
1925
2352
|
/**
|
|
1926
|
-
*
|
|
2353
|
+
*
|
|
2354
|
+
* @optional
|
|
2355
|
+
*
|
|
2356
|
+
* @description Filter by the organization UUID.
|
|
2357
|
+
*
|
|
2358
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2359
|
+
*
|
|
2360
|
+
* @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}$
|
|
2361
|
+
*
|
|
2362
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1927
2363
|
*
|
|
1928
2364
|
* @generated from field: string entity_uuid = 6;
|
|
1929
2365
|
*/
|
|
1930
2366
|
entityUuid = "";
|
|
1931
2367
|
/**
|
|
1932
|
-
*
|
|
2368
|
+
*
|
|
2369
|
+
* @optional
|
|
2370
|
+
*
|
|
2371
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2372
|
+
*
|
|
2373
|
+
* @example STANDING
|
|
1933
2374
|
*
|
|
1934
2375
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1935
2376
|
*/
|
|
1936
2377
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1937
2378
|
/**
|
|
1938
|
-
*
|
|
2379
|
+
*
|
|
2380
|
+
* @mandatory
|
|
2381
|
+
*
|
|
2382
|
+
* @description The search string to match against reference IDs.
|
|
2383
|
+
*
|
|
2384
|
+
* @example "Medical 2023"
|
|
2385
|
+
*
|
|
2386
|
+
* @regex .*
|
|
2387
|
+
*
|
|
2388
|
+
* @format: May contain any UTF-8 characters.
|
|
1939
2389
|
*
|
|
1940
2390
|
* @generated from field: string search_key = 11;
|
|
1941
2391
|
*/
|
|
@@ -2006,37 +2456,77 @@ exports.InwardJobsServiceSearchAllReq = InwardJobsServiceSearchAllReq;
|
|
|
2006
2456
|
*/
|
|
2007
2457
|
class InwardJobInwardItemsSearchRequest extends protobuf_1.Message {
|
|
2008
2458
|
/**
|
|
2009
|
-
*
|
|
2459
|
+
*
|
|
2460
|
+
* @optional
|
|
2461
|
+
*
|
|
2462
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2463
|
+
*
|
|
2464
|
+
* @example ANY
|
|
2010
2465
|
*
|
|
2011
2466
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2012
2467
|
*/
|
|
2013
2468
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2014
2469
|
/**
|
|
2015
|
-
*
|
|
2470
|
+
*
|
|
2471
|
+
* @mandatory
|
|
2472
|
+
*
|
|
2473
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2474
|
+
*
|
|
2475
|
+
* @example 100
|
|
2476
|
+
*
|
|
2477
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2478
|
+
*
|
|
2479
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2016
2480
|
*
|
|
2017
2481
|
* @generated from field: int64 count = 2;
|
|
2018
2482
|
*/
|
|
2019
2483
|
count = protobuf_1.protoInt64.zero;
|
|
2020
2484
|
/**
|
|
2021
|
-
*
|
|
2485
|
+
*
|
|
2486
|
+
* @optional
|
|
2487
|
+
*
|
|
2488
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2489
|
+
*
|
|
2490
|
+
* @example 0
|
|
2491
|
+
*
|
|
2492
|
+
* @regex ^[0-9]+$
|
|
2493
|
+
*
|
|
2494
|
+
* @format Non-negative integer.
|
|
2022
2495
|
*
|
|
2023
2496
|
* @generated from field: uint64 offset = 3;
|
|
2024
2497
|
*/
|
|
2025
2498
|
offset = protobuf_1.protoInt64.zero;
|
|
2026
2499
|
/**
|
|
2027
|
-
*
|
|
2500
|
+
*
|
|
2501
|
+
* @optional
|
|
2502
|
+
*
|
|
2503
|
+
* @description Sort direction.
|
|
2504
|
+
*
|
|
2505
|
+
* @example DESCENDING
|
|
2028
2506
|
*
|
|
2029
2507
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2030
2508
|
*/
|
|
2031
2509
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2032
2510
|
/**
|
|
2033
|
-
*
|
|
2511
|
+
*
|
|
2512
|
+
* @optional
|
|
2513
|
+
*
|
|
2514
|
+
* @description The field used for sorting.
|
|
2034
2515
|
*
|
|
2035
2516
|
* @generated from field: Scailo.INWARD_JOB_INWARD_ITEM_SORT_KEY sort_key = 5;
|
|
2036
2517
|
*/
|
|
2037
2518
|
sortKey = INWARD_JOB_INWARD_ITEM_SORT_KEY.INWARD_JOB_INWARD_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
2038
2519
|
/**
|
|
2039
|
-
*
|
|
2520
|
+
*
|
|
2521
|
+
* @optional
|
|
2522
|
+
*
|
|
2523
|
+
* @description Filter by the organization UUID.
|
|
2524
|
+
*
|
|
2525
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2526
|
+
*
|
|
2527
|
+
* @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}$
|
|
2528
|
+
*
|
|
2529
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2040
2530
|
*
|
|
2041
2531
|
* @generated from field: string entity_uuid = 6;
|
|
2042
2532
|
*/
|
|
@@ -2158,25 +2648,35 @@ exports.InwardJobInwardItemsSearchRequest = InwardJobInwardItemsSearchRequest;
|
|
|
2158
2648
|
*/
|
|
2159
2649
|
class InwardJobsServicePaginatedInwardItemsResponse extends protobuf_1.Message {
|
|
2160
2650
|
/**
|
|
2161
|
-
*
|
|
2651
|
+
*
|
|
2652
|
+
* @description Number of records returned in the current response slice.
|
|
2653
|
+
*
|
|
2654
|
+
* @example 50
|
|
2162
2655
|
*
|
|
2163
2656
|
* @generated from field: uint64 count = 1;
|
|
2164
2657
|
*/
|
|
2165
2658
|
count = protobuf_1.protoInt64.zero;
|
|
2166
2659
|
/**
|
|
2167
|
-
*
|
|
2660
|
+
*
|
|
2661
|
+
* @description The offset provided in the request.
|
|
2662
|
+
*
|
|
2663
|
+
* @example 0
|
|
2168
2664
|
*
|
|
2169
2665
|
* @generated from field: uint64 offset = 2;
|
|
2170
2666
|
*/
|
|
2171
2667
|
offset = protobuf_1.protoInt64.zero;
|
|
2172
2668
|
/**
|
|
2173
|
-
*
|
|
2669
|
+
*
|
|
2670
|
+
* @description The total number of records matching the criteria.
|
|
2671
|
+
*
|
|
2672
|
+
* @example 1250
|
|
2174
2673
|
*
|
|
2175
2674
|
* @generated from field: uint64 total = 3;
|
|
2176
2675
|
*/
|
|
2177
2676
|
total = protobuf_1.protoInt64.zero;
|
|
2178
2677
|
/**
|
|
2179
|
-
*
|
|
2678
|
+
*
|
|
2679
|
+
* @description The array of records for the current page.
|
|
2180
2680
|
*
|
|
2181
2681
|
* @generated from field: repeated Scailo.InwardJobInwardItem payload = 4;
|
|
2182
2682
|
*/
|
|
@@ -2520,25 +3020,31 @@ exports.InwardJobsServiceOutwardItemUpdateRequest = InwardJobsServiceOutwardItem
|
|
|
2520
3020
|
*/
|
|
2521
3021
|
class InwardJobOutwardItem extends protobuf_1.Message {
|
|
2522
3022
|
/**
|
|
2523
|
-
*
|
|
3023
|
+
*
|
|
3024
|
+
* @description The organization's globally unique identifier.
|
|
3025
|
+
*
|
|
3026
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2524
3027
|
*
|
|
2525
3028
|
* @generated from field: string entity_uuid = 1;
|
|
2526
3029
|
*/
|
|
2527
3030
|
entityUuid = "";
|
|
2528
3031
|
/**
|
|
2529
|
-
*
|
|
3032
|
+
*
|
|
3033
|
+
* @description Standard employee and record metadata including timestamps.
|
|
2530
3034
|
*
|
|
2531
3035
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
2532
3036
|
*/
|
|
2533
3037
|
metadata;
|
|
2534
3038
|
/**
|
|
2535
|
-
*
|
|
3039
|
+
*
|
|
3040
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
2536
3041
|
*
|
|
2537
3042
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
2538
3043
|
*/
|
|
2539
3044
|
approvalMetadata;
|
|
2540
3045
|
/**
|
|
2541
|
-
*
|
|
3046
|
+
*
|
|
3047
|
+
* @description The approval state of the record
|
|
2542
3048
|
*
|
|
2543
3049
|
* @generated from field: bool need_approval = 4;
|
|
2544
3050
|
*/
|
|
@@ -2762,37 +3268,77 @@ exports.InwardJobOutwardItemProspectiveInfoRequest = InwardJobOutwardItemProspec
|
|
|
2762
3268
|
*/
|
|
2763
3269
|
class InwardJobOutwardItemsSearchRequest extends protobuf_1.Message {
|
|
2764
3270
|
/**
|
|
2765
|
-
*
|
|
3271
|
+
*
|
|
3272
|
+
* @optional
|
|
3273
|
+
*
|
|
3274
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
3275
|
+
*
|
|
3276
|
+
* @example ANY
|
|
2766
3277
|
*
|
|
2767
3278
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2768
3279
|
*/
|
|
2769
3280
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2770
3281
|
/**
|
|
2771
|
-
*
|
|
3282
|
+
*
|
|
3283
|
+
* @mandatory
|
|
3284
|
+
*
|
|
3285
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
3286
|
+
*
|
|
3287
|
+
* @example 100
|
|
3288
|
+
*
|
|
3289
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
3290
|
+
*
|
|
3291
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2772
3292
|
*
|
|
2773
3293
|
* @generated from field: int64 count = 2;
|
|
2774
3294
|
*/
|
|
2775
3295
|
count = protobuf_1.protoInt64.zero;
|
|
2776
3296
|
/**
|
|
2777
|
-
*
|
|
3297
|
+
*
|
|
3298
|
+
* @optional
|
|
3299
|
+
*
|
|
3300
|
+
* @description Number of records to skip (offset) for pagination.
|
|
3301
|
+
*
|
|
3302
|
+
* @example 0
|
|
3303
|
+
*
|
|
3304
|
+
* @regex ^[0-9]+$
|
|
3305
|
+
*
|
|
3306
|
+
* @format Non-negative integer.
|
|
2778
3307
|
*
|
|
2779
3308
|
* @generated from field: uint64 offset = 3;
|
|
2780
3309
|
*/
|
|
2781
3310
|
offset = protobuf_1.protoInt64.zero;
|
|
2782
3311
|
/**
|
|
2783
|
-
*
|
|
3312
|
+
*
|
|
3313
|
+
* @optional
|
|
3314
|
+
*
|
|
3315
|
+
* @description Sort direction.
|
|
3316
|
+
*
|
|
3317
|
+
* @example DESCENDING
|
|
2784
3318
|
*
|
|
2785
3319
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2786
3320
|
*/
|
|
2787
3321
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2788
3322
|
/**
|
|
2789
|
-
*
|
|
3323
|
+
*
|
|
3324
|
+
* @optional
|
|
3325
|
+
*
|
|
3326
|
+
* @description The field used for sorting.
|
|
2790
3327
|
*
|
|
2791
3328
|
* @generated from field: Scailo.INWARD_JOB_OUTWARD_ITEM_SORT_KEY sort_key = 5;
|
|
2792
3329
|
*/
|
|
2793
3330
|
sortKey = INWARD_JOB_OUTWARD_ITEM_SORT_KEY.INWARD_JOB_OUTWARD_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
2794
3331
|
/**
|
|
2795
|
-
*
|
|
3332
|
+
*
|
|
3333
|
+
* @optional
|
|
3334
|
+
*
|
|
3335
|
+
* @description Filter by the organization UUID.
|
|
3336
|
+
*
|
|
3337
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
3338
|
+
*
|
|
3339
|
+
* @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}$
|
|
3340
|
+
*
|
|
3341
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2796
3342
|
*
|
|
2797
3343
|
* @generated from field: string entity_uuid = 6;
|
|
2798
3344
|
*/
|
|
@@ -2935,25 +3481,35 @@ exports.InwardJobOutwardItemsSearchRequest = InwardJobOutwardItemsSearchRequest;
|
|
|
2935
3481
|
*/
|
|
2936
3482
|
class InwardJobsServicePaginatedOutwardItemsResponse extends protobuf_1.Message {
|
|
2937
3483
|
/**
|
|
2938
|
-
*
|
|
3484
|
+
*
|
|
3485
|
+
* @description Number of records returned in the current response slice.
|
|
3486
|
+
*
|
|
3487
|
+
* @example 50
|
|
2939
3488
|
*
|
|
2940
3489
|
* @generated from field: uint64 count = 1;
|
|
2941
3490
|
*/
|
|
2942
3491
|
count = protobuf_1.protoInt64.zero;
|
|
2943
3492
|
/**
|
|
2944
|
-
*
|
|
3493
|
+
*
|
|
3494
|
+
* @description The offset provided in the request.
|
|
3495
|
+
*
|
|
3496
|
+
* @example 0
|
|
2945
3497
|
*
|
|
2946
3498
|
* @generated from field: uint64 offset = 2;
|
|
2947
3499
|
*/
|
|
2948
3500
|
offset = protobuf_1.protoInt64.zero;
|
|
2949
3501
|
/**
|
|
2950
|
-
*
|
|
3502
|
+
*
|
|
3503
|
+
* @description The total number of records matching the criteria.
|
|
3504
|
+
*
|
|
3505
|
+
* @example 1250
|
|
2951
3506
|
*
|
|
2952
3507
|
* @generated from field: uint64 total = 3;
|
|
2953
3508
|
*/
|
|
2954
3509
|
total = protobuf_1.protoInt64.zero;
|
|
2955
3510
|
/**
|
|
2956
|
-
*
|
|
3511
|
+
*
|
|
3512
|
+
* @description The array of records for the current page.
|
|
2957
3513
|
*
|
|
2958
3514
|
* @generated from field: repeated Scailo.InwardJobOutwardItem payload = 4;
|
|
2959
3515
|
*/
|
|
@@ -3042,25 +3598,31 @@ exports.InwardJobsServiceContactCreateRequest = InwardJobsServiceContactCreateRe
|
|
|
3042
3598
|
*/
|
|
3043
3599
|
class InwardJobContact extends protobuf_1.Message {
|
|
3044
3600
|
/**
|
|
3045
|
-
*
|
|
3601
|
+
*
|
|
3602
|
+
* @description The organization's globally unique identifier.
|
|
3603
|
+
*
|
|
3604
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
3046
3605
|
*
|
|
3047
3606
|
* @generated from field: string entity_uuid = 1;
|
|
3048
3607
|
*/
|
|
3049
3608
|
entityUuid = "";
|
|
3050
3609
|
/**
|
|
3051
|
-
*
|
|
3610
|
+
*
|
|
3611
|
+
* @description Standard employee and record metadata including timestamps.
|
|
3052
3612
|
*
|
|
3053
3613
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
3054
3614
|
*/
|
|
3055
3615
|
metadata;
|
|
3056
3616
|
/**
|
|
3057
|
-
*
|
|
3617
|
+
*
|
|
3618
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
3058
3619
|
*
|
|
3059
3620
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
3060
3621
|
*/
|
|
3061
3622
|
approvalMetadata;
|
|
3062
3623
|
/**
|
|
3063
|
-
*
|
|
3624
|
+
*
|
|
3625
|
+
* @description The approval state of the record
|
|
3064
3626
|
*
|
|
3065
3627
|
* @generated from field: bool need_approval = 4;
|
|
3066
3628
|
*/
|