@epilot/cli 0.1.25 → 0.1.26
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 +14 -390
- package/definitions/automation.json +0 -42
- package/definitions/configuration-hub.json +7 -134
- package/definitions/customer-portal.json +12 -271
- package/definitions/entity.json +4 -391
- package/definitions/kanban.json +1 -2
- package/definitions/notes.json +130 -175
- package/definitions/pricing.json +84 -163
- package/definitions/workflow-definition.json +0 -52
- package/definitions/workflow.json +0 -24
- package/dist/bin/epilot.js +6 -6
- package/dist/{chunk-SGI6WZ57.js → chunk-QSYX2PUB.js} +6 -19
- package/dist/{completion-W6JFZKZI.js → completion-AZYWK6IZ.js} +1 -1
- package/dist/{upgrade-EZO5QXKC.js → upgrade-O5G6HRVY.js} +1 -1
- package/package.json +1 -1
package/definitions/notes.json
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.2",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.3.0",
|
|
5
5
|
"title": "Notes API",
|
|
6
|
-
"description": "Facade API Backend for Epilot Notes feature"
|
|
7
|
-
"contact": {
|
|
8
|
-
"name": "epilot",
|
|
9
|
-
"url": "https://docs.epilot.io"
|
|
10
|
-
}
|
|
6
|
+
"description": "Facade API Backend for Epilot Notes feature"
|
|
11
7
|
},
|
|
12
8
|
"servers": [
|
|
13
9
|
{
|
|
@@ -20,9 +16,6 @@
|
|
|
20
16
|
},
|
|
21
17
|
{
|
|
22
18
|
"name": "Pinning"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "Reactions"
|
|
26
19
|
}
|
|
27
20
|
],
|
|
28
21
|
"security": [
|
|
@@ -682,33 +675,30 @@
|
|
|
682
675
|
"format": "date-time"
|
|
683
676
|
},
|
|
684
677
|
"created_by": {
|
|
685
|
-
"type": "
|
|
686
|
-
"
|
|
687
|
-
"type":
|
|
688
|
-
|
|
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
|
-
}
|
|
678
|
+
"type": "object",
|
|
679
|
+
"properties": {
|
|
680
|
+
"type": {
|
|
681
|
+
"$ref": "#/components/schemas/CreatedByType"
|
|
707
682
|
},
|
|
708
|
-
"
|
|
709
|
-
"type"
|
|
710
|
-
|
|
711
|
-
|
|
683
|
+
"user_id": {
|
|
684
|
+
"type": "string"
|
|
685
|
+
},
|
|
686
|
+
"display_name": {
|
|
687
|
+
"type": "string"
|
|
688
|
+
},
|
|
689
|
+
"org_id": {
|
|
690
|
+
"type": "string"
|
|
691
|
+
},
|
|
692
|
+
"email": {
|
|
693
|
+
"type": "string"
|
|
694
|
+
},
|
|
695
|
+
"phone": {
|
|
696
|
+
"type": "string"
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
"required": [
|
|
700
|
+
"type"
|
|
701
|
+
]
|
|
712
702
|
},
|
|
713
703
|
"read_by": {
|
|
714
704
|
"type": "array",
|
|
@@ -883,33 +873,30 @@
|
|
|
883
873
|
"format": "date-time"
|
|
884
874
|
},
|
|
885
875
|
"created_by": {
|
|
886
|
-
"type": "
|
|
887
|
-
"
|
|
888
|
-
"type":
|
|
889
|
-
|
|
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
|
-
}
|
|
876
|
+
"type": "object",
|
|
877
|
+
"properties": {
|
|
878
|
+
"type": {
|
|
879
|
+
"$ref": "#/components/schemas/CreatedByType"
|
|
908
880
|
},
|
|
909
|
-
"
|
|
910
|
-
"type"
|
|
911
|
-
|
|
912
|
-
|
|
881
|
+
"user_id": {
|
|
882
|
+
"type": "string"
|
|
883
|
+
},
|
|
884
|
+
"display_name": {
|
|
885
|
+
"type": "string"
|
|
886
|
+
},
|
|
887
|
+
"org_id": {
|
|
888
|
+
"type": "string"
|
|
889
|
+
},
|
|
890
|
+
"email": {
|
|
891
|
+
"type": "string"
|
|
892
|
+
},
|
|
893
|
+
"phone": {
|
|
894
|
+
"type": "string"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
"required": [
|
|
898
|
+
"type"
|
|
899
|
+
]
|
|
913
900
|
},
|
|
914
901
|
"read_by": {
|
|
915
902
|
"type": "array",
|
|
@@ -997,43 +984,35 @@
|
|
|
997
984
|
"description": "The timestamp of when this Note was pinned",
|
|
998
985
|
"format": "date-time"
|
|
999
986
|
},
|
|
1000
|
-
"edited_at": {
|
|
1001
|
-
"type": "string",
|
|
1002
|
-
"description": "The timestamp of when this Note was last updated",
|
|
1003
|
-
"format": "date-time"
|
|
1004
|
-
},
|
|
1005
987
|
"created_by": {
|
|
1006
|
-
"type": "
|
|
1007
|
-
"
|
|
1008
|
-
"type":
|
|
1009
|
-
|
|
1010
|
-
"
|
|
1011
|
-
"
|
|
1012
|
-
"
|
|
1013
|
-
|
|
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
|
-
}
|
|
988
|
+
"type": "object",
|
|
989
|
+
"properties": {
|
|
990
|
+
"type": {
|
|
991
|
+
"type": "string",
|
|
992
|
+
"enum": [
|
|
993
|
+
"user",
|
|
994
|
+
"group"
|
|
995
|
+
]
|
|
1032
996
|
},
|
|
1033
|
-
"
|
|
1034
|
-
"type"
|
|
1035
|
-
|
|
1036
|
-
|
|
997
|
+
"user_id": {
|
|
998
|
+
"type": "string"
|
|
999
|
+
},
|
|
1000
|
+
"display_name": {
|
|
1001
|
+
"type": "string"
|
|
1002
|
+
},
|
|
1003
|
+
"org_id": {
|
|
1004
|
+
"type": "string"
|
|
1005
|
+
},
|
|
1006
|
+
"email": {
|
|
1007
|
+
"type": "string"
|
|
1008
|
+
},
|
|
1009
|
+
"phone": {
|
|
1010
|
+
"type": "string"
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
"required": [
|
|
1014
|
+
"type"
|
|
1015
|
+
]
|
|
1037
1016
|
},
|
|
1038
1017
|
"read_by": {
|
|
1039
1018
|
"type": "array",
|
|
@@ -1140,43 +1119,35 @@
|
|
|
1140
1119
|
"description": "The timestamp of when this Note was pinned",
|
|
1141
1120
|
"format": "date-time"
|
|
1142
1121
|
},
|
|
1143
|
-
"edited_at": {
|
|
1144
|
-
"type": "string",
|
|
1145
|
-
"description": "The timestamp of when this Note was last updated",
|
|
1146
|
-
"format": "date-time"
|
|
1147
|
-
},
|
|
1148
1122
|
"created_by": {
|
|
1149
|
-
"type": "
|
|
1150
|
-
"
|
|
1151
|
-
"type":
|
|
1152
|
-
|
|
1153
|
-
"
|
|
1154
|
-
"
|
|
1155
|
-
"
|
|
1156
|
-
|
|
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
|
-
}
|
|
1123
|
+
"type": "object",
|
|
1124
|
+
"properties": {
|
|
1125
|
+
"type": {
|
|
1126
|
+
"type": "string",
|
|
1127
|
+
"enum": [
|
|
1128
|
+
"user",
|
|
1129
|
+
"group"
|
|
1130
|
+
]
|
|
1175
1131
|
},
|
|
1176
|
-
"
|
|
1177
|
-
"type"
|
|
1178
|
-
|
|
1179
|
-
|
|
1132
|
+
"user_id": {
|
|
1133
|
+
"type": "string"
|
|
1134
|
+
},
|
|
1135
|
+
"display_name": {
|
|
1136
|
+
"type": "string"
|
|
1137
|
+
},
|
|
1138
|
+
"org_id": {
|
|
1139
|
+
"type": "string"
|
|
1140
|
+
},
|
|
1141
|
+
"email": {
|
|
1142
|
+
"type": "string"
|
|
1143
|
+
},
|
|
1144
|
+
"phone": {
|
|
1145
|
+
"type": "string"
|
|
1146
|
+
}
|
|
1147
|
+
},
|
|
1148
|
+
"required": [
|
|
1149
|
+
"type"
|
|
1150
|
+
]
|
|
1180
1151
|
},
|
|
1181
1152
|
"read_by": {
|
|
1182
1153
|
"type": "array",
|
|
@@ -1368,43 +1339,35 @@
|
|
|
1368
1339
|
"description": "The timestamp of when this Note was pinned",
|
|
1369
1340
|
"format": "date-time"
|
|
1370
1341
|
},
|
|
1371
|
-
"edited_at": {
|
|
1372
|
-
"type": "string",
|
|
1373
|
-
"description": "The timestamp of when this Note was last updated",
|
|
1374
|
-
"format": "date-time"
|
|
1375
|
-
},
|
|
1376
1342
|
"created_by": {
|
|
1377
|
-
"type": "
|
|
1378
|
-
"
|
|
1379
|
-
"type":
|
|
1380
|
-
|
|
1381
|
-
"
|
|
1382
|
-
"
|
|
1383
|
-
"
|
|
1384
|
-
|
|
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
|
-
}
|
|
1343
|
+
"type": "object",
|
|
1344
|
+
"properties": {
|
|
1345
|
+
"type": {
|
|
1346
|
+
"type": "string",
|
|
1347
|
+
"enum": [
|
|
1348
|
+
"user",
|
|
1349
|
+
"group"
|
|
1350
|
+
]
|
|
1403
1351
|
},
|
|
1404
|
-
"
|
|
1405
|
-
"type"
|
|
1406
|
-
|
|
1407
|
-
|
|
1352
|
+
"user_id": {
|
|
1353
|
+
"type": "string"
|
|
1354
|
+
},
|
|
1355
|
+
"display_name": {
|
|
1356
|
+
"type": "string"
|
|
1357
|
+
},
|
|
1358
|
+
"org_id": {
|
|
1359
|
+
"type": "string"
|
|
1360
|
+
},
|
|
1361
|
+
"email": {
|
|
1362
|
+
"type": "string"
|
|
1363
|
+
},
|
|
1364
|
+
"phone": {
|
|
1365
|
+
"type": "string"
|
|
1366
|
+
}
|
|
1367
|
+
},
|
|
1368
|
+
"required": [
|
|
1369
|
+
"type"
|
|
1370
|
+
]
|
|
1408
1371
|
},
|
|
1409
1372
|
"read_by": {
|
|
1410
1373
|
"type": "array",
|
|
@@ -1444,15 +1407,7 @@
|
|
|
1444
1407
|
"type",
|
|
1445
1408
|
"id"
|
|
1446
1409
|
]
|
|
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."
|
|
1410
|
+
}
|
|
1456
1411
|
},
|
|
1457
1412
|
"from": {
|
|
1458
1413
|
"type": "number",
|