@edifice.io/client 2.3.2-develop-integration.20251007155128 → 2.3.2-develop-b2school-actualites.20251008121205

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.
@@ -85,7 +85,6 @@ export interface IResource {
85
85
  trashedBy?: ID[];
86
86
  rights: RightStringified[];
87
87
  description: string;
88
- allowReplies?: boolean;
89
88
  }
90
89
  /**
91
90
  * Core actions applicable on resources.
@@ -211,7 +210,6 @@ export interface CreateParameters extends IActionParameters {
211
210
  slug?: string;
212
211
  commentType?: string;
213
212
  publishType?: string;
214
- allowReplies?: boolean;
215
213
  }
216
214
  /** Response when creating resource */
217
215
  export interface CreateResult {
@@ -362,7 +360,6 @@ export interface UpdateParameters {
362
360
  description: string;
363
361
  public: boolean;
364
362
  slug: string;
365
- allowReplies?: boolean;
366
363
  }
367
364
  /** Response when updating resource. */
368
365
  export interface UpdateResult {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edifice.io/client",
3
- "version": "2.3.2-develop-integration.20251007155128",
3
+ "version": "2.3.2-develop-b2school-actualites.20251008121205",
4
4
  "description": "Edifice TypeScript Client",
5
5
  "keywords": [
6
6
  "typescript",
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "axios": "^1.7.7",
38
38
  "core-js": "^3.35.1",
39
- "@edifice.io/utilities": "2.3.2-develop-integration.20251007155128"
39
+ "@edifice.io/utilities": "2.3.2-develop-b2school-actualites.20251008121205"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/jasmine": "5.1.4",
@@ -48,7 +48,7 @@
48
48
  "typedoc-plugin-markdown": "3.17.1",
49
49
  "vite": "^5.4.11",
50
50
  "vite-plugin-dts": "^4.1.0",
51
- "@edifice.io/config": "2.3.2-develop-integration.20251007155128"
51
+ "@edifice.io/config": "2.3.2-develop-b2school-actualites.20251008121205"
52
52
  },
53
53
  "scripts": {
54
54
  "build": "vite build",