@zensoftbr/zenerpclient 1.0.3 → 1.0.5
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/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/Lot.js +1 -0
- package/dist/cjs/api/material/Lot.js.map +1 -1
- 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 +193 -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/SystemService.js +5 -0
- package/dist/cjs/api/system/SystemService.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/file/FileService.js +2 -2
- package/dist/cjs/api/system/integration/Subscription.js +1 -1
- package/dist/cjs/api/system/integration/Subscription.js.map +1 -1
- package/dist/cjs/api/system/printing/PrintingService.js +2 -2
- 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/Lot.js +1 -0
- package/dist/esm/api/material/Lot.js.map +1 -1
- 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 +193 -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/SystemService.js +5 -0
- package/dist/esm/api/system/SystemService.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/file/FileService.js +2 -2
- package/dist/esm/api/system/integration/Subscription.js +1 -1
- package/dist/esm/api/system/integration/Subscription.js.map +1 -1
- package/dist/esm/api/system/printing/PrintingService.js +2 -2
- package/dist/iife/zenerpclient.js +1 -1
- package/dist/iife/zenerpclient.js.map +1 -1
- package/dist/types/api/catalog/CatalogService.d.ts +1 -1
- package/dist/types/api/catalog/company/CompanyService.d.ts +2 -2
- package/dist/types/api/catalog/location/LocationService.d.ts +3 -3
- package/dist/types/api/catalog/person/PersonService.d.ts +6 -6
- package/dist/types/api/catalog/product/ProductService.d.ts +9 -9
- package/dist/types/api/commercial/CommercialService.d.ts +2 -2
- package/dist/types/api/commercial/contract/ContractService.d.ts +4 -4
- package/dist/types/api/financial/ArgsOpSettleMethodSettlement.d.ts +1 -0
- package/dist/types/api/financial/ArgsOpSettleSettlement.d.ts +1 -0
- package/dist/types/api/financial/FinancialService.d.ts +6 -6
- package/dist/types/api/financial/accounting/AccountingService.d.ts +10 -10
- package/dist/types/api/financial/billing/BillingService.d.ts +5 -5
- package/dist/types/api/financial/credit/CreditService.d.ts +2 -2
- package/dist/types/api/financial/treasury/TreasuryService.d.ts +1 -1
- package/dist/types/api/fiscal/FiscalService.d.ts +14 -14
- 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/fiscal/br/FiscalBrService.d.ts +2 -2
- package/dist/types/api/fiscal/taxation/TaxationService.d.ts +4 -4
- package/dist/types/api/logistic/LogisticService.d.ts +2 -2
- 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/Lot.d.ts +1 -0
- package/dist/types/api/material/MaterialService.d.ts +37 -32
- 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 +42 -9
- 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/purchase/PurchaseService.d.ts +10 -10
- package/dist/types/api/sale/Sale.d.ts +2 -0
- package/dist/types/api/sale/SaleService.d.ts +13 -11
- package/dist/types/api/shipping/ShippingService.d.ts +6 -1
- package/dist/types/api/supply/reservation/ReservationService.d.ts +1 -1
- package/dist/types/api/system/SystemService.d.ts +2 -1
- package/dist/types/api/system/audit/AuditService.d.ts +1 -1
- package/dist/types/api/system/automation/Agent.d.ts +1 -4
- package/dist/types/api/system/automation/AutomationService.d.ts +4 -13
- 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/data/DataService.d.ts +2 -2
- package/dist/types/api/system/file/FileService.d.ts +2 -2
- package/dist/types/api/system/image/ImageService.d.ts +1 -1
- package/dist/types/api/system/integration/IntegrationService.d.ts +4 -4
- package/dist/types/api/system/integration/Subscription.d.ts +2 -2
- package/dist/types/api/system/mail/MailService.d.ts +1 -1
- package/dist/types/api/system/plugin/PluginService.d.ts +1 -1
- package/dist/types/api/system/printing/PrintingService.d.ts +3 -3
- package/dist/types/api/system/report/ReportService.d.ts +1 -1
- package/dist/types/api/system/security/SecurityService.d.ts +8 -8
- package/dist/types/api/system/workflow/WorkflowService.d.ts +3 -3
- package/package.json +2 -1
|
@@ -13,9 +13,9 @@ export declare class PurchaseService {
|
|
|
13
13
|
#private;
|
|
14
14
|
constructor(client: Client);
|
|
15
15
|
priceListCreate(bean: PriceList): Promise<PriceList>;
|
|
16
|
-
priceListDelete(id: number): Promise<
|
|
16
|
+
priceListDelete(id: number): Promise<PriceList>;
|
|
17
17
|
priceListItemCreate(bean: PriceListItem): Promise<PriceListItem>;
|
|
18
|
-
priceListItemDelete(id: number): Promise<
|
|
18
|
+
priceListItemDelete(id: number): Promise<PriceListItem>;
|
|
19
19
|
priceListItemRead(search: any): Promise<PriceListItem[]>;
|
|
20
20
|
priceListItemReadById(id: number): Promise<PriceListItem>;
|
|
21
21
|
priceListItemUpdate(bean: PriceListItem): Promise<PriceListItem>;
|
|
@@ -23,9 +23,9 @@ export declare class PurchaseService {
|
|
|
23
23
|
priceListReadById(id: number): Promise<PriceList>;
|
|
24
24
|
priceListUpdate(bean: PriceList): Promise<PriceList>;
|
|
25
25
|
proposalCreate(bean: Proposal): Promise<Proposal>;
|
|
26
|
-
proposalDelete(id: number): Promise<
|
|
26
|
+
proposalDelete(id: number): Promise<Proposal>;
|
|
27
27
|
proposalItemCreate(bean: ProposalItem): Promise<ProposalItem>;
|
|
28
|
-
proposalItemDelete(id: number): Promise<
|
|
28
|
+
proposalItemDelete(id: number): Promise<ProposalItem>;
|
|
29
29
|
proposalItemOpApprove(id: number, args: any): Promise<ProposalItem>;
|
|
30
30
|
proposalItemOpApproveRevert(id: number): Promise<ProposalItem>;
|
|
31
31
|
proposalItemOpDisapprove(id: number, args: any): Promise<ProposalItem>;
|
|
@@ -41,9 +41,9 @@ export declare class PurchaseService {
|
|
|
41
41
|
proposalReadById(id: number): Promise<Proposal>;
|
|
42
42
|
proposalUpdate(bean: Proposal): Promise<Proposal>;
|
|
43
43
|
purchaseCreate(bean: Purchase): Promise<Purchase>;
|
|
44
|
-
purchaseDelete(id: number): Promise<
|
|
44
|
+
purchaseDelete(id: number): Promise<Purchase>;
|
|
45
45
|
purchaseItemCreate(bean: PurchaseItem): Promise<PurchaseItem>;
|
|
46
|
-
purchaseItemDelete(id: number): Promise<
|
|
46
|
+
purchaseItemDelete(id: number): Promise<PurchaseItem>;
|
|
47
47
|
purchaseItemRead(search: any): Promise<PurchaseItem[]>;
|
|
48
48
|
purchaseItemReadById(id: number): Promise<PurchaseItem>;
|
|
49
49
|
purchaseItemUpdate(bean: PurchaseItem): Promise<PurchaseItem>;
|
|
@@ -58,12 +58,12 @@ export declare class PurchaseService {
|
|
|
58
58
|
purchaseOpPrepare(id: number): Promise<Purchase>;
|
|
59
59
|
purchaseOpPrepareRevert(id: number): Promise<Purchase>;
|
|
60
60
|
purchasePaymentCreate(bean: PurchasePayment): Promise<PurchasePayment>;
|
|
61
|
-
purchasePaymentDelete(id: number): Promise<
|
|
61
|
+
purchasePaymentDelete(id: number): Promise<PurchasePayment>;
|
|
62
62
|
purchasePaymentRead(search: any): Promise<PurchasePayment[]>;
|
|
63
63
|
purchasePaymentReadById(id: number): Promise<PurchasePayment>;
|
|
64
64
|
purchasePaymentUpdate(bean: PurchasePayment): Promise<PurchasePayment>;
|
|
65
65
|
purchaseProfileCreate(bean: PurchaseProfile): Promise<PurchaseProfile>;
|
|
66
|
-
purchaseProfileDelete(id: number): Promise<
|
|
66
|
+
purchaseProfileDelete(id: number): Promise<PurchaseProfile>;
|
|
67
67
|
purchaseProfileRead(search: any): Promise<PurchaseProfile[]>;
|
|
68
68
|
purchaseProfileReadById(id: number): Promise<PurchaseProfile>;
|
|
69
69
|
purchaseProfileUpdate(bean: PurchaseProfile): Promise<PurchaseProfile>;
|
|
@@ -71,9 +71,9 @@ export declare class PurchaseService {
|
|
|
71
71
|
purchaseReadById(id: number): Promise<Purchase>;
|
|
72
72
|
purchaseUpdate(bean: Purchase): Promise<Purchase>;
|
|
73
73
|
quoteCreate(bean: Quote): Promise<Quote>;
|
|
74
|
-
quoteDelete(id: number): Promise<
|
|
74
|
+
quoteDelete(id: number): Promise<Quote>;
|
|
75
75
|
quoteItemCreate(bean: QuoteItem): Promise<QuoteItem>;
|
|
76
|
-
quoteItemDelete(id: number): Promise<
|
|
76
|
+
quoteItemDelete(id: number): Promise<QuoteItem>;
|
|
77
77
|
quoteItemRead(search: any): Promise<QuoteItem[]>;
|
|
78
78
|
quoteItemReadById(id: number): Promise<QuoteItem>;
|
|
79
79
|
quoteItemUpdate(bean: QuoteItem): Promise<QuoteItem>;
|
|
@@ -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;
|
|
@@ -16,9 +16,9 @@ export declare class SaleService {
|
|
|
16
16
|
#private;
|
|
17
17
|
constructor(client: Client);
|
|
18
18
|
priceFormationCreate(bean: PriceFormation): Promise<PriceFormation>;
|
|
19
|
-
priceFormationDelete(id: number): Promise<
|
|
19
|
+
priceFormationDelete(id: number): Promise<PriceFormation>;
|
|
20
20
|
priceFormationItemCreate(bean: PriceFormationItem): Promise<PriceFormationItem>;
|
|
21
|
-
priceFormationItemDelete(id: number): Promise<
|
|
21
|
+
priceFormationItemDelete(id: number): Promise<PriceFormationItem>;
|
|
22
22
|
priceFormationItemRead(search: any): Promise<PriceFormationItem[]>;
|
|
23
23
|
priceFormationItemReadById(id: number): Promise<PriceFormationItem>;
|
|
24
24
|
priceFormationItemUpdate(bean: PriceFormationItem): Promise<PriceFormationItem>;
|
|
@@ -29,9 +29,9 @@ export declare class SaleService {
|
|
|
29
29
|
priceFormationReadById(id: number): Promise<PriceFormation>;
|
|
30
30
|
priceFormationUpdate(bean: PriceFormation): Promise<PriceFormation>;
|
|
31
31
|
priceListCreate(bean: PriceList): Promise<PriceList>;
|
|
32
|
-
priceListDelete(id: number): Promise<
|
|
32
|
+
priceListDelete(id: number): Promise<PriceList>;
|
|
33
33
|
priceListItemCreate(bean: PriceListItem): Promise<PriceListItem>;
|
|
34
|
-
priceListItemDelete(id: number): Promise<
|
|
34
|
+
priceListItemDelete(id: number): Promise<PriceListItem>;
|
|
35
35
|
priceListItemRead(search: any): Promise<PriceListItem[]>;
|
|
36
36
|
priceListItemReadById(id: number): Promise<PriceListItem>;
|
|
37
37
|
priceListItemUpdate(bean: PriceListItem): Promise<PriceListItem>;
|
|
@@ -39,9 +39,9 @@ export declare class SaleService {
|
|
|
39
39
|
priceListReadById(id: number): Promise<PriceList>;
|
|
40
40
|
priceListUpdate(bean: PriceList): Promise<PriceList>;
|
|
41
41
|
quoteCreate(bean: Quote): Promise<Quote>;
|
|
42
|
-
quoteDelete(id: number): Promise<
|
|
42
|
+
quoteDelete(id: number): Promise<Quote>;
|
|
43
43
|
quoteItemCreate(bean: QuoteItem): Promise<QuoteItem>;
|
|
44
|
-
quoteItemDelete(id: number): Promise<
|
|
44
|
+
quoteItemDelete(id: number): Promise<QuoteItem>;
|
|
45
45
|
quoteItemOpFill(id: number, args: any): Promise<QuoteItem>;
|
|
46
46
|
quoteItemRead(search: any): Promise<QuoteItem[]>;
|
|
47
47
|
quoteItemReadById(id: number): Promise<QuoteItem>;
|
|
@@ -63,9 +63,9 @@ export declare class SaleService {
|
|
|
63
63
|
quoteReadById(id: number): Promise<Quote>;
|
|
64
64
|
quoteUpdate(bean: Quote): Promise<Quote>;
|
|
65
65
|
saleCreate(bean: Sale): Promise<Sale>;
|
|
66
|
-
saleDelete(id: number): Promise<
|
|
66
|
+
saleDelete(id: number): Promise<Sale>;
|
|
67
67
|
saleItemCreate(bean: SaleItem): Promise<SaleItem>;
|
|
68
|
-
saleItemDelete(id: number): Promise<
|
|
68
|
+
saleItemDelete(id: number): Promise<SaleItem>;
|
|
69
69
|
saleItemRead(search: any): Promise<SaleItem[]>;
|
|
70
70
|
saleItemReadById(id: number): Promise<SaleItem>;
|
|
71
71
|
saleItemUpdate(bean: SaleItem): Promise<SaleItem>;
|
|
@@ -83,14 +83,16 @@ 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
|
-
salePaymentDelete(id: number): Promise<
|
|
90
|
+
salePaymentDelete(id: number): Promise<SalePayment>;
|
|
89
91
|
salePaymentRead(search: any): Promise<SalePayment[]>;
|
|
90
92
|
salePaymentReadById(id: number): Promise<SalePayment>;
|
|
91
93
|
salePaymentUpdate(bean: SalePayment): Promise<SalePayment>;
|
|
92
94
|
saleProfileCreate(bean: SaleProfile): Promise<SaleProfile>;
|
|
93
|
-
saleProfileDelete(id: number): Promise<
|
|
95
|
+
saleProfileDelete(id: number): Promise<SaleProfile>;
|
|
94
96
|
saleProfileRead(search: any): Promise<SaleProfile[]>;
|
|
95
97
|
saleProfileReadById(id: number): Promise<SaleProfile>;
|
|
96
98
|
saleProfileUpdate(bean: SaleProfile): Promise<SaleProfile>;
|
|
@@ -98,7 +100,7 @@ export declare class SaleService {
|
|
|
98
100
|
saleReadById(id: number): Promise<Sale>;
|
|
99
101
|
saleUpdate(bean: Sale): Promise<Sale>;
|
|
100
102
|
salesCommissionCreate(bean: SalesCommission): Promise<SalesCommission>;
|
|
101
|
-
salesCommissionDelete(id: number): Promise<
|
|
103
|
+
salesCommissionDelete(id: number): Promise<SalesCommission>;
|
|
102
104
|
salesCommissionRead(search: any): Promise<SalesCommission[]>;
|
|
103
105
|
salesCommissionReadById(id: number): Promise<SalesCommission>;
|
|
104
106
|
salesCommissionUpdate(bean: SalesCommission): Promise<SalesCommission>;
|
|
@@ -4,9 +4,14 @@ export declare class ShippingService {
|
|
|
4
4
|
#private;
|
|
5
5
|
constructor(client: Client);
|
|
6
6
|
shipmentCreate(bean: Shipment): Promise<Shipment>;
|
|
7
|
-
shipmentDelete(id: number): Promise<
|
|
7
|
+
shipmentDelete(id: number): Promise<Shipment>;
|
|
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>;
|
|
@@ -4,7 +4,7 @@ export declare class ReservationService {
|
|
|
4
4
|
#private;
|
|
5
5
|
constructor(client: Client);
|
|
6
6
|
reservationCreate(args: any): Promise<Reservation>;
|
|
7
|
-
reservationDelete(id: number): Promise<
|
|
7
|
+
reservationDelete(id: number): Promise<Reservation>;
|
|
8
8
|
reservationRead(search: any): Promise<Reservation[]>;
|
|
9
9
|
reservationReadById(id: number): Promise<Reservation>;
|
|
10
10
|
reservationUpdate(bean: Reservation): Promise<Reservation>;
|
|
@@ -12,9 +12,10 @@ export declare class SystemService {
|
|
|
12
12
|
lockOpAcquire(id: string, waitTime: string, leaseTime: string): Promise<string>;
|
|
13
13
|
lockOpExtend(id: string, lockToken: string, leaseTime: string): Promise<void>;
|
|
14
14
|
lockOpRelease(id: string, lockToken: string): Promise<void>;
|
|
15
|
+
metricsRead(): Promise<Object>;
|
|
15
16
|
resourcesRead(): Promise<Object>;
|
|
16
17
|
statusCreate(bean: Status): Promise<Status>;
|
|
17
|
-
statusDelete(id: number): Promise<
|
|
18
|
+
statusDelete(id: number): Promise<Status>;
|
|
18
19
|
statusRead(search: any): Promise<Status[]>;
|
|
19
20
|
statusReadById(id: number): Promise<Status>;
|
|
20
21
|
statusUpdate(bean: Status): Promise<Status>;
|
|
@@ -12,7 +12,7 @@ export declare class AuditService {
|
|
|
12
12
|
sourceRead(search: any): Promise<Source[]>;
|
|
13
13
|
sourceReadById(id: number): Promise<Source>;
|
|
14
14
|
userLogCreate(args: any): Promise<Log>;
|
|
15
|
-
userLogDelete(id: number): Promise<
|
|
15
|
+
userLogDelete(id: number): Promise<Log>;
|
|
16
16
|
userLogRead(search: any): Promise<Log[]>;
|
|
17
17
|
userLogReadById(id: number): Promise<Log>;
|
|
18
18
|
userLogUpdate(bean: Log): Promise<Log>;
|
|
@@ -1,33 +1,24 @@
|
|
|
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 {
|
|
8
6
|
#private;
|
|
9
7
|
constructor(client: Client);
|
|
10
8
|
agentCreate(bean: Agent): Promise<Agent>;
|
|
11
|
-
agentDelete(id: number): Promise<
|
|
12
|
-
|
|
13
|
-
agentOpGetTopics(id: number): Promise<string[]>;
|
|
9
|
+
agentDelete(id: number): Promise<Agent>;
|
|
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
|
-
scheduleDelete(id: number): Promise<
|
|
15
|
+
scheduleDelete(id: number): Promise<Schedule>;
|
|
25
16
|
scheduleOpExecute(id: number): Promise<Schedule>;
|
|
26
17
|
scheduleRead(search: any): Promise<Schedule[]>;
|
|
27
18
|
scheduleReadById(id: number): Promise<Schedule>;
|
|
28
19
|
scheduleUpdate(bean: Schedule): Promise<Schedule>;
|
|
29
20
|
watcherCreate(bean: Watcher): Promise<Watcher>;
|
|
30
|
-
watcherDelete(id: number): Promise<
|
|
21
|
+
watcherDelete(id: number): Promise<Watcher>;
|
|
31
22
|
watcherRead(search: any): Promise<Watcher[]>;
|
|
32
23
|
watcherReadById(id: number): Promise<Watcher>;
|
|
33
24
|
watcherUpdate(bean: Watcher): Promise<Watcher>;
|
|
@@ -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";
|
|
@@ -5,10 +5,10 @@ export declare class DataService {
|
|
|
5
5
|
#private;
|
|
6
6
|
constructor(client: Client);
|
|
7
7
|
dataSourceCreate(bean: DataSource): Promise<DataSource>;
|
|
8
|
-
dataSourceDelete(id: number): Promise<
|
|
8
|
+
dataSourceDelete(id: number): Promise<DataSource>;
|
|
9
9
|
dataSourceOpRead(args: any): Promise<string[]>;
|
|
10
10
|
dataSourceParameterCreate(bean: DataSourceParameter): Promise<DataSourceParameter>;
|
|
11
|
-
dataSourceParameterDelete(id: number): Promise<
|
|
11
|
+
dataSourceParameterDelete(id: number): Promise<DataSourceParameter>;
|
|
12
12
|
dataSourceParameterRead(search: any): Promise<DataSourceParameter[]>;
|
|
13
13
|
dataSourceParameterReadById(id: number): Promise<DataSourceParameter>;
|
|
14
14
|
dataSourceParameterUpdate(bean: DataSourceParameter): Promise<DataSourceParameter>;
|
|
@@ -3,8 +3,8 @@ import { File } from "./File.js";
|
|
|
3
3
|
export declare class FileService {
|
|
4
4
|
#private;
|
|
5
5
|
constructor(client: Client);
|
|
6
|
-
fileCreate(
|
|
7
|
-
fileDelete(id: number): Promise<
|
|
6
|
+
fileCreate(bean: File): Promise<File>;
|
|
7
|
+
fileDelete(id: number): Promise<File>;
|
|
8
8
|
fileOpReadContent(id: number): Promise<any>;
|
|
9
9
|
fileRead(search: any): Promise<File[]>;
|
|
10
10
|
fileReadById(id: number): Promise<File>;
|
|
@@ -4,7 +4,7 @@ export declare class ImageService {
|
|
|
4
4
|
#private;
|
|
5
5
|
constructor(client: Client);
|
|
6
6
|
imageCreate(bean: Image): Promise<Image>;
|
|
7
|
-
imageDelete(id: number): Promise<
|
|
7
|
+
imageDelete(id: number): Promise<Image>;
|
|
8
8
|
imageRead(search: any): Promise<Image[]>;
|
|
9
9
|
imageReadById(id: number): Promise<Image>;
|
|
10
10
|
imageUpdate(bean: Image): Promise<Image>;
|
|
@@ -6,13 +6,13 @@ import { Topic } from "./Topic.js";
|
|
|
6
6
|
export declare class IntegrationService {
|
|
7
7
|
#private;
|
|
8
8
|
constructor(client: Client);
|
|
9
|
-
messageDelete(id: number): Promise<
|
|
9
|
+
messageDelete(id: number): Promise<Message>;
|
|
10
10
|
messageOpPost(args: any): Promise<Message>;
|
|
11
11
|
messageOpTransfer(id: number, queueCode: string): Promise<Message>;
|
|
12
12
|
messageRead(search: any): Promise<Message[]>;
|
|
13
13
|
messageReadById(id: number): Promise<Message>;
|
|
14
14
|
queueCreate(bean: Queue): Promise<Queue>;
|
|
15
|
-
queueDelete(id: number): Promise<
|
|
15
|
+
queueDelete(id: number): Promise<Queue>;
|
|
16
16
|
queueOpDeleteExpiredMessages(queueCode: string): Promise<void>;
|
|
17
17
|
queueOpReadMessage(queueCode: string, maxMessages: any): Promise<Message[]>;
|
|
18
18
|
queueOpReadMessageTimeout(queueCode: string, maxMessages: any, timeoutS: any): Promise<Message[]>;
|
|
@@ -20,12 +20,12 @@ export declare class IntegrationService {
|
|
|
20
20
|
queueReadById(id: number): Promise<Queue>;
|
|
21
21
|
queueUpdate(bean: Queue): Promise<Queue>;
|
|
22
22
|
subscriptionCreate(bean: Subscription): Promise<Subscription>;
|
|
23
|
-
subscriptionDelete(id: number): Promise<
|
|
23
|
+
subscriptionDelete(id: number): Promise<Subscription>;
|
|
24
24
|
subscriptionRead(search: any): Promise<Subscription[]>;
|
|
25
25
|
subscriptionReadById(id: number): Promise<Subscription>;
|
|
26
26
|
subscriptionUpdate(bean: Subscription): Promise<Subscription>;
|
|
27
27
|
topicCreate(bean: Topic): Promise<Topic>;
|
|
28
|
-
topicDelete(id: number): Promise<
|
|
28
|
+
topicDelete(id: number): Promise<Topic>;
|
|
29
29
|
topicOpPublish(args: any): Promise<void>;
|
|
30
30
|
topicRead(search: any): Promise<Topic[]>;
|
|
31
31
|
topicReadById(id: number): Promise<Topic>;
|
|
@@ -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
|
}
|
|
@@ -5,7 +5,7 @@ export declare class MailService {
|
|
|
5
5
|
#private;
|
|
6
6
|
constructor(client: Client);
|
|
7
7
|
mailerConfigCreate(bean: MailerConfig): Promise<MailerConfig>;
|
|
8
|
-
mailerConfigDelete(id: number): Promise<
|
|
8
|
+
mailerConfigDelete(id: number): Promise<MailerConfig>;
|
|
9
9
|
mailerConfigRead(search: any): Promise<MailerConfig[]>;
|
|
10
10
|
mailerConfigReadById(id: number): Promise<MailerConfig>;
|
|
11
11
|
mailerConfigUpdate(bean: MailerConfig): Promise<MailerConfig>;
|
|
@@ -6,10 +6,10 @@ export declare class PrintingService {
|
|
|
6
6
|
#private;
|
|
7
7
|
constructor(client: Client);
|
|
8
8
|
printerCreate(bean: Printer): Promise<Printer>;
|
|
9
|
-
printerDelete(id: number): Promise<
|
|
10
|
-
printerJobCreate(
|
|
9
|
+
printerDelete(id: number): Promise<Printer>;
|
|
10
|
+
printerJobCreate(args: any): Promise<PrinterJob>;
|
|
11
11
|
printerJobDataReadById(id: number): Promise<PrinterJobData>;
|
|
12
|
-
printerJobDelete(id: number): Promise<
|
|
12
|
+
printerJobDelete(id: number): Promise<PrinterJob>;
|
|
13
13
|
printerJobOpFetch(id: number): Promise<PrinterJobData>;
|
|
14
14
|
printerJobOpPrinted(id: number): Promise<void>;
|
|
15
15
|
printerJobOpUnlock(id: number): Promise<void>;
|
|
@@ -5,7 +5,7 @@ export declare class ReportService {
|
|
|
5
5
|
#private;
|
|
6
6
|
constructor(client: Client);
|
|
7
7
|
reportCreate(bean: Report): Promise<Report>;
|
|
8
|
-
reportDelete(id: number): Promise<
|
|
8
|
+
reportDelete(id: number): Promise<Report>;
|
|
9
9
|
reportOpClone(id: number, newCode: string): Promise<Report>;
|
|
10
10
|
reportOpGenerate(args: any): Promise<any>;
|
|
11
11
|
reportOpPrint(args: any): Promise<any>;
|
|
@@ -13,39 +13,39 @@ export declare class SecurityService {
|
|
|
13
13
|
#private;
|
|
14
14
|
constructor(client: Client);
|
|
15
15
|
accessPointCreate(bean: AccessPoint): Promise<AccessPoint>;
|
|
16
|
-
accessPointDelete(id: number): Promise<
|
|
16
|
+
accessPointDelete(id: number): Promise<AccessPoint>;
|
|
17
17
|
accessPointOpValidate(code: string): Promise<boolean>;
|
|
18
18
|
accessPointRead(search: any): Promise<AccessPoint[]>;
|
|
19
19
|
accessPointReadById(id: number): Promise<AccessPoint>;
|
|
20
20
|
accessPointUpdate(bean: AccessPoint): Promise<AccessPoint>;
|
|
21
21
|
accessProfileCreate(bean: AccessProfile): Promise<AccessProfile>;
|
|
22
|
-
accessProfileDelete(id: number): Promise<
|
|
22
|
+
accessProfileDelete(id: number): Promise<AccessProfile>;
|
|
23
23
|
accessProfileRead(search: any): Promise<AccessProfile[]>;
|
|
24
24
|
accessProfileReadById(id: number): Promise<AccessProfile>;
|
|
25
25
|
accessProfileUpdate(bean: AccessProfile): Promise<AccessProfile>;
|
|
26
26
|
grantCreate(bean: Grant): Promise<Grant>;
|
|
27
|
-
grantDelete(id: number): Promise<
|
|
27
|
+
grantDelete(id: number): Promise<Grant>;
|
|
28
28
|
grantRead(search: any): Promise<Grant[]>;
|
|
29
29
|
grantReadById(id: number): Promise<Grant>;
|
|
30
30
|
groupCreate(bean: Group): Promise<Group>;
|
|
31
|
-
groupDelete(id: number): Promise<
|
|
31
|
+
groupDelete(id: number): Promise<Group>;
|
|
32
32
|
groupOpClone(id: number, args: any): Promise<Group>;
|
|
33
33
|
groupRead(search: any): Promise<Group[]>;
|
|
34
34
|
groupReadById(id: number): Promise<Group>;
|
|
35
35
|
groupUpdate(bean: Group): Promise<Group>;
|
|
36
36
|
keyStoreCreate(bean: KeyStore): Promise<KeyStore>;
|
|
37
|
-
keyStoreDelete(id: number): Promise<
|
|
37
|
+
keyStoreDelete(id: number): Promise<KeyStore>;
|
|
38
38
|
keyStoreOpReadContent(id: number): Promise<any>;
|
|
39
39
|
keyStoreRead(search: any): Promise<KeyStore[]>;
|
|
40
40
|
keyStoreReadById(id: number): Promise<KeyStore>;
|
|
41
41
|
keyStoreUpdate(bean: KeyStore): Promise<KeyStore>;
|
|
42
42
|
roleAccessPointCreate(bean: RoleAccessPoint): Promise<RoleAccessPoint>;
|
|
43
|
-
roleAccessPointDelete(id: number): Promise<
|
|
43
|
+
roleAccessPointDelete(id: number): Promise<RoleAccessPoint>;
|
|
44
44
|
roleAccessPointRead(search: any): Promise<RoleAccessPoint[]>;
|
|
45
45
|
roleAccessPointReadById(id: number): Promise<RoleAccessPoint>;
|
|
46
46
|
roleRead(search: any): Promise<Role[]>;
|
|
47
47
|
roleReadById(id: number): Promise<Role>;
|
|
48
|
-
sessionDelete(id: any): Promise<
|
|
48
|
+
sessionDelete(id: any): Promise<Session>;
|
|
49
49
|
sessionOpGetCurrent(): Promise<Session>;
|
|
50
50
|
sessionRead(search: any): Promise<Session[]>;
|
|
51
51
|
sessionReadById(id: any): Promise<Session>;
|
|
@@ -55,7 +55,7 @@ export declare class SecurityService {
|
|
|
55
55
|
tokenOpRequest(args: any): Promise<string>;
|
|
56
56
|
tokenOpRequestPermanent(args: any): Promise<string>;
|
|
57
57
|
userCreate(bean: User): Promise<User>;
|
|
58
|
-
userDelete(id: number): Promise<
|
|
58
|
+
userDelete(id: number): Promise<User>;
|
|
59
59
|
userOpActivate(id: number): Promise<void>;
|
|
60
60
|
userOpAuthenticate(args: any): Promise<boolean>;
|
|
61
61
|
userOpChangeEmail(args: any): Promise<void>;
|
|
@@ -8,14 +8,14 @@ export declare class WorkflowService {
|
|
|
8
8
|
#private;
|
|
9
9
|
constructor(client: Client);
|
|
10
10
|
workflowConnectorCreate(bean: WorkflowConnector): Promise<WorkflowConnector>;
|
|
11
|
-
workflowConnectorDelete(id: number): Promise<
|
|
11
|
+
workflowConnectorDelete(id: number): Promise<WorkflowConnector>;
|
|
12
12
|
workflowConnectorRead(search: any): Promise<WorkflowConnector[]>;
|
|
13
13
|
workflowConnectorReadById(id: number): Promise<WorkflowConnector>;
|
|
14
14
|
workflowConnectorUpdate(bean: WorkflowConnector): Promise<WorkflowConnector>;
|
|
15
15
|
workflowCreate(bean: Workflow): Promise<Workflow>;
|
|
16
|
-
workflowDelete(id: number): Promise<
|
|
16
|
+
workflowDelete(id: number): Promise<Workflow>;
|
|
17
17
|
workflowNodeCreate(bean: WorkflowNode): Promise<WorkflowNode>;
|
|
18
|
-
workflowNodeDelete(id: number): Promise<
|
|
18
|
+
workflowNodeDelete(id: number): Promise<WorkflowNode>;
|
|
19
19
|
workflowNodeRead(search: any): Promise<WorkflowNode[]>;
|
|
20
20
|
workflowNodeReadById(id: number): Promise<WorkflowNode>;
|
|
21
21
|
workflowNodeUpdate(bean: WorkflowNode): Promise<WorkflowNode>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zensoftbr/zenerpclient",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Javascript client for Zen Erp",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"build:types": "tsc -p tsconfig.types.json",
|
|
43
43
|
"build": "npm run build:types && npm run build:cjs && npm run build:esm && npm run rollup",
|
|
44
44
|
"prepublishOnly": "npm run build",
|
|
45
|
+
"publish": "npm publish",
|
|
45
46
|
"rollup": "rollup --config",
|
|
46
47
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
47
48
|
"zip": "npx npm-pack-zip"
|