From bcbbe99cc5a920eefe05ea504c1bce644f7cd223 Mon Sep 17 00:00:00 2001
From: Constantin Jucovschi <jucovschi@gmail.com>
Date: Fri, 31 Jul 2015 14:40:37 +0200
Subject: [PATCH] adding js

---
 js/info_kwarc_sally_comm_frames.js | 51 ++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/js/info_kwarc_sally_comm_frames.js b/js/info_kwarc_sally_comm_frames.js
index 1a8701d..6c7105e 100644
--- a/js/info_kwarc_sally_comm_frames.js
+++ b/js/info_kwarc_sally_comm_frames.js
@@ -3,6 +3,15 @@ var _info_kwarc_sally_comm_frames_factory = function () {
     name: 'info_kwarc_sally_comm_frames',
     defaultElementNamespaceURI: 'http:\/\/kwarc.info\/sally\/comm\/frames',
     typeInfos: [{
+        type: 'classInfo',
+        localName: 'ExecuteFrameRequest',
+        propertyInfos: [{
+            type: 'element',
+            name: 'frameid',
+            elementName: 'frameid',
+            typeInfo: 'String'
+          }]
+      }, {
         type: 'classInfo',
         localName: 'ShowSallyFrameMenu',
         propertyInfos: [{
@@ -16,6 +25,39 @@ var _info_kwarc_sally_comm_frames_factory = function () {
             elementName: 'posy',
             typeInfo: 'Int'
           }]
+      }, {
+        type: 'classInfo',
+        localName: 'GetSallyFramesResponse',
+        propertyInfos: [{
+            type: 'element',
+            name: 'sallyFrameMenuItem',
+            collection: true,
+            elementName: 'SallyFrameMenuItem',
+            typeInfo: 'info_kwarc_sally_comm_frames.GetSallyFramesResponse.SallyFrameMenuItem'
+          }]
+      }, {
+        type: 'classInfo',
+        localName: 'GetSallyFramesResponse.SallyFrameMenuItem',
+        propertyInfos: [{
+            type: 'element',
+            name: 'itemid',
+            elementName: 'itemid',
+            typeInfo: 'String'
+          }, {
+            type: 'element',
+            name: 'frame',
+            elementName: 'frame',
+            typeInfo: 'String'
+          }, {
+            type: 'element',
+            name: 'name',
+            elementName: 'name',
+            typeInfo: 'String'
+          }]
+      }, {
+        type: 'classInfo',
+        localName: 'GetSallyFramesRequest',
+        propertyInfos: []
       }, {
         type: 'classInfo',
         localName: 'ListenDocLevelServices',
@@ -64,8 +106,17 @@ var _info_kwarc_sally_comm_frames_factory = function () {
           }]
       }],
     elementInfos: [{
+        elementName: 'ExecuteFrameRequest',
+        typeInfo: 'info_kwarc_sally_comm_frames.ExecuteFrameRequest'
+      }, {
         elementName: 'ShowSallyFrameMenu',
         typeInfo: 'info_kwarc_sally_comm_frames.ShowSallyFrameMenu'
+      }, {
+        elementName: 'GetSallyFramesResponse',
+        typeInfo: 'info_kwarc_sally_comm_frames.GetSallyFramesResponse'
+      }, {
+        elementName: 'GetSallyFramesRequest',
+        typeInfo: 'info_kwarc_sally_comm_frames.GetSallyFramesRequest'
       }, {
         elementName: 'ListenDocLevelServices',
         typeInfo: 'info_kwarc_sally_comm_frames.ListenDocLevelServices'
-- 
GitLab