@localess/js-client 0.0.12 → 0.1.1-next.20241210-203410.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.
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Content RichText define content as JSON Object.
3
+ */
4
+ export interface ContentRichText {
5
+ /**
6
+ * Define the type of Content Node
7
+ */
8
+ type?: string;
9
+ /**
10
+ * List of Content Nodes
11
+ */
12
+ content?: ContentRichText[];
13
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=content-rich-text.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content-rich-text.js","sourceRoot":"","sources":["../../../src/models/content-rich-text.ts"],"names":[],"mappings":""}
@@ -3,5 +3,6 @@ export * from './content-asset';
3
3
  export * from './content-data';
4
4
  export * from './content-link';
5
5
  export * from './content-metadata';
6
+ export * from './content-rich-text';
6
7
  export * from './links';
7
8
  export * from './translations';
@@ -19,6 +19,7 @@ __exportStar(require("./content-asset"), exports);
19
19
  __exportStar(require("./content-data"), exports);
20
20
  __exportStar(require("./content-link"), exports);
21
21
  __exportStar(require("./content-metadata"), exports);
22
+ __exportStar(require("./content-rich-text"), exports);
22
23
  __exportStar(require("./links"), exports);
23
24
  __exportStar(require("./translations"), exports);
24
25
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,kDAAgC;AAChC,iDAA+B;AAC/B,iDAA+B;AAC/B,qDAAmC;AACnC,0CAAwB;AACxB,iDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,kDAAgC;AAChC,iDAA+B;AAC/B,iDAA+B;AAC/B,qDAAmC;AACnC,sDAAoC;AACpC,0CAAwB;AACxB,iDAA+B"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Content RichText define content as JSON Object.
3
+ */
4
+ export interface ContentRichText {
5
+ /**
6
+ * Define the type of Content Node
7
+ */
8
+ type?: string;
9
+ /**
10
+ * List of Content Nodes
11
+ */
12
+ content?: ContentRichText[];
13
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=content-rich-text.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content-rich-text.js","sourceRoot":"","sources":["../../src/models/content-rich-text.ts"],"names":[],"mappings":""}
@@ -3,5 +3,6 @@ export * from './content-asset';
3
3
  export * from './content-data';
4
4
  export * from './content-link';
5
5
  export * from './content-metadata';
6
+ export * from './content-rich-text';
6
7
  export * from './links';
7
8
  export * from './translations';
@@ -3,6 +3,7 @@ export * from './content-asset';
3
3
  export * from './content-data';
4
4
  export * from './content-link';
5
5
  export * from './content-metadata';
6
+ export * from './content-rich-text';
6
7
  export * from './links';
7
8
  export * from './translations';
8
9
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@localess/js-client",
3
- "version": "0.0.12",
3
+ "version": "0.1.1-next.20241210-203410.0",
4
4
  "description": "Universal JavaScript/TypeScript SDK for Localess's API.",
5
5
  "keywords": [
6
6
  "localess",