X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=capifcore%2Finternal%2Finvokermanagementapi%2Finvokermanagementapi-types.gen.go;fp=capifcore%2Finternal%2Finvokermanagementapi%2Finvokermanagementapi-types.gen.go;h=bf13799688e0dcd98fa401e6ed7b9dd8118a3b76;hb=c2422dba52b7c2fe640ff957137ccf64d2c96753;hp=4cb60e0d751033ccba1e9906e082e10a5aedfe4d;hpb=c956436e747ab021a2593aae4f46fdbc66ece7fb;p=nonrtric%2Fplt%2Fsme.git diff --git a/capifcore/internal/invokermanagementapi/invokermanagementapi-types.gen.go b/capifcore/internal/invokermanagementapi/invokermanagementapi-types.gen.go index 4cb60e0..bf13799 100644 --- a/capifcore/internal/invokermanagementapi/invokermanagementapi-types.gen.go +++ b/capifcore/internal/invokermanagementapi/invokermanagementapi-types.gen.go @@ -26,7 +26,7 @@ type APIInvokerEnrolmentDetails struct { // Represents on-boarding information of the API invoker. OnboardingInformation OnboardingInformation `json:"onboardingInformation"` - // Set to true by Subscriber to request the CAPIF core function to send a test notification as defined in in subclause 7.6. Set to false or omitted otherwise. + // Set to true by Subscriber to request the CAPIF core function to send a test notification as defined in in clause 7.6. Set to false or omitted otherwise. RequestTestNotification *bool `json:"requestTestNotification,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of "0" to "9", "a" to "f" or "A" to "F" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. @@ -36,7 +36,7 @@ type APIInvokerEnrolmentDetails struct { WebsockNotifConfig *externalRef0.WebsockNotifConfig `json:"websockNotifConfig,omitempty"` } -// Represents an API Invoker’s enrolment details to be updated. +// Represents an API Invoker's enrolment details to be updated. type APIInvokerEnrolmentDetailsPatch struct { // Generic information related to the API invoker such as details of the device or the application. ApiInvokerInformation *string `json:"apiInvokerInformation,omitempty"` @@ -56,13 +56,13 @@ type APIList []externalRef2.ServiceAPIDescription // Represents on-boarding information of the API invoker. type OnboardingInformation struct { - // The API Invoker’s generic client certificate, provided by the CAPIF core function. + // The API Invoker's generic client certificate, provided by the CAPIF core function. ApiInvokerCertificate *string `json:"apiInvokerCertificate,omitempty"` - // The API Invoker’s public key + // The API Invoker's public key ApiInvokerPublicKey string `json:"apiInvokerPublicKey"` - // The API Invoker’s onboarding secret, provided by the CAPIF core function. + // The API Invoker's onboarding secret, provided by the CAPIF core function. OnboardingSecret *string `json:"onboardingSecret,omitempty"` }