Skip to content

Commit e6d8b9b

Browse files
authored
Merge pull request #125 from erply/feature/service-discovery-update
Updated service discovery model with new services
2 parents dfe04e4 + 9bee0cb commit e6d8b9b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pkg/api/servicediscovery/models.go

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ type Endpoint struct {
1515
}
1616

1717
type ServiceEndpoints struct {
18-
InventoryTransaction Endpoint `json:"inventory-transaction"`
1918
Cafa Endpoint `json:"cafa"`
2019
Pim Endpoint `json:"pim"`
2120
Wms Endpoint `json:"wms"`
@@ -42,5 +41,20 @@ type ServiceEndpoints struct {
4241
Inventory Endpoint `json:"inventory"`
4342
Chair Endpoint `json:"chair"`
4443
PosAPI Endpoint `json:"pos-api"`
44+
Vin Endpoint `json:"vin"`
45+
IntegrationLogs Endpoint `json:"integration-logs"`
46+
InventoryTransaction Endpoint `json:"inventory-transaction"`
47+
InventoryDocuments Endpoint `json:"inventory-documents"`
48+
EInvoice Endpoint `json:"e-invoice"`
49+
Memberships Endpoint `json:"memberships"`
50+
CustomData Endpoint `json:"custom-data"`
51+
Stripe Endpoint `json:"stripe"`
52+
GoERP Endpoint `json:"goerp"`
53+
Logfiles Endpoint `json:"logfiles"`
54+
CommandBroker Endpoint `json:"command-broker"`
55+
EcomShopify Endpoint `json:"ecom-shopify"`
56+
Automation Endpoint `json:"automation"`
57+
WooCommerce Endpoint `json:"woocommerce"`
58+
Billing Endpoint `json:"billing"`
4559
Erply Endpoint `json:"erply"`
4660
}

0 commit comments

Comments
 (0)