graphlit-client 1.0.20240426001 → 1.0.20240426002

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.
@@ -8,6 +8,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
10
  export declare const CreateCategory: import("graphql").DocumentNode;
11
+ export declare const DeleteAllCategories: import("graphql").DocumentNode;
11
12
  export declare const DeleteCategories: import("graphql").DocumentNode;
12
13
  export declare const DeleteCategory: import("graphql").DocumentNode;
13
14
  export declare const GetCategory: import("graphql").DocumentNode;
@@ -50,6 +51,7 @@ export declare const QueryConversations: import("graphql").DocumentNode;
50
51
  export declare const SuggestConversation: import("graphql").DocumentNode;
51
52
  export declare const UpdateConversation: import("graphql").DocumentNode;
52
53
  export declare const CreateEvent: import("graphql").DocumentNode;
54
+ export declare const DeleteAllEvents: import("graphql").DocumentNode;
53
55
  export declare const DeleteEvent: import("graphql").DocumentNode;
54
56
  export declare const DeleteEvents: import("graphql").DocumentNode;
55
57
  export declare const GetEvent: import("graphql").DocumentNode;
@@ -66,6 +68,7 @@ export declare const IsFeedDone: import("graphql").DocumentNode;
66
68
  export declare const QueryFeeds: import("graphql").DocumentNode;
67
69
  export declare const UpdateFeed: import("graphql").DocumentNode;
68
70
  export declare const CreateLabel: import("graphql").DocumentNode;
71
+ export declare const DeleteAllLabels: import("graphql").DocumentNode;
69
72
  export declare const DeleteLabel: import("graphql").DocumentNode;
70
73
  export declare const DeleteLabels: import("graphql").DocumentNode;
71
74
  export declare const GetLabel: import("graphql").DocumentNode;
@@ -75,24 +78,28 @@ export declare const CreateObservation: import("graphql").DocumentNode;
75
78
  export declare const DeleteObservation: import("graphql").DocumentNode;
76
79
  export declare const UpdateObservation: import("graphql").DocumentNode;
77
80
  export declare const CreateOrganization: import("graphql").DocumentNode;
81
+ export declare const DeleteAllOrganizations: import("graphql").DocumentNode;
78
82
  export declare const DeleteOrganization: import("graphql").DocumentNode;
79
83
  export declare const DeleteOrganizations: import("graphql").DocumentNode;
80
84
  export declare const GetOrganization: import("graphql").DocumentNode;
81
85
  export declare const QueryOrganizations: import("graphql").DocumentNode;
82
86
  export declare const UpdateOrganization: import("graphql").DocumentNode;
83
87
  export declare const CreatePerson: import("graphql").DocumentNode;
88
+ export declare const DeleteAllPersons: import("graphql").DocumentNode;
84
89
  export declare const DeletePerson: import("graphql").DocumentNode;
85
90
  export declare const DeletePersons: import("graphql").DocumentNode;
86
91
  export declare const GetPerson: import("graphql").DocumentNode;
87
92
  export declare const QueryPersons: import("graphql").DocumentNode;
88
93
  export declare const UpdatePerson: import("graphql").DocumentNode;
89
94
  export declare const CreatePlace: import("graphql").DocumentNode;
95
+ export declare const DeleteAllPlaces: import("graphql").DocumentNode;
90
96
  export declare const DeletePlace: import("graphql").DocumentNode;
91
97
  export declare const DeletePlaces: import("graphql").DocumentNode;
92
98
  export declare const GetPlace: import("graphql").DocumentNode;
93
99
  export declare const QueryPlaces: import("graphql").DocumentNode;
94
100
  export declare const UpdatePlace: import("graphql").DocumentNode;
95
101
  export declare const CreateProduct: import("graphql").DocumentNode;
102
+ export declare const DeleteAllProducts: import("graphql").DocumentNode;
96
103
  export declare const DeleteProduct: import("graphql").DocumentNode;
97
104
  export declare const DeleteProducts: import("graphql").DocumentNode;
98
105
  export declare const GetProduct: import("graphql").DocumentNode;
@@ -102,20 +109,21 @@ export declare const Credits: import("graphql").DocumentNode;
102
109
  export declare const GetProject: import("graphql").DocumentNode;
103
110
  export declare const LookupCredits: import("graphql").DocumentNode;
104
111
  export declare const LookupUsage: import("graphql").DocumentNode;
105
- export declare const Project: import("graphql").DocumentNode;
106
112
  export declare const UpdateProject: import("graphql").DocumentNode;
107
113
  export declare const Usage: import("graphql").DocumentNode;
108
114
  export declare const CreateRepo: import("graphql").DocumentNode;
115
+ export declare const DeleteAllRepos: import("graphql").DocumentNode;
109
116
  export declare const DeleteRepo: import("graphql").DocumentNode;
110
117
  export declare const DeleteRepos: import("graphql").DocumentNode;
111
118
  export declare const GetRepo: import("graphql").DocumentNode;
112
119
  export declare const QueryRepos: import("graphql").DocumentNode;
113
120
  export declare const UpdateRepo: import("graphql").DocumentNode;
114
121
  export declare const CreateSoftware: import("graphql").DocumentNode;
122
+ export declare const DeleteAllSoftwares: import("graphql").DocumentNode;
115
123
  export declare const DeleteSoftware: import("graphql").DocumentNode;
116
124
  export declare const DeleteSoftwares: import("graphql").DocumentNode;
117
125
  export declare const GetSoftware: import("graphql").DocumentNode;
118
- export declare const QuerySoftware: import("graphql").DocumentNode;
126
+ export declare const QuerySoftwares: import("graphql").DocumentNode;
119
127
  export declare const UpdateSoftware: import("graphql").DocumentNode;
120
128
  export declare const CreateSpecification: import("graphql").DocumentNode;
121
129
  export declare const DeleteSpecification: import("graphql").DocumentNode;
