@aws-amplify/graphql-api-construct 1.18.3 → 1.18.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (971) hide show
  1. package/.jsii +162 -187
  2. package/CHANGELOG.md +4 -0
  3. package/jest.config.js +0 -7
  4. package/lib/amplify-dynamodb-table-wrapper.js +1 -1
  5. package/lib/amplify-graphql-api.js +1 -1
  6. package/lib/amplify-graphql-definition.js +1 -1
  7. package/lib/index.js +23 -1
  8. package/lib/sql-model-datasource-strategy.js +1 -1
  9. package/lib/types.js +11 -1
  10. package/node_modules/@aws-amplify/graphql-auth-transformer/CHANGELOG.md +4 -0
  11. package/node_modules/@aws-amplify/graphql-auth-transformer/package.json +10 -10
  12. package/node_modules/@aws-amplify/graphql-conversation-transformer/CHANGELOG.md +4 -0
  13. package/node_modules/@aws-amplify/graphql-conversation-transformer/package.json +7 -7
  14. package/node_modules/@aws-amplify/graphql-default-value-transformer/CHANGELOG.md +4 -0
  15. package/node_modules/@aws-amplify/graphql-default-value-transformer/package.json +5 -5
  16. package/node_modules/@aws-amplify/graphql-directives/package.json +1 -2
  17. package/node_modules/@aws-amplify/graphql-function-transformer/CHANGELOG.md +4 -0
  18. package/node_modules/@aws-amplify/graphql-function-transformer/package.json +4 -4
  19. package/node_modules/@aws-amplify/graphql-generation-transformer/CHANGELOG.md +4 -0
  20. package/node_modules/@aws-amplify/graphql-generation-transformer/package.json +4 -4
  21. package/node_modules/@aws-amplify/graphql-http-transformer/CHANGELOG.md +4 -0
  22. package/node_modules/@aws-amplify/graphql-http-transformer/package.json +4 -4
  23. package/node_modules/@aws-amplify/graphql-index-transformer/CHANGELOG.md +4 -0
  24. package/node_modules/@aws-amplify/graphql-index-transformer/package.json +5 -5
  25. package/node_modules/@aws-amplify/graphql-maps-to-transformer/CHANGELOG.md +4 -0
  26. package/node_modules/@aws-amplify/graphql-maps-to-transformer/lib/assets/mapping-lambda.zip +0 -0
  27. package/node_modules/@aws-amplify/graphql-maps-to-transformer/package.json +8 -8
  28. package/node_modules/@aws-amplify/graphql-model-transformer/CHANGELOG.md +4 -0
  29. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-lambda.zip +0 -0
  30. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-notification-lambda.zip +0 -0
  31. package/node_modules/@aws-amplify/graphql-model-transformer/lib/rds-patching-lambda.zip +0 -0
  32. package/node_modules/@aws-amplify/graphql-model-transformer/package.json +4 -4
  33. package/node_modules/@aws-amplify/graphql-predictions-transformer/CHANGELOG.md +4 -0
  34. package/node_modules/@aws-amplify/graphql-predictions-transformer/lib/predictionsLambdaFunction.zip +0 -0
  35. package/node_modules/@aws-amplify/graphql-predictions-transformer/package.json +4 -4
  36. package/node_modules/@aws-amplify/graphql-relational-transformer/CHANGELOG.md +4 -0
  37. package/node_modules/@aws-amplify/graphql-relational-transformer/package.json +6 -6
  38. package/node_modules/@aws-amplify/graphql-searchable-transformer/CHANGELOG.md +4 -0
  39. package/node_modules/@aws-amplify/graphql-searchable-transformer/lib/streaming-lambda.zip +0 -0
  40. package/node_modules/@aws-amplify/graphql-searchable-transformer/package.json +5 -5
  41. package/node_modules/@aws-amplify/graphql-sql-transformer/CHANGELOG.md +4 -0
  42. package/node_modules/@aws-amplify/graphql-sql-transformer/package.json +5 -5
  43. package/node_modules/@aws-amplify/graphql-transformer/CHANGELOG.md +4 -0
  44. package/node_modules/@aws-amplify/graphql-transformer/package.json +17 -17
  45. package/node_modules/@aws-amplify/graphql-transformer-core/CHANGELOG.md +4 -0
  46. package/node_modules/@aws-amplify/graphql-transformer-core/package.json +2 -3
  47. package/node_modules/@aws-amplify/graphql-transformer-interfaces/package.json +1 -2
  48. package/node_modules/graphql-mapping-template/package.json +1 -2
  49. package/node_modules/graphql-transformer-common/package.json +1 -2
  50. package/package.json +18 -68
  51. package/src/index.ts +33 -0
  52. package/src/types.ts +100 -0
  53. package/node_modules/@aws-amplify/graphql-directives/LICENSE +0 -201
  54. package/node_modules/@aws-amplify/graphql-transformer-interfaces/LICENSE +0 -201
  55. package/node_modules/@aws-cdk/assert/BUILD.md +0 -15
  56. package/node_modules/@aws-cdk/assert/LICENSE +0 -201
  57. package/node_modules/@aws-cdk/assert/NOTICE +0 -2
  58. package/node_modules/@aws-cdk/assert/README.md +0 -228
  59. package/node_modules/@aws-cdk/assert/clone.sh +0 -29
  60. package/node_modules/@aws-cdk/assert/jest.d.ts +0 -14
  61. package/node_modules/@aws-cdk/assert/jest.js +0 -57
  62. package/node_modules/@aws-cdk/assert/lib/assertion.d.ts +0 -17
  63. package/node_modules/@aws-cdk/assert/lib/assertion.js +0 -31
  64. package/node_modules/@aws-cdk/assert/lib/assertions/and-assertion.d.ts +0 -10
  65. package/node_modules/@aws-cdk/assert/lib/assertions/and-assertion.js +0 -21
  66. package/node_modules/@aws-cdk/assert/lib/assertions/count-resources.d.ts +0 -10
  67. package/node_modules/@aws-cdk/assert/lib/assertions/count-resources.js +0 -54
  68. package/node_modules/@aws-cdk/assert/lib/assertions/exist.d.ts +0 -3
  69. package/node_modules/@aws-cdk/assert/lib/assertions/exist.js +0 -18
  70. package/node_modules/@aws-cdk/assert/lib/assertions/have-output.d.ts +0 -29
  71. package/node_modules/@aws-cdk/assert/lib/assertions/have-output.js +0 -77
  72. package/node_modules/@aws-cdk/assert/lib/assertions/have-resource-matchers.d.ts +0 -123
  73. package/node_modules/@aws-cdk/assert/lib/assertions/have-resource-matchers.js +0 -404
  74. package/node_modules/@aws-cdk/assert/lib/assertions/have-resource.d.ts +0 -69
  75. package/node_modules/@aws-cdk/assert/lib/assertions/have-resource.js +0 -130
  76. package/node_modules/@aws-cdk/assert/lib/assertions/have-type.d.ts +0 -3
  77. package/node_modules/@aws-cdk/assert/lib/assertions/have-type.js +0 -22
  78. package/node_modules/@aws-cdk/assert/lib/assertions/match-template.d.ts +0 -19
  79. package/node_modules/@aws-cdk/assert/lib/assertions/match-template.js +0 -98
  80. package/node_modules/@aws-cdk/assert/lib/assertions/negated-assertion.d.ts +0 -8
  81. package/node_modules/@aws-cdk/assert/lib/assertions/negated-assertion.js +0 -18
  82. package/node_modules/@aws-cdk/assert/lib/canonicalize-assets.d.ts +0 -11
  83. package/node_modules/@aws-cdk/assert/lib/canonicalize-assets.js +0 -70
  84. package/node_modules/@aws-cdk/assert/lib/expect.d.ts +0 -4
  85. package/node_modules/@aws-cdk/assert/lib/expect.js +0 -16
  86. package/node_modules/@aws-cdk/assert/lib/index.d.ts +0 -14
  87. package/node_modules/@aws-cdk/assert/lib/index.js +0 -27
  88. package/node_modules/@aws-cdk/assert/lib/inspector.d.ts +0 -31
  89. package/node_modules/@aws-cdk/assert/lib/inspector.js +0 -69
  90. package/node_modules/@aws-cdk/assert/lib/synth-utils.d.ts +0 -30
  91. package/node_modules/@aws-cdk/assert/lib/synth-utils.js +0 -92
  92. package/node_modules/@aws-cdk/assert/package.json +0 -77
  93. package/node_modules/@aws-cdk/cfnspec/CHANGELOG.md +0 -16795
  94. package/node_modules/@aws-cdk/cfnspec/LICENSE +0 -201
  95. package/node_modules/@aws-cdk/cfnspec/NOTICE +0 -2
  96. package/node_modules/@aws-cdk/cfnspec/README.md +0 -14
  97. package/node_modules/@aws-cdk/cfnspec/build-tools/build.d.ts +0 -1
  98. package/node_modules/@aws-cdk/cfnspec/build-tools/build.js +0 -37
  99. package/node_modules/@aws-cdk/cfnspec/build-tools/create-missing-libraries.d.ts +0 -6
  100. package/node_modules/@aws-cdk/cfnspec/build-tools/create-missing-libraries.js +0 -311
  101. package/node_modules/@aws-cdk/cfnspec/build-tools/massage-spec.d.ts +0 -10
  102. package/node_modules/@aws-cdk/cfnspec/build-tools/massage-spec.js +0 -70
  103. package/node_modules/@aws-cdk/cfnspec/build-tools/patch-set.d.ts +0 -25
  104. package/node_modules/@aws-cdk/cfnspec/build-tools/patch-set.js +0 -241
  105. package/node_modules/@aws-cdk/cfnspec/build-tools/report-issues.d.ts +0 -9
  106. package/node_modules/@aws-cdk/cfnspec/build-tools/report-issues.js +0 -72
  107. package/node_modules/@aws-cdk/cfnspec/build-tools/scrutiny.d.ts +0 -12
  108. package/node_modules/@aws-cdk/cfnspec/build-tools/scrutiny.js +0 -85
  109. package/node_modules/@aws-cdk/cfnspec/build-tools/spec-diff.d.ts +0 -1
  110. package/node_modules/@aws-cdk/cfnspec/build-tools/spec-diff.js +0 -248
  111. package/node_modules/@aws-cdk/cfnspec/build-tools/split-spec-by-service.d.ts +0 -1
  112. package/node_modules/@aws-cdk/cfnspec/build-tools/split-spec-by-service.js +0 -120
  113. package/node_modules/@aws-cdk/cfnspec/build-tools/template/LICENSE +0 -201
  114. package/node_modules/@aws-cdk/cfnspec/build-tools/template/NOTICE +0 -2
  115. package/node_modules/@aws-cdk/cfnspec/build-tools/update-cfnlint.sh +0 -18
  116. package/node_modules/@aws-cdk/cfnspec/build-tools/update-metrics.sh +0 -15
  117. package/node_modules/@aws-cdk/cfnspec/build-tools/update.sh +0 -113
  118. package/node_modules/@aws-cdk/cfnspec/build-tools/validate-cfn.d.ts +0 -67
  119. package/node_modules/@aws-cdk/cfnspec/build-tools/validate-cfn.js +0 -285
  120. package/node_modules/@aws-cdk/cfnspec/cfn.version +0 -1
  121. package/node_modules/@aws-cdk/cfnspec/lib/_private_schema/cfn-lint.d.ts +0 -24
  122. package/node_modules/@aws-cdk/cfnspec/lib/_private_schema/cfn-lint.js +0 -3
  123. package/node_modules/@aws-cdk/cfnspec/lib/augmentations/AWS_EC2_VPNConnection.json +0 -27
  124. package/node_modules/@aws-cdk/cfnspec/lib/augmentations/AWS_Lambda_Function.json +0 -27
  125. package/node_modules/@aws-cdk/cfnspec/lib/augmentations/AWS_RDS_DBCluster.json +0 -70
  126. package/node_modules/@aws-cdk/cfnspec/lib/augmentations/AWS_RDS_DBInstance.json +0 -37
  127. package/node_modules/@aws-cdk/cfnspec/lib/augmentations/AWS_SNS_Topic.json +0 -52
  128. package/node_modules/@aws-cdk/cfnspec/lib/augmentations/AWS_SQS_Queue.json +0 -53
  129. package/node_modules/@aws-cdk/cfnspec/lib/canned-metrics/README.md +0 -168
  130. package/node_modules/@aws-cdk/cfnspec/lib/canned-metrics/canned-metrics-schema.d.ts +0 -60
  131. package/node_modules/@aws-cdk/cfnspec/lib/canned-metrics/canned-metrics-schema.js +0 -12
  132. package/node_modules/@aws-cdk/cfnspec/lib/canned-metrics/services.json +0 -31957
  133. package/node_modules/@aws-cdk/cfnspec/lib/canned-metrics.d.ts +0 -41
  134. package/node_modules/@aws-cdk/cfnspec/lib/canned-metrics.js +0 -75
  135. package/node_modules/@aws-cdk/cfnspec/lib/index.d.ts +0 -63
  136. package/node_modules/@aws-cdk/cfnspec/lib/index.js +0 -200
  137. package/node_modules/@aws-cdk/cfnspec/lib/schema/augmentation.d.ts +0 -87
  138. package/node_modules/@aws-cdk/cfnspec/lib/schema/augmentation.js +0 -28
  139. package/node_modules/@aws-cdk/cfnspec/lib/schema/base-types.d.ts +0 -14
  140. package/node_modules/@aws-cdk/cfnspec/lib/schema/base-types.js +0 -29
  141. package/node_modules/@aws-cdk/cfnspec/lib/schema/cfn-lint.d.ts +0 -13
  142. package/node_modules/@aws-cdk/cfnspec/lib/schema/cfn-lint.js +0 -3
  143. package/node_modules/@aws-cdk/cfnspec/lib/schema/docs.d.ts +0 -20
  144. package/node_modules/@aws-cdk/cfnspec/lib/schema/docs.js +0 -3
  145. package/node_modules/@aws-cdk/cfnspec/lib/schema/index.d.ts +0 -7
  146. package/node_modules/@aws-cdk/cfnspec/lib/schema/index.js +0 -20
  147. package/node_modules/@aws-cdk/cfnspec/lib/schema/property.d.ts +0 -179
  148. package/node_modules/@aws-cdk/cfnspec/lib/schema/property.js +0 -168
  149. package/node_modules/@aws-cdk/cfnspec/lib/schema/resource-type.d.ts +0 -118
  150. package/node_modules/@aws-cdk/cfnspec/lib/schema/resource-type.js +0 -99
  151. package/node_modules/@aws-cdk/cfnspec/lib/schema/specification.d.ts +0 -56
  152. package/node_modules/@aws-cdk/cfnspec/lib/schema/specification.js +0 -11
  153. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/CHANGELOG.md +0 -902
  154. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/LICENSE +0 -15
  155. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/README.md +0 -264
  156. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/copy/copy.js +0 -232
  157. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/copy/index.js +0 -6
  158. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/copy-sync/copy-sync.js +0 -166
  159. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/copy-sync/index.js +0 -5
  160. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/empty/index.js +0 -48
  161. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/ensure/file.js +0 -69
  162. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/ensure/index.js +0 -23
  163. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/ensure/link.js +0 -61
  164. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/ensure/symlink-paths.js +0 -99
  165. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/ensure/symlink-type.js +0 -31
  166. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/ensure/symlink.js +0 -63
  167. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/fs/index.js +0 -130
  168. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/index.js +0 -27
  169. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/json/index.js +0 -16
  170. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/json/jsonfile.js +0 -11
  171. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/json/output-json-sync.js +0 -12
  172. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/json/output-json.js +0 -12
  173. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/mkdirs/index.js +0 -14
  174. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/mkdirs/make-dir.js +0 -141
  175. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/move/index.js +0 -6
  176. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/move/move.js +0 -65
  177. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/move-sync/index.js +0 -5
  178. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/move-sync/move-sync.js +0 -47
  179. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/output/index.js +0 -40
  180. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/path-exists/index.js +0 -12
  181. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/remove/index.js +0 -9
  182. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/remove/rimraf.js +0 -302
  183. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/util/stat.js +0 -139
  184. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/lib/util/utimes.js +0 -26
  185. package/node_modules/@aws-cdk/cfnspec/node_modules/fs-extra/package.json +0 -70
  186. package/node_modules/@aws-cdk/cfnspec/node_modules/jsonfile/CHANGELOG.md +0 -171
  187. package/node_modules/@aws-cdk/cfnspec/node_modules/jsonfile/LICENSE +0 -15
  188. package/node_modules/@aws-cdk/cfnspec/node_modules/jsonfile/README.md +0 -230
  189. package/node_modules/@aws-cdk/cfnspec/node_modules/jsonfile/index.js +0 -88
  190. package/node_modules/@aws-cdk/cfnspec/node_modules/jsonfile/package.json +0 -40
  191. package/node_modules/@aws-cdk/cfnspec/node_modules/jsonfile/utils.js +0 -14
  192. package/node_modules/@aws-cdk/cfnspec/node_modules/universalify/LICENSE +0 -20
  193. package/node_modules/@aws-cdk/cfnspec/node_modules/universalify/README.md +0 -76
  194. package/node_modules/@aws-cdk/cfnspec/node_modules/universalify/index.js +0 -24
  195. package/node_modules/@aws-cdk/cfnspec/node_modules/universalify/package.json +0 -34
  196. package/node_modules/@aws-cdk/cfnspec/package.json +0 -63
  197. package/node_modules/@aws-cdk/cfnspec/spec/cfn-docs.json +0 -51044
  198. package/node_modules/@aws-cdk/cfnspec/spec/cfn-lint.json +0 -35
  199. package/node_modules/@aws-cdk/cfnspec/spec/specification.json +0 -148332
  200. package/node_modules/@aws-cdk/cloudformation-diff/LICENSE +0 -201
  201. package/node_modules/@aws-cdk/cloudformation-diff/NOTICE +0 -2
  202. package/node_modules/@aws-cdk/cloudformation-diff/README.md +0 -12
  203. package/node_modules/@aws-cdk/cloudformation-diff/lib/diff/index.d.ts +0 -9
  204. package/node_modules/@aws-cdk/cloudformation-diff/lib/diff/index.js +0 -94
  205. package/node_modules/@aws-cdk/cloudformation-diff/lib/diff/types.d.ts +0 -326
  206. package/node_modules/@aws-cdk/cloudformation-diff/lib/diff/types.js +0 -457
  207. package/node_modules/@aws-cdk/cloudformation-diff/lib/diff/util.d.ts +0 -41
  208. package/node_modules/@aws-cdk/cloudformation-diff/lib/diff/util.js +0 -165
  209. package/node_modules/@aws-cdk/cloudformation-diff/lib/diff-template.d.ts +0 -21
  210. package/node_modules/@aws-cdk/cloudformation-diff/lib/diff-template.js +0 -166
  211. package/node_modules/@aws-cdk/cloudformation-diff/lib/diffable.d.ts +0 -22
  212. package/node_modules/@aws-cdk/cloudformation-diff/lib/diffable.js +0 -47
  213. package/node_modules/@aws-cdk/cloudformation-diff/lib/format-table.d.ts +0 -6
  214. package/node_modules/@aws-cdk/cloudformation-diff/lib/format-table.js +0 -109
  215. package/node_modules/@aws-cdk/cloudformation-diff/lib/format.d.ts +0 -23
  216. package/node_modules/@aws-cdk/cloudformation-diff/lib/format.js +0 -414
  217. package/node_modules/@aws-cdk/cloudformation-diff/lib/iam/iam-changes.d.ts +0 -62
  218. package/node_modules/@aws-cdk/cloudformation-diff/lib/iam/iam-changes.js +0 -246
  219. package/node_modules/@aws-cdk/cloudformation-diff/lib/iam/managed-policy.d.ts +0 -18
  220. package/node_modules/@aws-cdk/cloudformation-diff/lib/iam/managed-policy.js +0 -29
  221. package/node_modules/@aws-cdk/cloudformation-diff/lib/iam/statement.d.ts +0 -127
  222. package/node_modules/@aws-cdk/cloudformation-diff/lib/iam/statement.js +0 -268
  223. package/node_modules/@aws-cdk/cloudformation-diff/lib/index.d.ts +0 -4
  224. package/node_modules/@aws-cdk/cloudformation-diff/lib/index.js +0 -18
  225. package/node_modules/@aws-cdk/cloudformation-diff/lib/network/security-group-changes.d.ts +0 -32
  226. package/node_modules/@aws-cdk/cloudformation-diff/lib/network/security-group-changes.js +0 -95
  227. package/node_modules/@aws-cdk/cloudformation-diff/lib/network/security-group-rule.d.ts +0 -50
  228. package/node_modules/@aws-cdk/cloudformation-diff/lib/network/security-group-rule.js +0 -91
  229. package/node_modules/@aws-cdk/cloudformation-diff/lib/render-intrinsics.d.ts +0 -21
  230. package/node_modules/@aws-cdk/cloudformation-diff/lib/render-intrinsics.js +0 -79
  231. package/node_modules/@aws-cdk/cloudformation-diff/lib/util.d.ts +0 -7
  232. package/node_modules/@aws-cdk/cloudformation-diff/lib/util.js +0 -63
  233. package/node_modules/@aws-cdk/cloudformation-diff/package.json +0 -60
  234. package/node_modules/ajv/.runkit_example.js +0 -23
  235. package/node_modules/ajv/LICENSE +0 -22
  236. package/node_modules/ajv/README.md +0 -207
  237. package/node_modules/ajv/dist/2019.d.ts +0 -19
  238. package/node_modules/ajv/dist/2019.js +0 -61
  239. package/node_modules/ajv/dist/2019.js.map +0 -1
  240. package/node_modules/ajv/dist/2020.d.ts +0 -19
  241. package/node_modules/ajv/dist/2020.js +0 -55
  242. package/node_modules/ajv/dist/2020.js.map +0 -1
  243. package/node_modules/ajv/dist/ajv.d.ts +0 -18
  244. package/node_modules/ajv/dist/ajv.js +0 -50
  245. package/node_modules/ajv/dist/ajv.js.map +0 -1
  246. package/node_modules/ajv/dist/compile/codegen/code.d.ts +0 -40
  247. package/node_modules/ajv/dist/compile/codegen/code.js +0 -156
  248. package/node_modules/ajv/dist/compile/codegen/code.js.map +0 -1
  249. package/node_modules/ajv/dist/compile/codegen/index.d.ts +0 -79
  250. package/node_modules/ajv/dist/compile/codegen/index.js +0 -697
  251. package/node_modules/ajv/dist/compile/codegen/index.js.map +0 -1
  252. package/node_modules/ajv/dist/compile/codegen/scope.d.ts +0 -79
  253. package/node_modules/ajv/dist/compile/codegen/scope.js +0 -143
  254. package/node_modules/ajv/dist/compile/codegen/scope.js.map +0 -1
  255. package/node_modules/ajv/dist/compile/errors.d.ts +0 -13
  256. package/node_modules/ajv/dist/compile/errors.js +0 -123
  257. package/node_modules/ajv/dist/compile/errors.js.map +0 -1
  258. package/node_modules/ajv/dist/compile/index.d.ts +0 -80
  259. package/node_modules/ajv/dist/compile/index.js +0 -242
  260. package/node_modules/ajv/dist/compile/index.js.map +0 -1
  261. package/node_modules/ajv/dist/compile/jtd/parse.d.ts +0 -4
  262. package/node_modules/ajv/dist/compile/jtd/parse.js +0 -350
  263. package/node_modules/ajv/dist/compile/jtd/parse.js.map +0 -1
  264. package/node_modules/ajv/dist/compile/jtd/serialize.d.ts +0 -4
  265. package/node_modules/ajv/dist/compile/jtd/serialize.js +0 -229
  266. package/node_modules/ajv/dist/compile/jtd/serialize.js.map +0 -1
  267. package/node_modules/ajv/dist/compile/jtd/types.d.ts +0 -6
  268. package/node_modules/ajv/dist/compile/jtd/types.js +0 -14
  269. package/node_modules/ajv/dist/compile/jtd/types.js.map +0 -1
  270. package/node_modules/ajv/dist/compile/names.d.ts +0 -20
  271. package/node_modules/ajv/dist/compile/names.js +0 -28
  272. package/node_modules/ajv/dist/compile/names.js.map +0 -1
  273. package/node_modules/ajv/dist/compile/ref_error.d.ts +0 -6
  274. package/node_modules/ajv/dist/compile/ref_error.js +0 -12
  275. package/node_modules/ajv/dist/compile/ref_error.js.map +0 -1
  276. package/node_modules/ajv/dist/compile/resolve.d.ts +0 -12
  277. package/node_modules/ajv/dist/compile/resolve.js +0 -155
  278. package/node_modules/ajv/dist/compile/resolve.js.map +0 -1
  279. package/node_modules/ajv/dist/compile/rules.d.ts +0 -28
  280. package/node_modules/ajv/dist/compile/rules.js +0 -26
  281. package/node_modules/ajv/dist/compile/rules.js.map +0 -1
  282. package/node_modules/ajv/dist/compile/util.d.ts +0 -40
  283. package/node_modules/ajv/dist/compile/util.js +0 -178
  284. package/node_modules/ajv/dist/compile/util.js.map +0 -1
  285. package/node_modules/ajv/dist/compile/validate/applicability.d.ts +0 -6
  286. package/node_modules/ajv/dist/compile/validate/applicability.js +0 -19
  287. package/node_modules/ajv/dist/compile/validate/applicability.js.map +0 -1
  288. package/node_modules/ajv/dist/compile/validate/boolSchema.d.ts +0 -4
  289. package/node_modules/ajv/dist/compile/validate/boolSchema.js +0 -50
  290. package/node_modules/ajv/dist/compile/validate/boolSchema.js.map +0 -1
  291. package/node_modules/ajv/dist/compile/validate/dataType.d.ts +0 -17
  292. package/node_modules/ajv/dist/compile/validate/dataType.js +0 -203
  293. package/node_modules/ajv/dist/compile/validate/dataType.js.map +0 -1
  294. package/node_modules/ajv/dist/compile/validate/defaults.d.ts +0 -2
  295. package/node_modules/ajv/dist/compile/validate/defaults.js +0 -35
  296. package/node_modules/ajv/dist/compile/validate/defaults.js.map +0 -1
  297. package/node_modules/ajv/dist/compile/validate/index.d.ts +0 -42
  298. package/node_modules/ajv/dist/compile/validate/index.js +0 -520
  299. package/node_modules/ajv/dist/compile/validate/index.js.map +0 -1
  300. package/node_modules/ajv/dist/compile/validate/keyword.d.ts +0 -8
  301. package/node_modules/ajv/dist/compile/validate/keyword.js +0 -124
  302. package/node_modules/ajv/dist/compile/validate/keyword.js.map +0 -1
  303. package/node_modules/ajv/dist/compile/validate/subschema.d.ts +0 -47
  304. package/node_modules/ajv/dist/compile/validate/subschema.js +0 -81
  305. package/node_modules/ajv/dist/compile/validate/subschema.js.map +0 -1
  306. package/node_modules/ajv/dist/core.d.ts +0 -173
  307. package/node_modules/ajv/dist/core.js +0 -618
  308. package/node_modules/ajv/dist/core.js.map +0 -1
  309. package/node_modules/ajv/dist/jtd.d.ts +0 -47
  310. package/node_modules/ajv/dist/jtd.js +0 -72
  311. package/node_modules/ajv/dist/jtd.js.map +0 -1
  312. package/node_modules/ajv/dist/refs/data.json +0 -13
  313. package/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts +0 -2
  314. package/node_modules/ajv/dist/refs/json-schema-2019-09/index.js +0 -28
  315. package/node_modules/ajv/dist/refs/json-schema-2019-09/index.js.map +0 -1
  316. package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +0 -53
  317. package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +0 -17
  318. package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +0 -57
  319. package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +0 -14
  320. package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +0 -37
  321. package/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +0 -90
  322. package/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +0 -39
  323. package/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts +0 -2
  324. package/node_modules/ajv/dist/refs/json-schema-2020-12/index.js +0 -30
  325. package/node_modules/ajv/dist/refs/json-schema-2020-12/index.js.map +0 -1
  326. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +0 -48
  327. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +0 -17
  328. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +0 -51
  329. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +0 -14
  330. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +0 -37
  331. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +0 -15
  332. package/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +0 -90
  333. package/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +0 -55
  334. package/node_modules/ajv/dist/refs/json-schema-draft-06.json +0 -137
  335. package/node_modules/ajv/dist/refs/json-schema-draft-07.json +0 -151
  336. package/node_modules/ajv/dist/refs/json-schema-secure.json +0 -88
  337. package/node_modules/ajv/dist/refs/jtd-schema.d.ts +0 -3
  338. package/node_modules/ajv/dist/refs/jtd-schema.js +0 -118
  339. package/node_modules/ajv/dist/refs/jtd-schema.js.map +0 -1
  340. package/node_modules/ajv/dist/runtime/equal.d.ts +0 -6
  341. package/node_modules/ajv/dist/runtime/equal.js +0 -7
  342. package/node_modules/ajv/dist/runtime/equal.js.map +0 -1
  343. package/node_modules/ajv/dist/runtime/parseJson.d.ts +0 -18
  344. package/node_modules/ajv/dist/runtime/parseJson.js +0 -185
  345. package/node_modules/ajv/dist/runtime/parseJson.js.map +0 -1
  346. package/node_modules/ajv/dist/runtime/quote.d.ts +0 -5
  347. package/node_modules/ajv/dist/runtime/quote.js +0 -30
  348. package/node_modules/ajv/dist/runtime/quote.js.map +0 -1
  349. package/node_modules/ajv/dist/runtime/re2.d.ts +0 -6
  350. package/node_modules/ajv/dist/runtime/re2.js +0 -6
  351. package/node_modules/ajv/dist/runtime/re2.js.map +0 -1
  352. package/node_modules/ajv/dist/runtime/timestamp.d.ts +0 -5
  353. package/node_modules/ajv/dist/runtime/timestamp.js +0 -42
  354. package/node_modules/ajv/dist/runtime/timestamp.js.map +0 -1
  355. package/node_modules/ajv/dist/runtime/ucs2length.d.ts +0 -5
  356. package/node_modules/ajv/dist/runtime/ucs2length.js +0 -24
  357. package/node_modules/ajv/dist/runtime/ucs2length.js.map +0 -1
  358. package/node_modules/ajv/dist/runtime/uri.d.ts +0 -6
  359. package/node_modules/ajv/dist/runtime/uri.js +0 -6
  360. package/node_modules/ajv/dist/runtime/uri.js.map +0 -1
  361. package/node_modules/ajv/dist/runtime/validation_error.d.ts +0 -7
  362. package/node_modules/ajv/dist/runtime/validation_error.js +0 -11
  363. package/node_modules/ajv/dist/runtime/validation_error.js.map +0 -1
  364. package/node_modules/ajv/dist/standalone/index.d.ts +0 -6
  365. package/node_modules/ajv/dist/standalone/index.js +0 -90
  366. package/node_modules/ajv/dist/standalone/index.js.map +0 -1
  367. package/node_modules/ajv/dist/standalone/instance.d.ts +0 -12
  368. package/node_modules/ajv/dist/standalone/instance.js +0 -35
  369. package/node_modules/ajv/dist/standalone/instance.js.map +0 -1
  370. package/node_modules/ajv/dist/types/index.d.ts +0 -183
  371. package/node_modules/ajv/dist/types/index.js +0 -3
  372. package/node_modules/ajv/dist/types/index.js.map +0 -1
  373. package/node_modules/ajv/dist/types/json-schema.d.ts +0 -125
  374. package/node_modules/ajv/dist/types/json-schema.js +0 -3
  375. package/node_modules/ajv/dist/types/json-schema.js.map +0 -1
  376. package/node_modules/ajv/dist/types/jtd-schema.d.ts +0 -174
  377. package/node_modules/ajv/dist/types/jtd-schema.js +0 -3
  378. package/node_modules/ajv/dist/types/jtd-schema.js.map +0 -1
  379. package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts +0 -8
  380. package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +0 -49
  381. package/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map +0 -1
  382. package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts +0 -6
  383. package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +0 -106
  384. package/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map +0 -1
  385. package/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts +0 -3
  386. package/node_modules/ajv/dist/vocabularies/applicator/allOf.js +0 -23
  387. package/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map +0 -1
  388. package/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts +0 -4
  389. package/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +0 -12
  390. package/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map +0 -1
  391. package/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts +0 -7
  392. package/node_modules/ajv/dist/vocabularies/applicator/contains.js +0 -95
  393. package/node_modules/ajv/dist/vocabularies/applicator/contains.js.map +0 -1
  394. package/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts +0 -21
  395. package/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +0 -85
  396. package/node_modules/ajv/dist/vocabularies/applicator/dependencies.js.map +0 -1
  397. package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.d.ts +0 -3
  398. package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js +0 -11
  399. package/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js.map +0 -1
  400. package/node_modules/ajv/dist/vocabularies/applicator/if.d.ts +0 -6
  401. package/node_modules/ajv/dist/vocabularies/applicator/if.js +0 -66
  402. package/node_modules/ajv/dist/vocabularies/applicator/if.js.map +0 -1
  403. package/node_modules/ajv/dist/vocabularies/applicator/index.d.ts +0 -13
  404. package/node_modules/ajv/dist/vocabularies/applicator/index.js +0 -44
  405. package/node_modules/ajv/dist/vocabularies/applicator/index.js.map +0 -1
  406. package/node_modules/ajv/dist/vocabularies/applicator/items.d.ts +0 -5
  407. package/node_modules/ajv/dist/vocabularies/applicator/items.js +0 -52
  408. package/node_modules/ajv/dist/vocabularies/applicator/items.js.map +0 -1
  409. package/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts +0 -6
  410. package/node_modules/ajv/dist/vocabularies/applicator/items2020.js +0 -30
  411. package/node_modules/ajv/dist/vocabularies/applicator/items2020.js.map +0 -1
  412. package/node_modules/ajv/dist/vocabularies/applicator/not.d.ts +0 -4
  413. package/node_modules/ajv/dist/vocabularies/applicator/not.js +0 -26
  414. package/node_modules/ajv/dist/vocabularies/applicator/not.js.map +0 -1
  415. package/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts +0 -6
  416. package/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +0 -60
  417. package/node_modules/ajv/dist/vocabularies/applicator/oneOf.js.map +0 -1
  418. package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.d.ts +0 -3
  419. package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +0 -75
  420. package/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js.map +0 -1
  421. package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.d.ts +0 -3
  422. package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +0 -12
  423. package/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js.map +0 -1
  424. package/node_modules/ajv/dist/vocabularies/applicator/properties.d.ts +0 -3
  425. package/node_modules/ajv/dist/vocabularies/applicator/properties.js +0 -54
  426. package/node_modules/ajv/dist/vocabularies/applicator/properties.js.map +0 -1
  427. package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts +0 -6
  428. package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +0 -38
  429. package/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js.map +0 -1
  430. package/node_modules/ajv/dist/vocabularies/applicator/thenElse.d.ts +0 -3
  431. package/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +0 -13
  432. package/node_modules/ajv/dist/vocabularies/applicator/thenElse.js.map +0 -1
  433. package/node_modules/ajv/dist/vocabularies/code.d.ts +0 -17
  434. package/node_modules/ajv/dist/vocabularies/code.js +0 -131
  435. package/node_modules/ajv/dist/vocabularies/code.js.map +0 -1
  436. package/node_modules/ajv/dist/vocabularies/core/id.d.ts +0 -3
  437. package/node_modules/ajv/dist/vocabularies/core/id.js +0 -10
  438. package/node_modules/ajv/dist/vocabularies/core/id.js.map +0 -1
  439. package/node_modules/ajv/dist/vocabularies/core/index.d.ts +0 -3
  440. package/node_modules/ajv/dist/vocabularies/core/index.js +0 -16
  441. package/node_modules/ajv/dist/vocabularies/core/index.js.map +0 -1
  442. package/node_modules/ajv/dist/vocabularies/core/ref.d.ts +0 -8
  443. package/node_modules/ajv/dist/vocabularies/core/ref.js +0 -122
  444. package/node_modules/ajv/dist/vocabularies/core/ref.js.map +0 -1
  445. package/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts +0 -5
  446. package/node_modules/ajv/dist/vocabularies/discriminator/index.js +0 -104
  447. package/node_modules/ajv/dist/vocabularies/discriminator/index.js.map +0 -1
  448. package/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts +0 -10
  449. package/node_modules/ajv/dist/vocabularies/discriminator/types.js +0 -9
  450. package/node_modules/ajv/dist/vocabularies/discriminator/types.js.map +0 -1
  451. package/node_modules/ajv/dist/vocabularies/draft2020.d.ts +0 -3
  452. package/node_modules/ajv/dist/vocabularies/draft2020.js +0 -23
  453. package/node_modules/ajv/dist/vocabularies/draft2020.js.map +0 -1
  454. package/node_modules/ajv/dist/vocabularies/draft7.d.ts +0 -3
  455. package/node_modules/ajv/dist/vocabularies/draft7.js +0 -17
  456. package/node_modules/ajv/dist/vocabularies/draft7.js.map +0 -1
  457. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.d.ts +0 -5
  458. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js +0 -30
  459. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js.map +0 -1
  460. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts +0 -5
  461. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js +0 -51
  462. package/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js.map +0 -1
  463. package/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts +0 -3
  464. package/node_modules/ajv/dist/vocabularies/dynamic/index.js +0 -9
  465. package/node_modules/ajv/dist/vocabularies/dynamic/index.js.map +0 -1
  466. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.d.ts +0 -3
  467. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js +0 -16
  468. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js.map +0 -1
  469. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.d.ts +0 -3
  470. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js +0 -10
  471. package/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js.map +0 -1
  472. package/node_modules/ajv/dist/vocabularies/errors.d.ts +0 -9
  473. package/node_modules/ajv/dist/vocabularies/errors.js +0 -3
  474. package/node_modules/ajv/dist/vocabularies/errors.js.map +0 -1
  475. package/node_modules/ajv/dist/vocabularies/format/format.d.ts +0 -8
  476. package/node_modules/ajv/dist/vocabularies/format/format.js +0 -92
  477. package/node_modules/ajv/dist/vocabularies/format/format.js.map +0 -1
  478. package/node_modules/ajv/dist/vocabularies/format/index.d.ts +0 -3
  479. package/node_modules/ajv/dist/vocabularies/format/index.js +0 -6
  480. package/node_modules/ajv/dist/vocabularies/format/index.js.map +0 -1
  481. package/node_modules/ajv/dist/vocabularies/jtd/discriminator.d.ts +0 -6
  482. package/node_modules/ajv/dist/vocabularies/jtd/discriminator.js +0 -71
  483. package/node_modules/ajv/dist/vocabularies/jtd/discriminator.js.map +0 -1
  484. package/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts +0 -5
  485. package/node_modules/ajv/dist/vocabularies/jtd/elements.js +0 -24
  486. package/node_modules/ajv/dist/vocabularies/jtd/elements.js.map +0 -1
  487. package/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts +0 -6
  488. package/node_modules/ajv/dist/vocabularies/jtd/enum.js +0 -43
  489. package/node_modules/ajv/dist/vocabularies/jtd/enum.js.map +0 -1
  490. package/node_modules/ajv/dist/vocabularies/jtd/error.d.ts +0 -9
  491. package/node_modules/ajv/dist/vocabularies/jtd/error.js +0 -20
  492. package/node_modules/ajv/dist/vocabularies/jtd/error.js.map +0 -1
  493. package/node_modules/ajv/dist/vocabularies/jtd/index.d.ts +0 -10
  494. package/node_modules/ajv/dist/vocabularies/jtd/index.js +0 -29
  495. package/node_modules/ajv/dist/vocabularies/jtd/index.js.map +0 -1
  496. package/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts +0 -5
  497. package/node_modules/ajv/dist/vocabularies/jtd/metadata.js +0 -25
  498. package/node_modules/ajv/dist/vocabularies/jtd/metadata.js.map +0 -1
  499. package/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts +0 -4
  500. package/node_modules/ajv/dist/vocabularies/jtd/nullable.js +0 -22
  501. package/node_modules/ajv/dist/vocabularies/jtd/nullable.js.map +0 -1
  502. package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.d.ts +0 -3
  503. package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js +0 -15
  504. package/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js.map +0 -1
  505. package/node_modules/ajv/dist/vocabularies/jtd/properties.d.ts +0 -22
  506. package/node_modules/ajv/dist/vocabularies/jtd/properties.js +0 -149
  507. package/node_modules/ajv/dist/vocabularies/jtd/properties.js.map +0 -1
  508. package/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts +0 -4
  509. package/node_modules/ajv/dist/vocabularies/jtd/ref.js +0 -67
  510. package/node_modules/ajv/dist/vocabularies/jtd/ref.js.map +0 -1
  511. package/node_modules/ajv/dist/vocabularies/jtd/type.d.ts +0 -10
  512. package/node_modules/ajv/dist/vocabularies/jtd/type.js +0 -69
  513. package/node_modules/ajv/dist/vocabularies/jtd/type.js.map +0 -1
  514. package/node_modules/ajv/dist/vocabularies/jtd/union.d.ts +0 -3
  515. package/node_modules/ajv/dist/vocabularies/jtd/union.js +0 -12
  516. package/node_modules/ajv/dist/vocabularies/jtd/union.js.map +0 -1
  517. package/node_modules/ajv/dist/vocabularies/jtd/values.d.ts +0 -5
  518. package/node_modules/ajv/dist/vocabularies/jtd/values.js +0 -51
  519. package/node_modules/ajv/dist/vocabularies/jtd/values.js.map +0 -1
  520. package/node_modules/ajv/dist/vocabularies/metadata.d.ts +0 -3
  521. package/node_modules/ajv/dist/vocabularies/metadata.js +0 -18
  522. package/node_modules/ajv/dist/vocabularies/metadata.js.map +0 -1
  523. package/node_modules/ajv/dist/vocabularies/next.d.ts +0 -3
  524. package/node_modules/ajv/dist/vocabularies/next.js +0 -8
  525. package/node_modules/ajv/dist/vocabularies/next.js.map +0 -1
  526. package/node_modules/ajv/dist/vocabularies/unevaluated/index.d.ts +0 -3
  527. package/node_modules/ajv/dist/vocabularies/unevaluated/index.js +0 -7
  528. package/node_modules/ajv/dist/vocabularies/unevaluated/index.js.map +0 -1
  529. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +0 -6
  530. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js +0 -40
  531. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js.map +0 -1
  532. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +0 -6
  533. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js +0 -65
  534. package/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js.map +0 -1
  535. package/node_modules/ajv/dist/vocabularies/validation/const.d.ts +0 -6
  536. package/node_modules/ajv/dist/vocabularies/validation/const.js +0 -25
  537. package/node_modules/ajv/dist/vocabularies/validation/const.js.map +0 -1
  538. package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts +0 -5
  539. package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js +0 -12
  540. package/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js.map +0 -1
  541. package/node_modules/ajv/dist/vocabularies/validation/enum.d.ts +0 -8
  542. package/node_modules/ajv/dist/vocabularies/validation/enum.js +0 -48
  543. package/node_modules/ajv/dist/vocabularies/validation/enum.js.map +0 -1
  544. package/node_modules/ajv/dist/vocabularies/validation/index.d.ts +0 -16
  545. package/node_modules/ajv/dist/vocabularies/validation/index.js +0 -33
  546. package/node_modules/ajv/dist/vocabularies/validation/index.js.map +0 -1
  547. package/node_modules/ajv/dist/vocabularies/validation/limitContains.d.ts +0 -3
  548. package/node_modules/ajv/dist/vocabularies/validation/limitContains.js +0 -15
  549. package/node_modules/ajv/dist/vocabularies/validation/limitContains.js.map +0 -1
  550. package/node_modules/ajv/dist/vocabularies/validation/limitItems.d.ts +0 -3
  551. package/node_modules/ajv/dist/vocabularies/validation/limitItems.js +0 -24
  552. package/node_modules/ajv/dist/vocabularies/validation/limitItems.js.map +0 -1
  553. package/node_modules/ajv/dist/vocabularies/validation/limitLength.d.ts +0 -3
  554. package/node_modules/ajv/dist/vocabularies/validation/limitLength.js +0 -27
  555. package/node_modules/ajv/dist/vocabularies/validation/limitLength.js.map +0 -1
  556. package/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts +0 -11
  557. package/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +0 -27
  558. package/node_modules/ajv/dist/vocabularies/validation/limitNumber.js.map +0 -1
  559. package/node_modules/ajv/dist/vocabularies/validation/limitProperties.d.ts +0 -3
  560. package/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +0 -24
  561. package/node_modules/ajv/dist/vocabularies/validation/limitProperties.js.map +0 -1
  562. package/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts +0 -8
  563. package/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +0 -26
  564. package/node_modules/ajv/dist/vocabularies/validation/multipleOf.js.map +0 -1
  565. package/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts +0 -8
  566. package/node_modules/ajv/dist/vocabularies/validation/pattern.js +0 -24
  567. package/node_modules/ajv/dist/vocabularies/validation/pattern.js.map +0 -1
  568. package/node_modules/ajv/dist/vocabularies/validation/required.d.ts +0 -8
  569. package/node_modules/ajv/dist/vocabularies/validation/required.js +0 -79
  570. package/node_modules/ajv/dist/vocabularies/validation/required.js.map +0 -1
  571. package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts +0 -9
  572. package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +0 -64
  573. package/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js.map +0 -1
  574. package/node_modules/ajv/lib/2019.ts +0 -81
  575. package/node_modules/ajv/lib/2020.ts +0 -75
  576. package/node_modules/ajv/lib/ajv.ts +0 -70
  577. package/node_modules/ajv/lib/compile/codegen/code.ts +0 -169
  578. package/node_modules/ajv/lib/compile/codegen/index.ts +0 -852
  579. package/node_modules/ajv/lib/compile/codegen/scope.ts +0 -215
  580. package/node_modules/ajv/lib/compile/errors.ts +0 -184
  581. package/node_modules/ajv/lib/compile/index.ts +0 -324
  582. package/node_modules/ajv/lib/compile/jtd/parse.ts +0 -411
  583. package/node_modules/ajv/lib/compile/jtd/serialize.ts +0 -266
  584. package/node_modules/ajv/lib/compile/jtd/types.ts +0 -16
  585. package/node_modules/ajv/lib/compile/names.ts +0 -27
  586. package/node_modules/ajv/lib/compile/ref_error.ts +0 -13
  587. package/node_modules/ajv/lib/compile/resolve.ts +0 -149
  588. package/node_modules/ajv/lib/compile/rules.ts +0 -50
  589. package/node_modules/ajv/lib/compile/util.ts +0 -213
  590. package/node_modules/ajv/lib/compile/validate/applicability.ts +0 -22
  591. package/node_modules/ajv/lib/compile/validate/boolSchema.ts +0 -47
  592. package/node_modules/ajv/lib/compile/validate/dataType.ts +0 -230
  593. package/node_modules/ajv/lib/compile/validate/defaults.ts +0 -32
  594. package/node_modules/ajv/lib/compile/validate/index.ts +0 -582
  595. package/node_modules/ajv/lib/compile/validate/keyword.ts +0 -171
  596. package/node_modules/ajv/lib/compile/validate/subschema.ts +0 -135
  597. package/node_modules/ajv/lib/core.ts +0 -891
  598. package/node_modules/ajv/lib/jtd.ts +0 -132
  599. package/node_modules/ajv/lib/refs/data.json +0 -13
  600. package/node_modules/ajv/lib/refs/json-schema-2019-09/index.ts +0 -28
  601. package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +0 -53
  602. package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +0 -17
  603. package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +0 -57
  604. package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +0 -14
  605. package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +0 -37
  606. package/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +0 -90
  607. package/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +0 -39
  608. package/node_modules/ajv/lib/refs/json-schema-2020-12/index.ts +0 -30
  609. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +0 -48
  610. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +0 -17
  611. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +0 -51
  612. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +0 -14
  613. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +0 -37
  614. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +0 -15
  615. package/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +0 -90
  616. package/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +0 -55
  617. package/node_modules/ajv/lib/refs/json-schema-draft-06.json +0 -137
  618. package/node_modules/ajv/lib/refs/json-schema-draft-07.json +0 -151
  619. package/node_modules/ajv/lib/refs/json-schema-secure.json +0 -88
  620. package/node_modules/ajv/lib/refs/jtd-schema.ts +0 -130
  621. package/node_modules/ajv/lib/runtime/equal.ts +0 -7
  622. package/node_modules/ajv/lib/runtime/parseJson.ts +0 -177
  623. package/node_modules/ajv/lib/runtime/quote.ts +0 -31
  624. package/node_modules/ajv/lib/runtime/re2.ts +0 -6
  625. package/node_modules/ajv/lib/runtime/timestamp.ts +0 -46
  626. package/node_modules/ajv/lib/runtime/ucs2length.ts +0 -20
  627. package/node_modules/ajv/lib/runtime/uri.ts +0 -6
  628. package/node_modules/ajv/lib/runtime/validation_error.ts +0 -13
  629. package/node_modules/ajv/lib/standalone/index.ts +0 -100
  630. package/node_modules/ajv/lib/standalone/instance.ts +0 -36
  631. package/node_modules/ajv/lib/types/index.ts +0 -244
  632. package/node_modules/ajv/lib/types/json-schema.ts +0 -187
  633. package/node_modules/ajv/lib/types/jtd-schema.ts +0 -273
  634. package/node_modules/ajv/lib/vocabularies/applicator/additionalItems.ts +0 -56
  635. package/node_modules/ajv/lib/vocabularies/applicator/additionalProperties.ts +0 -118
  636. package/node_modules/ajv/lib/vocabularies/applicator/allOf.ts +0 -22
  637. package/node_modules/ajv/lib/vocabularies/applicator/anyOf.ts +0 -14
  638. package/node_modules/ajv/lib/vocabularies/applicator/contains.ts +0 -109
  639. package/node_modules/ajv/lib/vocabularies/applicator/dependencies.ts +0 -112
  640. package/node_modules/ajv/lib/vocabularies/applicator/dependentSchemas.ts +0 -11
  641. package/node_modules/ajv/lib/vocabularies/applicator/if.ts +0 -80
  642. package/node_modules/ajv/lib/vocabularies/applicator/index.ts +0 -53
  643. package/node_modules/ajv/lib/vocabularies/applicator/items.ts +0 -59
  644. package/node_modules/ajv/lib/vocabularies/applicator/items2020.ts +0 -36
  645. package/node_modules/ajv/lib/vocabularies/applicator/not.ts +0 -38
  646. package/node_modules/ajv/lib/vocabularies/applicator/oneOf.ts +0 -82
  647. package/node_modules/ajv/lib/vocabularies/applicator/patternProperties.ts +0 -91
  648. package/node_modules/ajv/lib/vocabularies/applicator/prefixItems.ts +0 -12
  649. package/node_modules/ajv/lib/vocabularies/applicator/properties.ts +0 -57
  650. package/node_modules/ajv/lib/vocabularies/applicator/propertyNames.ts +0 -50
  651. package/node_modules/ajv/lib/vocabularies/applicator/thenElse.ts +0 -13
  652. package/node_modules/ajv/lib/vocabularies/code.ts +0 -168
  653. package/node_modules/ajv/lib/vocabularies/core/id.ts +0 -10
  654. package/node_modules/ajv/lib/vocabularies/core/index.ts +0 -16
  655. package/node_modules/ajv/lib/vocabularies/core/ref.ts +0 -129
  656. package/node_modules/ajv/lib/vocabularies/discriminator/index.ts +0 -113
  657. package/node_modules/ajv/lib/vocabularies/discriminator/types.ts +0 -12
  658. package/node_modules/ajv/lib/vocabularies/draft2020.ts +0 -23
  659. package/node_modules/ajv/lib/vocabularies/draft7.ts +0 -17
  660. package/node_modules/ajv/lib/vocabularies/dynamic/dynamicAnchor.ts +0 -31
  661. package/node_modules/ajv/lib/vocabularies/dynamic/dynamicRef.ts +0 -51
  662. package/node_modules/ajv/lib/vocabularies/dynamic/index.ts +0 -9
  663. package/node_modules/ajv/lib/vocabularies/dynamic/recursiveAnchor.ts +0 -14
  664. package/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts +0 -10
  665. package/node_modules/ajv/lib/vocabularies/errors.ts +0 -18
  666. package/node_modules/ajv/lib/vocabularies/format/format.ts +0 -120
  667. package/node_modules/ajv/lib/vocabularies/format/index.ts +0 -6
  668. package/node_modules/ajv/lib/vocabularies/jtd/discriminator.ts +0 -89
  669. package/node_modules/ajv/lib/vocabularies/jtd/elements.ts +0 -32
  670. package/node_modules/ajv/lib/vocabularies/jtd/enum.ts +0 -45
  671. package/node_modules/ajv/lib/vocabularies/jtd/error.ts +0 -23
  672. package/node_modules/ajv/lib/vocabularies/jtd/index.ts +0 -37
  673. package/node_modules/ajv/lib/vocabularies/jtd/metadata.ts +0 -24
  674. package/node_modules/ajv/lib/vocabularies/jtd/nullable.ts +0 -21
  675. package/node_modules/ajv/lib/vocabularies/jtd/optionalProperties.ts +0 -15
  676. package/node_modules/ajv/lib/vocabularies/jtd/properties.ts +0 -184
  677. package/node_modules/ajv/lib/vocabularies/jtd/ref.ts +0 -76
  678. package/node_modules/ajv/lib/vocabularies/jtd/type.ts +0 -75
  679. package/node_modules/ajv/lib/vocabularies/jtd/union.ts +0 -12
  680. package/node_modules/ajv/lib/vocabularies/jtd/values.ts +0 -58
  681. package/node_modules/ajv/lib/vocabularies/metadata.ts +0 -17
  682. package/node_modules/ajv/lib/vocabularies/next.ts +0 -8
  683. package/node_modules/ajv/lib/vocabularies/unevaluated/index.ts +0 -7
  684. package/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedItems.ts +0 -47
  685. package/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedProperties.ts +0 -85
  686. package/node_modules/ajv/lib/vocabularies/validation/const.ts +0 -28
  687. package/node_modules/ajv/lib/vocabularies/validation/dependentRequired.ts +0 -23
  688. package/node_modules/ajv/lib/vocabularies/validation/enum.ts +0 -54
  689. package/node_modules/ajv/lib/vocabularies/validation/index.ts +0 -49
  690. package/node_modules/ajv/lib/vocabularies/validation/limitContains.ts +0 -16
  691. package/node_modules/ajv/lib/vocabularies/validation/limitItems.ts +0 -26
  692. package/node_modules/ajv/lib/vocabularies/validation/limitLength.ts +0 -30
  693. package/node_modules/ajv/lib/vocabularies/validation/limitNumber.ts +0 -42
  694. package/node_modules/ajv/lib/vocabularies/validation/limitProperties.ts +0 -26
  695. package/node_modules/ajv/lib/vocabularies/validation/multipleOf.ts +0 -34
  696. package/node_modules/ajv/lib/vocabularies/validation/pattern.ts +0 -28
  697. package/node_modules/ajv/lib/vocabularies/validation/required.ts +0 -98
  698. package/node_modules/ajv/lib/vocabularies/validation/uniqueItems.ts +0 -79
  699. package/node_modules/ajv/package.json +0 -126
  700. package/node_modules/ansi-regex/index.d.ts +0 -37
  701. package/node_modules/ansi-regex/index.js +0 -10
  702. package/node_modules/ansi-regex/license +0 -9
  703. package/node_modules/ansi-regex/package.json +0 -55
  704. package/node_modules/ansi-regex/readme.md +0 -78
  705. package/node_modules/ansi-styles/index.d.ts +0 -345
  706. package/node_modules/ansi-styles/index.js +0 -163
  707. package/node_modules/ansi-styles/license +0 -9
  708. package/node_modules/ansi-styles/package.json +0 -56
  709. package/node_modules/ansi-styles/readme.md +0 -152
  710. package/node_modules/astral-regex/index.d.ts +0 -28
  711. package/node_modules/astral-regex/index.js +0 -6
  712. package/node_modules/astral-regex/license +0 -9
  713. package/node_modules/astral-regex/package.json +0 -33
  714. package/node_modules/astral-regex/readme.md +0 -46
  715. package/node_modules/at-least-node/LICENSE +0 -6
  716. package/node_modules/at-least-node/README.md +0 -25
  717. package/node_modules/at-least-node/index.js +0 -5
  718. package/node_modules/at-least-node/package.json +0 -32
  719. package/node_modules/chalk/index.d.ts +0 -415
  720. package/node_modules/chalk/license +0 -9
  721. package/node_modules/chalk/package.json +0 -68
  722. package/node_modules/chalk/readme.md +0 -341
  723. package/node_modules/chalk/source/index.js +0 -229
  724. package/node_modules/chalk/source/templates.js +0 -134
  725. package/node_modules/chalk/source/util.js +0 -39
  726. package/node_modules/color-convert/CHANGELOG.md +0 -54
  727. package/node_modules/color-convert/LICENSE +0 -21
  728. package/node_modules/color-convert/README.md +0 -68
  729. package/node_modules/color-convert/conversions.js +0 -839
  730. package/node_modules/color-convert/index.js +0 -81
  731. package/node_modules/color-convert/package.json +0 -48
  732. package/node_modules/color-convert/route.js +0 -97
  733. package/node_modules/color-name/LICENSE +0 -8
  734. package/node_modules/color-name/README.md +0 -11
  735. package/node_modules/color-name/index.js +0 -152
  736. package/node_modules/color-name/package.json +0 -28
  737. package/node_modules/diff/CONTRIBUTING.md +0 -36
  738. package/node_modules/diff/LICENSE +0 -29
  739. package/node_modules/diff/README.md +0 -339
  740. package/node_modules/diff/dist/diff.js +0 -1730
  741. package/node_modules/diff/dist/diff.min.js +0 -1
  742. package/node_modules/diff/lib/convert/dmp.js +0 -32
  743. package/node_modules/diff/lib/convert/xml.js +0 -42
  744. package/node_modules/diff/lib/diff/array.js +0 -45
  745. package/node_modules/diff/lib/diff/base.js +0 -358
  746. package/node_modules/diff/lib/diff/character.js +0 -37
  747. package/node_modules/diff/lib/diff/css.js +0 -41
  748. package/node_modules/diff/lib/diff/json.js +0 -163
  749. package/node_modules/diff/lib/diff/line.js +0 -94
  750. package/node_modules/diff/lib/diff/sentence.js +0 -41
  751. package/node_modules/diff/lib/diff/word.js +0 -108
  752. package/node_modules/diff/lib/index.es6.js +0 -1699
  753. package/node_modules/diff/lib/index.js +0 -234
  754. package/node_modules/diff/lib/index.mjs +0 -1699
  755. package/node_modules/diff/lib/patch/apply.js +0 -238
  756. package/node_modules/diff/lib/patch/create.js +0 -276
  757. package/node_modules/diff/lib/patch/merge.js +0 -613
  758. package/node_modules/diff/lib/patch/parse.js +0 -167
  759. package/node_modules/diff/lib/patch/reverse.js +0 -63
  760. package/node_modules/diff/lib/util/array.js +0 -32
  761. package/node_modules/diff/lib/util/distance-iterator.js +0 -57
  762. package/node_modules/diff/lib/util/params.js +0 -24
  763. package/node_modules/diff/package.json +0 -89
  764. package/node_modules/diff/release-notes.md +0 -317
  765. package/node_modules/diff/runtime.js +0 -3
  766. package/node_modules/emoji-regex/LICENSE-MIT.txt +0 -20
  767. package/node_modules/emoji-regex/README.md +0 -73
  768. package/node_modules/emoji-regex/es2015/index.js +0 -6
  769. package/node_modules/emoji-regex/es2015/text.js +0 -6
  770. package/node_modules/emoji-regex/index.d.ts +0 -23
  771. package/node_modules/emoji-regex/index.js +0 -6
  772. package/node_modules/emoji-regex/package.json +0 -50
  773. package/node_modules/emoji-regex/text.js +0 -6
  774. package/node_modules/fast-deep-equal/LICENSE +0 -21
  775. package/node_modules/fast-deep-equal/README.md +0 -96
  776. package/node_modules/fast-deep-equal/es6/index.d.ts +0 -2
  777. package/node_modules/fast-deep-equal/es6/index.js +0 -72
  778. package/node_modules/fast-deep-equal/es6/react.d.ts +0 -2
  779. package/node_modules/fast-deep-equal/es6/react.js +0 -79
  780. package/node_modules/fast-deep-equal/index.d.ts +0 -4
  781. package/node_modules/fast-deep-equal/index.js +0 -46
  782. package/node_modules/fast-deep-equal/package.json +0 -61
  783. package/node_modules/fast-deep-equal/react.d.ts +0 -2
  784. package/node_modules/fast-deep-equal/react.js +0 -53
  785. package/node_modules/fast-uri/.gitattributes +0 -2
  786. package/node_modules/fast-uri/.github/.stale.yml +0 -21
  787. package/node_modules/fast-uri/.github/dependabot.yml +0 -13
  788. package/node_modules/fast-uri/.github/tests_checker.yml +0 -8
  789. package/node_modules/fast-uri/.github/workflows/ci.yml +0 -23
  790. package/node_modules/fast-uri/.github/workflows/package-manager-ci.yml +0 -20
  791. package/node_modules/fast-uri/LICENSE +0 -30
  792. package/node_modules/fast-uri/README.md +0 -125
  793. package/node_modules/fast-uri/benchmark.js +0 -105
  794. package/node_modules/fast-uri/index.js +0 -303
  795. package/node_modules/fast-uri/lib/schemes.js +0 -188
  796. package/node_modules/fast-uri/lib/scopedChars.js +0 -30
  797. package/node_modules/fast-uri/lib/utils.js +0 -242
  798. package/node_modules/fast-uri/package.json +0 -39
  799. package/node_modules/fast-uri/test/.gitkeep +0 -0
  800. package/node_modules/fast-uri/test/ajv.test.js +0 -39
  801. package/node_modules/fast-uri/test/compatibility.test.js +0 -131
  802. package/node_modules/fast-uri/test/equal.test.js +0 -103
  803. package/node_modules/fast-uri/test/parse.test.js +0 -318
  804. package/node_modules/fast-uri/test/resolve.test.js +0 -75
  805. package/node_modules/fast-uri/test/serialize.test.js +0 -143
  806. package/node_modules/fast-uri/test/uri-js.test.js +0 -912
  807. package/node_modules/fast-uri/test/util.test.js +0 -23
  808. package/node_modules/fast-uri/types/index.d.ts +0 -53
  809. package/node_modules/fast-uri/types/index.test-d.ts +0 -17
  810. package/node_modules/graphql-mapping-template/LICENSE +0 -201
  811. package/node_modules/graphql-transformer-common/LICENSE +0 -201
  812. package/node_modules/has-flag/index.d.ts +0 -39
  813. package/node_modules/has-flag/index.js +0 -8
  814. package/node_modules/has-flag/license +0 -9
  815. package/node_modules/has-flag/package.json +0 -46
  816. package/node_modules/has-flag/readme.md +0 -89
  817. package/node_modules/is-fullwidth-code-point/index.d.ts +0 -17
  818. package/node_modules/is-fullwidth-code-point/index.js +0 -50
  819. package/node_modules/is-fullwidth-code-point/license +0 -9
  820. package/node_modules/is-fullwidth-code-point/package.json +0 -42
  821. package/node_modules/is-fullwidth-code-point/readme.md +0 -39
  822. package/node_modules/json-schema-traverse/.eslintrc.yml +0 -27
  823. package/node_modules/json-schema-traverse/.github/FUNDING.yml +0 -2
  824. package/node_modules/json-schema-traverse/.github/workflows/build.yml +0 -28
  825. package/node_modules/json-schema-traverse/.github/workflows/publish.yml +0 -27
  826. package/node_modules/json-schema-traverse/LICENSE +0 -21
  827. package/node_modules/json-schema-traverse/README.md +0 -95
  828. package/node_modules/json-schema-traverse/index.d.ts +0 -40
  829. package/node_modules/json-schema-traverse/index.js +0 -93
  830. package/node_modules/json-schema-traverse/package.json +0 -43
  831. package/node_modules/json-schema-traverse/spec/.eslintrc.yml +0 -6
  832. package/node_modules/json-schema-traverse/spec/fixtures/schema.js +0 -125
  833. package/node_modules/json-schema-traverse/spec/index.spec.js +0 -171
  834. package/node_modules/lodash.truncate/LICENSE +0 -47
  835. package/node_modules/lodash.truncate/README.md +0 -18
  836. package/node_modules/lodash.truncate/index.js +0 -632
  837. package/node_modules/lodash.truncate/package.json +0 -17
  838. package/node_modules/require-from-string/index.js +0 -34
  839. package/node_modules/require-from-string/license +0 -21
  840. package/node_modules/require-from-string/package.json +0 -28
  841. package/node_modules/require-from-string/readme.md +0 -56
  842. package/node_modules/slice-ansi/index.js +0 -103
  843. package/node_modules/slice-ansi/license +0 -10
  844. package/node_modules/slice-ansi/package.json +0 -52
  845. package/node_modules/slice-ansi/readme.md +0 -66
  846. package/node_modules/string-width/index.d.ts +0 -29
  847. package/node_modules/string-width/index.js +0 -47
  848. package/node_modules/string-width/license +0 -9
  849. package/node_modules/string-width/package.json +0 -56
  850. package/node_modules/string-width/readme.md +0 -50
  851. package/node_modules/strip-ansi/index.d.ts +0 -17
  852. package/node_modules/strip-ansi/index.js +0 -4
  853. package/node_modules/strip-ansi/license +0 -9
  854. package/node_modules/strip-ansi/package.json +0 -54
  855. package/node_modules/strip-ansi/readme.md +0 -46
  856. package/node_modules/supports-color/browser.js +0 -5
  857. package/node_modules/supports-color/index.js +0 -135
  858. package/node_modules/supports-color/license +0 -9
  859. package/node_modules/supports-color/package.json +0 -53
  860. package/node_modules/supports-color/readme.md +0 -76
  861. package/node_modules/table/LICENSE +0 -24
  862. package/node_modules/table/README.md +0 -837
  863. package/node_modules/table/dist/src/alignSpanningCell.d.ts +0 -7
  864. package/node_modules/table/dist/src/alignSpanningCell.js +0 -48
  865. package/node_modules/table/dist/src/alignSpanningCell.js.map +0 -1
  866. package/node_modules/table/dist/src/alignString.d.ts +0 -6
  867. package/node_modules/table/dist/src/alignString.js +0 -60
  868. package/node_modules/table/dist/src/alignString.js.map +0 -1
  869. package/node_modules/table/dist/src/alignTableData.d.ts +0 -2
  870. package/node_modules/table/dist/src/alignTableData.js +0 -20
  871. package/node_modules/table/dist/src/alignTableData.js.map +0 -1
  872. package/node_modules/table/dist/src/calculateCellHeight.d.ts +0 -4
  873. package/node_modules/table/dist/src/calculateCellHeight.js +0 -12
  874. package/node_modules/table/dist/src/calculateCellHeight.js.map +0 -1
  875. package/node_modules/table/dist/src/calculateMaximumColumnWidths.d.ts +0 -7
  876. package/node_modules/table/dist/src/calculateMaximumColumnWidths.js +0 -36
  877. package/node_modules/table/dist/src/calculateMaximumColumnWidths.js.map +0 -1
  878. package/node_modules/table/dist/src/calculateOutputColumnWidths.d.ts +0 -2
  879. package/node_modules/table/dist/src/calculateOutputColumnWidths.js +0 -10
  880. package/node_modules/table/dist/src/calculateOutputColumnWidths.js.map +0 -1
  881. package/node_modules/table/dist/src/calculateRowHeights.d.ts +0 -5
  882. package/node_modules/table/dist/src/calculateRowHeights.js +0 -42
  883. package/node_modules/table/dist/src/calculateRowHeights.js.map +0 -1
  884. package/node_modules/table/dist/src/calculateSpanningCellWidth.d.ts +0 -3
  885. package/node_modules/table/dist/src/calculateSpanningCellWidth.js +0 -26
  886. package/node_modules/table/dist/src/calculateSpanningCellWidth.js.map +0 -1
  887. package/node_modules/table/dist/src/createStream.d.ts +0 -2
  888. package/node_modules/table/dist/src/createStream.js +0 -74
  889. package/node_modules/table/dist/src/createStream.js.map +0 -1
  890. package/node_modules/table/dist/src/drawBorder.d.ts +0 -34
  891. package/node_modules/table/dist/src/drawBorder.js +0 -202
  892. package/node_modules/table/dist/src/drawBorder.js.map +0 -1
  893. package/node_modules/table/dist/src/drawContent.d.ts +0 -14
  894. package/node_modules/table/dist/src/drawContent.js +0 -51
  895. package/node_modules/table/dist/src/drawContent.js.map +0 -1
  896. package/node_modules/table/dist/src/drawRow.d.ts +0 -10
  897. package/node_modules/table/dist/src/drawRow.js +0 -25
  898. package/node_modules/table/dist/src/drawRow.js.map +0 -1
  899. package/node_modules/table/dist/src/drawTable.d.ts +0 -2
  900. package/node_modules/table/dist/src/drawTable.js +0 -31
  901. package/node_modules/table/dist/src/drawTable.js.map +0 -1
  902. package/node_modules/table/dist/src/generated/validators.d.ts +0 -13
  903. package/node_modules/table/dist/src/generated/validators.js +0 -2694
  904. package/node_modules/table/dist/src/generated/validators.js.map +0 -1
  905. package/node_modules/table/dist/src/getBorderCharacters.d.ts +0 -2
  906. package/node_modules/table/dist/src/getBorderCharacters.js +0 -105
  907. package/node_modules/table/dist/src/getBorderCharacters.js.map +0 -1
  908. package/node_modules/table/dist/src/index.d.ts +0 -5
  909. package/node_modules/table/dist/src/index.js +0 -21
  910. package/node_modules/table/dist/src/index.js.map +0 -1
  911. package/node_modules/table/dist/src/injectHeaderConfig.d.ts +0 -3
  912. package/node_modules/table/dist/src/injectHeaderConfig.js +0 -29
  913. package/node_modules/table/dist/src/injectHeaderConfig.js.map +0 -1
  914. package/node_modules/table/dist/src/makeRangeConfig.d.ts +0 -3
  915. package/node_modules/table/dist/src/makeRangeConfig.js +0 -18
  916. package/node_modules/table/dist/src/makeRangeConfig.js.map +0 -1
  917. package/node_modules/table/dist/src/makeStreamConfig.d.ts +0 -7
  918. package/node_modules/table/dist/src/makeStreamConfig.js +0 -43
  919. package/node_modules/table/dist/src/makeStreamConfig.js.map +0 -1
  920. package/node_modules/table/dist/src/makeTableConfig.d.ts +0 -7
  921. package/node_modules/table/dist/src/makeTableConfig.js +0 -62
  922. package/node_modules/table/dist/src/makeTableConfig.js.map +0 -1
  923. package/node_modules/table/dist/src/mapDataUsingRowHeights.d.ts +0 -4
  924. package/node_modules/table/dist/src/mapDataUsingRowHeights.js +0 -52
  925. package/node_modules/table/dist/src/mapDataUsingRowHeights.js.map +0 -1
  926. package/node_modules/table/dist/src/padTableData.d.ts +0 -3
  927. package/node_modules/table/dist/src/padTableData.js +0 -23
  928. package/node_modules/table/dist/src/padTableData.js.map +0 -1
  929. package/node_modules/table/dist/src/schemas/config.json +0 -95
  930. package/node_modules/table/dist/src/schemas/shared.json +0 -139
  931. package/node_modules/table/dist/src/schemas/streamConfig.json +0 -25
  932. package/node_modules/table/dist/src/spanningCellManager.d.ts +0 -23
  933. package/node_modules/table/dist/src/spanningCellManager.js +0 -95
  934. package/node_modules/table/dist/src/spanningCellManager.js.map +0 -1
  935. package/node_modules/table/dist/src/stringifyTableData.d.ts +0 -2
  936. package/node_modules/table/dist/src/stringifyTableData.js +0 -13
  937. package/node_modules/table/dist/src/stringifyTableData.js.map +0 -1
  938. package/node_modules/table/dist/src/table.d.ts +0 -2
  939. package/node_modules/table/dist/src/table.js +0 -32
  940. package/node_modules/table/dist/src/table.js.map +0 -1
  941. package/node_modules/table/dist/src/truncateTableData.d.ts +0 -6
  942. package/node_modules/table/dist/src/truncateTableData.js +0 -24
  943. package/node_modules/table/dist/src/truncateTableData.js.map +0 -1
  944. package/node_modules/table/dist/src/types/api.d.ts +0 -130
  945. package/node_modules/table/dist/src/types/api.js +0 -3
  946. package/node_modules/table/dist/src/types/api.js.map +0 -1
  947. package/node_modules/table/dist/src/types/internal.d.ts +0 -1
  948. package/node_modules/table/dist/src/types/internal.js +0 -3
  949. package/node_modules/table/dist/src/types/internal.js.map +0 -1
  950. package/node_modules/table/dist/src/utils.d.ts +0 -9
  951. package/node_modules/table/dist/src/utils.js +0 -134
  952. package/node_modules/table/dist/src/utils.js.map +0 -1
  953. package/node_modules/table/dist/src/validateConfig.d.ts +0 -2
  954. package/node_modules/table/dist/src/validateConfig.js +0 -27
  955. package/node_modules/table/dist/src/validateConfig.js.map +0 -1
  956. package/node_modules/table/dist/src/validateSpanningCellConfig.d.ts +0 -3
  957. package/node_modules/table/dist/src/validateSpanningCellConfig.js +0 -46
  958. package/node_modules/table/dist/src/validateSpanningCellConfig.js.map +0 -1
  959. package/node_modules/table/dist/src/validateTableData.d.ts +0 -1
  960. package/node_modules/table/dist/src/validateTableData.js +0 -32
  961. package/node_modules/table/dist/src/validateTableData.js.map +0 -1
  962. package/node_modules/table/dist/src/wrapCell.d.ts +0 -8
  963. package/node_modules/table/dist/src/wrapCell.js +0 -33
  964. package/node_modules/table/dist/src/wrapCell.js.map +0 -1
  965. package/node_modules/table/dist/src/wrapString.d.ts +0 -9
  966. package/node_modules/table/dist/src/wrapString.js +0 -27
  967. package/node_modules/table/dist/src/wrapString.js.map +0 -1
  968. package/node_modules/table/dist/src/wrapWord.d.ts +0 -1
  969. package/node_modules/table/dist/src/wrapWord.js +0 -42
  970. package/node_modules/table/dist/src/wrapWord.js.map +0 -1
  971. package/node_modules/table/package.json +0 -77
