@communecter/cocolight-api-client 1.0.106 → 1.0.107

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": "@communecter/cocolight-api-client",
3
- "version": "1.0.106",
3
+ "version": "1.0.107",
4
4
  "description": "Client Axios simplifié pour l'API cocolight",
5
5
  "repository": {
6
6
  "type": "git",
@@ -103,8 +103,8 @@ export function transformEntityRefs(val: ParentData | OrganizerData | null): Ent
103
103
  {
104
104
  type: obj?.type ?? "",
105
105
  name: obj?.name,
106
- id: obj?.id,
107
- slug: obj?.slug
106
+ // id: obj?.id,
107
+ // slug: obj?.slug
108
108
  // _id exclu volontairement
109
109
  }
110
110
  ])