@silexpert/core 1.1.95 → 1.1.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 (81) hide show
  1. package/es/api/resources/Payment.d.ts +2 -1
  2. package/es/api/resources/Payment.d.ts.map +1 -1
  3. package/es/api/resources/Payment.js +3 -0
  4. package/es/api/resources/Payment.js.map +1 -1
  5. package/es/types/Enum/Country.d.ts +2 -2
  6. package/es/types/Enum/Country.d.ts.map +1 -1
  7. package/es/types/Enum/Country.js +4 -4
  8. package/es/types/Enum/Country.js.map +1 -1
  9. package/es/types/Enum/GeneralThirdParty.d.ts +1 -0
  10. package/es/types/Enum/GeneralThirdParty.d.ts.map +1 -1
  11. package/es/types/Enum/GeneralThirdParty.js +4804 -624
  12. package/es/types/Enum/GeneralThirdParty.js.map +1 -1
  13. package/es/types/Interface/api/inpi/inpi.d.ts +496 -0
  14. package/es/types/Interface/api/inpi/inpi.d.ts.map +1 -0
  15. package/es/types/Interface/api/inpi/inpi.js +2 -0
  16. package/es/types/Interface/api/inpi/inpi.js.map +1 -0
  17. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts +1 -1
  18. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts.map +1 -1
  19. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -1
  20. package/es/types/Interface/api/payment/CreateNotifyCustomer.d.ts +5 -0
  21. package/es/types/Interface/api/payment/CreateNotifyCustomer.d.ts.map +1 -0
  22. package/es/types/Interface/api/payment/CreateNotifyCustomer.js +26 -0
  23. package/es/types/Interface/api/payment/CreateNotifyCustomer.js.map +1 -0
  24. package/es/types/Interface/api/payment/ReadPayment.d.ts +6 -0
  25. package/es/types/Interface/api/payment/ReadPayment.d.ts.map +1 -0
  26. package/es/types/Interface/api/payment/ReadPayment.js +2 -0
  27. package/es/types/Interface/api/payment/ReadPayment.js.map +1 -0
  28. package/es/types/Interface/api/user/CreateUser.d.ts +0 -1
  29. package/es/types/Interface/api/user/CreateUser.d.ts.map +1 -1
  30. package/es/types/Interface/api/user/CreateUser.js +0 -9
  31. package/es/types/Interface/api/user/CreateUser.js.map +1 -1
  32. package/es/types/Interface/models/INafCode.d.ts +3 -0
  33. package/es/types/Interface/models/INafCode.d.ts.map +1 -1
  34. package/es/types/Interface/models/INafCode.js.map +1 -1
  35. package/es/types/index.d.ts +4 -1
  36. package/es/types/index.d.ts.map +1 -1
  37. package/es/types/index.js +4 -1
  38. package/es/types/index.js.map +1 -1
  39. package/es/utils/payment.d.ts +18 -0
  40. package/es/utils/payment.d.ts.map +1 -0
  41. package/es/utils/payment.js +32 -0
  42. package/es/utils/payment.js.map +1 -0
  43. package/js/api/resources/Payment.js +3 -0
  44. package/js/api/resources/Payment.js.map +1 -1
  45. package/js/types/Enum/Country.js +4 -4
  46. package/js/types/Enum/Country.js.map +1 -1
  47. package/js/types/Enum/GeneralThirdParty.js +18245 -901
  48. package/js/types/Enum/GeneralThirdParty.js.map +1 -1
  49. package/js/types/Interface/api/inpi/inpi.js +6 -0
  50. package/js/types/Interface/api/inpi/inpi.js.map +1 -0
  51. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -1
  52. package/js/types/Interface/api/payment/CreateNotifyCustomer.js +23 -0
  53. package/js/types/Interface/api/payment/CreateNotifyCustomer.js.map +1 -0
  54. package/js/types/Interface/api/payment/ReadPayment.js +6 -0
  55. package/js/types/Interface/api/payment/ReadPayment.js.map +1 -0
  56. package/js/types/Interface/api/user/CreateUser.js +0 -3
  57. package/js/types/Interface/api/user/CreateUser.js.map +1 -1
  58. package/js/types/Interface/models/INafCode.js.map +1 -1
  59. package/js/types/index.js +40 -10
  60. package/js/types/index.js.map +1 -1
  61. package/js/utils/payment.js +61 -0
  62. package/js/utils/payment.js.map +1 -0
  63. package/package.json +1 -1
  64. package/ts/api/resources/Payment.ts +5 -1
  65. package/ts/types/Enum/Country.ts +4 -4
  66. package/ts/types/Enum/GeneralThirdParty.ts +4805 -624
  67. package/ts/types/Interface/api/inpi/inpi.ts +562 -0
  68. package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts +1 -1
  69. package/ts/types/Interface/api/payment/CreateNotifyCustomer.ts +14 -0
  70. package/ts/types/Interface/api/payment/ReadPayment.ts +5 -0
  71. package/ts/types/Interface/api/user/CreateUser.ts +0 -8
  72. package/ts/types/Interface/models/INafCode.ts +3 -0
  73. package/ts/types/index.ts +4 -1
  74. package/ts/utils/payment.ts +58 -0
  75. package/es/types/Enum/SendInBlueList.d.ts +0 -11
  76. package/es/types/Enum/SendInBlueList.d.ts.map +0 -1
  77. package/es/types/Enum/SendInBlueList.js +0 -12
  78. package/es/types/Enum/SendInBlueList.js.map +0 -1
  79. package/js/types/Enum/SendInBlueList.js +0 -17
  80. package/js/types/Enum/SendInBlueList.js.map +0 -1
  81. package/ts/types/Enum/SendInBlueList.ts +0 -10
