@aws-amplify/graphql-api-construct 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3423) hide show
  1. package/.jsii +6570 -0
  2. package/API.md +286 -0
  3. package/CHANGELOG.md +152 -0
  4. package/LICENSE +201 -0
  5. package/README.md +2786 -0
  6. package/babel.config.js +13 -0
  7. package/lib/amplify-graphql-api.d.ts +157 -0
  8. package/lib/amplify-graphql-api.js +232 -0
  9. package/lib/amplify-graphql-definition.d.ts +18 -0
  10. package/lib/amplify-graphql-definition.js +38 -0
  11. package/lib/index.d.ts +3 -0
  12. package/lib/index.js +8 -0
  13. package/lib/internal/amplify-metadata.d.ts +6 -0
  14. package/lib/internal/amplify-metadata.js +69 -0
  15. package/lib/internal/asset-manager.d.ts +12 -0
  16. package/lib/internal/asset-manager.js +44 -0
  17. package/lib/internal/authorization-modes.d.ts +28 -0
  18. package/lib/internal/authorization-modes.js +112 -0
  19. package/lib/internal/codegen-assets.d.ts +12 -0
  20. package/lib/internal/codegen-assets.js +35 -0
  21. package/lib/internal/conflict-resolution.d.ts +10 -0
  22. package/lib/internal/conflict-resolution.js +46 -0
  23. package/lib/internal/construct-exports.d.ts +18 -0
  24. package/lib/internal/construct-exports.js +146 -0
  25. package/lib/internal/default-parameters.d.ts +7 -0
  26. package/lib/internal/default-parameters.js +22 -0
  27. package/lib/internal/index.d.ts +7 -0
  28. package/lib/internal/index.js +24 -0
  29. package/lib/internal/user-defined-slots.d.ts +20 -0
  30. package/lib/internal/user-defined-slots.js +125 -0
  31. package/lib/types.d.ts +632 -0
  32. package/lib/types.js +3 -0
  33. package/node_modules/@aws-amplify/backend-output-schemas/lib/auth/index.d.ts +58 -0
  34. package/node_modules/@aws-amplify/backend-output-schemas/lib/auth/index.js +12 -0
  35. package/node_modules/@aws-amplify/backend-output-schemas/lib/auth/v1.d.ts +57 -0
  36. package/node_modules/@aws-amplify/backend-output-schemas/lib/auth/v1.js +21 -0
  37. package/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/index.d.ts +49 -0
  38. package/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/index.js +18 -0
  39. package/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/v1.d.ts +49 -0
  40. package/node_modules/@aws-amplify/backend-output-schemas/lib/graphql/v1.js +21 -0
  41. package/node_modules/@aws-amplify/backend-output-schemas/lib/index.d.ts +243 -0
  42. package/node_modules/@aws-amplify/backend-output-schemas/lib/index.internal.d.ts +3 -0
  43. package/node_modules/@aws-amplify/backend-output-schemas/lib/index.internal.js +27 -0
  44. package/node_modules/@aws-amplify/backend-output-schemas/lib/index.js +101 -0
  45. package/node_modules/@aws-amplify/backend-output-schemas/lib/platform/index.d.ts +2 -0
  46. package/node_modules/@aws-amplify/backend-output-schemas/lib/platform/index.js +16 -0
  47. package/node_modules/@aws-amplify/backend-output-schemas/lib/platform/stack_metadata_schemas.d.ts +42 -0
  48. package/node_modules/@aws-amplify/backend-output-schemas/lib/platform/stack_metadata_schemas.js +26 -0
  49. package/node_modules/@aws-amplify/backend-output-schemas/lib/storage/index.d.ts +28 -0
  50. package/node_modules/@aws-amplify/backend-output-schemas/lib/storage/index.js +12 -0
  51. package/node_modules/@aws-amplify/backend-output-schemas/lib/storage/v1.d.ts +27 -0
  52. package/node_modules/@aws-amplify/backend-output-schemas/lib/storage/v1.js +15 -0
  53. package/node_modules/@aws-amplify/backend-output-schemas/package.json +45 -0
  54. package/node_modules/@aws-amplify/backend-output-storage/lib/index.d.ts +2 -0
  55. package/node_modules/@aws-amplify/backend-output-storage/lib/index.js +16 -0
  56. package/node_modules/@aws-amplify/backend-output-storage/lib/stack_metadata_output_storage_strategy.d.ts +25 -0
  57. package/node_modules/@aws-amplify/backend-output-storage/lib/stack_metadata_output_storage_strategy.js +51 -0
  58. package/node_modules/@aws-amplify/backend-output-storage/package.json +25 -0
  59. package/node_modules/@aws-amplify/graphql-auth-transformer/API.md +329 -0
  60. package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +568 -0
  61. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/acm.d.ts +35 -0
  62. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/acm.d.ts.map +1 -0
  63. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/acm.js +144 -0
  64. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/acm.js.map +1 -0
  65. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/index.d.ts +2 -0
  66. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/index.d.ts.map +1 -0
  67. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/index.js +6 -0
  68. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/accesscontrol/index.js.map +1 -0
  69. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.d.ts +60 -0
  70. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.d.ts.map +1 -0
  71. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js +907 -0
  72. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/graphql-auth-transformer.js.map +1 -0
  73. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/index.d.ts +6 -0
  74. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/index.d.ts.map +1 -0
  75. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/index.js +25 -0
  76. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/index.js.map +1 -0
  77. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/field.d.ts +7 -0
  78. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/field.d.ts.map +1 -0
  79. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/field.js +109 -0
  80. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/field.js.map +1 -0
  81. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/helpers.d.ts +24 -0
  82. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/helpers.d.ts.map +1 -0
  83. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/helpers.js +210 -0
  84. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/helpers.js.map +1 -0
  85. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/index.d.ts +9 -0
  86. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/index.d.ts.map +1 -0
  87. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/index.js +25 -0
  88. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/index.js.map +1 -0
  89. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.create.d.ts +5 -0
  90. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.create.d.ts.map +1 -0
  91. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.create.js +172 -0
  92. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.create.js.map +1 -0
  93. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.delete.d.ts +4 -0
  94. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.delete.d.ts.map +1 -0
  95. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.delete.js +126 -0
  96. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.delete.js.map +1 -0
  97. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.update.d.ts +4 -0
  98. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.update.d.ts.map +1 -0
  99. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.update.js +181 -0
  100. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/mutation.update.js.map +1 -0
  101. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/query.d.ts +6 -0
  102. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/query.d.ts.map +1 -0
  103. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/query.js +302 -0
  104. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/query.js.map +1 -0
  105. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/search.d.ts +4 -0
  106. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/search.d.ts.map +1 -0
  107. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/search.js +184 -0
  108. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/search.js.map +1 -0
  109. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/subscriptions.d.ts +3 -0
  110. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/subscriptions.d.ts.map +1 -0
  111. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/subscriptions.js +83 -0
  112. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/resolvers/subscriptions.js.map +1 -0
  113. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/constants.d.ts +28 -0
  114. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/constants.d.ts.map +1 -0
  115. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/constants.js +41 -0
  116. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/constants.js.map +1 -0
  117. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.d.ts +72 -0
  118. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.d.ts.map +1 -0
  119. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.js +42 -0
  120. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/definitions.js.map +1 -0
  121. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/iam.d.ts +6 -0
  122. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/iam.d.ts.map +1 -0
  123. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/iam.js +76 -0
  124. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/iam.js.map +1 -0
  125. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.d.ts +15 -0
  126. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.d.ts.map +1 -0
  127. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.js +147 -0
  128. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/index.js.map +1 -0
  129. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/schema.d.ts +31 -0
  130. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/schema.d.ts.map +1 -0
  131. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/schema.js +259 -0
  132. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/schema.js.map +1 -0
  133. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.d.ts +8 -0
  134. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.d.ts.map +1 -0
  135. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.js +98 -0
  136. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/validations.js.map +1 -0
  137. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.d.ts +7 -0
  138. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.d.ts.map +1 -0
  139. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.js +61 -0
  140. package/node_modules/@aws-amplify/graphql-auth-transformer/lib/utils/warnings.js.map +1 -0
  141. package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +75 -0
  142. package/node_modules/@aws-amplify/graphql-default-value-transformer/API.md +29 -0
  143. package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +358 -0
  144. package/node_modules/@aws-amplify/graphql-default-value-transformer/README.md +13 -0
  145. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/graphql-default-value-transformer.d.ts +15 -0
  146. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/graphql-default-value-transformer.d.ts.map +1 -0
  147. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/graphql-default-value-transformer.js +115 -0
  148. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/graphql-default-value-transformer.js.map +1 -0
  149. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/index.d.ts +2 -0
  150. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/index.d.ts.map +1 -0
  151. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/index.js +6 -0
  152. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/index.js.map +1 -0
  153. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/types.d.ts +9 -0
  154. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/types.d.ts.map +1 -0
  155. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/types.js +3 -0
  156. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/types.js.map +1 -0
  157. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/validators.d.ts +22 -0
  158. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/validators.d.ts.map +1 -0
  159. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/validators.js +125 -0
  160. package/node_modules/@aws-amplify/graphql-default-value-transformer/lib/validators.js.map +1 -0
  161. package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +66 -0
  162. package/node_modules/@aws-amplify/graphql-function-transformer/API.md +27 -0
  163. package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +414 -0
  164. package/node_modules/@aws-amplify/graphql-function-transformer/README.md +14 -0
  165. package/node_modules/@aws-amplify/graphql-function-transformer/lib/graphql-function-transformer.d.ts +12 -0
  166. package/node_modules/@aws-amplify/graphql-function-transformer/lib/graphql-function-transformer.d.ts.map +1 -0
  167. package/node_modules/@aws-amplify/graphql-function-transformer/lib/graphql-function-transformer.js +138 -0
  168. package/node_modules/@aws-amplify/graphql-function-transformer/lib/graphql-function-transformer.js.map +1 -0
  169. package/node_modules/@aws-amplify/graphql-function-transformer/lib/index.d.ts +2 -0
  170. package/node_modules/@aws-amplify/graphql-function-transformer/lib/index.d.ts.map +1 -0
  171. package/node_modules/@aws-amplify/graphql-function-transformer/lib/index.js +6 -0
  172. package/node_modules/@aws-amplify/graphql-function-transformer/lib/index.js.map +1 -0
  173. package/node_modules/@aws-amplify/graphql-function-transformer/package.json +69 -0
  174. package/node_modules/@aws-amplify/graphql-http-transformer/API.md +26 -0
  175. package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +417 -0
  176. package/node_modules/@aws-amplify/graphql-http-transformer/README.md +25 -0
  177. package/node_modules/@aws-amplify/graphql-http-transformer/lib/graphql-http-transformer.d.ts +10 -0
  178. package/node_modules/@aws-amplify/graphql-http-transformer/lib/graphql-http-transformer.d.ts.map +1 -0
  179. package/node_modules/@aws-amplify/graphql-http-transformer/lib/graphql-http-transformer.js +246 -0
  180. package/node_modules/@aws-amplify/graphql-http-transformer/lib/graphql-http-transformer.js.map +1 -0
  181. package/node_modules/@aws-amplify/graphql-http-transformer/lib/index.d.ts +2 -0
  182. package/node_modules/@aws-amplify/graphql-http-transformer/lib/index.d.ts.map +1 -0
  183. package/node_modules/@aws-amplify/graphql-http-transformer/lib/index.js +6 -0
  184. package/node_modules/@aws-amplify/graphql-http-transformer/lib/index.js.map +1 -0
  185. package/node_modules/@aws-amplify/graphql-http-transformer/package.json +69 -0
  186. package/node_modules/@aws-amplify/graphql-index-transformer/API.md +48 -0
  187. package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +474 -0
  188. package/node_modules/@aws-amplify/graphql-index-transformer/README.md +13 -0
  189. package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-index-transformer.d.ts +13 -0
  190. package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-index-transformer.d.ts.map +1 -0
  191. package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-index-transformer.js +143 -0
  192. package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-index-transformer.js.map +1 -0
  193. package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-primary-key-transformer.d.ts +15 -0
  194. package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-primary-key-transformer.d.ts.map +1 -0
  195. package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-primary-key-transformer.js +144 -0
  196. package/node_modules/@aws-amplify/graphql-index-transformer/lib/graphql-primary-key-transformer.js.map +1 -0
  197. package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.d.ts +4 -0
  198. package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.d.ts.map +1 -0
  199. package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.js +10 -0
  200. package/node_modules/@aws-amplify/graphql-index-transformer/lib/index.js.map +1 -0
  201. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/dynamodb-vtl-generator.d.ts +8 -0
  202. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/dynamodb-vtl-generator.d.ts.map +1 -0
  203. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/dynamodb-vtl-generator.js +51 -0
  204. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/dynamodb-vtl-generator.js.map +1 -0
  205. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/index.d.ts +4 -0
  206. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/index.d.ts.map +1 -0
  207. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/index.js +20 -0
  208. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/index.js.map +1 -0
  209. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/rds-vtl-generator.d.ts +10 -0
  210. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/rds-vtl-generator.d.ts.map +1 -0
  211. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/rds-vtl-generator.js +65 -0
  212. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/rds-vtl-generator.js.map +1 -0
  213. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/vtl-generator.d.ts +7 -0
  214. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/vtl-generator.d.ts.map +1 -0
  215. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/vtl-generator.js +3 -0
  216. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/generators/vtl-generator.js.map +1 -0
  217. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/index.d.ts +3 -0
  218. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/index.d.ts.map +1 -0
  219. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/index.js +19 -0
  220. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/index.js.map +1 -0
  221. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.d.ts +23 -0
  222. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.d.ts.map +1 -0
  223. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.js +569 -0
  224. package/node_modules/@aws-amplify/graphql-index-transformer/lib/resolvers/resolvers.js.map +1 -0
  225. package/node_modules/@aws-amplify/graphql-index-transformer/lib/schema.d.ts +13 -0
  226. package/node_modules/@aws-amplify/graphql-index-transformer/lib/schema.d.ts.map +1 -0
  227. package/node_modules/@aws-amplify/graphql-index-transformer/lib/schema.js +340 -0
  228. package/node_modules/@aws-amplify/graphql-index-transformer/lib/schema.js.map +1 -0
  229. package/node_modules/@aws-amplify/graphql-index-transformer/lib/types.d.ts +15 -0
  230. package/node_modules/@aws-amplify/graphql-index-transformer/lib/types.d.ts.map +1 -0
  231. package/node_modules/@aws-amplify/graphql-index-transformer/lib/types.js +3 -0
  232. package/node_modules/@aws-amplify/graphql-index-transformer/lib/types.js.map +1 -0
  233. package/node_modules/@aws-amplify/graphql-index-transformer/lib/utils.d.ts +7 -0
  234. package/node_modules/@aws-amplify/graphql-index-transformer/lib/utils.d.ts.map +1 -0
  235. package/node_modules/@aws-amplify/graphql-index-transformer/lib/utils.js +84 -0
  236. package/node_modules/@aws-amplify/graphql-index-transformer/lib/utils.js.map +1 -0
  237. package/node_modules/@aws-amplify/graphql-index-transformer/package.json +67 -0
  238. package/node_modules/@aws-amplify/graphql-maps-to-transformer/API.md +27 -0
  239. package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +369 -0
  240. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
  241. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-lambda.d.ts +4 -0
  242. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-lambda.d.ts.map +1 -0
  243. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-lambda.js +64 -0
  244. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-lambda.js.map +1 -0
  245. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-resolvers.d.ts +29 -0
  246. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-resolvers.d.ts.map +1 -0
  247. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-resolvers.js +67 -0
  248. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/field-mapping-resolvers.js.map +1 -0
  249. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/graphql-maps-to-transformer.d.ts +10 -0
  250. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/graphql-maps-to-transformer.d.ts.map +1 -0
  251. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/graphql-maps-to-transformer.js +114 -0
  252. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/graphql-maps-to-transformer.js.map +1 -0
  253. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/index.d.ts +2 -0
  254. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/index.d.ts.map +1 -0
  255. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/index.js +6 -0
  256. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/index.js.map +1 -0
  257. package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +76 -0
  258. package/node_modules/@aws-amplify/graphql-maps-to-transformer/resources/mapping-lambda-function/index.js +89 -0
  259. package/node_modules/@aws-amplify/graphql-model-transformer/API.md +359 -0
  260. package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +584 -0
  261. package/node_modules/@aws-amplify/graphql-model-transformer/Readme.md +442 -0
  262. package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.d.ts +20 -0
  263. package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.d.ts.map +1 -0
  264. package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.js +49 -0
  265. package/node_modules/@aws-amplify/graphql-model-transformer/lib/definitions.js.map +1 -0
  266. package/node_modules/@aws-amplify/graphql-model-transformer/lib/directive.d.ts +28 -0
  267. package/node_modules/@aws-amplify/graphql-model-transformer/lib/directive.d.ts.map +1 -0
  268. package/node_modules/@aws-amplify/graphql-model-transformer/lib/directive.js +10 -0
  269. package/node_modules/@aws-amplify/graphql-model-transformer/lib/directive.js.map +1 -0
  270. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.d.ts +82 -0
  271. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.d.ts.map +1 -0
  272. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js +579 -0
  273. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-model-transformer.js.map +1 -0
  274. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.d.ts +21 -0
  275. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.d.ts.map +1 -0
  276. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.js +317 -0
  277. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/common.js.map +1 -0
  278. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/index.d.ts +4 -0
  279. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/index.d.ts.map +1 -0
  280. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/index.js +20 -0
  281. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/index.js.map +1 -0
  282. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/mutation.d.ts +8 -0
  283. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/mutation.d.ts.map +1 -0
  284. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/mutation.js +112 -0
  285. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/mutation.js.map +1 -0
  286. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/query.d.ts +6 -0
  287. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/query.d.ts.map +1 -0
  288. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/query.js +24 -0
  289. package/node_modules/@aws-amplify/graphql-model-transformer/lib/graphql-types/query.js.map +1 -0
  290. package/node_modules/@aws-amplify/graphql-model-transformer/lib/index.d.ts +6 -0
  291. package/node_modules/@aws-amplify/graphql-model-transformer/lib/index.d.ts.map +1 -0
  292. package/node_modules/@aws-amplify/graphql-model-transformer/lib/index.js +26 -0
  293. package/node_modules/@aws-amplify/graphql-model-transformer/lib/index.js.map +1 -0
  294. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
  295. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
  296. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
  297. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/common.d.ts +3 -0
  298. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/common.d.ts.map +1 -0
  299. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/common.js +19 -0
  300. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/common.js.map +1 -0
  301. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/common.d.ts +4 -0
  302. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/common.d.ts.map +1 -0
  303. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/common.js +38 -0
  304. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/common.js.map +1 -0
  305. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/index.d.ts +5 -0
  306. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/index.d.ts.map +1 -0
  307. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/index.js +21 -0
  308. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/index.js.map +1 -0
  309. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/mutation.d.ts +9 -0
  310. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/mutation.d.ts.map +1 -0
  311. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/mutation.js +218 -0
  312. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/mutation.js.map +1 -0
  313. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/query.d.ts +5 -0
  314. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/query.d.ts.map +1 -0
  315. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/query.js +140 -0
  316. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/query.js.map +1 -0
  317. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/subscriptions.d.ts +3 -0
  318. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/subscriptions.d.ts.map +1 -0
  319. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/subscriptions.js +18 -0
  320. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/dynamodb/subscriptions.js.map +1 -0
  321. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/dynamodb-vtl-generator.d.ts +16 -0
  322. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/dynamodb-vtl-generator.d.ts.map +1 -0
  323. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/dynamodb-vtl-generator.js +44 -0
  324. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/dynamodb-vtl-generator.js.map +1 -0
  325. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/index.d.ts +4 -0
  326. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/index.d.ts.map +1 -0
  327. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/index.js +20 -0
  328. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/index.js.map +1 -0
  329. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/rds-vtl-generator.d.ts +16 -0
  330. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/rds-vtl-generator.d.ts.map +1 -0
  331. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/rds-vtl-generator.js +47 -0
  332. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/rds-vtl-generator.js.map +1 -0
  333. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/vtl-generator.d.ts +38 -0
  334. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/vtl-generator.d.ts.map +1 -0
  335. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/vtl-generator.js +3 -0
  336. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/generators/vtl-generator.js.map +1 -0
  337. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/index.d.ts +4 -0
  338. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/index.d.ts.map +1 -0
  339. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/index.js +22 -0
  340. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/index.js.map +1 -0
  341. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/index.d.ts +4 -0
  342. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/index.d.ts.map +1 -0
  343. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/index.js +20 -0
  344. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/index.js.map +1 -0
  345. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/mutation.d.ts +7 -0
  346. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/mutation.d.ts.map +1 -0
  347. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/mutation.js +103 -0
  348. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/mutation.js.map +1 -0
  349. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/query.d.ts +2 -0
  350. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/query.d.ts.map +1 -0
  351. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/query.js +25 -0
  352. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/query.js.map +1 -0
  353. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.d.ts +21 -0
  354. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.d.ts.map +1 -0
  355. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.js +227 -0
  356. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resolvers/rds/resolver.js.map +1 -0
  357. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.d.ts +15 -0
  358. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.d.ts.map +1 -0
  359. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.js +252 -0
  360. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/dynamo-model-resource-generator.js.map +1 -0
  361. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.d.ts +56 -0
  362. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.d.ts.map +1 -0
  363. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.js +411 -0
  364. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/model-resource-generator.js.map +1 -0
  365. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.d.ts +10 -0
  366. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.d.ts.map +1 -0
  367. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.js +65 -0
  368. package/node_modules/@aws-amplify/graphql-model-transformer/lib/resources/rds-model-resource-generator.js.map +1 -0
  369. package/node_modules/@aws-amplify/graphql-model-transformer/lib/types.d.ts +6 -0
  370. package/node_modules/@aws-amplify/graphql-model-transformer/lib/types.d.ts.map +1 -0
  371. package/node_modules/@aws-amplify/graphql-model-transformer/lib/types.js +3 -0
  372. package/node_modules/@aws-amplify/graphql-model-transformer/lib/types.js.map +1 -0
  373. package/node_modules/@aws-amplify/graphql-model-transformer/package.json +74 -0
  374. package/node_modules/@aws-amplify/graphql-predictions-transformer/API.md +30 -0
  375. package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +392 -0
  376. package/node_modules/@aws-amplify/graphql-predictions-transformer/README.md +19 -0
  377. package/node_modules/@aws-amplify/graphql-predictions-transformer/assets/predictionsLambda.js +35 -0
  378. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.d.ts +15 -0
  379. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.d.ts.map +1 -0
  380. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.js +483 -0
  381. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/graphql-predictions-transformer.js.map +1 -0
  382. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/index.d.ts +2 -0
  383. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/index.d.ts.map +1 -0
  384. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/index.js +6 -0
  385. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/index.js.map +1 -0
  386. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
  387. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/action-maps.d.ts +4 -0
  388. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/action-maps.d.ts.map +1 -0
  389. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/action-maps.js +22 -0
  390. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/action-maps.js.map +1 -0
  391. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/constants.d.ts +12 -0
  392. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/constants.d.ts.map +1 -0
  393. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/constants.js +23 -0
  394. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/utils/constants.js.map +1 -0
  395. package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +70 -0
  396. package/node_modules/@aws-amplify/graphql-relational-transformer/API.md +97 -0
  397. package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +532 -0
  398. package/node_modules/@aws-amplify/graphql-relational-transformer/README.md +43 -0
  399. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.d.ts +13 -0
  400. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.d.ts.map +1 -0
  401. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js +119 -0
  402. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-belongs-to-transformer.js.map +1 -0
  403. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.d.ts +13 -0
  404. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.d.ts.map +1 -0
  405. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js +103 -0
  406. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-many-transformer.js.map +1 -0
  407. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.d.ts +13 -0
  408. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.d.ts.map +1 -0
  409. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js +113 -0
  410. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-has-one-transformer.js.map +1 -0
  411. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.d.ts +22 -0
  412. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.d.ts.map +1 -0
  413. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.js +365 -0
  414. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/graphql-many-to-many-transformer.js.map +1 -0
  415. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/index.d.ts +6 -0
  416. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/index.d.ts.map +1 -0
  417. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/index.js +16 -0
  418. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/index.js.map +1 -0
  419. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.d.ts +6 -0
  420. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.d.ts.map +1 -0
  421. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.js +270 -0
  422. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/resolvers.js.map +1 -0
  423. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/schema.d.ts +15 -0
  424. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/schema.d.ts.map +1 -0
  425. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/schema.js +363 -0
  426. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/schema.js.map +1 -0
  427. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.d.ts +68 -0
  428. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.d.ts.map +1 -0
  429. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.js +3 -0
  430. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/types.js.map +1 -0
  431. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.d.ts +35 -0
  432. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.d.ts.map +1 -0
  433. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js +232 -0
  434. package/node_modules/@aws-amplify/graphql-relational-transformer/lib/utils.js.map +1 -0
  435. package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +69 -0
  436. package/node_modules/@aws-amplify/graphql-searchable-transformer/API.md +37 -0
  437. package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +546 -0
  438. package/node_modules/@aws-amplify/graphql-searchable-transformer/Readme.md +18 -0
  439. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnOutput.d.ts +3 -0
  440. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnOutput.d.ts.map +1 -0
  441. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnOutput.js +20 -0
  442. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnOutput.js.map +1 -0
  443. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnParameters.d.ts +4 -0
  444. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnParameters.d.ts.map +1 -0
  445. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnParameters.js +98 -0
  446. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-cfnParameters.js.map +1 -0
  447. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-layer-cfnMapping.d.ts +4 -0
  448. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-layer-cfnMapping.d.ts.map +1 -0
  449. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-layer-cfnMapping.js +79 -0
  450. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-layer-cfnMapping.js.map +1 -0
  451. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-datasource.d.ts +6 -0
  452. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-datasource.d.ts.map +1 -0
  453. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-datasource.js +14 -0
  454. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-datasource.js.map +1 -0
  455. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-domain.d.ts +8 -0
  456. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-domain.d.ts.map +1 -0
  457. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-domain.js +56 -0
  458. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-searchable-domain.js.map +1 -0
  459. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-streaming-lambda.d.ts +9 -0
  460. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-streaming-lambda.d.ts.map +1 -0
  461. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-streaming-lambda.js +82 -0
  462. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/cdk/create-streaming-lambda.js.map +1 -0
  463. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/constants.d.ts +2 -0
  464. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/constants.d.ts.map +1 -0
  465. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/constants.js +102 -0
  466. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/constants.js.map +1 -0
  467. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/definitions.d.ts +16 -0
  468. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/definitions.d.ts.map +1 -0
  469. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/definitions.js +320 -0
  470. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/definitions.js.map +1 -0
  471. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/generate-resolver-vtl.d.ts +6 -0
  472. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/generate-resolver-vtl.d.ts.map +1 -0
  473. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/generate-resolver-vtl.js +133 -0
  474. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/generate-resolver-vtl.js.map +1 -0
  475. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.d.ts +17 -0
  476. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.d.ts.map +1 -0
  477. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.js +303 -0
  478. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/graphql-searchable-transformer.js.map +1 -0
  479. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/index.d.ts +2 -0
  480. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/index.d.ts.map +1 -0
  481. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/index.js +6 -0
  482. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/index.js.map +1 -0
  483. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
  484. package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +72 -0
  485. package/node_modules/@aws-amplify/graphql-transformer/API.md +73 -0
  486. package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +64 -0
  487. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts +41 -0
  488. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.d.ts.map +1 -0
  489. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js +102 -0
  490. package/node_modules/@aws-amplify/graphql-transformer/lib/graphql-transformer.js.map +1 -0
  491. package/node_modules/@aws-amplify/graphql-transformer/lib/index.d.ts +3 -0
  492. package/node_modules/@aws-amplify/graphql-transformer/lib/index.d.ts.map +1 -0
  493. package/node_modules/@aws-amplify/graphql-transformer/lib/index.js +8 -0
  494. package/node_modules/@aws-amplify/graphql-transformer/lib/index.js.map +1 -0
  495. package/node_modules/@aws-amplify/graphql-transformer/package.json +77 -0
  496. package/node_modules/@aws-amplify/graphql-transformer/src/graphql-transformer.ts +201 -0
  497. package/node_modules/@aws-amplify/graphql-transformer/src/index.ts +2 -0
  498. package/node_modules/@aws-amplify/graphql-transformer-core/API.md +647 -0
  499. package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +1124 -0
  500. package/node_modules/@aws-amplify/graphql-transformer-core/Readme.md +442 -0
  501. package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.d.ts +20 -0
  502. package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.d.ts.map +1 -0
  503. package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.js +37 -0
  504. package/node_modules/@aws-amplify/graphql-transformer-core/lib/appsync-function.js.map +1 -0
  505. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/index.d.ts +2 -0
  506. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/index.d.ts.map +1 -0
  507. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/index.js +8 -0
  508. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/index.js.map +1 -0
  509. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/schema-asset.d.ts +12 -0
  510. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/schema-asset.d.ts.map +1 -0
  511. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/schema-asset.js +46 -0
  512. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/schema-asset.js.map +1 -0
  513. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/searchable-datasource.d.ts +10 -0
  514. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/searchable-datasource.d.ts.map +1 -0
  515. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/searchable-datasource.js +17 -0
  516. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/searchable-datasource.js.map +1 -0
  517. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/template-asset.d.ts +33 -0
  518. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/template-asset.d.ts.map +1 -0
  519. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/template-asset.js +102 -0
  520. package/node_modules/@aws-amplify/graphql-transformer-core/lib/cdk-compat/template-asset.js.map +1 -0
  521. package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/index.d.ts +3 -0
  522. package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/index.d.ts.map +1 -0
  523. package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/index.js +18 -0
  524. package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/index.js.map +1 -0
  525. package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/project-config.d.ts +6 -0
  526. package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/project-config.d.ts.map +1 -0
  527. package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/project-config.js +3 -0
  528. package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/project-config.js.map +1 -0
  529. package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/transformer-config.d.ts +48 -0
  530. package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/transformer-config.d.ts.map +1 -0
  531. package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/transformer-config.js +10 -0
  532. package/node_modules/@aws-amplify/graphql-transformer-core/lib/config/transformer-config.js.map +1 -0
  533. package/node_modules/@aws-amplify/graphql-transformer-core/lib/errors/index.d.ts +22 -0
  534. package/node_modules/@aws-amplify/graphql-transformer-core/lib/errors/index.d.ts.map +1 -0
  535. package/node_modules/@aws-amplify/graphql-transformer-core/lib/errors/index.js +100 -0
  536. package/node_modules/@aws-amplify/graphql-transformer-core/lib/errors/index.js.map +1 -0
  537. package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.d.ts +62 -0
  538. package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.d.ts.map +1 -0
  539. package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.js +234 -0
  540. package/node_modules/@aws-amplify/graphql-transformer-core/lib/graphql-api.js.map +1 -0
  541. package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts +15 -0
  542. package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.d.ts.map +1 -0
  543. package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js +66 -0
  544. package/node_modules/@aws-amplify/graphql-transformer-core/lib/index.js.map +1 -0
  545. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.d.ts +41 -0
  546. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.d.ts.map +1 -0
  547. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.js +247 -0
  548. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transform-host.js.map +1 -0
  549. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/index.d.ts +4 -0
  550. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/index.d.ts.map +1 -0
  551. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/index.js +31 -0
  552. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/index.js.map +1 -0
  553. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/sync-utils.d.ts +18 -0
  554. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/sync-utils.d.ts.map +1 -0
  555. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/sync-utils.js +167 -0
  556. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/sync-utils.js.map +1 -0
  557. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.d.ts +61 -0
  558. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.d.ts.map +1 -0
  559. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.js +497 -0
  560. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transform.js.map +1 -0
  561. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transformer-plugin-base.d.ts +62 -0
  562. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transformer-plugin-base.d.ts.map +1 -0
  563. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transformer-plugin-base.js +59 -0
  564. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/transformer-plugin-base.js.map +1 -0
  565. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/types.d.ts +20 -0
  566. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/types.d.ts.map +1 -0
  567. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/types.js +3 -0
  568. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/types.js.map +1 -0
  569. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/utils.d.ts +11 -0
  570. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/utils.d.ts.map +1 -0
  571. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/utils.js +171 -0
  572. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/utils.js.map +1 -0
  573. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/validation.d.ts +8 -0
  574. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/validation.d.ts.map +1 -0
  575. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/validation.js +129 -0
  576. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformation/validation.js.map +1 -0
  577. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/asset-manager.d.ts +10 -0
  578. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/asset-manager.d.ts.map +1 -0
  579. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/asset-manager.js +20 -0
  580. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/asset-manager.js.map +1 -0
  581. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/datasource.d.ts +11 -0
  582. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/datasource.d.ts.map +1 -0
  583. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/datasource.js +30 -0
  584. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/datasource.js.map +1 -0
  585. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.d.ts +43 -0
  586. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.d.ts.map +1 -0
  587. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.js +67 -0
  588. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/index.js.map +1 -0
  589. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/model-field-map.d.ts +9 -0
  590. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/model-field-map.d.ts.map +1 -0
  591. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/model-field-map.js +44 -0
  592. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/model-field-map.js.map +1 -0
  593. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/output.d.ts +42 -0
  594. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/output.d.ts.map +1 -0
  595. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/output.js +456 -0
  596. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/output.js.map +1 -0
  597. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/pre-process-context.d.ts +10 -0
  598. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/pre-process-context.d.ts.map +1 -0
  599. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/pre-process-context.js +13 -0
  600. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/pre-process-context.js.map +1 -0
  601. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/provider-registry.d.ts +12 -0
  602. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/provider-registry.d.ts.map +1 -0
  603. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/provider-registry.js +46 -0
  604. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/provider-registry.js.map +1 -0
  605. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.d.ts +45 -0
  606. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.d.ts.map +1 -0
  607. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.js +306 -0
  608. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resolver.js.map +1 -0
  609. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resource-helper.d.ts +22 -0
  610. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resource-helper.d.ts.map +1 -0
  611. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resource-helper.js +86 -0
  612. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/resource-helper.js.map +1 -0
  613. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/schema-helper.d.ts +7 -0
  614. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/schema-helper.d.ts.map +1 -0
  615. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/schema-helper.js +20 -0
  616. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/schema-helper.js.map +1 -0
  617. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/stack-manager.d.ts +19 -0
  618. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/stack-manager.d.ts.map +1 -0
  619. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/stack-manager.js +38 -0
  620. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/stack-manager.js.map +1 -0
  621. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.d.ts +3 -0
  622. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.d.ts.map +1 -0
  623. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.js +17 -0
  624. package/node_modules/@aws-amplify/graphql-transformer-core/lib/transformer-context/transform-parameters.js.map +1 -0
  625. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/import-appsync-api-types.d.ts +25 -0
  626. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/import-appsync-api-types.d.ts.map +1 -0
  627. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/import-appsync-api-types.js +12 -0
  628. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/import-appsync-api-types.js.map +1 -0
  629. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/index.d.ts +2 -0
  630. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/index.d.ts.map +1 -0
  631. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/index.js +9 -0
  632. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/index.js.map +1 -0
  633. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/types.d.ts +2 -0
  634. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/types.d.ts.map +1 -0
  635. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/types.js +3 -0
  636. package/node_modules/@aws-amplify/graphql-transformer-core/lib/types/types.js.map +1 -0
  637. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/authType.d.ts +5 -0
  638. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/authType.d.ts.map +1 -0
  639. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/authType.js +80 -0
  640. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/authType.js.map +1 -0
  641. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/defaultSchema.d.ts +3 -0
  642. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/defaultSchema.d.ts.map +1 -0
  643. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/defaultSchema.js +44 -0
  644. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/defaultSchema.js.map +1 -0
  645. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/directive-wrapper.d.ts +21 -0
  646. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/directive-wrapper.d.ts.map +1 -0
  647. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/directive-wrapper.js +54 -0
  648. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/directive-wrapper.js.map +1 -0
  649. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.d.ts +10 -0
  650. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.d.ts.map +1 -0
  651. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.js +24 -0
  652. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/index.js.map +1 -0
  653. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/operation-names.d.ts +4 -0
  654. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/operation-names.d.ts.map +1 -0
  655. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/operation-names.js +28 -0
  656. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/operation-names.js.map +1 -0
  657. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/rds-secret-utils.d.ts +2 -0
  658. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/rds-secret-utils.d.ts.map +1 -0
  659. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/rds-secret-utils.js +25 -0
  660. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/rds-secret-utils.js.map +1 -0
  661. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/resource-name.d.ts +8 -0
  662. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/resource-name.d.ts.map +1 -0
  663. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/resource-name.js +21 -0
  664. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/resource-name.js.map +1 -0
  665. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/schema-utils.d.ts +6 -0
  666. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/schema-utils.d.ts.map +1 -0
  667. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/schema-utils.js +36 -0
  668. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/schema-utils.js.map +1 -0
  669. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/strip-directives.d.ts +3 -0
  670. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/strip-directives.d.ts.map +1 -0
  671. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/strip-directives.js +112 -0
  672. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/strip-directives.js.map +1 -0
  673. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/type-map-utils.d.ts +17 -0
  674. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/type-map-utils.d.ts.map +1 -0
  675. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/type-map-utils.js +159 -0
  676. package/node_modules/@aws-amplify/graphql-transformer-core/lib/utils/type-map-utils.js.map +1 -0
  677. package/node_modules/@aws-amplify/graphql-transformer-core/lib/wrappers/object-definition-wrapper.d.ts +77 -0
  678. package/node_modules/@aws-amplify/graphql-transformer-core/lib/wrappers/object-definition-wrapper.d.ts.map +1 -0
  679. package/node_modules/@aws-amplify/graphql-transformer-core/lib/wrappers/object-definition-wrapper.js +356 -0
  680. package/node_modules/@aws-amplify/graphql-transformer-core/lib/wrappers/object-definition-wrapper.js.map +1 -0
  681. package/node_modules/@aws-amplify/graphql-transformer-core/package.json +76 -0
  682. package/node_modules/@aws-amplify/graphql-transformer-interfaces/API.md +767 -0
  683. package/node_modules/@aws-amplify/graphql-transformer-interfaces/CHANGELOG.md +320 -0
  684. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/asset-provider.d.ts +16 -0
  685. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/asset-provider.d.ts.map +1 -0
  686. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/asset-provider.js +3 -0
  687. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/asset-provider.js.map +1 -0
  688. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.d.ts +103 -0
  689. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.d.ts.map +1 -0
  690. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.js +9 -0
  691. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/graphql-api-provider.js.map +1 -0
  692. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.d.ts +10 -0
  693. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.d.ts.map +1 -0
  694. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.js +29 -0
  695. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/index.js.map +1 -0
  696. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/nested-stack-provider.d.ts +6 -0
  697. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/nested-stack-provider.d.ts.map +1 -0
  698. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/nested-stack-provider.js +3 -0
  699. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/nested-stack-provider.js.map +1 -0
  700. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.d.ts +28 -0
  701. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.d.ts.map +1 -0
  702. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.js +3 -0
  703. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transform-host-provider.js.map +1 -0
  704. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.d.ts +12 -0
  705. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.d.ts.map +1 -0
  706. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.js +21 -0
  707. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/index.js.map +1 -0
  708. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/resource-resource-provider.d.ts +30 -0
  709. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/resource-resource-provider.d.ts.map +1 -0
  710. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/resource-resource-provider.js +3 -0
  711. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/resource-resource-provider.js.map +1 -0
  712. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/schema-helper-provider.d.ts +5 -0
  713. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/schema-helper-provider.d.ts.map +1 -0
  714. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/schema-helper-provider.js +3 -0
  715. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/schema-helper-provider.js.map +1 -0
  716. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/stack-manager-provider.d.ts +12 -0
  717. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/stack-manager-provider.d.ts.map +1 -0
  718. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/stack-manager-provider.js +3 -0
  719. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/stack-manager-provider.js.map +1 -0
  720. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.d.ts +8 -0
  721. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.d.ts.map +1 -0
  722. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.js +3 -0
  723. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/synth-parameters.js.map +1 -0
  724. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameter-provider.d.ts +5 -0
  725. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameter-provider.d.ts.map +1 -0
  726. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameter-provider.js +3 -0
  727. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameter-provider.js.map +1 -0
  728. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.d.ts +14 -0
  729. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.d.ts.map +1 -0
  730. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.js +3 -0
  731. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transform-parameters.js.map +1 -0
  732. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-output-provider.d.ts +31 -0
  733. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-output-provider.d.ts.map +1 -0
  734. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-output-provider.js +3 -0
  735. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-output-provider.js.map +1 -0
  736. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-provider.d.ts +44 -0
  737. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-provider.d.ts.map +1 -0
  738. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-provider.js +3 -0
  739. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-context-provider.js.map +1 -0
  740. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-datasource-provider.d.ts +30 -0
  741. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-datasource-provider.d.ts.map +1 -0
  742. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-datasource-provider.js +13 -0
  743. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-datasource-provider.js.map +1 -0
  744. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-preprocess-context-provider.d.ts +9 -0
  745. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-preprocess-context-provider.d.ts.map +1 -0
  746. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-preprocess-context-provider.js +3 -0
  747. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-preprocess-context-provider.js.map +1 -0
  748. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-provider-registry.d.ts +10 -0
  749. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-provider-registry.d.ts.map +1 -0
  750. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-provider-registry.js +3 -0
  751. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-provider-registry.js.map +1 -0
  752. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-resolver-provider.d.ts +22 -0
  753. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-resolver-provider.d.ts.map +1 -0
  754. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-resolver-provider.js +3 -0
  755. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-context/transformer-resolver-provider.js.map +1 -0
  756. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-log.d.ts +11 -0
  757. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-log.d.ts.map +1 -0
  758. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-log.js +11 -0
  759. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-log.js.map +1 -0
  760. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-model-provider.d.ts +59 -0
  761. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-model-provider.d.ts.map +1 -0
  762. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-model-provider.js +22 -0
  763. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-model-provider.js.map +1 -0
  764. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-plugin-provider.d.ts +36 -0
  765. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-plugin-provider.d.ts.map +1 -0
  766. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-plugin-provider.js +11 -0
  767. package/node_modules/@aws-amplify/graphql-transformer-interfaces/lib/transformer-plugin-provider.js.map +1 -0
  768. package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +52 -0
  769. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/asset-provider.ts +18 -0
  770. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/graphql-api-provider.ts +168 -0
  771. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/index.ts +38 -0
  772. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/nested-stack-provider.ts +6 -0
  773. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transform-host-provider.ts +83 -0
  774. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/index.ts +24 -0
  775. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/resource-resource-provider.ts +34 -0
  776. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/schema-helper-provider.ts +15 -0
  777. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/stack-manager-provider.ts +22 -0
  778. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/synth-parameters.ts +7 -0
  779. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transform-parameter-provider.ts +8 -0
  780. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transform-parameters.ts +30 -0
  781. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-context-output-provider.ts +152 -0
  782. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-context-provider.ts +89 -0
  783. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-datasource-provider.ts +35 -0
  784. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-preprocess-context-provider.ts +9 -0
  785. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-provider-registry.ts +14 -0
  786. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-context/transformer-resolver-provider.ts +56 -0
  787. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-log.ts +10 -0
  788. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-model-provider.ts +155 -0
  789. package/node_modules/@aws-amplify/graphql-transformer-interfaces/src/transformer-plugin-provider.ts +164 -0
  790. package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.json +8 -0
  791. package/node_modules/@aws-amplify/graphql-transformer-interfaces/tsconfig.tsbuildinfo +1 -0
  792. package/node_modules/charenc/LICENSE.mkd +27 -0
  793. package/node_modules/charenc/README.js +1 -0
  794. package/node_modules/charenc/charenc.js +33 -0
  795. package/node_modules/charenc/package.json +24 -0
  796. package/node_modules/crypt/LICENSE.mkd +27 -0
  797. package/node_modules/crypt/README.mkd +1 -0
  798. package/node_modules/crypt/crypt.js +96 -0
  799. package/node_modules/crypt/package.json +22 -0
  800. package/node_modules/fs-extra/CHANGELOG.md +864 -0
  801. package/node_modules/fs-extra/LICENSE +15 -0
  802. package/node_modules/fs-extra/README.md +261 -0
  803. package/node_modules/fs-extra/lib/copy/copy.js +212 -0
  804. package/node_modules/fs-extra/lib/copy/index.js +6 -0
  805. package/node_modules/fs-extra/lib/copy-sync/copy-sync.js +164 -0
  806. package/node_modules/fs-extra/lib/copy-sync/index.js +5 -0
  807. package/node_modules/fs-extra/lib/empty/index.js +48 -0
  808. package/node_modules/fs-extra/lib/ensure/file.js +49 -0
  809. package/node_modules/fs-extra/lib/ensure/index.js +23 -0
  810. package/node_modules/fs-extra/lib/ensure/link.js +61 -0
  811. package/node_modules/fs-extra/lib/ensure/symlink-paths.js +99 -0
  812. package/node_modules/fs-extra/lib/ensure/symlink-type.js +31 -0
  813. package/node_modules/fs-extra/lib/ensure/symlink.js +63 -0
  814. package/node_modules/fs-extra/lib/fs/index.js +109 -0
  815. package/node_modules/fs-extra/lib/index.js +28 -0
  816. package/node_modules/fs-extra/lib/json/index.js +16 -0
  817. package/node_modules/fs-extra/lib/json/jsonfile.js +12 -0
  818. package/node_modules/fs-extra/lib/json/output-json-sync.js +18 -0
  819. package/node_modules/fs-extra/lib/json/output-json.js +27 -0
  820. package/node_modules/fs-extra/lib/mkdirs/index.js +14 -0
  821. package/node_modules/fs-extra/lib/mkdirs/mkdirs-sync.js +54 -0
  822. package/node_modules/fs-extra/lib/mkdirs/mkdirs.js +63 -0
  823. package/node_modules/fs-extra/lib/mkdirs/win32.js +25 -0
  824. package/node_modules/fs-extra/lib/move/index.js +6 -0
  825. package/node_modules/fs-extra/lib/move/move.js +65 -0
  826. package/node_modules/fs-extra/lib/move-sync/index.js +5 -0
  827. package/node_modules/fs-extra/lib/move-sync/move-sync.js +47 -0
  828. package/node_modules/fs-extra/lib/output/index.js +40 -0
  829. package/node_modules/fs-extra/lib/path-exists/index.js +12 -0
  830. package/node_modules/fs-extra/lib/remove/index.js +9 -0
  831. package/node_modules/fs-extra/lib/remove/rimraf.js +314 -0
  832. package/node_modules/fs-extra/lib/util/buffer.js +12 -0
  833. package/node_modules/fs-extra/lib/util/stat.js +172 -0
  834. package/node_modules/fs-extra/lib/util/utimes.js +79 -0
  835. package/node_modules/fs-extra/node_modules/jsonfile/CHANGELOG.md +145 -0
  836. package/node_modules/fs-extra/node_modules/jsonfile/LICENSE +15 -0
  837. package/node_modules/fs-extra/node_modules/jsonfile/README.md +168 -0
  838. package/node_modules/fs-extra/node_modules/jsonfile/index.js +134 -0
  839. package/node_modules/fs-extra/node_modules/jsonfile/package.json +37 -0
  840. package/node_modules/fs-extra/node_modules/universalify/LICENSE +20 -0
  841. package/node_modules/fs-extra/node_modules/universalify/README.md +76 -0
  842. package/node_modules/fs-extra/node_modules/universalify/index.js +25 -0
  843. package/node_modules/fs-extra/node_modules/universalify/package.json +34 -0
  844. package/node_modules/fs-extra/package.json +69 -0
  845. package/node_modules/graceful-fs/LICENSE +15 -0
  846. package/node_modules/graceful-fs/README.md +143 -0
  847. package/node_modules/graceful-fs/clone.js +23 -0
  848. package/node_modules/graceful-fs/graceful-fs.js +448 -0
  849. package/node_modules/graceful-fs/legacy-streams.js +118 -0
  850. package/node_modules/graceful-fs/package.json +53 -0
  851. package/node_modules/graceful-fs/polyfills.js +355 -0
  852. package/node_modules/graphql/LICENSE +21 -0
  853. package/node_modules/graphql/README.md +177 -0
  854. package/node_modules/graphql/error/GraphQLError.d.ts +91 -0
  855. package/node_modules/graphql/error/GraphQLError.js +252 -0
  856. package/node_modules/graphql/error/GraphQLError.js.flow +194 -0
  857. package/node_modules/graphql/error/GraphQLError.mjs +237 -0
  858. package/node_modules/graphql/error/formatError.d.ts +40 -0
  859. package/node_modules/graphql/error/formatError.js +37 -0
  860. package/node_modules/graphql/error/formatError.js.flow +51 -0
  861. package/node_modules/graphql/error/formatError.mjs +28 -0
  862. package/node_modules/graphql/error/index.d.ts +8 -0
  863. package/node_modules/graphql/error/index.js +43 -0
  864. package/node_modules/graphql/error/index.js.flow +9 -0
  865. package/node_modules/graphql/error/index.mjs +4 -0
  866. package/node_modules/graphql/error/locatedError.d.ts +16 -0
  867. package/node_modules/graphql/error/locatedError.js +30 -0
  868. package/node_modules/graphql/error/locatedError.js.flow +37 -0
  869. package/node_modules/graphql/error/locatedError.mjs +20 -0
  870. package/node_modules/graphql/error/syntaxError.d.ts +13 -0
  871. package/node_modules/graphql/error/syntaxError.js +16 -0
  872. package/node_modules/graphql/error/syntaxError.js.flow +18 -0
  873. package/node_modules/graphql/error/syntaxError.mjs +9 -0
  874. package/node_modules/graphql/execution/execute.d.ts +195 -0
  875. package/node_modules/graphql/execution/execute.js +866 -0
  876. package/node_modules/graphql/execution/execute.js.flow +1246 -0
  877. package/node_modules/graphql/execution/execute.mjs +847 -0
  878. package/node_modules/graphql/execution/index.d.ts +13 -0
  879. package/node_modules/graphql/execution/index.js +47 -0
  880. package/node_modules/graphql/execution/index.js.flow +17 -0
  881. package/node_modules/graphql/execution/index.mjs +3 -0
  882. package/node_modules/graphql/execution/values.d.ts +65 -0
  883. package/node_modules/graphql/execution/values.js +228 -0
  884. package/node_modules/graphql/execution/values.js.flow +267 -0
  885. package/node_modules/graphql/execution/values.mjs +206 -0
  886. package/node_modules/graphql/graphql.d.ts +82 -0
  887. package/node_modules/graphql/graphql.js +118 -0
  888. package/node_modules/graphql/graphql.js.flow +207 -0
  889. package/node_modules/graphql/graphql.mjs +142 -0
  890. package/node_modules/graphql/index.d.ts +469 -0
  891. package/node_modules/graphql/index.js +1205 -0
  892. package/node_modules/graphql/index.js.flow +456 -0
  893. package/node_modules/graphql/index.mjs +94 -0
  894. package/node_modules/graphql/jsutils/Maybe.d.ts +2 -0
  895. package/node_modules/graphql/jsutils/ObjMap.js +1 -0
  896. package/node_modules/graphql/jsutils/ObjMap.js.flow +8 -0
  897. package/node_modules/graphql/jsutils/ObjMap.mjs +1 -0
  898. package/node_modules/graphql/jsutils/Path.d.ts +19 -0
  899. package/node_modules/graphql/jsutils/Path.js +34 -0
  900. package/node_modules/graphql/jsutils/Path.js.flow +30 -0
  901. package/node_modules/graphql/jsutils/Path.mjs +25 -0
  902. package/node_modules/graphql/jsutils/PromiseOrValue.d.ts +1 -0
  903. package/node_modules/graphql/jsutils/PromiseOrValue.js +1 -0
  904. package/node_modules/graphql/jsutils/PromiseOrValue.js.flow +2 -0
  905. package/node_modules/graphql/jsutils/PromiseOrValue.mjs +1 -0
  906. package/node_modules/graphql/jsutils/defineInspect.js +25 -0
  907. package/node_modules/graphql/jsutils/defineInspect.js.flow +20 -0
  908. package/node_modules/graphql/jsutils/defineInspect.mjs +15 -0
  909. package/node_modules/graphql/jsutils/devAssert.js +14 -0
  910. package/node_modules/graphql/jsutils/devAssert.js.flow +8 -0
  911. package/node_modules/graphql/jsutils/devAssert.mjs +7 -0
  912. package/node_modules/graphql/jsutils/didYouMean.js +42 -0
  913. package/node_modules/graphql/jsutils/didYouMean.js.flow +39 -0
  914. package/node_modules/graphql/jsutils/didYouMean.mjs +36 -0
  915. package/node_modules/graphql/jsutils/identityFunc.js +13 -0
  916. package/node_modules/graphql/jsutils/identityFunc.js.flow +7 -0
  917. package/node_modules/graphql/jsutils/identityFunc.mjs +6 -0
  918. package/node_modules/graphql/jsutils/inspect.js +133 -0
  919. package/node_modules/graphql/jsutils/inspect.js.flow +128 -0
  920. package/node_modules/graphql/jsutils/inspect.mjs +124 -0
  921. package/node_modules/graphql/jsutils/instanceOf.js +42 -0
  922. package/node_modules/graphql/jsutils/instanceOf.js.flow +52 -0
  923. package/node_modules/graphql/jsutils/instanceOf.mjs +35 -0
  924. package/node_modules/graphql/jsutils/invariant.js +14 -0
  925. package/node_modules/graphql/jsutils/invariant.js.flow +10 -0
  926. package/node_modules/graphql/jsutils/invariant.mjs +7 -0
  927. package/node_modules/graphql/jsutils/isAsyncIterable.js +13 -0
  928. package/node_modules/graphql/jsutils/isAsyncIterable.js.flow +14 -0
  929. package/node_modules/graphql/jsutils/isAsyncIterable.mjs +10 -0
  930. package/node_modules/graphql/jsutils/isObjectLike.js +16 -0
  931. package/node_modules/graphql/jsutils/isObjectLike.js.flow +8 -0
  932. package/node_modules/graphql/jsutils/isObjectLike.mjs +9 -0
  933. package/node_modules/graphql/jsutils/isPromise.js +15 -0
  934. package/node_modules/graphql/jsutils/isPromise.js.flow +12 -0
  935. package/node_modules/graphql/jsutils/isPromise.mjs +8 -0
  936. package/node_modules/graphql/jsutils/keyMap.js +36 -0
  937. package/node_modules/graphql/jsutils/keyMap.js.flow +35 -0
  938. package/node_modules/graphql/jsutils/keyMap.mjs +29 -0
  939. package/node_modules/graphql/jsutils/keyValMap.js +30 -0
  940. package/node_modules/graphql/jsutils/keyValMap.js.flow +30 -0
  941. package/node_modules/graphql/jsutils/keyValMap.mjs +23 -0
  942. package/node_modules/graphql/jsutils/mapValue.js +27 -0
  943. package/node_modules/graphql/jsutils/mapValue.js.flow +20 -0
  944. package/node_modules/graphql/jsutils/mapValue.mjs +18 -0
  945. package/node_modules/graphql/jsutils/memoize3.js +45 -0
  946. package/node_modules/graphql/jsutils/memoize3.js.flow +39 -0
  947. package/node_modules/graphql/jsutils/memoize3.mjs +38 -0
  948. package/node_modules/graphql/jsutils/naturalCompare.js +69 -0
  949. package/node_modules/graphql/jsutils/naturalCompare.js.flow +59 -0
  950. package/node_modules/graphql/jsutils/naturalCompare.mjs +61 -0
  951. package/node_modules/graphql/jsutils/nodejsCustomInspectSymbol.js +10 -0
  952. package/node_modules/graphql/jsutils/nodejsCustomInspectSymbol.js.flow +8 -0
  953. package/node_modules/graphql/jsutils/nodejsCustomInspectSymbol.mjs +3 -0
  954. package/node_modules/graphql/jsutils/printPathArray.js +15 -0
  955. package/node_modules/graphql/jsutils/printPathArray.js.flow +13 -0
  956. package/node_modules/graphql/jsutils/printPathArray.mjs +8 -0
  957. package/node_modules/graphql/jsutils/promiseForObject.js +26 -0
  958. package/node_modules/graphql/jsutils/promiseForObject.js.flow +22 -0
  959. package/node_modules/graphql/jsutils/promiseForObject.mjs +19 -0
  960. package/node_modules/graphql/jsutils/promiseReduce.js +25 -0
  961. package/node_modules/graphql/jsutils/promiseReduce.js.flow +25 -0
  962. package/node_modules/graphql/jsutils/promiseReduce.mjs +16 -0
  963. package/node_modules/graphql/jsutils/safeArrayFrom.js +73 -0
  964. package/node_modules/graphql/jsutils/safeArrayFrom.js.flow +59 -0
  965. package/node_modules/graphql/jsutils/safeArrayFrom.mjs +66 -0
  966. package/node_modules/graphql/jsutils/suggestionList.js +141 -0
  967. package/node_modules/graphql/jsutils/suggestionList.js.flow +138 -0
  968. package/node_modules/graphql/jsutils/suggestionList.mjs +131 -0
  969. package/node_modules/graphql/jsutils/toObjMap.js +28 -0
  970. package/node_modules/graphql/jsutils/toObjMap.js.flow +26 -0
  971. package/node_modules/graphql/jsutils/toObjMap.mjs +18 -0
  972. package/node_modules/graphql/language/ast.d.ts +602 -0
  973. package/node_modules/graphql/language/ast.js +132 -0
  974. package/node_modules/graphql/language/ast.js.flow +637 -0
  975. package/node_modules/graphql/language/ast.mjs +118 -0
  976. package/node_modules/graphql/language/blockString.d.ts +23 -0
  977. package/node_modules/graphql/language/blockString.js +134 -0
  978. package/node_modules/graphql/language/blockString.js.flow +121 -0
  979. package/node_modules/graphql/language/blockString.mjs +124 -0
  980. package/node_modules/graphql/language/directiveLocation.d.ts +32 -0
  981. package/node_modules/graphql/language/directiveLocation.js +38 -0
  982. package/node_modules/graphql/language/directiveLocation.js.flow +32 -0
  983. package/node_modules/graphql/language/directiveLocation.mjs +29 -0
  984. package/node_modules/graphql/language/experimentalOnlineParser/grammar.d.ts +1006 -0
  985. package/node_modules/graphql/language/experimentalOnlineParser/grammar.js +987 -0
  986. package/node_modules/graphql/language/experimentalOnlineParser/grammar.js.flow +1000 -0
  987. package/node_modules/graphql/language/experimentalOnlineParser/grammar.mjs +980 -0
  988. package/node_modules/graphql/language/experimentalOnlineParser/index.d.ts +6 -0
  989. package/node_modules/graphql/language/experimentalOnlineParser/index.js +31 -0
  990. package/node_modules/graphql/language/experimentalOnlineParser/index.js.flow +7 -0
  991. package/node_modules/graphql/language/experimentalOnlineParser/index.mjs +1 -0
  992. package/node_modules/graphql/language/experimentalOnlineParser/onlineParser.d.ts +125 -0
  993. package/node_modules/graphql/language/experimentalOnlineParser/onlineParser.js +604 -0
  994. package/node_modules/graphql/language/experimentalOnlineParser/onlineParser.js.flow +723 -0
  995. package/node_modules/graphql/language/experimentalOnlineParser/onlineParser.mjs +587 -0
  996. package/node_modules/graphql/language/index.d.ts +96 -0
  997. package/node_modules/graphql/language/index.js +191 -0
  998. package/node_modules/graphql/language/index.js.flow +98 -0
  999. package/node_modules/graphql/language/index.mjs +12 -0
  1000. package/node_modules/graphql/language/kinds.d.ts +74 -0
  1001. package/node_modules/graphql/language/kinds.js +71 -0
  1002. package/node_modules/graphql/language/kinds.js.flow +75 -0
  1003. package/node_modules/graphql/language/kinds.mjs +62 -0
  1004. package/node_modules/graphql/language/lexer.d.ts +58 -0
  1005. package/node_modules/graphql/language/lexer.js +690 -0
  1006. package/node_modules/graphql/language/lexer.js.flow +701 -0
  1007. package/node_modules/graphql/language/lexer.mjs +676 -0
  1008. package/node_modules/graphql/language/location.d.ts +15 -0
  1009. package/node_modules/graphql/language/location.js +31 -0
  1010. package/node_modules/graphql/language/location.js.flow +26 -0
  1011. package/node_modules/graphql/language/location.mjs +24 -0
  1012. package/node_modules/graphql/language/parser.d.ts +543 -0
  1013. package/node_modules/graphql/language/parser.js +1566 -0
  1014. package/node_modules/graphql/language/parser.js.flow +1568 -0
  1015. package/node_modules/graphql/language/parser.mjs +1547 -0
  1016. package/node_modules/graphql/language/predicates.d.ts +36 -0
  1017. package/node_modules/graphql/language/predicates.js +52 -0
  1018. package/node_modules/graphql/language/predicates.js.flow +82 -0
  1019. package/node_modules/graphql/language/predicates.mjs +28 -0
  1020. package/node_modules/graphql/language/printLocation.d.ts +16 -0
  1021. package/node_modules/graphql/language/printLocation.js +75 -0
  1022. package/node_modules/graphql/language/printLocation.js.flow +88 -0
  1023. package/node_modules/graphql/language/printLocation.mjs +66 -0
  1024. package/node_modules/graphql/language/printer.d.ts +7 -0
  1025. package/node_modules/graphql/language/printer.js +322 -0
  1026. package/node_modules/graphql/language/printer.js.flow +292 -0
  1027. package/node_modules/graphql/language/printer.mjs +313 -0
  1028. package/node_modules/graphql/language/source.d.ts +25 -0
  1029. package/node_modules/graphql/language/source.js +67 -0
  1030. package/node_modules/graphql/language/source.js.flow +64 -0
  1031. package/node_modules/graphql/language/source.mjs +51 -0
  1032. package/node_modules/graphql/language/tokenKind.d.ts +33 -0
  1033. package/node_modules/graphql/language/tokenKind.js +40 -0
  1034. package/node_modules/graphql/language/tokenKind.js.flow +34 -0
  1035. package/node_modules/graphql/language/tokenKind.mjs +31 -0
  1036. package/node_modules/graphql/language/visitor.d.ts +272 -0
  1037. package/node_modules/graphql/language/visitor.js +397 -0
  1038. package/node_modules/graphql/language/visitor.js.flow +437 -0
  1039. package/node_modules/graphql/language/visitor.mjs +383 -0
  1040. package/node_modules/graphql/package.json +28 -0
  1041. package/node_modules/graphql/polyfills/arrayFrom.js +57 -0
  1042. package/node_modules/graphql/polyfills/arrayFrom.js.flow +58 -0
  1043. package/node_modules/graphql/polyfills/arrayFrom.mjs +49 -0
  1044. package/node_modules/graphql/polyfills/find.js +22 -0
  1045. package/node_modules/graphql/polyfills/find.js.flow +20 -0
  1046. package/node_modules/graphql/polyfills/find.mjs +14 -0
  1047. package/node_modules/graphql/polyfills/isFinite.js +15 -0
  1048. package/node_modules/graphql/polyfills/isFinite.js.flow +13 -0
  1049. package/node_modules/graphql/polyfills/isFinite.mjs +7 -0
  1050. package/node_modules/graphql/polyfills/isInteger.js +15 -0
  1051. package/node_modules/graphql/polyfills/isInteger.js.flow +16 -0
  1052. package/node_modules/graphql/polyfills/isInteger.mjs +7 -0
  1053. package/node_modules/graphql/polyfills/objectEntries.js +17 -0
  1054. package/node_modules/graphql/polyfills/objectEntries.js.flow +11 -0
  1055. package/node_modules/graphql/polyfills/objectEntries.mjs +9 -0
  1056. package/node_modules/graphql/polyfills/objectValues.js +17 -0
  1057. package/node_modules/graphql/polyfills/objectValues.js.flow +10 -0
  1058. package/node_modules/graphql/polyfills/objectValues.mjs +9 -0
  1059. package/node_modules/graphql/polyfills/symbols.js +17 -0
  1060. package/node_modules/graphql/polyfills/symbols.js.flow +20 -0
  1061. package/node_modules/graphql/polyfills/symbols.mjs +8 -0
  1062. package/node_modules/graphql/subscription/index.d.ts +5 -0
  1063. package/node_modules/graphql/subscription/index.js +19 -0
  1064. package/node_modules/graphql/subscription/index.js.flow +3 -0
  1065. package/node_modules/graphql/subscription/index.mjs +1 -0
  1066. package/node_modules/graphql/subscription/mapAsyncIterator.d.ts +11 -0
  1067. package/node_modules/graphql/subscription/mapAsyncIterator.js +86 -0
  1068. package/node_modules/graphql/subscription/mapAsyncIterator.js.flow +74 -0
  1069. package/node_modules/graphql/subscription/mapAsyncIterator.mjs +79 -0
  1070. package/node_modules/graphql/subscription/subscribe.d.ts +80 -0
  1071. package/node_modules/graphql/subscription/subscribe.js +192 -0
  1072. package/node_modules/graphql/subscription/subscribe.js.flow +298 -0
  1073. package/node_modules/graphql/subscription/subscribe.mjs +172 -0
  1074. package/node_modules/graphql/type/definition.d.ts +955 -0
  1075. package/node_modules/graphql/type/definition.js +1226 -0
  1076. package/node_modules/graphql/type/definition.js.flow +1659 -0
  1077. package/node_modules/graphql/type/definition.mjs +1107 -0
  1078. package/node_modules/graphql/type/directives.d.ts +96 -0
  1079. package/node_modules/graphql/type/directives.js +205 -0
  1080. package/node_modules/graphql/type/directives.js.flow +230 -0
  1081. package/node_modules/graphql/type/directives.mjs +175 -0
  1082. package/node_modules/graphql/type/index.d.ts +170 -0
  1083. package/node_modules/graphql/type/index.js +509 -0
  1084. package/node_modules/graphql/type/index.js.flow +165 -0
  1085. package/node_modules/graphql/type/index.mjs +27 -0
  1086. package/node_modules/graphql/type/introspection.d.ts +40 -0
  1087. package/node_modules/graphql/type/introspection.js +624 -0
  1088. package/node_modules/graphql/type/introspection.js.flow +560 -0
  1089. package/node_modules/graphql/type/introspection.mjs +577 -0
  1090. package/node_modules/graphql/type/scalars.d.ts +11 -0
  1091. package/node_modules/graphql/type/scalars.js +284 -0
  1092. package/node_modules/graphql/type/scalars.js.flow +287 -0
  1093. package/node_modules/graphql/type/scalars.mjs +258 -0
  1094. package/node_modules/graphql/type/schema.d.ts +147 -0
  1095. package/node_modules/graphql/type/schema.js +384 -0
  1096. package/node_modules/graphql/type/schema.js.flow +435 -0
  1097. package/node_modules/graphql/type/schema.mjs +361 -0
  1098. package/node_modules/graphql/type/validate.d.ts +20 -0
  1099. package/node_modules/graphql/type/validate.js +549 -0
  1100. package/node_modules/graphql/type/validate.js.flow +670 -0
  1101. package/node_modules/graphql/type/validate.mjs +528 -0
  1102. package/node_modules/graphql/utilities/TypeInfo.d.ts +60 -0
  1103. package/node_modules/graphql/utilities/TypeInfo.js +397 -0
  1104. package/node_modules/graphql/utilities/TypeInfo.js.flow +359 -0
  1105. package/node_modules/graphql/utilities/TypeInfo.mjs +378 -0
  1106. package/node_modules/graphql/utilities/assertValidName.d.ts +11 -0
  1107. package/node_modules/graphql/utilities/assertValidName.js +44 -0
  1108. package/node_modules/graphql/utilities/assertValidName.js.flow +34 -0
  1109. package/node_modules/graphql/utilities/assertValidName.mjs +31 -0
  1110. package/node_modules/graphql/utilities/astFromValue.d.ts +26 -0
  1111. package/node_modules/graphql/utilities/astFromValue.js +196 -0
  1112. package/node_modules/graphql/utilities/astFromValue.js.flow +154 -0
  1113. package/node_modules/graphql/utilities/astFromValue.mjs +178 -0
  1114. package/node_modules/graphql/utilities/buildASTSchema.d.ts +53 -0
  1115. package/node_modules/graphql/utilities/buildASTSchema.js +117 -0
  1116. package/node_modules/graphql/utilities/buildASTSchema.js.flow +129 -0
  1117. package/node_modules/graphql/utilities/buildASTSchema.mjs +100 -0
  1118. package/node_modules/graphql/utilities/buildClientSchema.d.ts +20 -0
  1119. package/node_modules/graphql/utilities/buildClientSchema.js +335 -0
  1120. package/node_modules/graphql/utilities/buildClientSchema.js.flow +408 -0
  1121. package/node_modules/graphql/utilities/buildClientSchema.mjs +315 -0
  1122. package/node_modules/graphql/utilities/coerceInputValue.d.ts +17 -0
  1123. package/node_modules/graphql/utilities/coerceInputValue.js +148 -0
  1124. package/node_modules/graphql/utilities/coerceInputValue.js.flow +195 -0
  1125. package/node_modules/graphql/utilities/coerceInputValue.mjs +129 -0
  1126. package/node_modules/graphql/utilities/concatAST.d.ts +8 -0
  1127. package/node_modules/graphql/utilities/concatAST.js +25 -0
  1128. package/node_modules/graphql/utilities/concatAST.js.flow +17 -0
  1129. package/node_modules/graphql/utilities/concatAST.mjs +18 -0
  1130. package/node_modules/graphql/utilities/extendSchema.d.ts +75 -0
  1131. package/node_modules/graphql/utilities/extendSchema.js +719 -0
  1132. package/node_modules/graphql/utilities/extendSchema.js.flow +782 -0
  1133. package/node_modules/graphql/utilities/extendSchema.mjs +689 -0
  1134. package/node_modules/graphql/utilities/findBreakingChanges.d.ts +57 -0
  1135. package/node_modules/graphql/utilities/findBreakingChanges.js +522 -0
  1136. package/node_modules/graphql/utilities/findBreakingChanges.js.flow +590 -0
  1137. package/node_modules/graphql/utilities/findBreakingChanges.mjs +498 -0
  1138. package/node_modules/graphql/utilities/findDeprecatedUsages.d.ts +21 -0
  1139. package/node_modules/graphql/utilities/findDeprecatedUsages.js +27 -0
  1140. package/node_modules/graphql/utilities/findDeprecatedUsages.js.flow +29 -0
  1141. package/node_modules/graphql/utilities/findDeprecatedUsages.mjs +19 -0
  1142. package/node_modules/graphql/utilities/getIntrospectionQuery.d.ts +193 -0
  1143. package/node_modules/graphql/utilities/getIntrospectionQuery.js +33 -0
  1144. package/node_modules/graphql/utilities/getIntrospectionQuery.js.flow +312 -0
  1145. package/node_modules/graphql/utilities/getIntrospectionQuery.mjs +26 -0
  1146. package/node_modules/graphql/utilities/getOperationAST.d.ts +13 -0
  1147. package/node_modules/graphql/utilities/getOperationAST.js +40 -0
  1148. package/node_modules/graphql/utilities/getOperationAST.js.flow +31 -0
  1149. package/node_modules/graphql/utilities/getOperationAST.mjs +33 -0
  1150. package/node_modules/graphql/utilities/getOperationRootType.d.ts +14 -0
  1151. package/node_modules/graphql/utilities/getOperationRootType.js +45 -0
  1152. package/node_modules/graphql/utilities/getOperationRootType.js.flow +56 -0
  1153. package/node_modules/graphql/utilities/getOperationRootType.mjs +38 -0
  1154. package/node_modules/graphql/utilities/index.d.ts +119 -0
  1155. package/node_modules/graphql/utilities/index.js +247 -0
  1156. package/node_modules/graphql/utilities/index.js.flow +114 -0
  1157. package/node_modules/graphql/utilities/index.mjs +49 -0
  1158. package/node_modules/graphql/utilities/introspectionFromSchema.d.ts +20 -0
  1159. package/node_modules/graphql/utilities/introspectionFromSchema.js +48 -0
  1160. package/node_modules/graphql/utilities/introspectionFromSchema.js.flow +41 -0
  1161. package/node_modules/graphql/utilities/introspectionFromSchema.mjs +36 -0
  1162. package/node_modules/graphql/utilities/lexicographicSortSchema.d.ts +8 -0
  1163. package/node_modules/graphql/utilities/lexicographicSortSchema.js +202 -0
  1164. package/node_modules/graphql/utilities/lexicographicSortSchema.js.flow +187 -0
  1165. package/node_modules/graphql/utilities/lexicographicSortSchema.mjs +185 -0
  1166. package/node_modules/graphql/utilities/printSchema.d.ts +30 -0
  1167. package/node_modules/graphql/utilities/printSchema.js +289 -0
  1168. package/node_modules/graphql/utilities/printSchema.js.flow +382 -0
  1169. package/node_modules/graphql/utilities/printSchema.mjs +268 -0
  1170. package/node_modules/graphql/utilities/separateOperations.d.ts +11 -0
  1171. package/node_modules/graphql/utilities/separateOperations.js +92 -0
  1172. package/node_modules/graphql/utilities/separateOperations.js.flow +97 -0
  1173. package/node_modules/graphql/utilities/separateOperations.mjs +84 -0
  1174. package/node_modules/graphql/utilities/stripIgnoredCharacters.d.ts +55 -0
  1175. package/node_modules/graphql/utilities/stripIgnoredCharacters.js +123 -0
  1176. package/node_modules/graphql/utilities/stripIgnoredCharacters.js.flow +115 -0
  1177. package/node_modules/graphql/utilities/stripIgnoredCharacters.mjs +113 -0
  1178. package/node_modules/graphql/utilities/typeComparators.d.ts +32 -0
  1179. package/node_modules/graphql/utilities/typeComparators.js +115 -0
  1180. package/node_modules/graphql/utilities/typeComparators.js.flow +120 -0
  1181. package/node_modules/graphql/utilities/typeComparators.mjs +104 -0
  1182. package/node_modules/graphql/utilities/typeFromAST.d.ts +29 -0
  1183. package/node_modules/graphql/utilities/typeFromAST.js +39 -0
  1184. package/node_modules/graphql/utilities/typeFromAST.js.flow +55 -0
  1185. package/node_modules/graphql/utilities/typeFromAST.mjs +36 -0
  1186. package/node_modules/graphql/utilities/typedQueryDocumentNode.d.ts +20 -0
  1187. package/node_modules/graphql/utilities/valueFromAST.d.ts +30 -0
  1188. package/node_modules/graphql/utilities/valueFromAST.js +186 -0
  1189. package/node_modules/graphql/utilities/valueFromAST.js.flow +164 -0
  1190. package/node_modules/graphql/utilities/valueFromAST.mjs +171 -0
  1191. package/node_modules/graphql/utilities/valueFromASTUntyped.d.ts +24 -0
  1192. package/node_modules/graphql/utilities/valueFromASTUntyped.js +68 -0
  1193. package/node_modules/graphql/utilities/valueFromASTUntyped.js.flow +57 -0
  1194. package/node_modules/graphql/utilities/valueFromASTUntyped.mjs +56 -0
  1195. package/node_modules/graphql/validation/ValidationContext.d.ts +98 -0
  1196. package/node_modules/graphql/validation/ValidationContext.js +241 -0
  1197. package/node_modules/graphql/validation/ValidationContext.js.flow +254 -0
  1198. package/node_modules/graphql/validation/ValidationContext.mjs +224 -0
  1199. package/node_modules/graphql/validation/index.d.ts +96 -0
  1200. package/node_modules/graphql/validation/index.js +309 -0
  1201. package/node_modules/graphql/validation/index.js.flow +99 -0
  1202. package/node_modules/graphql/validation/index.mjs +67 -0
  1203. package/node_modules/graphql/validation/rules/ExecutableDefinitions.d.ts +8 -0
  1204. package/node_modules/graphql/validation/rules/ExecutableDefinitions.js +13 -0
  1205. package/node_modules/graphql/validation/rules/ExecutableDefinitions.js.flow +9 -0
  1206. package/node_modules/graphql/validation/rules/ExecutableDefinitions.mjs +8 -0
  1207. package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.d.ts +12 -0
  1208. package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js +35 -0
  1209. package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js.flow +39 -0
  1210. package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs +26 -0
  1211. package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.d.ts +10 -0
  1212. package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js +132 -0
  1213. package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js.flow +146 -0
  1214. package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs +117 -0
  1215. package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.d.ts +13 -0
  1216. package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js +46 -0
  1217. package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js.flow +52 -0
  1218. package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs +36 -0
  1219. package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.d.ts +17 -0
  1220. package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.js +104 -0
  1221. package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.js.flow +98 -0
  1222. package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs +89 -0
  1223. package/node_modules/graphql/validation/rules/KnownDirectivesRule.d.ts +12 -0
  1224. package/node_modules/graphql/validation/rules/KnownDirectivesRule.js +148 -0
  1225. package/node_modules/graphql/validation/rules/KnownDirectivesRule.js.flow +138 -0
  1226. package/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs +134 -0
  1227. package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.d.ts +10 -0
  1228. package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.js +27 -0
  1229. package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.js.flow +26 -0
  1230. package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs +20 -0
  1231. package/node_modules/graphql/validation/rules/KnownTypeNamesRule.d.ts +12 -0
  1232. package/node_modules/graphql/validation/rules/KnownTypeNamesRule.js +73 -0
  1233. package/node_modules/graphql/validation/rules/KnownTypeNamesRule.js.flow +84 -0
  1234. package/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs +58 -0
  1235. package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.d.ts +12 -0
  1236. package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js +32 -0
  1237. package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js.flow +36 -0
  1238. package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs +24 -0
  1239. package/node_modules/graphql/validation/rules/LoneSchemaDefinition.d.ts +8 -0
  1240. package/node_modules/graphql/validation/rules/LoneSchemaDefinition.js +13 -0
  1241. package/node_modules/graphql/validation/rules/LoneSchemaDefinition.js.flow +9 -0
  1242. package/node_modules/graphql/validation/rules/LoneSchemaDefinition.mjs +8 -0
  1243. package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.d.ts +11 -0
  1244. package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js +35 -0
  1245. package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js.flow +43 -0
  1246. package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs +28 -0
  1247. package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.d.ts +4 -0
  1248. package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.js +70 -0
  1249. package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.js.flow +78 -0
  1250. package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs +62 -0
  1251. package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.d.ts +12 -0
  1252. package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js +41 -0
  1253. package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js.flow +46 -0
  1254. package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs +34 -0
  1255. package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.d.ts +10 -0
  1256. package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js +52 -0
  1257. package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js.flow +54 -0
  1258. package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs +45 -0
  1259. package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.d.ts +10 -0
  1260. package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.js +47 -0
  1261. package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.js.flow +49 -0
  1262. package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs +40 -0
  1263. package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.d.ts +13 -0
  1264. package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js +584 -0
  1265. package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js.flow +833 -0
  1266. package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs +568 -0
  1267. package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.d.ts +13 -0
  1268. package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js +63 -0
  1269. package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js.flow +78 -0
  1270. package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs +50 -0
  1271. package/node_modules/graphql/validation/rules/PossibleTypeExtensions.d.ts +8 -0
  1272. package/node_modules/graphql/validation/rules/PossibleTypeExtensions.js +13 -0
  1273. package/node_modules/graphql/validation/rules/PossibleTypeExtensions.js.flow +9 -0
  1274. package/node_modules/graphql/validation/rules/PossibleTypeExtensions.mjs +8 -0
  1275. package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.d.ts +11 -0
  1276. package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js +141 -0
  1277. package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js.flow +145 -0
  1278. package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs +124 -0
  1279. package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.d.ts +19 -0
  1280. package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js +136 -0
  1281. package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js.flow +125 -0
  1282. package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs +119 -0
  1283. package/node_modules/graphql/validation/rules/ScalarLeafsRule.d.ts +10 -0
  1284. package/node_modules/graphql/validation/rules/ScalarLeafsRule.js +45 -0
  1285. package/node_modules/graphql/validation/rules/ScalarLeafsRule.js.flow +49 -0
  1286. package/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs +34 -0
  1287. package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.d.ts +11 -0
  1288. package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js +25 -0
  1289. package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js.flow +33 -0
  1290. package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs +18 -0
  1291. package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.d.ts +12 -0
  1292. package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js +37 -0
  1293. package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js.flow +39 -0
  1294. package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs +30 -0
  1295. package/node_modules/graphql/validation/rules/UniqueDirectiveNames.d.ts +8 -0
  1296. package/node_modules/graphql/validation/rules/UniqueDirectiveNames.js +13 -0
  1297. package/node_modules/graphql/validation/rules/UniqueDirectiveNames.js.flow +9 -0
  1298. package/node_modules/graphql/validation/rules/UniqueDirectiveNames.mjs +8 -0
  1299. package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.d.ts +11 -0
  1300. package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js +36 -0
  1301. package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js.flow +46 -0
  1302. package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs +29 -0
  1303. package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.d.ts +12 -0
  1304. package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js +82 -0
  1305. package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js.flow +90 -0
  1306. package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs +72 -0
  1307. package/node_modules/graphql/validation/rules/UniqueEnumValueNames.d.ts +8 -0
  1308. package/node_modules/graphql/validation/rules/UniqueEnumValueNames.js +13 -0
  1309. package/node_modules/graphql/validation/rules/UniqueEnumValueNames.js.flow +9 -0
  1310. package/node_modules/graphql/validation/rules/UniqueEnumValueNames.mjs +8 -0
  1311. package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.d.ts +11 -0
  1312. package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js +55 -0
  1313. package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js.flow +69 -0
  1314. package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs +47 -0
  1315. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNames.d.ts +8 -0
  1316. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNames.js +13 -0
  1317. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNames.js.flow +9 -0
  1318. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNames.mjs +8 -0
  1319. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.d.ts +11 -0
  1320. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js +66 -0
  1321. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js.flow +87 -0
  1322. package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs +58 -0
  1323. package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.d.ts +11 -0
  1324. package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js +33 -0
  1325. package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js.flow +34 -0
  1326. package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs +26 -0
  1327. package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.d.ts +12 -0
  1328. package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js +39 -0
  1329. package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js.flow +44 -0
  1330. package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs +32 -0
  1331. package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.d.ts +11 -0
  1332. package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.js +35 -0
  1333. package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.js.flow +36 -0
  1334. package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs +28 -0
  1335. package/node_modules/graphql/validation/rules/UniqueOperationTypes.d.ts +8 -0
  1336. package/node_modules/graphql/validation/rules/UniqueOperationTypes.js +13 -0
  1337. package/node_modules/graphql/validation/rules/UniqueOperationTypes.js.flow +9 -0
  1338. package/node_modules/graphql/validation/rules/UniqueOperationTypes.mjs +8 -0
  1339. package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.d.ts +11 -0
  1340. package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.js +50 -0
  1341. package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.js.flow +66 -0
  1342. package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs +43 -0
  1343. package/node_modules/graphql/validation/rules/UniqueTypeNames.d.ts +8 -0
  1344. package/node_modules/graphql/validation/rules/UniqueTypeNames.js +13 -0
  1345. package/node_modules/graphql/validation/rules/UniqueTypeNames.js.flow +9 -0
  1346. package/node_modules/graphql/validation/rules/UniqueTypeNames.mjs +8 -0
  1347. package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.d.ts +9 -0
  1348. package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.js +43 -0
  1349. package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.js.flow +53 -0
  1350. package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs +36 -0
  1351. package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.d.ts +11 -0
  1352. package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.js +31 -0
  1353. package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.js.flow +36 -0
  1354. package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs +24 -0
  1355. package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.d.ts +10 -0
  1356. package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js +143 -0
  1357. package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js.flow +158 -0
  1358. package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs +126 -0
  1359. package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.d.ts +12 -0
  1360. package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js +34 -0
  1361. package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js.flow +40 -0
  1362. package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs +24 -0
  1363. package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.d.ts +9 -0
  1364. package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js +87 -0
  1365. package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js.flow +98 -0
  1366. package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs +72 -0
  1367. package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.d.ts +14 -0
  1368. package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js +79 -0
  1369. package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js.flow +94 -0
  1370. package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs +68 -0
  1371. package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.d.ts +16 -0
  1372. package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js +34 -0
  1373. package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js.flow +38 -0
  1374. package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs +25 -0
  1375. package/node_modules/graphql/validation/specifiedRules.d.ts +14 -0
  1376. package/node_modules/graphql/validation/specifiedRules.js +115 -0
  1377. package/node_modules/graphql/validation/specifiedRules.js.flow +148 -0
  1378. package/node_modules/graphql/validation/specifiedRules.mjs +73 -0
  1379. package/node_modules/graphql/validation/validate.d.ts +63 -0
  1380. package/node_modules/graphql/validation/validate.js +128 -0
  1381. package/node_modules/graphql/validation/validate.js.flow +128 -0
  1382. package/node_modules/graphql/validation/validate.mjs +107 -0
  1383. package/node_modules/graphql/version.d.ts +14 -0
  1384. package/node_modules/graphql/version.js +28 -0
  1385. package/node_modules/graphql/version.js.flow +20 -0
  1386. package/node_modules/graphql/version.mjs +19 -0
  1387. package/node_modules/graphql-mapping-template/API.md +476 -0
  1388. package/node_modules/graphql-mapping-template/CHANGELOG.md +505 -0
  1389. package/node_modules/graphql-mapping-template/lib/ast.d.ts +151 -0
  1390. package/node_modules/graphql-mapping-template/lib/ast.d.ts.map +1 -0
  1391. package/node_modules/graphql-mapping-template/lib/ast.js +212 -0
  1392. package/node_modules/graphql-mapping-template/lib/ast.js.map +1 -0
  1393. package/node_modules/graphql-mapping-template/lib/dynamodb.d.ts +53 -0
  1394. package/node_modules/graphql-mapping-template/lib/dynamodb.d.ts.map +1 -0
  1395. package/node_modules/graphql-mapping-template/lib/dynamodb.js +171 -0
  1396. package/node_modules/graphql-mapping-template/lib/dynamodb.js.map +1 -0
  1397. package/node_modules/graphql-mapping-template/lib/elasticsearch.d.ts +4 -0
  1398. package/node_modules/graphql-mapping-template/lib/elasticsearch.d.ts.map +1 -0
  1399. package/node_modules/graphql-mapping-template/lib/elasticsearch.js +8 -0
  1400. package/node_modules/graphql-mapping-template/lib/elasticsearch.js.map +1 -0
  1401. package/node_modules/graphql-mapping-template/lib/http.d.ts +25 -0
  1402. package/node_modules/graphql-mapping-template/lib/http.d.ts.map +1 -0
  1403. package/node_modules/graphql-mapping-template/lib/http.js +49 -0
  1404. package/node_modules/graphql-mapping-template/lib/http.js.map +1 -0
  1405. package/node_modules/graphql-mapping-template/lib/index.d.ts +7 -0
  1406. package/node_modules/graphql-mapping-template/lib/index.d.ts.map +1 -0
  1407. package/node_modules/graphql-mapping-template/lib/index.js +23 -0
  1408. package/node_modules/graphql-mapping-template/lib/index.js.map +1 -0
  1409. package/node_modules/graphql-mapping-template/lib/print.d.ts +5 -0
  1410. package/node_modules/graphql-mapping-template/lib/print.d.ts.map +1 -0
  1411. package/node_modules/graphql-mapping-template/lib/print.js +187 -0
  1412. package/node_modules/graphql-mapping-template/lib/print.js.map +1 -0
  1413. package/node_modules/graphql-mapping-template/lib/searchable.d.ts +29 -0
  1414. package/node_modules/graphql-mapping-template/lib/searchable.d.ts.map +1 -0
  1415. package/node_modules/graphql-mapping-template/lib/searchable.js +53 -0
  1416. package/node_modules/graphql-mapping-template/lib/searchable.js.map +1 -0
  1417. package/node_modules/graphql-mapping-template/package.json +50 -0
  1418. package/node_modules/graphql-transformer-common/API.md +494 -0
  1419. package/node_modules/graphql-transformer-common/CHANGELOG.md +700 -0
  1420. package/node_modules/graphql-transformer-common/lib/FunctionResourceIDs.d.ts +7 -0
  1421. package/node_modules/graphql-transformer-common/lib/FunctionResourceIDs.d.ts.map +1 -0
  1422. package/node_modules/graphql-transformer-common/lib/FunctionResourceIDs.js +27 -0
  1423. package/node_modules/graphql-transformer-common/lib/FunctionResourceIDs.js.map +1 -0
  1424. package/node_modules/graphql-transformer-common/lib/HttpResourceIDs.d.ts +4 -0
  1425. package/node_modules/graphql-transformer-common/lib/HttpResourceIDs.d.ts.map +1 -0
  1426. package/node_modules/graphql-transformer-common/lib/HttpResourceIDs.js +11 -0
  1427. package/node_modules/graphql-transformer-common/lib/HttpResourceIDs.js.map +1 -0
  1428. package/node_modules/graphql-transformer-common/lib/ModelResourceIDs.d.ts +35 -0
  1429. package/node_modules/graphql-transformer-common/lib/ModelResourceIDs.d.ts.map +1 -0
  1430. package/node_modules/graphql-transformer-common/lib/ModelResourceIDs.js +143 -0
  1431. package/node_modules/graphql-transformer-common/lib/ModelResourceIDs.js.map +1 -0
  1432. package/node_modules/graphql-transformer-common/lib/PredictionsResourceIDs.d.ts +12 -0
  1433. package/node_modules/graphql-transformer-common/lib/PredictionsResourceIDs.d.ts.map +1 -0
  1434. package/node_modules/graphql-transformer-common/lib/PredictionsResourceIDs.js +18 -0
  1435. package/node_modules/graphql-transformer-common/lib/PredictionsResourceIDs.js.map +1 -0
  1436. package/node_modules/graphql-transformer-common/lib/ResolverResourceIDs.d.ts +11 -0
  1437. package/node_modules/graphql-transformer-common/lib/ResolverResourceIDs.d.ts.map +1 -0
  1438. package/node_modules/graphql-transformer-common/lib/ResolverResourceIDs.js +32 -0
  1439. package/node_modules/graphql-transformer-common/lib/ResolverResourceIDs.js.map +1 -0
  1440. package/node_modules/graphql-transformer-common/lib/ResourceConstants.d.ts +118 -0
  1441. package/node_modules/graphql-transformer-common/lib/ResourceConstants.d.ts.map +1 -0
  1442. package/node_modules/graphql-transformer-common/lib/ResourceConstants.js +122 -0
  1443. package/node_modules/graphql-transformer-common/lib/ResourceConstants.js.map +1 -0
  1444. package/node_modules/graphql-transformer-common/lib/SearchableResourceIDs.d.ts +5 -0
  1445. package/node_modules/graphql-transformer-common/lib/SearchableResourceIDs.d.ts.map +1 -0
  1446. package/node_modules/graphql-transformer-common/lib/SearchableResourceIDs.js +18 -0
  1447. package/node_modules/graphql-transformer-common/lib/SearchableResourceIDs.js.map +1 -0
  1448. package/node_modules/graphql-transformer-common/lib/SyncResourceIDs.d.ts +11 -0
  1449. package/node_modules/graphql-transformer-common/lib/SyncResourceIDs.d.ts.map +1 -0
  1450. package/node_modules/graphql-transformer-common/lib/SyncResourceIDs.js +18 -0
  1451. package/node_modules/graphql-transformer-common/lib/SyncResourceIDs.js.map +1 -0
  1452. package/node_modules/graphql-transformer-common/lib/connectionUtils.d.ts +3 -0
  1453. package/node_modules/graphql-transformer-common/lib/connectionUtils.d.ts.map +1 -0
  1454. package/node_modules/graphql-transformer-common/lib/connectionUtils.js +15 -0
  1455. package/node_modules/graphql-transformer-common/lib/connectionUtils.js.map +1 -0
  1456. package/node_modules/graphql-transformer-common/lib/definition.d.ts +43 -0
  1457. package/node_modules/graphql-transformer-common/lib/definition.d.ts.map +1 -0
  1458. package/node_modules/graphql-transformer-common/lib/definition.js +379 -0
  1459. package/node_modules/graphql-transformer-common/lib/definition.js.map +1 -0
  1460. package/node_modules/graphql-transformer-common/lib/dynamodbUtils.d.ts +11 -0
  1461. package/node_modules/graphql-transformer-common/lib/dynamodbUtils.d.ts.map +1 -0
  1462. package/node_modules/graphql-transformer-common/lib/dynamodbUtils.js +313 -0
  1463. package/node_modules/graphql-transformer-common/lib/dynamodbUtils.js.map +1 -0
  1464. package/node_modules/graphql-transformer-common/lib/index.d.ts +15 -0
  1465. package/node_modules/graphql-transformer-common/lib/index.d.ts.map +1 -0
  1466. package/node_modules/graphql-transformer-common/lib/index.js +31 -0
  1467. package/node_modules/graphql-transformer-common/lib/index.js.map +1 -0
  1468. package/node_modules/graphql-transformer-common/lib/modelUtils.d.ts +1 -0
  1469. package/node_modules/graphql-transformer-common/lib/modelUtils.d.ts.map +1 -0
  1470. package/node_modules/graphql-transformer-common/lib/modelUtils.js +1 -0
  1471. package/node_modules/graphql-transformer-common/lib/modelUtils.js.map +1 -0
  1472. package/node_modules/graphql-transformer-common/lib/nodeUtils.d.ts +3 -0
  1473. package/node_modules/graphql-transformer-common/lib/nodeUtils.d.ts.map +1 -0
  1474. package/node_modules/graphql-transformer-common/lib/nodeUtils.js +28 -0
  1475. package/node_modules/graphql-transformer-common/lib/nodeUtils.js.map +1 -0
  1476. package/node_modules/graphql-transformer-common/lib/transformedArgs.d.ts +5 -0
  1477. package/node_modules/graphql-transformer-common/lib/transformedArgs.d.ts.map +1 -0
  1478. package/node_modules/graphql-transformer-common/lib/transformedArgs.js +9 -0
  1479. package/node_modules/graphql-transformer-common/lib/transformedArgs.js.map +1 -0
  1480. package/node_modules/graphql-transformer-common/lib/util.d.ts +11 -0
  1481. package/node_modules/graphql-transformer-common/lib/util.d.ts.map +1 -0
  1482. package/node_modules/graphql-transformer-common/lib/util.js +65 -0
  1483. package/node_modules/graphql-transformer-common/lib/util.js.map +1 -0
  1484. package/node_modules/graphql-transformer-common/package.json +58 -0
  1485. package/node_modules/hjson/LICENSE +21 -0
  1486. package/node_modules/hjson/README.md +174 -0
  1487. package/node_modules/hjson/bin/hjson +98 -0
  1488. package/node_modules/hjson/bundle/hjson.js +1506 -0
  1489. package/node_modules/hjson/bundle/hjson.min.js +23 -0
  1490. package/node_modules/hjson/history.md +103 -0
  1491. package/node_modules/hjson/lib/hjson-comments.js +202 -0
  1492. package/node_modules/hjson/lib/hjson-common.js +108 -0
  1493. package/node_modules/hjson/lib/hjson-dsf.js +127 -0
  1494. package/node_modules/hjson/lib/hjson-parse.js +455 -0
  1495. package/node_modules/hjson/lib/hjson-stringify.js +400 -0
  1496. package/node_modules/hjson/lib/hjson-version.js +1 -0
  1497. package/node_modules/hjson/lib/hjson.js +183 -0
  1498. package/node_modules/hjson/lib/require-config.js +11 -0
  1499. package/node_modules/hjson/package.json +43 -0
  1500. package/node_modules/immer/LICENSE +21 -0
  1501. package/node_modules/immer/compat/pre-3.7/dist/immer.d.ts +318 -0
  1502. package/node_modules/immer/dist/core/current.d.ts +3 -0
  1503. package/node_modules/immer/dist/core/current.d.ts.map +1 -0
  1504. package/node_modules/immer/dist/core/finalize.d.ts +3 -0
  1505. package/node_modules/immer/dist/core/finalize.d.ts.map +1 -0
  1506. package/node_modules/immer/dist/core/immerClass.d.ts +53 -0
  1507. package/node_modules/immer/dist/core/immerClass.d.ts.map +1 -0
  1508. package/node_modules/immer/dist/core/proxy.d.ts +38 -0
  1509. package/node_modules/immer/dist/core/proxy.d.ts.map +1 -0
  1510. package/node_modules/immer/dist/core/scope.d.ts +18 -0
  1511. package/node_modules/immer/dist/core/scope.d.ts.map +1 -0
  1512. package/node_modules/immer/dist/immer.cjs.development.js +2085 -0
  1513. package/node_modules/immer/dist/immer.cjs.development.js.map +1 -0
  1514. package/node_modules/immer/dist/immer.cjs.production.min.js +2 -0
  1515. package/node_modules/immer/dist/immer.cjs.production.min.js.map +1 -0
  1516. package/node_modules/immer/dist/immer.d.ts +80 -0
  1517. package/node_modules/immer/dist/immer.d.ts.map +1 -0
  1518. package/node_modules/immer/dist/immer.esm.js +2 -0
  1519. package/node_modules/immer/dist/immer.esm.js.map +1 -0
  1520. package/node_modules/immer/dist/immer.esm.mjs +2 -0
  1521. package/node_modules/immer/dist/immer.umd.development.js +2091 -0
  1522. package/node_modules/immer/dist/immer.umd.development.js.map +1 -0
  1523. package/node_modules/immer/dist/immer.umd.production.min.js +2 -0
  1524. package/node_modules/immer/dist/immer.umd.production.min.js.map +1 -0
  1525. package/node_modules/immer/dist/index.js +8 -0
  1526. package/node_modules/immer/dist/index.js.flow +113 -0
  1527. package/node_modules/immer/dist/internal.d.ts +12 -0
  1528. package/node_modules/immer/dist/internal.d.ts.map +1 -0
  1529. package/node_modules/immer/dist/plugins/all.d.ts +2 -0
  1530. package/node_modules/immer/dist/plugins/all.d.ts.map +1 -0
  1531. package/node_modules/immer/dist/plugins/es5.d.ts +2 -0
  1532. package/node_modules/immer/dist/plugins/es5.d.ts.map +1 -0
  1533. package/node_modules/immer/dist/plugins/mapset.d.ts +2 -0
  1534. package/node_modules/immer/dist/plugins/mapset.d.ts.map +1 -0
  1535. package/node_modules/immer/dist/plugins/patches.d.ts +2 -0
  1536. package/node_modules/immer/dist/plugins/patches.d.ts.map +1 -0
  1537. package/node_modules/immer/dist/types/types-external.d.ts +107 -0
  1538. package/node_modules/immer/dist/types/types-external.d.ts.map +1 -0
  1539. package/node_modules/immer/dist/types/types-internal.d.ts +35 -0
  1540. package/node_modules/immer/dist/types/types-internal.d.ts.map +1 -0
  1541. package/node_modules/immer/dist/utils/common.d.ts +32 -0
  1542. package/node_modules/immer/dist/utils/common.d.ts.map +1 -0
  1543. package/node_modules/immer/dist/utils/env.d.ts +23 -0
  1544. package/node_modules/immer/dist/utils/env.d.ts.map +1 -0
  1545. package/node_modules/immer/dist/utils/errors.d.ts +29 -0
  1546. package/node_modules/immer/dist/utils/errors.d.ts.map +1 -0
  1547. package/node_modules/immer/dist/utils/plugins.d.ts +62 -0
  1548. package/node_modules/immer/dist/utils/plugins.d.ts.map +1 -0
  1549. package/node_modules/immer/package.json +104 -0
  1550. package/node_modules/immer/readme.md +33 -0
  1551. package/node_modules/immer/src/core/current.ts +60 -0
  1552. package/node_modules/immer/src/core/finalize.ts +168 -0
  1553. package/node_modules/immer/src/core/immerClass.ts +241 -0
  1554. package/node_modules/immer/src/core/proxy.ts +280 -0
  1555. package/node_modules/immer/src/core/scope.ts +85 -0
  1556. package/node_modules/immer/src/immer.ts +117 -0
  1557. package/node_modules/immer/src/internal.ts +11 -0
  1558. package/node_modules/immer/src/plugins/all.ts +9 -0
  1559. package/node_modules/immer/src/plugins/es5.ts +277 -0
  1560. package/node_modules/immer/src/plugins/mapset.ts +348 -0
  1561. package/node_modules/immer/src/plugins/patches.ts +305 -0
  1562. package/node_modules/immer/src/types/globals.d.ts +1 -0
  1563. package/node_modules/immer/src/types/index.js.flow +113 -0
  1564. package/node_modules/immer/src/types/types-external.ts +262 -0
  1565. package/node_modules/immer/src/types/types-internal.ts +55 -0
  1566. package/node_modules/immer/src/utils/common.ts +216 -0
  1567. package/node_modules/immer/src/utils/env.ts +47 -0
  1568. package/node_modules/immer/src/utils/errors.ts +60 -0
  1569. package/node_modules/immer/src/utils/plugins.ts +109 -0
  1570. package/node_modules/is-buffer/LICENSE +21 -0
  1571. package/node_modules/is-buffer/README.md +54 -0
  1572. package/node_modules/is-buffer/index.d.ts +2 -0
  1573. package/node_modules/is-buffer/index.js +11 -0
  1574. package/node_modules/is-buffer/package.json +65 -0
  1575. package/node_modules/jsonfile/CHANGELOG.md +171 -0
  1576. package/node_modules/jsonfile/LICENSE +15 -0
  1577. package/node_modules/jsonfile/README.md +230 -0
  1578. package/node_modules/jsonfile/index.js +88 -0
  1579. package/node_modules/jsonfile/package.json +40 -0
  1580. package/node_modules/jsonfile/utils.js +14 -0
  1581. package/node_modules/libphonenumber-js/.gitlab-ci.yml +16 -0
  1582. package/node_modules/libphonenumber-js/.nycrc +27 -0
  1583. package/node_modules/libphonenumber-js/AUTHORS +5 -0
  1584. package/node_modules/libphonenumber-js/CHANGELOG.md +604 -0
  1585. package/node_modules/libphonenumber-js/LICENSE +22 -0
  1586. package/node_modules/libphonenumber-js/LICENSE.Apache +176 -0
  1587. package/node_modules/libphonenumber-js/METADATA.md +145 -0
  1588. package/node_modules/libphonenumber-js/README.md +1730 -0
  1589. package/node_modules/libphonenumber-js/autoupdate.cmd +6 -0
  1590. package/node_modules/libphonenumber-js/autoupdate.sh +16 -0
  1591. package/node_modules/libphonenumber-js/build/AsYouType.js +508 -0
  1592. package/node_modules/libphonenumber-js/build/AsYouType.js.map +1 -0
  1593. package/node_modules/libphonenumber-js/build/AsYouType.test.js +1200 -0
  1594. package/node_modules/libphonenumber-js/build/AsYouType.test.js.map +1 -0
  1595. package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.PatternMatcher.js +472 -0
  1596. package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.PatternMatcher.js.map +1 -0
  1597. package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.PatternMatcher.test.js +493 -0
  1598. package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.PatternMatcher.test.js.map +1 -0
  1599. package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.complete.js +133 -0
  1600. package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.complete.js.map +1 -0
  1601. package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.js +775 -0
  1602. package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.js.map +1 -0
  1603. package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.util.js +156 -0
  1604. package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.util.js.map +1 -0
  1605. package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.util.test.js +23 -0
  1606. package/node_modules/libphonenumber-js/build/AsYouTypeFormatter.util.test.js.map +1 -0
  1607. package/node_modules/libphonenumber-js/build/AsYouTypeParser.js +508 -0
  1608. package/node_modules/libphonenumber-js/build/AsYouTypeParser.js.map +1 -0
  1609. package/node_modules/libphonenumber-js/build/AsYouTypeState.js +130 -0
  1610. package/node_modules/libphonenumber-js/build/AsYouTypeState.js.map +1 -0
  1611. package/node_modules/libphonenumber-js/build/ParseError.js +22 -0
  1612. package/node_modules/libphonenumber-js/build/ParseError.js.map +1 -0
  1613. package/node_modules/libphonenumber-js/build/PhoneNumber.js +153 -0
  1614. package/node_modules/libphonenumber-js/build/PhoneNumber.js.map +1 -0
  1615. package/node_modules/libphonenumber-js/build/PhoneNumber.test.js +52 -0
  1616. package/node_modules/libphonenumber-js/build/PhoneNumber.test.js.map +1 -0
  1617. package/node_modules/libphonenumber-js/build/PhoneNumberMatcher.js +381 -0
  1618. package/node_modules/libphonenumber-js/build/PhoneNumberMatcher.js.map +1 -0
  1619. package/node_modules/libphonenumber-js/build/PhoneNumberMatcher.test.js +79 -0
  1620. package/node_modules/libphonenumber-js/build/PhoneNumberMatcher.test.js.map +1 -0
  1621. package/node_modules/libphonenumber-js/build/constants.js +39 -0
  1622. package/node_modules/libphonenumber-js/build/constants.js.map +1 -0
  1623. package/node_modules/libphonenumber-js/build/findNumbers/LRUCache.js +136 -0
  1624. package/node_modules/libphonenumber-js/build/findNumbers/LRUCache.js.map +1 -0
  1625. package/node_modules/libphonenumber-js/build/findNumbers/Leniency.js +340 -0
  1626. package/node_modules/libphonenumber-js/build/findNumbers/Leniency.js.map +1 -0
  1627. package/node_modules/libphonenumber-js/build/findNumbers/Leniency.test.js +43 -0
  1628. package/node_modules/libphonenumber-js/build/findNumbers/Leniency.test.js.map +1 -0
  1629. package/node_modules/libphonenumber-js/build/findNumbers/RegExpCache.js +49 -0
  1630. package/node_modules/libphonenumber-js/build/findNumbers/RegExpCache.js.map +1 -0
  1631. package/node_modules/libphonenumber-js/build/findNumbers/isValidCandidate.js +80 -0
  1632. package/node_modules/libphonenumber-js/build/findNumbers/isValidCandidate.js.map +1 -0
  1633. package/node_modules/libphonenumber-js/build/findNumbers/isValidPreCandidate.js +34 -0
  1634. package/node_modules/libphonenumber-js/build/findNumbers/isValidPreCandidate.js.map +1 -0
  1635. package/node_modules/libphonenumber-js/build/findNumbers/parsePreCandidate.js +26 -0
  1636. package/node_modules/libphonenumber-js/build/findNumbers/parsePreCandidate.js.map +1 -0
  1637. package/node_modules/libphonenumber-js/build/findNumbers/utf-8.js +75 -0
  1638. package/node_modules/libphonenumber-js/build/findNumbers/utf-8.js.map +1 -0
  1639. package/node_modules/libphonenumber-js/build/findNumbers/util.js +42 -0
  1640. package/node_modules/libphonenumber-js/build/findNumbers/util.js.map +1 -0
  1641. package/node_modules/libphonenumber-js/build/findNumbers/util.test.js +38 -0
  1642. package/node_modules/libphonenumber-js/build/findNumbers/util.test.js.map +1 -0
  1643. package/node_modules/libphonenumber-js/build/findNumbers.js +22 -0
  1644. package/node_modules/libphonenumber-js/build/findNumbers.js.map +1 -0
  1645. package/node_modules/libphonenumber-js/build/findNumbers.test.js +194 -0
  1646. package/node_modules/libphonenumber-js/build/findNumbers.test.js.map +1 -0
  1647. package/node_modules/libphonenumber-js/build/findNumbers_.js +22 -0
  1648. package/node_modules/libphonenumber-js/build/findNumbers_.js.map +1 -0
  1649. package/node_modules/libphonenumber-js/build/findPhoneNumbers.js +38 -0
  1650. package/node_modules/libphonenumber-js/build/findPhoneNumbers.js.map +1 -0
  1651. package/node_modules/libphonenumber-js/build/findPhoneNumbers.test.js +243 -0
  1652. package/node_modules/libphonenumber-js/build/findPhoneNumbers.test.js.map +1 -0
  1653. package/node_modules/libphonenumber-js/build/findPhoneNumbersInText.js +67 -0
  1654. package/node_modules/libphonenumber-js/build/findPhoneNumbersInText.js.map +1 -0
  1655. package/node_modules/libphonenumber-js/build/findPhoneNumbersInText.test.js +53 -0
  1656. package/node_modules/libphonenumber-js/build/findPhoneNumbersInText.test.js.map +1 -0
  1657. package/node_modules/libphonenumber-js/build/findPhoneNumbers_.js +225 -0
  1658. package/node_modules/libphonenumber-js/build/findPhoneNumbers_.js.map +1 -0
  1659. package/node_modules/libphonenumber-js/build/format.js +124 -0
  1660. package/node_modules/libphonenumber-js/build/format.js.map +1 -0
  1661. package/node_modules/libphonenumber-js/build/format.test.js +274 -0
  1662. package/node_modules/libphonenumber-js/build/format.test.js.map +1 -0
  1663. package/node_modules/libphonenumber-js/build/formatIncompletePhoneNumber.js +28 -0
  1664. package/node_modules/libphonenumber-js/build/formatIncompletePhoneNumber.js.map +1 -0
  1665. package/node_modules/libphonenumber-js/build/formatIncompletePhoneNumber.test.js +22 -0
  1666. package/node_modules/libphonenumber-js/build/formatIncompletePhoneNumber.test.js.map +1 -0
  1667. package/node_modules/libphonenumber-js/build/formatNumberForMobileDialing.js +205 -0
  1668. package/node_modules/libphonenumber-js/build/formatNumberForMobileDialing.js.map +1 -0
  1669. package/node_modules/libphonenumber-js/build/formatNumberForMobileDialing.test.js +15 -0
  1670. package/node_modules/libphonenumber-js/build/formatNumberForMobileDialing.test.js.map +1 -0
  1671. package/node_modules/libphonenumber-js/build/format_.js +201 -0
  1672. package/node_modules/libphonenumber-js/build/format_.js.map +1 -0
  1673. package/node_modules/libphonenumber-js/build/getCountries.js +15 -0
  1674. package/node_modules/libphonenumber-js/build/getCountries.js.map +1 -0
  1675. package/node_modules/libphonenumber-js/build/getCountries.test.js +14 -0
  1676. package/node_modules/libphonenumber-js/build/getCountries.test.js.map +1 -0
  1677. package/node_modules/libphonenumber-js/build/getCountryCallingCode.js +14 -0
  1678. package/node_modules/libphonenumber-js/build/getCountryCallingCode.js.map +1 -0
  1679. package/node_modules/libphonenumber-js/build/getCountryCallingCode.test.js +19 -0
  1680. package/node_modules/libphonenumber-js/build/getCountryCallingCode.test.js.map +1 -0
  1681. package/node_modules/libphonenumber-js/build/getExampleNumber.js +17 -0
  1682. package/node_modules/libphonenumber-js/build/getExampleNumber.js.map +1 -0
  1683. package/node_modules/libphonenumber-js/build/getExampleNumber.test.js +23 -0
  1684. package/node_modules/libphonenumber-js/build/getExampleNumber.test.js.map +1 -0
  1685. package/node_modules/libphonenumber-js/build/getNumberType.js +124 -0
  1686. package/node_modules/libphonenumber-js/build/getNumberType.js.map +1 -0
  1687. package/node_modules/libphonenumber-js/build/getNumberType.test.js +81 -0
  1688. package/node_modules/libphonenumber-js/build/getNumberType.test.js.map +1 -0
  1689. package/node_modules/libphonenumber-js/build/helpers/RFC3966.js +107 -0
  1690. package/node_modules/libphonenumber-js/build/helpers/RFC3966.js.map +1 -0
  1691. package/node_modules/libphonenumber-js/build/helpers/RFC3966.test.js +41 -0
  1692. package/node_modules/libphonenumber-js/build/helpers/RFC3966.test.js.map +1 -0
  1693. package/node_modules/libphonenumber-js/build/helpers/applyInternationalSeparatorStyle.js +43 -0
  1694. package/node_modules/libphonenumber-js/build/helpers/applyInternationalSeparatorStyle.js.map +1 -0
  1695. package/node_modules/libphonenumber-js/build/helpers/applyInternationalSeparatorStyle.test.js +13 -0
  1696. package/node_modules/libphonenumber-js/build/helpers/applyInternationalSeparatorStyle.test.js.map +1 -0
  1697. package/node_modules/libphonenumber-js/build/helpers/checkNumberLength.js +92 -0
  1698. package/node_modules/libphonenumber-js/build/helpers/checkNumberLength.js.map +1 -0
  1699. package/node_modules/libphonenumber-js/build/helpers/checkNumberLength.test.js +39 -0
  1700. package/node_modules/libphonenumber-js/build/helpers/checkNumberLength.test.js.map +1 -0
  1701. package/node_modules/libphonenumber-js/build/helpers/extension/createExtensionPattern.js +116 -0
  1702. package/node_modules/libphonenumber-js/build/helpers/extension/createExtensionPattern.js.map +1 -0
  1703. package/node_modules/libphonenumber-js/build/helpers/extension/extractExtension.js +42 -0
  1704. package/node_modules/libphonenumber-js/build/helpers/extension/extractExtension.js.map +1 -0
  1705. package/node_modules/libphonenumber-js/build/helpers/extractCountryCallingCode.js +114 -0
  1706. package/node_modules/libphonenumber-js/build/helpers/extractCountryCallingCode.js.map +1 -0
  1707. package/node_modules/libphonenumber-js/build/helpers/extractCountryCallingCode.test.js +22 -0
  1708. package/node_modules/libphonenumber-js/build/helpers/extractCountryCallingCode.test.js.map +1 -0
  1709. package/node_modules/libphonenumber-js/build/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +63 -0
  1710. package/node_modules/libphonenumber-js/build/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js.map +1 -0
  1711. package/node_modules/libphonenumber-js/build/helpers/extractNationalNumber.js +110 -0
  1712. package/node_modules/libphonenumber-js/build/helpers/extractNationalNumber.js.map +1 -0
  1713. package/node_modules/libphonenumber-js/build/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +114 -0
  1714. package/node_modules/libphonenumber-js/build/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js.map +1 -0
  1715. package/node_modules/libphonenumber-js/build/helpers/extractNationalNumberFromPossiblyIncompleteNumber.test.js +22 -0
  1716. package/node_modules/libphonenumber-js/build/helpers/extractNationalNumberFromPossiblyIncompleteNumber.test.js.map +1 -0
  1717. package/node_modules/libphonenumber-js/build/helpers/formatNationalNumberUsingFormat.js +46 -0
  1718. package/node_modules/libphonenumber-js/build/helpers/formatNationalNumberUsingFormat.js.map +1 -0
  1719. package/node_modules/libphonenumber-js/build/helpers/getCountryByCallingCode.js +76 -0
  1720. package/node_modules/libphonenumber-js/build/helpers/getCountryByCallingCode.js.map +1 -0
  1721. package/node_modules/libphonenumber-js/build/helpers/getIddPrefix.js +36 -0
  1722. package/node_modules/libphonenumber-js/build/helpers/getIddPrefix.js.map +1 -0
  1723. package/node_modules/libphonenumber-js/build/helpers/getNumberType.js +93 -0
  1724. package/node_modules/libphonenumber-js/build/helpers/getNumberType.js.map +1 -0
  1725. package/node_modules/libphonenumber-js/build/helpers/isViablePhoneNumber.js +85 -0
  1726. package/node_modules/libphonenumber-js/build/helpers/isViablePhoneNumber.js.map +1 -0
  1727. package/node_modules/libphonenumber-js/build/helpers/matchesEntirely.js +19 -0
  1728. package/node_modules/libphonenumber-js/build/helpers/matchesEntirely.js.map +1 -0
  1729. package/node_modules/libphonenumber-js/build/helpers/matchesEntirely.test.js +15 -0
  1730. package/node_modules/libphonenumber-js/build/helpers/matchesEntirely.test.js.map +1 -0
  1731. package/node_modules/libphonenumber-js/build/helpers/mergeArrays.js +45 -0
  1732. package/node_modules/libphonenumber-js/build/helpers/mergeArrays.js.map +1 -0
  1733. package/node_modules/libphonenumber-js/build/helpers/mergeArrays.test.js +12 -0
  1734. package/node_modules/libphonenumber-js/build/helpers/mergeArrays.test.js.map +1 -0
  1735. package/node_modules/libphonenumber-js/build/helpers/parseDigits.js +137 -0
  1736. package/node_modules/libphonenumber-js/build/helpers/parseDigits.js.map +1 -0
  1737. package/node_modules/libphonenumber-js/build/helpers/parseDigits.test.js +12 -0
  1738. package/node_modules/libphonenumber-js/build/helpers/parseDigits.test.js.map +1 -0
  1739. package/node_modules/libphonenumber-js/build/helpers/stripIddPrefix.js +46 -0
  1740. package/node_modules/libphonenumber-js/build/helpers/stripIddPrefix.js.map +1 -0
  1741. package/node_modules/libphonenumber-js/build/helpers/stripIddPrefix.test.js +23 -0
  1742. package/node_modules/libphonenumber-js/build/helpers/stripIddPrefix.test.js.map +1 -0
  1743. package/node_modules/libphonenumber-js/build/isPossibleNumber.js +36 -0
  1744. package/node_modules/libphonenumber-js/build/isPossibleNumber.js.map +1 -0
  1745. package/node_modules/libphonenumber-js/build/isPossibleNumber.test.js +83 -0
  1746. package/node_modules/libphonenumber-js/build/isPossibleNumber.test.js.map +1 -0
  1747. package/node_modules/libphonenumber-js/build/isPossibleNumber_.js +82 -0
  1748. package/node_modules/libphonenumber-js/build/isPossibleNumber_.js.map +1 -0
  1749. package/node_modules/libphonenumber-js/build/isPossiblePhoneNumber.js +30 -0
  1750. package/node_modules/libphonenumber-js/build/isPossiblePhoneNumber.js.map +1 -0
  1751. package/node_modules/libphonenumber-js/build/isPossiblePhoneNumber.test.js +32 -0
  1752. package/node_modules/libphonenumber-js/build/isPossiblePhoneNumber.test.js.map +1 -0
  1753. package/node_modules/libphonenumber-js/build/isValidNumberForRegion.js +42 -0
  1754. package/node_modules/libphonenumber-js/build/isValidNumberForRegion.js.map +1 -0
  1755. package/node_modules/libphonenumber-js/build/isValidNumberForRegion.test.js +43 -0
  1756. package/node_modules/libphonenumber-js/build/isValidNumberForRegion.test.js.map +1 -0
  1757. package/node_modules/libphonenumber-js/build/isValidNumberForRegion_.js +23 -0
  1758. package/node_modules/libphonenumber-js/build/isValidNumberForRegion_.js.map +1 -0
  1759. package/node_modules/libphonenumber-js/build/isValidPhoneNumber.js +30 -0
  1760. package/node_modules/libphonenumber-js/build/isValidPhoneNumber.js.map +1 -0
  1761. package/node_modules/libphonenumber-js/build/isValidPhoneNumber.test.js +32 -0
  1762. package/node_modules/libphonenumber-js/build/isValidPhoneNumber.test.js.map +1 -0
  1763. package/node_modules/libphonenumber-js/build/metadata.js +682 -0
  1764. package/node_modules/libphonenumber-js/build/metadata.js.map +1 -0
  1765. package/node_modules/libphonenumber-js/build/metadata.test.js +123 -0
  1766. package/node_modules/libphonenumber-js/build/metadata.test.js.map +1 -0
  1767. package/node_modules/libphonenumber-js/build/parse.js +48 -0
  1768. package/node_modules/libphonenumber-js/build/parse.js.map +1 -0
  1769. package/node_modules/libphonenumber-js/build/parse.test.js +568 -0
  1770. package/node_modules/libphonenumber-js/build/parse.test.js.map +1 -0
  1771. package/node_modules/libphonenumber-js/build/parseIncompletePhoneNumber.js +80 -0
  1772. package/node_modules/libphonenumber-js/build/parseIncompletePhoneNumber.js.map +1 -0
  1773. package/node_modules/libphonenumber-js/build/parseIncompletePhoneNumber.test.js +32 -0
  1774. package/node_modules/libphonenumber-js/build/parseIncompletePhoneNumber.test.js.map +1 -0
  1775. package/node_modules/libphonenumber-js/build/parsePhoneNumber.js +93 -0
  1776. package/node_modules/libphonenumber-js/build/parsePhoneNumber.js.map +1 -0
  1777. package/node_modules/libphonenumber-js/build/parsePhoneNumber.test.js +142 -0
  1778. package/node_modules/libphonenumber-js/build/parsePhoneNumber.test.js.map +1 -0
  1779. package/node_modules/libphonenumber-js/build/parsePhoneNumberFromString.js +22 -0
  1780. package/node_modules/libphonenumber-js/build/parsePhoneNumberFromString.js.map +1 -0
  1781. package/node_modules/libphonenumber-js/build/parsePhoneNumberFromString.test.js +85 -0
  1782. package/node_modules/libphonenumber-js/build/parsePhoneNumberFromString.test.js.map +1 -0
  1783. package/node_modules/libphonenumber-js/build/parsePhoneNumberFromString_.js +39 -0
  1784. package/node_modules/libphonenumber-js/build/parsePhoneNumberFromString_.js.map +1 -0
  1785. package/node_modules/libphonenumber-js/build/parsePhoneNumber_.js +21 -0
  1786. package/node_modules/libphonenumber-js/build/parsePhoneNumber_.js.map +1 -0
  1787. package/node_modules/libphonenumber-js/build/parse_.js +367 -0
  1788. package/node_modules/libphonenumber-js/build/parse_.js.map +1 -0
  1789. package/node_modules/libphonenumber-js/build/searchNumbers.js +43 -0
  1790. package/node_modules/libphonenumber-js/build/searchNumbers.js.map +1 -0
  1791. package/node_modules/libphonenumber-js/build/searchNumbers.test.js +44 -0
  1792. package/node_modules/libphonenumber-js/build/searchNumbers.test.js.map +1 -0
  1793. package/node_modules/libphonenumber-js/build/searchPhoneNumbersInText.js +18 -0
  1794. package/node_modules/libphonenumber-js/build/searchPhoneNumbersInText.js.map +1 -0
  1795. package/node_modules/libphonenumber-js/build/searchPhoneNumbersInText.test.js +51 -0
  1796. package/node_modules/libphonenumber-js/build/searchPhoneNumbersInText.test.js.map +1 -0
  1797. package/node_modules/libphonenumber-js/build/tools/semver-compare.js +37 -0
  1798. package/node_modules/libphonenumber-js/build/tools/semver-compare.js.map +1 -0
  1799. package/node_modules/libphonenumber-js/build/tools/semver-compare.test.js +13 -0
  1800. package/node_modules/libphonenumber-js/build/tools/semver-compare.test.js.map +1 -0
  1801. package/node_modules/libphonenumber-js/build/validate.js +23 -0
  1802. package/node_modules/libphonenumber-js/build/validate.js.map +1 -0
  1803. package/node_modules/libphonenumber-js/build/validate.test.js +96 -0
  1804. package/node_modules/libphonenumber-js/build/validate.test.js.map +1 -0
  1805. package/node_modules/libphonenumber-js/build/validatePhoneNumberLength.js +53 -0
  1806. package/node_modules/libphonenumber-js/build/validatePhoneNumberLength.js.map +1 -0
  1807. package/node_modules/libphonenumber-js/build/validatePhoneNumberLength.test.js +37 -0
  1808. package/node_modules/libphonenumber-js/build/validatePhoneNumberLength.test.js.map +1 -0
  1809. package/node_modules/libphonenumber-js/build/validate_.js +68 -0
  1810. package/node_modules/libphonenumber-js/build/validate_.js.map +1 -0
  1811. package/node_modules/libphonenumber-js/bundle/libphonenumber-js.min.js +2 -0
  1812. package/node_modules/libphonenumber-js/bundle/libphonenumber-js.min.js.map +1 -0
  1813. package/node_modules/libphonenumber-js/bundle/libphonenumber-max.js +2 -0
  1814. package/node_modules/libphonenumber-js/bundle/libphonenumber-max.js.map +1 -0
  1815. package/node_modules/libphonenumber-js/bundle/libphonenumber-min.js +2 -0
  1816. package/node_modules/libphonenumber-js/bundle/libphonenumber-min.js.map +1 -0
  1817. package/node_modules/libphonenumber-js/bundle/libphonenumber-mobile.js +2 -0
  1818. package/node_modules/libphonenumber-js/bundle/libphonenumber-mobile.js.map +1 -0
  1819. package/node_modules/libphonenumber-js/core/index.commonjs.js +50 -0
  1820. package/node_modules/libphonenumber-js/core/index.d.ts +115 -0
  1821. package/node_modules/libphonenumber-js/core/index.js +34 -0
  1822. package/node_modules/libphonenumber-js/core/package.json +8 -0
  1823. package/node_modules/libphonenumber-js/custom.d.ts +169 -0
  1824. package/node_modules/libphonenumber-js/custom.js +79 -0
  1825. package/node_modules/libphonenumber-js/es6/AsYouType.js +491 -0
  1826. package/node_modules/libphonenumber-js/es6/AsYouType.js.map +1 -0
  1827. package/node_modules/libphonenumber-js/es6/AsYouType.test.js +1195 -0
  1828. package/node_modules/libphonenumber-js/es6/AsYouType.test.js.map +1 -0
  1829. package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.js +465 -0
  1830. package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.js.map +1 -0
  1831. package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.test.js +488 -0
  1832. package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.PatternMatcher.test.js.map +1 -0
  1833. package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.complete.js +119 -0
  1834. package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.complete.js.map +1 -0
  1835. package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.js +752 -0
  1836. package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.js.map +1 -0
  1837. package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.util.js +138 -0
  1838. package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.util.js.map +1 -0
  1839. package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.util.test.js +20 -0
  1840. package/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.util.test.js.map +1 -0
  1841. package/node_modules/libphonenumber-js/es6/AsYouTypeParser.js +492 -0
  1842. package/node_modules/libphonenumber-js/es6/AsYouTypeParser.js.map +1 -0
  1843. package/node_modules/libphonenumber-js/es6/AsYouTypeState.js +123 -0
  1844. package/node_modules/libphonenumber-js/es6/AsYouTypeState.js.map +1 -0
  1845. package/node_modules/libphonenumber-js/es6/ParseError.js +15 -0
  1846. package/node_modules/libphonenumber-js/es6/ParseError.js.map +1 -0
  1847. package/node_modules/libphonenumber-js/es6/PhoneNumber.js +138 -0
  1848. package/node_modules/libphonenumber-js/es6/PhoneNumber.js.map +1 -0
  1849. package/node_modules/libphonenumber-js/es6/PhoneNumber.test.js +46 -0
  1850. package/node_modules/libphonenumber-js/es6/PhoneNumber.test.js.map +1 -0
  1851. package/node_modules/libphonenumber-js/es6/PhoneNumberMatcher.js +363 -0
  1852. package/node_modules/libphonenumber-js/es6/PhoneNumberMatcher.js.map +1 -0
  1853. package/node_modules/libphonenumber-js/es6/PhoneNumberMatcher.test.js +74 -0
  1854. package/node_modules/libphonenumber-js/es6/PhoneNumberMatcher.test.js.map +1 -0
  1855. package/node_modules/libphonenumber-js/es6/constants.js +25 -0
  1856. package/node_modules/libphonenumber-js/es6/constants.js.map +1 -0
  1857. package/node_modules/libphonenumber-js/es6/findNumbers/LRUCache.js +129 -0
  1858. package/node_modules/libphonenumber-js/es6/findNumbers/LRUCache.js.map +1 -0
  1859. package/node_modules/libphonenumber-js/es6/findNumbers/Leniency.js +327 -0
  1860. package/node_modules/libphonenumber-js/es6/findNumbers/Leniency.js.map +1 -0
  1861. package/node_modules/libphonenumber-js/es6/findNumbers/Leniency.test.js +42 -0
  1862. package/node_modules/libphonenumber-js/es6/findNumbers/Leniency.test.js.map +1 -0
  1863. package/node_modules/libphonenumber-js/es6/findNumbers/RegExpCache.js +39 -0
  1864. package/node_modules/libphonenumber-js/es6/findNumbers/RegExpCache.js.map +1 -0
  1865. package/node_modules/libphonenumber-js/es6/findNumbers/isValidCandidate.js +67 -0
  1866. package/node_modules/libphonenumber-js/es6/findNumbers/isValidCandidate.js.map +1 -0
  1867. package/node_modules/libphonenumber-js/es6/findNumbers/isValidPreCandidate.js +27 -0
  1868. package/node_modules/libphonenumber-js/es6/findNumbers/isValidPreCandidate.js.map +1 -0
  1869. package/node_modules/libphonenumber-js/es6/findNumbers/parsePreCandidate.js +17 -0
  1870. package/node_modules/libphonenumber-js/es6/findNumbers/parsePreCandidate.js.map +1 -0
  1871. package/node_modules/libphonenumber-js/es6/findNumbers/utf-8.js +61 -0
  1872. package/node_modules/libphonenumber-js/es6/findNumbers/utf-8.js.map +1 -0
  1873. package/node_modules/libphonenumber-js/es6/findNumbers/util.js +29 -0
  1874. package/node_modules/libphonenumber-js/es6/findNumbers/util.js.map +1 -0
  1875. package/node_modules/libphonenumber-js/es6/findNumbers/util.test.js +35 -0
  1876. package/node_modules/libphonenumber-js/es6/findNumbers/util.test.js.map +1 -0
  1877. package/node_modules/libphonenumber-js/es6/findNumbers.js +11 -0
  1878. package/node_modules/libphonenumber-js/es6/findNumbers.js.map +1 -0
  1879. package/node_modules/libphonenumber-js/es6/findNumbers.test.js +188 -0
  1880. package/node_modules/libphonenumber-js/es6/findNumbers.test.js.map +1 -0
  1881. package/node_modules/libphonenumber-js/es6/findNumbers_.js +12 -0
  1882. package/node_modules/libphonenumber-js/es6/findNumbers_.js.map +1 -0
  1883. package/node_modules/libphonenumber-js/es6/findPhoneNumbers.js +25 -0
  1884. package/node_modules/libphonenumber-js/es6/findPhoneNumbers.js.map +1 -0
  1885. package/node_modules/libphonenumber-js/es6/findPhoneNumbers.test.js +234 -0
  1886. package/node_modules/libphonenumber-js/es6/findPhoneNumbers.test.js.map +1 -0
  1887. package/node_modules/libphonenumber-js/es6/findPhoneNumbersInText.js +54 -0
  1888. package/node_modules/libphonenumber-js/es6/findPhoneNumbersInText.js.map +1 -0
  1889. package/node_modules/libphonenumber-js/es6/findPhoneNumbersInText.test.js +47 -0
  1890. package/node_modules/libphonenumber-js/es6/findPhoneNumbersInText.test.js.map +1 -0
  1891. package/node_modules/libphonenumber-js/es6/findPhoneNumbers_.js +204 -0
  1892. package/node_modules/libphonenumber-js/es6/findPhoneNumbers_.js.map +1 -0
  1893. package/node_modules/libphonenumber-js/es6/format.js +112 -0
  1894. package/node_modules/libphonenumber-js/es6/format.js.map +1 -0
  1895. package/node_modules/libphonenumber-js/es6/format.test.js +269 -0
  1896. package/node_modules/libphonenumber-js/es6/format.test.js.map +1 -0
  1897. package/node_modules/libphonenumber-js/es6/formatIncompletePhoneNumber.js +19 -0
  1898. package/node_modules/libphonenumber-js/es6/formatIncompletePhoneNumber.js.map +1 -0
  1899. package/node_modules/libphonenumber-js/es6/formatIncompletePhoneNumber.test.js +16 -0
  1900. package/node_modules/libphonenumber-js/es6/formatIncompletePhoneNumber.test.js.map +1 -0
  1901. package/node_modules/libphonenumber-js/es6/formatNumberForMobileDialing.js +191 -0
  1902. package/node_modules/libphonenumber-js/es6/formatNumberForMobileDialing.js.map +1 -0
  1903. package/node_modules/libphonenumber-js/es6/formatNumberForMobileDialing.test.js +14 -0
  1904. package/node_modules/libphonenumber-js/es6/formatNumberForMobileDialing.test.js.map +1 -0
  1905. package/node_modules/libphonenumber-js/es6/format_.js +188 -0
  1906. package/node_modules/libphonenumber-js/es6/format_.js.map +1 -0
  1907. package/node_modules/libphonenumber-js/es6/getCountries.js +5 -0
  1908. package/node_modules/libphonenumber-js/es6/getCountries.js.map +1 -0
  1909. package/node_modules/libphonenumber-js/es6/getCountries.test.js +8 -0
  1910. package/node_modules/libphonenumber-js/es6/getCountries.test.js.map +1 -0
  1911. package/node_modules/libphonenumber-js/es6/getCountryCallingCode.js +3 -0
  1912. package/node_modules/libphonenumber-js/es6/getCountryCallingCode.js.map +1 -0
  1913. package/node_modules/libphonenumber-js/es6/getCountryCallingCode.test.js +13 -0
  1914. package/node_modules/libphonenumber-js/es6/getCountryCallingCode.test.js.map +1 -0
  1915. package/node_modules/libphonenumber-js/es6/getExampleNumber.js +7 -0
  1916. package/node_modules/libphonenumber-js/es6/getExampleNumber.js.map +1 -0
  1917. package/node_modules/libphonenumber-js/es6/getExampleNumber.test.js +16 -0
  1918. package/node_modules/libphonenumber-js/es6/getExampleNumber.test.js.map +1 -0
  1919. package/node_modules/libphonenumber-js/es6/getNumberType.js +109 -0
  1920. package/node_modules/libphonenumber-js/es6/getNumberType.js.map +1 -0
  1921. package/node_modules/libphonenumber-js/es6/getNumberType.test.js +75 -0
  1922. package/node_modules/libphonenumber-js/es6/getNumberType.test.js.map +1 -0
  1923. package/node_modules/libphonenumber-js/es6/helpers/RFC3966.js +95 -0
  1924. package/node_modules/libphonenumber-js/es6/helpers/RFC3966.js.map +1 -0
  1925. package/node_modules/libphonenumber-js/es6/helpers/RFC3966.test.js +38 -0
  1926. package/node_modules/libphonenumber-js/es6/helpers/RFC3966.test.js.map +1 -0
  1927. package/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +35 -0
  1928. package/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js.map +1 -0
  1929. package/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.test.js +8 -0
  1930. package/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.test.js.map +1 -0
  1931. package/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js +80 -0
  1932. package/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js.map +1 -0
  1933. package/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.test.js +32 -0
  1934. package/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.test.js.map +1 -0
  1935. package/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +108 -0
  1936. package/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js.map +1 -0
  1937. package/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js +32 -0
  1938. package/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js.map +1 -0
  1939. package/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +102 -0
  1940. package/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js.map +1 -0
  1941. package/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.test.js +16 -0
  1942. package/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.test.js.map +1 -0
  1943. package/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +50 -0
  1944. package/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js.map +1 -0
  1945. package/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js +98 -0
  1946. package/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js.map +1 -0
  1947. package/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +107 -0
  1948. package/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js.map +1 -0
  1949. package/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.test.js +15 -0
  1950. package/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.test.js.map +1 -0
  1951. package/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +33 -0
  1952. package/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js.map +1 -0
  1953. package/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +64 -0
  1954. package/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js.map +1 -0
  1955. package/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js +27 -0
  1956. package/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js.map +1 -0
  1957. package/node_modules/libphonenumber-js/es6/helpers/getNumberType.js +80 -0
  1958. package/node_modules/libphonenumber-js/es6/helpers/getNumberType.js.map +1 -0
  1959. package/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +69 -0
  1960. package/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js.map +1 -0
  1961. package/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js +12 -0
  1962. package/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js.map +1 -0
  1963. package/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.test.js +10 -0
  1964. package/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.test.js.map +1 -0
  1965. package/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js +38 -0
  1966. package/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js.map +1 -0
  1967. package/node_modules/libphonenumber-js/es6/helpers/mergeArrays.test.js +7 -0
  1968. package/node_modules/libphonenumber-js/es6/helpers/mergeArrays.test.js.map +1 -0
  1969. package/node_modules/libphonenumber-js/es6/helpers/parseDigits.js +126 -0
  1970. package/node_modules/libphonenumber-js/es6/helpers/parseDigits.js.map +1 -0
  1971. package/node_modules/libphonenumber-js/es6/helpers/parseDigits.test.js +7 -0
  1972. package/node_modules/libphonenumber-js/es6/helpers/parseDigits.test.js.map +1 -0
  1973. package/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js +34 -0
  1974. package/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js.map +1 -0
  1975. package/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.test.js +17 -0
  1976. package/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.test.js.map +1 -0
  1977. package/node_modules/libphonenumber-js/es6/isPossibleNumber.js +26 -0
  1978. package/node_modules/libphonenumber-js/es6/isPossibleNumber.js.map +1 -0
  1979. package/node_modules/libphonenumber-js/es6/isPossibleNumber.test.js +78 -0
  1980. package/node_modules/libphonenumber-js/es6/isPossibleNumber.test.js.map +1 -0
  1981. package/node_modules/libphonenumber-js/es6/isPossibleNumber_.js +69 -0
  1982. package/node_modules/libphonenumber-js/es6/isPossibleNumber_.js.map +1 -0
  1983. package/node_modules/libphonenumber-js/es6/isPossiblePhoneNumber.js +19 -0
  1984. package/node_modules/libphonenumber-js/es6/isPossiblePhoneNumber.js.map +1 -0
  1985. package/node_modules/libphonenumber-js/es6/isPossiblePhoneNumber.test.js +27 -0
  1986. package/node_modules/libphonenumber-js/es6/isPossiblePhoneNumber.test.js.map +1 -0
  1987. package/node_modules/libphonenumber-js/es6/isValidNumberForRegion.js +30 -0
  1988. package/node_modules/libphonenumber-js/es6/isValidNumberForRegion.js.map +1 -0
  1989. package/node_modules/libphonenumber-js/es6/isValidNumberForRegion.test.js +37 -0
  1990. package/node_modules/libphonenumber-js/es6/isValidNumberForRegion.test.js.map +1 -0
  1991. package/node_modules/libphonenumber-js/es6/isValidNumberForRegion_.js +14 -0
  1992. package/node_modules/libphonenumber-js/es6/isValidNumberForRegion_.js.map +1 -0
  1993. package/node_modules/libphonenumber-js/es6/isValidPhoneNumber.js +19 -0
  1994. package/node_modules/libphonenumber-js/es6/isValidPhoneNumber.js.map +1 -0
  1995. package/node_modules/libphonenumber-js/es6/isValidPhoneNumber.test.js +27 -0
  1996. package/node_modules/libphonenumber-js/es6/isValidPhoneNumber.test.js.map +1 -0
  1997. package/node_modules/libphonenumber-js/es6/metadata.js +665 -0
  1998. package/node_modules/libphonenumber-js/es6/metadata.js.map +1 -0
  1999. package/node_modules/libphonenumber-js/es6/metadata.test.js +115 -0
  2000. package/node_modules/libphonenumber-js/es6/metadata.test.js.map +1 -0
  2001. package/node_modules/libphonenumber-js/es6/parse.js +37 -0
  2002. package/node_modules/libphonenumber-js/es6/parse.js.map +1 -0
  2003. package/node_modules/libphonenumber-js/es6/parse.test.js +562 -0
  2004. package/node_modules/libphonenumber-js/es6/parse.test.js.map +1 -0
  2005. package/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +71 -0
  2006. package/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js.map +1 -0
  2007. package/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.test.js +27 -0
  2008. package/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.test.js.map +1 -0
  2009. package/node_modules/libphonenumber-js/es6/parsePhoneNumber.js +80 -0
  2010. package/node_modules/libphonenumber-js/es6/parsePhoneNumber.js.map +1 -0
  2011. package/node_modules/libphonenumber-js/es6/parsePhoneNumber.test.js +136 -0
  2012. package/node_modules/libphonenumber-js/es6/parsePhoneNumber.test.js.map +1 -0
  2013. package/node_modules/libphonenumber-js/es6/parsePhoneNumberFromString.js +11 -0
  2014. package/node_modules/libphonenumber-js/es6/parsePhoneNumberFromString.js.map +1 -0
  2015. package/node_modules/libphonenumber-js/es6/parsePhoneNumberFromString.test.js +80 -0
  2016. package/node_modules/libphonenumber-js/es6/parsePhoneNumberFromString.test.js.map +1 -0
  2017. package/node_modules/libphonenumber-js/es6/parsePhoneNumberFromString_.js +27 -0
  2018. package/node_modules/libphonenumber-js/es6/parsePhoneNumberFromString_.js.map +1 -0
  2019. package/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js +11 -0
  2020. package/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js.map +1 -0
  2021. package/node_modules/libphonenumber-js/es6/parse_.js +339 -0
  2022. package/node_modules/libphonenumber-js/es6/parse_.js.map +1 -0
  2023. package/node_modules/libphonenumber-js/es6/searchNumbers.js +33 -0
  2024. package/node_modules/libphonenumber-js/es6/searchNumbers.js.map +1 -0
  2025. package/node_modules/libphonenumber-js/es6/searchNumbers.test.js +38 -0
  2026. package/node_modules/libphonenumber-js/es6/searchNumbers.test.js.map +1 -0
  2027. package/node_modules/libphonenumber-js/es6/searchPhoneNumbersInText.js +7 -0
  2028. package/node_modules/libphonenumber-js/es6/searchPhoneNumbersInText.js.map +1 -0
  2029. package/node_modules/libphonenumber-js/es6/searchPhoneNumbersInText.test.js +45 -0
  2030. package/node_modules/libphonenumber-js/es6/searchPhoneNumbersInText.test.js.map +1 -0
  2031. package/node_modules/libphonenumber-js/es6/tools/semver-compare.js +30 -0
  2032. package/node_modules/libphonenumber-js/es6/tools/semver-compare.js.map +1 -0
  2033. package/node_modules/libphonenumber-js/es6/tools/semver-compare.test.js +8 -0
  2034. package/node_modules/libphonenumber-js/es6/tools/semver-compare.test.js.map +1 -0
  2035. package/node_modules/libphonenumber-js/es6/validate.js +12 -0
  2036. package/node_modules/libphonenumber-js/es6/validate.js.map +1 -0
  2037. package/node_modules/libphonenumber-js/es6/validate.test.js +91 -0
  2038. package/node_modules/libphonenumber-js/es6/validate.test.js.map +1 -0
  2039. package/node_modules/libphonenumber-js/es6/validatePhoneNumberLength.js +39 -0
  2040. package/node_modules/libphonenumber-js/es6/validatePhoneNumberLength.js.map +1 -0
  2041. package/node_modules/libphonenumber-js/es6/validatePhoneNumberLength.test.js +32 -0
  2042. package/node_modules/libphonenumber-js/es6/validatePhoneNumberLength.test.js.map +1 -0
  2043. package/node_modules/libphonenumber-js/es6/validate_.js +57 -0
  2044. package/node_modules/libphonenumber-js/es6/validate_.js.map +1 -0
  2045. package/node_modules/libphonenumber-js/examples.mobile.json +1 -0
  2046. package/node_modules/libphonenumber-js/examples.mobile.json.d.ts +4 -0
  2047. package/node_modules/libphonenumber-js/examples.mobile.json.js +4 -0
  2048. package/node_modules/libphonenumber-js/exports/README.md +98 -0
  2049. package/node_modules/libphonenumber-js/exports/examples.mobile.json/index.js +1 -0
  2050. package/node_modules/libphonenumber-js/exports/metadata.max.json/index.js +1 -0
  2051. package/node_modules/libphonenumber-js/exports/metadata.min.json/index.js +1 -0
  2052. package/node_modules/libphonenumber-js/exports/metadata.mobile.json/index.js +1 -0
  2053. package/node_modules/libphonenumber-js/exports/package.exports.json +55 -0
  2054. package/node_modules/libphonenumber-js/index.common.js +124 -0
  2055. package/node_modules/libphonenumber-js/index.d.ts +170 -0
  2056. package/node_modules/libphonenumber-js/index.es6.exports/PhoneNumberSearch.js +11 -0
  2057. package/node_modules/libphonenumber-js/index.es6.exports/findPhoneNumbers.js +7 -0
  2058. package/node_modules/libphonenumber-js/index.es6.exports/format.js +7 -0
  2059. package/node_modules/libphonenumber-js/index.es6.exports/getNumberType.js +7 -0
  2060. package/node_modules/libphonenumber-js/index.es6.exports/isPossibleNumber.js +9 -0
  2061. package/node_modules/libphonenumber-js/index.es6.exports/isValidNumber.js +9 -0
  2062. package/node_modules/libphonenumber-js/index.es6.exports/isValidNumberForRegion.js +7 -0
  2063. package/node_modules/libphonenumber-js/index.es6.exports/parse.js +7 -0
  2064. package/node_modules/libphonenumber-js/index.es6.exports/searchPhoneNumbers.js +7 -0
  2065. package/node_modules/libphonenumber-js/index.es6.js +67 -0
  2066. package/node_modules/libphonenumber-js/max/exports/AsYouType.js +9 -0
  2067. package/node_modules/libphonenumber-js/max/exports/Metadata.js +9 -0
  2068. package/node_modules/libphonenumber-js/max/exports/PhoneNumberMatcher.js +8 -0
  2069. package/node_modules/libphonenumber-js/max/exports/findNumbers.js +6 -0
  2070. package/node_modules/libphonenumber-js/max/exports/findPhoneNumbersInText.js +6 -0
  2071. package/node_modules/libphonenumber-js/max/exports/formatIncompletePhoneNumber.js +6 -0
  2072. package/node_modules/libphonenumber-js/max/exports/getCountries.js +6 -0
  2073. package/node_modules/libphonenumber-js/max/exports/getCountryCallingCode.js +6 -0
  2074. package/node_modules/libphonenumber-js/max/exports/getExampleNumber.js +6 -0
  2075. package/node_modules/libphonenumber-js/max/exports/getExtPrefix.js +6 -0
  2076. package/node_modules/libphonenumber-js/max/exports/isPossiblePhoneNumber.js +6 -0
  2077. package/node_modules/libphonenumber-js/max/exports/isSupportedCountry.js +6 -0
  2078. package/node_modules/libphonenumber-js/max/exports/isValidPhoneNumber.js +6 -0
  2079. package/node_modules/libphonenumber-js/max/exports/parsePhoneNumberFromString.js +6 -0
  2080. package/node_modules/libphonenumber-js/max/exports/parsePhoneNumberWithError.js +6 -0
  2081. package/node_modules/libphonenumber-js/max/exports/searchNumbers.js +6 -0
  2082. package/node_modules/libphonenumber-js/max/exports/searchPhoneNumbersInText.js +6 -0
  2083. package/node_modules/libphonenumber-js/max/exports/validatePhoneNumberLength.js +6 -0
  2084. package/node_modules/libphonenumber-js/max/index.commonjs.js +107 -0
  2085. package/node_modules/libphonenumber-js/max/index.js +40 -0
  2086. package/node_modules/libphonenumber-js/max/metadata.js +11 -0
  2087. package/node_modules/libphonenumber-js/max/package.json +9 -0
  2088. package/node_modules/libphonenumber-js/metadata.full.json +1 -0
  2089. package/node_modules/libphonenumber-js/metadata.full.json.d.ts +4 -0
  2090. package/node_modules/libphonenumber-js/metadata.full.json.js +4 -0
  2091. package/node_modules/libphonenumber-js/metadata.max.json +1 -0
  2092. package/node_modules/libphonenumber-js/metadata.max.json.d.ts +4 -0
  2093. package/node_modules/libphonenumber-js/metadata.max.json.js +4 -0
  2094. package/node_modules/libphonenumber-js/metadata.min.json +1 -0
  2095. package/node_modules/libphonenumber-js/metadata.min.json.d.ts +4 -0
  2096. package/node_modules/libphonenumber-js/metadata.min.json.js +4 -0
  2097. package/node_modules/libphonenumber-js/metadata.mobile.json +1 -0
  2098. package/node_modules/libphonenumber-js/metadata.mobile.json.d.ts +4 -0
  2099. package/node_modules/libphonenumber-js/metadata.mobile.json.js +4 -0
  2100. package/node_modules/libphonenumber-js/min/exports/AsYouType.js +9 -0
  2101. package/node_modules/libphonenumber-js/min/exports/Metadata.js +9 -0
  2102. package/node_modules/libphonenumber-js/min/exports/PhoneNumberMatcher.js +8 -0
  2103. package/node_modules/libphonenumber-js/min/exports/findNumbers.js +6 -0
  2104. package/node_modules/libphonenumber-js/min/exports/findPhoneNumbersInText.js +6 -0
  2105. package/node_modules/libphonenumber-js/min/exports/formatIncompletePhoneNumber.js +6 -0
  2106. package/node_modules/libphonenumber-js/min/exports/getCountries.js +6 -0
  2107. package/node_modules/libphonenumber-js/min/exports/getCountryCallingCode.js +6 -0
  2108. package/node_modules/libphonenumber-js/min/exports/getExampleNumber.js +6 -0
  2109. package/node_modules/libphonenumber-js/min/exports/getExtPrefix.js +6 -0
  2110. package/node_modules/libphonenumber-js/min/exports/isPossiblePhoneNumber.js +6 -0
  2111. package/node_modules/libphonenumber-js/min/exports/isSupportedCountry.js +6 -0
  2112. package/node_modules/libphonenumber-js/min/exports/isValidPhoneNumber.js +6 -0
  2113. package/node_modules/libphonenumber-js/min/exports/parsePhoneNumberFromString.js +6 -0
  2114. package/node_modules/libphonenumber-js/min/exports/parsePhoneNumberWithError.js +6 -0
  2115. package/node_modules/libphonenumber-js/min/exports/searchNumbers.js +6 -0
  2116. package/node_modules/libphonenumber-js/min/exports/searchPhoneNumbersInText.js +6 -0
  2117. package/node_modules/libphonenumber-js/min/exports/validatePhoneNumberLength.js +6 -0
  2118. package/node_modules/libphonenumber-js/min/index.commonjs.js +113 -0
  2119. package/node_modules/libphonenumber-js/min/index.d.ts +102 -0
  2120. package/node_modules/libphonenumber-js/min/index.js +40 -0
  2121. package/node_modules/libphonenumber-js/min/metadata.js +11 -0
  2122. package/node_modules/libphonenumber-js/min/package.json +8 -0
  2123. package/node_modules/libphonenumber-js/mobile/exports/AsYouType.js +9 -0
  2124. package/node_modules/libphonenumber-js/mobile/exports/Metadata.js +9 -0
  2125. package/node_modules/libphonenumber-js/mobile/exports/PhoneNumberMatcher.js +8 -0
  2126. package/node_modules/libphonenumber-js/mobile/exports/findNumbers.js +6 -0
  2127. package/node_modules/libphonenumber-js/mobile/exports/findPhoneNumbersInText.js +6 -0
  2128. package/node_modules/libphonenumber-js/mobile/exports/formatIncompletePhoneNumber.js +6 -0
  2129. package/node_modules/libphonenumber-js/mobile/exports/getCountries.js +6 -0
  2130. package/node_modules/libphonenumber-js/mobile/exports/getCountryCallingCode.js +6 -0
  2131. package/node_modules/libphonenumber-js/mobile/exports/getExampleNumber.js +6 -0
  2132. package/node_modules/libphonenumber-js/mobile/exports/getExtPrefix.js +6 -0
  2133. package/node_modules/libphonenumber-js/mobile/exports/isPossiblePhoneNumber.js +6 -0
  2134. package/node_modules/libphonenumber-js/mobile/exports/isSupportedCountry.js +6 -0
  2135. package/node_modules/libphonenumber-js/mobile/exports/isValidPhoneNumber.js +6 -0
  2136. package/node_modules/libphonenumber-js/mobile/exports/parsePhoneNumberFromString.js +6 -0
  2137. package/node_modules/libphonenumber-js/mobile/exports/parsePhoneNumberWithError.js +6 -0
  2138. package/node_modules/libphonenumber-js/mobile/exports/searchNumbers.js +6 -0
  2139. package/node_modules/libphonenumber-js/mobile/exports/searchPhoneNumbersInText.js +6 -0
  2140. package/node_modules/libphonenumber-js/mobile/exports/validatePhoneNumberLength.js +6 -0
  2141. package/node_modules/libphonenumber-js/mobile/index.commonjs.js +107 -0
  2142. package/node_modules/libphonenumber-js/mobile/index.js +40 -0
  2143. package/node_modules/libphonenumber-js/mobile/metadata.js +11 -0
  2144. package/node_modules/libphonenumber-js/mobile/package.json +9 -0
  2145. package/node_modules/libphonenumber-js/package.json +83 -0
  2146. package/node_modules/libphonenumber-js/rollup.config.js +57 -0
  2147. package/node_modules/libphonenumber-js/runnable/download.js +12 -0
  2148. package/node_modules/libphonenumber-js/runnable/generate-country-codes.js +13 -0
  2149. package/node_modules/libphonenumber-js/runnable/generate.js +75 -0
  2150. package/node_modules/libphonenumber-js/runnable/json-to-js.js +14 -0
  2151. package/node_modules/libphonenumber-js/runnable/metadata-branch.js +26 -0
  2152. package/node_modules/libphonenumber-js/runnable/metadata-update-and-push-and-pull-request.js +47 -0
  2153. package/node_modules/libphonenumber-js/runnable/metadata-update-and-push.js +30 -0
  2154. package/node_modules/libphonenumber-js/runnable/metadata-update-and-release.js +32 -0
  2155. package/node_modules/libphonenumber-js/runnable/modules/commit.js +14 -0
  2156. package/node_modules/libphonenumber-js/runnable/modules/exec.js +6 -0
  2157. package/node_modules/libphonenumber-js/runnable/modules/update-metadata.js +88 -0
  2158. package/node_modules/libphonenumber-js/source/AsYouType.js +411 -0
  2159. package/node_modules/libphonenumber-js/source/AsYouType.test.js +1321 -0
  2160. package/node_modules/libphonenumber-js/source/AsYouTypeFormatter.PatternMatcher.js +373 -0
  2161. package/node_modules/libphonenumber-js/source/AsYouTypeFormatter.PatternMatcher.test.js +633 -0
  2162. package/node_modules/libphonenumber-js/source/AsYouTypeFormatter.complete.js +135 -0
  2163. package/node_modules/libphonenumber-js/source/AsYouTypeFormatter.js +694 -0
  2164. package/node_modules/libphonenumber-js/source/AsYouTypeFormatter.util.js +100 -0
  2165. package/node_modules/libphonenumber-js/source/AsYouTypeFormatter.util.test.js +22 -0
  2166. package/node_modules/libphonenumber-js/source/AsYouTypeParser.js +491 -0
  2167. package/node_modules/libphonenumber-js/source/AsYouTypeState.js +88 -0
  2168. package/node_modules/libphonenumber-js/source/ParseError.js +11 -0
  2169. package/node_modules/libphonenumber-js/source/PhoneNumber.js +95 -0
  2170. package/node_modules/libphonenumber-js/source/PhoneNumber.test.js +44 -0
  2171. package/node_modules/libphonenumber-js/source/PhoneNumberMatcher.js +393 -0
  2172. package/node_modules/libphonenumber-js/source/PhoneNumberMatcher.test.js +74 -0
  2173. package/node_modules/libphonenumber-js/source/constants.js +31 -0
  2174. package/node_modules/libphonenumber-js/source/findNumbers/LRUCache.js +107 -0
  2175. package/node_modules/libphonenumber-js/source/findNumbers/Leniency.js +396 -0
  2176. package/node_modules/libphonenumber-js/source/findNumbers/Leniency.test.js +41 -0
  2177. package/node_modules/libphonenumber-js/source/findNumbers/RegExpCache.js +20 -0
  2178. package/node_modules/libphonenumber-js/source/findNumbers/isValidCandidate.js +86 -0
  2179. package/node_modules/libphonenumber-js/source/findNumbers/isValidPreCandidate.js +29 -0
  2180. package/node_modules/libphonenumber-js/source/findNumbers/parsePreCandidate.js +19 -0
  2181. package/node_modules/libphonenumber-js/source/findNumbers/utf-8.js +82 -0
  2182. package/node_modules/libphonenumber-js/source/findNumbers/util.js +33 -0
  2183. package/node_modules/libphonenumber-js/source/findNumbers/util.test.js +41 -0
  2184. package/node_modules/libphonenumber-js/source/findNumbers.js +7 -0
  2185. package/node_modules/libphonenumber-js/source/findNumbers.test.js +204 -0
  2186. package/node_modules/libphonenumber-js/source/findNumbers_.js +10 -0
  2187. package/node_modules/libphonenumber-js/source/findPhoneNumbers.js +20 -0
  2188. package/node_modules/libphonenumber-js/source/findPhoneNumbers.test.js +233 -0
  2189. package/node_modules/libphonenumber-js/source/findPhoneNumbersInText.js +45 -0
  2190. package/node_modules/libphonenumber-js/source/findPhoneNumbersInText.test.js +48 -0
  2191. package/node_modules/libphonenumber-js/source/findPhoneNumbers_.js +191 -0
  2192. package/node_modules/libphonenumber-js/source/format.js +113 -0
  2193. package/node_modules/libphonenumber-js/source/format.test.js +231 -0
  2194. package/node_modules/libphonenumber-js/source/formatIncompletePhoneNumber.js +17 -0
  2195. package/node_modules/libphonenumber-js/source/formatIncompletePhoneNumber.test.js +21 -0
  2196. package/node_modules/libphonenumber-js/source/formatNumberForMobileDialing.js +221 -0
  2197. package/node_modules/libphonenumber-js/source/formatNumberForMobileDialing.test.js +16 -0
  2198. package/node_modules/libphonenumber-js/source/format_.js +182 -0
  2199. package/node_modules/libphonenumber-js/source/getCountries.js +5 -0
  2200. package/node_modules/libphonenumber-js/source/getCountries.test.js +9 -0
  2201. package/node_modules/libphonenumber-js/source/getCountryCallingCode.js +2 -0
  2202. package/node_modules/libphonenumber-js/source/getCountryCallingCode.test.js +13 -0
  2203. package/node_modules/libphonenumber-js/source/getExampleNumber.js +7 -0
  2204. package/node_modules/libphonenumber-js/source/getExampleNumber.test.js +17 -0
  2205. package/node_modules/libphonenumber-js/source/getNumberType.js +112 -0
  2206. package/node_modules/libphonenumber-js/source/getNumberType.test.js +65 -0
  2207. package/node_modules/libphonenumber-js/source/helpers/RFC3966.js +59 -0
  2208. package/node_modules/libphonenumber-js/source/helpers/RFC3966.test.js +33 -0
  2209. package/node_modules/libphonenumber-js/source/helpers/applyInternationalSeparatorStyle.js +35 -0
  2210. package/node_modules/libphonenumber-js/source/helpers/applyInternationalSeparatorStyle.test.js +8 -0
  2211. package/node_modules/libphonenumber-js/source/helpers/checkNumberLength.js +86 -0
  2212. package/node_modules/libphonenumber-js/source/helpers/checkNumberLength.test.js +32 -0
  2213. package/node_modules/libphonenumber-js/source/helpers/extension/createExtensionPattern.js +112 -0
  2214. package/node_modules/libphonenumber-js/source/helpers/extension/extractExtension.js +29 -0
  2215. package/node_modules/libphonenumber-js/source/helpers/extractCountryCallingCode.js +106 -0
  2216. package/node_modules/libphonenumber-js/source/helpers/extractCountryCallingCode.test.js +18 -0
  2217. package/node_modules/libphonenumber-js/source/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +63 -0
  2218. package/node_modules/libphonenumber-js/source/helpers/extractNationalNumber.js +92 -0
  2219. package/node_modules/libphonenumber-js/source/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +104 -0
  2220. package/node_modules/libphonenumber-js/source/helpers/extractNationalNumberFromPossiblyIncompleteNumber.test.js +15 -0
  2221. package/node_modules/libphonenumber-js/source/helpers/formatNationalNumberUsingFormat.js +46 -0
  2222. package/node_modules/libphonenumber-js/source/helpers/getCountryByCallingCode.js +47 -0
  2223. package/node_modules/libphonenumber-js/source/helpers/getIddPrefix.js +25 -0
  2224. package/node_modules/libphonenumber-js/source/helpers/getNumberType.js +93 -0
  2225. package/node_modules/libphonenumber-js/source/helpers/isViablePhoneNumber.js +108 -0
  2226. package/node_modules/libphonenumber-js/source/helpers/matchesEntirely.js +11 -0
  2227. package/node_modules/libphonenumber-js/source/helpers/matchesEntirely.test.js +11 -0
  2228. package/node_modules/libphonenumber-js/source/helpers/mergeArrays.js +24 -0
  2229. package/node_modules/libphonenumber-js/source/helpers/mergeArrays.test.js +7 -0
  2230. package/node_modules/libphonenumber-js/source/helpers/parseDigits.js +82 -0
  2231. package/node_modules/libphonenumber-js/source/helpers/parseDigits.test.js +7 -0
  2232. package/node_modules/libphonenumber-js/source/helpers/stripIddPrefix.js +30 -0
  2233. package/node_modules/libphonenumber-js/source/helpers/stripIddPrefix.test.js +21 -0
  2234. package/node_modules/libphonenumber-js/source/isPossibleNumber.js +22 -0
  2235. package/node_modules/libphonenumber-js/source/isPossibleNumber.test.js +40 -0
  2236. package/node_modules/libphonenumber-js/source/isPossibleNumber_.js +64 -0
  2237. package/node_modules/libphonenumber-js/source/isPossiblePhoneNumber.js +12 -0
  2238. package/node_modules/libphonenumber-js/source/isPossiblePhoneNumber.test.js +20 -0
  2239. package/node_modules/libphonenumber-js/source/isValidNumberForRegion.js +24 -0
  2240. package/node_modules/libphonenumber-js/source/isValidNumberForRegion.test.js +28 -0
  2241. package/node_modules/libphonenumber-js/source/isValidNumberForRegion_.js +13 -0
  2242. package/node_modules/libphonenumber-js/source/isValidPhoneNumber.js +12 -0
  2243. package/node_modules/libphonenumber-js/source/isValidPhoneNumber.test.js +20 -0
  2244. package/node_modules/libphonenumber-js/source/metadata.js +535 -0
  2245. package/node_modules/libphonenumber-js/source/metadata.test.js +82 -0
  2246. package/node_modules/libphonenumber-js/source/parse.js +34 -0
  2247. package/node_modules/libphonenumber-js/source/parse.test.js +524 -0
  2248. package/node_modules/libphonenumber-js/source/parseIncompletePhoneNumber.js +55 -0
  2249. package/node_modules/libphonenumber-js/source/parseIncompletePhoneNumber.test.js +36 -0
  2250. package/node_modules/libphonenumber-js/source/parsePhoneNumber.js +61 -0
  2251. package/node_modules/libphonenumber-js/source/parsePhoneNumber.test.js +112 -0
  2252. package/node_modules/libphonenumber-js/source/parsePhoneNumberFromString.js +7 -0
  2253. package/node_modules/libphonenumber-js/source/parsePhoneNumberFromString.test.js +72 -0
  2254. package/node_modules/libphonenumber-js/source/parsePhoneNumberFromString_.js +24 -0
  2255. package/node_modules/libphonenumber-js/source/parsePhoneNumber_.js +5 -0
  2256. package/node_modules/libphonenumber-js/source/parse_.js +344 -0
  2257. package/node_modules/libphonenumber-js/source/searchNumbers.js +30 -0
  2258. package/node_modules/libphonenumber-js/source/searchNumbers.test.js +26 -0
  2259. package/node_modules/libphonenumber-js/source/searchPhoneNumbersInText.js +7 -0
  2260. package/node_modules/libphonenumber-js/source/searchPhoneNumbersInText.test.js +20 -0
  2261. package/node_modules/libphonenumber-js/source/tools/semver-compare.js +26 -0
  2262. package/node_modules/libphonenumber-js/source/tools/semver-compare.test.js +40 -0
  2263. package/node_modules/libphonenumber-js/source/validate.js +9 -0
  2264. package/node_modules/libphonenumber-js/source/validate.test.js +86 -0
  2265. package/node_modules/libphonenumber-js/source/validatePhoneNumberLength.js +31 -0
  2266. package/node_modules/libphonenumber-js/source/validatePhoneNumberLength.test.js +30 -0
  2267. package/node_modules/libphonenumber-js/source/validate_.js +62 -0
  2268. package/node_modules/libphonenumber-js/types.d.ts +116 -0
  2269. package/node_modules/lodash/LICENSE +47 -0
  2270. package/node_modules/lodash/README.md +39 -0
  2271. package/node_modules/lodash/_DataView.js +7 -0
  2272. package/node_modules/lodash/_Hash.js +32 -0
  2273. package/node_modules/lodash/_LazyWrapper.js +28 -0
  2274. package/node_modules/lodash/_ListCache.js +32 -0
  2275. package/node_modules/lodash/_LodashWrapper.js +22 -0
  2276. package/node_modules/lodash/_Map.js +7 -0
  2277. package/node_modules/lodash/_MapCache.js +32 -0
  2278. package/node_modules/lodash/_Promise.js +7 -0
  2279. package/node_modules/lodash/_Set.js +7 -0
  2280. package/node_modules/lodash/_SetCache.js +27 -0
  2281. package/node_modules/lodash/_Stack.js +27 -0
  2282. package/node_modules/lodash/_Symbol.js +6 -0
  2283. package/node_modules/lodash/_Uint8Array.js +6 -0
  2284. package/node_modules/lodash/_WeakMap.js +7 -0
  2285. package/node_modules/lodash/_apply.js +21 -0
  2286. package/node_modules/lodash/_arrayAggregator.js +22 -0
  2287. package/node_modules/lodash/_arrayEach.js +22 -0
  2288. package/node_modules/lodash/_arrayEachRight.js +21 -0
  2289. package/node_modules/lodash/_arrayEvery.js +23 -0
  2290. package/node_modules/lodash/_arrayFilter.js +25 -0
  2291. package/node_modules/lodash/_arrayIncludes.js +17 -0
  2292. package/node_modules/lodash/_arrayIncludesWith.js +22 -0
  2293. package/node_modules/lodash/_arrayLikeKeys.js +49 -0
  2294. package/node_modules/lodash/_arrayMap.js +21 -0
  2295. package/node_modules/lodash/_arrayPush.js +20 -0
  2296. package/node_modules/lodash/_arrayReduce.js +26 -0
  2297. package/node_modules/lodash/_arrayReduceRight.js +24 -0
  2298. package/node_modules/lodash/_arraySample.js +15 -0
  2299. package/node_modules/lodash/_arraySampleSize.js +17 -0
  2300. package/node_modules/lodash/_arrayShuffle.js +15 -0
  2301. package/node_modules/lodash/_arraySome.js +23 -0
  2302. package/node_modules/lodash/_asciiSize.js +12 -0
  2303. package/node_modules/lodash/_asciiToArray.js +12 -0
  2304. package/node_modules/lodash/_asciiWords.js +15 -0
  2305. package/node_modules/lodash/_assignMergeValue.js +20 -0
  2306. package/node_modules/lodash/_assignValue.js +28 -0
  2307. package/node_modules/lodash/_assocIndexOf.js +21 -0
  2308. package/node_modules/lodash/_baseAggregator.js +21 -0
  2309. package/node_modules/lodash/_baseAssign.js +17 -0
  2310. package/node_modules/lodash/_baseAssignIn.js +17 -0
  2311. package/node_modules/lodash/_baseAssignValue.js +25 -0
  2312. package/node_modules/lodash/_baseAt.js +23 -0
  2313. package/node_modules/lodash/_baseClamp.js +22 -0
  2314. package/node_modules/lodash/_baseClone.js +166 -0
  2315. package/node_modules/lodash/_baseConforms.js +18 -0
  2316. package/node_modules/lodash/_baseConformsTo.js +27 -0
  2317. package/node_modules/lodash/_baseCreate.js +30 -0
  2318. package/node_modules/lodash/_baseDelay.js +21 -0
  2319. package/node_modules/lodash/_baseDifference.js +67 -0
  2320. package/node_modules/lodash/_baseEach.js +14 -0
  2321. package/node_modules/lodash/_baseEachRight.js +14 -0
  2322. package/node_modules/lodash/_baseEvery.js +21 -0
  2323. package/node_modules/lodash/_baseExtremum.js +32 -0
  2324. package/node_modules/lodash/_baseFill.js +32 -0
  2325. package/node_modules/lodash/_baseFilter.js +21 -0
  2326. package/node_modules/lodash/_baseFindIndex.js +24 -0
  2327. package/node_modules/lodash/_baseFindKey.js +23 -0
  2328. package/node_modules/lodash/_baseFlatten.js +38 -0
  2329. package/node_modules/lodash/_baseFor.js +16 -0
  2330. package/node_modules/lodash/_baseForOwn.js +16 -0
  2331. package/node_modules/lodash/_baseForOwnRight.js +16 -0
  2332. package/node_modules/lodash/_baseForRight.js +15 -0
  2333. package/node_modules/lodash/_baseFunctions.js +19 -0
  2334. package/node_modules/lodash/_baseGet.js +24 -0
  2335. package/node_modules/lodash/_baseGetAllKeys.js +20 -0
  2336. package/node_modules/lodash/_baseGetTag.js +28 -0
  2337. package/node_modules/lodash/_baseGt.js +14 -0
  2338. package/node_modules/lodash/_baseHas.js +19 -0
  2339. package/node_modules/lodash/_baseHasIn.js +13 -0
  2340. package/node_modules/lodash/_baseInRange.js +18 -0
  2341. package/node_modules/lodash/_baseIndexOf.js +20 -0
  2342. package/node_modules/lodash/_baseIndexOfWith.js +23 -0
  2343. package/node_modules/lodash/_baseIntersection.js +74 -0
  2344. package/node_modules/lodash/_baseInverter.js +21 -0
  2345. package/node_modules/lodash/_baseInvoke.js +24 -0
  2346. package/node_modules/lodash/_baseIsArguments.js +18 -0
  2347. package/node_modules/lodash/_baseIsArrayBuffer.js +17 -0
  2348. package/node_modules/lodash/_baseIsDate.js +18 -0
  2349. package/node_modules/lodash/_baseIsEqual.js +28 -0
  2350. package/node_modules/lodash/_baseIsEqualDeep.js +83 -0
  2351. package/node_modules/lodash/_baseIsMap.js +18 -0
  2352. package/node_modules/lodash/_baseIsMatch.js +62 -0
  2353. package/node_modules/lodash/_baseIsNaN.js +12 -0
  2354. package/node_modules/lodash/_baseIsNative.js +47 -0
  2355. package/node_modules/lodash/_baseIsRegExp.js +18 -0
  2356. package/node_modules/lodash/_baseIsSet.js +18 -0
  2357. package/node_modules/lodash/_baseIsTypedArray.js +60 -0
  2358. package/node_modules/lodash/_baseIteratee.js +31 -0
  2359. package/node_modules/lodash/_baseKeys.js +30 -0
  2360. package/node_modules/lodash/_baseKeysIn.js +33 -0
  2361. package/node_modules/lodash/_baseLodash.js +10 -0
  2362. package/node_modules/lodash/_baseLt.js +14 -0
  2363. package/node_modules/lodash/_baseMap.js +22 -0
  2364. package/node_modules/lodash/_baseMatches.js +22 -0
  2365. package/node_modules/lodash/_baseMatchesProperty.js +33 -0
  2366. package/node_modules/lodash/_baseMean.js +20 -0
  2367. package/node_modules/lodash/_baseMerge.js +42 -0
  2368. package/node_modules/lodash/_baseMergeDeep.js +94 -0
  2369. package/node_modules/lodash/_baseNth.js +20 -0
  2370. package/node_modules/lodash/_baseOrderBy.js +49 -0
  2371. package/node_modules/lodash/_basePick.js +19 -0
  2372. package/node_modules/lodash/_basePickBy.js +30 -0
  2373. package/node_modules/lodash/_baseProperty.js +14 -0
  2374. package/node_modules/lodash/_basePropertyDeep.js +16 -0
  2375. package/node_modules/lodash/_basePropertyOf.js +14 -0
  2376. package/node_modules/lodash/_basePullAll.js +51 -0
  2377. package/node_modules/lodash/_basePullAt.js +37 -0
  2378. package/node_modules/lodash/_baseRandom.js +18 -0
  2379. package/node_modules/lodash/_baseRange.js +28 -0
  2380. package/node_modules/lodash/_baseReduce.js +23 -0
  2381. package/node_modules/lodash/_baseRepeat.js +35 -0
  2382. package/node_modules/lodash/_baseRest.js +17 -0
  2383. package/node_modules/lodash/_baseSample.js +15 -0
  2384. package/node_modules/lodash/_baseSampleSize.js +18 -0
  2385. package/node_modules/lodash/_baseSet.js +51 -0
  2386. package/node_modules/lodash/_baseSetData.js +17 -0
  2387. package/node_modules/lodash/_baseSetToString.js +22 -0
  2388. package/node_modules/lodash/_baseShuffle.js +15 -0
  2389. package/node_modules/lodash/_baseSlice.js +31 -0
  2390. package/node_modules/lodash/_baseSome.js +22 -0
  2391. package/node_modules/lodash/_baseSortBy.js +21 -0
  2392. package/node_modules/lodash/_baseSortedIndex.js +42 -0
  2393. package/node_modules/lodash/_baseSortedIndexBy.js +67 -0
  2394. package/node_modules/lodash/_baseSortedUniq.js +30 -0
  2395. package/node_modules/lodash/_baseSum.js +24 -0
  2396. package/node_modules/lodash/_baseTimes.js +20 -0
  2397. package/node_modules/lodash/_baseToNumber.js +24 -0
  2398. package/node_modules/lodash/_baseToPairs.js +18 -0
  2399. package/node_modules/lodash/_baseToString.js +37 -0
  2400. package/node_modules/lodash/_baseTrim.js +19 -0
  2401. package/node_modules/lodash/_baseUnary.js +14 -0
  2402. package/node_modules/lodash/_baseUniq.js +72 -0
  2403. package/node_modules/lodash/_baseUnset.js +20 -0
  2404. package/node_modules/lodash/_baseUpdate.js +18 -0
  2405. package/node_modules/lodash/_baseValues.js +19 -0
  2406. package/node_modules/lodash/_baseWhile.js +26 -0
  2407. package/node_modules/lodash/_baseWrapperValue.js +25 -0
  2408. package/node_modules/lodash/_baseXor.js +36 -0
  2409. package/node_modules/lodash/_baseZipObject.js +23 -0
  2410. package/node_modules/lodash/_cacheHas.js +13 -0
  2411. package/node_modules/lodash/_castArrayLikeObject.js +14 -0
  2412. package/node_modules/lodash/_castFunction.js +14 -0
  2413. package/node_modules/lodash/_castPath.js +21 -0
  2414. package/node_modules/lodash/_castRest.js +14 -0
  2415. package/node_modules/lodash/_castSlice.js +18 -0
  2416. package/node_modules/lodash/_charsEndIndex.js +19 -0
  2417. package/node_modules/lodash/_charsStartIndex.js +20 -0
  2418. package/node_modules/lodash/_cloneArrayBuffer.js +16 -0
  2419. package/node_modules/lodash/_cloneBuffer.js +35 -0
  2420. package/node_modules/lodash/_cloneDataView.js +16 -0
  2421. package/node_modules/lodash/_cloneRegExp.js +17 -0
  2422. package/node_modules/lodash/_cloneSymbol.js +18 -0
  2423. package/node_modules/lodash/_cloneTypedArray.js +16 -0
  2424. package/node_modules/lodash/_compareAscending.js +41 -0
  2425. package/node_modules/lodash/_compareMultiple.js +44 -0
  2426. package/node_modules/lodash/_composeArgs.js +39 -0
  2427. package/node_modules/lodash/_composeArgsRight.js +41 -0
  2428. package/node_modules/lodash/_copyArray.js +20 -0
  2429. package/node_modules/lodash/_copyObject.js +40 -0
  2430. package/node_modules/lodash/_copySymbols.js +16 -0
  2431. package/node_modules/lodash/_copySymbolsIn.js +16 -0
  2432. package/node_modules/lodash/_coreJsData.js +6 -0
  2433. package/node_modules/lodash/_countHolders.js +21 -0
  2434. package/node_modules/lodash/_createAggregator.js +23 -0
  2435. package/node_modules/lodash/_createAssigner.js +37 -0
  2436. package/node_modules/lodash/_createBaseEach.js +32 -0
  2437. package/node_modules/lodash/_createBaseFor.js +25 -0
  2438. package/node_modules/lodash/_createBind.js +28 -0
  2439. package/node_modules/lodash/_createCaseFirst.js +33 -0
  2440. package/node_modules/lodash/_createCompounder.js +24 -0
  2441. package/node_modules/lodash/_createCtor.js +37 -0
  2442. package/node_modules/lodash/_createCurry.js +46 -0
  2443. package/node_modules/lodash/_createFind.js +25 -0
  2444. package/node_modules/lodash/_createFlow.js +78 -0
  2445. package/node_modules/lodash/_createHybrid.js +92 -0
  2446. package/node_modules/lodash/_createInverter.js +17 -0
  2447. package/node_modules/lodash/_createMathOperation.js +38 -0
  2448. package/node_modules/lodash/_createOver.js +27 -0
  2449. package/node_modules/lodash/_createPadding.js +33 -0
  2450. package/node_modules/lodash/_createPartial.js +43 -0
  2451. package/node_modules/lodash/_createRange.js +30 -0
  2452. package/node_modules/lodash/_createRecurry.js +56 -0
  2453. package/node_modules/lodash/_createRelationalOperation.js +20 -0
  2454. package/node_modules/lodash/_createRound.js +35 -0
  2455. package/node_modules/lodash/_createSet.js +19 -0
  2456. package/node_modules/lodash/_createToPairs.js +30 -0
  2457. package/node_modules/lodash/_createWrap.js +106 -0
  2458. package/node_modules/lodash/_customDefaultsAssignIn.js +29 -0
  2459. package/node_modules/lodash/_customDefaultsMerge.js +28 -0
  2460. package/node_modules/lodash/_customOmitClone.js +16 -0
  2461. package/node_modules/lodash/_deburrLetter.js +71 -0
  2462. package/node_modules/lodash/_defineProperty.js +11 -0
  2463. package/node_modules/lodash/_equalArrays.js +84 -0
  2464. package/node_modules/lodash/_equalByTag.js +112 -0
  2465. package/node_modules/lodash/_equalObjects.js +90 -0
  2466. package/node_modules/lodash/_escapeHtmlChar.js +21 -0
  2467. package/node_modules/lodash/_escapeStringChar.js +22 -0
  2468. package/node_modules/lodash/_flatRest.js +16 -0
  2469. package/node_modules/lodash/_freeGlobal.js +4 -0
  2470. package/node_modules/lodash/_getAllKeys.js +16 -0
  2471. package/node_modules/lodash/_getAllKeysIn.js +17 -0
  2472. package/node_modules/lodash/_getData.js +15 -0
  2473. package/node_modules/lodash/_getFuncName.js +31 -0
  2474. package/node_modules/lodash/_getHolder.js +13 -0
  2475. package/node_modules/lodash/_getMapData.js +18 -0
  2476. package/node_modules/lodash/_getMatchData.js +24 -0
  2477. package/node_modules/lodash/_getNative.js +17 -0
  2478. package/node_modules/lodash/_getPrototype.js +6 -0
  2479. package/node_modules/lodash/_getRawTag.js +46 -0
  2480. package/node_modules/lodash/_getSymbols.js +30 -0
  2481. package/node_modules/lodash/_getSymbolsIn.js +25 -0
  2482. package/node_modules/lodash/_getTag.js +58 -0
  2483. package/node_modules/lodash/_getValue.js +13 -0
  2484. package/node_modules/lodash/_getView.js +33 -0
  2485. package/node_modules/lodash/_getWrapDetails.js +17 -0
  2486. package/node_modules/lodash/_hasPath.js +39 -0
  2487. package/node_modules/lodash/_hasUnicode.js +26 -0
  2488. package/node_modules/lodash/_hasUnicodeWord.js +15 -0
  2489. package/node_modules/lodash/_hashClear.js +15 -0
  2490. package/node_modules/lodash/_hashDelete.js +17 -0
  2491. package/node_modules/lodash/_hashGet.js +30 -0
  2492. package/node_modules/lodash/_hashHas.js +23 -0
  2493. package/node_modules/lodash/_hashSet.js +23 -0
  2494. package/node_modules/lodash/_initCloneArray.js +26 -0
  2495. package/node_modules/lodash/_initCloneByTag.js +77 -0
  2496. package/node_modules/lodash/_initCloneObject.js +18 -0
  2497. package/node_modules/lodash/_insertWrapDetails.js +23 -0
  2498. package/node_modules/lodash/_isFlattenable.js +20 -0
  2499. package/node_modules/lodash/_isIndex.js +25 -0
  2500. package/node_modules/lodash/_isIterateeCall.js +30 -0
  2501. package/node_modules/lodash/_isKey.js +29 -0
  2502. package/node_modules/lodash/_isKeyable.js +15 -0
  2503. package/node_modules/lodash/_isLaziable.js +28 -0
  2504. package/node_modules/lodash/_isMaskable.js +14 -0
  2505. package/node_modules/lodash/_isMasked.js +20 -0
  2506. package/node_modules/lodash/_isPrototype.js +18 -0
  2507. package/node_modules/lodash/_isStrictComparable.js +15 -0
  2508. package/node_modules/lodash/_iteratorToArray.js +18 -0
  2509. package/node_modules/lodash/_lazyClone.js +23 -0
  2510. package/node_modules/lodash/_lazyReverse.js +23 -0
  2511. package/node_modules/lodash/_lazyValue.js +69 -0
  2512. package/node_modules/lodash/_listCacheClear.js +13 -0
  2513. package/node_modules/lodash/_listCacheDelete.js +35 -0
  2514. package/node_modules/lodash/_listCacheGet.js +19 -0
  2515. package/node_modules/lodash/_listCacheHas.js +16 -0
  2516. package/node_modules/lodash/_listCacheSet.js +26 -0
  2517. package/node_modules/lodash/_mapCacheClear.js +21 -0
  2518. package/node_modules/lodash/_mapCacheDelete.js +18 -0
  2519. package/node_modules/lodash/_mapCacheGet.js +16 -0
  2520. package/node_modules/lodash/_mapCacheHas.js +16 -0
  2521. package/node_modules/lodash/_mapCacheSet.js +22 -0
  2522. package/node_modules/lodash/_mapToArray.js +18 -0
  2523. package/node_modules/lodash/_matchesStrictComparable.js +20 -0
  2524. package/node_modules/lodash/_memoizeCapped.js +26 -0
  2525. package/node_modules/lodash/_mergeData.js +90 -0
  2526. package/node_modules/lodash/_metaMap.js +6 -0
  2527. package/node_modules/lodash/_nativeCreate.js +6 -0
  2528. package/node_modules/lodash/_nativeKeys.js +6 -0
  2529. package/node_modules/lodash/_nativeKeysIn.js +20 -0
  2530. package/node_modules/lodash/_nodeUtil.js +30 -0
  2531. package/node_modules/lodash/_objectToString.js +22 -0
  2532. package/node_modules/lodash/_overArg.js +15 -0
  2533. package/node_modules/lodash/_overRest.js +36 -0
  2534. package/node_modules/lodash/_parent.js +16 -0
  2535. package/node_modules/lodash/_reEscape.js +4 -0
  2536. package/node_modules/lodash/_reEvaluate.js +4 -0
  2537. package/node_modules/lodash/_reInterpolate.js +4 -0
  2538. package/node_modules/lodash/_realNames.js +4 -0
  2539. package/node_modules/lodash/_reorder.js +29 -0
  2540. package/node_modules/lodash/_replaceHolders.js +29 -0
  2541. package/node_modules/lodash/_root.js +9 -0
  2542. package/node_modules/lodash/_safeGet.js +21 -0
  2543. package/node_modules/lodash/_setCacheAdd.js +19 -0
  2544. package/node_modules/lodash/_setCacheHas.js +14 -0
  2545. package/node_modules/lodash/_setData.js +20 -0
  2546. package/node_modules/lodash/_setToArray.js +18 -0
  2547. package/node_modules/lodash/_setToPairs.js +18 -0
  2548. package/node_modules/lodash/_setToString.js +14 -0
  2549. package/node_modules/lodash/_setWrapToString.js +21 -0
  2550. package/node_modules/lodash/_shortOut.js +37 -0
  2551. package/node_modules/lodash/_shuffleSelf.js +28 -0
  2552. package/node_modules/lodash/_stackClear.js +15 -0
  2553. package/node_modules/lodash/_stackDelete.js +18 -0
  2554. package/node_modules/lodash/_stackGet.js +14 -0
  2555. package/node_modules/lodash/_stackHas.js +14 -0
  2556. package/node_modules/lodash/_stackSet.js +34 -0
  2557. package/node_modules/lodash/_strictIndexOf.js +23 -0
  2558. package/node_modules/lodash/_strictLastIndexOf.js +21 -0
  2559. package/node_modules/lodash/_stringSize.js +18 -0
  2560. package/node_modules/lodash/_stringToArray.js +18 -0
  2561. package/node_modules/lodash/_stringToPath.js +27 -0
  2562. package/node_modules/lodash/_toKey.js +21 -0
  2563. package/node_modules/lodash/_toSource.js +26 -0
  2564. package/node_modules/lodash/_trimmedEndIndex.js +19 -0
  2565. package/node_modules/lodash/_unescapeHtmlChar.js +21 -0
  2566. package/node_modules/lodash/_unicodeSize.js +44 -0
  2567. package/node_modules/lodash/_unicodeToArray.js +40 -0
  2568. package/node_modules/lodash/_unicodeWords.js +69 -0
  2569. package/node_modules/lodash/_updateWrapDetails.js +46 -0
  2570. package/node_modules/lodash/_wrapperClone.js +23 -0
  2571. package/node_modules/lodash/add.js +22 -0
  2572. package/node_modules/lodash/after.js +42 -0
  2573. package/node_modules/lodash/array.js +67 -0
  2574. package/node_modules/lodash/ary.js +29 -0
  2575. package/node_modules/lodash/assign.js +58 -0
  2576. package/node_modules/lodash/assignIn.js +40 -0
  2577. package/node_modules/lodash/assignInWith.js +38 -0
  2578. package/node_modules/lodash/assignWith.js +37 -0
  2579. package/node_modules/lodash/at.js +23 -0
  2580. package/node_modules/lodash/attempt.js +35 -0
  2581. package/node_modules/lodash/before.js +40 -0
  2582. package/node_modules/lodash/bind.js +57 -0
  2583. package/node_modules/lodash/bindAll.js +41 -0
  2584. package/node_modules/lodash/bindKey.js +68 -0
  2585. package/node_modules/lodash/camelCase.js +29 -0
  2586. package/node_modules/lodash/capitalize.js +23 -0
  2587. package/node_modules/lodash/castArray.js +44 -0
  2588. package/node_modules/lodash/ceil.js +26 -0
  2589. package/node_modules/lodash/chain.js +38 -0
  2590. package/node_modules/lodash/chunk.js +50 -0
  2591. package/node_modules/lodash/clamp.js +39 -0
  2592. package/node_modules/lodash/clone.js +36 -0
  2593. package/node_modules/lodash/cloneDeep.js +29 -0
  2594. package/node_modules/lodash/cloneDeepWith.js +40 -0
  2595. package/node_modules/lodash/cloneWith.js +42 -0
  2596. package/node_modules/lodash/collection.js +30 -0
  2597. package/node_modules/lodash/commit.js +33 -0
  2598. package/node_modules/lodash/compact.js +31 -0
  2599. package/node_modules/lodash/concat.js +43 -0
  2600. package/node_modules/lodash/cond.js +60 -0
  2601. package/node_modules/lodash/conforms.js +35 -0
  2602. package/node_modules/lodash/conformsTo.js +32 -0
  2603. package/node_modules/lodash/constant.js +26 -0
  2604. package/node_modules/lodash/core.js +3877 -0
  2605. package/node_modules/lodash/core.min.js +29 -0
  2606. package/node_modules/lodash/countBy.js +40 -0
  2607. package/node_modules/lodash/create.js +43 -0
  2608. package/node_modules/lodash/curry.js +57 -0
  2609. package/node_modules/lodash/curryRight.js +54 -0
  2610. package/node_modules/lodash/date.js +3 -0
  2611. package/node_modules/lodash/debounce.js +191 -0
  2612. package/node_modules/lodash/deburr.js +45 -0
  2613. package/node_modules/lodash/defaultTo.js +25 -0
  2614. package/node_modules/lodash/defaults.js +64 -0
  2615. package/node_modules/lodash/defaultsDeep.js +30 -0
  2616. package/node_modules/lodash/defer.js +26 -0
  2617. package/node_modules/lodash/delay.js +28 -0
  2618. package/node_modules/lodash/difference.js +33 -0
  2619. package/node_modules/lodash/differenceBy.js +44 -0
  2620. package/node_modules/lodash/differenceWith.js +40 -0
  2621. package/node_modules/lodash/divide.js +22 -0
  2622. package/node_modules/lodash/drop.js +38 -0
  2623. package/node_modules/lodash/dropRight.js +39 -0
  2624. package/node_modules/lodash/dropRightWhile.js +45 -0
  2625. package/node_modules/lodash/dropWhile.js +45 -0
  2626. package/node_modules/lodash/each.js +1 -0
  2627. package/node_modules/lodash/eachRight.js +1 -0
  2628. package/node_modules/lodash/endsWith.js +43 -0
  2629. package/node_modules/lodash/entries.js +1 -0
  2630. package/node_modules/lodash/entriesIn.js +1 -0
  2631. package/node_modules/lodash/eq.js +37 -0
  2632. package/node_modules/lodash/escape.js +43 -0
  2633. package/node_modules/lodash/escapeRegExp.js +32 -0
  2634. package/node_modules/lodash/every.js +56 -0
  2635. package/node_modules/lodash/extend.js +1 -0
  2636. package/node_modules/lodash/extendWith.js +1 -0
  2637. package/node_modules/lodash/fill.js +45 -0
  2638. package/node_modules/lodash/filter.js +52 -0
  2639. package/node_modules/lodash/find.js +42 -0
  2640. package/node_modules/lodash/findIndex.js +55 -0
  2641. package/node_modules/lodash/findKey.js +44 -0
  2642. package/node_modules/lodash/findLast.js +25 -0
  2643. package/node_modules/lodash/findLastIndex.js +59 -0
  2644. package/node_modules/lodash/findLastKey.js +44 -0
  2645. package/node_modules/lodash/first.js +1 -0
  2646. package/node_modules/lodash/flake.lock +40 -0
  2647. package/node_modules/lodash/flake.nix +20 -0
  2648. package/node_modules/lodash/flatMap.js +29 -0
  2649. package/node_modules/lodash/flatMapDeep.js +31 -0
  2650. package/node_modules/lodash/flatMapDepth.js +31 -0
  2651. package/node_modules/lodash/flatten.js +22 -0
  2652. package/node_modules/lodash/flattenDeep.js +25 -0
  2653. package/node_modules/lodash/flattenDepth.js +33 -0
  2654. package/node_modules/lodash/flip.js +28 -0
  2655. package/node_modules/lodash/floor.js +26 -0
  2656. package/node_modules/lodash/flow.js +27 -0
  2657. package/node_modules/lodash/flowRight.js +26 -0
  2658. package/node_modules/lodash/forEach.js +41 -0
  2659. package/node_modules/lodash/forEachRight.js +31 -0
  2660. package/node_modules/lodash/forIn.js +39 -0
  2661. package/node_modules/lodash/forInRight.js +37 -0
  2662. package/node_modules/lodash/forOwn.js +36 -0
  2663. package/node_modules/lodash/forOwnRight.js +34 -0
  2664. package/node_modules/lodash/fp/F.js +1 -0
  2665. package/node_modules/lodash/fp/T.js +1 -0
  2666. package/node_modules/lodash/fp/__.js +1 -0
  2667. package/node_modules/lodash/fp/_baseConvert.js +569 -0
  2668. package/node_modules/lodash/fp/_convertBrowser.js +18 -0
  2669. package/node_modules/lodash/fp/_falseOptions.js +7 -0
  2670. package/node_modules/lodash/fp/_mapping.js +358 -0
  2671. package/node_modules/lodash/fp/_util.js +16 -0
  2672. package/node_modules/lodash/fp/add.js +5 -0
  2673. package/node_modules/lodash/fp/after.js +5 -0
  2674. package/node_modules/lodash/fp/all.js +1 -0
  2675. package/node_modules/lodash/fp/allPass.js +1 -0
  2676. package/node_modules/lodash/fp/always.js +1 -0
  2677. package/node_modules/lodash/fp/any.js +1 -0
  2678. package/node_modules/lodash/fp/anyPass.js +1 -0
  2679. package/node_modules/lodash/fp/apply.js +1 -0
  2680. package/node_modules/lodash/fp/array.js +2 -0
  2681. package/node_modules/lodash/fp/ary.js +5 -0
  2682. package/node_modules/lodash/fp/assign.js +5 -0
  2683. package/node_modules/lodash/fp/assignAll.js +5 -0
  2684. package/node_modules/lodash/fp/assignAllWith.js +5 -0
  2685. package/node_modules/lodash/fp/assignIn.js +5 -0
  2686. package/node_modules/lodash/fp/assignInAll.js +5 -0
  2687. package/node_modules/lodash/fp/assignInAllWith.js +5 -0
  2688. package/node_modules/lodash/fp/assignInWith.js +5 -0
  2689. package/node_modules/lodash/fp/assignWith.js +5 -0
  2690. package/node_modules/lodash/fp/assoc.js +1 -0
  2691. package/node_modules/lodash/fp/assocPath.js +1 -0
  2692. package/node_modules/lodash/fp/at.js +5 -0
  2693. package/node_modules/lodash/fp/attempt.js +5 -0
  2694. package/node_modules/lodash/fp/before.js +5 -0
  2695. package/node_modules/lodash/fp/bind.js +5 -0
  2696. package/node_modules/lodash/fp/bindAll.js +5 -0
  2697. package/node_modules/lodash/fp/bindKey.js +5 -0
  2698. package/node_modules/lodash/fp/camelCase.js +5 -0
  2699. package/node_modules/lodash/fp/capitalize.js +5 -0
  2700. package/node_modules/lodash/fp/castArray.js +5 -0
  2701. package/node_modules/lodash/fp/ceil.js +5 -0
  2702. package/node_modules/lodash/fp/chain.js +5 -0
  2703. package/node_modules/lodash/fp/chunk.js +5 -0
  2704. package/node_modules/lodash/fp/clamp.js +5 -0
  2705. package/node_modules/lodash/fp/clone.js +5 -0
  2706. package/node_modules/lodash/fp/cloneDeep.js +5 -0
  2707. package/node_modules/lodash/fp/cloneDeepWith.js +5 -0
  2708. package/node_modules/lodash/fp/cloneWith.js +5 -0
  2709. package/node_modules/lodash/fp/collection.js +2 -0
  2710. package/node_modules/lodash/fp/commit.js +5 -0
  2711. package/node_modules/lodash/fp/compact.js +5 -0
  2712. package/node_modules/lodash/fp/complement.js +1 -0
  2713. package/node_modules/lodash/fp/compose.js +1 -0
  2714. package/node_modules/lodash/fp/concat.js +5 -0
  2715. package/node_modules/lodash/fp/cond.js +5 -0
  2716. package/node_modules/lodash/fp/conforms.js +1 -0
  2717. package/node_modules/lodash/fp/conformsTo.js +5 -0
  2718. package/node_modules/lodash/fp/constant.js +5 -0
  2719. package/node_modules/lodash/fp/contains.js +1 -0
  2720. package/node_modules/lodash/fp/convert.js +18 -0
  2721. package/node_modules/lodash/fp/countBy.js +5 -0
  2722. package/node_modules/lodash/fp/create.js +5 -0
  2723. package/node_modules/lodash/fp/curry.js +5 -0
  2724. package/node_modules/lodash/fp/curryN.js +5 -0
  2725. package/node_modules/lodash/fp/curryRight.js +5 -0
  2726. package/node_modules/lodash/fp/curryRightN.js +5 -0
  2727. package/node_modules/lodash/fp/date.js +2 -0
  2728. package/node_modules/lodash/fp/debounce.js +5 -0
  2729. package/node_modules/lodash/fp/deburr.js +5 -0
  2730. package/node_modules/lodash/fp/defaultTo.js +5 -0
  2731. package/node_modules/lodash/fp/defaults.js +5 -0
  2732. package/node_modules/lodash/fp/defaultsAll.js +5 -0
  2733. package/node_modules/lodash/fp/defaultsDeep.js +5 -0
  2734. package/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
  2735. package/node_modules/lodash/fp/defer.js +5 -0
  2736. package/node_modules/lodash/fp/delay.js +5 -0
  2737. package/node_modules/lodash/fp/difference.js +5 -0
  2738. package/node_modules/lodash/fp/differenceBy.js +5 -0
  2739. package/node_modules/lodash/fp/differenceWith.js +5 -0
  2740. package/node_modules/lodash/fp/dissoc.js +1 -0
  2741. package/node_modules/lodash/fp/dissocPath.js +1 -0
  2742. package/node_modules/lodash/fp/divide.js +5 -0
  2743. package/node_modules/lodash/fp/drop.js +5 -0
  2744. package/node_modules/lodash/fp/dropLast.js +1 -0
  2745. package/node_modules/lodash/fp/dropLastWhile.js +1 -0
  2746. package/node_modules/lodash/fp/dropRight.js +5 -0
  2747. package/node_modules/lodash/fp/dropRightWhile.js +5 -0
  2748. package/node_modules/lodash/fp/dropWhile.js +5 -0
  2749. package/node_modules/lodash/fp/each.js +1 -0
  2750. package/node_modules/lodash/fp/eachRight.js +1 -0
  2751. package/node_modules/lodash/fp/endsWith.js +5 -0
  2752. package/node_modules/lodash/fp/entries.js +1 -0
  2753. package/node_modules/lodash/fp/entriesIn.js +1 -0
  2754. package/node_modules/lodash/fp/eq.js +5 -0
  2755. package/node_modules/lodash/fp/equals.js +1 -0
  2756. package/node_modules/lodash/fp/escape.js +5 -0
  2757. package/node_modules/lodash/fp/escapeRegExp.js +5 -0
  2758. package/node_modules/lodash/fp/every.js +5 -0
  2759. package/node_modules/lodash/fp/extend.js +1 -0
  2760. package/node_modules/lodash/fp/extendAll.js +1 -0
  2761. package/node_modules/lodash/fp/extendAllWith.js +1 -0
  2762. package/node_modules/lodash/fp/extendWith.js +1 -0
  2763. package/node_modules/lodash/fp/fill.js +5 -0
  2764. package/node_modules/lodash/fp/filter.js +5 -0
  2765. package/node_modules/lodash/fp/find.js +5 -0
  2766. package/node_modules/lodash/fp/findFrom.js +5 -0
  2767. package/node_modules/lodash/fp/findIndex.js +5 -0
  2768. package/node_modules/lodash/fp/findIndexFrom.js +5 -0
  2769. package/node_modules/lodash/fp/findKey.js +5 -0
  2770. package/node_modules/lodash/fp/findLast.js +5 -0
  2771. package/node_modules/lodash/fp/findLastFrom.js +5 -0
  2772. package/node_modules/lodash/fp/findLastIndex.js +5 -0
  2773. package/node_modules/lodash/fp/findLastIndexFrom.js +5 -0
  2774. package/node_modules/lodash/fp/findLastKey.js +5 -0
  2775. package/node_modules/lodash/fp/first.js +1 -0
  2776. package/node_modules/lodash/fp/flatMap.js +5 -0
  2777. package/node_modules/lodash/fp/flatMapDeep.js +5 -0
  2778. package/node_modules/lodash/fp/flatMapDepth.js +5 -0
  2779. package/node_modules/lodash/fp/flatten.js +5 -0
  2780. package/node_modules/lodash/fp/flattenDeep.js +5 -0
  2781. package/node_modules/lodash/fp/flattenDepth.js +5 -0
  2782. package/node_modules/lodash/fp/flip.js +5 -0
  2783. package/node_modules/lodash/fp/floor.js +5 -0
  2784. package/node_modules/lodash/fp/flow.js +5 -0
  2785. package/node_modules/lodash/fp/flowRight.js +5 -0
  2786. package/node_modules/lodash/fp/forEach.js +5 -0
  2787. package/node_modules/lodash/fp/forEachRight.js +5 -0
  2788. package/node_modules/lodash/fp/forIn.js +5 -0
  2789. package/node_modules/lodash/fp/forInRight.js +5 -0
  2790. package/node_modules/lodash/fp/forOwn.js +5 -0
  2791. package/node_modules/lodash/fp/forOwnRight.js +5 -0
  2792. package/node_modules/lodash/fp/fromPairs.js +5 -0
  2793. package/node_modules/lodash/fp/function.js +2 -0
  2794. package/node_modules/lodash/fp/functions.js +5 -0
  2795. package/node_modules/lodash/fp/functionsIn.js +5 -0
  2796. package/node_modules/lodash/fp/get.js +5 -0
  2797. package/node_modules/lodash/fp/getOr.js +5 -0
  2798. package/node_modules/lodash/fp/groupBy.js +5 -0
  2799. package/node_modules/lodash/fp/gt.js +5 -0
  2800. package/node_modules/lodash/fp/gte.js +5 -0
  2801. package/node_modules/lodash/fp/has.js +5 -0
  2802. package/node_modules/lodash/fp/hasIn.js +5 -0
  2803. package/node_modules/lodash/fp/head.js +5 -0
  2804. package/node_modules/lodash/fp/identical.js +1 -0
  2805. package/node_modules/lodash/fp/identity.js +5 -0
  2806. package/node_modules/lodash/fp/inRange.js +5 -0
  2807. package/node_modules/lodash/fp/includes.js +5 -0
  2808. package/node_modules/lodash/fp/includesFrom.js +5 -0
  2809. package/node_modules/lodash/fp/indexBy.js +1 -0
  2810. package/node_modules/lodash/fp/indexOf.js +5 -0
  2811. package/node_modules/lodash/fp/indexOfFrom.js +5 -0
  2812. package/node_modules/lodash/fp/init.js +1 -0
  2813. package/node_modules/lodash/fp/initial.js +5 -0
  2814. package/node_modules/lodash/fp/intersection.js +5 -0
  2815. package/node_modules/lodash/fp/intersectionBy.js +5 -0
  2816. package/node_modules/lodash/fp/intersectionWith.js +5 -0
  2817. package/node_modules/lodash/fp/invert.js +5 -0
  2818. package/node_modules/lodash/fp/invertBy.js +5 -0
  2819. package/node_modules/lodash/fp/invertObj.js +1 -0
  2820. package/node_modules/lodash/fp/invoke.js +5 -0
  2821. package/node_modules/lodash/fp/invokeArgs.js +5 -0
  2822. package/node_modules/lodash/fp/invokeArgsMap.js +5 -0
  2823. package/node_modules/lodash/fp/invokeMap.js +5 -0
  2824. package/node_modules/lodash/fp/isArguments.js +5 -0
  2825. package/node_modules/lodash/fp/isArray.js +5 -0
  2826. package/node_modules/lodash/fp/isArrayBuffer.js +5 -0
  2827. package/node_modules/lodash/fp/isArrayLike.js +5 -0
  2828. package/node_modules/lodash/fp/isArrayLikeObject.js +5 -0
  2829. package/node_modules/lodash/fp/isBoolean.js +5 -0
  2830. package/node_modules/lodash/fp/isBuffer.js +5 -0
  2831. package/node_modules/lodash/fp/isDate.js +5 -0
  2832. package/node_modules/lodash/fp/isElement.js +5 -0
  2833. package/node_modules/lodash/fp/isEmpty.js +5 -0
  2834. package/node_modules/lodash/fp/isEqual.js +5 -0
  2835. package/node_modules/lodash/fp/isEqualWith.js +5 -0
  2836. package/node_modules/lodash/fp/isError.js +5 -0
  2837. package/node_modules/lodash/fp/isFinite.js +5 -0
  2838. package/node_modules/lodash/fp/isFunction.js +5 -0
  2839. package/node_modules/lodash/fp/isInteger.js +5 -0
  2840. package/node_modules/lodash/fp/isLength.js +5 -0
  2841. package/node_modules/lodash/fp/isMap.js +5 -0
  2842. package/node_modules/lodash/fp/isMatch.js +5 -0
  2843. package/node_modules/lodash/fp/isMatchWith.js +5 -0
  2844. package/node_modules/lodash/fp/isNaN.js +5 -0
  2845. package/node_modules/lodash/fp/isNative.js +5 -0
  2846. package/node_modules/lodash/fp/isNil.js +5 -0
  2847. package/node_modules/lodash/fp/isNull.js +5 -0
  2848. package/node_modules/lodash/fp/isNumber.js +5 -0
  2849. package/node_modules/lodash/fp/isObject.js +5 -0
  2850. package/node_modules/lodash/fp/isObjectLike.js +5 -0
  2851. package/node_modules/lodash/fp/isPlainObject.js +5 -0
  2852. package/node_modules/lodash/fp/isRegExp.js +5 -0
  2853. package/node_modules/lodash/fp/isSafeInteger.js +5 -0
  2854. package/node_modules/lodash/fp/isSet.js +5 -0
  2855. package/node_modules/lodash/fp/isString.js +5 -0
  2856. package/node_modules/lodash/fp/isSymbol.js +5 -0
  2857. package/node_modules/lodash/fp/isTypedArray.js +5 -0
  2858. package/node_modules/lodash/fp/isUndefined.js +5 -0
  2859. package/node_modules/lodash/fp/isWeakMap.js +5 -0
  2860. package/node_modules/lodash/fp/isWeakSet.js +5 -0
  2861. package/node_modules/lodash/fp/iteratee.js +5 -0
  2862. package/node_modules/lodash/fp/join.js +5 -0
  2863. package/node_modules/lodash/fp/juxt.js +1 -0
  2864. package/node_modules/lodash/fp/kebabCase.js +5 -0
  2865. package/node_modules/lodash/fp/keyBy.js +5 -0
  2866. package/node_modules/lodash/fp/keys.js +5 -0
  2867. package/node_modules/lodash/fp/keysIn.js +5 -0
  2868. package/node_modules/lodash/fp/lang.js +2 -0
  2869. package/node_modules/lodash/fp/last.js +5 -0
  2870. package/node_modules/lodash/fp/lastIndexOf.js +5 -0
  2871. package/node_modules/lodash/fp/lastIndexOfFrom.js +5 -0
  2872. package/node_modules/lodash/fp/lowerCase.js +5 -0
  2873. package/node_modules/lodash/fp/lowerFirst.js +5 -0
  2874. package/node_modules/lodash/fp/lt.js +5 -0
  2875. package/node_modules/lodash/fp/lte.js +5 -0
  2876. package/node_modules/lodash/fp/map.js +5 -0
  2877. package/node_modules/lodash/fp/mapKeys.js +5 -0
  2878. package/node_modules/lodash/fp/mapValues.js +5 -0
  2879. package/node_modules/lodash/fp/matches.js +1 -0
  2880. package/node_modules/lodash/fp/matchesProperty.js +5 -0
  2881. package/node_modules/lodash/fp/math.js +2 -0
  2882. package/node_modules/lodash/fp/max.js +5 -0
  2883. package/node_modules/lodash/fp/maxBy.js +5 -0
  2884. package/node_modules/lodash/fp/mean.js +5 -0
  2885. package/node_modules/lodash/fp/meanBy.js +5 -0
  2886. package/node_modules/lodash/fp/memoize.js +5 -0
  2887. package/node_modules/lodash/fp/merge.js +5 -0
  2888. package/node_modules/lodash/fp/mergeAll.js +5 -0
  2889. package/node_modules/lodash/fp/mergeAllWith.js +5 -0
  2890. package/node_modules/lodash/fp/mergeWith.js +5 -0
  2891. package/node_modules/lodash/fp/method.js +5 -0
  2892. package/node_modules/lodash/fp/methodOf.js +5 -0
  2893. package/node_modules/lodash/fp/min.js +5 -0
  2894. package/node_modules/lodash/fp/minBy.js +5 -0
  2895. package/node_modules/lodash/fp/mixin.js +5 -0
  2896. package/node_modules/lodash/fp/multiply.js +5 -0
  2897. package/node_modules/lodash/fp/nAry.js +1 -0
  2898. package/node_modules/lodash/fp/negate.js +5 -0
  2899. package/node_modules/lodash/fp/next.js +5 -0
  2900. package/node_modules/lodash/fp/noop.js +5 -0
  2901. package/node_modules/lodash/fp/now.js +5 -0
  2902. package/node_modules/lodash/fp/nth.js +5 -0
  2903. package/node_modules/lodash/fp/nthArg.js +5 -0
  2904. package/node_modules/lodash/fp/number.js +2 -0
  2905. package/node_modules/lodash/fp/object.js +2 -0
  2906. package/node_modules/lodash/fp/omit.js +5 -0
  2907. package/node_modules/lodash/fp/omitAll.js +1 -0
  2908. package/node_modules/lodash/fp/omitBy.js +5 -0
  2909. package/node_modules/lodash/fp/once.js +5 -0
  2910. package/node_modules/lodash/fp/orderBy.js +5 -0
  2911. package/node_modules/lodash/fp/over.js +5 -0
  2912. package/node_modules/lodash/fp/overArgs.js +5 -0
  2913. package/node_modules/lodash/fp/overEvery.js +5 -0
  2914. package/node_modules/lodash/fp/overSome.js +5 -0
  2915. package/node_modules/lodash/fp/pad.js +5 -0
  2916. package/node_modules/lodash/fp/padChars.js +5 -0
  2917. package/node_modules/lodash/fp/padCharsEnd.js +5 -0
  2918. package/node_modules/lodash/fp/padCharsStart.js +5 -0
  2919. package/node_modules/lodash/fp/padEnd.js +5 -0
  2920. package/node_modules/lodash/fp/padStart.js +5 -0
  2921. package/node_modules/lodash/fp/parseInt.js +5 -0
  2922. package/node_modules/lodash/fp/partial.js +5 -0
  2923. package/node_modules/lodash/fp/partialRight.js +5 -0
  2924. package/node_modules/lodash/fp/partition.js +5 -0
  2925. package/node_modules/lodash/fp/path.js +1 -0
  2926. package/node_modules/lodash/fp/pathEq.js +1 -0
  2927. package/node_modules/lodash/fp/pathOr.js +1 -0
  2928. package/node_modules/lodash/fp/paths.js +1 -0
  2929. package/node_modules/lodash/fp/pick.js +5 -0
  2930. package/node_modules/lodash/fp/pickAll.js +1 -0
  2931. package/node_modules/lodash/fp/pickBy.js +5 -0
  2932. package/node_modules/lodash/fp/pipe.js +1 -0
  2933. package/node_modules/lodash/fp/placeholder.js +6 -0
  2934. package/node_modules/lodash/fp/plant.js +5 -0
  2935. package/node_modules/lodash/fp/pluck.js +1 -0
  2936. package/node_modules/lodash/fp/prop.js +1 -0
  2937. package/node_modules/lodash/fp/propEq.js +1 -0
  2938. package/node_modules/lodash/fp/propOr.js +1 -0
  2939. package/node_modules/lodash/fp/property.js +1 -0
  2940. package/node_modules/lodash/fp/propertyOf.js +5 -0
  2941. package/node_modules/lodash/fp/props.js +1 -0
  2942. package/node_modules/lodash/fp/pull.js +5 -0
  2943. package/node_modules/lodash/fp/pullAll.js +5 -0
  2944. package/node_modules/lodash/fp/pullAllBy.js +5 -0
  2945. package/node_modules/lodash/fp/pullAllWith.js +5 -0
  2946. package/node_modules/lodash/fp/pullAt.js +5 -0
  2947. package/node_modules/lodash/fp/random.js +5 -0
  2948. package/node_modules/lodash/fp/range.js +5 -0
  2949. package/node_modules/lodash/fp/rangeRight.js +5 -0
  2950. package/node_modules/lodash/fp/rangeStep.js +5 -0
  2951. package/node_modules/lodash/fp/rangeStepRight.js +5 -0
  2952. package/node_modules/lodash/fp/rearg.js +5 -0
  2953. package/node_modules/lodash/fp/reduce.js +5 -0
  2954. package/node_modules/lodash/fp/reduceRight.js +5 -0
  2955. package/node_modules/lodash/fp/reject.js +5 -0
  2956. package/node_modules/lodash/fp/remove.js +5 -0
  2957. package/node_modules/lodash/fp/repeat.js +5 -0
  2958. package/node_modules/lodash/fp/replace.js +5 -0
  2959. package/node_modules/lodash/fp/rest.js +5 -0
  2960. package/node_modules/lodash/fp/restFrom.js +5 -0
  2961. package/node_modules/lodash/fp/result.js +5 -0
  2962. package/node_modules/lodash/fp/reverse.js +5 -0
  2963. package/node_modules/lodash/fp/round.js +5 -0
  2964. package/node_modules/lodash/fp/sample.js +5 -0
  2965. package/node_modules/lodash/fp/sampleSize.js +5 -0
  2966. package/node_modules/lodash/fp/seq.js +2 -0
  2967. package/node_modules/lodash/fp/set.js +5 -0
  2968. package/node_modules/lodash/fp/setWith.js +5 -0
  2969. package/node_modules/lodash/fp/shuffle.js +5 -0
  2970. package/node_modules/lodash/fp/size.js +5 -0
  2971. package/node_modules/lodash/fp/slice.js +5 -0
  2972. package/node_modules/lodash/fp/snakeCase.js +5 -0
  2973. package/node_modules/lodash/fp/some.js +5 -0
  2974. package/node_modules/lodash/fp/sortBy.js +5 -0
  2975. package/node_modules/lodash/fp/sortedIndex.js +5 -0
  2976. package/node_modules/lodash/fp/sortedIndexBy.js +5 -0
  2977. package/node_modules/lodash/fp/sortedIndexOf.js +5 -0
  2978. package/node_modules/lodash/fp/sortedLastIndex.js +5 -0
  2979. package/node_modules/lodash/fp/sortedLastIndexBy.js +5 -0
  2980. package/node_modules/lodash/fp/sortedLastIndexOf.js +5 -0
  2981. package/node_modules/lodash/fp/sortedUniq.js +5 -0
  2982. package/node_modules/lodash/fp/sortedUniqBy.js +5 -0
  2983. package/node_modules/lodash/fp/split.js +5 -0
  2984. package/node_modules/lodash/fp/spread.js +5 -0
  2985. package/node_modules/lodash/fp/spreadFrom.js +5 -0
  2986. package/node_modules/lodash/fp/startCase.js +5 -0
  2987. package/node_modules/lodash/fp/startsWith.js +5 -0
  2988. package/node_modules/lodash/fp/string.js +2 -0
  2989. package/node_modules/lodash/fp/stubArray.js +5 -0
  2990. package/node_modules/lodash/fp/stubFalse.js +5 -0
  2991. package/node_modules/lodash/fp/stubObject.js +5 -0
  2992. package/node_modules/lodash/fp/stubString.js +5 -0
  2993. package/node_modules/lodash/fp/stubTrue.js +5 -0
  2994. package/node_modules/lodash/fp/subtract.js +5 -0
  2995. package/node_modules/lodash/fp/sum.js +5 -0
  2996. package/node_modules/lodash/fp/sumBy.js +5 -0
  2997. package/node_modules/lodash/fp/symmetricDifference.js +1 -0
  2998. package/node_modules/lodash/fp/symmetricDifferenceBy.js +1 -0
  2999. package/node_modules/lodash/fp/symmetricDifferenceWith.js +1 -0
  3000. package/node_modules/lodash/fp/tail.js +5 -0
  3001. package/node_modules/lodash/fp/take.js +5 -0
  3002. package/node_modules/lodash/fp/takeLast.js +1 -0
  3003. package/node_modules/lodash/fp/takeLastWhile.js +1 -0
  3004. package/node_modules/lodash/fp/takeRight.js +5 -0
  3005. package/node_modules/lodash/fp/takeRightWhile.js +5 -0
  3006. package/node_modules/lodash/fp/takeWhile.js +5 -0
  3007. package/node_modules/lodash/fp/tap.js +5 -0
  3008. package/node_modules/lodash/fp/template.js +5 -0
  3009. package/node_modules/lodash/fp/templateSettings.js +5 -0
  3010. package/node_modules/lodash/fp/throttle.js +5 -0
  3011. package/node_modules/lodash/fp/thru.js +5 -0
  3012. package/node_modules/lodash/fp/times.js +5 -0
  3013. package/node_modules/lodash/fp/toArray.js +5 -0
  3014. package/node_modules/lodash/fp/toFinite.js +5 -0
  3015. package/node_modules/lodash/fp/toInteger.js +5 -0
  3016. package/node_modules/lodash/fp/toIterator.js +5 -0
  3017. package/node_modules/lodash/fp/toJSON.js +5 -0
  3018. package/node_modules/lodash/fp/toLength.js +5 -0
  3019. package/node_modules/lodash/fp/toLower.js +5 -0
  3020. package/node_modules/lodash/fp/toNumber.js +5 -0
  3021. package/node_modules/lodash/fp/toPairs.js +5 -0
  3022. package/node_modules/lodash/fp/toPairsIn.js +5 -0
  3023. package/node_modules/lodash/fp/toPath.js +5 -0
  3024. package/node_modules/lodash/fp/toPlainObject.js +5 -0
  3025. package/node_modules/lodash/fp/toSafeInteger.js +5 -0
  3026. package/node_modules/lodash/fp/toString.js +5 -0
  3027. package/node_modules/lodash/fp/toUpper.js +5 -0
  3028. package/node_modules/lodash/fp/transform.js +5 -0
  3029. package/node_modules/lodash/fp/trim.js +5 -0
  3030. package/node_modules/lodash/fp/trimChars.js +5 -0
  3031. package/node_modules/lodash/fp/trimCharsEnd.js +5 -0
  3032. package/node_modules/lodash/fp/trimCharsStart.js +5 -0
  3033. package/node_modules/lodash/fp/trimEnd.js +5 -0
  3034. package/node_modules/lodash/fp/trimStart.js +5 -0
  3035. package/node_modules/lodash/fp/truncate.js +5 -0
  3036. package/node_modules/lodash/fp/unapply.js +1 -0
  3037. package/node_modules/lodash/fp/unary.js +5 -0
  3038. package/node_modules/lodash/fp/unescape.js +5 -0
  3039. package/node_modules/lodash/fp/union.js +5 -0
  3040. package/node_modules/lodash/fp/unionBy.js +5 -0
  3041. package/node_modules/lodash/fp/unionWith.js +5 -0
  3042. package/node_modules/lodash/fp/uniq.js +5 -0
  3043. package/node_modules/lodash/fp/uniqBy.js +5 -0
  3044. package/node_modules/lodash/fp/uniqWith.js +5 -0
  3045. package/node_modules/lodash/fp/uniqueId.js +5 -0
  3046. package/node_modules/lodash/fp/unnest.js +1 -0
  3047. package/node_modules/lodash/fp/unset.js +5 -0
  3048. package/node_modules/lodash/fp/unzip.js +5 -0
  3049. package/node_modules/lodash/fp/unzipWith.js +5 -0
  3050. package/node_modules/lodash/fp/update.js +5 -0
  3051. package/node_modules/lodash/fp/updateWith.js +5 -0
  3052. package/node_modules/lodash/fp/upperCase.js +5 -0
  3053. package/node_modules/lodash/fp/upperFirst.js +5 -0
  3054. package/node_modules/lodash/fp/useWith.js +1 -0
  3055. package/node_modules/lodash/fp/util.js +2 -0
  3056. package/node_modules/lodash/fp/value.js +5 -0
  3057. package/node_modules/lodash/fp/valueOf.js +5 -0
  3058. package/node_modules/lodash/fp/values.js +5 -0
  3059. package/node_modules/lodash/fp/valuesIn.js +5 -0
  3060. package/node_modules/lodash/fp/where.js +1 -0
  3061. package/node_modules/lodash/fp/whereEq.js +1 -0
  3062. package/node_modules/lodash/fp/without.js +5 -0
  3063. package/node_modules/lodash/fp/words.js +5 -0
  3064. package/node_modules/lodash/fp/wrap.js +5 -0
  3065. package/node_modules/lodash/fp/wrapperAt.js +5 -0
  3066. package/node_modules/lodash/fp/wrapperChain.js +5 -0
  3067. package/node_modules/lodash/fp/wrapperLodash.js +5 -0
  3068. package/node_modules/lodash/fp/wrapperReverse.js +5 -0
  3069. package/node_modules/lodash/fp/wrapperValue.js +5 -0
  3070. package/node_modules/lodash/fp/xor.js +5 -0
  3071. package/node_modules/lodash/fp/xorBy.js +5 -0
  3072. package/node_modules/lodash/fp/xorWith.js +5 -0
  3073. package/node_modules/lodash/fp/zip.js +5 -0
  3074. package/node_modules/lodash/fp/zipAll.js +5 -0
  3075. package/node_modules/lodash/fp/zipObj.js +1 -0
  3076. package/node_modules/lodash/fp/zipObject.js +5 -0
  3077. package/node_modules/lodash/fp/zipObjectDeep.js +5 -0
  3078. package/node_modules/lodash/fp/zipWith.js +5 -0
  3079. package/node_modules/lodash/fp.js +2 -0
  3080. package/node_modules/lodash/fromPairs.js +28 -0
  3081. package/node_modules/lodash/function.js +25 -0
  3082. package/node_modules/lodash/functions.js +31 -0
  3083. package/node_modules/lodash/functionsIn.js +31 -0
  3084. package/node_modules/lodash/get.js +33 -0
  3085. package/node_modules/lodash/groupBy.js +41 -0
  3086. package/node_modules/lodash/gt.js +29 -0
  3087. package/node_modules/lodash/gte.js +30 -0
  3088. package/node_modules/lodash/has.js +35 -0
  3089. package/node_modules/lodash/hasIn.js +34 -0
  3090. package/node_modules/lodash/head.js +23 -0
  3091. package/node_modules/lodash/identity.js +21 -0
  3092. package/node_modules/lodash/inRange.js +55 -0
  3093. package/node_modules/lodash/includes.js +53 -0
  3094. package/node_modules/lodash/index.js +1 -0
  3095. package/node_modules/lodash/indexOf.js +42 -0
  3096. package/node_modules/lodash/initial.js +22 -0
  3097. package/node_modules/lodash/intersection.js +30 -0
  3098. package/node_modules/lodash/intersectionBy.js +45 -0
  3099. package/node_modules/lodash/intersectionWith.js +41 -0
  3100. package/node_modules/lodash/invert.js +42 -0
  3101. package/node_modules/lodash/invertBy.js +56 -0
  3102. package/node_modules/lodash/invoke.js +24 -0
  3103. package/node_modules/lodash/invokeMap.js +41 -0
  3104. package/node_modules/lodash/isArguments.js +36 -0
  3105. package/node_modules/lodash/isArray.js +26 -0
  3106. package/node_modules/lodash/isArrayBuffer.js +27 -0
  3107. package/node_modules/lodash/isArrayLike.js +33 -0
  3108. package/node_modules/lodash/isArrayLikeObject.js +33 -0
  3109. package/node_modules/lodash/isBoolean.js +29 -0
  3110. package/node_modules/lodash/isBuffer.js +38 -0
  3111. package/node_modules/lodash/isDate.js +27 -0
  3112. package/node_modules/lodash/isElement.js +25 -0
  3113. package/node_modules/lodash/isEmpty.js +77 -0
  3114. package/node_modules/lodash/isEqual.js +35 -0
  3115. package/node_modules/lodash/isEqualWith.js +41 -0
  3116. package/node_modules/lodash/isError.js +36 -0
  3117. package/node_modules/lodash/isFinite.js +36 -0
  3118. package/node_modules/lodash/isFunction.js +37 -0
  3119. package/node_modules/lodash/isInteger.js +33 -0
  3120. package/node_modules/lodash/isLength.js +35 -0
  3121. package/node_modules/lodash/isMap.js +27 -0
  3122. package/node_modules/lodash/isMatch.js +36 -0
  3123. package/node_modules/lodash/isMatchWith.js +41 -0
  3124. package/node_modules/lodash/isNaN.js +38 -0
  3125. package/node_modules/lodash/isNative.js +40 -0
  3126. package/node_modules/lodash/isNil.js +25 -0
  3127. package/node_modules/lodash/isNull.js +22 -0
  3128. package/node_modules/lodash/isNumber.js +38 -0
  3129. package/node_modules/lodash/isObject.js +31 -0
  3130. package/node_modules/lodash/isObjectLike.js +29 -0
  3131. package/node_modules/lodash/isPlainObject.js +62 -0
  3132. package/node_modules/lodash/isRegExp.js +27 -0
  3133. package/node_modules/lodash/isSafeInteger.js +37 -0
  3134. package/node_modules/lodash/isSet.js +27 -0
  3135. package/node_modules/lodash/isString.js +30 -0
  3136. package/node_modules/lodash/isSymbol.js +29 -0
  3137. package/node_modules/lodash/isTypedArray.js +27 -0
  3138. package/node_modules/lodash/isUndefined.js +22 -0
  3139. package/node_modules/lodash/isWeakMap.js +28 -0
  3140. package/node_modules/lodash/isWeakSet.js +28 -0
  3141. package/node_modules/lodash/iteratee.js +53 -0
  3142. package/node_modules/lodash/join.js +26 -0
  3143. package/node_modules/lodash/kebabCase.js +28 -0
  3144. package/node_modules/lodash/keyBy.js +36 -0
  3145. package/node_modules/lodash/keys.js +37 -0
  3146. package/node_modules/lodash/keysIn.js +32 -0
  3147. package/node_modules/lodash/lang.js +58 -0
  3148. package/node_modules/lodash/last.js +20 -0
  3149. package/node_modules/lodash/lastIndexOf.js +46 -0
  3150. package/node_modules/lodash/lodash.js +17209 -0
  3151. package/node_modules/lodash/lodash.min.js +140 -0
  3152. package/node_modules/lodash/lowerCase.js +27 -0
  3153. package/node_modules/lodash/lowerFirst.js +22 -0
  3154. package/node_modules/lodash/lt.js +29 -0
  3155. package/node_modules/lodash/lte.js +30 -0
  3156. package/node_modules/lodash/map.js +53 -0
  3157. package/node_modules/lodash/mapKeys.js +36 -0
  3158. package/node_modules/lodash/mapValues.js +43 -0
  3159. package/node_modules/lodash/matches.js +46 -0
  3160. package/node_modules/lodash/matchesProperty.js +44 -0
  3161. package/node_modules/lodash/math.js +17 -0
  3162. package/node_modules/lodash/max.js +29 -0
  3163. package/node_modules/lodash/maxBy.js +34 -0
  3164. package/node_modules/lodash/mean.js +22 -0
  3165. package/node_modules/lodash/meanBy.js +31 -0
  3166. package/node_modules/lodash/memoize.js +73 -0
  3167. package/node_modules/lodash/merge.js +39 -0
  3168. package/node_modules/lodash/mergeWith.js +39 -0
  3169. package/node_modules/lodash/method.js +34 -0
  3170. package/node_modules/lodash/methodOf.js +33 -0
  3171. package/node_modules/lodash/min.js +29 -0
  3172. package/node_modules/lodash/minBy.js +34 -0
  3173. package/node_modules/lodash/mixin.js +74 -0
  3174. package/node_modules/lodash/multiply.js +22 -0
  3175. package/node_modules/lodash/negate.js +40 -0
  3176. package/node_modules/lodash/next.js +35 -0
  3177. package/node_modules/lodash/noop.js +17 -0
  3178. package/node_modules/lodash/now.js +23 -0
  3179. package/node_modules/lodash/nth.js +29 -0
  3180. package/node_modules/lodash/nthArg.js +32 -0
  3181. package/node_modules/lodash/number.js +5 -0
  3182. package/node_modules/lodash/object.js +49 -0
  3183. package/node_modules/lodash/omit.js +57 -0
  3184. package/node_modules/lodash/omitBy.js +29 -0
  3185. package/node_modules/lodash/once.js +25 -0
  3186. package/node_modules/lodash/orderBy.js +47 -0
  3187. package/node_modules/lodash/over.js +24 -0
  3188. package/node_modules/lodash/overArgs.js +61 -0
  3189. package/node_modules/lodash/overEvery.js +34 -0
  3190. package/node_modules/lodash/overSome.js +37 -0
  3191. package/node_modules/lodash/package.json +17 -0
  3192. package/node_modules/lodash/pad.js +49 -0
  3193. package/node_modules/lodash/padEnd.js +39 -0
  3194. package/node_modules/lodash/padStart.js +39 -0
  3195. package/node_modules/lodash/parseInt.js +43 -0
  3196. package/node_modules/lodash/partial.js +50 -0
  3197. package/node_modules/lodash/partialRight.js +49 -0
  3198. package/node_modules/lodash/partition.js +43 -0
  3199. package/node_modules/lodash/pick.js +25 -0
  3200. package/node_modules/lodash/pickBy.js +37 -0
  3201. package/node_modules/lodash/plant.js +48 -0
  3202. package/node_modules/lodash/property.js +32 -0
  3203. package/node_modules/lodash/propertyOf.js +30 -0
  3204. package/node_modules/lodash/pull.js +29 -0
  3205. package/node_modules/lodash/pullAll.js +29 -0
  3206. package/node_modules/lodash/pullAllBy.js +33 -0
  3207. package/node_modules/lodash/pullAllWith.js +32 -0
  3208. package/node_modules/lodash/pullAt.js +43 -0
  3209. package/node_modules/lodash/random.js +82 -0
  3210. package/node_modules/lodash/range.js +46 -0
  3211. package/node_modules/lodash/rangeRight.js +41 -0
  3212. package/node_modules/lodash/rearg.js +33 -0
  3213. package/node_modules/lodash/reduce.js +51 -0
  3214. package/node_modules/lodash/reduceRight.js +36 -0
  3215. package/node_modules/lodash/reject.js +46 -0
  3216. package/node_modules/lodash/release.md +48 -0
  3217. package/node_modules/lodash/remove.js +53 -0
  3218. package/node_modules/lodash/repeat.js +37 -0
  3219. package/node_modules/lodash/replace.js +29 -0
  3220. package/node_modules/lodash/rest.js +40 -0
  3221. package/node_modules/lodash/result.js +56 -0
  3222. package/node_modules/lodash/reverse.js +34 -0
  3223. package/node_modules/lodash/round.js +26 -0
  3224. package/node_modules/lodash/sample.js +24 -0
  3225. package/node_modules/lodash/sampleSize.js +37 -0
  3226. package/node_modules/lodash/seq.js +16 -0
  3227. package/node_modules/lodash/set.js +35 -0
  3228. package/node_modules/lodash/setWith.js +32 -0
  3229. package/node_modules/lodash/shuffle.js +25 -0
  3230. package/node_modules/lodash/size.js +46 -0
  3231. package/node_modules/lodash/slice.js +37 -0
  3232. package/node_modules/lodash/snakeCase.js +28 -0
  3233. package/node_modules/lodash/some.js +51 -0
  3234. package/node_modules/lodash/sortBy.js +48 -0
  3235. package/node_modules/lodash/sortedIndex.js +24 -0
  3236. package/node_modules/lodash/sortedIndexBy.js +33 -0
  3237. package/node_modules/lodash/sortedIndexOf.js +31 -0
  3238. package/node_modules/lodash/sortedLastIndex.js +25 -0
  3239. package/node_modules/lodash/sortedLastIndexBy.js +33 -0
  3240. package/node_modules/lodash/sortedLastIndexOf.js +31 -0
  3241. package/node_modules/lodash/sortedUniq.js +24 -0
  3242. package/node_modules/lodash/sortedUniqBy.js +26 -0
  3243. package/node_modules/lodash/split.js +52 -0
  3244. package/node_modules/lodash/spread.js +63 -0
  3245. package/node_modules/lodash/startCase.js +29 -0
  3246. package/node_modules/lodash/startsWith.js +39 -0
  3247. package/node_modules/lodash/string.js +33 -0
  3248. package/node_modules/lodash/stubArray.js +23 -0
  3249. package/node_modules/lodash/stubFalse.js +18 -0
  3250. package/node_modules/lodash/stubObject.js +23 -0
  3251. package/node_modules/lodash/stubString.js +18 -0
  3252. package/node_modules/lodash/stubTrue.js +18 -0
  3253. package/node_modules/lodash/subtract.js +22 -0
  3254. package/node_modules/lodash/sum.js +24 -0
  3255. package/node_modules/lodash/sumBy.js +33 -0
  3256. package/node_modules/lodash/tail.js +22 -0
  3257. package/node_modules/lodash/take.js +37 -0
  3258. package/node_modules/lodash/takeRight.js +39 -0
  3259. package/node_modules/lodash/takeRightWhile.js +45 -0
  3260. package/node_modules/lodash/takeWhile.js +45 -0
  3261. package/node_modules/lodash/tap.js +29 -0
  3262. package/node_modules/lodash/template.js +272 -0
  3263. package/node_modules/lodash/templateSettings.js +67 -0
  3264. package/node_modules/lodash/throttle.js +69 -0
  3265. package/node_modules/lodash/thru.js +28 -0
  3266. package/node_modules/lodash/times.js +51 -0
  3267. package/node_modules/lodash/toArray.js +58 -0
  3268. package/node_modules/lodash/toFinite.js +42 -0
  3269. package/node_modules/lodash/toInteger.js +36 -0
  3270. package/node_modules/lodash/toIterator.js +23 -0
  3271. package/node_modules/lodash/toJSON.js +1 -0
  3272. package/node_modules/lodash/toLength.js +38 -0
  3273. package/node_modules/lodash/toLower.js +28 -0
  3274. package/node_modules/lodash/toNumber.js +64 -0
  3275. package/node_modules/lodash/toPairs.js +30 -0
  3276. package/node_modules/lodash/toPairsIn.js +30 -0
  3277. package/node_modules/lodash/toPath.js +33 -0
  3278. package/node_modules/lodash/toPlainObject.js +32 -0
  3279. package/node_modules/lodash/toSafeInteger.js +37 -0
  3280. package/node_modules/lodash/toString.js +28 -0
  3281. package/node_modules/lodash/toUpper.js +28 -0
  3282. package/node_modules/lodash/transform.js +65 -0
  3283. package/node_modules/lodash/trim.js +47 -0
  3284. package/node_modules/lodash/trimEnd.js +41 -0
  3285. package/node_modules/lodash/trimStart.js +43 -0
  3286. package/node_modules/lodash/truncate.js +111 -0
  3287. package/node_modules/lodash/unary.js +22 -0
  3288. package/node_modules/lodash/unescape.js +34 -0
  3289. package/node_modules/lodash/union.js +26 -0
  3290. package/node_modules/lodash/unionBy.js +39 -0
  3291. package/node_modules/lodash/unionWith.js +34 -0
  3292. package/node_modules/lodash/uniq.js +25 -0
  3293. package/node_modules/lodash/uniqBy.js +31 -0
  3294. package/node_modules/lodash/uniqWith.js +28 -0
  3295. package/node_modules/lodash/uniqueId.js +28 -0
  3296. package/node_modules/lodash/unset.js +34 -0
  3297. package/node_modules/lodash/unzip.js +45 -0
  3298. package/node_modules/lodash/unzipWith.js +39 -0
  3299. package/node_modules/lodash/update.js +35 -0
  3300. package/node_modules/lodash/updateWith.js +33 -0
  3301. package/node_modules/lodash/upperCase.js +27 -0
  3302. package/node_modules/lodash/upperFirst.js +22 -0
  3303. package/node_modules/lodash/util.js +34 -0
  3304. package/node_modules/lodash/value.js +1 -0
  3305. package/node_modules/lodash/valueOf.js +1 -0
  3306. package/node_modules/lodash/values.js +34 -0
  3307. package/node_modules/lodash/valuesIn.js +32 -0
  3308. package/node_modules/lodash/without.js +31 -0
  3309. package/node_modules/lodash/words.js +35 -0
  3310. package/node_modules/lodash/wrap.js +30 -0
  3311. package/node_modules/lodash/wrapperAt.js +48 -0
  3312. package/node_modules/lodash/wrapperChain.js +34 -0
  3313. package/node_modules/lodash/wrapperLodash.js +147 -0
  3314. package/node_modules/lodash/wrapperReverse.js +44 -0
  3315. package/node_modules/lodash/wrapperValue.js +21 -0
  3316. package/node_modules/lodash/xor.js +28 -0
  3317. package/node_modules/lodash/xorBy.js +39 -0
  3318. package/node_modules/lodash/xorWith.js +34 -0
  3319. package/node_modules/lodash/zip.js +22 -0
  3320. package/node_modules/lodash/zipObject.js +24 -0
  3321. package/node_modules/lodash/zipObjectDeep.js +23 -0
  3322. package/node_modules/lodash/zipWith.js +32 -0
  3323. package/node_modules/md5/.travis.yml +7 -0
  3324. package/node_modules/md5/LICENSE +27 -0
  3325. package/node_modules/md5/README.md +111 -0
  3326. package/node_modules/md5/demo/index.html +48 -0
  3327. package/node_modules/md5/dist/md5.min.js +7 -0
  3328. package/node_modules/md5/md5.js +160 -0
  3329. package/node_modules/md5/node_modules/is-buffer/LICENSE +21 -0
  3330. package/node_modules/md5/node_modules/is-buffer/README.md +53 -0
  3331. package/node_modules/md5/node_modules/is-buffer/index.js +21 -0
  3332. package/node_modules/md5/node_modules/is-buffer/package.json +51 -0
  3333. package/node_modules/md5/node_modules/is-buffer/test/basic.js +24 -0
  3334. package/node_modules/md5/package.json +38 -0
  3335. package/node_modules/md5/test.js +75 -0
  3336. package/node_modules/md5/webpack.config.js +13 -0
  3337. package/node_modules/object-hash/LICENSE +22 -0
  3338. package/node_modules/object-hash/dist/object_hash.js +1 -0
  3339. package/node_modules/object-hash/index.js +453 -0
  3340. package/node_modules/object-hash/package.json +53 -0
  3341. package/node_modules/object-hash/readme.markdown +198 -0
  3342. package/node_modules/pluralize/LICENSE +21 -0
  3343. package/node_modules/pluralize/Readme.md +100 -0
  3344. package/node_modules/pluralize/package.json +40 -0
  3345. package/node_modules/pluralize/pluralize.js +503 -0
  3346. package/node_modules/ts-dedent/HISTORY.md +55 -0
  3347. package/node_modules/ts-dedent/LICENSE +21 -0
  3348. package/node_modules/ts-dedent/README.md +107 -0
  3349. package/node_modules/ts-dedent/dist/index.d.ts +2 -0
  3350. package/node_modules/ts-dedent/dist/index.js +42 -0
  3351. package/node_modules/ts-dedent/dist/index.js.map +1 -0
  3352. package/node_modules/ts-dedent/esm/index.d.ts +2 -0
  3353. package/node_modules/ts-dedent/esm/index.js +38 -0
  3354. package/node_modules/ts-dedent/esm/index.js.map +1 -0
  3355. package/node_modules/ts-dedent/package.json +68 -0
  3356. package/node_modules/ts-dedent/src/__tests__/index.spec.ts +554 -0
  3357. package/node_modules/ts-dedent/src/__tests__/issue-21.spec.ts +88 -0
  3358. package/node_modules/ts-dedent/src/index.ts +58 -0
  3359. package/node_modules/universalify/LICENSE +20 -0
  3360. package/node_modules/universalify/README.md +76 -0
  3361. package/node_modules/universalify/index.js +24 -0
  3362. package/node_modules/universalify/package.json +34 -0
  3363. package/node_modules/zod/LICENSE +21 -0
  3364. package/node_modules/zod/README.md +2739 -0
  3365. package/node_modules/zod/index.d.ts +2 -0
  3366. package/node_modules/zod/lib/ZodError.d.ts +163 -0
  3367. package/node_modules/zod/lib/ZodError.js +124 -0
  3368. package/node_modules/zod/lib/__tests__/Mocker.d.ts +17 -0
  3369. package/node_modules/zod/lib/__tests__/Mocker.js +57 -0
  3370. package/node_modules/zod/lib/benchmarks/discriminatedUnion.d.ts +5 -0
  3371. package/node_modules/zod/lib/benchmarks/discriminatedUnion.js +79 -0
  3372. package/node_modules/zod/lib/benchmarks/index.d.ts +1 -0
  3373. package/node_modules/zod/lib/benchmarks/index.js +46 -0
  3374. package/node_modules/zod/lib/benchmarks/object.d.ts +5 -0
  3375. package/node_modules/zod/lib/benchmarks/object.js +70 -0
  3376. package/node_modules/zod/lib/benchmarks/primitives.d.ts +5 -0
  3377. package/node_modules/zod/lib/benchmarks/primitives.js +136 -0
  3378. package/node_modules/zod/lib/benchmarks/realworld.d.ts +5 -0
  3379. package/node_modules/zod/lib/benchmarks/realworld.js +56 -0
  3380. package/node_modules/zod/lib/benchmarks/string.d.ts +5 -0
  3381. package/node_modules/zod/lib/benchmarks/string.js +55 -0
  3382. package/node_modules/zod/lib/benchmarks/union.d.ts +5 -0
  3383. package/node_modules/zod/lib/benchmarks/union.js +79 -0
  3384. package/node_modules/zod/lib/errors.d.ts +5 -0
  3385. package/node_modules/zod/lib/errors.js +17 -0
  3386. package/node_modules/zod/lib/external.d.ts +6 -0
  3387. package/node_modules/zod/lib/external.js +18 -0
  3388. package/node_modules/zod/lib/helpers/enumUtil.d.ts +8 -0
  3389. package/node_modules/zod/lib/helpers/enumUtil.js +2 -0
  3390. package/node_modules/zod/lib/helpers/errorUtil.d.ts +9 -0
  3391. package/node_modules/zod/lib/helpers/errorUtil.js +8 -0
  3392. package/node_modules/zod/lib/helpers/parseUtil.d.ts +78 -0
  3393. package/node_modules/zod/lib/helpers/parseUtil.js +114 -0
  3394. package/node_modules/zod/lib/helpers/partialUtil.d.ts +8 -0
  3395. package/node_modules/zod/lib/helpers/partialUtil.js +2 -0
  3396. package/node_modules/zod/lib/helpers/typeAliases.d.ts +2 -0
  3397. package/node_modules/zod/lib/helpers/typeAliases.js +2 -0
  3398. package/node_modules/zod/lib/helpers/util.d.ts +68 -0
  3399. package/node_modules/zod/lib/helpers/util.js +142 -0
  3400. package/node_modules/zod/lib/index.d.ts +4 -0
  3401. package/node_modules/zod/lib/index.js +29 -0
  3402. package/node_modules/zod/lib/index.mjs +3953 -0
  3403. package/node_modules/zod/lib/index.umd.js +4066 -0
  3404. package/node_modules/zod/lib/locales/en.d.ts +3 -0
  3405. package/node_modules/zod/lib/locales/en.js +129 -0
  3406. package/node_modules/zod/lib/types.d.ts +1012 -0
  3407. package/node_modules/zod/lib/types.js +3252 -0
  3408. package/node_modules/zod/package.json +105 -0
  3409. package/package.json +166 -0
  3410. package/remove-module-type-from-package-json.ts +19 -0
  3411. package/src/amplify-graphql-api.ts +339 -0
  3412. package/src/amplify-graphql-definition.ts +32 -0
  3413. package/src/index.ts +32 -0
  3414. package/src/internal/amplify-metadata.ts +70 -0
  3415. package/src/internal/asset-manager.ts +43 -0
  3416. package/src/internal/authorization-modes.ts +156 -0
  3417. package/src/internal/codegen-assets.ts +42 -0
  3418. package/src/internal/conflict-resolution.ts +45 -0
  3419. package/src/internal/construct-exports.ts +163 -0
  3420. package/src/internal/default-parameters.ts +20 -0
  3421. package/src/internal/index.ts +7 -0
  3422. package/src/internal/user-defined-slots.ts +128 -0
  3423. package/src/types.ts +750 -0
package/README.md ADDED
@@ -0,0 +1,2786 @@
1
+ # Amplify Graphql API Construct
2
+
3
+ [![View on Construct Hub](https://constructs.dev/badge?package=%40aws-amplify%2Fgraphql-construct-alpha)](https://constructs.dev/packages/@aws-amplify/graphql-api-construct)
4
+
5
+ This package vends an L3 CDK Construct wrapping the behavior of the Amplify GraphQL Transformer. This enables quick development and interation of AppSync APIs which support the Amplify GraphQL Directives. For more information on schema modeling in GraphQL, please refer to the [amplify developer docs](https://docs.amplify.aws/cli/graphql/overview/).
6
+
7
+ The primary way to use this construct is to invoke it with a provided schema (either as an inline graphql string, or as one or more `appsync.SchemaFile`) objects, and with authorization config provided. There are 5 supported methods for authorization of an AppSync API, all of which are supported by this construct. For more information on authorization rule definitions in Amplify, refer to the [authorization docs](https://docs.amplify.aws/cli/graphql/authorization-rules/). Note: currently at least one authorization rule is required, and if multiple are specified, a `defaultAuthorizationMode` must be specified on the api as well. Specified authorization modes must be a superset of those configured in the graphql schema.
8
+
9
+ ## Examples
10
+
11
+ ### Simple Todo List With Cognito Userpool-based Owner Authorization
12
+
13
+ In this example, we create a single model, which will use `user pool` auth in order to allow logged in users to create and manage their own `todos` privately.
14
+
15
+ We create a cdk App and Stack, though you may be deploying this to a custom stack, this is purely illustrative for a concise demo.
16
+
17
+ We then wire this through to import a user pool which was already deployed (creating and deploying is out of scope for this example).
18
+
19
+ ```ts
20
+ import { App, Stack } from 'aws-cdk-lib';
21
+ import { UserPool } from 'aws-cdk-lib/aws-cognito';
22
+ import { AmplifyGraphqlApi, AmplifyGraphqlDefinition } from '@aws-amplify/graphql-api-construct';
23
+
24
+ const app = new App();
25
+ const stack = new Stack(app, 'TodoStack');
26
+
27
+ new AmplifyGraphqlApi(stack, 'TodoApp', {
28
+ definition: AmplifyGraphqlDefinition.fromString(/* GraphQL */ `
29
+ type Todo @model @auth(rules: [{ allow: owner }]) {
30
+ description: String!
31
+ completed: Boolean
32
+ }
33
+ `),
34
+ authorizationModes: {
35
+ userPoolConfig: {
36
+ userPool: UserPool.fromUserPoolId(stack, 'ImportedUserPool', '<YOUR_USER_POOL_ID>'),
37
+ },
38
+ },
39
+ });
40
+ ```
41
+
42
+ ### Multiple related models, with public read access, and admin read/write access
43
+
44
+ In this example, we create a two related models, which will use which logged in users in the 'Author' and 'Admin' user groups will have
45
+ full access to, and customers requesting with api key will only have read permissions on.
46
+
47
+ ```ts
48
+ import { App, Stack } from 'aws-cdk-lib';
49
+ import { UserPool } from 'aws-cdk-lib/aws-cognito';
50
+ import { AmplifyGraphqlApi, AmplifyGraphqlDefinition } from '@aws-amplify/graphql-api-construct';
51
+
52
+ const app = new App();
53
+ const stack = new Stack(app, 'BlogStack');
54
+
55
+ new AmplifyGraphqlApi(stack, 'BlogApp', {
56
+ definition: AmplifyGraphqlDefinition.fromString(/* GraphQL */ `
57
+ type Blog @model @auth(rules: [{ allow: public, operations: [read] }, { allow: groups, groups: ["Author", "Admin"] }]) {
58
+ title: String!
59
+ description: String
60
+ posts: [Post] @hasMany
61
+ }
62
+
63
+ type Post @model @auth(rules: [{ allow: public, operations: [read] }, { allow: groups, groups: ["Author", "Admin"] }]) {
64
+ title: String!
65
+ content: [String]
66
+ blog: Blog @belongsTo
67
+ }
68
+ `),
69
+ authorizationModes: {
70
+ defaultAuthorizationMode: 'API_KEY',
71
+ apiKeyConfig: {
72
+ description: 'Api Key for public access',
73
+ expires: cdk.Duration.days(7),
74
+ },
75
+ userPoolConfig: {
76
+ userPool: UserPool.fromUserPoolId(stack, 'ImportedUserPool', '<YOUR_USER_POOL_ID>'),
77
+ },
78
+ },
79
+ });
80
+ ```
81
+
82
+ ### Import GraphQL Schema from files, instead of inline.
83
+
84
+ In this example, we import the schema definition itself from one or more local file, rather than an inline graphql string.
85
+
86
+ ```graphql
87
+ # todo.graphql
88
+ type Todo @model @auth(rules: [{ allow: owner }]) {
89
+ content: String!
90
+ done: Boolean
91
+ }
92
+ ```
93
+
94
+ ```graphql
95
+ # blog.graphql
96
+ type Blog @model @auth(rules: [{ allow: owner }, { allow: public, operations: [read] }]) {
97
+ title: String!
98
+ description: String
99
+ posts: [Post] @hasMany
100
+ }
101
+
102
+ type Post @model @auth(rules: [{ allow: owner }, { allow: public, operations: [read] }]) {
103
+ title: String!
104
+ content: [String]
105
+ blog: Blog @belongsTo
106
+ }
107
+ ```
108
+
109
+ ```ts
110
+ // app.ts
111
+ import { App, Stack } from 'aws-cdk-lib';
112
+ import { UserPool } from 'aws-cdk-lib/aws-cognito';
113
+ import { AmplifyGraphqlApi, AmplifyGraphqlDefinition } from '@aws-amplify/graphql-api-construct';
114
+
115
+ const app = new App();
116
+ const stack = new Stack(app, 'MultiFileStack');
117
+
118
+ new AmplifyGraphqlApi(stack, 'MultiFileDefinition', {
119
+ definition: AmplifyGraphqlDefinition.fromFiles(path.join(__dirname, 'todo.graphql'), path.join(__dirname, 'blog.graphql')),
120
+ authorizationModes: {
121
+ defaultAuthorizationMode: 'API_KEY',
122
+ apiKeyConfig: {
123
+ description: 'Api Key for public access',
124
+ expires: cdk.Duration.days(7),
125
+ },
126
+ userPoolConfig: {
127
+ userPool: UserPool.fromUserPoolId(stack, 'ImportedUserPool', '<YOUR_USER_POOL_ID>'),
128
+ },
129
+ },
130
+ });
131
+ ```
132
+
133
+ # API Reference <a name="API Reference" id="api-reference"></a>
134
+
135
+ ## Constructs <a name="Constructs" id="Constructs"></a>
136
+
137
+ ### AmplifyGraphqlApi <a name="AmplifyGraphqlApi" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi"></a>
138
+
139
+ L3 Construct which invokes the Amplify Transformer Pattern over an input Graphql Schema.
140
+
141
+ This can be used to quickly define appsync apis which support full CRUD+List and Subscriptions, relationships,
142
+ auth, search over data, the ability to inject custom business logic and query/mutation operations, and connect to ML services.
143
+
144
+ For more information, refer to the docs links below:
145
+ Data Modeling - https://docs.amplify.aws/cli/graphql/data-modeling/
146
+ Authorization - https://docs.amplify.aws/cli/graphql/authorization-rules/
147
+ Custom Business Logic - https://docs.amplify.aws/cli/graphql/custom-business-logic/
148
+ Search - https://docs.amplify.aws/cli/graphql/search-and-result-aggregations/
149
+ ML Services - https://docs.amplify.aws/cli/graphql/connect-to-machine-learning-services/
150
+
151
+ For a full reference of the supported custom graphql directives - https://docs.amplify.aws/cli/graphql/directives-reference/
152
+
153
+ The output of this construct is a mapping of L1 resources generated by the transformer, which generally follow the access pattern
154
+
155
+ ```typescript
156
+ const api = new AmplifyGraphQlApi(this, 'api', { <params> });
157
+ api.resources.api.xrayEnabled = true;
158
+ Object.values(api.resources.tables).forEach(table => table.pointInTimeRecoverySpecification = { pointInTimeRecoveryEnabled: false });
159
+ ```
160
+ `resources.<ResourceType>.<ResourceName>` - you can then perform any CDK action on these resulting resoureces.
161
+
162
+ #### Initializers <a name="Initializers" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.Initializer"></a>
163
+
164
+ ```typescript
165
+ import { AmplifyGraphqlApi } from '@aws-amplify/graphql-api-construct'
166
+
167
+ new AmplifyGraphqlApi(scope: Construct, id: string, props: AmplifyGraphqlApiProps)
168
+ ```
169
+
170
+ | **Name** | **Type** | **Description** |
171
+ | --- | --- | --- |
172
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | the scope to create this construct within. |
173
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.Initializer.parameter.id">id</a></code> | <code>string</code> | the id to use for this api. |
174
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.Initializer.parameter.props">props</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps">AmplifyGraphqlApiProps</a></code> | the properties used to configure the generated api. |
175
+
176
+ ---
177
+
178
+ ##### `scope`<sup>Required</sup> <a name="scope" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.Initializer.parameter.scope"></a>
179
+
180
+ - *Type:* constructs.Construct
181
+
182
+ the scope to create this construct within.
183
+
184
+ ---
185
+
186
+ ##### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.Initializer.parameter.id"></a>
187
+
188
+ - *Type:* string
189
+
190
+ the id to use for this api.
191
+
192
+ ---
193
+
194
+ ##### `props`<sup>Required</sup> <a name="props" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.Initializer.parameter.props"></a>
195
+
196
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps">AmplifyGraphqlApiProps</a>
197
+
198
+ the properties used to configure the generated api.
199
+
200
+ ---
201
+
202
+ #### Methods <a name="Methods" id="Methods"></a>
203
+
204
+ | **Name** | **Description** |
205
+ | --- | --- |
206
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.toString">toString</a></code> | Returns a string representation of this construct. |
207
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addDynamoDbDataSource">addDynamoDbDataSource</a></code> | Add a new DynamoDB data source to this API. |
208
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addElasticsearchDataSource">addElasticsearchDataSource</a></code> | Add a new elasticsearch data source to this API. |
209
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addEventBridgeDataSource">addEventBridgeDataSource</a></code> | Add an EventBridge data source to this api. |
210
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addFunction">addFunction</a></code> | Add an appsync function to the api. |
211
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addHttpDataSource">addHttpDataSource</a></code> | Add a new http data source to this API. |
212
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addLambdaDataSource">addLambdaDataSource</a></code> | Add a new Lambda data source to this API. |
213
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addNoneDataSource">addNoneDataSource</a></code> | Add a new dummy data source to this API. |
214
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addOpenSearchDataSource">addOpenSearchDataSource</a></code> | dd a new OpenSearch data source to this API. |
215
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addRdsDataSource">addRdsDataSource</a></code> | Add a new Rds data source to this API. |
216
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addResolver">addResolver</a></code> | Add a resolver to the api. |
217
+
218
+ ---
219
+
220
+ ##### `toString` <a name="toString" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.toString"></a>
221
+
222
+ ```typescript
223
+ public toString(): string
224
+ ```
225
+
226
+ Returns a string representation of this construct.
227
+
228
+ ##### `addDynamoDbDataSource` <a name="addDynamoDbDataSource" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addDynamoDbDataSource"></a>
229
+
230
+ ```typescript
231
+ public addDynamoDbDataSource(id: string, table: ITable, options?: DataSourceOptions): DynamoDbDataSource
232
+ ```
233
+
234
+ Add a new DynamoDB data source to this API.
235
+
236
+ This is a proxy method to the L2 GraphqlApi Construct.
237
+
238
+ ###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addDynamoDbDataSource.parameter.id"></a>
239
+
240
+ - *Type:* string
241
+
242
+ The data source's id.
243
+
244
+ ---
245
+
246
+ ###### `table`<sup>Required</sup> <a name="table" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addDynamoDbDataSource.parameter.table"></a>
247
+
248
+ - *Type:* aws-cdk-lib.aws_dynamodb.ITable
249
+
250
+ The DynamoDB table backing this data source.
251
+
252
+ ---
253
+
254
+ ###### `options`<sup>Optional</sup> <a name="options" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addDynamoDbDataSource.parameter.options"></a>
255
+
256
+ - *Type:* aws-cdk-lib.aws_appsync.DataSourceOptions
257
+
258
+ The optional configuration for this data source.
259
+
260
+ ---
261
+
262
+ ##### ~~`addElasticsearchDataSource`~~ <a name="addElasticsearchDataSource" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addElasticsearchDataSource"></a>
263
+
264
+ ```typescript
265
+ public addElasticsearchDataSource(id: string, domain: IDomain, options?: DataSourceOptions): ElasticsearchDataSource
266
+ ```
267
+
268
+ Add a new elasticsearch data source to this API.
269
+
270
+ This is a proxy method to the L2 GraphqlApi Construct.
271
+
272
+ ###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addElasticsearchDataSource.parameter.id"></a>
273
+
274
+ - *Type:* string
275
+
276
+ The data source's id.
277
+
278
+ ---
279
+
280
+ ###### `domain`<sup>Required</sup> <a name="domain" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addElasticsearchDataSource.parameter.domain"></a>
281
+
282
+ - *Type:* aws-cdk-lib.aws_elasticsearch.IDomain
283
+
284
+ The elasticsearch domain for this data source.
285
+
286
+ ---
287
+
288
+ ###### `options`<sup>Optional</sup> <a name="options" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addElasticsearchDataSource.parameter.options"></a>
289
+
290
+ - *Type:* aws-cdk-lib.aws_appsync.DataSourceOptions
291
+
292
+ The optional configuration for this data source.
293
+
294
+ ---
295
+
296
+ ##### `addEventBridgeDataSource` <a name="addEventBridgeDataSource" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addEventBridgeDataSource"></a>
297
+
298
+ ```typescript
299
+ public addEventBridgeDataSource(id: string, eventBus: IEventBus, options?: DataSourceOptions): EventBridgeDataSource
300
+ ```
301
+
302
+ Add an EventBridge data source to this api.
303
+
304
+ This is a proxy method to the L2 GraphqlApi Construct.
305
+
306
+ ###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addEventBridgeDataSource.parameter.id"></a>
307
+
308
+ - *Type:* string
309
+
310
+ The data source's id.
311
+
312
+ ---
313
+
314
+ ###### `eventBus`<sup>Required</sup> <a name="eventBus" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addEventBridgeDataSource.parameter.eventBus"></a>
315
+
316
+ - *Type:* aws-cdk-lib.aws_events.IEventBus
317
+
318
+ The EventBridge EventBus on which to put events.
319
+
320
+ ---
321
+
322
+ ###### `options`<sup>Optional</sup> <a name="options" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addEventBridgeDataSource.parameter.options"></a>
323
+
324
+ - *Type:* aws-cdk-lib.aws_appsync.DataSourceOptions
325
+
326
+ The optional configuration for this data source.
327
+
328
+ ---
329
+
330
+ ##### `addFunction` <a name="addFunction" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addFunction"></a>
331
+
332
+ ```typescript
333
+ public addFunction(id: string, props: AddFunctionProps): AppsyncFunction
334
+ ```
335
+
336
+ Add an appsync function to the api.
337
+
338
+ ###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addFunction.parameter.id"></a>
339
+
340
+ - *Type:* string
341
+
342
+ the function's id.
343
+
344
+ ---
345
+
346
+ ###### `props`<sup>Required</sup> <a name="props" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addFunction.parameter.props"></a>
347
+
348
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.AddFunctionProps">AddFunctionProps</a>
349
+
350
+ ---
351
+
352
+ ##### `addHttpDataSource` <a name="addHttpDataSource" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addHttpDataSource"></a>
353
+
354
+ ```typescript
355
+ public addHttpDataSource(id: string, endpoint: string, options?: HttpDataSourceOptions): HttpDataSource
356
+ ```
357
+
358
+ Add a new http data source to this API.
359
+
360
+ This is a proxy method to the L2 GraphqlApi Construct.
361
+
362
+ ###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addHttpDataSource.parameter.id"></a>
363
+
364
+ - *Type:* string
365
+
366
+ The data source's id.
367
+
368
+ ---
369
+
370
+ ###### `endpoint`<sup>Required</sup> <a name="endpoint" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addHttpDataSource.parameter.endpoint"></a>
371
+
372
+ - *Type:* string
373
+
374
+ The http endpoint.
375
+
376
+ ---
377
+
378
+ ###### `options`<sup>Optional</sup> <a name="options" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addHttpDataSource.parameter.options"></a>
379
+
380
+ - *Type:* aws-cdk-lib.aws_appsync.HttpDataSourceOptions
381
+
382
+ The optional configuration for this data source.
383
+
384
+ ---
385
+
386
+ ##### `addLambdaDataSource` <a name="addLambdaDataSource" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addLambdaDataSource"></a>
387
+
388
+ ```typescript
389
+ public addLambdaDataSource(id: string, lambdaFunction: IFunction, options?: DataSourceOptions): LambdaDataSource
390
+ ```
391
+
392
+ Add a new Lambda data source to this API.
393
+
394
+ This is a proxy method to the L2 GraphqlApi Construct.
395
+
396
+ ###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addLambdaDataSource.parameter.id"></a>
397
+
398
+ - *Type:* string
399
+
400
+ The data source's id.
401
+
402
+ ---
403
+
404
+ ###### `lambdaFunction`<sup>Required</sup> <a name="lambdaFunction" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addLambdaDataSource.parameter.lambdaFunction"></a>
405
+
406
+ - *Type:* aws-cdk-lib.aws_lambda.IFunction
407
+
408
+ The Lambda function to call to interact with this data source.
409
+
410
+ ---
411
+
412
+ ###### `options`<sup>Optional</sup> <a name="options" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addLambdaDataSource.parameter.options"></a>
413
+
414
+ - *Type:* aws-cdk-lib.aws_appsync.DataSourceOptions
415
+
416
+ The optional configuration for this data source.
417
+
418
+ ---
419
+
420
+ ##### `addNoneDataSource` <a name="addNoneDataSource" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addNoneDataSource"></a>
421
+
422
+ ```typescript
423
+ public addNoneDataSource(id: string, options?: DataSourceOptions): NoneDataSource
424
+ ```
425
+
426
+ Add a new dummy data source to this API.
427
+
428
+ This is a proxy method to the L2 GraphqlApi Construct.
429
+ Useful for pipeline resolvers and for backend changes that don't require a data source.
430
+
431
+ ###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addNoneDataSource.parameter.id"></a>
432
+
433
+ - *Type:* string
434
+
435
+ The data source's id.
436
+
437
+ ---
438
+
439
+ ###### `options`<sup>Optional</sup> <a name="options" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addNoneDataSource.parameter.options"></a>
440
+
441
+ - *Type:* aws-cdk-lib.aws_appsync.DataSourceOptions
442
+
443
+ The optional configuration for this data source.
444
+
445
+ ---
446
+
447
+ ##### `addOpenSearchDataSource` <a name="addOpenSearchDataSource" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addOpenSearchDataSource"></a>
448
+
449
+ ```typescript
450
+ public addOpenSearchDataSource(id: string, domain: IDomain, options?: DataSourceOptions): OpenSearchDataSource
451
+ ```
452
+
453
+ dd a new OpenSearch data source to this API.
454
+
455
+ This is a proxy method to the L2 GraphqlApi Construct.
456
+
457
+ ###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addOpenSearchDataSource.parameter.id"></a>
458
+
459
+ - *Type:* string
460
+
461
+ The data source's id.
462
+
463
+ ---
464
+
465
+ ###### `domain`<sup>Required</sup> <a name="domain" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addOpenSearchDataSource.parameter.domain"></a>
466
+
467
+ - *Type:* aws-cdk-lib.aws_opensearchservice.IDomain
468
+
469
+ The OpenSearch domain for this data source.
470
+
471
+ ---
472
+
473
+ ###### `options`<sup>Optional</sup> <a name="options" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addOpenSearchDataSource.parameter.options"></a>
474
+
475
+ - *Type:* aws-cdk-lib.aws_appsync.DataSourceOptions
476
+
477
+ The optional configuration for this data source.
478
+
479
+ ---
480
+
481
+ ##### `addRdsDataSource` <a name="addRdsDataSource" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addRdsDataSource"></a>
482
+
483
+ ```typescript
484
+ public addRdsDataSource(id: string, serverlessCluster: IServerlessCluster, secretStore: ISecret, databaseName?: string, options?: DataSourceOptions): RdsDataSource
485
+ ```
486
+
487
+ Add a new Rds data source to this API.
488
+
489
+ This is a proxy method to the L2 GraphqlApi Construct.
490
+
491
+ ###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addRdsDataSource.parameter.id"></a>
492
+
493
+ - *Type:* string
494
+
495
+ The data source's id.
496
+
497
+ ---
498
+
499
+ ###### `serverlessCluster`<sup>Required</sup> <a name="serverlessCluster" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addRdsDataSource.parameter.serverlessCluster"></a>
500
+
501
+ - *Type:* aws-cdk-lib.aws_rds.IServerlessCluster
502
+
503
+ The serverless cluster to interact with this data source.
504
+
505
+ ---
506
+
507
+ ###### `secretStore`<sup>Required</sup> <a name="secretStore" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addRdsDataSource.parameter.secretStore"></a>
508
+
509
+ - *Type:* aws-cdk-lib.aws_secretsmanager.ISecret
510
+
511
+ The secret store that contains the username and password for the serverless cluster.
512
+
513
+ ---
514
+
515
+ ###### `databaseName`<sup>Optional</sup> <a name="databaseName" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addRdsDataSource.parameter.databaseName"></a>
516
+
517
+ - *Type:* string
518
+
519
+ The optional name of the database to use within the cluster.
520
+
521
+ ---
522
+
523
+ ###### `options`<sup>Optional</sup> <a name="options" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addRdsDataSource.parameter.options"></a>
524
+
525
+ - *Type:* aws-cdk-lib.aws_appsync.DataSourceOptions
526
+
527
+ The optional configuration for this data source.
528
+
529
+ ---
530
+
531
+ ##### `addResolver` <a name="addResolver" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addResolver"></a>
532
+
533
+ ```typescript
534
+ public addResolver(id: string, props: ExtendedResolverProps): Resolver
535
+ ```
536
+
537
+ Add a resolver to the api.
538
+
539
+ This is a proxy method to the L2 GraphqlApi Construct.
540
+
541
+ ###### `id`<sup>Required</sup> <a name="id" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addResolver.parameter.id"></a>
542
+
543
+ - *Type:* string
544
+
545
+ The resolver's id.
546
+
547
+ ---
548
+
549
+ ###### `props`<sup>Required</sup> <a name="props" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.addResolver.parameter.props"></a>
550
+
551
+ - *Type:* aws-cdk-lib.aws_appsync.ExtendedResolverProps
552
+
553
+ the resolver properties.
554
+
555
+ ---
556
+
557
+ #### Static Functions <a name="Static Functions" id="Static Functions"></a>
558
+
559
+ | **Name** | **Description** |
560
+ | --- | --- |
561
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.isConstruct">isConstruct</a></code> | Checks if `x` is a construct. |
562
+
563
+ ---
564
+
565
+ ##### ~~`isConstruct`~~ <a name="isConstruct" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.isConstruct"></a>
566
+
567
+ ```typescript
568
+ import { AmplifyGraphqlApi } from '@aws-amplify/graphql-api-construct'
569
+
570
+ AmplifyGraphqlApi.isConstruct(x: any)
571
+ ```
572
+
573
+ Checks if `x` is a construct.
574
+
575
+ ###### `x`<sup>Required</sup> <a name="x" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.isConstruct.parameter.x"></a>
576
+
577
+ - *Type:* any
578
+
579
+ Any object.
580
+
581
+ ---
582
+
583
+ #### Properties <a name="Properties" id="Properties"></a>
584
+
585
+ | **Name** | **Type** | **Description** |
586
+ | --- | --- | --- |
587
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
588
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.generatedFunctionSlots">generatedFunctionSlots</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot">MutationFunctionSlot</a> \| <a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot">QueryFunctionSlot</a> \| <a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot">SubscriptionFunctionSlot</a>[]</code> | Resolvers generated by the transform process, persisted on the side in order to facilitate pulling a manifest for the purposes of inspecting and producing overrides. |
589
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.graphqlUrl">graphqlUrl</a></code> | <code>string</code> | Graphql URL For the generated API. |
590
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.realtimeUrl">realtimeUrl</a></code> | <code>string</code> | Realtime URL For the generated API. |
591
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.resources">resources</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources">AmplifyGraphqlApiResources</a></code> | Generated L1 and L2 CDK resources. |
592
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.apiKey">apiKey</a></code> | <code>string</code> | Generated Api Key if generated. |
593
+
594
+ ---
595
+
596
+ ##### `node`<sup>Required</sup> <a name="node" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.node"></a>
597
+
598
+ ```typescript
599
+ public readonly node: Node;
600
+ ```
601
+
602
+ - *Type:* constructs.Node
603
+
604
+ The tree node.
605
+
606
+ ---
607
+
608
+ ##### `generatedFunctionSlots`<sup>Required</sup> <a name="generatedFunctionSlots" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.generatedFunctionSlots"></a>
609
+
610
+ ```typescript
611
+ public readonly generatedFunctionSlots: MutationFunctionSlot | QueryFunctionSlot | SubscriptionFunctionSlot[];
612
+ ```
613
+
614
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot">MutationFunctionSlot</a> | <a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot">QueryFunctionSlot</a> | <a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot">SubscriptionFunctionSlot</a>[]
615
+
616
+ Resolvers generated by the transform process, persisted on the side in order to facilitate pulling a manifest for the purposes of inspecting and producing overrides.
617
+
618
+ ---
619
+
620
+ ##### `graphqlUrl`<sup>Required</sup> <a name="graphqlUrl" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.graphqlUrl"></a>
621
+
622
+ ```typescript
623
+ public readonly graphqlUrl: string;
624
+ ```
625
+
626
+ - *Type:* string
627
+
628
+ Graphql URL For the generated API.
629
+
630
+ May be a CDK Token.
631
+
632
+ ---
633
+
634
+ ##### `realtimeUrl`<sup>Required</sup> <a name="realtimeUrl" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.realtimeUrl"></a>
635
+
636
+ ```typescript
637
+ public readonly realtimeUrl: string;
638
+ ```
639
+
640
+ - *Type:* string
641
+
642
+ Realtime URL For the generated API.
643
+
644
+ May be a CDK Token.
645
+
646
+ ---
647
+
648
+ ##### `resources`<sup>Required</sup> <a name="resources" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.resources"></a>
649
+
650
+ ```typescript
651
+ public readonly resources: AmplifyGraphqlApiResources;
652
+ ```
653
+
654
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources">AmplifyGraphqlApiResources</a>
655
+
656
+ Generated L1 and L2 CDK resources.
657
+
658
+ ---
659
+
660
+ ##### `apiKey`<sup>Optional</sup> <a name="apiKey" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApi.property.apiKey"></a>
661
+
662
+ ```typescript
663
+ public readonly apiKey: string;
664
+ ```
665
+
666
+ - *Type:* string
667
+
668
+ Generated Api Key if generated.
669
+
670
+ May be a CDK Token.
671
+
672
+ ---
673
+
674
+
675
+ ## Structs <a name="Structs" id="Structs"></a>
676
+
677
+ ### AddFunctionProps <a name="AddFunctionProps" id="@aws-amplify/graphql-api-construct.AddFunctionProps"></a>
678
+
679
+ Input type properties when adding a new appsync.AppsyncFunction to the generated API. This is equivalent to the Omit<appsync.AppsyncFunctionProps, 'api'>.
680
+
681
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.AddFunctionProps.Initializer"></a>
682
+
683
+ ```typescript
684
+ import { AddFunctionProps } from '@aws-amplify/graphql-api-construct'
685
+
686
+ const addFunctionProps: AddFunctionProps = { ... }
687
+ ```
688
+
689
+ #### Properties <a name="Properties" id="Properties"></a>
690
+
691
+ | **Name** | **Type** | **Description** |
692
+ | --- | --- | --- |
693
+ | <code><a href="#@aws-amplify/graphql-api-construct.AddFunctionProps.property.dataSource">dataSource</a></code> | <code>aws-cdk-lib.aws_appsync.BaseDataSource</code> | the data source linked to this AppSync Function. |
694
+ | <code><a href="#@aws-amplify/graphql-api-construct.AddFunctionProps.property.name">name</a></code> | <code>string</code> | the name of the AppSync Function. |
695
+ | <code><a href="#@aws-amplify/graphql-api-construct.AddFunctionProps.property.code">code</a></code> | <code>aws-cdk-lib.aws_appsync.Code</code> | The function code. |
696
+ | <code><a href="#@aws-amplify/graphql-api-construct.AddFunctionProps.property.description">description</a></code> | <code>string</code> | the description for this AppSync Function. |
697
+ | <code><a href="#@aws-amplify/graphql-api-construct.AddFunctionProps.property.requestMappingTemplate">requestMappingTemplate</a></code> | <code>aws-cdk-lib.aws_appsync.MappingTemplate</code> | the request mapping template for the AppSync Function. |
698
+ | <code><a href="#@aws-amplify/graphql-api-construct.AddFunctionProps.property.responseMappingTemplate">responseMappingTemplate</a></code> | <code>aws-cdk-lib.aws_appsync.MappingTemplate</code> | the response mapping template for the AppSync Function. |
699
+ | <code><a href="#@aws-amplify/graphql-api-construct.AddFunctionProps.property.runtime">runtime</a></code> | <code>aws-cdk-lib.aws_appsync.FunctionRuntime</code> | The functions runtime. |
700
+
701
+ ---
702
+
703
+ ##### `dataSource`<sup>Required</sup> <a name="dataSource" id="@aws-amplify/graphql-api-construct.AddFunctionProps.property.dataSource"></a>
704
+
705
+ ```typescript
706
+ public readonly dataSource: BaseDataSource;
707
+ ```
708
+
709
+ - *Type:* aws-cdk-lib.aws_appsync.BaseDataSource
710
+
711
+ the data source linked to this AppSync Function.
712
+
713
+ ---
714
+
715
+ ##### `name`<sup>Required</sup> <a name="name" id="@aws-amplify/graphql-api-construct.AddFunctionProps.property.name"></a>
716
+
717
+ ```typescript
718
+ public readonly name: string;
719
+ ```
720
+
721
+ - *Type:* string
722
+
723
+ the name of the AppSync Function.
724
+
725
+ ---
726
+
727
+ ##### `code`<sup>Optional</sup> <a name="code" id="@aws-amplify/graphql-api-construct.AddFunctionProps.property.code"></a>
728
+
729
+ ```typescript
730
+ public readonly code: Code;
731
+ ```
732
+
733
+ - *Type:* aws-cdk-lib.aws_appsync.Code
734
+ - *Default:* no code is used
735
+
736
+ The function code.
737
+
738
+ ---
739
+
740
+ ##### `description`<sup>Optional</sup> <a name="description" id="@aws-amplify/graphql-api-construct.AddFunctionProps.property.description"></a>
741
+
742
+ ```typescript
743
+ public readonly description: string;
744
+ ```
745
+
746
+ - *Type:* string
747
+ - *Default:* no description
748
+
749
+ the description for this AppSync Function.
750
+
751
+ ---
752
+
753
+ ##### `requestMappingTemplate`<sup>Optional</sup> <a name="requestMappingTemplate" id="@aws-amplify/graphql-api-construct.AddFunctionProps.property.requestMappingTemplate"></a>
754
+
755
+ ```typescript
756
+ public readonly requestMappingTemplate: MappingTemplate;
757
+ ```
758
+
759
+ - *Type:* aws-cdk-lib.aws_appsync.MappingTemplate
760
+ - *Default:* no request mapping template
761
+
762
+ the request mapping template for the AppSync Function.
763
+
764
+ ---
765
+
766
+ ##### `responseMappingTemplate`<sup>Optional</sup> <a name="responseMappingTemplate" id="@aws-amplify/graphql-api-construct.AddFunctionProps.property.responseMappingTemplate"></a>
767
+
768
+ ```typescript
769
+ public readonly responseMappingTemplate: MappingTemplate;
770
+ ```
771
+
772
+ - *Type:* aws-cdk-lib.aws_appsync.MappingTemplate
773
+ - *Default:* no response mapping template
774
+
775
+ the response mapping template for the AppSync Function.
776
+
777
+ ---
778
+
779
+ ##### `runtime`<sup>Optional</sup> <a name="runtime" id="@aws-amplify/graphql-api-construct.AddFunctionProps.property.runtime"></a>
780
+
781
+ ```typescript
782
+ public readonly runtime: FunctionRuntime;
783
+ ```
784
+
785
+ - *Type:* aws-cdk-lib.aws_appsync.FunctionRuntime
786
+ - *Default:* no function runtime, VTL mapping templates used
787
+
788
+ The functions runtime.
789
+
790
+ ---
791
+
792
+ ### AmplifyGraphqlApiCfnResources <a name="AmplifyGraphqlApiCfnResources" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources"></a>
793
+
794
+ L1 CDK resources from the Api which were generated as part of the transform.
795
+
796
+ These are potentially stored under nested stacks, but presented organized by type instead.
797
+
798
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.Initializer"></a>
799
+
800
+ ```typescript
801
+ import { AmplifyGraphqlApiCfnResources } from '@aws-amplify/graphql-api-construct'
802
+
803
+ const amplifyGraphqlApiCfnResources: AmplifyGraphqlApiCfnResources = { ... }
804
+ ```
805
+
806
+ #### Properties <a name="Properties" id="Properties"></a>
807
+
808
+ | **Name** | **Type** | **Description** |
809
+ | --- | --- | --- |
810
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.additionalCfnResources">additionalCfnResources</a></code> | <code>{[ key: string ]: aws-cdk-lib.CfnResource}</code> | Remaining L1 resources generated, keyed by logicalId. |
811
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnDataSources">cfnDataSources</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_appsync.CfnDataSource}</code> | The Generated AppSync DataSource L1 Resources, keyed by logicalId. |
812
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnFunctionConfigurations">cfnFunctionConfigurations</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_appsync.CfnFunctionConfiguration}</code> | The Generated AppSync Function L1 Resources, keyed by logicalId. |
813
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnFunctions">cfnFunctions</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_lambda.CfnFunction}</code> | The Generated Lambda Function L1 Resources, keyed by function name. |
814
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnGraphqlApi">cfnGraphqlApi</a></code> | <code>aws-cdk-lib.aws_appsync.CfnGraphQLApi</code> | The Generated AppSync Api L1 Resource. |
815
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnGraphqlSchema">cfnGraphqlSchema</a></code> | <code>aws-cdk-lib.aws_appsync.CfnGraphQLSchema</code> | The Generated AppSync Schema L1 Resource. |
816
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnResolvers">cfnResolvers</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_appsync.CfnResolver}</code> | The Generated AppSync Resolver L1 Resources, keyed by logicalId. |
817
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnRoles">cfnRoles</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_iam.CfnRole}</code> | The Generated IAM Role L1 Resources, keyed by logicalId. |
818
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnTables">cfnTables</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_dynamodb.CfnTable}</code> | The Generated DynamoDB Table L1 Resources, keyed by logicalId. |
819
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnApiKey">cfnApiKey</a></code> | <code>aws-cdk-lib.aws_appsync.CfnApiKey</code> | The Generated AppSync Api Key L1 Resource. |
820
+
821
+ ---
822
+
823
+ ##### `additionalCfnResources`<sup>Required</sup> <a name="additionalCfnResources" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.additionalCfnResources"></a>
824
+
825
+ ```typescript
826
+ public readonly additionalCfnResources: {[ key: string ]: CfnResource};
827
+ ```
828
+
829
+ - *Type:* {[ key: string ]: aws-cdk-lib.CfnResource}
830
+
831
+ Remaining L1 resources generated, keyed by logicalId.
832
+
833
+ ---
834
+
835
+ ##### `cfnDataSources`<sup>Required</sup> <a name="cfnDataSources" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnDataSources"></a>
836
+
837
+ ```typescript
838
+ public readonly cfnDataSources: {[ key: string ]: CfnDataSource};
839
+ ```
840
+
841
+ - *Type:* {[ key: string ]: aws-cdk-lib.aws_appsync.CfnDataSource}
842
+
843
+ The Generated AppSync DataSource L1 Resources, keyed by logicalId.
844
+
845
+ ---
846
+
847
+ ##### `cfnFunctionConfigurations`<sup>Required</sup> <a name="cfnFunctionConfigurations" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnFunctionConfigurations"></a>
848
+
849
+ ```typescript
850
+ public readonly cfnFunctionConfigurations: {[ key: string ]: CfnFunctionConfiguration};
851
+ ```
852
+
853
+ - *Type:* {[ key: string ]: aws-cdk-lib.aws_appsync.CfnFunctionConfiguration}
854
+
855
+ The Generated AppSync Function L1 Resources, keyed by logicalId.
856
+
857
+ ---
858
+
859
+ ##### `cfnFunctions`<sup>Required</sup> <a name="cfnFunctions" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnFunctions"></a>
860
+
861
+ ```typescript
862
+ public readonly cfnFunctions: {[ key: string ]: CfnFunction};
863
+ ```
864
+
865
+ - *Type:* {[ key: string ]: aws-cdk-lib.aws_lambda.CfnFunction}
866
+
867
+ The Generated Lambda Function L1 Resources, keyed by function name.
868
+
869
+ ---
870
+
871
+ ##### `cfnGraphqlApi`<sup>Required</sup> <a name="cfnGraphqlApi" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnGraphqlApi"></a>
872
+
873
+ ```typescript
874
+ public readonly cfnGraphqlApi: CfnGraphQLApi;
875
+ ```
876
+
877
+ - *Type:* aws-cdk-lib.aws_appsync.CfnGraphQLApi
878
+
879
+ The Generated AppSync Api L1 Resource.
880
+
881
+ ---
882
+
883
+ ##### `cfnGraphqlSchema`<sup>Required</sup> <a name="cfnGraphqlSchema" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnGraphqlSchema"></a>
884
+
885
+ ```typescript
886
+ public readonly cfnGraphqlSchema: CfnGraphQLSchema;
887
+ ```
888
+
889
+ - *Type:* aws-cdk-lib.aws_appsync.CfnGraphQLSchema
890
+
891
+ The Generated AppSync Schema L1 Resource.
892
+
893
+ ---
894
+
895
+ ##### `cfnResolvers`<sup>Required</sup> <a name="cfnResolvers" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnResolvers"></a>
896
+
897
+ ```typescript
898
+ public readonly cfnResolvers: {[ key: string ]: CfnResolver};
899
+ ```
900
+
901
+ - *Type:* {[ key: string ]: aws-cdk-lib.aws_appsync.CfnResolver}
902
+
903
+ The Generated AppSync Resolver L1 Resources, keyed by logicalId.
904
+
905
+ ---
906
+
907
+ ##### `cfnRoles`<sup>Required</sup> <a name="cfnRoles" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnRoles"></a>
908
+
909
+ ```typescript
910
+ public readonly cfnRoles: {[ key: string ]: CfnRole};
911
+ ```
912
+
913
+ - *Type:* {[ key: string ]: aws-cdk-lib.aws_iam.CfnRole}
914
+
915
+ The Generated IAM Role L1 Resources, keyed by logicalId.
916
+
917
+ ---
918
+
919
+ ##### `cfnTables`<sup>Required</sup> <a name="cfnTables" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnTables"></a>
920
+
921
+ ```typescript
922
+ public readonly cfnTables: {[ key: string ]: CfnTable};
923
+ ```
924
+
925
+ - *Type:* {[ key: string ]: aws-cdk-lib.aws_dynamodb.CfnTable}
926
+
927
+ The Generated DynamoDB Table L1 Resources, keyed by logicalId.
928
+
929
+ ---
930
+
931
+ ##### `cfnApiKey`<sup>Optional</sup> <a name="cfnApiKey" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources.property.cfnApiKey"></a>
932
+
933
+ ```typescript
934
+ public readonly cfnApiKey: CfnApiKey;
935
+ ```
936
+
937
+ - *Type:* aws-cdk-lib.aws_appsync.CfnApiKey
938
+
939
+ The Generated AppSync Api Key L1 Resource.
940
+
941
+ ---
942
+
943
+ ### AmplifyGraphqlApiProps <a name="AmplifyGraphqlApiProps" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps"></a>
944
+
945
+ Input props for the AmplifyGraphqlApi construct.
946
+
947
+ Specifies what the input to transform into an Api, and configurations for
948
+ the transformation process.
949
+
950
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.Initializer"></a>
951
+
952
+ ```typescript
953
+ import { AmplifyGraphqlApiProps } from '@aws-amplify/graphql-api-construct'
954
+
955
+ const amplifyGraphqlApiProps: AmplifyGraphqlApiProps = { ... }
956
+ ```
957
+
958
+ #### Properties <a name="Properties" id="Properties"></a>
959
+
960
+ | **Name** | **Type** | **Description** |
961
+ | --- | --- | --- |
962
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.authorizationModes">authorizationModes</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.AuthorizationModes">AuthorizationModes</a></code> | Required auth modes for the Api. |
963
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.definition">definition</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.IAmplifyGraphqlDefinition">IAmplifyGraphqlDefinition</a></code> | The definition to transform in a full Api. |
964
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.apiName">apiName</a></code> | <code>string</code> | Name to be used for the AppSync Api. |
965
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.conflictResolution">conflictResolution</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.ConflictResolution">ConflictResolution</a></code> | Configure conflict resolution on the Api, which is required to enable DataStore Api functionality. |
966
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.functionNameMap">functionNameMap</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_lambda.IFunction}</code> | Lambda functions referenced in the definitions's. |
967
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.functionSlots">functionSlots</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot">MutationFunctionSlot</a> \| <a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot">QueryFunctionSlot</a> \| <a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot">SubscriptionFunctionSlot</a>[]</code> | Overrides for a given slot in the generated resolver pipelines. |
968
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.outputStorageStrategy">outputStorageStrategy</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.IBackendOutputStorageStrategy">IBackendOutputStorageStrategy</a></code> | Strategy to store construct outputs. |
969
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.predictionsBucket">predictionsBucket</a></code> | <code>aws-cdk-lib.aws_s3.IBucket</code> | If using predictions, a bucket must be provided which will be used to search for assets. |
970
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.stackMappings">stackMappings</a></code> | <code>{[ key: string ]: string}</code> | StackMappings override the assigned nested stack on a per-resource basis. |
971
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.transformerPlugins">transformerPlugins</a></code> | <code>any[]</code> | Provide a list of additional custom transformers which are injected into the transform process. |
972
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.translationBehavior">translationBehavior</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior">PartialTranslationBehavior</a></code> | This replaces feature flags from the Api construct, for general information on what these parameters do, refer to https://docs.amplify.aws/cli/reference/feature-flags/#graphQLTransformer. |
973
+
974
+ ---
975
+
976
+ ##### `authorizationModes`<sup>Required</sup> <a name="authorizationModes" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.authorizationModes"></a>
977
+
978
+ ```typescript
979
+ public readonly authorizationModes: AuthorizationModes;
980
+ ```
981
+
982
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.AuthorizationModes">AuthorizationModes</a>
983
+
984
+ Required auth modes for the Api.
985
+
986
+ This object must be a superset of the configured auth providers in the Api definition.
987
+ For more information, refer to https://docs.amplify.aws/cli/graphql/authorization-rules/
988
+
989
+ ---
990
+
991
+ ##### `definition`<sup>Required</sup> <a name="definition" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.definition"></a>
992
+
993
+ ```typescript
994
+ public readonly definition: IAmplifyGraphqlDefinition;
995
+ ```
996
+
997
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.IAmplifyGraphqlDefinition">IAmplifyGraphqlDefinition</a>
998
+
999
+ The definition to transform in a full Api.
1000
+
1001
+ Can be constructed via the AmplifyGraphqlDefinition class.
1002
+
1003
+ ---
1004
+
1005
+ ##### `apiName`<sup>Optional</sup> <a name="apiName" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.apiName"></a>
1006
+
1007
+ ```typescript
1008
+ public readonly apiName: string;
1009
+ ```
1010
+
1011
+ - *Type:* string
1012
+
1013
+ Name to be used for the AppSync Api.
1014
+
1015
+ Default: construct id.
1016
+
1017
+ ---
1018
+
1019
+ ##### `conflictResolution`<sup>Optional</sup> <a name="conflictResolution" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.conflictResolution"></a>
1020
+
1021
+ ```typescript
1022
+ public readonly conflictResolution: ConflictResolution;
1023
+ ```
1024
+
1025
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.ConflictResolution">ConflictResolution</a>
1026
+
1027
+ Configure conflict resolution on the Api, which is required to enable DataStore Api functionality.
1028
+
1029
+ For more information, refer to https://docs.amplify.aws/lib/datastore/getting-started/q/platform/js/
1030
+
1031
+ ---
1032
+
1033
+ ##### `functionNameMap`<sup>Optional</sup> <a name="functionNameMap" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.functionNameMap"></a>
1034
+
1035
+ ```typescript
1036
+ public readonly functionNameMap: {[ key: string ]: IFunction};
1037
+ ```
1038
+
1039
+ - *Type:* {[ key: string ]: aws-cdk-lib.aws_lambda.IFunction}
1040
+
1041
+ Lambda functions referenced in the definitions's.
1042
+
1043
+ ---
1044
+
1045
+ ##### `functionSlots`<sup>Optional</sup> <a name="functionSlots" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.functionSlots"></a>
1046
+
1047
+ ```typescript
1048
+ public readonly functionSlots: MutationFunctionSlot | QueryFunctionSlot | SubscriptionFunctionSlot[];
1049
+ ```
1050
+
1051
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot">MutationFunctionSlot</a> | <a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot">QueryFunctionSlot</a> | <a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot">SubscriptionFunctionSlot</a>[]
1052
+
1053
+ Overrides for a given slot in the generated resolver pipelines.
1054
+
1055
+ For more information about what slots are available,
1056
+ refer to https://docs.amplify.aws/cli/graphql/custom-business-logic/#override-amplify-generated-resolvers.
1057
+
1058
+ ---
1059
+
1060
+ ##### `outputStorageStrategy`<sup>Optional</sup> <a name="outputStorageStrategy" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.outputStorageStrategy"></a>
1061
+
1062
+ ```typescript
1063
+ public readonly outputStorageStrategy: IBackendOutputStorageStrategy;
1064
+ ```
1065
+
1066
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.IBackendOutputStorageStrategy">IBackendOutputStorageStrategy</a>
1067
+
1068
+ Strategy to store construct outputs.
1069
+
1070
+ If no outputStorageStrategey is provided a default strategy will be used.
1071
+
1072
+ ---
1073
+
1074
+ ##### `predictionsBucket`<sup>Optional</sup> <a name="predictionsBucket" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.predictionsBucket"></a>
1075
+
1076
+ ```typescript
1077
+ public readonly predictionsBucket: IBucket;
1078
+ ```
1079
+
1080
+ - *Type:* aws-cdk-lib.aws_s3.IBucket
1081
+
1082
+ If using predictions, a bucket must be provided which will be used to search for assets.
1083
+
1084
+ ---
1085
+
1086
+ ##### `stackMappings`<sup>Optional</sup> <a name="stackMappings" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.stackMappings"></a>
1087
+
1088
+ ```typescript
1089
+ public readonly stackMappings: {[ key: string ]: string};
1090
+ ```
1091
+
1092
+ - *Type:* {[ key: string ]: string}
1093
+
1094
+ StackMappings override the assigned nested stack on a per-resource basis.
1095
+
1096
+ Only applies to resolvers, and takes the form
1097
+ { <logicalId>: <stackName> }
1098
+ It is not recommended to use this parameter unless you are encountering stack resource count limits, and worth noting that
1099
+ after initial deployment AppSync resolvers cannot be moved between nested stacks, they will need to be removed from the app,
1100
+ then re-added from a new stack.
1101
+
1102
+ ---
1103
+
1104
+ ##### `transformerPlugins`<sup>Optional</sup> <a name="transformerPlugins" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.transformerPlugins"></a>
1105
+
1106
+ ```typescript
1107
+ public readonly transformerPlugins: any[];
1108
+ ```
1109
+
1110
+ - *Type:* any[]
1111
+
1112
+ Provide a list of additional custom transformers which are injected into the transform process.
1113
+
1114
+ These custom transformers must be implemented with aws-cdk-lib >=2.80.0, and
1115
+
1116
+ ---
1117
+
1118
+ ##### `translationBehavior`<sup>Optional</sup> <a name="translationBehavior" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiProps.property.translationBehavior"></a>
1119
+
1120
+ ```typescript
1121
+ public readonly translationBehavior: PartialTranslationBehavior;
1122
+ ```
1123
+
1124
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior">PartialTranslationBehavior</a>
1125
+
1126
+ This replaces feature flags from the Api construct, for general information on what these parameters do, refer to https://docs.amplify.aws/cli/reference/feature-flags/#graphQLTransformer.
1127
+
1128
+ ---
1129
+
1130
+ ### AmplifyGraphqlApiResources <a name="AmplifyGraphqlApiResources" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources"></a>
1131
+
1132
+ Accessible resources from the Api which were generated as part of the transform.
1133
+
1134
+ These are potentially stored under nested stacks, but presented organized by type instead.
1135
+
1136
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.Initializer"></a>
1137
+
1138
+ ```typescript
1139
+ import { AmplifyGraphqlApiResources } from '@aws-amplify/graphql-api-construct'
1140
+
1141
+ const amplifyGraphqlApiResources: AmplifyGraphqlApiResources = { ... }
1142
+ ```
1143
+
1144
+ #### Properties <a name="Properties" id="Properties"></a>
1145
+
1146
+ | **Name** | **Type** | **Description** |
1147
+ | --- | --- | --- |
1148
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.cfnResources">cfnResources</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources">AmplifyGraphqlApiCfnResources</a></code> | L1 Cfn Resources, for when dipping down a level of abstraction is desirable. |
1149
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.functions">functions</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_lambda.IFunction}</code> | The Generated Lambda Function L1 Resources, keyed by function name. |
1150
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.graphqlApi">graphqlApi</a></code> | <code>aws-cdk-lib.aws_appsync.IGraphqlApi</code> | The Generated AppSync Api L2 Resource, includes the Schema. |
1151
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.nestedStacks">nestedStacks</a></code> | <code>{[ key: string ]: aws-cdk-lib.NestedStack}</code> | Nested Stacks generated by the Api Construct. |
1152
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.roles">roles</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_iam.IRole}</code> | The Generated IAM Role L2 Resources, keyed by logicalId. |
1153
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.tables">tables</a></code> | <code>{[ key: string ]: aws-cdk-lib.aws_dynamodb.ITable}</code> | The Generated DynamoDB Table L2 Resources, keyed by logicalId. |
1154
+
1155
+ ---
1156
+
1157
+ ##### `cfnResources`<sup>Required</sup> <a name="cfnResources" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.cfnResources"></a>
1158
+
1159
+ ```typescript
1160
+ public readonly cfnResources: AmplifyGraphqlApiCfnResources;
1161
+ ```
1162
+
1163
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlApiCfnResources">AmplifyGraphqlApiCfnResources</a>
1164
+
1165
+ L1 Cfn Resources, for when dipping down a level of abstraction is desirable.
1166
+
1167
+ ---
1168
+
1169
+ ##### `functions`<sup>Required</sup> <a name="functions" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.functions"></a>
1170
+
1171
+ ```typescript
1172
+ public readonly functions: {[ key: string ]: IFunction};
1173
+ ```
1174
+
1175
+ - *Type:* {[ key: string ]: aws-cdk-lib.aws_lambda.IFunction}
1176
+
1177
+ The Generated Lambda Function L1 Resources, keyed by function name.
1178
+
1179
+ ---
1180
+
1181
+ ##### `graphqlApi`<sup>Required</sup> <a name="graphqlApi" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.graphqlApi"></a>
1182
+
1183
+ ```typescript
1184
+ public readonly graphqlApi: IGraphqlApi;
1185
+ ```
1186
+
1187
+ - *Type:* aws-cdk-lib.aws_appsync.IGraphqlApi
1188
+
1189
+ The Generated AppSync Api L2 Resource, includes the Schema.
1190
+
1191
+ ---
1192
+
1193
+ ##### `nestedStacks`<sup>Required</sup> <a name="nestedStacks" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.nestedStacks"></a>
1194
+
1195
+ ```typescript
1196
+ public readonly nestedStacks: {[ key: string ]: NestedStack};
1197
+ ```
1198
+
1199
+ - *Type:* {[ key: string ]: aws-cdk-lib.NestedStack}
1200
+
1201
+ Nested Stacks generated by the Api Construct.
1202
+
1203
+ ---
1204
+
1205
+ ##### `roles`<sup>Required</sup> <a name="roles" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.roles"></a>
1206
+
1207
+ ```typescript
1208
+ public readonly roles: {[ key: string ]: IRole};
1209
+ ```
1210
+
1211
+ - *Type:* {[ key: string ]: aws-cdk-lib.aws_iam.IRole}
1212
+
1213
+ The Generated IAM Role L2 Resources, keyed by logicalId.
1214
+
1215
+ ---
1216
+
1217
+ ##### `tables`<sup>Required</sup> <a name="tables" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlApiResources.property.tables"></a>
1218
+
1219
+ ```typescript
1220
+ public readonly tables: {[ key: string ]: ITable};
1221
+ ```
1222
+
1223
+ - *Type:* {[ key: string ]: aws-cdk-lib.aws_dynamodb.ITable}
1224
+
1225
+ The Generated DynamoDB Table L2 Resources, keyed by logicalId.
1226
+
1227
+ ---
1228
+
1229
+ ### ApiKeyAuthorizationConfig <a name="ApiKeyAuthorizationConfig" id="@aws-amplify/graphql-api-construct.ApiKeyAuthorizationConfig"></a>
1230
+
1231
+ Configuration for Api Keys on the Graphql Api.
1232
+
1233
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.ApiKeyAuthorizationConfig.Initializer"></a>
1234
+
1235
+ ```typescript
1236
+ import { ApiKeyAuthorizationConfig } from '@aws-amplify/graphql-api-construct'
1237
+
1238
+ const apiKeyAuthorizationConfig: ApiKeyAuthorizationConfig = { ... }
1239
+ ```
1240
+
1241
+ #### Properties <a name="Properties" id="Properties"></a>
1242
+
1243
+ | **Name** | **Type** | **Description** |
1244
+ | --- | --- | --- |
1245
+ | <code><a href="#@aws-amplify/graphql-api-construct.ApiKeyAuthorizationConfig.property.expires">expires</a></code> | <code>aws-cdk-lib.Duration</code> | A duration representing the time from Cloudformation deploy until expiry. |
1246
+ | <code><a href="#@aws-amplify/graphql-api-construct.ApiKeyAuthorizationConfig.property.description">description</a></code> | <code>string</code> | Optional description for the Api Key to attach to the Api. |
1247
+
1248
+ ---
1249
+
1250
+ ##### `expires`<sup>Required</sup> <a name="expires" id="@aws-amplify/graphql-api-construct.ApiKeyAuthorizationConfig.property.expires"></a>
1251
+
1252
+ ```typescript
1253
+ public readonly expires: Duration;
1254
+ ```
1255
+
1256
+ - *Type:* aws-cdk-lib.Duration
1257
+
1258
+ A duration representing the time from Cloudformation deploy until expiry.
1259
+
1260
+ ---
1261
+
1262
+ ##### `description`<sup>Optional</sup> <a name="description" id="@aws-amplify/graphql-api-construct.ApiKeyAuthorizationConfig.property.description"></a>
1263
+
1264
+ ```typescript
1265
+ public readonly description: string;
1266
+ ```
1267
+
1268
+ - *Type:* string
1269
+
1270
+ Optional description for the Api Key to attach to the Api.
1271
+
1272
+ ---
1273
+
1274
+ ### AuthorizationModes <a name="AuthorizationModes" id="@aws-amplify/graphql-api-construct.AuthorizationModes"></a>
1275
+
1276
+ Authorization Modes to apply to the Api.
1277
+
1278
+ At least one modes must be provided, and if more than one are provided a defaultAuthorizationMode must be specified.
1279
+ For more information on Amplify Api auth, refer to https://docs.amplify.aws/cli/graphql/authorization-rules/#authorization-strategies
1280
+
1281
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.AuthorizationModes.Initializer"></a>
1282
+
1283
+ ```typescript
1284
+ import { AuthorizationModes } from '@aws-amplify/graphql-api-construct'
1285
+
1286
+ const authorizationModes: AuthorizationModes = { ... }
1287
+ ```
1288
+
1289
+ #### Properties <a name="Properties" id="Properties"></a>
1290
+
1291
+ | **Name** | **Type** | **Description** |
1292
+ | --- | --- | --- |
1293
+ | <code><a href="#@aws-amplify/graphql-api-construct.AuthorizationModes.property.adminRoles">adminRoles</a></code> | <code>aws-cdk-lib.aws_iam.IRole[]</code> | A list of roles granted full R/W access to the Api. |
1294
+ | <code><a href="#@aws-amplify/graphql-api-construct.AuthorizationModes.property.apiKeyConfig">apiKeyConfig</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.ApiKeyAuthorizationConfig">ApiKeyAuthorizationConfig</a></code> | AppSync Api Key config, required if a 'apiKey' auth provider is specified in the Api. |
1295
+ | <code><a href="#@aws-amplify/graphql-api-construct.AuthorizationModes.property.defaultAuthorizationMode">defaultAuthorizationMode</a></code> | <code>string</code> | Default auth mode to provide to the Api, required if more than one config type is specified. |
1296
+ | <code><a href="#@aws-amplify/graphql-api-construct.AuthorizationModes.property.iamConfig">iamConfig</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.IAMAuthorizationConfig">IAMAuthorizationConfig</a></code> | IAM Auth config, required if an 'iam' auth provider is specified in the Api. |
1297
+ | <code><a href="#@aws-amplify/graphql-api-construct.AuthorizationModes.property.lambdaConfig">lambdaConfig</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig">LambdaAuthorizationConfig</a></code> | Lambda config, required if a 'function' auth provider is specified in the Api. |
1298
+ | <code><a href="#@aws-amplify/graphql-api-construct.AuthorizationModes.property.oidcConfig">oidcConfig</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig">OIDCAuthorizationConfig</a></code> | Cognito OIDC config, required if a 'oidc' auth provider is specified in the Api. |
1299
+ | <code><a href="#@aws-amplify/graphql-api-construct.AuthorizationModes.property.userPoolConfig">userPoolConfig</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.UserPoolAuthorizationConfig">UserPoolAuthorizationConfig</a></code> | Cognito UserPool config, required if a 'userPools' auth provider is specified in the Api. |
1300
+
1301
+ ---
1302
+
1303
+ ##### `adminRoles`<sup>Optional</sup> <a name="adminRoles" id="@aws-amplify/graphql-api-construct.AuthorizationModes.property.adminRoles"></a>
1304
+
1305
+ ```typescript
1306
+ public readonly adminRoles: IRole[];
1307
+ ```
1308
+
1309
+ - *Type:* aws-cdk-lib.aws_iam.IRole[]
1310
+
1311
+ A list of roles granted full R/W access to the Api.
1312
+
1313
+ ---
1314
+
1315
+ ##### `apiKeyConfig`<sup>Optional</sup> <a name="apiKeyConfig" id="@aws-amplify/graphql-api-construct.AuthorizationModes.property.apiKeyConfig"></a>
1316
+
1317
+ ```typescript
1318
+ public readonly apiKeyConfig: ApiKeyAuthorizationConfig;
1319
+ ```
1320
+
1321
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.ApiKeyAuthorizationConfig">ApiKeyAuthorizationConfig</a>
1322
+
1323
+ AppSync Api Key config, required if a 'apiKey' auth provider is specified in the Api.
1324
+
1325
+ Applies to 'public' auth strategy.
1326
+
1327
+ ---
1328
+
1329
+ ##### `defaultAuthorizationMode`<sup>Optional</sup> <a name="defaultAuthorizationMode" id="@aws-amplify/graphql-api-construct.AuthorizationModes.property.defaultAuthorizationMode"></a>
1330
+
1331
+ ```typescript
1332
+ public readonly defaultAuthorizationMode: string;
1333
+ ```
1334
+
1335
+ - *Type:* string
1336
+
1337
+ Default auth mode to provide to the Api, required if more than one config type is specified.
1338
+
1339
+ ---
1340
+
1341
+ ##### `iamConfig`<sup>Optional</sup> <a name="iamConfig" id="@aws-amplify/graphql-api-construct.AuthorizationModes.property.iamConfig"></a>
1342
+
1343
+ ```typescript
1344
+ public readonly iamConfig: IAMAuthorizationConfig;
1345
+ ```
1346
+
1347
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.IAMAuthorizationConfig">IAMAuthorizationConfig</a>
1348
+
1349
+ IAM Auth config, required if an 'iam' auth provider is specified in the Api.
1350
+
1351
+ Applies to 'public' and 'private' auth strategies.
1352
+
1353
+ ---
1354
+
1355
+ ##### `lambdaConfig`<sup>Optional</sup> <a name="lambdaConfig" id="@aws-amplify/graphql-api-construct.AuthorizationModes.property.lambdaConfig"></a>
1356
+
1357
+ ```typescript
1358
+ public readonly lambdaConfig: LambdaAuthorizationConfig;
1359
+ ```
1360
+
1361
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig">LambdaAuthorizationConfig</a>
1362
+
1363
+ Lambda config, required if a 'function' auth provider is specified in the Api.
1364
+
1365
+ Applies to 'custom' auth strategy.
1366
+
1367
+ ---
1368
+
1369
+ ##### `oidcConfig`<sup>Optional</sup> <a name="oidcConfig" id="@aws-amplify/graphql-api-construct.AuthorizationModes.property.oidcConfig"></a>
1370
+
1371
+ ```typescript
1372
+ public readonly oidcConfig: OIDCAuthorizationConfig;
1373
+ ```
1374
+
1375
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig">OIDCAuthorizationConfig</a>
1376
+
1377
+ Cognito OIDC config, required if a 'oidc' auth provider is specified in the Api.
1378
+
1379
+ Applies to 'owner', 'private', and 'group' auth strategies.
1380
+
1381
+ ---
1382
+
1383
+ ##### `userPoolConfig`<sup>Optional</sup> <a name="userPoolConfig" id="@aws-amplify/graphql-api-construct.AuthorizationModes.property.userPoolConfig"></a>
1384
+
1385
+ ```typescript
1386
+ public readonly userPoolConfig: UserPoolAuthorizationConfig;
1387
+ ```
1388
+
1389
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.UserPoolAuthorizationConfig">UserPoolAuthorizationConfig</a>
1390
+
1391
+ Cognito UserPool config, required if a 'userPools' auth provider is specified in the Api.
1392
+
1393
+ Applies to 'owner', 'private', and 'group' auth strategies.
1394
+
1395
+ ---
1396
+
1397
+ ### AutomergeConflictResolutionStrategy <a name="AutomergeConflictResolutionStrategy" id="@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy"></a>
1398
+
1399
+ Enable optimistic concurrency on the project.
1400
+
1401
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy.Initializer"></a>
1402
+
1403
+ ```typescript
1404
+ import { AutomergeConflictResolutionStrategy } from '@aws-amplify/graphql-api-construct'
1405
+
1406
+ const automergeConflictResolutionStrategy: AutomergeConflictResolutionStrategy = { ... }
1407
+ ```
1408
+
1409
+ #### Properties <a name="Properties" id="Properties"></a>
1410
+
1411
+ | **Name** | **Type** | **Description** |
1412
+ | --- | --- | --- |
1413
+ | <code><a href="#@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy.property.detectionType">detectionType</a></code> | <code>string</code> | The conflict detection type used for resolution. |
1414
+ | <code><a href="#@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy.property.handlerType">handlerType</a></code> | <code>string</code> | This conflict resolution strategy executes an auto-merge. |
1415
+
1416
+ ---
1417
+
1418
+ ##### `detectionType`<sup>Required</sup> <a name="detectionType" id="@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy.property.detectionType"></a>
1419
+
1420
+ ```typescript
1421
+ public readonly detectionType: string;
1422
+ ```
1423
+
1424
+ - *Type:* string
1425
+
1426
+ The conflict detection type used for resolution.
1427
+
1428
+ ---
1429
+
1430
+ ##### `handlerType`<sup>Required</sup> <a name="handlerType" id="@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy.property.handlerType"></a>
1431
+
1432
+ ```typescript
1433
+ public readonly handlerType: string;
1434
+ ```
1435
+
1436
+ - *Type:* string
1437
+
1438
+ This conflict resolution strategy executes an auto-merge.
1439
+
1440
+ For more information, refer to https://docs.aws.amazon.com/appsync/latest/devguide/conflict-detection-and-sync.html#conflict-detection-and-resolution
1441
+
1442
+ ---
1443
+
1444
+ ### ConflictResolution <a name="ConflictResolution" id="@aws-amplify/graphql-api-construct.ConflictResolution"></a>
1445
+
1446
+ Project level configuration for conflict resolution.
1447
+
1448
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.ConflictResolution.Initializer"></a>
1449
+
1450
+ ```typescript
1451
+ import { ConflictResolution } from '@aws-amplify/graphql-api-construct'
1452
+
1453
+ const conflictResolution: ConflictResolution = { ... }
1454
+ ```
1455
+
1456
+ #### Properties <a name="Properties" id="Properties"></a>
1457
+
1458
+ | **Name** | **Type** | **Description** |
1459
+ | --- | --- | --- |
1460
+ | <code><a href="#@aws-amplify/graphql-api-construct.ConflictResolution.property.models">models</a></code> | <code>{[ key: string ]: <a href="#@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy">AutomergeConflictResolutionStrategy</a> \| <a href="#@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy">OptimisticConflictResolutionStrategy</a> \| <a href="#@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy">CustomConflictResolutionStrategy</a>}</code> | Model-specific conflict resolution overrides. |
1461
+ | <code><a href="#@aws-amplify/graphql-api-construct.ConflictResolution.property.project">project</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy">AutomergeConflictResolutionStrategy</a> \| <a href="#@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy">OptimisticConflictResolutionStrategy</a> \| <a href="#@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy">CustomConflictResolutionStrategy</a></code> | Project-wide config for conflict resolution. |
1462
+
1463
+ ---
1464
+
1465
+ ##### `models`<sup>Optional</sup> <a name="models" id="@aws-amplify/graphql-api-construct.ConflictResolution.property.models"></a>
1466
+
1467
+ ```typescript
1468
+ public readonly models: {[ key: string ]: AutomergeConflictResolutionStrategy | OptimisticConflictResolutionStrategy | CustomConflictResolutionStrategy};
1469
+ ```
1470
+
1471
+ - *Type:* {[ key: string ]: <a href="#@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy">AutomergeConflictResolutionStrategy</a> | <a href="#@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy">OptimisticConflictResolutionStrategy</a> | <a href="#@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy">CustomConflictResolutionStrategy</a>}
1472
+
1473
+ Model-specific conflict resolution overrides.
1474
+
1475
+ ---
1476
+
1477
+ ##### `project`<sup>Optional</sup> <a name="project" id="@aws-amplify/graphql-api-construct.ConflictResolution.property.project"></a>
1478
+
1479
+ ```typescript
1480
+ public readonly project: AutomergeConflictResolutionStrategy | OptimisticConflictResolutionStrategy | CustomConflictResolutionStrategy;
1481
+ ```
1482
+
1483
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.AutomergeConflictResolutionStrategy">AutomergeConflictResolutionStrategy</a> | <a href="#@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy">OptimisticConflictResolutionStrategy</a> | <a href="#@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy">CustomConflictResolutionStrategy</a>
1484
+
1485
+ Project-wide config for conflict resolution.
1486
+
1487
+ Applies to all non-overridden models.
1488
+
1489
+ ---
1490
+
1491
+ ### ConflictResolutionStrategyBase <a name="ConflictResolutionStrategyBase" id="@aws-amplify/graphql-api-construct.ConflictResolutionStrategyBase"></a>
1492
+
1493
+ Common parameters for conflict resolution.
1494
+
1495
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.ConflictResolutionStrategyBase.Initializer"></a>
1496
+
1497
+ ```typescript
1498
+ import { ConflictResolutionStrategyBase } from '@aws-amplify/graphql-api-construct'
1499
+
1500
+ const conflictResolutionStrategyBase: ConflictResolutionStrategyBase = { ... }
1501
+ ```
1502
+
1503
+ #### Properties <a name="Properties" id="Properties"></a>
1504
+
1505
+ | **Name** | **Type** | **Description** |
1506
+ | --- | --- | --- |
1507
+ | <code><a href="#@aws-amplify/graphql-api-construct.ConflictResolutionStrategyBase.property.detectionType">detectionType</a></code> | <code>string</code> | The conflict detection type used for resolution. |
1508
+
1509
+ ---
1510
+
1511
+ ##### `detectionType`<sup>Required</sup> <a name="detectionType" id="@aws-amplify/graphql-api-construct.ConflictResolutionStrategyBase.property.detectionType"></a>
1512
+
1513
+ ```typescript
1514
+ public readonly detectionType: string;
1515
+ ```
1516
+
1517
+ - *Type:* string
1518
+
1519
+ The conflict detection type used for resolution.
1520
+
1521
+ ---
1522
+
1523
+ ### CustomConflictResolutionStrategy <a name="CustomConflictResolutionStrategy" id="@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy"></a>
1524
+
1525
+ Enable custom sync on the project, powered by a lambda.
1526
+
1527
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy.Initializer"></a>
1528
+
1529
+ ```typescript
1530
+ import { CustomConflictResolutionStrategy } from '@aws-amplify/graphql-api-construct'
1531
+
1532
+ const customConflictResolutionStrategy: CustomConflictResolutionStrategy = { ... }
1533
+ ```
1534
+
1535
+ #### Properties <a name="Properties" id="Properties"></a>
1536
+
1537
+ | **Name** | **Type** | **Description** |
1538
+ | --- | --- | --- |
1539
+ | <code><a href="#@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy.property.detectionType">detectionType</a></code> | <code>string</code> | The conflict detection type used for resolution. |
1540
+ | <code><a href="#@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy.property.conflictHandler">conflictHandler</a></code> | <code>aws-cdk-lib.aws_lambda.IFunction</code> | The function which will be invoked for conflict resolution. |
1541
+ | <code><a href="#@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy.property.handlerType">handlerType</a></code> | <code>string</code> | This conflict resolution strategy uses a lambda handler type. |
1542
+
1543
+ ---
1544
+
1545
+ ##### `detectionType`<sup>Required</sup> <a name="detectionType" id="@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy.property.detectionType"></a>
1546
+
1547
+ ```typescript
1548
+ public readonly detectionType: string;
1549
+ ```
1550
+
1551
+ - *Type:* string
1552
+
1553
+ The conflict detection type used for resolution.
1554
+
1555
+ ---
1556
+
1557
+ ##### `conflictHandler`<sup>Required</sup> <a name="conflictHandler" id="@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy.property.conflictHandler"></a>
1558
+
1559
+ ```typescript
1560
+ public readonly conflictHandler: IFunction;
1561
+ ```
1562
+
1563
+ - *Type:* aws-cdk-lib.aws_lambda.IFunction
1564
+
1565
+ The function which will be invoked for conflict resolution.
1566
+
1567
+ ---
1568
+
1569
+ ##### `handlerType`<sup>Required</sup> <a name="handlerType" id="@aws-amplify/graphql-api-construct.CustomConflictResolutionStrategy.property.handlerType"></a>
1570
+
1571
+ ```typescript
1572
+ public readonly handlerType: string;
1573
+ ```
1574
+
1575
+ - *Type:* string
1576
+
1577
+ This conflict resolution strategy uses a lambda handler type.
1578
+
1579
+ For more information, refer to https://docs.aws.amazon.com/appsync/latest/devguide/conflict-detection-and-sync.html#conflict-detection-and-resolution
1580
+
1581
+ ---
1582
+
1583
+ ### FunctionSlotBase <a name="FunctionSlotBase" id="@aws-amplify/graphql-api-construct.FunctionSlotBase"></a>
1584
+
1585
+ Common slot parameters.
1586
+
1587
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.FunctionSlotBase.Initializer"></a>
1588
+
1589
+ ```typescript
1590
+ import { FunctionSlotBase } from '@aws-amplify/graphql-api-construct'
1591
+
1592
+ const functionSlotBase: FunctionSlotBase = { ... }
1593
+ ```
1594
+
1595
+ #### Properties <a name="Properties" id="Properties"></a>
1596
+
1597
+ | **Name** | **Type** | **Description** |
1598
+ | --- | --- | --- |
1599
+ | <code><a href="#@aws-amplify/graphql-api-construct.FunctionSlotBase.property.fieldName">fieldName</a></code> | <code>string</code> | The field to attach this function to on the Api definition. |
1600
+ | <code><a href="#@aws-amplify/graphql-api-construct.FunctionSlotBase.property.function">function</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride">FunctionSlotOverride</a></code> | The overridden behavior for this slot. |
1601
+ | <code><a href="#@aws-amplify/graphql-api-construct.FunctionSlotBase.property.slotIndex">slotIndex</a></code> | <code>number</code> | The slot index to use to inject this into the execution pipeline. |
1602
+
1603
+ ---
1604
+
1605
+ ##### `fieldName`<sup>Required</sup> <a name="fieldName" id="@aws-amplify/graphql-api-construct.FunctionSlotBase.property.fieldName"></a>
1606
+
1607
+ ```typescript
1608
+ public readonly fieldName: string;
1609
+ ```
1610
+
1611
+ - *Type:* string
1612
+
1613
+ The field to attach this function to on the Api definition.
1614
+
1615
+ ---
1616
+
1617
+ ##### `function`<sup>Required</sup> <a name="function" id="@aws-amplify/graphql-api-construct.FunctionSlotBase.property.function"></a>
1618
+
1619
+ ```typescript
1620
+ public readonly function: FunctionSlotOverride;
1621
+ ```
1622
+
1623
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride">FunctionSlotOverride</a>
1624
+
1625
+ The overridden behavior for this slot.
1626
+
1627
+ ---
1628
+
1629
+ ##### `slotIndex`<sup>Required</sup> <a name="slotIndex" id="@aws-amplify/graphql-api-construct.FunctionSlotBase.property.slotIndex"></a>
1630
+
1631
+ ```typescript
1632
+ public readonly slotIndex: number;
1633
+ ```
1634
+
1635
+ - *Type:* number
1636
+
1637
+ The slot index to use to inject this into the execution pipeline.
1638
+
1639
+ For more information on slotting, refer to https://docs.amplify.aws/cli/graphql/custom-business-logic/#extend-amplify-generated-resolvers
1640
+
1641
+ ---
1642
+
1643
+ ### FunctionSlotOverride <a name="FunctionSlotOverride" id="@aws-amplify/graphql-api-construct.FunctionSlotOverride"></a>
1644
+
1645
+ Params exposed to support configuring and overriding pipelined slots.
1646
+
1647
+ This allows configuration of the underlying function,
1648
+ including the request and response mapping templates.
1649
+
1650
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.FunctionSlotOverride.Initializer"></a>
1651
+
1652
+ ```typescript
1653
+ import { FunctionSlotOverride } from '@aws-amplify/graphql-api-construct'
1654
+
1655
+ const functionSlotOverride: FunctionSlotOverride = { ... }
1656
+ ```
1657
+
1658
+ #### Properties <a name="Properties" id="Properties"></a>
1659
+
1660
+ | **Name** | **Type** | **Description** |
1661
+ | --- | --- | --- |
1662
+ | <code><a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride.property.requestMappingTemplate">requestMappingTemplate</a></code> | <code>aws-cdk-lib.aws_appsync.MappingTemplate</code> | Override request mapping template for the function slot. |
1663
+ | <code><a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride.property.responseMappingTemplate">responseMappingTemplate</a></code> | <code>aws-cdk-lib.aws_appsync.MappingTemplate</code> | Override response mapping template for the function slot. |
1664
+
1665
+ ---
1666
+
1667
+ ##### `requestMappingTemplate`<sup>Optional</sup> <a name="requestMappingTemplate" id="@aws-amplify/graphql-api-construct.FunctionSlotOverride.property.requestMappingTemplate"></a>
1668
+
1669
+ ```typescript
1670
+ public readonly requestMappingTemplate: MappingTemplate;
1671
+ ```
1672
+
1673
+ - *Type:* aws-cdk-lib.aws_appsync.MappingTemplate
1674
+
1675
+ Override request mapping template for the function slot.
1676
+
1677
+ Executed before the datasource is invoked.
1678
+
1679
+ ---
1680
+
1681
+ ##### `responseMappingTemplate`<sup>Optional</sup> <a name="responseMappingTemplate" id="@aws-amplify/graphql-api-construct.FunctionSlotOverride.property.responseMappingTemplate"></a>
1682
+
1683
+ ```typescript
1684
+ public readonly responseMappingTemplate: MappingTemplate;
1685
+ ```
1686
+
1687
+ - *Type:* aws-cdk-lib.aws_appsync.MappingTemplate
1688
+
1689
+ Override response mapping template for the function slot.
1690
+
1691
+ Executed after the datasource is invoked.
1692
+
1693
+ ---
1694
+
1695
+ ### IAMAuthorizationConfig <a name="IAMAuthorizationConfig" id="@aws-amplify/graphql-api-construct.IAMAuthorizationConfig"></a>
1696
+
1697
+ Configuration for IAM Authorization on the Graphql Api.
1698
+
1699
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.IAMAuthorizationConfig.Initializer"></a>
1700
+
1701
+ ```typescript
1702
+ import { IAMAuthorizationConfig } from '@aws-amplify/graphql-api-construct'
1703
+
1704
+ const iAMAuthorizationConfig: IAMAuthorizationConfig = { ... }
1705
+ ```
1706
+
1707
+ #### Properties <a name="Properties" id="Properties"></a>
1708
+
1709
+ | **Name** | **Type** | **Description** |
1710
+ | --- | --- | --- |
1711
+ | <code><a href="#@aws-amplify/graphql-api-construct.IAMAuthorizationConfig.property.authenticatedUserRole">authenticatedUserRole</a></code> | <code>aws-cdk-lib.aws_iam.IRole</code> | Authenticated user role, applies to { provider: iam, allow: private } access. |
1712
+ | <code><a href="#@aws-amplify/graphql-api-construct.IAMAuthorizationConfig.property.identityPoolId">identityPoolId</a></code> | <code>string</code> | ID for the Cognito Identity Pool vending auth and unauth roles. |
1713
+ | <code><a href="#@aws-amplify/graphql-api-construct.IAMAuthorizationConfig.property.unauthenticatedUserRole">unauthenticatedUserRole</a></code> | <code>aws-cdk-lib.aws_iam.IRole</code> | Unauthenticated user role, applies to { provider: iam, allow: public } access. |
1714
+
1715
+ ---
1716
+
1717
+ ##### `authenticatedUserRole`<sup>Required</sup> <a name="authenticatedUserRole" id="@aws-amplify/graphql-api-construct.IAMAuthorizationConfig.property.authenticatedUserRole"></a>
1718
+
1719
+ ```typescript
1720
+ public readonly authenticatedUserRole: IRole;
1721
+ ```
1722
+
1723
+ - *Type:* aws-cdk-lib.aws_iam.IRole
1724
+
1725
+ Authenticated user role, applies to { provider: iam, allow: private } access.
1726
+
1727
+ ---
1728
+
1729
+ ##### `identityPoolId`<sup>Required</sup> <a name="identityPoolId" id="@aws-amplify/graphql-api-construct.IAMAuthorizationConfig.property.identityPoolId"></a>
1730
+
1731
+ ```typescript
1732
+ public readonly identityPoolId: string;
1733
+ ```
1734
+
1735
+ - *Type:* string
1736
+
1737
+ ID for the Cognito Identity Pool vending auth and unauth roles.
1738
+
1739
+ ---
1740
+
1741
+ ##### `unauthenticatedUserRole`<sup>Required</sup> <a name="unauthenticatedUserRole" id="@aws-amplify/graphql-api-construct.IAMAuthorizationConfig.property.unauthenticatedUserRole"></a>
1742
+
1743
+ ```typescript
1744
+ public readonly unauthenticatedUserRole: IRole;
1745
+ ```
1746
+
1747
+ - *Type:* aws-cdk-lib.aws_iam.IRole
1748
+
1749
+ Unauthenticated user role, applies to { provider: iam, allow: public } access.
1750
+
1751
+ ---
1752
+
1753
+ ### LambdaAuthorizationConfig <a name="LambdaAuthorizationConfig" id="@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig"></a>
1754
+
1755
+ Configuration for Custom Lambda authorization on the Graphql Api.
1756
+
1757
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig.Initializer"></a>
1758
+
1759
+ ```typescript
1760
+ import { LambdaAuthorizationConfig } from '@aws-amplify/graphql-api-construct'
1761
+
1762
+ const lambdaAuthorizationConfig: LambdaAuthorizationConfig = { ... }
1763
+ ```
1764
+
1765
+ #### Properties <a name="Properties" id="Properties"></a>
1766
+
1767
+ | **Name** | **Type** | **Description** |
1768
+ | --- | --- | --- |
1769
+ | <code><a href="#@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig.property.function">function</a></code> | <code>aws-cdk-lib.aws_lambda.IFunction</code> | The authorizer lambda function. |
1770
+ | <code><a href="#@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig.property.ttl">ttl</a></code> | <code>aws-cdk-lib.Duration</code> | How long the results are cached. |
1771
+
1772
+ ---
1773
+
1774
+ ##### `function`<sup>Required</sup> <a name="function" id="@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig.property.function"></a>
1775
+
1776
+ ```typescript
1777
+ public readonly function: IFunction;
1778
+ ```
1779
+
1780
+ - *Type:* aws-cdk-lib.aws_lambda.IFunction
1781
+
1782
+ The authorizer lambda function.
1783
+
1784
+ ---
1785
+
1786
+ ##### `ttl`<sup>Required</sup> <a name="ttl" id="@aws-amplify/graphql-api-construct.LambdaAuthorizationConfig.property.ttl"></a>
1787
+
1788
+ ```typescript
1789
+ public readonly ttl: Duration;
1790
+ ```
1791
+
1792
+ - *Type:* aws-cdk-lib.Duration
1793
+
1794
+ How long the results are cached.
1795
+
1796
+ ---
1797
+
1798
+ ### MutationFunctionSlot <a name="MutationFunctionSlot" id="@aws-amplify/graphql-api-construct.MutationFunctionSlot"></a>
1799
+
1800
+ Slot types for Mutation Resolvers.
1801
+
1802
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.MutationFunctionSlot.Initializer"></a>
1803
+
1804
+ ```typescript
1805
+ import { MutationFunctionSlot } from '@aws-amplify/graphql-api-construct'
1806
+
1807
+ const mutationFunctionSlot: MutationFunctionSlot = { ... }
1808
+ ```
1809
+
1810
+ #### Properties <a name="Properties" id="Properties"></a>
1811
+
1812
+ | **Name** | **Type** | **Description** |
1813
+ | --- | --- | --- |
1814
+ | <code><a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.fieldName">fieldName</a></code> | <code>string</code> | The field to attach this function to on the Api definition. |
1815
+ | <code><a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.function">function</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride">FunctionSlotOverride</a></code> | The overridden behavior for this slot. |
1816
+ | <code><a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.slotIndex">slotIndex</a></code> | <code>number</code> | The slot index to use to inject this into the execution pipeline. |
1817
+ | <code><a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.slotName">slotName</a></code> | <code>string</code> | The slot name to inject this behavior into. |
1818
+ | <code><a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.typeName">typeName</a></code> | <code>string</code> | This slot type applies to the Mutation type on the Api definition. |
1819
+
1820
+ ---
1821
+
1822
+ ##### `fieldName`<sup>Required</sup> <a name="fieldName" id="@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.fieldName"></a>
1823
+
1824
+ ```typescript
1825
+ public readonly fieldName: string;
1826
+ ```
1827
+
1828
+ - *Type:* string
1829
+
1830
+ The field to attach this function to on the Api definition.
1831
+
1832
+ ---
1833
+
1834
+ ##### `function`<sup>Required</sup> <a name="function" id="@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.function"></a>
1835
+
1836
+ ```typescript
1837
+ public readonly function: FunctionSlotOverride;
1838
+ ```
1839
+
1840
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride">FunctionSlotOverride</a>
1841
+
1842
+ The overridden behavior for this slot.
1843
+
1844
+ ---
1845
+
1846
+ ##### `slotIndex`<sup>Required</sup> <a name="slotIndex" id="@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.slotIndex"></a>
1847
+
1848
+ ```typescript
1849
+ public readonly slotIndex: number;
1850
+ ```
1851
+
1852
+ - *Type:* number
1853
+
1854
+ The slot index to use to inject this into the execution pipeline.
1855
+
1856
+ For more information on slotting, refer to https://docs.amplify.aws/cli/graphql/custom-business-logic/#extend-amplify-generated-resolvers
1857
+
1858
+ ---
1859
+
1860
+ ##### `slotName`<sup>Required</sup> <a name="slotName" id="@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.slotName"></a>
1861
+
1862
+ ```typescript
1863
+ public readonly slotName: string;
1864
+ ```
1865
+
1866
+ - *Type:* string
1867
+
1868
+ The slot name to inject this behavior into.
1869
+
1870
+ For more information on slotting, refer to https://docs.amplify.aws/cli/graphql/custom-business-logic/#extend-amplify-generated-resolvers
1871
+
1872
+ ---
1873
+
1874
+ ##### `typeName`<sup>Required</sup> <a name="typeName" id="@aws-amplify/graphql-api-construct.MutationFunctionSlot.property.typeName"></a>
1875
+
1876
+ ```typescript
1877
+ public readonly typeName: string;
1878
+ ```
1879
+
1880
+ - *Type:* string
1881
+
1882
+ This slot type applies to the Mutation type on the Api definition.
1883
+
1884
+ ---
1885
+
1886
+ ### OIDCAuthorizationConfig <a name="OIDCAuthorizationConfig" id="@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig"></a>
1887
+
1888
+ Configuration for OpenId Connect Authorization on the Graphql Api.
1889
+
1890
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.Initializer"></a>
1891
+
1892
+ ```typescript
1893
+ import { OIDCAuthorizationConfig } from '@aws-amplify/graphql-api-construct'
1894
+
1895
+ const oIDCAuthorizationConfig: OIDCAuthorizationConfig = { ... }
1896
+ ```
1897
+
1898
+ #### Properties <a name="Properties" id="Properties"></a>
1899
+
1900
+ | **Name** | **Type** | **Description** |
1901
+ | --- | --- | --- |
1902
+ | <code><a href="#@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.oidcIssuerUrl">oidcIssuerUrl</a></code> | <code>string</code> | Url for the OIDC token issuer. |
1903
+ | <code><a href="#@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.oidcProviderName">oidcProviderName</a></code> | <code>string</code> | The issuer for the OIDC configuration. |
1904
+ | <code><a href="#@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.tokenExpiryFromAuth">tokenExpiryFromAuth</a></code> | <code>aws-cdk-lib.Duration</code> | The duration an OIDC token is valid after being authenticated by OIDC provider. |
1905
+ | <code><a href="#@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.tokenExpiryFromIssue">tokenExpiryFromIssue</a></code> | <code>aws-cdk-lib.Duration</code> | The duration an OIDC token is valid after being issued to a user. |
1906
+ | <code><a href="#@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.clientId">clientId</a></code> | <code>string</code> | The client identifier of the Relying party at the OpenID identity provider. |
1907
+
1908
+ ---
1909
+
1910
+ ##### `oidcIssuerUrl`<sup>Required</sup> <a name="oidcIssuerUrl" id="@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.oidcIssuerUrl"></a>
1911
+
1912
+ ```typescript
1913
+ public readonly oidcIssuerUrl: string;
1914
+ ```
1915
+
1916
+ - *Type:* string
1917
+
1918
+ Url for the OIDC token issuer.
1919
+
1920
+ ---
1921
+
1922
+ ##### `oidcProviderName`<sup>Required</sup> <a name="oidcProviderName" id="@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.oidcProviderName"></a>
1923
+
1924
+ ```typescript
1925
+ public readonly oidcProviderName: string;
1926
+ ```
1927
+
1928
+ - *Type:* string
1929
+
1930
+ The issuer for the OIDC configuration.
1931
+
1932
+ ---
1933
+
1934
+ ##### `tokenExpiryFromAuth`<sup>Required</sup> <a name="tokenExpiryFromAuth" id="@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.tokenExpiryFromAuth"></a>
1935
+
1936
+ ```typescript
1937
+ public readonly tokenExpiryFromAuth: Duration;
1938
+ ```
1939
+
1940
+ - *Type:* aws-cdk-lib.Duration
1941
+
1942
+ The duration an OIDC token is valid after being authenticated by OIDC provider.
1943
+
1944
+ auth_time claim in OIDC token is required for this validation to work.
1945
+
1946
+ ---
1947
+
1948
+ ##### `tokenExpiryFromIssue`<sup>Required</sup> <a name="tokenExpiryFromIssue" id="@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.tokenExpiryFromIssue"></a>
1949
+
1950
+ ```typescript
1951
+ public readonly tokenExpiryFromIssue: Duration;
1952
+ ```
1953
+
1954
+ - *Type:* aws-cdk-lib.Duration
1955
+
1956
+ The duration an OIDC token is valid after being issued to a user.
1957
+
1958
+ This validation uses iat claim of OIDC token.
1959
+
1960
+ ---
1961
+
1962
+ ##### `clientId`<sup>Optional</sup> <a name="clientId" id="@aws-amplify/graphql-api-construct.OIDCAuthorizationConfig.property.clientId"></a>
1963
+
1964
+ ```typescript
1965
+ public readonly clientId: string;
1966
+ ```
1967
+
1968
+ - *Type:* string
1969
+
1970
+ The client identifier of the Relying party at the OpenID identity provider.
1971
+
1972
+ A regular expression can be specified so AppSync can validate against multiple client identifiers at a time. Example
1973
+
1974
+ ---
1975
+
1976
+ ### OptimisticConflictResolutionStrategy <a name="OptimisticConflictResolutionStrategy" id="@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy"></a>
1977
+
1978
+ Enable automerge on the project.
1979
+
1980
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy.Initializer"></a>
1981
+
1982
+ ```typescript
1983
+ import { OptimisticConflictResolutionStrategy } from '@aws-amplify/graphql-api-construct'
1984
+
1985
+ const optimisticConflictResolutionStrategy: OptimisticConflictResolutionStrategy = { ... }
1986
+ ```
1987
+
1988
+ #### Properties <a name="Properties" id="Properties"></a>
1989
+
1990
+ | **Name** | **Type** | **Description** |
1991
+ | --- | --- | --- |
1992
+ | <code><a href="#@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy.property.detectionType">detectionType</a></code> | <code>string</code> | The conflict detection type used for resolution. |
1993
+ | <code><a href="#@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy.property.handlerType">handlerType</a></code> | <code>string</code> | This conflict resolution strategy the _version to perform optimistic concurrency. |
1994
+
1995
+ ---
1996
+
1997
+ ##### `detectionType`<sup>Required</sup> <a name="detectionType" id="@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy.property.detectionType"></a>
1998
+
1999
+ ```typescript
2000
+ public readonly detectionType: string;
2001
+ ```
2002
+
2003
+ - *Type:* string
2004
+
2005
+ The conflict detection type used for resolution.
2006
+
2007
+ ---
2008
+
2009
+ ##### `handlerType`<sup>Required</sup> <a name="handlerType" id="@aws-amplify/graphql-api-construct.OptimisticConflictResolutionStrategy.property.handlerType"></a>
2010
+
2011
+ ```typescript
2012
+ public readonly handlerType: string;
2013
+ ```
2014
+
2015
+ - *Type:* string
2016
+
2017
+ This conflict resolution strategy the _version to perform optimistic concurrency.
2018
+
2019
+ For more information, refer to https://docs.aws.amazon.com/appsync/latest/devguide/conflict-detection-and-sync.html#conflict-detection-and-resolution
2020
+
2021
+ ---
2022
+
2023
+ ### PartialTranslationBehavior <a name="PartialTranslationBehavior" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior"></a>
2024
+
2025
+ A utility interface equivalent to Partial<TranslationBehavior>.
2026
+
2027
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.Initializer"></a>
2028
+
2029
+ ```typescript
2030
+ import { PartialTranslationBehavior } from '@aws-amplify/graphql-api-construct'
2031
+
2032
+ const partialTranslationBehavior: PartialTranslationBehavior = { ... }
2033
+ ```
2034
+
2035
+ #### Properties <a name="Properties" id="Properties"></a>
2036
+
2037
+ | **Name** | **Type** | **Description** |
2038
+ | --- | --- | --- |
2039
+ | <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.disableResolverDeduping">disableResolverDeduping</a></code> | <code>boolean</code> | Disable resolver deduping, this can sometimes cause problems because dedupe ordering isn't stable today, which can lead to circular dependencies across stacks if models are reordered. |
2040
+ | <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.enableAutoIndexQueryNames">enableAutoIndexQueryNames</a></code> | <code>boolean</code> | Automate generation of query names, and as a result attaching all indexes as queries to the generated Api. |
2041
+ | <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.enableSearchNodeToNodeEncryption">enableSearchNodeToNodeEncryption</a></code> | <code>boolean</code> | If enabled, set nodeToNodeEncryption on the searchable domain (if one exists). |
2042
+ | <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.enableTransformerCfnOutputs">enableTransformerCfnOutputs</a></code> | <code>boolean</code> | When enabled, internal cfn outputs which existed in Amplify-generated apps will continue to be emitted. |
2043
+ | <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.populateOwnerFieldForStaticGroupAuth">populateOwnerFieldForStaticGroupAuth</a></code> | <code>boolean</code> | Ensure that the owner field is still populated even if a static iam or group authorization applies. |
2044
+ | <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.respectPrimaryKeyAttributesOnConnectionField">respectPrimaryKeyAttributesOnConnectionField</a></code> | <code>boolean</code> | Enable custom primary key support, there's no good reason to disable this unless trying not to update a legacy app. |
2045
+ | <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.sandboxModeEnabled">sandboxModeEnabled</a></code> | <code>boolean</code> | Enabling sandbox mode will enable api key auth on all models in the transformed schema. |
2046
+ | <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.secondaryKeyAsGSI">secondaryKeyAsGSI</a></code> | <code>boolean</code> | If disabled, generated. |
2047
+ | <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.shouldDeepMergeDirectiveConfigDefaults">shouldDeepMergeDirectiveConfigDefaults</a></code> | <code>boolean</code> | Restore parity w/ GQLv1. |
2048
+ | <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.suppressApiKeyGeneration">suppressApiKeyGeneration</a></code> | <code>boolean</code> | If enabled, disable api key resource generation even if specified as an auth rule on the construct. |
2049
+ | <code><a href="#@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.useSubUsernameForDefaultIdentityClaim">useSubUsernameForDefaultIdentityClaim</a></code> | <code>boolean</code> | Ensure that oidc and userPool auth use the `sub` field in the for the username field, which disallows new users with the same id to access data from a deleted user in the pool. |
2050
+
2051
+ ---
2052
+
2053
+ ##### `disableResolverDeduping`<sup>Optional</sup> <a name="disableResolverDeduping" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.disableResolverDeduping"></a>
2054
+
2055
+ ```typescript
2056
+ public readonly disableResolverDeduping: boolean;
2057
+ ```
2058
+
2059
+ - *Type:* boolean
2060
+ - *Default:* true
2061
+
2062
+ Disable resolver deduping, this can sometimes cause problems because dedupe ordering isn't stable today, which can lead to circular dependencies across stacks if models are reordered.
2063
+
2064
+ ---
2065
+
2066
+ ##### `enableAutoIndexQueryNames`<sup>Optional</sup> <a name="enableAutoIndexQueryNames" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.enableAutoIndexQueryNames"></a>
2067
+
2068
+ ```typescript
2069
+ public readonly enableAutoIndexQueryNames: boolean;
2070
+ ```
2071
+
2072
+ - *Type:* boolean
2073
+ - *Default:* true
2074
+
2075
+ Automate generation of query names, and as a result attaching all indexes as queries to the generated Api.
2076
+
2077
+ If enabled,
2078
+
2079
+ ---
2080
+
2081
+ ##### `enableSearchNodeToNodeEncryption`<sup>Optional</sup> <a name="enableSearchNodeToNodeEncryption" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.enableSearchNodeToNodeEncryption"></a>
2082
+
2083
+ ```typescript
2084
+ public readonly enableSearchNodeToNodeEncryption: boolean;
2085
+ ```
2086
+
2087
+ - *Type:* boolean
2088
+ - *Default:* false
2089
+
2090
+ If enabled, set nodeToNodeEncryption on the searchable domain (if one exists).
2091
+
2092
+ Not recommended for use, prefer
2093
+ to use `Object.values(resources.additionalResources['AWS::Elasticsearch::Domain']).forEach((domain: CfnDomain) => {
2094
+ domain.NodeToNodeEncryptionOptions = { Enabled: True };
2095
+ });
2096
+
2097
+ ---
2098
+
2099
+ ##### `enableTransformerCfnOutputs`<sup>Optional</sup> <a name="enableTransformerCfnOutputs" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.enableTransformerCfnOutputs"></a>
2100
+
2101
+ ```typescript
2102
+ public readonly enableTransformerCfnOutputs: boolean;
2103
+ ```
2104
+
2105
+ - *Type:* boolean
2106
+ - *Default:* false
2107
+
2108
+ When enabled, internal cfn outputs which existed in Amplify-generated apps will continue to be emitted.
2109
+
2110
+ ---
2111
+
2112
+ ##### `populateOwnerFieldForStaticGroupAuth`<sup>Optional</sup> <a name="populateOwnerFieldForStaticGroupAuth" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.populateOwnerFieldForStaticGroupAuth"></a>
2113
+
2114
+ ```typescript
2115
+ public readonly populateOwnerFieldForStaticGroupAuth: boolean;
2116
+ ```
2117
+
2118
+ - *Type:* boolean
2119
+ - *Default:* true
2120
+
2121
+ Ensure that the owner field is still populated even if a static iam or group authorization applies.
2122
+
2123
+ ---
2124
+
2125
+ ##### `respectPrimaryKeyAttributesOnConnectionField`<sup>Optional</sup> <a name="respectPrimaryKeyAttributesOnConnectionField" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.respectPrimaryKeyAttributesOnConnectionField"></a>
2126
+
2127
+ ```typescript
2128
+ public readonly respectPrimaryKeyAttributesOnConnectionField: boolean;
2129
+ ```
2130
+
2131
+ - *Type:* boolean
2132
+ - *Default:* true
2133
+
2134
+ Enable custom primary key support, there's no good reason to disable this unless trying not to update a legacy app.
2135
+
2136
+ ---
2137
+
2138
+ ##### `sandboxModeEnabled`<sup>Optional</sup> <a name="sandboxModeEnabled" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.sandboxModeEnabled"></a>
2139
+
2140
+ ```typescript
2141
+ public readonly sandboxModeEnabled: boolean;
2142
+ ```
2143
+
2144
+ - *Type:* boolean
2145
+ - *Default:* false
2146
+
2147
+ Enabling sandbox mode will enable api key auth on all models in the transformed schema.
2148
+
2149
+ ---
2150
+
2151
+ ##### `secondaryKeyAsGSI`<sup>Optional</sup> <a name="secondaryKeyAsGSI" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.secondaryKeyAsGSI"></a>
2152
+
2153
+ ```typescript
2154
+ public readonly secondaryKeyAsGSI: boolean;
2155
+ ```
2156
+
2157
+ - *Type:* boolean
2158
+ - *Default:* true
2159
+
2160
+ If disabled, generated.
2161
+
2162
+ ---
2163
+
2164
+ ##### `shouldDeepMergeDirectiveConfigDefaults`<sup>Optional</sup> <a name="shouldDeepMergeDirectiveConfigDefaults" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.shouldDeepMergeDirectiveConfigDefaults"></a>
2165
+
2166
+ ```typescript
2167
+ public readonly shouldDeepMergeDirectiveConfigDefaults: boolean;
2168
+ ```
2169
+
2170
+ - *Type:* boolean
2171
+ - *Default:* true
2172
+
2173
+ Restore parity w/ GQLv1.
2174
+
2175
+ ---
2176
+
2177
+ ##### `suppressApiKeyGeneration`<sup>Optional</sup> <a name="suppressApiKeyGeneration" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.suppressApiKeyGeneration"></a>
2178
+
2179
+ ```typescript
2180
+ public readonly suppressApiKeyGeneration: boolean;
2181
+ ```
2182
+
2183
+ - *Type:* boolean
2184
+ - *Default:* false
2185
+
2186
+ If enabled, disable api key resource generation even if specified as an auth rule on the construct.
2187
+
2188
+ This is a legacy parameter from the Graphql Transformer existing in Amplify CLI, not recommended to change.
2189
+
2190
+ ---
2191
+
2192
+ ##### `useSubUsernameForDefaultIdentityClaim`<sup>Optional</sup> <a name="useSubUsernameForDefaultIdentityClaim" id="@aws-amplify/graphql-api-construct.PartialTranslationBehavior.property.useSubUsernameForDefaultIdentityClaim"></a>
2193
+
2194
+ ```typescript
2195
+ public readonly useSubUsernameForDefaultIdentityClaim: boolean;
2196
+ ```
2197
+
2198
+ - *Type:* boolean
2199
+ - *Default:* true
2200
+
2201
+ Ensure that oidc and userPool auth use the `sub` field in the for the username field, which disallows new users with the same id to access data from a deleted user in the pool.
2202
+
2203
+ ---
2204
+
2205
+ ### QueryFunctionSlot <a name="QueryFunctionSlot" id="@aws-amplify/graphql-api-construct.QueryFunctionSlot"></a>
2206
+
2207
+ Slot types for Query Resolvers.
2208
+
2209
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.QueryFunctionSlot.Initializer"></a>
2210
+
2211
+ ```typescript
2212
+ import { QueryFunctionSlot } from '@aws-amplify/graphql-api-construct'
2213
+
2214
+ const queryFunctionSlot: QueryFunctionSlot = { ... }
2215
+ ```
2216
+
2217
+ #### Properties <a name="Properties" id="Properties"></a>
2218
+
2219
+ | **Name** | **Type** | **Description** |
2220
+ | --- | --- | --- |
2221
+ | <code><a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.fieldName">fieldName</a></code> | <code>string</code> | The field to attach this function to on the Api definition. |
2222
+ | <code><a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.function">function</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride">FunctionSlotOverride</a></code> | The overridden behavior for this slot. |
2223
+ | <code><a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.slotIndex">slotIndex</a></code> | <code>number</code> | The slot index to use to inject this into the execution pipeline. |
2224
+ | <code><a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.slotName">slotName</a></code> | <code>string</code> | The slot name to inject this behavior into. |
2225
+ | <code><a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.typeName">typeName</a></code> | <code>string</code> | This slot type applies to the Query type on the Api definition. |
2226
+
2227
+ ---
2228
+
2229
+ ##### `fieldName`<sup>Required</sup> <a name="fieldName" id="@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.fieldName"></a>
2230
+
2231
+ ```typescript
2232
+ public readonly fieldName: string;
2233
+ ```
2234
+
2235
+ - *Type:* string
2236
+
2237
+ The field to attach this function to on the Api definition.
2238
+
2239
+ ---
2240
+
2241
+ ##### `function`<sup>Required</sup> <a name="function" id="@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.function"></a>
2242
+
2243
+ ```typescript
2244
+ public readonly function: FunctionSlotOverride;
2245
+ ```
2246
+
2247
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride">FunctionSlotOverride</a>
2248
+
2249
+ The overridden behavior for this slot.
2250
+
2251
+ ---
2252
+
2253
+ ##### `slotIndex`<sup>Required</sup> <a name="slotIndex" id="@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.slotIndex"></a>
2254
+
2255
+ ```typescript
2256
+ public readonly slotIndex: number;
2257
+ ```
2258
+
2259
+ - *Type:* number
2260
+
2261
+ The slot index to use to inject this into the execution pipeline.
2262
+
2263
+ For more information on slotting, refer to https://docs.amplify.aws/cli/graphql/custom-business-logic/#extend-amplify-generated-resolvers
2264
+
2265
+ ---
2266
+
2267
+ ##### `slotName`<sup>Required</sup> <a name="slotName" id="@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.slotName"></a>
2268
+
2269
+ ```typescript
2270
+ public readonly slotName: string;
2271
+ ```
2272
+
2273
+ - *Type:* string
2274
+
2275
+ The slot name to inject this behavior into.
2276
+
2277
+ For more information on slotting, refer to https://docs.amplify.aws/cli/graphql/custom-business-logic/#extend-amplify-generated-resolvers
2278
+
2279
+ ---
2280
+
2281
+ ##### `typeName`<sup>Required</sup> <a name="typeName" id="@aws-amplify/graphql-api-construct.QueryFunctionSlot.property.typeName"></a>
2282
+
2283
+ ```typescript
2284
+ public readonly typeName: string;
2285
+ ```
2286
+
2287
+ - *Type:* string
2288
+
2289
+ This slot type applies to the Query type on the Api definition.
2290
+
2291
+ ---
2292
+
2293
+ ### SubscriptionFunctionSlot <a name="SubscriptionFunctionSlot" id="@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot"></a>
2294
+
2295
+ Slot types for Subscription Resolvers.
2296
+
2297
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.Initializer"></a>
2298
+
2299
+ ```typescript
2300
+ import { SubscriptionFunctionSlot } from '@aws-amplify/graphql-api-construct'
2301
+
2302
+ const subscriptionFunctionSlot: SubscriptionFunctionSlot = { ... }
2303
+ ```
2304
+
2305
+ #### Properties <a name="Properties" id="Properties"></a>
2306
+
2307
+ | **Name** | **Type** | **Description** |
2308
+ | --- | --- | --- |
2309
+ | <code><a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.fieldName">fieldName</a></code> | <code>string</code> | The field to attach this function to on the Api definition. |
2310
+ | <code><a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.function">function</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride">FunctionSlotOverride</a></code> | The overridden behavior for this slot. |
2311
+ | <code><a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.slotIndex">slotIndex</a></code> | <code>number</code> | The slot index to use to inject this into the execution pipeline. |
2312
+ | <code><a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.slotName">slotName</a></code> | <code>string</code> | The slot name to inject this behavior into. |
2313
+ | <code><a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.typeName">typeName</a></code> | <code>string</code> | This slot type applies to the Subscription type on the Api definition. |
2314
+
2315
+ ---
2316
+
2317
+ ##### `fieldName`<sup>Required</sup> <a name="fieldName" id="@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.fieldName"></a>
2318
+
2319
+ ```typescript
2320
+ public readonly fieldName: string;
2321
+ ```
2322
+
2323
+ - *Type:* string
2324
+
2325
+ The field to attach this function to on the Api definition.
2326
+
2327
+ ---
2328
+
2329
+ ##### `function`<sup>Required</sup> <a name="function" id="@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.function"></a>
2330
+
2331
+ ```typescript
2332
+ public readonly function: FunctionSlotOverride;
2333
+ ```
2334
+
2335
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.FunctionSlotOverride">FunctionSlotOverride</a>
2336
+
2337
+ The overridden behavior for this slot.
2338
+
2339
+ ---
2340
+
2341
+ ##### `slotIndex`<sup>Required</sup> <a name="slotIndex" id="@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.slotIndex"></a>
2342
+
2343
+ ```typescript
2344
+ public readonly slotIndex: number;
2345
+ ```
2346
+
2347
+ - *Type:* number
2348
+
2349
+ The slot index to use to inject this into the execution pipeline.
2350
+
2351
+ For more information on slotting, refer to https://docs.amplify.aws/cli/graphql/custom-business-logic/#extend-amplify-generated-resolvers
2352
+
2353
+ ---
2354
+
2355
+ ##### `slotName`<sup>Required</sup> <a name="slotName" id="@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.slotName"></a>
2356
+
2357
+ ```typescript
2358
+ public readonly slotName: string;
2359
+ ```
2360
+
2361
+ - *Type:* string
2362
+
2363
+ The slot name to inject this behavior into.
2364
+
2365
+ For more information on slotting, refer to https://docs.amplify.aws/cli/graphql/custom-business-logic/#extend-amplify-generated-resolvers
2366
+
2367
+ ---
2368
+
2369
+ ##### `typeName`<sup>Required</sup> <a name="typeName" id="@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot.property.typeName"></a>
2370
+
2371
+ ```typescript
2372
+ public readonly typeName: string;
2373
+ ```
2374
+
2375
+ - *Type:* string
2376
+
2377
+ This slot type applies to the Subscription type on the Api definition.
2378
+
2379
+ ---
2380
+
2381
+ ### TranslationBehavior <a name="TranslationBehavior" id="@aws-amplify/graphql-api-construct.TranslationBehavior"></a>
2382
+
2383
+ Strongly typed set of shared parameters for all transformers, and core layer.
2384
+
2385
+ This is intended to replace feature flags, to ensure param coercion happens in
2386
+ a single location, and isn't spread around the transformers, where they can
2387
+ have different default behaviors.
2388
+
2389
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.TranslationBehavior.Initializer"></a>
2390
+
2391
+ ```typescript
2392
+ import { TranslationBehavior } from '@aws-amplify/graphql-api-construct'
2393
+
2394
+ const translationBehavior: TranslationBehavior = { ... }
2395
+ ```
2396
+
2397
+ #### Properties <a name="Properties" id="Properties"></a>
2398
+
2399
+ | **Name** | **Type** | **Description** |
2400
+ | --- | --- | --- |
2401
+ | <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.disableResolverDeduping">disableResolverDeduping</a></code> | <code>boolean</code> | Disable resolver deduping, this can sometimes cause problems because dedupe ordering isn't stable today, which can lead to circular dependencies across stacks if models are reordered. |
2402
+ | <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.enableAutoIndexQueryNames">enableAutoIndexQueryNames</a></code> | <code>boolean</code> | Automate generation of query names, and as a result attaching all indexes as queries to the generated Api. |
2403
+ | <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.enableSearchNodeToNodeEncryption">enableSearchNodeToNodeEncryption</a></code> | <code>boolean</code> | If enabled, set nodeToNodeEncryption on the searchable domain (if one exists). |
2404
+ | <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.enableTransformerCfnOutputs">enableTransformerCfnOutputs</a></code> | <code>boolean</code> | When enabled, internal cfn outputs which existed in Amplify-generated apps will continue to be emitted. |
2405
+ | <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.populateOwnerFieldForStaticGroupAuth">populateOwnerFieldForStaticGroupAuth</a></code> | <code>boolean</code> | Ensure that the owner field is still populated even if a static iam or group authorization applies. |
2406
+ | <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.respectPrimaryKeyAttributesOnConnectionField">respectPrimaryKeyAttributesOnConnectionField</a></code> | <code>boolean</code> | Enable custom primary key support, there's no good reason to disable this unless trying not to update a legacy app. |
2407
+ | <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.sandboxModeEnabled">sandboxModeEnabled</a></code> | <code>boolean</code> | Enabling sandbox mode will enable api key auth on all models in the transformed schema. |
2408
+ | <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.secondaryKeyAsGSI">secondaryKeyAsGSI</a></code> | <code>boolean</code> | If disabled, generated. |
2409
+ | <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.shouldDeepMergeDirectiveConfigDefaults">shouldDeepMergeDirectiveConfigDefaults</a></code> | <code>boolean</code> | Restore parity w/ GQLv1. |
2410
+ | <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.suppressApiKeyGeneration">suppressApiKeyGeneration</a></code> | <code>boolean</code> | If enabled, disable api key resource generation even if specified as an auth rule on the construct. |
2411
+ | <code><a href="#@aws-amplify/graphql-api-construct.TranslationBehavior.property.useSubUsernameForDefaultIdentityClaim">useSubUsernameForDefaultIdentityClaim</a></code> | <code>boolean</code> | Ensure that oidc and userPool auth use the `sub` field in the for the username field, which disallows new users with the same id to access data from a deleted user in the pool. |
2412
+
2413
+ ---
2414
+
2415
+ ##### `disableResolverDeduping`<sup>Required</sup> <a name="disableResolverDeduping" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.disableResolverDeduping"></a>
2416
+
2417
+ ```typescript
2418
+ public readonly disableResolverDeduping: boolean;
2419
+ ```
2420
+
2421
+ - *Type:* boolean
2422
+ - *Default:* true
2423
+
2424
+ Disable resolver deduping, this can sometimes cause problems because dedupe ordering isn't stable today, which can lead to circular dependencies across stacks if models are reordered.
2425
+
2426
+ ---
2427
+
2428
+ ##### `enableAutoIndexQueryNames`<sup>Required</sup> <a name="enableAutoIndexQueryNames" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.enableAutoIndexQueryNames"></a>
2429
+
2430
+ ```typescript
2431
+ public readonly enableAutoIndexQueryNames: boolean;
2432
+ ```
2433
+
2434
+ - *Type:* boolean
2435
+ - *Default:* true
2436
+
2437
+ Automate generation of query names, and as a result attaching all indexes as queries to the generated Api.
2438
+
2439
+ If enabled,
2440
+
2441
+ ---
2442
+
2443
+ ##### `enableSearchNodeToNodeEncryption`<sup>Required</sup> <a name="enableSearchNodeToNodeEncryption" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.enableSearchNodeToNodeEncryption"></a>
2444
+
2445
+ ```typescript
2446
+ public readonly enableSearchNodeToNodeEncryption: boolean;
2447
+ ```
2448
+
2449
+ - *Type:* boolean
2450
+ - *Default:* false
2451
+
2452
+ If enabled, set nodeToNodeEncryption on the searchable domain (if one exists).
2453
+
2454
+ Not recommended for use, prefer
2455
+ to use `Object.values(resources.additionalResources['AWS::Elasticsearch::Domain']).forEach((domain: CfnDomain) => {
2456
+ domain.NodeToNodeEncryptionOptions = { Enabled: True };
2457
+ });
2458
+
2459
+ ---
2460
+
2461
+ ##### `enableTransformerCfnOutputs`<sup>Required</sup> <a name="enableTransformerCfnOutputs" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.enableTransformerCfnOutputs"></a>
2462
+
2463
+ ```typescript
2464
+ public readonly enableTransformerCfnOutputs: boolean;
2465
+ ```
2466
+
2467
+ - *Type:* boolean
2468
+ - *Default:* false
2469
+
2470
+ When enabled, internal cfn outputs which existed in Amplify-generated apps will continue to be emitted.
2471
+
2472
+ ---
2473
+
2474
+ ##### `populateOwnerFieldForStaticGroupAuth`<sup>Required</sup> <a name="populateOwnerFieldForStaticGroupAuth" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.populateOwnerFieldForStaticGroupAuth"></a>
2475
+
2476
+ ```typescript
2477
+ public readonly populateOwnerFieldForStaticGroupAuth: boolean;
2478
+ ```
2479
+
2480
+ - *Type:* boolean
2481
+ - *Default:* true
2482
+
2483
+ Ensure that the owner field is still populated even if a static iam or group authorization applies.
2484
+
2485
+ ---
2486
+
2487
+ ##### `respectPrimaryKeyAttributesOnConnectionField`<sup>Required</sup> <a name="respectPrimaryKeyAttributesOnConnectionField" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.respectPrimaryKeyAttributesOnConnectionField"></a>
2488
+
2489
+ ```typescript
2490
+ public readonly respectPrimaryKeyAttributesOnConnectionField: boolean;
2491
+ ```
2492
+
2493
+ - *Type:* boolean
2494
+ - *Default:* true
2495
+
2496
+ Enable custom primary key support, there's no good reason to disable this unless trying not to update a legacy app.
2497
+
2498
+ ---
2499
+
2500
+ ##### `sandboxModeEnabled`<sup>Required</sup> <a name="sandboxModeEnabled" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.sandboxModeEnabled"></a>
2501
+
2502
+ ```typescript
2503
+ public readonly sandboxModeEnabled: boolean;
2504
+ ```
2505
+
2506
+ - *Type:* boolean
2507
+ - *Default:* false
2508
+
2509
+ Enabling sandbox mode will enable api key auth on all models in the transformed schema.
2510
+
2511
+ ---
2512
+
2513
+ ##### `secondaryKeyAsGSI`<sup>Required</sup> <a name="secondaryKeyAsGSI" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.secondaryKeyAsGSI"></a>
2514
+
2515
+ ```typescript
2516
+ public readonly secondaryKeyAsGSI: boolean;
2517
+ ```
2518
+
2519
+ - *Type:* boolean
2520
+ - *Default:* true
2521
+
2522
+ If disabled, generated.
2523
+
2524
+ ---
2525
+
2526
+ ##### `shouldDeepMergeDirectiveConfigDefaults`<sup>Required</sup> <a name="shouldDeepMergeDirectiveConfigDefaults" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.shouldDeepMergeDirectiveConfigDefaults"></a>
2527
+
2528
+ ```typescript
2529
+ public readonly shouldDeepMergeDirectiveConfigDefaults: boolean;
2530
+ ```
2531
+
2532
+ - *Type:* boolean
2533
+ - *Default:* true
2534
+
2535
+ Restore parity w/ GQLv1.
2536
+
2537
+ ---
2538
+
2539
+ ##### `suppressApiKeyGeneration`<sup>Required</sup> <a name="suppressApiKeyGeneration" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.suppressApiKeyGeneration"></a>
2540
+
2541
+ ```typescript
2542
+ public readonly suppressApiKeyGeneration: boolean;
2543
+ ```
2544
+
2545
+ - *Type:* boolean
2546
+ - *Default:* false
2547
+
2548
+ If enabled, disable api key resource generation even if specified as an auth rule on the construct.
2549
+
2550
+ This is a legacy parameter from the Graphql Transformer existing in Amplify CLI, not recommended to change.
2551
+
2552
+ ---
2553
+
2554
+ ##### `useSubUsernameForDefaultIdentityClaim`<sup>Required</sup> <a name="useSubUsernameForDefaultIdentityClaim" id="@aws-amplify/graphql-api-construct.TranslationBehavior.property.useSubUsernameForDefaultIdentityClaim"></a>
2555
+
2556
+ ```typescript
2557
+ public readonly useSubUsernameForDefaultIdentityClaim: boolean;
2558
+ ```
2559
+
2560
+ - *Type:* boolean
2561
+ - *Default:* true
2562
+
2563
+ Ensure that oidc and userPool auth use the `sub` field in the for the username field, which disallows new users with the same id to access data from a deleted user in the pool.
2564
+
2565
+ ---
2566
+
2567
+ ### UserPoolAuthorizationConfig <a name="UserPoolAuthorizationConfig" id="@aws-amplify/graphql-api-construct.UserPoolAuthorizationConfig"></a>
2568
+
2569
+ Configuration for Cognito UserPool Authorization on the Graphql Api.
2570
+
2571
+ #### Initializer <a name="Initializer" id="@aws-amplify/graphql-api-construct.UserPoolAuthorizationConfig.Initializer"></a>
2572
+
2573
+ ```typescript
2574
+ import { UserPoolAuthorizationConfig } from '@aws-amplify/graphql-api-construct'
2575
+
2576
+ const userPoolAuthorizationConfig: UserPoolAuthorizationConfig = { ... }
2577
+ ```
2578
+
2579
+ #### Properties <a name="Properties" id="Properties"></a>
2580
+
2581
+ | **Name** | **Type** | **Description** |
2582
+ | --- | --- | --- |
2583
+ | <code><a href="#@aws-amplify/graphql-api-construct.UserPoolAuthorizationConfig.property.userPool">userPool</a></code> | <code>aws-cdk-lib.aws_cognito.IUserPool</code> | The Cognito User Pool which is used to authenticated JWT tokens, and vends group and user information. |
2584
+
2585
+ ---
2586
+
2587
+ ##### `userPool`<sup>Required</sup> <a name="userPool" id="@aws-amplify/graphql-api-construct.UserPoolAuthorizationConfig.property.userPool"></a>
2588
+
2589
+ ```typescript
2590
+ public readonly userPool: IUserPool;
2591
+ ```
2592
+
2593
+ - *Type:* aws-cdk-lib.aws_cognito.IUserPool
2594
+
2595
+ The Cognito User Pool which is used to authenticated JWT tokens, and vends group and user information.
2596
+
2597
+ ---
2598
+
2599
+ ## Classes <a name="Classes" id="Classes"></a>
2600
+
2601
+ ### AmplifyGraphqlDefinition <a name="AmplifyGraphqlDefinition" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlDefinition"></a>
2602
+
2603
+ Class exposing utilities to produce IAmplifyGraphqlDefinition objects given various inputs.
2604
+
2605
+ #### Initializers <a name="Initializers" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlDefinition.Initializer"></a>
2606
+
2607
+ ```typescript
2608
+ import { AmplifyGraphqlDefinition } from '@aws-amplify/graphql-api-construct'
2609
+
2610
+ new AmplifyGraphqlDefinition()
2611
+ ```
2612
+
2613
+ | **Name** | **Type** | **Description** |
2614
+ | --- | --- | --- |
2615
+
2616
+ ---
2617
+
2618
+
2619
+ #### Static Functions <a name="Static Functions" id="Static Functions"></a>
2620
+
2621
+ | **Name** | **Description** |
2622
+ | --- | --- |
2623
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlDefinition.fromFiles">fromFiles</a></code> | Convert one or more appsync SchemaFile objects into an Amplify Graphql Schema. |
2624
+ | <code><a href="#@aws-amplify/graphql-api-construct.AmplifyGraphqlDefinition.fromString">fromString</a></code> | Produce a schema definition from a string input. |
2625
+
2626
+ ---
2627
+
2628
+ ##### `fromFiles` <a name="fromFiles" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlDefinition.fromFiles"></a>
2629
+
2630
+ ```typescript
2631
+ import { AmplifyGraphqlDefinition } from '@aws-amplify/graphql-api-construct'
2632
+
2633
+ AmplifyGraphqlDefinition.fromFiles(filePaths: string)
2634
+ ```
2635
+
2636
+ Convert one or more appsync SchemaFile objects into an Amplify Graphql Schema.
2637
+
2638
+ ###### `filePaths`<sup>Required</sup> <a name="filePaths" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlDefinition.fromFiles.parameter.filePaths"></a>
2639
+
2640
+ - *Type:* string
2641
+
2642
+ one or more paths to the graphql files to process.
2643
+
2644
+ ---
2645
+
2646
+ ##### `fromString` <a name="fromString" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlDefinition.fromString"></a>
2647
+
2648
+ ```typescript
2649
+ import { AmplifyGraphqlDefinition } from '@aws-amplify/graphql-api-construct'
2650
+
2651
+ AmplifyGraphqlDefinition.fromString(schema: string)
2652
+ ```
2653
+
2654
+ Produce a schema definition from a string input.
2655
+
2656
+ ###### `schema`<sup>Required</sup> <a name="schema" id="@aws-amplify/graphql-api-construct.AmplifyGraphqlDefinition.fromString.parameter.schema"></a>
2657
+
2658
+ - *Type:* string
2659
+
2660
+ the graphql input as a string.
2661
+
2662
+ ---
2663
+
2664
+
2665
+
2666
+ ## Protocols <a name="Protocols" id="Protocols"></a>
2667
+
2668
+ ### IAmplifyGraphqlDefinition <a name="IAmplifyGraphqlDefinition" id="@aws-amplify/graphql-api-construct.IAmplifyGraphqlDefinition"></a>
2669
+
2670
+ - *Implemented By:* <a href="#@aws-amplify/graphql-api-construct.IAmplifyGraphqlDefinition">IAmplifyGraphqlDefinition</a>
2671
+
2672
+ Graphql Api definition, which can be implemented in multiple ways.
2673
+
2674
+
2675
+ #### Properties <a name="Properties" id="Properties"></a>
2676
+
2677
+ | **Name** | **Type** | **Description** |
2678
+ | --- | --- | --- |
2679
+ | <code><a href="#@aws-amplify/graphql-api-construct.IAmplifyGraphqlDefinition.property.functionSlots">functionSlots</a></code> | <code><a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot">MutationFunctionSlot</a> \| <a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot">QueryFunctionSlot</a> \| <a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot">SubscriptionFunctionSlot</a>[]</code> | Retrieve any function slots defined explicitly in the Api definition. |
2680
+ | <code><a href="#@aws-amplify/graphql-api-construct.IAmplifyGraphqlDefinition.property.schema">schema</a></code> | <code>string</code> | Return the schema definition as a graphql string, with amplify directives allowed. |
2681
+
2682
+ ---
2683
+
2684
+ ##### `functionSlots`<sup>Required</sup> <a name="functionSlots" id="@aws-amplify/graphql-api-construct.IAmplifyGraphqlDefinition.property.functionSlots"></a>
2685
+
2686
+ ```typescript
2687
+ public readonly functionSlots: MutationFunctionSlot | QueryFunctionSlot | SubscriptionFunctionSlot[];
2688
+ ```
2689
+
2690
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.MutationFunctionSlot">MutationFunctionSlot</a> | <a href="#@aws-amplify/graphql-api-construct.QueryFunctionSlot">QueryFunctionSlot</a> | <a href="#@aws-amplify/graphql-api-construct.SubscriptionFunctionSlot">SubscriptionFunctionSlot</a>[]
2691
+
2692
+ Retrieve any function slots defined explicitly in the Api definition.
2693
+
2694
+ ---
2695
+
2696
+ ##### `schema`<sup>Required</sup> <a name="schema" id="@aws-amplify/graphql-api-construct.IAmplifyGraphqlDefinition.property.schema"></a>
2697
+
2698
+ ```typescript
2699
+ public readonly schema: string;
2700
+ ```
2701
+
2702
+ - *Type:* string
2703
+
2704
+ Return the schema definition as a graphql string, with amplify directives allowed.
2705
+
2706
+ ---
2707
+
2708
+ ### IBackendOutputEntry <a name="IBackendOutputEntry" id="@aws-amplify/graphql-api-construct.IBackendOutputEntry"></a>
2709
+
2710
+ - *Implemented By:* <a href="#@aws-amplify/graphql-api-construct.IBackendOutputEntry">IBackendOutputEntry</a>
2711
+
2712
+ Entry representing the required output from the backend for codegen generate commands to work.
2713
+
2714
+
2715
+ #### Properties <a name="Properties" id="Properties"></a>
2716
+
2717
+ | **Name** | **Type** | **Description** |
2718
+ | --- | --- | --- |
2719
+ | <code><a href="#@aws-amplify/graphql-api-construct.IBackendOutputEntry.property.payload">payload</a></code> | <code>{[ key: string ]: string}</code> | The string-map payload of generated config values. |
2720
+ | <code><a href="#@aws-amplify/graphql-api-construct.IBackendOutputEntry.property.version">version</a></code> | <code>string</code> | The protocol version for this backend output. |
2721
+
2722
+ ---
2723
+
2724
+ ##### `payload`<sup>Required</sup> <a name="payload" id="@aws-amplify/graphql-api-construct.IBackendOutputEntry.property.payload"></a>
2725
+
2726
+ ```typescript
2727
+ public readonly payload: {[ key: string ]: string};
2728
+ ```
2729
+
2730
+ - *Type:* {[ key: string ]: string}
2731
+
2732
+ The string-map payload of generated config values.
2733
+
2734
+ ---
2735
+
2736
+ ##### `version`<sup>Required</sup> <a name="version" id="@aws-amplify/graphql-api-construct.IBackendOutputEntry.property.version"></a>
2737
+
2738
+ ```typescript
2739
+ public readonly version: string;
2740
+ ```
2741
+
2742
+ - *Type:* string
2743
+
2744
+ The protocol version for this backend output.
2745
+
2746
+ ---
2747
+
2748
+ ### IBackendOutputStorageStrategy <a name="IBackendOutputStorageStrategy" id="@aws-amplify/graphql-api-construct.IBackendOutputStorageStrategy"></a>
2749
+
2750
+ - *Implemented By:* <a href="#@aws-amplify/graphql-api-construct.IBackendOutputStorageStrategy">IBackendOutputStorageStrategy</a>
2751
+
2752
+ Backend output strategy used to write config required for codegen tasks.
2753
+
2754
+ #### Methods <a name="Methods" id="Methods"></a>
2755
+
2756
+ | **Name** | **Description** |
2757
+ | --- | --- |
2758
+ | <code><a href="#@aws-amplify/graphql-api-construct.IBackendOutputStorageStrategy.addBackendOutputEntry">addBackendOutputEntry</a></code> | Add an entry to backend output. |
2759
+
2760
+ ---
2761
+
2762
+ ##### `addBackendOutputEntry` <a name="addBackendOutputEntry" id="@aws-amplify/graphql-api-construct.IBackendOutputStorageStrategy.addBackendOutputEntry"></a>
2763
+
2764
+ ```typescript
2765
+ public addBackendOutputEntry(keyName: string, backendOutputEntry: IBackendOutputEntry): void
2766
+ ```
2767
+
2768
+ Add an entry to backend output.
2769
+
2770
+ ###### `keyName`<sup>Required</sup> <a name="keyName" id="@aws-amplify/graphql-api-construct.IBackendOutputStorageStrategy.addBackendOutputEntry.parameter.keyName"></a>
2771
+
2772
+ - *Type:* string
2773
+
2774
+ the key.
2775
+
2776
+ ---
2777
+
2778
+ ###### `backendOutputEntry`<sup>Required</sup> <a name="backendOutputEntry" id="@aws-amplify/graphql-api-construct.IBackendOutputStorageStrategy.addBackendOutputEntry.parameter.backendOutputEntry"></a>
2779
+
2780
+ - *Type:* <a href="#@aws-amplify/graphql-api-construct.IBackendOutputEntry">IBackendOutputEntry</a>
2781
+
2782
+ the record to store in the backend output.
2783
+
2784
+ ---
2785
+
2786
+