@lcdp/api-react-rest-client 0.0.2-LDS-2482-Move-JSON-codegen-of-API-somewhere-else.0 → 0.0.2-develop.1

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 (92) hide show
  1. package/auth/src/models/RestError.d.ts +4 -6
  2. package/auth/src/models/RestError.js +0 -2
  3. package/configuration/src/models/RestError.d.ts +4 -6
  4. package/configuration/src/models/RestError.js +0 -2
  5. package/content/src/models/RestError.d.ts +4 -6
  6. package/content/src/models/RestError.js +0 -2
  7. package/favorite/src/models/RestError.d.ts +4 -6
  8. package/favorite/src/models/RestError.js +0 -2
  9. package/inventory/src/models/RestError.d.ts +4 -6
  10. package/inventory/src/models/RestError.js +0 -2
  11. package/invoice/src/models/InvoiceType.d.ts +0 -1
  12. package/invoice/src/models/InvoiceType.js +0 -1
  13. package/invoice/src/models/RestError.d.ts +4 -6
  14. package/invoice/src/models/RestError.js +0 -2
  15. package/laboratory-store/src/models/ImageVersions.d.ts +6 -6
  16. package/laboratory-store/src/models/ImageVersions.js +1 -1
  17. package/laboratory-store/src/models/RestError.d.ts +4 -6
  18. package/laboratory-store/src/models/RestError.js +0 -2
  19. package/lexicon/src/models/RestError.d.ts +4 -6
  20. package/lexicon/src/models/RestError.js +0 -2
  21. package/litigation/src/models/RestError.d.ts +4 -6
  22. package/litigation/src/models/RestError.js +0 -2
  23. package/mangopay-hook/src/models/RestError.d.ts +4 -6
  24. package/mangopay-hook/src/models/RestError.js +0 -2
  25. package/notification/src/models/NotificationTypeId.d.ts +0 -1
  26. package/notification/src/models/NotificationTypeId.js +0 -1
  27. package/notification/src/models/RestError.d.ts +4 -6
  28. package/notification/src/models/RestError.js +0 -2
  29. package/order/src/models/OrderItemPrices.d.ts +1 -7
  30. package/order/src/models/OrderItemPrices.js +0 -2
  31. package/order/src/models/OrderPrices.d.ts +1 -1
  32. package/order/src/models/ProductLink.d.ts +7 -0
  33. package/order/src/models/ProductLink.js +3 -2
  34. package/order/src/models/ProductLinkAllOf.d.ts +7 -0
  35. package/order/src/models/ProductLinkAllOf.js +3 -0
  36. package/order/src/models/RestError.d.ts +4 -6
  37. package/order/src/models/RestError.js +0 -2
  38. package/order/src/models/Vat.d.ts +39 -0
  39. package/order/src/models/Vat.js +46 -0
  40. package/order/src/models/index.d.ts +1 -0
  41. package/order/src/models/index.js +1 -0
  42. package/package.json +1 -1
  43. package/product/src/models/ImageVersions.d.ts +6 -6
  44. package/product/src/models/ImageVersions.js +1 -1
  45. package/product/src/models/RestError.d.ts +4 -6
  46. package/product/src/models/RestError.js +0 -2
  47. package/pub/src/models/Image.d.ts +3 -3
  48. package/pub/src/models/Image.js +4 -3
  49. package/pub/src/models/ImageVersions.d.ts +6 -6
  50. package/pub/src/models/ImageVersions.js +1 -1
  51. package/pub/src/models/Pub.d.ts +7 -7
  52. package/pub/src/models/Pub.js +9 -9
  53. package/pub/src/models/PubLocationEnum.d.ts +1 -3
  54. package/pub/src/models/PubLocationEnum.js +0 -2
  55. package/pub/src/models/RestError.d.ts +4 -6
  56. package/pub/src/models/RestError.js +0 -2
  57. package/recommendation/src/apis/index.d.ts +0 -1
  58. package/recommendation/src/apis/index.js +0 -1
  59. package/recommendation/src/models/index.d.ts +0 -3
  60. package/recommendation/src/models/index.js +0 -3
  61. package/rfx/src/models/RestError.d.ts +4 -6
  62. package/rfx/src/models/RestError.js +0 -2
  63. package/sale-offer/src/models/ImageVersions.d.ts +6 -6
  64. package/sale-offer/src/models/ImageVersions.js +1 -1
  65. package/sale-offer/src/models/RestError.d.ts +4 -6
  66. package/sale-offer/src/models/RestError.js +0 -2
  67. package/servant/src/models/RestError.d.ts +4 -6
  68. package/servant/src/models/RestError.js +0 -2
  69. package/shipment/src/models/RestError.d.ts +4 -6
  70. package/shipment/src/models/RestError.js +0 -2
  71. package/shopping-cart/src/models/RestError.d.ts +4 -6
  72. package/shopping-cart/src/models/RestError.js +0 -2
  73. package/statistic/src/models/RestError.d.ts +4 -6
  74. package/statistic/src/models/RestError.js +0 -2
  75. package/subscription/src/models/RestError.d.ts +4 -6
  76. package/subscription/src/models/RestError.js +0 -2
  77. package/ubo/src/models/RestError.d.ts +4 -6
  78. package/ubo/src/models/RestError.js +0 -2
  79. package/user/src/models/NotificationTypeId.d.ts +0 -1
  80. package/user/src/models/NotificationTypeId.js +0 -1
  81. package/user/src/models/RestError.d.ts +4 -6
  82. package/user/src/models/RestError.js +0 -2
  83. package/wish/src/models/RestError.d.ts +4 -6
  84. package/wish/src/models/RestError.js +0 -2
  85. package/recommendation/src/apis/SearchFavoriteProductRecommendationApi.d.ts +0 -45
  86. package/recommendation/src/apis/SearchFavoriteProductRecommendationApi.js +0 -182
  87. package/recommendation/src/models/FavoriteProductRecommendation.d.ts +0 -53
  88. package/recommendation/src/models/FavoriteProductRecommendation.js +0 -52
  89. package/recommendation/src/models/PaginatedFavoriteProductRecommendations.d.ts +0 -29
  90. package/recommendation/src/models/PaginatedFavoriteProductRecommendations.js +0 -50
  91. package/recommendation/src/models/PaginatedFavoriteProductRecommendationsAllOf.d.ts +0 -28
  92. package/recommendation/src/models/PaginatedFavoriteProductRecommendationsAllOf.js +0 -42
