@mx-space/api-client 0.4.1 → 0.4.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.
package/build/index.d.ts CHANGED
@@ -733,7 +733,8 @@ export declare class SearchController implements IController {
733
733
  }
734
734
  declare enum SnippetType {
735
735
  JSON = "json",
736
- Text = "text"
736
+ Text = "text",
737
+ YAML = "yaml"
737
738
  }
738
739
  export interface SnippetModel<T = unknown> extends BaseModel {
739
740
  type: SnippetType;
@@ -1,7 +1,8 @@
1
1
  import { BaseModel } from './base';
2
2
  export declare enum SnippetType {
3
3
  JSON = "json",
4
- Text = "text"
4
+ Text = "text",
5
+ YAML = "yaml"
5
6
  }
6
7
  export interface SnippetModel<T = unknown> extends BaseModel {
7
8
  type: SnippetType;
@@ -3,5 +3,6 @@ export var SnippetType;
3
3
  SnippetType["JSON"] = "json";
4
4
  // Function = 'function',
5
5
  SnippetType["Text"] = "text";
6
+ SnippetType["YAML"] = "yaml";
6
7
  })(SnippetType || (SnippetType = {}));
7
8
  //# sourceMappingURL=snippet.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"snippet.js","sourceRoot":"","sources":["../../src/models/snippet.ts"],"names":[],"mappings":"AACA,MAAM,CAAN,IAAY,WAIX;AAJD,WAAY,WAAW;IACrB,4BAAa,CAAA;IACb,yBAAyB;IACzB,4BAAa,CAAA;AACf,CAAC,EAJW,WAAW,KAAX,WAAW,QAItB"}
1
+ {"version":3,"file":"snippet.js","sourceRoot":"","sources":["../../src/models/snippet.ts"],"names":[],"mappings":"AACA,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,4BAAa,CAAA;IACb,yBAAyB;IACzB,4BAAa,CAAA;IACb,4BAAa,CAAA;AACf,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB"}
@@ -1,7 +1,8 @@
1
1
  import { BaseModel } from './base';
2
2
  export declare enum SnippetType {
3
3
  JSON = "json",
4
- Text = "text"
4
+ Text = "text",
5
+ YAML = "yaml"
5
6
  }
6
7
  export interface SnippetModel<T = unknown> extends BaseModel {
7
8
  type: SnippetType;
@@ -6,5 +6,6 @@ var SnippetType;
6
6
  SnippetType["JSON"] = "json";
7
7
  // Function = 'function',
8
8
  SnippetType["Text"] = "text";
9
+ SnippetType["YAML"] = "yaml";
9
10
  })(SnippetType = exports.SnippetType || (exports.SnippetType = {}));
10
11
  //# sourceMappingURL=snippet.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"snippet.js","sourceRoot":"","sources":["../../src/models/snippet.ts"],"names":[],"mappings":";;;AACA,IAAY,WAIX;AAJD,WAAY,WAAW;IACrB,4BAAa,CAAA;IACb,yBAAyB;IACzB,4BAAa,CAAA;AACf,CAAC,EAJW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAItB"}
1
+ {"version":3,"file":"snippet.js","sourceRoot":"","sources":["../../src/models/snippet.ts"],"names":[],"mappings":";;;AACA,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,4BAAa,CAAA;IACb,yBAAyB;IACzB,4BAAa,CAAA;IACb,4BAAa,CAAA;AACf,CAAC,EALW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAKtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-space/api-client",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "A api client for mx-space server@next",
5
5
  "author": "Innei",
6
6
  "license": "MIT",