@kontent-ai/delivery-sdk 15.1.1 → 16.0.0-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/dist/bundles/kontent-delivery.umd.js +188 -2284
  2. package/dist/bundles/kontent-delivery.umd.js.map +1 -1
  3. package/dist/bundles/kontent-delivery.umd.min.js +1 -1
  4. package/dist/bundles/kontent-delivery.umd.min.js.map +1 -1
  5. package/dist/bundles/report.json +1 -1
  6. package/dist/bundles/report.min.json +1 -1
  7. package/dist/bundles/stats.json +4433 -9234
  8. package/dist/bundles/stats.min.json +2500 -7425
  9. package/dist/cjs/client/delivery-client.d.ts +14 -14
  10. package/dist/cjs/client/delivery-client.factory.d.ts +2 -1
  11. package/dist/cjs/client/delivery-client.factory.js.map +1 -1
  12. package/dist/cjs/client/delivery-client.js.map +1 -1
  13. package/dist/cjs/client/idelivery-client.interface.d.ts +14 -14
  14. package/dist/cjs/mappers/element.mapper.d.ts +4 -4
  15. package/dist/cjs/mappers/element.mapper.js.map +1 -1
  16. package/dist/cjs/mappers/item.mapper.d.ts +11 -11
  17. package/dist/cjs/mappers/item.mapper.js +1 -1
  18. package/dist/cjs/mappers/item.mapper.js.map +1 -1
  19. package/dist/cjs/mappers/language.mapper.d.ts +2 -2
  20. package/dist/cjs/mappers/language.mapper.js +5 -1
  21. package/dist/cjs/mappers/language.mapper.js.map +1 -1
  22. package/dist/cjs/mappers/taxonomy.mapper.d.ts +3 -3
  23. package/dist/cjs/mappers/taxonomy.mapper.js.map +1 -1
  24. package/dist/cjs/mappers/type.mapper.d.ts +3 -3
  25. package/dist/cjs/mappers/type.mapper.js.map +1 -1
  26. package/dist/cjs/models/content-type-models.d.ts +4 -4
  27. package/dist/cjs/models/item-models.d.ts +15 -4
  28. package/dist/cjs/models/language-models.d.ts +4 -4
  29. package/dist/cjs/models/responses.d.ts +29 -29
  30. package/dist/cjs/models/taxonomy-models.d.ts +4 -4
  31. package/dist/cjs/query/common/base-item-listing-query.class.d.ts +4 -4
  32. package/dist/cjs/query/common/base-item-listing-query.class.js.map +1 -1
  33. package/dist/cjs/query/common/base-listing-query.class.d.ts +4 -4
  34. package/dist/cjs/query/common/base-listing-query.class.js.map +1 -1
  35. package/dist/cjs/query/common/base-query.class.d.ts +4 -4
  36. package/dist/cjs/query/common/base-query.class.js.map +1 -1
  37. package/dist/cjs/query/element/element-query.class.d.ts +4 -4
  38. package/dist/cjs/query/element/element-query.class.js.map +1 -1
  39. package/dist/cjs/query/item/multiple-items-query.class.d.ts +14 -14
  40. package/dist/cjs/query/item/multiple-items-query.class.js +3 -1
  41. package/dist/cjs/query/item/multiple-items-query.class.js.map +1 -1
  42. package/dist/cjs/query/item/single-item-query.class.d.ts +9 -9
  43. package/dist/cjs/query/item/single-item-query.class.js.map +1 -1
  44. package/dist/cjs/query/items-feed/items-feed-query.class.d.ts +7 -7
  45. package/dist/cjs/query/items-feed/items-feed-query.class.js +3 -1
  46. package/dist/cjs/query/items-feed/items-feed-query.class.js.map +1 -1
  47. package/dist/cjs/query/language/languages-query.class.d.ts +7 -7
  48. package/dist/cjs/query/language/languages-query.class.js.map +1 -1
  49. package/dist/cjs/query/sync/initialize-sync-query.class.d.ts +4 -4
  50. package/dist/cjs/query/sync/initialize-sync-query.class.js.map +1 -1
  51. package/dist/cjs/query/sync/sync-changes-query.class.d.ts +4 -4
  52. package/dist/cjs/query/sync/sync-changes-query.class.js.map +1 -1
  53. package/dist/cjs/query/taxonomy/taxonomies-query.class.d.ts +7 -7
  54. package/dist/cjs/query/taxonomy/taxonomies-query.class.js.map +1 -1
  55. package/dist/cjs/query/taxonomy/taxonomy-query.class.d.ts +6 -6
  56. package/dist/cjs/query/taxonomy/taxonomy-query.class.js.map +1 -1
  57. package/dist/cjs/query/type/multiple-type-query.class.d.ts +9 -9
  58. package/dist/cjs/query/type/multiple-type-query.class.js.map +1 -1
  59. package/dist/cjs/query/type/single-type-query.class.d.ts +6 -6
  60. package/dist/cjs/query/type/single-type-query.class.js.map +1 -1
  61. package/dist/cjs/sdk-info.generated.js +1 -1
  62. package/dist/cjs/sdk-info.generated.js.map +1 -1
  63. package/dist/cjs/services/base-delivery-query.service.d.ts +4 -4
  64. package/dist/cjs/services/base-delivery-query.service.js.map +1 -1
  65. package/dist/cjs/services/delivery-query.service.d.ts +11 -11
  66. package/dist/cjs/services/delivery-query.service.js.map +1 -1
  67. package/dist/cjs/services/mapping.service.d.ts +19 -19
  68. package/dist/cjs/services/mapping.service.js +1 -1
  69. package/dist/cjs/services/mapping.service.js.map +1 -1
  70. package/dist/cjs/utilities/delivery-url.helper.d.ts +1 -1
  71. package/dist/cjs/utilities/delivery-url.helper.js +3 -6
  72. package/dist/cjs/utilities/delivery-url.helper.js.map +1 -1
  73. package/dist/cjs/utilities/index.d.ts +0 -2
  74. package/dist/cjs/utilities/index.js +0 -2
  75. package/dist/cjs/utilities/index.js.map +1 -1
  76. package/dist/es6/client/delivery-client.d.ts +14 -14
  77. package/dist/es6/client/delivery-client.factory.d.ts +2 -1
  78. package/dist/es6/client/delivery-client.factory.js.map +1 -1
  79. package/dist/es6/client/delivery-client.js.map +1 -1
  80. package/dist/es6/client/idelivery-client.interface.d.ts +14 -14
  81. package/dist/es6/mappers/element.mapper.d.ts +4 -4
  82. package/dist/es6/mappers/element.mapper.js.map +1 -1
  83. package/dist/es6/mappers/item.mapper.d.ts +11 -11
  84. package/dist/es6/mappers/item.mapper.js +1 -1
  85. package/dist/es6/mappers/item.mapper.js.map +1 -1
  86. package/dist/es6/mappers/language.mapper.d.ts +2 -2
  87. package/dist/es6/mappers/language.mapper.js +5 -1
  88. package/dist/es6/mappers/language.mapper.js.map +1 -1
  89. package/dist/es6/mappers/taxonomy.mapper.d.ts +3 -3
  90. package/dist/es6/mappers/taxonomy.mapper.js.map +1 -1
  91. package/dist/es6/mappers/type.mapper.d.ts +3 -3
  92. package/dist/es6/mappers/type.mapper.js.map +1 -1
  93. package/dist/es6/models/content-type-models.d.ts +4 -4
  94. package/dist/es6/models/item-models.d.ts +15 -4
  95. package/dist/es6/models/language-models.d.ts +4 -4
  96. package/dist/es6/models/responses.d.ts +29 -29
  97. package/dist/es6/models/taxonomy-models.d.ts +4 -4
  98. package/dist/es6/query/common/base-item-listing-query.class.d.ts +4 -4
  99. package/dist/es6/query/common/base-item-listing-query.class.js.map +1 -1
  100. package/dist/es6/query/common/base-listing-query.class.d.ts +4 -4
  101. package/dist/es6/query/common/base-listing-query.class.js.map +1 -1
  102. package/dist/es6/query/common/base-query.class.d.ts +4 -4
  103. package/dist/es6/query/common/base-query.class.js.map +1 -1
  104. package/dist/es6/query/element/element-query.class.d.ts +4 -4
  105. package/dist/es6/query/element/element-query.class.js.map +1 -1
  106. package/dist/es6/query/item/multiple-items-query.class.d.ts +14 -14
  107. package/dist/es6/query/item/multiple-items-query.class.js +3 -1
  108. package/dist/es6/query/item/multiple-items-query.class.js.map +1 -1
  109. package/dist/es6/query/item/single-item-query.class.d.ts +9 -9
  110. package/dist/es6/query/item/single-item-query.class.js.map +1 -1
  111. package/dist/es6/query/items-feed/items-feed-query.class.d.ts +7 -7
  112. package/dist/es6/query/items-feed/items-feed-query.class.js +3 -1
  113. package/dist/es6/query/items-feed/items-feed-query.class.js.map +1 -1
  114. package/dist/es6/query/language/languages-query.class.d.ts +7 -7
  115. package/dist/es6/query/language/languages-query.class.js.map +1 -1
  116. package/dist/es6/query/sync/initialize-sync-query.class.d.ts +4 -4
  117. package/dist/es6/query/sync/initialize-sync-query.class.js.map +1 -1
  118. package/dist/es6/query/sync/sync-changes-query.class.d.ts +4 -4
  119. package/dist/es6/query/sync/sync-changes-query.class.js.map +1 -1
  120. package/dist/es6/query/taxonomy/taxonomies-query.class.d.ts +7 -7
  121. package/dist/es6/query/taxonomy/taxonomies-query.class.js.map +1 -1
  122. package/dist/es6/query/taxonomy/taxonomy-query.class.d.ts +6 -6
  123. package/dist/es6/query/taxonomy/taxonomy-query.class.js.map +1 -1
  124. package/dist/es6/query/type/multiple-type-query.class.d.ts +9 -9
  125. package/dist/es6/query/type/multiple-type-query.class.js.map +1 -1
  126. package/dist/es6/query/type/single-type-query.class.d.ts +6 -6
  127. package/dist/es6/query/type/single-type-query.class.js.map +1 -1
  128. package/dist/es6/sdk-info.generated.js +1 -1
  129. package/dist/es6/sdk-info.generated.js.map +1 -1
  130. package/dist/es6/services/base-delivery-query.service.d.ts +4 -4
  131. package/dist/es6/services/base-delivery-query.service.js.map +1 -1
  132. package/dist/es6/services/delivery-query.service.d.ts +11 -11
  133. package/dist/es6/services/delivery-query.service.js.map +1 -1
  134. package/dist/es6/services/mapping.service.d.ts +19 -19
  135. package/dist/es6/services/mapping.service.js +1 -1
  136. package/dist/es6/services/mapping.service.js.map +1 -1
  137. package/dist/es6/utilities/delivery-url.helper.d.ts +1 -1
  138. package/dist/es6/utilities/delivery-url.helper.js +3 -6
  139. package/dist/es6/utilities/delivery-url.helper.js.map +1 -1
  140. package/dist/es6/utilities/index.d.ts +0 -2
  141. package/dist/es6/utilities/index.js +0 -2
  142. package/dist/es6/utilities/index.js.map +1 -1
  143. package/dist/esnext/client/delivery-client.d.ts +14 -14
  144. package/dist/esnext/client/delivery-client.factory.d.ts +2 -1
  145. package/dist/esnext/client/delivery-client.factory.js.map +1 -1
  146. package/dist/esnext/client/delivery-client.js.map +1 -1
  147. package/dist/esnext/client/idelivery-client.interface.d.ts +14 -14
  148. package/dist/esnext/mappers/element.mapper.d.ts +4 -4
  149. package/dist/esnext/mappers/element.mapper.js.map +1 -1
  150. package/dist/esnext/mappers/item.mapper.d.ts +11 -11
  151. package/dist/esnext/mappers/item.mapper.js +1 -1
  152. package/dist/esnext/mappers/item.mapper.js.map +1 -1
  153. package/dist/esnext/mappers/language.mapper.d.ts +2 -2
  154. package/dist/esnext/mappers/language.mapper.js +5 -1
  155. package/dist/esnext/mappers/language.mapper.js.map +1 -1
  156. package/dist/esnext/mappers/taxonomy.mapper.d.ts +3 -3
  157. package/dist/esnext/mappers/taxonomy.mapper.js.map +1 -1
  158. package/dist/esnext/mappers/type.mapper.d.ts +3 -3
  159. package/dist/esnext/mappers/type.mapper.js.map +1 -1
  160. package/dist/esnext/models/content-type-models.d.ts +4 -4
  161. package/dist/esnext/models/item-models.d.ts +15 -4
  162. package/dist/esnext/models/language-models.d.ts +4 -4
  163. package/dist/esnext/models/responses.d.ts +29 -29
  164. package/dist/esnext/models/taxonomy-models.d.ts +4 -4
  165. package/dist/esnext/query/common/base-item-listing-query.class.d.ts +4 -4
  166. package/dist/esnext/query/common/base-item-listing-query.class.js.map +1 -1
  167. package/dist/esnext/query/common/base-listing-query.class.d.ts +4 -4
  168. package/dist/esnext/query/common/base-listing-query.class.js.map +1 -1
  169. package/dist/esnext/query/common/base-query.class.d.ts +4 -4
  170. package/dist/esnext/query/common/base-query.class.js.map +1 -1
  171. package/dist/esnext/query/element/element-query.class.d.ts +4 -4
  172. package/dist/esnext/query/element/element-query.class.js.map +1 -1
  173. package/dist/esnext/query/item/multiple-items-query.class.d.ts +14 -14
  174. package/dist/esnext/query/item/multiple-items-query.class.js +3 -1
  175. package/dist/esnext/query/item/multiple-items-query.class.js.map +1 -1
  176. package/dist/esnext/query/item/single-item-query.class.d.ts +9 -9
  177. package/dist/esnext/query/item/single-item-query.class.js.map +1 -1
  178. package/dist/esnext/query/items-feed/items-feed-query.class.d.ts +7 -7
  179. package/dist/esnext/query/items-feed/items-feed-query.class.js +3 -1
  180. package/dist/esnext/query/items-feed/items-feed-query.class.js.map +1 -1
  181. package/dist/esnext/query/language/languages-query.class.d.ts +7 -7
  182. package/dist/esnext/query/language/languages-query.class.js.map +1 -1
  183. package/dist/esnext/query/sync/initialize-sync-query.class.d.ts +4 -4
  184. package/dist/esnext/query/sync/initialize-sync-query.class.js.map +1 -1
  185. package/dist/esnext/query/sync/sync-changes-query.class.d.ts +4 -4
  186. package/dist/esnext/query/sync/sync-changes-query.class.js.map +1 -1
  187. package/dist/esnext/query/taxonomy/taxonomies-query.class.d.ts +7 -7
  188. package/dist/esnext/query/taxonomy/taxonomies-query.class.js.map +1 -1
  189. package/dist/esnext/query/taxonomy/taxonomy-query.class.d.ts +6 -6
  190. package/dist/esnext/query/taxonomy/taxonomy-query.class.js.map +1 -1
  191. package/dist/esnext/query/type/multiple-type-query.class.d.ts +9 -9
  192. package/dist/esnext/query/type/multiple-type-query.class.js.map +1 -1
  193. package/dist/esnext/query/type/single-type-query.class.d.ts +6 -6
  194. package/dist/esnext/query/type/single-type-query.class.js.map +1 -1
  195. package/dist/esnext/sdk-info.generated.js +1 -1
  196. package/dist/esnext/sdk-info.generated.js.map +1 -1
  197. package/dist/esnext/services/base-delivery-query.service.d.ts +4 -4
  198. package/dist/esnext/services/base-delivery-query.service.js.map +1 -1
  199. package/dist/esnext/services/delivery-query.service.d.ts +11 -11
  200. package/dist/esnext/services/delivery-query.service.js.map +1 -1
  201. package/dist/esnext/services/mapping.service.d.ts +19 -19
  202. package/dist/esnext/services/mapping.service.js +1 -1
  203. package/dist/esnext/services/mapping.service.js.map +1 -1
  204. package/dist/esnext/utilities/delivery-url.helper.d.ts +1 -1
  205. package/dist/esnext/utilities/delivery-url.helper.js +3 -6
  206. package/dist/esnext/utilities/delivery-url.helper.js.map +1 -1
  207. package/dist/esnext/utilities/index.d.ts +0 -2
  208. package/dist/esnext/utilities/index.js +0 -2
  209. package/dist/esnext/utilities/index.js.map +1 -1
  210. package/lib/client/delivery-client.factory.ts +4 -1
  211. package/lib/client/delivery-client.ts +30 -20
  212. package/lib/client/idelivery-client.interface.ts +25 -14
  213. package/lib/mappers/element.mapper.ts +14 -14
  214. package/lib/mappers/item.mapper.ts +29 -20
  215. package/lib/mappers/language.mapper.ts +8 -4
  216. package/lib/mappers/taxonomy.mapper.ts +6 -6
  217. package/lib/mappers/type.mapper.ts +6 -6
  218. package/lib/models/content-type-models.ts +4 -4
  219. package/lib/models/item-models.ts +23 -4
  220. package/lib/models/language-models.ts +4 -4
  221. package/lib/models/responses.ts +59 -38
  222. package/lib/models/taxonomy-models.ts +4 -4
  223. package/lib/query/common/base-item-listing-query.class.ts +4 -2
  224. package/lib/query/common/base-listing-query.class.ts +5 -3
  225. package/lib/query/common/base-query.class.ts +15 -3
  226. package/lib/query/element/element-query.class.ts +5 -8
  227. package/lib/query/item/multiple-items-query.class.ts +37 -18
  228. package/lib/query/item/single-item-query.class.ts +23 -9
  229. package/lib/query/items-feed/items-feed-query.class.ts +23 -11
  230. package/lib/query/language/languages-query.class.ts +16 -14
  231. package/lib/query/sync/initialize-sync-query.class.ts +4 -2
  232. package/lib/query/sync/sync-changes-query.class.ts +4 -3
  233. package/lib/query/taxonomy/taxonomies-query.class.ts +10 -14
  234. package/lib/query/taxonomy/taxonomy-query.class.ts +10 -6
  235. package/lib/query/type/multiple-type-query.class.ts +18 -11
  236. package/lib/query/type/single-type-query.class.ts +10 -6
  237. package/lib/sdk-info.generated.ts +1 -1
  238. package/lib/services/base-delivery-query.service.ts +4 -3
  239. package/lib/services/delivery-query.service.ts +52 -15
  240. package/lib/services/mapping.service.ts +50 -30
  241. package/lib/utilities/delivery-url.helper.ts +3 -9
  242. package/lib/utilities/index.ts +0 -2
  243. package/package.json +15 -19
  244. package/dist/cjs/utilities/guid.helper.d.ts +0 -4
  245. package/dist/cjs/utilities/guid.helper.js +0 -12
  246. package/dist/cjs/utilities/guid.helper.js.map +0 -1
  247. package/dist/cjs/utilities/linked-items.helper.d.ts +0 -5
  248. package/dist/cjs/utilities/linked-items.helper.js +0 -15
  249. package/dist/cjs/utilities/linked-items.helper.js.map +0 -1
  250. package/dist/es6/utilities/guid.helper.d.ts +0 -4
  251. package/dist/es6/utilities/guid.helper.js +0 -8
  252. package/dist/es6/utilities/guid.helper.js.map +0 -1
  253. package/dist/es6/utilities/linked-items.helper.d.ts +0 -5
  254. package/dist/es6/utilities/linked-items.helper.js +0 -11
  255. package/dist/es6/utilities/linked-items.helper.js.map +0 -1
  256. package/dist/esnext/utilities/guid.helper.d.ts +0 -4
  257. package/dist/esnext/utilities/guid.helper.js +0 -8
  258. package/dist/esnext/utilities/guid.helper.js.map +0 -1
  259. package/dist/esnext/utilities/linked-items.helper.d.ts +0 -5
  260. package/dist/esnext/utilities/linked-items.helper.js +0 -11
  261. package/dist/esnext/utilities/linked-items.helper.js.map +0 -1
  262. package/lib/utilities/guid.helper.ts +0 -9
  263. package/lib/utilities/linked-items.helper.ts +0 -16
