@paris-ias/trees 2.2.19 → 2.2.20

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.
@@ -75,6 +75,7 @@ type MultipartFinalizeResult {
75
75
  type Mailing {
76
76
  appId: String
77
77
  name: String
78
+ slug: String
78
79
  description: String
79
80
  createdAt: String
80
81
  updatedAt: String
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.2.19",
3
+ "version": "2.2.20",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",