package/.jsii CHANGED
@@ -9,28 +9,25 @@
9
9
  "@aws-amplify/ai-constructs": "^1.0.0",
10
10
  "@aws-amplify/backend-output-schemas": "^1.0.0",
11
11
  "@aws-amplify/backend-output-storage": "^1.0.0",
12
- "@aws-amplify/graphql-auth-transformer": "4.1.8",
13
- "@aws-amplify/graphql-conversation-transformer": "1.1.3",
14
- "@aws-amplify/graphql-default-value-transformer": "3.1.5",
12
+ "@aws-amplify/graphql-auth-transformer": "4.1.9",
13
+ "@aws-amplify/graphql-conversation-transformer": "1.1.4",
14
+ "@aws-amplify/graphql-default-value-transformer": "3.1.6",
15
15
  "@aws-amplify/graphql-directives": "2.6.1",
16
- "@aws-amplify/graphql-function-transformer": "3.1.7",
17
- "@aws-amplify/graphql-generation-transformer": "1.1.1",
18
- "@aws-amplify/graphql-http-transformer": "3.0.10",
19
- "@aws-amplify/graphql-index-transformer": "3.0.10",
20
- "@aws-amplify/graphql-maps-to-transformer": "4.0.10",
21
- "@aws-amplify/graphql-model-transformer": "3.1.2",
22
- "@aws-amplify/graphql-predictions-transformer": "3.0.10",
23
- "@aws-amplify/graphql-relational-transformer": "3.1.2",
24
- "@aws-amplify/graphql-searchable-transformer": "3.0.10",
25
- "@aws-amplify/graphql-sql-transformer": "0.4.10",
26
- "@aws-amplify/graphql-transformer": "2.2.3",
27
- "@aws-amplify/graphql-transformer-core": "3.3.2",
16
+ "@aws-amplify/graphql-function-transformer": "3.1.8",
17
+ "@aws-amplify/graphql-generation-transformer": "1.1.2",
18
+ "@aws-amplify/graphql-http-transformer": "3.0.11",
19
+ "@aws-amplify/graphql-index-transformer": "3.0.11",
20
+ "@aws-amplify/graphql-maps-to-transformer": "4.0.11",
21
+ "@aws-amplify/graphql-model-transformer": "3.1.3",
22
+ "@aws-amplify/graphql-predictions-transformer": "3.0.11",
23
+ "@aws-amplify/graphql-relational-transformer": "3.1.3",
24
+ "@aws-amplify/graphql-searchable-transformer": "3.0.11",
25
+ "@aws-amplify/graphql-sql-transformer": "0.4.11",
26
+ "@aws-amplify/graphql-transformer": "2.2.4",
27
+ "@aws-amplify/graphql-transformer-core": "3.3.3",
28
28
  "@aws-amplify/graphql-transformer-interfaces": "4.2.1",
