@connectedxm/admin 7.2.4 → 7.2.5
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/index.d.cts +0 -6
- package/dist/index.d.ts +0 -6
- package/openapi.json +1 -55
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2638,8 +2638,6 @@ interface BaseEventSessionQuestion {
|
|
|
2638
2638
|
sortOrder: number;
|
|
2639
2639
|
featured: boolean;
|
|
2640
2640
|
choices: BaseEventSessionQuestionChoice[];
|
|
2641
|
-
price: number | null;
|
|
2642
|
-
supply: number | null;
|
|
2643
2641
|
}
|
|
2644
2642
|
interface EventSessionQuestion extends BaseEventSessionQuestion {
|
|
2645
2643
|
sections: BaseEventSessionSectionQuestion[];
|
|
@@ -5651,8 +5649,6 @@ interface EventSessionQuestionCreateInputs {
|
|
|
5651
5649
|
sortOrder?: number | string | null;
|
|
5652
5650
|
featured?: boolean;
|
|
5653
5651
|
choices?: string[] | null;
|
|
5654
|
-
price?: number | string | null;
|
|
5655
|
-
supply?: number | string | null;
|
|
5656
5652
|
searchListId?: string | null;
|
|
5657
5653
|
masked?: boolean;
|
|
5658
5654
|
}
|
|
@@ -5680,8 +5676,6 @@ interface EventSessionQuestionUpdateInputs {
|
|
|
5680
5676
|
locationOption?: LocationQuestionOption | null;
|
|
5681
5677
|
sortOrder?: number | string | null;
|
|
5682
5678
|
featured?: boolean;
|
|
5683
|
-
price?: number | string | null;
|
|
5684
|
-
supply?: number | string | null;
|
|
5685
5679
|
searchListId?: string | null;
|
|
5686
5680
|
}
|
|
5687
5681
|
interface EventSessionSectionCreateInputs {
|
package/dist/index.d.ts
CHANGED
|
@@ -2638,8 +2638,6 @@ interface BaseEventSessionQuestion {
|
|
|
2638
2638
|
sortOrder: number;
|
|
2639
2639
|
featured: boolean;
|
|
2640
2640
|
choices: BaseEventSessionQuestionChoice[];
|
|
2641
|
-
price: number | null;
|
|
2642
|
-
supply: number | null;
|
|
2643
2641
|
}
|
|
2644
2642
|
interface EventSessionQuestion extends BaseEventSessionQuestion {
|
|
2645
2643
|
sections: BaseEventSessionSectionQuestion[];
|
|
@@ -5651,8 +5649,6 @@ interface EventSessionQuestionCreateInputs {
|
|
|
5651
5649
|
sortOrder?: number | string | null;
|
|
5652
5650
|
featured?: boolean;
|
|
5653
5651
|
choices?: string[] | null;
|
|
5654
|
-
price?: number | string | null;
|
|
5655
|
-
supply?: number | string | null;
|
|
5656
5652
|
searchListId?: string | null;
|
|
5657
5653
|
masked?: boolean;
|
|
5658
5654
|
}
|
|
@@ -5680,8 +5676,6 @@ interface EventSessionQuestionUpdateInputs {
|
|
|
5680
5676
|
locationOption?: LocationQuestionOption | null;
|
|
5681
5677
|
sortOrder?: number | string | null;
|
|
5682
5678
|
featured?: boolean;
|
|
5683
|
-
price?: number | string | null;
|
|
5684
|
-
supply?: number | string | null;
|
|
5685
5679
|
searchListId?: string | null;
|
|
5686
5680
|
}
|
|
5687
5681
|
interface EventSessionSectionCreateInputs {
|
package/openapi.json
CHANGED
|
@@ -103851,14 +103851,6 @@
|
|
|
103851
103851
|
"items": {
|
|
103852
103852
|
"$ref": "#/components/schemas/BaseEventSessionQuestionChoice"
|
|
103853
103853
|
}
|
|
103854
|
-
},
|
|
103855
|
-
"price": {
|
|
103856
|
-
"type": "number",
|
|
103857
|
-
"nullable": true
|
|
103858
|
-
},
|
|
103859
|
-
"supply": {
|
|
103860
|
-
"type": "number",
|
|
103861
|
-
"nullable": true
|
|
103862
103854
|
}
|
|
103863
103855
|
},
|
|
103864
103856
|
"required": [
|
|
@@ -103882,9 +103874,7 @@
|
|
|
103882
103874
|
"locationOption",
|
|
103883
103875
|
"sortOrder",
|
|
103884
103876
|
"featured",
|
|
103885
|
-
"choices"
|
|
103886
|
-
"price",
|
|
103887
|
-
"supply"
|
|
103877
|
+
"choices"
|
|
103888
103878
|
]
|
|
103889
103879
|
},
|
|
103890
103880
|
"EventSessionQuestion": {
|
|
@@ -116561,28 +116551,6 @@
|
|
|
116561
116551
|
},
|
|
116562
116552
|
"nullable": true
|
|
116563
116553
|
},
|
|
116564
|
-
"price": {
|
|
116565
|
-
"oneOf": [
|
|
116566
|
-
{
|
|
116567
|
-
"type": "number"
|
|
116568
|
-
},
|
|
116569
|
-
{
|
|
116570
|
-
"type": "string"
|
|
116571
|
-
}
|
|
116572
|
-
],
|
|
116573
|
-
"nullable": true
|
|
116574
|
-
},
|
|
116575
|
-
"supply": {
|
|
116576
|
-
"oneOf": [
|
|
116577
|
-
{
|
|
116578
|
-
"type": "number"
|
|
116579
|
-
},
|
|
116580
|
-
{
|
|
116581
|
-
"type": "string"
|
|
116582
|
-
}
|
|
116583
|
-
],
|
|
116584
|
-
"nullable": true
|
|
116585
|
-
},
|
|
116586
116554
|
"searchListId": {
|
|
116587
116555
|
"type": "string",
|
|
116588
116556
|
"nullable": true
|
|
@@ -116705,28 +116673,6 @@
|
|
|
116705
116673
|
"featured": {
|
|
116706
116674
|
"type": "boolean"
|
|
116707
116675
|
},
|
|
116708
|
-
"price": {
|
|
116709
|
-
"oneOf": [
|
|
116710
|
-
{
|
|
116711
|
-
"type": "number"
|
|
116712
|
-
},
|
|
116713
|
-
{
|
|
116714
|
-
"type": "string"
|
|
116715
|
-
}
|
|
116716
|
-
],
|
|
116717
|
-
"nullable": true
|
|
116718
|
-
},
|
|
116719
|
-
"supply": {
|
|
116720
|
-
"oneOf": [
|
|
116721
|
-
{
|
|
116722
|
-
"type": "number"
|
|
116723
|
-
},
|
|
116724
|
-
{
|
|
116725
|
-
"type": "string"
|
|
116726
|
-
}
|
|
116727
|
-
],
|
|
116728
|
-
"nullable": true
|
|
116729
|
-
},
|
|
116730
116676
|
"searchListId": {
|
|
116731
116677
|
"type": "string",
|
|
116732
116678
|
"nullable": true
|