@kernelminds/scailo-sdk 0.1.28 → 0.1.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/absences.scailo_connect.js +109 -32
- package/lib/cjs/src/absences.scailo_pb.js +933 -137
- package/lib/cjs/src/actions_codes.scailo_connect.js +105 -31
- package/lib/cjs/src/actions_codes.scailo_pb.js +696 -101
- package/lib/cjs/src/activities.scailo_connect.js +18 -12
- package/lib/cjs/src/activities.scailo_pb.js +408 -60
- package/lib/cjs/src/activities_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_groups.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/cjs/src/activities_tags.scailo_connect.js +86 -24
- package/lib/cjs/src/activities_tags.scailo_pb.js +360 -45
- package/lib/cjs/src/announcements.scailo_connect.js +95 -26
- package/lib/cjs/src/announcements.scailo_pb.js +438 -56
- package/lib/cjs/src/asset_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/asset_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/associates.scailo_connect.js +14 -8
- package/lib/cjs/src/associates.scailo_pb.js +246 -32
- package/lib/cjs/src/attendances.scailo_connect.js +94 -28
- package/lib/cjs/src/attendances.scailo_pb.js +510 -65
- package/lib/cjs/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/cjs/src/attendances_amendments.scailo_pb.js +506 -64
- package/lib/cjs/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/cjs/src/bank_accounts.scailo_pb.js +370 -48
- package/lib/cjs/src/base.scailo_pb.js +48 -16
- package/lib/cjs/src/client_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/client_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/clients.scailo_connect.js +86 -24
- package/lib/cjs/src/clients.scailo_pb.js +430 -59
- package/lib/cjs/src/components.scailo_connect.js +32 -13
- package/lib/cjs/src/components.scailo_pb.js +268 -35
- package/lib/cjs/src/credit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/credit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/currencies.scailo_connect.js +86 -24
- package/lib/cjs/src/currencies.scailo_pb.js +360 -45
- package/lib/cjs/src/debit_notes.scailo_connect.js +91 -26
- package/lib/cjs/src/debit_notes.scailo_pb.js +578 -78
- package/lib/cjs/src/departments.scailo_connect.js +95 -26
- package/lib/cjs/src/departments.scailo_pb.js +438 -56
- package/lib/cjs/src/equations_families.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_families.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_replaceables.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_sales_bundles.scailo_pb.js +504 -68
- package/lib/cjs/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/cjs/src/equations_work_orders.scailo_pb.js +504 -68
- package/lib/cjs/src/equipments.scailo_connect.js +32 -13
- package/lib/cjs/src/equipments.scailo_pb.js +268 -35
- package/lib/cjs/src/expenses.scailo_connect.js +91 -26
- package/lib/cjs/src/expenses.scailo_pb.js +572 -76
- package/lib/cjs/src/families.scailo_connect.js +105 -21
- package/lib/cjs/src/families.scailo_pb.js +490 -89
- package/lib/cjs/src/feedstocks.scailo_connect.js +32 -13
- package/lib/cjs/src/feedstocks.scailo_pb.js +268 -35
- package/lib/cjs/src/forms_fields.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_fields.scailo_pb.js +222 -29
- package/lib/cjs/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/cjs/src/forms_sections.scailo_connect.js +14 -8
- package/lib/cjs/src/forms_sections.scailo_pb.js +222 -29
- package/lib/cjs/src/general_settings.scailo_connect.js +7 -1
- package/lib/cjs/src/general_settings.scailo_pb.js +14 -2
- package/lib/cjs/src/general_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/general_streams.scailo_pb.js +340 -48
- package/lib/cjs/src/goals.scailo_connect.js +88 -25
- package/lib/cjs/src/goals.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +572 -76
- package/lib/cjs/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/goods_receipts.scailo_pb.js +572 -76
- package/lib/cjs/src/holidays.scailo_connect.js +95 -26
- package/lib/cjs/src/holidays.scailo_pb.js +444 -58
- package/lib/cjs/src/infrastructures.scailo_connect.js +32 -13
- package/lib/cjs/src/infrastructures.scailo_pb.js +268 -35
- package/lib/cjs/src/inventory.scailo_pb.js +150 -19
- package/lib/cjs/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/inward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/labels.scailo_connect.js +14 -8
- package/lib/cjs/src/labels.scailo_pb.js +222 -29
- package/lib/cjs/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_adjustments.scailo_pb.js +572 -76
- package/lib/cjs/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/cjs/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/cjs/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/leaves_requests.scailo_pb.js +506 -64
- package/lib/cjs/src/leaves_types.scailo_connect.js +95 -26
- package/lib/cjs/src/leaves_types.scailo_pb.js +414 -53
- package/lib/cjs/src/ledgers.scailo_connect.js +86 -24
- package/lib/cjs/src/ledgers.scailo_pb.js +360 -45
- package/lib/cjs/src/locations.scailo_connect.js +86 -24
- package/lib/cjs/src/locations.scailo_pb.js +370 -48
- package/lib/cjs/src/login.scailo_pb.js +4 -1
- package/lib/cjs/src/magic_links.scailo_connect.js +5 -5
- package/lib/cjs/src/magic_links.scailo_pb.js +240 -30
- package/lib/cjs/src/meetings.scailo_connect.js +21 -14
- package/lib/cjs/src/meetings.scailo_pb.js +340 -48
- package/lib/cjs/src/merchandises.scailo_connect.js +32 -13
- package/lib/cjs/src/merchandises.scailo_pb.js +268 -35
- package/lib/cjs/src/notes.scailo_connect.js +11 -11
- package/lib/cjs/src/notes.scailo_pb.js +268 -35
- package/lib/cjs/src/on_duties.scailo_connect.js +94 -28
- package/lib/cjs/src/on_duties.scailo_pb.js +510 -65
- package/lib/cjs/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/cjs/src/outward_jobs.scailo_pb.js +644 -90
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +572 -76
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/overtimes.scailo_connect.js +88 -25
- package/lib/cjs/src/overtimes.scailo_pb.js +506 -64
- package/lib/cjs/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_groups.scailo_pb.js +420 -55
- package/lib/cjs/src/payroll_params.scailo_connect.js +95 -26
- package/lib/cjs/src/payroll_params.scailo_pb.js +414 -53
- package/lib/cjs/src/production_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/production_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/production_plans.scailo_connect.js +91 -26
- package/lib/cjs/src/production_plans.scailo_pb.js +572 -76
- package/lib/cjs/src/products.scailo_connect.js +21 -13
- package/lib/cjs/src/products.scailo_pb.js +268 -35
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +572 -76
- package/lib/cjs/src/projects.scailo_connect.js +127 -25
- package/lib/cjs/src/projects.scailo_pb.js +512 -66
- package/lib/cjs/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_enquiries.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/purchases_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_payments.scailo_pb.js +506 -64
- package/lib/cjs/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/purchases_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/qc_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_groups.scailo_pb.js +504 -68
- package/lib/cjs/src/qc_params.scailo_connect.js +95 -26
- package/lib/cjs/src/qc_params.scailo_pb.js +414 -53
- package/lib/cjs/src/qc_samples.scailo_connect.js +15 -13
- package/lib/cjs/src/qc_samples.scailo_pb.js +336 -47
- package/lib/cjs/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/cjs/src/quotations_requests.scailo_pb.js +596 -79
- package/lib/cjs/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/cjs/src/quotations_responses.scailo_pb.js +708 -89
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/cjs/src/replaceable_indents.scailo_pb.js +572 -76
- package/lib/cjs/src/roles.scailo_connect.js +95 -26
- package/lib/cjs/src/roles.scailo_pb.js +420 -55
- package/lib/cjs/src/salaries.scailo_connect.js +88 -25
- package/lib/cjs/src/salaries.scailo_pb.js +284 -41
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/sales_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_orders.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/cjs/src/sales_quotations.scailo_pb.js +584 -80
- package/lib/cjs/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_receipts.scailo_pb.js +506 -64
- package/lib/cjs/src/sales_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/sales_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/shifts.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts.scailo_pb.js +438 -56
- package/lib/cjs/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/shifts_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_groups.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_groups.scailo_pb.js +444 -58
- package/lib/cjs/src/skills_params.scailo_connect.js +95 -26
- package/lib/cjs/src/skills_params.scailo_pb.js +438 -56
- package/lib/cjs/src/stock_audits.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_audits.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_issuances.scailo_pb.js +572 -76
- package/lib/cjs/src/stock_returns.scailo_connect.js +91 -26
- package/lib/cjs/src/stock_returns.scailo_pb.js +572 -76
- package/lib/cjs/src/storages.scailo_connect.js +86 -24
- package/lib/cjs/src/storages.scailo_pb.js +360 -45
- package/lib/cjs/src/stores.scailo_connect.js +86 -24
- package/lib/cjs/src/stores.scailo_pb.js +370 -48
- package/lib/cjs/src/supply_offers.scailo_connect.js +88 -25
- package/lib/cjs/src/supply_offers.scailo_pb.js +572 -76
- package/lib/cjs/src/tax_groups.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_groups.scailo_pb.js +366 -47
- package/lib/cjs/src/tax_params.scailo_connect.js +86 -24
- package/lib/cjs/src/tax_params.scailo_pb.js +360 -45
- package/lib/cjs/src/teams.scailo_connect.js +95 -26
- package/lib/cjs/src/teams.scailo_pb.js +504 -68
- package/lib/cjs/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/cjs/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/cjs/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/cjs/src/units_of_materials.scailo_pb.js +364 -47
- package/lib/cjs/src/users.scailo_connect.js +87 -22
- package/lib/cjs/src/users.scailo_pb.js +447 -81
- package/lib/cjs/src/vault_commons.scailo_pb.js +414 -55
- package/lib/cjs/src/vault_files.scailo_pb.js +16 -4
- package/lib/cjs/src/vault_folders.scailo_pb.js +16 -4
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +578 -78
- package/lib/cjs/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/cjs/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/cjs/src/vendors.scailo_connect.js +89 -25
- package/lib/cjs/src/vendors.scailo_pb.js +510 -75
- package/lib/cjs/src/visitations.scailo_connect.js +94 -28
- package/lib/cjs/src/visitations.scailo_pb.js +510 -65
- package/lib/cjs/src/work_orders.scailo_connect.js +88 -25
- package/lib/cjs/src/work_orders.scailo_pb.js +572 -76
- package/lib/cjs/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/cjs/src/workflows_rules.scailo_pb.js +438 -56
- package/lib/cjs/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/cjs/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/cjs/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/cjs/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/cjs/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/cjs/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/cjs/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/cjs/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +47 -16
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/cjs/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_connect.d.ts +106 -22
- package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +494 -96
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/cjs/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/cjs/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/cjs/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/cjs/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/cjs/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts +238 -30
- package/lib/cjs/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/cjs/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/cjs/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_connect.d.ts +128 -26
- package/lib/cjs/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/cjs/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/cjs/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/cjs/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/cjs/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/cjs/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/cjs/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/cjs/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/cjs/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/cjs/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/cjs/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/cjs/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/cjs/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/cjs/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/cjs/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/cjs/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/cjs/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/cjs/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/cjs/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/cjs/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/cjs/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/cjs/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/cjs/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/cjs/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/cjs/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/absences.scailo_connect.js +109 -32
- package/lib/esm/src/absences.scailo_pb.js +937 -139
- package/lib/esm/src/actions_codes.scailo_connect.js +105 -31
- package/lib/esm/src/actions_codes.scailo_pb.js +700 -103
- package/lib/esm/src/activities.scailo_connect.js +18 -12
- package/lib/esm/src/activities.scailo_pb.js +408 -60
- package/lib/esm/src/activities_groups.scailo_connect.js +86 -24
- package/lib/esm/src/activities_groups.scailo_pb.js +360 -45
- package/lib/esm/src/activities_statuses.scailo_connect.js +86 -24
- package/lib/esm/src/activities_statuses.scailo_pb.js +360 -45
- package/lib/esm/src/activities_tags.scailo_connect.js +86 -24
- package/lib/esm/src/activities_tags.scailo_pb.js +360 -45
- package/lib/esm/src/announcements.scailo_connect.js +95 -26
- package/lib/esm/src/announcements.scailo_pb.js +442 -58
- package/lib/esm/src/asset_indents.scailo_connect.js +91 -26
- package/lib/esm/src/asset_indents.scailo_pb.js +580 -80
- package/lib/esm/src/associates.scailo_connect.js +14 -8
- package/lib/esm/src/associates.scailo_pb.js +246 -32
- package/lib/esm/src/attendances.scailo_connect.js +94 -28
- package/lib/esm/src/attendances.scailo_pb.js +514 -67
- package/lib/esm/src/attendances_amendments.scailo_connect.js +88 -25
- package/lib/esm/src/attendances_amendments.scailo_pb.js +510 -66
- package/lib/esm/src/bank_accounts.scailo_connect.js +86 -24
- package/lib/esm/src/bank_accounts.scailo_pb.js +374 -50
- package/lib/esm/src/base.scailo_pb.js +48 -16
- package/lib/esm/src/client_streams.scailo_connect.js +11 -11
- package/lib/esm/src/client_streams.scailo_pb.js +344 -49
- package/lib/esm/src/clients.scailo_connect.js +86 -24
- package/lib/esm/src/clients.scailo_pb.js +438 -63
- package/lib/esm/src/components.scailo_connect.js +32 -13
- package/lib/esm/src/components.scailo_pb.js +268 -35
- package/lib/esm/src/credit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/credit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/currencies.scailo_connect.js +86 -24
- package/lib/esm/src/currencies.scailo_pb.js +360 -45
- package/lib/esm/src/debit_notes.scailo_connect.js +91 -26
- package/lib/esm/src/debit_notes.scailo_pb.js +590 -84
- package/lib/esm/src/departments.scailo_connect.js +95 -26
- package/lib/esm/src/departments.scailo_pb.js +442 -58
- package/lib/esm/src/equations_families.scailo_connect.js +101 -29
- package/lib/esm/src/equations_families.scailo_pb.js +512 -72
- package/lib/esm/src/equations_replaceables.scailo_connect.js +101 -29
- package/lib/esm/src/equations_replaceables.scailo_pb.js +512 -72
- package/lib/esm/src/equations_sales_bundles.scailo_connect.js +101 -29
- package/lib/esm/src/equations_sales_bundles.scailo_pb.js +512 -72
- package/lib/esm/src/equations_work_orders.scailo_connect.js +101 -29
- package/lib/esm/src/equations_work_orders.scailo_pb.js +512 -72
- package/lib/esm/src/equipments.scailo_connect.js +32 -13
- package/lib/esm/src/equipments.scailo_pb.js +268 -35
- package/lib/esm/src/expenses.scailo_connect.js +91 -26
- package/lib/esm/src/expenses.scailo_pb.js +580 -80
- package/lib/esm/src/families.scailo_connect.js +105 -21
- package/lib/esm/src/families.scailo_pb.js +514 -101
- package/lib/esm/src/feedstocks.scailo_connect.js +32 -13
- package/lib/esm/src/feedstocks.scailo_pb.js +268 -35
- package/lib/esm/src/forms_fields.scailo_connect.js +14 -8
- package/lib/esm/src/forms_fields.scailo_pb.js +222 -29
- package/lib/esm/src/forms_fields_data.scailo_pb.js +18 -5
- package/lib/esm/src/forms_sections.scailo_connect.js +14 -8
- package/lib/esm/src/forms_sections.scailo_pb.js +222 -29
- package/lib/esm/src/general_settings.scailo_connect.js +7 -1
- package/lib/esm/src/general_settings.scailo_pb.js +14 -2
- package/lib/esm/src/general_streams.scailo_connect.js +11 -11
- package/lib/esm/src/general_streams.scailo_pb.js +340 -48
- package/lib/esm/src/goals.scailo_connect.js +88 -25
- package/lib/esm/src/goals.scailo_pb.js +580 -80
- package/lib/esm/src/goods_dispatches.scailo_connect.js +91 -26
- package/lib/esm/src/goods_dispatches.scailo_pb.js +580 -80
- package/lib/esm/src/goods_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/goods_receipts.scailo_pb.js +580 -80
- package/lib/esm/src/holidays.scailo_connect.js +95 -26
- package/lib/esm/src/holidays.scailo_pb.js +452 -62
- package/lib/esm/src/infrastructures.scailo_connect.js +32 -13
- package/lib/esm/src/infrastructures.scailo_pb.js +268 -35
- package/lib/esm/src/inventory.scailo_pb.js +150 -19
- package/lib/esm/src/inward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/inward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/labels.scailo_connect.js +14 -8
- package/lib/esm/src/labels.scailo_pb.js +222 -29
- package/lib/esm/src/leaves_adjustments.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_adjustments.scailo_pb.js +580 -80
- package/lib/esm/src/leaves_logs.scailo_connect.js +2 -2
- package/lib/esm/src/leaves_logs.scailo_pb.js +156 -18
- package/lib/esm/src/leaves_requests.scailo_connect.js +88 -25
- package/lib/esm/src/leaves_requests.scailo_pb.js +510 -66
- package/lib/esm/src/leaves_types.scailo_connect.js +95 -26
- package/lib/esm/src/leaves_types.scailo_pb.js +418 -55
- package/lib/esm/src/ledgers.scailo_connect.js +86 -24
- package/lib/esm/src/ledgers.scailo_pb.js +360 -45
- package/lib/esm/src/locations.scailo_connect.js +86 -24
- package/lib/esm/src/locations.scailo_pb.js +374 -50
- package/lib/esm/src/login.scailo_pb.js +4 -1
- package/lib/esm/src/magic_links.scailo_connect.js +5 -5
- package/lib/esm/src/magic_links.scailo_pb.js +240 -30
- package/lib/esm/src/meetings.scailo_connect.js +21 -14
- package/lib/esm/src/meetings.scailo_pb.js +340 -48
- package/lib/esm/src/merchandises.scailo_connect.js +32 -13
- package/lib/esm/src/merchandises.scailo_pb.js +268 -35
- package/lib/esm/src/notes.scailo_connect.js +11 -11
- package/lib/esm/src/notes.scailo_pb.js +268 -35
- package/lib/esm/src/on_duties.scailo_connect.js +94 -28
- package/lib/esm/src/on_duties.scailo_pb.js +514 -67
- package/lib/esm/src/outward_jobs.scailo_connect.js +88 -25
- package/lib/esm/src/outward_jobs.scailo_pb.js +660 -98
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +580 -80
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +91 -26
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_pb.js +580 -80
- package/lib/esm/src/overtimes.scailo_connect.js +88 -25
- package/lib/esm/src/overtimes.scailo_pb.js +510 -66
- package/lib/esm/src/payroll_groups.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_groups.scailo_pb.js +428 -59
- package/lib/esm/src/payroll_params.scailo_connect.js +95 -26
- package/lib/esm/src/payroll_params.scailo_pb.js +418 -55
- package/lib/esm/src/production_indents.scailo_connect.js +91 -26
- package/lib/esm/src/production_indents.scailo_pb.js +580 -80
- package/lib/esm/src/production_plans.scailo_connect.js +91 -26
- package/lib/esm/src/production_plans.scailo_pb.js +580 -80
- package/lib/esm/src/products.scailo_connect.js +21 -13
- package/lib/esm/src/products.scailo_pb.js +268 -35
- package/lib/esm/src/proforma_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/proforma_invoices.scailo_pb.js +580 -80
- package/lib/esm/src/projects.scailo_connect.js +127 -25
- package/lib/esm/src/projects.scailo_pb.js +520 -70
- package/lib/esm/src/purchases_enquiries.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_enquiries.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_indents.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_indents.scailo_pb.js +580 -80
- package/lib/esm/src/purchases_orders.scailo_connect.js +88 -25
- package/lib/esm/src/purchases_orders.scailo_pb.js +600 -88
- package/lib/esm/src/purchases_payments.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_payments.scailo_pb.js +510 -66
- package/lib/esm/src/purchases_returns.scailo_connect.js +91 -26
- package/lib/esm/src/purchases_returns.scailo_pb.js +580 -80
- package/lib/esm/src/qc_groups.scailo_connect.js +95 -26
- package/lib/esm/src/qc_groups.scailo_pb.js +512 -72
- package/lib/esm/src/qc_params.scailo_connect.js +95 -26
- package/lib/esm/src/qc_params.scailo_pb.js +418 -55
- package/lib/esm/src/qc_samples.scailo_connect.js +15 -13
- package/lib/esm/src/qc_samples.scailo_pb.js +336 -47
- package/lib/esm/src/quotations_requests.scailo_connect.js +88 -25
- package/lib/esm/src/quotations_requests.scailo_pb.js +604 -83
- package/lib/esm/src/quotations_responses.scailo_connect.js +91 -26
- package/lib/esm/src/quotations_responses.scailo_pb.js +716 -93
- package/lib/esm/src/replaceable_indents.scailo_connect.js +91 -26
- package/lib/esm/src/replaceable_indents.scailo_pb.js +580 -80
- package/lib/esm/src/roles.scailo_connect.js +95 -26
- package/lib/esm/src/roles.scailo_pb.js +428 -59
- package/lib/esm/src/salaries.scailo_connect.js +88 -25
- package/lib/esm/src/salaries.scailo_pb.js +300 -49
- package/lib/esm/src/sales_enquiries.scailo_connect.js +88 -25
- package/lib/esm/src/sales_enquiries.scailo_pb.js +590 -84
- package/lib/esm/src/sales_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/sales_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/sales_orders.scailo_connect.js +88 -25
- package/lib/esm/src/sales_orders.scailo_pb.js +600 -88
- package/lib/esm/src/sales_quotations.scailo_connect.js +88 -25
- package/lib/esm/src/sales_quotations.scailo_pb.js +600 -88
- package/lib/esm/src/sales_receipts.scailo_connect.js +91 -26
- package/lib/esm/src/sales_receipts.scailo_pb.js +510 -66
- package/lib/esm/src/sales_returns.scailo_connect.js +91 -26
- package/lib/esm/src/sales_returns.scailo_pb.js +580 -80
- package/lib/esm/src/shifts.scailo_connect.js +95 -26
- package/lib/esm/src/shifts.scailo_pb.js +442 -58
- package/lib/esm/src/shifts_groups.scailo_connect.js +95 -26
- package/lib/esm/src/shifts_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_groups.scailo_connect.js +95 -26
- package/lib/esm/src/skills_groups.scailo_pb.js +452 -62
- package/lib/esm/src/skills_params.scailo_connect.js +95 -26
- package/lib/esm/src/skills_params.scailo_pb.js +442 -58
- package/lib/esm/src/stock_audits.scailo_connect.js +91 -26
- package/lib/esm/src/stock_audits.scailo_pb.js +580 -80
- package/lib/esm/src/stock_issuances.scailo_connect.js +91 -26
- package/lib/esm/src/stock_issuances.scailo_pb.js +580 -80
- package/lib/esm/src/stock_returns.scailo_connect.js +91 -26
- package/lib/esm/src/stock_returns.scailo_pb.js +580 -80
- package/lib/esm/src/storages.scailo_connect.js +86 -24
- package/lib/esm/src/storages.scailo_pb.js +360 -45
- package/lib/esm/src/stores.scailo_connect.js +86 -24
- package/lib/esm/src/stores.scailo_pb.js +374 -50
- package/lib/esm/src/supply_offers.scailo_connect.js +88 -25
- package/lib/esm/src/supply_offers.scailo_pb.js +580 -80
- package/lib/esm/src/tax_groups.scailo_connect.js +86 -24
- package/lib/esm/src/tax_groups.scailo_pb.js +370 -49
- package/lib/esm/src/tax_params.scailo_connect.js +86 -24
- package/lib/esm/src/tax_params.scailo_pb.js +360 -45
- package/lib/esm/src/teams.scailo_connect.js +95 -26
- package/lib/esm/src/teams.scailo_pb.js +512 -72
- package/lib/esm/src/transactional_emails.scailo_connect.js +5 -5
- package/lib/esm/src/transactional_emails.scailo_pb.js +230 -31
- package/lib/esm/src/units_of_materials.scailo_connect.js +86 -24
- package/lib/esm/src/units_of_materials.scailo_pb.js +368 -49
- package/lib/esm/src/users.scailo_connect.js +87 -22
- package/lib/esm/src/users.scailo_pb.js +451 -83
- package/lib/esm/src/vault_commons.scailo_pb.js +414 -55
- package/lib/esm/src/vault_files.scailo_pb.js +16 -4
- package/lib/esm/src/vault_folders.scailo_pb.js +16 -4
- package/lib/esm/src/vendor_invoices.scailo_connect.js +91 -26
- package/lib/esm/src/vendor_invoices.scailo_pb.js +590 -84
- package/lib/esm/src/vendor_streams.scailo_connect.js +11 -11
- package/lib/esm/src/vendor_streams.scailo_pb.js +344 -49
- package/lib/esm/src/vendors.scailo_connect.js +89 -25
- package/lib/esm/src/vendors.scailo_pb.js +522 -81
- package/lib/esm/src/visitations.scailo_connect.js +94 -28
- package/lib/esm/src/visitations.scailo_pb.js +514 -67
- package/lib/esm/src/work_orders.scailo_connect.js +88 -25
- package/lib/esm/src/work_orders.scailo_pb.js +580 -80
- package/lib/esm/src/workflows_rules.scailo_connect.js +85 -22
- package/lib/esm/src/workflows_rules.scailo_pb.js +442 -58
- package/lib/esm/types/src/absences.scailo_connect.d.ts +109 -32
- package/lib/esm/types/src/absences.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/absences.scailo_pb.d.ts +937 -139
- package/lib/esm/types/src/absences.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts +105 -31
- package/lib/esm/types/src/actions_codes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts +700 -103
- package/lib/esm/types/src/actions_codes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_connect.d.ts +18 -12
- package/lib/esm/types/src/activities.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities.scailo_pb.d.ts +408 -60
- package/lib/esm/types/src/activities.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_statuses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_statuses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/activities_tags.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/activities_tags.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/announcements.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/announcements.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/announcements.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/asset_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/associates.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/associates.scailo_pb.d.ts +246 -32
- package/lib/esm/types/src/associates.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/attendances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/attendances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/attendances_amendments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/attendances_amendments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/bank_accounts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/bank_accounts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +47 -16
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/client_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/clients.scailo_pb.d.ts +438 -63
- package/lib/esm/types/src/clients.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/currencies.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/currencies.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/currencies.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/departments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/departments.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/departments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_replaceables.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_sales_bundles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +101 -29
- package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/equations_work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/expenses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/expenses.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/expenses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_connect.d.ts +106 -22
- package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +494 -96
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_fields.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_fields.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts +18 -5
- package/lib/esm/types/src/forms_fields_data.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/forms_sections.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/forms_sections.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts +7 -1
- package/lib/esm/types/src/general_settings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +14 -2
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/goals.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goals.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goals.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/holidays.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/holidays.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/holidays.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +150 -19
- package/lib/esm/types/src/inventory.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_connect.d.ts +14 -8
- package/lib/esm/types/src/labels.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/labels.scailo_pb.d.ts +222 -29
- package/lib/esm/types/src/labels.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_adjustments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/leaves_adjustments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_logs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts +156 -18
- package/lib/esm/types/src/leaves_logs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/leaves_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/leaves_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/leaves_types.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/leaves_types.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/ledgers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/ledgers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/locations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/locations.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/locations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts +4 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/magic_links.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts +238 -30
- package/lib/esm/types/src/magic_links.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_connect.d.ts +21 -14
- package/lib/esm/types/src/meetings.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/meetings.scailo_pb.d.ts +340 -48
- package/lib/esm/types/src/meetings.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +33 -14
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/notes.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/notes.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/on_duties.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/on_duties.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +660 -98
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/overtimes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/overtimes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/payroll_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/payroll_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/payroll_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +21 -13
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +268 -35
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_connect.d.ts +128 -26
- package/lib/esm/types/src/projects.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/projects.scailo_pb.d.ts +520 -70
- package/lib/esm/types/src/projects.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_payments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/purchases_payments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/purchases_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/qc_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/qc_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts +418 -55
- package/lib/esm/types/src/qc_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +15 -13
- package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +336 -47
- package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/quotations_requests.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts +604 -83
- package/lib/esm/types/src/quotations_requests.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/quotations_responses.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts +716 -93
- package/lib/esm/types/src/quotations_responses.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/replaceable_indents.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/roles.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/roles.scailo_pb.d.ts +428 -59
- package/lib/esm/types/src/roles.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/salaries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/salaries.scailo_pb.d.ts +300 -49
- package/lib/esm/types/src/salaries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +600 -88
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts +510 -66
- package/lib/esm/types/src/sales_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/sales_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/shifts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/shifts_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/shifts_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts +452 -62
- package/lib/esm/types/src/skills_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/skills_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/skills_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_audits.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_issuances.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/stock_returns.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/storages.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/storages.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/storages.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/stores.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stores.scailo_pb.d.ts +374 -50
- package/lib/esm/types/src/stores.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/supply_offers.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_groups.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts +370 -49
- package/lib/esm/types/src/tax_groups.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/tax_params.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts +360 -45
- package/lib/esm/types/src/tax_params.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_connect.d.ts +95 -26
- package/lib/esm/types/src/teams.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/teams.scailo_pb.d.ts +512 -72
- package/lib/esm/types/src/teams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/transactional_emails.scailo_connect.d.ts +5 -5
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts +230 -31
- package/lib/esm/types/src/transactional_emails.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts +86 -24
- package/lib/esm/types/src/units_of_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts +368 -49
- package/lib/esm/types/src/units_of_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_connect.d.ts +87 -22
- package/lib/esm/types/src/users.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/users.scailo_pb.d.ts +451 -83
- package/lib/esm/types/src/users.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +414 -55
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_files.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts +16 -4
- package/lib/esm/types/src/vault_folders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +91 -26
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +590 -84
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts +11 -11
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts +344 -49
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +89 -25
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_pb.d.ts +522 -81
- package/lib/esm/types/src/vendors.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_connect.d.ts +94 -28
- package/lib/esm/types/src/visitations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/visitations.scailo_pb.d.ts +514 -67
- package/lib/esm/types/src/visitations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +88 -25
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +580 -80
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts +85 -22
- package/lib/esm/types/src/workflows_rules.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts +442 -58
- package/lib/esm/types/src/workflows_rules.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -321,7 +321,16 @@ protobuf_1.proto3.util.setEnumType(OUTWARD_JOB_OUTWARD_ITEM_STATUS, "Scailo.OUTW
|
|
|
321
321
|
*/
|
|
322
322
|
class OutwardJobsServiceCreateRequest extends protobuf_1.Message {
|
|
323
323
|
/**
|
|
324
|
-
*
|
|
324
|
+
*
|
|
325
|
+
* @optional
|
|
326
|
+
*
|
|
327
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
328
|
+
*
|
|
329
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
330
|
+
*
|
|
331
|
+
* @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}$
|
|
332
|
+
*
|
|
333
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
325
334
|
*
|
|
326
335
|
* @generated from field: string entity_uuid = 1;
|
|
327
336
|
*/
|
|
@@ -333,13 +342,31 @@ class OutwardJobsServiceCreateRequest extends protobuf_1.Message {
|
|
|
333
342
|
*/
|
|
334
343
|
userComment = "";
|
|
335
344
|
/**
|
|
336
|
-
*
|
|
345
|
+
*
|
|
346
|
+
* @optional
|
|
347
|
+
*
|
|
348
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
349
|
+
*
|
|
350
|
+
* @example 15234
|
|
351
|
+
*
|
|
352
|
+
* @regex ^[0-9]+$
|
|
353
|
+
*
|
|
354
|
+
* @format Non-negative integer.
|
|
337
355
|
*
|
|
338
356
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
339
357
|
*/
|
|
340
358
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
341
359
|
/**
|
|
342
|
-
*
|
|
360
|
+
*
|
|
361
|
+
* @mandatory
|
|
362
|
+
*
|
|
363
|
+
* @description A unique external reference ID for the record. Must be alphanumeric (spaces allowed). Used for cross-referencing with external systems.
|
|
364
|
+
*
|
|
365
|
+
* @example "ABS-2023-001"
|
|
366
|
+
*
|
|
367
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
368
|
+
*
|
|
369
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
343
370
|
*
|
|
344
371
|
* @generated from field: string reference_id = 10;
|
|
345
372
|
*/
|
|
@@ -418,19 +445,42 @@ class OutwardJobsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
418
445
|
*/
|
|
419
446
|
id = protobuf_1.protoInt64.zero;
|
|
420
447
|
/**
|
|
421
|
-
*
|
|
448
|
+
*
|
|
449
|
+
* @optional
|
|
450
|
+
*
|
|
451
|
+
* @description Flag to trigger system notifications to relevant users upon update. Set to true if subsequent workflows (like verification) depend on this change.
|
|
452
|
+
*
|
|
453
|
+
* @example true
|
|
422
454
|
*
|
|
423
455
|
* @generated from field: bool notify_users = 3;
|
|
424
456
|
*/
|
|
425
457
|
notifyUsers = false;
|
|
426
458
|
/**
|
|
427
|
-
*
|
|
459
|
+
*
|
|
460
|
+
* @optional
|
|
461
|
+
*
|
|
462
|
+
* @description Updated vault folder ID for documentation storage.
|
|
463
|
+
*
|
|
464
|
+
* @example 15235
|
|
465
|
+
*
|
|
466
|
+
* @regex ^[0-9]+$
|
|
467
|
+
*
|
|
468
|
+
* @format Non-negative integer.
|
|
428
469
|
*
|
|
429
470
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
430
471
|
*/
|
|
431
472
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
432
473
|
/**
|
|
433
|
-
*
|
|
474
|
+
*
|
|
475
|
+
* @mandatory
|
|
476
|
+
*
|
|
477
|
+
* @description Updated alphanumeric reference ID. Must contain at least 1 character.
|
|
478
|
+
*
|
|
479
|
+
* @example "ABS-2023-001-REV"
|
|
480
|
+
*
|
|
481
|
+
* @regex "[0-9A-Za-z ]+$"
|
|
482
|
+
*
|
|
483
|
+
* @format Alphanumeric characters and spaces only. No special symbols or punctuation allowed.
|
|
434
484
|
*
|
|
435
485
|
* @generated from field: string reference_id = 10;
|
|
436
486
|
*/
|
|
@@ -570,55 +620,74 @@ exports.OutwardJobAncillaryParameters = OutwardJobAncillaryParameters;
|
|
|
570
620
|
*/
|
|
571
621
|
class OutwardJob extends protobuf_1.Message {
|
|
572
622
|
/**
|
|
573
|
-
*
|
|
623
|
+
*
|
|
624
|
+
* @description The organization's globally unique identifier.
|
|
625
|
+
*
|
|
626
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
574
627
|
*
|
|
575
628
|
* @generated from field: string entity_uuid = 1;
|
|
576
629
|
*/
|
|
577
630
|
entityUuid = "";
|
|
578
631
|
/**
|
|
579
|
-
*
|
|
632
|
+
*
|
|
633
|
+
* @description Standard employee and record metadata including timestamps.
|
|
580
634
|
*
|
|
581
635
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
582
636
|
*/
|
|
583
637
|
metadata;
|
|
584
638
|
/**
|
|
585
|
-
*
|
|
639
|
+
*
|
|
640
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
586
641
|
*
|
|
587
642
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
588
643
|
*/
|
|
589
644
|
approvalMetadata;
|
|
590
645
|
/**
|
|
591
|
-
*
|
|
646
|
+
*
|
|
647
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
592
648
|
*
|
|
593
649
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
594
650
|
*/
|
|
595
651
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
596
652
|
/**
|
|
597
|
-
*
|
|
653
|
+
*
|
|
654
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
598
655
|
*
|
|
599
656
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
600
657
|
*/
|
|
601
658
|
logs = [];
|
|
602
659
|
/**
|
|
603
|
-
*
|
|
660
|
+
*
|
|
661
|
+
* @description UNIX timestamp of when the record transitioned to the COMPLETED state.
|
|
662
|
+
*
|
|
663
|
+
* @example 1698400000
|
|
604
664
|
*
|
|
605
665
|
* @generated from field: uint64 completed_on = 6;
|
|
606
666
|
*/
|
|
607
667
|
completedOn = protobuf_1.protoInt64.zero;
|
|
608
668
|
/**
|
|
609
|
-
*
|
|
669
|
+
*
|
|
670
|
+
* @description Link to the document storage folder.
|
|
671
|
+
*
|
|
672
|
+
* @example 15234
|
|
610
673
|
*
|
|
611
674
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
612
675
|
*/
|
|
613
676
|
vaultFolderId = protobuf_1.protoInt64.zero;
|
|
614
677
|
/**
|
|
615
|
-
*
|
|
678
|
+
*
|
|
679
|
+
* @description The user-provided reference ID.
|
|
680
|
+
*
|
|
681
|
+
* @example "ABS-2023-001"
|
|
616
682
|
*
|
|
617
683
|
* @generated from field: string reference_id = 10;
|
|
618
684
|
*/
|
|
619
685
|
referenceId = "";
|
|
620
686
|
/**
|
|
621
|
-
*
|
|
687
|
+
*
|
|
688
|
+
* @description The system-generated immutable reference number.
|
|
689
|
+
*
|
|
690
|
+
* @example "ABS-2023-X9Z2"
|
|
622
691
|
*
|
|
623
692
|
* @generated from field: string final_ref_number = 11;
|
|
624
693
|
*/
|
|
@@ -946,25 +1015,31 @@ exports.OutwardJobsServiceInwardItemUpdateRequest = OutwardJobsServiceInwardItem
|
|
|
946
1015
|
*/
|
|
947
1016
|
class OutwardJobInwardItem extends protobuf_1.Message {
|
|
948
1017
|
/**
|
|
949
|
-
*
|
|
1018
|
+
*
|
|
1019
|
+
* @description The organization's globally unique identifier.
|
|
1020
|
+
*
|
|
1021
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
950
1022
|
*
|
|
951
1023
|
* @generated from field: string entity_uuid = 1;
|
|
952
1024
|
*/
|
|
953
1025
|
entityUuid = "";
|
|
954
1026
|
/**
|
|
955
|
-
*
|
|
1027
|
+
*
|
|
1028
|
+
* @description Standard employee and record metadata including timestamps.
|
|
956
1029
|
*
|
|
957
1030
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
958
1031
|
*/
|
|
959
1032
|
metadata;
|
|
960
1033
|
/**
|
|
961
|
-
*
|
|
1034
|
+
*
|
|
1035
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
962
1036
|
*
|
|
963
1037
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
964
1038
|
*/
|
|
965
1039
|
approvalMetadata;
|
|
966
1040
|
/**
|
|
967
|
-
*
|
|
1041
|
+
*
|
|
1042
|
+
* @description The approval state of the record
|
|
968
1043
|
*
|
|
969
1044
|
* @generated from field: bool need_approval = 4;
|
|
970
1045
|
*/
|
|
@@ -1220,31 +1295,62 @@ exports.OutwardJobInwardItemProspectiveInfoRequest = OutwardJobInwardItemProspec
|
|
|
1220
1295
|
*/
|
|
1221
1296
|
class OutwardJobsServicePaginationReq extends protobuf_1.Message {
|
|
1222
1297
|
/**
|
|
1223
|
-
*
|
|
1298
|
+
*
|
|
1299
|
+
* @optional
|
|
1300
|
+
*
|
|
1301
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1302
|
+
*
|
|
1303
|
+
* @example ANY
|
|
1224
1304
|
*
|
|
1225
1305
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1226
1306
|
*/
|
|
1227
1307
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1228
1308
|
/**
|
|
1229
|
-
*
|
|
1309
|
+
*
|
|
1310
|
+
* @mandatory
|
|
1311
|
+
*
|
|
1312
|
+
* @description Number of records to return per page.
|
|
1313
|
+
*
|
|
1314
|
+
* @example 50
|
|
1315
|
+
*
|
|
1316
|
+
* @regex ^[1-9][0-9]*$
|
|
1317
|
+
*
|
|
1318
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
1230
1319
|
*
|
|
1231
1320
|
* @generated from field: int64 count = 2;
|
|
1232
1321
|
*/
|
|
1233
1322
|
count = protobuf_1.protoInt64.zero;
|
|
1234
1323
|
/**
|
|
1235
|
-
*
|
|
1324
|
+
*
|
|
1325
|
+
* @optional
|
|
1326
|
+
*
|
|
1327
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1328
|
+
*
|
|
1329
|
+
* @example 0
|
|
1330
|
+
*
|
|
1331
|
+
* @regex ^[0-9]+$
|
|
1332
|
+
*
|
|
1333
|
+
* @format Non-negative integer.
|
|
1236
1334
|
*
|
|
1237
1335
|
* @generated from field: uint64 offset = 3;
|
|
1238
1336
|
*/
|
|
1239
1337
|
offset = protobuf_1.protoInt64.zero;
|
|
1240
1338
|
/**
|
|
1241
|
-
*
|
|
1339
|
+
*
|
|
1340
|
+
* @optional
|
|
1341
|
+
*
|
|
1342
|
+
* @description Sort direction.
|
|
1343
|
+
*
|
|
1344
|
+
* @example DESCENDING
|
|
1242
1345
|
*
|
|
1243
1346
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1244
1347
|
*/
|
|
1245
1348
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1246
1349
|
/**
|
|
1247
|
-
*
|
|
1350
|
+
*
|
|
1351
|
+
* @optional
|
|
1352
|
+
*
|
|
1353
|
+
* @description The specific field key to sort the results by.
|
|
1248
1354
|
*
|
|
1249
1355
|
* @generated from field: Scailo.OUTWARD_JOB_SORT_KEY sort_key = 5;
|
|
1250
1356
|
*/
|
|
@@ -1291,25 +1397,35 @@ exports.OutwardJobsServicePaginationReq = OutwardJobsServicePaginationReq;
|
|
|
1291
1397
|
*/
|
|
1292
1398
|
class OutwardJobsServicePaginationResponse extends protobuf_1.Message {
|
|
1293
1399
|
/**
|
|
1294
|
-
*
|
|
1400
|
+
*
|
|
1401
|
+
* @description Number of records returned in the current response slice.
|
|
1402
|
+
*
|
|
1403
|
+
* @example 50
|
|
1295
1404
|
*
|
|
1296
1405
|
* @generated from field: uint64 count = 1;
|
|
1297
1406
|
*/
|
|
1298
1407
|
count = protobuf_1.protoInt64.zero;
|
|
1299
1408
|
/**
|
|
1300
|
-
*
|
|
1409
|
+
*
|
|
1410
|
+
* @description The offset provided in the request.
|
|
1411
|
+
*
|
|
1412
|
+
* @example 0
|
|
1301
1413
|
*
|
|
1302
1414
|
* @generated from field: uint64 offset = 2;
|
|
1303
1415
|
*/
|
|
1304
1416
|
offset = protobuf_1.protoInt64.zero;
|
|
1305
1417
|
/**
|
|
1306
|
-
*
|
|
1418
|
+
*
|
|
1419
|
+
* @description The total number of records matching the criteria.
|
|
1420
|
+
*
|
|
1421
|
+
* @example 1250
|
|
1307
1422
|
*
|
|
1308
1423
|
* @generated from field: uint64 total = 3;
|
|
1309
1424
|
*/
|
|
1310
1425
|
total = protobuf_1.protoInt64.zero;
|
|
1311
1426
|
/**
|
|
1312
|
-
*
|
|
1427
|
+
*
|
|
1428
|
+
* @description The array of records for the current page.
|
|
1313
1429
|
*
|
|
1314
1430
|
* @generated from field: repeated Scailo.OutwardJob payload = 4;
|
|
1315
1431
|
*/
|
|
@@ -1348,103 +1464,238 @@ exports.OutwardJobsServicePaginationResponse = OutwardJobsServicePaginationRespo
|
|
|
1348
1464
|
*/
|
|
1349
1465
|
class OutwardJobsServiceFilterReq extends protobuf_1.Message {
|
|
1350
1466
|
/**
|
|
1351
|
-
*
|
|
1467
|
+
*
|
|
1468
|
+
* @optional
|
|
1469
|
+
*
|
|
1470
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1471
|
+
*
|
|
1472
|
+
* @example ANY
|
|
1352
1473
|
*
|
|
1353
1474
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1354
1475
|
*/
|
|
1355
1476
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1356
1477
|
/**
|
|
1357
|
-
*
|
|
1478
|
+
*
|
|
1479
|
+
* @mandatory
|
|
1480
|
+
*
|
|
1481
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1482
|
+
*
|
|
1483
|
+
* @example 100
|
|
1484
|
+
*
|
|
1485
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1486
|
+
*
|
|
1487
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1358
1488
|
*
|
|
1359
1489
|
* @generated from field: int64 count = 2;
|
|
1360
1490
|
*/
|
|
1361
1491
|
count = protobuf_1.protoInt64.zero;
|
|
1362
1492
|
/**
|
|
1363
|
-
*
|
|
1493
|
+
*
|
|
1494
|
+
* @optional
|
|
1495
|
+
*
|
|
1496
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1497
|
+
*
|
|
1498
|
+
* @example 0
|
|
1499
|
+
*
|
|
1500
|
+
* @regex ^[0-9]+$
|
|
1501
|
+
*
|
|
1502
|
+
* @format Non-negative integer.
|
|
1364
1503
|
*
|
|
1365
1504
|
* @generated from field: uint64 offset = 3;
|
|
1366
1505
|
*/
|
|
1367
1506
|
offset = protobuf_1.protoInt64.zero;
|
|
1368
1507
|
/**
|
|
1369
|
-
*
|
|
1508
|
+
*
|
|
1509
|
+
* @optional
|
|
1510
|
+
*
|
|
1511
|
+
* @description Sort direction.
|
|
1512
|
+
*
|
|
1513
|
+
* @example DESCENDING
|
|
1370
1514
|
*
|
|
1371
1515
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1372
1516
|
*/
|
|
1373
1517
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1374
1518
|
/**
|
|
1375
|
-
*
|
|
1519
|
+
*
|
|
1520
|
+
* @optional
|
|
1521
|
+
*
|
|
1522
|
+
* @description The field used for sorting.
|
|
1376
1523
|
*
|
|
1377
1524
|
* @generated from field: Scailo.OUTWARD_JOB_SORT_KEY sort_key = 5;
|
|
1378
1525
|
*/
|
|
1379
1526
|
sortKey = OUTWARD_JOB_SORT_KEY.OUTWARD_JOB_SORT_KEY_ID_UNSPECIFIED;
|
|
1380
1527
|
/**
|
|
1381
|
-
*
|
|
1528
|
+
*
|
|
1529
|
+
* @optional
|
|
1530
|
+
*
|
|
1531
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1532
|
+
*
|
|
1533
|
+
* @example 1672531200
|
|
1534
|
+
*
|
|
1535
|
+
* @regex ^[0-9]+$
|
|
1536
|
+
*
|
|
1537
|
+
* @format Non-negative integer.
|
|
1382
1538
|
*
|
|
1383
1539
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1384
1540
|
*/
|
|
1385
1541
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1386
1542
|
/**
|
|
1387
|
-
*
|
|
1543
|
+
*
|
|
1544
|
+
* @optional
|
|
1545
|
+
*
|
|
1546
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1547
|
+
*
|
|
1548
|
+
* @example 1704067199
|
|
1549
|
+
*
|
|
1550
|
+
* @regex ^[0-9]+$
|
|
1551
|
+
*
|
|
1552
|
+
* @format Non-negative integer.
|
|
1388
1553
|
*
|
|
1389
1554
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1390
1555
|
*/
|
|
1391
1556
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1392
1557
|
/**
|
|
1393
|
-
*
|
|
1558
|
+
*
|
|
1559
|
+
* @optional
|
|
1560
|
+
*
|
|
1561
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1562
|
+
*
|
|
1563
|
+
* @example 1672531200
|
|
1564
|
+
*
|
|
1565
|
+
* @regex ^[0-9]+$
|
|
1566
|
+
*
|
|
1567
|
+
* @format Non-negative integer.
|
|
1394
1568
|
*
|
|
1395
1569
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1396
1570
|
*/
|
|
1397
1571
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1398
1572
|
/**
|
|
1399
|
-
*
|
|
1573
|
+
*
|
|
1574
|
+
* @optional
|
|
1575
|
+
*
|
|
1576
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1577
|
+
*
|
|
1578
|
+
* @example 1704067199
|
|
1579
|
+
*
|
|
1580
|
+
* @regex ^[0-9]+$
|
|
1581
|
+
*
|
|
1582
|
+
* @format Non-negative integer.
|
|
1400
1583
|
*
|
|
1401
1584
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1402
1585
|
*/
|
|
1403
1586
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1404
1587
|
/**
|
|
1405
|
-
*
|
|
1588
|
+
*
|
|
1589
|
+
* @optional
|
|
1590
|
+
*
|
|
1591
|
+
* @description Filter by the organization UUID.
|
|
1592
|
+
*
|
|
1593
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1594
|
+
*
|
|
1595
|
+
* @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}$
|
|
1596
|
+
*
|
|
1597
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1406
1598
|
*
|
|
1407
1599
|
* @generated from field: string entity_uuid = 8;
|
|
1408
1600
|
*/
|
|
1409
1601
|
entityUuid = "";
|
|
1410
1602
|
/**
|
|
1411
|
-
*
|
|
1603
|
+
*
|
|
1604
|
+
* @optional
|
|
1605
|
+
*
|
|
1606
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1607
|
+
*
|
|
1608
|
+
* @example STANDING
|
|
1412
1609
|
*
|
|
1413
1610
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1414
1611
|
*/
|
|
1415
1612
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1416
1613
|
/**
|
|
1417
|
-
*
|
|
1614
|
+
*
|
|
1615
|
+
* @optional
|
|
1616
|
+
*
|
|
1617
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1618
|
+
*
|
|
1619
|
+
* @example 1672531200
|
|
1620
|
+
*
|
|
1621
|
+
* @regex ^[0-9]+$
|
|
1622
|
+
*
|
|
1623
|
+
* @format Non-negative integer.
|
|
1418
1624
|
*
|
|
1419
1625
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1420
1626
|
*/
|
|
1421
1627
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1422
1628
|
/**
|
|
1423
|
-
*
|
|
1629
|
+
*
|
|
1630
|
+
* @optional
|
|
1631
|
+
*
|
|
1632
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1633
|
+
*
|
|
1634
|
+
* @example 1704067199
|
|
1635
|
+
*
|
|
1636
|
+
* @regex ^[0-9]+$
|
|
1637
|
+
*
|
|
1638
|
+
* @format Non-negative integer.
|
|
1424
1639
|
*
|
|
1425
1640
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1426
1641
|
*/
|
|
1427
1642
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1428
1643
|
/**
|
|
1429
|
-
*
|
|
1644
|
+
*
|
|
1645
|
+
* @optional
|
|
1646
|
+
*
|
|
1647
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1648
|
+
*
|
|
1649
|
+
* @example 501
|
|
1650
|
+
*
|
|
1651
|
+
* @regex ^[0-9]+$
|
|
1652
|
+
*
|
|
1653
|
+
* @format Non-negative integer.
|
|
1430
1654
|
*
|
|
1431
1655
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1432
1656
|
*/
|
|
1433
1657
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1434
1658
|
/**
|
|
1435
|
-
*
|
|
1659
|
+
*
|
|
1660
|
+
* @optional
|
|
1661
|
+
*
|
|
1662
|
+
* @description Filter by the role ID of the approver.
|
|
1663
|
+
*
|
|
1664
|
+
* @example 5
|
|
1665
|
+
*
|
|
1666
|
+
* @regex ^[0-9]+$
|
|
1667
|
+
*
|
|
1668
|
+
* @format Non-negative integer.
|
|
1436
1669
|
*
|
|
1437
1670
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1438
1671
|
*/
|
|
1439
1672
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1440
1673
|
/**
|
|
1441
|
-
*
|
|
1674
|
+
*
|
|
1675
|
+
* @optional
|
|
1676
|
+
*
|
|
1677
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1678
|
+
*
|
|
1679
|
+
* @example 1672531200
|
|
1680
|
+
*
|
|
1681
|
+
* @regex ^[0-9]+$
|
|
1682
|
+
*
|
|
1683
|
+
* @format Non-negative integer.
|
|
1442
1684
|
*
|
|
1443
1685
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1444
1686
|
*/
|
|
1445
1687
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1446
1688
|
/**
|
|
1447
|
-
*
|
|
1689
|
+
*
|
|
1690
|
+
* @optional
|
|
1691
|
+
*
|
|
1692
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
1693
|
+
*
|
|
1694
|
+
* @example 1704067199
|
|
1695
|
+
*
|
|
1696
|
+
* @regex ^[0-9]+$
|
|
1697
|
+
*
|
|
1698
|
+
* @format Non-negative integer.
|
|
1448
1699
|
*
|
|
1449
1700
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1450
1701
|
*/
|
|
@@ -1468,13 +1719,31 @@ class OutwardJobsServiceFilterReq extends protobuf_1.Message {
|
|
|
1468
1719
|
*/
|
|
1469
1720
|
deliveryDateEnd = "";
|
|
1470
1721
|
/**
|
|
1471
|
-
*
|
|
1722
|
+
*
|
|
1723
|
+
* @optional
|
|
1724
|
+
*
|
|
1725
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
1726
|
+
*
|
|
1727
|
+
* @example "ABS-2023-001"
|
|
1728
|
+
*
|
|
1729
|
+
* @regex [0-9A-Za-z ]*$
|
|
1730
|
+
*
|
|
1731
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1472
1732
|
*
|
|
1473
1733
|
* @generated from field: string reference_id = 20;
|
|
1474
1734
|
*/
|
|
1475
1735
|
referenceId = "";
|
|
1476
1736
|
/**
|
|
1477
|
-
*
|
|
1737
|
+
*
|
|
1738
|
+
* @optional
|
|
1739
|
+
*
|
|
1740
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
1741
|
+
*
|
|
1742
|
+
* @example "ABS-2023-X9Z2"
|
|
1743
|
+
*
|
|
1744
|
+
* @regex [0-9A-Za-z ]*$
|
|
1745
|
+
*
|
|
1746
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1478
1747
|
*
|
|
1479
1748
|
* @generated from field: string final_ref_number = 21;
|
|
1480
1749
|
*/
|
|
@@ -1566,79 +1835,188 @@ exports.OutwardJobsServiceFilterReq = OutwardJobsServiceFilterReq;
|
|
|
1566
1835
|
*/
|
|
1567
1836
|
class OutwardJobsServiceCountReq extends protobuf_1.Message {
|
|
1568
1837
|
/**
|
|
1569
|
-
*
|
|
1838
|
+
*
|
|
1839
|
+
* @optional
|
|
1840
|
+
*
|
|
1841
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1842
|
+
*
|
|
1843
|
+
* @example ANY
|
|
1570
1844
|
*
|
|
1571
1845
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1572
1846
|
*/
|
|
1573
1847
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1574
1848
|
/**
|
|
1575
|
-
*
|
|
1849
|
+
*
|
|
1850
|
+
* @optional
|
|
1851
|
+
*
|
|
1852
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1853
|
+
*
|
|
1854
|
+
* @example 1672531200
|
|
1855
|
+
*
|
|
1856
|
+
* @regex ^[0-9]+$
|
|
1857
|
+
*
|
|
1858
|
+
* @format Non-negative integer.
|
|
1576
1859
|
*
|
|
1577
1860
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1578
1861
|
*/
|
|
1579
1862
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1580
1863
|
/**
|
|
1581
|
-
*
|
|
1864
|
+
*
|
|
1865
|
+
* @optional
|
|
1866
|
+
*
|
|
1867
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1868
|
+
*
|
|
1869
|
+
* @example 1704067199
|
|
1870
|
+
*
|
|
1871
|
+
* @regex ^[0-9]+$
|
|
1872
|
+
*
|
|
1873
|
+
* @format Non-negative integer.
|
|
1582
1874
|
*
|
|
1583
1875
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1584
1876
|
*/
|
|
1585
1877
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1586
1878
|
/**
|
|
1587
|
-
*
|
|
1879
|
+
*
|
|
1880
|
+
* @optional
|
|
1881
|
+
*
|
|
1882
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1883
|
+
*
|
|
1884
|
+
* @example 1672531200
|
|
1885
|
+
*
|
|
1886
|
+
* @regex ^[0-9]+$
|
|
1887
|
+
*
|
|
1888
|
+
* @format Non-negative integer.
|
|
1588
1889
|
*
|
|
1589
1890
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1590
1891
|
*/
|
|
1591
1892
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1592
1893
|
/**
|
|
1593
|
-
*
|
|
1894
|
+
*
|
|
1895
|
+
* @optional
|
|
1896
|
+
*
|
|
1897
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1898
|
+
*
|
|
1899
|
+
* @example 1704067199
|
|
1900
|
+
*
|
|
1901
|
+
* @regex ^[0-9]+$
|
|
1902
|
+
*
|
|
1903
|
+
* @format Non-negative integer.
|
|
1594
1904
|
*
|
|
1595
1905
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1596
1906
|
*/
|
|
1597
1907
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1598
1908
|
/**
|
|
1599
|
-
*
|
|
1909
|
+
*
|
|
1910
|
+
* @optional
|
|
1911
|
+
*
|
|
1912
|
+
* @description Filter by the organization UUID.
|
|
1913
|
+
*
|
|
1914
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1915
|
+
*
|
|
1916
|
+
* @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}$
|
|
1917
|
+
*
|
|
1918
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1600
1919
|
*
|
|
1601
1920
|
* @generated from field: string entity_uuid = 8;
|
|
1602
1921
|
*/
|
|
1603
1922
|
entityUuid = "";
|
|
1604
1923
|
/**
|
|
1605
|
-
*
|
|
1924
|
+
*
|
|
1925
|
+
* @optional
|
|
1926
|
+
*
|
|
1927
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1928
|
+
*
|
|
1929
|
+
* @example STANDING
|
|
1606
1930
|
*
|
|
1607
1931
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1608
1932
|
*/
|
|
1609
1933
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1610
1934
|
/**
|
|
1611
|
-
*
|
|
1935
|
+
*
|
|
1936
|
+
* @optional
|
|
1937
|
+
*
|
|
1938
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1939
|
+
*
|
|
1940
|
+
* @example 1672531200
|
|
1941
|
+
*
|
|
1942
|
+
* @regex ^[0-9]+$
|
|
1943
|
+
*
|
|
1944
|
+
* @format Non-negative integer.
|
|
1612
1945
|
*
|
|
1613
1946
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1614
1947
|
*/
|
|
1615
1948
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1616
1949
|
/**
|
|
1617
|
-
*
|
|
1950
|
+
*
|
|
1951
|
+
* @optional
|
|
1952
|
+
*
|
|
1953
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1954
|
+
*
|
|
1955
|
+
* @example 1704067199
|
|
1956
|
+
*
|
|
1957
|
+
* @regex ^[0-9]+$
|
|
1958
|
+
*
|
|
1959
|
+
* @format Non-negative integer.
|
|
1618
1960
|
*
|
|
1619
1961
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1620
1962
|
*/
|
|
1621
1963
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1622
1964
|
/**
|
|
1623
|
-
*
|
|
1965
|
+
*
|
|
1966
|
+
* @optional
|
|
1967
|
+
*
|
|
1968
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1969
|
+
*
|
|
1970
|
+
* @example 501
|
|
1971
|
+
*
|
|
1972
|
+
* @regex ^[0-9]+$
|
|
1973
|
+
*
|
|
1974
|
+
* @format Non-negative integer.
|
|
1624
1975
|
*
|
|
1625
1976
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1626
1977
|
*/
|
|
1627
1978
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1628
1979
|
/**
|
|
1629
|
-
*
|
|
1980
|
+
*
|
|
1981
|
+
* @optional
|
|
1982
|
+
*
|
|
1983
|
+
* @description Filter by the role ID of the approver.
|
|
1984
|
+
*
|
|
1985
|
+
* @example 5
|
|
1986
|
+
*
|
|
1987
|
+
* @regex ^[0-9]+$
|
|
1988
|
+
*
|
|
1989
|
+
* @format Non-negative integer.
|
|
1630
1990
|
*
|
|
1631
1991
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1632
1992
|
*/
|
|
1633
1993
|
approverRoleId = protobuf_1.protoInt64.zero;
|
|
1634
1994
|
/**
|
|
1635
|
-
*
|
|
1995
|
+
*
|
|
1996
|
+
* @optional
|
|
1997
|
+
*
|
|
1998
|
+
* @description Filter records completed ON or AFTER this UNIX timestamp.
|
|
1999
|
+
*
|
|
2000
|
+
* @example 1672531200
|
|
2001
|
+
*
|
|
2002
|
+
* @regex ^[0-9]+$
|
|
2003
|
+
*
|
|
2004
|
+
* @format Non-negative integer.
|
|
1636
2005
|
*
|
|
1637
2006
|
* @generated from field: uint64 completed_on_start = 15;
|
|
1638
2007
|
*/
|
|
1639
2008
|
completedOnStart = protobuf_1.protoInt64.zero;
|
|
1640
2009
|
/**
|
|
1641
|
-
*
|
|
2010
|
+
*
|
|
2011
|
+
* @optional
|
|
2012
|
+
*
|
|
2013
|
+
* @description Filter records completed ON or BEFORE this UNIX timestamp.
|
|
2014
|
+
*
|
|
2015
|
+
* @example 1704067199
|
|
2016
|
+
*
|
|
2017
|
+
* @regex ^[0-9]+$
|
|
2018
|
+
*
|
|
2019
|
+
* @format Non-negative integer.
|
|
1642
2020
|
*
|
|
1643
2021
|
* @generated from field: uint64 completed_on_end = 16;
|
|
1644
2022
|
*/
|
|
@@ -1662,13 +2040,31 @@ class OutwardJobsServiceCountReq extends protobuf_1.Message {
|
|
|
1662
2040
|
*/
|
|
1663
2041
|
deliveryDateEnd = "";
|
|
1664
2042
|
/**
|
|
1665
|
-
*
|
|
2043
|
+
*
|
|
2044
|
+
* @optional
|
|
2045
|
+
*
|
|
2046
|
+
* @description Fuzzy match for the user-defined reference ID.
|
|
2047
|
+
*
|
|
2048
|
+
* @example "ABS-2023-001"
|
|
2049
|
+
*
|
|
2050
|
+
* @regex [0-9A-Za-z ]*$
|
|
2051
|
+
*
|
|
2052
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1666
2053
|
*
|
|
1667
2054
|
* @generated from field: string reference_id = 20;
|
|
1668
2055
|
*/
|
|
1669
2056
|
referenceId = "";
|
|
1670
2057
|
/**
|
|
1671
|
-
*
|
|
2058
|
+
*
|
|
2059
|
+
* @optional
|
|
2060
|
+
*
|
|
2061
|
+
* @description Fuzzy match for the system-generated ref number.
|
|
2062
|
+
*
|
|
2063
|
+
* @example "ABS-2023-X9Z2"
|
|
2064
|
+
*
|
|
2065
|
+
* @regex [0-9A-Za-z ]*$
|
|
2066
|
+
*
|
|
2067
|
+
* @format: Alphanumeric characters and spaces only. Can be left empty.
|
|
1672
2068
|
*
|
|
1673
2069
|
* @generated from field: string final_ref_number = 21;
|
|
1674
2070
|
*/
|
|
@@ -1756,49 +2152,103 @@ exports.OutwardJobsServiceCountReq = OutwardJobsServiceCountReq;
|
|
|
1756
2152
|
*/
|
|
1757
2153
|
class OutwardJobsServiceSearchAllReq extends protobuf_1.Message {
|
|
1758
2154
|
/**
|
|
1759
|
-
*
|
|
2155
|
+
*
|
|
2156
|
+
* @optional
|
|
2157
|
+
*
|
|
2158
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2159
|
+
*
|
|
2160
|
+
* @example ANY
|
|
1760
2161
|
*
|
|
1761
2162
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1762
2163
|
*/
|
|
1763
2164
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1764
2165
|
/**
|
|
1765
|
-
*
|
|
2166
|
+
*
|
|
2167
|
+
* @mandatory
|
|
2168
|
+
*
|
|
2169
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2170
|
+
*
|
|
2171
|
+
* @example 100
|
|
2172
|
+
*
|
|
2173
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2174
|
+
*
|
|
2175
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1766
2176
|
*
|
|
1767
2177
|
* @generated from field: int64 count = 2;
|
|
1768
2178
|
*/
|
|
1769
2179
|
count = protobuf_1.protoInt64.zero;
|
|
1770
2180
|
/**
|
|
1771
|
-
*
|
|
2181
|
+
*
|
|
2182
|
+
* @optional
|
|
2183
|
+
*
|
|
2184
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2185
|
+
*
|
|
2186
|
+
* @example 0
|
|
2187
|
+
*
|
|
2188
|
+
* @regex ^[0-9]+$
|
|
2189
|
+
*
|
|
2190
|
+
* @format Non-negative integer.
|
|
1772
2191
|
*
|
|
1773
2192
|
* @generated from field: uint64 offset = 3;
|
|
1774
2193
|
*/
|
|
1775
2194
|
offset = protobuf_1.protoInt64.zero;
|
|
1776
2195
|
/**
|
|
1777
|
-
*
|
|
2196
|
+
*
|
|
2197
|
+
* @optional
|
|
2198
|
+
*
|
|
2199
|
+
* @description Sort direction.
|
|
2200
|
+
*
|
|
2201
|
+
* @example DESCENDING
|
|
1778
2202
|
*
|
|
1779
2203
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1780
2204
|
*/
|
|
1781
2205
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1782
2206
|
/**
|
|
1783
|
-
*
|
|
2207
|
+
*
|
|
2208
|
+
* @optional
|
|
2209
|
+
*
|
|
2210
|
+
* @description The field used for sorting.
|
|
1784
2211
|
*
|
|
1785
2212
|
* @generated from field: Scailo.OUTWARD_JOB_SORT_KEY sort_key = 5;
|
|
1786
2213
|
*/
|
|
1787
2214
|
sortKey = OUTWARD_JOB_SORT_KEY.OUTWARD_JOB_SORT_KEY_ID_UNSPECIFIED;
|
|
1788
2215
|
/**
|
|
1789
|
-
*
|
|
2216
|
+
*
|
|
2217
|
+
* @optional
|
|
2218
|
+
*
|
|
2219
|
+
* @description Filter by the organization UUID.
|
|
2220
|
+
*
|
|
2221
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2222
|
+
*
|
|
2223
|
+
* @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}$
|
|
2224
|
+
*
|
|
2225
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1790
2226
|
*
|
|
1791
2227
|
* @generated from field: string entity_uuid = 6;
|
|
1792
2228
|
*/
|
|
1793
2229
|
entityUuid = "";
|
|
1794
2230
|
/**
|
|
1795
|
-
*
|
|
2231
|
+
*
|
|
2232
|
+
* @optional
|
|
2233
|
+
*
|
|
2234
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
2235
|
+
*
|
|
2236
|
+
* @example STANDING
|
|
1796
2237
|
*
|
|
1797
2238
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1798
2239
|
*/
|
|
1799
2240
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
1800
2241
|
/**
|
|
1801
|
-
*
|
|
2242
|
+
*
|
|
2243
|
+
* @mandatory
|
|
2244
|
+
*
|
|
2245
|
+
* @description The search string to match against reference IDs.
|
|
2246
|
+
*
|
|
2247
|
+
* @example "Medical 2023"
|
|
2248
|
+
*
|
|
2249
|
+
* @regex .*
|
|
2250
|
+
*
|
|
2251
|
+
* @format: May contain any UTF-8 characters.
|
|
1802
2252
|
*
|
|
1803
2253
|
* @generated from field: string search_key = 11;
|
|
1804
2254
|
*/
|
|
@@ -1862,37 +2312,77 @@ exports.OutwardJobsServiceSearchAllReq = OutwardJobsServiceSearchAllReq;
|
|
|
1862
2312
|
*/
|
|
1863
2313
|
class OutwardJobInwardItemsSearchRequest extends protobuf_1.Message {
|
|
1864
2314
|
/**
|
|
1865
|
-
*
|
|
2315
|
+
*
|
|
2316
|
+
* @optional
|
|
2317
|
+
*
|
|
2318
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
2319
|
+
*
|
|
2320
|
+
* @example ANY
|
|
1866
2321
|
*
|
|
1867
2322
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1868
2323
|
*/
|
|
1869
2324
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1870
2325
|
/**
|
|
1871
|
-
*
|
|
2326
|
+
*
|
|
2327
|
+
* @mandatory
|
|
2328
|
+
*
|
|
2329
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
2330
|
+
*
|
|
2331
|
+
* @example 100
|
|
2332
|
+
*
|
|
2333
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
2334
|
+
*
|
|
2335
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1872
2336
|
*
|
|
1873
2337
|
* @generated from field: int64 count = 2;
|
|
1874
2338
|
*/
|
|
1875
2339
|
count = protobuf_1.protoInt64.zero;
|
|
1876
2340
|
/**
|
|
1877
|
-
*
|
|
2341
|
+
*
|
|
2342
|
+
* @optional
|
|
2343
|
+
*
|
|
2344
|
+
* @description Number of records to skip (offset) for pagination.
|
|
2345
|
+
*
|
|
2346
|
+
* @example 0
|
|
2347
|
+
*
|
|
2348
|
+
* @regex ^[0-9]+$
|
|
2349
|
+
*
|
|
2350
|
+
* @format Non-negative integer.
|
|
1878
2351
|
*
|
|
1879
2352
|
* @generated from field: uint64 offset = 3;
|
|
1880
2353
|
*/
|
|
1881
2354
|
offset = protobuf_1.protoInt64.zero;
|
|
1882
2355
|
/**
|
|
1883
|
-
*
|
|
2356
|
+
*
|
|
2357
|
+
* @optional
|
|
2358
|
+
*
|
|
2359
|
+
* @description Sort direction.
|
|
2360
|
+
*
|
|
2361
|
+
* @example DESCENDING
|
|
1884
2362
|
*
|
|
1885
2363
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1886
2364
|
*/
|
|
1887
2365
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1888
2366
|
/**
|
|
1889
|
-
*
|
|
2367
|
+
*
|
|
2368
|
+
* @optional
|
|
2369
|
+
*
|
|
2370
|
+
* @description The field used for sorting.
|
|
1890
2371
|
*
|
|
1891
2372
|
* @generated from field: Scailo.OUTWARD_JOB_INWARD_ITEM_SORT_KEY sort_key = 5;
|
|
1892
2373
|
*/
|
|
1893
2374
|
sortKey = OUTWARD_JOB_INWARD_ITEM_SORT_KEY.OUTWARD_JOB_INWARD_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
1894
2375
|
/**
|
|
1895
|
-
*
|
|
2376
|
+
*
|
|
2377
|
+
* @optional
|
|
2378
|
+
*
|
|
2379
|
+
* @description Filter by the organization UUID.
|
|
2380
|
+
*
|
|
2381
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2382
|
+
*
|
|
2383
|
+
* @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}$
|
|
2384
|
+
*
|
|
2385
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1896
2386
|
*
|
|
1897
2387
|
* @generated from field: string entity_uuid = 6;
|
|
1898
2388
|
*/
|
|
@@ -2021,25 +2511,35 @@ exports.OutwardJobInwardItemsSearchRequest = OutwardJobInwardItemsSearchRequest;
|
|
|
2021
2511
|
*/
|
|
2022
2512
|
class OutwardJobsServicePaginatedInwardItemsResponse extends protobuf_1.Message {
|
|
2023
2513
|
/**
|
|
2024
|
-
*
|
|
2514
|
+
*
|
|
2515
|
+
* @description Number of records returned in the current response slice.
|
|
2516
|
+
*
|
|
2517
|
+
* @example 50
|
|
2025
2518
|
*
|
|
2026
2519
|
* @generated from field: uint64 count = 1;
|
|
2027
2520
|
*/
|
|
2028
2521
|
count = protobuf_1.protoInt64.zero;
|
|
2029
2522
|
/**
|
|
2030
|
-
*
|
|
2523
|
+
*
|
|
2524
|
+
* @description The offset provided in the request.
|
|
2525
|
+
*
|
|
2526
|
+
* @example 0
|
|
2031
2527
|
*
|
|
2032
2528
|
* @generated from field: uint64 offset = 2;
|
|
2033
2529
|
*/
|
|
2034
2530
|
offset = protobuf_1.protoInt64.zero;
|
|
2035
2531
|
/**
|
|
2036
|
-
*
|
|
2532
|
+
*
|
|
2533
|
+
* @description The total number of records matching the criteria.
|
|
2534
|
+
*
|
|
2535
|
+
* @example 1250
|
|
2037
2536
|
*
|
|
2038
2537
|
* @generated from field: uint64 total = 3;
|
|
2039
2538
|
*/
|
|
2040
2539
|
total = protobuf_1.protoInt64.zero;
|
|
2041
2540
|
/**
|
|
2042
|
-
*
|
|
2541
|
+
*
|
|
2542
|
+
* @description The array of records for the current page.
|
|
2043
2543
|
*
|
|
2044
2544
|
* @generated from field: repeated Scailo.OutwardJobInwardItem payload = 4;
|
|
2045
2545
|
*/
|
|
@@ -2320,25 +2820,31 @@ exports.OutwardJobsServiceOutwardItemUpdateRequest = OutwardJobsServiceOutwardIt
|
|
|
2320
2820
|
*/
|
|
2321
2821
|
class OutwardJobOutwardItem extends protobuf_1.Message {
|
|
2322
2822
|
/**
|
|
2323
|
-
*
|
|
2823
|
+
*
|
|
2824
|
+
* @description The organization's globally unique identifier.
|
|
2825
|
+
*
|
|
2826
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2324
2827
|
*
|
|
2325
2828
|
* @generated from field: string entity_uuid = 1;
|
|
2326
2829
|
*/
|
|
2327
2830
|
entityUuid = "";
|
|
2328
2831
|
/**
|
|
2329
|
-
*
|
|
2832
|
+
*
|
|
2833
|
+
* @description Standard employee and record metadata including timestamps.
|
|
2330
2834
|
*
|
|
2331
2835
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
2332
2836
|
*/
|
|
2333
2837
|
metadata;
|
|
2334
2838
|
/**
|
|
2335
|
-
*
|
|
2839
|
+
*
|
|
2840
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
2336
2841
|
*
|
|
2337
2842
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
2338
2843
|
*/
|
|
2339
2844
|
approvalMetadata;
|
|
2340
2845
|
/**
|
|
2341
|
-
*
|
|
2846
|
+
*
|
|
2847
|
+
* @description The approval state of the record
|
|
2342
2848
|
*
|
|
2343
2849
|
* @generated from field: bool need_approval = 4;
|
|
2344
2850
|
*/
|
|
@@ -2558,37 +3064,77 @@ exports.OutwardJobOutwardItemProspectiveInfoRequest = OutwardJobOutwardItemProsp
|
|
|
2558
3064
|
*/
|
|
2559
3065
|
class OutwardJobOutwardItemsSearchRequest extends protobuf_1.Message {
|
|
2560
3066
|
/**
|
|
2561
|
-
*
|
|
3067
|
+
*
|
|
3068
|
+
* @optional
|
|
3069
|
+
*
|
|
3070
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
3071
|
+
*
|
|
3072
|
+
* @example ANY
|
|
2562
3073
|
*
|
|
2563
3074
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
2564
3075
|
*/
|
|
2565
3076
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
2566
3077
|
/**
|
|
2567
|
-
*
|
|
3078
|
+
*
|
|
3079
|
+
* @mandatory
|
|
3080
|
+
*
|
|
3081
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
3082
|
+
*
|
|
3083
|
+
* @example 100
|
|
3084
|
+
*
|
|
3085
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
3086
|
+
*
|
|
3087
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
2568
3088
|
*
|
|
2569
3089
|
* @generated from field: int64 count = 2;
|
|
2570
3090
|
*/
|
|
2571
3091
|
count = protobuf_1.protoInt64.zero;
|
|
2572
3092
|
/**
|
|
2573
|
-
*
|
|
3093
|
+
*
|
|
3094
|
+
* @optional
|
|
3095
|
+
*
|
|
3096
|
+
* @description Number of records to skip (offset) for pagination.
|
|
3097
|
+
*
|
|
3098
|
+
* @example 0
|
|
3099
|
+
*
|
|
3100
|
+
* @regex ^[0-9]+$
|
|
3101
|
+
*
|
|
3102
|
+
* @format Non-negative integer.
|
|
2574
3103
|
*
|
|
2575
3104
|
* @generated from field: uint64 offset = 3;
|
|
2576
3105
|
*/
|
|
2577
3106
|
offset = protobuf_1.protoInt64.zero;
|
|
2578
3107
|
/**
|
|
2579
|
-
*
|
|
3108
|
+
*
|
|
3109
|
+
* @optional
|
|
3110
|
+
*
|
|
3111
|
+
* @description Sort direction.
|
|
3112
|
+
*
|
|
3113
|
+
* @example DESCENDING
|
|
2580
3114
|
*
|
|
2581
3115
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
2582
3116
|
*/
|
|
2583
3117
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
2584
3118
|
/**
|
|
2585
|
-
*
|
|
3119
|
+
*
|
|
3120
|
+
* @optional
|
|
3121
|
+
*
|
|
3122
|
+
* @description The field used for sorting.
|
|
2586
3123
|
*
|
|
2587
3124
|
* @generated from field: Scailo.OUTWARD_JOB_OUTWARD_ITEM_SORT_KEY sort_key = 5;
|
|
2588
3125
|
*/
|
|
2589
3126
|
sortKey = OUTWARD_JOB_OUTWARD_ITEM_SORT_KEY.OUTWARD_JOB_OUTWARD_ITEM_SORT_KEY_ID_UNSPECIFIED;
|
|
2590
3127
|
/**
|
|
2591
|
-
*
|
|
3128
|
+
*
|
|
3129
|
+
* @optional
|
|
3130
|
+
*
|
|
3131
|
+
* @description Filter by the organization UUID.
|
|
3132
|
+
*
|
|
3133
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
3134
|
+
*
|
|
3135
|
+
* @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}$
|
|
3136
|
+
*
|
|
3137
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
2592
3138
|
*
|
|
2593
3139
|
* @generated from field: string entity_uuid = 6;
|
|
2594
3140
|
*/
|
|
@@ -2703,25 +3249,35 @@ exports.OutwardJobOutwardItemsSearchRequest = OutwardJobOutwardItemsSearchReques
|
|
|
2703
3249
|
*/
|
|
2704
3250
|
class OutwardJobsServicePaginatedOutwardItemsResponse extends protobuf_1.Message {
|
|
2705
3251
|
/**
|
|
2706
|
-
*
|
|
3252
|
+
*
|
|
3253
|
+
* @description Number of records returned in the current response slice.
|
|
3254
|
+
*
|
|
3255
|
+
* @example 50
|
|
2707
3256
|
*
|
|
2708
3257
|
* @generated from field: uint64 count = 1;
|
|
2709
3258
|
*/
|
|
2710
3259
|
count = protobuf_1.protoInt64.zero;
|
|
2711
3260
|
/**
|
|
2712
|
-
*
|
|
3261
|
+
*
|
|
3262
|
+
* @description The offset provided in the request.
|
|
3263
|
+
*
|
|
3264
|
+
* @example 0
|
|
2713
3265
|
*
|
|
2714
3266
|
* @generated from field: uint64 offset = 2;
|
|
2715
3267
|
*/
|
|
2716
3268
|
offset = protobuf_1.protoInt64.zero;
|
|
2717
3269
|
/**
|
|
2718
|
-
*
|
|
3270
|
+
*
|
|
3271
|
+
* @description The total number of records matching the criteria.
|
|
3272
|
+
*
|
|
3273
|
+
* @example 1250
|
|
2719
3274
|
*
|
|
2720
3275
|
* @generated from field: uint64 total = 3;
|
|
2721
3276
|
*/
|
|
2722
3277
|
total = protobuf_1.protoInt64.zero;
|
|
2723
3278
|
/**
|
|
2724
|
-
*
|
|
3279
|
+
*
|
|
3280
|
+
* @description The array of records for the current page.
|
|
2725
3281
|
*
|
|
2726
3282
|
* @generated from field: repeated Scailo.OutwardJobOutwardItem payload = 4;
|
|
2727
3283
|
*/
|
|
@@ -2810,25 +3366,31 @@ exports.OutwardJobsServiceContactCreateRequest = OutwardJobsServiceContactCreate
|
|
|
2810
3366
|
*/
|
|
2811
3367
|
class OutwardJobContact extends protobuf_1.Message {
|
|
2812
3368
|
/**
|
|
2813
|
-
*
|
|
3369
|
+
*
|
|
3370
|
+
* @description The organization's globally unique identifier.
|
|
3371
|
+
*
|
|
3372
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2814
3373
|
*
|
|
2815
3374
|
* @generated from field: string entity_uuid = 1;
|
|
2816
3375
|
*/
|
|
2817
3376
|
entityUuid = "";
|
|
2818
3377
|
/**
|
|
2819
|
-
*
|
|
3378
|
+
*
|
|
3379
|
+
* @description Standard employee and record metadata including timestamps.
|
|
2820
3380
|
*
|
|
2821
3381
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
2822
3382
|
*/
|
|
2823
3383
|
metadata;
|
|
2824
3384
|
/**
|
|
2825
|
-
*
|
|
3385
|
+
*
|
|
3386
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
2826
3387
|
*
|
|
2827
3388
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
2828
3389
|
*/
|
|
2829
3390
|
approvalMetadata;
|
|
2830
3391
|
/**
|
|
2831
|
-
*
|
|
3392
|
+
*
|
|
3393
|
+
* @description The approval state of the record
|
|
2832
3394
|
*
|
|
2833
3395
|
* @generated from field: bool need_approval = 4;
|
|
2834
3396
|
*/
|