@lcdp/api-react-rest-client 2.6.8 → 2.6.9-LDS-3482-migrer-preference-vers-java-21.9211079467

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 (69) hide show
  1. package/auth/src/models/RestError.d.ts +6 -4
  2. package/auth/src/models/RestError.js +2 -0
  3. package/catalog/src/models/RestError.d.ts +6 -4
  4. package/catalog/src/models/RestError.js +2 -0
  5. package/configuration/src/models/RestError.d.ts +6 -4
  6. package/configuration/src/models/RestError.js +2 -0
  7. package/content/src/models/RestError.d.ts +6 -4
  8. package/content/src/models/RestError.js +2 -0
  9. package/favorite/src/models/RestError.d.ts +6 -4
  10. package/favorite/src/models/RestError.js +2 -0
  11. package/inventory/src/models/RestError.d.ts +6 -4
  12. package/inventory/src/models/RestError.js +2 -0
  13. package/invoice/src/models/RestError.d.ts +6 -4
  14. package/invoice/src/models/RestError.js +2 -0
  15. package/laboratory-store/src/models/RestError.d.ts +6 -4
  16. package/laboratory-store/src/models/RestError.js +2 -0
  17. package/lexicon/src/models/RestError.d.ts +6 -4
  18. package/lexicon/src/models/RestError.js +2 -0
  19. package/litigation/src/models/RestError.d.ts +6 -4
  20. package/litigation/src/models/RestError.js +2 -0
  21. package/mangopay-hook/src/models/RestError.d.ts +6 -4
  22. package/mangopay-hook/src/models/RestError.js +2 -0
  23. package/notification/src/models/RestError.d.ts +6 -4
  24. package/notification/src/models/RestError.js +2 -0
  25. package/order/src/apis/ManageOrderItemApi.d.ts +46 -3
  26. package/order/src/apis/ManageOrderItemApi.js +270 -18
  27. package/order/src/models/Order.d.ts +6 -0
  28. package/order/src/models/Order.js +2 -0
  29. package/order/src/models/OrderItemRefundedCreationParameters.d.ts +39 -0
  30. package/order/src/models/OrderItemRefundedCreationParameters.js +46 -0
  31. package/order/src/models/OrderRefundedItemUpdateParameters.d.ts +22 -0
  32. package/order/src/models/OrderRefundedItemUpdateParameters.js +28 -0
  33. package/order/src/models/RestError.d.ts +6 -4
  34. package/order/src/models/RestError.js +2 -0
  35. package/order/src/models/index.d.ts +2 -0
  36. package/order/src/models/index.js +2 -0
  37. package/package.json +1 -1
  38. package/product/src/models/RestError.d.ts +6 -4
  39. package/product/src/models/RestError.js +2 -0
  40. package/pub/src/models/RestError.d.ts +6 -4
  41. package/pub/src/models/RestError.js +2 -0
  42. package/rfx/src/apis/index.d.ts +0 -1
  43. package/rfx/src/apis/index.js +0 -1
  44. package/rfx/src/models/RestError.d.ts +6 -4
  45. package/rfx/src/models/RestError.js +2 -0
  46. package/sale-offer/src/models/RestError.d.ts +6 -4
  47. package/sale-offer/src/models/RestError.js +2 -0
  48. package/servant/src/models/RestError.d.ts +6 -4
  49. package/servant/src/models/RestError.js +2 -0
  50. package/shipment/src/models/RestError.d.ts +6 -4
  51. package/shipment/src/models/RestError.js +2 -0
  52. package/shopping-cart/src/models/RestError.d.ts +6 -4
  53. package/shopping-cart/src/models/RestError.js +2 -0
  54. package/statistic/src/models/RestError.d.ts +6 -4
  55. package/statistic/src/models/RestError.js +2 -0
  56. package/subscription/src/apis/ManageSubscriptionApi.d.ts +2 -2
  57. package/subscription/src/apis/ManageSubscriptionApi.js +2 -2
  58. package/subscription/src/models/RestError.d.ts +6 -4
  59. package/subscription/src/models/RestError.js +2 -0
  60. package/third-party/src/models/RestError.d.ts +6 -4
  61. package/third-party/src/models/RestError.js +2 -0
  62. package/ubo/src/models/RestError.d.ts +6 -4
  63. package/ubo/src/models/RestError.js +2 -0
  64. package/user/src/models/RestError.d.ts +6 -4
  65. package/user/src/models/RestError.js +2 -0
  66. package/wish/src/models/RestError.d.ts +6 -4
  67. package/wish/src/models/RestError.js +2 -0
  68. package/rfx/src/apis/ManageRfoApi.d.ts +0 -31
  69. package/rfx/src/apis/ManageRfoApi.js +0 -149
