@springtree/eva-services-core-management 3.0.0-beta.11 → 3.0.0-beta.13
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.
|
@@ -666,6 +666,7 @@ export interface GetCaseByIDResponse {
|
|
|
666
666
|
* Entity type: Blob
|
|
667
667
|
*/
|
|
668
668
|
BlobIDs?: string[];
|
|
669
|
+
Blobs?: CasesGetCaseByIDResponse_CaseBlobModel[];
|
|
669
670
|
CaseTopic?: CasesGetCaseByIDResponse_CaseTopicData;
|
|
670
671
|
ClosingTime?: string;
|
|
671
672
|
CreatedBy?: CasesGetCaseByIDResponse_User;
|
|
@@ -718,6 +719,13 @@ export interface GetCaseByIDResponse {
|
|
|
718
719
|
SummaryLastModifiedByID?: string;
|
|
719
720
|
Title?: string;
|
|
720
721
|
}
|
|
722
|
+
export interface CasesGetCaseByIDResponse_CaseBlobModel {
|
|
723
|
+
/**
|
|
724
|
+
* Entity type: Blob
|
|
725
|
+
*/
|
|
726
|
+
ID: string;
|
|
727
|
+
Url?: string;
|
|
728
|
+
}
|
|
721
729
|
export interface CasesGetCaseByIDResponse_CaseRepair {
|
|
722
730
|
CompletionTime?: string;
|
|
723
731
|
CreationTime: string;
|
|
@@ -881,6 +889,7 @@ export interface CasesListBlobsForCaseResponse_Blob {
|
|
|
881
889
|
CreationTime: string;
|
|
882
890
|
MimeType?: string;
|
|
883
891
|
Name?: string;
|
|
892
|
+
Url?: string;
|
|
884
893
|
}
|
|
885
894
|
/**
|
|
886
895
|
* List the case interactions
|
|
@@ -3851,7 +3860,7 @@ export interface UpdateDiscountCampaignBudget {
|
|
|
3851
3860
|
* Update an existing DiscountCoupon
|
|
3852
3861
|
*/
|
|
3853
3862
|
export interface UpdateDiscountCoupon {
|
|
3854
|
-
CouponCode
|
|
3863
|
+
CouponCode?: string;
|
|
3855
3864
|
/**
|
|
3856
3865
|
* Entity type: DiscountCoupon
|
|
3857
3866
|
*/
|
|
@@ -9046,10 +9055,8 @@ export interface UploadPaymentSettlementFile {
|
|
|
9046
9055
|
/**
|
|
9047
9056
|
* Entity type: Blob
|
|
9048
9057
|
*/
|
|
9049
|
-
BlobID
|
|
9050
|
-
Data?: string;
|
|
9058
|
+
BlobID: string;
|
|
9051
9059
|
Handler: string;
|
|
9052
|
-
MimeType?: string;
|
|
9053
9060
|
Name: string;
|
|
9054
9061
|
/**
|
|
9055
9062
|
* Entity type: OrganizationUnit
|
|
@@ -9488,6 +9495,7 @@ export interface GetPriceListManualInputAdjustmentByIDResponse {
|
|
|
9488
9495
|
* Entity type: PriceListAdjustment
|
|
9489
9496
|
*/
|
|
9490
9497
|
PriceListAdjustmentID: string;
|
|
9498
|
+
ProductBackendID?: string;
|
|
9491
9499
|
ProductCustomID?: string;
|
|
9492
9500
|
/**
|
|
9493
9501
|
* Entity type: Product
|
|
@@ -9614,6 +9622,7 @@ export interface PricingListPriceListManualInputAdjustmentsResponse_PriceListMan
|
|
|
9614
9622
|
* Entity type: PriceListManualInputAdjustment
|
|
9615
9623
|
*/
|
|
9616
9624
|
ID: string;
|
|
9625
|
+
ProductBackendID?: string;
|
|
9617
9626
|
ProductCustomID?: string;
|
|
9618
9627
|
/**
|
|
9619
9628
|
* Entity type: Product
|
|
@@ -13895,13 +13904,7 @@ export interface ListStockForOrganizationUnitsResponse {
|
|
|
13895
13904
|
Url?: string;
|
|
13896
13905
|
}
|
|
13897
13906
|
export interface EVACoreServicesStockListStockForOrganizationUnitsResponse_ProductDto {
|
|
13898
|
-
CurrencyID?: string;
|
|
13899
13907
|
Product?: SearchIProductSearchItem;
|
|
13900
|
-
TaxCodeID: string;
|
|
13901
|
-
TaxRate: number;
|
|
13902
|
-
UnitCost: number;
|
|
13903
|
-
UnitPrice: number;
|
|
13904
|
-
UnitPriceInTax: number;
|
|
13905
13908
|
}
|
|
13906
13909
|
export interface EVACoreServicesStockListStockForOrganizationUnitsResponse_StockDto {
|
|
13907
13910
|
OrganizationUnitCurrencyID?: string;
|