@rlvt/contents-openapi-client 1.0.411 → 1.0.412

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/api.d.ts CHANGED
@@ -433,6 +433,13 @@ export default class {
433
433
  };
434
434
  componentGroups: {
435
435
  [x: string]: {
436
+ url?: ({
437
+ type: "static";
438
+ value: string;
439
+ } | {
440
+ type: "dependency";
441
+ value: string;
442
+ })[] | undefined;
436
443
  name?: string | undefined;
437
444
  rendered: boolean;
438
445
  };
@@ -613,6 +620,13 @@ export default class {
613
620
  };
614
621
  componentGroups: {
615
622
  [x: string]: {
623
+ url?: ({
624
+ type: "static";
625
+ value: string;
626
+ } | {
627
+ type: "dependency";
628
+ value: string;
629
+ })[] | undefined;
616
630
  name?: string | undefined;
617
631
  rendered: boolean;
618
632
  };
@@ -788,6 +802,13 @@ export default class {
788
802
  };
789
803
  componentGroups: {
790
804
  [x: string]: {
805
+ url?: ({
806
+ type: "static";
807
+ value: string;
808
+ } | {
809
+ type: "dependency";
810
+ value: string;
811
+ })[] | undefined;
791
812
  name?: string | undefined;
792
813
  rendered: boolean;
793
814
  };
@@ -952,6 +973,13 @@ export default class {
952
973
  };
953
974
  componentGroups: {
954
975
  [x: string]: {
976
+ url?: ({
977
+ type: "static";
978
+ value: string;
979
+ } | {
980
+ type: "dependency";
981
+ value: string;
982
+ })[] | undefined;
955
983
  name?: string | undefined;
956
984
  rendered: boolean;
957
985
  };
@@ -1099,6 +1127,13 @@ export default class {
1099
1127
  };
1100
1128
  componentGroups: {
1101
1129
  [x: string]: {
1130
+ url?: ({
1131
+ type: "static";
1132
+ value: string;
1133
+ } | {
1134
+ type: "dependency";
1135
+ value: string;
1136
+ })[] | undefined;
1102
1137
  name?: string | undefined;
1103
1138
  rendered: boolean;
1104
1139
  };
@@ -1260,6 +1295,13 @@ export default class {
1260
1295
  };
1261
1296
  componentGroups: {
1262
1297
  [x: string]: {
1298
+ url?: ({
1299
+ type: "static";
1300
+ value: string;
1301
+ } | {
1302
+ type: "dependency";
1303
+ value: string;
1304
+ })[] | undefined;
1263
1305
  name?: string | undefined;
1264
1306
  rendered: boolean;
1265
1307
  };
@@ -1446,6 +1488,13 @@ export default class {
1446
1488
  };
1447
1489
  componentGroups: {
1448
1490
  [x: string]: {
1491
+ url?: ({
1492
+ type: "static";
1493
+ value: string;
1494
+ } | {
1495
+ type: "dependency";
1496
+ value: string;
1497
+ })[] | undefined;
1449
1498
  name?: string | undefined;
1450
1499
  rendered: boolean;
1451
1500
  };
@@ -1622,6 +1671,13 @@ export default class {
1622
1671
  };
1623
1672
  componentGroups: {
1624
1673
  [x: string]: {
1674
+ url?: ({
1675
+ type: "static";
1676
+ value: string;
1677
+ } | {
1678
+ type: "dependency";
1679
+ value: string;
1680
+ })[] | undefined;
1625
1681
  name?: string | undefined;
1626
1682
  rendered: boolean;
1627
1683
  };
@@ -181,9 +181,16 @@ export declare type BaseTemplate = {
181
181
  };
182
182
  componentGroups: {
183
183
  [key: string]: {
184
- name?: string;
185
- } & {
186
184
  rendered: boolean;
185
+ } & {
186
+ url?: ({
187
+ type: "static";
188
+ value: string;
189
+ } | {
190
+ type: "dependency";
191
+ value: string;
192
+ })[];
193
+ name?: string;
187
194
  };
188
195
  };
189
196
  };
@@ -16,4 +16,4 @@ var ContentStatus;
16
16
  ContentStatus["PUBLISHED"] = "published";
17
17
  ContentStatus["ERROR"] = "error";
18
18
  })(ContentStatus = exports.ContentStatus || (exports.ContentStatus = {}));
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBb0VwQixJQUFZLG1CQUlYO0FBSkQsV0FBWSxtQkFBbUI7SUFDM0Isc0NBQWUsQ0FBQTtJQUNmLG9DQUFhLENBQUE7SUFDYiw0Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsbUJBQW1CLEdBQW5CLDJCQUFtQixLQUFuQiwyQkFBbUIsUUFJOUI7QUFpSkQsSUFBWSxhQUtYO0FBTEQsV0FBWSxhQUFhO0lBQ3JCLGdDQUFlLENBQUE7SUFDZiwwQ0FBeUIsQ0FBQTtJQUN6Qix3Q0FBdUIsQ0FBQTtJQUN2QixnQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFMVyxhQUFhLEdBQWIscUJBQWEsS0FBYixxQkFBYSxRQUt4QiJ9
19
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBb0VwQixJQUFZLG1CQUlYO0FBSkQsV0FBWSxtQkFBbUI7SUFDM0Isc0NBQWUsQ0FBQTtJQUNmLG9DQUFhLENBQUE7SUFDYiw0Q0FBcUIsQ0FBQTtBQUN6QixDQUFDLEVBSlcsbUJBQW1CLEdBQW5CLDJCQUFtQixLQUFuQiwyQkFBbUIsUUFJOUI7QUF3SkQsSUFBWSxhQUtYO0FBTEQsV0FBWSxhQUFhO0lBQ3JCLGdDQUFlLENBQUE7SUFDZiwwQ0FBeUIsQ0FBQTtJQUN6Qix3Q0FBdUIsQ0FBQTtJQUN2QixnQ0FBZSxDQUFBO0FBQ25CLENBQUMsRUFMVyxhQUFhLEdBQWIscUJBQWEsS0FBYixxQkFBYSxRQUt4QiJ9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/contents-openapi-client",
3
- "version": "1.0.411+14dd86b",
3
+ "version": "1.0.412+f58f434",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",