@epilot/cli 0.1.26 → 0.1.27
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/README.md +1 -1
- package/definitions/app.json +539 -31
- package/definitions/automation.json +42 -0
- package/definitions/configuration-hub.json +757 -7
- package/definitions/customer-portal.json +1063 -63
- package/definitions/email-settings.json +86 -4
- package/definitions/entity.json +568 -4
- package/definitions/event-catalog.json +256 -1
- package/definitions/file.json +262 -4
- package/definitions/integration-toolkit.json +480 -4
- package/definitions/journey.json +21 -1
- package/definitions/kanban.json +2 -1
- package/definitions/metering.json +728 -64
- package/definitions/notes.json +175 -130
- package/definitions/pricing.json +163 -84
- package/definitions/webhooks.json +149 -4
- package/definitions/workflow-definition.json +52 -0
- package/definitions/workflow.json +24 -0
- package/dist/bin/epilot.js +6 -6
- package/dist/{chunk-QSYX2PUB.js → chunk-OBSR3RKB.js} +51 -15
- package/dist/{completion-AZYWK6IZ.js → completion-AUP6EFBO.js} +1 -1
- package/dist/{upgrade-O5G6HRVY.js → upgrade-PPGT4OMA.js} +1 -1
- package/package.json +1 -1
package/definitions/notes.json
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.2",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.4.0",
|
|
5
5
|
"title": "Notes API",
|
|
6
|
-
"description": "Facade API Backend for Epilot Notes feature"
|
|
6
|
+
"description": "Facade API Backend for Epilot Notes feature",
|
|
7
|
+
"contact": {
|
|
8
|
+
"name": "epilot",
|
|
9
|
+
"url": "https://docs.epilot.io"
|
|
10
|
+
}
|
|
7
11
|
},
|
|
8
12
|
"servers": [
|
|
9
13
|
{
|
|
@@ -16,6 +20,9 @@
|
|
|
16
20
|
},
|
|
17
21
|
{
|
|
18
22
|
"name": "Pinning"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "Reactions"
|
|
19
26
|
}
|
|
20
27
|
],
|
|
21
28
|
"security": [
|
|
@@ -675,30 +682,33 @@
|
|
|
675
682
|
"format": "date-time"
|
|
676
683
|
},
|
|
677
684
|
"created_by": {
|
|
678
|
-
"type": "
|
|
679
|
-
"
|
|
680
|
-
"type":
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
685
|
+
"type": "array",
|
|
686
|
+
"items": {
|
|
687
|
+
"type": "object",
|
|
688
|
+
"properties": {
|
|
689
|
+
"type": {
|
|
690
|
+
"$ref": "#/components/schemas/CreatedByType"
|
|
691
|
+
},
|
|
692
|
+
"user_id": {
|
|
693
|
+
"type": "string"
|
|
694
|
+
},
|
|
695
|
+
"display_name": {
|
|
696
|
+
"type": "string"
|
|
697
|
+
},
|
|
698
|
+
"org_id": {
|
|
699
|
+
"type": "string"
|
|
700
|
+
},
|
|
701
|
+
"email": {
|
|
702
|
+
"type": "string"
|
|
703
|
+
},
|
|
704
|
+
"phone": {
|
|
705
|
+
"type": "string"
|
|
706
|
+
}
|
|
694
707
|
},
|
|
695
|
-
"
|
|
696
|
-
"type"
|
|
697
|
-
|
|
698
|
-
}
|
|
699
|
-
"required": [
|
|
700
|
-
"type"
|
|
701
|
-
]
|
|
708
|
+
"required": [
|
|
709
|
+
"type"
|
|
710
|
+
]
|
|
711
|
+
}
|
|
702
712
|
},
|
|
703
713
|
"read_by": {
|
|
704
714
|
"type": "array",
|
|
@@ -873,30 +883,33 @@
|
|
|
873
883
|
"format": "date-time"
|
|
874
884
|
},
|
|
875
885
|
"created_by": {
|
|
876
|
-
"type": "
|
|
877
|
-
"
|
|
878
|
-
"type":
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
886
|
+
"type": "array",
|
|
887
|
+
"items": {
|
|
888
|
+
"type": "object",
|
|
889
|
+
"properties": {
|
|
890
|
+
"type": {
|
|
891
|
+
"$ref": "#/components/schemas/CreatedByType"
|
|
892
|
+
},
|
|
893
|
+
"user_id": {
|
|
894
|
+
"type": "string"
|
|
895
|
+
},
|
|
896
|
+
"display_name": {
|
|
897
|
+
"type": "string"
|
|
898
|
+
},
|
|
899
|
+
"org_id": {
|
|
900
|
+
"type": "string"
|
|
901
|
+
},
|
|
902
|
+
"email": {
|
|
903
|
+
"type": "string"
|
|
904
|
+
},
|
|
905
|
+
"phone": {
|
|
906
|
+
"type": "string"
|
|
907
|
+
}
|
|
892
908
|
},
|
|
893
|
-
"
|
|
894
|
-
"type"
|
|
895
|
-
|
|
896
|
-
}
|
|
897
|
-
"required": [
|
|
898
|
-
"type"
|
|
899
|
-
]
|
|
909
|
+
"required": [
|
|
910
|
+
"type"
|
|
911
|
+
]
|
|
912
|
+
}
|
|
900
913
|
},
|
|
901
914
|
"read_by": {
|
|
902
915
|
"type": "array",
|
|
@@ -984,35 +997,43 @@
|
|
|
984
997
|
"description": "The timestamp of when this Note was pinned",
|
|
985
998
|
"format": "date-time"
|
|
986
999
|
},
|
|
1000
|
+
"edited_at": {
|
|
1001
|
+
"type": "string",
|
|
1002
|
+
"description": "The timestamp of when this Note was last updated",
|
|
1003
|
+
"format": "date-time"
|
|
1004
|
+
},
|
|
987
1005
|
"created_by": {
|
|
988
|
-
"type": "
|
|
989
|
-
"
|
|
990
|
-
"type":
|
|
991
|
-
|
|
992
|
-
"
|
|
993
|
-
"
|
|
994
|
-
"
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1006
|
+
"type": "array",
|
|
1007
|
+
"items": {
|
|
1008
|
+
"type": "object",
|
|
1009
|
+
"properties": {
|
|
1010
|
+
"type": {
|
|
1011
|
+
"type": "string",
|
|
1012
|
+
"enum": [
|
|
1013
|
+
"user",
|
|
1014
|
+
"group"
|
|
1015
|
+
]
|
|
1016
|
+
},
|
|
1017
|
+
"user_id": {
|
|
1018
|
+
"type": "string"
|
|
1019
|
+
},
|
|
1020
|
+
"display_name": {
|
|
1021
|
+
"type": "string"
|
|
1022
|
+
},
|
|
1023
|
+
"org_id": {
|
|
1024
|
+
"type": "string"
|
|
1025
|
+
},
|
|
1026
|
+
"email": {
|
|
1027
|
+
"type": "string"
|
|
1028
|
+
},
|
|
1029
|
+
"phone": {
|
|
1030
|
+
"type": "string"
|
|
1031
|
+
}
|
|
1008
1032
|
},
|
|
1009
|
-
"
|
|
1010
|
-
"type"
|
|
1011
|
-
|
|
1012
|
-
}
|
|
1013
|
-
"required": [
|
|
1014
|
-
"type"
|
|
1015
|
-
]
|
|
1033
|
+
"required": [
|
|
1034
|
+
"type"
|
|
1035
|
+
]
|
|
1036
|
+
}
|
|
1016
1037
|
},
|
|
1017
1038
|
"read_by": {
|
|
1018
1039
|
"type": "array",
|
|
@@ -1119,35 +1140,43 @@
|
|
|
1119
1140
|
"description": "The timestamp of when this Note was pinned",
|
|
1120
1141
|
"format": "date-time"
|
|
1121
1142
|
},
|
|
1143
|
+
"edited_at": {
|
|
1144
|
+
"type": "string",
|
|
1145
|
+
"description": "The timestamp of when this Note was last updated",
|
|
1146
|
+
"format": "date-time"
|
|
1147
|
+
},
|
|
1122
1148
|
"created_by": {
|
|
1123
|
-
"type": "
|
|
1124
|
-
"
|
|
1125
|
-
"type":
|
|
1126
|
-
|
|
1127
|
-
"
|
|
1128
|
-
"
|
|
1129
|
-
"
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1149
|
+
"type": "array",
|
|
1150
|
+
"items": {
|
|
1151
|
+
"type": "object",
|
|
1152
|
+
"properties": {
|
|
1153
|
+
"type": {
|
|
1154
|
+
"type": "string",
|
|
1155
|
+
"enum": [
|
|
1156
|
+
"user",
|
|
1157
|
+
"group"
|
|
1158
|
+
]
|
|
1159
|
+
},
|
|
1160
|
+
"user_id": {
|
|
1161
|
+
"type": "string"
|
|
1162
|
+
},
|
|
1163
|
+
"display_name": {
|
|
1164
|
+
"type": "string"
|
|
1165
|
+
},
|
|
1166
|
+
"org_id": {
|
|
1167
|
+
"type": "string"
|
|
1168
|
+
},
|
|
1169
|
+
"email": {
|
|
1170
|
+
"type": "string"
|
|
1171
|
+
},
|
|
1172
|
+
"phone": {
|
|
1173
|
+
"type": "string"
|
|
1174
|
+
}
|
|
1143
1175
|
},
|
|
1144
|
-
"
|
|
1145
|
-
"type"
|
|
1146
|
-
|
|
1147
|
-
}
|
|
1148
|
-
"required": [
|
|
1149
|
-
"type"
|
|
1150
|
-
]
|
|
1176
|
+
"required": [
|
|
1177
|
+
"type"
|
|
1178
|
+
]
|
|
1179
|
+
}
|
|
1151
1180
|
},
|
|
1152
1181
|
"read_by": {
|
|
1153
1182
|
"type": "array",
|
|
@@ -1339,35 +1368,43 @@
|
|
|
1339
1368
|
"description": "The timestamp of when this Note was pinned",
|
|
1340
1369
|
"format": "date-time"
|
|
1341
1370
|
},
|
|
1371
|
+
"edited_at": {
|
|
1372
|
+
"type": "string",
|
|
1373
|
+
"description": "The timestamp of when this Note was last updated",
|
|
1374
|
+
"format": "date-time"
|
|
1375
|
+
},
|
|
1342
1376
|
"created_by": {
|
|
1343
|
-
"type": "
|
|
1344
|
-
"
|
|
1345
|
-
"type":
|
|
1346
|
-
|
|
1347
|
-
"
|
|
1348
|
-
"
|
|
1349
|
-
"
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1377
|
+
"type": "array",
|
|
1378
|
+
"items": {
|
|
1379
|
+
"type": "object",
|
|
1380
|
+
"properties": {
|
|
1381
|
+
"type": {
|
|
1382
|
+
"type": "string",
|
|
1383
|
+
"enum": [
|
|
1384
|
+
"user",
|
|
1385
|
+
"group"
|
|
1386
|
+
]
|
|
1387
|
+
},
|
|
1388
|
+
"user_id": {
|
|
1389
|
+
"type": "string"
|
|
1390
|
+
},
|
|
1391
|
+
"display_name": {
|
|
1392
|
+
"type": "string"
|
|
1393
|
+
},
|
|
1394
|
+
"org_id": {
|
|
1395
|
+
"type": "string"
|
|
1396
|
+
},
|
|
1397
|
+
"email": {
|
|
1398
|
+
"type": "string"
|
|
1399
|
+
},
|
|
1400
|
+
"phone": {
|
|
1401
|
+
"type": "string"
|
|
1402
|
+
}
|
|
1363
1403
|
},
|
|
1364
|
-
"
|
|
1365
|
-
"type"
|
|
1366
|
-
|
|
1367
|
-
}
|
|
1368
|
-
"required": [
|
|
1369
|
-
"type"
|
|
1370
|
-
]
|
|
1404
|
+
"required": [
|
|
1405
|
+
"type"
|
|
1406
|
+
]
|
|
1407
|
+
}
|
|
1371
1408
|
},
|
|
1372
1409
|
"read_by": {
|
|
1373
1410
|
"type": "array",
|
|
@@ -1407,7 +1444,15 @@
|
|
|
1407
1444
|
"type",
|
|
1408
1445
|
"id"
|
|
1409
1446
|
]
|
|
1410
|
-
}
|
|
1447
|
+
},
|
|
1448
|
+
"minItems": 1
|
|
1449
|
+
},
|
|
1450
|
+
"include_related_schemas": {
|
|
1451
|
+
"type": "array",
|
|
1452
|
+
"items": {
|
|
1453
|
+
"type": "string"
|
|
1454
|
+
},
|
|
1455
|
+
"description": "When set, the API resolves related entities of these schemas for the primary entity context and includes their notes in the results."
|
|
1411
1456
|
},
|
|
1412
1457
|
"from": {
|
|
1413
1458
|
"type": "number",
|