@lcdp/api-react-rest-client 2.13.9-LDS-4699-etape-1-no-more-archive-of-frid.17069308302 → 2.13.9-LDS-4699-etape-1-no-more-archive-of-frid.17071891745

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lcdp/api-react-rest-client",
3
- "version": "2.13.9-LDS-4699-etape-1-no-more-archive-of-frid.17069308302",
3
+ "version": "2.13.9-LDS-4699-etape-1-no-more-archive-of-frid.17071891745",
4
4
  "scripts": {
5
5
  "build": "tsc"
6
6
  },
@@ -96,7 +96,7 @@ export interface ProductCreationOrUpdateParameters {
96
96
  * @type {string}
97
97
  * @memberof ProductCreationOrUpdateParameters
98
98
  */
99
- storageType?: string | null;
99
+ storageTypeId?: string | null;
100
100
  /**
101
101
  *
102
102
  * @type {ProductMarketStatus}
@@ -46,7 +46,7 @@ function ProductCreationOrUpdateParametersFromJSONTyped(json, ignoreDiscriminato
46
46
  'laboratoryId': json['laboratoryId'],
47
47
  'vatId': json['vatId'],
48
48
  'narcoticPrescription': json['narcoticPrescription'],
49
- 'storageType': json['storageType'],
49
+ 'storageTypeId': json['storageTypeId'],
50
50
  'marketStatus': (json['marketStatus'] === null || json['marketStatus'] === undefined) ? json['marketStatus'] : (0, ProductMarketStatus_1.ProductMarketStatusFromJSON)(json['marketStatus']),
51
51
  'status': (json['status'] === null || json['status'] === undefined) ? json['status'] : (0, ProductStatus_1.ProductStatusFromJSON)(json['status']),
52
52
  'dispensationPlace': (json['dispensationPlace'] === null || json['dispensationPlace'] === undefined) ? json['dispensationPlace'] : (0, ProductDispensationPlace_1.ProductDispensationPlaceFromJSON)(json['dispensationPlace']),
@@ -73,7 +73,7 @@ function ProductCreationOrUpdateParametersToJSON(value) {
73
73
  'laboratoryId': value['laboratoryId'],
74
74
  'vatId': value['vatId'],
75
75
  'narcoticPrescription': value['narcoticPrescription'],
76
- 'storageType': value['storageType'],
76
+ 'storageTypeId': value['storageTypeId'],
77
77
  'marketStatus': (0, ProductMarketStatus_1.ProductMarketStatusToJSON)(value['marketStatus']),
78
78
  'status': (0, ProductStatus_1.ProductStatusToJSON)(value['status']),
79
79
  'dispensationPlace': (0, ProductDispensationPlace_1.ProductDispensationPlaceToJSON)(value['dispensationPlace']),
@@ -253,6 +253,12 @@ export interface User {
253
253
  * @memberof User
254
254
  */
255
255
  restrictedProductTypes?: HttpLink;
256
+ /**
257
+ *
258
+ * @type {HttpLink}
259
+ * @memberof User
260
+ */
261
+ restrictedProductStorageTypes?: HttpLink;
256
262
  /**
257
263
  *
258
264
  * @type {HttpLink}
@@ -100,6 +100,7 @@ function UserFromJSONTyped(json, ignoreDiscriminator) {
100
100
  'rules': (json['rules'] === null || json['rules'] === undefined) ? json['rules'] : (0, HttpLink_1.HttpLinkFromJSON)(json['rules']),
101
101
  'restrictedFeatures': (json['restrictedFeatures'] === null || json['restrictedFeatures'] === undefined) ? json['restrictedFeatures'] : (0, HttpLink_1.HttpLinkFromJSON)(json['restrictedFeatures']),
102
102
  'restrictedProductTypes': (json['restrictedProductTypes'] === null || json['restrictedProductTypes'] === undefined) ? json['restrictedProductTypes'] : (0, HttpLink_1.HttpLinkFromJSON)(json['restrictedProductTypes']),
103
+ 'restrictedProductStorageTypes': (json['restrictedProductStorageTypes'] === null || json['restrictedProductStorageTypes'] === undefined) ? json['restrictedProductStorageTypes'] : (0, HttpLink_1.HttpLinkFromJSON)(json['restrictedProductStorageTypes']),
103
104
  'restrictedNotificationTypes': (json['restrictedNotificationTypes'] === null || json['restrictedNotificationTypes'] === undefined) ? json['restrictedNotificationTypes'] : (0, HttpLink_1.HttpLinkFromJSON)(json['restrictedNotificationTypes']),
104
105
  'customCommissions': (json['customCommissions'] === null || json['customCommissions'] === undefined) ? json['customCommissions'] : (0, HttpLink_1.HttpLinkFromJSON)(json['customCommissions']),
105
106
  'tags': json['tags'],
@@ -156,6 +157,7 @@ function UserToJSON(value) {
156
157
  'rules': (0, HttpLink_1.HttpLinkToJSON)(value['rules']),
157
158
  'restrictedFeatures': (0, HttpLink_1.HttpLinkToJSON)(value['restrictedFeatures']),
158
159
  'restrictedProductTypes': (0, HttpLink_1.HttpLinkToJSON)(value['restrictedProductTypes']),
160
+ 'restrictedProductStorageTypes': (0, HttpLink_1.HttpLinkToJSON)(value['restrictedProductStorageTypes']),
159
161
  'restrictedNotificationTypes': (0, HttpLink_1.HttpLinkToJSON)(value['restrictedNotificationTypes']),
160
162
  'customCommissions': (0, HttpLink_1.HttpLinkToJSON)(value['customCommissions']),
161
163
  'tags': value['tags'],