@webiny/api-headless-cms-ddb-es 5.34.8 → 5.35.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 (156) hide show
  1. package/configurations.d.ts +1 -1
  2. package/configurations.js +0 -8
  3. package/configurations.js.map +1 -1
  4. package/definitions/entry.js +3 -5
  5. package/definitions/entry.js.map +1 -1
  6. package/definitions/entryElasticsearch.js +0 -5
  7. package/definitions/entryElasticsearch.js.map +1 -1
  8. package/definitions/group.js +0 -5
  9. package/definitions/group.js.map +1 -1
  10. package/definitions/model.js +17 -5
  11. package/definitions/model.js.map +1 -1
  12. package/definitions/settings.js +0 -5
  13. package/definitions/settings.js.map +1 -1
  14. package/definitions/system.js +0 -5
  15. package/definitions/system.js.map +1 -1
  16. package/definitions/table.js +0 -3
  17. package/definitions/table.js.map +1 -1
  18. package/definitions/tableElasticsearch.js +0 -3
  19. package/definitions/tableElasticsearch.js.map +1 -1
  20. package/dynamoDb/index.js +0 -5
  21. package/dynamoDb/index.js.map +1 -1
  22. package/dynamoDb/storage/date.js +1 -16
  23. package/dynamoDb/storage/date.js.map +1 -1
  24. package/dynamoDb/storage/longText.js +1 -18
  25. package/dynamoDb/storage/longText.js.map +1 -1
  26. package/dynamoDb/storage/richText.js +0 -24
  27. package/dynamoDb/storage/richText.js.map +1 -1
  28. package/elasticsearch/createElasticsearchIndex.js +0 -11
  29. package/elasticsearch/createElasticsearchIndex.js.map +1 -1
  30. package/elasticsearch/deleteElasticsearchIndex.js +0 -7
  31. package/elasticsearch/deleteElasticsearchIndex.js.map +1 -1
  32. package/elasticsearch/index.js +0 -5
  33. package/elasticsearch/index.js.map +1 -1
  34. package/elasticsearch/indexing/dateTimeIndexing.js +4 -21
  35. package/elasticsearch/indexing/dateTimeIndexing.js.map +1 -1
  36. package/elasticsearch/indexing/defaultFieldIndexing.js +5 -11
  37. package/elasticsearch/indexing/defaultFieldIndexing.js.map +1 -1
  38. package/elasticsearch/indexing/index.js +0 -9
  39. package/elasticsearch/indexing/index.js.map +1 -1
  40. package/elasticsearch/indexing/longTextIndexing.js +2 -14
  41. package/elasticsearch/indexing/longTextIndexing.js.map +1 -1
  42. package/elasticsearch/indexing/numberIndexing.js +0 -9
  43. package/elasticsearch/indexing/numberIndexing.js.map +1 -1
  44. package/elasticsearch/indexing/objectIndexing.js +3 -30
  45. package/elasticsearch/indexing/objectIndexing.js.map +1 -1
  46. package/elasticsearch/indexing/richTextIndexing.js +0 -5
  47. package/elasticsearch/indexing/richTextIndexing.js.map +1 -1
  48. package/elasticsearch/indices/base.js +0 -3
  49. package/elasticsearch/indices/base.js.map +1 -1
  50. package/elasticsearch/indices/index.js +0 -4
  51. package/elasticsearch/indices/index.js.map +1 -1
  52. package/elasticsearch/indices/japanese.js +0 -3
  53. package/elasticsearch/indices/japanese.js.map +1 -1
  54. package/elasticsearch/search/index.js +0 -4
  55. package/elasticsearch/search/index.js.map +1 -1
  56. package/elasticsearch/search/refSearch.js +0 -6
  57. package/elasticsearch/search/refSearch.js.map +1 -1
  58. package/elasticsearch/search/timeSearch.js +0 -7
  59. package/elasticsearch/search/timeSearch.js.map +1 -1
  60. package/helpers/entryIndexHelpers.js +20 -49
  61. package/helpers/entryIndexHelpers.js.map +1 -1
  62. package/helpers/index.js +0 -2
  63. package/helpers/index.js.map +1 -1
  64. package/index.js +7 -44
  65. package/index.js.map +1 -1
  66. package/operations/entry/dataLoaders.js +0 -52
  67. package/operations/entry/dataLoaders.js.map +1 -1
  68. package/operations/entry/elasticsearch/assignMinimumShouldMatchToQuery.js +1 -3
  69. package/operations/entry/elasticsearch/assignMinimumShouldMatchToQuery.js.map +1 -1
  70. package/operations/entry/elasticsearch/body.js +2 -26
  71. package/operations/entry/elasticsearch/body.js.map +1 -1
  72. package/operations/entry/elasticsearch/fields.d.ts +5 -4
  73. package/operations/entry/elasticsearch/fields.js +73 -60
  74. package/operations/entry/elasticsearch/fields.js.map +1 -1
  75. package/operations/entry/elasticsearch/filtering/applyFiltering.js +1 -10
  76. package/operations/entry/elasticsearch/filtering/applyFiltering.js.map +1 -1
  77. package/operations/entry/elasticsearch/filtering/exec.js +9 -52
  78. package/operations/entry/elasticsearch/filtering/exec.js.map +1 -1
  79. package/operations/entry/elasticsearch/filtering/index.js +0 -2
  80. package/operations/entry/elasticsearch/filtering/index.js.map +1 -1
  81. package/operations/entry/elasticsearch/filtering/path.js +1 -9
  82. package/operations/entry/elasticsearch/filtering/path.js.map +1 -1
  83. package/operations/entry/elasticsearch/filtering/plugins/defaultFilterPlugin.js +1 -8
  84. package/operations/entry/elasticsearch/filtering/plugins/defaultFilterPlugin.js.map +1 -1
  85. package/operations/entry/elasticsearch/filtering/plugins/index.js +0 -5
  86. package/operations/entry/elasticsearch/filtering/plugins/index.js.map +1 -1
  87. package/operations/entry/elasticsearch/filtering/plugins/objectFilterPlugin.js +0 -13
  88. package/operations/entry/elasticsearch/filtering/plugins/objectFilterPlugin.js.map +1 -1
  89. package/operations/entry/elasticsearch/filtering/plugins/refFilterPlugin.js +0 -10
  90. package/operations/entry/elasticsearch/filtering/plugins/refFilterPlugin.js.map +1 -1
  91. package/operations/entry/elasticsearch/filtering/populated.js +0 -7
  92. package/operations/entry/elasticsearch/filtering/populated.js.map +1 -1
  93. package/operations/entry/elasticsearch/filtering/values.js +0 -6
  94. package/operations/entry/elasticsearch/filtering/values.js.map +1 -1
  95. package/operations/entry/elasticsearch/fullTextSearch.js +0 -13
  96. package/operations/entry/elasticsearch/fullTextSearch.js.map +1 -1
  97. package/operations/entry/elasticsearch/fullTextSearchFields.js +0 -6
  98. package/operations/entry/elasticsearch/fullTextSearchFields.js.map +1 -1
  99. package/operations/entry/elasticsearch/initialQuery.js +5 -19
  100. package/operations/entry/elasticsearch/initialQuery.js.map +1 -1
  101. package/operations/entry/elasticsearch/keyword.js +0 -4
  102. package/operations/entry/elasticsearch/keyword.js.map +1 -1
  103. package/operations/entry/elasticsearch/plugins/bodyModifier.js +0 -3
  104. package/operations/entry/elasticsearch/plugins/bodyModifier.js.map +1 -1
  105. package/operations/entry/elasticsearch/plugins/operator.js +0 -8
  106. package/operations/entry/elasticsearch/plugins/operator.js.map +1 -1
  107. package/operations/entry/elasticsearch/plugins/queryModifier.js +0 -3
  108. package/operations/entry/elasticsearch/plugins/queryModifier.js.map +1 -1
  109. package/operations/entry/elasticsearch/plugins/search.js +0 -6
  110. package/operations/entry/elasticsearch/plugins/search.js.map +1 -1
  111. package/operations/entry/elasticsearch/plugins/sortModifier.js +0 -3
  112. package/operations/entry/elasticsearch/plugins/sortModifier.js.map +1 -1
  113. package/operations/entry/elasticsearch/sort.js +5 -21
  114. package/operations/entry/elasticsearch/sort.js.map +1 -1
  115. package/operations/entry/elasticsearch/transformValueForSearch.js +0 -4
  116. package/operations/entry/elasticsearch/transformValueForSearch.js.map +1 -1
  117. package/operations/entry/elasticsearch/types.d.ts +3 -3
  118. package/operations/entry/elasticsearch/types.js.map +1 -1
  119. package/operations/entry/index.js +54 -147
  120. package/operations/entry/index.js.map +1 -1
  121. package/operations/entry/keys.js +0 -9
  122. package/operations/entry/keys.js.map +1 -1
  123. package/operations/entry/recordType.js +0 -6
  124. package/operations/entry/recordType.js.map +1 -1
  125. package/operations/group/index.js +2 -32
  126. package/operations/group/index.js.map +1 -1
  127. package/operations/model/index.js +1 -34
  128. package/operations/model/index.js.map +1 -1
  129. package/operations/settings/index.js +0 -24
  130. package/operations/settings/index.js.map +1 -1
  131. package/operations/system/index.js +0 -17
  132. package/operations/system/index.js.map +1 -1
  133. package/package.json +23 -16
  134. package/plugins/CmsElasticsearchModelFieldPlugin.d.ts +69 -0
  135. package/plugins/CmsElasticsearchModelFieldPlugin.js +48 -0
  136. package/plugins/CmsElasticsearchModelFieldPlugin.js.map +1 -0
  137. package/plugins/CmsEntryElasticsearchBodyModifierPlugin.js +0 -8
  138. package/plugins/CmsEntryElasticsearchBodyModifierPlugin.js.map +1 -1
  139. package/plugins/CmsEntryElasticsearchFullTextSearchPlugin.js +0 -10
  140. package/plugins/CmsEntryElasticsearchFullTextSearchPlugin.js.map +1 -1
  141. package/plugins/CmsEntryElasticsearchIndexPlugin.js +0 -5
  142. package/plugins/CmsEntryElasticsearchIndexPlugin.js.map +1 -1
  143. package/plugins/CmsEntryElasticsearchQueryBuilderValueSearchPlugin.js +0 -12
  144. package/plugins/CmsEntryElasticsearchQueryBuilderValueSearchPlugin.js.map +1 -1
  145. package/plugins/CmsEntryElasticsearchQueryModifierPlugin.js +0 -8
  146. package/plugins/CmsEntryElasticsearchQueryModifierPlugin.js.map +1 -1
  147. package/plugins/CmsEntryElasticsearchSortModifierPlugin.js +0 -8
  148. package/plugins/CmsEntryElasticsearchSortModifierPlugin.js.map +1 -1
  149. package/plugins/CmsEntryFilterPlugin.js +0 -7
  150. package/plugins/CmsEntryFilterPlugin.js.map +1 -1
  151. package/plugins/index.d.ts +1 -1
  152. package/plugins/index.js +11 -25
  153. package/plugins/index.js.map +1 -1
  154. package/types.d.ts +1 -1
  155. package/types.js +0 -5
  156. package/types.js.map +1 -1
