Commit 3cc3e7fa authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in EdgePlatformApplicationEnablementAPI_Templates

parent d72baeb6
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -771,9 +771,9 @@ module EdgePlatformApplicationEnablementAPI_Templates {
  } // End of template mw_event_subscription

  template (omit) CAPIFEventFilter m_capif_event_filter(
                                                        in template (omit) record of Json.String p_apiIds := omit,
                                                        in template (omit) record of Json.String p_apiInvokerIds := omit,
                                                        in template (omit) record of Json.String p_aefIds := omit
                                                        in template (omit) CAPIFEventFilter.apiIds p_apiIds := omit,
                                                        in template (omit) CAPIFEventFilter.apiInvokerIds p_apiInvokerIds := omit,
                                                        in template (omit) CAPIFEventFilter.aefIds p_aefIds := omit
                                                        ) := {
    apiIds        := p_apiIds,
    apiInvokerIds := p_apiInvokerIds,
@@ -781,9 +781,9 @@ module EdgePlatformApplicationEnablementAPI_Templates {
  } // End of template m_capif_event_filter

  template CAPIFEventFilter mw_capif_event_filter(
                                                  template record of Json.String p_apiIds := *,
                                                  template record of Json.String p_apiInvokerIds := *,
                                                  template record of Json.String p_aefIds := *
                                                  template CAPIFEventFilter.apiIds p_apiIds := *,
                                                  template CAPIFEventFilter.apiInvokerIds p_apiInvokerIds := *,
                                                  template CAPIFEventFilter.aefIds p_aefIds := *
                                                  ) := {
    apiIds        := p_apiIds,
    apiInvokerIds := p_apiInvokerIds,