graphlit-client 1.0.20240424002 → 1.0.20240426001

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.
@@ -7,6 +7,12 @@ export declare const EnableAlert: import("graphql").DocumentNode;
7
7
  export declare const GetAlert: import("graphql").DocumentNode;
8
8
  export declare const QueryAlerts: import("graphql").DocumentNode;
9
9
  export declare const UpdateAlert: import("graphql").DocumentNode;
10
+ export declare const CreateCategory: import("graphql").DocumentNode;
11
+ export declare const DeleteCategories: import("graphql").DocumentNode;
12
+ export declare const DeleteCategory: import("graphql").DocumentNode;
13
+ export declare const GetCategory: import("graphql").DocumentNode;
14
+ export declare const QueryCategories: import("graphql").DocumentNode;
15
+ export declare const UpdateCategory: import("graphql").DocumentNode;
10
16
  export declare const AddContentsToCollections: import("graphql").DocumentNode;
11
17
  export declare const CreateCollection: import("graphql").DocumentNode;
12
18
  export declare const DeleteAllCollections: import("graphql").DocumentNode;
@@ -43,6 +49,12 @@ export declare const PublishConversation: import("graphql").DocumentNode;
43
49
  export declare const QueryConversations: import("graphql").DocumentNode;
44
50
  export declare const SuggestConversation: import("graphql").DocumentNode;
45
51
  export declare const UpdateConversation: import("graphql").DocumentNode;
52
+ export declare const CreateEvent: import("graphql").DocumentNode;
53
+ export declare const DeleteEvent: import("graphql").DocumentNode;
54
+ export declare const DeleteEvents: import("graphql").DocumentNode;
55
+ export declare const GetEvent: import("graphql").DocumentNode;
56
+ export declare const QueryEvents: import("graphql").DocumentNode;
57
+ export declare const UpdateEvent: import("graphql").DocumentNode;
46
58
  export declare const CreateFeed: import("graphql").DocumentNode;
47
59
  export declare const DeleteAllFeeds: import("graphql").DocumentNode;
48
60
  export declare const DeleteFeed: import("graphql").DocumentNode;
@@ -53,6 +65,39 @@ export declare const GetFeed: import("graphql").DocumentNode;
53
65
  export declare const IsFeedDone: import("graphql").DocumentNode;
54
66
  export declare const QueryFeeds: import("graphql").DocumentNode;
55
67
  export declare const UpdateFeed: import("graphql").DocumentNode;
68
+ export declare const CreateLabel: import("graphql").DocumentNode;
69
+ export declare const DeleteLabel: import("graphql").DocumentNode;
70
+ export declare const DeleteLabels: import("graphql").DocumentNode;
71
+ export declare const GetLabel: import("graphql").DocumentNode;
72
+ export declare const QueryLabels: import("graphql").DocumentNode;
73
+ export declare const UpdateLabel: import("graphql").DocumentNode;
74
+ export declare const CreateObservation: import("graphql").DocumentNode;
75
+ export declare const DeleteObservation: import("graphql").DocumentNode;
76
+ export declare const UpdateObservation: import("graphql").DocumentNode;
77
+ export declare const CreateOrganization: import("graphql").DocumentNode;
78
+ export declare const DeleteOrganization: import("graphql").DocumentNode;
79
+ export declare const DeleteOrganizations: import("graphql").DocumentNode;
80
+ export declare const GetOrganization: import("graphql").DocumentNode;
81
+ export declare const QueryOrganizations: import("graphql").DocumentNode;
82
+ export declare const UpdateOrganization: import("graphql").DocumentNode;
83
+ export declare const CreatePerson: import("graphql").DocumentNode;
84
+ export declare const DeletePerson: import("graphql").DocumentNode;
85
+ export declare const DeletePersons: import("graphql").DocumentNode;
86
+ export declare const GetPerson: import("graphql").DocumentNode;
87
+ export declare const QueryPersons: import("graphql").DocumentNode;
88
+ export declare const UpdatePerson: import("graphql").DocumentNode;
89
+ export declare const CreatePlace: import("graphql").DocumentNode;
90
+ export declare const DeletePlace: import("graphql").DocumentNode;
91
+ export declare const DeletePlaces: import("graphql").DocumentNode;
92
+ export declare const GetPlace: import("graphql").DocumentNode;
93
+ export declare const QueryPlaces: import("graphql").DocumentNode;
94
+ export declare const UpdatePlace: import("graphql").DocumentNode;
95
+ export declare const CreateProduct: import("graphql").DocumentNode;
96
+ export declare const DeleteProduct: import("graphql").DocumentNode;
97
+ export declare const DeleteProducts: import("graphql").DocumentNode;
98
+ export declare const GetProduct: import("graphql").DocumentNode;
99
+ export declare const QueryProducts: import("graphql").DocumentNode;
100
+ export declare const UpdateProduct: import("graphql").DocumentNode;
56
101
  export declare const Credits: import("graphql").DocumentNode;