package/types.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["ENTITIES"],"sources":["types.ts"],"sourcesContent":["import { Plugin, PluginCollection } from \"@webiny/plugins/types\";\nimport {\n CmsContext as BaseCmsContext,\n CmsEntry,\n CmsModel,\n CmsModelField,\n CmsModelFieldToGraphQLPlugin,\n HeadlessCmsStorageOperations as BaseHeadlessCmsStorageOperations\n} from \"@webiny/api-headless-cms/types\";\nimport { DynamoDBTypes, TableConstructor } from \"dynamodb-toolbox/dist/classes/Table\";\nimport { DocumentClient } from \"aws-sdk/clients/dynamodb\";\nimport {\n EntityAttributeConfig,\n EntityCompositeAttributes\n} from \"dynamodb-toolbox/dist/classes/Entity\";\nimport { Client } from \"@elastic/elasticsearch\";\nimport { Entity, Table } from \"dynamodb-toolbox\";\nimport { PluginsContainer } from \"@webiny/plugins\";\n\n/**\n * A definition of the entry that is being prepared for the Elasticsearch.\n *\n * @category Elasticsearch\n * @category CmsEntry\n */\nexport interface CmsIndexEntry extends CmsEntry {\n /**\n * Values that are not going to be indexed.\n */\n rawValues: Record<string, any>;\n /**\n * A first part of the ID, without the revision.\n * For example, we can search for all the revisions of the given entry.\n */\n primaryId: string;\n /**\n * Dev can add what ever keys they want and need. Just need to be careful not to break the entry.\n */\n [key: string]: any;\n}\n\n/**\n * Arguments for the method that is transforming content entry in its original form to the one we are storing to the Elasticsearch.\n *\n * @category Elasticsearch\n * @category CmsEntry\n */\ninterface CmsModelFieldToElasticsearchToParams {\n plugins: PluginsContainer;\n model: CmsModel;\n field: CmsModelField;\n /**\n * Raw value on the entry - before prepare for storage.\n */\n rawValue: any;\n /**\n * Value prepared for storage received from base api-headless-cms package.\n */\n value: any;\n getFieldIndexPlugin(fieldType: string): CmsModelFieldToElasticsearchPlugin;\n getFieldTypePlugin(fieldType: string): CmsModelFieldToGraphQLPlugin;\n}\n\n/**\n * Arguments for the method that is transforming content entry from Elasticsearch into the original one.\n *\n * @category Elasticsearch\n * @category CmsEntry\n */\ninterface CmsModelFieldToElasticsearchFromParams {\n plugins: PluginsContainer;\n model: CmsModel;\n field: CmsModelField;\n value: any;\n rawValue: any;\n getFieldIndexPlugin(fieldType: string): CmsModelFieldToElasticsearchPlugin;\n getFieldTypePlugin(fieldType: string): CmsModelFieldToGraphQLPlugin;\n}\n\ninterface ToIndexValue {\n /**\n * Use this key to store value for indexing.\n */\n value?: any;\n /**\n * Use this key to tell ES that this value should not be indexed.\n */\n rawValue?: any;\n}\n\n/**\n * A plugin defining transformation of entry for Elasticsearch.\n *\n * @category Plugin\n * @category ContentModelField\n * @category CmsEntry\n * @category Elasticsearch\n */\nexport interface CmsModelFieldToElasticsearchPlugin extends Plugin {\n /**\n * A plugin type\n */\n type: \"cms-model-field-to-elastic-search\";\n /**\n * A unique identifier of the field type (text, number, json, myField, ...).\n *\n * ```ts\n * fieldType: \"myField\"\n * ```\n */\n fieldType: string;\n /**\n * If you need to define a type when building an Elasticsearch query.\n * Check [dateTimeIndexing](https://github.com/webiny/webiny-js/blob/3074165701b8b45e5fc6ac2444caace7d04ada66/packages/api-headless-cms/src/content/plugins/es/indexing/dateTimeIndexing.ts) plugin for usage example.\n *\n * ```ts\n * unmappedType: \"date\"\n * ```\n */\n unmappedType?: (field: CmsModelField) => string;\n /**\n * This is meant to do some transformation of the entry, preferably only to fieldType it was defined for. Nothing is stopping you to do anything you want to other fields, but try to separate field transformations.\n * It returns `Partial<CmsContentIndexEntryType>`. Always return a top-level property of the entry since it is merged via spread operator.\n *\n * ```ts\n * toIndex({ value }) {\n * return {\n * value: value, // This will be stored and indexed\n * rawValue: JSON.stringify(value) // This will be stored but excluded from indexing\n * };\n * }\n * ```\n */\n toIndex?: (params: CmsModelFieldToElasticsearchToParams) => ToIndexValue;\n /**\n * This is meant to revert a transformation done in the `toIndex` method.\n * You have access to \"value\" or a \"rawValue\", depending on what you returned from `toIndex`.\n *\n * ```ts\n * fromIndex({ value, rawValue }) {\n * return JSON.parse(rawValue);\n * }\n * ```\n */\n fromIndex?: (params: CmsModelFieldToElasticsearchFromParams) => any;\n}\n\nexport type AttributeDefinition = DynamoDBTypes | EntityAttributeConfig | EntityCompositeAttributes;\n\nexport type Attributes = Record<string, AttributeDefinition>;\n\nexport enum ENTITIES {\n SYSTEM = \"CmsSystem\",\n SETTINGS = \"CmsSettings\",\n GROUPS = \"CmsGroups\",\n MODELS = \"CmsModels\",\n ENTRIES = \"CmsEntries\",\n ENTRIES_ES = \"CmsEntriesElasticsearch\"\n}\n\nexport interface TableModifier {\n (table: TableConstructor): TableConstructor;\n}\n\nexport interface StorageOperationsFactoryParams {\n documentClient: DocumentClient;\n elasticsearch: Client;\n table?: TableModifier;\n esTable?: TableModifier;\n attributes?: Record<ENTITIES, Attributes>;\n plugins?: PluginCollection;\n}\n\nexport interface HeadlessCmsStorageOperations extends BaseHeadlessCmsStorageOperations<CmsContext> {\n getTable: () => Table;\n getEsTable: () => Table;\n getEntities: () => Record<\n \"system\" | \"settings\" | \"groups\" | \"models\" | \"entries\" | \"entriesEs\",\n Entity<any>\n >;\n}\n\nexport interface StorageOperationsFactory {\n (params: StorageOperationsFactoryParams): HeadlessCmsStorageOperations;\n}\n\nexport interface CmsContext extends BaseCmsContext {\n [key: string]: any;\n}\n"],"mappings":";;;;;;;AAmBA;AACA;AACA;AACA;AACA;AACA;;AAiBA;AACA;AACA;AACA;AACA;AACA;;AAiBA;AACA;AACA;AACA;AACA;AACA;;AAsBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;IAsDYA,Q;;;WAAAA,Q;EAAAA,Q;EAAAA,Q;EAAAA,Q;EAAAA,Q;EAAAA,Q;EAAAA,Q;GAAAA,Q,wBAAAA,Q"}
1
+ {"version":3,"names":["ENTITIES"],"sources":["types.ts"],"sourcesContent":["import { Plugin, PluginCollection } from \"@webiny/plugins/types\";\nimport {\n CmsContext as BaseCmsContext,\n CmsEntry,\n CmsModel,\n CmsModelField,\n CmsModelFieldToGraphQLPlugin,\n HeadlessCmsStorageOperations as BaseHeadlessCmsStorageOperations\n} from \"@webiny/api-headless-cms/types\";\nimport { DynamoDBTypes, TableConstructor } from \"dynamodb-toolbox/dist/classes/Table\";\nimport { DocumentClient } from \"aws-sdk/clients/dynamodb\";\nimport {\n EntityAttributeConfig,\n EntityCompositeAttributes\n} from \"dynamodb-toolbox/dist/classes/Entity\";\nimport { Client } from \"@elastic/elasticsearch\";\nimport { Entity, Table } from \"dynamodb-toolbox\";\nimport { PluginsContainer } from \"@webiny/plugins\";\n\n/**\n * A definition of the entry that is being prepared for the Elasticsearch.\n *\n * @category Elasticsearch\n * @category CmsEntry\n */\nexport interface CmsIndexEntry extends CmsEntry {\n /**\n * Values that are not going to be indexed.\n */\n rawValues: Record<string, any>;\n /**\n * A first part of the ID, without the revision.\n * For example, we can search for all the revisions of the given entry.\n */\n primaryId: string;\n /**\n * Dev can add what ever keys they want and need. Just need to be careful not to break the entry.\n */\n [key: string]: any;\n}\n\n/**\n * Arguments for the method that is transforming content entry in its original form to the one we are storing to the Elasticsearch.\n *\n * @category Elasticsearch\n * @category CmsEntry\n */\ninterface CmsModelFieldToElasticsearchToParams {\n plugins: PluginsContainer;\n model: CmsModel;\n field: CmsModelField;\n /**\n * Raw value on the entry - before prepare for storage.\n */\n rawValue: any;\n /**\n * Value prepared for storage received from base api-headless-cms package.\n */\n value: any;\n getFieldIndexPlugin(fieldType: string): CmsModelFieldToElasticsearchPlugin;\n getFieldTypePlugin(fieldType: string): CmsModelFieldToGraphQLPlugin;\n}\n\n/**\n * Arguments for the method that is transforming content entry from Elasticsearch into the original one.\n *\n * @category Elasticsearch\n * @category CmsEntry\n */\ninterface CmsModelFieldToElasticsearchFromParams {\n plugins: PluginsContainer;\n model: CmsModel;\n field: CmsModelField;\n value: any;\n rawValue: any;\n getFieldIndexPlugin(fieldType: string): CmsModelFieldToElasticsearchPlugin;\n getFieldTypePlugin(fieldType: string): CmsModelFieldToGraphQLPlugin;\n}\n\ninterface ToIndexValue {\n /**\n * Use this key to store value for indexing.\n */\n value?: any;\n /**\n * Use this key to tell ES that this value should not be indexed.\n */\n rawValue?: any;\n}\n\n/**\n * A plugin defining transformation of entry for Elasticsearch.\n *\n * @category Plugin\n * @category ContentModelField\n * @category CmsEntry\n * @category Elasticsearch\n */\nexport interface CmsModelFieldToElasticsearchPlugin extends Plugin {\n /**\n * A plugin type\n */\n type: \"cms-model-field-to-elastic-search\";\n /**\n * A unique identifier of the field type (text, number, json, myField, ...).\n *\n * ```ts\n * fieldType: \"myField\"\n * ```\n */\n fieldType: string;\n /**\n * If you need to define a type when building an Elasticsearch query.\n * Check [dateTimeIndexing](https://github.com/webiny/webiny-js/blob/3074165701b8b45e5fc6ac2444caace7d04ada66/packages/api-headless-cms/src/content/plugins/es/indexing/dateTimeIndexing.ts) plugin for usage example.\n *\n * ```ts\n * unmappedType: \"date\"\n * ```\n */\n unmappedType?: (field: Pick<CmsModelField, \"fieldId\" | \"type\">) => string;\n /**\n * This is meant to do some transformation of the entry, preferably only to fieldType it was defined for. Nothing is stopping you to do anything you want to other fields, but try to separate field transformations.\n * It returns `Partial<CmsContentIndexEntryType>`. Always return a top-level property of the entry since it is merged via spread operator.\n *\n * ```ts\n * toIndex({ value }) {\n * return {\n * value: value, // This will be stored and indexed\n * rawValue: JSON.stringify(value) // This will be stored but excluded from indexing\n * };\n * }\n * ```\n */\n toIndex?: (params: CmsModelFieldToElasticsearchToParams) => ToIndexValue;\n /**\n * This is meant to revert a transformation done in the `toIndex` method.\n * You have access to \"value\" or a \"rawValue\", depending on what you returned from `toIndex`.\n *\n * ```ts\n * fromIndex({ value, rawValue }) {\n * return JSON.parse(rawValue);\n * }\n * ```\n */\n fromIndex?: (params: CmsModelFieldToElasticsearchFromParams) => any;\n}\n\nexport type AttributeDefinition = DynamoDBTypes | EntityAttributeConfig | EntityCompositeAttributes;\n\nexport type Attributes = Record<string, AttributeDefinition>;\n\nexport enum ENTITIES {\n SYSTEM = \"CmsSystem\",\n SETTINGS = \"CmsSettings\",\n GROUPS = \"CmsGroups\",\n MODELS = \"CmsModels\",\n ENTRIES = \"CmsEntries\",\n ENTRIES_ES = \"CmsEntriesElasticsearch\"\n}\n\nexport interface TableModifier {\n (table: TableConstructor): TableConstructor;\n}\n\nexport interface StorageOperationsFactoryParams {\n documentClient: DocumentClient;\n elasticsearch: Client;\n table?: TableModifier;\n esTable?: TableModifier;\n attributes?: Record<ENTITIES, Attributes>;\n plugins?: PluginCollection;\n}\n\nexport interface HeadlessCmsStorageOperations extends BaseHeadlessCmsStorageOperations<CmsContext> {\n getTable: () => Table;\n getEsTable: () => Table;\n getEntities: () => Record<\n \"system\" | \"settings\" | \"groups\" | \"models\" | \"entries\" | \"entriesEs\",\n Entity<any>\n >;\n}\n\nexport interface StorageOperationsFactory {\n (params: StorageOperationsFactoryParams): HeadlessCmsStorageOperations;\n}\n\nexport interface CmsContext extends BaseCmsContext {\n [key: string]: any;\n}\n"],"mappings":";;;;;;AAmBA;AACA;AACA;AACA;AACA;AACA;AAiBA;AACA;AACA;AACA;AACA;AACA;AAiBA;AACA;AACA;AACA;AACA;AACA;AAsBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAPA,IA6DYA,QAAQ;AAAA;AAAA,WAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;EAARA,QAAQ;AAAA,GAARA,QAAQ,wBAARA,QAAQ"}