@warp-drive-types/core-types 5.6.0-alpha.15 → 5.6.0-alpha.17
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/package.json +1 -1
- package/unstable-preview-types/-private.d.ts +3 -3
- package/unstable-preview-types/cache/aliases.d.ts +3 -3
- package/unstable-preview-types/cache/change.d.ts +3 -3
- package/unstable-preview-types/cache/mutations.d.ts +3 -3
- package/unstable-preview-types/cache/operations.d.ts +3 -3
- package/unstable-preview-types/cache/relationship.d.ts +3 -3
- package/unstable-preview-types/cache.d.ts +3 -3
- package/unstable-preview-types/graph.d.ts +3 -3
- package/unstable-preview-types/identifier.d.ts +3 -3
- package/unstable-preview-types/index.d.ts +3 -3
- package/unstable-preview-types/json/raw.d.ts +3 -3
- package/unstable-preview-types/params.d.ts +3 -3
- package/unstable-preview-types/record.d.ts +3 -3
- package/unstable-preview-types/request.d.ts +3 -3
- package/unstable-preview-types/runtime.d.ts +3 -3
- package/unstable-preview-types/schema/concepts.d.ts +3 -3
- package/unstable-preview-types/schema/fields.d.ts +3 -3
- package/unstable-preview-types/spec/document.d.ts +3 -3
- package/unstable-preview-types/spec/error.d.ts +3 -3
- package/unstable-preview-types/spec/json-api-raw.d.ts +3 -3
- package/unstable-preview-types/symbols.d.ts +3 -3
- package/unstable-preview-types/utils.d.ts +3 -3
- package/unstable-preview-types/-private.d.ts.map +0 -1
- package/unstable-preview-types/cache/aliases.d.ts.map +0 -1
- package/unstable-preview-types/cache/change.d.ts.map +0 -1
- package/unstable-preview-types/cache/mutations.d.ts.map +0 -1
- package/unstable-preview-types/cache/operations.d.ts.map +0 -1
- package/unstable-preview-types/cache/relationship.d.ts.map +0 -1
- package/unstable-preview-types/cache.d.ts.map +0 -1
- package/unstable-preview-types/graph.d.ts.map +0 -1
- package/unstable-preview-types/identifier.d.ts.map +0 -1
- package/unstable-preview-types/index.d.ts.map +0 -1
- package/unstable-preview-types/json/raw.d.ts.map +0 -1
- package/unstable-preview-types/params.d.ts.map +0 -1
- package/unstable-preview-types/record.d.ts.map +0 -1
- package/unstable-preview-types/request.d.ts.map +0 -1
- package/unstable-preview-types/runtime.d.ts.map +0 -1
- package/unstable-preview-types/schema/concepts.d.ts.map +0 -1
- package/unstable-preview-types/schema/fields.d.ts.map +0 -1
- package/unstable-preview-types/spec/document.d.ts.map +0 -1
- package/unstable-preview-types/spec/error.d.ts.map +0 -1
- package/unstable-preview-types/spec/json-api-raw.d.ts.map +0 -1
- package/unstable-preview-types/symbols.d.ts.map +0 -1
- package/unstable-preview-types/utils.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/-private' {
|
|
2
|
-
export * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export * from "@warp-drive/core/types/-private";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/cache/aliases' {
|
|
2
|
-
export type * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export type * from "@warp-drive/core/types/cache/aliases";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/cache/change' {
|
|
2
|
-
export type * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export type * from "@warp-drive/core/types/cache/change";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/cache/mutations' {
|
|
2
|
-
export type * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export type * from "@warp-drive/core/types/cache/mutations";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/cache/operations' {
|
|
2
|
-
export type * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export type * from "@warp-drive/core/types/cache/operations";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/cache/relationship' {
|
|
2
|
-
export type * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export type * from "@warp-drive/core/types/cache/relationship";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/cache' {
|
|
2
|
-
export type * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export type * from "@warp-drive/core/types/cache";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/graph' {
|
|
2
|
-
export type * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export type * from "@warp-drive/core/types/graph";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/identifier' {
|
|
2
|
-
export * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export * from "@warp-drive/core/types/identifier";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
/// <reference path="./spec/json-api-raw.d.ts" />
|
|
21
21
|
/// <reference path="./spec/document.d.ts" />
|
|
22
22
|
declare module '@warp-drive/core-types' {
|
|
23
|
-
export type * from
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
export type * from "@warp-drive/core/types";
|
|
24
|
+
|
|
25
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/json/raw' {
|
|
2
|
-
export type * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export type * from "@warp-drive/core/types/json/raw";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/params' {
|
|
2
|
-
export type * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export type * from "@warp-drive/core/types/params";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/record' {
|
|
2
|
-
export * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export * from "@warp-drive/core/types/record";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/request' {
|
|
2
|
-
export * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export * from "@warp-drive/core/types/request";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/runtime' {
|
|
2
|
-
export * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export * from "@warp-drive/core/types/runtime";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/schema/concepts' {
|
|
2
|
-
export type * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export type * from "@warp-drive/core/types/schema/concepts";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/schema/fields' {
|
|
2
|
-
export * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export * from "@warp-drive/core/types/schema/fields";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/spec/document' {
|
|
2
|
-
export type * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export type * from "@warp-drive/core/types/spec/document";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/spec/error' {
|
|
2
|
-
export type * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export type * from "@warp-drive/core/types/spec/error";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/spec/json-api-raw' {
|
|
2
|
-
export type * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export type * from "@warp-drive/core/types/spec/json-api-raw";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/symbols' {
|
|
2
|
-
export * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export * from "@warp-drive/core/types/symbols";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare module '@warp-drive/core-types/utils' {
|
|
2
|
-
export type * from
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
export type * from "@warp-drive/core/types/utils";
|
|
3
|
+
|
|
4
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"-private.d.ts","sourceRoot":"","sources":["../src/-private.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"aliases.d.ts","sourceRoot":"","sources":["../../src/cache/aliases.ts"],"names":[],"mappings":"AAAA,mBAAmB,sCAAsC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"change.d.ts","sourceRoot":"","sources":["../../src/cache/change.ts"],"names":[],"mappings":"AAAA,mBAAmB,qCAAqC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mutations.d.ts","sourceRoot":"","sources":["../../src/cache/mutations.ts"],"names":[],"mappings":"AAAA,mBAAmB,wCAAwC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../src/cache/operations.ts"],"names":[],"mappings":"AAAA,mBAAmB,yCAAyC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"relationship.d.ts","sourceRoot":"","sources":["../../src/cache/relationship.ts"],"names":[],"mappings":"AAAA,mBAAmB,2CAA2C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cache.d.ts","sourceRoot":"","sources":["../src/cache.ts"],"names":[],"mappings":"AAAA,mBAAmB,8BAA8B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"graph.d.ts","sourceRoot":"","sources":["../src/graph.ts"],"names":[],"mappings":"AAAA,mBAAmB,8BAA8B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"identifier.d.ts","sourceRoot":"","sources":["../src/identifier.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,wBAAwB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"raw.d.ts","sourceRoot":"","sources":["../../src/json/raw.ts"],"names":[],"mappings":"AAAA,mBAAmB,iCAAiC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"params.d.ts","sourceRoot":"","sources":["../src/params.ts"],"names":[],"mappings":"AAAA,mBAAmB,+BAA+B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"record.d.ts","sourceRoot":"","sources":["../src/record.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"request.d.ts","sourceRoot":"","sources":["../src/request.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtime.d.ts","sourceRoot":"","sources":["../src/runtime.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"concepts.d.ts","sourceRoot":"","sources":["../../src/schema/concepts.ts"],"names":[],"mappings":"AAAA,mBAAmB,wCAAwC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fields.d.ts","sourceRoot":"","sources":["../../src/schema/fields.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"document.d.ts","sourceRoot":"","sources":["../../src/spec/document.ts"],"names":[],"mappings":"AAAA,mBAAmB,sCAAsC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../src/spec/error.ts"],"names":[],"mappings":"AAAA,mBAAmB,mCAAmC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"json-api-raw.d.ts","sourceRoot":"","sources":["../../src/spec/json-api-raw.ts"],"names":[],"mappings":"AAAA,mBAAmB,0CAA0C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"symbols.d.ts","sourceRoot":"","sources":["../src/symbols.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":"AAAA,mBAAmB,8BAA8B,CAAC"}
|