@hackersheet/core 0.1.0-alpha.1
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 +3 -0
- package/dist/chunk-3GXIDS5H.mjs +23 -0
- package/dist/chunk-5X53IRLN.mjs +2417 -0
- package/dist/chunk-7R3CATQT.mjs +143 -0
- package/dist/chunk-C3G2CMRR.mjs +13 -0
- package/dist/chunk-EXRG4APR.mjs +34 -0
- package/dist/chunk-FIFBNWMD.mjs +21 -0
- package/dist/chunk-FRXB4F4I.mjs +0 -0
- package/dist/chunk-JGQBUURE.mjs +60 -0
- package/dist/chunk-PA32N4A6.mjs +6 -0
- package/dist/chunk-PUTNZ4GU.mjs +12 -0
- package/dist/chunk-RRJUH3D4.mjs +0 -0
- package/dist/chunk-SYHSU6VH.mjs +38 -0
- package/dist/chunk-TXCPBPKN.mjs +12 -0
- package/dist/chunk-VKWT2GNZ.mjs +0 -0
- package/dist/chunk-WIUPPYM5.mjs +60 -0
- package/dist/chunk-YAN7TO2B.mjs +0 -0
- package/dist/chunk-ZZFAG7Y6.mjs +705 -0
- package/dist/client/client.d.mts +51 -0
- package/dist/client/client.d.ts +51 -0
- package/dist/client/client.js +3424 -0
- package/dist/client/client.mjs +20 -0
- package/dist/client/create-client.d.mts +11 -0
- package/dist/client/create-client.d.ts +11 -0
- package/dist/client/create-client.js +3429 -0
- package/dist/client/create-client.mjs +21 -0
- package/dist/client/operations/get-document.d.mts +15 -0
- package/dist/client/operations/get-document.d.ts +15 -0
- package/dist/client/operations/get-document.js +881 -0
- package/dist/client/operations/get-document.mjs +14 -0
- package/dist/client/operations/get-documents.d.mts +14 -0
- package/dist/client/operations/get-documents.d.ts +14 -0
- package/dist/client/operations/get-documents.js +798 -0
- package/dist/client/operations/get-documents.mjs +14 -0
- package/dist/client/operations/get-tag.d.mts +12 -0
- package/dist/client/operations/get-tag.d.ts +12 -0
- package/dist/client/operations/get-tag.js +776 -0
- package/dist/client/operations/get-tag.mjs +14 -0
- package/dist/client/operations/get-tags.d.mts +14 -0
- package/dist/client/operations/get-tags.d.ts +14 -0
- package/dist/client/operations/get-tags.js +772 -0
- package/dist/client/operations/get-tags.mjs +14 -0
- package/dist/client/operations/get-websites.d.mts +14 -0
- package/dist/client/operations/get-websites.d.ts +14 -0
- package/dist/client/operations/get-websites.js +798 -0
- package/dist/client/operations/get-websites.mjs +14 -0
- package/dist/client/operations/index.d.mts +11 -0
- package/dist/client/operations/index.d.ts +11 -0
- package/dist/client/operations/index.js +1041 -0
- package/dist/client/operations/index.mjs +31 -0
- package/dist/gql/fragment-masking.d.mts +22 -0
- package/dist/gql/fragment-masking.d.ts +22 -0
- package/dist/gql/fragment-masking.js +47 -0
- package/dist/gql/fragment-masking.mjs +10 -0
- package/dist/gql/gql.d.mts +70 -0
- package/dist/gql/gql.d.ts +70 -0
- package/dist/gql/gql.js +739 -0
- package/dist/gql/gql.mjs +7 -0
- package/dist/gql/graphql.d.mts +722 -0
- package/dist/gql/graphql.d.ts +722 -0
- package/dist/gql/graphql.js +733 -0
- package/dist/gql/graphql.mjs +14 -0
- package/dist/gql/index.d.mts +4 -0
- package/dist/gql/index.d.ts +4 -0
- package/dist/gql/index.js +761 -0
- package/dist/gql/index.mjs +16 -0
- package/dist/index.d.mts +8 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +3429 -0
- package/dist/index.mjs +22 -0
- package/dist/types/document.d.mts +71 -0
- package/dist/types/document.d.ts +71 -0
- package/dist/types/document.js +18 -0
- package/dist/types/document.mjs +0 -0
- package/dist/types/index.d.mts +3 -0
- package/dist/types/index.d.ts +3 -0
- package/dist/types/index.js +18 -0
- package/dist/types/index.mjs +1 -0
- package/dist/types/tag.d.mts +23 -0
- package/dist/types/tag.d.ts +23 -0
- package/dist/types/tag.js +18 -0
- package/dist/types/tag.mjs +0 -0
- package/dist/types/website.d.mts +29 -0
- package/dist/types/website.d.ts +29 -0
- package/dist/types/website.js +18 -0
- package/dist/types/website.mjs +0 -0
- package/dist/utils/index.d.mts +2 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/index.js +49 -0
- package/dist/utils/index.mjs +12 -0
- package/dist/utils/make-after-cursor-from-page.d.mts +3 -0
- package/dist/utils/make-after-cursor-from-page.d.ts +3 -0
- package/dist/utils/make-after-cursor-from-page.js +32 -0
- package/dist/utils/make-after-cursor-from-page.mjs +6 -0
- package/dist/utils/non-nullable-filter.d.mts +3 -0
- package/dist/utils/non-nullable-filter.d.ts +3 -0
- package/dist/utils/non-nullable-filter.js +30 -0
- package/dist/utils/non-nullable-filter.mjs +6 -0
- package/dist/utils/to-array-from-edges.d.mts +6 -0
- package/dist/utils/to-array-from-edges.d.ts +6 -0
- package/dist/utils/to-array-from-edges.js +34 -0
- package/dist/utils/to-array-from-edges.mjs +7 -0
- package/license.md +21 -0
- package/package.json +36 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
makeGetDocumentResponse
|
|
3
|
+
} from "../../chunk-7R3CATQT.mjs";
|
|
4
|
+
import "../../chunk-VKWT2GNZ.mjs";
|
|
5
|
+
import "../../chunk-PUTNZ4GU.mjs";
|
|
6
|
+
import "../../chunk-C3G2CMRR.mjs";
|
|
7
|
+
import "../../chunk-PA32N4A6.mjs";
|
|
8
|
+
import "../../chunk-RRJUH3D4.mjs";
|
|
9
|
+
import "../../chunk-FIFBNWMD.mjs";
|
|
10
|
+
import "../../chunk-3GXIDS5H.mjs";
|
|
11
|
+
import "../../chunk-ZZFAG7Y6.mjs";
|
|
12
|
+
export {
|
|
13
|
+
makeGetDocumentResponse
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as _urql_core from '@urql/core';
|
|
2
|
+
import { OperationResult } from '@urql/core';
|
|
3
|
+
import { DocumentsQuery, QueryDocumentsArgs } from '../../gql/graphql.mjs';
|
|
4
|
+
import { DocumentList } from '../../types/document.mjs';
|
|
5
|
+
import '@graphql-typed-document-node/core';
|
|
6
|
+
|
|
7
|
+
declare function makeGetDocumentsResponse(result: OperationResult<DocumentsQuery, QueryDocumentsArgs>): {
|
|
8
|
+
readonly documents: DocumentList;
|
|
9
|
+
readonly totalCount: number;
|
|
10
|
+
readonly isEmpty: boolean;
|
|
11
|
+
readonly error: _urql_core.CombinedError | undefined;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export { makeGetDocumentsResponse };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as _urql_core from '@urql/core';
|
|
2
|
+
import { OperationResult } from '@urql/core';
|
|
3
|
+
import { DocumentsQuery, QueryDocumentsArgs } from '../../gql/graphql.js';
|
|
4
|
+
import { DocumentList } from '../../types/document.js';
|
|
5
|
+
import '@graphql-typed-document-node/core';
|
|
6
|
+
|
|
7
|
+
declare function makeGetDocumentsResponse(result: OperationResult<DocumentsQuery, QueryDocumentsArgs>): {
|
|
8
|
+
readonly documents: DocumentList;
|
|
9
|
+
readonly totalCount: number;
|
|
10
|
+
readonly isEmpty: boolean;
|
|
11
|
+
readonly error: _urql_core.CombinedError | undefined;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export { makeGetDocumentsResponse };
|