57
102
  export declare const GetProject: import("graphql").DocumentNode;
58
103
  export declare const LookupCredits: import("graphql").DocumentNode;
@@ -60,6 +105,18 @@ export declare const LookupUsage: import("graphql").DocumentNode;
60
105
  export declare const Project: import("graphql").DocumentNode;
61
106
  export declare const UpdateProject: import("graphql").DocumentNode;
62
107
  export declare const Usage: import("graphql").DocumentNode;
108
+ export declare const CreateRepo: import("graphql").DocumentNode;
109
+ export declare const DeleteRepo: import("graphql").DocumentNode;
110
+ export declare const DeleteRepos: import("graphql").DocumentNode;
111
+ export declare const GetRepo: import("graphql").DocumentNode;
112
+ export declare const QueryRepos: import("graphql").DocumentNode;
113
+ export declare const UpdateRepo: import("graphql").DocumentNode;
114
+ export declare const CreateSoftware: import("graphql").DocumentNode;
115
+ export declare const DeleteSoftware: import("graphql").DocumentNode;
116
+ export declare const DeleteSoftwares: import("graphql").DocumentNode;
117
+ export declare const GetSoftware: import("graphql").DocumentNode;
118
+ export declare const QuerySoftware: import("graphql").DocumentNode;
119
+ export declare const UpdateSoftware: import("graphql").DocumentNode;
63
120
  export declare const CreateSpecification: import("graphql").DocumentNode;
64
121
  export declare const DeleteSpecification: import("graphql").DocumentNode;
65
122
  export declare const GetSpecification: import("graphql").DocumentNode;
