@lcdp/api-react-rest-client 2.6.7-develop.9061856225 → 2.6.7

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.
@@ -59,10 +59,7 @@ export declare enum NotificationTypeId {
59
59
  PHARMAIDEFIRSTSUBSCRIPTION = "PHARMAIDE_FIRST_SUBSCRIPTION",
60
60
  PHARMAIDESBTESTEXPIRATION = "PHARMAIDE_SB_TEST_EXPIRATION",
61
61
  PHARMAIDETESTTESTEXPIRATION = "PHARMAIDE_TEST_TEST_EXPIRATION",
62
- REQUESTFORORDERINVOICE = "REQUEST_FOR_ORDER_INVOICE",
63
- CLIENTBADGERECEIVED = "CLIENT_BADGE_RECEIVED",
64
- CLIENTBADGELOST = "CLIENT_BADGE_LOST",
65
- CLIENTBADGEINCENTIVE = "CLIENT_BADGE_INCENTIVE"
62
+ REQUESTFORORDERINVOICE = "REQUEST_FOR_ORDER_INVOICE"
66
63
  }
67
64
  export declare function NotificationTypeIdFromJSON(json: any): NotificationTypeId;
68
65
  export declare function NotificationTypeIdFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationTypeId;
@@ -66,9 +66,6 @@ var NotificationTypeId;
66
66
  NotificationTypeId["PHARMAIDESBTESTEXPIRATION"] = "PHARMAIDE_SB_TEST_EXPIRATION";
67
67
  NotificationTypeId["PHARMAIDETESTTESTEXPIRATION"] = "PHARMAIDE_TEST_TEST_EXPIRATION";
68
68
  NotificationTypeId["REQUESTFORORDERINVOICE"] = "REQUEST_FOR_ORDER_INVOICE";
69
- NotificationTypeId["CLIENTBADGERECEIVED"] = "CLIENT_BADGE_RECEIVED";
70
- NotificationTypeId["CLIENTBADGELOST"] = "CLIENT_BADGE_LOST";
71
- NotificationTypeId["CLIENTBADGEINCENTIVE"] = "CLIENT_BADGE_INCENTIVE";
72
69
  })(NotificationTypeId = exports.NotificationTypeId || (exports.NotificationTypeId = {}));
