@webiny/api-headless-cms-ddb-es 0.0.0-unstable.d7f521b032 → 0.0.0-unstable.dbdf5d6258

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.
Files changed (305) hide show
  1. package/README.md +6 -30
  2. package/configurations.d.ts +12 -6
  3. package/configurations.js +20 -18
  4. package/configurations.js.map +1 -1
  5. package/definitions/entry.d.ts +4 -5
  6. package/definitions/entry.js +7 -79
  7. package/definitions/entry.js.map +1 -1
  8. package/definitions/group.d.ts +6 -6
  9. package/definitions/group.js +7 -59
  10. package/definitions/group.js.map +1 -1
  11. package/definitions/model.d.ts +6 -6
  12. package/definitions/model.js +7 -86
  13. package/definitions/model.js.map +1 -1
  14. package/definitions/types.d.ts +60 -0
  15. package/definitions/types.js +3 -0
  16. package/definitions/types.js.map +1 -0
  17. package/dynamoDb/index.d.ts +2 -1
  18. package/dynamoDb/index.js +7 -10
  19. package/dynamoDb/index.js.map +1 -1
  20. package/dynamoDb/storage/longText.js +15 -18
  21. package/dynamoDb/storage/longText.js.map +1 -1
  22. package/dynamoDb/storage/richText.d.ts +0 -5
  23. package/dynamoDb/storage/richText.js +29 -86
  24. package/dynamoDb/storage/richText.js.map +1 -1
  25. package/elasticsearch/createElasticsearchIndex.d.ts +4 -4
  26. package/elasticsearch/createElasticsearchIndex.js +23 -40
  27. package/elasticsearch/createElasticsearchIndex.js.map +1 -1
  28. package/elasticsearch/deleteElasticsearchIndex.d.ts +3 -3
  29. package/elasticsearch/deleteElasticsearchIndex.js +8 -13
  30. package/elasticsearch/deleteElasticsearchIndex.js.map +1 -1
  31. package/elasticsearch/index.d.ts +1 -1
  32. package/elasticsearch/index.js +4 -10
  33. package/elasticsearch/index.js.map +1 -1
  34. package/elasticsearch/indexing/dateTimeIndexing.d.ts +1 -1
  35. package/elasticsearch/indexing/dateTimeIndexing.js +5 -10
  36. package/elasticsearch/indexing/dateTimeIndexing.js.map +1 -1
  37. package/elasticsearch/indexing/defaultFieldIndexing.d.ts +1 -1
  38. package/elasticsearch/indexing/defaultFieldIndexing.js +3 -8
  39. package/elasticsearch/indexing/defaultFieldIndexing.js.map +1 -1
  40. package/elasticsearch/indexing/index.d.ts +1 -1
  41. package/elasticsearch/indexing/index.js +9 -14
  42. package/elasticsearch/indexing/index.js.map +1 -1
  43. package/elasticsearch/indexing/jsonIndexing.d.ts +2 -0
  44. package/elasticsearch/indexing/jsonIndexing.js +21 -0
  45. package/elasticsearch/indexing/jsonIndexing.js.map +1 -0
  46. package/elasticsearch/indexing/longTextIndexing.d.ts +1 -1
  47. package/elasticsearch/indexing/longTextIndexing.js +5 -16
  48. package/elasticsearch/indexing/longTextIndexing.js.map +1 -1
  49. package/elasticsearch/indexing/numberIndexing.d.ts +1 -1
  50. package/elasticsearch/indexing/numberIndexing.js +3 -8
  51. package/elasticsearch/indexing/numberIndexing.js.map +1 -1
  52. package/elasticsearch/indexing/objectIndexing.d.ts +1 -1
  53. package/elasticsearch/indexing/objectIndexing.js +25 -27
  54. package/elasticsearch/indexing/objectIndexing.js.map +1 -1
  55. package/elasticsearch/indexing/richTextIndexing.d.ts +1 -1
  56. package/elasticsearch/indexing/richTextIndexing.js +3 -8
  57. package/elasticsearch/indexing/richTextIndexing.js.map +1 -1
  58. package/elasticsearch/indices/base.d.ts +1 -1
  59. package/elasticsearch/indices/base.js +6 -11
  60. package/elasticsearch/indices/base.js.map +1 -1
  61. package/elasticsearch/indices/index.d.ts +1 -1
  62. package/elasticsearch/indices/index.js +5 -11
  63. package/elasticsearch/indices/index.js.map +1 -1
  64. package/elasticsearch/search/index.d.ts +1 -1
  65. package/elasticsearch/search/index.js +5 -9
  66. package/elasticsearch/search/index.js.map +1 -1
  67. package/elasticsearch/search/refSearch.d.ts +1 -1
  68. package/elasticsearch/search/refSearch.js +5 -10
  69. package/elasticsearch/search/refSearch.js.map +1 -1
  70. package/elasticsearch/search/searchableJson.d.ts +2 -0
  71. package/elasticsearch/search/searchableJson.js +53 -0
  72. package/elasticsearch/search/searchableJson.js.map +1 -0
  73. package/elasticsearch/search/timeSearch.d.ts +1 -1
  74. package/elasticsearch/search/timeSearch.js +6 -12
  75. package/elasticsearch/search/timeSearch.js.map +1 -1
  76. package/helpers/entryIndexHelpers.d.ts +10 -10
  77. package/helpers/entryIndexHelpers.js +61 -40
  78. package/helpers/entryIndexHelpers.js.map +1 -1
  79. package/helpers/fieldIdentifier.d.ts +6 -0
  80. package/helpers/fieldIdentifier.js +35 -0
  81. package/helpers/fieldIdentifier.js.map +1 -0
  82. package/helpers/index.d.ts +2 -1
  83. package/helpers/index.js +3 -15
  84. package/helpers/index.js.map +1 -1
  85. package/index.d.ts +2 -2
  86. package/index.js +119 -147
  87. package/index.js.map +1 -1
  88. package/operations/entry/dataLoader/DataLoaderCache.d.ts +15 -0
  89. package/operations/entry/dataLoader/DataLoaderCache.js +34 -0
  90. package/operations/entry/dataLoader/DataLoaderCache.js.map +1 -0
  91. package/operations/entry/dataLoader/constants.d.ts +1 -0
  92. package/operations/entry/dataLoader/constants.js +4 -0
  93. package/operations/entry/dataLoader/constants.js.map +1 -0
  94. package/operations/entry/dataLoader/createBatchScheduleFn.d.ts +8 -0
  95. package/operations/entry/dataLoader/createBatchScheduleFn.js +19 -0
  96. package/operations/entry/dataLoader/createBatchScheduleFn.js.map +1 -0
  97. package/operations/entry/dataLoader/getAllEntryRevisions.d.ts +4 -0
  98. package/operations/entry/dataLoader/getAllEntryRevisions.js +32 -0
  99. package/operations/entry/dataLoader/getAllEntryRevisions.js.map +1 -0
  100. package/operations/entry/dataLoader/getLatestRevisionByEntryId.d.ts +4 -0
  101. package/operations/entry/dataLoader/getLatestRevisionByEntryId.js +40 -0
  102. package/operations/entry/dataLoader/getLatestRevisionByEntryId.js.map +1 -0
  103. package/operations/entry/dataLoader/getPublishedRevisionByEntryId.d.ts +4 -0
  104. package/operations/entry/dataLoader/getPublishedRevisionByEntryId.js +40 -0
  105. package/operations/entry/dataLoader/getPublishedRevisionByEntryId.js.map +1 -0
  106. package/operations/entry/dataLoader/getRevisionById.d.ts +4 -0
  107. package/operations/entry/dataLoader/getRevisionById.js +50 -0
  108. package/operations/entry/dataLoader/getRevisionById.js.map +1 -0
  109. package/operations/entry/dataLoader/index.d.ts +8 -0
  110. package/operations/entry/dataLoader/index.js +19 -0
  111. package/operations/entry/dataLoader/index.js.map +1 -0
  112. package/operations/entry/dataLoader/types.d.ts +5 -0
  113. package/operations/entry/dataLoader/types.js +3 -0
  114. package/operations/entry/dataLoader/types.js.map +1 -0
  115. package/operations/entry/dataLoaders.d.ts +17 -38
  116. package/operations/entry/dataLoaders.js +57 -264
  117. package/operations/entry/dataLoaders.js.map +1 -1
  118. package/operations/entry/elasticsearch/assignMinimumShouldMatchToQuery.d.ts +1 -1
  119. package/operations/entry/elasticsearch/assignMinimumShouldMatchToQuery.js +3 -8
  120. package/operations/entry/elasticsearch/assignMinimumShouldMatchToQuery.js.map +1 -1
  121. package/operations/entry/elasticsearch/body.d.ts +3 -3
  122. package/operations/entry/elasticsearch/body.js +24 -29
  123. package/operations/entry/elasticsearch/body.js.map +1 -1
  124. package/operations/entry/elasticsearch/fields/createSystemField.d.ts +4 -0
  125. package/operations/entry/elasticsearch/fields/createSystemField.js +10 -0
  126. package/operations/entry/elasticsearch/fields/createSystemField.js.map +1 -0
  127. package/operations/entry/elasticsearch/fields/live.d.ts +2 -0
  128. package/operations/entry/elasticsearch/fields/live.js +45 -0
  129. package/operations/entry/elasticsearch/fields/live.js.map +1 -0
  130. package/operations/entry/elasticsearch/fields/location.d.ts +2 -0
  131. package/operations/entry/elasticsearch/fields/location.js +45 -0
  132. package/operations/entry/elasticsearch/fields/location.js.map +1 -0
  133. package/operations/entry/elasticsearch/fields/state.d.ts +2 -0
  134. package/operations/entry/elasticsearch/fields/state.js +93 -0
  135. package/operations/entry/elasticsearch/fields/state.js.map +1 -0
  136. package/operations/entry/elasticsearch/fields.d.ts +6 -5
  137. package/operations/entry/elasticsearch/fields.js +161 -116
  138. package/operations/entry/elasticsearch/fields.js.map +1 -1
  139. package/operations/entry/elasticsearch/filtering/applyFiltering.d.ts +2 -2
  140. package/operations/entry/elasticsearch/filtering/applyFiltering.js +12 -17
  141. package/operations/entry/elasticsearch/filtering/applyFiltering.js.map +1 -1
  142. package/operations/entry/elasticsearch/filtering/exec.d.ts +7 -6
  143. package/operations/entry/elasticsearch/filtering/exec.js +50 -44
  144. package/operations/entry/elasticsearch/filtering/exec.js.map +1 -1
  145. package/operations/entry/elasticsearch/filtering/index.d.ts +1 -1
  146. package/operations/entry/elasticsearch/filtering/index.js +2 -15
  147. package/operations/entry/elasticsearch/filtering/index.js.map +1 -1
  148. package/operations/entry/elasticsearch/filtering/path.d.ts +2 -1
  149. package/operations/entry/elasticsearch/filtering/path.js +11 -17
  150. package/operations/entry/elasticsearch/filtering/path.js.map +1 -1
  151. package/operations/entry/elasticsearch/filtering/plugins/defaultFilterPlugin.d.ts +1 -1
  152. package/operations/entry/elasticsearch/filtering/plugins/defaultFilterPlugin.js +9 -15
  153. package/operations/entry/elasticsearch/filtering/plugins/defaultFilterPlugin.js.map +1 -1
  154. package/operations/entry/elasticsearch/filtering/plugins/index.d.ts +1 -1
  155. package/operations/entry/elasticsearch/filtering/plugins/index.js +7 -12
  156. package/operations/entry/elasticsearch/filtering/plugins/index.js.map +1 -1
  157. package/operations/entry/elasticsearch/filtering/plugins/objectFilterPlugin.d.ts +1 -1
  158. package/operations/entry/elasticsearch/filtering/plugins/objectFilterPlugin.js +11 -15
  159. package/operations/entry/elasticsearch/filtering/plugins/objectFilterPlugin.js.map +1 -1
  160. package/operations/entry/elasticsearch/filtering/plugins/refFilterPlugin.d.ts +1 -1
  161. package/operations/entry/elasticsearch/filtering/plugins/refFilterPlugin.js +17 -16
  162. package/operations/entry/elasticsearch/filtering/plugins/refFilterPlugin.js.map +1 -1
  163. package/operations/entry/elasticsearch/filtering/populated.d.ts +1 -1
  164. package/operations/entry/elasticsearch/filtering/populated.js +4 -9
  165. package/operations/entry/elasticsearch/filtering/populated.js.map +1 -1
  166. package/operations/entry/elasticsearch/filtering/values.d.ts +1 -1
  167. package/operations/entry/elasticsearch/filtering/values.js +6 -12
  168. package/operations/entry/elasticsearch/filtering/values.js.map +1 -1
  169. package/operations/entry/elasticsearch/fullTextSearch.d.ts +3 -3
  170. package/operations/entry/elasticsearch/fullTextSearch.js +8 -12
  171. package/operations/entry/elasticsearch/fullTextSearch.js.map +1 -1
  172. package/operations/entry/elasticsearch/fullTextSearchFields.d.ts +1 -1
  173. package/operations/entry/elasticsearch/fullTextSearchFields.js +3 -8
  174. package/operations/entry/elasticsearch/fullTextSearchFields.js.map +1 -1
  175. package/operations/entry/elasticsearch/initialQuery.d.ts +2 -2
  176. package/operations/entry/elasticsearch/initialQuery.js +11 -26
  177. package/operations/entry/elasticsearch/initialQuery.js.map +1 -1
  178. package/operations/entry/elasticsearch/keyword.d.ts +1 -1
  179. package/operations/entry/elasticsearch/keyword.js +6 -9
  180. package/operations/entry/elasticsearch/keyword.js.map +1 -1
  181. package/operations/entry/elasticsearch/plugins/bodyModifier.d.ts +4 -4
  182. package/operations/entry/elasticsearch/plugins/bodyModifier.js +5 -10
  183. package/operations/entry/elasticsearch/plugins/bodyModifier.js.map +1 -1
  184. package/operations/entry/elasticsearch/plugins/operator.d.ts +2 -3
  185. package/operations/entry/elasticsearch/plugins/operator.js +6 -19
  186. package/operations/entry/elasticsearch/plugins/operator.js.map +1 -1
  187. package/operations/entry/elasticsearch/plugins/queryModifier.d.ts +4 -4
  188. package/operations/entry/elasticsearch/plugins/queryModifier.js +5 -10
  189. package/operations/entry/elasticsearch/plugins/queryModifier.js.map +1 -1
  190. package/operations/entry/elasticsearch/plugins/search.d.ts +2 -2
  191. package/operations/entry/elasticsearch/plugins/search.js +7 -13
  192. package/operations/entry/elasticsearch/plugins/search.js.map +1 -1
  193. package/operations/entry/elasticsearch/plugins/sortModifier.d.ts +4 -4
  194. package/operations/entry/elasticsearch/plugins/sortModifier.js +5 -10
  195. package/operations/entry/elasticsearch/plugins/sortModifier.js.map +1 -1
  196. package/operations/entry/elasticsearch/shouldIgnoreEsResponseError.d.ts +2 -0
  197. package/operations/entry/elasticsearch/shouldIgnoreEsResponseError.js +6 -0
  198. package/operations/entry/elasticsearch/shouldIgnoreEsResponseError.js.map +1 -0
  199. package/operations/entry/elasticsearch/sort.d.ts +4 -4
  200. package/operations/entry/elasticsearch/sort.js +61 -36
  201. package/operations/entry/elasticsearch/sort.js.map +1 -1
  202. package/operations/entry/elasticsearch/transformValueForSearch.d.ts +2 -2
  203. package/operations/entry/elasticsearch/transformValueForSearch.js +6 -9
  204. package/operations/entry/elasticsearch/transformValueForSearch.js.map +1 -1
  205. package/operations/entry/elasticsearch/types.d.ts +8 -8
  206. package/operations/entry/elasticsearch/types.js +2 -4
  207. package/operations/entry/elasticsearch/types.js.map +1 -1
  208. package/operations/entry/index.d.ts +7 -6
  209. package/operations/entry/index.js +1193 -622
  210. package/operations/entry/index.js.map +1 -1
  211. package/operations/entry/keys.d.ts +31 -1
  212. package/operations/entry/keys.js +58 -19
  213. package/operations/entry/keys.js.map +1 -1
  214. package/operations/entry/recordType.js +5 -12
  215. package/operations/entry/recordType.js.map +1 -1
  216. package/operations/entry/transformations/convertEntryKeys.d.ts +8 -0
  217. package/operations/entry/transformations/convertEntryKeys.js +30 -0
  218. package/operations/entry/transformations/convertEntryKeys.js.map +1 -0
  219. package/operations/entry/transformations/index.d.ts +29 -0
  220. package/operations/entry/transformations/index.js +119 -0
  221. package/operations/entry/transformations/index.js.map +1 -0
  222. package/operations/entry/transformations/modifyEntryValues.d.ts +52 -0
  223. package/operations/entry/transformations/modifyEntryValues.js +21 -0
  224. package/operations/entry/transformations/modifyEntryValues.js.map +1 -0
  225. package/operations/entry/transformations/transformEntryKeys.d.ts +11 -0
  226. package/operations/entry/transformations/transformEntryKeys.js +20 -0
  227. package/operations/entry/transformations/transformEntryKeys.js.map +1 -0
  228. package/operations/entry/transformations/transformEntryToIndex.d.ts +10 -0
  229. package/operations/entry/transformations/transformEntryToIndex.js +24 -0
  230. package/operations/entry/transformations/transformEntryToIndex.js.map +1 -0
  231. package/operations/group/index.d.ts +6 -5
  232. package/operations/group/index.js +47 -67
  233. package/operations/group/index.js.map +1 -1
  234. package/operations/model/index.d.ts +4 -4
  235. package/operations/model/index.js +39 -46
  236. package/operations/model/index.js.map +1 -1
  237. package/package.json +35 -37
  238. package/plugins/CmsElasticsearchModelFieldPlugin.d.ts +69 -0
  239. package/plugins/CmsElasticsearchModelFieldPlugin.js +46 -0
  240. package/plugins/CmsElasticsearchModelFieldPlugin.js.map +1 -0
  241. package/plugins/CmsEntryElasticsearchBodyModifierPlugin.d.ts +3 -2
  242. package/plugins/CmsEntryElasticsearchBodyModifierPlugin.js +6 -15
  243. package/plugins/CmsEntryElasticsearchBodyModifierPlugin.js.map +1 -1
  244. package/plugins/CmsEntryElasticsearchFullTextSearchPlugin.d.ts +2 -2
  245. package/plugins/CmsEntryElasticsearchFullTextSearchPlugin.js +6 -15
  246. package/plugins/CmsEntryElasticsearchFullTextSearchPlugin.js.map +1 -1
  247. package/plugins/CmsEntryElasticsearchIndexPlugin.js +5 -11
  248. package/plugins/CmsEntryElasticsearchIndexPlugin.js.map +1 -1
  249. package/plugins/CmsEntryElasticsearchQueryBuilderValueSearchPlugin.d.ts +3 -2
  250. package/plugins/CmsEntryElasticsearchQueryBuilderValueSearchPlugin.js +10 -15
  251. package/plugins/CmsEntryElasticsearchQueryBuilderValueSearchPlugin.js.map +1 -1
  252. package/plugins/CmsEntryElasticsearchQueryModifierPlugin.d.ts +3 -2
  253. package/plugins/CmsEntryElasticsearchQueryModifierPlugin.js +6 -15
  254. package/plugins/CmsEntryElasticsearchQueryModifierPlugin.js.map +1 -1
  255. package/plugins/CmsEntryElasticsearchSortModifierPlugin.d.ts +3 -2
  256. package/plugins/CmsEntryElasticsearchSortModifierPlugin.js +6 -15
  257. package/plugins/CmsEntryElasticsearchSortModifierPlugin.js.map +1 -1
  258. package/plugins/CmsEntryElasticsearchValuesModifier.d.ts +33 -0
  259. package/plugins/CmsEntryElasticsearchValuesModifier.js +42 -0
  260. package/plugins/CmsEntryElasticsearchValuesModifier.js.map +1 -0
  261. package/plugins/CmsEntryFilterPlugin.d.ts +3 -3
  262. package/plugins/CmsEntryFilterPlugin.js +6 -15
  263. package/plugins/CmsEntryFilterPlugin.js.map +1 -1
  264. package/plugins/index.d.ts +8 -7
  265. package/plugins/index.js +9 -81
  266. package/plugins/index.js.map +1 -1
  267. package/tasks/createIndexTaskPlugin.d.ts +2 -0
  268. package/tasks/createIndexTaskPlugin.js +41 -0
  269. package/tasks/createIndexTaskPlugin.js.map +1 -0
  270. package/types.d.ts +38 -36
  271. package/types.js +9 -12
  272. package/types.js.map +1 -1
  273. package/values/NoValueContainer.d.ts +5 -0
  274. package/values/NoValueContainer.js +13 -0
  275. package/values/NoValueContainer.js.map +1 -0
  276. package/definitions/entryElasticsearch.d.ts +0 -8
  277. package/definitions/entryElasticsearch.js +0 -37
  278. package/definitions/entryElasticsearch.js.map +0 -1
  279. package/definitions/settings.d.ts +0 -8
  280. package/definitions/settings.js +0 -53
  281. package/definitions/settings.js.map +0 -1
  282. package/definitions/system.d.ts +0 -8
  283. package/definitions/system.js +0 -41
  284. package/definitions/system.js.map +0 -1
  285. package/definitions/table.d.ts +0 -8
  286. package/definitions/table.js +0 -21
  287. package/definitions/table.js.map +0 -1
  288. package/definitions/tableElasticsearch.d.ts +0 -8
  289. package/definitions/tableElasticsearch.js +0 -21
  290. package/definitions/tableElasticsearch.js.map +0 -1
  291. package/dynamoDb/storage/date.d.ts +0 -3
  292. package/dynamoDb/storage/date.js +0 -84
  293. package/dynamoDb/storage/date.js.map +0 -1
  294. package/elasticsearch/indices/japanese.d.ts +0 -2
  295. package/elasticsearch/indices/japanese.js +0 -13
  296. package/elasticsearch/indices/japanese.js.map +0 -1
  297. package/operations/settings/index.d.ts +0 -6
  298. package/operations/settings/index.js +0 -111
  299. package/operations/settings/index.js.map +0 -1
  300. package/operations/system/index.d.ts +0 -6
  301. package/operations/system/index.js +0 -82
  302. package/operations/system/index.js.map +0 -1
  303. package/plugins/CmsEntryElasticsearchFieldPlugin.d.ts +0 -12
  304. package/plugins/CmsEntryElasticsearchFieldPlugin.js +0 -18
  305. package/plugins/CmsEntryElasticsearchFieldPlugin.js.map +0 -1
