wildberries-sdk 0.1.151 → 0.1.152
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/dist/items/models/ContentV2GetCardsListPost200ResponseCardsInnerDocumentsItemsInner.d.ts
CHANGED
|
@@ -49,10 +49,6 @@ export interface ContentV2GetCardsListPost200ResponseCardsInnerDocumentsItemsInn
|
|
|
49
49
|
* Представитель изготовителя медицинского изделия
|
|
50
50
|
*/
|
|
51
51
|
applicant?: string;
|
|
52
|
-
/**
|
|
53
|
-
* Количество товаров по электронному сертификату
|
|
54
|
-
*/
|
|
55
|
-
quantity?: number;
|
|
56
52
|
/**
|
|
57
53
|
* Дата и время начала срока действия документа
|
|
58
54
|
*/
|
package/dist/items/models/ContentV2GetCardsListPost200ResponseCardsInnerDocumentsItemsInner.js
CHANGED
|
@@ -40,7 +40,6 @@ function ContentV2GetCardsListPost200ResponseCardsInnerDocumentsItemsInnerFromJS
|
|
|
40
40
|
'productNumber': json['productNumber'] == null ? undefined : json['productNumber'],
|
|
41
41
|
'tradeName': json['tradeName'] == null ? undefined : json['tradeName'],
|
|
42
42
|
'applicant': json['applicant'] == null ? undefined : json['applicant'],
|
|
43
|
-
'quantity': json['quantity'] == null ? undefined : json['quantity'],
|
|
44
43
|
'startDate': json['startDate'] == null ? undefined : ((0, runtime_1.parseDateTime)(json['startDate'])),
|
|
45
44
|
'endDate': json['endDate'] == null ? undefined : ((0, runtime_1.parseDateTime)(json['endDate'])),
|
|
46
45
|
'isEndless': json['isEndless'] == null ? undefined : json['isEndless'],
|
|
@@ -63,7 +62,6 @@ function ContentV2GetCardsListPost200ResponseCardsInnerDocumentsItemsInnerToJSON
|
|
|
63
62
|
'productNumber': value['productNumber'],
|
|
64
63
|
'tradeName': value['tradeName'],
|
|
65
64
|
'applicant': value['applicant'],
|
|
66
|
-
'quantity': value['quantity'],
|
|
67
65
|
'startDate': value['startDate'] == null ? value['startDate'] : (0, runtime_1.serializeDateTime)(value['startDate']),
|
|
68
66
|
'endDate': value['endDate'] == null ? value['endDate'] : (0, runtime_1.serializeDateTime)(value['endDate']),
|
|
69
67
|
'isEndless': value['isEndless'],
|