@objectstack/spec 0.8.0 → 0.8.2

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.
@@ -7,7 +7,6 @@
7
7
  * - OData v4 compatibility
8
8
  * - Batch operations
9
9
  * - Metadata caching
10
- * - View storage
11
10
  */
12
11
  export * from './contract.zod';
13
12
  export * from './endpoint.zod';
@@ -20,7 +19,6 @@ export * from './graphql.zod';
20
19
  export * from './batch.zod';
21
20
  export * from './http-cache.zod';
22
21
  export * from './errors.zod';
23
- export * from './view-storage.zod';
24
22
  export * from './protocol.zod';
25
23
  export * from './rest-server.zod';
26
24
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/api/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/api/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC"}
package/dist/api/index.js CHANGED
@@ -8,7 +8,6 @@
8
8
  * - OData v4 compatibility
9
9
  * - Batch operations
10
10
  * - Metadata caching
11
- * - View storage
12
11
  */
13
12
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
14
13
  if (k2 === undefined) k2 = k;
@@ -36,7 +35,6 @@ __exportStar(require("./graphql.zod"), exports);
36
35
  __exportStar(require("./batch.zod"), exports);
37
36
  __exportStar(require("./http-cache.zod"), exports);
38
37
  __exportStar(require("./errors.zod"), exports);
39
- __exportStar(require("./view-storage.zod"), exports);
40
38
  __exportStar(require("./protocol.zod"), exports);
41
39
  __exportStar(require("./rest-server.zod"), exports);
42
40
  // Legacy interface export (deprecated)