@@ -3,8 +3,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.DisableFeed = exports.DeleteFeeds = exports.DeleteFeed = exports.DeleteAllFeeds = exports.CreateFeed = exports.UpdateConversation = exports.SuggestConversation = exports.QueryConversations = exports.PublishConversation = exports.PromptConversation = exports.GetConversation = exports.DeleteConversations = exports.DeleteConversation = exports.DeleteAllConversations = exports.CreateConversation = exports.CloseConversation = exports.ClearConversation = exports.UpdateContent = exports.SummarizeContents = exports.QueryContents = exports.QueryContentFacets = exports.PublishText = exports.PublishContents = exports.IsContentDone = exports.IngestUri = exports.IngestText = exports.IngestEncodedFile = exports.GetContent = exports.ExtractContents = exports.DeleteContents = exports.DeleteContent = exports.DeleteAllContents = exports.UpdateCollection = exports.RemoveContentsFromCollection = exports.QueryCollections = exports.GetCollection = exports.DeleteCollections = exports.DeleteCollection = exports.DeleteAllCollections = exports.CreateCollection = exports.AddContentsToCollections = exports.UpdateAlert = exports.QueryAlerts = exports.GetAlert = exports.EnableAlert = exports.DisableAlert = exports.DeleteAllAlerts = exports.DeleteAlerts = exports.DeleteAlert = exports.CreateAlert = void 0;
7
- exports.UpdateWorkflow = exports.QueryWorkflows = exports.GetWorkflow = exports.DeleteWorkflows = exports.DeleteWorkflow = exports.DeleteAllWorkflows = exports.CreateWorkflow = exports.UpdateSpecification = exports.QuerySpecifications = exports.PromptSpecifications = exports.GetSpecification = exports.DeleteSpecification = exports.CreateSpecification = exports.Usage = exports.UpdateProject = exports.Project = exports.LookupUsage = exports.LookupCredits = exports.GetProject = exports.Credits = exports.UpdateFeed = exports.QueryFeeds = exports.IsFeedDone = exports.GetFeed = exports.EnableFeed = void 0;
6
+ exports.SuggestConversation = exports.QueryConversations = exports.PublishConversation = exports.PromptConversation = exports.GetConversation = exports.DeleteConversations = exports.DeleteConversation = exports.DeleteAllConversations = exports.CreateConversation = exports.CloseConversation = exports.ClearConversation = exports.UpdateContent = exports.SummarizeContents = exports.QueryContents = exports.QueryContentFacets = exports.PublishText = exports.PublishContents = exports.IsContentDone = exports.IngestUri = exports.IngestText = exports.IngestEncodedFile = exports.GetContent = exports.ExtractContents = exports.DeleteContents = exports.DeleteContent = exports.DeleteAllContents = exports.UpdateCollection = exports.RemoveContentsFromCollection = exports.QueryCollections = exports.GetCollection = exports.DeleteCollections = exports.DeleteCollection = exports.DeleteAllCollections = exports.CreateCollection = exports.AddContentsToCollections = exports.UpdateCategory = exports.QueryCategories = exports.GetCategory = exports.DeleteCategory = exports.DeleteCategories = exports.CreateCategory = exports.UpdateAlert = exports.QueryAlerts = exports.GetAlert = exports.EnableAlert = exports.DisableAlert = exports.DeleteAllAlerts = exports.DeleteAlerts = exports.DeleteAlert = exports.CreateAlert = void 0;
7
+ exports.UpdateProduct = exports.QueryProducts = exports.GetProduct = exports.DeleteProducts = exports.DeleteProduct = exports.CreateProduct = exports.UpdatePlace = exports.QueryPlaces = exports.GetPlace = exports.DeletePlaces = exports.DeletePlace = exports.CreatePlace = exports.UpdatePerson = exports.QueryPersons = exports.GetPerson = exports.DeletePersons = exports.DeletePerson = exports.CreatePerson = exports.UpdateOrganization = exports.QueryOrganizations = exports.GetOrganization = exports.DeleteOrganizations = exports.DeleteOrganization = exports.CreateOrganization = exports.UpdateObservation = exports.DeleteObservation = exports.CreateObservation = exports.UpdateLabel = exports.QueryLabels = exports.GetLabel = exports.DeleteLabels = exports.DeleteLabel = exports.CreateLabel = exports.UpdateFeed = exports.QueryFeeds = exports.IsFeedDone = exports.GetFeed = exports.EnableFeed = exports.DisableFeed = exports.DeleteFeeds = exports.DeleteFeed = exports.DeleteAllFeeds = exports.CreateFeed = exports.UpdateEvent = exports.QueryEvents = exports.GetEvent = exports.DeleteEvents = exports.DeleteEvent = exports.CreateEvent = exports.UpdateConversation = void 0;
8
+ exports.UpdateWorkflow = exports.QueryWorkflows = exports.GetWorkflow = exports.DeleteWorkflows = exports.DeleteWorkflow = exports.DeleteAllWorkflows = exports.CreateWorkflow = exports.UpdateSpecification = exports.QuerySpecifications = exports.PromptSpecifications = exports.GetSpecification = exports.DeleteSpecification = exports.CreateSpecification = exports.UpdateSoftware = exports.QuerySoftware = exports.GetSoftware = exports.DeleteSoftwares = exports.DeleteSoftware = exports.CreateSoftware = exports.UpdateRepo = exports.QueryRepos = exports.GetRepo = exports.DeleteRepos = exports.DeleteRepo = exports.CreateRepo = exports.Usage = exports.UpdateProject = exports.Project = exports.LookupUsage = exports.LookupCredits = exports.GetProject = exports.Credits = void 0;
8
9
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
9
10
  exports.CreateAlert = (0, graphql_tag_1.default) `
10
11
  mutation CreateAlert($alert: AlertInput!, $correlationId: String) {
@@ -208,6 +209,56 @@ exports.UpdateAlert = (0, graphql_tag_1.default) `
208
209
  }