@@ -3,9 +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.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;
6
+ 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.DeleteAllCategories = exports.CreateCategory = exports.UpdateAlert = exports.QueryAlerts = exports.GetAlert = exports.EnableAlert = exports.DisableAlert = exports.DeleteAllAlerts = exports.DeleteAlerts = exports.DeleteAlert = exports.CreateAlert = void 0;
7
+ exports.UpdatePlace = exports.QueryPlaces = exports.GetPlace = exports.DeletePlaces = exports.DeletePlace = exports.DeleteAllPlaces = exports.CreatePlace = exports.UpdatePerson = exports.QueryPersons = exports.GetPerson = exports.DeletePersons = exports.DeletePerson = exports.DeleteAllPersons = exports.CreatePerson = exports.UpdateOrganization = exports.QueryOrganizations = exports.GetOrganization = exports.DeleteOrganizations = exports.DeleteOrganization = exports.DeleteAllOrganizations = exports.CreateOrganization = exports.UpdateObservation = exports.DeleteObservation = exports.CreateObservation = exports.UpdateLabel = exports.QueryLabels = exports.GetLabel = exports.DeleteLabels = exports.DeleteLabel = exports.DeleteAllLabels = 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.DeleteAllEvents = exports.CreateEvent = exports.UpdateConversation = exports.SuggestConversation = 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.QuerySoftwares = exports.GetSoftware = exports.DeleteSoftwares = exports.DeleteSoftware = exports.DeleteAllSoftwares = exports.CreateSoftware = exports.UpdateRepo = exports.QueryRepos = exports.GetRepo = exports.DeleteRepos = exports.DeleteRepo = exports.DeleteAllRepos = exports.CreateRepo = exports.Usage = exports.UpdateProject = exports.LookupUsage = exports.LookupCredits = exports.GetProject = exports.Credits = exports.UpdateProduct = exports.QueryProducts = exports.GetProduct = exports.DeleteProducts = exports.DeleteProduct = exports.DeleteAllProducts = exports.CreateProduct = void 0;
9
9
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
10
10
  exports.CreateAlert = (0, graphql_tag_1.default) `
11
11
  mutation CreateAlert($alert: AlertInput!, $correlationId: String) {
@@ -217,6 +217,14 @@ exports.CreateCategory = (0, graphql_tag_1.default) `
217
217
  }
218
218
  }
219
219
  `;
220
+ exports.DeleteAllCategories = (0, graphql_tag_1.default) `
221
+ mutation DeleteAllCategories($filter: CategoryFilter!) {
222
+ deleteAllCategories(filter: $filter) {
223
+ id
224
+ state
225
+ }
226
+ }
227
+ `;
220
228
  exports.DeleteCategories = (0, graphql_tag_1.default) `
221
229
  mutation DeleteCategories($ids: [ID!]!) {
222
230
  deleteCategories(ids: $ids) {
@@ -238,6 +246,8 @@ exports.GetCategory = (0, graphql_tag_1.default) `
238
246
  category(id: $id) {
239
247
  id
240
248
  name
249
+ description
250
+ creationDate
241
251
  }
242
252
  }
243
253
  `;
@@ -247,6 +257,8 @@ exports.QueryCategories = (0, graphql_tag_1.default) `
247
257
  results {
248
258
  id
249
259
  name
260
+ description
261
+ creationDate
250
262
  }
251
263
  }
252
264
  }
@@ -1243,6 +1255,14 @@ exports.CreateEvent = (0, graphql_tag_1.default) `
1243
1255
  }
1244
1256
  }
1245
1257
  `;
1258
+ exports.DeleteAllEvents = (0, graphql_tag_1.default) `
1259
+ mutation DeleteAllEvents($filter: EventFilter!) {
1260
+ deleteAllEvents(filter: $filter) {
1261
+ id
1262
+ state
1263
+ }
1264
+ }
1265
+ `;
1246
1266
  exports.DeleteEvent = (0, graphql_tag_1.default) `
1247
1267
  mutation DeleteEvent($id: ID!) {
1248
1268
  deleteEvent(id: $id) {
@@ -1266,9 +1286,23 @@ exports.GetEvent = (0, graphql_tag_1.default) `
1266
1286
  name
1267
1287
  alternateNames
1268
1288
  creationDate
1289
+ address {
1290
+ streetAddress
1291
+ city
1292
+ region
1293
+ country
1294
+ postalCode
1295
+ }
1269
1296
  startDate
1270
1297
  endDate
1298
+ availabilityStartDate
1299
+ availabilityEndDate
1271
1300
  price
1301
+ minPrice
1302
+ maxPrice
1303
+ priceCurrency
1304
+ isAccessibleForFree
1305
+ typicalAgeRange
1272
1306
  }
1273
1307
  }
1274
1308
  `;
@@ -1280,9 +1314,23 @@ exports.QueryEvents = (0, graphql_tag_1.default) `
1280
1314
  name
1281
1315
  alternateNames
1282
1316
  creationDate
1317
+ address {
1318
+ streetAddress
1319
+ city
1320
+ region
1321
+ country
1322
+ postalCode
1323
+ }
1283
1324
  startDate
1284
1325
  endDate
1326
+ availabilityStartDate
1327
+ availabilityEndDate
1285
1328
  price
1329
+ minPrice
1330
+ maxPrice
1331
+ priceCurrency
1332
+ isAccessibleForFree
1333
+ typicalAgeRange
1286
1334
  }
1287
1335
  }
1288
1336
  }
@@ -1664,6 +1712,14 @@ exports.CreateLabel = (0, graphql_tag_1.default) `
1664
1712
  }
1665
1713
  }
