mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-22 04:46:03 +03:00
fail tests, bug fix
This commit is contained in:
parent
ed9b0a4396
commit
a0f74fcad8
@ -163,4 +163,3 @@ type CustomDictionariesRequest struct {
|
|||||||
Limit int `url:"limit,omitempty"`
|
Limit int `url:"limit,omitempty"`
|
||||||
Page int `url:"page,omitempty"`
|
Page int `url:"page,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -338,15 +338,15 @@ type CostsResponse struct {
|
|||||||
|
|
||||||
// CostsUploadResponse type
|
// CostsUploadResponse type
|
||||||
type CostsUploadResponse struct {
|
type CostsUploadResponse struct {
|
||||||
Success bool `json:"success"`
|
Success bool `json:"success"`
|
||||||
UploadedCosts []int `json:"uploadedCosts,omitempty,brackets"`
|
UploadedCosts []int `json:"uploadedCosts,omitempty,brackets"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// CostsDeleteResponse type
|
// CostsDeleteResponse type
|
||||||
type CostsDeleteResponse struct {
|
type CostsDeleteResponse struct {
|
||||||
Success bool `json:"success"`
|
Success bool `json:"success"`
|
||||||
Count int `json:"count,omitempty,brackets"`
|
Count int `json:"count,omitempty,brackets"`
|
||||||
NotRemovedIds []int `json:"notRemovedIds,omitempty,brackets"`
|
NotRemovedIds []int `json:"notRemovedIds,omitempty,brackets"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// CostResponse type
|
// CostResponse type
|
||||||
|
Loading…
Reference in New Issue
Block a user