@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/dist/cocolight-api-client.browser.js +1 -1
- package/dist/cocolight-api-client.cjs +1 -1
- package/dist/cocolight-api-client.mjs.js +1 -1
- package/dist/cocolight-api-client.vite.mjs.js +1 -1
- package/dist/cocolight-api-client.vite.mjs.js.map +1 -1
- package/package.json +1 -1
- package/src/api/BaseEntity.js +9 -9
- package/src/api/EndpointApi.types.d.ts +1 -1
- package/src/endpoints.module.js +1 -1
package/package.json
CHANGED
package/src/api/BaseEntity.js
CHANGED
|
@@ -2487,11 +2487,11 @@ export class BaseEntity {
|
|
|
2487
2487
|
|
|
2488
2488
|
/**
|
|
2489
2489
|
* ───────────────────────────────
|
|
2490
|
-
*
|
|
2490
|
+
* custom
|
|
2491
2491
|
* ───────────────────────────────
|
|
2492
2492
|
*/
|
|
2493
2493
|
|
|
2494
|
-
async
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
2613
|
+
async costumEventRequestLoadContextTag(data = {}){
|
|
2614
2614
|
data = {
|
|
2615
2615
|
pathParams: {
|
|
2616
2616
|
id: this.id,
|