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.
Files changed (65) hide show
  1. package/dist/esm2022/natipay/company/entities/company.entity.mjs +1 -1
  2. package/dist/esm2022/natipay/company/interfaces/i-company.mjs +1 -1
  3. package/dist/esm2022/payio/chef-config/entities/{chef-config-operation.entity.mjs → config-operation.entity.mjs} +2 -2
  4. package/dist/esm2022/payio/chef-config/entities/config-printer.entity.mjs +20 -0
  5. package/dist/esm2022/payio/chef-config/entities/config-scale.entity.mjs +18 -0
  6. package/dist/esm2022/payio/chef-config/entities/config.entity.mjs +23 -0
  7. package/dist/esm2022/payio/chef-config/entities/index.mjs +7 -8
  8. package/dist/esm2022/payio/chef-config/entities/tabs.entity.mjs +15 -0
  9. package/dist/esm2022/payio/chef-config/entities/webhook.entity.mjs +25 -0
  10. package/dist/esm2022/payio/chef-config/enums/index.mjs +3 -1
  11. package/dist/esm2022/payio/chef-config/enums/webhook-method.enum.mjs +8 -0
  12. package/dist/esm2022/payio/chef-config/enums/webhook-type.enum.mjs +16 -0
  13. package/dist/esm2022/payio/chef-config/interfaces/i-chef-config.mjs +1 -1
  14. package/dist/esm2022/payio/chef-config/interfaces/i-tabs.mjs +2 -0
  15. package/dist/esm2022/payio/chef-config/interfaces/i-webhook.mjs +2 -0
  16. package/dist/esm2022/payio/chef-config/interfaces/index.mjs +1 -1
  17. package/dist/fesm2022/cecon-interfaces.mjs +64 -50
  18. package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
  19. package/dist/natipay/company/entities/company.entity.d.ts +3 -2
  20. package/dist/natipay/company/interfaces/i-company.d.ts +10 -10
  21. package/dist/package.json +1 -1
  22. package/dist/payio/chef-config/entities/{chef-config-operation.entity.js → config-operation.entity.js} +1 -0
  23. package/dist/payio/chef-config/entities/{chef-config.entity.d.ts → config.entity.d.ts} +3 -3
  24. package/dist/payio/chef-config/entities/{chef-config.entity.js → config.entity.js} +4 -4
  25. package/dist/payio/chef-config/entities/index.d.ts +6 -7
  26. package/dist/payio/chef-config/entities/index.js +13 -15
  27. package/dist/payio/chef-config/entities/tabs.entity.d.ts +7 -0
  28. package/dist/payio/chef-config/entities/{chef-config-tabs.entity.js → tabs.entity.js} +5 -5
  29. package/dist/payio/chef-config/entities/webhook.entity.d.ts +16 -0
  30. package/dist/payio/chef-config/entities/webhook.entity.js +31 -0
  31. package/dist/payio/chef-config/enums/index.d.ts +2 -0
  32. package/dist/payio/chef-config/enums/index.js +5 -1
  33. package/dist/payio/chef-config/enums/webhook-method.enum.d.ts +6 -0
  34. package/dist/payio/chef-config/enums/webhook-method.enum.js +10 -0
  35. package/dist/payio/chef-config/enums/webhook-type.enum.d.ts +14 -0
  36. package/dist/payio/chef-config/enums/webhook-type.enum.js +18 -0
  37. package/dist/payio/chef-config/interfaces/i-chef-config.d.ts +4 -4
  38. package/dist/payio/chef-config/interfaces/{i-chef-config-tabs.d.ts → i-tabs.d.ts} +1 -1
  39. package/dist/payio/chef-config/interfaces/i-webhook.d.ts +14 -0
  40. package/dist/payio/chef-config/interfaces/index.d.ts +2 -3
  41. package/package.json +1 -1
  42. package/dist/esm2022/payio/chef-config/entities/chef-config-printer.entity.mjs +0 -20
  43. package/dist/esm2022/payio/chef-config/entities/chef-config-scale.entity.mjs +0 -18
  44. package/dist/esm2022/payio/chef-config/entities/chef-config-tabs.entity.mjs +0 -15
  45. package/dist/esm2022/payio/chef-config/entities/chef-config-webhook-header.entity.mjs +0 -14
  46. package/dist/esm2022/payio/chef-config/entities/chef-config-webhook.entity.mjs +0 -20
  47. package/dist/esm2022/payio/chef-config/entities/chef-config.entity.mjs +0 -23
  48. package/dist/esm2022/payio/chef-config/interfaces/i-chef-config-tabs.mjs +0 -2
  49. package/dist/esm2022/payio/chef-config/interfaces/i-chef-config-webhook-header.mjs +0 -2
  50. package/dist/esm2022/payio/chef-config/interfaces/i-chef-config-webhook.mjs +0 -2
  51. package/dist/payio/chef-config/entities/chef-config-tabs.entity.d.ts +0 -7
  52. package/dist/payio/chef-config/entities/chef-config-webhook-header.entity.d.ts +0 -6
  53. package/dist/payio/chef-config/entities/chef-config-webhook-header.entity.js +0 -18
  54. package/dist/payio/chef-config/entities/chef-config-webhook.entity.d.ts +0 -12
  55. package/dist/payio/chef-config/entities/chef-config-webhook.entity.js +0 -22
  56. package/dist/payio/chef-config/interfaces/i-chef-config-webhook-header.d.ts +0 -4
  57. package/dist/payio/chef-config/interfaces/i-chef-config-webhook.d.ts +0 -10
  58. package/dist/payio/chef-config/interfaces/i-chef-config-webhook.js +0 -2
  59. package/dist/payio/chef-config/entities/{chef-config-operation.entity.d.ts → config-operation.entity.d.ts} +1 -1
  60. /package/dist/payio/chef-config/entities/{chef-config-printer.entity.d.ts → config-printer.entity.d.ts} +0 -0
  61. /package/dist/payio/chef-config/entities/{chef-config-printer.entity.js → config-printer.entity.js} +0 -0
  62. /package/dist/payio/chef-config/entities/{chef-config-scale.entity.d.ts → config-scale.entity.d.ts} +0 -0
  63. /package/dist/payio/chef-config/entities/{chef-config-scale.entity.js → config-scale.entity.js} +0 -0
  64. /package/dist/payio/chef-config/interfaces/{i-chef-config-tabs.js → i-tabs.js} +0 -0
  65. /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
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -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
  }