cecon-interfaces 1.7.95 → 1.7.97
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/esm2022/natipay/company/entities/company.entity.mjs +1 -1
- package/dist/esm2022/natipay/company/interfaces/i-company.mjs +1 -1
- package/dist/esm2022/payio/chef-config/entities/{chef-config-operation.entity.mjs → config-operation.entity.mjs} +2 -2
- package/dist/esm2022/payio/chef-config/entities/config-printer.entity.mjs +20 -0
- package/dist/esm2022/payio/chef-config/entities/config-scale.entity.mjs +18 -0
- package/dist/esm2022/payio/chef-config/entities/config.entity.mjs +23 -0
- package/dist/esm2022/payio/chef-config/entities/index.mjs +7 -8
- package/dist/esm2022/payio/chef-config/entities/tabs.entity.mjs +15 -0
- package/dist/esm2022/payio/chef-config/entities/webhook.entity.mjs +25 -0
- package/dist/esm2022/payio/chef-config/enums/index.mjs +3 -1
- package/dist/esm2022/payio/chef-config/enums/webhook-method.enum.mjs +8 -0
- package/dist/esm2022/payio/chef-config/enums/webhook-type.enum.mjs +16 -0
- package/dist/esm2022/payio/chef-config/interfaces/i-chef-config.mjs +1 -1
- package/dist/esm2022/payio/chef-config/interfaces/i-tabs.mjs +2 -0
- package/dist/esm2022/payio/chef-config/interfaces/i-webhook.mjs +2 -0
- package/dist/esm2022/payio/chef-config/interfaces/index.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +64 -50
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/natipay/company/entities/company.entity.d.ts +3 -2
- package/dist/natipay/company/interfaces/i-company.d.ts +10 -10
- package/dist/package.json +1 -1
- package/dist/payio/chef-config/entities/{chef-config-operation.entity.js → config-operation.entity.js} +1 -0
- package/dist/payio/chef-config/entities/{chef-config.entity.d.ts → config.entity.d.ts} +3 -3
- package/dist/payio/chef-config/entities/{chef-config.entity.js → config.entity.js} +4 -4
- package/dist/payio/chef-config/entities/index.d.ts +6 -7
- package/dist/payio/chef-config/entities/index.js +13 -15
- package/dist/payio/chef-config/entities/tabs.entity.d.ts +7 -0
- package/dist/payio/chef-config/entities/{chef-config-tabs.entity.js → tabs.entity.js} +5 -5
- package/dist/payio/chef-config/entities/webhook.entity.d.ts +16 -0
- package/dist/payio/chef-config/entities/webhook.entity.js +31 -0
- package/dist/payio/chef-config/enums/index.d.ts +2 -0
- package/dist/payio/chef-config/enums/index.js +5 -1
- package/dist/payio/chef-config/enums/webhook-method.enum.d.ts +6 -0
- package/dist/payio/chef-config/enums/webhook-method.enum.js +10 -0
- package/dist/payio/chef-config/enums/webhook-type.enum.d.ts +14 -0
- package/dist/payio/chef-config/enums/webhook-type.enum.js +18 -0
- package/dist/payio/chef-config/interfaces/i-chef-config.d.ts +4 -4
- package/dist/payio/chef-config/interfaces/{i-chef-config-tabs.d.ts → i-tabs.d.ts} +1 -1
- package/dist/payio/chef-config/interfaces/i-webhook.d.ts +14 -0
- package/dist/payio/chef-config/interfaces/index.d.ts +2 -3
- package/package.json +1 -1
- package/dist/esm2022/payio/chef-config/entities/chef-config-printer.entity.mjs +0 -20
- package/dist/esm2022/payio/chef-config/entities/chef-config-scale.entity.mjs +0 -18
- package/dist/esm2022/payio/chef-config/entities/chef-config-tabs.entity.mjs +0 -15
- package/dist/esm2022/payio/chef-config/entities/chef-config-webhook-header.entity.mjs +0 -14
- package/dist/esm2022/payio/chef-config/entities/chef-config-webhook.entity.mjs +0 -20
- package/dist/esm2022/payio/chef-config/entities/chef-config.entity.mjs +0 -23
- package/dist/esm2022/payio/chef-config/interfaces/i-chef-config-tabs.mjs +0 -2
- package/dist/esm2022/payio/chef-config/interfaces/i-chef-config-webhook-header.mjs +0 -2
- package/dist/esm2022/payio/chef-config/interfaces/i-chef-config-webhook.mjs +0 -2
- package/dist/payio/chef-config/entities/chef-config-tabs.entity.d.ts +0 -7
- package/dist/payio/chef-config/entities/chef-config-webhook-header.entity.d.ts +0 -6
- package/dist/payio/chef-config/entities/chef-config-webhook-header.entity.js +0 -18
- package/dist/payio/chef-config/entities/chef-config-webhook.entity.d.ts +0 -12
- package/dist/payio/chef-config/entities/chef-config-webhook.entity.js +0 -22
- package/dist/payio/chef-config/interfaces/i-chef-config-webhook-header.d.ts +0 -4
- package/dist/payio/chef-config/interfaces/i-chef-config-webhook.d.ts +0 -10
- package/dist/payio/chef-config/interfaces/i-chef-config-webhook.js +0 -2
- package/dist/payio/chef-config/entities/{chef-config-operation.entity.d.ts → config-operation.entity.d.ts} +1 -1
- /package/dist/payio/chef-config/entities/{chef-config-printer.entity.d.ts → config-printer.entity.d.ts} +0 -0
- /package/dist/payio/chef-config/entities/{chef-config-printer.entity.js → config-printer.entity.js} +0 -0
- /package/dist/payio/chef-config/entities/{chef-config-scale.entity.d.ts → config-scale.entity.d.ts} +0 -0
- /package/dist/payio/chef-config/entities/{chef-config-scale.entity.js → config-scale.entity.js} +0 -0
- /package/dist/payio/chef-config/interfaces/{i-chef-config-tabs.js → i-tabs.js} +0 -0
- /package/dist/payio/chef-config/interfaces/{i-chef-config-webhook-header.js → i-webhook.js} +0 -0
@@ -1,10 +0,0 @@
|
|
1
|
-
import { IPayioChefConfigWebhookHeader } from './i-chef-config-webhook-header';
|
2
|
-
export interface IPayioChefConfigWebhook {
|
3
|
-
active: boolean;
|
4
|
-
method: 'GET' | 'POST' | 'PUT' | 'DELETE';
|
5
|
-
headers: IPayioChefConfigWebhookHeader[];
|
6
|
-
url: string;
|
7
|
-
type: 'PING' | 'GET_PRODUCT' | 'SEND_ORDER' | 'GET_ORDER' | 'CANCEL_ORDER' | 'GET_ORDER_STATUS' | 'VISION_SEND_IMG' | 'VISION_ASSIGN_POSITION';
|
8
|
-
response: any;
|
9
|
-
locked: boolean;
|
10
|
-
}
|
@@ -19,6 +19,6 @@ export declare class PayioChefConfigOperationEntity implements IPayioChefConfigO
|
|
19
19
|
tabMode: EPayioChefTabMode;
|
20
20
|
tabRegistered: boolean;
|
21
21
|
urlLogo: string;
|
22
|
-
constructor(data?: Partial<PayioChefConfigOperationEntity>);
|
23
22
|
tabRegistred: boolean;
|
23
|
+
constructor(data?: Partial<PayioChefConfigOperationEntity>);
|
24
24
|
}
|
File without changes
|
/package/dist/payio/chef-config/entities/{chef-config-printer.entity.js → config-printer.entity.js}
RENAMED
File without changes
|
/package/dist/payio/chef-config/entities/{chef-config-scale.entity.d.ts → config-scale.entity.d.ts}
RENAMED
File without changes
|
/package/dist/payio/chef-config/entities/{chef-config-scale.entity.js → config-scale.entity.js}
RENAMED
File without changes
|
File without changes
|
File without changes
|