29
29
  "@aws-amplify/platform-core": "^1.0.0",
30
30
  "@aws-amplify/plugin-types": "^1.0.0",
31
- "@aws-cdk/assert": "^2.68.0",
32
- "@aws-cdk/cfnspec": "2.68.0",
33
- "@aws-cdk/cloudformation-diff": "2.68.0",
34
31
  "@aws-crypto/crc32": "5.2.0",
35
32
  "@aws-crypto/sha256-browser": "5.2.0",
36
33
  "@aws-crypto/sha256-js": "^5.2.0",
@@ -103,51 +100,29 @@
103
100
  "@smithy/util-stream": "^3.1.3",
104
101
  "@smithy/util-uri-escape": "^3.0.0",
105
102
  "@smithy/util-utf8": "^3.0.0",
106
- "ajv": "^8.0.1",
107
- "ansi-regex": "^5.0.1",
108
- "ansi-styles": "^4.1.0",
109
- "astral-regex": "^2.0.0",
110
- "at-least-node": "^1.0.0",
111
103
  "bowser": "^2.11.0",
112
- "chalk": "^4",
113
104
  "charenc": "^0.0.2",
114
105
  "ci-info": "^3.2.0",
115
- "color-convert": "^2.0.1",
116
- "color-name": "~1.1.4",
117
106
  "crypt": "^0.0.2",