@@ -1,11 +0,0 @@
1
- export declare enum SendInBlueList {
2
- COLD_PROSPECT_LIST_ID = 18,
3
- HOT_PROSPECT_LIST_ID = 19,
4
- PAYING_CUSTOMER_TEST_LIST_ID = 20,
5
- CHURNED_CUSTOMER_TEST_LIST_ID = 21,
6
- NEWSLETTER_LIST_COMPTALIB_ID = 22,
7
- NEWSLETTER_LIST_CLEMENTINE_ID = 33,
8
- COLD_PROSPECT_LIST_CLEMENTINE_ID = 123,
9
- PAYING_CUSTOMER_LIST_CLEMENTINE_ID = 124
10
- }
11
- //# sourceMappingURL=SendInBlueList.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SendInBlueList.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/SendInBlueList.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,qBAAqB,KAAK;IAC1B,oBAAoB,KAAK;IACzB,4BAA4B,KAAK;IACjC,6BAA6B,KAAK;IAClC,4BAA4B,KAAK;IACjC,6BAA6B,KAAK;IAClC,gCAAgC,MAAM;IACtC,kCAAkC,MAAM;CACzC"}
@@ -1,12 +0,0 @@
1
- export var SendInBlueList;
2
- (function (SendInBlueList) {
3
- SendInBlueList[SendInBlueList["COLD_PROSPECT_LIST_ID"] = 18] = "COLD_PROSPECT_LIST_ID";
4
- SendInBlueList[SendInBlueList["HOT_PROSPECT_LIST_ID"] = 19] = "HOT_PROSPECT_LIST_ID";
5
- SendInBlueList[SendInBlueList["PAYING_CUSTOMER_TEST_LIST_ID"] = 20] = "PAYING_CUSTOMER_TEST_LIST_ID";
6
- SendInBlueList[SendInBlueList["CHURNED_CUSTOMER_TEST_LIST_ID"] = 21] = "CHURNED_CUSTOMER_TEST_LIST_ID";
7
- SendInBlueList[SendInBlueList["NEWSLETTER_LIST_COMPTALIB_ID"] = 22] = "NEWSLETTER_LIST_COMPTALIB_ID";
8
- SendInBlueList[SendInBlueList["NEWSLETTER_LIST_CLEMENTINE_ID"] = 33] = "NEWSLETTER_LIST_CLEMENTINE_ID";
9
- SendInBlueList[SendInBlueList["COLD_PROSPECT_LIST_CLEMENTINE_ID"] = 123] = "COLD_PROSPECT_LIST_CLEMENTINE_ID";
10
- SendInBlueList[SendInBlueList["PAYING_CUSTOMER_LIST_CLEMENTINE_ID"] = 124] = "PAYING_CUSTOMER_LIST_CLEMENTINE_ID";
11
- })(SendInBlueList || (SendInBlueList = {}));
12
- //# sourceMappingURL=SendInBlueList.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SendInBlueList.js","sourceRoot":"","sources":["../../../ts/types/Enum/SendInBlueList.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,cASX;AATD,WAAY,cAAc;IACxB,sFAA0B,CAAA;IAC1B,oFAAyB,CAAA;IACzB,oGAAiC,CAAA;IACjC,sGAAkC,CAAA;IAClC,oGAAiC,CAAA;IACjC,sGAAkC,CAAA;IAClC,6GAAsC,CAAA;IACtC,iHAAwC,CAAA;AAC1C,CAAC,EATW,cAAc,KAAd,cAAc,QASzB","sourcesContent":["export enum SendInBlueList {\n COLD_PROSPECT_LIST_ID = 18,\n HOT_PROSPECT_LIST_ID = 19,\n PAYING_CUSTOMER_TEST_LIST_ID = 20,\n CHURNED_CUSTOMER_TEST_LIST_ID = 21,\n NEWSLETTER_LIST_COMPTALIB_ID = 22,\n NEWSLETTER_LIST_CLEMENTINE_ID = 33,\n COLD_PROSPECT_LIST_CLEMENTINE_ID = 123,\n PAYING_CUSTOMER_LIST_CLEMENTINE_ID = 124,\n}"]}
@@ -1,17 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var SendInBlueList = exports.SendInBlueList = undefined;
7
- (function (SendInBlueList) {
8
- SendInBlueList[SendInBlueList["COLD_PROSPECT_LIST_ID"] = 18] = "COLD_PROSPECT_LIST_ID";
9
- SendInBlueList[SendInBlueList["HOT_PROSPECT_LIST_ID"] = 19] = "HOT_PROSPECT_LIST_ID";
10
- SendInBlueList[SendInBlueList["PAYING_CUSTOMER_TEST_LIST_ID"] = 20] = "PAYING_CUSTOMER_TEST_LIST_ID";
11
- SendInBlueList[SendInBlueList["CHURNED_CUSTOMER_TEST_LIST_ID"] = 21] = "CHURNED_CUSTOMER_TEST_LIST_ID";
12
- SendInBlueList[SendInBlueList["NEWSLETTER_LIST_COMPTALIB_ID"] = 22] = "NEWSLETTER_LIST_COMPTALIB_ID";
13
- SendInBlueList[SendInBlueList["NEWSLETTER_LIST_CLEMENTINE_ID"] = 33] = "NEWSLETTER_LIST_CLEMENTINE_ID";
14
- SendInBlueList[SendInBlueList["COLD_PROSPECT_LIST_CLEMENTINE_ID"] = 123] = "COLD_PROSPECT_LIST_CLEMENTINE_ID";
15
- SendInBlueList[SendInBlueList["PAYING_CUSTOMER_LIST_CLEMENTINE_ID"] = 124] = "PAYING_CUSTOMER_LIST_CLEMENTINE_ID";
16
- })(SendInBlueList || (exports.SendInBlueList = SendInBlueList = {}));
17
- //# sourceMappingURL=SendInBlueList.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SendInBlueList.js","names":["SendInBlueList","exports","undefined"],"sources":["../../../ts/types/Enum/SendInBlueList.ts"],"sourcesContent":["export enum SendInBlueList {\n COLD_PROSPECT_LIST_ID = 18,\n HOT_PROSPECT_LIST_ID = 19,\n PAYING_CUSTOMER_TEST_LIST_ID = 20,\n CHURNED_CUSTOMER_TEST_LIST_ID = 21,\n NEWSLETTER_LIST_COMPTALIB_ID = 22,\n NEWSLETTER_LIST_CLEMENTINE_ID = 33,\n COLD_PROSPECT_LIST_CLEMENTINE_ID = 123,\n PAYING_CUSTOMER_LIST_CLEMENTINE_ID = 124,\n}"],"mappings":";;;;;AAAA,IAAYA,cASX,GAAAC,OAAA,CATWD,cASX,GAAAE,SAAA;AATD,WAAYF,cAAc;EACxBA,cAAA,CAAAA,cAAA,yDAA0B;EAC1BA,cAAA,CAAAA,cAAA,uDAAyB;EACzBA,cAAA,CAAAA,cAAA,uEAAiC;EACjCA,cAAA,CAAAA,cAAA,yEAAkC;EAClCA,cAAA,CAAAA,cAAA,uEAAiC;EACjCA,cAAA,CAAAA,cAAA,yEAAkC;EAClCA,cAAA,CAAAA,cAAA,gFAAsC;EACtCA,cAAA,CAAAA,cAAA,oFAAwC;AAC1C,CAAC,EATWA,cAAc,KAAAC,OAAA,CAAdD,cASX,GATWA,cAAc"}
@@ -1,10 +0,0 @@
1
- export enum SendInBlueList {
2
- COLD_PROSPECT_LIST_ID = 18,
3
- HOT_PROSPECT_LIST_ID = 19,
4
- PAYING_CUSTOMER_TEST_LIST_ID = 20,
5
- CHURNED_CUSTOMER_TEST_LIST_ID = 21,
6
- NEWSLETTER_LIST_COMPTALIB_ID = 22,
7
- NEWSLETTER_LIST_CLEMENTINE_ID = 33,
8
- COLD_PROSPECT_LIST_CLEMENTINE_ID = 123,
9
- PAYING_CUSTOMER_LIST_CLEMENTINE_ID = 124,
10
- }