jourycms-sdk 1.1.53 → 1.1.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jourycms-sdk",
3
- "version": "1.1.53",
3
+ "version": "1.1.55",
4
4
  "description": "Sdk for Joury CMS",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -120,6 +120,7 @@ declare module Levelup {
120
120
  };
121
121
  export type Response<D extends { [Key: string]: any } = { [Key: string]: any }> =
122
122
  Utils.Api.Response.BuildSingleItemResponse<{
123
+ id: string;
123
124
  url: string;
124
125
  count: number;
125
126
  }, 'users' | 'forms'>;