Remove outdated edge gateway object classes, add new agent implementation

Transitioned from obsolete gateway object classes (`edge_gateway_shell_action_jobs_o`, `edge_gateway_shell_events_o`, `edge_gateway_shell_sessions_o`, `edge_gateway_update_jobs_o`) to the new agent implementation (`edge-gateway-agent/agent.php`).
This commit is contained in:
Jeppe Bundgaard
2026-04-21 14:13:17 +02:00
parent d30a006457
commit 7d450e285e
90 changed files with 11811 additions and 2760 deletions
+13 -1
View File
@@ -2195,6 +2195,17 @@ paths:
two_factor_enabled:
type: boolean
description: Indicates if 2FA is enabled for this account
runtime_config:
type: object
properties:
economic:
type: object
properties:
transaction_draft_customer_number:
type: integer
nullable: true
additionalProperties: false
additionalProperties: true
'400':
$ref: '#/components/responses/BadRequest'
'401':
@@ -12041,12 +12052,13 @@ components:
type: object
properties:
module: { type: string, enum: [economic] }
variable: { type: string, enum: [adminFeeMonthly, adminFeeOrder, feeProductId, invoiceLayoutNumber, paymentTermsNumber] }
variable: { type: string, enum: [adminFeeMonthly, adminFeeOrder, feeProductId, invoiceLayoutNumber, paymentTermsNumber, transactionDraftCustomerNumber] }
type: { type: string, enum: [string, int] }
value:
oneOf:
- type: string
- type: integer
nullable: true
required: [module, variable, type, value]
RecaptchaConfigEntry: