@webiny/api-headless-cms-ddb-es 6.3.0 → 6.4.0-beta.1

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 (217) hide show
  1. package/configurations.js +27 -35
  2. package/configurations.js.map +1 -1
  3. package/definitions/entry.js +7 -9
  4. package/definitions/entry.js.map +1 -1
  5. package/definitions/group.js +7 -9
  6. package/definitions/group.js.map +1 -1
  7. package/definitions/model.js +7 -9
  8. package/definitions/model.js.map +1 -1
  9. package/definitions/types.d.ts +1 -0
  10. package/definitions/types.js +0 -3
  11. package/elasticsearch/createElasticsearchIndex.js +50 -67
  12. package/elasticsearch/createElasticsearchIndex.js.map +1 -1
  13. package/elasticsearch/deleteElasticsearchIndex.js +18 -26
  14. package/elasticsearch/deleteElasticsearchIndex.js.map +1 -1
  15. package/exports/api/cms/opensearch.js +2 -4
  16. package/feature.js +144 -153
  17. package/feature.js.map +1 -1
  18. package/features/CmsEntryOpenSearchBodyModifier/abstractions.js +2 -1
  19. package/features/CmsEntryOpenSearchBodyModifier/abstractions.js.map +1 -1
  20. package/features/CmsEntryOpenSearchBodyModifier/index.js +0 -2
  21. package/features/CmsEntryOpenSearchFieldIndex/CmsEntryOpenSearchFieldIndexRegistry.d.ts +2 -1
  22. package/features/CmsEntryOpenSearchFieldIndex/CmsEntryOpenSearchFieldIndexRegistry.js +33 -27
  23. package/features/CmsEntryOpenSearchFieldIndex/CmsEntryOpenSearchFieldIndexRegistry.js.map +1 -1
  24. package/features/CmsEntryOpenSearchFieldIndex/abstractions/CmsEntryOpenSearchFieldIndex.d.ts +0 -3
  25. package/features/CmsEntryOpenSearchFieldIndex/abstractions/CmsEntryOpenSearchFieldIndex.js +2 -1
  26. package/features/CmsEntryOpenSearchFieldIndex/abstractions/CmsEntryOpenSearchFieldIndex.js.map +1 -1
  27. package/features/CmsEntryOpenSearchFieldIndex/abstractions/CmsEntryOpenSearchFieldIndexRegistry.js +2 -1
  28. package/features/CmsEntryOpenSearchFieldIndex/abstractions/CmsEntryOpenSearchFieldIndexRegistry.js.map +1 -1
  29. package/features/CmsEntryOpenSearchFieldIndex/constants.js +2 -1
  30. package/features/CmsEntryOpenSearchFieldIndex/constants.js.map +1 -1
  31. package/features/CmsEntryOpenSearchFieldIndex/feature.js +15 -12
  32. package/features/CmsEntryOpenSearchFieldIndex/feature.js.map +1 -1
  33. package/features/CmsEntryOpenSearchFieldIndex/fields/DateTimeFieldIndex.js +48 -65
  34. package/features/CmsEntryOpenSearchFieldIndex/fields/DateTimeFieldIndex.js.map +1 -1
  35. package/features/CmsEntryOpenSearchFieldIndex/fields/DefaultFieldIndex.d.ts +5 -2
  36. package/features/CmsEntryOpenSearchFieldIndex/fields/DefaultFieldIndex.js +24 -30
  37. package/features/CmsEntryOpenSearchFieldIndex/fields/DefaultFieldIndex.js.map +1 -1
  38. package/features/CmsEntryOpenSearchFieldIndex/fields/JsonFieldIndex.js +15 -16
  39. package/features/CmsEntryOpenSearchFieldIndex/fields/JsonFieldIndex.js.map +1 -1
  40. package/features/CmsEntryOpenSearchFieldIndex/fields/LongTextFieldIndex.js +15 -18
  41. package/features/CmsEntryOpenSearchFieldIndex/fields/LongTextFieldIndex.js.map +1 -1
  42. package/features/CmsEntryOpenSearchFieldIndex/fields/NumberFieldIndex.js +24 -29
  43. package/features/CmsEntryOpenSearchFieldIndex/fields/NumberFieldIndex.js.map +1 -1
  44. package/features/CmsEntryOpenSearchFieldIndex/fields/ObjectFieldIndex.d.ts +4 -2
  45. package/features/CmsEntryOpenSearchFieldIndex/fields/ObjectFieldIndex.js +95 -146
  46. package/features/CmsEntryOpenSearchFieldIndex/fields/ObjectFieldIndex.js.map +1 -1
  47. package/features/CmsEntryOpenSearchFieldIndex/fields/RichTextFieldIndex.js +15 -16
  48. package/features/CmsEntryOpenSearchFieldIndex/fields/RichTextFieldIndex.js.map +1 -1
  49. package/features/CmsEntryOpenSearchFieldIndex/fields/TextCompressedFieldIndex.d.ts +14 -0
  50. package/features/CmsEntryOpenSearchFieldIndex/fields/TextCompressedFieldIndex.js +39 -0
  51. package/features/CmsEntryOpenSearchFieldIndex/fields/TextCompressedFieldIndex.js.map +1 -0
  52. package/features/CmsEntryOpenSearchFieldIndex/index.js +0 -2
  53. package/features/CmsEntryOpenSearchFilter/CmsEntryOpenSearchFilterRegistry.js +26 -28
  54. package/features/CmsEntryOpenSearchFilter/CmsEntryOpenSearchFilterRegistry.js.map +1 -1
  55. package/features/CmsEntryOpenSearchFilter/abstractions/CmsEntryOpenSearchFilter.js +2 -1
  56. package/features/CmsEntryOpenSearchFilter/abstractions/CmsEntryOpenSearchFilter.js.map +1 -1
  57. package/features/CmsEntryOpenSearchFilter/abstractions/CmsEntryOpenSearchFilterRegistry.js +2 -1
  58. package/features/CmsEntryOpenSearchFilter/abstractions/CmsEntryOpenSearchFilterRegistry.js.map +1 -1
  59. package/features/CmsEntryOpenSearchFilter/constants.js +2 -1
  60. package/features/CmsEntryOpenSearchFilter/constants.js.map +1 -1
  61. package/features/CmsEntryOpenSearchFilter/feature.js +9 -8
  62. package/features/CmsEntryOpenSearchFilter/feature.js.map +1 -1
  63. package/features/CmsEntryOpenSearchFilter/fields/DefaultFilter.js +18 -15
  64. package/features/CmsEntryOpenSearchFilter/fields/DefaultFilter.js.map +1 -1
  65. package/features/CmsEntryOpenSearchFilter/fields/ObjectFilter.js +35 -53
  66. package/features/CmsEntryOpenSearchFilter/fields/ObjectFilter.js.map +1 -1
  67. package/features/CmsEntryOpenSearchFilter/fields/RefFilter.js +27 -40
  68. package/features/CmsEntryOpenSearchFilter/fields/RefFilter.js.map +1 -1
  69. package/features/CmsEntryOpenSearchFilter/index.js +0 -2
  70. package/features/CmsEntryOpenSearchFullTextSearch/abstractions.js +2 -1
  71. package/features/CmsEntryOpenSearchFullTextSearch/abstractions.js.map +1 -1
  72. package/features/CmsEntryOpenSearchFullTextSearch/index.js +0 -2
  73. package/features/CmsEntryOpenSearchIndex/BaseOpenSearchIndex.js +10 -9
  74. package/features/CmsEntryOpenSearchIndex/BaseOpenSearchIndex.js.map +1 -1
  75. package/features/CmsEntryOpenSearchIndex/abstractions.js +2 -1
  76. package/features/CmsEntryOpenSearchIndex/abstractions.js.map +1 -1
  77. package/features/CmsEntryOpenSearchIndex/feature.js +6 -5
  78. package/features/CmsEntryOpenSearchIndex/feature.js.map +1 -1
  79. package/features/CmsEntryOpenSearchIndex/index.js +0 -2
  80. package/features/CmsEntryOpenSearchQueryModifier/abstractions.js +2 -1
  81. package/features/CmsEntryOpenSearchQueryModifier/abstractions.js.map +1 -1
  82. package/features/CmsEntryOpenSearchQueryModifier/index.js +0 -2
  83. package/features/CmsEntryOpenSearchSortModifier/abstractions.js +2 -1
  84. package/features/CmsEntryOpenSearchSortModifier/abstractions.js.map +1 -1
  85. package/features/CmsEntryOpenSearchSortModifier/index.js +0 -2
  86. package/features/CmsEntryOpenSearchValueSearch/CmsEntryOpenSearchValueSearchRegistry.js +24 -20
  87. package/features/CmsEntryOpenSearchValueSearch/CmsEntryOpenSearchValueSearchRegistry.js.map +1 -1
  88. package/features/CmsEntryOpenSearchValueSearch/abstractions/CmsEntryOpenSearchValueSearch.js +2 -1
  89. package/features/CmsEntryOpenSearchValueSearch/abstractions/CmsEntryOpenSearchValueSearch.js.map +1 -1
  90. package/features/CmsEntryOpenSearchValueSearch/abstractions/CmsEntryOpenSearchValueSearchRegistry.js +2 -1
  91. package/features/CmsEntryOpenSearchValueSearch/abstractions/CmsEntryOpenSearchValueSearchRegistry.js.map +1 -1
  92. package/features/CmsEntryOpenSearchValueSearch/feature.js +9 -8
  93. package/features/CmsEntryOpenSearchValueSearch/feature.js.map +1 -1
  94. package/features/CmsEntryOpenSearchValueSearch/fields/RefSearch.js +14 -16
  95. package/features/CmsEntryOpenSearchValueSearch/fields/RefSearch.js.map +1 -1
  96. package/features/CmsEntryOpenSearchValueSearch/fields/SearchableJsonSearch.js +31 -42
  97. package/features/CmsEntryOpenSearchValueSearch/fields/SearchableJsonSearch.js.map +1 -1
  98. package/features/CmsEntryOpenSearchValueSearch/fields/TimeSearch.js +15 -17
  99. package/features/CmsEntryOpenSearchValueSearch/fields/TimeSearch.js.map +1 -1
  100. package/features/CmsEntryOpenSearchValueSearch/index.js +0 -2
  101. package/features/CmsEntryOpenSearchValuesModifier/abstractions.js +2 -1
  102. package/features/CmsEntryOpenSearchValuesModifier/abstractions.js.map +1 -1
  103. package/features/CmsEntryOpenSearchValuesModifier/index.js +0 -2
  104. package/helpers/entryIndexHelpers.d.ts +1 -1
  105. package/helpers/entryIndexHelpers.js +69 -123
  106. package/helpers/entryIndexHelpers.js.map +1 -1
  107. package/helpers/fieldIdentifier.js +18 -30
  108. package/helpers/fieldIdentifier.js.map +1 -1
  109. package/helpers/index.js +0 -2
  110. package/index.js +0 -2
  111. package/operations/entry/dataLoader/DataLoaderCache.js +22 -26
  112. package/operations/entry/dataLoader/DataLoaderCache.js.map +1 -1
  113. package/operations/entry/dataLoader/constants.js +2 -1
  114. package/operations/entry/dataLoader/constants.js.map +1 -1
  115. package/operations/entry/dataLoader/createBatchScheduleFn.js +6 -15
  116. package/operations/entry/dataLoader/createBatchScheduleFn.js.map +1 -1
  117. package/operations/entry/dataLoader/getAllEntryRevisions.js +18 -29
  118. package/operations/entry/dataLoader/getAllEntryRevisions.js.map +1 -1
  119. package/operations/entry/dataLoader/getLatestRevisionByEntryId.js +27 -37
  120. package/operations/entry/dataLoader/getLatestRevisionByEntryId.js.map +1 -1
  121. package/operations/entry/dataLoader/getPublishedRevisionByEntryId.js +27 -37
  122. package/operations/entry/dataLoader/getPublishedRevisionByEntryId.js.map +1 -1
  123. package/operations/entry/dataLoader/getRevisionById.js +32 -46
  124. package/operations/entry/dataLoader/getRevisionById.js.map +1 -1
  125. package/operations/entry/dataLoader/index.js +8 -9
  126. package/operations/entry/dataLoader/index.js.map +1 -1
  127. package/operations/entry/dataLoader/types.js +0 -3
  128. package/operations/entry/dataLoaders.js +81 -99
  129. package/operations/entry/dataLoaders.js.map +1 -1
  130. package/operations/entry/elasticsearch/assignMinimumShouldMatchToQuery.js +6 -24
  131. package/operations/entry/elasticsearch/assignMinimumShouldMatchToQuery.js.map +1 -1
  132. package/operations/entry/elasticsearch/body.js +74 -125
  133. package/operations/entry/elasticsearch/body.js.map +1 -1
  134. package/operations/entry/elasticsearch/fields/createSystemField.js +6 -7
  135. package/operations/entry/elasticsearch/fields/createSystemField.js.map +1 -1
  136. package/operations/entry/elasticsearch/fields/live.js +45 -40
  137. package/operations/entry/elasticsearch/fields/live.js.map +1 -1
  138. package/operations/entry/elasticsearch/fields/location.js +45 -40
  139. package/operations/entry/elasticsearch/fields/location.js.map +1 -1
  140. package/operations/entry/elasticsearch/fields/state.js +99 -88
  141. package/operations/entry/elasticsearch/fields/state.js.map +1 -1
  142. package/operations/entry/elasticsearch/fields.js +193 -217
  143. package/operations/entry/elasticsearch/fields.js.map +1 -1
  144. package/operations/entry/elasticsearch/filtering/applyFiltering.js +32 -45
  145. package/operations/entry/elasticsearch/filtering/applyFiltering.js.map +1 -1
  146. package/operations/entry/elasticsearch/filtering/exec.js +85 -114
  147. package/operations/entry/elasticsearch/filtering/exec.js.map +1 -1
  148. package/operations/entry/elasticsearch/filtering/index.js +0 -2
  149. package/operations/entry/elasticsearch/filtering/path.js +24 -33
  150. package/operations/entry/elasticsearch/filtering/path.js.map +1 -1
  151. package/operations/entry/elasticsearch/filtering/populated.js +8 -14
  152. package/operations/entry/elasticsearch/filtering/populated.js.map +1 -1
  153. package/operations/entry/elasticsearch/filtering/values.js +11 -12
  154. package/operations/entry/elasticsearch/filtering/values.js.map +1 -1
  155. package/operations/entry/elasticsearch/fullTextSearch.js +43 -80
  156. package/operations/entry/elasticsearch/fullTextSearch.js.map +1 -1
  157. package/operations/entry/elasticsearch/fullTextSearchFields.js +7 -17
  158. package/operations/entry/elasticsearch/fullTextSearchFields.js.map +1 -1
  159. package/operations/entry/elasticsearch/initialQuery.js +37 -80
  160. package/operations/entry/elasticsearch/initialQuery.js.map +1 -1
  161. package/operations/entry/elasticsearch/keyword.js +13 -27
  162. package/operations/entry/elasticsearch/keyword.js.map +1 -1
  163. package/operations/entry/elasticsearch/plugins/operator.js +9 -20
  164. package/operations/entry/elasticsearch/plugins/operator.js.map +1 -1
  165. package/operations/entry/elasticsearch/shouldIgnoreEsResponseError.js +6 -4
  166. package/operations/entry/elasticsearch/shouldIgnoreEsResponseError.js.map +1 -1
  167. package/operations/entry/elasticsearch/sort.js +69 -92
  168. package/operations/entry/elasticsearch/sort.js.map +1 -1
  169. package/operations/entry/elasticsearch/transformValueForSearch.js +9 -14
  170. package/operations/entry/elasticsearch/transformValueForSearch.js.map +1 -1
  171. package/operations/entry/elasticsearch/types.js +0 -3
  172. package/operations/entry/index.js +1313 -1709
  173. package/operations/entry/index.js.map +1 -1
  174. package/operations/entry/keys.js +43 -63
  175. package/operations/entry/keys.js.map +1 -1
  176. package/operations/entry/recordType.js +4 -9
  177. package/operations/entry/recordType.js.map +1 -1
  178. package/operations/entry/transformations/convertEntryKeys.js +21 -26
  179. package/operations/entry/transformations/convertEntryKeys.js.map +1 -1
  180. package/operations/entry/transformations/index.d.ts +0 -2
  181. package/operations/entry/transformations/index.js +84 -114
  182. package/operations/entry/transformations/index.js.map +1 -1
  183. package/operations/entry/transformations/modifyEntryValues.d.ts +1 -1
  184. package/operations/entry/transformations/modifyEntryValues.js +12 -17
  185. package/operations/entry/transformations/modifyEntryValues.js.map +1 -1
  186. package/operations/entry/transformations/transformEntryKeys.js +13 -16
  187. package/operations/entry/transformations/transformEntryKeys.js.map +1 -1
  188. package/operations/entry/transformations/transformEntryToIndex.d.ts +0 -2
  189. package/operations/entry/transformations/transformEntryToIndex.js +16 -22
  190. package/operations/entry/transformations/transformEntryToIndex.js.map +1 -1
  191. package/operations/group/index.js +113 -134
  192. package/operations/group/index.js.map +1 -1
  193. package/operations/model/index.js +128 -156
  194. package/operations/model/index.js.map +1 -1
  195. package/package.json +24 -24
  196. package/tasks/createIndexTaskPlugin.js +35 -38
  197. package/tasks/createIndexTaskPlugin.js.map +1 -1
  198. package/types.js +7 -13
  199. package/types.js.map +1 -1
  200. package/values/NoValueContainer.js +8 -10
  201. package/values/NoValueContainer.js.map +1 -1
  202. package/definitions/types.js.map +0 -1
  203. package/exports/api/cms/opensearch.js.map +0 -1
  204. package/features/CmsEntryOpenSearchBodyModifier/index.js.map +0 -1
  205. package/features/CmsEntryOpenSearchFieldIndex/index.js.map +0 -1
  206. package/features/CmsEntryOpenSearchFilter/index.js.map +0 -1
  207. package/features/CmsEntryOpenSearchFullTextSearch/index.js.map +0 -1
  208. package/features/CmsEntryOpenSearchIndex/index.js.map +0 -1
  209. package/features/CmsEntryOpenSearchQueryModifier/index.js.map +0 -1
  210. package/features/CmsEntryOpenSearchSortModifier/index.js.map +0 -1
  211. package/features/CmsEntryOpenSearchValueSearch/index.js.map +0 -1
  212. package/features/CmsEntryOpenSearchValuesModifier/index.js.map +0 -1
  213. package/helpers/index.js.map +0 -1
  214. package/index.js.map +0 -1
  215. package/operations/entry/dataLoader/types.js.map +0 -1
  216. package/operations/entry/elasticsearch/filtering/index.js.map +0 -1
  217. package/operations/entry/elasticsearch/types.js.map +0 -1