package/README.md CHANGED
@@ -1,35 +1,11 @@
1
1
  # @webiny/api-headless-cms-ddb-es
2
2
 
3
- [![](https://img.shields.io/npm/dw/@webiny/api-headless-cms-ddb-es.svg)](https://www.npmjs.com/package/@webiny/api-headless-cms-ddb-es)
4
- [![](https://img.shields.io/npm/v/@webiny/api-headless-cms-ddb-es.svg)](https://www.npmjs.com/package/@webiny/api-headless-cms-ddb-es)
5
- [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
6
- [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
3
+ > [!NOTE]
4
+ > This package is part of the [Webiny](https://www.webiny.com) monorepo.
5
+ > It’s **included in every Webiny project by default** and is not meant to be used as a standalone package.
7
6
 
8
- ## Install
7
+ 📘 **Documentation:** [https://www.webiny.com/docs](https://www.webiny.com/docs)
9
8
 
10
- ```
11
- npm install --save @webiny/api-headless-cms-ddb-es
12
- ```
9
+ ---
13
10
 
14
- Or if you prefer yarn:
15
-
16
- ```
17
- yarn add @webiny/api-headless-cms-ddb-es
18
- ```
19
-
20
-
21
- ## Testing
22
- To run the tests only for this package you must filter it with keywords.
23
-
24
- ### Env variables
25
-
26
- ###### LOCAL_ELASTICSEARCH
27
- If set, does not run Elasticsearch when starting the tests, use local one. You must install it and run if, of course.
28
-
29
- ###### ELASTICSEARCH_PORT
30
- Custom port for local elasticsearch.
31
-
32
- ### Command
33
- ````
34
- ELASTICSEARCH_PORT=9200 LOCAL_ELASTICSEARCH=true yarn test packages/api-headless-cms --keyword=cms:ddb-es --keyword=cms:base
35
- ````
11
+ _This README file is automatically generated during the publish process._
@@ -1,12 +1,18 @@
1
- import { CmsModel } from "@webiny/api-headless-cms/types";
2
- interface ElasticsearchConfig {
1
+ import type { CmsModel } from "@webiny/api-headless-cms/types/index.js";
2
+ import type { CmsContext } from "./types.js";
3
+ import type { ElasticsearchIndexRequestBody } from "@webiny/api-elasticsearch/types.js";
4
+ interface ConfigurationsElasticsearch {
3
5
  index: string;
4
6
  }
5
- interface CmsElasticsearchParams {
6
- model: CmsModel;
7
+ export interface CmsElasticsearchParams {
8
+ model: Pick<CmsModel, "tenant" | "modelId">;
7
9
  }
8
- interface Configurations {
9
- es: (params: CmsElasticsearchParams) => ElasticsearchConfig;
10
+ export interface ConfigurationsIndexSettingsParams {
11
+ context: CmsContext;
12
+ }
13
+ export interface Configurations {
14
+ es: (params: CmsElasticsearchParams) => ConfigurationsElasticsearch;
15
+ indexSettings: (params: ConfigurationsIndexSettingsParams) => Partial<ElasticsearchIndexRequestBody>;
10
16
  }
11
17
  export declare const configurations: Configurations;
12
18
  export {};
package/configurations.js CHANGED
@@ -1,27 +1,19 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.configurations = void 0;
8
- var _error = _interopRequireDefault(require("@webiny/error"));
9
- const configurations = {
1
+ import WebinyError from "@webiny/error";
2
+ import { getElasticsearchIndexPrefix, getLastAddedIndexPlugin, isSharedElasticsearchIndex } from "@webiny/api-elasticsearch";
3
+ import { CmsEntryElasticsearchIndexPlugin } from "./plugins/index.js";
4
+ export const configurations = {
10
5
  es({
11
6
  model
12
7
  }) {
13
8
  const {
14
- tenant,
15
- locale
9
+ tenant
16
10
  } = model;
17
11
  if (!tenant) {
18
- throw new _error.default(`Missing "tenant" parameter when trying to create Elasticsearch index name.`, "TENANT_ERROR");
19
- } else if (!locale) {
20
- throw new _error.default(`Missing "locale" parameter when trying to create Elasticsearch index name.`, "LOCALE_ERROR");
12
+ throw new WebinyError(`Missing "tenant" parameter when trying to create Elasticsearch index name.`, "TENANT_ERROR");
21
13
  }
22
- const sharedIndex = process.env.ELASTICSEARCH_SHARED_INDEXES === "true";
23
- const index = [sharedIndex ? "root" : tenant, "headless-cms", locale, model.modelId].join("-").toLowerCase();
24
- const prefix = process.env.ELASTIC_SEARCH_INDEX_PREFIX || "";
14
+ const sharedIndex = isSharedElasticsearchIndex();
15
+ const index = [sharedIndex ? "root" : tenant, "headless-cms", model.modelId].join("-").toLowerCase();
16
+ const prefix = getElasticsearchIndexPrefix();
25
17
  if (!prefix) {
26
18
  return {
27
19
  index
@@ -30,6 +22,16 @@ const configurations = {
30
22
  return {
31
23
  index: prefix + index
32
24
  };
25
+ },
26
+ indexSettings: ({
27
+ context
28
+ }) => {
29
+ const plugin = getLastAddedIndexPlugin({
30
+ container: context.plugins,
31
+ type: CmsEntryElasticsearchIndexPlugin.type
32
+ });
33
+ return plugin ? plugin.body : {};
33
34
  }
34
35
  };
35
- exports.configurations = configurations;
36
+
37
+ //# sourceMappingURL=configurations.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["configurations","es","model","tenant","locale","WebinyError","sharedIndex","process","env","ELASTICSEARCH_SHARED_INDEXES","index","modelId","join","toLowerCase","prefix","ELASTIC_SEARCH_INDEX_PREFIX"],"sources":["configurations.ts"],"sourcesContent":["import { CmsModel } from \"@webiny/api-headless-cms/types\";\nimport WebinyError from \"@webiny/error\";\n\ninterface ElasticsearchConfig {\n index: string;\n}\n\ninterface CmsElasticsearchParams {\n model: CmsModel;\n}\ninterface Configurations {\n es: (params: CmsElasticsearchParams) => ElasticsearchConfig;\n}\n\nexport const configurations: Configurations = {\n es({ model }) {\n const { tenant, locale } = model;\n\n if (!tenant) {\n throw new WebinyError(\n `Missing \"tenant\" parameter when trying to create Elasticsearch index name.`,\n \"TENANT_ERROR\"\n );\n } else if (!locale) {\n throw new WebinyError(\n `Missing \"locale\" parameter when trying to create Elasticsearch index name.`,\n \"LOCALE_ERROR\"\n );\n }\n\n const sharedIndex = process.env.ELASTICSEARCH_SHARED_INDEXES === \"true\";\n const index = [sharedIndex ? \"root\" : tenant, \"headless-cms\", locale, model.modelId]\n .join(\"-\")\n .toLowerCase();\n\n const prefix = process.env.ELASTIC_SEARCH_INDEX_PREFIX || \"\";\n if (!prefix) {\n return {\n index\n };\n }\n return {\n index: prefix + index\n };\n }\n};\n"],"mappings":";;;;;;;AACA;AAaO,MAAMA,cAA8B,GAAG;EAC1CC,EAAE,CAAC;IAAEC;EAAM,CAAC,EAAE;IACV,MAAM;MAAEC,MAAM;MAAEC;IAAO,CAAC,GAAGF,KAAK;IAEhC,IAAI,CAACC,MAAM,EAAE;MACT,MAAM,IAAIE,cAAW,CAChB,4EAA2E,EAC5E,cAAc,CACjB;IACL,CAAC,MAAM,IAAI,CAACD,MAAM,EAAE;MAChB,MAAM,IAAIC,cAAW,CAChB,4EAA2E,EAC5E,cAAc,CACjB;IACL;IAEA,MAAMC,WAAW,GAAGC,OAAO,CAACC,GAAG,CAACC,4BAA4B,KAAK,MAAM;IACvE,MAAMC,KAAK,GAAG,CAACJ,WAAW,GAAG,MAAM,GAAGH,MAAM,EAAE,cAAc,EAAEC,MAAM,EAAEF,KAAK,CAACS,OAAO,CAAC,CAC/EC,IAAI,CAAC,GAAG,CAAC,CACTC,WAAW,EAAE;IAElB,MAAMC,MAAM,GAAGP,OAAO,CAACC,GAAG,CAACO,2BAA2B,IAAI,EAAE;IAC5D,IAAI,CAACD,MAAM,EAAE;MACT,OAAO;QACHJ;MACJ,CAAC;IACL;IACA,OAAO;MACHA,KAAK,EAAEI,MAAM,GAAGJ;IACpB,CAAC;EACL;AACJ,CAAC;AAAC"}
1
+ {"version":3,"names":["WebinyError","getElasticsearchIndexPrefix","getLastAddedIndexPlugin","isSharedElasticsearchIndex","CmsEntryElasticsearchIndexPlugin","configurations","es","model","tenant","sharedIndex","index","modelId","join","toLowerCase","prefix","indexSettings","context","plugin","container","plugins","type","body"],"sources":["configurations.ts"],"sourcesContent":["import type { CmsModel } from \"@webiny/api-headless-cms/types/index.js\";\nimport WebinyError from \"@webiny/error\";\nimport type { CmsContext } from \"~/types.js\";\nimport {\n getElasticsearchIndexPrefix,\n getLastAddedIndexPlugin,\n isSharedElasticsearchIndex\n} from \"@webiny/api-elasticsearch\";\nimport type { ElasticsearchIndexRequestBody } from \"@webiny/api-elasticsearch/types.js\";\nimport { CmsEntryElasticsearchIndexPlugin } from \"~/plugins/index.js\";\n\ninterface ConfigurationsElasticsearch {\n index: string;\n}\n\nexport interface CmsElasticsearchParams {\n model: Pick<CmsModel, \"tenant\" | \"modelId\">;\n}\n\nexport interface ConfigurationsIndexSettingsParams {\n context: CmsContext;\n}\n\nexport interface Configurations {\n es: (params: CmsElasticsearchParams) => ConfigurationsElasticsearch;\n indexSettings: (\n params: ConfigurationsIndexSettingsParams\n ) => Partial<ElasticsearchIndexRequestBody>;\n}\n\nexport const configurations: Configurations = {\n es({ model }) {\n const { tenant } = model;\n\n if (!tenant) {\n throw new WebinyError(\n `Missing \"tenant\" parameter when trying to create Elasticsearch index name.`,\n \"TENANT_ERROR\"\n );\n }\n\n const sharedIndex = isSharedElasticsearchIndex();\n const index = [sharedIndex ? \"root\" : tenant, \"headless-cms\", model.modelId]\n .join(\"-\")\n .toLowerCase();\n\n const prefix = getElasticsearchIndexPrefix();\n\n if (!prefix) {\n return {\n index\n };\n }\n return {\n index: prefix + index\n };\n },\n indexSettings: ({ context }) => {\n const plugin = getLastAddedIndexPlugin<CmsEntryElasticsearchIndexPlugin>({\n container: context.plugins,\n type: CmsEntryElasticsearchIndexPlugin.type\n });\n\n return plugin ? plugin.body : {};\n }\n};\n"],"mappings":"AACA,OAAOA,WAAW,MAAM,eAAe;AAEvC,SACIC,2BAA2B,EAC3BC,uBAAuB,EACvBC,0BAA0B,QACvB,2BAA2B;AAElC,SAASC,gCAAgC;AAqBzC,OAAO,MAAMC,cAA8B,GAAG;EAC1CC,EAAEA,CAAC;IAAEC;EAAM,CAAC,EAAE;IACV,MAAM;MAAEC;IAAO,CAAC,GAAGD,KAAK;IAExB,IAAI,CAACC,MAAM,EAAE;MACT,MAAM,IAAIR,WAAW,CACjB,4EAA4E,EAC5E,cACJ,CAAC;IACL;IAEA,MAAMS,WAAW,GAAGN,0BAA0B,CAAC,CAAC;IAChD,MAAMO,KAAK,GAAG,CAACD,WAAW,GAAG,MAAM,GAAGD,MAAM,EAAE,cAAc,EAAED,KAAK,CAACI,OAAO,CAAC,CACvEC,IAAI,CAAC,GAAG,CAAC,CACTC,WAAW,CAAC,CAAC;IAElB,MAAMC,MAAM,GAAGb,2BAA2B,CAAC,CAAC;IAE5C,IAAI,CAACa,MAAM,EAAE;MACT,OAAO;QACHJ;MACJ,CAAC;IACL;IACA,OAAO;MACHA,KAAK,EAAEI,MAAM,GAAGJ;IACpB,CAAC;EACL,CAAC;EACDK,aAAa,EAAEA,CAAC;IAAEC;EAAQ,CAAC,KAAK;IAC5B,MAAMC,MAAM,GAAGf,uBAAuB,CAAmC;MACrEgB,SAAS,EAAEF,OAAO,CAACG,OAAO;MAC1BC,IAAI,EAAEhB,gCAAgC,CAACgB;IAC3C,CAAC,CAAC;IAEF,OAAOH,MAAM,GAAGA,MAAM,CAACI,IAAI,GAAG,CAAC,CAAC;EACpC;AACJ,CAAC","ignoreList":[]}
@@ -1,8 +1,7 @@
1
- import { Entity, Table } from "dynamodb-toolbox";
2
- import { Attributes } from "../types";
1
+ import { type ITable } from "@webiny/db-dynamodb";
2
+ import type { IEntryEntity } from "../definitions/types.js";
3
3
  export interface CreateEntryEntityParams {
4
- table: Table;
4
+ table: ITable;
5
5
  entityName: string;
6
- attributes: Attributes;
7
6
  }
8
- export declare const createEntryEntity: (params: CreateEntryEntityParams) => Entity<any>;
7
+ export declare const createEntryEntity: (params: CreateEntryEntityParams) => IEntryEntity;
@@ -1,85 +1,13 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.createEntryEntity = void 0;
8
- var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
9
- var _dynamodbToolbox = require("dynamodb-toolbox");
10
- const createEntryEntity = params => {
1
+ import { createStandardEntity } from "@webiny/db-dynamodb";
2
+ export const createEntryEntity = params => {
11
3
  const {
12
4
  table,
13
- entityName,
14
- attributes
5
+ entityName
15
6
  } = params;
16
- return new _dynamodbToolbox.Entity({
7
+ return createStandardEntity({
17
8
  name: entityName,
18
- table,
19
- attributes: (0, _objectSpread2.default)({
20
- PK: {
21
- type: "string",
22
- partitionKey: true
23
- },
24
- SK: {
25
- type: "string",
26
- sortKey: true
27
- },
28
- TYPE: {
29
- type: "string"
30
- },
31
- __type: {
32
- type: "string"
33
- },
34
- webinyVersion: {
35
- type: "string"
36
- },
37
- tenant: {
38
- type: "string"
39
- },
40
- entryId: {
41
- type: "string"
42
- },
43
- id: {
44
- type: "string"
45
- },
46
- createdBy: {
47
- type: "map"
48
- },
49
- ownedBy: {
50
- type: "map"
51
- },
52
- createdOn: {
53
- type: "string"
54
- },
55
- savedOn: {
56
- type: "string"
57
- },
58
- modelId: {
59
- type: "string"
60
- },
61
- locale: {
62
- type: "string"
63
- },
64
- publishedOn: {
65
- type: "string"
66
- },
67
- version: {
68
- type: "number"
69
- },
70
- locked: {
71
- type: "boolean"
72
- },
73
- status: {
74
- type: "string"
75
- },
76
- values: {
77
- type: "map"
78
- },
79
- meta: {
80
- type: "map"
81
- }
82
- }, attributes || {})
9
+ table: table.table
83
10
  });
84
11
  };
85
- exports.createEntryEntity = createEntryEntity;
12
+
13
+ //# sourceMappingURL=entry.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["createEntryEntity","params","table","entityName","attributes","Entity","name","PK","type","partitionKey","SK","sortKey","TYPE","__type","webinyVersion","tenant","entryId","id","createdBy","ownedBy","createdOn","savedOn","modelId","locale","publishedOn","version","locked","status","values","meta"],"sources":["entry.ts"],"sourcesContent":["import { Entity, Table } from \"dynamodb-toolbox\";\nimport { Attributes } from \"~/types\";\n\nexport interface CreateEntryEntityParams {\n table: Table;\n entityName: string;\n attributes: Attributes;\n}\nexport const createEntryEntity = (params: CreateEntryEntityParams): Entity<any> => {\n const { table, entityName, attributes } = params;\n return new Entity({\n name: entityName,\n table,\n attributes: {\n PK: {\n type: \"string\",\n partitionKey: true\n },\n SK: {\n type: \"string\",\n sortKey: true\n },\n TYPE: {\n type: \"string\"\n },\n __type: {\n type: \"string\"\n },\n webinyVersion: {\n type: \"string\"\n },\n tenant: {\n type: \"string\"\n },\n entryId: {\n type: \"string\"\n },\n id: {\n type: \"string\"\n },\n createdBy: {\n type: \"map\"\n },\n ownedBy: {\n type: \"map\"\n },\n createdOn: {\n type: \"string\"\n },\n savedOn: {\n type: \"string\"\n },\n modelId: {\n type: \"string\"\n },\n locale: {\n type: \"string\"\n },\n publishedOn: {\n type: \"string\"\n },\n version: {\n type: \"number\"\n },\n locked: {\n type: \"boolean\"\n },\n status: {\n type: \"string\"\n },\n values: {\n type: \"map\"\n },\n meta: {\n type: \"map\"\n },\n ...(attributes || {})\n }\n });\n};\n"],"mappings":";;;;;;;;AAAA;AAQO,MAAMA,iBAAiB,GAAIC,MAA+B,IAAkB;EAC/E,MAAM;IAAEC,KAAK;IAAEC,UAAU;IAAEC;EAAW,CAAC,GAAGH,MAAM;EAChD,OAAO,IAAII,uBAAM,CAAC;IACdC,IAAI,EAAEH,UAAU;IAChBD,KAAK;IACLE,UAAU;MACNG,EAAE,EAAE;QACAC,IAAI,EAAE,QAAQ;QACdC,YAAY,EAAE;MAClB,CAAC;MACDC,EAAE,EAAE;QACAF,IAAI,EAAE,QAAQ;QACdG,OAAO,EAAE;MACb,CAAC;MACDC,IAAI,EAAE;QACFJ,IAAI,EAAE;MACV,CAAC;MACDK,MAAM,EAAE;QACJL,IAAI,EAAE;MACV,CAAC;MACDM,aAAa,EAAE;QACXN,IAAI,EAAE;MACV,CAAC;MACDO,MAAM,EAAE;QACJP,IAAI,EAAE;MACV,CAAC;MACDQ,OAAO,EAAE;QACLR,IAAI,EAAE;MACV,CAAC;MACDS,EAAE,EAAE;QACAT,IAAI,EAAE;MACV,CAAC;MACDU,SAAS,EAAE;QACPV,IAAI,EAAE;MACV,CAAC;MACDW,OAAO,EAAE;QACLX,IAAI,EAAE;MACV,CAAC;MACDY,SAAS,EAAE;QACPZ,IAAI,EAAE;MACV,CAAC;MACDa,OAAO,EAAE;QACLb,IAAI,EAAE;MACV,CAAC;MACDc,OAAO,EAAE;QACLd,IAAI,EAAE;MACV,CAAC;MACDe,MAAM,EAAE;QACJf,IAAI,EAAE;MACV,CAAC;MACDgB,WAAW,EAAE;QACThB,IAAI,EAAE;MACV,CAAC;MACDiB,OAAO,EAAE;QACLjB,IAAI,EAAE;MACV,CAAC;MACDkB,MAAM,EAAE;QACJlB,IAAI,EAAE;MACV,CAAC;MACDmB,MAAM,EAAE;QACJnB,IAAI,EAAE;MACV,CAAC;MACDoB,MAAM,EAAE;QACJpB,IAAI,EAAE;MACV,CAAC;MACDqB,IAAI,EAAE;QACFrB,IAAI,EAAE;MACV;IAAC,GACGJ,UAAU,IAAI,CAAC,CAAC;EAE5B,CAAC,CAAC;AACN,CAAC;AAAC"}
1
+ {"version":3,"names":["createStandardEntity","createEntryEntity","params","table","entityName","name"],"sources":["entry.ts"],"sourcesContent":["import { createStandardEntity, type ITable } from \"@webiny/db-dynamodb\";\nimport type { IEntryEntity, IEntryEntityAttributesData } from \"~/definitions/types.js\";\n\nexport interface CreateEntryEntityParams {\n table: ITable;\n entityName: string;\n}\nexport const createEntryEntity = (params: CreateEntryEntityParams): IEntryEntity => {\n const { table, entityName } = params;\n return createStandardEntity<IEntryEntityAttributesData>({\n name: entityName,\n table: table.table\n });\n};\n"],"mappings":"AAAA,SAASA,oBAAoB,QAAqB,qBAAqB;AAOvE,OAAO,MAAMC,iBAAiB,GAAIC,MAA+B,IAAmB;EAChF,MAAM;IAAEC,KAAK;IAAEC;EAAW,CAAC,GAAGF,MAAM;EACpC,OAAOF,oBAAoB,CAA6B;IACpDK,IAAI,EAAED,UAAU;IAChBD,KAAK,EAAEA,KAAK,CAACA;EACjB,CAAC,CAAC;AACN,CAAC","ignoreList":[]}
@@ -1,8 +1,8 @@
1
- import { Entity, Table } from "dynamodb-toolbox";
2
- import { Attributes } from "../types";
3
- export interface CreateGroupEntityParams {
4
- table: Table;
1
+ import { type ITable } from "@webiny/db-dynamodb";
2
+ import type { IGroupEntity } from "../definitions/types.js";
3
+ interface Params {
4
+ table: ITable;
5
5
  entityName: string;
6
- attributes: Attributes;
7
6
  }
8
- export declare const createGroupEntity: (params: CreateGroupEntityParams) => Entity<any>;
7
+ export declare const createGroupEntity: (params: Params) => IGroupEntity;
8
+ export {};
@@ -1,65 +1,13 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.createGroupEntity = void 0;
8
- var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
9
- var _dynamodbToolbox = require("dynamodb-toolbox");
10
- const createGroupEntity = params => {
1
+ import { createStandardEntity } from "@webiny/db-dynamodb";
2
+ export const createGroupEntity = params => {
11
3
  const {
12
4
  table,
13
- attributes,
14
5
  entityName
15
6
  } = params;
16
- return new _dynamodbToolbox.Entity({
17
- name: entityName,
18
- table,
19
- attributes: (0, _objectSpread2.default)({
20
- PK: {
21
- partitionKey: true
22
- },
23
- SK: {
24
- sortKey: true
25
- },
26
- TYPE: {
27
- type: "string"
28
- },
29
- webinyVersion: {
30
- type: "string"
31
- },
32
- id: {
33
- type: "string"
34
- },
35
- name: {
36
- type: "string"
37
- },
38
- slug: {
39
- type: "string"
40
- },
41
- locale: {
42
- type: "string"
43
- },
44
- description: {
45
- type: "string"
46
- },
47
- icon: {
48
- type: "string"
49
- },
50
- createdBy: {
51
- type: "map"
52
- },
53
- createdOn: {
54
- type: "string"
55
- },
56
- savedOn: {
57
- type: "string"
58
- },
59
- tenant: {
60
- type: "string"
61
- }
62
- }, attributes || {})
7
+ return createStandardEntity({
8
+ table: table.table,
9
+ name: entityName
63
10
  });
64
11
  };
65
- exports.createGroupEntity = createGroupEntity;
12
+
13
+ //# sourceMappingURL=group.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["createGroupEntity","params","table","attributes","entityName","Entity","name","PK","partitionKey","SK","sortKey","TYPE","type","webinyVersion","id","slug","locale","description","icon","createdBy","createdOn","savedOn","tenant"],"sources":["group.ts"],"sourcesContent":["import { Entity, Table } from \"dynamodb-toolbox\";\nimport { Attributes } from \"~/types\";\n\nexport interface CreateGroupEntityParams {\n table: Table;\n entityName: string;\n attributes: Attributes;\n}\nexport const createGroupEntity = (params: CreateGroupEntityParams): Entity<any> => {\n const { table, attributes, entityName } = params;\n return new Entity({\n name: entityName,\n table,\n attributes: {\n PK: {\n partitionKey: true\n },\n SK: {\n sortKey: true\n },\n TYPE: {\n type: \"string\"\n },\n webinyVersion: {\n type: \"string\"\n },\n id: {\n type: \"string\"\n },\n name: {\n type: \"string\"\n },\n slug: {\n type: \"string\"\n },\n locale: {\n type: \"string\"\n },\n description: {\n type: \"string\"\n },\n icon: {\n type: \"string\"\n },\n\n createdBy: {\n type: \"map\"\n },\n createdOn: {\n type: \"string\"\n },\n savedOn: {\n type: \"string\"\n },\n tenant: {\n type: \"string\"\n },\n ...(attributes || {})\n }\n });\n};\n"],"mappings":";;;;;;;;AAAA;AAQO,MAAMA,iBAAiB,GAAIC,MAA+B,IAAkB;EAC/E,MAAM;IAAEC,KAAK;IAAEC,UAAU;IAAEC;EAAW,CAAC,GAAGH,MAAM;EAChD,OAAO,IAAII,uBAAM,CAAC;IACdC,IAAI,EAAEF,UAAU;IAChBF,KAAK;IACLC,UAAU;MACNI,EAAE,EAAE;QACAC,YAAY,EAAE;MAClB,CAAC;MACDC,EAAE,EAAE;QACAC,OAAO,EAAE;MACb,CAAC;MACDC,IAAI,EAAE;QACFC,IAAI,EAAE;MACV,CAAC;MACDC,aAAa,EAAE;QACXD,IAAI,EAAE;MACV,CAAC;MACDE,EAAE,EAAE;QACAF,IAAI,EAAE;MACV,CAAC;MACDN,IAAI,EAAE;QACFM,IAAI,EAAE;MACV,CAAC;MACDG,IAAI,EAAE;QACFH,IAAI,EAAE;MACV,CAAC;MACDI,MAAM,EAAE;QACJJ,IAAI,EAAE;MACV,CAAC;MACDK,WAAW,EAAE;QACTL,IAAI,EAAE;MACV,CAAC;MACDM,IAAI,EAAE;QACFN,IAAI,EAAE;MACV,CAAC;MAEDO,SAAS,EAAE;QACPP,IAAI,EAAE;MACV,CAAC;MACDQ,SAAS,EAAE;QACPR,IAAI,EAAE;MACV,CAAC;MACDS,OAAO,EAAE;QACLT,IAAI,EAAE;MACV,CAAC;MACDU,MAAM,EAAE;QACJV,IAAI,EAAE;MACV;IAAC,GACGT,UAAU,IAAI,CAAC,CAAC;EAE5B,CAAC,CAAC;AACN,CAAC;AAAC"}
1
+ {"version":3,"names":["createStandardEntity","createGroupEntity","params","table","entityName","name"],"sources":["group.ts"],"sourcesContent":["import { createStandardEntity, type ITable } from \"@webiny/db-dynamodb\";\nimport type { IGroupEntity } from \"~/definitions/types.js\";\nimport type { CmsGroup } from \"@webiny/api-headless-cms/types/index.js\";\n\ninterface Params {\n table: ITable;\n entityName: string;\n}\nexport const createGroupEntity = (params: Params): IGroupEntity => {\n const { table, entityName } = params;\n return createStandardEntity<CmsGroup>({\n table: table.table,\n name: entityName\n });\n};\n"],"mappings":"AAAA,SAASA,oBAAoB,QAAqB,qBAAqB;AAQvE,OAAO,MAAMC,iBAAiB,GAAIC,MAAc,IAAmB;EAC/D,MAAM;IAAEC,KAAK;IAAEC;EAAW,CAAC,GAAGF,MAAM;EACpC,OAAOF,oBAAoB,CAAW;IAClCG,KAAK,EAAEA,KAAK,CAACA,KAAK;IAClBE,IAAI,EAAED;EACV,CAAC,CAAC;AACN,CAAC","ignoreList":[]}
@@ -1,8 +1,8 @@
1
- import { Entity, Table } from "dynamodb-toolbox";
2
- import { Attributes } from "../types";
3
- export interface CreateModelEntityParams {
4
- table: Table;
1
+ import { type ITable } from "@webiny/db-dynamodb";
2
+ import type { IModelEntity } from "../definitions/types.js";
3
+ interface Params {
4
+ table: ITable;
5
5
  entityName: string;
6
- attributes: Attributes;
7
6
  }
8
- export declare const createModelEntity: (params: CreateModelEntityParams) => Entity<any>;
7
+ export declare const createModelEntity: (params: Params) => IModelEntity;
8
+ export {};
@@ -1,92 +1,13 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports.createModelEntity = void 0;
8
- var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
9
- var _dynamodbToolbox = require("dynamodb-toolbox");
10
- const createModelEntity = params => {
1
+ import { createStandardEntity } from "@webiny/db-dynamodb";
2
+ export const createModelEntity = params => {
11
3
  const {
12
4
  table,
13
- attributes,
14
5
  entityName
15
6
  } = params;
16
- return new _dynamodbToolbox.Entity({
17
- name: entityName,
18
- table,
19
- attributes: (0, _objectSpread2.default)({
20
- PK: {
21
- partitionKey: true
22
- },
23
- SK: {
24
- sortKey: true
25
- },
26
- TYPE: {
27
- type: "string",
28
- required: true
29
- },
30
- webinyVersion: {
31
- type: "string",
32
- required: true
33
- },
34
- name: {
35
- type: "string",
36
- required: true
37
- },
38
- modelId: {
39
- type: "string",
40
- required: true
41
- },
42
- locale: {
43
- type: "string",
44
- required: true
45
- },
46
- group: {
47
- type: "map",
48
- required: true
49
- },
50
- description: {
51
- type: "string"
52
- },
53
- createdOn: {
54
- type: "string",
55
- required: true
56
- },
57
- savedOn: {
58
- type: "string",
59
- required: true
60
- },
61
- createdBy: {
62
- type: "map",
63
- required: true
64
- },
65
- fields: {
66
- type: "list",
67
- required: true
68
- },
69
- layout: {
70
- type: "list",
71
- required: true
72
- },
73
- tags: {
74
- type: "list",
75
- required: false,
76
- default: []
77
- },
78
- lockedFields: {
79
- type: "list",
80
- required: true
81
- },
82
- titleFieldId: {
83
- type: "string"
84
- },
85
- tenant: {
86
- type: "string",
87
- required: true
88
- }
89
- }, attributes || {})
7
+ return createStandardEntity({
8
+ table: table.table,
9
+ name: entityName
90
10
  });
91
11
  };
92
- exports.createModelEntity = createModelEntity;
12
+
13
+ //# sourceMappingURL=model.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["createModelEntity","params","table","attributes","entityName","Entity","name","PK","partitionKey","SK","sortKey","TYPE","type","required","webinyVersion","modelId","locale","group","description","createdOn","savedOn","createdBy","fields","layout","tags","default","lockedFields","titleFieldId","tenant"],"sources":["model.ts"],"sourcesContent":["import { Entity, Table } from \"dynamodb-toolbox\";\nimport { Attributes } from \"~/types\";\n\nexport interface CreateModelEntityParams {\n table: Table;\n entityName: string;\n attributes: Attributes;\n}\n\nexport const createModelEntity = (params: CreateModelEntityParams): Entity<any> => {\n const { table, attributes, entityName } = params;\n return new Entity({\n name: entityName,\n table,\n attributes: {\n PK: {\n partitionKey: true\n },\n SK: {\n sortKey: true\n },\n TYPE: {\n type: \"string\",\n required: true\n },\n webinyVersion: {\n type: \"string\",\n required: true\n },\n name: {\n type: \"string\",\n required: true\n },\n modelId: {\n type: \"string\",\n required: true\n },\n locale: {\n type: \"string\",\n required: true\n },\n group: {\n type: \"map\",\n required: true\n },\n description: {\n type: \"string\"\n },\n createdOn: {\n type: \"string\",\n required: true\n },\n savedOn: {\n type: \"string\",\n required: true\n },\n createdBy: {\n type: \"map\",\n required: true\n },\n fields: {\n type: \"list\",\n required: true\n },\n layout: {\n type: \"list\",\n required: true\n },\n tags: {\n type: \"list\",\n required: false,\n default: []\n },\n lockedFields: {\n type: \"list\",\n required: true\n },\n titleFieldId: {\n type: \"string\"\n },\n tenant: {\n type: \"string\",\n required: true\n },\n ...(attributes || {})\n }\n });\n};\n"],"mappings":";;;;;;;;AAAA;AASO,MAAMA,iBAAiB,GAAIC,MAA+B,IAAkB;EAC/E,MAAM;IAAEC,KAAK;IAAEC,UAAU;IAAEC;EAAW,CAAC,GAAGH,MAAM;EAChD,OAAO,IAAII,uBAAM,CAAC;IACdC,IAAI,EAAEF,UAAU;IAChBF,KAAK;IACLC,UAAU;MACNI,EAAE,EAAE;QACAC,YAAY,EAAE;MAClB,CAAC;MACDC,EAAE,EAAE;QACAC,OAAO,EAAE;MACb,CAAC;MACDC,IAAI,EAAE;QACFC,IAAI,EAAE,QAAQ;QACdC,QAAQ,EAAE;MACd,CAAC;MACDC,aAAa,EAAE;QACXF,IAAI,EAAE,QAAQ;QACdC,QAAQ,EAAE;MACd,CAAC;MACDP,IAAI,EAAE;QACFM,IAAI,EAAE,QAAQ;QACdC,QAAQ,EAAE;MACd,CAAC;MACDE,OAAO,EAAE;QACLH,IAAI,EAAE,QAAQ;QACdC,QAAQ,EAAE;MACd,CAAC;MACDG,MAAM,EAAE;QACJJ,IAAI,EAAE,QAAQ;QACdC,QAAQ,EAAE;MACd,CAAC;MACDI,KAAK,EAAE;QACHL,IAAI,EAAE,KAAK;QACXC,QAAQ,EAAE;MACd,CAAC;MACDK,WAAW,EAAE;QACTN,IAAI,EAAE;MACV,CAAC;MACDO,SAAS,EAAE;QACPP,IAAI,EAAE,QAAQ;QACdC,QAAQ,EAAE;MACd,CAAC;MACDO,OAAO,EAAE;QACLR,IAAI,EAAE,QAAQ;QACdC,QAAQ,EAAE;MACd,CAAC;MACDQ,SAAS,EAAE;QACPT,IAAI,EAAE,KAAK;QACXC,QAAQ,EAAE;MACd,CAAC;MACDS,MAAM,EAAE;QACJV,IAAI,EAAE,MAAM;QACZC,QAAQ,EAAE;MACd,CAAC;MACDU,MAAM,EAAE;QACJX,IAAI,EAAE,MAAM;QACZC,QAAQ,EAAE;MACd,CAAC;MACDW,IAAI,EAAE;QACFZ,IAAI,EAAE,MAAM;QACZC,QAAQ,EAAE,KAAK;QACfY,OAAO,EAAE;MACb,CAAC;MACDC,YAAY,EAAE;QACVd,IAAI,EAAE,MAAM;QACZC,QAAQ,EAAE;MACd,CAAC;MACDc,YAAY,EAAE;QACVf,IAAI,EAAE;MACV,CAAC;MACDgB,MAAM,EAAE;QACJhB,IAAI,EAAE,QAAQ;QACdC,QAAQ,EAAE;MACd;IAAC,GACGV,UAAU,IAAI,CAAC,CAAC;EAE5B,CAAC,CAAC;AACN,CAAC;AAAC"}
1
+ {"version":3,"names":["createStandardEntity","createModelEntity","params","table","entityName","name"],"sources":["model.ts"],"sourcesContent":["import { createStandardEntity, type ITable } from \"@webiny/db-dynamodb\";\nimport type { IModelEntity } from \"~/definitions/types.js\";\nimport type { CmsModel } from \"@webiny/api-headless-cms/types/index.js\";\n\ninterface Params {\n table: ITable;\n entityName: string;\n}\n\nexport const createModelEntity = (params: Params): IModelEntity => {\n const { table, entityName } = params;\n return createStandardEntity<CmsModel>({\n table: table.table,\n name: entityName\n });\n};\n"],"mappings":"AAAA,SAASA,oBAAoB,QAAqB,qBAAqB;AASvE,OAAO,MAAMC,iBAAiB,GAAIC,MAAc,IAAmB;EAC/D,MAAM;IAAEC,KAAK;IAAEC;EAAW,CAAC,GAAGF,MAAM;EACpC,OAAOF,oBAAoB,CAAW;IAClCG,KAAK,EAAEA,KAAK,CAACA,KAAK;IAClBE,IAAI,EAAED;EACV,CAAC,CAAC;AACN,CAAC","ignoreList":[]}
@@ -0,0 +1,60 @@
1
+ import type { IEntity, IStandardEntityAttributes } from "@webiny/db-dynamodb";
2
+ import type { GenericRecord } from "@webiny/api/types.js";
3
+ import type { CmsEntryStatus, CmsGroup, CmsIdentity, CmsModel, ICmsEntryLive, ICmsEntryLocation, ICmsEntrySystem } from "@webiny/api-headless-cms/types/index.js";
4
+ export interface IEntryEntityAttributesData {
5
+ tenant: string;
6
+ entryId: string;
7
+ id: string;
8
+ modelId: string;
9
+ /**
10
+ * Revision-level meta fields. 👇
11
+ */
12
+ revisionCreatedOn: string;
13
+ revisionModifiedOn: string | null;
14
+ revisionSavedOn: string;
15
+ revisionDeletedOn: string | null;
16
+ revisionRestoredOn: string | null;
17
+ revisionFirstPublishedOn: string | null;
18
+ revisionLastPublishedOn: string | null;
19
+ revisionCreatedBy: CmsIdentity;
20
+ revisionModifiedBy: CmsIdentity | null;
21
+ revisionSavedBy: CmsIdentity;
22
+ revisionDeletedBy: CmsIdentity | null;
23
+ revisionRestoredBy: CmsIdentity | null;
24
+ revisionFirstPublishedBy: CmsIdentity | null;
25
+ revisionLastPublishedBy: CmsIdentity | null;
26
+ /**
27
+ * Entry-level meta fields. 👇
28
+ */
29
+ createdOn: string;
30
+ modifiedOn: string | null;
31
+ savedOn: string;
32
+ deletedOn: string | null;
33
+ restoredOn: string | null;
34
+ firstPublishedOn: string | null;
35
+ lastPublishedOn: string | null;
36
+ createdBy: CmsIdentity;
37
+ modifiedBy: CmsIdentity | null;
38
+ savedBy: CmsIdentity;
39
+ deletedBy: CmsIdentity | null;
40
+ restoredBy: CmsIdentity | null;
41
+ firstPublishedBy: CmsIdentity | null;
42
+ lastPublishedBy: CmsIdentity | null;
43
+ /**
44
+ * The rest. 👇
45
+ */
46
+ version: number;
47
+ locked: boolean;
48
+ status: CmsEntryStatus;
49
+ location?: ICmsEntryLocation;
50
+ wbyDeleted?: boolean | null;
51
+ binOriginalFolderId?: string;
52
+ values: GenericRecord;
53
+ meta?: GenericRecord;
54
+ system?: ICmsEntrySystem;
55
+ live: ICmsEntryLive | null;
56
+ }
57
+ export type IEntryEntityAttributes = IStandardEntityAttributes<IEntryEntityAttributesData>;
58
+ export type IModelEntity = IEntity<IStandardEntityAttributes<CmsModel>>;
59
+ export type IGroupEntity = IEntity<IStandardEntityAttributes<CmsGroup>>;
60
+ export type IEntryEntity = IEntity<IEntryEntityAttributes>;
@@ -0,0 +1,3 @@
1
+ export {};
2
+
3
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sources":["types.ts"],"sourcesContent":["import type { IEntity, IStandardEntityAttributes } from \"@webiny/db-dynamodb\";\nimport type { GenericRecord } from \"@webiny/api/types.js\";\nimport type {\n CmsEntryStatus,\n CmsGroup,\n CmsIdentity,\n CmsModel,\n ICmsEntryLive,\n ICmsEntryLocation,\n ICmsEntrySystem\n} from \"@webiny/api-headless-cms/types/index.js\";\n\nexport interface IEntryEntityAttributesData {\n tenant: string;\n entryId: string;\n id: string;\n modelId: string;\n\n /**\n * Revision-level meta fields. 👇\n */\n revisionCreatedOn: string;\n revisionModifiedOn: string | null;\n revisionSavedOn: string;\n revisionDeletedOn: string | null;\n revisionRestoredOn: string | null;\n revisionFirstPublishedOn: string | null;\n revisionLastPublishedOn: string | null;\n revisionCreatedBy: CmsIdentity;\n revisionModifiedBy: CmsIdentity | null;\n revisionSavedBy: CmsIdentity;\n revisionDeletedBy: CmsIdentity | null;\n revisionRestoredBy: CmsIdentity | null;\n revisionFirstPublishedBy: CmsIdentity | null;\n revisionLastPublishedBy: CmsIdentity | null;\n\n /**\n * Entry-level meta fields. 👇\n */\n createdOn: string;\n modifiedOn: string | null;\n savedOn: string;\n deletedOn: string | null;\n restoredOn: string | null;\n firstPublishedOn: string | null;\n lastPublishedOn: string | null;\n createdBy: CmsIdentity;\n modifiedBy: CmsIdentity | null;\n savedBy: CmsIdentity;\n deletedBy: CmsIdentity | null;\n restoredBy: CmsIdentity | null;\n firstPublishedBy: CmsIdentity | null;\n lastPublishedBy: CmsIdentity | null;\n\n /**\n * The rest. 👇\n */\n version: number;\n locked: boolean;\n status: CmsEntryStatus;\n location?: ICmsEntryLocation;\n wbyDeleted?: boolean | null;\n binOriginalFolderId?: string;\n values: GenericRecord;\n meta?: GenericRecord;\n system?: ICmsEntrySystem;\n live: ICmsEntryLive | null;\n}\n\nexport type IEntryEntityAttributes = IStandardEntityAttributes<IEntryEntityAttributesData>;\n\nexport type IModelEntity = IEntity<IStandardEntityAttributes<CmsModel>>;\nexport type IGroupEntity = IEntity<IStandardEntityAttributes<CmsGroup>>;\nexport type IEntryEntity = IEntity<IEntryEntityAttributes>;\n"],"mappings":"","ignoreList":[]}
@@ -1,2 +1,3 @@
1
- declare const _default: () => import("@webiny/api-headless-cms").StorageTransformPlugin<any, any, import("@webiny/api-headless-cms/types").CmsModelField>[];
1
+ declare const _default: () => import("@webiny/api-headless-cms/index.js").StorageTransformPlugin<any, any, import("@webiny/api-headless-cms/types/modelField.js").CmsModelField>[];
2
2
  export default _default;
3
+ export declare const createDynamoDbPlugins: () => import("@webiny/api-headless-cms/index.js").StorageTransformPlugin<any, any, import("@webiny/api-headless-cms/types/modelField.js").CmsModelField>[];
package/dynamoDb/index.js CHANGED
@@ -1,11 +1,8 @@
1
- "use strict";
1
+ import { createRichTextStorageTransformPlugin } from "./storage/richText.js";
2
+ import { createLongTextStorageTransformPlugin } from "./storage/longText.js";
3
+ export default () => createDynamoDbPlugins();
4
+ export const createDynamoDbPlugins = () => {
5
+ return [createRichTextStorageTransformPlugin(), createLongTextStorageTransformPlugin()];
6
+ };
2
7
 
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _richText = require("./storage/richText");
8
- var _longText = require("./storage/longText");
9
- var _date = require("./storage/date");
10
- var _default = () => [(0, _richText.createRichTextStorageTransformPlugin)(), (0, _longText.createLongTextStorageTransformPlugin)(), (0, _date.createDateStorageTransformPlugin)()];
11
- exports.default = _default;
8
+ //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["createRichTextStorageTransformPlugin","createLongTextStorageTransformPlugin","createDateStorageTransformPlugin"],"sources":["index.ts"],"sourcesContent":["import { createRichTextStorageTransformPlugin } from \"./storage/richText\";\nimport { createLongTextStorageTransformPlugin } from \"./storage/longText\";\nimport { createDateStorageTransformPlugin } from \"./storage/date\";\n\nexport default () => [\n createRichTextStorageTransformPlugin(),\n createLongTextStorageTransformPlugin(),\n createDateStorageTransformPlugin()\n];\n"],"mappings":";;;;;;AAAA;AACA;AACA;AAAkE,eAEnD,MAAM,CACjB,IAAAA,8CAAoC,GAAE,EACtC,IAAAC,8CAAoC,GAAE,EACtC,IAAAC,sCAAgC,GAAE,CACrC;AAAA"}
1
+ {"version":3,"names":["createRichTextStorageTransformPlugin","createLongTextStorageTransformPlugin","createDynamoDbPlugins"],"sources":["index.ts"],"sourcesContent":["import { createRichTextStorageTransformPlugin } from \"./storage/richText.js\";\nimport { createLongTextStorageTransformPlugin } from \"./storage/longText.js\";\n\nexport default () => createDynamoDbPlugins();\n\nexport const createDynamoDbPlugins = () => {\n return [createRichTextStorageTransformPlugin(), createLongTextStorageTransformPlugin()];\n};\n"],"mappings":"AAAA,SAASA,oCAAoC;AAC7C,SAASC,oCAAoC;AAE7C,eAAe,MAAMC,qBAAqB,CAAC,CAAC;AAE5C,OAAO,MAAMA,qBAAqB,GAAGA,CAAA,KAAM;EACvC,OAAO,CAACF,oCAAoC,CAAC,CAAC,EAAEC,oCAAoC,CAAC,CAAC,CAAC;AAC3F,CAAC","ignoreList":[]}