@@ -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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match
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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match * `CODE021` - Missing informations for Offisante subscription
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match * `MESSAGE021` - Missing informations for Offisante subscription
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -56,7 +56,8 @@ export declare enum RestErrorCodeEnum {
56
56
  CODE017 = "CODE017",
57
57
  CODE018 = "CODE018",
58
58
  CODE019 = "CODE019",
59
- CODE020 = "CODE020"
59
+ CODE020 = "CODE020",
60
+ CODE021 = "CODE021"
60
61
  }
61
62
  /**
62
63
  * @export
@@ -83,5 +84,6 @@ export declare enum RestErrorMessageEnum {
83
84
  MESSAGE017 = "Batch is forbidden for sale",
84
85
  MESSAGE018 = "Trial already used",
85
86
  MESSAGE019 = "Unable to generate session from disposableToken for admin users",
86
- MESSAGE020 = "ETag do not match"
87
+ MESSAGE020 = "ETag do not match",
88
+ MESSAGE021 = "Missing informations for Offisante subscription"
87
89
  }
@@ -68,6 +68,7 @@ var RestErrorCodeEnum;
68
68
  RestErrorCodeEnum["CODE018"] = "CODE018";
69
69
  RestErrorCodeEnum["CODE019"] = "CODE019";
70
70
  RestErrorCodeEnum["CODE020"] = "CODE020";
71
+ RestErrorCodeEnum["CODE021"] = "CODE021";
71
72
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
72
73
  /**
73
74
  * @export
@@ -96,4 +97,5 @@ var RestErrorMessageEnum;
96
97
  RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
97
98
  RestErrorMessageEnum["MESSAGE019"] = "Unable to generate session from disposableToken for admin users";
98
99
  RestErrorMessageEnum["MESSAGE020"] = "ETag do not match";
100
+ RestErrorMessageEnum["MESSAGE021"] = "Missing informations for Offisante subscription";
99
101
  })(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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match
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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match * `CODE021` - Missing informations for Offisante subscription
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match * `MESSAGE021` - Missing informations for Offisante subscription
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -56,7 +56,8 @@ export declare enum RestErrorCodeEnum {
56
56
  CODE017 = "CODE017",
57
57
  CODE018 = "CODE018",
58
58
  CODE019 = "CODE019",
59
- CODE020 = "CODE020"
59
+ CODE020 = "CODE020",
60
+ CODE021 = "CODE021"
60
61
  }
61
62
  /**
62
63
  * @export
@@ -83,5 +84,6 @@ export declare enum RestErrorMessageEnum {
83
84
  MESSAGE017 = "Batch is forbidden for sale",
84
85
  MESSAGE018 = "Trial already used",
85
86
  MESSAGE019 = "Unable to generate session from disposableToken for admin users",
86
- MESSAGE020 = "ETag do not match"
87
+ MESSAGE020 = "ETag do not match",
88
+ MESSAGE021 = "Missing informations for Offisante subscription"
87
89
  }
@@ -68,6 +68,7 @@ var RestErrorCodeEnum;
68
68
  RestErrorCodeEnum["CODE018"] = "CODE018";
69
69
  RestErrorCodeEnum["CODE019"] = "CODE019";
70
70
  RestErrorCodeEnum["CODE020"] = "CODE020";
71
+ RestErrorCodeEnum["CODE021"] = "CODE021";
71
72
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
72
73
  /**
73
74
  * @export
@@ -96,4 +97,5 @@ var RestErrorMessageEnum;
96
97
  RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
97
98
  RestErrorMessageEnum["MESSAGE019"] = "Unable to generate session from disposableToken for admin users";
98
99
  RestErrorMessageEnum["MESSAGE020"] = "ETag do not match";
100
+ RestErrorMessageEnum["MESSAGE021"] = "Missing informations for Offisante subscription";
99
101
  })(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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match
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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match * `CODE021` - Missing informations for Offisante subscription
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match * `MESSAGE021` - Missing informations for Offisante subscription
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -56,7 +56,8 @@ export declare enum RestErrorCodeEnum {
56
56
  CODE017 = "CODE017",
57
57
  CODE018 = "CODE018",
58
58
  CODE019 = "CODE019",
59
- CODE020 = "CODE020"
59
+ CODE020 = "CODE020",
60
+ CODE021 = "CODE021"
60
61
  }
61
62
  /**
62
63
  * @export
@@ -83,5 +84,6 @@ export declare enum RestErrorMessageEnum {
83
84
  MESSAGE017 = "Batch is forbidden for sale",
84
85
  MESSAGE018 = "Trial already used",
85
86
  MESSAGE019 = "Unable to generate session from disposableToken for admin users",
86
- MESSAGE020 = "ETag do not match"
87
+ MESSAGE020 = "ETag do not match",
88
+ MESSAGE021 = "Missing informations for Offisante subscription"
87
89
  }
@@ -68,6 +68,7 @@ var RestErrorCodeEnum;
68
68
  RestErrorCodeEnum["CODE018"] = "CODE018";
69
69
  RestErrorCodeEnum["CODE019"] = "CODE019";
70
70
  RestErrorCodeEnum["CODE020"] = "CODE020";
71
+ RestErrorCodeEnum["CODE021"] = "CODE021";
71
72
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
72
73
  /**
73
74
  * @export
@@ -96,4 +97,5 @@ var RestErrorMessageEnum;
96
97
  RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
97
98
  RestErrorMessageEnum["MESSAGE019"] = "Unable to generate session from disposableToken for admin users";
98
99
  RestErrorMessageEnum["MESSAGE020"] = "ETag do not match";
100
+ RestErrorMessageEnum["MESSAGE021"] = "Missing informations for Offisante subscription";
99
101
  })(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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match
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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match * `CODE021` - Missing informations for Offisante subscription
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match * `MESSAGE021` - Missing informations for Offisante subscription
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -56,7 +56,8 @@ export declare enum RestErrorCodeEnum {
56
56
  CODE017 = "CODE017",
57
57
  CODE018 = "CODE018",
58
58
  CODE019 = "CODE019",
59
- CODE020 = "CODE020"
59
+ CODE020 = "CODE020",
60
+ CODE021 = "CODE021"
60
61
  }
61
62
  /**
62
63
  * @export
@@ -83,5 +84,6 @@ export declare enum RestErrorMessageEnum {
83
84
  MESSAGE017 = "Batch is forbidden for sale",
84
85
  MESSAGE018 = "Trial already used",
85
86
  MESSAGE019 = "Unable to generate session from disposableToken for admin users",
86
- MESSAGE020 = "ETag do not match"
87
+ MESSAGE020 = "ETag do not match",
88
+ MESSAGE021 = "Missing informations for Offisante subscription"
87
89
  }
@@ -68,6 +68,7 @@ var RestErrorCodeEnum;
68
68
  RestErrorCodeEnum["CODE018"] = "CODE018";
69
69
  RestErrorCodeEnum["CODE019"] = "CODE019";
70
70
  RestErrorCodeEnum["CODE020"] = "CODE020";
71
+ RestErrorCodeEnum["CODE021"] = "CODE021";
71
72
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
72
73
  /**
73
74
  * @export
@@ -96,4 +97,5 @@ var RestErrorMessageEnum;
96
97
  RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
97
98
  RestErrorMessageEnum["MESSAGE019"] = "Unable to generate session from disposableToken for admin users";
98
99
  RestErrorMessageEnum["MESSAGE020"] = "ETag do not match";
100
+ RestErrorMessageEnum["MESSAGE021"] = "Missing informations for Offisante subscription";
99
101
  })(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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match
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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match * `CODE021` - Missing informations for Offisante subscription
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match * `MESSAGE021` - Missing informations for Offisante subscription
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -56,7 +56,8 @@ export declare enum RestErrorCodeEnum {
56
56
  CODE017 = "CODE017",
57
57
  CODE018 = "CODE018",
58
58
  CODE019 = "CODE019",
59
- CODE020 = "CODE020"
59
+ CODE020 = "CODE020",
60
+ CODE021 = "CODE021"
60
61
  }
61
62
  /**
62
63
  * @export
@@ -83,5 +84,6 @@ export declare enum RestErrorMessageEnum {
83
84
  MESSAGE017 = "Batch is forbidden for sale",
84
85
  MESSAGE018 = "Trial already used",
85
86
  MESSAGE019 = "Unable to generate session from disposableToken for admin users",
86
- MESSAGE020 = "ETag do not match"
87
+ MESSAGE020 = "ETag do not match",
88
+ MESSAGE021 = "Missing informations for Offisante subscription"
87
89
  }
@@ -68,6 +68,7 @@ var RestErrorCodeEnum;
68
68
  RestErrorCodeEnum["CODE018"] = "CODE018";
69
69
  RestErrorCodeEnum["CODE019"] = "CODE019";
70
70
  RestErrorCodeEnum["CODE020"] = "CODE020";
71
+ RestErrorCodeEnum["CODE021"] = "CODE021";
71
72
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
72
73
  /**
73
74
  * @export
@@ -96,4 +97,5 @@ var RestErrorMessageEnum;
96
97
  RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
97
98
  RestErrorMessageEnum["MESSAGE019"] = "Unable to generate session from disposableToken for admin users";
98
99
  RestErrorMessageEnum["MESSAGE020"] = "ETag do not match";
100
+ RestErrorMessageEnum["MESSAGE021"] = "Missing informations for Offisante subscription";
99
101
  })(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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match
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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match * `CODE021` - Missing informations for Offisante subscription
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match * `MESSAGE021` - Missing informations for Offisante subscription
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -56,7 +56,8 @@ export declare enum RestErrorCodeEnum {
56
56
  CODE017 = "CODE017",
57
57
  CODE018 = "CODE018",
58
58
  CODE019 = "CODE019",
59
- CODE020 = "CODE020"
59
+ CODE020 = "CODE020",
60
+ CODE021 = "CODE021"
60
61
  }
61
62
  /**
62
63
  * @export
@@ -83,5 +84,6 @@ export declare enum RestErrorMessageEnum {
83
84
  MESSAGE017 = "Batch is forbidden for sale",
84
85
  MESSAGE018 = "Trial already used",
85
86
  MESSAGE019 = "Unable to generate session from disposableToken for admin users",
86
- MESSAGE020 = "ETag do not match"
87
+ MESSAGE020 = "ETag do not match",
88
+ MESSAGE021 = "Missing informations for Offisante subscription"
87
89
  }
@@ -68,6 +68,7 @@ var RestErrorCodeEnum;
68
68
  RestErrorCodeEnum["CODE018"] = "CODE018";
69
69
  RestErrorCodeEnum["CODE019"] = "CODE019";
70
70
  RestErrorCodeEnum["CODE020"] = "CODE020";
71
+ RestErrorCodeEnum["CODE021"] = "CODE021";
71
72
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
72
73
  /**
73
74
  * @export
@@ -96,4 +97,5 @@ var RestErrorMessageEnum;
96
97
  RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
97
98
  RestErrorMessageEnum["MESSAGE019"] = "Unable to generate session from disposableToken for admin users";
98
99
  RestErrorMessageEnum["MESSAGE020"] = "ETag do not match";
100
+ RestErrorMessageEnum["MESSAGE021"] = "Missing informations for Offisante subscription";
99
101
  })(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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match
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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match * `CODE021` - Missing informations for Offisante subscription
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match * `MESSAGE021` - Missing informations for Offisante subscription
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -56,7 +56,8 @@ export declare enum RestErrorCodeEnum {
56
56
  CODE017 = "CODE017",
57
57
  CODE018 = "CODE018",
58
58
  CODE019 = "CODE019",
59
- CODE020 = "CODE020"
59
+ CODE020 = "CODE020",
60
+ CODE021 = "CODE021"
60
61
  }
61
62
  /**
62
63
  * @export
@@ -83,5 +84,6 @@ export declare enum RestErrorMessageEnum {
83
84
  MESSAGE017 = "Batch is forbidden for sale",
84
85
  MESSAGE018 = "Trial already used",
85
86
  MESSAGE019 = "Unable to generate session from disposableToken for admin users",
86
- MESSAGE020 = "ETag do not match"
87
+ MESSAGE020 = "ETag do not match",
88
+ MESSAGE021 = "Missing informations for Offisante subscription"
87
89
  }
@@ -68,6 +68,7 @@ var RestErrorCodeEnum;
68
68
  RestErrorCodeEnum["CODE018"] = "CODE018";
69
69
  RestErrorCodeEnum["CODE019"] = "CODE019";
70
70
  RestErrorCodeEnum["CODE020"] = "CODE020";
71
+ RestErrorCodeEnum["CODE021"] = "CODE021";
71
72
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
72
73
  /**
73
74
  * @export
@@ -96,4 +97,5 @@ var RestErrorMessageEnum;
96
97
  RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
97
98
  RestErrorMessageEnum["MESSAGE019"] = "Unable to generate session from disposableToken for admin users";
98
99
  RestErrorMessageEnum["MESSAGE020"] = "ETag do not match";
100
+ RestErrorMessageEnum["MESSAGE021"] = "Missing informations for Offisante subscription";
99
101
  })(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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match
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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match * `CODE021` - Missing informations for Offisante subscription
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match * `MESSAGE021` - Missing informations for Offisante subscription
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -56,7 +56,8 @@ export declare enum RestErrorCodeEnum {
56
56
  CODE017 = "CODE017",
57
57
  CODE018 = "CODE018",
58
58
  CODE019 = "CODE019",
59
- CODE020 = "CODE020"
59
+ CODE020 = "CODE020",
60
+ CODE021 = "CODE021"
60
61
  }
61
62
  /**
62
63
  * @export
@@ -83,5 +84,6 @@ export declare enum RestErrorMessageEnum {
83
84
  MESSAGE017 = "Batch is forbidden for sale",
84
85
  MESSAGE018 = "Trial already used",
85
86
  MESSAGE019 = "Unable to generate session from disposableToken for admin users",
86
- MESSAGE020 = "ETag do not match"
87
+ MESSAGE020 = "ETag do not match",
88
+ MESSAGE021 = "Missing informations for Offisante subscription"
87
89
  }
@@ -68,6 +68,7 @@ var RestErrorCodeEnum;
68
68
  RestErrorCodeEnum["CODE018"] = "CODE018";
69
69
  RestErrorCodeEnum["CODE019"] = "CODE019";
70
70
  RestErrorCodeEnum["CODE020"] = "CODE020";
71
+ RestErrorCodeEnum["CODE021"] = "CODE021";
71
72
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
72
73
  /**
73
74
  * @export
@@ -96,4 +97,5 @@ var RestErrorMessageEnum;
96
97
  RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
97
98
  RestErrorMessageEnum["MESSAGE019"] = "Unable to generate session from disposableToken for admin users";
98
99
  RestErrorMessageEnum["MESSAGE020"] = "ETag do not match";
100
+ RestErrorMessageEnum["MESSAGE021"] = "Missing informations for Offisante subscription";
99
101
  })(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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match
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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match * `CODE021` - Missing informations for Offisante subscription
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match * `MESSAGE021` - Missing informations for Offisante subscription
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -56,7 +56,8 @@ export declare enum RestErrorCodeEnum {
56
56
  CODE017 = "CODE017",
57
57
  CODE018 = "CODE018",
58
58
  CODE019 = "CODE019",
59
- CODE020 = "CODE020"
59
+ CODE020 = "CODE020",
60
+ CODE021 = "CODE021"
60
61
  }
61
62
  /**
62
63
  * @export
@@ -83,5 +84,6 @@ export declare enum RestErrorMessageEnum {
83
84
  MESSAGE017 = "Batch is forbidden for sale",
84
85
  MESSAGE018 = "Trial already used",
85
86
  MESSAGE019 = "Unable to generate session from disposableToken for admin users",
86
- MESSAGE020 = "ETag do not match"
87
+ MESSAGE020 = "ETag do not match",
88
+ MESSAGE021 = "Missing informations for Offisante subscription"
87
89
  }
@@ -68,6 +68,7 @@ var RestErrorCodeEnum;
68
68
  RestErrorCodeEnum["CODE018"] = "CODE018";
69
69
  RestErrorCodeEnum["CODE019"] = "CODE019";
70
70
  RestErrorCodeEnum["CODE020"] = "CODE020";
71
+ RestErrorCodeEnum["CODE021"] = "CODE021";
71
72
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
72
73
  /**
73
74
  * @export
@@ -96,4 +97,5 @@ var RestErrorMessageEnum;
96
97
  RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
97
98
  RestErrorMessageEnum["MESSAGE019"] = "Unable to generate session from disposableToken for admin users";
98
99
  RestErrorMessageEnum["MESSAGE020"] = "ETag do not match";
100
+ RestErrorMessageEnum["MESSAGE021"] = "Missing informations for Offisante subscription";
99
101
  })(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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match
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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match * `CODE021` - Missing informations for Offisante subscription
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match * `MESSAGE021` - Missing informations for Offisante subscription
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -56,7 +56,8 @@ export declare enum RestErrorCodeEnum {
56
56
  CODE017 = "CODE017",
57
57
  CODE018 = "CODE018",
58
58
  CODE019 = "CODE019",
59
- CODE020 = "CODE020"
59
+ CODE020 = "CODE020",
60
+ CODE021 = "CODE021"
60
61
  }
61
62
  /**
62
63
  * @export
@@ -83,5 +84,6 @@ export declare enum RestErrorMessageEnum {
83
84
  MESSAGE017 = "Batch is forbidden for sale",
84
85
  MESSAGE018 = "Trial already used",
85
86
  MESSAGE019 = "Unable to generate session from disposableToken for admin users",
86
- MESSAGE020 = "ETag do not match"
87
+ MESSAGE020 = "ETag do not match",
88
+ MESSAGE021 = "Missing informations for Offisante subscription"
87
89
  }
@@ -68,6 +68,7 @@ var RestErrorCodeEnum;
68
68
  RestErrorCodeEnum["CODE018"] = "CODE018";
69
69
  RestErrorCodeEnum["CODE019"] = "CODE019";
70
70
  RestErrorCodeEnum["CODE020"] = "CODE020";
71
+ RestErrorCodeEnum["CODE021"] = "CODE021";
71
72
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
72
73
  /**
73
74
  * @export
@@ -96,4 +97,5 @@ var RestErrorMessageEnum;
96
97
  RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
97
98
  RestErrorMessageEnum["MESSAGE019"] = "Unable to generate session from disposableToken for admin users";
98
99
  RestErrorMessageEnum["MESSAGE020"] = "ETag do not match";
100
+ RestErrorMessageEnum["MESSAGE021"] = "Missing informations for Offisante subscription";
99
101
  })(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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match
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` - Image dimension exceeded * `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 * `CODE019` - Unable to generate session from disposableToken for admin users * `CODE020` - ETag do not match * `CODE021` - Missing informations for Offisante subscription
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match
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` - Image dimension exceeded * `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 * `MESSAGE019` - Unable to generate session from disposableToken for admin users * `MESSAGE020` - ETag do not match * `MESSAGE021` - Missing informations for Offisante subscription
26
26
  * @type {string}
27
27
  * @memberof RestError
28
28
  */
