@types/relay-runtime
Advanced tools
Comparing version 14.1.7 to 14.1.8
@@ -15,18 +15,20 @@ import { DataID } from '../../../lib/util/RelayRuntimeTypes'; | ||
interface ConnectionConfig { | ||
CURSOR: string; | ||
EDGES: string; | ||
END_CURSOR: string; | ||
HAS_NEXT_PAGE: string; | ||
HAS_PREV_PAGE: string; | ||
NODE: string; | ||
PAGE_INFO: string; | ||
PAGE_INFO_TYPE: string; | ||
START_CURSOR: string; | ||
} | ||
declare const ConnectionInterface: { | ||
get(): { | ||
CLIENT_MUTATION_ID: 'clientMutationId'; | ||
CURSOR: 'cursor'; | ||
EDGES_HAVE_SOURCE_FIELD: boolean; | ||
EDGES: 'edges'; | ||
END_CURSOR: 'endCursor'; | ||
HAS_NEXT_PAGE: 'hasNextPage'; | ||
HAS_PREV_PAGE: 'hasPreviousPage'; | ||
NODE: 'node'; | ||
PAGE_INFO_TYPE: 'PageInfo'; | ||
PAGE_INFO: 'pageInfo'; | ||
START_CURSOR: 'startCursor'; | ||
}; | ||
get(): ConnectionConfig; | ||
inject(newConfig: ConnectionConfig): void; | ||
}; | ||
export default ConnectionInterface; |
{ | ||
"name": "@types/relay-runtime", | ||
"version": "14.1.7", | ||
"version": "14.1.8", | ||
"description": "TypeScript definitions for relay-runtime", | ||
@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/relay-runtime", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "67dad312d070b253887056f184d1d82fafbcd16a0c356ff97efb361a33e97e8c", | ||
"typesPublisherContentHash": "82bc74ec9beb7967b969f79acd1cc9e0bce6aae43f715707e87436ec56d9ed7c", | ||
"typeScriptVersion": "4.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 14 Feb 2023 23:04:53 GMT | ||
* Last updated: Tue, 21 Feb 2023 01:02:35 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
140997