209
210
  }
210
211
  `;
212
+ exports.CreateCategory = (0, graphql_tag_1.default) `
213
+ mutation CreateCategory($category: CategoryInput!) {
214
+ createCategory(category: $category) {
215
+ id
216
+ name
217
+ }
218
+ }
219
+ `;
220
+ exports.DeleteCategories = (0, graphql_tag_1.default) `
221
+ mutation DeleteCategories($ids: [ID!]!) {
222
+ deleteCategories(ids: $ids) {
223
+ id
224
+ state
225
+ }
226
+ }
227
+ `;
228
+ exports.DeleteCategory = (0, graphql_tag_1.default) `
229
+ mutation DeleteCategory($id: ID!) {
230
+ deleteCategory(id: $id) {
231
+ id
232
+ state
233
+ }
234
+ }
235
+ `;
236
+ exports.GetCategory = (0, graphql_tag_1.default) `
237
+ query GetCategory($id: ID!) {
238
+ category(id: $id) {
239
+ id
240
+ name
241
+ }
242
+ }
243
+ `;
244
+ exports.QueryCategories = (0, graphql_tag_1.default) `
245
+ query QueryCategories($filter: CategoryFilter!) {
246
+ categories(filter: $filter) {
247
+ results {
248
+ id
249
+ name
250
+ }
251
+ }
252
+ }
253
+ `;
254
+ exports.UpdateCategory = (0, graphql_tag_1.default) `
255
+ mutation UpdateCategory($category: CategoryUpdateInput!) {
256
+ updateCategory(category: $category) {
257
+ id
258
+ name
259
+ }
260
+ }
261
+ `;
211
262
  exports.AddContentsToCollections = (0, graphql_tag_1.default) `
212
263
  mutation AddContentsToCollections($contents: [EntityReferenceInput!]!, $collections: [EntityReferenceInput!]!) {
213
264
  addContentsToCollections(contents: $contents, collections: $collections) {
@@ -696,6 +747,25 @@ exports.QueryContents = (0, graphql_tag_1.default) `
696
747
  textUri
697
748
  audioUri
698
749
  transcriptUri
750
+ pages {
751
+ index
752
+ chunks {
753
+ index
754
+ pageIndex
755
+ rowIndex
756
+ columnIndex
757
+ confidence
758
+ text
759
+ role
760
+ relevance
761
+ }
762
+ }
763
+ segments {
764
+ startTime
765
+ endTime
766
+ text
767
+ relevance
768
+ }
699
769
  video {
700
770
  width
701
771
  height
@@ -1165,6 +1235,66 @@ exports.UpdateConversation = (0, graphql_tag_1.default) `
1165
1235
  }
1166
1236
  }
1167
1237
  `;
1238
+ exports.CreateEvent = (0, graphql_tag_1.default) `
1239
+ mutation CreateEvent($event: EventInput!) {
1240
+ createEvent(event: $event) {
1241
+ id
1242
+ name
1243
+ }
1244
+ }
1245
+ `;
1246
+ exports.DeleteEvent = (0, graphql_tag_1.default) `
1247
+ mutation DeleteEvent($id: ID!) {
1248
+ deleteEvent(id: $id) {
1249
+ id
1250
+ state
1251
+ }
1252
+ }
1253
+ `;
1254
+ exports.DeleteEvents = (0, graphql_tag_1.default) `
1255
+ mutation DeleteEvents($ids: [ID!]!) {
1256
+ deleteEvents(ids: $ids) {
1257
+ id
1258
+ state
1259
+ }
1260
+ }
1261
+ `;
1262
+ exports.GetEvent = (0, graphql_tag_1.default) `
1263
+ query GetEvent($id: ID!) {
1264
+ event(id: $id) {
1265
+ id
1266
+ name
1267
+ alternateNames
1268
+ creationDate
1269
+ startDate
1270
+ endDate
1271
+ price
1272
+ }
1273
+ }
1274
+ `;
1275
+ exports.QueryEvents = (0, graphql_tag_1.default) `
1276
+ query QueryEvents($filter: EventFilter!) {
1277
+ events(filter: $filter) {
1278
+ results {
1279
+ id
1280
+ name
1281
+ alternateNames
1282
+ creationDate
1283
+ startDate
1284
+ endDate
1285
+ price
1286
+ }
1287
+ }
1288
+ }
1289
+ `;
1290
+ exports.UpdateEvent = (0, graphql_tag_1.default) `
1291
+ mutation UpdateEvent($event: EventUpdateInput!) {
1292
+ updateEvent(event: $event) {
1293
+ id
1294
+ name
1295
+ }
1296
+ }
1297
+ `;
1168
1298
  exports.CreateFeed = (0, graphql_tag_1.default) `
