From e316e3565ccc8f5d30f3e339a8a2fa00272cbb03 Mon Sep 17 00:00:00 2001 From: Alexander Kozlov Date: Mon, 23 May 2022 11:38:20 +0300 Subject: [PATCH] added 'Ordering' field to 'Site' definition --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 2b4c90d..8d3d793 100644 --- a/types.go +++ b/types.go @@ -897,6 +897,7 @@ type Site struct { CatalogLoadingAt string `json:"catalogLoadingAt,omitempty"` Contragent *LegalEntity `json:"contragent,omitempty"` DefaultForCRM bool `json:"defaultForCrm,omitempty"` + Ordering int `json:"ordering,omitempty"` } // Store type.