@zensoftbr/zenerpclient 1.0.2 → 1.0.4
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/dist/cjs/api/api.module.js +1 -2
- package/dist/cjs/api/api.module.js.map +1 -1
- package/dist/cjs/api/commercial/commercial.module.js +25 -1
- package/dist/cjs/api/commercial/commercial.module.js.map +1 -1
- package/dist/cjs/api/commercial/contract/Contract.js +31 -0
- package/dist/cjs/api/commercial/contract/Contract.js.map +1 -0
- package/dist/cjs/api/commercial/contract/ContractBilling.js +14 -0
- package/dist/cjs/api/commercial/contract/ContractBilling.js.map +1 -0
- package/dist/cjs/api/commercial/contract/ContractFull.js +32 -0
- package/dist/cjs/api/commercial/contract/ContractFull.js.map +1 -0
- package/dist/cjs/api/commercial/contract/ContractIndex.js +13 -0
- package/dist/cjs/api/commercial/contract/ContractIndex.js.map +1 -0
- package/dist/cjs/api/commercial/contract/ContractItem.js +15 -0
- package/dist/cjs/api/commercial/contract/ContractItem.js.map +1 -0
- package/dist/cjs/api/commercial/contract/ContractProfile.js +13 -0
- package/dist/cjs/api/commercial/contract/ContractProfile.js.map +1 -0
- package/dist/cjs/api/commercial/contract/ContractService.js +222 -0
- package/dist/cjs/api/commercial/contract/ContractService.js.map +1 -0
- package/dist/cjs/api/commercial/contract/contract.module.js +16 -0
- package/dist/cjs/api/commercial/contract/contract.module.js.map +1 -0
- package/dist/cjs/api/financial/ArgsOpSettleMethodSettlement.js +1 -0
- package/dist/cjs/api/financial/ArgsOpSettleMethodSettlement.js.map +1 -1
- package/dist/cjs/api/financial/ArgsOpSettleSettlement.js +1 -0
- package/dist/cjs/api/financial/ArgsOpSettleSettlement.js.map +1 -1
- package/dist/cjs/api/fiscal/IncomingInvoice.js +3 -3
- package/dist/cjs/api/fiscal/IncomingInvoice.js.map +1 -1
- package/dist/cjs/api/fiscal/Invoice.js +3 -3
- package/dist/cjs/api/fiscal/Invoice.js.map +1 -1
- package/dist/cjs/api/fiscal/OutgoingInvoice.js +3 -3
- package/dist/cjs/api/fiscal/OutgoingInvoice.js.map +1 -1
- package/dist/cjs/api/material/ArgsMovingOrderItemOpLoad.js +0 -1
- package/dist/cjs/api/material/ArgsMovingOrderItemOpLoad.js.map +1 -1
- package/dist/cjs/api/material/ArgsMovingOrderOpAllocateStock.js +10 -0
- package/dist/cjs/api/material/ArgsMovingOrderOpAllocateStock.js.map +1 -0
- package/dist/cjs/api/material/ArgsPickingOrderOpCreate.js +1 -0
- package/dist/cjs/api/material/ArgsPickingOrderOpCreate.js.map +1 -1
- package/dist/cjs/api/material/ArgsVolumeOpCheck.js +11 -0
- package/dist/cjs/api/material/ArgsVolumeOpCheck.js.map +1 -0
- package/dist/cjs/api/material/MaterialService.js +59 -24
- package/dist/cjs/api/material/MaterialService.js.map +1 -1
- package/dist/cjs/api/material/MovingOrderItem.js +1 -0
- package/dist/cjs/api/material/MovingOrderItem.js.map +1 -1
- package/dist/cjs/api/material/OutgoingList.js +2 -0
- package/dist/cjs/api/material/OutgoingList.js.map +1 -1
- package/dist/cjs/api/material/PickingOrder.js +1 -0
- package/dist/cjs/api/material/PickingOrder.js.map +1 -1
- package/dist/cjs/api/material/ReservationItem.js +27 -0
- package/dist/cjs/api/material/ReservationItem.js.map +1 -0
- package/dist/cjs/api/material/Volume.js +2 -0
- package/dist/cjs/api/material/Volume.js.map +1 -1
- package/dist/cjs/api/material/material.module.js +3 -3
- package/dist/cjs/api/material/material.module.js.map +1 -1
- package/dist/cjs/api/production/ArgsProductionOrderOpCreate.js +9 -0
- package/dist/cjs/api/production/ArgsProductionOrderOpCreate.js.map +1 -0
- package/dist/cjs/api/production/BomItem.js +2 -3
- package/dist/cjs/api/production/BomItem.js.map +1 -1
- package/dist/cjs/api/production/OperationType.js +1 -1
- package/dist/cjs/api/production/OperationType.js.map +1 -1
- package/dist/cjs/api/production/ProductionBatch.js +16 -0
- package/dist/cjs/api/production/ProductionBatch.js.map +1 -0
- package/dist/cjs/api/production/ProductionOrder.js +3 -5
- package/dist/cjs/api/production/ProductionOrder.js.map +1 -1
- package/dist/cjs/api/production/ProductionProfile.js +11 -0
- package/dist/cjs/api/production/ProductionProfile.js.map +1 -0
- package/dist/cjs/api/production/ProductionService.js +188 -4
- package/dist/cjs/api/production/ProductionService.js.map +1 -1
- package/dist/cjs/api/production/ProductionStep.js +11 -0
- package/dist/cjs/api/production/ProductionStep.js.map +1 -0
- package/dist/cjs/api/production/ProductionStepInput.js +14 -0
- package/dist/cjs/api/production/ProductionStepInput.js.map +1 -0
- package/dist/cjs/api/production/ProductionStepOutput.js +15 -0
- package/dist/cjs/api/production/ProductionStepOutput.js.map +1 -0
- package/dist/cjs/api/production/production.module.js +11 -3
- package/dist/cjs/api/production/production.module.js.map +1 -1
- package/dist/cjs/api/purchase/Purchase.js +1 -0
- package/dist/cjs/api/purchase/Purchase.js.map +1 -1
- package/dist/cjs/api/sale/Sale.js +1 -0
- package/dist/cjs/api/sale/Sale.js.map +1 -1
- package/dist/cjs/api/sale/SaleService.js +13 -0
- package/dist/cjs/api/sale/SaleService.js.map +1 -1
- package/dist/cjs/api/shipping/ShippingService.js +25 -0
- package/dist/cjs/api/shipping/ShippingService.js.map +1 -1
- package/dist/cjs/api/system/automation/Agent.js +1 -4
- package/dist/cjs/api/system/automation/Agent.js.map +1 -1
- package/dist/cjs/api/system/automation/AutomationService.js +6 -49
- package/dist/cjs/api/system/automation/AutomationService.js.map +1 -1
- package/dist/cjs/api/system/automation/Schedule.js +1 -1
- package/dist/cjs/api/system/automation/Schedule.js.map +1 -1
- package/dist/cjs/api/system/automation/automation.module.js +1 -7
- package/dist/cjs/api/system/automation/automation.module.js.map +1 -1
- package/dist/cjs/api/system/integration/Subscription.js +1 -1
- package/dist/cjs/api/system/integration/Subscription.js.map +1 -1
- package/dist/esm/api/api.module.js +0 -1
- package/dist/esm/api/api.module.js.map +1 -1
- package/dist/esm/api/commercial/commercial.module.js +1 -0
- package/dist/esm/api/commercial/commercial.module.js.map +1 -1
- package/dist/esm/api/commercial/contract/Contract.js +27 -0
- package/dist/esm/api/commercial/contract/Contract.js.map +1 -0
- package/dist/esm/api/commercial/contract/ContractBilling.js +10 -0
- package/dist/esm/api/commercial/contract/ContractBilling.js.map +1 -0
- package/dist/esm/api/commercial/contract/ContractFull.js +28 -0
- package/dist/esm/api/commercial/contract/ContractFull.js.map +1 -0
- package/dist/esm/api/commercial/contract/ContractIndex.js +9 -0
- package/dist/esm/api/commercial/contract/ContractIndex.js.map +1 -0
- package/dist/esm/api/commercial/contract/ContractItem.js +11 -0
- package/dist/esm/api/commercial/contract/ContractItem.js.map +1 -0
- package/dist/esm/api/commercial/contract/ContractProfile.js +9 -0
- package/dist/esm/api/commercial/contract/ContractProfile.js.map +1 -0
- package/dist/esm/api/commercial/contract/ContractService.js +218 -0
- package/dist/esm/api/commercial/contract/ContractService.js.map +1 -0
- package/dist/esm/api/commercial/contract/contract.module.js +7 -0
- package/dist/esm/api/commercial/contract/contract.module.js.map +1 -0
- package/dist/esm/api/financial/ArgsOpSettleMethodSettlement.js +1 -0
- package/dist/esm/api/financial/ArgsOpSettleMethodSettlement.js.map +1 -1
- package/dist/esm/api/financial/ArgsOpSettleSettlement.js +1 -0
- package/dist/esm/api/financial/ArgsOpSettleSettlement.js.map +1 -1
- package/dist/esm/api/fiscal/IncomingInvoice.js +3 -3
- package/dist/esm/api/fiscal/IncomingInvoice.js.map +1 -1
- package/dist/esm/api/fiscal/Invoice.js +3 -3
- package/dist/esm/api/fiscal/Invoice.js.map +1 -1
- package/dist/esm/api/fiscal/OutgoingInvoice.js +3 -3
- package/dist/esm/api/fiscal/OutgoingInvoice.js.map +1 -1
- package/dist/esm/api/material/ArgsMovingOrderItemOpLoad.js +0 -1
- package/dist/esm/api/material/ArgsMovingOrderItemOpLoad.js.map +1 -1
- package/dist/esm/api/material/ArgsMovingOrderOpAllocateStock.js +6 -0
- package/dist/esm/api/material/ArgsMovingOrderOpAllocateStock.js.map +1 -0
- package/dist/esm/api/material/ArgsPickingOrderOpCreate.js +1 -0
- package/dist/esm/api/material/ArgsPickingOrderOpCreate.js.map +1 -1
- package/dist/esm/api/material/ArgsVolumeOpCheck.js +7 -0
- package/dist/esm/api/material/ArgsVolumeOpCheck.js.map +1 -0
- package/dist/esm/api/material/MaterialService.js +59 -24
- package/dist/esm/api/material/MaterialService.js.map +1 -1
- package/dist/esm/api/material/MovingOrderItem.js +1 -0
- package/dist/esm/api/material/MovingOrderItem.js.map +1 -1
- package/dist/esm/api/material/OutgoingList.js +2 -0
- package/dist/esm/api/material/OutgoingList.js.map +1 -1
- package/dist/esm/api/material/PickingOrder.js +1 -0
- package/dist/esm/api/material/PickingOrder.js.map +1 -1
- package/dist/esm/api/material/ReservationItem.js +23 -0
- package/dist/esm/api/material/ReservationItem.js.map +1 -0
- package/dist/esm/api/material/Volume.js +2 -0
- package/dist/esm/api/material/Volume.js.map +1 -1
- package/dist/esm/api/material/material.module.js +1 -1
- package/dist/esm/api/material/material.module.js.map +1 -1
- package/dist/esm/api/production/ArgsProductionOrderOpCreate.js +5 -0
- package/dist/esm/api/production/ArgsProductionOrderOpCreate.js.map +1 -0
- package/dist/esm/api/production/BomItem.js +2 -3
- package/dist/esm/api/production/BomItem.js.map +1 -1
- package/dist/esm/api/production/OperationType.js +1 -1
- package/dist/esm/api/production/OperationType.js.map +1 -1
- package/dist/esm/api/production/ProductionBatch.js +12 -0
- package/dist/esm/api/production/ProductionBatch.js.map +1 -0
- package/dist/esm/api/production/ProductionOrder.js +3 -5
- package/dist/esm/api/production/ProductionOrder.js.map +1 -1
- package/dist/esm/api/production/ProductionProfile.js +7 -0
- package/dist/esm/api/production/ProductionProfile.js.map +1 -0
- package/dist/esm/api/production/ProductionService.js +188 -4
- package/dist/esm/api/production/ProductionService.js.map +1 -1
- package/dist/esm/api/production/ProductionStep.js +7 -0
- package/dist/esm/api/production/ProductionStep.js.map +1 -0
- package/dist/esm/api/production/ProductionStepInput.js +10 -0
- package/dist/esm/api/production/ProductionStepInput.js.map +1 -0
- package/dist/esm/api/production/ProductionStepOutput.js +11 -0
- package/dist/esm/api/production/ProductionStepOutput.js.map +1 -0
- package/dist/esm/api/production/production.module.js +5 -1
- package/dist/esm/api/production/production.module.js.map +1 -1
- package/dist/esm/api/purchase/Purchase.js +1 -0
- package/dist/esm/api/purchase/Purchase.js.map +1 -1
- package/dist/esm/api/sale/Sale.js +1 -0
- package/dist/esm/api/sale/Sale.js.map +1 -1
- package/dist/esm/api/sale/SaleService.js +13 -0
- package/dist/esm/api/sale/SaleService.js.map +1 -1
- package/dist/esm/api/shipping/ShippingService.js +25 -0
- package/dist/esm/api/shipping/ShippingService.js.map +1 -1
- package/dist/esm/api/system/automation/Agent.js +1 -4
- package/dist/esm/api/system/automation/Agent.js.map +1 -1
- package/dist/esm/api/system/automation/AutomationService.js +6 -49
- package/dist/esm/api/system/automation/AutomationService.js.map +1 -1
- package/dist/esm/api/system/automation/Schedule.js +1 -1
- package/dist/esm/api/system/automation/Schedule.js.map +1 -1
- package/dist/esm/api/system/automation/automation.module.js +0 -3
- package/dist/esm/api/system/automation/automation.module.js.map +1 -1
- package/dist/esm/api/system/integration/Subscription.js +1 -1
- package/dist/esm/api/system/integration/Subscription.js.map +1 -1
- package/dist/iife/zenerpclient.js +1 -1
- package/dist/iife/zenerpclient.js.map +1 -1
- package/dist/types/api/api.module.d.ts +0 -1
- package/dist/types/api/commercial/commercial.module.d.ts +1 -0
- package/dist/types/api/commercial/contract/Contract.d.ts +32 -0
- package/dist/types/api/commercial/contract/ContractBilling.d.ts +10 -0
- package/dist/types/api/commercial/contract/ContractFull.d.ts +33 -0
- package/dist/types/api/commercial/contract/ContractIndex.d.ts +8 -0
- package/dist/types/api/commercial/contract/ContractItem.d.ts +11 -0
- package/dist/types/api/commercial/contract/ContractProfile.d.ts +9 -0
- package/dist/types/api/commercial/contract/ContractService.d.ts +44 -0
- package/dist/types/api/commercial/contract/contract.module.d.ts +6 -0
- package/dist/types/api/financial/ArgsOpSettleMethodSettlement.d.ts +1 -0
- package/dist/types/api/financial/ArgsOpSettleSettlement.d.ts +1 -0
- package/dist/types/api/fiscal/IncomingInvoice.d.ts +3 -3
- package/dist/types/api/fiscal/Invoice.d.ts +3 -3
- package/dist/types/api/fiscal/OutgoingInvoice.d.ts +3 -3
- package/dist/types/api/material/ArgsMovingOrderItemOpLoad.d.ts +0 -1
- package/dist/types/api/material/ArgsMovingOrderOpAllocateStock.d.ts +5 -0
- package/dist/types/api/material/ArgsPickingOrderOpCreate.d.ts +1 -0
- package/dist/types/api/material/ArgsVolumeOpCheck.d.ts +6 -0
- package/dist/types/api/material/MaterialService.d.ts +10 -5
- package/dist/types/api/material/MovingOrderItem.d.ts +2 -0
- package/dist/types/api/material/OutgoingList.d.ts +3 -0
- package/dist/types/api/material/PickingOrder.d.ts +2 -0
- package/dist/types/api/material/ReservationItem.d.ts +33 -0
- package/dist/types/api/material/StockCluster.d.ts +1 -1
- package/dist/types/api/material/Volume.d.ts +3 -0
- package/dist/types/api/material/material.module.d.ts +1 -1
- package/dist/types/api/production/ArgsProductionOrderOpCreate.d.ts +5 -0
- package/dist/types/api/production/BomItem.d.ts +2 -3
- package/dist/types/api/production/OperationType.d.ts +2 -2
- package/dist/types/api/production/ProductionBatch.d.ts +15 -0
- package/dist/types/api/production/ProductionOrder.d.ts +4 -8
- package/dist/types/api/production/ProductionProfile.d.ts +6 -0
- package/dist/types/api/production/ProductionService.d.ts +35 -3
- package/dist/types/api/production/ProductionStep.d.ts +7 -0
- package/dist/types/api/production/ProductionStepInput.d.ts +11 -0
- package/dist/types/api/production/ProductionStepOutput.d.ts +12 -0
- package/dist/types/api/production/production.module.d.ts +5 -1
- package/dist/types/api/purchase/Purchase.d.ts +1 -0
- package/dist/types/api/sale/Sale.d.ts +2 -0
- package/dist/types/api/sale/SaleService.d.ts +2 -0
- package/dist/types/api/shipping/ShippingService.d.ts +5 -0
- package/dist/types/api/system/automation/Agent.d.ts +1 -4
- package/dist/types/api/system/automation/AutomationService.d.ts +1 -10
- package/dist/types/api/system/automation/Schedule.d.ts +2 -2
- package/dist/types/api/system/automation/automation.module.d.ts +0 -3
- package/dist/types/api/system/integration/Subscription.d.ts +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ProductPacking } from "../catalog/product/ProductPacking.js";
|
|
2
|
+
import { ProductionStep } from "./ProductionStep.js";
|
|
3
|
+
export declare class ProductionStepInput {
|
|
4
|
+
id: number;
|
|
5
|
+
productionStep: ProductionStep;
|
|
6
|
+
productPacking: ProductPacking;
|
|
7
|
+
quantity: number;
|
|
8
|
+
servedQuantity: number;
|
|
9
|
+
tags: string;
|
|
10
|
+
properties: Object;
|
|
11
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ProductPacking } from "../catalog/product/ProductPacking.js";
|
|
2
|
+
import { ProductionStep } from "./ProductionStep.js";
|
|
3
|
+
export declare class ProductionStepOutput {
|
|
4
|
+
id: number;
|
|
5
|
+
productionStep: ProductionStep;
|
|
6
|
+
productPacking: ProductPacking;
|
|
7
|
+
quantity: number;
|
|
8
|
+
weight: number;
|
|
9
|
+
servedQuantity: number;
|
|
10
|
+
tags: string;
|
|
11
|
+
properties: Object;
|
|
12
|
+
}
|
|
@@ -4,6 +4,10 @@ export { BomItem } from "./BomItem.js";
|
|
|
4
4
|
export { Operation } from "./Operation.js";
|
|
5
5
|
export { OperationType } from "./OperationType.js";
|
|
6
6
|
export { OperationTypeAccount } from "./OperationTypeAccount.js";
|
|
7
|
+
export { ProductionBatch } from "./ProductionBatch.js";
|
|
7
8
|
export { ProductionOrder } from "./ProductionOrder.js";
|
|
8
9
|
export { ProductionOrderProduction } from "./ProductionOrderProduction.js";
|
|
9
|
-
export {
|
|
10
|
+
export { ProductionProfile } from "./ProductionProfile.js";
|
|
11
|
+
export { ProductionStep } from "./ProductionStep.js";
|
|
12
|
+
export { ProductionStepInput } from "./ProductionStepInput.js";
|
|
13
|
+
export { ProductionStepOutput } from "./ProductionStepOutput.js";
|
|
@@ -7,6 +7,7 @@ import { Person } from "../catalog/person/Person.js";
|
|
|
7
7
|
import { PersonAddress } from "../catalog/person/PersonAddress.js";
|
|
8
8
|
import { PriceList } from "./PriceList.js";
|
|
9
9
|
import { SaleProfile } from "./SaleProfile.js";
|
|
10
|
+
import { Shipment } from "../shipping/Shipment.js";
|
|
10
11
|
import { Workflow } from "../system/workflow/Workflow.js";
|
|
11
12
|
import { Workpiece } from "../system/workflow/Workpiece.js";
|
|
12
13
|
export declare class Sale {
|
|
@@ -29,6 +30,7 @@ export declare class Sale {
|
|
|
29
30
|
currency: Currency;
|
|
30
31
|
totalValue: number;
|
|
31
32
|
outgoingRequest: OutgoingRequest;
|
|
33
|
+
shipment: Shipment;
|
|
32
34
|
outgoingInvoice: OutgoingInvoice;
|
|
33
35
|
tags: string;
|
|
34
36
|
properties: Object;
|
|
@@ -83,6 +83,8 @@ export declare class SaleService {
|
|
|
83
83
|
saleOpPrepareRevert(id: number): Promise<Sale>;
|
|
84
84
|
saleOpReleaseForPicking(id: number): Promise<Sale>;
|
|
85
85
|
saleOpReleaseForPickingRevert(id: number): Promise<Sale>;
|
|
86
|
+
saleOpShipmentAssign(id: number, shipmentId: number): Promise<Sale>;
|
|
87
|
+
saleOpShipmentAssignRevert(id: number): Promise<Sale>;
|
|
86
88
|
saleOpUpdate(bean: Sale): Promise<Sale>;
|
|
87
89
|
salePaymentCreate(bean: SalePayment): Promise<SalePayment>;
|
|
88
90
|
salePaymentDelete(id: number): Promise<void>;
|
|
@@ -7,6 +7,11 @@ export declare class ShippingService {
|
|
|
7
7
|
shipmentDelete(id: number): Promise<void>;
|
|
8
8
|
shipmentOpApprove(id: number): Promise<Shipment>;
|
|
9
9
|
shipmentOpApproveRevert(id: number): Promise<Shipment>;
|
|
10
|
+
shipmentOpCheckFinish(id: number): Promise<Shipment>;
|
|
11
|
+
shipmentOpCheckFinishRevert(id: number): Promise<Shipment>;
|
|
12
|
+
shipmentOpCheckIgnore(id: number): Promise<Shipment>;
|
|
13
|
+
shipmentOpCheckStart(id: number): Promise<Shipment>;
|
|
14
|
+
shipmentOpCheckStartRevert(id: number): Promise<Shipment>;
|
|
10
15
|
shipmentOpFinish(id: number): Promise<Shipment>;
|
|
11
16
|
shipmentOpFinishRevert(id: number): Promise<Shipment>;
|
|
12
17
|
shipmentOpLoadIgnore(id: number): Promise<Shipment>;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { Client } from "../../../Client.js";
|
|
2
2
|
import { Agent } from "./Agent.js";
|
|
3
|
-
import { AgentParameter } from "./AgentParameter.js";
|
|
4
|
-
import { AgentRun } from "./AgentRun.js";
|
|
5
3
|
import { Schedule } from "./Schedule.js";
|
|
6
4
|
import { Watcher } from "./Watcher.js";
|
|
7
5
|
export declare class AutomationService {
|
|
@@ -9,16 +7,9 @@ export declare class AutomationService {
|
|
|
9
7
|
constructor(client: Client);
|
|
10
8
|
agentCreate(bean: Agent): Promise<Agent>;
|
|
11
9
|
agentDelete(id: number): Promise<void>;
|
|
12
|
-
|
|
13
|
-
agentOpGetTopics(id: number): Promise<string[]>;
|
|
10
|
+
agentOpExecute(id: number, parameters: Object): Promise<void>;
|
|
14
11
|
agentRead(search: any): Promise<Agent[]>;
|
|
15
12
|
agentReadById(id: number): Promise<Agent>;
|
|
16
|
-
agentRunCreate(bean: AgentRun): Promise<AgentRun>;
|
|
17
|
-
agentRunDelete(id: number): Promise<void>;
|
|
18
|
-
agentRunOpExecute(id: number, parameters: Object): Promise<void>;
|
|
19
|
-
agentRunRead(search: any): Promise<AgentRun[]>;
|
|
20
|
-
agentRunReadById(id: number): Promise<AgentRun>;
|
|
21
|
-
agentRunUpdate(bean: AgentRun): Promise<AgentRun>;
|
|
22
13
|
agentUpdate(bean: Agent): Promise<Agent>;
|
|
23
14
|
scheduleCreate(bean: Schedule): Promise<Schedule>;
|
|
24
15
|
scheduleDelete(id: number): Promise<void>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Agent } from "./Agent.js";
|
|
2
2
|
export declare class Schedule {
|
|
3
3
|
id: number;
|
|
4
4
|
code: string;
|
|
@@ -7,7 +7,7 @@ export declare class Schedule {
|
|
|
7
7
|
expression: string;
|
|
8
8
|
nextRun: Date;
|
|
9
9
|
lastRun: Date;
|
|
10
|
-
|
|
10
|
+
agent: Agent;
|
|
11
11
|
tags: string;
|
|
12
12
|
properties: Object;
|
|
13
13
|
}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
export { AutomationService } from "./AutomationService.js";
|
|
2
2
|
export { Agent } from "./Agent.js";
|
|
3
|
-
export { AgentAccessPoint } from "./AgentAccessPoint.js";
|
|
4
|
-
export { AgentParameter } from "./AgentParameter.js";
|
|
5
|
-
export { AgentRun } from "./AgentRun.js";
|
|
6
3
|
export { Schedule } from "./Schedule.js";
|
|
7
4
|
export { Watcher } from "./Watcher.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Agent } from "../automation/Agent.js";
|
|
2
2
|
import { Queue } from "./Queue.js";
|
|
3
3
|
import { Topic } from "./Topic.js";
|
|
4
4
|
export declare class Subscription {
|
|
@@ -7,7 +7,7 @@ export declare class Subscription {
|
|
|
7
7
|
protocol: string;
|
|
8
8
|
target: string;
|
|
9
9
|
queue: Queue;
|
|
10
|
-
|
|
10
|
+
agent: Agent;
|
|
11
11
|
tags: string;
|
|
12
12
|
properties: Object;
|
|
13
13
|
}
|