1666
1714
  `;
1715
+ exports.DeleteAllLabels = (0, graphql_tag_1.default) `
1716
+ mutation DeleteAllLabels($filter: LabelFilter!) {
1717
+ deleteAllLabels(filter: $filter) {
1718
+ id
1719
+ state
1720
+ }
1721
+ }
1722
+ `;
1667
1723
  exports.DeleteLabel = (0, graphql_tag_1.default) `
1668
1724
  mutation DeleteLabel($id: ID!) {
1669
1725
  deleteLabel(id: $id) {
@@ -1685,6 +1741,8 @@ exports.GetLabel = (0, graphql_tag_1.default) `
1685
1741
  label(id: $id) {
1686
1742
  id
1687
1743
  name
1744
+ description
1745
+ creationDate
1688
1746
  }
1689
1747
  }
1690
1748
  `;
@@ -1694,6 +1752,8 @@ exports.QueryLabels = (0, graphql_tag_1.default) `
1694
1752
  results {
1695
1753
  id
1696
1754
  name
1755
+ description
1756
+ creationDate
1697
1757
  }
1698
1758
  }
1699
1759
  }
@@ -1735,12 +1795,14 @@ exports.CreateOrganization = (0, graphql_tag_1.default) `
1735
1795
  createOrganization(organization: $organization) {
1736
1796
  id
1737
1797
  name
1738
- foundingDate
1739
- industries
1740
- revenue
1741
- revenueCurrency
1742
- investment
1743
- investmentCurrency
1798
+ }
1799
+ }
1800
+ `;
1801
+ exports.DeleteAllOrganizations = (0, graphql_tag_1.default) `
1802
+ mutation DeleteAllOrganizations($filter: OrganizationFilter!) {
1803
+ deleteAllOrganizations(filter: $filter) {
1804
+ id
1805
+ state
1744
1806
  }
1745
1807
  }
1746
1808
  `;
@@ -1767,6 +1829,13 @@ exports.GetOrganization = (0, graphql_tag_1.default) `
1767
1829
  name
1768
1830
  alternateNames
1769
1831
  creationDate
1832
+ address {
1833
+ streetAddress
1834
+ city
1835
+ region
1836
+ country
1837
+ postalCode
1838
+ }
1770
1839
  foundingDate
1771
1840
  industries
1772
1841
  revenue
@@ -1784,6 +1853,13 @@ exports.QueryOrganizations = (0, graphql_tag_1.default) `
1784
1853
  name
1785
1854
  alternateNames
1786
1855
  creationDate
1856
+ address {
1857
+ streetAddress
1858
+ city
1859
+ region
1860
+ country
1861
+ postalCode
1862
+ }
1787
1863
  foundingDate
1788
1864
  industries
1789
1865
  revenue
@@ -1799,12 +1875,6 @@ exports.UpdateOrganization = (0, graphql_tag_1.default) `
1799
1875
  updateOrganization(organization: $organization) {
1800
1876
  id
1801
1877
  name
1802
- foundingDate
1803
- industries
1804
- revenue
1805
- revenueCurrency
1806
- investment
1807
- investmentCurrency
1808
1878
  }
1809
1879
  }
1810
1880
  `;
@@ -1816,6 +1886,14 @@ exports.CreatePerson = (0, graphql_tag_1.default) `
1816
1886
  }
1817
1887
  }
1818
1888
  `;
1889
+ exports.DeleteAllPersons = (0, graphql_tag_1.default) `
1890
+ mutation DeleteAllPersons($filter: PersonFilter!) {
1891
+ deleteAllPersons(filter: $filter) {
1892
+ id
1893
+ state
1894
+ }
1895
+ }
1896
+ `;
1819
1897
  exports.DeletePerson = (0, graphql_tag_1.default) `
1820
1898
  mutation DeletePerson($id: ID!) {
1821
1899
  deletePerson(id: $id) {
@@ -1839,9 +1917,21 @@ exports.GetPerson = (0, graphql_tag_1.default) `
1839
1917
  name
1840
1918
  alternateNames
1841
1919
  creationDate
1920
+ address {
1921
+ streetAddress
1922
+ city
1923
+ region
1924
+ country
1925
+ postalCode
1926
+ }
1842
1927
  email
1843
1928
  givenName
1844
1929
  familyName
1930
+ phoneNumber
1931
+ birthDate
1932
+ title
1933
+ occupation
1934
+ education
1845
1935
  }
1846
1936
  }
1847
1937
  `;
@@ -1853,9 +1943,21 @@ exports.QueryPersons = (0, graphql_tag_1.default) `
1853
1943
  name
1854
1944
  alternateNames
1855
1945
  creationDate
1946
+ address {
1947
+ streetAddress
1948
+ city
1949
+ region
1950
+ country
1951
+ postalCode
1952
+ }
1856
1953
  email
1857
1954
  givenName
1858
1955
  familyName
1956
+ phoneNumber
1957
+ birthDate
1958
+ title
1959
+ occupation
1960
+ education
1859
1961
  }
1860
1962
  }
1861
1963
  }
@@ -1876,6 +1978,14 @@ exports.CreatePlace = (0, graphql_tag_1.default) `
1876
1978
  }
1877
1979
  }
1878
1980
  `;
1981
+ exports.DeleteAllPlaces = (0, graphql_tag_1.default) `
1982
+ mutation DeleteAllPlaces($filter: PlaceFilter!) {
1983
+ deleteAllPlaces(filter: $filter) {
1984
+ id
1985
+ state
1986
+ }
1987
+ }
1988
+ `;
1879
1989
  exports.DeletePlace = (0, graphql_tag_1.default) `
