Skip to content

Commit

Permalink
Merge pull request #125 from erply/feature/service-discovery-update
Browse files Browse the repository at this point in the history
Updated service discovery model with new services
  • Loading branch information
tarmo-randma committed Jan 5, 2024
2 parents dfe04e4 + 9bee0cb commit e6d8b9b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pkg/api/servicediscovery/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ type Endpoint struct {
}

type ServiceEndpoints struct {
InventoryTransaction Endpoint `json:"inventory-transaction"`
Cafa Endpoint `json:"cafa"`
Pim Endpoint `json:"pim"`
Wms Endpoint `json:"wms"`
Expand All @@ -42,5 +41,20 @@ type ServiceEndpoints struct {
Inventory Endpoint `json:"inventory"`
Chair Endpoint `json:"chair"`
PosAPI Endpoint `json:"pos-api"`
Vin Endpoint `json:"vin"`
IntegrationLogs Endpoint `json:"integration-logs"`
InventoryTransaction Endpoint `json:"inventory-transaction"`
InventoryDocuments Endpoint `json:"inventory-documents"`
EInvoice Endpoint `json:"e-invoice"`
Memberships Endpoint `json:"memberships"`
CustomData Endpoint `json:"custom-data"`
Stripe Endpoint `json:"stripe"`
GoERP Endpoint `json:"goerp"`
Logfiles Endpoint `json:"logfiles"`
CommandBroker Endpoint `json:"command-broker"`
EcomShopify Endpoint `json:"ecom-shopify"`
Automation Endpoint `json:"automation"`
WooCommerce Endpoint `json:"woocommerce"`
Billing Endpoint `json:"billing"`
Erply Endpoint `json:"erply"`
}

0 comments on commit e6d8b9b

Please sign in to comment.