118
- "diff": "^5.1.0",
119
- "emoji-regex": "^8.0.0",
120
- "fast-deep-equal": "^3.1.3",
121
- "fast-uri": "^3.0.1",
122
107
  "fast-xml-parser": "4.4.1",
123
108
  "fs-extra": "^8.1.0",
124
109
  "graceful-fs": "^4.2.0",
125
110
  "graphql": "^15.5.0",
126
111
  "graphql-mapping-template": "5.0.2",
127
112
  "graphql-transformer-common": "5.1.2",
128
- "has-flag": "^4.0.0",
129
113
  "hjson": "^3.2.2",
130
114
  "immer": "^9.0.12",
131
115
  "is-buffer": "~1.1.6",
132
116
  "is-ci": "^3.0.1",
133
- "is-fullwidth-code-point": "^3.0.0",
134
- "json-schema-traverse": "^1.0.0",
135
117
  "jsonfile": "^4.0.0",
136
118
  "libphonenumber-js": "1.9.47",
137
119
  "lodash": "^4.17.21",
138
120
  "lodash.mergewith": "^4.6.2",
139
- "lodash.truncate": "^4.4.2",
140
121
  "md5": "^2.2.1",
141
122
  "object-hash": "^3.0.0",
142
123
  "pluralize": "8.0.0",