1880
1990
  mutation DeletePlace($id: ID!) {
1881
1991
  deletePlace(id: $id) {
@@ -1899,6 +2009,13 @@ exports.GetPlace = (0, graphql_tag_1.default) `
1899
2009
  name
1900
2010
  alternateNames
1901
2011
  creationDate
2012
+ address {
2013
+ streetAddress
2014
+ city
2015
+ region
2016
+ country
2017
+ postalCode
2018
+ }
1902
2019
  }
1903
2020
  }
1904
2021
  `;
@@ -1910,6 +2027,13 @@ exports.QueryPlaces = (0, graphql_tag_1.default) `
1910
2027
  name
1911
2028
  alternateNames
1912
2029
  creationDate
2030
+ address {
2031
+ streetAddress
2032
+ city
2033
+ region
2034
+ country
2035
+ postalCode
2036
+ }
1913
2037
  }
1914
2038
  }
1915
2039
  }
@@ -1930,6 +2054,14 @@ exports.CreateProduct = (0, graphql_tag_1.default) `
1930
2054
  }
1931
2055
  }
1932
2056
  `;
2057
+ exports.DeleteAllProducts = (0, graphql_tag_1.default) `
2058
+ mutation DeleteAllProducts($filter: ProductFilter!) {
2059
+ deleteAllProducts(filter: $filter) {
2060
+ id
2061
+ state
2062
+ }
2063
+ }
2064
+ `;
1933
2065
  exports.DeleteProduct = (0, graphql_tag_1.default) `
1934
2066
  mutation DeleteProduct($id: ID!) {
1935
2067
  deleteProduct(id: $id) {
@@ -1953,6 +2085,13 @@ exports.GetProduct = (0, graphql_tag_1.default) `
1953
2085
  name
1954
2086
  alternateNames
1955
2087
  creationDate
2088
+ address {
2089
+ streetAddress
2090
+ city
2091
+ region
2092
+ country
2093
+ postalCode
2094
+ }
1956
2095
  manufacturer
1957
2096
  model
1958
2097
  brand
@@ -1971,6 +2110,13 @@ exports.QueryProducts = (0, graphql_tag_1.default) `
1971
2110
  name
1972
2111
  alternateNames
1973
2112
  creationDate
2113
+ address {
2114
+ streetAddress
2115
+ city
2116
+ region
2117
+ country
2118
+ postalCode
2119
+ }
1974
2120
  manufacturer
1975
2121
  model
1976
2122
  brand
@@ -2087,36 +2233,6 @@ exports.LookupUsage = (0, graphql_tag_1.default) `
2087
2233
  }
2088
2234
  }
2089
2235
  `;
2090
- exports.Project = (0, graphql_tag_1.default) `
2091
- query Project {
2092
- project {
2093
- id
2094
- name
2095
- creationDate
2096
- modifiedDate
2097
- state
2098
- environmentType
2099
- platform
2100
- region
2101
- workflow {
2102
- id
2103
- name
2104
- }
2105
- specification {
2106
- id
2107
- name
2108
- }
2109
- quota {
2110
- storage
2111
- contents
2112
- feeds
2113
- posts
2114
- conversations
2115
- }
2116
- callbackUri
2117
- }
2118
- }
2119
- `;
2120
2236
  exports.UpdateProject = (0, graphql_tag_1.default) `
2121
2237
  mutation UpdateProject($project: ProjectUpdateInput!) {
2122
2238
  updateProject(project: $project) {
@@ -2166,6 +2282,14 @@ exports.CreateRepo = (0, graphql_tag_1.default) `
2166
2282
  }
2167
2283
  }
2168
2284
  `;
2285
+ exports.DeleteAllRepos = (0, graphql_tag_1.default) `
2286
+ mutation DeleteAllRepos($filter: RepoFilter!) {
2287
+ deleteAllRepos(filter: $filter) {
2288
+ id
2289
+ state
2290
+ }
2291
+ }
2292
+ `;
2169
2293
  exports.DeleteRepo = (0, graphql_tag_1.default) `
2170
2294
  mutation DeleteRepo($id: ID!) {
2171
2295
  deleteRepo(id: $id) {
@@ -2220,6 +2344,14 @@ exports.CreateSoftware = (0, graphql_tag_1.default) `
2220
2344
  }
2221
2345
  }
2222
2346
  `;
2347
+ exports.DeleteAllSoftwares = (0, graphql_tag_1.default) `
2348
+ mutation DeleteAllSoftwares($filter: SoftwareFilter!) {
2349
+ deleteAllSoftwares(filter: $filter) {
2350
+ id
2351
+ state
2352
+ }
2353
+ }
2354
+ `;
2223
2355
  exports.DeleteSoftware = (0, graphql_tag_1.default) `
2224
2356
  mutation DeleteSoftware($id: ID!) {
2225
2357
  deleteSoftware(id: $id) {
@@ -2248,8 +2380,8 @@ exports.GetSoftware = (0, graphql_tag_1.default) `
2248
2380
  }
2249
2381
  }
