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