@communecter/cocolight-api-client 1.0.36 → 1.0.37

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.36",
3
+ "version": "1.0.37",
4
4
  "description": "Client Axios simplifié pour l'API cocolight",
5
5
  "repository": {
6
6
  "type": "git",
@@ -2487,11 +2487,11 @@ export class BaseEntity {
2487
2487
 
2488
2488
  /**
2489
2489
  * ───────────────────────────────
2490
- * costum event
2490
+ * custom
2491
2491
  * ───────────────────────────────
2492
2492
  */
2493
2493
 
2494
- async costumRequestActors(data = {}){
2494
+ async costumEventRequestActors(data = {}){
2495
2495
 
2496
2496
  data = {
2497
2497
  pathParams: {
@@ -2525,7 +2525,7 @@ export class BaseEntity {
2525
2525
  return actors;
2526
2526
  }
2527
2527
 
2528
- async costumRequestSubevents(data = {}){
2528
+ async costumEventRequestSubevents(data = {}){
2529
2529
 
2530
2530
  data = {
2531
2531
  pathParams: {
@@ -2540,7 +2540,7 @@ export class BaseEntity {
2540
2540
  return wrappedFinalizer(data);
2541
2541
  }
2542
2542
 
2543
- async costumRequestDates(data = {}){
2543
+ async costumEventRequestDates(data = {}){
2544
2544
  data = {
2545
2545
  pathParams: {
2546
2546
  id: this.id,
@@ -2554,7 +2554,7 @@ export class BaseEntity {
2554
2554
  return wrappedFinalizer(data);
2555
2555
  }
2556
2556
 
2557
- async costumRequestElementEvents(data = {}){
2557
+ async costumEventRequestElementEvent(data = {}){
2558
2558
  data = {
2559
2559
  pathParams: {
2560
2560
  id: this.id,
@@ -2568,7 +2568,7 @@ export class BaseEntity {
2568
2568
  return wrappedFinalizer(data);
2569
2569
  }
2570
2570
 
2571
- async costumRequestCategories(data = {}){
2571
+ async costumEventRequestCategories(data = {}){
2572
2572
  data = {
2573
2573
  pathParams: {
2574
2574
  id: this.id,
@@ -2582,7 +2582,7 @@ export class BaseEntity {
2582
2582
  return wrappedFinalizer(data);
2583
2583
  }
2584
2584
 
2585
- async costumRequestEvent(data = {}){
2585
+ async costumEventRequestEvent(data = {}){
2586
2586
  data = {
2587
2587
  pathParams: {
2588
2588
  id: this.id,
@@ -2596,7 +2596,7 @@ export class BaseEntity {
2596
2596
  return wrappedFinalizer(data);
2597
2597
  }
2598
2598
 
2599
- async costumRequestLinkTlToEvent(data = {}){
2599
+ async costumEventRequestLinkTlToEvent(data = {}){
2600
2600
  data = {
2601
2601
  pathParams: {
2602
2602
  id: this.id,
@@ -2610,7 +2610,7 @@ export class BaseEntity {
2610
2610
  return wrappedFinalizer(data);
2611
2611
  }
2612
2612
 
2613
- async costumRequestLoadContextTags(data = {}){
2613
+ async costumEventRequestLoadContextTag(data = {}){
2614
2614
  data = {
2615
2615
  pathParams: {
2616
2616
  id: this.id,
@@ -4362,7 +4362,7 @@ export interface CostumEventRequestLoadContextTagData {
4362
4362
  /**
4363
4363
  * ID de l’événement
4364
4364
  */
4365
- event: string;
4365
+ event?: string;
4366
4366
  /**
4367
4367
  * Recherche textuelle dans les tags
4368
4368
  */