2250
2382
  `;
2251
- exports.QuerySoftware = (0, graphql_tag_1.default) `
2252
- query QuerySoftware($filter: SoftwareFilter!) {
2383
+ exports.QuerySoftwares = (0, graphql_tag_1.default) `
2384
+ query QuerySoftwares($filter: SoftwareFilter!) {
2253
2385
  softwares(filter: $filter) {
2254
2386
  results {
2255
2387
  id
@@ -3780,14 +3780,32 @@ export type Mutation = {
3780
3780
  deleteAlerts?: Maybe<Array<Maybe<Alert>>>;
3781
3781
  /** Bulk deletes alerts based on the provided filter criteria. */
3782
3782
  deleteAllAlerts?: Maybe<Array<Maybe<Alert>>>;
3783
+ /** Bulk deletes categories based on the provided filter criteria. */
3784
+ deleteAllCategories?: Maybe<Array<Maybe<Category>>>;
3783
3785
  /** Bulk deletes collections based on the provided filter criteria. */
3784
3786
  deleteAllCollections?: Maybe<Array<Maybe<Collection>>>;
3785
3787
  /** Bulk deletes content based on the provided filter criteria. */
3786
3788
  deleteAllContents?: Maybe<Array<Maybe<Content>>>;
3787
3789
  /** Bulk deletes conversations based on the provided filter criteria. */
3788
3790
  deleteAllConversations?: Maybe<Array<Maybe<Conversation>>>;
3791
+ /** Bulk deletes events based on the provided filter criteria. */
3792
+ deleteAllEvents?: Maybe<Array<Maybe<Event>>>;
3789
3793
  /** Bulk deletes feeds based on the provided filter criteria. */
3790
3794
  deleteAllFeeds?: Maybe<Array<Maybe<Feed>>>;
3795
+ /** Bulk deletes labels based on the provided filter criteria. */
3796
+ deleteAllLabels?: Maybe<Array<Maybe<Label>>>;
3797
+ /** Bulk deletes organizations based on the provided filter criteria. */
3798
+ deleteAllOrganizations?: Maybe<Array<Maybe<Organization>>>;
3799
+ /** Bulk deletes persons based on the provided filter criteria. */
3800
+ deleteAllPersons?: Maybe<Array<Maybe<Person>>>;
3801
+ /** Bulk deletes places based on the provided filter criteria. */
3802
+ deleteAllPlaces?: Maybe<Array<Maybe<Place>>>;
3803
+ /** Bulk deletes products based on the provided filter criteria. */
3804
+ deleteAllProducts?: Maybe<Array<Maybe<Product>>>;
3805
+ /** Bulk deletes repos based on the provided filter criteria. */
3806
+ deleteAllRepos?: Maybe<Array<Maybe<Repo>>>;
3807
+ /** Bulk deletes software based on the provided filter criteria. */
3808
+ deleteAllSoftwares?: Maybe<Array<Maybe<Software>>>;
3791
3809
  /** Bulk deletes workflows based on the provided filter criteria. */
3792
3810
  deleteAllWorkflows?: Maybe<Array<Maybe<Workflow>>>;
3793
3811
  /** Bulk deletes categories. */
@@ -4021,6 +4039,10 @@ export type MutationDeleteAlertsArgs = {
4021
4039
  export type MutationDeleteAllAlertsArgs = {
4022
4040
  filter?: InputMaybe<AlertFilter>;
4023
4041
  };
4042
+ export type MutationDeleteAllCategoriesArgs = {
4043
+ correlationId?: InputMaybe<Scalars['String']['input']>;
4044
+ filter?: InputMaybe<CategoryFilter>;
4045
+ };
4024
4046
  export type MutationDeleteAllCollectionsArgs = {
4025
4047
  correlationId?: InputMaybe<Scalars['String']['input']>;
4026
4048
  filter?: InputMaybe<CollectionFilter>;
@@ -4033,9 +4055,41 @@ export type MutationDeleteAllConversationsArgs = {
4033
4055
  correlationId?: InputMaybe<Scalars['String']['input']>;
4034
4056
  filter?: InputMaybe<ConversationFilter>;
4035
4057
  };
4058
+ export type MutationDeleteAllEventsArgs = {
4059
+ correlationId?: InputMaybe<Scalars['String']['input']>;
4060
+ filter?: InputMaybe<EventFilter>;
4061
+ };
4036
4062
  export type MutationDeleteAllFeedsArgs = {
4037
4063
  filter?: InputMaybe<FeedFilter>;
4038
4064
  };
4065
+ export type MutationDeleteAllLabelsArgs = {
4066
+ correlationId?: InputMaybe<Scalars['String']['input']>;
4067
+ filter?: InputMaybe<LabelFilter>;
4068
+ };
4069
+ export type MutationDeleteAllOrganizationsArgs = {
4070
+ correlationId?: InputMaybe<Scalars['String']['input']>;
4071
+ filter?: InputMaybe<OrganizationFilter>;
4072
+ };
4073
+ export type MutationDeleteAllPersonsArgs = {
4074
+ correlationId?: InputMaybe<Scalars['String']['input']>;
4075
+ filter?: InputMaybe<PersonFilter>;
4076
+ };
4077
+ export type MutationDeleteAllPlacesArgs = {
4078
+ correlationId?: InputMaybe<Scalars['String']['input']>;
4079
+ filter?: InputMaybe<PlaceFilter>;
4080
+ };
4081
+ export type MutationDeleteAllProductsArgs = {
4082
+ correlationId?: InputMaybe<Scalars['String']['input']>;
4083
+ filter?: InputMaybe<ProductFilter>;
4084
+ };
4085
+ export type MutationDeleteAllReposArgs = {
4086
+ correlationId?: InputMaybe<Scalars['String']['input']>;
4087
+ filter?: InputMaybe<RepoFilter>;
4088
+ };
4089
+ export type MutationDeleteAllSoftwaresArgs = {
4090
+ correlationId?: InputMaybe<Scalars['String']['input']>;
4091
+ filter?: InputMaybe<SoftwareFilter>;
4092
+ };
4039
4093
  export type MutationDeleteAllWorkflowsArgs = {
4040
4094
  correlationId?: InputMaybe<Scalars['String']['input']>;
4041
4095
  filter?: InputMaybe<WorkflowFilter>;
@@ -7843,6 +7897,17 @@ export type CreateCategoryMutation = {
7843
7897
  name: string;
7844
7898
  } | null;
7845
7899
  };
7900
+ export type DeleteAllCategoriesMutationVariables = Exact<{
7901
+ filter: CategoryFilter;
7902
+ }>;
7903
+ export type DeleteAllCategoriesMutation = {
7904
+ __typename?: 'Mutation';
7905
+ deleteAllCategories?: Array<{
7906
+ __typename?: 'Category';
7907
+ id: string;
7908
+ state: EntityState;
7909
+ } | null> | null;
7910
+ };
7846
7911
  export type DeleteCategoriesMutationVariables = Exact<{
7847
7912
  ids: Array<Scalars['ID']['input']> | Scalars['ID']['input'];
7848
7913
  }>;
@@ -7874,6 +7939,8 @@ export type GetCategoryQuery = {
7874
7939
  __typename?: 'Category';
7875
7940
  id: string;
7876
7941
  name: string;
7942
+ description?: string | null;
7943
+ creationDate: any;
7877
7944
  } | null;
7878
7945
  };
7879
7946
  export type QueryCategoriesQueryVariables = Exact<{
@@ -7887,6 +7954,8 @@ export type QueryCategoriesQuery = {
7887
7954
  __typename?: 'Category';
7888
7955
  id: string;
7889
7956
  name: string;
7957
+ description?: string | null;
7958
+ creationDate: any;
7890
7959
  } | null> | null;
7891
7960
  } | null;
7892
7961
  };
@@ -9086,6 +9155,17 @@ export type CreateEventMutation = {
9086
9155
  name: string;
9087
9156
  } | null;
9088
9157
  };
9158
+ export type DeleteAllEventsMutationVariables = Exact<{
9159
+ filter: EventFilter;
9160
+ }>;
9161
+ export type DeleteAllEventsMutation = {
9162
+ __typename?: 'Mutation';
9163
+ deleteAllEvents?: Array<{
9164
+ __typename?: 'Event';
9165
+ id: string;
9166
+ state: EntityState;
9167
+ } | null> | null;
9168
+ };
9089
9169
  export type DeleteEventMutationVariables = Exact<{
9090
9170
  id: Scalars['ID']['input'];
9091
9171
  }>;
@@ -9121,7 +9201,22 @@ export type GetEventQuery = {
9121
9201
  creationDate: any;
9122
9202
  startDate?: any | null;
9123
9203
  endDate?: any | null;
9204
+ availabilityStartDate?: any | null;
9205
+ availabilityEndDate?: any | null;
9124
9206
  price?: any | null;
9207
+ minPrice?: any | null;
9208
+ maxPrice?: any | null;
9209
+ priceCurrency?: string | null;
9210
+ isAccessibleForFree?: boolean | null;
9211
+ typicalAgeRange?: string | null;
9212
+ address?: {
9213
+ __typename?: 'Address';
9214
+ streetAddress?: string | null;
9215
+ city?: string | null;
9216
+ region?: string | null;
9217
+ country?: string | null;
9218
+ postalCode?: string | null;
9219
+ } | null;
9125
9220
  } | null;
9126
9221
  };
9127
9222
  export type QueryEventsQueryVariables = Exact<{
@@ -9139,7 +9234,22 @@ export type QueryEventsQuery = {
9139
9234
  creationDate: any;
9140
9235
  startDate?: any | null;
9141
9236
  endDate?: any | null;
9237
+ availabilityStartDate?: any | null;
9238
+ availabilityEndDate?: any | null;
9142
9239
  price?: any | null;
9240
+ minPrice?: any | null;
9241
+ maxPrice?: any | null;
9242
+ priceCurrency?: string | null;
9243
+ isAccessibleForFree?: boolean | null;
9244
+ typicalAgeRange?: string | null;
9245
+ address?: {
9246
+ __typename?: 'Address';
9247
+ streetAddress?: string | null;
9248
+ city?: string | null;
9249
+ region?: string | null;
9250
+ country?: string | null;
9251
+ postalCode?: string | null;
9252
+ } | null;
9143
9253
  } | null> | null;
9144
9254
  } | null;
9145
9255
  };
@@ -9608,6 +9718,17 @@ export type CreateLabelMutation = {
9608
9718
  name: string;
9609
9719
  } | null;
9610
9720
  };
9721
+ export type DeleteAllLabelsMutationVariables = Exact<{
9722
+ filter: LabelFilter;
9723
+ }>;
9724
+ export type DeleteAllLabelsMutation = {
9725
+ __typename?: 'Mutation';
9726
+ deleteAllLabels?: Array<{
9727
+ __typename?: 'Label';
9728
+ id: string;
9729
+ state: EntityState;
9730
+ } | null> | null;
9731
+ };
9611
9732
  export type DeleteLabelMutationVariables = Exact<{
9612
9733
  id: Scalars['ID']['input'];
9613
9734
  }>;
@@ -9639,6 +9760,8 @@ export type GetLabelQuery = {
9639
9760
  __typename?: 'Label';
9640
9761
  id: string;
9641
9762
  name: string;
9763
+ description?: string | null;
9764
+ creationDate: any;
9642
9765
  } | null;
9643
9766
  };
9644
9767
  export type QueryLabelsQueryVariables = Exact<{
@@ -9652,6 +9775,8 @@ export type QueryLabelsQuery = {
9652
9775
  __typename?: 'Label';
9653
9776
  id: string;
9654
9777
  name: string;
9778
+ description?: string | null;
9779
+ creationDate: any;
9655
9780
  } | null> | null;
9656
9781
  } | null;
9657
9782
  };
@@ -9708,14 +9833,19 @@ export type CreateOrganizationMutation = {
9708
9833
  __typename?: 'Organization';
9709
9834
  id: string;
9710
9835
  name: string;
9711
- foundingDate?: any | null;
9712
- industries?: Array<string | null> | null;
9713
- revenue?: any | null;
9714
- revenueCurrency?: string | null;
9715
- investment?: any | null;
9716
- investmentCurrency?: string | null;
9717
9836
  } | null;
9718
9837
  };
9838
+ export type DeleteAllOrganizationsMutationVariables = Exact<{
9839
+ filter: OrganizationFilter;
9840
+ }>;
9841
+ export type DeleteAllOrganizationsMutation = {
9842
+ __typename?: 'Mutation';
9843
+ deleteAllOrganizations?: Array<{
9844
+ __typename?: 'Organization';
9845
+ id: string;
9846
+ state: EntityState;
9847
+ } | null> | null;
9848
+ };
9719
9849
  export type DeleteOrganizationMutationVariables = Exact<{
9720
9850
  id: Scalars['ID']['input'];
9721
9851
  }>;
@@ -9755,6 +9885,14 @@ export type GetOrganizationQuery = {
9755
9885
  revenueCurrency?: string | null;
9756
9886
  investment?: any | null;
9757
9887
  investmentCurrency?: string | null;
9888
+ address?: {
9889
+ __typename?: 'Address';
9890
+ streetAddress?: string | null;
9891
+ city?: string | null;
9892
+ region?: string | null;
9893
+ country?: string | null;
9894
+ postalCode?: string | null;
9895
+ } | null;
9758
9896
  } | null;
9759
9897
  };
9760
9898
  export type QueryOrganizationsQueryVariables = Exact<{
@@ -9776,6 +9914,14 @@ export type QueryOrganizationsQuery = {
9776
9914
  revenueCurrency?: string | null;
9777
9915
  investment?: any | null;
9778
9916
  investmentCurrency?: string | null;
9917
+ address?: {
9918
+ __typename?: 'Address';
9919
+ streetAddress?: string | null;
9920
+ city?: string | null;
9921
+ region?: string | null;
9922
+ country?: string | null;
9923
+ postalCode?: string | null;
9924
+ } | null;
9779
9925
  } | null> | null;
9780
9926
  } | null;
9781
9927
  };
@@ -9788,12 +9934,6 @@ export type UpdateOrganizationMutation = {
9788
9934
  __typename?: 'Organization';
9789
9935
  id: string;
9790
9936
  name: string;
9791
- foundingDate?: any | null;
9792
- industries?: Array<string | null> | null;
9793
- revenue?: any | null;
9794
- revenueCurrency?: string | null;
9795
- investment?: any | null;
9796
- investmentCurrency?: string | null;
9797
9937
  } | null;
9798
9938
  };
9799
9939
  export type CreatePersonMutationVariables = Exact<{
@@ -9807,6 +9947,17 @@ export type CreatePersonMutation = {
9807
9947
  name: string;
9808
9948
  } | null;
9809
9949
  };
9950
+ export type DeleteAllPersonsMutationVariables = Exact<{
9951
+ filter: PersonFilter;
9952
+ }>;
9953
+ export type DeleteAllPersonsMutation = {
9954
+ __typename?: 'Mutation';
9955
+ deleteAllPersons?: Array<{
9956
+ __typename?: 'Person';
9957
+ id: string;
9958
+ state: EntityState;
9959
+ } | null> | null;
9960
+ };
9810
9961
  export type DeletePersonMutationVariables = Exact<{
9811
9962
  id: Scalars['ID']['input'];
9812
9963
  }>;
@@ -9843,6 +9994,19 @@ export type GetPersonQuery = {
9843
9994
  email?: string | null;
9844
9995
  givenName?: string | null;
9845
9996
  familyName?: string | null;
9997
+ phoneNumber?: string | null;
9998
+ birthDate?: any | null;
9999
+ title?: string | null;
10000
+ occupation?: string | null;
10001
+ education?: string | null;
10002
+ address?: {
10003
+ __typename?: 'Address';
10004
+ streetAddress?: string | null;
10005
+ city?: string | null;
10006
+ region?: string | null;
10007
+ country?: string | null;
10008
+ postalCode?: string | null;
10009
+ } | null;
9846
10010
  } | null;
9847
10011
  };
9848
10012
  export type QueryPersonsQueryVariables = Exact<{
@@ -9861,6 +10025,19 @@ export type QueryPersonsQuery = {
9861
10025
  email?: string | null;
9862
10026
  givenName?: string | null;
9863
10027
  familyName?: string | null;
10028
+ phoneNumber?: string | null;
10029
+ birthDate?: any | null;
10030
+ title?: string | null;
10031
+ occupation?: string | null;
10032
+ education?: string | null;
10033
+ address?: {
10034
+ __typename?: 'Address';
10035
+ streetAddress?: string | null;
10036
+ city?: string | null;
10037
+ region?: string | null;
10038
+ country?: string | null;
10039
+ postalCode?: string | null;
10040
+ } | null;
9864
10041
  } | null> | null;
9865
10042
  } | null;
9866
10043
  };
@@ -9886,6 +10063,17 @@ export type CreatePlaceMutation = {
9886
10063
  name: string;
9887
10064
  } | null;
9888
10065
  };
10066
+ export type DeleteAllPlacesMutationVariables = Exact<{
10067
+ filter: PlaceFilter;
10068
+ }>;
10069
+ export type DeleteAllPlacesMutation = {
10070
+ __typename?: 'Mutation';
10071
+ deleteAllPlaces?: Array<{
10072
+ __typename?: 'Place';
10073
+ id: string;
10074
+ state: EntityState;
10075
+ } | null> | null;
10076
+ };
9889
10077
  export type DeletePlaceMutationVariables = Exact<{
9890
10078
  id: Scalars['ID']['input'];
9891
10079
  }>;
@@ -9919,6 +10107,14 @@ export type GetPlaceQuery = {
9919
10107
  name: string;
9920
10108
  alternateNames?: Array<string | null> | null;
9921
10109
  creationDate: any;
10110
+ address?: {
10111
+ __typename?: 'Address';
10112
+ streetAddress?: string | null;
10113
+ city?: string | null;
10114
+ region?: string | null;
10115
+ country?: string | null;
10116
+ postalCode?: string | null;
10117
+ } | null;
9922
10118
  } | null;
9923
10119
  };
9924
10120
  export type QueryPlacesQueryVariables = Exact<{
@@ -9934,6 +10130,14 @@ export type QueryPlacesQuery = {
9934
10130
  name: string;
9935
10131
  alternateNames?: Array<string | null> | null;
9936
10132
  creationDate: any;
10133
+ address?: {
10134
+ __typename?: 'Address';
10135
+ streetAddress?: string | null;
10136
+ city?: string | null;
10137
+ region?: string | null;
10138
+ country?: string | null;
10139
+ postalCode?: string | null;
10140
+ } | null;
9937
10141
  } | null> | null;
9938
10142
  } | null;
9939
10143
  };
@@ -9959,6 +10163,17 @@ export type CreateProductMutation = {
9959
10163
  name: string;
9960
10164
  } | null;
9961
10165
  };
10166
+ export type DeleteAllProductsMutationVariables = Exact<{
10167
+ filter: ProductFilter;
10168
+ }>;
10169
+ export type DeleteAllProductsMutation = {
10170
+ __typename?: 'Mutation';
10171
+ deleteAllProducts?: Array<{
10172
+ __typename?: 'Product';
10173
+ id: string;
10174
+ state: EntityState;
10175
+ } | null> | null;
10176
+ };
9962
10177
  export type DeleteProductMutationVariables = Exact<{
9963
10178
  id: Scalars['ID']['input'];
9964
10179
  }>;
@@ -9999,6 +10214,14 @@ export type GetProductQuery = {
9999
10214
  sku?: string | null;
10000
10215
  releaseDate?: any | null;
10001
10216
  productionDate?: any | null;
10217
+ address?: {
10218
+ __typename?: 'Address';
10219
+ streetAddress?: string | null;
10220
+ city?: string | null;
10221
+ region?: string | null;
10222
+ country?: string | null;
10223
+ postalCode?: string | null;
10224
+ } | null;
10002
10225
  } | null;
10003
10226
  };
10004
10227
  export type QueryProductsQueryVariables = Exact<{
@@ -10021,6 +10244,14 @@ export type QueryProductsQuery = {
10021
10244
  sku?: string | null;
10022
10245
  releaseDate?: any | null;
10023
10246
  productionDate?: any | null;
10247
+ address?: {
10248
+ __typename?: 'Address';
10249
+ streetAddress?: string | null;
10250
+ city?: string | null;
10251
+ region?: string | null;
10252
+ country?: string | null;
10253
+ postalCode?: string | null;
10254
+ } | null;
10024
10255
  } | null> | null;
10025
10256
  } | null;
10026
10257
  };
@@ -10148,42 +10379,6 @@ export type LookupUsageQuery = {
10148
10379
  response?: string | null;
10149
10380
  } | null> | null;
10150
10381
  };
10151
- export type ProjectQueryVariables = Exact<{
10152
- [key: string]: never;
10153
- }>;
10154
- export type ProjectQuery = {
10155
- __typename?: 'Query';
10156
- project?: {
10157
- __typename?: 'Project';
10158
- id: string;
10159
- name: string;
10160
- creationDate: any;
10161
- modifiedDate?: any | null;
10162
- state: EntityState;
10163
- environmentType?: EnvironmentTypes | null;
10164
- platform?: ResourceConnectorTypes | null;
10165
- region?: string | null;
10166
- callbackUri?: any | null;
10167
- workflow?: {
10168
- __typename?: 'Workflow';
10169
- id: string;
10170
- name: string;
10171
- } | null;
10172
- specification?: {
10173
- __typename?: 'Specification';
10174
- id: string;
10175
- name: string;
10176
- } | null;
10177
- quota?: {
10178
- __typename?: 'ProjectQuota';
10179
- storage?: number | null;
10180
- contents?: number | null;
10181
- feeds?: number | null;
10182
- posts?: number | null;
10183
- conversations?: number | null;
10184
- } | null;
10185
- } | null;
10186
- };
10187
10382
  export type UpdateProjectMutationVariables = Exact<{
10188
10383
  project: ProjectUpdateInput;
10189
10384
  }>;
@@ -10243,6 +10438,17 @@ export type CreateRepoMutation = {
10243
10438
  name: string;
10244
10439
  } | null;
10245
10440
  };
10441
+ export type DeleteAllReposMutationVariables = Exact<{
10442
+ filter: RepoFilter;
10443
+ }>;
10444
+ export type DeleteAllReposMutation = {
10445
+ __typename?: 'Mutation';
10446
+ deleteAllRepos?: Array<{
10447
+ __typename?: 'Repo';
10448
+ id: string;
10449
+ state: EntityState;
10450
+ } | null> | null;
10451
+ };
10246
10452
  export type DeleteRepoMutationVariables = Exact<{
10247
10453
  id: Scalars['ID']['input'];
10248
10454
  }>;
@@ -10316,6 +10522,17 @@ export type CreateSoftwareMutation = {
10316
10522
  name: string;
10317
10523
  } | null;
10318
10524
  };
10525
+ export type DeleteAllSoftwaresMutationVariables = Exact<{
10526
+ filter: SoftwareFilter;
10527
+ }>;
10528
+ export type DeleteAllSoftwaresMutation = {
10529
+ __typename?: 'Mutation';
10530
+ deleteAllSoftwares?: Array<{
10531
+ __typename?: 'Software';
10532
+ id: string;
10533
+ state: EntityState;
10534
+ } | null> | null;
10535
+ };
10319
10536
  export type DeleteSoftwareMutationVariables = Exact<{
10320
10537
  id: Scalars['ID']['input'];
10321
10538
  }>;
@@ -10353,10 +10570,10 @@ export type GetSoftwareQuery = {
10353
10570
  developer?: string | null;
10354
10571
  } | null;
10355
10572
  };
10356
- export type QuerySoftwareQueryVariables = Exact<{
10573
+ export type QuerySoftwaresQueryVariables = Exact<{
10357
10574
  filter: SoftwareFilter;
10358
10575
  }>;
10359
- export type QuerySoftwareQuery = {
10576
+ export type QuerySoftwaresQuery = {
10360
10577
  __typename?: 'Query';
10361
10578
  softwares?: {
10362
10579
  __typename?: 'SoftwareResults';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20240426001",
3
+ "version": "1.0.20240426002",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",