@lcdp/api-react-rest-client 2.9.0-develop.13139560325 → 2.9.0-upgrade-codegen-client-react.12465129775
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/auth/src/apis/SearchApiKeyApi.d.ts +6 -6
- package/auth/src/apis/SearchApiKeyApi.js +6 -6
- package/auth/src/models/RestError.d.ts +24 -26
- package/auth/src/models/RestError.js +23 -25
- package/banking-operation/src/apis/SearchLevyApi.d.ts +14 -14
- package/banking-operation/src/apis/SearchLevyApi.js +14 -14
- package/banking-operation/src/apis/SearchOrderPaymentApi.d.ts +2 -2
- package/banking-operation/src/apis/SearchOrderPaymentApi.js +2 -2
- package/banking-operation/src/models/LevyPaymentStatus.d.ts +3 -3
- package/banking-operation/src/models/LevyPaymentStatus.js +3 -3
- package/banking-operation/src/models/LevyStatus.d.ts +2 -2
- package/banking-operation/src/models/LevyStatus.js +2 -2
- package/banking-operation/src/models/Transaction.d.ts +4 -4
- package/banking-operation/src/models/Transaction.js +4 -4
- package/catalog/src/apis/SearchProductInsightApi.d.ts +4 -4
- package/catalog/src/apis/SearchProductInsightApi.js +4 -4
- package/catalog/src/models/ProductStorageType.d.ts +4 -4
- package/catalog/src/models/ProductStorageType.js +4 -4
- package/catalog/src/models/RestError.d.ts +24 -26
- package/catalog/src/models/RestError.js +23 -25
- package/challenge/src/models/ChallengeAction.d.ts +1 -1
- package/challenge/src/models/ChallengeAction.js +1 -1
- package/configuration/src/models/RestError.d.ts +24 -26
- package/configuration/src/models/RestError.js +23 -25
- package/content/src/models/RestError.d.ts +24 -26
- package/content/src/models/RestError.js +23 -25
- package/factory/src/apis/SearchAssemblyApi.d.ts +6 -6
- package/factory/src/apis/SearchAssemblyApi.js +6 -6
- package/factory/src/models/AssemblyOutputInner.d.ts +2 -2
- package/factory/src/models/AssemblyOutputInner.js +2 -2
- package/factory/src/models/AssemblyStatus.d.ts +8 -8
- package/factory/src/models/AssemblyStatus.js +8 -8
- package/factory/src/models/ProductStatus.d.ts +4 -4
- package/factory/src/models/ProductStatus.js +4 -4
- package/factory/src/models/SaleOfferStatus.d.ts +7 -7
- package/factory/src/models/SaleOfferStatus.js +7 -7
- package/factory/src/models/StatusEnum.d.ts +8 -8
- package/factory/src/models/StatusEnum.js +8 -8
- package/favorite/src/apis/ManageFavoriteProductApi.d.ts +4 -4
- package/favorite/src/apis/ManageFavoriteProductApi.js +4 -4
- package/favorite/src/models/ProductStatus.d.ts +4 -4
- package/favorite/src/models/ProductStatus.js +4 -4
- package/favorite/src/models/RestError.d.ts +24 -26
- package/favorite/src/models/RestError.js +23 -25
- package/inventory/src/apis/ManageInventoryApi.d.ts +17 -5
- package/inventory/src/apis/ManageInventoryApi.js +86 -12
- package/inventory/src/apis/SearchInventoryApi.d.ts +76 -83
- package/inventory/src/apis/SearchInventoryApi.js +141 -160
- package/inventory/src/models/ActiveProduct.d.ts +3 -10
- package/inventory/src/models/ActiveProduct.js +2 -5
- package/inventory/src/models/ActiveProductUpdateParameters.d.ts +3 -4
- package/inventory/src/models/ActiveProductUpdateParameters.js +2 -3
- package/inventory/src/models/MisalignedProduct.d.ts +0 -6
- package/inventory/src/models/MisalignedProduct.js +0 -2
- package/inventory/src/models/OverstockProduct.d.ts +0 -6
- package/inventory/src/models/OverstockProduct.js +0 -2
- package/inventory/src/models/RestError.d.ts +24 -26
- package/inventory/src/models/RestError.js +23 -25
- package/inventory/src/models/Synchroneity.d.ts +32 -0
- package/inventory/src/models/Synchroneity.js +46 -0
- package/inventory/src/models/SynchroneityOffisante.d.ts +38 -0
- package/inventory/src/models/SynchroneityOffisante.js +48 -0
- package/inventory/src/models/SynchroneitySource.d.ts +37 -0
- package/inventory/src/models/SynchroneitySource.js +47 -0
- package/inventory/src/models/index.d.ts +3 -4
- package/inventory/src/models/index.js +3 -4
- package/invoice/src/apis/SearchInvoiceApi.d.ts +10 -10
- package/invoice/src/apis/SearchInvoiceApi.js +10 -10
- package/invoice/src/apis/SearchInvoiceLineApi.d.ts +4 -4
- package/invoice/src/apis/SearchInvoiceLineApi.js +4 -4
- package/invoice/src/apis/SearchOrderTallyApi.d.ts +8 -8
- package/invoice/src/apis/SearchOrderTallyApi.js +8 -8
- package/invoice/src/models/InvoiceType.d.ts +13 -13
- package/invoice/src/models/InvoiceType.js +13 -13
- package/invoice/src/models/RestError.d.ts +24 -26
- package/invoice/src/models/RestError.js +23 -25
- package/laboratory/src/apis/SearchLaboratoryApi.d.ts +2 -2
- package/laboratory/src/apis/SearchLaboratoryApi.js +2 -2
- package/laboratory-store/src/apis/SearchLaboratoryStoreApi.d.ts +7 -7
- package/laboratory-store/src/apis/SearchLaboratoryStoreApi.js +7 -7
- package/laboratory-store/src/models/DisplayType.d.ts +2 -2
- package/laboratory-store/src/models/DisplayType.js +2 -2
- package/laboratory-store/src/models/LaboratoryType.d.ts +5 -5
- package/laboratory-store/src/models/LaboratoryType.js +5 -5
- package/laboratory-store/src/models/RestError.d.ts +24 -26
- package/laboratory-store/src/models/RestError.js +23 -25
- package/laboratory-store-log/src/apis/SearchLaboratoryStoreLogApi.d.ts +2 -2
- package/laboratory-store-log/src/apis/SearchLaboratoryStoreLogApi.js +2 -2
- package/lexicon/src/models/RestError.d.ts +24 -26
- package/lexicon/src/models/RestError.js +23 -25
- package/litigation/src/models/RestError.d.ts +24 -26
- package/litigation/src/models/RestError.js +23 -25
- package/magic-cart/src/models/ProductStorageType.d.ts +4 -4
- package/magic-cart/src/models/ProductStorageType.js +4 -4
- package/mandate/src/models/ChallengeAction.d.ts +1 -1
- package/mandate/src/models/ChallengeAction.js +1 -1
- package/mandate/src/models/Mandate.d.ts +5 -5
- package/mandate/src/models/Mandate.js +5 -5
- package/mangopay-hook/src/models/RestError.d.ts +24 -26
- package/mangopay-hook/src/models/RestError.js +23 -25
- package/message/src/apis/SearchMessageApi.d.ts +4 -4
- package/message/src/apis/SearchMessageApi.js +4 -4
- package/notification/src/apis/SearchNotificationApi.d.ts +2 -2
- package/notification/src/apis/SearchNotificationApi.js +2 -2
- package/notification/src/apis/SearchNotificationTypeApi.d.ts +6 -6
- package/notification/src/apis/SearchNotificationTypeApi.js +6 -6
- package/notification/src/models/NotificationTypeId.d.ts +48 -48
- package/notification/src/models/NotificationTypeId.js +48 -48
- package/notification/src/models/RestError.d.ts +24 -26
- package/notification/src/models/RestError.js +23 -25
- package/order/src/apis/SearchFreeCarriageCouponApi.d.ts +2 -2
- package/order/src/apis/SearchFreeCarriageCouponApi.js +2 -2
- package/order/src/apis/SearchOrderApi.d.ts +18 -18
- package/order/src/apis/SearchOrderApi.js +18 -18
- package/order/src/apis/SearchOrderItemApi.d.ts +24 -24
- package/order/src/apis/SearchOrderItemApi.js +24 -24
- package/order/src/models/OrderItemWarning.d.ts +5 -5
- package/order/src/models/OrderItemWarning.js +5 -5
- package/order/src/models/OrderItemsOperation.d.ts +3 -3
- package/order/src/models/OrderItemsOperation.js +3 -3
- package/order/src/models/OrderStatus.d.ts +15 -15
- package/order/src/models/OrderStatus.js +15 -15
- package/order/src/models/OrderStatusReason.d.ts +3 -3
- package/order/src/models/OrderStatusReason.js +3 -3
- package/order/src/models/OrderStorageType.d.ts +4 -4
- package/order/src/models/OrderStorageType.js +4 -4
- package/order/src/models/OrderType.d.ts +2 -2
- package/order/src/models/OrderType.js +2 -2
- package/order/src/models/OrderWarning.d.ts +2 -2
- package/order/src/models/OrderWarning.js +2 -2
- package/order/src/models/ProductStorageType.d.ts +4 -4
- package/order/src/models/ProductStorageType.js +4 -4
- package/order/src/models/RestError.d.ts +24 -26
- package/order/src/models/RestError.js +23 -25
- package/order/src/models/UpdateOrderStatusParameters.d.ts +8 -8
- package/order/src/models/UpdateOrderStatusParameters.js +8 -8
- package/order-log/src/apis/SearchOrderLogApi.d.ts +2 -2
- package/order-log/src/apis/SearchOrderLogApi.js +2 -2
- package/order-log/src/models/OrderStatusReason.d.ts +3 -3
- package/order-log/src/models/OrderStatusReason.js +3 -3
- package/outrage-message/src/apis/SearchOutrageMessageApi.d.ts +4 -4
- package/outrage-message/src/apis/SearchOutrageMessageApi.js +4 -4
- package/package.json +1 -1
- package/product/src/apis/SearchProductApi.d.ts +18 -18
- package/product/src/apis/SearchProductApi.js +18 -18
- package/product/src/apis/SearchProductProscriptionApi.d.ts +4 -4
- package/product/src/apis/SearchProductProscriptionApi.js +4 -4
- package/product/src/models/DataProvider.d.ts +5 -5
- package/product/src/models/DataProvider.js +5 -5
- package/product/src/models/ProductDispensationPlace.d.ts +2 -2
- package/product/src/models/ProductDispensationPlace.js +2 -2
- package/product/src/models/ProductMarketStatus.d.ts +6 -6
- package/product/src/models/ProductMarketStatus.js +6 -6
- package/product/src/models/ProductStatus.d.ts +4 -4
- package/product/src/models/ProductStatus.js +4 -4
- package/product/src/models/ProductStorageType.d.ts +4 -4
- package/product/src/models/ProductStorageType.js +4 -4
- package/product/src/models/RestError.d.ts +24 -26
- package/product/src/models/RestError.js +23 -25
- package/pub/src/apis/SearchPubApi.d.ts +27 -27
- package/pub/src/apis/SearchPubApi.js +27 -27
- package/pub/src/models/PubLocationEnum.d.ts +3 -3
- package/pub/src/models/PubLocationEnum.js +3 -3
- package/pub/src/models/RestError.d.ts +24 -26
- package/pub/src/models/RestError.js +23 -25
- package/recommendation/src/apis/SearchFavoriteProductRecommendationApi.d.ts +4 -4
- package/recommendation/src/apis/SearchFavoriteProductRecommendationApi.js +4 -4
- package/recommendation/src/apis/SearchProductPriceRecommendationApi.d.ts +4 -4
- package/recommendation/src/apis/SearchProductPriceRecommendationApi.js +4 -4
- package/recommendation/src/apis/SearchProductRecommendationApi.d.ts +4 -4
- package/recommendation/src/apis/SearchProductRecommendationApi.js +4 -4
- package/recommendation/src/models/ProductRecommendationType.d.ts +3 -3
- package/recommendation/src/models/ProductRecommendationType.js +3 -3
- package/rfx/src/apis/SearchRfoiApi.d.ts +10 -10
- package/rfx/src/apis/SearchRfoiApi.js +10 -10
- package/rfx/src/models/RestError.d.ts +24 -26
- package/rfx/src/models/RestError.js +23 -25
- package/sale-offer/src/apis/SearchSaleOfferApi.d.ts +35 -35
- package/sale-offer/src/apis/SearchSaleOfferApi.js +35 -35
- package/sale-offer/src/models/RestError.d.ts +24 -26
- package/sale-offer/src/models/RestError.js +23 -25
- package/sale-offer/src/models/SaleOfferStatus.d.ts +7 -7
- package/sale-offer/src/models/SaleOfferStatus.js +7 -7
- package/sale-offer/src/models/SaleOfferStatusReason.d.ts +6 -6
- package/sale-offer/src/models/SaleOfferStatusReason.js +6 -6
- package/sale-offer-log/src/apis/SearchSaleOfferLogApi.d.ts +2 -2
- package/sale-offer-log/src/apis/SearchSaleOfferLogApi.js +2 -2
- package/servant/src/models/RestError.d.ts +24 -26
- package/servant/src/models/RestError.js +23 -25
- package/shipment/src/apis/SearchOrderCarriageApi.d.ts +4 -4
- package/shipment/src/apis/SearchOrderCarriageApi.js +4 -4
- package/shipment/src/models/RestError.d.ts +24 -26
- package/shipment/src/models/RestError.js +23 -25
- package/shipment/src/models/ShipmentError.d.ts +1 -1
- package/shipment/src/models/ShipmentError.js +1 -1
- package/shipment/src/models/ShipmentParcelStatus.d.ts +3 -3
- package/shipment/src/models/ShipmentParcelStatus.js +3 -3
- package/shopping-cart/src/apis/ManageCartSubCartApi.d.ts +4 -4
- package/shopping-cart/src/apis/ManageCartSubCartApi.js +4 -4
- package/shopping-cart/src/models/ProductStorageType.d.ts +4 -4
- package/shopping-cart/src/models/ProductStorageType.js +4 -4
- package/shopping-cart/src/models/RestError.d.ts +24 -26
- package/shopping-cart/src/models/RestError.js +23 -25
- package/shopping-cart/src/models/SaleOfferStatus.d.ts +7 -7
- package/shopping-cart/src/models/SaleOfferStatus.js +7 -7
- package/shopping-cart/src/models/UserRole.d.ts +8 -8
- package/shopping-cart/src/models/UserRole.js +8 -8
- package/smuggler/src/models/RestError.d.ts +24 -26
- package/smuggler/src/models/RestError.js +23 -25
- package/statistic/src/apis/SearchSaleOfferStatisticsApi.d.ts +2 -2
- package/statistic/src/apis/SearchSaleOfferStatisticsApi.js +2 -2
- package/statistic/src/models/RestError.d.ts +24 -26
- package/statistic/src/models/RestError.js +23 -25
- package/subscription/src/apis/SearchSubscriptionApi.d.ts +8 -8
- package/subscription/src/apis/SearchSubscriptionApi.js +8 -8
- package/subscription/src/apis/SearchSubscriptionPlanApi.d.ts +2 -2
- package/subscription/src/apis/SearchSubscriptionPlanApi.js +2 -2
- package/subscription/src/models/RestError.d.ts +24 -26
- package/subscription/src/models/RestError.js +23 -25
- package/subscription/src/models/SubscriptionPlanFeatureId.d.ts +3 -3
- package/subscription/src/models/SubscriptionPlanFeatureId.js +3 -3
- package/subscription/src/models/SubscriptionPlanId.d.ts +3 -3
- package/subscription/src/models/SubscriptionPlanId.js +3 -3
- package/third-party/src/models/RestError.d.ts +24 -26
- package/third-party/src/models/RestError.js +23 -25
- package/third-party/src/models/ThirdPartyLinkCreationParameters.d.ts +2 -2
- package/third-party/src/models/ThirdPartyLinkCreationParameters.js +2 -2
- package/thread/src/apis/SearchThreadCommentApi.d.ts +4 -4
- package/thread/src/apis/SearchThreadCommentApi.js +4 -4
- package/ubo/src/models/RestError.d.ts +24 -26
- package/ubo/src/models/RestError.js +23 -25
- package/ubo/src/models/UboDeclaration.d.ts +6 -6
- package/ubo/src/models/UboDeclaration.js +6 -6
- package/user/src/apis/ManageUserDocumentApi.d.ts +18 -18
- package/user/src/apis/ManageUserDocumentApi.js +18 -18
- package/user/src/apis/SearchUserApi.d.ts +20 -20
- package/user/src/apis/SearchUserApi.js +20 -20
- package/user/src/apis/SearchUserDocumentApi.d.ts +30 -30
- package/user/src/apis/SearchUserDocumentApi.js +30 -30
- package/user/src/models/Gender.d.ts +2 -2
- package/user/src/models/Gender.js +2 -2
- package/user/src/models/KycLevel.d.ts +2 -2
- package/user/src/models/KycLevel.js +2 -2
- package/user/src/models/NotificationTypeId.d.ts +48 -48
- package/user/src/models/NotificationTypeId.js +48 -48
- package/user/src/models/OffisanteStatus.d.ts +3 -3
- package/user/src/models/OffisanteStatus.js +3 -3
- package/user/src/models/RestError.d.ts +24 -26
- package/user/src/models/RestError.js +23 -25
- package/user/src/models/UserDocument.d.ts +10 -10
- package/user/src/models/UserDocument.js +10 -10
- package/user/src/models/UserDocumentStatus.d.ts +5 -5
- package/user/src/models/UserDocumentStatus.js +5 -5
- package/user/src/models/UserRole.d.ts +8 -8
- package/user/src/models/UserRole.js +8 -8
- package/user/src/models/UserRuleActionEnum.d.ts +1 -1
- package/user/src/models/UserRuleActionEnum.js +1 -1
- package/user/src/models/UserRuleAttributeEnum.d.ts +2 -2
- package/user/src/models/UserRuleAttributeEnum.js +2 -2
- package/user/src/models/UserRuleComparatorEnum.d.ts +2 -2
- package/user/src/models/UserRuleComparatorEnum.js +2 -2
- package/wish/src/apis/SearchProductEnthusiasmApi.d.ts +10 -10
- package/wish/src/apis/SearchProductEnthusiasmApi.js +10 -10
- package/wish/src/apis/SearchWishApi.d.ts +10 -10
- package/wish/src/apis/SearchWishApi.js +10 -10
- package/wish/src/models/RestError.d.ts +24 -26
- package/wish/src/models/RestError.js +23 -25
- package/wish/src/models/WishReferrerType.d.ts +2 -2
- package/wish/src/models/WishReferrerType.js +2 -2
- package/wish/src/models/WishStatus.d.ts +3 -3
- package/wish/src/models/WishStatus.js +3 -3
- package/inventory/src/models/Inventory.d.ts +0 -63
- package/inventory/src/models/Inventory.js +0 -57
- package/inventory/src/models/InventoryJournal.d.ts +0 -31
- package/inventory/src/models/InventoryJournal.js +0 -45
- package/inventory/src/models/PaginatedInventories.d.ts +0 -39
- package/inventory/src/models/PaginatedInventories.js +0 -53
- package/inventory/src/models/SynchronizationMode.d.ts +0 -25
- package/inventory/src/models/SynchronizationMode.js +0 -48
|
@@ -388,32 +388,32 @@ exports.ManageUserDocumentApi = ManageUserDocumentApi;
|
|
|
388
388
|
* @export
|
|
389
389
|
*/
|
|
390
390
|
exports.CreateOrUpdateCurrentUserDocumentDocumentTypeEnum = {
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
391
|
+
Kbis: 'KBIS',
|
|
392
|
+
Id: 'ID',
|
|
393
|
+
ShareHolder: 'SHARE_HOLDER',
|
|
394
|
+
Status: 'STATUS',
|
|
395
|
+
Cgv: 'CGV',
|
|
396
|
+
Gmp: 'GMP'
|
|
397
397
|
};
|
|
398
398
|
/**
|
|
399
399
|
* @export
|
|
400
400
|
*/
|
|
401
401
|
exports.CreateOrUpdateUserDocumentDocumentTypeEnum = {
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
402
|
+
Kbis: 'KBIS',
|
|
403
|
+
Id: 'ID',
|
|
404
|
+
ShareHolder: 'SHARE_HOLDER',
|
|
405
|
+
Status: 'STATUS',
|
|
406
|
+
Cgv: 'CGV',
|
|
407
|
+
Gmp: 'GMP'
|
|
408
408
|
};
|
|
409
409
|
/**
|
|
410
410
|
* @export
|
|
411
411
|
*/
|
|
412
412
|
exports.UpdateUserDocumentStatusDocumentTypeEnum = {
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
413
|
+
Kbis: 'KBIS',
|
|
414
|
+
Id: 'ID',
|
|
415
|
+
ShareHolder: 'SHARE_HOLDER',
|
|
416
|
+
Status: 'STATUS',
|
|
417
|
+
Cgv: 'CGV',
|
|
418
|
+
Gmp: 'GMP'
|
|
419
419
|
};
|
|
@@ -106,25 +106,25 @@ export declare class SearchUserApi extends runtime.BaseAPI {
|
|
|
106
106
|
* @export
|
|
107
107
|
*/
|
|
108
108
|
export declare const GetUsersOrderByEnum: {
|
|
109
|
-
readonly
|
|
110
|
-
readonly
|
|
111
|
-
readonly
|
|
112
|
-
readonly
|
|
113
|
-
readonly
|
|
114
|
-
readonly
|
|
115
|
-
readonly
|
|
116
|
-
readonly
|
|
117
|
-
readonly
|
|
118
|
-
readonly
|
|
119
|
-
readonly
|
|
120
|
-
readonly
|
|
121
|
-
readonly
|
|
122
|
-
readonly
|
|
123
|
-
readonly
|
|
124
|
-
readonly
|
|
125
|
-
readonly
|
|
126
|
-
readonly
|
|
127
|
-
readonly
|
|
128
|
-
readonly
|
|
109
|
+
readonly NicknamEasc: "NICKNAME:asc";
|
|
110
|
+
readonly NicknamEdesc: "NICKNAME:desc";
|
|
111
|
+
readonly TotalActivEasc: "TOTAL_ACTIVE:asc";
|
|
112
|
+
readonly TotalActivEdesc: "TOTAL_ACTIVE:desc";
|
|
113
|
+
readonly LastnameFirstnamEasc: "LASTNAME_FIRSTNAME:asc";
|
|
114
|
+
readonly LastnameFirstnamEdesc: "LASTNAME_FIRSTNAME:desc";
|
|
115
|
+
readonly CompanyLegalNamEasc: "COMPANY_LEGAL_NAME:asc";
|
|
116
|
+
readonly CompanyLegalNamEdesc: "COMPANY_LEGAL_NAME:desc";
|
|
117
|
+
readonly CompanyCommercialNamEasc: "COMPANY_COMMERCIAL_NAME:asc";
|
|
118
|
+
readonly CompanyCommercialNamEdesc: "COMPANY_COMMERCIAL_NAME:desc";
|
|
119
|
+
readonly CompanyAddressCitYasc: "COMPANY_ADDRESS_CITY:asc";
|
|
120
|
+
readonly CompanyAddressCitYdesc: "COMPANY_ADDRESS_CITY:desc";
|
|
121
|
+
readonly CreatedATasc: "CREATED_AT:asc";
|
|
122
|
+
readonly CreatedATdesc: "CREATED_AT:desc";
|
|
123
|
+
readonly RolEasc: "ROLE:asc";
|
|
124
|
+
readonly RolEdesc: "ROLE:desc";
|
|
125
|
+
readonly IDasc: "ID:asc";
|
|
126
|
+
readonly IDdesc: "ID:desc";
|
|
127
|
+
readonly UpdatedATasc: "UPDATED_AT:asc";
|
|
128
|
+
readonly UpdatedATdesc: "UPDATED_AT:desc";
|
|
129
129
|
};
|
|
130
130
|
export declare type GetUsersOrderByEnum = typeof GetUsersOrderByEnum[keyof typeof GetUsersOrderByEnum];
|
|
@@ -605,24 +605,24 @@ exports.SearchUserApi = SearchUserApi;
|
|
|
605
605
|
* @export
|
|
606
606
|
*/
|
|
607
607
|
exports.GetUsersOrderByEnum = {
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
608
|
+
NicknamEasc: 'NICKNAME:asc',
|
|
609
|
+
NicknamEdesc: 'NICKNAME:desc',
|
|
610
|
+
TotalActivEasc: 'TOTAL_ACTIVE:asc',
|
|
611
|
+
TotalActivEdesc: 'TOTAL_ACTIVE:desc',
|
|
612
|
+
LastnameFirstnamEasc: 'LASTNAME_FIRSTNAME:asc',
|
|
613
|
+
LastnameFirstnamEdesc: 'LASTNAME_FIRSTNAME:desc',
|
|
614
|
+
CompanyLegalNamEasc: 'COMPANY_LEGAL_NAME:asc',
|
|
615
|
+
CompanyLegalNamEdesc: 'COMPANY_LEGAL_NAME:desc',
|
|
616
|
+
CompanyCommercialNamEasc: 'COMPANY_COMMERCIAL_NAME:asc',
|
|
617
|
+
CompanyCommercialNamEdesc: 'COMPANY_COMMERCIAL_NAME:desc',
|
|
618
|
+
CompanyAddressCitYasc: 'COMPANY_ADDRESS_CITY:asc',
|
|
619
|
+
CompanyAddressCitYdesc: 'COMPANY_ADDRESS_CITY:desc',
|
|
620
|
+
CreatedATasc: 'CREATED_AT:asc',
|
|
621
|
+
CreatedATdesc: 'CREATED_AT:desc',
|
|
622
|
+
RolEasc: 'ROLE:asc',
|
|
623
|
+
RolEdesc: 'ROLE:desc',
|
|
624
|
+
IDasc: 'ID:asc',
|
|
625
|
+
IDdesc: 'ID:desc',
|
|
626
|
+
UpdatedATasc: 'UPDATED_AT:asc',
|
|
627
|
+
UpdatedATdesc: 'UPDATED_AT:desc'
|
|
628
628
|
};
|
|
@@ -107,59 +107,59 @@ export declare class SearchUserDocumentApi extends runtime.BaseAPI {
|
|
|
107
107
|
* @export
|
|
108
108
|
*/
|
|
109
109
|
export declare const GetCurrentUserDocumentDocumentTypeEnum: {
|
|
110
|
-
readonly
|
|
111
|
-
readonly
|
|
112
|
-
readonly
|
|
113
|
-
readonly
|
|
114
|
-
readonly
|
|
115
|
-
readonly
|
|
110
|
+
readonly Kbis: "KBIS";
|
|
111
|
+
readonly Id: "ID";
|
|
112
|
+
readonly ShareHolder: "SHARE_HOLDER";
|
|
113
|
+
readonly Status: "STATUS";
|
|
114
|
+
readonly Cgv: "CGV";
|
|
115
|
+
readonly Gmp: "GMP";
|
|
116
116
|
};
|
|
117
117
|
export declare type GetCurrentUserDocumentDocumentTypeEnum = typeof GetCurrentUserDocumentDocumentTypeEnum[keyof typeof GetCurrentUserDocumentDocumentTypeEnum];
|
|
118
118
|
/**
|
|
119
119
|
* @export
|
|
120
120
|
*/
|
|
121
121
|
export declare const GetCurrentUserDocumentMetadataDocumentTypeEnum: {
|
|
122
|
-
readonly
|
|
123
|
-
readonly
|
|
124
|
-
readonly
|
|
125
|
-
readonly
|
|
126
|
-
readonly
|
|
127
|
-
readonly
|
|
122
|
+
readonly Kbis: "KBIS";
|
|
123
|
+
readonly Id: "ID";
|
|
124
|
+
readonly ShareHolder: "SHARE_HOLDER";
|
|
125
|
+
readonly Status: "STATUS";
|
|
126
|
+
readonly Cgv: "CGV";
|
|
127
|
+
readonly Gmp: "GMP";
|
|
128
128
|
};
|
|
129
129
|
export declare type GetCurrentUserDocumentMetadataDocumentTypeEnum = typeof GetCurrentUserDocumentMetadataDocumentTypeEnum[keyof typeof GetCurrentUserDocumentMetadataDocumentTypeEnum];
|
|
130
130
|
/**
|
|
131
131
|
* @export
|
|
132
132
|
*/
|
|
133
133
|
export declare const GetUserDocumentDocumentTypeEnum: {
|
|
134
|
-
readonly
|
|
135
|
-
readonly
|
|
136
|
-
readonly
|
|
137
|
-
readonly
|
|
138
|
-
readonly
|
|
139
|
-
readonly
|
|
134
|
+
readonly Kbis: "KBIS";
|
|
135
|
+
readonly Id: "ID";
|
|
136
|
+
readonly ShareHolder: "SHARE_HOLDER";
|
|
137
|
+
readonly Status: "STATUS";
|
|
138
|
+
readonly Cgv: "CGV";
|
|
139
|
+
readonly Gmp: "GMP";
|
|
140
140
|
};
|
|
141
141
|
export declare type GetUserDocumentDocumentTypeEnum = typeof GetUserDocumentDocumentTypeEnum[keyof typeof GetUserDocumentDocumentTypeEnum];
|
|
142
142
|
/**
|
|
143
143
|
* @export
|
|
144
144
|
*/
|
|
145
145
|
export declare const GetUserDocumentMetadataDocumentTypeEnum: {
|
|
146
|
-
readonly
|
|
147
|
-
readonly
|
|
148
|
-
readonly
|
|
149
|
-
readonly
|
|
150
|
-
readonly
|
|
151
|
-
readonly
|
|
146
|
+
readonly Kbis: "KBIS";
|
|
147
|
+
readonly Id: "ID";
|
|
148
|
+
readonly ShareHolder: "SHARE_HOLDER";
|
|
149
|
+
readonly Status: "STATUS";
|
|
150
|
+
readonly Cgv: "CGV";
|
|
151
|
+
readonly Gmp: "GMP";
|
|
152
152
|
};
|
|
153
153
|
export declare type GetUserDocumentMetadataDocumentTypeEnum = typeof GetUserDocumentMetadataDocumentTypeEnum[keyof typeof GetUserDocumentMetadataDocumentTypeEnum];
|
|
154
154
|
/**
|
|
155
155
|
* @export
|
|
156
156
|
*/
|
|
157
157
|
export declare const GetUserDocumentStatusDocumentTypeEnum: {
|
|
158
|
-
readonly
|
|
159
|
-
readonly
|
|
160
|
-
readonly
|
|
161
|
-
readonly
|
|
162
|
-
readonly
|
|
163
|
-
readonly
|
|
158
|
+
readonly Kbis: "KBIS";
|
|
159
|
+
readonly Id: "ID";
|
|
160
|
+
readonly ShareHolder: "SHARE_HOLDER";
|
|
161
|
+
readonly Status: "STATUS";
|
|
162
|
+
readonly Cgv: "CGV";
|
|
163
|
+
readonly Gmp: "GMP";
|
|
164
164
|
};
|
|
165
165
|
export declare type GetUserDocumentStatusDocumentTypeEnum = typeof GetUserDocumentStatusDocumentTypeEnum[keyof typeof GetUserDocumentStatusDocumentTypeEnum];
|
|
@@ -635,54 +635,54 @@ exports.SearchUserDocumentApi = SearchUserDocumentApi;
|
|
|
635
635
|
* @export
|
|
636
636
|
*/
|
|
637
637
|
exports.GetCurrentUserDocumentDocumentTypeEnum = {
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
638
|
+
Kbis: 'KBIS',
|
|
639
|
+
Id: 'ID',
|
|
640
|
+
ShareHolder: 'SHARE_HOLDER',
|
|
641
|
+
Status: 'STATUS',
|
|
642
|
+
Cgv: 'CGV',
|
|
643
|
+
Gmp: 'GMP'
|
|
644
644
|
};
|
|
645
645
|
/**
|
|
646
646
|
* @export
|
|
647
647
|
*/
|
|
648
648
|
exports.GetCurrentUserDocumentMetadataDocumentTypeEnum = {
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
649
|
+
Kbis: 'KBIS',
|
|
650
|
+
Id: 'ID',
|
|
651
|
+
ShareHolder: 'SHARE_HOLDER',
|
|
652
|
+
Status: 'STATUS',
|
|
653
|
+
Cgv: 'CGV',
|
|
654
|
+
Gmp: 'GMP'
|
|
655
655
|
};
|
|
656
656
|
/**
|
|
657
657
|
* @export
|
|
658
658
|
*/
|
|
659
659
|
exports.GetUserDocumentDocumentTypeEnum = {
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
660
|
+
Kbis: 'KBIS',
|
|
661
|
+
Id: 'ID',
|
|
662
|
+
ShareHolder: 'SHARE_HOLDER',
|
|
663
|
+
Status: 'STATUS',
|
|
664
|
+
Cgv: 'CGV',
|
|
665
|
+
Gmp: 'GMP'
|
|
666
666
|
};
|
|
667
667
|
/**
|
|
668
668
|
* @export
|
|
669
669
|
*/
|
|
670
670
|
exports.GetUserDocumentMetadataDocumentTypeEnum = {
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
671
|
+
Kbis: 'KBIS',
|
|
672
|
+
Id: 'ID',
|
|
673
|
+
ShareHolder: 'SHARE_HOLDER',
|
|
674
|
+
Status: 'STATUS',
|
|
675
|
+
Cgv: 'CGV',
|
|
676
|
+
Gmp: 'GMP'
|
|
677
677
|
};
|
|
678
678
|
/**
|
|
679
679
|
* @export
|
|
680
680
|
*/
|
|
681
681
|
exports.GetUserDocumentStatusDocumentTypeEnum = {
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
682
|
+
Kbis: 'KBIS',
|
|
683
|
+
Id: 'ID',
|
|
684
|
+
ShareHolder: 'SHARE_HOLDER',
|
|
685
|
+
Status: 'STATUS',
|
|
686
|
+
Cgv: 'CGV',
|
|
687
|
+
Gmp: 'GMP'
|
|
688
688
|
};
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
*/
|
|
16
16
|
export declare const Gender: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
17
|
+
readonly Male: "MALE";
|
|
18
|
+
readonly Female: "FEMALE";
|
|
19
19
|
};
|
|
20
20
|
export declare type Gender = typeof Gender[keyof typeof Gender];
|
|
21
21
|
export declare function instanceOfGender(value: any): boolean;
|
|
@@ -19,8 +19,8 @@ exports.GenderToJSON = exports.GenderFromJSONTyped = exports.GenderFromJSON = ex
|
|
|
19
19
|
* @export
|
|
20
20
|
*/
|
|
21
21
|
exports.Gender = {
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
Male: 'MALE',
|
|
23
|
+
Female: 'FEMALE'
|
|
24
24
|
};
|
|
25
25
|
function instanceOfGender(value) {
|
|
26
26
|
for (var key in exports.Gender) {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
*/
|
|
16
16
|
export declare const KycLevel: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
17
|
+
readonly Light: "LIGHT";
|
|
18
|
+
readonly Regular: "REGULAR";
|
|
19
19
|
};
|
|
20
20
|
export declare type KycLevel = typeof KycLevel[keyof typeof KycLevel];
|
|
21
21
|
export declare function instanceOfKycLevel(value: any): boolean;
|
|
@@ -19,8 +19,8 @@ exports.KycLevelToJSON = exports.KycLevelFromJSONTyped = exports.KycLevelFromJSO
|
|
|
19
19
|
* @export
|
|
20
20
|
*/
|
|
21
21
|
exports.KycLevel = {
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
Light: 'LIGHT',
|
|
23
|
+
Regular: 'REGULAR'
|
|
24
24
|
};
|
|
25
25
|
function instanceOfKycLevel(value) {
|
|
26
26
|
for (var key in exports.KycLevel) {
|
|
@@ -14,54 +14,54 @@
|
|
|
14
14
|
* @export
|
|
15
15
|
*/
|
|
16
16
|
export declare const NotificationTypeId: {
|
|
17
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
21
|
-
readonly
|
|
22
|
-
readonly
|
|
23
|
-
readonly
|
|
24
|
-
readonly
|
|
25
|
-
readonly
|
|
26
|
-
readonly
|
|
27
|
-
readonly
|
|
28
|
-
readonly
|
|
29
|
-
readonly
|
|
30
|
-
readonly
|
|
31
|
-
readonly
|
|
32
|
-
readonly
|
|
33
|
-
readonly
|
|
34
|
-
readonly
|
|
35
|
-
readonly
|
|
36
|
-
readonly
|
|
37
|
-
readonly
|
|
38
|
-
readonly
|
|
39
|
-
readonly
|
|
40
|
-
readonly
|
|
41
|
-
readonly
|
|
42
|
-
readonly
|
|
43
|
-
readonly
|
|
44
|
-
readonly
|
|
45
|
-
readonly
|
|
46
|
-
readonly
|
|
47
|
-
readonly
|
|
48
|
-
readonly
|
|
49
|
-
readonly
|
|
50
|
-
readonly
|
|
51
|
-
readonly
|
|
52
|
-
readonly
|
|
53
|
-
readonly
|
|
54
|
-
readonly
|
|
55
|
-
readonly
|
|
56
|
-
readonly
|
|
57
|
-
readonly
|
|
58
|
-
readonly
|
|
59
|
-
readonly
|
|
60
|
-
readonly
|
|
61
|
-
readonly
|
|
62
|
-
readonly
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
17
|
+
readonly AdArchived: "AD_ARCHIVED";
|
|
18
|
+
readonly AdArchivedByAdmin: "AD_ARCHIVED_BY_ADMIN";
|
|
19
|
+
readonly AdDailyMail: "AD_DAILY_MAIL";
|
|
20
|
+
readonly AdExpired: "AD_EXPIRED";
|
|
21
|
+
readonly AdPriceUpdateAccepted: "AD_PRICE_UPDATE_ACCEPTED";
|
|
22
|
+
readonly AdPriceUpdateRefused: "AD_PRICE_UPDATE_REFUSED";
|
|
23
|
+
readonly AdSoldOut: "AD_SOLD_OUT";
|
|
24
|
+
readonly AdValidated: "AD_VALIDATED";
|
|
25
|
+
readonly AdWishlistLine: "AD_WISHLIST_LINE";
|
|
26
|
+
readonly AdWishlistLineFavorite: "AD_WISHLIST_LINE_FAVORITE";
|
|
27
|
+
readonly ClientCreditCardExpiration: "CLIENT_CREDIT_CARD_EXPIRATION";
|
|
28
|
+
readonly ClientFirstAd: "CLIENT_FIRST_AD";
|
|
29
|
+
readonly ClientFirstBuy: "CLIENT_FIRST_BUY";
|
|
30
|
+
readonly ClientFirstSale: "CLIENT_FIRST_SALE";
|
|
31
|
+
readonly ClientHasARequest: "CLIENT_HAS_A_REQUEST";
|
|
32
|
+
readonly ClientSubscriptionValidated: "CLIENT_SUBSCRIPTION_VALIDATED";
|
|
33
|
+
readonly ClientTestAccountExpired: "CLIENT_TEST_ACCOUNT_EXPIRED";
|
|
34
|
+
readonly ClientWaitingForValidation: "CLIENT_WAITING_FOR_VALIDATION";
|
|
35
|
+
readonly DailyMail: "DAILY_MAIL";
|
|
36
|
+
readonly DocumentExpire: "DOCUMENT_EXPIRE";
|
|
37
|
+
readonly GlobalCommissionInvoice: "GLOBAL_COMMISSION_INVOICE";
|
|
38
|
+
readonly GlobalCommissionCreditNoteInvoice: "GLOBAL_COMMISSION_CREDIT_NOTE_INVOICE";
|
|
39
|
+
readonly MonthlyEmailForAccountant: "MONTHLY_EMAIL_FOR_ACCOUNTANT";
|
|
40
|
+
readonly OrderAcceptationDelay: "ORDER_ACCEPTATION_DELAY";
|
|
41
|
+
readonly OrderAccepted: "ORDER_ACCEPTED";
|
|
42
|
+
readonly OrderArchivedBuyer: "ORDER_ARCHIVED_BUYER";
|
|
43
|
+
readonly OrderCanceledBuyer: "ORDER_CANCELED_BUYER";
|
|
44
|
+
readonly OrderCanceledSeller: "ORDER_CANCELED_SELLER";
|
|
45
|
+
readonly OrderCreatedBuyer: "ORDER_CREATED_BUYER";
|
|
46
|
+
readonly OrderCreatedSeller: "ORDER_CREATED_SELLER";
|
|
47
|
+
readonly OrderDailyMail: "ORDER_DAILY_MAIL";
|
|
48
|
+
readonly OrderModified: "ORDER_MODIFIED";
|
|
49
|
+
readonly OrderModificationDelay: "ORDER_MODIFICATION_DELAY";
|
|
50
|
+
readonly OrderModificationAcceptedSeller: "ORDER_MODIFICATION_ACCEPTED_SELLER";
|
|
51
|
+
readonly OrderModificationRejectedSeller: "ORDER_MODIFICATION_REJECTED_SELLER";
|
|
52
|
+
readonly OrderReceived: "ORDER_RECEIVED";
|
|
53
|
+
readonly OrderSendingDelay: "ORDER_SENDING_DELAY";
|
|
54
|
+
readonly OrderSentBuyer: "ORDER_SENT_BUYER";
|
|
55
|
+
readonly OrderLaboratoryDailyMail: "ORDER_LABORATORY_DAILY_MAIL";
|
|
56
|
+
readonly OrderValidatedBuyer: "ORDER_VALIDATED_BUYER";
|
|
57
|
+
readonly OrderValidatedSeller: "ORDER_VALIDATED_SELLER";
|
|
58
|
+
readonly PharmaideFirstSubscription: "PHARMAIDE_FIRST_SUBSCRIPTION";
|
|
59
|
+
readonly PharmaideSbTestExpiration: "PHARMAIDE_SB_TEST_EXPIRATION";
|
|
60
|
+
readonly PharmaideTestTestExpiration: "PHARMAIDE_TEST_TEST_EXPIRATION";
|
|
61
|
+
readonly RequestForOrderInvoice: "REQUEST_FOR_ORDER_INVOICE";
|
|
62
|
+
readonly ClientBadgeReceived: "CLIENT_BADGE_RECEIVED";
|
|
63
|
+
readonly ClientBadgeLost: "CLIENT_BADGE_LOST";
|
|
64
|
+
readonly ClientBadgeIncentive: "CLIENT_BADGE_INCENTIVE";
|
|
65
65
|
};
|
|
66
66
|
export declare type NotificationTypeId = typeof NotificationTypeId[keyof typeof NotificationTypeId];
|
|
67
67
|
export declare function instanceOfNotificationTypeId(value: any): boolean;
|
|
@@ -19,54 +19,54 @@ exports.NotificationTypeIdToJSON = exports.NotificationTypeIdFromJSONTyped = exp
|
|
|
19
19
|
* @export
|
|
20
20
|
*/
|
|
21
21
|
exports.NotificationTypeId = {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
22
|
+
AdArchived: 'AD_ARCHIVED',
|
|
23
|
+
AdArchivedByAdmin: 'AD_ARCHIVED_BY_ADMIN',
|
|
24
|
+
AdDailyMail: 'AD_DAILY_MAIL',
|
|
25
|
+
AdExpired: 'AD_EXPIRED',
|
|
26
|
+
AdPriceUpdateAccepted: 'AD_PRICE_UPDATE_ACCEPTED',
|
|
27
|
+
AdPriceUpdateRefused: 'AD_PRICE_UPDATE_REFUSED',
|
|
28
|
+
AdSoldOut: 'AD_SOLD_OUT',
|
|
29
|
+
AdValidated: 'AD_VALIDATED',
|
|
30
|
+
AdWishlistLine: 'AD_WISHLIST_LINE',
|
|
31
|
+
AdWishlistLineFavorite: 'AD_WISHLIST_LINE_FAVORITE',
|
|
32
|
+
ClientCreditCardExpiration: 'CLIENT_CREDIT_CARD_EXPIRATION',
|
|
33
|
+
ClientFirstAd: 'CLIENT_FIRST_AD',
|
|
34
|
+
ClientFirstBuy: 'CLIENT_FIRST_BUY',
|
|
35
|
+
ClientFirstSale: 'CLIENT_FIRST_SALE',
|
|
36
|
+
ClientHasARequest: 'CLIENT_HAS_A_REQUEST',
|
|
37
|
+
ClientSubscriptionValidated: 'CLIENT_SUBSCRIPTION_VALIDATED',
|
|
38
|
+
ClientTestAccountExpired: 'CLIENT_TEST_ACCOUNT_EXPIRED',
|
|
39
|
+
ClientWaitingForValidation: 'CLIENT_WAITING_FOR_VALIDATION',
|
|
40
|
+
DailyMail: 'DAILY_MAIL',
|
|
41
|
+
DocumentExpire: 'DOCUMENT_EXPIRE',
|
|
42
|
+
GlobalCommissionInvoice: 'GLOBAL_COMMISSION_INVOICE',
|
|
43
|
+
GlobalCommissionCreditNoteInvoice: 'GLOBAL_COMMISSION_CREDIT_NOTE_INVOICE',
|
|
44
|
+
MonthlyEmailForAccountant: 'MONTHLY_EMAIL_FOR_ACCOUNTANT',
|
|
45
|
+
OrderAcceptationDelay: 'ORDER_ACCEPTATION_DELAY',
|
|
46
|
+
OrderAccepted: 'ORDER_ACCEPTED',
|
|
47
|
+
OrderArchivedBuyer: 'ORDER_ARCHIVED_BUYER',
|
|
48
|
+
OrderCanceledBuyer: 'ORDER_CANCELED_BUYER',
|
|
49
|
+
OrderCanceledSeller: 'ORDER_CANCELED_SELLER',
|
|
50
|
+
OrderCreatedBuyer: 'ORDER_CREATED_BUYER',
|
|
51
|
+
OrderCreatedSeller: 'ORDER_CREATED_SELLER',
|
|
52
|
+
OrderDailyMail: 'ORDER_DAILY_MAIL',
|
|
53
|
+
OrderModified: 'ORDER_MODIFIED',
|
|
54
|
+
OrderModificationDelay: 'ORDER_MODIFICATION_DELAY',
|
|
55
|
+
OrderModificationAcceptedSeller: 'ORDER_MODIFICATION_ACCEPTED_SELLER',
|
|
56
|
+
OrderModificationRejectedSeller: 'ORDER_MODIFICATION_REJECTED_SELLER',
|
|
57
|
+
OrderReceived: 'ORDER_RECEIVED',
|
|
58
|
+
OrderSendingDelay: 'ORDER_SENDING_DELAY',
|
|
59
|
+
OrderSentBuyer: 'ORDER_SENT_BUYER',
|
|
60
|
+
OrderLaboratoryDailyMail: 'ORDER_LABORATORY_DAILY_MAIL',
|
|
61
|
+
OrderValidatedBuyer: 'ORDER_VALIDATED_BUYER',
|
|
62
|
+
OrderValidatedSeller: 'ORDER_VALIDATED_SELLER',
|
|
63
|
+
PharmaideFirstSubscription: 'PHARMAIDE_FIRST_SUBSCRIPTION',
|
|
64
|
+
PharmaideSbTestExpiration: 'PHARMAIDE_SB_TEST_EXPIRATION',
|
|
65
|
+
PharmaideTestTestExpiration: 'PHARMAIDE_TEST_TEST_EXPIRATION',
|
|
66
|
+
RequestForOrderInvoice: 'REQUEST_FOR_ORDER_INVOICE',
|
|
67
|
+
ClientBadgeReceived: 'CLIENT_BADGE_RECEIVED',
|
|
68
|
+
ClientBadgeLost: 'CLIENT_BADGE_LOST',
|
|
69
|
+
ClientBadgeIncentive: 'CLIENT_BADGE_INCENTIVE'
|
|
70
70
|
};
|
|
71
71
|
function instanceOfNotificationTypeId(value) {
|
|
72
72
|
for (var key in exports.NotificationTypeId) {
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
* @export
|
|
19
19
|
*/
|
|
20
20
|
export declare const OffisanteStatus: {
|
|
21
|
-
readonly
|
|
22
|
-
readonly
|
|
23
|
-
readonly
|
|
21
|
+
readonly Set: "SET";
|
|
22
|
+
readonly NotSet: "NOT_SET";
|
|
23
|
+
readonly InProgress: "IN_PROGRESS";
|
|
24
24
|
};
|
|
25
25
|
export declare type OffisanteStatus = typeof OffisanteStatus[keyof typeof OffisanteStatus];
|
|
26
26
|
export declare function instanceOfOffisanteStatus(value: any): boolean;
|
|
@@ -23,9 +23,9 @@ exports.OffisanteStatusToJSON = exports.OffisanteStatusFromJSONTyped = exports.O
|
|
|
23
23
|
* @export
|
|
24
24
|
*/
|
|
25
25
|
exports.OffisanteStatus = {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
Set: 'SET',
|
|
27
|
+
NotSet: 'NOT_SET',
|
|
28
|
+
InProgress: 'IN_PROGRESS'
|
|
29
29
|
};
|
|
30
30
|
function instanceOfOffisanteStatus(value) {
|
|
31
31
|
for (var key in exports.OffisanteStatus) {
|