Skip to content

Commit 617476f

Browse files
committed
rebasing
1 parent ad4d375 commit 617476f

File tree

6 files changed

+107
-121
lines changed

6 files changed

+107
-121
lines changed

dist/node/admin.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,9 @@ var StitchAdminClient = exports.StitchAdminClient = function (_StitchClient) {
865865
},
866866
patchSchemas: function patchSchemas(data) {
867867
return api._patch(syncUrl + '/schemas', { body: JSON.stringify(data) });
868+
},
869+
progress: function progress() {
870+
return api._get(syncUrl + '/progress');
868871
}
869872
};
870873
}

dist/web/stitch.js

Lines changed: 67 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web/stitch.js.map

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web/stitch.min.js

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web/stitch.min.js.map

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)