@almadar/patterns 2.30.3 → 2.30.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/services-registry.json +137 -3
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-05-
|
|
3
|
+
"exportedAt": "2026-05-20T19:26:16.363Z",
|
|
4
4
|
"services": {
|
|
5
5
|
"llm": {
|
|
6
6
|
"name": "llm",
|
|
@@ -887,6 +887,122 @@
|
|
|
887
887
|
"body": "string",
|
|
888
888
|
"state": "string"
|
|
889
889
|
}
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"name": "getFile",
|
|
893
|
+
"description": "",
|
|
894
|
+
"params": [
|
|
895
|
+
{
|
|
896
|
+
"name": "owner",
|
|
897
|
+
"type": "string",
|
|
898
|
+
"required": true,
|
|
899
|
+
"description": ""
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"name": "repo",
|
|
903
|
+
"type": "string",
|
|
904
|
+
"required": true,
|
|
905
|
+
"description": ""
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"name": "path",
|
|
909
|
+
"type": "string",
|
|
910
|
+
"required": true,
|
|
911
|
+
"description": ""
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"name": "ref",
|
|
915
|
+
"type": "string",
|
|
916
|
+
"required": false,
|
|
917
|
+
"description": ""
|
|
918
|
+
}
|
|
919
|
+
],
|
|
920
|
+
"responseShape": {
|
|
921
|
+
"path": "string",
|
|
922
|
+
"content": "string",
|
|
923
|
+
"sha": "string",
|
|
924
|
+
"size": "number"
|
|
925
|
+
}
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"name": "listCommits",
|
|
929
|
+
"description": "",
|
|
930
|
+
"params": [
|
|
931
|
+
{
|
|
932
|
+
"name": "owner",
|
|
933
|
+
"type": "string",
|
|
934
|
+
"required": true,
|
|
935
|
+
"description": ""
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"name": "repo",
|
|
939
|
+
"type": "string",
|
|
940
|
+
"required": true,
|
|
941
|
+
"description": ""
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"name": "path",
|
|
945
|
+
"type": "string",
|
|
946
|
+
"required": false,
|
|
947
|
+
"description": ""
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"name": "ref",
|
|
951
|
+
"type": "string",
|
|
952
|
+
"required": false,
|
|
953
|
+
"description": ""
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"name": "per_page",
|
|
957
|
+
"type": "number",
|
|
958
|
+
"required": false,
|
|
959
|
+
"description": ""
|
|
960
|
+
}
|
|
961
|
+
],
|
|
962
|
+
"responseShape": {
|
|
963
|
+
"commits": "array"
|
|
964
|
+
}
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"name": "createIssue",
|
|
968
|
+
"description": "",
|
|
969
|
+
"params": [
|
|
970
|
+
{
|
|
971
|
+
"name": "owner",
|
|
972
|
+
"type": "string",
|
|
973
|
+
"required": true,
|
|
974
|
+
"description": ""
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "repo",
|
|
978
|
+
"type": "string",
|
|
979
|
+
"required": true,
|
|
980
|
+
"description": ""
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"name": "title",
|
|
984
|
+
"type": "string",
|
|
985
|
+
"required": true,
|
|
986
|
+
"description": ""
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"name": "body",
|
|
990
|
+
"type": "string",
|
|
991
|
+
"required": false,
|
|
992
|
+
"description": ""
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"name": "labels",
|
|
996
|
+
"type": "string[]",
|
|
997
|
+
"required": false,
|
|
998
|
+
"description": ""
|
|
999
|
+
}
|
|
1000
|
+
],
|
|
1001
|
+
"responseShape": {
|
|
1002
|
+
"number": "number",
|
|
1003
|
+
"title": "string",
|
|
1004
|
+
"url": "string"
|
|
1005
|
+
}
|
|
890
1006
|
}
|
|
891
1007
|
],
|
|
892
1008
|
"credentials": [
|
|
@@ -1578,13 +1694,13 @@
|
|
|
1578
1694
|
{
|
|
1579
1695
|
"name": "key",
|
|
1580
1696
|
"type": "string",
|
|
1581
|
-
"required":
|
|
1697
|
+
"required": false,
|
|
1582
1698
|
"description": ""
|
|
1583
1699
|
},
|
|
1584
1700
|
{
|
|
1585
1701
|
"name": "content",
|
|
1586
1702
|
"type": "string",
|
|
1587
|
-
"required":
|
|
1703
|
+
"required": false,
|
|
1588
1704
|
"description": ""
|
|
1589
1705
|
},
|
|
1590
1706
|
{
|
|
@@ -1593,6 +1709,24 @@
|
|
|
1593
1709
|
"required": false,
|
|
1594
1710
|
"description": ""
|
|
1595
1711
|
},
|
|
1712
|
+
{
|
|
1713
|
+
"name": "file",
|
|
1714
|
+
"type": "IntegrationParams",
|
|
1715
|
+
"required": false,
|
|
1716
|
+
"description": ""
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"name": "acl",
|
|
1720
|
+
"type": "'public' | 'private'",
|
|
1721
|
+
"required": false,
|
|
1722
|
+
"description": ""
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"name": "maxSize",
|
|
1726
|
+
"type": "number",
|
|
1727
|
+
"required": false,
|
|
1728
|
+
"description": ""
|
|
1729
|
+
},
|
|
1596
1730
|
{
|
|
1597
1731
|
"name": "metadata",
|
|
1598
1732
|
"type": "IntegrationParams",
|