1169
1299
  mutation CreateFeed($feed: FeedInput!, $correlationId: String) {
1170
1300
  createFeed(feed: $feed, correlationId: $correlationId) {
@@ -1526,6 +1656,340 @@ exports.UpdateFeed = (0, graphql_tag_1.default) `
1526
1656
  }
1527
1657
  }
1528
1658
  `;
1659
+ exports.CreateLabel = (0, graphql_tag_1.default) `
1660
+ mutation CreateLabel($label: LabelInput!) {
1661
+ createLabel(label: $label) {
1662
+ id
1663
+ name
1664
+ }
1665
+ }
1666
+ `;
1667
+ exports.DeleteLabel = (0, graphql_tag_1.default) `
1668
+ mutation DeleteLabel($id: ID!) {
1669
+ deleteLabel(id: $id) {
1670
+ id
1671
+ state
1672
+ }
1673
+ }
1674
+ `;
1675
+ exports.DeleteLabels = (0, graphql_tag_1.default) `
1676
+ mutation DeleteLabels($ids: [ID!]!) {
1677
+ deleteLabels(ids: $ids) {
1678
+ id
1679
+ state
1680
+ }
1681
+ }
1682
+ `;
1683
+ exports.GetLabel = (0, graphql_tag_1.default) `
1684
+ query GetLabel($id: ID!) {
1685
+ label(id: $id) {
1686
+ id
1687
+ name
1688
+ }
1689
+ }
1690
+ `;
1691
+ exports.QueryLabels = (0, graphql_tag_1.default) `
1692
+ query QueryLabels($filter: LabelFilter!) {
1693
+ labels(filter: $filter) {
1694
+ results {
1695
+ id
1696
+ name
1697
+ }
1698
+ }
1699
+ }
1700
+ `;
1701
+ exports.UpdateLabel = (0, graphql_tag_1.default) `
1702
+ mutation UpdateLabel($label: LabelUpdateInput!) {
1703
+ updateLabel(label: $label) {
1704
+ id
1705
+ name
1706
+ }
1707
+ }
1708
+ `;
1709
+ exports.CreateObservation = (0, graphql_tag_1.default) `
1710
+ mutation CreateObservation($observation: ObservationInput!) {
1711
+ createObservation(observation: $observation) {
1712
+ id
1713
+ state
1714
+ }
1715
+ }
1716
+ `;
1717
+ exports.DeleteObservation = (0, graphql_tag_1.default) `
1718
+ mutation DeleteObservation($id: ID!) {
1719
+ deleteObservation(id: $id) {
1720
+ id
1721
+ state
1722
+ }
1723
+ }
1724
+ `;
1725
+ exports.UpdateObservation = (0, graphql_tag_1.default) `
1726
+ mutation UpdateObservation($observation: ObservationUpdateInput!) {
1727
+ updateObservation(observation: $observation) {
1728
+ id
1729
+ state
1730
+ }
1731
+ }
1732
+ `;
1733
+ exports.CreateOrganization = (0, graphql_tag_1.default) `
1734
+ mutation CreateOrganization($organization: OrganizationInput!) {
1735
+ createOrganization(organization: $organization) {
1736
+ id
1737
+ name
1738
+ foundingDate
1739
+ industries
1740
+ revenue
1741
+ revenueCurrency
1742
+ investment
1743
+ investmentCurrency
1744
+ }
1745
+ }
1746
+ `;
1747
+ exports.DeleteOrganization = (0, graphql_tag_1.default) `
1748
+ mutation DeleteOrganization($id: ID!) {
1749
+ deleteOrganization(id: $id) {
1750
+ id
1751
+ state
1752
+ }
1753
+ }
1754
+ `;
1755
+ exports.DeleteOrganizations = (0, graphql_tag_1.default) `
1756
+ mutation DeleteOrganizations($ids: [ID!]!) {
1757
+ deleteOrganizations(ids: $ids) {
1758
+ id
1759
+ state
1760
+ }
1761
+ }
1762
+ `;
1763
+ exports.GetOrganization = (0, graphql_tag_1.default) `
1764
+ query GetOrganization($id: ID!) {
1765
+ organization(id: $id) {
1766
+ id
1767
+ name
1768
+ alternateNames
1769
+ creationDate
1770
+ foundingDate
1771
+ industries
1772
+ revenue
1773
+ revenueCurrency
1774
+ investment
1775
+ investmentCurrency
1776
+ }
1777
+ }
1778
+ `;
1779
+ exports.QueryOrganizations = (0, graphql_tag_1.default) `
1780
+ query QueryOrganizations($filter: OrganizationFilter!) {
1781
+ organizations(filter: $filter) {
1782
+ results {
1783
+ id
1784
+ name
1785
+ alternateNames
1786
+ creationDate
1787
+ foundingDate
1788
+ industries
1789
+ revenue
1790
+ revenueCurrency
1791
+ investment
1792
+ investmentCurrency
1793
+ }
1794
+ }
1795
+ }
1796
+ `;
1797
+ exports.UpdateOrganization = (0, graphql_tag_1.default) `
1798
+ mutation UpdateOrganization($organization: OrganizationUpdateInput!) {
1799
+ updateOrganization(organization: $organization) {
1800
+ id
1801
+ name
1802
+ foundingDate
1803
+ industries
1804
+ revenue
1805
+ revenueCurrency
1806
+ investment
1807
+ investmentCurrency
1808
+ }
1809
+ }
1810
+ `;
1811
+ exports.CreatePerson = (0, graphql_tag_1.default) `
1812
+ mutation CreatePerson($person: PersonInput!) {
1813
+ createPerson(person: $person) {
1814
+ id
1815
+ name
1816
+ }
1817
+ }
1818
+ `;
1819
+ exports.DeletePerson = (0, graphql_tag_1.default) `
1820
+ mutation DeletePerson($id: ID!) {
1821
+ deletePerson(id: $id) {
1822
+ id
1823
+ state
1824
+ }
1825
+ }
1826
+ `;
1827
+ exports.DeletePersons = (0, graphql_tag_1.default) `
1828
+ mutation DeletePersons($ids: [ID!]!) {
1829
+ deletePersons(ids: $ids) {
1830
+ id
1831
+ state
1832
+ }
1833
+ }
1834
+ `;
1835
+ exports.GetPerson = (0, graphql_tag_1.default) `
1836
+ query GetPerson($id: ID!) {
1837
+ person(id: $id) {
1838
+ id
1839
+ name
1840
+ alternateNames
1841
+ creationDate
1842
+ email
1843
+ givenName
1844
+ familyName
1845
+ }
1846
+ }
1847
+ `;
1848
+ exports.QueryPersons = (0, graphql_tag_1.default) `
1849
+ query QueryPersons($filter: PersonFilter!) {
1850
+ persons(filter: $filter) {
1851
+ results {
1852
+ id
1853
+ name
1854
+ alternateNames
1855
+ creationDate
1856
+ email
1857
+ givenName
1858
+ familyName
1859
+ }
1860
+ }
1861
+ }
1862
+ `;
1863
+ exports.UpdatePerson = (0, graphql_tag_1.default) `
1864
+ mutation UpdatePerson($person: PersonUpdateInput!) {
1865
+ updatePerson(person: $person) {
1866
+ id
1867
+ name
1868
+ }
1869
+ }
1870
+ `;
1871
+ exports.CreatePlace = (0, graphql_tag_1.default) `
1872
+ mutation CreatePlace($place: PlaceInput!) {
1873
+ createPlace(place: $place) {
1874
+ id
1875
+ name
1876
+ }
1877
+ }
1878
+ `;
1879
+ exports.DeletePlace = (0, graphql_tag_1.default) `
1880
+ mutation DeletePlace($id: ID!) {
1881
+ deletePlace(id: $id) {
1882
+ id
1883
+ state
1884
+ }
1885
+ }
1886
+ `;
1887
+ exports.DeletePlaces = (0, graphql_tag_1.default) `
1888
+ mutation DeletePlaces($ids: [ID!]!) {
1889
+ deletePlaces(ids: $ids) {
1890
+ id
1891
+ state
1892
+ }
1893
+ }
1894
+ `;
1895
+ exports.GetPlace = (0, graphql_tag_1.default) `
1896
+ query GetPlace($id: ID!) {
1897
+ place(id: $id) {
1898
+ id
1899
+ name
1900
+ alternateNames
1901
+ creationDate
1902
+ }
1903
+ }
1904
+ `;
1905
+ exports.QueryPlaces = (0, graphql_tag_1.default) `
1906
+ query QueryPlaces($filter: PlaceFilter!) {
1907
+ places(filter: $filter) {
1908
+ results {
1909
+ id
1910
+ name
1911
+ alternateNames
1912
+ creationDate
1913
+ }
1914
+ }
1915
+ }
1916
+ `;
1917
+ exports.UpdatePlace = (0, graphql_tag_1.default) `
1918
+ mutation UpdatePlace($place: PlaceUpdateInput!) {
1919
+ updatePlace(place: $place) {
1920
+ id
1921
+ name
1922
+ }
1923
+ }
1924
+ `;
1925
+ exports.CreateProduct = (0, graphql_tag_1.default) `
1926
+ mutation CreateProduct($product: ProductInput!) {
1927
+ createProduct(product: $product) {
1928
+ id
1929
+ name
1930
+ }
1931
+ }
1932
+ `;
1933
+ exports.DeleteProduct = (0, graphql_tag_1.default) `
1934
+ mutation DeleteProduct($id: ID!) {
1935
+ deleteProduct(id: $id) {
1936
+ id
1937
+ state
1938
+ }
1939
+ }
1940
+ `;
1941
+ exports.DeleteProducts = (0, graphql_tag_1.default) `
1942
+ mutation DeleteProducts($ids: [ID!]!) {
1943
+ deleteProducts(ids: $ids) {
1944
+ id
1945
+ state
1946
+ }
1947
+ }
1948
+ `;
1949
+ exports.GetProduct = (0, graphql_tag_1.default) `
1950
+ query GetProduct($id: ID!) {
1951
+ product(id: $id) {
1952
+ id
1953
+ name
1954
+ alternateNames
1955
+ creationDate
1956
+ manufacturer
1957
+ model
1958
+ brand
1959
+ upc
1960
+ sku
1961
+ releaseDate
1962
+ productionDate
1963
+ }
1964
+ }
1965
+ `;
1966
+ exports.QueryProducts = (0, graphql_tag_1.default) `
1967
+ query QueryProducts($filter: ProductFilter!) {
1968
+ products(filter: $filter) {
1969
+ results {
1970
+ id
1971
+ name
1972
+ alternateNames
1973
+ creationDate
1974
+ manufacturer
1975
+ model
1976
+ brand
1977
+ upc
1978
+ sku
1979
+ releaseDate
1980
+ productionDate
1981
+ }
1982
+ }
1983
+ }
1984
+ `;
1985
+ exports.UpdateProduct = (0, graphql_tag_1.default) `
1986
+ mutation UpdateProduct($product: ProductUpdateInput!) {
1987
+ updateProduct(product: $product) {
1988
+ id
1989
+ name
1990
+ }
1991
+ }
1992
+ `;
1529
1993
  exports.Credits = (0, graphql_tag_1.default) `
1530
1994
  query Credits($startDate: DateTime!, $duration: TimeSpan!) {
1531
1995
  credits(startDate: $startDate, duration: $duration) {
@@ -1694,6 +2158,118 @@ exports.Usage = (0, graphql_tag_1.default) `
1694
2158
  }
1695
2159
  }