@@ -1 +1 @@
1
- [{"label":"kontent-delivery.umd.js","isAsset":true,"statSize":318250,"parsedSize":429825,"gzipSize":73352,"groups":[{"label":"lib","path":"./lib","statSize":133301,"groups":[{"label":"client","path":"./lib/client","statSize":4621,"groups":[{"id":"./lib/client/delivery-client.factory.ts","label":"delivery-client.factory.ts","path":"./lib/client/delivery-client.factory.ts","statSize":324},{"id":"./lib/client/delivery-client.ts","label":"delivery-client.ts","path":"./lib/client/delivery-client.ts","statSize":3285},{"id":"./lib/client/idelivery-client.interface.ts","label":"idelivery-client.interface.ts","path":"./lib/client/idelivery-client.interface.ts","statSize":77},{"id":"./lib/client/index.ts","label":"index.ts","path":"./lib/client/index.ts","statSize":935}],"parsedSize":0,"gzipSize":0},{"label":"config","path":"./lib/config","statSize":888,"groups":[{"id":"./lib/config/delivery-configs.ts","label":"delivery-configs.ts","path":"./lib/config/delivery-configs.ts","statSize":77},{"id":"./lib/config/index.ts","label":"index.ts","path":"./lib/config/index.ts","statSize":811}],"parsedSize":0,"gzipSize":0},{"label":"contracts","path":"./lib/contracts","statSize":881,"groups":[{"id":"./lib/contracts/contracts.ts","label":"contracts.ts","path":"./lib/contracts/contracts.ts","statSize":77},{"id":"./lib/contracts/index.ts","label":"index.ts","path":"./lib/contracts/index.ts","statSize":804}],"parsedSize":0,"gzipSize":0},{"label":"elements","path":"./lib/elements","statSize":1923,"groups":[{"id":"./lib/elements/element-models.ts","label":"element-models.ts","path":"./lib/elements/element-models.ts","statSize":77},{"id":"./lib/elements/element-resolver.ts","label":"element-resolver.ts","path":"./lib/elements/element-resolver.ts","statSize":77},{"id":"./lib/elements/element-type.ts","label":"element-type.ts","path":"./lib/elements/element-type.ts","statSize":733},{"id":"./lib/elements/elements.ts","label":"elements.ts","path":"./lib/elements/elements.ts","statSize":77},{"id":"./lib/elements/index.ts","label":"index.ts","path":"./lib/elements/index.ts","statSize":959}],"parsedSize":0,"gzipSize":0},{"label":"images","path":"./lib/images","statSize":6724,"groups":[{"id":"./lib/images/image-url-transformation-builder.factory.ts","label":"image-url-transformation-builder.factory.ts","path":"./lib/images/image-url-transformation-builder.factory.ts","statSize":372},{"id":"./lib/images/image-url-transformation-builder.ts","label":"image-url-transformation-builder.ts","path":"./lib/images/image-url-transformation-builder.ts","statSize":5320},{"id":"./lib/images/image.models.ts","label":"image.models.ts","path":"./lib/images/image.models.ts","statSize":77},{"id":"./lib/images/index.ts","label":"index.ts","path":"./lib/images/index.ts","statSize":955}],"parsedSize":0,"gzipSize":0},{"id":"./lib/index.ts","label":"index.ts","path":"./lib/index.ts","statSize":1277,"parsedSize":429825,"gzipSize":73352},{"label":"mappers","path":"./lib/mappers","statSize":29518,"groups":[{"id":"./lib/mappers/element.mapper.ts","label":"element.mapper.ts","path":"./lib/mappers/element.mapper.ts","statSize":16957},{"id":"./lib/mappers/generic-element.mapper.ts","label":"generic-element.mapper.ts","path":"./lib/mappers/generic-element.mapper.ts","statSize":610},{"id":"./lib/mappers/index.ts","label":"index.ts","path":"./lib/mappers/index.ts","statSize":1122},{"id":"./lib/mappers/item.mapper.ts","label":"item.mapper.ts","path":"./lib/mappers/item.mapper.ts","statSize":4683},{"id":"./lib/mappers/language.mapper.ts","label":"language.mapper.ts","path":"./lib/mappers/language.mapper.ts","statSize":513},{"id":"./lib/mappers/sync.mapper.ts","label":"sync.mapper.ts","path":"./lib/mappers/sync.mapper.ts","statSize":1313},{"id":"./lib/mappers/taxonomy.mapper.ts","label":"taxonomy.mapper.ts","path":"./lib/mappers/taxonomy.mapper.ts","statSize":2103},{"id":"./lib/mappers/type.mapper.ts","label":"type.mapper.ts","path":"./lib/mappers/type.mapper.ts","statSize":2217}],"parsedSize":0,"gzipSize":0},{"label":"models","path":"./lib/models","statSize":18725,"groups":[{"label":"common","path":"./lib/models/common","statSize":17025,"groups":[{"id":"./lib/models/common/base-responses.ts","label":"base-responses.ts","path":"./lib/models/common/base-responses.ts","statSize":77},{"id":"./lib/models/common/common-models.ts","label":"common-models.ts","path":"./lib/models/common/common-models.ts","statSize":368},{"id":"./lib/models/common/filters.ts","label":"filters.ts","path":"./lib/models/common/filters.ts","statSize":8460},{"id":"./lib/models/common/headers.ts","label":"headers.ts","path":"./lib/models/common/headers.ts","statSize":451},{"id":"./lib/models/common/index.ts","label":"index.ts","path":"./lib/models/common/index.ts","statSize":1100},{"id":"./lib/models/common/pagination.class.ts","label":"pagination.class.ts","path":"./lib/models/common/pagination.class.ts","statSize":77},{"id":"./lib/models/common/parameters.ts","label":"parameters.ts","path":"./lib/models/common/parameters.ts","statSize":6415},{"id":"./lib/models/common/sort-order.ts","label":"sort-order.ts","path":"./lib/models/common/sort-order.ts","statSize":77}],"parsedSize":0,"gzipSize":0},{"id":"./lib/models/content-type-models.ts","label":"content-type-models.ts","path":"./lib/models/content-type-models.ts","statSize":77},{"id":"./lib/models/element-models.ts","label":"element-models.ts","path":"./lib/models/element-models.ts","statSize":77},{"id":"./lib/models/index.ts","label":"index.ts","path":"./lib/models/index.ts","statSize":1161},{"id":"./lib/models/item-models.ts","label":"item-models.ts","path":"./lib/models/item-models.ts","statSize":77},{"id":"./lib/models/language-models.ts","label":"language-models.ts","path":"./lib/models/language-models.ts","statSize":77},{"id":"./lib/models/responses.ts","label":"responses.ts","path":"./lib/models/responses.ts","statSize":77},{"id":"./lib/models/sync-models.ts","label":"sync-models.ts","path":"./lib/models/sync-models.ts","statSize":77},{"id":"./lib/models/taxonomy-models.ts","label":"taxonomy-models.ts","path":"./lib/models/taxonomy-models.ts","statSize":77}],"parsedSize":0,"gzipSize":0},{"label":"query","path":"./lib/query","statSize":39123,"groups":[{"label":"common","path":"./lib/query/common","statSize":13797,"groups":[{"id":"./lib/query/common/base-item-listing-query.class.ts","label":"base-item-listing-query.class.ts","path":"./lib/query/common/base-item-listing-query.class.ts","statSize":5545},{"id":"./lib/query/common/base-listing-query.class.ts","label":"base-listing-query.class.ts","path":"./lib/query/common/base-listing-query.class.ts","statSize":4732},{"id":"./lib/query/common/base-query.class.ts","label":"base-query.class.ts","path":"./lib/query/common/base-query.class.ts","statSize":3520}],"parsedSize":0,"gzipSize":0},{"label":"element","path":"./lib/query/element","statSize":1200,"groups":[{"id":"./lib/query/element/element-query.class.ts","label":"element-query.class.ts","path":"./lib/query/element/element-query.class.ts","statSize":1200}],"parsedSize":0,"gzipSize":0},{"id":"./lib/query/index.ts","label":"index.ts","path":"./lib/query/index.ts","statSize":1564},{"label":"item","path":"./lib/query/item","statSize":7160,"groups":[{"id":"./lib/query/item/multiple-items-query.class.ts","label":"multiple-items-query.class.ts","path":"./lib/query/item/multiple-items-query.class.ts","statSize":4555},{"id":"./lib/query/item/single-item-query.class.ts","label":"single-item-query.class.ts","path":"./lib/query/item/single-item-query.class.ts","statSize":2605}],"parsedSize":0,"gzipSize":0},{"label":"items-feed","path":"./lib/query/items-feed","statSize":4463,"groups":[{"id":"./lib/query/items-feed/items-feed-query.class.ts","label":"items-feed-query.class.ts","path":"./lib/query/items-feed/items-feed-query.class.ts","statSize":4463}],"parsedSize":0,"gzipSize":0},{"label":"language","path":"./lib/query/language","statSize":1818,"groups":[{"id":"./lib/query/language/languages-query.class.ts","label":"languages-query.class.ts","path":"./lib/query/language/languages-query.class.ts","statSize":1818}],"parsedSize":0,"gzipSize":0},{"label":"sync","path":"./lib/query/sync","statSize":3044,"groups":[{"id":"./lib/query/sync/initialize-sync-query.class.ts","label":"initialize-sync-query.class.ts","path":"./lib/query/sync/initialize-sync-query.class.ts","statSize":1853},{"id":"./lib/query/sync/sync-changes-query.class.ts","label":"sync-changes-query.class.ts","path":"./lib/query/sync/sync-changes-query.class.ts","statSize":1191}],"parsedSize":0,"gzipSize":0},{"label":"taxonomy","path":"./lib/query/taxonomy","statSize":2867,"groups":[{"id":"./lib/query/taxonomy/taxonomies-query.class.ts","label":"taxonomies-query.class.ts","path":"./lib/query/taxonomy/taxonomies-query.class.ts","statSize":1675},{"id":"./lib/query/taxonomy/taxonomy-query.class.ts","label":"taxonomy-query.class.ts","path":"./lib/query/taxonomy/taxonomy-query.class.ts","statSize":1192}],"parsedSize":0,"gzipSize":0},{"label":"type","path":"./lib/query/type","statSize":3210,"groups":[{"id":"./lib/query/type/multiple-type-query.class.ts","label":"multiple-type-query.class.ts","path":"./lib/query/type/multiple-type-query.class.ts","statSize":2169},{"id":"./lib/query/type/single-type-query.class.ts","label":"single-type-query.class.ts","path":"./lib/query/type/single-type-query.class.ts","statSize":1041}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"id":"./lib/sdk-info.generated.ts","label":"sdk-info.generated.ts","path":"./lib/sdk-info.generated.ts","statSize":209},{"label":"services","path":"./lib/services","statSize":25393,"groups":[{"id":"./lib/services/base-delivery-query.service.ts","label":"base-delivery-query.service.ts","path":"./lib/services/base-delivery-query.service.ts","statSize":11447},{"id":"./lib/services/delivery-query.service.ts","label":"delivery-query.service.ts","path":"./lib/services/delivery-query.service.ts","statSize":9057},{"id":"./lib/services/index.ts","label":"index.ts","path":"./lib/services/index.ts","statSize":870},{"id":"./lib/services/mapping.service.ts","label":"mapping.service.ts","path":"./lib/services/mapping.service.ts","statSize":4019}],"parsedSize":0,"gzipSize":0},{"label":"utilities","path":"./lib/utilities","statSize":4019,"groups":[{"id":"./lib/utilities/codename.helper.ts","label":"codename.helper.ts","path":"./lib/utilities/codename.helper.ts","statSize":458},{"id":"./lib/utilities/delivery-url.helper.ts","label":"delivery-url.helper.ts","path":"./lib/utilities/delivery-url.helper.ts","statSize":586},{"id":"./lib/utilities/enum.helper.ts","label":"enum.helper.ts","path":"./lib/utilities/enum.helper.ts","statSize":1113},{"id":"./lib/utilities/guid.helper.ts","label":"guid.helper.ts","path":"./lib/utilities/guid.helper.ts","statSize":313},{"id":"./lib/utilities/index.ts","label":"index.ts","path":"./lib/utilities/index.ts","statSize":1022},{"id":"./lib/utilities/linked-items.helper.ts","label":"linked-items.helper.ts","path":"./lib/utilities/linked-items.helper.ts","statSize":527}],"parsedSize":0,"gzipSize":0}],"parsedSize":429825,"gzipSize":73352},{"label":"node_modules","path":"./node_modules","statSize":184949,"groups":[{"label":"@kontent-ai/core-sdk/dist/es6","path":"./node_modules/@kontent-ai/core-sdk/dist/es6","statSize":25574,"groups":[{"label":"helpers","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers","statSize":7062,"groups":[{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/header.helper.js","label":"header.helper.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/header.helper.js","statSize":512},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/headers-helper.js","label":"headers-helper.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/headers-helper.js","statSize":328},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/index.js","label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/index.js","statSize":162},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/retry-helper.js","label":"retry-helper.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/retry-helper.js","statSize":5443},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/url.helper.js","label":"url.helper.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/url.helper.js","statSize":617}],"parsedSize":0,"gzipSize":0},{"label":"http","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/http","statSize":17417,"groups":[{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/http.debugger.js","label":"http.debugger.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/http.debugger.js","statSize":398},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/http.functions.js","label":"http.functions.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/http.functions.js","statSize":13124},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/http.models.js","label":"http.models.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/http.models.js","statSize":50},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/http.service.js","label":"http.service.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/http.service.js","statSize":2507},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/ihttp.service.js","label":"ihttp.service.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/ihttp.service.js","statSize":52},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/index.js","label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/index.js","statSize":233},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/test-http.service.js","label":"test-http.service.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/test-http.service.js","statSize":1053}],"parsedSize":0,"gzipSize":0},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js","label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js","statSize":127},{"label":"models","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/models","statSize":968,"groups":[{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/models/index.js","label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/models/index.js","statSize":122},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/models/isdk-info.js","label":"isdk-info.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/models/isdk-info.js","statSize":48},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/models/parameters.js","label":"parameters.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/models/parameters.js","statSize":749},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/models/url.models.js","label":"url.models.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/models/url.models.js","statSize":49}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"axios/lib","path":"./node_modules/axios/lib","statSize":103619,"groups":[{"label":"adapters","path":"./node_modules/axios/lib/adapters","statSize":15230,"groups":[{"id":"./node_modules/axios/lib/adapters/adapters.js","label":"adapters.js","path":"./node_modules/axios/lib/adapters/adapters.js","statSize":1970},{"id":"./node_modules/axios/lib/adapters/fetch.js","label":"fetch.js","path":"./node_modules/axios/lib/adapters/fetch.js","statSize":6637},{"id":"./node_modules/axios/lib/adapters/xhr.js","label":"xhr.js","path":"./node_modules/axios/lib/adapters/xhr.js","statSize":6623}],"parsedSize":0,"gzipSize":0},{"id":"./node_modules/axios/lib/axios.js","label":"axios.js","path":"./node_modules/axios/lib/axios.js","statSize":2549},{"label":"cancel","path":"./node_modules/axios/lib/cancel","statSize":3585,"groups":[{"id":"./node_modules/axios/lib/cancel/CancelToken.js","label":"CancelToken.js","path":"./node_modules/axios/lib/cancel/CancelToken.js","statSize":2789},{"id":"./node_modules/axios/lib/cancel/CanceledError.js","label":"CanceledError.js","path":"./node_modules/axios/lib/cancel/CanceledError.js","statSize":697},{"id":"./node_modules/axios/lib/cancel/isCancel.js","label":"isCancel.js","path":"./node_modules/axios/lib/cancel/isCancel.js","statSize":99}],"parsedSize":0,"gzipSize":0},{"label":"core","path":"./node_modules/axios/lib/core","statSize":25402,"groups":[{"id":"./node_modules/axios/lib/core/Axios.js","label":"Axios.js","path":"./node_modules/axios/lib/core/Axios.js","statSize":6383},{"id":"./node_modules/axios/lib/core/AxiosError.js","label":"AxiosError.js","path":"./node_modules/axios/lib/core/AxiosError.js","statSize":2546},{"id":"./node_modules/axios/lib/core/AxiosHeaders.js","label":"AxiosHeaders.js","path":"./node_modules/axios/lib/core/AxiosHeaders.js","statSize":7032},{"id":"./node_modules/axios/lib/core/InterceptorManager.js","label":"InterceptorManager.js","path":"./node_modules/axios/lib/core/InterceptorManager.js","statSize":1569},{"id":"./node_modules/axios/lib/core/buildFullPath.js","label":"buildFullPath.js","path":"./node_modules/axios/lib/core/buildFullPath.js","statSize":695},{"id":"./node_modules/axios/lib/core/dispatchRequest.js","label":"dispatchRequest.js","path":"./node_modules/axios/lib/core/dispatchRequest.js","statSize":2187},{"id":"./node_modules/axios/lib/core/mergeConfig.js","label":"mergeConfig.js","path":"./node_modules/axios/lib/core/mergeConfig.js","statSize":3376},{"id":"./node_modules/axios/lib/core/settle.js","label":"settle.js","path":"./node_modules/axios/lib/core/settle.js","statSize":836},{"id":"./node_modules/axios/lib/core/transformData.js","label":"transformData.js","path":"./node_modules/axios/lib/core/transformData.js","statSize":778}],"parsedSize":0,"gzipSize":0},{"label":"defaults","path":"./node_modules/axios/lib/defaults","statSize":4597,"groups":[{"id":"./node_modules/axios/lib/defaults/index.js","label":"index.js","path":"./node_modules/axios/lib/defaults/index.js","statSize":4479},{"id":"./node_modules/axios/lib/defaults/transitional.js","label":"transitional.js","path":"./node_modules/axios/lib/defaults/transitional.js","statSize":118}],"parsedSize":0,"gzipSize":0},{"label":"env","path":"./node_modules/axios/lib/env","statSize":31,"groups":[{"id":"./node_modules/axios/lib/env/data.js","label":"data.js","path":"./node_modules/axios/lib/env/data.js","statSize":31}],"parsedSize":0,"gzipSize":0},{"label":"helpers","path":"./node_modules/axios/lib/helpers","statSize":31191,"groups":[{"id":"./node_modules/axios/lib/helpers/AxiosURLSearchParams.js","label":"AxiosURLSearchParams.js","path":"./node_modules/axios/lib/helpers/AxiosURLSearchParams.js","statSize":1439},{"id":"./node_modules/axios/lib/helpers/HttpStatusCode.js","label":"HttpStatusCode.js","path":"./node_modules/axios/lib/helpers/HttpStatusCode.js","statSize":1600},{"id":"./node_modules/axios/lib/helpers/bind.js","label":"bind.js","path":"./node_modules/axios/lib/helpers/bind.js","statSize":134},{"id":"./node_modules/axios/lib/helpers/buildURL.js","label":"buildURL.js","path":"./node_modules/axios/lib/helpers/buildURL.js","statSize":1559},{"id":"./node_modules/axios/lib/helpers/combineURLs.js","label":"combineURLs.js","path":"./node_modules/axios/lib/helpers/combineURLs.js","statSize":382},{"id":"./node_modules/axios/lib/helpers/composeSignals.js","label":"composeSignals.js","path":"./node_modules/axios/lib/helpers/composeSignals.js","statSize":1364},{"id":"./node_modules/axios/lib/helpers/cookies.js","label":"cookies.js","path":"./node_modules/axios/lib/helpers/cookies.js","statSize":1045},{"id":"./node_modules/axios/lib/helpers/formDataToJSON.js","label":"formDataToJSON.js","path":"./node_modules/axios/lib/helpers/formDataToJSON.js","statSize":2164},{"id":"./node_modules/axios/lib/helpers/isAbsoluteURL.js","label":"isAbsoluteURL.js","path":"./node_modules/axios/lib/helpers/isAbsoluteURL.js","statSize":561},{"id":"./node_modules/axios/lib/helpers/isAxiosError.js","label":"isAxiosError.js","path":"./node_modules/axios/lib/helpers/isAxiosError.js","statSize":373},{"id":"./node_modules/axios/lib/helpers/isURLSameOrigin.js","label":"isURLSameOrigin.js","path":"./node_modules/axios/lib/helpers/isURLSameOrigin.js","statSize":2298},{"id":"./node_modules/axios/lib/helpers/null.js","label":"null.js","path":"./node_modules/axios/lib/helpers/null.js","statSize":56},{"id":"./node_modules/axios/lib/helpers/parseHeaders.js","label":"parseHeaders.js","path":"./node_modules/axios/lib/helpers/parseHeaders.js","statSize":1382},{"id":"./node_modules/axios/lib/helpers/parseProtocol.js","label":"parseProtocol.js","path":"./node_modules/axios/lib/helpers/parseProtocol.js","statSize":151},{"id":"./node_modules/axios/lib/helpers/progressEventReducer.js","label":"progressEventReducer.js","path":"./node_modules/axios/lib/helpers/progressEventReducer.js","statSize":1235},{"id":"./node_modules/axios/lib/helpers/resolveConfig.js","label":"resolveConfig.js","path":"./node_modules/axios/lib/helpers/resolveConfig.js","statSize":2096},{"id":"./node_modules/axios/lib/helpers/speedometer.js","label":"speedometer.js","path":"./node_modules/axios/lib/helpers/speedometer.js","statSize":1092},{"id":"./node_modules/axios/lib/helpers/spread.js","label":"spread.js","path":"./node_modules/axios/lib/helpers/spread.js","statSize":564},{"id":"./node_modules/axios/lib/helpers/throttle.js","label":"throttle.js","path":"./node_modules/axios/lib/helpers/throttle.js","statSize":861},{"id":"./node_modules/axios/lib/helpers/toFormData.js","label":"toFormData.js","path":"./node_modules/axios/lib/helpers/toFormData.js","statSize":6044},{"id":"./node_modules/axios/lib/helpers/toURLEncodedForm.js","label":"toURLEncodedForm.js","path":"./node_modules/axios/lib/helpers/toURLEncodedForm.js","statSize":548},{"id":"./node_modules/axios/lib/helpers/trackStream.js","label":"trackStream.js","path":"./node_modules/axios/lib/helpers/trackStream.js","statSize":1686},{"id":"./node_modules/axios/lib/helpers/validator.js","label":"validator.js","path":"./node_modules/axios/lib/helpers/validator.js","statSize":2557}],"parsedSize":0,"gzipSize":0},{"label":"platform","path":"./node_modules/axios/lib/platform","statSize":2370,"groups":[{"label":"browser","path":"./node_modules/axios/lib/platform/browser","statSize":645,"groups":[{"label":"classes","path":"./node_modules/axios/lib/platform/browser/classes","statSize":340,"groups":[{"id":"./node_modules/axios/lib/platform/browser/classes/Blob.js","label":"Blob.js","path":"./node_modules/axios/lib/platform/browser/classes/Blob.js","statSize":71},{"id":"./node_modules/axios/lib/platform/browser/classes/FormData.js","label":"FormData.js","path":"./node_modules/axios/lib/platform/browser/classes/FormData.js","statSize":81},{"id":"./node_modules/axios/lib/platform/browser/classes/URLSearchParams.js","label":"URLSearchParams.js","path":"./node_modules/axios/lib/platform/browser/classes/URLSearchParams.js","statSize":188}],"parsedSize":0,"gzipSize":0},{"id":"./node_modules/axios/lib/platform/browser/index.js","label":"index.js","path":"./node_modules/axios/lib/platform/browser/index.js","statSize":305}],"parsedSize":0,"gzipSize":0},{"label":"common","path":"./node_modules/axios/lib/platform/common","statSize":1595,"groups":[{"id":"./node_modules/axios/lib/platform/common/utils.js","label":"utils.js","path":"./node_modules/axios/lib/platform/common/utils.js","statSize":1595}],"parsedSize":0,"gzipSize":0},{"id":"./node_modules/axios/lib/platform/index.js","label":"index.js","path":"./node_modules/axios/lib/platform/index.js","statSize":130}],"parsedSize":0,"gzipSize":0},{"id":"./node_modules/axios/lib/utils.js","label":"utils.js","path":"./node_modules/axios/lib/utils.js","statSize":18664}],"parsedSize":0,"gzipSize":0},{"label":"querystringify","path":"./node_modules/querystringify","statSize":2564,"groups":[{"id":"./node_modules/querystringify/index.js","label":"index.js","path":"./node_modules/querystringify/index.js","statSize":2564}],"parsedSize":0,"gzipSize":0},{"label":"requires-port","path":"./node_modules/requires-port","statSize":753,"groups":[{"id":"./node_modules/requires-port/index.js","label":"index.js","path":"./node_modules/requires-port/index.js","statSize":753}],"parsedSize":0,"gzipSize":0},{"label":"url-parse","path":"./node_modules/url-parse","statSize":16622,"groups":[{"id":"./node_modules/url-parse/index.js","label":"index.js","path":"./node_modules/url-parse/index.js","statSize":16622}],"parsedSize":0,"gzipSize":0},{"label":"uuid/dist/commonjs-browser","path":"./node_modules/uuid/dist/commonjs-browser","statSize":35817,"groups":[{"id":"./node_modules/uuid/dist/commonjs-browser/index.js","label":"index.js","path":"./node_modules/uuid/dist/commonjs-browser/index.js","statSize":2649},{"id":"./node_modules/uuid/dist/commonjs-browser/max.js","label":"max.js","path":"./node_modules/uuid/dist/commonjs-browser/max.js","statSize":178},{"id":"./node_modules/uuid/dist/commonjs-browser/md5.js","label":"md5.js","path":"./node_modules/uuid/dist/commonjs-browser/md5.js","statSize":6955},{"id":"./node_modules/uuid/dist/commonjs-browser/native.js","label":"native.js","path":"./node_modules/uuid/dist/commonjs-browser/native.js","statSize":259},{"id":"./node_modules/uuid/dist/commonjs-browser/nil.js","label":"nil.js","path":"./node_modules/uuid/dist/commonjs-browser/nil.js","statSize":178},{"id":"./node_modules/uuid/dist/commonjs-browser/parse.js","label":"parse.js","path":"./node_modules/uuid/dist/commonjs-browser/parse.js","statSize":1363},{"id":"./node_modules/uuid/dist/commonjs-browser/regex.js","label":"regex.js","path":"./node_modules/uuid/dist/commonjs-browser/regex.js","statSize":294},{"id":"./node_modules/uuid/dist/commonjs-browser/rng.js","label":"rng.js","path":"./node_modules/uuid/dist/commonjs-browser/rng.js","statSize":923},{"id":"./node_modules/uuid/dist/commonjs-browser/sha1.js","label":"sha1.js","path":"./node_modules/uuid/dist/commonjs-browser/sha1.js","statSize":2592},{"id":"./node_modules/uuid/dist/commonjs-browser/stringify.js","label":"stringify.js","path":"./node_modules/uuid/dist/commonjs-browser/stringify.js","statSize":1916},{"id":"./node_modules/uuid/dist/commonjs-browser/v1.js","label":"v1.js","path":"./node_modules/uuid/dist/commonjs-browser/v1.js","statSize":3921},{"id":"./node_modules/uuid/dist/commonjs-browser/v1ToV6.js","label":"v1ToV6.js","path":"./node_modules/uuid/dist/commonjs-browser/v1ToV6.js","statSize":1317},{"id":"./node_modules/uuid/dist/commonjs-browser/v3.js","label":"v3.js","path":"./node_modules/uuid/dist/commonjs-browser/v3.js","statSize":388},{"id":"./node_modules/uuid/dist/commonjs-browser/v35.js","label":"v35.js","path":"./node_modules/uuid/dist/commonjs-browser/v35.js","statSize":2003},{"id":"./node_modules/uuid/dist/commonjs-browser/v4.js","label":"v4.js","path":"./node_modules/uuid/dist/commonjs-browser/v4.js","statSize":979},{"id":"./node_modules/uuid/dist/commonjs-browser/v5.js","label":"v5.js","path":"./node_modules/uuid/dist/commonjs-browser/v5.js","statSize":391},{"id":"./node_modules/uuid/dist/commonjs-browser/v6.js","label":"v6.js","path":"./node_modules/uuid/dist/commonjs-browser/v6.js","statSize":2408},{"id":"./node_modules/uuid/dist/commonjs-browser/v6ToV1.js","label":"v6ToV1.js","path":"./node_modules/uuid/dist/commonjs-browser/v6ToV1.js","statSize":1298},{"id":"./node_modules/uuid/dist/commonjs-browser/v7.js","label":"v7.js","path":"./node_modules/uuid/dist/commonjs-browser/v7.js","statSize":4970},{"id":"./node_modules/uuid/dist/commonjs-browser/validate.js","label":"validate.js","path":"./node_modules/uuid/dist/commonjs-browser/validate.js","statSize":386},{"id":"./node_modules/uuid/dist/commonjs-browser/version.js","label":"version.js","path":"./node_modules/uuid/dist/commonjs-browser/version.js","statSize":449}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0}],"isInitialByEntrypoint":{"index":true}}]
1
+ [{"label":"kontent-delivery.umd.js","isAsset":true,"statSize":260371,"parsedSize":360637,"gzipSize":56697,"groups":[{"label":"lib","path":"./lib","statSize":132531,"groups":[{"label":"client","path":"./lib/client","statSize":4621,"groups":[{"id":"./lib/client/delivery-client.factory.ts","label":"delivery-client.factory.ts","path":"./lib/client/delivery-client.factory.ts","statSize":324},{"id":"./lib/client/delivery-client.ts","label":"delivery-client.ts","path":"./lib/client/delivery-client.ts","statSize":3285},{"id":"./lib/client/idelivery-client.interface.ts","label":"idelivery-client.interface.ts","path":"./lib/client/idelivery-client.interface.ts","statSize":77},{"id":"./lib/client/index.ts","label":"index.ts","path":"./lib/client/index.ts","statSize":935}],"parsedSize":0,"gzipSize":0},{"label":"config","path":"./lib/config","statSize":888,"groups":[{"id":"./lib/config/delivery-configs.ts","label":"delivery-configs.ts","path":"./lib/config/delivery-configs.ts","statSize":77},{"id":"./lib/config/index.ts","label":"index.ts","path":"./lib/config/index.ts","statSize":811}],"parsedSize":0,"gzipSize":0},{"label":"contracts","path":"./lib/contracts","statSize":881,"groups":[{"id":"./lib/contracts/contracts.ts","label":"contracts.ts","path":"./lib/contracts/contracts.ts","statSize":77},{"id":"./lib/contracts/index.ts","label":"index.ts","path":"./lib/contracts/index.ts","statSize":804}],"parsedSize":0,"gzipSize":0},{"label":"elements","path":"./lib/elements","statSize":1923,"groups":[{"id":"./lib/elements/element-models.ts","label":"element-models.ts","path":"./lib/elements/element-models.ts","statSize":77},{"id":"./lib/elements/element-resolver.ts","label":"element-resolver.ts","path":"./lib/elements/element-resolver.ts","statSize":77},{"id":"./lib/elements/element-type.ts","label":"element-type.ts","path":"./lib/elements/element-type.ts","statSize":733},{"id":"./lib/elements/elements.ts","label":"elements.ts","path":"./lib/elements/elements.ts","statSize":77},{"id":"./lib/elements/index.ts","label":"index.ts","path":"./lib/elements/index.ts","statSize":959}],"parsedSize":0,"gzipSize":0},{"label":"images","path":"./lib/images","statSize":6724,"groups":[{"id":"./lib/images/image-url-transformation-builder.factory.ts","label":"image-url-transformation-builder.factory.ts","path":"./lib/images/image-url-transformation-builder.factory.ts","statSize":372},{"id":"./lib/images/image-url-transformation-builder.ts","label":"image-url-transformation-builder.ts","path":"./lib/images/image-url-transformation-builder.ts","statSize":5320},{"id":"./lib/images/image.models.ts","label":"image.models.ts","path":"./lib/images/image.models.ts","statSize":77},{"id":"./lib/images/index.ts","label":"index.ts","path":"./lib/images/index.ts","statSize":955}],"parsedSize":0,"gzipSize":0},{"id":"./lib/index.ts","label":"index.ts","path":"./lib/index.ts","statSize":1277,"parsedSize":360637,"gzipSize":56697},{"label":"mappers","path":"./lib/mappers","statSize":29651,"groups":[{"id":"./lib/mappers/element.mapper.ts","label":"element.mapper.ts","path":"./lib/mappers/element.mapper.ts","statSize":16957},{"id":"./lib/mappers/generic-element.mapper.ts","label":"generic-element.mapper.ts","path":"./lib/mappers/generic-element.mapper.ts","statSize":610},{"id":"./lib/mappers/index.ts","label":"index.ts","path":"./lib/mappers/index.ts","statSize":1122},{"id":"./lib/mappers/item.mapper.ts","label":"item.mapper.ts","path":"./lib/mappers/item.mapper.ts","statSize":4681},{"id":"./lib/mappers/language.mapper.ts","label":"language.mapper.ts","path":"./lib/mappers/language.mapper.ts","statSize":648},{"id":"./lib/mappers/sync.mapper.ts","label":"sync.mapper.ts","path":"./lib/mappers/sync.mapper.ts","statSize":1313},{"id":"./lib/mappers/taxonomy.mapper.ts","label":"taxonomy.mapper.ts","path":"./lib/mappers/taxonomy.mapper.ts","statSize":2103},{"id":"./lib/mappers/type.mapper.ts","label":"type.mapper.ts","path":"./lib/mappers/type.mapper.ts","statSize":2217}],"parsedSize":0,"gzipSize":0},{"label":"models","path":"./lib/models","statSize":18725,"groups":[{"label":"common","path":"./lib/models/common","statSize":17025,"groups":[{"id":"./lib/models/common/base-responses.ts","label":"base-responses.ts","path":"./lib/models/common/base-responses.ts","statSize":77},{"id":"./lib/models/common/common-models.ts","label":"common-models.ts","path":"./lib/models/common/common-models.ts","statSize":368},{"id":"./lib/models/common/filters.ts","label":"filters.ts","path":"./lib/models/common/filters.ts","statSize":8460},{"id":"./lib/models/common/headers.ts","label":"headers.ts","path":"./lib/models/common/headers.ts","statSize":451},{"id":"./lib/models/common/index.ts","label":"index.ts","path":"./lib/models/common/index.ts","statSize":1100},{"id":"./lib/models/common/pagination.class.ts","label":"pagination.class.ts","path":"./lib/models/common/pagination.class.ts","statSize":77},{"id":"./lib/models/common/parameters.ts","label":"parameters.ts","path":"./lib/models/common/parameters.ts","statSize":6415},{"id":"./lib/models/common/sort-order.ts","label":"sort-order.ts","path":"./lib/models/common/sort-order.ts","statSize":77}],"parsedSize":0,"gzipSize":0},{"id":"./lib/models/content-type-models.ts","label":"content-type-models.ts","path":"./lib/models/content-type-models.ts","statSize":77},{"id":"./lib/models/element-models.ts","label":"element-models.ts","path":"./lib/models/element-models.ts","statSize":77},{"id":"./lib/models/index.ts","label":"index.ts","path":"./lib/models/index.ts","statSize":1161},{"id":"./lib/models/item-models.ts","label":"item-models.ts","path":"./lib/models/item-models.ts","statSize":77},{"id":"./lib/models/language-models.ts","label":"language-models.ts","path":"./lib/models/language-models.ts","statSize":77},{"id":"./lib/models/responses.ts","label":"responses.ts","path":"./lib/models/responses.ts","statSize":77},{"id":"./lib/models/sync-models.ts","label":"sync-models.ts","path":"./lib/models/sync-models.ts","statSize":77},{"id":"./lib/models/taxonomy-models.ts","label":"taxonomy-models.ts","path":"./lib/models/taxonomy-models.ts","statSize":77}],"parsedSize":0,"gzipSize":0},{"label":"query","path":"./lib/query","statSize":39281,"groups":[{"label":"common","path":"./lib/query/common","statSize":13797,"groups":[{"id":"./lib/query/common/base-item-listing-query.class.ts","label":"base-item-listing-query.class.ts","path":"./lib/query/common/base-item-listing-query.class.ts","statSize":5545},{"id":"./lib/query/common/base-listing-query.class.ts","label":"base-listing-query.class.ts","path":"./lib/query/common/base-listing-query.class.ts","statSize":4732},{"id":"./lib/query/common/base-query.class.ts","label":"base-query.class.ts","path":"./lib/query/common/base-query.class.ts","statSize":3520}],"parsedSize":0,"gzipSize":0},{"label":"element","path":"./lib/query/element","statSize":1200,"groups":[{"id":"./lib/query/element/element-query.class.ts","label":"element-query.class.ts","path":"./lib/query/element/element-query.class.ts","statSize":1200}],"parsedSize":0,"gzipSize":0},{"id":"./lib/query/index.ts","label":"index.ts","path":"./lib/query/index.ts","statSize":1564},{"label":"item","path":"./lib/query/item","statSize":7239,"groups":[{"id":"./lib/query/item/multiple-items-query.class.ts","label":"multiple-items-query.class.ts","path":"./lib/query/item/multiple-items-query.class.ts","statSize":4634},{"id":"./lib/query/item/single-item-query.class.ts","label":"single-item-query.class.ts","path":"./lib/query/item/single-item-query.class.ts","statSize":2605}],"parsedSize":0,"gzipSize":0},{"label":"items-feed","path":"./lib/query/items-feed","statSize":4542,"groups":[{"id":"./lib/query/items-feed/items-feed-query.class.ts","label":"items-feed-query.class.ts","path":"./lib/query/items-feed/items-feed-query.class.ts","statSize":4542}],"parsedSize":0,"gzipSize":0},{"label":"language","path":"./lib/query/language","statSize":1818,"groups":[{"id":"./lib/query/language/languages-query.class.ts","label":"languages-query.class.ts","path":"./lib/query/language/languages-query.class.ts","statSize":1818}],"parsedSize":0,"gzipSize":0},{"label":"sync","path":"./lib/query/sync","statSize":3044,"groups":[{"id":"./lib/query/sync/initialize-sync-query.class.ts","label":"initialize-sync-query.class.ts","path":"./lib/query/sync/initialize-sync-query.class.ts","statSize":1853},{"id":"./lib/query/sync/sync-changes-query.class.ts","label":"sync-changes-query.class.ts","path":"./lib/query/sync/sync-changes-query.class.ts","statSize":1191}],"parsedSize":0,"gzipSize":0},{"label":"taxonomy","path":"./lib/query/taxonomy","statSize":2867,"groups":[{"id":"./lib/query/taxonomy/taxonomies-query.class.ts","label":"taxonomies-query.class.ts","path":"./lib/query/taxonomy/taxonomies-query.class.ts","statSize":1675},{"id":"./lib/query/taxonomy/taxonomy-query.class.ts","label":"taxonomy-query.class.ts","path":"./lib/query/taxonomy/taxonomy-query.class.ts","statSize":1192}],"parsedSize":0,"gzipSize":0},{"label":"type","path":"./lib/query/type","statSize":3210,"groups":[{"id":"./lib/query/type/multiple-type-query.class.ts","label":"multiple-type-query.class.ts","path":"./lib/query/type/multiple-type-query.class.ts","statSize":2169},{"id":"./lib/query/type/single-type-query.class.ts","label":"single-type-query.class.ts","path":"./lib/query/type/single-type-query.class.ts","statSize":1041}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"id":"./lib/sdk-info.generated.ts","label":"sdk-info.generated.ts","path":"./lib/sdk-info.generated.ts","statSize":211},{"label":"services","path":"./lib/services","statSize":25392,"groups":[{"id":"./lib/services/base-delivery-query.service.ts","label":"base-delivery-query.service.ts","path":"./lib/services/base-delivery-query.service.ts","statSize":11447},{"id":"./lib/services/delivery-query.service.ts","label":"delivery-query.service.ts","path":"./lib/services/delivery-query.service.ts","statSize":9057},{"id":"./lib/services/index.ts","label":"index.ts","path":"./lib/services/index.ts","statSize":870},{"id":"./lib/services/mapping.service.ts","label":"mapping.service.ts","path":"./lib/services/mapping.service.ts","statSize":4018}],"parsedSize":0,"gzipSize":0},{"label":"utilities","path":"./lib/utilities","statSize":2957,"groups":[{"id":"./lib/utilities/codename.helper.ts","label":"codename.helper.ts","path":"./lib/utilities/codename.helper.ts","statSize":458},{"id":"./lib/utilities/delivery-url.helper.ts","label":"delivery-url.helper.ts","path":"./lib/utilities/delivery-url.helper.ts","statSize":470},{"id":"./lib/utilities/enum.helper.ts","label":"enum.helper.ts","path":"./lib/utilities/enum.helper.ts","statSize":1113},{"id":"./lib/utilities/index.ts","label":"index.ts","path":"./lib/utilities/index.ts","statSize":916}],"parsedSize":0,"gzipSize":0}],"parsedSize":360637,"gzipSize":56697},{"label":"node_modules","path":"./node_modules","statSize":127840,"groups":[{"label":"@kontent-ai/core-sdk/dist/es6","path":"./node_modules/@kontent-ai/core-sdk/dist/es6","statSize":25574,"groups":[{"label":"helpers","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers","statSize":7062,"groups":[{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/header.helper.js","label":"header.helper.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/header.helper.js","statSize":512},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/headers-helper.js","label":"headers-helper.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/headers-helper.js","statSize":328},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/index.js","label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/index.js","statSize":162},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/retry-helper.js","label":"retry-helper.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/retry-helper.js","statSize":5443},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/url.helper.js","label":"url.helper.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/helpers/url.helper.js","statSize":617}],"parsedSize":0,"gzipSize":0},{"label":"http","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/http","statSize":17417,"groups":[{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/http.debugger.js","label":"http.debugger.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/http.debugger.js","statSize":398},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/http.functions.js","label":"http.functions.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/http.functions.js","statSize":13124},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/http.models.js","label":"http.models.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/http.models.js","statSize":50},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/http.service.js","label":"http.service.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/http.service.js","statSize":2507},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/ihttp.service.js","label":"ihttp.service.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/ihttp.service.js","statSize":52},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/index.js","label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/index.js","statSize":233},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/test-http.service.js","label":"test-http.service.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/http/test-http.service.js","statSize":1053}],"parsedSize":0,"gzipSize":0},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js","label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js","statSize":127},{"label":"models","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/models","statSize":968,"groups":[{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/models/index.js","label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/models/index.js","statSize":122},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/models/isdk-info.js","label":"isdk-info.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/models/isdk-info.js","statSize":48},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/models/parameters.js","label":"parameters.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/models/parameters.js","statSize":749},{"id":"./node_modules/@kontent-ai/core-sdk/dist/es6/models/url.models.js","label":"url.models.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/models/url.models.js","statSize":49}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"label":"axios/lib","path":"./node_modules/axios/lib","statSize":102266,"groups":[{"label":"adapters","path":"./node_modules/axios/lib/adapters","statSize":15230,"groups":[{"id":"./node_modules/axios/lib/adapters/adapters.js","label":"adapters.js","path":"./node_modules/axios/lib/adapters/adapters.js","statSize":1970},{"id":"./node_modules/axios/lib/adapters/fetch.js","label":"fetch.js","path":"./node_modules/axios/lib/adapters/fetch.js","statSize":6637},{"id":"./node_modules/axios/lib/adapters/xhr.js","label":"xhr.js","path":"./node_modules/axios/lib/adapters/xhr.js","statSize":6623}],"parsedSize":0,"gzipSize":0},{"id":"./node_modules/axios/lib/axios.js","label":"axios.js","path":"./node_modules/axios/lib/axios.js","statSize":2549},{"label":"cancel","path":"./node_modules/axios/lib/cancel","statSize":3585,"groups":[{"id":"./node_modules/axios/lib/cancel/CancelToken.js","label":"CancelToken.js","path":"./node_modules/axios/lib/cancel/CancelToken.js","statSize":2789},{"id":"./node_modules/axios/lib/cancel/CanceledError.js","label":"CanceledError.js","path":"./node_modules/axios/lib/cancel/CanceledError.js","statSize":697},{"id":"./node_modules/axios/lib/cancel/isCancel.js","label":"isCancel.js","path":"./node_modules/axios/lib/cancel/isCancel.js","statSize":99}],"parsedSize":0,"gzipSize":0},{"label":"core","path":"./node_modules/axios/lib/core","statSize":25599,"groups":[{"id":"./node_modules/axios/lib/core/Axios.js","label":"Axios.js","path":"./node_modules/axios/lib/core/Axios.js","statSize":6541},{"id":"./node_modules/axios/lib/core/AxiosError.js","label":"AxiosError.js","path":"./node_modules/axios/lib/core/AxiosError.js","statSize":2546},{"id":"./node_modules/axios/lib/core/AxiosHeaders.js","label":"AxiosHeaders.js","path":"./node_modules/axios/lib/core/AxiosHeaders.js","statSize":7032},{"id":"./node_modules/axios/lib/core/InterceptorManager.js","label":"InterceptorManager.js","path":"./node_modules/axios/lib/core/InterceptorManager.js","statSize":1569},{"id":"./node_modules/axios/lib/core/buildFullPath.js","label":"buildFullPath.js","path":"./node_modules/axios/lib/core/buildFullPath.js","statSize":695},{"id":"./node_modules/axios/lib/core/dispatchRequest.js","label":"dispatchRequest.js","path":"./node_modules/axios/lib/core/dispatchRequest.js","statSize":2187},{"id":"./node_modules/axios/lib/core/mergeConfig.js","label":"mergeConfig.js","path":"./node_modules/axios/lib/core/mergeConfig.js","statSize":3415},{"id":"./node_modules/axios/lib/core/settle.js","label":"settle.js","path":"./node_modules/axios/lib/core/settle.js","statSize":836},{"id":"./node_modules/axios/lib/core/transformData.js","label":"transformData.js","path":"./node_modules/axios/lib/core/transformData.js","statSize":778}],"parsedSize":0,"gzipSize":0},{"label":"defaults","path":"./node_modules/axios/lib/defaults","statSize":4597,"groups":[{"id":"./node_modules/axios/lib/defaults/index.js","label":"index.js","path":"./node_modules/axios/lib/defaults/index.js","statSize":4479},{"id":"./node_modules/axios/lib/defaults/transitional.js","label":"transitional.js","path":"./node_modules/axios/lib/defaults/transitional.js","statSize":118}],"parsedSize":0,"gzipSize":0},{"label":"env","path":"./node_modules/axios/lib/env","statSize":31,"groups":[{"id":"./node_modules/axios/lib/env/data.js","label":"data.js","path":"./node_modules/axios/lib/env/data.js","statSize":31}],"parsedSize":0,"gzipSize":0},{"label":"helpers","path":"./node_modules/axios/lib/helpers","statSize":29641,"groups":[{"id":"./node_modules/axios/lib/helpers/AxiosURLSearchParams.js","label":"AxiosURLSearchParams.js","path":"./node_modules/axios/lib/helpers/AxiosURLSearchParams.js","statSize":1439},{"id":"./node_modules/axios/lib/helpers/HttpStatusCode.js","label":"HttpStatusCode.js","path":"./node_modules/axios/lib/helpers/HttpStatusCode.js","statSize":1600},{"id":"./node_modules/axios/lib/helpers/bind.js","label":"bind.js","path":"./node_modules/axios/lib/helpers/bind.js","statSize":134},{"id":"./node_modules/axios/lib/helpers/buildURL.js","label":"buildURL.js","path":"./node_modules/axios/lib/helpers/buildURL.js","statSize":1659},{"id":"./node_modules/axios/lib/helpers/combineURLs.js","label":"combineURLs.js","path":"./node_modules/axios/lib/helpers/combineURLs.js","statSize":382},{"id":"./node_modules/axios/lib/helpers/composeSignals.js","label":"composeSignals.js","path":"./node_modules/axios/lib/helpers/composeSignals.js","statSize":1364},{"id":"./node_modules/axios/lib/helpers/cookies.js","label":"cookies.js","path":"./node_modules/axios/lib/helpers/cookies.js","statSize":1045},{"id":"./node_modules/axios/lib/helpers/formDataToJSON.js","label":"formDataToJSON.js","path":"./node_modules/axios/lib/helpers/formDataToJSON.js","statSize":2164},{"id":"./node_modules/axios/lib/helpers/isAbsoluteURL.js","label":"isAbsoluteURL.js","path":"./node_modules/axios/lib/helpers/isAbsoluteURL.js","statSize":561},{"id":"./node_modules/axios/lib/helpers/isAxiosError.js","label":"isAxiosError.js","path":"./node_modules/axios/lib/helpers/isAxiosError.js","statSize":373},{"id":"./node_modules/axios/lib/helpers/isURLSameOrigin.js","label":"isURLSameOrigin.js","path":"./node_modules/axios/lib/helpers/isURLSameOrigin.js","statSize":420},{"id":"./node_modules/axios/lib/helpers/null.js","label":"null.js","path":"./node_modules/axios/lib/helpers/null.js","statSize":56},{"id":"./node_modules/axios/lib/helpers/parseHeaders.js","label":"parseHeaders.js","path":"./node_modules/axios/lib/helpers/parseHeaders.js","statSize":1382},{"id":"./node_modules/axios/lib/helpers/parseProtocol.js","label":"parseProtocol.js","path":"./node_modules/axios/lib/helpers/parseProtocol.js","statSize":151},{"id":"./node_modules/axios/lib/helpers/progressEventReducer.js","label":"progressEventReducer.js","path":"./node_modules/axios/lib/helpers/progressEventReducer.js","statSize":1235},{"id":"./node_modules/axios/lib/helpers/resolveConfig.js","label":"resolveConfig.js","path":"./node_modules/axios/lib/helpers/resolveConfig.js","statSize":2096},{"id":"./node_modules/axios/lib/helpers/speedometer.js","label":"speedometer.js","path":"./node_modules/axios/lib/helpers/speedometer.js","statSize":1092},{"id":"./node_modules/axios/lib/helpers/spread.js","label":"spread.js","path":"./node_modules/axios/lib/helpers/spread.js","statSize":564},{"id":"./node_modules/axios/lib/helpers/throttle.js","label":"throttle.js","path":"./node_modules/axios/lib/helpers/throttle.js","statSize":861},{"id":"./node_modules/axios/lib/helpers/toFormData.js","label":"toFormData.js","path":"./node_modules/axios/lib/helpers/toFormData.js","statSize":6044},{"id":"./node_modules/axios/lib/helpers/toURLEncodedForm.js","label":"toURLEncodedForm.js","path":"./node_modules/axios/lib/helpers/toURLEncodedForm.js","statSize":548},{"id":"./node_modules/axios/lib/helpers/trackStream.js","label":"trackStream.js","path":"./node_modules/axios/lib/helpers/trackStream.js","statSize":1686},{"id":"./node_modules/axios/lib/helpers/validator.js","label":"validator.js","path":"./node_modules/axios/lib/helpers/validator.js","statSize":2785}],"parsedSize":0,"gzipSize":0},{"label":"platform","path":"./node_modules/axios/lib/platform","statSize":2370,"groups":[{"label":"browser","path":"./node_modules/axios/lib/platform/browser","statSize":645,"groups":[{"label":"classes","path":"./node_modules/axios/lib/platform/browser/classes","statSize":340,"groups":[{"id":"./node_modules/axios/lib/platform/browser/classes/Blob.js","label":"Blob.js","path":"./node_modules/axios/lib/platform/browser/classes/Blob.js","statSize":71},{"id":"./node_modules/axios/lib/platform/browser/classes/FormData.js","label":"FormData.js","path":"./node_modules/axios/lib/platform/browser/classes/FormData.js","statSize":81},{"id":"./node_modules/axios/lib/platform/browser/classes/URLSearchParams.js","label":"URLSearchParams.js","path":"./node_modules/axios/lib/platform/browser/classes/URLSearchParams.js","statSize":188}],"parsedSize":0,"gzipSize":0},{"id":"./node_modules/axios/lib/platform/browser/index.js","label":"index.js","path":"./node_modules/axios/lib/platform/browser/index.js","statSize":305}],"parsedSize":0,"gzipSize":0},{"label":"common","path":"./node_modules/axios/lib/platform/common","statSize":1595,"groups":[{"id":"./node_modules/axios/lib/platform/common/utils.js","label":"utils.js","path":"./node_modules/axios/lib/platform/common/utils.js","statSize":1595}],"parsedSize":0,"gzipSize":0},{"id":"./node_modules/axios/lib/platform/index.js","label":"index.js","path":"./node_modules/axios/lib/platform/index.js","statSize":130}],"parsedSize":0,"gzipSize":0},{"id":"./node_modules/axios/lib/utils.js","label":"utils.js","path":"./node_modules/axios/lib/utils.js","statSize":18664}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0}],"isInitialByEntrypoint":{"index":true}}]
@@ -1 +1 @@
1
- [{"label":"kontent-delivery.umd.min.js","isAsset":true,"statSize":318051,"parsedSize":123369,"gzipSize":32674,"groups":[{"label":"lib","path":"./lib","statSize":133301,"groups":[{"label":"client","path":"./lib/client","statSize":4621,"groups":[{"id":3525,"label":"delivery-client.factory.ts","path":"./lib/client/delivery-client.factory.ts","statSize":324},{"id":8185,"label":"delivery-client.ts","path":"./lib/client/delivery-client.ts","statSize":3285},{"id":5017,"label":"idelivery-client.interface.ts","path":"./lib/client/idelivery-client.interface.ts","statSize":77},{"id":9013,"label":"index.ts","path":"./lib/client/index.ts","statSize":935}],"parsedSize":0,"gzipSize":0},{"label":"config","path":"./lib/config","statSize":888,"groups":[{"id":2636,"label":"delivery-configs.ts","path":"./lib/config/delivery-configs.ts","statSize":77},{"id":1784,"label":"index.ts","path":"./lib/config/index.ts","statSize":811}],"parsedSize":0,"gzipSize":0},{"label":"contracts","path":"./lib/contracts","statSize":881,"groups":[{"id":8494,"label":"contracts.ts","path":"./lib/contracts/contracts.ts","statSize":77},{"id":8585,"label":"index.ts","path":"./lib/contracts/index.ts","statSize":804}],"parsedSize":0,"gzipSize":0},{"label":"elements","path":"./lib/elements","statSize":1923,"groups":[{"id":9778,"label":"element-models.ts","path":"./lib/elements/element-models.ts","statSize":77},{"id":6602,"label":"element-resolver.ts","path":"./lib/elements/element-resolver.ts","statSize":77},{"id":9540,"label":"element-type.ts","path":"./lib/elements/element-type.ts","statSize":733},{"id":3506,"label":"elements.ts","path":"./lib/elements/elements.ts","statSize":77},{"id":5711,"label":"index.ts","path":"./lib/elements/index.ts","statSize":959}],"parsedSize":0,"gzipSize":0},{"label":"images","path":"./lib/images","statSize":6724,"groups":[{"id":1377,"label":"image-url-transformation-builder.factory.ts","path":"./lib/images/image-url-transformation-builder.factory.ts","statSize":372},{"id":4501,"label":"image-url-transformation-builder.ts","path":"./lib/images/image-url-transformation-builder.ts","statSize":5320},{"id":9697,"label":"image.models.ts","path":"./lib/images/image.models.ts","statSize":77},{"id":372,"label":"index.ts","path":"./lib/images/index.ts","statSize":955}],"parsedSize":0,"gzipSize":0},{"id":4245,"label":"index.ts","path":"./lib/index.ts","statSize":1277,"parsedSize":123369,"gzipSize":32674},{"label":"mappers","path":"./lib/mappers","statSize":29518,"groups":[{"id":4665,"label":"element.mapper.ts","path":"./lib/mappers/element.mapper.ts","statSize":16957},{"id":8737,"label":"generic-element.mapper.ts","path":"./lib/mappers/generic-element.mapper.ts","statSize":610},{"id":2956,"label":"index.ts","path":"./lib/mappers/index.ts","statSize":1122},{"id":7962,"label":"item.mapper.ts","path":"./lib/mappers/item.mapper.ts","statSize":4683},{"id":5321,"label":"language.mapper.ts","path":"./lib/mappers/language.mapper.ts","statSize":513},{"id":6154,"label":"sync.mapper.ts","path":"./lib/mappers/sync.mapper.ts","statSize":1313},{"id":6406,"label":"taxonomy.mapper.ts","path":"./lib/mappers/taxonomy.mapper.ts","statSize":2103},{"id":2915,"label":"type.mapper.ts","path":"./lib/mappers/type.mapper.ts","statSize":2217}],"parsedSize":0,"gzipSize":0},{"label":"models","path":"./lib/models","statSize":18725,"groups":[{"label":"common","path":"./lib/models/common","statSize":17025,"groups":[{"id":2026,"label":"base-responses.ts","path":"./lib/models/common/base-responses.ts","statSize":77},{"id":2058,"label":"common-models.ts","path":"./lib/models/common/common-models.ts","statSize":368},{"id":6435,"label":"filters.ts","path":"./lib/models/common/filters.ts","statSize":8460},{"id":330,"label":"headers.ts","path":"./lib/models/common/headers.ts","statSize":451},{"id":2208,"label":"index.ts","path":"./lib/models/common/index.ts","statSize":1100},{"id":6068,"label":"pagination.class.ts","path":"./lib/models/common/pagination.class.ts","statSize":77},{"id":8146,"label":"parameters.ts","path":"./lib/models/common/parameters.ts","statSize":6415},{"id":9571,"label":"sort-order.ts","path":"./lib/models/common/sort-order.ts","statSize":77}],"parsedSize":0,"gzipSize":0},{"id":8257,"label":"content-type-models.ts","path":"./lib/models/content-type-models.ts","statSize":77},{"id":2935,"label":"element-models.ts","path":"./lib/models/element-models.ts","statSize":77},{"id":1492,"label":"index.ts","path":"./lib/models/index.ts","statSize":1161},{"id":6204,"label":"item-models.ts","path":"./lib/models/item-models.ts","statSize":77},{"id":5447,"label":"language-models.ts","path":"./lib/models/language-models.ts","statSize":77},{"id":1212,"label":"responses.ts","path":"./lib/models/responses.ts","statSize":77},{"id":5820,"label":"sync-models.ts","path":"./lib/models/sync-models.ts","statSize":77},{"id":8864,"label":"taxonomy-models.ts","path":"./lib/models/taxonomy-models.ts","statSize":77}],"parsedSize":0,"gzipSize":0},{"label":"query","path":"./lib/query","statSize":39123,"groups":[{"label":"common","path":"./lib/query/common","statSize":13797,"groups":[{"id":8603,"label":"base-item-listing-query.class.ts","path":"./lib/query/common/base-item-listing-query.class.ts","statSize":5545},{"id":9611,"label":"base-listing-query.class.ts","path":"./lib/query/common/base-listing-query.class.ts","statSize":4732},{"id":3498,"label":"base-query.class.ts","path":"./lib/query/common/base-query.class.ts","statSize":3520}],"parsedSize":0,"gzipSize":0},{"label":"element","path":"./lib/query/element","statSize":1200,"groups":[{"id":1158,"label":"element-query.class.ts","path":"./lib/query/element/element-query.class.ts","statSize":1200}],"parsedSize":0,"gzipSize":0},{"id":4246,"label":"index.ts","path":"./lib/query/index.ts","statSize":1564},{"label":"item","path":"./lib/query/item","statSize":7160,"groups":[{"id":3588,"label":"multiple-items-query.class.ts","path":"./lib/query/item/multiple-items-query.class.ts","statSize":4555},{"id":9247,"label":"single-item-query.class.ts","path":"./lib/query/item/single-item-query.class.ts","statSize":2605}],"parsedSize":0,"gzipSize":0},{"label":"items-feed","path":"./lib/query/items-feed","statSize":4463,"groups":[{"id":6034,"label":"items-feed-query.class.ts","path":"./lib/query/items-feed/items-feed-query.class.ts","statSize":4463}],"parsedSize":0,"gzipSize":0},{"label":"language","path":"./lib/query/language","statSize":1818,"groups":[{"id":4697,"label":"languages-query.class.ts","path":"./lib/query/language/languages-query.class.ts","statSize":1818}],"parsedSize":0,"gzipSize":0},{"label":"sync","path":"./lib/query/sync","statSize":3044,"groups":[{"id":6285,"label":"initialize-sync-query.class.ts","path":"./lib/query/sync/initialize-sync-query.class.ts","statSize":1853},{"id":1662,"label":"sync-changes-query.class.ts","path":"./lib/query/sync/sync-changes-query.class.ts","statSize":1191}],"parsedSize":0,"gzipSize":0},{"label":"taxonomy","path":"./lib/query/taxonomy","statSize":2867,"groups":[{"id":9490,"label":"taxonomies-query.class.ts","path":"./lib/query/taxonomy/taxonomies-query.class.ts","statSize":1675},{"id":8334,"label":"taxonomy-query.class.ts","path":"./lib/query/taxonomy/taxonomy-query.class.ts","statSize":1192}],"parsedSize":0,"gzipSize":0},{"label":"type","path":"./lib/query/type","statSize":3210,"groups":[{"id":1227,"label":"multiple-type-query.class.ts","path":"./lib/query/type/multiple-type-query.class.ts","statSize":2169},{"id":1391,"label":"single-type-query.class.ts","path":"./lib/query/type/single-type-query.class.ts","statSize":1041}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"id":3089,"label":"sdk-info.generated.ts","path":"./lib/sdk-info.generated.ts","statSize":209},{"label":"services","path":"./lib/services","statSize":25393,"groups":[{"id":598,"label":"base-delivery-query.service.ts","path":"./lib/services/base-delivery-query.service.ts","statSize":11447},{"id":6836,"label":"delivery-query.service.ts","path":"./lib/services/delivery-query.service.ts","statSize":9057},{"id":9938,"label":"index.ts","path":"./lib/services/index.ts","statSize":870},{"id":1265,"label":"mapping.service.ts","path":"./lib/services/mapping.service.ts","statSize":4019}],"parsedSize":0,"gzipSize":0},{"label":"utilities","path":"./lib/utilities","statSize":4019,"groups":[{"id":3042,"label":"codename.helper.ts","path":"./lib/utilities/codename.helper.ts","statSize":458},{"id":7528,"label":"delivery-url.helper.ts","path":"./lib/utilities/delivery-url.helper.ts","statSize":586},{"id":9355,"label":"enum.helper.ts","path":"./lib/utilities/enum.helper.ts","statSize":1113},{"id":5671,"label":"guid.helper.ts","path":"./lib/utilities/guid.helper.ts","statSize":313},{"id":8350,"label":"index.ts","path":"./lib/utilities/index.ts","statSize":1022},{"id":8904,"label":"linked-items.helper.ts","path":"./lib/utilities/linked-items.helper.ts","statSize":527}],"parsedSize":0,"gzipSize":0}],"parsedSize":123369,"gzipSize":32674},{"label":"node_modules","path":"./node_modules","statSize":184750,"groups":[{"label":"@kontent-ai/core-sdk/dist/es6","path":"./node_modules/@kontent-ai/core-sdk/dist/es6","statSize":128994,"groups":[{"id":9099,"label":"index.js + 61 modules (concatenated)","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)","statSize":128994,"parsedSize":0,"gzipSize":0,"concatenated":true,"groups":[{"label":"node_modules","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules","statSize":128994,"groups":[{"label":"@kontent-ai/core-sdk/dist/es6","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6","statSize":25375,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/index.js","statSize":127,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"helpers","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/helpers","statSize":7062,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/helpers/index.js","statSize":162,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"url.helper.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/helpers/url.helper.js","statSize":617,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"header.helper.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/helpers/header.helper.js","statSize":512,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"retry-helper.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/helpers/retry-helper.js","statSize":5443,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"headers-helper.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/helpers/headers-helper.js","statSize":328,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"models","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/models","statSize":871,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/models/index.js","statSize":122,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"parameters.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/models/parameters.js","statSize":749,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"http","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/http","statSize":17315,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/http/index.js","statSize":233,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"http.service.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/http/http.service.js","statSize":2507,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"http.functions.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/http/http.functions.js","statSize":13124,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"http.debugger.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/http/http.debugger.js","statSize":398,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"test-http.service.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/http/test-http.service.js","statSize":1053,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"axios/lib","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib","statSize":103619,"groups":[{"id":null,"label":"axios.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/axios.js","statSize":2549,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"utils.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/utils.js","statSize":18664,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"helpers","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers","statSize":31191,"groups":[{"id":null,"label":"bind.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/bind.js","statSize":134,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"toFormData.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/toFormData.js","statSize":6044,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"formDataToJSON.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/formDataToJSON.js","statSize":2164,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"spread.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/spread.js","statSize":564,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"isAxiosError.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/isAxiosError.js","statSize":373,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"HttpStatusCode.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/HttpStatusCode.js","statSize":1600,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"buildURL.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/buildURL.js","statSize":1559,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"null.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/null.js","statSize":56,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"toURLEncodedForm.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/toURLEncodedForm.js","statSize":548,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"parseHeaders.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/parseHeaders.js","statSize":1382,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"validator.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/validator.js","statSize":2557,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"AxiosURLSearchParams.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/AxiosURLSearchParams.js","statSize":1439,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"parseProtocol.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/parseProtocol.js","statSize":151,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"progressEventReducer.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/progressEventReducer.js","statSize":1235,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"resolveConfig.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/resolveConfig.js","statSize":2096,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"isAbsoluteURL.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/isAbsoluteURL.js","statSize":561,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"combineURLs.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/combineURLs.js","statSize":382,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"composeSignals.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/composeSignals.js","statSize":1364,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"trackStream.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/trackStream.js","statSize":1686,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"speedometer.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/speedometer.js","statSize":1092,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"throttle.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/throttle.js","statSize":861,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"isURLSameOrigin.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/isURLSameOrigin.js","statSize":2298,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"cookies.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/cookies.js","statSize":1045,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"core","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core","statSize":25402,"groups":[{"id":null,"label":"Axios.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core/Axios.js","statSize":6383,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"AxiosError.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core/AxiosError.js","statSize":2546,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"AxiosHeaders.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core/AxiosHeaders.js","statSize":7032,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"mergeConfig.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core/mergeConfig.js","statSize":3376,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"InterceptorManager.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core/InterceptorManager.js","statSize":1569,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"dispatchRequest.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core/dispatchRequest.js","statSize":2187,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"buildFullPath.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core/buildFullPath.js","statSize":695,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"transformData.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core/transformData.js","statSize":778,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"settle.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core/settle.js","statSize":836,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"defaults","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/defaults","statSize":4597,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/defaults/index.js","statSize":4479,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"transitional.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/defaults/transitional.js","statSize":118,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"cancel","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/cancel","statSize":3585,"groups":[{"id":null,"label":"isCancel.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/cancel/isCancel.js","statSize":99,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"CanceledError.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/cancel/CanceledError.js","statSize":697,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"CancelToken.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/cancel/CancelToken.js","statSize":2789,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"adapters","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/adapters","statSize":15230,"groups":[{"id":null,"label":"adapters.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/adapters/adapters.js","statSize":1970,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"xhr.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/adapters/xhr.js","statSize":6623,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"fetch.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/adapters/fetch.js","statSize":6637,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"env","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/env","statSize":31,"groups":[{"id":null,"label":"data.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/env/data.js","statSize":31,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"platform","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform","statSize":2370,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform/index.js","statSize":130,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"browser","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform/browser","statSize":645,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform/browser/index.js","statSize":305,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"classes","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform/browser/classes","statSize":340,"groups":[{"id":null,"label":"URLSearchParams.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js","statSize":188,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"FormData.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform/browser/classes/FormData.js","statSize":81,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"Blob.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform/browser/classes/Blob.js","statSize":71,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"common","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform/common","statSize":1595,"groups":[{"id":null,"label":"utils.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform/common/utils.js","statSize":1595,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}]}],"parsedSize":0,"gzipSize":0},{"label":"querystringify","path":"./node_modules/querystringify","statSize":2564,"groups":[{"id":3992,"label":"index.js","path":"./node_modules/querystringify/index.js","statSize":2564}],"parsedSize":0,"gzipSize":0},{"label":"requires-port","path":"./node_modules/requires-port","statSize":753,"groups":[{"id":2063,"label":"index.js","path":"./node_modules/requires-port/index.js","statSize":753}],"parsedSize":0,"gzipSize":0},{"label":"url-parse","path":"./node_modules/url-parse","statSize":16622,"groups":[{"id":1160,"label":"index.js","path":"./node_modules/url-parse/index.js","statSize":16622}],"parsedSize":0,"gzipSize":0},{"label":"uuid/dist/commonjs-browser","path":"./node_modules/uuid/dist/commonjs-browser","statSize":35817,"groups":[{"id":2831,"label":"index.js","path":"./node_modules/uuid/dist/commonjs-browser/index.js","statSize":2649},{"id":4213,"label":"max.js","path":"./node_modules/uuid/dist/commonjs-browser/max.js","statSize":178},{"id":2311,"label":"md5.js","path":"./node_modules/uuid/dist/commonjs-browser/md5.js","statSize":6955},{"id":6140,"label":"native.js","path":"./node_modules/uuid/dist/commonjs-browser/native.js","statSize":259},{"id":4808,"label":"nil.js","path":"./node_modules/uuid/dist/commonjs-browser/nil.js","statSize":178},{"id":6792,"label":"parse.js","path":"./node_modules/uuid/dist/commonjs-browser/parse.js","statSize":1363},{"id":7656,"label":"regex.js","path":"./node_modules/uuid/dist/commonjs-browser/regex.js","statSize":294},{"id":2858,"label":"rng.js","path":"./node_modules/uuid/dist/commonjs-browser/rng.js","statSize":923},{"id":9042,"label":"sha1.js","path":"./node_modules/uuid/dist/commonjs-browser/sha1.js","statSize":2592},{"id":9910,"label":"stringify.js","path":"./node_modules/uuid/dist/commonjs-browser/stringify.js","statSize":1916},{"id":3518,"label":"v1.js","path":"./node_modules/uuid/dist/commonjs-browser/v1.js","statSize":3921},{"id":343,"label":"v1ToV6.js","path":"./node_modules/uuid/dist/commonjs-browser/v1ToV6.js","statSize":1317},{"id":4948,"label":"v3.js","path":"./node_modules/uuid/dist/commonjs-browser/v3.js","statSize":388},{"id":9025,"label":"v35.js","path":"./node_modules/uuid/dist/commonjs-browser/v35.js","statSize":2003},{"id":5073,"label":"v4.js","path":"./node_modules/uuid/dist/commonjs-browser/v4.js","statSize":979},{"id":7186,"label":"v5.js","path":"./node_modules/uuid/dist/commonjs-browser/v5.js","statSize":391},{"id":4671,"label":"v6.js","path":"./node_modules/uuid/dist/commonjs-browser/v6.js","statSize":2408},{"id":3507,"label":"v6ToV1.js","path":"./node_modules/uuid/dist/commonjs-browser/v6ToV1.js","statSize":1298},{"id":744,"label":"v7.js","path":"./node_modules/uuid/dist/commonjs-browser/v7.js","statSize":4970},{"id":7037,"label":"validate.js","path":"./node_modules/uuid/dist/commonjs-browser/validate.js","statSize":386},{"id":7775,"label":"version.js","path":"./node_modules/uuid/dist/commonjs-browser/version.js","statSize":449}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0}],"isInitialByEntrypoint":{"index":true}}]
1
+ [{"label":"kontent-delivery.umd.min.js","isAsset":true,"statSize":260172,"parsedSize":102031,"gzipSize":25578,"groups":[{"label":"lib","path":"./lib","statSize":132531,"groups":[{"label":"client","path":"./lib/client","statSize":4621,"groups":[{"id":3525,"label":"delivery-client.factory.ts","path":"./lib/client/delivery-client.factory.ts","statSize":324},{"id":8185,"label":"delivery-client.ts","path":"./lib/client/delivery-client.ts","statSize":3285},{"id":5017,"label":"idelivery-client.interface.ts","path":"./lib/client/idelivery-client.interface.ts","statSize":77},{"id":9013,"label":"index.ts","path":"./lib/client/index.ts","statSize":935}],"parsedSize":0,"gzipSize":0},{"label":"config","path":"./lib/config","statSize":888,"groups":[{"id":2636,"label":"delivery-configs.ts","path":"./lib/config/delivery-configs.ts","statSize":77},{"id":1784,"label":"index.ts","path":"./lib/config/index.ts","statSize":811}],"parsedSize":0,"gzipSize":0},{"label":"contracts","path":"./lib/contracts","statSize":881,"groups":[{"id":8494,"label":"contracts.ts","path":"./lib/contracts/contracts.ts","statSize":77},{"id":8585,"label":"index.ts","path":"./lib/contracts/index.ts","statSize":804}],"parsedSize":0,"gzipSize":0},{"label":"elements","path":"./lib/elements","statSize":1923,"groups":[{"id":9778,"label":"element-models.ts","path":"./lib/elements/element-models.ts","statSize":77},{"id":6602,"label":"element-resolver.ts","path":"./lib/elements/element-resolver.ts","statSize":77},{"id":9540,"label":"element-type.ts","path":"./lib/elements/element-type.ts","statSize":733},{"id":3506,"label":"elements.ts","path":"./lib/elements/elements.ts","statSize":77},{"id":5711,"label":"index.ts","path":"./lib/elements/index.ts","statSize":959}],"parsedSize":0,"gzipSize":0},{"label":"images","path":"./lib/images","statSize":6724,"groups":[{"id":1377,"label":"image-url-transformation-builder.factory.ts","path":"./lib/images/image-url-transformation-builder.factory.ts","statSize":372},{"id":4501,"label":"image-url-transformation-builder.ts","path":"./lib/images/image-url-transformation-builder.ts","statSize":5320},{"id":9697,"label":"image.models.ts","path":"./lib/images/image.models.ts","statSize":77},{"id":372,"label":"index.ts","path":"./lib/images/index.ts","statSize":955}],"parsedSize":0,"gzipSize":0},{"id":4245,"label":"index.ts","path":"./lib/index.ts","statSize":1277,"parsedSize":102031,"gzipSize":25578},{"label":"mappers","path":"./lib/mappers","statSize":29651,"groups":[{"id":4665,"label":"element.mapper.ts","path":"./lib/mappers/element.mapper.ts","statSize":16957},{"id":8737,"label":"generic-element.mapper.ts","path":"./lib/mappers/generic-element.mapper.ts","statSize":610},{"id":2956,"label":"index.ts","path":"./lib/mappers/index.ts","statSize":1122},{"id":7962,"label":"item.mapper.ts","path":"./lib/mappers/item.mapper.ts","statSize":4681},{"id":5321,"label":"language.mapper.ts","path":"./lib/mappers/language.mapper.ts","statSize":648},{"id":6154,"label":"sync.mapper.ts","path":"./lib/mappers/sync.mapper.ts","statSize":1313},{"id":6406,"label":"taxonomy.mapper.ts","path":"./lib/mappers/taxonomy.mapper.ts","statSize":2103},{"id":2915,"label":"type.mapper.ts","path":"./lib/mappers/type.mapper.ts","statSize":2217}],"parsedSize":0,"gzipSize":0},{"label":"models","path":"./lib/models","statSize":18725,"groups":[{"label":"common","path":"./lib/models/common","statSize":17025,"groups":[{"id":2026,"label":"base-responses.ts","path":"./lib/models/common/base-responses.ts","statSize":77},{"id":2058,"label":"common-models.ts","path":"./lib/models/common/common-models.ts","statSize":368},{"id":6435,"label":"filters.ts","path":"./lib/models/common/filters.ts","statSize":8460},{"id":330,"label":"headers.ts","path":"./lib/models/common/headers.ts","statSize":451},{"id":2208,"label":"index.ts","path":"./lib/models/common/index.ts","statSize":1100},{"id":6068,"label":"pagination.class.ts","path":"./lib/models/common/pagination.class.ts","statSize":77},{"id":8146,"label":"parameters.ts","path":"./lib/models/common/parameters.ts","statSize":6415},{"id":9571,"label":"sort-order.ts","path":"./lib/models/common/sort-order.ts","statSize":77}],"parsedSize":0,"gzipSize":0},{"id":8257,"label":"content-type-models.ts","path":"./lib/models/content-type-models.ts","statSize":77},{"id":2935,"label":"element-models.ts","path":"./lib/models/element-models.ts","statSize":77},{"id":1492,"label":"index.ts","path":"./lib/models/index.ts","statSize":1161},{"id":6204,"label":"item-models.ts","path":"./lib/models/item-models.ts","statSize":77},{"id":5447,"label":"language-models.ts","path":"./lib/models/language-models.ts","statSize":77},{"id":1212,"label":"responses.ts","path":"./lib/models/responses.ts","statSize":77},{"id":5820,"label":"sync-models.ts","path":"./lib/models/sync-models.ts","statSize":77},{"id":8864,"label":"taxonomy-models.ts","path":"./lib/models/taxonomy-models.ts","statSize":77}],"parsedSize":0,"gzipSize":0},{"label":"query","path":"./lib/query","statSize":39281,"groups":[{"label":"common","path":"./lib/query/common","statSize":13797,"groups":[{"id":8603,"label":"base-item-listing-query.class.ts","path":"./lib/query/common/base-item-listing-query.class.ts","statSize":5545},{"id":9611,"label":"base-listing-query.class.ts","path":"./lib/query/common/base-listing-query.class.ts","statSize":4732},{"id":3498,"label":"base-query.class.ts","path":"./lib/query/common/base-query.class.ts","statSize":3520}],"parsedSize":0,"gzipSize":0},{"label":"element","path":"./lib/query/element","statSize":1200,"groups":[{"id":1158,"label":"element-query.class.ts","path":"./lib/query/element/element-query.class.ts","statSize":1200}],"parsedSize":0,"gzipSize":0},{"id":4246,"label":"index.ts","path":"./lib/query/index.ts","statSize":1564},{"label":"item","path":"./lib/query/item","statSize":7239,"groups":[{"id":3588,"label":"multiple-items-query.class.ts","path":"./lib/query/item/multiple-items-query.class.ts","statSize":4634},{"id":9247,"label":"single-item-query.class.ts","path":"./lib/query/item/single-item-query.class.ts","statSize":2605}],"parsedSize":0,"gzipSize":0},{"label":"items-feed","path":"./lib/query/items-feed","statSize":4542,"groups":[{"id":6034,"label":"items-feed-query.class.ts","path":"./lib/query/items-feed/items-feed-query.class.ts","statSize":4542}],"parsedSize":0,"gzipSize":0},{"label":"language","path":"./lib/query/language","statSize":1818,"groups":[{"id":4697,"label":"languages-query.class.ts","path":"./lib/query/language/languages-query.class.ts","statSize":1818}],"parsedSize":0,"gzipSize":0},{"label":"sync","path":"./lib/query/sync","statSize":3044,"groups":[{"id":6285,"label":"initialize-sync-query.class.ts","path":"./lib/query/sync/initialize-sync-query.class.ts","statSize":1853},{"id":1662,"label":"sync-changes-query.class.ts","path":"./lib/query/sync/sync-changes-query.class.ts","statSize":1191}],"parsedSize":0,"gzipSize":0},{"label":"taxonomy","path":"./lib/query/taxonomy","statSize":2867,"groups":[{"id":9490,"label":"taxonomies-query.class.ts","path":"./lib/query/taxonomy/taxonomies-query.class.ts","statSize":1675},{"id":8334,"label":"taxonomy-query.class.ts","path":"./lib/query/taxonomy/taxonomy-query.class.ts","statSize":1192}],"parsedSize":0,"gzipSize":0},{"label":"type","path":"./lib/query/type","statSize":3210,"groups":[{"id":1227,"label":"multiple-type-query.class.ts","path":"./lib/query/type/multiple-type-query.class.ts","statSize":2169},{"id":1391,"label":"single-type-query.class.ts","path":"./lib/query/type/single-type-query.class.ts","statSize":1041}],"parsedSize":0,"gzipSize":0}],"parsedSize":0,"gzipSize":0},{"id":3089,"label":"sdk-info.generated.ts","path":"./lib/sdk-info.generated.ts","statSize":211},{"label":"services","path":"./lib/services","statSize":25392,"groups":[{"id":598,"label":"base-delivery-query.service.ts","path":"./lib/services/base-delivery-query.service.ts","statSize":11447},{"id":6836,"label":"delivery-query.service.ts","path":"./lib/services/delivery-query.service.ts","statSize":9057},{"id":9938,"label":"index.ts","path":"./lib/services/index.ts","statSize":870},{"id":1265,"label":"mapping.service.ts","path":"./lib/services/mapping.service.ts","statSize":4018}],"parsedSize":0,"gzipSize":0},{"label":"utilities","path":"./lib/utilities","statSize":2957,"groups":[{"id":3042,"label":"codename.helper.ts","path":"./lib/utilities/codename.helper.ts","statSize":458},{"id":7528,"label":"delivery-url.helper.ts","path":"./lib/utilities/delivery-url.helper.ts","statSize":470},{"id":9355,"label":"enum.helper.ts","path":"./lib/utilities/enum.helper.ts","statSize":1113},{"id":8350,"label":"index.ts","path":"./lib/utilities/index.ts","statSize":916}],"parsedSize":0,"gzipSize":0}],"parsedSize":102031,"gzipSize":25578},{"label":"node_modules/@kontent-ai/core-sdk/dist/es6","path":"./node_modules/@kontent-ai/core-sdk/dist/es6","statSize":127641,"groups":[{"id":9099,"label":"index.js + 61 modules (concatenated)","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)","statSize":127641,"parsedSize":0,"gzipSize":0,"concatenated":true,"groups":[{"label":"node_modules","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules","statSize":127641,"groups":[{"label":"@kontent-ai/core-sdk/dist/es6","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6","statSize":25375,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/index.js","statSize":127,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"helpers","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/helpers","statSize":7062,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/helpers/index.js","statSize":162,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"url.helper.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/helpers/url.helper.js","statSize":617,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"header.helper.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/helpers/header.helper.js","statSize":512,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"retry-helper.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/helpers/retry-helper.js","statSize":5443,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"headers-helper.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/helpers/headers-helper.js","statSize":328,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"models","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/models","statSize":871,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/models/index.js","statSize":122,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"parameters.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/models/parameters.js","statSize":749,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"http","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/http","statSize":17315,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/http/index.js","statSize":233,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"http.service.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/http/http.service.js","statSize":2507,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"http.functions.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/http/http.functions.js","statSize":13124,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"http.debugger.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/http/http.debugger.js","statSize":398,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"test-http.service.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/@kontent-ai/core-sdk/dist/es6/http/test-http.service.js","statSize":1053,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"axios/lib","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib","statSize":102266,"groups":[{"id":null,"label":"axios.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/axios.js","statSize":2549,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"utils.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/utils.js","statSize":18664,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"helpers","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers","statSize":29641,"groups":[{"id":null,"label":"bind.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/bind.js","statSize":134,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"toFormData.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/toFormData.js","statSize":6044,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"formDataToJSON.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/formDataToJSON.js","statSize":2164,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"spread.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/spread.js","statSize":564,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"isAxiosError.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/isAxiosError.js","statSize":373,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"HttpStatusCode.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/HttpStatusCode.js","statSize":1600,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"buildURL.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/buildURL.js","statSize":1659,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"null.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/null.js","statSize":56,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"toURLEncodedForm.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/toURLEncodedForm.js","statSize":548,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"parseHeaders.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/parseHeaders.js","statSize":1382,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"validator.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/validator.js","statSize":2785,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"AxiosURLSearchParams.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/AxiosURLSearchParams.js","statSize":1439,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"parseProtocol.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/parseProtocol.js","statSize":151,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"progressEventReducer.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/progressEventReducer.js","statSize":1235,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"resolveConfig.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/resolveConfig.js","statSize":2096,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"isAbsoluteURL.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/isAbsoluteURL.js","statSize":561,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"combineURLs.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/combineURLs.js","statSize":382,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"composeSignals.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/composeSignals.js","statSize":1364,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"trackStream.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/trackStream.js","statSize":1686,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"speedometer.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/speedometer.js","statSize":1092,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"throttle.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/throttle.js","statSize":861,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"isURLSameOrigin.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/isURLSameOrigin.js","statSize":420,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"cookies.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/helpers/cookies.js","statSize":1045,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"core","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core","statSize":25599,"groups":[{"id":null,"label":"Axios.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core/Axios.js","statSize":6541,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"AxiosError.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core/AxiosError.js","statSize":2546,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"AxiosHeaders.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core/AxiosHeaders.js","statSize":7032,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"mergeConfig.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core/mergeConfig.js","statSize":3415,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"InterceptorManager.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core/InterceptorManager.js","statSize":1569,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"dispatchRequest.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core/dispatchRequest.js","statSize":2187,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"buildFullPath.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core/buildFullPath.js","statSize":695,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"transformData.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core/transformData.js","statSize":778,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"settle.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/core/settle.js","statSize":836,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"defaults","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/defaults","statSize":4597,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/defaults/index.js","statSize":4479,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"transitional.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/defaults/transitional.js","statSize":118,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"cancel","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/cancel","statSize":3585,"groups":[{"id":null,"label":"isCancel.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/cancel/isCancel.js","statSize":99,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"CanceledError.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/cancel/CanceledError.js","statSize":697,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"CancelToken.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/cancel/CancelToken.js","statSize":2789,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"adapters","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/adapters","statSize":15230,"groups":[{"id":null,"label":"adapters.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/adapters/adapters.js","statSize":1970,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"xhr.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/adapters/xhr.js","statSize":6623,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"fetch.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/adapters/fetch.js","statSize":6637,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"env","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/env","statSize":31,"groups":[{"id":null,"label":"data.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/env/data.js","statSize":31,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"platform","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform","statSize":2370,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform/index.js","statSize":130,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"browser","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform/browser","statSize":645,"groups":[{"id":null,"label":"index.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform/browser/index.js","statSize":305,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"classes","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform/browser/classes","statSize":340,"groups":[{"id":null,"label":"URLSearchParams.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js","statSize":188,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"FormData.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform/browser/classes/FormData.js","statSize":81,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"id":null,"label":"Blob.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform/browser/classes/Blob.js","statSize":71,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true},{"label":"common","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform/common","statSize":1595,"groups":[{"id":null,"label":"utils.js","path":"./node_modules/@kontent-ai/core-sdk/dist/es6/index.js + 61 modules (concatenated)/node_modules/axios/lib/platform/common/utils.js","statSize":1595,"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}],"parsedSize":0,"gzipSize":0,"inaccurateSizes":true}]}],"parsedSize":0,"gzipSize":0}],"isInitialByEntrypoint":{"index":true}}]