@takeshape/errors 11.59.0 → 11.60.0
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/api-indexing/__tests__/index.test.js +1 -1
- package/dist/index.d.ts +19 -19
- package/dist/index.js +19 -19
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { describe, expect, test } from 'vitest';
|
|
2
|
-
import { InvalidPaginationTypeError, MissingIndexedShapeError
|
|
2
|
+
import { apiIndexingLogErrorMessage, InvalidPaginationTypeError, MissingIndexedShapeError } from "../index.js";
|
|
3
3
|
test('MissingIndexedShapeError', () => {
|
|
4
4
|
const error = new MissingIndexedShapeError('queryName');
|
|
5
5
|
expect(error.message).toEqual('Could not find indexed shape for queryName. Verify that itemsPath is set correctly.');
|
package/dist/index.d.ts
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
1
|
+
export * from './agent-execution-error.ts';
|
|
2
|
+
export * from './api-indexing/index.ts';
|
|
3
3
|
export * from './authorization.ts';
|
|
4
|
-
export * from './conflict.ts';
|
|
5
|
-
export * from './invalid-version.ts';
|
|
6
|
-
export * from './lock.ts';
|
|
7
|
-
export * from './not-found.ts';
|
|
8
|
-
export * from './entitlement.ts';
|
|
9
4
|
export * from './bad-data.ts';
|
|
10
5
|
export * from './bad-request.ts';
|
|
11
6
|
export * from './base-error.ts';
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './
|
|
14
|
-
export * from './generate.ts';
|
|
15
|
-
export * from './download.ts';
|
|
7
|
+
export * from './branch-merge-error.ts';
|
|
8
|
+
export * from './conflict.ts';
|
|
16
9
|
export * from './deploy.ts';
|
|
17
|
-
export * from './
|
|
10
|
+
export * from './directive-mapping-error.ts';
|
|
11
|
+
export * from './download.ts';
|
|
12
|
+
export * from './entitlement.ts';
|
|
18
13
|
export * from './forbidden.ts';
|
|
19
|
-
export * from './
|
|
14
|
+
export * from './generate.ts';
|
|
15
|
+
export * from './guardrails.ts';
|
|
20
16
|
export * from './import.ts';
|
|
21
|
-
export * from './
|
|
17
|
+
export * from './invalid-query-error.ts';
|
|
18
|
+
export * from './invalid-version.ts';
|
|
19
|
+
export * from './json-validation.ts';
|
|
20
|
+
export * from './lock.ts';
|
|
21
|
+
export * from './not-found.ts';
|
|
22
22
|
export * from './parameter-serialization-error.ts';
|
|
23
|
-
export * from './api-indexing/index.ts';
|
|
24
23
|
export * from './payment-method.ts';
|
|
25
|
-
export * from './
|
|
24
|
+
export * from './remote-graphql-schema.ts';
|
|
26
25
|
export * from './schema-build.ts';
|
|
26
|
+
export * from './schema-validation.ts';
|
|
27
|
+
export * from './service-provider.ts';
|
|
27
28
|
export * from './suspend.ts';
|
|
28
|
-
export * from './
|
|
29
|
-
export * from './
|
|
30
|
-
export * from './agent-execution-error.ts';
|
|
29
|
+
export * from './unauthorized.ts';
|
|
30
|
+
export * from './unzip.ts';
|
package/dist/index.js
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
export * from "./
|
|
2
|
-
export * from "./
|
|
1
|
+
export * from "./agent-execution-error.js";
|
|
2
|
+
export * from "./api-indexing/index.js";
|
|
3
3
|
export * from "./authorization.js";
|
|
4
|
-
export * from "./conflict.js";
|
|
5
|
-
export * from "./invalid-version.js";
|
|
6
|
-
export * from "./lock.js";
|
|
7
|
-
export * from "./not-found.js";
|
|
8
|
-
export * from "./entitlement.js";
|
|
9
4
|
export * from "./bad-data.js";
|
|
10
5
|
export * from "./bad-request.js";
|
|
11
6
|
export * from "./base-error.js";
|
|
12
|
-
export * from "./
|
|
13
|
-
export * from "./
|
|
14
|
-
export * from "./generate.js";
|
|
15
|
-
export * from "./download.js";
|
|
7
|
+
export * from "./branch-merge-error.js";
|
|
8
|
+
export * from "./conflict.js";
|
|
16
9
|
export * from "./deploy.js";
|
|
17
|
-
export * from "./
|
|
10
|
+
export * from "./directive-mapping-error.js";
|
|
11
|
+
export * from "./download.js";
|
|
12
|
+
export * from "./entitlement.js";
|
|
18
13
|
export * from "./forbidden.js";
|
|
19
|
-
export * from "./
|
|
14
|
+
export * from "./generate.js";
|
|
15
|
+
export * from "./guardrails.js";
|
|
20
16
|
export * from "./import.js";
|
|
21
|
-
export * from "./
|
|
17
|
+
export * from "./invalid-query-error.js";
|
|
18
|
+
export * from "./invalid-version.js";
|
|
19
|
+
export * from "./json-validation.js";
|
|
20
|
+
export * from "./lock.js";
|
|
21
|
+
export * from "./not-found.js";
|
|
22
22
|
export * from "./parameter-serialization-error.js";
|
|
23
|
-
export * from "./api-indexing/index.js";
|
|
24
23
|
export * from "./payment-method.js";
|
|
25
|
-
export * from "./
|
|
24
|
+
export * from "./remote-graphql-schema.js";
|
|
26
25
|
export * from "./schema-build.js";
|
|
26
|
+
export * from "./schema-validation.js";
|
|
27
|
+
export * from "./service-provider.js";
|
|
27
28
|
export * from "./suspend.js";
|
|
28
|
-
export * from "./
|
|
29
|
-
export * from "./
|
|
30
|
-
export * from "./agent-execution-error.js";
|
|
29
|
+
export * from "./unauthorized.js";
|
|
30
|
+
export * from "./unzip.js";
|