1696
2160
  `;
2161
+ exports.CreateRepo = (0, graphql_tag_1.default) `
2162
+ mutation CreateRepo($repo: RepoInput!) {
2163
+ createRepo(repo: $repo) {
2164
+ id
2165
+ name
2166
+ }
2167
+ }
2168
+ `;
2169
+ exports.DeleteRepo = (0, graphql_tag_1.default) `
2170
+ mutation DeleteRepo($id: ID!) {
2171
+ deleteRepo(id: $id) {
2172
+ id
2173
+ state
2174
+ }
2175
+ }
2176
+ `;
2177
+ exports.DeleteRepos = (0, graphql_tag_1.default) `
2178
+ mutation DeleteRepos($ids: [ID!]!) {
2179
+ deleteRepos(ids: $ids) {
2180
+ id
2181
+ state
2182
+ }
2183
+ }
2184
+ `;
2185
+ exports.GetRepo = (0, graphql_tag_1.default) `
2186
+ query GetRepo($id: ID!) {
2187
+ repo(id: $id) {
2188
+ id
2189
+ name
2190
+ alternateNames
2191
+ creationDate
2192
+ }
2193
+ }
2194
+ `;
2195
+ exports.QueryRepos = (0, graphql_tag_1.default) `
2196
+ query QueryRepos($filter: RepoFilter!) {
2197
+ repos(filter: $filter) {
2198
+ results {
2199
+ id
2200
+ name
2201
+ alternateNames
2202
+ creationDate
2203
+ }
2204
+ }
2205
+ }
2206
+ `;
2207
+ exports.UpdateRepo = (0, graphql_tag_1.default) `
2208
+ mutation UpdateRepo($repo: RepoUpdateInput!) {
2209
+ updateRepo(repo: $repo) {
2210
+ id
2211
+ name
2212
+ }
2213
+ }
2214
+ `;
2215
+ exports.CreateSoftware = (0, graphql_tag_1.default) `
2216
+ mutation CreateSoftware($software: SoftwareInput!) {
2217
+ createSoftware(software: $software) {
2218
+ id
2219
+ name
2220
+ }
2221
+ }
2222
+ `;
2223
+ exports.DeleteSoftware = (0, graphql_tag_1.default) `
2224
+ mutation DeleteSoftware($id: ID!) {
2225
+ deleteSoftware(id: $id) {
2226
+ id
2227
+ state
2228
+ }
2229
+ }
2230
+ `;
2231
+ exports.DeleteSoftwares = (0, graphql_tag_1.default) `
2232
+ mutation DeleteSoftwares($ids: [ID!]!) {
2233
+ deleteSoftwares(ids: $ids) {
2234
+ id
2235
+ state
2236
+ }
2237
+ }
2238
+ `;
2239
+ exports.GetSoftware = (0, graphql_tag_1.default) `
2240
+ query GetSoftware($id: ID!) {
2241
+ software(id: $id) {
2242
+ id
2243
+ name
2244
+ alternateNames
2245
+ creationDate
2246
+ releaseDate
2247
+ developer
2248
+ }
2249
+ }
2250
+ `;
2251
+ exports.QuerySoftware = (0, graphql_tag_1.default) `
2252
+ query QuerySoftware($filter: SoftwareFilter!) {
2253
+ softwares(filter: $filter) {
2254
+ results {
2255
+ id
2256
+ name
2257
+ alternateNames
2258
+ creationDate
2259
+ releaseDate
2260
+ developer
2261
+ }
2262
+ }
2263
+ }
2264
+ `;
2265
+ exports.UpdateSoftware = (0, graphql_tag_1.default) `
2266
+ mutation UpdateSoftware($software: SoftwareUpdateInput!) {
2267
+ updateSoftware(software: $software) {
2268
+ id
2269
+ name
2270
+ }
2271
+ }
2272
+ `;
1697
2273
  exports.CreateSpecification = (0, graphql_tag_1.default) `
1698
2274
  mutation CreateSpecification($specification: SpecificationInput!) {
1699
2275
  createSpecification(specification: $specification) {