@@ -1,45 +1,50 @@
1
1
  import { createSystemField } from "./createSystemField.js";
2
2
  import { createModelField } from "@webiny/api-headless-cms";
3
- export const liveFields = {
4
- live: {
5
- type: "object",
6
- systemField: true,
7
- searchable: true,
8
- sortable: false,
9
- field: createSystemField({
10
- storageId: "live",
11
- fieldId: "live",
12
- type: "object",
13
- settings: {
14
- fields: [createModelField({
15
- id: "version",
16
- fieldId: "version",
17
- storageId: "version",
18
- type: "number",
19
- label: "Version"
20
- })]
21
- }
22
- }),
23
- parents: []
24
- },
25
- "live.version": {
26
- type: "number",
27
- systemField: true,
28
- searchable: true,
29
- sortable: false,
30
- parents: [{
31
- fieldId: "live",
32
- type: "object",
33
- storageId: "live"
34
- }],
35
- field: createSystemField({
36
- id: "version",
37
- fieldId: "version",
38
- storageId: "version",
39
- type: "number",
40
- label: "Version"
41
- })
42
- }
3
+ const liveFields = {
4
+ live: {
5
+ type: "object",
6
+ systemField: true,
7
+ searchable: true,
8
+ sortable: false,
9
+ field: createSystemField({
10
+ storageId: "live",
11
+ fieldId: "live",
12
+ type: "object",
13
+ settings: {
14
+ fields: [
15
+ createModelField({
16
+ id: "version",
17
+ fieldId: "version",
18
+ storageId: "version",
19
+ type: "number",
20
+ label: "Version"
21
+ })
22
+ ]
23
+ }
24
+ }),
25
+ parents: []
26
+ },
27
+ "live.version": {
28
+ type: "number",
29
+ systemField: true,
30
+ searchable: true,
31
+ sortable: false,
32
+ parents: [
33
+ {
34
+ fieldId: "live",
35
+ type: "object",
36
+ storageId: "live"
37
+ }
38
+ ],
39
+ field: createSystemField({
40
+ id: "version",
41
+ fieldId: "version",
42
+ storageId: "version",
43
+ type: "number",
44
+ label: "Version"
45
+ })
46
+ }
43
47
  };
48
+ export { liveFields };
44
49
 
45
50
  //# sourceMappingURL=live.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["createSystemField","createModelField","liveFields","live","type","systemField","searchable","sortable","field","storageId","fieldId","settings","fields","id","label","parents"],"sources":["live.ts"],"sourcesContent":["import type { ModelFields } from \"~/operations/entry/elasticsearch/types.js\";\nimport { createSystemField } from \"./createSystemField.js\";\nimport { createModelField } from \"@webiny/api-headless-cms\";\n\nexport const liveFields: ModelFields = {\n live: {\n type: \"object\",\n systemField: true,\n searchable: true,\n sortable: false,\n field: createSystemField({\n storageId: \"live\",\n fieldId: \"live\",\n type: \"object\",\n settings: {\n fields: [\n createModelField({\n id: \"version\",\n fieldId: \"version\",\n storageId: \"version\",\n type: \"number\",\n label: \"Version\"\n })\n ]\n }\n }),\n parents: []\n },\n \"live.version\": {\n type: \"number\",\n systemField: true,\n searchable: true,\n sortable: false,\n parents: [\n {\n fieldId: \"live\",\n type: \"object\",\n storageId: \"live\"\n }\n ],\n field: createSystemField({\n id: \"version\",\n fieldId: \"version\",\n storageId: \"version\",\n type: \"number\",\n label: \"Version\"\n })\n }\n};\n"],"mappings":"AACA,SAASA,iBAAiB;AAC1B,SAASC,gBAAgB,QAAQ,0BAA0B;AAE3D,OAAO,MAAMC,UAAuB,GAAG;EACnCC,IAAI,EAAE;IACFC,IAAI,EAAE,QAAQ;IACdC,WAAW,EAAE,IAAI;IACjBC,UAAU,EAAE,IAAI;IAChBC,QAAQ,EAAE,KAAK;IACfC,KAAK,EAAER,iBAAiB,CAAC;MACrBS,SAAS,EAAE,MAAM;MACjBC,OAAO,EAAE,MAAM;MACfN,IAAI,EAAE,QAAQ;MACdO,QAAQ,EAAE;QACNC,MAAM,EAAE,CACJX,gBAAgB,CAAC;UACbY,EAAE,EAAE,SAAS;UACbH,OAAO,EAAE,SAAS;UAClBD,SAAS,EAAE,SAAS;UACpBL,IAAI,EAAE,QAAQ;UACdU,KAAK,EAAE;QACX,CAAC,CAAC;MAEV;IACJ,CAAC,CAAC;IACFC,OAAO,EAAE;EACb,CAAC;EACD,cAAc,EAAE;IACZX,IAAI,EAAE,QAAQ;IACdC,WAAW,EAAE,IAAI;IACjBC,UAAU,EAAE,IAAI;IAChBC,QAAQ,EAAE,KAAK;IACfQ,OAAO,EAAE,CACL;MACIL,OAAO,EAAE,MAAM;MACfN,IAAI,EAAE,QAAQ;MACdK,SAAS,EAAE;IACf,CAAC,CACJ;IACDD,KAAK,EAAER,iBAAiB,CAAC;MACrBa,EAAE,EAAE,SAAS;MACbH,OAAO,EAAE,SAAS;MAClBD,SAAS,EAAE,SAAS;MACpBL,IAAI,EAAE,QAAQ;MACdU,KAAK,EAAE;IACX,CAAC;EACL;AACJ,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"operations/entry/elasticsearch/fields/live.js","sources":["../../../../../src/operations/entry/elasticsearch/fields/live.ts"],"sourcesContent":["import type { ModelFields } from \"~/operations/entry/elasticsearch/types.js\";\nimport { createSystemField } from \"./createSystemField.js\";\nimport { createModelField } from \"@webiny/api-headless-cms\";\n\nexport const liveFields: ModelFields = {\n live: {\n type: \"object\",\n systemField: true,\n searchable: true,\n sortable: false,\n field: createSystemField({\n storageId: \"live\",\n fieldId: \"live\",\n type: \"object\",\n settings: {\n fields: [\n createModelField({\n id: \"version\",\n fieldId: \"version\",\n storageId: \"version\",\n type: \"number\",\n label: \"Version\"\n })\n ]\n }\n }),\n parents: []\n },\n \"live.version\": {\n type: \"number\",\n systemField: true,\n searchable: true,\n sortable: false,\n parents: [\n {\n fieldId: \"live\",\n type: \"object\",\n storageId: \"live\"\n }\n ],\n field: createSystemField({\n id: \"version\",\n fieldId: \"version\",\n storageId: \"version\",\n type: \"number\",\n label: \"Version\"\n })\n }\n};\n"],"names":["liveFields","createSystemField","createModelField"],"mappings":";;AAIO,MAAMA,aAA0B;IACnC,MAAM;QACF,MAAM;QACN,aAAa;QACb,YAAY;QACZ,UAAU;QACV,OAAOC,kBAAkB;YACrB,WAAW;YACX,SAAS;YACT,MAAM;YACN,UAAU;gBACN,QAAQ;oBACJC,iBAAiB;wBACb,IAAI;wBACJ,SAAS;wBACT,WAAW;wBACX,MAAM;wBACN,OAAO;oBACX;iBACH;YACL;QACJ;QACA,SAAS,EAAE;IACf;IACA,gBAAgB;QACZ,MAAM;QACN,aAAa;QACb,YAAY;QACZ,UAAU;QACV,SAAS;YACL;gBACI,SAAS;gBACT,MAAM;gBACN,WAAW;YACf;SACH;QACD,OAAOD,kBAAkB;YACrB,IAAI;YACJ,SAAS;YACT,WAAW;YACX,MAAM;YACN,OAAO;QACX;IACJ;AACJ"}
@@ -1,45 +1,50 @@
1
1
  import { createSystemField } from "./createSystemField.js";
2
2
  import { createModelField } from "@webiny/api-headless-cms";
3
- export const locationFields = {
4
- wbyAco_location: {
5
- type: "object",
6
- systemField: true,
7
- searchable: true,
8
- sortable: true,
9
- field: createSystemField({
10
- storageId: "location",
11
- fieldId: "wbyAco_location",
12
- type: "object",
13
- settings: {
14
- fields: [createModelField({
15
- id: "folderId",
16
- fieldId: "folderId",
17
- storageId: "folderId",
18
- type: "text",
19
- label: "Folder ID"
20
- })]
21
- }
22
- }),
23
- parents: []
24
- },
25
- "wbyAco_location.folderId": {
26
- type: "text",
27
- systemField: true,
28
- searchable: true,
29
- sortable: true,
30
- field: createSystemField({
31
- id: "folderId",
32
- fieldId: "folderId",
33
- storageId: "folderId",
34
- type: "text",
35
- label: "Folder ID"
36
- }),
37
- parents: [{
38
- fieldId: "wbyAco_location",
39
- type: "object",
40
- storageId: "location"
41
- }]
42
- }
3
+ const locationFields = {
4
+ wbyAco_location: {
5
+ type: "object",
6
+ systemField: true,
7
+ searchable: true,
8
+ sortable: true,
9
+ field: createSystemField({
10
+ storageId: "location",
11
+ fieldId: "wbyAco_location",
12
+ type: "object",
13
+ settings: {
14
+ fields: [
15
+ createModelField({
16
+ id: "folderId",
17
+ fieldId: "folderId",
18
+ storageId: "folderId",
19
+ type: "text",
20
+ label: "Folder ID"
21
+ })
22
+ ]
23
+ }
24
+ }),
25
+ parents: []
26
+ },
27
+ "wbyAco_location.folderId": {
28
+ type: "text",
29
+ systemField: true,
30
+ searchable: true,
31
+ sortable: true,
32
+ field: createSystemField({
33
+ id: "folderId",
34
+ fieldId: "folderId",
35
+ storageId: "folderId",
36
+ type: "text",
37
+ label: "Folder ID"
38
+ }),
39
+ parents: [
40
+ {
41
+ fieldId: "wbyAco_location",
42
+ type: "object",
43
+ storageId: "location"
44
+ }
45
+ ]
46
+ }
43
47
  };
48
+ export { locationFields };
44
49
 
45
50
  //# sourceMappingURL=location.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["createSystemField","createModelField","locationFields","wbyAco_location","type","systemField","searchable","sortable","field","storageId","fieldId","settings","fields","id","label","parents"],"sources":["location.ts"],"sourcesContent":["import type { ModelFields } from \"~/operations/entry/elasticsearch/types.js\";\nimport { createSystemField } from \"./createSystemField.js\";\nimport { createModelField } from \"@webiny/api-headless-cms\";\n\nexport const locationFields: ModelFields = {\n wbyAco_location: {\n type: \"object\",\n systemField: true,\n searchable: true,\n sortable: true,\n field: createSystemField({\n storageId: \"location\",\n fieldId: \"wbyAco_location\",\n type: \"object\",\n settings: {\n fields: [\n createModelField({\n id: \"folderId\",\n fieldId: \"folderId\",\n storageId: \"folderId\",\n type: \"text\",\n label: \"Folder ID\"\n })\n ]\n }\n }),\n parents: []\n },\n \"wbyAco_location.folderId\": {\n type: \"text\",\n systemField: true,\n searchable: true,\n sortable: true,\n field: createSystemField({\n id: \"folderId\",\n fieldId: \"folderId\",\n storageId: \"folderId\",\n type: \"text\",\n label: \"Folder ID\"\n }),\n parents: [\n {\n fieldId: \"wbyAco_location\",\n type: \"object\",\n storageId: \"location\"\n }\n ]\n }\n};\n"],"mappings":"AACA,SAASA,iBAAiB;AAC1B,SAASC,gBAAgB,QAAQ,0BAA0B;AAE3D,OAAO,MAAMC,cAA2B,GAAG;EACvCC,eAAe,EAAE;IACbC,IAAI,EAAE,QAAQ;IACdC,WAAW,EAAE,IAAI;IACjBC,UAAU,EAAE,IAAI;IAChBC,QAAQ,EAAE,IAAI;IACdC,KAAK,EAAER,iBAAiB,CAAC;MACrBS,SAAS,EAAE,UAAU;MACrBC,OAAO,EAAE,iBAAiB;MAC1BN,IAAI,EAAE,QAAQ;MACdO,QAAQ,EAAE;QACNC,MAAM,EAAE,CACJX,gBAAgB,CAAC;UACbY,EAAE,EAAE,UAAU;UACdH,OAAO,EAAE,UAAU;UACnBD,SAAS,EAAE,UAAU;UACrBL,IAAI,EAAE,MAAM;UACZU,KAAK,EAAE;QACX,CAAC,CAAC;MAEV;IACJ,CAAC,CAAC;IACFC,OAAO,EAAE;EACb,CAAC;EACD,0BAA0B,EAAE;IACxBX,IAAI,EAAE,MAAM;IACZC,WAAW,EAAE,IAAI;IACjBC,UAAU,EAAE,IAAI;IAChBC,QAAQ,EAAE,IAAI;IACdC,KAAK,EAAER,iBAAiB,CAAC;MACrBa,EAAE,EAAE,UAAU;MACdH,OAAO,EAAE,UAAU;MACnBD,SAAS,EAAE,UAAU;MACrBL,IAAI,EAAE,MAAM;MACZU,KAAK,EAAE;IACX,CAAC,CAAC;IACFC,OAAO,EAAE,CACL;MACIL,OAAO,EAAE,iBAAiB;MAC1BN,IAAI,EAAE,QAAQ;MACdK,SAAS,EAAE;IACf,CAAC;EAET;AACJ,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"operations/entry/elasticsearch/fields/location.js","sources":["../../../../../src/operations/entry/elasticsearch/fields/location.ts"],"sourcesContent":["import type { ModelFields } from \"~/operations/entry/elasticsearch/types.js\";\nimport { createSystemField } from \"./createSystemField.js\";\nimport { createModelField } from \"@webiny/api-headless-cms\";\n\nexport const locationFields: ModelFields = {\n wbyAco_location: {\n type: \"object\",\n systemField: true,\n searchable: true,\n sortable: true,\n field: createSystemField({\n storageId: \"location\",\n fieldId: \"wbyAco_location\",\n type: \"object\",\n settings: {\n fields: [\n createModelField({\n id: \"folderId\",\n fieldId: \"folderId\",\n storageId: \"folderId\",\n type: \"text\",\n label: \"Folder ID\"\n })\n ]\n }\n }),\n parents: []\n },\n \"wbyAco_location.folderId\": {\n type: \"text\",\n systemField: true,\n searchable: true,\n sortable: true,\n field: createSystemField({\n id: \"folderId\",\n fieldId: \"folderId\",\n storageId: \"folderId\",\n type: \"text\",\n label: \"Folder ID\"\n }),\n parents: [\n {\n fieldId: \"wbyAco_location\",\n type: \"object\",\n storageId: \"location\"\n }\n ]\n }\n};\n"],"names":["locationFields","createSystemField","createModelField"],"mappings":";;AAIO,MAAMA,iBAA8B;IACvC,iBAAiB;QACb,MAAM;QACN,aAAa;QACb,YAAY;QACZ,UAAU;QACV,OAAOC,kBAAkB;YACrB,WAAW;YACX,SAAS;YACT,MAAM;YACN,UAAU;gBACN,QAAQ;oBACJC,iBAAiB;wBACb,IAAI;wBACJ,SAAS;wBACT,WAAW;wBACX,MAAM;wBACN,OAAO;oBACX;iBACH;YACL;QACJ;QACA,SAAS,EAAE;IACf;IACA,4BAA4B;QACxB,MAAM;QACN,aAAa;QACb,YAAY;QACZ,UAAU;QACV,OAAOD,kBAAkB;YACrB,IAAI;YACJ,SAAS;YACT,WAAW;YACX,MAAM;YACN,OAAO;QACX;QACA,SAAS;YACL;gBACI,SAAS;gBACT,MAAM;gBACN,WAAW;YACf;SACH;IACL;AACJ"}
@@ -1,93 +1,104 @@
1
1
  import { createSystemField } from "./createSystemField.js";
2
2
  import { createModelField } from "@webiny/api-headless-cms";
3
- export const stateFields = {
4
- state: {
5
- type: "object",
6
- systemField: true,
7
- searchable: true,
8
- sortable: false,
9
- field: createSystemField({
10
- storageId: "object@state",
11
- fieldId: "state",
12
- type: "object",
13
- settings: {
14
- fields: [createModelField({
15
- id: "stepId",
16
- fieldId: "stepId",
17
- storageId: "text@stepId",
18
- type: "text",
19
- label: "Step ID"
20
- }), createModelField({
21
- id: "stepName",
22
- fieldId: "stepName",
23
- storageId: "text@stepName",
24
- type: "text",
25
- label: "Step Name"
26
- }), createModelField({
27
- id: "state",
28
- fieldId: "state",
29
- storageId: "text@state",
30
- type: "text",
31
- label: "State"
32
- })]
33
- }
34
- }),
35
- parents: []
36
- },
37
- "state.stepId": {
38
- type: "text",
39
- systemField: true,
40
- searchable: true,
41
- sortable: false,
42
- parents: [{
43
- fieldId: "state",
44
- type: "object",
45
- storageId: "object@state"
46
- }],
47
- field: createSystemField({
48
- id: "stepId",
49
- fieldId: "stepId",
50
- storageId: "text@stepId",
51
- type: "text",
52
- label: "Step ID"
53
- })
54
- },
55
- "state.stepName": {
56
- type: "text",
57
- systemField: true,
58
- searchable: true,
59
- sortable: false,
60
- parents: [{
61
- fieldId: "state",
62
- type: "object",
63
- storageId: "object@state"
64
- }],
65
- field: createSystemField({
66
- id: "stepName",
67
- fieldId: "stepName",
68
- storageId: "text@stepName",
69
- type: "text",
70
- label: "Step Name"
71
- })
72
- },
73
- "state.state": {
74
- type: "text",
75
- systemField: true,
76
- searchable: true,
77
- sortable: false,
78
- parents: [{
79
- fieldId: "state",
80
- type: "object",
81
- storageId: "object@state"
82
- }],
83
- field: createSystemField({
84
- id: "state",
85
- fieldId: "state",
86
- storageId: "text@state",
87
- type: "text",
88
- label: "State"
89
- })
90
- }
3
+ const stateFields = {
4
+ state: {
5
+ type: "object",
6
+ systemField: true,
7
+ searchable: true,
8
+ sortable: false,
9
+ field: createSystemField({
10
+ storageId: "object@state",
11
+ fieldId: "state",
12
+ type: "object",
13
+ settings: {
14
+ fields: [
15
+ createModelField({
16
+ id: "stepId",
17
+ fieldId: "stepId",
18
+ storageId: "text@stepId",
19
+ type: "text",
20
+ label: "Step ID"
21
+ }),
22
+ createModelField({
23
+ id: "stepName",
24
+ fieldId: "stepName",
25
+ storageId: "text@stepName",
26
+ type: "text",
27
+ label: "Step Name"
28
+ }),
29
+ createModelField({
30
+ id: "state",
31
+ fieldId: "state",
32
+ storageId: "text@state",
33
+ type: "text",
34
+ label: "State"
35
+ })
36
+ ]
37
+ }
38
+ }),
39
+ parents: []
40
+ },
41
+ "state.stepId": {
42
+ type: "text",
43
+ systemField: true,
44
+ searchable: true,
45
+ sortable: false,
46
+ parents: [
47
+ {
48
+ fieldId: "state",
49
+ type: "object",
50
+ storageId: "object@state"
51
+ }
52
+ ],
53
+ field: createSystemField({
54
+ id: "stepId",
55
+ fieldId: "stepId",
56
+ storageId: "text@stepId",
57
+ type: "text",
58
+ label: "Step ID"
59
+ })
60
+ },
61
+ "state.stepName": {
62
+ type: "text",
63
+ systemField: true,
64
+ searchable: true,
65
+ sortable: false,
66
+ parents: [
67
+ {
68
+ fieldId: "state",
69
+ type: "object",
70
+ storageId: "object@state"
71
+ }
72
+ ],
73
+ field: createSystemField({
74
+ id: "stepName",
75
+ fieldId: "stepName",
76
+ storageId: "text@stepName",
77
+ type: "text",
78
+ label: "Step Name"
79
+ })
80
+ },
81
+ "state.state": {
82
+ type: "text",
83
+ systemField: true,
84
+ searchable: true,
85
+ sortable: false,
86
+ parents: [
87
+ {
88
+ fieldId: "state",
89
+ type: "object",
90
+ storageId: "object@state"
91
+ }
92
+ ],
93
+ field: createSystemField({
94
+ id: "state",
95
+ fieldId: "state",
96
+ storageId: "text@state",
97
+ type: "text",
98
+ label: "State"
99
+ })
100
+ }
91
101
  };
102
+ export { stateFields };
92
103
 
93
104
  //# sourceMappingURL=state.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["createSystemField","createModelField","stateFields","state","type","systemField","searchable","sortable","field","storageId","fieldId","settings","fields","id","label","parents"],"sources":["state.ts"],"sourcesContent":["import type { ModelFields } from \"~/operations/entry/elasticsearch/types.js\";\nimport { createSystemField } from \"./createSystemField.js\";\nimport { createModelField } from \"@webiny/api-headless-cms\";\n\nexport const stateFields: ModelFields = {\n state: {\n type: \"object\",\n systemField: true,\n searchable: true,\n sortable: false,\n field: createSystemField({\n storageId: \"object@state\",\n fieldId: \"state\",\n type: \"object\",\n settings: {\n fields: [\n createModelField({\n id: \"stepId\",\n fieldId: \"stepId\",\n storageId: \"text@stepId\",\n type: \"text\",\n label: \"Step ID\"\n }),\n createModelField({\n id: \"stepName\",\n fieldId: \"stepName\",\n storageId: \"text@stepName\",\n type: \"text\",\n label: \"Step Name\"\n }),\n createModelField({\n id: \"state\",\n fieldId: \"state\",\n storageId: \"text@state\",\n type: \"text\",\n label: \"State\"\n })\n ]\n }\n }),\n parents: []\n },\n \"state.stepId\": {\n type: \"text\",\n systemField: true,\n searchable: true,\n sortable: false,\n parents: [\n {\n fieldId: \"state\",\n type: \"object\",\n storageId: \"object@state\"\n }\n ],\n field: createSystemField({\n id: \"stepId\",\n fieldId: \"stepId\",\n storageId: \"text@stepId\",\n type: \"text\",\n label: \"Step ID\"\n })\n },\n \"state.stepName\": {\n type: \"text\",\n systemField: true,\n searchable: true,\n sortable: false,\n parents: [\n {\n fieldId: \"state\",\n type: \"object\",\n storageId: \"object@state\"\n }\n ],\n field: createSystemField({\n id: \"stepName\",\n fieldId: \"stepName\",\n storageId: \"text@stepName\",\n type: \"text\",\n label: \"Step Name\"\n })\n },\n \"state.state\": {\n type: \"text\",\n systemField: true,\n searchable: true,\n sortable: false,\n parents: [\n {\n fieldId: \"state\",\n type: \"object\",\n storageId: \"object@state\"\n }\n ],\n field: createSystemField({\n id: \"state\",\n fieldId: \"state\",\n storageId: \"text@state\",\n type: \"text\",\n label: \"State\"\n })\n }\n};\n"],"mappings":"AACA,SAASA,iBAAiB;AAC1B,SAASC,gBAAgB,QAAQ,0BAA0B;AAE3D,OAAO,MAAMC,WAAwB,GAAG;EACpCC,KAAK,EAAE;IACHC,IAAI,EAAE,QAAQ;IACdC,WAAW,EAAE,IAAI;IACjBC,UAAU,EAAE,IAAI;IAChBC,QAAQ,EAAE,KAAK;IACfC,KAAK,EAAER,iBAAiB,CAAC;MACrBS,SAAS,EAAE,cAAc;MACzBC,OAAO,EAAE,OAAO;MAChBN,IAAI,EAAE,QAAQ;MACdO,QAAQ,EAAE;QACNC,MAAM,EAAE,CACJX,gBAAgB,CAAC;UACbY,EAAE,EAAE,QAAQ;UACZH,OAAO,EAAE,QAAQ;UACjBD,SAAS,EAAE,aAAa;UACxBL,IAAI,EAAE,MAAM;UACZU,KAAK,EAAE;QACX,CAAC,CAAC,EACFb,gBAAgB,CAAC;UACbY,EAAE,EAAE,UAAU;UACdH,OAAO,EAAE,UAAU;UACnBD,SAAS,EAAE,eAAe;UAC1BL,IAAI,EAAE,MAAM;UACZU,KAAK,EAAE;QACX,CAAC,CAAC,EACFb,gBAAgB,CAAC;UACbY,EAAE,EAAE,OAAO;UACXH,OAAO,EAAE,OAAO;UAChBD,SAAS,EAAE,YAAY;UACvBL,IAAI,EAAE,MAAM;UACZU,KAAK,EAAE;QACX,CAAC,CAAC;MAEV;IACJ,CAAC,CAAC;IACFC,OAAO,EAAE;EACb,CAAC;EACD,cAAc,EAAE;IACZX,IAAI,EAAE,MAAM;IACZC,WAAW,EAAE,IAAI;IACjBC,UAAU,EAAE,IAAI;IAChBC,QAAQ,EAAE,KAAK;IACfQ,OAAO,EAAE,CACL;MACIL,OAAO,EAAE,OAAO;MAChBN,IAAI,EAAE,QAAQ;MACdK,SAAS,EAAE;IACf,CAAC,CACJ;IACDD,KAAK,EAAER,iBAAiB,CAAC;MACrBa,EAAE,EAAE,QAAQ;MACZH,OAAO,EAAE,QAAQ;MACjBD,SAAS,EAAE,aAAa;MACxBL,IAAI,EAAE,MAAM;MACZU,KAAK,EAAE;IACX,CAAC;EACL,CAAC;EACD,gBAAgB,EAAE;IACdV,IAAI,EAAE,MAAM;IACZC,WAAW,EAAE,IAAI;IACjBC,UAAU,EAAE,IAAI;IAChBC,QAAQ,EAAE,KAAK;IACfQ,OAAO,EAAE,CACL;MACIL,OAAO,EAAE,OAAO;MAChBN,IAAI,EAAE,QAAQ;MACdK,SAAS,EAAE;IACf,CAAC,CACJ;IACDD,KAAK,EAAER,iBAAiB,CAAC;MACrBa,EAAE,EAAE,UAAU;MACdH,OAAO,EAAE,UAAU;MACnBD,SAAS,EAAE,eAAe;MAC1BL,IAAI,EAAE,MAAM;MACZU,KAAK,EAAE;IACX,CAAC;EACL,CAAC;EACD,aAAa,EAAE;IACXV,IAAI,EAAE,MAAM;IACZC,WAAW,EAAE,IAAI;IACjBC,UAAU,EAAE,IAAI;IAChBC,QAAQ,EAAE,KAAK;IACfQ,OAAO,EAAE,CACL;MACIL,OAAO,EAAE,OAAO;MAChBN,IAAI,EAAE,QAAQ;MACdK,SAAS,EAAE;IACf,CAAC,CACJ;IACDD,KAAK,EAAER,iBAAiB,CAAC;MACrBa,EAAE,EAAE,OAAO;MACXH,OAAO,EAAE,OAAO;MAChBD,SAAS,EAAE,YAAY;MACvBL,IAAI,EAAE,MAAM;MACZU,KAAK,EAAE;IACX,CAAC;EACL;AACJ,CAAC","ignoreList":[]}
1
+ {"version":3,"file":"operations/entry/elasticsearch/fields/state.js","sources":["../../../../../src/operations/entry/elasticsearch/fields/state.ts"],"sourcesContent":["import type { ModelFields } from \"~/operations/entry/elasticsearch/types.js\";\nimport { createSystemField } from \"./createSystemField.js\";\nimport { createModelField } from \"@webiny/api-headless-cms\";\n\nexport const stateFields: ModelFields = {\n state: {\n type: \"object\",\n systemField: true,\n searchable: true,\n sortable: false,\n field: createSystemField({\n storageId: \"object@state\",\n fieldId: \"state\",\n type: \"object\",\n settings: {\n fields: [\n createModelField({\n id: \"stepId\",\n fieldId: \"stepId\",\n storageId: \"text@stepId\",\n type: \"text\",\n label: \"Step ID\"\n }),\n createModelField({\n id: \"stepName\",\n fieldId: \"stepName\",\n storageId: \"text@stepName\",\n type: \"text\",\n label: \"Step Name\"\n }),\n createModelField({\n id: \"state\",\n fieldId: \"state\",\n storageId: \"text@state\",\n type: \"text\",\n label: \"State\"\n })\n ]\n }\n }),\n parents: []\n },\n \"state.stepId\": {\n type: \"text\",\n systemField: true,\n searchable: true,\n sortable: false,\n parents: [\n {\n fieldId: \"state\",\n type: \"object\",\n storageId: \"object@state\"\n }\n ],\n field: createSystemField({\n id: \"stepId\",\n fieldId: \"stepId\",\n storageId: \"text@stepId\",\n type: \"text\",\n label: \"Step ID\"\n })\n },\n \"state.stepName\": {\n type: \"text\",\n systemField: true,\n searchable: true,\n sortable: false,\n parents: [\n {\n fieldId: \"state\",\n type: \"object\",\n storageId: \"object@state\"\n }\n ],\n field: createSystemField({\n id: \"stepName\",\n fieldId: \"stepName\",\n storageId: \"text@stepName\",\n type: \"text\",\n label: \"Step Name\"\n })\n },\n \"state.state\": {\n type: \"text\",\n systemField: true,\n searchable: true,\n sortable: false,\n parents: [\n {\n fieldId: \"state\",\n type: \"object\",\n storageId: \"object@state\"\n }\n ],\n field: createSystemField({\n id: \"state\",\n fieldId: \"state\",\n storageId: \"text@state\",\n type: \"text\",\n label: \"State\"\n })\n }\n};\n"],"names":["stateFields","createSystemField","createModelField"],"mappings":";;AAIO,MAAMA,cAA2B;IACpC,OAAO;QACH,MAAM;QACN,aAAa;QACb,YAAY;QACZ,UAAU;QACV,OAAOC,kBAAkB;YACrB,WAAW;YACX,SAAS;YACT,MAAM;YACN,UAAU;gBACN,QAAQ;oBACJC,iBAAiB;wBACb,IAAI;wBACJ,SAAS;wBACT,WAAW;wBACX,MAAM;wBACN,OAAO;oBACX;oBACAA,iBAAiB;wBACb,IAAI;wBACJ,SAAS;wBACT,WAAW;wBACX,MAAM;wBACN,OAAO;oBACX;oBACAA,iBAAiB;wBACb,IAAI;wBACJ,SAAS;wBACT,WAAW;wBACX,MAAM;wBACN,OAAO;oBACX;iBACH;YACL;QACJ;QACA,SAAS,EAAE;IACf;IACA,gBAAgB;QACZ,MAAM;QACN,aAAa;QACb,YAAY;QACZ,UAAU;QACV,SAAS;YACL;gBACI,SAAS;gBACT,MAAM;gBACN,WAAW;YACf;SACH;QACD,OAAOD,kBAAkB;YACrB,IAAI;YACJ,SAAS;YACT,WAAW;YACX,MAAM;YACN,OAAO;QACX;IACJ;IACA,kBAAkB;QACd,MAAM;QACN,aAAa;QACb,YAAY;QACZ,UAAU;QACV,SAAS;YACL;gBACI,SAAS;gBACT,MAAM;gBACN,WAAW;YACf;SACH;QACD,OAAOA,kBAAkB;YACrB,IAAI;YACJ,SAAS;YACT,WAAW;YACX,MAAM;YACN,OAAO;QACX;IACJ;IACA,eAAe;QACX,MAAM;QACN,aAAa;QACb,YAAY;QACZ,UAAU;QACV,SAAS;YACL;gBACI,SAAS;gBACT,MAAM;gBACN,WAAW;YACf;SACH;QACD,OAAOA,kBAAkB;YACrB,IAAI;YACJ,SAAS;YACT,WAAW;YACX,MAAM;YACN,OAAO;QACX;IACJ;AACJ"}