@@ -16,13 +16,13 @@
16
16
  */
17
17
  export interface RestError {
18
18
  /**
19
- * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale * `CODE018` - Trial already used
19
+ * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale
20
20
  * @type {string}
21
21
  * @memberof RestError
22
22
  */
23
23
  code: RestErrorCodeEnum;
24
24
  /**
25
- * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale * `MESSAGE018` - Trial already used
25
+ * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -53,8 +53,7 @@ export declare enum RestErrorCodeEnum {
53
53
  CODE014 = "CODE014",
54
54
  CODE015 = "CODE015",
55
55
  CODE016 = "CODE016",
56
- CODE017 = "CODE017",
57
- CODE018 = "CODE018"
56
+ CODE017 = "CODE017"
58
57
  }
59
58
  /**
60
59
  * @export
@@ -78,6 +77,5 @@ export declare enum RestErrorMessageEnum {
78
77
  MESSAGE014 = "Invalid Meta-Order",
79
78
  MESSAGE015 = "Can not release quantity greater than claimed",
80
79
  MESSAGE016 = "Can not release a negative quantity of items",
81
- MESSAGE017 = "Batch is forbidden for sale",
82
- MESSAGE018 = "Trial already used"
80
+ MESSAGE017 = "Batch is forbidden for sale"
83
81
  }
@@ -65,7 +65,6 @@ var RestErrorCodeEnum;
65
65
  RestErrorCodeEnum["CODE015"] = "CODE015";
66
66
  RestErrorCodeEnum["CODE016"] = "CODE016";
67
67
  RestErrorCodeEnum["CODE017"] = "CODE017";
68
- RestErrorCodeEnum["CODE018"] = "CODE018";
69
68
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
70
69
  /**
71
70
  * @export
@@ -91,5 +90,4 @@ var RestErrorMessageEnum;
91
90
  RestErrorMessageEnum["MESSAGE015"] = "Can not release quantity greater than claimed";
92
91
  RestErrorMessageEnum["MESSAGE016"] = "Can not release a negative quantity of items";
93
92
  RestErrorMessageEnum["MESSAGE017"] = "Batch is forbidden for sale";
94
- RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
95
93
  })(RestErrorMessageEnum = exports.RestErrorMessageEnum || (exports.RestErrorMessageEnum = {}));
@@ -16,13 +16,13 @@
16
16
  */
17
17
  export interface RestError {
18
18
  /**
19
- * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale * `CODE018` - Trial already used
19
+ * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale
20
20
  * @type {string}
21
21
  * @memberof RestError
22
22
  */
23
23
  code: RestErrorCodeEnum;
24
24
  /**
25
- * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale * `MESSAGE018` - Trial already used
25
+ * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -53,8 +53,7 @@ export declare enum RestErrorCodeEnum {
53
53
  CODE014 = "CODE014",
54
54
  CODE015 = "CODE015",
55
55
  CODE016 = "CODE016",
56
- CODE017 = "CODE017",
57
- CODE018 = "CODE018"
56
+ CODE017 = "CODE017"
58
57
  }
59
58
  /**
60
59
  * @export
@@ -78,6 +77,5 @@ export declare enum RestErrorMessageEnum {
78
77
  MESSAGE014 = "Invalid Meta-Order",
79
78
  MESSAGE015 = "Can not release quantity greater than claimed",
80
79
  MESSAGE016 = "Can not release a negative quantity of items",
81
- MESSAGE017 = "Batch is forbidden for sale",
82
- MESSAGE018 = "Trial already used"
80
+ MESSAGE017 = "Batch is forbidden for sale"
83
81
  }
@@ -65,7 +65,6 @@ var RestErrorCodeEnum;
65
65
  RestErrorCodeEnum["CODE015"] = "CODE015";
66
66
  RestErrorCodeEnum["CODE016"] = "CODE016";
67
67
  RestErrorCodeEnum["CODE017"] = "CODE017";
68
- RestErrorCodeEnum["CODE018"] = "CODE018";
69
68
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
70
69
  /**
71
70
  * @export
@@ -91,5 +90,4 @@ var RestErrorMessageEnum;
91
90
  RestErrorMessageEnum["MESSAGE015"] = "Can not release quantity greater than claimed";
92
91
  RestErrorMessageEnum["MESSAGE016"] = "Can not release a negative quantity of items";
93
92
  RestErrorMessageEnum["MESSAGE017"] = "Batch is forbidden for sale";
94
- RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
95
93
  })(RestErrorMessageEnum = exports.RestErrorMessageEnum || (exports.RestErrorMessageEnum = {}));
@@ -16,13 +16,13 @@
16
16
  */
17
17
  export interface RestError {
18
18
  /**
19
- * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale * `CODE018` - Trial already used
19
+ * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale
20
20
  * @type {string}
21
21
  * @memberof RestError
22
22
  */
23
23
  code: RestErrorCodeEnum;
24
24
  /**
25
- * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale * `MESSAGE018` - Trial already used
25
+ * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -53,8 +53,7 @@ export declare enum RestErrorCodeEnum {
53
53
  CODE014 = "CODE014",
54
54
  CODE015 = "CODE015",
55
55
  CODE016 = "CODE016",
56
- CODE017 = "CODE017",
57
- CODE018 = "CODE018"
56
+ CODE017 = "CODE017"
58
57
  }
59
58
  /**
60
59
  * @export
@@ -78,6 +77,5 @@ export declare enum RestErrorMessageEnum {
78
77
  MESSAGE014 = "Invalid Meta-Order",
79
78
  MESSAGE015 = "Can not release quantity greater than claimed",
80
79
  MESSAGE016 = "Can not release a negative quantity of items",
81
- MESSAGE017 = "Batch is forbidden for sale",
82
- MESSAGE018 = "Trial already used"
80
+ MESSAGE017 = "Batch is forbidden for sale"
83
81
  }
@@ -65,7 +65,6 @@ var RestErrorCodeEnum;
65
65
  RestErrorCodeEnum["CODE015"] = "CODE015";
66
66
  RestErrorCodeEnum["CODE016"] = "CODE016";
67
67
  RestErrorCodeEnum["CODE017"] = "CODE017";
68
- RestErrorCodeEnum["CODE018"] = "CODE018";
69
68
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
70
69
  /**
71
70
  * @export
@@ -91,5 +90,4 @@ var RestErrorMessageEnum;
91
90
  RestErrorMessageEnum["MESSAGE015"] = "Can not release quantity greater than claimed";
92
91
  RestErrorMessageEnum["MESSAGE016"] = "Can not release a negative quantity of items";
93
92
  RestErrorMessageEnum["MESSAGE017"] = "Batch is forbidden for sale";
94
- RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
95
93
  })(RestErrorMessageEnum = exports.RestErrorMessageEnum || (exports.RestErrorMessageEnum = {}));
@@ -16,13 +16,13 @@
16
16
  */
17
17
  export interface RestError {
18
18
  /**
19
- * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale * `CODE018` - Trial already used
19
+ * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale
20
20
  * @type {string}
21
21
  * @memberof RestError
22
22
  */
23
23
  code: RestErrorCodeEnum;
24
24
  /**
25
- * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale * `MESSAGE018` - Trial already used
25
+ * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -53,8 +53,7 @@ export declare enum RestErrorCodeEnum {
53
53
  CODE014 = "CODE014",
54
54
  CODE015 = "CODE015",
55
55
  CODE016 = "CODE016",
56
- CODE017 = "CODE017",
57
- CODE018 = "CODE018"
56
+ CODE017 = "CODE017"
58
57
  }
59
58
  /**
60
59
  * @export
@@ -78,6 +77,5 @@ export declare enum RestErrorMessageEnum {
78
77
  MESSAGE014 = "Invalid Meta-Order",
79
78
  MESSAGE015 = "Can not release quantity greater than claimed",
80
79
  MESSAGE016 = "Can not release a negative quantity of items",
81
- MESSAGE017 = "Batch is forbidden for sale",
82
- MESSAGE018 = "Trial already used"
80
+ MESSAGE017 = "Batch is forbidden for sale"
83
81
  }
@@ -65,7 +65,6 @@ var RestErrorCodeEnum;
65
65
  RestErrorCodeEnum["CODE015"] = "CODE015";
66
66
  RestErrorCodeEnum["CODE016"] = "CODE016";
67
67
  RestErrorCodeEnum["CODE017"] = "CODE017";
68
- RestErrorCodeEnum["CODE018"] = "CODE018";
69
68
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
70
69
  /**
71
70
  * @export
@@ -91,5 +90,4 @@ var RestErrorMessageEnum;
91
90
  RestErrorMessageEnum["MESSAGE015"] = "Can not release quantity greater than claimed";
92
91
  RestErrorMessageEnum["MESSAGE016"] = "Can not release a negative quantity of items";
93
92
  RestErrorMessageEnum["MESSAGE017"] = "Batch is forbidden for sale";
94
- RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
95
93
  })(RestErrorMessageEnum = exports.RestErrorMessageEnum || (exports.RestErrorMessageEnum = {}));
@@ -16,13 +16,13 @@
16
16
  */
17
17
  export interface RestError {
18
18
  /**
19
- * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale * `CODE018` - Trial already used
19
+ * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale
20
20
  * @type {string}
21
21
  * @memberof RestError
22
22
  */
23
23
  code: RestErrorCodeEnum;
24
24
  /**
25
- * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale * `MESSAGE018` - Trial already used
25
+ * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -53,8 +53,7 @@ export declare enum RestErrorCodeEnum {
53
53
  CODE014 = "CODE014",
54
54
  CODE015 = "CODE015",
55
55
  CODE016 = "CODE016",
56
- CODE017 = "CODE017",
57
- CODE018 = "CODE018"
56
+ CODE017 = "CODE017"
58
57
  }
59
58
  /**
60
59
  * @export
@@ -78,6 +77,5 @@ export declare enum RestErrorMessageEnum {
78
77
  MESSAGE014 = "Invalid Meta-Order",
79
78
  MESSAGE015 = "Can not release quantity greater than claimed",
80
79
  MESSAGE016 = "Can not release a negative quantity of items",
81
- MESSAGE017 = "Batch is forbidden for sale",
82
- MESSAGE018 = "Trial already used"
80
+ MESSAGE017 = "Batch is forbidden for sale"
83
81
  }
@@ -65,7 +65,6 @@ var RestErrorCodeEnum;
65
65
  RestErrorCodeEnum["CODE015"] = "CODE015";
66
66
  RestErrorCodeEnum["CODE016"] = "CODE016";
67
67
  RestErrorCodeEnum["CODE017"] = "CODE017";
68
- RestErrorCodeEnum["CODE018"] = "CODE018";
69
68
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
70
69
  /**
71
70
  * @export
@@ -91,5 +90,4 @@ var RestErrorMessageEnum;
91
90
  RestErrorMessageEnum["MESSAGE015"] = "Can not release quantity greater than claimed";
92
91
  RestErrorMessageEnum["MESSAGE016"] = "Can not release a negative quantity of items";
93
92
  RestErrorMessageEnum["MESSAGE017"] = "Batch is forbidden for sale";
94
- RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
95
93
  })(RestErrorMessageEnum = exports.RestErrorMessageEnum || (exports.RestErrorMessageEnum = {}));
@@ -26,7 +26,6 @@ export declare enum InvoiceType {
26
26
  ORDERCREDITNOTEBUYER = "ORDER_CREDIT_NOTE_BUYER",
27
27
  ORDERCREDITNOTESELLER = "ORDER_CREDIT_NOTE_SELLER",
28
28
  AGGREGATEDCOMMISSION = "AGGREGATED_COMMISSION",
29
- AGGREGATEDCOMMISSIONCREDITNOTE = "AGGREGATED_COMMISSION_CREDIT_NOTE",
30
29
  EXTERNAL = "EXTERNAL"
31
30
  }
32
31
  export declare function InvoiceTypeFromJSON(json: any): InvoiceType;
@@ -32,7 +32,6 @@ var InvoiceType;
32
32
  InvoiceType["ORDERCREDITNOTEBUYER"] = "ORDER_CREDIT_NOTE_BUYER";
33
33
  InvoiceType["ORDERCREDITNOTESELLER"] = "ORDER_CREDIT_NOTE_SELLER";
34
34
  InvoiceType["AGGREGATEDCOMMISSION"] = "AGGREGATED_COMMISSION";
35
- InvoiceType["AGGREGATEDCOMMISSIONCREDITNOTE"] = "AGGREGATED_COMMISSION_CREDIT_NOTE";
36
35
  InvoiceType["EXTERNAL"] = "EXTERNAL";
37
36
  })(InvoiceType = exports.InvoiceType || (exports.InvoiceType = {}));
38
37
  function InvoiceTypeFromJSON(json) {
@@ -16,13 +16,13 @@
16
16
  */
17
17
  export interface RestError {
18
18
  /**
19
- * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale * `CODE018` - Trial already used
19
+ * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale
20
20
  * @type {string}
21
21
  * @memberof RestError
22
22
  */
23
23
  code: RestErrorCodeEnum;
24
24
  /**
25
- * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale * `MESSAGE018` - Trial already used
25
+ * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -53,8 +53,7 @@ export declare enum RestErrorCodeEnum {
53
53
  CODE014 = "CODE014",
54
54
  CODE015 = "CODE015",
55
55
  CODE016 = "CODE016",
56
- CODE017 = "CODE017",
57
- CODE018 = "CODE018"
56
+ CODE017 = "CODE017"
58
57
  }
59
58
  /**
60
59
  * @export
@@ -78,6 +77,5 @@ export declare enum RestErrorMessageEnum {
78
77
  MESSAGE014 = "Invalid Meta-Order",
79
78
  MESSAGE015 = "Can not release quantity greater than claimed",
80
79
  MESSAGE016 = "Can not release a negative quantity of items",
81
- MESSAGE017 = "Batch is forbidden for sale",
82
- MESSAGE018 = "Trial already used"
80
+ MESSAGE017 = "Batch is forbidden for sale"
83
81
  }
@@ -65,7 +65,6 @@ var RestErrorCodeEnum;
65
65
  RestErrorCodeEnum["CODE015"] = "CODE015";
66
66
  RestErrorCodeEnum["CODE016"] = "CODE016";
67
67
  RestErrorCodeEnum["CODE017"] = "CODE017";
68
- RestErrorCodeEnum["CODE018"] = "CODE018";
69
68
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
70
69
  /**
71
70
  * @export
@@ -91,5 +90,4 @@ var RestErrorMessageEnum;
91
90
  RestErrorMessageEnum["MESSAGE015"] = "Can not release quantity greater than claimed";
92
91
  RestErrorMessageEnum["MESSAGE016"] = "Can not release a negative quantity of items";
93
92
  RestErrorMessageEnum["MESSAGE017"] = "Batch is forbidden for sale";
94
- RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
95
93
  })(RestErrorMessageEnum = exports.RestErrorMessageEnum || (exports.RestErrorMessageEnum = {}));
@@ -16,31 +16,31 @@
16
16
  */
17
17
  export interface ImageVersions {
18
18
  /**
19
- * URI to S3 file (width 128px, height computed with original image aspect ratio)
19
+ * URI to S3 file (width 100px, height computed with original image aspect ratio)
20
20
  * @type {string}
21
21
  * @memberof ImageVersions
22
22
  */
23
23
  xsmall?: string;
24
24
  /**
25
- * URI to S3 file (width 256px, height computed with original image aspect ratio)
25
+ * URI to S3 file (width 350px, height computed with original image aspect ratio)
26
26
  * @type {string}
27
27
  * @memberof ImageVersions
28
28
  */
29
29
  small?: string;
30
30
  /**
31
- * URI to S3 file (width 512px, height computed with original image aspect ratio)
31
+ * URI to S3 file (width 1024px, height computed with original image aspect ratio)
32
32
  * @type {string}
33
33
  * @memberof ImageVersions
34
34
  */
35
35
  medium?: string;
36
36
  /**
37
- * URI to S3 file (width 1024px, height computed with original image aspect ratio)
37
+ * URI to S3 file (width 1920px, height computed with original image aspect ratio)
38
38
  * @type {string}
39
39
  * @memberof ImageVersions
40
40
  */
41
41
  large?: string;
42
42
  /**
43
- * URI to S3 file (width 2048px, height computed with original image aspect ratio)
43
+ * URI to S3 file (width 3840px, height computed with original image aspect ratio)
44
44
  * @type {string}
45
45
  * @memberof ImageVersions
46
46
  */
@@ -50,7 +50,7 @@ export interface ImageVersions {
50
50
  * @type {string}
51
51
  * @memberof ImageVersions
52
52
  */
53
- original: string;
53
+ original?: string;
54
54
  }
55
55
  export declare function ImageVersionsFromJSON(json: any): ImageVersions;
56
56
  export declare function ImageVersionsFromJSONTyped(json: any, ignoreDiscriminator: boolean): ImageVersions;
@@ -29,7 +29,7 @@ function ImageVersionsFromJSONTyped(json, ignoreDiscriminator) {
29
29
  'medium': !(0, runtime_1.exists)(json, 'medium') ? undefined : json['medium'],
30
30
  'large': !(0, runtime_1.exists)(json, 'large') ? undefined : json['large'],
31
31
  'xlarge': !(0, runtime_1.exists)(json, 'xlarge') ? undefined : json['xlarge'],
32
- 'original': json['original'],
32
+ 'original': !(0, runtime_1.exists)(json, 'original') ? undefined : json['original'],
33
33
  };
34
34
  }
35
35
  exports.ImageVersionsFromJSONTyped = ImageVersionsFromJSONTyped;
@@ -16,13 +16,13 @@
16
16
  */
17
17
  export interface RestError {
18
18
  /**
19
- * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale * `CODE018` - Trial already used
19
+ * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale
20
20
  * @type {string}
21
21
  * @memberof RestError
22
22
  */
23
23
  code: RestErrorCodeEnum;
24
24
  /**
25
- * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale * `MESSAGE018` - Trial already used
25
+ * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -53,8 +53,7 @@ export declare enum RestErrorCodeEnum {
53
53
  CODE014 = "CODE014",
54
54
  CODE015 = "CODE015",
55
55
  CODE016 = "CODE016",
56
- CODE017 = "CODE017",
57
- CODE018 = "CODE018"
56
+ CODE017 = "CODE017"
58
57
  }
59
58
  /**
60
59
  * @export
@@ -78,6 +77,5 @@ export declare enum RestErrorMessageEnum {
78
77
  MESSAGE014 = "Invalid Meta-Order",
79
78
  MESSAGE015 = "Can not release quantity greater than claimed",
80
79
  MESSAGE016 = "Can not release a negative quantity of items",
81
- MESSAGE017 = "Batch is forbidden for sale",
82
- MESSAGE018 = "Trial already used"
80
+ MESSAGE017 = "Batch is forbidden for sale"
83
81
  }
@@ -65,7 +65,6 @@ var RestErrorCodeEnum;
65
65
  RestErrorCodeEnum["CODE015"] = "CODE015";
66
66
  RestErrorCodeEnum["CODE016"] = "CODE016";
67
67
  RestErrorCodeEnum["CODE017"] = "CODE017";
68
- RestErrorCodeEnum["CODE018"] = "CODE018";
69
68
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
70
69
  /**
71
70
  * @export
@@ -91,5 +90,4 @@ var RestErrorMessageEnum;
91
90
  RestErrorMessageEnum["MESSAGE015"] = "Can not release quantity greater than claimed";
92
91
  RestErrorMessageEnum["MESSAGE016"] = "Can not release a negative quantity of items";
93
92
  RestErrorMessageEnum["MESSAGE017"] = "Batch is forbidden for sale";
94
- RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
95
93
  })(RestErrorMessageEnum = exports.RestErrorMessageEnum || (exports.RestErrorMessageEnum = {}));
@@ -16,13 +16,13 @@
16
16
  */
17
17
  export interface RestError {
18
18
  /**
19
- * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale * `CODE018` - Trial already used
19
+ * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale
20
20
  * @type {string}
21
21
  * @memberof RestError
22
22
  */
23
23
  code: RestErrorCodeEnum;
24
24
  /**
25
- * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale * `MESSAGE018` - Trial already used
25
+ * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -53,8 +53,7 @@ export declare enum RestErrorCodeEnum {
53
53
  CODE014 = "CODE014",
54
54
  CODE015 = "CODE015",
55
55
  CODE016 = "CODE016",
56
- CODE017 = "CODE017",
57
- CODE018 = "CODE018"
56
+ CODE017 = "CODE017"
58
57
  }
59
58
  /**
60
59
  * @export
@@ -78,6 +77,5 @@ export declare enum RestErrorMessageEnum {
78
77
  MESSAGE014 = "Invalid Meta-Order",
79
78
  MESSAGE015 = "Can not release quantity greater than claimed",
80
79
  MESSAGE016 = "Can not release a negative quantity of items",
81
- MESSAGE017 = "Batch is forbidden for sale",
82
- MESSAGE018 = "Trial already used"
80
+ MESSAGE017 = "Batch is forbidden for sale"
83
81
  }
@@ -65,7 +65,6 @@ var RestErrorCodeEnum;
65
65
  RestErrorCodeEnum["CODE015"] = "CODE015";
66
66
  RestErrorCodeEnum["CODE016"] = "CODE016";
67
67
  RestErrorCodeEnum["CODE017"] = "CODE017";
68
- RestErrorCodeEnum["CODE018"] = "CODE018";
69
68
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
70
69
  /**
71
70
  * @export
@@ -91,5 +90,4 @@ var RestErrorMessageEnum;
91
90
  RestErrorMessageEnum["MESSAGE015"] = "Can not release quantity greater than claimed";
92
91
  RestErrorMessageEnum["MESSAGE016"] = "Can not release a negative quantity of items";
93
92
  RestErrorMessageEnum["MESSAGE017"] = "Batch is forbidden for sale";
94
- RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
95
93
  })(RestErrorMessageEnum = exports.RestErrorMessageEnum || (exports.RestErrorMessageEnum = {}));
@@ -16,13 +16,13 @@
16
16
  */
17
17
  export interface RestError {
18
18
  /**
19
- * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale * `CODE018` - Trial already used
19
+ * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale
20
20
  * @type {string}
21
21
  * @memberof RestError
22
22
  */
23
23
  code: RestErrorCodeEnum;
24
24
  /**
25
- * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale * `MESSAGE018` - Trial already used
25
+ * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -53,8 +53,7 @@ export declare enum RestErrorCodeEnum {
53
53
  CODE014 = "CODE014",
54
54
  CODE015 = "CODE015",
55
55
  CODE016 = "CODE016",
56
- CODE017 = "CODE017",
57
- CODE018 = "CODE018"
56
+ CODE017 = "CODE017"
58
57
  }
59
58
  /**
60
59
  * @export
@@ -78,6 +77,5 @@ export declare enum RestErrorMessageEnum {
78
77
  MESSAGE014 = "Invalid Meta-Order",
79
78
  MESSAGE015 = "Can not release quantity greater than claimed",
80
79
  MESSAGE016 = "Can not release a negative quantity of items",
81
- MESSAGE017 = "Batch is forbidden for sale",
82
- MESSAGE018 = "Trial already used"
80
+ MESSAGE017 = "Batch is forbidden for sale"
83
81
  }
@@ -65,7 +65,6 @@ var RestErrorCodeEnum;
65
65
  RestErrorCodeEnum["CODE015"] = "CODE015";
66
66
  RestErrorCodeEnum["CODE016"] = "CODE016";
67
67
  RestErrorCodeEnum["CODE017"] = "CODE017";
68
- RestErrorCodeEnum["CODE018"] = "CODE018";
69
68
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
70
69
  /**
71
70
  * @export
@@ -91,5 +90,4 @@ var RestErrorMessageEnum;
91
90
  RestErrorMessageEnum["MESSAGE015"] = "Can not release quantity greater than claimed";
92
91
  RestErrorMessageEnum["MESSAGE016"] = "Can not release a negative quantity of items";
93
92
  RestErrorMessageEnum["MESSAGE017"] = "Batch is forbidden for sale";
94
- RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
95
93
  })(RestErrorMessageEnum = exports.RestErrorMessageEnum || (exports.RestErrorMessageEnum = {}));
@@ -16,13 +16,13 @@
16
16
  */
17
17
  export interface RestError {
18
18
  /**
19
- * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale * `CODE018` - Trial already used
19
+ * Unique code to identify an error : * `CODE000` - Using outdated resource * `CODE001` - Invalid credentials * `CODE002` - Cannot renew token * `CODE003` - Invalid User CGV * `CODE004` - Resource already exists * `CODE005` - User account is disabled * `CODE006` - Invalid schedule * `CODE007` - Wrong Address according CHRONOPOST * `CODE008` - Invalid Mangopay Mandate * `CODE009` - Invalid Status * `CODE010` - Empty Meta-Order * `CODE011` - Empty User Address * `CODE012` - Empty User Legal Name * `CODE013` - Invalid quantities * `CODE014` - Invalid Meta-Order * `CODE015` - Can not release quantity greater than claimed * `CODE016` - Can not release a negative quantity of items * `CODE017` - Batch is forbidden for sale
20
20
  * @type {string}
21
21
  * @memberof RestError
22
22
  */
23
23
  code: RestErrorCodeEnum;
24
24
  /**
25
- * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale * `MESSAGE018` - Trial already used
25
+ * Unique code to identify an error : * `MESSAGE000` - Using outdated resource * `MESSAGE001` - Invalid credentials * `MESSAGE002` - Cannot renew token * `MESSAGE003` - Invalid User CGV * `MESSAGE004` - Resource already exists * `MESSAGE005` - User account is disabled * `MESSAGE006` - Invalid schedule * `MESSAGE007` - Wrong Address according CHRONOPOST * `MESSAGE008` - Invalid Mangopay Mandate * `MESSAGE009` - Invalid Status * `MESSAGE010` - Empty Meta-Order * `MESSAGE011` - Empty User Address * `MESSAGE012` - Empty User Legal Name * `MESSAGE013` - Invalid quantities * `MESSAGE014` - Invalid Meta-Order * `MESSAGE015` - Can not release quantity greater than claimed * `MESSAGE016` - Can not release a negative quantity of items * `MESSAGE017` - Batch is forbidden for sale
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -53,8 +53,7 @@ export declare enum RestErrorCodeEnum {
53
53
  CODE014 = "CODE014",
54
54
  CODE015 = "CODE015",
55
55
  CODE016 = "CODE016",
56
- CODE017 = "CODE017",
57
- CODE018 = "CODE018"
56
+ CODE017 = "CODE017"
58
57
  }
59
58
  /**
60
59
  * @export
@@ -78,6 +77,5 @@ export declare enum RestErrorMessageEnum {
78
77
  MESSAGE014 = "Invalid Meta-Order",
79
78
  MESSAGE015 = "Can not release quantity greater than claimed",
80
79
  MESSAGE016 = "Can not release a negative quantity of items",
81
- MESSAGE017 = "Batch is forbidden for sale",
82
- MESSAGE018 = "Trial already used"
80
+ MESSAGE017 = "Batch is forbidden for sale"
83
81
  }
@@ -65,7 +65,6 @@ var RestErrorCodeEnum;
65
65
  RestErrorCodeEnum["CODE015"] = "CODE015";
66
66
  RestErrorCodeEnum["CODE016"] = "CODE016";
67
67
  RestErrorCodeEnum["CODE017"] = "CODE017";
68
- RestErrorCodeEnum["CODE018"] = "CODE018";
69
68
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
70
69
  /**
71
70
  * @export
@@ -91,5 +90,4 @@ var RestErrorMessageEnum;
91
90
  RestErrorMessageEnum["MESSAGE015"] = "Can not release quantity greater than claimed";
92
91
  RestErrorMessageEnum["MESSAGE016"] = "Can not release a negative quantity of items";
93
92
  RestErrorMessageEnum["MESSAGE017"] = "Batch is forbidden for sale";
94
- RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
95
93
  })(RestErrorMessageEnum = exports.RestErrorMessageEnum || (exports.RestErrorMessageEnum = {}));
@@ -35,7 +35,6 @@ export declare enum NotificationTypeId {
35
35
  DAILYMAIL = "DAILY_MAIL",
36
36
  DOCUMENTEXPIRE = "DOCUMENT_EXPIRE",
37
37
  GLOBALCOMMISSIONINVOICE = "GLOBAL_COMMISSION_INVOICE",
38
- GLOBALCOMMISSIONCREDITNOTEINVOICE = "GLOBAL_COMMISSION_CREDIT_NOTE_INVOICE",
39
38
  MONTHLYEMAILFORACCOUNTANT = "MONTHLY_EMAIL_FOR_ACCOUNTANT",
40
39
  ORDERACCEPTATIONDELAY = "ORDER_ACCEPTATION_DELAY",
41
40
  ORDERACCEPTED = "ORDER_ACCEPTED",
@@ -41,7 +41,6 @@ var NotificationTypeId;
41
41
  NotificationTypeId["DAILYMAIL"] = "DAILY_MAIL";
42
42
  NotificationTypeId["DOCUMENTEXPIRE"] = "DOCUMENT_EXPIRE";
43
43
  NotificationTypeId["GLOBALCOMMISSIONINVOICE"] = "GLOBAL_COMMISSION_INVOICE";
44
- NotificationTypeId["GLOBALCOMMISSIONCREDITNOTEINVOICE"] = "GLOBAL_COMMISSION_CREDIT_NOTE_INVOICE";
45
44
  NotificationTypeId["MONTHLYEMAILFORACCOUNTANT"] = "MONTHLY_EMAIL_FOR_ACCOUNTANT";
46
45
  NotificationTypeId["ORDERACCEPTATIONDELAY"] = "ORDER_ACCEPTATION_DELAY";
47
46
  NotificationTypeId["ORDERACCEPTED"] = "ORDER_ACCEPTED";