diff --git a/js-wixcode-sdk/$w.service.json b/js-wixcode-sdk/$w.service.json index 84e5f28054..feaec7ba86 100644 --- a/js-wixcode-sdk/$w.service.json +++ b/js-wixcode-sdk/$w.service.json @@ -1,7 +1,6 @@ { "name": "$w", "mixes": [], - "labels": - [ "changed" ], + "labels": [], "location": { "lineno": 1, "filename": "wixCode.js" }, diff --git a/js-wixcode-sdk/site-monitoring.service.json b/js-wixcode-sdk/site-monitoring.service.json index c319eb00e2..3d81479cab 100644 --- a/js-wixcode-sdk/site-monitoring.service.json +++ b/js-wixcode-sdk/site-monitoring.service.json @@ -1,7 +1,6 @@ { "name": "site-monitoring", "mixes": [], - "labels": - [ "changed" ], + "labels": [], "location": { "lineno": 1, "filename": "siteMonitoring.js" }, diff --git a/js-wixcode-sdk/site-monitoring/LogEntry.service.json b/js-wixcode-sdk/site-monitoring/LogEntry.service.json index d665319720..5f4aa2568f 100644 --- a/js-wixcode-sdk/site-monitoring/LogEntry.service.json +++ b/js-wixcode-sdk/site-monitoring/LogEntry.service.json @@ -1,8 +1,7 @@ { "name": "LogEntry", "memberOf": "site-monitoring", "mixes": [], - "labels": - [ "changed" ], + "labels": [], "location": { "lineno": 68, "filename": "siteMonitoring.js" }, @@ -331,8 +330,7 @@ "extra": { } }, { "name": "timestamp", - "labels": - [ "changed" ], + "labels": [], "get": true, "set": false, "type": "string", diff --git a/js-wixcode-sdk/wix-window-frontend.service.json b/js-wixcode-sdk/wix-window-frontend.service.json index 9a7768746d..435af474f2 100644 --- a/js-wixcode-sdk/wix-window-frontend.service.json +++ b/js-wixcode-sdk/wix-window-frontend.service.json @@ -403,7 +403,8 @@ "extra": { } }, { "name": "getAppPageData", - "labels": [], + "labels": + [ "changed" ], "nameParams": [], "params": [], "ret": @@ -428,11 +429,11 @@ "examples": [ { "title": "Get the data passed to a custom app page", "body": - [ "import wixWindow from 'wix-window';", + [ "import wixWindowFrontend from 'wix-window-frontend';", "", "// ...", "", - "let appData = wixWindow.getAppPageData(); // {nextSection: {sectionId: \"Booking Form\"}}" ], + "let appData = wixWindowFrontend.getAppPageData(); // {nextSection: {sectionId: \"Booking Form\"}}" ], "extra": { } } ], "extra": diff --git a/js-wixcode-sdk/wix-window.service.json b/js-wixcode-sdk/wix-window.service.json index da61858b70..ad52c3a8d6 100644 --- a/js-wixcode-sdk/wix-window.service.json +++ b/js-wixcode-sdk/wix-window.service.json @@ -470,7 +470,8 @@ "extra": { } }, { "name": "getAppPageData", - "labels": [], + "labels": + [ "changed" ], "nameParams": [], "params": [], "ret": @@ -495,11 +496,11 @@ "examples": [ { "title": "Get the data passed to a custom app page", "body": - [ "import wixWindow from 'wix-window';", + [ "import wixWindowFrontend from 'wix-window-frontend';", "", "// ...", "", - "let appData = wixWindow.getAppPageData(); // {nextSection: {sectionId: \"Booking Form\"}}" ], + "let appData = wixWindowFrontend.getAppPageData(); // {nextSection: {sectionId: \"Booking Form\"}}" ], "extra": { } } ], "extra":