@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
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.FamiliesServiceUpdateMinStockToMaintainRequest = exports.FamiliesServiceUpdatePriceRequest = exports.FamilyImagesList = exports.FamilyImage = exports.FamiliesServiceImageUpdateRequest = exports.FamiliesServiceImageCreateRequest = exports.FamilyQCGroupsList = exports.FamilyQCGroup = exports.FamiliesServiceQCGroupCreateRequest = exports.FamilyUnitConversionsList = exports.FamilyUnitConversion = exports.FamiliesServiceUnitConversionCreateRequest = exports.FamiliesServiceUnitConversionPresenceRequest = exports.FamilyStoragesList = exports.FamilyStorage = exports.FamiliesServiceStorageCreateRequest = exports.FamilyLabelsList = exports.FamilyLabel = exports.FamiliesServiceLabelCreateRequest = exports.FilterFamiliesReqForIdentifier = exports.FamiliesServiceSearchAllReq = exports.FamiliesServiceCountReq = exports.FamiliesServiceFilterReq = exports.FamiliesServicePaginationResponse = exports.FamiliesServicePaginationReq = exports.FamiliesList = exports.Family = exports.FamiliesServiceUpdateRequest = exports.FamiliesServiceCreateRequest = exports.FamilyTypesList = exports.FAMILY_SORT_KEY = exports.CONSUMPTION_SEQUENCE = exports.FAMILY_TYPE = void 0;
|
|
7
|
+
exports.FamiliesServiceUpdateMinStockToMaintainRequest = exports.FamiliesServiceUpdatePriceRequest = exports.FamilyImagesList = exports.FamilyImage = exports.FamiliesServiceImageUpdateRequest = exports.FamiliesServiceImageCreateRequest = exports.FamilyQCGroupsList = exports.FamilyQCGroup = exports.FamiliesServiceQCGroupCreateRequest = exports.FamilyUnitConversionsList = exports.FamilyUnitConversion = exports.FamiliesServiceUnitConversionCreateRequest = exports.FamiliesServiceUnitConversionPresenceRequest = exports.FamilyStoragesList = exports.FamilyStorage = exports.FamiliesServiceStorageCreateRequest = exports.FamilyLabelsList = exports.FamilyLabel = exports.FamiliesServiceLabelCreateRequest = exports.FilterFamiliesReqForIdentifier = exports.FamiliesServiceSearchAllReq = exports.FamiliesServiceCountReq = exports.FamiliesServiceFilterReq = exports.FamiliesServicePaginationResponse = exports.FamiliesServicePaginationReq = exports.FamiliesList = exports.Family = exports.FamiliesServiceUpdateIdentityRequest = exports.FamiliesServiceUpdateRequest = exports.FamiliesServiceCreateRequest = exports.FamilyTypesList = exports.FAMILY_SORT_KEY = exports.CONSUMPTION_SEQUENCE = exports.FAMILY_TYPE = void 0;
|
|
8
8
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
9
|
const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
|
|
10
10
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
@@ -270,7 +270,16 @@ exports.FamilyTypesList = FamilyTypesList;
|
|
|
270
270
|
*/
|
|
271
271
|
class FamiliesServiceCreateRequest extends protobuf_1.Message {
|
|
272
272
|
/**
|
|
273
|
-
*
|
|
273
|
+
*
|
|
274
|
+
* @optional
|
|
275
|
+
*
|
|
276
|
+
* @description The globally unique identifier for the Organization or Business Entity.
|
|
277
|
+
*
|
|
278
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
279
|
+
*
|
|
280
|
+
* @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}$
|
|
281
|
+
*
|
|
282
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
274
283
|
*
|
|
275
284
|
* @generated from field: string entity_uuid = 1;
|
|
276
285
|
*/
|
|
@@ -282,7 +291,16 @@ class FamiliesServiceCreateRequest extends protobuf_1.Message {
|
|
|
282
291
|
*/
|
|
283
292
|
userComment = "";
|
|
284
293
|
/**
|
|
285
|
-
*
|
|
294
|
+
*
|
|
295
|
+
* @optional
|
|
296
|
+
*
|
|
297
|
+
* @description The ID of the associated vault folder for storing documents. Defaults to 0 if no specific folder is assigned.
|
|
298
|
+
*
|
|
299
|
+
* @example 15234
|
|
300
|
+
*
|
|
301
|
+
* @regex ^[0-9]+$
|
|
302
|
+
*
|
|
303
|
+
* @format Non-negative integer.
|
|
286
304
|
*
|
|
287
305
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
288
306
|
*/
|
|
@@ -450,7 +468,16 @@ class FamiliesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
450
468
|
*/
|
|
451
469
|
notifyUsers = false;
|
|
452
470
|
/**
|
|
453
|
-
*
|
|
471
|
+
*
|
|
472
|
+
* @optional
|
|
473
|
+
*
|
|
474
|
+
* @description Updated vault folder ID for documentation storage.
|
|
475
|
+
*
|
|
476
|
+
* @example 15235
|
|
477
|
+
*
|
|
478
|
+
* @regex ^[0-9]+$
|
|
479
|
+
*
|
|
480
|
+
* @format Non-negative integer.
|
|
454
481
|
*
|
|
455
482
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
456
483
|
*/
|
|
@@ -467,24 +494,12 @@ class FamiliesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
467
494
|
* @generated from field: string print_name = 11;
|
|
468
495
|
*/
|
|
469
496
|
printName = "";
|
|
470
|
-
/**
|
|
471
|
-
* The unique code that represents the family (can be updated only prior to the first approval)
|
|
472
|
-
*
|
|
473
|
-
* @generated from field: string code = 12;
|
|
474
|
-
*/
|
|
475
|
-
code = "";
|
|
476
497
|
/**
|
|
477
498
|
* The description of the family
|
|
478
499
|
*
|
|
479
500
|
* @generated from field: string description = 14;
|
|
480
501
|
*/
|
|
481
502
|
description = "";
|
|
482
|
-
/**
|
|
483
|
-
* The type of the family (can be updated only prior to the first approval)
|
|
484
|
-
*
|
|
485
|
-
* @generated from field: Scailo.FAMILY_TYPE family_type = 15;
|
|
486
|
-
*/
|
|
487
|
-
familyType = FAMILY_TYPE.FAMILY_TYPE_ANY_UNSPECIFIED;
|
|
488
503
|
/**
|
|
489
504
|
* The HSN/SAC code of the family
|
|
490
505
|
*
|
|
@@ -503,18 +518,6 @@ class FamiliesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
503
518
|
* @generated from field: uint64 unit_quantity = 18;
|
|
504
519
|
*/
|
|
505
520
|
unitQuantity = protobuf_1.protoInt64.zero;
|
|
506
|
-
/**
|
|
507
|
-
* Stores the ID of the parent family (can be updated only prior to the first approval)
|
|
508
|
-
*
|
|
509
|
-
* @generated from field: uint64 parent_id = 19;
|
|
510
|
-
*/
|
|
511
|
-
parentId = protobuf_1.protoInt64.zero;
|
|
512
|
-
/**
|
|
513
|
-
* Stores if the family is a leaf family (can be updated only prior to the first approval)
|
|
514
|
-
*
|
|
515
|
-
* @generated from field: bool is_leaf = 20;
|
|
516
|
-
*/
|
|
517
|
-
isLeaf = false;
|
|
518
521
|
/**
|
|
519
522
|
* Stores the ID of the ledger
|
|
520
523
|
*
|
|
@@ -564,14 +567,10 @@ class FamiliesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
564
567
|
{ no: 9, name: "vault_folder_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
565
568
|
{ no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
566
569
|
{ no: 11, name: "print_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
567
|
-
{ no: 12, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
568
570
|
{ no: 14, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
569
|
-
{ no: 15, name: "family_type", kind: "enum", T: protobuf_1.proto3.getEnumType(FAMILY_TYPE) },
|
|
570
571
|
{ no: 16, name: "hsn_sac_code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
571
572
|
{ no: 17, name: "uom_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
572
573
|
{ no: 18, name: "unit_quantity", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
573
|
-
{ no: 19, name: "parent_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
574
|
-
{ no: 20, name: "is_leaf", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
575
574
|
{ no: 21, name: "ledger_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
576
575
|
{ no: 23, name: "tax_group_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
577
576
|
{ no: 26, name: "price", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
@@ -593,6 +592,77 @@ class FamiliesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
593
592
|
}
|
|
594
593
|
}
|
|
595
594
|
exports.FamiliesServiceUpdateRequest = FamiliesServiceUpdateRequest;
|
|
595
|
+
/**
|
|
596
|
+
*
|
|
597
|
+
* Describes the parameters necessary to update the identity of a family
|
|
598
|
+
*
|
|
599
|
+
* @generated from message Scailo.FamiliesServiceUpdateIdentityRequest
|
|
600
|
+
*/
|
|
601
|
+
class FamiliesServiceUpdateIdentityRequest extends protobuf_1.Message {
|
|
602
|
+
/**
|
|
603
|
+
* Stores any comment that the user might add during this operation
|
|
604
|
+
*
|
|
605
|
+
* @generated from field: string user_comment = 1;
|
|
606
|
+
*/
|
|
607
|
+
userComment = "";
|
|
608
|
+
/**
|
|
609
|
+
* The ID of the record that needs to be updated
|
|
610
|
+
*
|
|
611
|
+
* @generated from field: uint64 id = 2;
|
|
612
|
+
*/
|
|
613
|
+
id = protobuf_1.protoInt64.zero;
|
|
614
|
+
/**
|
|
615
|
+
* The unique code that represents the family (can be updated only prior to the first approval)
|
|
616
|
+
*
|
|
617
|
+
* @generated from field: string code = 12;
|
|
618
|
+
*/
|
|
619
|
+
code = "";
|
|
620
|
+
/**
|
|
621
|
+
* The type of the family (can be updated only prior to the first approval)
|
|
622
|
+
*
|
|
623
|
+
* @generated from field: Scailo.FAMILY_TYPE family_type = 15;
|
|
624
|
+
*/
|
|
625
|
+
familyType = FAMILY_TYPE.FAMILY_TYPE_ANY_UNSPECIFIED;
|
|
626
|
+
/**
|
|
627
|
+
* Stores the ID of the parent family (can be updated only prior to the first approval)
|
|
628
|
+
*
|
|
629
|
+
* @generated from field: uint64 parent_id = 19;
|
|
630
|
+
*/
|
|
631
|
+
parentId = protobuf_1.protoInt64.zero;
|
|
632
|
+
/**
|
|
633
|
+
* Stores if the family is a leaf family (can be updated only prior to the first approval)
|
|
634
|
+
*
|
|
635
|
+
* @generated from field: bool is_leaf = 20;
|
|
636
|
+
*/
|
|
637
|
+
isLeaf = false;
|
|
638
|
+
constructor(data) {
|
|
639
|
+
super();
|
|
640
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
641
|
+
}
|
|
642
|
+
static runtime = protobuf_1.proto3;
|
|
643
|
+
static typeName = "Scailo.FamiliesServiceUpdateIdentityRequest";
|
|
644
|
+
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
645
|
+
{ no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
646
|
+
{ no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
647
|
+
{ no: 12, name: "code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
648
|
+
{ no: 15, name: "family_type", kind: "enum", T: protobuf_1.proto3.getEnumType(FAMILY_TYPE) },
|
|
649
|
+
{ no: 19, name: "parent_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
650
|
+
{ no: 20, name: "is_leaf", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
651
|
+
]);
|
|
652
|
+
static fromBinary(bytes, options) {
|
|
653
|
+
return new FamiliesServiceUpdateIdentityRequest().fromBinary(bytes, options);
|
|
654
|
+
}
|
|
655
|
+
static fromJson(jsonValue, options) {
|
|
656
|
+
return new FamiliesServiceUpdateIdentityRequest().fromJson(jsonValue, options);
|
|
657
|
+
}
|
|
658
|
+
static fromJsonString(jsonString, options) {
|
|
659
|
+
return new FamiliesServiceUpdateIdentityRequest().fromJsonString(jsonString, options);
|
|
660
|
+
}
|
|
661
|
+
static equals(a, b) {
|
|
662
|
+
return protobuf_1.proto3.util.equals(FamiliesServiceUpdateIdentityRequest, a, b);
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
exports.FamiliesServiceUpdateIdentityRequest = FamiliesServiceUpdateIdentityRequest;
|
|
596
666
|
/**
|
|
597
667
|
*
|
|
598
668
|
* Describes the parameters that are part of a family structure
|
|
@@ -601,37 +671,47 @@ exports.FamiliesServiceUpdateRequest = FamiliesServiceUpdateRequest;
|
|
|
601
671
|
*/
|
|
602
672
|
class Family extends protobuf_1.Message {
|
|
603
673
|
/**
|
|
604
|
-
*
|
|
674
|
+
*
|
|
675
|
+
* @description The organization's globally unique identifier.
|
|
676
|
+
*
|
|
677
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
605
678
|
*
|
|
606
679
|
* @generated from field: string entity_uuid = 1;
|
|
607
680
|
*/
|
|
608
681
|
entityUuid = "";
|
|
609
682
|
/**
|
|
610
|
-
*
|
|
683
|
+
*
|
|
684
|
+
* @description Standard employee and record metadata including timestamps.
|
|
611
685
|
*
|
|
612
686
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
613
687
|
*/
|
|
614
688
|
metadata;
|
|
615
689
|
/**
|
|
616
|
-
*
|
|
690
|
+
*
|
|
691
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
617
692
|
*
|
|
618
693
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
619
694
|
*/
|
|
620
695
|
approvalMetadata;
|
|
621
696
|
/**
|
|
622
|
-
*
|
|
697
|
+
*
|
|
698
|
+
* @description The current lifecycle status (e.g., DRAFT, VERIFIED, STANDING).
|
|
623
699
|
*
|
|
624
700
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
|
|
625
701
|
*/
|
|
626
702
|
status = base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS.ANY_UNSPECIFIED;
|
|
627
703
|
/**
|
|
628
|
-
*
|
|
704
|
+
*
|
|
705
|
+
* @description Comprehensive audit trail of every operation performed on this record.
|
|
629
706
|
*
|
|
630
707
|
* @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
|
|
631
708
|
*/
|
|
632
709
|
logs = [];
|
|
633
710
|
/**
|
|
634
|
-
*
|
|
711
|
+
*
|
|
712
|
+
* @description Link to the document storage folder.
|
|
713
|
+
*
|
|
714
|
+
* @example 15234
|
|
635
715
|
*
|
|
636
716
|
* @generated from field: uint64 vault_folder_id = 9;
|
|
637
717
|
*/
|
|
@@ -827,31 +907,62 @@ exports.FamiliesList = FamiliesList;
|
|
|
827
907
|
*/
|
|
828
908
|
class FamiliesServicePaginationReq extends protobuf_1.Message {
|
|
829
909
|
/**
|
|
830
|
-
*
|
|
910
|
+
*
|
|
911
|
+
* @optional
|
|
912
|
+
*
|
|
913
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
914
|
+
*
|
|
915
|
+
* @example ANY
|
|
831
916
|
*
|
|
832
917
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
833
918
|
*/
|
|
834
919
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
835
920
|
/**
|
|
836
|
-
*
|
|
921
|
+
*
|
|
922
|
+
* @mandatory
|
|
923
|
+
*
|
|
924
|
+
* @description Number of records to return per page.
|
|
925
|
+
*
|
|
926
|
+
* @example 50
|
|
927
|
+
*
|
|
928
|
+
* @regex ^[1-9][0-9]*$
|
|
929
|
+
*
|
|
930
|
+
* @format Must be a strictly positive integer (1 or greater).
|
|
837
931
|
*
|
|
838
932
|
* @generated from field: int64 count = 2;
|
|
839
933
|
*/
|
|
840
934
|
count = protobuf_1.protoInt64.zero;
|
|
841
935
|
/**
|
|
842
|
-
*
|
|
936
|
+
*
|
|
937
|
+
* @optional
|
|
938
|
+
*
|
|
939
|
+
* @description Number of records to skip (offset) for pagination.
|
|
940
|
+
*
|
|
941
|
+
* @example 0
|
|
942
|
+
*
|
|
943
|
+
* @regex ^[0-9]+$
|
|
944
|
+
*
|
|
945
|
+
* @format Non-negative integer.
|
|
843
946
|
*
|
|
844
947
|
* @generated from field: uint64 offset = 3;
|
|
845
948
|
*/
|
|
846
949
|
offset = protobuf_1.protoInt64.zero;
|
|
847
950
|
/**
|
|
848
|
-
*
|
|
951
|
+
*
|
|
952
|
+
* @optional
|
|
953
|
+
*
|
|
954
|
+
* @description Sort direction.
|
|
955
|
+
*
|
|
956
|
+
* @example DESCENDING
|
|
849
957
|
*
|
|
850
958
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
851
959
|
*/
|
|
852
960
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
853
961
|
/**
|
|
854
|
-
*
|
|
962
|
+
*
|
|
963
|
+
* @optional
|
|
964
|
+
*
|
|
965
|
+
* @description The specific field key to sort the results by.
|
|
855
966
|
*
|
|
856
967
|
* @generated from field: Scailo.FAMILY_SORT_KEY sort_key = 5;
|
|
857
968
|
*/
|
|
@@ -898,25 +1009,35 @@ exports.FamiliesServicePaginationReq = FamiliesServicePaginationReq;
|
|
|
898
1009
|
*/
|
|
899
1010
|
class FamiliesServicePaginationResponse extends protobuf_1.Message {
|
|
900
1011
|
/**
|
|
901
|
-
*
|
|
1012
|
+
*
|
|
1013
|
+
* @description Number of records returned in the current response slice.
|
|
1014
|
+
*
|
|
1015
|
+
* @example 50
|
|
902
1016
|
*
|
|
903
1017
|
* @generated from field: uint64 count = 1;
|
|
904
1018
|
*/
|
|
905
1019
|
count = protobuf_1.protoInt64.zero;
|
|
906
1020
|
/**
|
|
907
|
-
*
|
|
1021
|
+
*
|
|
1022
|
+
* @description The offset provided in the request.
|
|
1023
|
+
*
|
|
1024
|
+
* @example 0
|
|
908
1025
|
*
|
|
909
1026
|
* @generated from field: uint64 offset = 2;
|
|
910
1027
|
*/
|
|
911
1028
|
offset = protobuf_1.protoInt64.zero;
|
|
912
1029
|
/**
|
|
913
|
-
*
|
|
1030
|
+
*
|
|
1031
|
+
* @description The total number of records matching the criteria.
|
|
1032
|
+
*
|
|
1033
|
+
* @example 1250
|
|
914
1034
|
*
|
|
915
1035
|
* @generated from field: uint64 total = 3;
|
|
916
1036
|
*/
|
|
917
1037
|
total = protobuf_1.protoInt64.zero;
|
|
918
1038
|
/**
|
|
919
|
-
*
|
|
1039
|
+
*
|
|
1040
|
+
* @description The array of records for the current page.
|
|
920
1041
|
*
|
|
921
1042
|
* @generated from field: repeated Scailo.Family payload = 4;
|
|
922
1043
|
*/
|
|
@@ -955,67 +1076,148 @@ exports.FamiliesServicePaginationResponse = FamiliesServicePaginationResponse;
|
|
|
955
1076
|
*/
|
|
956
1077
|
class FamiliesServiceFilterReq extends protobuf_1.Message {
|
|
957
1078
|
/**
|
|
958
|
-
*
|
|
1079
|
+
*
|
|
1080
|
+
* @optional
|
|
1081
|
+
*
|
|
1082
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1083
|
+
*
|
|
1084
|
+
* @example ANY
|
|
959
1085
|
*
|
|
960
1086
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
961
1087
|
*/
|
|
962
1088
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
963
1089
|
/**
|
|
964
|
-
*
|
|
1090
|
+
*
|
|
1091
|
+
* @mandatory
|
|
1092
|
+
*
|
|
1093
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1094
|
+
*
|
|
1095
|
+
* @example 100
|
|
1096
|
+
*
|
|
1097
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1098
|
+
*
|
|
1099
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
965
1100
|
*
|
|
966
1101
|
* @generated from field: int64 count = 2;
|
|
967
1102
|
*/
|
|
968
1103
|
count = protobuf_1.protoInt64.zero;
|
|
969
1104
|
/**
|
|
970
|
-
*
|
|
1105
|
+
*
|
|
1106
|
+
* @optional
|
|
1107
|
+
*
|
|
1108
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1109
|
+
*
|
|
1110
|
+
* @example 0
|
|
1111
|
+
*
|
|
1112
|
+
* @regex ^[0-9]+$
|
|
1113
|
+
*
|
|
1114
|
+
* @format Non-negative integer.
|
|
971
1115
|
*
|
|
972
1116
|
* @generated from field: uint64 offset = 3;
|
|
973
1117
|
*/
|
|
974
1118
|
offset = protobuf_1.protoInt64.zero;
|
|
975
1119
|
/**
|
|
976
|
-
*
|
|
1120
|
+
*
|
|
1121
|
+
* @optional
|
|
1122
|
+
*
|
|
1123
|
+
* @description Sort direction.
|
|
1124
|
+
*
|
|
1125
|
+
* @example DESCENDING
|
|
977
1126
|
*
|
|
978
1127
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
979
1128
|
*/
|
|
980
1129
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
981
1130
|
/**
|
|
982
|
-
*
|
|
1131
|
+
*
|
|
1132
|
+
* @optional
|
|
1133
|
+
*
|
|
1134
|
+
* @description The field used for sorting.
|
|
983
1135
|
*
|
|
984
1136
|
* @generated from field: Scailo.FAMILY_SORT_KEY sort_key = 5;
|
|
985
1137
|
*/
|
|
986
1138
|
sortKey = FAMILY_SORT_KEY.FAMILY_SORT_KEY_ID_UNSPECIFIED;
|
|
987
1139
|
/**
|
|
988
|
-
*
|
|
1140
|
+
*
|
|
1141
|
+
* @optional
|
|
1142
|
+
*
|
|
1143
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1144
|
+
*
|
|
1145
|
+
* @example 1672531200
|
|
1146
|
+
*
|
|
1147
|
+
* @regex ^[0-9]+$
|
|
1148
|
+
*
|
|
1149
|
+
* @format Non-negative integer.
|
|
989
1150
|
*
|
|
990
1151
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
991
1152
|
*/
|
|
992
1153
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
993
1154
|
/**
|
|
994
|
-
*
|
|
1155
|
+
*
|
|
1156
|
+
* @optional
|
|
1157
|
+
*
|
|
1158
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1159
|
+
*
|
|
1160
|
+
* @example 1704067199
|
|
1161
|
+
*
|
|
1162
|
+
* @regex ^[0-9]+$
|
|
1163
|
+
*
|
|
1164
|
+
* @format Non-negative integer.
|
|
995
1165
|
*
|
|
996
1166
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
997
1167
|
*/
|
|
998
1168
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
999
1169
|
/**
|
|
1000
|
-
*
|
|
1170
|
+
*
|
|
1171
|
+
* @optional
|
|
1172
|
+
*
|
|
1173
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1174
|
+
*
|
|
1175
|
+
* @example 1672531200
|
|
1176
|
+
*
|
|
1177
|
+
* @regex ^[0-9]+$
|
|
1178
|
+
*
|
|
1179
|
+
* @format Non-negative integer.
|
|
1001
1180
|
*
|
|
1002
1181
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1003
1182
|
*/
|
|
1004
1183
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1005
1184
|
/**
|
|
1006
|
-
*
|
|
1185
|
+
*
|
|
1186
|
+
* @optional
|
|
1187
|
+
*
|
|
1188
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1189
|
+
*
|
|
1190
|
+
* @example 1704067199
|
|
1191
|
+
*
|
|
1192
|
+
* @regex ^[0-9]+$
|
|
1193
|
+
*
|
|
1194
|
+
* @format Non-negative integer.
|
|
1007
1195
|
*
|
|
1008
1196
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1009
1197
|
*/
|
|
1010
1198
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1011
1199
|
/**
|
|
1012
|
-
*
|
|
1200
|
+
*
|
|
1201
|
+
* @optional
|
|
1202
|
+
*
|
|
1203
|
+
* @description Filter by the organization UUID.
|
|
1204
|
+
*
|
|
1205
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1206
|
+
*
|
|
1207
|
+
* @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}$
|
|
1208
|
+
*
|
|
1209
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1013
1210
|
*
|
|
1014
1211
|
* @generated from field: string entity_uuid = 8;
|
|
1015
1212
|
*/
|
|
1016
1213
|
entityUuid = "";
|
|
1017
1214
|
/**
|
|
1018
|
-
*
|
|
1215
|
+
*
|
|
1216
|
+
* @optional
|
|
1217
|
+
*
|
|
1218
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1219
|
+
*
|
|
1220
|
+
* @example STANDING
|
|
1019
1221
|
*
|
|
1020
1222
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1021
1223
|
*/
|
|
@@ -1027,25 +1229,61 @@ class FamiliesServiceFilterReq extends protobuf_1.Message {
|
|
|
1027
1229
|
*/
|
|
1028
1230
|
multiStatus = [];
|
|
1029
1231
|
/**
|
|
1030
|
-
*
|
|
1232
|
+
*
|
|
1233
|
+
* @optional
|
|
1234
|
+
*
|
|
1235
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1236
|
+
*
|
|
1237
|
+
* @example 1672531200
|
|
1238
|
+
*
|
|
1239
|
+
* @regex ^[0-9]+$
|
|
1240
|
+
*
|
|
1241
|
+
* @format Non-negative integer.
|
|
1031
1242
|
*
|
|
1032
1243
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1033
1244
|
*/
|
|
1034
1245
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1035
1246
|
/**
|
|
1036
|
-
*
|
|
1247
|
+
*
|
|
1248
|
+
* @optional
|
|
1249
|
+
*
|
|
1250
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1251
|
+
*
|
|
1252
|
+
* @example 1704067199
|
|
1253
|
+
*
|
|
1254
|
+
* @regex ^[0-9]+$
|
|
1255
|
+
*
|
|
1256
|
+
* @format Non-negative integer.
|
|
1037
1257
|
*
|
|
1038
1258
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1039
1259
|
*/
|
|
1040
1260
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1041
1261
|
/**
|
|
1042
|
-
*
|
|
1262
|
+
*
|
|
1263
|
+
* @optional
|
|
1264
|
+
*
|
|
1265
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1266
|
+
*
|
|
1267
|
+
* @example 501
|
|
1268
|
+
*
|
|
1269
|
+
* @regex ^[0-9]+$
|
|
1270
|
+
*
|
|
1271
|
+
* @format Non-negative integer.
|
|
1043
1272
|
*
|
|
1044
1273
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1045
1274
|
*/
|
|
1046
1275
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1047
1276
|
/**
|
|
1048
|
-
*
|
|
1277
|
+
*
|
|
1278
|
+
* @optional
|
|
1279
|
+
*
|
|
1280
|
+
* @description Filter by the role ID of the approver.
|
|
1281
|
+
*
|
|
1282
|
+
* @example 5
|
|
1283
|
+
*
|
|
1284
|
+
* @regex ^[0-9]+$
|
|
1285
|
+
*
|
|
1286
|
+
* @format Non-negative integer.
|
|
1049
1287
|
*
|
|
1050
1288
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1051
1289
|
*/
|
|
@@ -1208,43 +1446,98 @@ exports.FamiliesServiceFilterReq = FamiliesServiceFilterReq;
|
|
|
1208
1446
|
*/
|
|
1209
1447
|
class FamiliesServiceCountReq extends protobuf_1.Message {
|
|
1210
1448
|
/**
|
|
1211
|
-
*
|
|
1449
|
+
*
|
|
1450
|
+
* @optional
|
|
1451
|
+
*
|
|
1452
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1453
|
+
*
|
|
1454
|
+
* @example ANY
|
|
1212
1455
|
*
|
|
1213
1456
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1214
1457
|
*/
|
|
1215
1458
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1216
1459
|
/**
|
|
1217
|
-
*
|
|
1460
|
+
*
|
|
1461
|
+
* @optional
|
|
1462
|
+
*
|
|
1463
|
+
* @description Filter records created ON or AFTER this UNIX timestamp.
|
|
1464
|
+
*
|
|
1465
|
+
* @example 1672531200
|
|
1466
|
+
*
|
|
1467
|
+
* @regex ^[0-9]+$
|
|
1468
|
+
*
|
|
1469
|
+
* @format Non-negative integer.
|
|
1218
1470
|
*
|
|
1219
1471
|
* @generated from field: uint64 creation_timestamp_start = 101;
|
|
1220
1472
|
*/
|
|
1221
1473
|
creationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1222
1474
|
/**
|
|
1223
|
-
*
|
|
1475
|
+
*
|
|
1476
|
+
* @optional
|
|
1477
|
+
*
|
|
1478
|
+
* @description Filter records created ON or BEFORE this UNIX timestamp.
|
|
1479
|
+
*
|
|
1480
|
+
* @example 1704067199
|
|
1481
|
+
*
|
|
1482
|
+
* @regex ^[0-9]+$
|
|
1483
|
+
*
|
|
1484
|
+
* @format Non-negative integer.
|
|
1224
1485
|
*
|
|
1225
1486
|
* @generated from field: uint64 creation_timestamp_end = 102;
|
|
1226
1487
|
*/
|
|
1227
1488
|
creationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1228
1489
|
/**
|
|
1229
|
-
*
|
|
1490
|
+
*
|
|
1491
|
+
* @optional
|
|
1492
|
+
*
|
|
1493
|
+
* @description Filter records modified ON or AFTER this UNIX timestamp.
|
|
1494
|
+
*
|
|
1495
|
+
* @example 1672531200
|
|
1496
|
+
*
|
|
1497
|
+
* @regex ^[0-9]+$
|
|
1498
|
+
*
|
|
1499
|
+
* @format Non-negative integer.
|
|
1230
1500
|
*
|
|
1231
1501
|
* @generated from field: uint64 modification_timestamp_start = 103;
|
|
1232
1502
|
*/
|
|
1233
1503
|
modificationTimestampStart = protobuf_1.protoInt64.zero;
|
|
1234
1504
|
/**
|
|
1235
|
-
*
|
|
1505
|
+
*
|
|
1506
|
+
* @optional
|
|
1507
|
+
*
|
|
1508
|
+
* @description Filter records modified ON or BEFORE this UNIX timestamp.
|
|
1509
|
+
*
|
|
1510
|
+
* @example 1704067199
|
|
1511
|
+
*
|
|
1512
|
+
* @regex ^[0-9]+$
|
|
1513
|
+
*
|
|
1514
|
+
* @format Non-negative integer.
|
|
1236
1515
|
*
|
|
1237
1516
|
* @generated from field: uint64 modification_timestamp_end = 104;
|
|
1238
1517
|
*/
|
|
1239
1518
|
modificationTimestampEnd = protobuf_1.protoInt64.zero;
|
|
1240
1519
|
/**
|
|
1241
|
-
*
|
|
1520
|
+
*
|
|
1521
|
+
* @optional
|
|
1522
|
+
*
|
|
1523
|
+
* @description Filter by the organization UUID.
|
|
1524
|
+
*
|
|
1525
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1526
|
+
*
|
|
1527
|
+
* @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}$
|
|
1528
|
+
*
|
|
1529
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1242
1530
|
*
|
|
1243
1531
|
* @generated from field: string entity_uuid = 8;
|
|
1244
1532
|
*/
|
|
1245
1533
|
entityUuid = "";
|
|
1246
1534
|
/**
|
|
1247
|
-
*
|
|
1535
|
+
*
|
|
1536
|
+
* @optional
|
|
1537
|
+
*
|
|
1538
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1539
|
+
*
|
|
1540
|
+
* @example STANDING
|
|
1248
1541
|
*
|
|
1249
1542
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1250
1543
|
*/
|
|
@@ -1256,25 +1549,61 @@ class FamiliesServiceCountReq extends protobuf_1.Message {
|
|
|
1256
1549
|
*/
|
|
1257
1550
|
multiStatus = [];
|
|
1258
1551
|
/**
|
|
1259
|
-
*
|
|
1552
|
+
*
|
|
1553
|
+
* @optional
|
|
1554
|
+
*
|
|
1555
|
+
* @description Filter records approved ON or AFTER this UNIX timestamp.
|
|
1556
|
+
*
|
|
1557
|
+
* @example 1672531200
|
|
1558
|
+
*
|
|
1559
|
+
* @regex ^[0-9]+$
|
|
1560
|
+
*
|
|
1561
|
+
* @format Non-negative integer.
|
|
1260
1562
|
*
|
|
1261
1563
|
* @generated from field: uint64 approved_on_start = 11;
|
|
1262
1564
|
*/
|
|
1263
1565
|
approvedOnStart = protobuf_1.protoInt64.zero;
|
|
1264
1566
|
/**
|
|
1265
|
-
*
|
|
1567
|
+
*
|
|
1568
|
+
* @optional
|
|
1569
|
+
*
|
|
1570
|
+
* @description Filter records approved ON or BEFORE this UNIX timestamp.
|
|
1571
|
+
*
|
|
1572
|
+
* @example 1704067199
|
|
1573
|
+
*
|
|
1574
|
+
* @regex ^[0-9]+$
|
|
1575
|
+
*
|
|
1576
|
+
* @format Non-negative integer.
|
|
1266
1577
|
*
|
|
1267
1578
|
* @generated from field: uint64 approved_on_end = 12;
|
|
1268
1579
|
*/
|
|
1269
1580
|
approvedOnEnd = protobuf_1.protoInt64.zero;
|
|
1270
1581
|
/**
|
|
1271
|
-
*
|
|
1582
|
+
*
|
|
1583
|
+
* @optional
|
|
1584
|
+
*
|
|
1585
|
+
* @description Filter by the specific user ID who approved the records.
|
|
1586
|
+
*
|
|
1587
|
+
* @example 501
|
|
1588
|
+
*
|
|
1589
|
+
* @regex ^[0-9]+$
|
|
1590
|
+
*
|
|
1591
|
+
* @format Non-negative integer.
|
|
1272
1592
|
*
|
|
1273
1593
|
* @generated from field: uint64 approved_by_user_id = 13;
|
|
1274
1594
|
*/
|
|
1275
1595
|
approvedByUserId = protobuf_1.protoInt64.zero;
|
|
1276
1596
|
/**
|
|
1277
|
-
*
|
|
1597
|
+
*
|
|
1598
|
+
* @optional
|
|
1599
|
+
*
|
|
1600
|
+
* @description Filter by the role ID of the approver.
|
|
1601
|
+
*
|
|
1602
|
+
* @example 5
|
|
1603
|
+
*
|
|
1604
|
+
* @regex ^[0-9]+$
|
|
1605
|
+
*
|
|
1606
|
+
* @format Non-negative integer.
|
|
1278
1607
|
*
|
|
1279
1608
|
* @generated from field: uint64 approver_role_id = 14;
|
|
1280
1609
|
*/
|
|
@@ -1433,43 +1762,88 @@ exports.FamiliesServiceCountReq = FamiliesServiceCountReq;
|
|
|
1433
1762
|
*/
|
|
1434
1763
|
class FamiliesServiceSearchAllReq extends protobuf_1.Message {
|
|
1435
1764
|
/**
|
|
1436
|
-
*
|
|
1765
|
+
*
|
|
1766
|
+
* @optional
|
|
1767
|
+
*
|
|
1768
|
+
* @description Filter by active status. If `true`, then returns only active records. If `false`, then returns only inactive records.
|
|
1769
|
+
*
|
|
1770
|
+
* @example ANY
|
|
1437
1771
|
*
|
|
1438
1772
|
* @generated from field: Scailo.BOOL_FILTER is_active = 1;
|
|
1439
1773
|
*/
|
|
1440
1774
|
isActive = base_scailo_pb_js_1.BOOL_FILTER.BOOL_FILTER_ANY_UNSPECIFIED;
|
|
1441
1775
|
/**
|
|
1442
|
-
*
|
|
1776
|
+
*
|
|
1777
|
+
* @mandatory
|
|
1778
|
+
*
|
|
1779
|
+
* @description Number of records to fetch. **Critical:** Use `-1` to retrieve all records. A value of `0` will return no results. Default is `0`.
|
|
1780
|
+
*
|
|
1781
|
+
* @example 100
|
|
1782
|
+
*
|
|
1783
|
+
* @regex ^(?:-1|0|[1-9][0-9]*)$
|
|
1784
|
+
*
|
|
1785
|
+
* @format Must be -1 or any non-negative integer (>= -1).
|
|
1443
1786
|
*
|
|
1444
1787
|
* @generated from field: int64 count = 2;
|
|
1445
1788
|
*/
|
|
1446
1789
|
count = protobuf_1.protoInt64.zero;
|
|
1447
1790
|
/**
|
|
1448
|
-
*
|
|
1791
|
+
*
|
|
1792
|
+
* @optional
|
|
1793
|
+
*
|
|
1794
|
+
* @description Number of records to skip (offset) for pagination.
|
|
1795
|
+
*
|
|
1796
|
+
* @example 0
|
|
1797
|
+
*
|
|
1798
|
+
* @regex ^[0-9]+$
|
|
1799
|
+
*
|
|
1800
|
+
* @format Non-negative integer.
|
|
1449
1801
|
*
|
|
1450
1802
|
* @generated from field: uint64 offset = 3;
|
|
1451
1803
|
*/
|
|
1452
1804
|
offset = protobuf_1.protoInt64.zero;
|
|
1453
1805
|
/**
|
|
1454
|
-
*
|
|
1806
|
+
*
|
|
1807
|
+
* @optional
|
|
1808
|
+
*
|
|
1809
|
+
* @description Sort direction.
|
|
1810
|
+
*
|
|
1811
|
+
* @example DESCENDING
|
|
1455
1812
|
*
|
|
1456
1813
|
* @generated from field: Scailo.SORT_ORDER sort_order = 4;
|
|
1457
1814
|
*/
|
|
1458
1815
|
sortOrder = base_scailo_pb_js_1.SORT_ORDER.ASCENDING_UNSPECIFIED;
|
|
1459
1816
|
/**
|
|
1460
|
-
*
|
|
1817
|
+
*
|
|
1818
|
+
* @optional
|
|
1819
|
+
*
|
|
1820
|
+
* @description The field used for sorting.
|
|
1461
1821
|
*
|
|
1462
1822
|
* @generated from field: Scailo.FAMILY_SORT_KEY sort_key = 5;
|
|
1463
1823
|
*/
|
|
1464
1824
|
sortKey = FAMILY_SORT_KEY.FAMILY_SORT_KEY_ID_UNSPECIFIED;
|
|
1465
1825
|
/**
|
|
1466
|
-
*
|
|
1826
|
+
*
|
|
1827
|
+
* @optional
|
|
1828
|
+
*
|
|
1829
|
+
* @description Filter by the organization UUID.
|
|
1830
|
+
*
|
|
1831
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1832
|
+
*
|
|
1833
|
+
* @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}$
|
|
1834
|
+
*
|
|
1835
|
+
* @format If provided, must be a valid v4 UUID in canonical hyphenated form.
|
|
1467
1836
|
*
|
|
1468
1837
|
* @generated from field: string entity_uuid = 6;
|
|
1469
1838
|
*/
|
|
1470
1839
|
entityUuid = "";
|
|
1471
1840
|
/**
|
|
1472
|
-
*
|
|
1841
|
+
*
|
|
1842
|
+
* @optional
|
|
1843
|
+
*
|
|
1844
|
+
* @description Filter by lifecycle status (e.g., DRAFT, STANDING).
|
|
1845
|
+
*
|
|
1846
|
+
* @example STANDING
|
|
1473
1847
|
*
|
|
1474
1848
|
* @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
|
|
1475
1849
|
*/
|
|
@@ -1481,7 +1855,16 @@ class FamiliesServiceSearchAllReq extends protobuf_1.Message {
|
|
|
1481
1855
|
*/
|
|
1482
1856
|
multiStatus = [];
|
|
1483
1857
|
/**
|
|
1484
|
-
*
|
|
1858
|
+
*
|
|
1859
|
+
* @mandatory
|
|
1860
|
+
*
|
|
1861
|
+
* @description The search string to match against reference IDs.
|
|
1862
|
+
*
|
|
1863
|
+
* @example "Medical 2023"
|
|
1864
|
+
*
|
|
1865
|
+
* @regex .*
|
|
1866
|
+
*
|
|
1867
|
+
* @format: May contain any UTF-8 characters.
|
|
1485
1868
|
*
|
|
1486
1869
|
* @generated from field: string search_key = 11;
|
|
1487
1870
|
*/
|
|
@@ -1646,25 +2029,31 @@ exports.FamiliesServiceLabelCreateRequest = FamiliesServiceLabelCreateRequest;
|
|
|
1646
2029
|
*/
|
|
1647
2030
|
class FamilyLabel extends protobuf_1.Message {
|
|
1648
2031
|
/**
|
|
1649
|
-
*
|
|
2032
|
+
*
|
|
2033
|
+
* @description The organization's globally unique identifier.
|
|
2034
|
+
*
|
|
2035
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1650
2036
|
*
|
|
1651
2037
|
* @generated from field: string entity_uuid = 1;
|
|
1652
2038
|
*/
|
|
1653
2039
|
entityUuid = "";
|
|
1654
2040
|
/**
|
|
1655
|
-
*
|
|
2041
|
+
*
|
|
2042
|
+
* @description Standard employee and record metadata including timestamps.
|
|
1656
2043
|
*
|
|
1657
2044
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
1658
2045
|
*/
|
|
1659
2046
|
metadata;
|
|
1660
2047
|
/**
|
|
1661
|
-
*
|
|
2048
|
+
*
|
|
2049
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
1662
2050
|
*
|
|
1663
2051
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
1664
2052
|
*/
|
|
1665
2053
|
approvalMetadata;
|
|
1666
2054
|
/**
|
|
1667
|
-
*
|
|
2055
|
+
*
|
|
2056
|
+
* @description The approval state of the record
|
|
1668
2057
|
*
|
|
1669
2058
|
* @generated from field: bool need_approval = 4;
|
|
1670
2059
|
*/
|
|
@@ -1810,25 +2199,31 @@ exports.FamiliesServiceStorageCreateRequest = FamiliesServiceStorageCreateReques
|
|
|
1810
2199
|
*/
|
|
1811
2200
|
class FamilyStorage extends protobuf_1.Message {
|
|
1812
2201
|
/**
|
|
1813
|
-
*
|
|
2202
|
+
*
|
|
2203
|
+
* @description The organization's globally unique identifier.
|
|
2204
|
+
*
|
|
2205
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
1814
2206
|
*
|
|
1815
2207
|
* @generated from field: string entity_uuid = 1;
|
|
1816
2208
|
*/
|
|
1817
2209
|
entityUuid = "";
|
|
1818
2210
|
/**
|
|
1819
|
-
*
|
|
2211
|
+
*
|
|
2212
|
+
* @description Standard employee and record metadata including timestamps.
|
|
1820
2213
|
*
|
|
1821
2214
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
1822
2215
|
*/
|
|
1823
2216
|
metadata;
|
|
1824
2217
|
/**
|
|
1825
|
-
*
|
|
2218
|
+
*
|
|
2219
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
1826
2220
|
*
|
|
1827
2221
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
1828
2222
|
*/
|
|
1829
2223
|
approvalMetadata;
|
|
1830
2224
|
/**
|
|
1831
|
-
*
|
|
2225
|
+
*
|
|
2226
|
+
* @description The approval state of the record
|
|
1832
2227
|
*
|
|
1833
2228
|
* @generated from field: bool need_approval = 4;
|
|
1834
2229
|
*/
|
|
@@ -2031,25 +2426,31 @@ exports.FamiliesServiceUnitConversionCreateRequest = FamiliesServiceUnitConversi
|
|
|
2031
2426
|
*/
|
|
2032
2427
|
class FamilyUnitConversion extends protobuf_1.Message {
|
|
2033
2428
|
/**
|
|
2034
|
-
*
|
|
2429
|
+
*
|
|
2430
|
+
* @description The organization's globally unique identifier.
|
|
2431
|
+
*
|
|
2432
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2035
2433
|
*
|
|
2036
2434
|
* @generated from field: string entity_uuid = 1;
|
|
2037
2435
|
*/
|
|
2038
2436
|
entityUuid = "";
|
|
2039
2437
|
/**
|
|
2040
|
-
*
|
|
2438
|
+
*
|
|
2439
|
+
* @description Standard employee and record metadata including timestamps.
|
|
2041
2440
|
*
|
|
2042
2441
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
2043
2442
|
*/
|
|
2044
2443
|
metadata;
|
|
2045
2444
|
/**
|
|
2046
|
-
*
|
|
2445
|
+
*
|
|
2446
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
2047
2447
|
*
|
|
2048
2448
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
2049
2449
|
*/
|
|
2050
2450
|
approvalMetadata;
|
|
2051
2451
|
/**
|
|
2052
|
-
*
|
|
2452
|
+
*
|
|
2453
|
+
* @description The approval state of the record
|
|
2053
2454
|
*
|
|
2054
2455
|
* @generated from field: bool need_approval = 4;
|
|
2055
2456
|
*/
|
|
@@ -2209,25 +2610,31 @@ exports.FamiliesServiceQCGroupCreateRequest = FamiliesServiceQCGroupCreateReques
|
|
|
2209
2610
|
*/
|
|
2210
2611
|
class FamilyQCGroup extends protobuf_1.Message {
|
|
2211
2612
|
/**
|
|
2212
|
-
*
|
|
2613
|
+
*
|
|
2614
|
+
* @description The organization's globally unique identifier.
|
|
2615
|
+
*
|
|
2616
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2213
2617
|
*
|
|
2214
2618
|
* @generated from field: string entity_uuid = 1;
|
|
2215
2619
|
*/
|
|
2216
2620
|
entityUuid = "";
|
|
2217
2621
|
/**
|
|
2218
|
-
*
|
|
2622
|
+
*
|
|
2623
|
+
* @description Standard employee and record metadata including timestamps.
|
|
2219
2624
|
*
|
|
2220
2625
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
2221
2626
|
*/
|
|
2222
2627
|
metadata;
|
|
2223
2628
|
/**
|
|
2224
|
-
*
|
|
2629
|
+
*
|
|
2630
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
2225
2631
|
*
|
|
2226
2632
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
2227
2633
|
*/
|
|
2228
2634
|
approvalMetadata;
|
|
2229
2635
|
/**
|
|
2230
|
-
*
|
|
2636
|
+
*
|
|
2637
|
+
* @description The approval state of the record
|
|
2231
2638
|
*
|
|
2232
2639
|
* @generated from field: bool need_approval = 4;
|
|
2233
2640
|
*/
|
|
@@ -2444,25 +2851,31 @@ exports.FamiliesServiceImageUpdateRequest = FamiliesServiceImageUpdateRequest;
|
|
|
2444
2851
|
*/
|
|
2445
2852
|
class FamilyImage extends protobuf_1.Message {
|
|
2446
2853
|
/**
|
|
2447
|
-
*
|
|
2854
|
+
*
|
|
2855
|
+
* @description The organization's globally unique identifier.
|
|
2856
|
+
*
|
|
2857
|
+
* @example "550e8400-e29b-41d4-a716-446655440000"
|
|
2448
2858
|
*
|
|
2449
2859
|
* @generated from field: string entity_uuid = 1;
|
|
2450
2860
|
*/
|
|
2451
2861
|
entityUuid = "";
|
|
2452
2862
|
/**
|
|
2453
|
-
*
|
|
2863
|
+
*
|
|
2864
|
+
* @description Standard employee and record metadata including timestamps.
|
|
2454
2865
|
*
|
|
2455
2866
|
* @generated from field: Scailo.EmployeeMetadata metadata = 2;
|
|
2456
2867
|
*/
|
|
2457
2868
|
metadata;
|
|
2458
2869
|
/**
|
|
2459
|
-
*
|
|
2870
|
+
*
|
|
2871
|
+
* @description Detailed approval workflow state (Approver ID, Role, and Timestamps).
|
|
2460
2872
|
*
|
|
2461
2873
|
* @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
|
|
2462
2874
|
*/
|
|
2463
2875
|
approvalMetadata;
|
|
2464
2876
|
/**
|
|
2465
|
-
*
|
|
2877
|
+
*
|
|
2878
|
+
* @description The approval state of the record
|
|
2466
2879
|
*
|
|
2467
2880
|
* @generated from field: bool need_approval = 4;
|
|
2468
2881
|
*/
|