Add filter options to Discovery Service
[nonrtric/plt/sme.git] / capifcore / internal / discoverserviceapi / discoverserviceapi-types.gen.go
index 0c97e15..51c65ab 100644 (file)
@@ -19,7 +19,7 @@ type GetAllServiceAPIsParams struct {
        // String identifying the API invoker assigned by the CAPIF core function. It also represents the CCF identifier in the CAPIF-6/6e interface.
        ApiInvokerId string `json:"api-invoker-id"`
 
-       // API name, it is set as {apiName} part of the URI structure as defined in subclause 4.4 of 3GPP TS 29.501.
+       // API name, it is set as {apiName} part of the URI structure as defined in clause 5.2.4 of 3GPP TS 29.122.
        ApiName *string `json:"api-name,omitempty"`
 
        // API major version the URI (e.g. v1).
@@ -40,6 +40,9 @@ type GetAllServiceAPIsParams struct {
        // The service API category to which the service API belongs to.
        ApiCat *string `json:"api-cat,omitempty"`
 
+       // The preferred AEF location.
+       PreferredAefLoc *externalRef2.AefLocation `json:"preferred-aef-loc,omitempty"`
+
        // Features supported by the NF consumer for the CAPIF Discover Service API.
        SupportedFeatures *externalRef1.SupportedFeatures `json:"supported-features,omitempty"`