73
70
  function NotificationTypeIdFromJSON(json) {
74
71
  return NotificationTypeIdFromJSONTyped(json, false);
@@ -36,12 +36,6 @@ export interface OrderItem {
36
36
  * @memberof OrderItem
37
37
  */
38
38
  saleOffer?: SaleOfferLink;
39
- /**
40
- * Id of the distribution range
41
- * @type {number}
42
- * @memberof OrderItem
43
- */
44
- distributionRangeId?: number;
45
39
  /**
46
40
  * Number of pack to buy
47
41
  * @type {number}
@@ -30,7 +30,6 @@ function OrderItemFromJSONTyped(json, ignoreDiscriminator) {
30
30
  'id': !(0, runtime_1.exists)(json, 'id') ? undefined : json['id'],
31
31
  'product': !(0, runtime_1.exists)(json, 'product') ? undefined : (0, ProductLink_1.ProductLinkFromJSON)(json['product']),
32
32
  'saleOffer': !(0, runtime_1.exists)(json, 'saleOffer') ? undefined : (0, SaleOfferLink_1.SaleOfferLinkFromJSON)(json['saleOffer']),
33
- 'distributionRangeId': !(0, runtime_1.exists)(json, 'distributionRangeId') ? undefined : json['distributionRangeId'],
34
33
  'quantity': !(0, runtime_1.exists)(json, 'quantity') ? undefined : json['quantity'],
35
34
  'multiplier': !(0, runtime_1.exists)(json, 'multiplier') ? undefined : json['multiplier'],
36
35
  'freeUnits': !(0, runtime_1.exists)(json, 'freeUnits') ? undefined : json['freeUnits'],
@@ -51,7 +50,6 @@ function OrderItemToJSON(value) {
51
50
  'id': value.id,
52
51
  'product': (0, ProductLink_1.ProductLinkToJSON)(value.product),
53
52
  'saleOffer': (0, SaleOfferLink_1.SaleOfferLinkToJSON)(value.saleOffer),
54
- 'distributionRangeId': value.distributionRangeId,
55
53
  'quantity': value.quantity,
56
54
  'multiplier': value.multiplier,
57
55
  'freeUnits': value.freeUnits,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lcdp/api-react-rest-client",
3
- "version": "2.6.7-develop.9061856225",
3
+ "version": "2.6.7",
4
4
  "scripts": {
5
5
  "build": "tsc"
6
6
  },
@@ -36,6 +36,5 @@ export declare function ThirdPartyLinkCreationParametersToJSON(value?: ThirdPart
36
36
  * @enum {string}
37
37
  */
38
38
  export declare enum ThirdPartyLinkCreationParametersSlugEnum {
39
- PHARMACYSTATISTICSDASHBOARD = "BADGES_PHARMACY_STATISTICS_DASHBOARD",
40
- LABORATORYSTATISTICSDASHBOARD = "BADGES_LABORATORY_STATISTICS_DASHBOARD"
39
+ BADGESSTATISTICSDASHBOARD = "BADGES_STATISTICS_DASHBOARD"
41
40
  }
@@ -47,6 +47,5 @@ exports.ThirdPartyLinkCreationParametersToJSON = ThirdPartyLinkCreationParameter
47
47
  */
48
48
  var ThirdPartyLinkCreationParametersSlugEnum;
49
49
  (function (ThirdPartyLinkCreationParametersSlugEnum) {
50
- ThirdPartyLinkCreationParametersSlugEnum["PHARMACYSTATISTICSDASHBOARD"] = "BADGES_PHARMACY_STATISTICS_DASHBOARD";
51
- ThirdPartyLinkCreationParametersSlugEnum["LABORATORYSTATISTICSDASHBOARD"] = "BADGES_LABORATORY_STATISTICS_DASHBOARD";
50
+ ThirdPartyLinkCreationParametersSlugEnum["BADGESSTATISTICSDASHBOARD"] = "BADGES_STATISTICS_DASHBOARD";
52
51
  })(ThirdPartyLinkCreationParametersSlugEnum = exports.ThirdPartyLinkCreationParametersSlugEnum || (exports.ThirdPartyLinkCreationParametersSlugEnum = {}));
@@ -59,10 +59,7 @@ export declare enum NotificationTypeId {
59
59
  PHARMAIDEFIRSTSUBSCRIPTION = "PHARMAIDE_FIRST_SUBSCRIPTION",
60
60
  PHARMAIDESBTESTEXPIRATION = "PHARMAIDE_SB_TEST_EXPIRATION",
61
61
  PHARMAIDETESTTESTEXPIRATION = "PHARMAIDE_TEST_TEST_EXPIRATION",
62
- REQUESTFORORDERINVOICE = "REQUEST_FOR_ORDER_INVOICE",
63
- CLIENTBADGERECEIVED = "CLIENT_BADGE_RECEIVED",
64
- CLIENTBADGELOST = "CLIENT_BADGE_LOST",
65
- CLIENTBADGEINCENTIVE = "CLIENT_BADGE_INCENTIVE"
62
+ REQUESTFORORDERINVOICE = "REQUEST_FOR_ORDER_INVOICE"
66
63
  }
67
64
  export declare function NotificationTypeIdFromJSON(json: any): NotificationTypeId;
68
65
  export declare function NotificationTypeIdFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationTypeId;
@@ -66,9 +66,6 @@ var NotificationTypeId;
66
66
  NotificationTypeId["PHARMAIDESBTESTEXPIRATION"] = "PHARMAIDE_SB_TEST_EXPIRATION";
67
67
  NotificationTypeId["PHARMAIDETESTTESTEXPIRATION"] = "PHARMAIDE_TEST_TEST_EXPIRATION";
68
68
  NotificationTypeId["REQUESTFORORDERINVOICE"] = "REQUEST_FOR_ORDER_INVOICE";
69
- NotificationTypeId["CLIENTBADGERECEIVED"] = "CLIENT_BADGE_RECEIVED";
70
- NotificationTypeId["CLIENTBADGELOST"] = "CLIENT_BADGE_LOST";
71
- NotificationTypeId["CLIENTBADGEINCENTIVE"] = "CLIENT_BADGE_INCENTIVE";
72
69
  })(NotificationTypeId = exports.NotificationTypeId || (exports.NotificationTypeId = {}));
73
70
  function NotificationTypeIdFromJSON(json) {
74
71
  return NotificationTypeIdFromJSONTyped(json, false);