143
- "require-from-string": "^2.0.2",
144
124
  "semver": "^7.6.3",
145
- "slice-ansi": "^4.0.0",
146
- "string-width": "^4.2.3",
147
- "strip-ansi": "^6.0.1",
148
125
  "strnum": "^1.0.5",
149
- "supports-color": "^7.1.0",
150
- "table": "^6.8.1",
151
126
  "ts-dedent": "^2.0.0",
152
127
  "tslib": "^2.6.2",
153
128
  "universalify": "^0.1.0",
@@ -4047,7 +4022,7 @@
4047
4022
  "stability": "stable"
4048
4023
  },
4049
4024
  "homepage": "https://github.com/aws-amplify/amplify-category-api.git",
4050
- "jsiiVersion": "5.6.0 (build 7be6ace)",
4025
+ "jsiiVersion": "5.6.4 (build a446c6c)",
4051
4026
  "keywords": [
4052
4027
  "awscdk",
4053
4028
  "aws-cdk",
@@ -4093,7 +4068,7 @@
4093
4068
  "kind": "interface",
4094
4069
  "locationInModule": {
4095
4070
  "filename": "src/types.ts",
4096
- "line": 873
4071
+ "line": 972
4097
4072
  },
4098
4073
  "name": "AddFunctionProps",
4099
4074
  "properties": [
@@ -4106,7 +4081,7 @@
4106
4081
  "immutable": true,
4107
4082
  "locationInModule": {
4108
4083
  "filename": "src/types.ts",
4109
- "line": 877
4084
+ "line": 976
4110
4085
  },
4111
4086
  "name": "dataSource",
4112
4087
  "type": {
@@ -4122,7 +4097,7 @@
4122
4097
  "immutable": true,
4123
4098
  "locationInModule": {
4124
4099
  "filename": "src/types.ts",
4125
- "line": 882
4100
+ "line": 981
4126
4101
  },
4127
4102
  "name": "name",
4128
4103
  "type": {
@@ -4139,7 +4114,7 @@
4139
4114
  "immutable": true,
4140
4115
  "locationInModule": {
4141
4116
  "filename": "src/types.ts",
4142
- "line": 917
4117
+ "line": 1016
4143
4118
  },
4144
4119
  "name": "code",
4145
4120
  "optional": true,
@@ -4157,7 +4132,7 @@
4157
4132
  "immutable": true,
4158
4133
  "locationInModule": {
4159
4134
  "filename": "src/types.ts",
4160
- "line": 889
4135
+ "line": 988
4161
4136
  },
4162
4137
  "name": "description",
4163
4138
  "optional": true,
@@ -4175,7 +4150,7 @@
4175
4150
  "immutable": true,
4176
4151
  "locationInModule": {
4177
4152
  "filename": "src/types.ts",
4178
- "line": 896
4153
+ "line": 995
4179
4154
  },
4180
4155
  "name": "requestMappingTemplate",
4181
4156
  "optional": true,
@@ -4193,7 +4168,7 @@
4193
4168
  "immutable": true,
4194
4169
  "locationInModule": {
4195
4170
  "filename": "src/types.ts",
4196
- "line": 903
4171
+ "line": 1002
4197
4172
  },
4198
4173
  "name": "responseMappingTemplate",
4199
4174
  "optional": true,
@@ -4211,7 +4186,7 @@
4211
4186
  "immutable": true,
4212
4187
  "locationInModule": {
4213
4188
  "filename": "src/types.ts",
4214
- "line": 910
4189
+ "line": 1009
4215
4190
  },
4216
4191
  "name": "runtime",
4217
4192
  "optional": true,
@@ -5156,7 +5131,7 @@
5156
5131
  "kind": "interface",
5157
5132
  "locationInModule": {
5158
5133
  "filename": "src/types.ts",
5159
- "line": 776
5134
+ "line": 871
5160
5135
  },
5161
5136
  "name": "AmplifyGraphqlApiCfnResources",
5162
5137
  "properties": [
@@ -5169,7 +5144,7 @@
5169
5144
  "immutable": true,
5170
5145
  "locationInModule": {
5171
5146
  "filename": "src/types.ts",
5172
- "line": 830
5147
+ "line": 925
5173
5148
  },
5174
5149
  "name": "additionalCfnResources",
5175
5150
  "type": {
@@ -5190,7 +5165,7 @@
5190
5165
  "immutable": true,
5191
5166
  "locationInModule": {
5192
5167
  "filename": "src/types.ts",
5193
- "line": 815
5168
+ "line": 910
5194
5169
  },
5195
5170
  "name": "amplifyDynamoDbTables",
5196
5171
  "type": {
@@ -5211,7 +5186,7 @@
5211
5186
  "immutable": true,
5212
5187
  "locationInModule": {
5213
5188
  "filename": "src/types.ts",
5214
- "line": 805
5189
+ "line": 900
5215
5190
  },
5216
5191
  "name": "cfnDataSources",
5217
5192
  "type": {
@@ -5232,7 +5207,7 @@
5232
5207
  "immutable": true,
5233
5208
  "locationInModule": {
5234
5209
  "filename": "src/types.ts",
5235
- "line": 800
5210
+ "line": 895
5236
5211
  },
5237
5212
  "name": "cfnFunctionConfigurations",
5238
5213
  "type": {
@@ -5253,7 +5228,7 @@
5253
5228
  "immutable": true,
5254
5229
  "locationInModule": {
5255
5230
  "filename": "src/types.ts",
5256
- "line": 825
5231
+ "line": 920
5257
5232
  },
5258
5233
  "name": "cfnFunctions",
5259
5234
  "type": {
@@ -5274,7 +5249,7 @@
5274
5249
  "immutable": true,
5275
5250
  "locationInModule": {
5276
5251
  "filename": "src/types.ts",
5277
- "line": 780
5252
+ "line": 875
5278
5253
  },
5279
5254
  "name": "cfnGraphqlApi",
5280
5255
  "type": {
@@ -5290,7 +5265,7 @@
5290
5265
  "immutable": true,
5291
5266
  "locationInModule": {
5292
5267
  "filename": "src/types.ts",
5293
- "line": 785
5268
+ "line": 880
5294
5269
  },
5295
5270
  "name": "cfnGraphqlSchema",
5296
5271
  "type": {
@@ -5306,7 +5281,7 @@
5306
5281
  "immutable": true,
5307
5282
  "locationInModule": {
5308
5283
  "filename": "src/types.ts",
5309
- "line": 795
5284
+ "line": 890
5310
5285
  },
5311
5286
  "name": "cfnResolvers",
5312
5287
  "type": {
@@ -5327,7 +5302,7 @@
5327
5302
  "immutable": true,
5328
5303
  "locationInModule": {
5329
5304
  "filename": "src/types.ts",
5330
- "line": 820
5305
+ "line": 915
5331
5306
  },
5332
5307
  "name": "cfnRoles",
5333
5308
  "type": {
@@ -5348,7 +5323,7 @@
5348
5323
  "immutable": true,
5349
5324
  "locationInModule": {
5350
5325
  "filename": "src/types.ts",
5351
- "line": 810
5326
+ "line": 905
5352
5327
  },
5353
5328
  "name": "cfnTables",
5354
5329
  "type": {
@@ -5369,7 +5344,7 @@
5369
5344
  "immutable": true,
5370
5345
  "locationInModule": {
5371
5346
  "filename": "src/types.ts",
5372
- "line": 790
5347
+ "line": 885
5373
5348
  },
5374
5349
  "name": "cfnApiKey",
5375
5350
  "optional": true,
@@ -5392,7 +5367,7 @@
5392
5367
  "kind": "interface",
5393
5368
  "locationInModule": {
5394
5369
  "filename": "src/types.ts",
5395
- "line": 688
5370
+ "line": 781
5396
5371
  },
5397
5372
  "name": "AmplifyGraphqlApiProps",
5398
5373
  "properties": [
@@ -5406,7 +5381,7 @@
5406
5381
  "immutable": true,
5407
5382
  "locationInModule": {
5408
5383
  "filename": "src/types.ts",
5409
- "line": 705
5384
+ "line": 798
5410
5385
  },
5411
5386
  "name": "authorizationModes",
5412
5387
  "type": {
@@ -5423,7 +5398,7 @@
5423
5398
  "immutable": true,
5424
5399
  "locationInModule": {
5425
5400
  "filename": "src/types.ts",
5426
- "line": 693
5401
+ "line": 786
5427
5402
  },
5428
5403
  "name": "definition",
5429
5404
  "type": {
@@ -5440,7 +5415,7 @@
5440
5415
  "immutable": true,
5441
5416
  "locationInModule": {
5442
5417
  "filename": "src/types.ts",
5443
- "line": 699
5418
+ "line": 792
5444
5419
  },
5445
5420
  "name": "apiName",
5446
5421
  "optional": true,
@@ -5459,7 +5434,7 @@
5459
5434
  "immutable": true,
5460
5435
  "locationInModule": {
5461
5436
  "filename": "src/types.ts",
5462
- "line": 720
5437
+ "line": 813
5463
5438
  },
5464
5439
  "name": "conflictResolution",
5465
5440
  "optional": true,
@@ -5477,7 +5452,7 @@
5477
5452
  "immutable": true,
5478
5453
  "locationInModule": {
5479
5454
  "filename": "src/types.ts",
5480
- "line": 764
5455
+ "line": 857
5481
5456
  },
5482
5457
  "name": "dataStoreConfiguration",
5483
5458
  "optional": true,
@@ -5497,7 +5472,7 @@
5497
5472
  "immutable": true,
5498
5473
  "locationInModule": {
5499
5474
  "filename": "src/types.ts",
5500
- "line": 713
5475
+ "line": 806
5501
5476
  },
5502
5477
  "name": "functionNameMap",
5503
5478
  "optional": true,
@@ -5520,7 +5495,7 @@
5520
5495
  "immutable": true,
5521
5496
  "locationInModule": {
5522
5497
  "filename": "src/types.ts",
5523
- "line": 735
5498
+ "line": 828
5524
5499
  },
5525
5500
  "name": "functionSlots",
5526
5501
  "optional": true,
@@ -5554,7 +5529,7 @@
5554
5529
  "immutable": true,
5555
5530
  "locationInModule": {
5556
5531
  "filename": "src/types.ts",
5557
- "line": 769
5532
+ "line": 862
5558
5533
  },
5559
5534
  "name": "logging",
5560
5535
  "optional": true,
@@ -5581,7 +5556,7 @@
5581
5556
  "immutable": true,
5582
5557
  "locationInModule": {
5583
5558
  "filename": "src/types.ts",
5584
- "line": 758
5559
+ "line": 851
5585
5560
  },
5586
5561
  "name": "outputStorageStrategy",
5587
5562
  "optional": true,
@@ -5598,7 +5573,7 @@
5598
5573
  "immutable": true,
5599
5574
  "locationInModule": {
5600
5575
  "filename": "src/types.ts",
5601
- "line": 747
5576
+ "line": 840
5602
5577
  },
5603
5578
  "name": "predictionsBucket",
5604
5579
  "optional": true,
@@ -5616,7 +5591,7 @@
5616
5591
  "immutable": true,
5617
5592
  "locationInModule": {
5618
5593
  "filename": "src/types.ts",
5619
- "line": 729
5594
+ "line": 822
5620
5595
  },
5621
5596
  "name": "stackMappings",
5622
5597
  "optional": true,
@@ -5642,7 +5617,7 @@
5642
5617
  "immutable": true,
5643
5618
  "locationInModule": {
5644
5619
  "filename": "src/types.ts",
5645
- "line": 742
5620
+ "line": 835
5646
5621
  },
5647
5622
  "name": "transformerPlugins",
5648
5623
  "optional": true,
@@ -5664,7 +5639,7 @@
5664
5639
  "immutable": true,
5665
5640
  "locationInModule": {
5666
5641
  "filename": "src/types.ts",
5667
- "line": 753
5642
+ "line": 846
5668
5643
  },
5669
5644
  "name": "translationBehavior",
5670
5645
  "optional": true,
@@ -5687,7 +5662,7 @@
5687
5662
  "kind": "interface",
5688
5663
  "locationInModule": {
5689
5664
  "filename": "src/types.ts",
5690
- "line": 837
5665
+ "line": 934
5691
5666
  },
5692
5667
  "name": "AmplifyGraphqlApiResources",
5693
5668
  "properties": [
@@ -5700,7 +5675,7 @@
5700
5675
  "immutable": true,
5701
5676
  "locationInModule": {
5702
5677
  "filename": "src/types.ts",
5703
- "line": 861
5678
+ "line": 958
5704
5679
  },
5705
5680
  "name": "cfnResources",
5706
5681
  "type": {
@@ -5716,7 +5691,7 @@
5716
5691
  "immutable": true,
5717
5692
  "locationInModule": {
5718
5693
  "filename": "src/types.ts",
5719
- "line": 856
5694
+ "line": 953
5720
5695
  },
5721
5696
  "name": "functions",
5722
5697
  "type": {
@@ -5737,7 +5712,7 @@
5737
5712
  "immutable": true,
5738
5713
  "locationInModule": {
5739
5714
  "filename": "src/types.ts",
5740
- "line": 841
5715
+ "line": 938
5741
5716
  },
5742
5717
  "name": "graphqlApi",
5743
5718
  "type": {
@@ -5753,7 +5728,7 @@
5753
5728
  "immutable": true,
5754
5729
  "locationInModule": {
5755
5730
  "filename": "src/types.ts",
5756
- "line": 866
5731
+ "line": 963
5757
5732
  },
5758
5733
  "name": "nestedStacks",
5759
5734
  "type": {
@@ -5774,7 +5749,7 @@
5774
5749
  "immutable": true,
5775
5750
  "locationInModule": {
5776
5751
  "filename": "src/types.ts",
5777
- "line": 851
5752
+ "line": 948
5778
5753
  },
5779
5754
  "name": "roles",
5780
5755
  "type": {
@@ -5795,7 +5770,7 @@
5795
5770
  "immutable": true,
5796
5771
  "locationInModule": {
5797
5772
  "filename": "src/types.ts",
5798
- "line": 846
5773
+ "line": 943
5799
5774
  },
5800
5775
  "name": "tables",
5801
5776
  "type": {
@@ -6031,7 +6006,7 @@
6031
6006
  "kind": "interface",
6032
6007
  "locationInModule": {
6033
6008
  "filename": "src/types.ts",
6034
- "line": 141
6009
+ "line": 190
6035
6010
  },
6036
6011
  "name": "ApiKeyAuthorizationConfig",
6037
6012
  "properties": [
@@ -6044,7 +6019,7 @@
6044
6019
  "immutable": true,
6045
6020
  "locationInModule": {
6046
6021
  "filename": "src/types.ts",
6047
- "line": 150
6022
+ "line": 199
6048
6023
  },
6049
6024
  "name": "expires",
6050
6025
  "type": {
@@ -6060,7 +6035,7 @@
6060
6035
  "immutable": true,
6061
6036
  "locationInModule": {
6062
6037
  "filename": "src/types.ts",
6063
- "line": 145
6038
+ "line": 194
6064
6039
  },
6065
6040
  "name": "description",
6066
6041
  "optional": true,
@@ -6083,7 +6058,7 @@
6083
6058
  "kind": "interface",
6084
6059
  "locationInModule": {
6085
6060
  "filename": "src/types.ts",
6086
- "line": 173
6061
+ "line": 226
6087
6062
  },
6088
6063
  "name": "AuthorizationModes",
6089
6064
  "properties": [
@@ -6097,7 +6072,7 @@
6097
6072
  "immutable": true,
6098
6073
  "locationInModule": {
6099
6074
  "filename": "src/types.ts",
6100
- "line": 221
6075
+ "line": 274
6101
6076
  },
6102
6077
  "name": "adminRoles",
6103
6078
  "optional": true,
@@ -6120,7 +6095,7 @@
6120
6095
  "immutable": true,
6121
6096
  "locationInModule": {
6122
6097
  "filename": "src/types.ts",
6123
- "line": 209
6098
+ "line": 262
6124
6099
  },
6125
6100
  "name": "apiKeyConfig",
6126
6101
  "optional": true,
@@ -6137,7 +6112,7 @@
6137
6112
  "immutable": true,
6138
6113
  "locationInModule": {
6139
6114
  "filename": "src/types.ts",
6140
- "line": 177
6115
+ "line": 230
6141
6116
  },
6142
6117
  "name": "defaultAuthorizationMode",
6143
6118
  "optional": true,
@@ -6155,7 +6130,7 @@
6155
6130
  "immutable": true,
6156
6131
  "locationInModule": {
6157
6132
  "filename": "src/types.ts",
6158
- "line": 185
6133
+ "line": 238
6159
6134
  },
6160
6135
  "name": "iamConfig",
6161
6136
  "optional": true,
@@ -6173,7 +6148,7 @@
6173
6148
  "immutable": true,
6174
6149
  "locationInModule": {
6175
6150
  "filename": "src/types.ts",
6176
- "line": 191
6151
+ "line": 244
6177
6152
  },
6178
6153
  "name": "identityPoolConfig",
6179
6154
  "optional": true,
@@ -6191,7 +6166,7 @@
6191
6166
  "immutable": true,
6192
6167
  "locationInModule": {
6193
6168
  "filename": "src/types.ts",
6194
- "line": 215
6169
+ "line": 268
6195
6170
  },
6196
6171
  "name": "lambdaConfig",
6197
6172
  "optional": true,
@@ -6209,7 +6184,7 @@
6209
6184
  "immutable": true,
6210
6185
  "locationInModule": {
6211
6186
  "filename": "src/types.ts",
6212
- "line": 203
6187
+ "line": 256
6213
6188
  },
6214
6189
  "name": "oidcConfig",
6215
6190
  "optional": true,
@@ -6227,7 +6202,7 @@
6227
6202
  "immutable": true,
6228
6203
  "locationInModule": {
6229
6204
  "filename": "src/types.ts",
6230
- "line": 197
6205
+ "line": 250
6231
6206
  },
6232
6207
  "name": "userPoolConfig",
6233
6208
  "optional": true,
@@ -6252,7 +6227,7 @@
6252
6227
  "kind": "interface",
6253
6228
  "locationInModule": {
6254
6229
  "filename": "src/types.ts",
6255
- "line": 242
6230
+ "line": 301
6256
6231
  },
6257
6232
  "name": "AutomergeConflictResolutionStrategy",
6258
6233
  "properties": [
@@ -6266,7 +6241,7 @@
6266
6241
  "immutable": true,
6267
6242
  "locationInModule": {
6268
6243
  "filename": "src/types.ts",
6269
- "line": 247
6244
+ "line": 306
6270
6245
  },
6271
6246
  "name": "handlerType",
6272
6247
  "type": {
@@ -6291,7 +6266,7 @@
6291
6266
  "kind": "interface",
6292
6267
  "locationInModule": {
6293
6268
  "filename": "src/types.ts",
6294
- "line": 290
6269
+ "line": 357
6295
6270
  },
6296
6271
  "name": "ConflictResolution",
6297
6272
  "symbolId": "src/types:ConflictResolution"
@@ -6307,7 +6282,7 @@
6307
6282
  "kind": "interface",
6308
6283
  "locationInModule": {
6309
6284
  "filename": "src/types.ts",
6310
- "line": 232
6285
+ "line": 289
6311
6286
  },
6312
6287
  "name": "ConflictResolutionStrategyBase",
6313
6288
  "properties": [
@@ -6320,7 +6295,7 @@
6320
6295
  "immutable": true,
6321
6296
  "locationInModule": {
6322
6297
  "filename": "src/types.ts",
6323
- "line": 236
6298
+ "line": 293
6324
6299
  },
6325
6300
  "name": "detectionType",
6326
6301
  "type": {
@@ -6344,7 +6319,7 @@
6344
6319
  "kind": "interface",
6345
6320
  "locationInModule": {
6346
6321
  "filename": "src/types.ts",
6347
- "line": 264
6322
+ "line": 327
6348
6323
  },
6349
6324
  "name": "CustomConflictResolutionStrategy",
6350
6325
  "properties": [
@@ -6357,7 +6332,7 @@
6357
6332
  "immutable": true,
6358
6333
  "locationInModule": {
6359
6334
  "filename": "src/types.ts",
6360
- "line": 275
6335
+ "line": 338
6361
6336
  },
6362
6337
  "name": "conflictHandler",
6363
6338
  "type": {
@@ -6374,7 +6349,7 @@
6374
6349
  "immutable": true,
6375
6350
  "locationInModule": {
6376
6351
  "filename": "src/types.ts",
6377
- "line": 270
6352
+ "line": 333
6378
6353
  },
6379
6354
  "name": "handlerType",
6380
6355
  "type": {
@@ -6462,7 +6437,7 @@
6462
6437
  "kind": "interface",
6463
6438
  "locationInModule": {
6464
6439
  "filename": "src/types.ts",
6465
- "line": 295
6440
+ "line": 364
6466
6441
  },
6467
6442
  "name": "DataStoreConfiguration",
6468
6443
  "properties": [
@@ -6475,7 +6450,7 @@
6475
6450
  "immutable": true,
6476
6451
  "locationInModule": {
6477
6452
  "filename": "src/types.ts",
6478
- "line": 304
6453
+ "line": 373
6479
6454
  },
6480
6455
  "name": "models",
6481
6456
  "optional": true,
@@ -6510,7 +6485,7 @@
6510
6485
  "immutable": true,
6511
6486
  "locationInModule": {
6512
6487
  "filename": "src/types.ts",
6513
- "line": 299
6488
+ "line": 368
6514
6489
  },
6515
6490
  "name": "project",
6516
6491
  "optional": true,
@@ -6644,7 +6619,7 @@
6644
6619
  "kind": "interface",
6645
6620
  "locationInModule": {
6646
6621
  "filename": "src/types.ts",
6647
- "line": 326
6622
+ "line": 399
6648
6623
  },
6649
6624
  "name": "FunctionSlotBase",
6650
6625
  "properties": [
@@ -6657,7 +6632,7 @@
6657
6632
  "immutable": true,
6658
6633
  "locationInModule": {
6659
6634
  "filename": "src/types.ts",
6660
- "line": 330
6635
+ "line": 403
6661
6636
  },
6662
6637
  "name": "fieldName",
6663
6638
  "type": {
@@ -6673,7 +6648,7 @@
6673
6648
  "immutable": true,
6674
6649
  "locationInModule": {
6675
6650
  "filename": "src/types.ts",
6676
- "line": 341
6651
+ "line": 414
6677
6652
  },
6678
6653
  "name": "function",
6679
6654
  "type": {
@@ -6690,7 +6665,7 @@
6690
6665
  "immutable": true,
6691
6666
  "locationInModule": {
6692
6667
  "filename": "src/types.ts",
6693
- "line": 336
6668
+ "line": 409
6694
6669
  },
6695
6670
  "name": "slotIndex",
6696
6671
  "type": {
@@ -6712,7 +6687,7 @@
6712
6687
  "kind": "interface",
6713
6688
  "locationInModule": {
6714
6689
  "filename": "src/types.ts",
6715
- "line": 311
6690
+ "line": 382
6716
6691
  },
6717
6692
  "name": "FunctionSlotOverride",
6718
6693
  "properties": [
@@ -6726,7 +6701,7 @@
6726
6701
  "immutable": true,
6727
6702
  "locationInModule": {
6728
6703
  "filename": "src/types.ts",
6729
- "line": 315
6704
+ "line": 386
6730
6705
  },
6731
6706
  "name": "requestMappingTemplate",
6732
6707
  "optional": true,
@@ -6744,7 +6719,7 @@
6744
6719
  "immutable": true,
6745
6720
  "locationInModule": {
6746
6721
  "filename": "src/types.ts",
6747
- "line": 320
6722
+ "line": 391
6748
6723
  },
6749
6724
  "name": "responseMappingTemplate",
6750
6725
  "optional": true,
@@ -6766,7 +6741,7 @@
6766
6741
  "kind": "interface",
6767
6742
  "locationInModule": {
6768
6743
  "filename": "src/types.ts",
6769
- "line": 27
6744
+ "line": 68
6770
6745
  },
6771
6746
  "name": "IAMAuthorizationConfig",
6772
6747
  "properties": [
@@ -6781,7 +6756,7 @@
6781
6756
  "immutable": true,
6782
6757
  "locationInModule": {
6783
6758
  "filename": "src/types.ts",
6784
- "line": 61
6759
+ "line": 102
6785
6760
  },
6786
6761
  "name": "allowListedRoles",
6787
6762
  "optional": true,
@@ -6813,7 +6788,7 @@
6813
6788
  "immutable": true,
6814
6789
  "locationInModule": {
6815
6790
  "filename": "src/types.ts",
6816
- "line": 43
6791
+ "line": 84
6817
6792
  },
6818
6793
  "name": "authenticatedUserRole",
6819
6794
  "optional": true,
@@ -6834,7 +6809,7 @@
6834
6809
  "immutable": true,
6835
6810
  "locationInModule": {
6836
6811
  "filename": "src/types.ts",
6837
- "line": 70
6812
+ "line": 111
6838
6813
  },
6839
6814
  "name": "enableIamAuthorizationMode",
6840
6815
  "optional": true,
@@ -6853,7 +6828,7 @@
6853
6828
  "immutable": true,
6854
6829
  "locationInModule": {
6855
6830
  "filename": "src/types.ts",
6856
- "line": 35
6831
+ "line": 76
6857
6832
  },
6858
6833
  "name": "identityPoolId",
6859
6834
  "optional": true,
@@ -6871,7 +6846,7 @@
6871
6846
  "immutable": true,
6872
6847
  "locationInModule": {
6873
6848
  "filename": "src/types.ts",
6874
- "line": 51
6849
+ "line": 92
6875
6850
  },
6876
6851
  "name": "unauthenticatedUserRole",
6877
6852
  "optional": true,
@@ -6892,7 +6867,7 @@
6892
6867
  "kind": "interface",
6893
6868
  "locationInModule": {
6894
6869
  "filename": "src/types.ts",
6895
- "line": 622
6870
+ "line": 709
6896
6871
  },
6897
6872
  "name": "IAmplifyGraphqlDefinition",
6898
6873
  "properties": [
@@ -6907,7 +6882,7 @@
6907
6882
  "immutable": true,
6908
6883
  "locationInModule": {
6909
6884
  "filename": "src/types.ts",
6910
- "line": 647
6885
+ "line": 734
6911
6886
  },
6912
6887
  "name": "dataSourceStrategies",
6913
6888
  "type": {
@@ -6944,7 +6919,7 @@
6944
6919
  "immutable": true,
6945
6920
  "locationInModule": {
6946
6921
  "filename": "src/types.ts",
6947
- "line": 633
6922
+ "line": 720
6948
6923
  },
6949
6924
  "name": "functionSlots",
6950
6925
  "type": {
@@ -6978,7 +6953,7 @@
6978
6953
  "immutable": true,
6979
6954
  "locationInModule": {
6980
6955
  "filename": "src/types.ts",
6981
- "line": 627
6956
+ "line": 714
6982
6957
  },
6983
6958
  "name": "schema",
6984
6959
  "type": {
@@ -6995,7 +6970,7 @@
6995
6970
  "immutable": true,
6996
6971
  "locationInModule": {
6997
6972
  "filename": "src/types.ts",
6998
- "line": 653
6973
+ "line": 740
6999
6974
  },
7000
6975
  "name": "customSqlDataSourceStrategies",
7001
6976
  "optional": true,
@@ -7019,7 +6994,7 @@
7019
6994
  "immutable": true,
7020
6995
  "locationInModule": {
7021
6996
  "filename": "src/types.ts",
7022
- "line": 641
6997
+ "line": 728
7023
6998
  },
7024
6999
  "name": "referencedLambdaFunctions",
7025
7000
  "optional": true,
@@ -7045,7 +7020,7 @@
7045
7020
  "kind": "interface",
7046
7021
  "locationInModule": {
7047
7022
  "filename": "src/types.ts",
7048
- "line": 659
7023
+ "line": 748
7049
7024
  },
7050
7025
  "name": "IBackendOutputEntry",
7051
7026
  "properties": [
@@ -7058,7 +7033,7 @@
7058
7033
  "immutable": true,
7059
7034
  "locationInModule": {
7060
7035
  "filename": "src/types.ts",
7061
- "line": 668
7036
+ "line": 757
7062
7037
  },
7063
7038
  "name": "payload",
7064
7039
  "type": {
@@ -7079,7 +7054,7 @@
7079
7054
  "immutable": true,
7080
7055
  "locationInModule": {
7081
7056
  "filename": "src/types.ts",
7082
- "line": 663
7057
+ "line": 752
7083
7058
  },
7084
7059
  "name": "version",
7085
7060
  "type": {
@@ -7099,7 +7074,7 @@
7099
7074
  "kind": "interface",
7100
7075
  "locationInModule": {
7101
7076
  "filename": "src/types.ts",
7102
- "line": 674
7077
+ "line": 765
7103
7078
  },
7104
7079
  "methods": [
7105
7080
  {
@@ -7110,7 +7085,7 @@
7110
7085
  },
7111
7086
  "locationInModule": {
7112
7087
  "filename": "src/types.ts",
7113
- "line": 681
7088
+ "line": 772
7114
7089
  },
7115
7090
  "name": "addBackendOutputEntry",
7116
7091
  "parameters": [
@@ -7149,7 +7124,7 @@
7149
7124
  "kind": "interface",
7150
7125
  "locationInModule": {
7151
7126
  "filename": "src/types.ts",
7152
- "line": 77
7127
+ "line": 120
7153
7128
  },
7154
7129
  "name": "IdentityPoolAuthorizationConfig",
7155
7130
  "properties": [
@@ -7162,7 +7137,7 @@
7162
7137
  "immutable": true,
7163
7138
  "locationInModule": {
7164
7139
  "filename": "src/types.ts",
7165
- "line": 87
7140
+ "line": 130
7166
7141
  },
7167
7142
  "name": "authenticatedUserRole",
7168
7143
  "type": {
@@ -7179,7 +7154,7 @@
7179
7154
  "immutable": true,
7180
7155
  "locationInModule": {
7181
7156
  "filename": "src/types.ts",
7182
- "line": 82
7157
+ "line": 125
7183
7158
  },
7184
7159
  "name": "identityPoolId",
7185
7160
  "type": {
@@ -7195,7 +7170,7 @@
7195
7170
  "immutable": true,
7196
7171
  "locationInModule": {
7197
7172
  "filename": "src/types.ts",
7198
- "line": 92
7173
+ "line": 135
7199
7174
  },
7200
7175
  "name": "unauthenticatedUserRole",
7201
7176
  "type": {
@@ -7280,7 +7255,7 @@
7280
7255
  "kind": "interface",
7281
7256
  "locationInModule": {
7282
7257
  "filename": "src/types.ts",
7283
- "line": 156
7258
+ "line": 207
7284
7259
  },
7285
7260
  "name": "LambdaAuthorizationConfig",
7286
7261
  "properties": [
@@ -7293,7 +7268,7 @@
7293
7268
  "immutable": true,
7294
7269
  "locationInModule": {
7295
7270
  "filename": "src/types.ts",
7296
- "line": 160
7271
+ "line": 211
7297
7272
  },
7298
7273
  "name": "function",
7299
7274
  "type": {
@@ -7309,7 +7284,7 @@
7309
7284
  "immutable": true,
7310
7285
  "locationInModule": {
7311
7286
  "filename": "src/types.ts",
7312
- "line": 165
7287
+ "line": 216
7313
7288
  },
7314
7289
  "name": "ttl",
7315
7290
  "type": {
@@ -7410,7 +7385,7 @@
7410
7385
  "kind": "interface",
7411
7386
  "locationInModule": {
7412
7387
  "filename": "src/types.ts",
7413
- "line": 347
7388
+ "line": 422
7414
7389
  },
7415
7390
  "name": "MutationFunctionSlot",
7416
7391
  "properties": [
@@ -7424,7 +7399,7 @@
7424
7399
  "immutable": true,
7425
7400
  "locationInModule": {
7426
7401
  "filename": "src/types.ts",
7427
- "line": 357
7402
+ "line": 432
7428
7403
  },
7429
7404
  "name": "slotName",
7430
7405
  "type": {
@@ -7440,7 +7415,7 @@
7440
7415
  "immutable": true,
7441
7416
  "locationInModule": {
7442
7417
  "filename": "src/types.ts",
7443
- "line": 351
7418
+ "line": 426
7444
7419
  },
7445
7420
  "name": "typeName",
7446
7421
  "type": {
@@ -7461,7 +7436,7 @@
7461
7436
  "kind": "interface",
7462
7437
  "locationInModule": {
7463
7438
  "filename": "src/types.ts",
7464
- "line": 108
7439
+ "line": 155
7465
7440
  },
7466
7441
  "name": "OIDCAuthorizationConfig",
7467
7442
  "properties": [
@@ -7474,7 +7449,7 @@
7474
7449
  "immutable": true,
7475
7450
  "locationInModule": {
7476
7451
  "filename": "src/types.ts",
7477
- "line": 117
7452
+ "line": 164
7478
7453
  },
7479
7454
  "name": "oidcIssuerUrl",
7480
7455
  "type": {
@@ -7490,7 +7465,7 @@
7490
7465
  "immutable": true,
7491
7466
  "locationInModule": {
7492
7467
  "filename": "src/types.ts",
7493
- "line": 112
7468
+ "line": 159
7494
7469
  },
7495
7470
  "name": "oidcProviderName",
7496
7471
  "type": {
@@ -7507,7 +7482,7 @@
7507
7482
  "immutable": true,
7508
7483
  "locationInModule": {
7509
7484
  "filename": "src/types.ts",
7510
- "line": 129
7485
+ "line": 176
7511
7486
  },
7512
7487
  "name": "tokenExpiryFromAuth",
7513
7488
  "type": {
@@ -7524,7 +7499,7 @@
7524
7499
  "immutable": true,
7525
7500
  "locationInModule": {
7526
7501
  "filename": "src/types.ts",
7527
- "line": 135
7502
+ "line": 182
7528
7503
  },
7529
7504
  "name": "tokenExpiryFromIssue",
7530
7505
  "type": {
@@ -7541,7 +7516,7 @@
7541
7516
  "immutable": true,
7542
7517
  "locationInModule": {
7543
7518
  "filename": "src/types.ts",
7544
- "line": 123
7519
+ "line": 170
7545
7520
  },
7546
7521
  "name": "clientId",
7547
7522
  "optional": true,
@@ -7566,7 +7541,7 @@
7566
7541
  "kind": "interface",
7567
7542
  "locationInModule": {
7568
7543
  "filename": "src/types.ts",
7569
- "line": 253
7544
+ "line": 314
7570
7545
  },
7571
7546
  "name": "OptimisticConflictResolutionStrategy",
7572
7547
  "properties": [
@@ -7580,7 +7555,7 @@
7580
7555
  "immutable": true,
7581
7556
  "locationInModule": {
7582
7557
  "filename": "src/types.ts",
7583
- "line": 258
7558
+ "line": 319
7584
7559
  },
7585
7560
  "name": "handlerType",
7586
7561
  "type": {
@@ -7601,7 +7576,7 @@
7601
7576
  "kind": "interface",
7602
7577
  "locationInModule": {
7603
7578
  "filename": "src/types.ts",
7604
- "line": 504
7579
+ "line": 589
7605
7580
  },
7606
7581
  "name": "PartialTranslationBehavior",
7607
7582
  "properties": [
@@ -7616,7 +7591,7 @@
7616
7591
  "immutable": true,
7617
7592
  "locationInModule": {
7618
7593
  "filename": "src/types.ts",
7619
- "line": 596
7594
+ "line": 681
7620
7595
  },
7621
7596
  "name": "allowDestructiveGraphqlSchemaUpdates",
7622
7597
  "optional": true,
@@ -7634,7 +7609,7 @@
7634
7609
  "immutable": true,
7635
7610
  "locationInModule": {
7636
7611
  "filename": "src/types.ts",
7637
- "line": 516
7612
+ "line": 601
7638
7613
  },
7639
7614
  "name": "disableResolverDeduping",
7640
7615
  "optional": true,
@@ -7656,7 +7631,7 @@
7656
7631
  "immutable": true,
7657
7632
  "locationInModule": {
7658
7633
  "filename": "src/types.ts",
7659
- "line": 561
7634
+ "line": 646
7660
7635
  },
7661
7636
  "name": "enableAutoIndexQueryNames",
7662
7637
  "optional": true,
@@ -7675,7 +7650,7 @@
7675
7650
  "immutable": true,
7676
7651
  "locationInModule": {
7677
7652
  "filename": "src/types.ts",
7678
- "line": 576
7653
+ "line": 661
7679
7654
  },
7680
7655
  "name": "enableSearchNodeToNodeEncryption",
7681
7656
  "optional": true,
@@ -7693,7 +7668,7 @@
7693
7668
  "immutable": true,
7694
7669
  "locationInModule": {
7695
7670
  "filename": "src/types.ts",
7696
- "line": 582
7671
+ "line": 667
7697
7672
  },
7698
7673
  "name": "enableTransformerCfnOutputs",
7699
7674
  "optional": true,
@@ -7711,7 +7686,7 @@
7711
7686
  "immutable": true,
7712
7687
  "locationInModule": {
7713
7688
  "filename": "src/types.ts",
7714
- "line": 541
7689
+ "line": 626
7715
7690
  },
7716
7691
  "name": "populateOwnerFieldForStaticGroupAuth",
7717
7692
  "optional": true,
@@ -7730,7 +7705,7 @@
7730
7705
  "immutable": true,
7731
7706
  "locationInModule": {
7732
7707
  "filename": "src/types.ts",
7733
- "line": 606
7708
+ "line": 691
7734
7709
  },
7735
7710
  "name": "replaceTableUponGsiUpdate",
7736
7711
  "optional": true,
@@ -7748,7 +7723,7 @@
7748
7723
  "immutable": true,
7749
7724
  "locationInModule": {
7750
7725
  "filename": "src/types.ts",
7751
- "line": 567
7726
+ "line": 652
7752
7727
  },
7753
7728
  "name": "respectPrimaryKeyAttributesOnConnectionField",
7754
7729
  "optional": true,
@@ -7766,7 +7741,7 @@
7766
7741
  "immutable": true,
7767
7742
  "locationInModule": {
7768
7743
  "filename": "src/types.ts",
7769
- "line": 522
7744
+ "line": 607
7770
7745
  },
7771
7746
  "name": "sandboxModeEnabled",
7772
7747
  "optional": true,
@@ -7787,7 +7762,7 @@
7787
7762
  "immutable": true,
7788
7763
  "locationInModule": {
7789
7764
  "filename": "src/types.ts",
7790
- "line": 554
7765
+ "line": 639
7791
7766
  },
7792
7767
  "name": "secondaryKeyAsGSI",
7793
7768
  "optional": true,
@@ -7808,7 +7783,7 @@
7808
7783
  "immutable": true,
7809
7784
  "locationInModule": {
7810
7785
  "filename": "src/types.ts",
7811
- "line": 509
7786
+ "line": 594
7812
7787
  },
7813
7788
  "name": "shouldDeepMergeDirectiveConfigDefaults",
7814
7789
  "optional": true,
@@ -7826,7 +7801,7 @@
7826
7801
  "immutable": true,
7827
7802
  "locationInModule": {
7828
7803
  "filename": "src/types.ts",
7829
- "line": 535
7804
+ "line": 620
7830
7805
  },
7831
7806
  "name": "subscriptionsInheritPrimaryAuth",
7832
7807
  "optional": true,
@@ -7845,7 +7820,7 @@
7845
7820
  "immutable": true,
7846
7821
  "locationInModule": {
7847
7822
  "filename": "src/types.ts",
7848
- "line": 548
7823
+ "line": 633
7849
7824
  },
7850
7825
  "name": "suppressApiKeyGeneration",
7851
7826
  "optional": true,
@@ -7863,7 +7838,7 @@
7863
7838
  "immutable": true,
7864
7839
  "locationInModule": {
7865
7840
  "filename": "src/types.ts",
7866
- "line": 529
7841
+ "line": 614
7867
7842
  },
7868
7843
  "name": "useSubUsernameForDefaultIdentityClaim",
7869
7844
  "optional": true,
@@ -7973,7 +7948,7 @@
7973
7948
  "kind": "interface",
7974
7949
  "locationInModule": {
7975
7950
  "filename": "src/types.ts",
7976
- "line": 363
7951
+ "line": 440
7977
7952
  },
7978
7953
  "name": "QueryFunctionSlot",
7979
7954
  "properties": [
@@ -7987,7 +7962,7 @@
7987
7962
  "immutable": true,
7988
7963
  "locationInModule": {
7989
7964
  "filename": "src/types.ts",
7990
- "line": 373
7965
+ "line": 450
7991
7966
  },
7992
7967
  "name": "slotName",
7993
7968
  "type": {
@@ -8003,7 +7978,7 @@
8003
7978
  "immutable": true,
8004
7979
  "locationInModule": {
8005
7980
  "filename": "src/types.ts",
8006
- "line": 367
7981
+ "line": 444
8007
7982
  },
8008
7983
  "name": "typeName",
8009
7984
  "type": {
@@ -8957,7 +8932,7 @@
8957
8932
  "kind": "interface",
8958
8933
  "locationInModule": {
8959
8934
  "filename": "src/types.ts",
8960
- "line": 379
8935
+ "line": 458
8961
8936
  },
8962
8937
  "name": "SubscriptionFunctionSlot",
8963
8938
  "properties": [
@@ -8971,7 +8946,7 @@
8971
8946
  "immutable": true,
8972
8947
  "locationInModule": {
8973
8948
  "filename": "src/types.ts",
8974
- "line": 389
8949
+ "line": 468
8975
8950
  },
8976
8951
  "name": "slotName",
8977
8952
  "type": {
@@ -8987,7 +8962,7 @@
8987
8962
  "immutable": true,
8988
8963
  "locationInModule": {
8989
8964
  "filename": "src/types.ts",
8990
- "line": 383
8965
+ "line": 462
8991
8966
  },
8992
8967
  "name": "typeName",
8993
8968
  "type": {
@@ -9060,7 +9035,7 @@
9060
9035
  "kind": "interface",
9061
9036
  "locationInModule": {
9062
9037
  "filename": "src/types.ts",
9063
- "line": 403
9038
+ "line": 486
9064
9039
  },
9065
9040
  "name": "TranslationBehavior",
9066
9041
  "properties": [
@@ -9075,7 +9050,7 @@
9075
9050
  "immutable": true,
9076
9051
  "locationInModule": {
9077
9052
  "filename": "src/types.ts",
9078
- "line": 488
9053
+ "line": 571
9079
9054
  },
9080
9055
  "name": "allowDestructiveGraphqlSchemaUpdates",
9081
9056
  "type": {
@@ -9092,7 +9067,7 @@
9092
9067
  "immutable": true,
9093
9068
  "locationInModule": {
9094
9069
  "filename": "src/types.ts",
9095
- "line": 415
9070
+ "line": 498
9096
9071
  },
9097
9072
  "name": "disableResolverDeduping",
9098
9073
  "type": {
@@ -9113,7 +9088,7 @@
9113
9088
  "immutable": true,
9114
9089
  "locationInModule": {
9115
9090
  "filename": "src/types.ts",
9116
- "line": 460
9091
+ "line": 543
9117
9092
  },
9118
9093
  "name": "enableAutoIndexQueryNames",
9119
9094
  "type": {
@@ -9128,7 +9103,7 @@
9128
9103
  "immutable": true,
9129
9104
  "locationInModule": {
9130
9105
  "filename": "src/types.ts",
9131
- "line": 468
9106
+ "line": 551
9132
9107
  },
9133
9108
  "name": "enableSearchNodeToNodeEncryption",
9134
9109
  "type": {
@@ -9145,7 +9120,7 @@
9145
9120
  "immutable": true,
9146
9121
  "locationInModule": {
9147
9122
  "filename": "src/types.ts",
9148
- "line": 474
9123
+ "line": 557
9149
9124
  },
9150
9125
  "name": "enableTransformerCfnOutputs",
9151
9126
  "type": {
@@ -9162,7 +9137,7 @@
9162
9137
  "immutable": true,
9163
9138
  "locationInModule": {
9164
9139
  "filename": "src/types.ts",
9165
- "line": 440
9140
+ "line": 523
9166
9141
  },
9167
9142
  "name": "populateOwnerFieldForStaticGroupAuth",
9168
9143
  "type": {
@@ -9180,7 +9155,7 @@
9180
9155
  "immutable": true,
9181
9156
  "locationInModule": {
9182
9157
  "filename": "src/types.ts",
9183
- "line": 498
9158
+ "line": 581
9184
9159
  },
9185
9160
  "name": "replaceTableUponGsiUpdate",
9186
9161
  "type": {
@@ -9197,7 +9172,7 @@
9197
9172
  "immutable": true,
9198
9173
  "locationInModule": {
9199
9174
  "filename": "src/types.ts",
9200
- "line": 466
9175
+ "line": 549
9201
9176
  },
9202
9177
  "name": "respectPrimaryKeyAttributesOnConnectionField",
9203
9178
  "type": {
@@ -9214,7 +9189,7 @@
9214
9189
  "immutable": true,
9215
9190
  "locationInModule": {
9216
9191
  "filename": "src/types.ts",
9217
- "line": 421
9192
+ "line": 504
9218
9193
  },
9219
9194
  "name": "sandboxModeEnabled",
9220
9195
  "type": {
@@ -9234,7 +9209,7 @@
9234
9209
  "immutable": true,
9235
9210
  "locationInModule": {
9236
9211
  "filename": "src/types.ts",
9237
- "line": 453
9212
+ "line": 536
9238
9213
  },
9239
9214
  "name": "secondaryKeyAsGSI",
9240
9215
  "type": {
@@ -9254,7 +9229,7 @@
9254
9229
  "immutable": true,
9255
9230
  "locationInModule": {
9256
9231
  "filename": "src/types.ts",
9257
- "line": 408
9232
+ "line": 491
9258
9233
  },
9259
9234
  "name": "shouldDeepMergeDirectiveConfigDefaults",
9260
9235
  "type": {
@@ -9271,7 +9246,7 @@
9271
9246
  "immutable": true,
9272
9247
  "locationInModule": {
9273
9248
  "filename": "src/types.ts",
9274
- "line": 434
9249
+ "line": 517
9275
9250
  },
9276
9251
  "name": "subscriptionsInheritPrimaryAuth",
9277
9252
  "type": {
@@ -9289,7 +9264,7 @@
9289
9264
  "immutable": true,
9290
9265
  "locationInModule": {
9291
9266
  "filename": "src/types.ts",
9292
- "line": 447
9267
+ "line": 530
9293
9268
  },
9294
9269
  "name": "suppressApiKeyGeneration",
9295
9270
  "type": {
@@ -9306,7 +9281,7 @@
9306
9281
  "immutable": true,
9307
9282
  "locationInModule": {
9308
9283
  "filename": "src/types.ts",
9309
- "line": 428
9284
+ "line": 511
9310
9285
  },
9311
9286
  "name": "useSubUsernameForDefaultIdentityClaim",
9312
9287
  "type": {
@@ -9327,7 +9302,7 @@
9327
9302
  "kind": "interface",
9328
9303
  "locationInModule": {
9329
9304
  "filename": "src/types.ts",
9330
- "line": 98
9305
+ "line": 143
9331
9306
  },
9332
9307
  "name": "UserPoolAuthorizationConfig",
9333
9308
  "properties": [
@@ -9340,7 +9315,7 @@
9340
9315
  "immutable": true,
9341
9316
  "locationInModule": {
9342
9317
  "filename": "src/types.ts",
9343
- "line": 102
9318
+ "line": 147
9344
9319
  },
9345
9320
  "name": "userPool",
9346
9321
  "type": {
@@ -9428,6 +9403,6 @@
9428
9403
  "symbolId": "src/model-datasource-strategy-types:VpcConfig"
9429
9404
  }
9430
9405
  },
9431
- "version": "1.18.3",
9432
- "fingerprint": "WpFdZ4Sdu7EW708LoOakjoDqe9SgYP4qqYN89Ay2RMs="
9406
+ "version": "1.18.4",
9407
+ "fingerprint": "Hj/5jtHKKfjFmBoKfRl+/sncvy00a2l+tPa17kIzFeo="
9433
9408
  }