@api-client/core 0.9.15 → 0.9.16

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.
@@ -79,20 +79,6 @@ export interface IBackendInfo {
79
79
  socket?: string;
80
80
  };
81
81
  }
82
- export interface IBackendCommand {
83
- /**
84
- * Optional path. When not set the path is the URL of the web socket channel.
85
- */
86
- path?: string;
87
- /**
88
- * The operation to perform
89
- */
90
- operation: 'delete' | 'patch' | 'create';
91
- /**
92
- * The command data.
93
- */
94
- value?: unknown;
95
- }
96
82
  export type AltType = 'media' | 'meta';
97
83
  export declare enum BackendCommandType {
98
84
  observe = 0,
@@ -1 +1 @@
1
- {"version":3,"file":"Backend.js","sourceRoot":"","sources":["../../../../src/models/store/Backend.ts"],"names":[],"mappings":"AAyGA,MAAM,CAAN,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,iEAAO,CAAA;IACP,qEAAS,CAAA;AACX,CAAC,EAHW,kBAAkB,KAAlB,kBAAkB,QAG7B;AAED,MAAM,CAAC,MAAM,kBAAkB,GAAG,qBAAqB,CAAC"}
1
+ {"version":3,"file":"Backend.js","sourceRoot":"","sources":["../../../../src/models/store/Backend.ts"],"names":[],"mappings":"AA0FA,MAAM,CAAN,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC5B,iEAAO,CAAA;IACP,qEAAS,CAAA;AACX,CAAC,EAHW,kBAAkB,KAAlB,kBAAkB,QAG7B;AAED,MAAM,CAAC,MAAM,kBAAkB,GAAG,qBAAqB,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@api-client/core",
3
3
  "description": "The API Client's core client library. Works in NodeJS and in a ES enabled browser.",
4
- "version": "0.9.15",
4
+ "version": "0.9.16",
5
5
  "license": "Apache-2.0",
6
6
  "main": "build/index.js",
7
7
  "module": "build/index.js",
@@ -86,21 +86,6 @@ export interface IBackendInfo {
86
86
  }
87
87
  }
88
88
 
89
- export interface IBackendCommand {
90
- /**
91
- * Optional path. When not set the path is the URL of the web socket channel.
92
- */
93
- path?: string;
94
- /**
95
- * The operation to perform
96
- */
97
- operation: 'delete' | 'patch' | 'create';
98
- /**
99
- * The command data.
100
- */
101
- value?: unknown;
102
- }
103
-
104
89
  export type AltType = 'media' | 'meta';
105
90
 
106
91
  export enum BackendCommandType {