@@ -56,7 +56,8 @@ export declare enum RestErrorCodeEnum {
56
56
  CODE017 = "CODE017",
57
57
  CODE018 = "CODE018",
58
58
  CODE019 = "CODE019",
59
- CODE020 = "CODE020"
59
+ CODE020 = "CODE020",
60
+ CODE021 = "CODE021"
60
61
  }
61
62
  /**
62
63
  * @export
@@ -83,5 +84,6 @@ export declare enum RestErrorMessageEnum {
83
84
  MESSAGE017 = "Batch is forbidden for sale",
84
85
  MESSAGE018 = "Trial already used",
85
86
  MESSAGE019 = "Unable to generate session from disposableToken for admin users",
86
- MESSAGE020 = "ETag do not match"
87
+ MESSAGE020 = "ETag do not match",
88
+ MESSAGE021 = "Missing informations for Offisante subscription"
87
89
  }
@@ -68,6 +68,7 @@ var RestErrorCodeEnum;
68
68
  RestErrorCodeEnum["CODE018"] = "CODE018";
69
69
  RestErrorCodeEnum["CODE019"] = "CODE019";
70
70
  RestErrorCodeEnum["CODE020"] = "CODE020";
71
+ RestErrorCodeEnum["CODE021"] = "CODE021";
71
72
  })(RestErrorCodeEnum = exports.RestErrorCodeEnum || (exports.RestErrorCodeEnum = {}));
72
73
  /**
73
74
  * @export
@@ -96,4 +97,5 @@ var RestErrorMessageEnum;
96
97
  RestErrorMessageEnum["MESSAGE018"] = "Trial already used";
97
98
  RestErrorMessageEnum["MESSAGE019"] = "Unable to generate session from disposableToken for admin users";
98
99
  RestErrorMessageEnum["MESSAGE020"] = "ETag do not match";
100
+ RestErrorMessageEnum["MESSAGE021"] = "Missing informations for Offisante subscription";
99
101
  })(RestErrorMessageEnum = exports.RestErrorMessageEnum || (exports.RestErrorMessageEnum = {}));