@connectedxm/admin 6.12.1 → 6.13.1
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.cjs +1 -154
- package/dist/index.d.cts +6 -114
- package/dist/index.d.ts +6 -114
- package/dist/index.js +1 -142
- package/openapi.json +19 -412
- package/package.json +1 -1
package/openapi.json
CHANGED
|
@@ -44783,235 +44783,6 @@
|
|
|
44783
44783
|
]
|
|
44784
44784
|
}
|
|
44785
44785
|
},
|
|
44786
|
-
"/events/{eventId}/zpl-template/fields": {
|
|
44787
|
-
"get": {
|
|
44788
|
-
"operationId": "GetEventZplTemplateBadgeFields",
|
|
44789
|
-
"summary": "Get Event Zpl Template Badge Fields",
|
|
44790
|
-
"description": "Get Event Zpl Template Badge Fields endpoint",
|
|
44791
|
-
"parameters": [
|
|
44792
|
-
{
|
|
44793
|
-
"in": "path",
|
|
44794
|
-
"name": "eventId",
|
|
44795
|
-
"schema": {
|
|
44796
|
-
"type": "string"
|
|
44797
|
-
},
|
|
44798
|
-
"description": "The event identifier",
|
|
44799
|
-
"required": true
|
|
44800
|
-
},
|
|
44801
|
-
{
|
|
44802
|
-
"in": "query",
|
|
44803
|
-
"name": "page",
|
|
44804
|
-
"schema": {
|
|
44805
|
-
"type": "integer",
|
|
44806
|
-
"minimum": 1,
|
|
44807
|
-
"default": 1
|
|
44808
|
-
},
|
|
44809
|
-
"description": "Page number",
|
|
44810
|
-
"required": false
|
|
44811
|
-
},
|
|
44812
|
-
{
|
|
44813
|
-
"in": "query",
|
|
44814
|
-
"name": "pageSize",
|
|
44815
|
-
"schema": {
|
|
44816
|
-
"type": "integer",
|
|
44817
|
-
"minimum": 1,
|
|
44818
|
-
"maximum": 100,
|
|
44819
|
-
"default": 25
|
|
44820
|
-
},
|
|
44821
|
-
"description": "Number of items per page",
|
|
44822
|
-
"required": false
|
|
44823
|
-
},
|
|
44824
|
-
{
|
|
44825
|
-
"in": "query",
|
|
44826
|
-
"name": "orderBy",
|
|
44827
|
-
"schema": {
|
|
44828
|
-
"type": "string"
|
|
44829
|
-
},
|
|
44830
|
-
"description": "Field to order by",
|
|
44831
|
-
"required": false
|
|
44832
|
-
},
|
|
44833
|
-
{
|
|
44834
|
-
"in": "query",
|
|
44835
|
-
"name": "search",
|
|
44836
|
-
"schema": {
|
|
44837
|
-
"type": "string"
|
|
44838
|
-
},
|
|
44839
|
-
"description": "Search query",
|
|
44840
|
-
"required": false
|
|
44841
|
-
}
|
|
44842
|
-
],
|
|
44843
|
-
"responses": {
|
|
44844
|
-
"200": {
|
|
44845
|
-
"description": "Successful response",
|
|
44846
|
-
"content": {
|
|
44847
|
-
"application/json": {
|
|
44848
|
-
"schema": {
|
|
44849
|
-
"type": "object",
|
|
44850
|
-
"properties": {
|
|
44851
|
-
"status": {
|
|
44852
|
-
"type": "string",
|
|
44853
|
-
"enum": [
|
|
44854
|
-
"ok"
|
|
44855
|
-
]
|
|
44856
|
-
},
|
|
44857
|
-
"message": {
|
|
44858
|
-
"type": "string",
|
|
44859
|
-
"example": "Success message."
|
|
44860
|
-
},
|
|
44861
|
-
"data": {
|
|
44862
|
-
"type": "object"
|
|
44863
|
-
},
|
|
44864
|
-
"count": {
|
|
44865
|
-
"type": "integer",
|
|
44866
|
-
"example": 100
|
|
44867
|
-
}
|
|
44868
|
-
},
|
|
44869
|
-
"required": [
|
|
44870
|
-
"status",
|
|
44871
|
-
"message",
|
|
44872
|
-
"data"
|
|
44873
|
-
]
|
|
44874
|
-
}
|
|
44875
|
-
}
|
|
44876
|
-
}
|
|
44877
|
-
}
|
|
44878
|
-
},
|
|
44879
|
-
"tags": [
|
|
44880
|
-
"Events::OnSite"
|
|
44881
|
-
]
|
|
44882
|
-
}
|
|
44883
|
-
},
|
|
44884
|
-
"/events/{eventId}/zpl-template/fields/{fieldId}": {
|
|
44885
|
-
"get": {
|
|
44886
|
-
"operationId": "GetEventZplTemplateBadgeField",
|
|
44887
|
-
"summary": "Get Event Zpl Template Badge Field",
|
|
44888
|
-
"description": "Get Event Zpl Template Badge Field endpoint",
|
|
44889
|
-
"parameters": [
|
|
44890
|
-
{
|
|
44891
|
-
"in": "path",
|
|
44892
|
-
"name": "eventId",
|
|
44893
|
-
"schema": {
|
|
44894
|
-
"type": "string"
|
|
44895
|
-
},
|
|
44896
|
-
"description": "The event identifier",
|
|
44897
|
-
"required": true
|
|
44898
|
-
},
|
|
44899
|
-
{
|
|
44900
|
-
"in": "path",
|
|
44901
|
-
"name": "fieldId",
|
|
44902
|
-
"schema": {
|
|
44903
|
-
"type": "string"
|
|
44904
|
-
},
|
|
44905
|
-
"description": "The field identifier",
|
|
44906
|
-
"required": true
|
|
44907
|
-
}
|
|
44908
|
-
],
|
|
44909
|
-
"responses": {
|
|
44910
|
-
"200": {
|
|
44911
|
-
"description": "Successful response",
|
|
44912
|
-
"content": {
|
|
44913
|
-
"application/json": {
|
|
44914
|
-
"schema": {
|
|
44915
|
-
"type": "object",
|
|
44916
|
-
"properties": {
|
|
44917
|
-
"status": {
|
|
44918
|
-
"type": "string",
|
|
44919
|
-
"enum": [
|
|
44920
|
-
"ok"
|
|
44921
|
-
]
|
|
44922
|
-
},
|
|
44923
|
-
"message": {
|
|
44924
|
-
"type": "string",
|
|
44925
|
-
"example": "Success message."
|
|
44926
|
-
},
|
|
44927
|
-
"data": {
|
|
44928
|
-
"type": "object"
|
|
44929
|
-
}
|
|
44930
|
-
},
|
|
44931
|
-
"required": [
|
|
44932
|
-
"status",
|
|
44933
|
-
"message",
|
|
44934
|
-
"data"
|
|
44935
|
-
]
|
|
44936
|
-
}
|
|
44937
|
-
}
|
|
44938
|
-
}
|
|
44939
|
-
}
|
|
44940
|
-
},
|
|
44941
|
-
"tags": [
|
|
44942
|
-
"Events::OnSite"
|
|
44943
|
-
]
|
|
44944
|
-
},
|
|
44945
|
-
"put": {
|
|
44946
|
-
"operationId": "UpdateEventZplTemplateBadgeField",
|
|
44947
|
-
"summary": "Update Event Zpl Template Badge Field",
|
|
44948
|
-
"description": "Update Event Zpl Template Badge Field endpoint",
|
|
44949
|
-
"parameters": [
|
|
44950
|
-
{
|
|
44951
|
-
"in": "path",
|
|
44952
|
-
"name": "eventId",
|
|
44953
|
-
"schema": {
|
|
44954
|
-
"type": "string"
|
|
44955
|
-
},
|
|
44956
|
-
"description": "The event identifier",
|
|
44957
|
-
"required": true
|
|
44958
|
-
},
|
|
44959
|
-
{
|
|
44960
|
-
"in": "path",
|
|
44961
|
-
"name": "fieldId",
|
|
44962
|
-
"schema": {
|
|
44963
|
-
"type": "string"
|
|
44964
|
-
},
|
|
44965
|
-
"description": "The field identifier",
|
|
44966
|
-
"required": true
|
|
44967
|
-
},
|
|
44968
|
-
{
|
|
44969
|
-
"in": "query",
|
|
44970
|
-
"name": "field",
|
|
44971
|
-
"schema": {
|
|
44972
|
-
"$ref": "#/components/schemas/EventBadgeFieldUpdateInputs"
|
|
44973
|
-
},
|
|
44974
|
-
"description": "Filter by field",
|
|
44975
|
-
"required": true
|
|
44976
|
-
}
|
|
44977
|
-
],
|
|
44978
|
-
"responses": {
|
|
44979
|
-
"200": {
|
|
44980
|
-
"description": "Successful response",
|
|
44981
|
-
"content": {
|
|
44982
|
-
"application/json": {
|
|
44983
|
-
"schema": {
|
|
44984
|
-
"type": "object",
|
|
44985
|
-
"properties": {
|
|
44986
|
-
"status": {
|
|
44987
|
-
"type": "string",
|
|
44988
|
-
"enum": [
|
|
44989
|
-
"ok"
|
|
44990
|
-
]
|
|
44991
|
-
},
|
|
44992
|
-
"message": {
|
|
44993
|
-
"type": "string",
|
|
44994
|
-
"example": "Success message."
|
|
44995
|
-
},
|
|
44996
|
-
"data": {
|
|
44997
|
-
"type": "object"
|
|
44998
|
-
}
|
|
44999
|
-
},
|
|
45000
|
-
"required": [
|
|
45001
|
-
"status",
|
|
45002
|
-
"message",
|
|
45003
|
-
"data"
|
|
45004
|
-
]
|
|
45005
|
-
}
|
|
45006
|
-
}
|
|
45007
|
-
}
|
|
45008
|
-
}
|
|
45009
|
-
},
|
|
45010
|
-
"tags": [
|
|
45011
|
-
"Events::OnSite"
|
|
45012
|
-
]
|
|
45013
|
-
}
|
|
45014
|
-
},
|
|
45015
44786
|
"/files": {
|
|
45016
44787
|
"get": {
|
|
45017
44788
|
"operationId": "GetFiles",
|
|
@@ -77593,112 +77364,6 @@
|
|
|
77593
77364
|
"type": "object",
|
|
77594
77365
|
"properties": {}
|
|
77595
77366
|
},
|
|
77596
|
-
"BadgeFieldType": {
|
|
77597
|
-
"type": "string",
|
|
77598
|
-
"enum": [
|
|
77599
|
-
"attribute",
|
|
77600
|
-
"question",
|
|
77601
|
-
"tier",
|
|
77602
|
-
"ticket",
|
|
77603
|
-
"pass",
|
|
77604
|
-
"session",
|
|
77605
|
-
"session_question"
|
|
77606
|
-
]
|
|
77607
|
-
},
|
|
77608
|
-
"BadgeFieldTransformation": {
|
|
77609
|
-
"type": "string",
|
|
77610
|
-
"enum": [
|
|
77611
|
-
"uppercase",
|
|
77612
|
-
"lowercase"
|
|
77613
|
-
]
|
|
77614
|
-
},
|
|
77615
|
-
"BaseEventOnSiteBadgeField": {
|
|
77616
|
-
"type": "object",
|
|
77617
|
-
"properties": {
|
|
77618
|
-
"id": {
|
|
77619
|
-
"type": "number"
|
|
77620
|
-
},
|
|
77621
|
-
"eventId": {
|
|
77622
|
-
"type": "string"
|
|
77623
|
-
},
|
|
77624
|
-
"name": {
|
|
77625
|
-
"type": "string"
|
|
77626
|
-
},
|
|
77627
|
-
"type": {
|
|
77628
|
-
"$ref": "#/components/schemas/BadgeFieldType"
|
|
77629
|
-
},
|
|
77630
|
-
"lookup": {
|
|
77631
|
-
"type": "string",
|
|
77632
|
-
"nullable": true
|
|
77633
|
-
},
|
|
77634
|
-
"maxLength": {
|
|
77635
|
-
"type": "number",
|
|
77636
|
-
"nullable": true
|
|
77637
|
-
},
|
|
77638
|
-
"defaultValue": {
|
|
77639
|
-
"type": "string",
|
|
77640
|
-
"nullable": true
|
|
77641
|
-
},
|
|
77642
|
-
"transformation": {
|
|
77643
|
-
"allOf": [
|
|
77644
|
-
{
|
|
77645
|
-
"$ref": "#/components/schemas/BadgeFieldTransformation"
|
|
77646
|
-
}
|
|
77647
|
-
],
|
|
77648
|
-
"nullable": true
|
|
77649
|
-
},
|
|
77650
|
-
"iconData": {
|
|
77651
|
-
"type": "string",
|
|
77652
|
-
"nullable": true
|
|
77653
|
-
},
|
|
77654
|
-
"sessionId": {
|
|
77655
|
-
"type": "string",
|
|
77656
|
-
"nullable": true
|
|
77657
|
-
},
|
|
77658
|
-
"sortOrder": {
|
|
77659
|
-
"type": "number"
|
|
77660
|
-
},
|
|
77661
|
-
"createdAt": {
|
|
77662
|
-
"type": "string"
|
|
77663
|
-
},
|
|
77664
|
-
"updatedAt": {
|
|
77665
|
-
"type": "string"
|
|
77666
|
-
}
|
|
77667
|
-
},
|
|
77668
|
-
"required": [
|
|
77669
|
-
"id",
|
|
77670
|
-
"eventId",
|
|
77671
|
-
"name",
|
|
77672
|
-
"type",
|
|
77673
|
-
"lookup",
|
|
77674
|
-
"maxLength",
|
|
77675
|
-
"defaultValue",
|
|
77676
|
-
"transformation",
|
|
77677
|
-
"iconData",
|
|
77678
|
-
"sessionId",
|
|
77679
|
-
"sortOrder",
|
|
77680
|
-
"createdAt",
|
|
77681
|
-
"updatedAt"
|
|
77682
|
-
]
|
|
77683
|
-
},
|
|
77684
|
-
"EventOnSiteBadgeField": {
|
|
77685
|
-
"allOf": [
|
|
77686
|
-
{
|
|
77687
|
-
"$ref": "#/components/schemas/BaseEventOnSiteBadgeField"
|
|
77688
|
-
},
|
|
77689
|
-
{
|
|
77690
|
-
"type": "object",
|
|
77691
|
-
"properties": {
|
|
77692
|
-
"onSite": {
|
|
77693
|
-
"$ref": "#/components/schemas/EventOnSite"
|
|
77694
|
-
}
|
|
77695
|
-
},
|
|
77696
|
-
"required": [
|
|
77697
|
-
"onSite"
|
|
77698
|
-
]
|
|
77699
|
-
}
|
|
77700
|
-
]
|
|
77701
|
-
},
|
|
77702
77367
|
"BaseEventOnSite": {
|
|
77703
77368
|
"type": "object",
|
|
77704
77369
|
"properties": {
|
|
@@ -77708,7 +77373,7 @@
|
|
|
77708
77373
|
"authenticationCode": {
|
|
77709
77374
|
"type": "number"
|
|
77710
77375
|
},
|
|
77711
|
-
"
|
|
77376
|
+
"badgeTemplate": {
|
|
77712
77377
|
"type": "string",
|
|
77713
77378
|
"nullable": true
|
|
77714
77379
|
},
|
|
@@ -77722,7 +77387,7 @@
|
|
|
77722
77387
|
"required": [
|
|
77723
77388
|
"eventId",
|
|
77724
77389
|
"authenticationCode",
|
|
77725
|
-
"
|
|
77390
|
+
"badgeTemplate",
|
|
77726
77391
|
"createdAt",
|
|
77727
77392
|
"updatedAt"
|
|
77728
77393
|
]
|
|
@@ -77731,20 +77396,6 @@
|
|
|
77731
77396
|
"allOf": [
|
|
77732
77397
|
{
|
|
77733
77398
|
"$ref": "#/components/schemas/BaseEventOnSite"
|
|
77734
|
-
},
|
|
77735
|
-
{
|
|
77736
|
-
"type": "object",
|
|
77737
|
-
"properties": {
|
|
77738
|
-
"badgeFields": {
|
|
77739
|
-
"type": "array",
|
|
77740
|
-
"items": {
|
|
77741
|
-
"$ref": "#/components/schemas/BaseEventOnSiteBadgeField"
|
|
77742
|
-
}
|
|
77743
|
-
}
|
|
77744
|
-
},
|
|
77745
|
-
"required": [
|
|
77746
|
-
"badgeFields"
|
|
77747
|
-
]
|
|
77748
77399
|
}
|
|
77749
77400
|
]
|
|
77750
77401
|
},
|
|
@@ -91758,7 +91409,8 @@
|
|
|
91758
91409
|
"LEAVE_GROUP",
|
|
91759
91410
|
"ADD_TO_TIER",
|
|
91760
91411
|
"SUBSCRIBE_TO_CHANNEL",
|
|
91761
|
-
"SEND_WEBHOOK"
|
|
91412
|
+
"SEND_WEBHOOK",
|
|
91413
|
+
"COMPLETE_ACTIVATION"
|
|
91762
91414
|
]
|
|
91763
91415
|
},
|
|
91764
91416
|
"BaseSideEffect": {
|
|
@@ -91802,6 +91454,10 @@
|
|
|
91802
91454
|
"sendWebhookId": {
|
|
91803
91455
|
"type": "string",
|
|
91804
91456
|
"nullable": true
|
|
91457
|
+
},
|
|
91458
|
+
"completeActivationId": {
|
|
91459
|
+
"type": "string",
|
|
91460
|
+
"nullable": true
|
|
91805
91461
|
}
|
|
91806
91462
|
},
|
|
91807
91463
|
"required": [
|
|
@@ -91814,7 +91470,8 @@
|
|
|
91814
91470
|
"leaveGroupId",
|
|
91815
91471
|
"addToTierId",
|
|
91816
91472
|
"subscribeToChannelId",
|
|
91817
|
-
"sendWebhookId"
|
|
91473
|
+
"sendWebhookId",
|
|
91474
|
+
"completeActivationId"
|
|
91818
91475
|
]
|
|
91819
91476
|
},
|
|
91820
91477
|
"SideEffect": {
|
|
@@ -91903,6 +91560,14 @@
|
|
|
91903
91560
|
],
|
|
91904
91561
|
"nullable": true
|
|
91905
91562
|
},
|
|
91563
|
+
"completeActivation": {
|
|
91564
|
+
"allOf": [
|
|
91565
|
+
{
|
|
91566
|
+
"$ref": "#/components/schemas/BaseEventActivation"
|
|
91567
|
+
}
|
|
91568
|
+
],
|
|
91569
|
+
"nullable": true
|
|
91570
|
+
},
|
|
91906
91571
|
"createdAt": {
|
|
91907
91572
|
"type": "string"
|
|
91908
91573
|
},
|
|
@@ -91922,6 +91587,7 @@
|
|
|
91922
91587
|
"addToTier",
|
|
91923
91588
|
"subscribeToChannel",
|
|
91924
91589
|
"sendWebhook",
|
|
91590
|
+
"completeActivation",
|
|
91925
91591
|
"createdAt",
|
|
91926
91592
|
"updatedAt"
|
|
91927
91593
|
]
|
|
@@ -94818,65 +94484,6 @@
|
|
|
94818
94484
|
"values"
|
|
94819
94485
|
]
|
|
94820
94486
|
},
|
|
94821
|
-
"EventBadgeFieldUpdateInputs": {
|
|
94822
|
-
"type": "object",
|
|
94823
|
-
"properties": {
|
|
94824
|
-
"type": {
|
|
94825
|
-
"allOf": [
|
|
94826
|
-
{
|
|
94827
|
-
"$ref": "#/components/schemas/BadgeFieldType"
|
|
94828
|
-
}
|
|
94829
|
-
],
|
|
94830
|
-
"nullable": true
|
|
94831
|
-
},
|
|
94832
|
-
"lookup": {
|
|
94833
|
-
"type": "string",
|
|
94834
|
-
"nullable": true
|
|
94835
|
-
},
|
|
94836
|
-
"maxLength": {
|
|
94837
|
-
"oneOf": [
|
|
94838
|
-
{
|
|
94839
|
-
"type": "number"
|
|
94840
|
-
},
|
|
94841
|
-
{
|
|
94842
|
-
"type": "string"
|
|
94843
|
-
}
|
|
94844
|
-
],
|
|
94845
|
-
"nullable": true
|
|
94846
|
-
},
|
|
94847
|
-
"defaultValue": {
|
|
94848
|
-
"type": "string",
|
|
94849
|
-
"nullable": true
|
|
94850
|
-
},
|
|
94851
|
-
"transformation": {
|
|
94852
|
-
"allOf": [
|
|
94853
|
-
{
|
|
94854
|
-
"$ref": "#/components/schemas/BadgeFieldTransformation"
|
|
94855
|
-
}
|
|
94856
|
-
],
|
|
94857
|
-
"nullable": true
|
|
94858
|
-
},
|
|
94859
|
-
"sortOrder": {
|
|
94860
|
-
"oneOf": [
|
|
94861
|
-
{
|
|
94862
|
-
"type": "number"
|
|
94863
|
-
},
|
|
94864
|
-
{
|
|
94865
|
-
"type": "string"
|
|
94866
|
-
}
|
|
94867
|
-
],
|
|
94868
|
-
"nullable": true
|
|
94869
|
-
},
|
|
94870
|
-
"iconData": {
|
|
94871
|
-
"type": "string",
|
|
94872
|
-
"nullable": true
|
|
94873
|
-
},
|
|
94874
|
-
"sessionId": {
|
|
94875
|
-
"type": "string",
|
|
94876
|
-
"nullable": true
|
|
94877
|
-
}
|
|
94878
|
-
}
|
|
94879
|
-
},
|
|
94880
94487
|
"EventCouponCreateInputs": {
|
|
94881
94488
|
"type": "object",
|
|
94882
94489
|
"properties": {
|